@viasat/beam-web-components 2.40.0 → 2.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1743 -1743
- package/package.json +6 -6
- package/vscode.html-custom-data.json +236 -236
package/custom-elements.json
CHANGED
|
@@ -294,68 +294,32 @@
|
|
|
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": "
|
|
306
|
-
"name": "
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
310
|
-
"name": "heading"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
314
|
-
"name": "body"
|
|
305
|
+
"description": "Provide text for the Badge",
|
|
306
|
+
"name": "default"
|
|
315
307
|
},
|
|
316
308
|
{
|
|
317
|
-
"description": "Specify
|
|
318
|
-
"name": "
|
|
309
|
+
"description": "Specify a different icon for the Badge",
|
|
310
|
+
"name": "icon"
|
|
319
311
|
}
|
|
320
312
|
],
|
|
321
313
|
"members": [
|
|
322
314
|
{
|
|
323
315
|
"kind": "field",
|
|
324
|
-
"name": "
|
|
325
|
-
"type": {
|
|
326
|
-
"text": "string | undefined"
|
|
327
|
-
},
|
|
328
|
-
"description": "Specify the heading text for Alert",
|
|
329
|
-
"attribute": "heading"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"kind": "field",
|
|
333
|
-
"name": "body",
|
|
334
|
-
"type": {
|
|
335
|
-
"text": "string | undefined"
|
|
336
|
-
},
|
|
337
|
-
"description": "Specify the body text for Alert",
|
|
338
|
-
"attribute": "body"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"kind": "field",
|
|
342
|
-
"name": "size",
|
|
343
|
-
"type": {
|
|
344
|
-
"text": "'sm' | 'md'"
|
|
345
|
-
},
|
|
346
|
-
"default": "'sm'",
|
|
347
|
-
"description": "Specify the size of the Alert",
|
|
348
|
-
"attribute": "size"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"kind": "field",
|
|
352
|
-
"name": "fullWidth",
|
|
316
|
+
"name": "appearance",
|
|
353
317
|
"type": {
|
|
354
|
-
"text": "
|
|
318
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
355
319
|
},
|
|
356
|
-
"default": "
|
|
357
|
-
"description": "Specify
|
|
358
|
-
"attribute": "
|
|
320
|
+
"default": "'infoPrimary'",
|
|
321
|
+
"description": "Specify the appearance of the Badge",
|
|
322
|
+
"attribute": "appearance"
|
|
359
323
|
},
|
|
360
324
|
{
|
|
361
325
|
"kind": "field",
|
|
@@ -363,204 +327,114 @@
|
|
|
363
327
|
"type": {
|
|
364
328
|
"text": "'light' | 'dark' | undefined"
|
|
365
329
|
},
|
|
366
|
-
"description": "
|
|
330
|
+
"description": "Theme of the Badge",
|
|
367
331
|
"attribute": "theme"
|
|
368
332
|
},
|
|
369
333
|
{
|
|
370
334
|
"kind": "field",
|
|
371
|
-
"name": "
|
|
335
|
+
"name": "size",
|
|
372
336
|
"type": {
|
|
373
|
-
"text": "'
|
|
337
|
+
"text": "'sm' | 'md' | undefined"
|
|
374
338
|
},
|
|
375
|
-
"default": "'
|
|
376
|
-
"description": "Specify the
|
|
377
|
-
"attribute": "
|
|
339
|
+
"default": "'sm'",
|
|
340
|
+
"description": "Specify the size of the Badge",
|
|
341
|
+
"attribute": "size"
|
|
378
342
|
},
|
|
379
343
|
{
|
|
380
344
|
"kind": "field",
|
|
381
|
-
"name": "
|
|
345
|
+
"name": "emphasis",
|
|
382
346
|
"type": {
|
|
383
|
-
"text": "
|
|
347
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
384
348
|
},
|
|
385
|
-
"default": "
|
|
386
|
-
"description": "Specify
|
|
387
|
-
"attribute": "
|
|
349
|
+
"default": "'strong'",
|
|
350
|
+
"description": "Specify the emphasis of the Badge",
|
|
351
|
+
"attribute": "emphasis"
|
|
388
352
|
},
|
|
389
353
|
{
|
|
390
354
|
"kind": "field",
|
|
391
355
|
"name": "hideIcon",
|
|
392
356
|
"type": {
|
|
393
|
-
"text": "boolean"
|
|
357
|
+
"text": "boolean | undefined"
|
|
394
358
|
},
|
|
395
|
-
"
|
|
396
|
-
"description": "Specify if the icon displays on the Alert",
|
|
359
|
+
"description": "Hides Badge icon",
|
|
397
360
|
"attribute": "hideIcon"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"kind": "field",
|
|
401
|
-
"name": "dismissible",
|
|
402
|
-
"type": {
|
|
403
|
-
"text": "boolean"
|
|
404
|
-
},
|
|
405
|
-
"default": "false",
|
|
406
|
-
"description": "Specify if the Alert can be dismissed",
|
|
407
|
-
"attribute": "dismissible"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"kind": "field",
|
|
411
|
-
"name": "disableAutoFocus",
|
|
412
|
-
"type": {
|
|
413
|
-
"text": "boolean"
|
|
414
|
-
},
|
|
415
|
-
"default": "false",
|
|
416
|
-
"description": "Prevent autofocus on show",
|
|
417
|
-
"attribute": "disableAutoFocus"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"kind": "field",
|
|
421
|
-
"name": "disableCloseOnEscape",
|
|
422
|
-
"type": {
|
|
423
|
-
"text": "boolean"
|
|
424
|
-
},
|
|
425
|
-
"default": "false",
|
|
426
|
-
"description": "Prevent Escape from closing",
|
|
427
|
-
"attribute": "disableCloseOnEscape"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"events": [
|
|
431
|
-
{
|
|
432
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
433
|
-
"name": "bm-dismiss"
|
|
434
361
|
}
|
|
435
362
|
],
|
|
436
363
|
"attributes": [
|
|
437
364
|
{
|
|
438
|
-
"name": "
|
|
439
|
-
"type": {
|
|
440
|
-
"text": "string | undefined"
|
|
441
|
-
},
|
|
442
|
-
"description": "Specify the heading text for Alert",
|
|
443
|
-
"fieldName": "heading"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"name": "body",
|
|
447
|
-
"type": {
|
|
448
|
-
"text": "string | undefined"
|
|
449
|
-
},
|
|
450
|
-
"description": "Specify the body text for Alert",
|
|
451
|
-
"fieldName": "body"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"name": "size",
|
|
455
|
-
"type": {
|
|
456
|
-
"text": "'sm' | 'md'"
|
|
457
|
-
},
|
|
458
|
-
"default": "'sm'",
|
|
459
|
-
"description": "Specify the size of the Alert",
|
|
460
|
-
"fieldName": "size"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"name": "fullWidth",
|
|
365
|
+
"name": "appearance",
|
|
464
366
|
"type": {
|
|
465
|
-
"text": "
|
|
367
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
466
368
|
},
|
|
467
|
-
"default": "
|
|
468
|
-
"description": "Specify
|
|
469
|
-
"fieldName": "
|
|
369
|
+
"default": "'infoPrimary'",
|
|
370
|
+
"description": "Specify the appearance of the Badge",
|
|
371
|
+
"fieldName": "appearance"
|
|
470
372
|
},
|
|
471
373
|
{
|
|
472
374
|
"name": "theme",
|
|
473
375
|
"type": {
|
|
474
376
|
"text": "'light' | 'dark' | undefined"
|
|
475
377
|
},
|
|
476
|
-
"description": "
|
|
378
|
+
"description": "Theme of the Badge",
|
|
477
379
|
"fieldName": "theme"
|
|
478
380
|
},
|
|
479
381
|
{
|
|
480
|
-
"name": "
|
|
382
|
+
"name": "size",
|
|
481
383
|
"type": {
|
|
482
|
-
"text": "'
|
|
384
|
+
"text": "'sm' | 'md' | undefined"
|
|
483
385
|
},
|
|
484
|
-
"default": "'
|
|
485
|
-
"description": "Specify the
|
|
486
|
-
"fieldName": "
|
|
386
|
+
"default": "'sm'",
|
|
387
|
+
"description": "Specify the size of the Badge",
|
|
388
|
+
"fieldName": "size"
|
|
487
389
|
},
|
|
488
390
|
{
|
|
489
|
-
"name": "
|
|
391
|
+
"name": "emphasis",
|
|
490
392
|
"type": {
|
|
491
|
-
"text": "
|
|
393
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
492
394
|
},
|
|
493
|
-
"default": "
|
|
494
|
-
"description": "Specify
|
|
495
|
-
"fieldName": "
|
|
395
|
+
"default": "'strong'",
|
|
396
|
+
"description": "Specify the emphasis of the Badge",
|
|
397
|
+
"fieldName": "emphasis"
|
|
496
398
|
},
|
|
497
399
|
{
|
|
498
400
|
"name": "hideIcon",
|
|
499
401
|
"type": {
|
|
500
|
-
"text": "boolean"
|
|
402
|
+
"text": "boolean | undefined"
|
|
501
403
|
},
|
|
502
|
-
"
|
|
503
|
-
"description": "Specify if the icon displays on the Alert",
|
|
404
|
+
"description": "Hides Badge icon",
|
|
504
405
|
"fieldName": "hideIcon"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "dismissible",
|
|
508
|
-
"type": {
|
|
509
|
-
"text": "boolean"
|
|
510
|
-
},
|
|
511
|
-
"default": "false",
|
|
512
|
-
"description": "Specify if the Alert can be dismissed",
|
|
513
|
-
"fieldName": "dismissible"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "disableAutoFocus",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "boolean"
|
|
519
|
-
},
|
|
520
|
-
"default": "false",
|
|
521
|
-
"description": "Prevent autofocus on show",
|
|
522
|
-
"fieldName": "disableAutoFocus"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "disableCloseOnEscape",
|
|
526
|
-
"type": {
|
|
527
|
-
"text": "boolean"
|
|
528
|
-
},
|
|
529
|
-
"default": "false",
|
|
530
|
-
"description": "Prevent Escape from closing",
|
|
531
|
-
"fieldName": "disableCloseOnEscape"
|
|
532
406
|
}
|
|
533
407
|
],
|
|
534
408
|
"superclass": {
|
|
535
409
|
"name": "LitElement",
|
|
536
410
|
"package": "lit"
|
|
537
411
|
},
|
|
538
|
-
"tagName": "bm-
|
|
412
|
+
"tagName": "bm-badge",
|
|
539
413
|
"customElement": true
|
|
540
414
|
}
|
|
541
415
|
],
|
|
542
416
|
"exports": [
|
|
543
417
|
{
|
|
544
418
|
"kind": "js",
|
|
545
|
-
"name": "
|
|
419
|
+
"name": "BmBadge",
|
|
546
420
|
"declaration": {
|
|
547
|
-
"name": "
|
|
548
|
-
"module": "libs/web-components/src/lib/
|
|
421
|
+
"name": "BmBadge",
|
|
422
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
549
423
|
}
|
|
550
424
|
},
|
|
551
425
|
{
|
|
552
426
|
"kind": "custom-element-definition",
|
|
553
|
-
"name": "bm-
|
|
427
|
+
"name": "bm-badge",
|
|
554
428
|
"declaration": {
|
|
555
|
-
"name": "
|
|
556
|
-
"module": "libs/web-components/src/lib/
|
|
429
|
+
"name": "BmBadge",
|
|
430
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
557
431
|
}
|
|
558
432
|
}
|
|
559
433
|
]
|
|
560
434
|
},
|
|
561
435
|
{
|
|
562
436
|
"kind": "javascript-module",
|
|
563
|
-
"path": "libs/web-components/src/lib/
|
|
437
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
564
438
|
"declarations": [],
|
|
565
439
|
"exports": [
|
|
566
440
|
{
|
|
@@ -568,30 +442,35 @@
|
|
|
568
442
|
"name": "*",
|
|
569
443
|
"declaration": {
|
|
570
444
|
"name": "*",
|
|
571
|
-
"package": "./
|
|
445
|
+
"package": "./Badge"
|
|
572
446
|
}
|
|
573
447
|
}
|
|
574
448
|
]
|
|
575
449
|
},
|
|
576
450
|
{
|
|
577
451
|
"kind": "javascript-module",
|
|
578
|
-
"path": "libs/web-components/src/lib/
|
|
452
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
579
453
|
"declarations": [
|
|
580
454
|
{
|
|
581
455
|
"kind": "class",
|
|
582
|
-
"description": "`bm-badge`\n\n### Attributes:\n- **
|
|
583
|
-
"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",
|
|
584
458
|
"slots": [
|
|
585
459
|
{
|
|
586
|
-
"description": "Provide text for the
|
|
460
|
+
"description": "Provide text for the BadgeDot",
|
|
587
461
|
"name": "default"
|
|
588
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"description": "Specify a different icon for the Badge",
|
|
591
|
-
"name": "icon"
|
|
592
462
|
}
|
|
593
463
|
],
|
|
594
464
|
"members": [
|
|
465
|
+
{
|
|
466
|
+
"kind": "field",
|
|
467
|
+
"name": "theme",
|
|
468
|
+
"type": {
|
|
469
|
+
"text": "'light' | 'dark' | undefined"
|
|
470
|
+
},
|
|
471
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
472
|
+
"attribute": "theme"
|
|
473
|
+
},
|
|
595
474
|
{
|
|
596
475
|
"kind": "field",
|
|
597
476
|
"name": "appearance",
|
|
@@ -599,172 +478,12 @@
|
|
|
599
478
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
600
479
|
},
|
|
601
480
|
"default": "'infoPrimary'",
|
|
602
|
-
"description": "Specify the appearance of the
|
|
481
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
603
482
|
"attribute": "appearance"
|
|
604
483
|
},
|
|
605
484
|
{
|
|
606
485
|
"kind": "field",
|
|
607
|
-
"name": "
|
|
608
|
-
"type": {
|
|
609
|
-
"text": "'light' | 'dark' | undefined"
|
|
610
|
-
},
|
|
611
|
-
"description": "Theme of the Badge",
|
|
612
|
-
"attribute": "theme"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"kind": "field",
|
|
616
|
-
"name": "size",
|
|
617
|
-
"type": {
|
|
618
|
-
"text": "'sm' | 'md' | undefined"
|
|
619
|
-
},
|
|
620
|
-
"default": "'sm'",
|
|
621
|
-
"description": "Specify the size of the Badge",
|
|
622
|
-
"attribute": "size"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"kind": "field",
|
|
626
|
-
"name": "emphasis",
|
|
627
|
-
"type": {
|
|
628
|
-
"text": "'strong' | 'medium' | 'subtle'"
|
|
629
|
-
},
|
|
630
|
-
"default": "'strong'",
|
|
631
|
-
"description": "Specify the emphasis of the Badge",
|
|
632
|
-
"attribute": "emphasis"
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
"kind": "field",
|
|
636
|
-
"name": "hideIcon",
|
|
637
|
-
"type": {
|
|
638
|
-
"text": "boolean | undefined"
|
|
639
|
-
},
|
|
640
|
-
"description": "Hides Badge icon",
|
|
641
|
-
"attribute": "hideIcon"
|
|
642
|
-
}
|
|
643
|
-
],
|
|
644
|
-
"attributes": [
|
|
645
|
-
{
|
|
646
|
-
"name": "appearance",
|
|
647
|
-
"type": {
|
|
648
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
649
|
-
},
|
|
650
|
-
"default": "'infoPrimary'",
|
|
651
|
-
"description": "Specify the appearance of the Badge",
|
|
652
|
-
"fieldName": "appearance"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "theme",
|
|
656
|
-
"type": {
|
|
657
|
-
"text": "'light' | 'dark' | undefined"
|
|
658
|
-
},
|
|
659
|
-
"description": "Theme of the Badge",
|
|
660
|
-
"fieldName": "theme"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"name": "size",
|
|
664
|
-
"type": {
|
|
665
|
-
"text": "'sm' | 'md' | undefined"
|
|
666
|
-
},
|
|
667
|
-
"default": "'sm'",
|
|
668
|
-
"description": "Specify the size of the Badge",
|
|
669
|
-
"fieldName": "size"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "emphasis",
|
|
673
|
-
"type": {
|
|
674
|
-
"text": "'strong' | 'medium' | 'subtle'"
|
|
675
|
-
},
|
|
676
|
-
"default": "'strong'",
|
|
677
|
-
"description": "Specify the emphasis of the Badge",
|
|
678
|
-
"fieldName": "emphasis"
|
|
679
|
-
},
|
|
680
|
-
{
|
|
681
|
-
"name": "hideIcon",
|
|
682
|
-
"type": {
|
|
683
|
-
"text": "boolean | undefined"
|
|
684
|
-
},
|
|
685
|
-
"description": "Hides Badge icon",
|
|
686
|
-
"fieldName": "hideIcon"
|
|
687
|
-
}
|
|
688
|
-
],
|
|
689
|
-
"superclass": {
|
|
690
|
-
"name": "LitElement",
|
|
691
|
-
"package": "lit"
|
|
692
|
-
},
|
|
693
|
-
"tagName": "bm-badge",
|
|
694
|
-
"customElement": true
|
|
695
|
-
}
|
|
696
|
-
],
|
|
697
|
-
"exports": [
|
|
698
|
-
{
|
|
699
|
-
"kind": "js",
|
|
700
|
-
"name": "BmBadge",
|
|
701
|
-
"declaration": {
|
|
702
|
-
"name": "BmBadge",
|
|
703
|
-
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"kind": "custom-element-definition",
|
|
708
|
-
"name": "bm-badge",
|
|
709
|
-
"declaration": {
|
|
710
|
-
"name": "BmBadge",
|
|
711
|
-
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
712
|
-
}
|
|
713
|
-
}
|
|
714
|
-
]
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"kind": "javascript-module",
|
|
718
|
-
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
719
|
-
"declarations": [],
|
|
720
|
-
"exports": [
|
|
721
|
-
{
|
|
722
|
-
"kind": "js",
|
|
723
|
-
"name": "*",
|
|
724
|
-
"declaration": {
|
|
725
|
-
"name": "*",
|
|
726
|
-
"package": "./Badge"
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
]
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"kind": "javascript-module",
|
|
733
|
-
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
734
|
-
"declarations": [
|
|
735
|
-
{
|
|
736
|
-
"kind": "class",
|
|
737
|
-
"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",
|
|
738
|
-
"name": "BmBadgeDot",
|
|
739
|
-
"slots": [
|
|
740
|
-
{
|
|
741
|
-
"description": "Provide text for the BadgeDot",
|
|
742
|
-
"name": "default"
|
|
743
|
-
}
|
|
744
|
-
],
|
|
745
|
-
"members": [
|
|
746
|
-
{
|
|
747
|
-
"kind": "field",
|
|
748
|
-
"name": "theme",
|
|
749
|
-
"type": {
|
|
750
|
-
"text": "'light' | 'dark' | undefined"
|
|
751
|
-
},
|
|
752
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
753
|
-
"attribute": "theme"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"kind": "field",
|
|
757
|
-
"name": "appearance",
|
|
758
|
-
"type": {
|
|
759
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
760
|
-
},
|
|
761
|
-
"default": "'infoPrimary'",
|
|
762
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
763
|
-
"attribute": "appearance"
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
"kind": "field",
|
|
767
|
-
"name": "emphasis",
|
|
486
|
+
"name": "emphasis",
|
|
768
487
|
"type": {
|
|
769
488
|
"text": "'strong' | 'subtle'"
|
|
770
489
|
},
|
|
@@ -1262,376 +981,575 @@
|
|
|
1262
981
|
},
|
|
1263
982
|
{
|
|
1264
983
|
"kind": "javascript-module",
|
|
1265
|
-
"path": "libs/web-components/src/lib/
|
|
984
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
985
|
+
"declarations": [
|
|
986
|
+
{
|
|
987
|
+
"kind": "variable",
|
|
988
|
+
"name": "BreadcrumbGroupCtx"
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"exports": [
|
|
992
|
+
{
|
|
993
|
+
"kind": "js",
|
|
994
|
+
"name": "BreadcrumbGroupCtx",
|
|
995
|
+
"declaration": {
|
|
996
|
+
"name": "BreadcrumbGroupCtx",
|
|
997
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"kind": "javascript-module",
|
|
1004
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1266
1005
|
"declarations": [
|
|
1267
1006
|
{
|
|
1268
1007
|
"kind": "class",
|
|
1269
|
-
"description": "`bm-
|
|
1270
|
-
"name": "
|
|
1008
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1009
|
+
"name": "BmBreadcrumbs",
|
|
1271
1010
|
"slots": [
|
|
1272
1011
|
{
|
|
1273
|
-
"description": "
|
|
1274
|
-
"name": "
|
|
1012
|
+
"description": "Pass items to the Breadcrumb",
|
|
1013
|
+
"name": "default"
|
|
1275
1014
|
}
|
|
1276
1015
|
],
|
|
1277
1016
|
"members": [
|
|
1278
1017
|
{
|
|
1279
1018
|
"kind": "field",
|
|
1280
|
-
"name": "
|
|
1019
|
+
"name": "wrap",
|
|
1281
1020
|
"type": {
|
|
1282
|
-
"text": "
|
|
1021
|
+
"text": "boolean"
|
|
1283
1022
|
},
|
|
1284
|
-
"default": "
|
|
1285
|
-
"description": "Specify
|
|
1286
|
-
"attribute": "
|
|
1023
|
+
"default": "true",
|
|
1024
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1025
|
+
"attribute": "wrap"
|
|
1287
1026
|
},
|
|
1288
1027
|
{
|
|
1289
1028
|
"kind": "field",
|
|
1290
|
-
"name": "
|
|
1029
|
+
"name": "itemsBeforeCollapse",
|
|
1291
1030
|
"type": {
|
|
1292
|
-
"text": "
|
|
1031
|
+
"text": "number"
|
|
1293
1032
|
},
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1033
|
+
"default": "1",
|
|
1034
|
+
"description": "Specify how many items show before ellipsis",
|
|
1035
|
+
"attribute": "itemsBeforeCollapse"
|
|
1296
1036
|
},
|
|
1297
1037
|
{
|
|
1298
1038
|
"kind": "field",
|
|
1299
|
-
"name": "
|
|
1039
|
+
"name": "itemsAfterCollapse",
|
|
1300
1040
|
"type": {
|
|
1301
|
-
"text": "
|
|
1041
|
+
"text": "number"
|
|
1302
1042
|
},
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1043
|
+
"default": "1",
|
|
1044
|
+
"description": "Specify how many items show after ellipsis",
|
|
1045
|
+
"attribute": "itemsAfterCollapse"
|
|
1305
1046
|
},
|
|
1306
1047
|
{
|
|
1307
1048
|
"kind": "field",
|
|
1308
|
-
"name": "
|
|
1049
|
+
"name": "theme",
|
|
1309
1050
|
"type": {
|
|
1310
|
-
"text": "
|
|
1051
|
+
"text": "'light' | 'dark' | undefined"
|
|
1311
1052
|
},
|
|
1312
|
-
"description": "Specify
|
|
1313
|
-
"attribute": "
|
|
1314
|
-
}
|
|
1053
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1054
|
+
"attribute": "theme"
|
|
1055
|
+
}
|
|
1056
|
+
],
|
|
1057
|
+
"attributes": [
|
|
1315
1058
|
{
|
|
1316
|
-
"
|
|
1317
|
-
"name": "size",
|
|
1059
|
+
"name": "wrap",
|
|
1318
1060
|
"type": {
|
|
1319
|
-
"text": "
|
|
1061
|
+
"text": "boolean"
|
|
1320
1062
|
},
|
|
1321
|
-
"default": "
|
|
1322
|
-
"description": "Specify
|
|
1323
|
-
"
|
|
1063
|
+
"default": "true",
|
|
1064
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1065
|
+
"fieldName": "wrap"
|
|
1324
1066
|
},
|
|
1325
1067
|
{
|
|
1326
|
-
"
|
|
1327
|
-
"name": "disabled",
|
|
1068
|
+
"name": "itemsBeforeCollapse",
|
|
1328
1069
|
"type": {
|
|
1329
|
-
"text": "
|
|
1070
|
+
"text": "number"
|
|
1330
1071
|
},
|
|
1331
|
-
"default": "
|
|
1332
|
-
"description": "Specify
|
|
1333
|
-
"
|
|
1072
|
+
"default": "1",
|
|
1073
|
+
"description": "Specify how many items show before ellipsis",
|
|
1074
|
+
"fieldName": "itemsBeforeCollapse"
|
|
1334
1075
|
},
|
|
1335
1076
|
{
|
|
1336
|
-
"
|
|
1337
|
-
"name": "shape",
|
|
1077
|
+
"name": "itemsAfterCollapse",
|
|
1338
1078
|
"type": {
|
|
1339
|
-
"text": "
|
|
1079
|
+
"text": "number"
|
|
1340
1080
|
},
|
|
1341
|
-
"default": "
|
|
1342
|
-
"description": "Specify
|
|
1343
|
-
"
|
|
1081
|
+
"default": "1",
|
|
1082
|
+
"description": "Specify how many items show after ellipsis",
|
|
1083
|
+
"fieldName": "itemsAfterCollapse"
|
|
1344
1084
|
},
|
|
1345
1085
|
{
|
|
1346
|
-
"
|
|
1347
|
-
"name": "isInteractive",
|
|
1086
|
+
"name": "theme",
|
|
1348
1087
|
"type": {
|
|
1349
|
-
"text": "
|
|
1088
|
+
"text": "'light' | 'dark' | undefined"
|
|
1350
1089
|
},
|
|
1351
|
-
"
|
|
1352
|
-
"
|
|
1353
|
-
|
|
1090
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1091
|
+
"fieldName": "theme"
|
|
1092
|
+
}
|
|
1093
|
+
],
|
|
1094
|
+
"superclass": {
|
|
1095
|
+
"name": "LitElement",
|
|
1096
|
+
"package": "lit"
|
|
1097
|
+
},
|
|
1098
|
+
"tagName": "bm-breadcrumb",
|
|
1099
|
+
"customElement": true
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"exports": [
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "js",
|
|
1105
|
+
"name": "BmBreadcrumbs",
|
|
1106
|
+
"declaration": {
|
|
1107
|
+
"name": "BmBreadcrumbs",
|
|
1108
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
"kind": "custom-element-definition",
|
|
1113
|
+
"name": "bm-breadcrumb",
|
|
1114
|
+
"declaration": {
|
|
1115
|
+
"name": "BmBreadcrumbs",
|
|
1116
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
]
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
"kind": "javascript-module",
|
|
1123
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1124
|
+
"declarations": [
|
|
1125
|
+
{
|
|
1126
|
+
"kind": "class",
|
|
1127
|
+
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
|
|
1128
|
+
"name": "BmBreadcrumbsItem",
|
|
1129
|
+
"slots": [
|
|
1130
|
+
{
|
|
1131
|
+
"description": "Pass text to an item",
|
|
1132
|
+
"name": "default"
|
|
1354
1133
|
},
|
|
1134
|
+
{
|
|
1135
|
+
"description": "Pass icon to an item",
|
|
1136
|
+
"name": "icon"
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1139
|
+
"members": [
|
|
1355
1140
|
{
|
|
1356
1141
|
"kind": "field",
|
|
1357
|
-
"name": "
|
|
1142
|
+
"name": "href",
|
|
1358
1143
|
"type": {
|
|
1359
|
-
"text": "
|
|
1144
|
+
"text": "string | undefined"
|
|
1360
1145
|
},
|
|
1361
|
-
"
|
|
1362
|
-
"
|
|
1363
|
-
"attribute": "isFocusable"
|
|
1146
|
+
"description": "Pass href to an item",
|
|
1147
|
+
"attribute": "href"
|
|
1364
1148
|
},
|
|
1365
1149
|
{
|
|
1366
1150
|
"kind": "field",
|
|
1367
|
-
"name": "
|
|
1151
|
+
"name": "clickable",
|
|
1368
1152
|
"type": {
|
|
1369
1153
|
"text": "boolean"
|
|
1370
1154
|
},
|
|
1371
1155
|
"default": "false",
|
|
1372
|
-
"
|
|
1373
|
-
|
|
1374
|
-
],
|
|
1375
|
-
"attributes": [
|
|
1376
|
-
{
|
|
1377
|
-
"name": "appearance",
|
|
1378
|
-
"type": {
|
|
1379
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
1380
|
-
},
|
|
1381
|
-
"default": "'neutral'",
|
|
1382
|
-
"description": "Specify the appearance of the Avatar",
|
|
1383
|
-
"fieldName": "appearance"
|
|
1156
|
+
"description": "Specify if the item is interactive without an href",
|
|
1157
|
+
"attribute": "clickable"
|
|
1384
1158
|
},
|
|
1385
1159
|
{
|
|
1386
|
-
"
|
|
1160
|
+
"kind": "field",
|
|
1161
|
+
"name": "truncationWidth",
|
|
1387
1162
|
"type": {
|
|
1388
1163
|
"text": "string | undefined"
|
|
1389
1164
|
},
|
|
1390
|
-
"description": "Specify
|
|
1391
|
-
"
|
|
1165
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1166
|
+
"attribute": "truncationWidth"
|
|
1392
1167
|
},
|
|
1393
1168
|
{
|
|
1394
|
-
"
|
|
1169
|
+
"kind": "field",
|
|
1170
|
+
"name": "isCurrent",
|
|
1395
1171
|
"type": {
|
|
1396
|
-
"text": "
|
|
1172
|
+
"text": "boolean"
|
|
1397
1173
|
},
|
|
1398
|
-
"
|
|
1399
|
-
"
|
|
1174
|
+
"default": "false",
|
|
1175
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1176
|
+
"attribute": "isCurrent",
|
|
1177
|
+
"reflects": true
|
|
1400
1178
|
},
|
|
1401
1179
|
{
|
|
1402
|
-
"
|
|
1180
|
+
"kind": "field",
|
|
1181
|
+
"name": "isCollapsed",
|
|
1403
1182
|
"type": {
|
|
1404
|
-
"text": "
|
|
1183
|
+
"text": "boolean"
|
|
1405
1184
|
},
|
|
1406
|
-
"
|
|
1407
|
-
"
|
|
1408
|
-
|
|
1185
|
+
"default": "false",
|
|
1186
|
+
"attribute": "isCollapsed",
|
|
1187
|
+
"reflects": true
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"attributes": [
|
|
1409
1191
|
{
|
|
1410
|
-
"name": "
|
|
1192
|
+
"name": "href",
|
|
1411
1193
|
"type": {
|
|
1412
|
-
"text": "
|
|
1194
|
+
"text": "string | undefined"
|
|
1413
1195
|
},
|
|
1414
|
-
"
|
|
1415
|
-
"
|
|
1416
|
-
"fieldName": "size"
|
|
1196
|
+
"description": "Pass href to an item",
|
|
1197
|
+
"fieldName": "href"
|
|
1417
1198
|
},
|
|
1418
1199
|
{
|
|
1419
|
-
"name": "
|
|
1200
|
+
"name": "clickable",
|
|
1420
1201
|
"type": {
|
|
1421
|
-
"text": "boolean
|
|
1202
|
+
"text": "boolean"
|
|
1422
1203
|
},
|
|
1423
1204
|
"default": "false",
|
|
1424
|
-
"description": "Specify if the
|
|
1425
|
-
"fieldName": "
|
|
1426
|
-
},
|
|
1427
|
-
{
|
|
1428
|
-
"name": "shape",
|
|
1429
|
-
"type": {
|
|
1430
|
-
"text": "'circle' | 'square' | undefined"
|
|
1431
|
-
},
|
|
1432
|
-
"default": "'circle'",
|
|
1433
|
-
"description": "Specify the shape of the Avatar",
|
|
1434
|
-
"fieldName": "shape"
|
|
1205
|
+
"description": "Specify if the item is interactive without an href",
|
|
1206
|
+
"fieldName": "clickable"
|
|
1435
1207
|
},
|
|
1436
1208
|
{
|
|
1437
|
-
"name": "
|
|
1209
|
+
"name": "truncationWidth",
|
|
1438
1210
|
"type": {
|
|
1439
|
-
"text": "
|
|
1211
|
+
"text": "string | undefined"
|
|
1440
1212
|
},
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
"fieldName": "isInteractive"
|
|
1213
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1214
|
+
"fieldName": "truncationWidth"
|
|
1444
1215
|
},
|
|
1445
1216
|
{
|
|
1446
|
-
"name": "
|
|
1217
|
+
"name": "isCurrent",
|
|
1447
1218
|
"type": {
|
|
1448
1219
|
"text": "boolean"
|
|
1449
1220
|
},
|
|
1450
1221
|
"default": "false",
|
|
1451
|
-
"description": "
|
|
1452
|
-
"fieldName": "
|
|
1222
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1223
|
+
"fieldName": "isCurrent"
|
|
1453
1224
|
},
|
|
1454
1225
|
{
|
|
1455
|
-
"name": "
|
|
1226
|
+
"name": "isCollapsed",
|
|
1456
1227
|
"type": {
|
|
1457
1228
|
"text": "boolean"
|
|
1458
1229
|
},
|
|
1459
1230
|
"default": "false",
|
|
1460
|
-
"fieldName": "
|
|
1231
|
+
"fieldName": "isCollapsed"
|
|
1461
1232
|
}
|
|
1462
1233
|
],
|
|
1463
1234
|
"superclass": {
|
|
1464
1235
|
"name": "LitElement",
|
|
1465
1236
|
"package": "lit"
|
|
1466
1237
|
},
|
|
1467
|
-
"tagName": "bm-
|
|
1238
|
+
"tagName": "bm-breadcrumb-item",
|
|
1468
1239
|
"customElement": true
|
|
1469
1240
|
}
|
|
1470
1241
|
],
|
|
1471
1242
|
"exports": [
|
|
1472
1243
|
{
|
|
1473
1244
|
"kind": "js",
|
|
1474
|
-
"name": "
|
|
1245
|
+
"name": "BmBreadcrumbsItem",
|
|
1475
1246
|
"declaration": {
|
|
1476
|
-
"name": "
|
|
1477
|
-
"module": "libs/web-components/src/lib/
|
|
1247
|
+
"name": "BmBreadcrumbsItem",
|
|
1248
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1478
1249
|
}
|
|
1479
1250
|
},
|
|
1480
1251
|
{
|
|
1481
1252
|
"kind": "custom-element-definition",
|
|
1482
|
-
"name": "bm-
|
|
1253
|
+
"name": "bm-breadcrumb-item",
|
|
1483
1254
|
"declaration": {
|
|
1484
|
-
"name": "
|
|
1485
|
-
"module": "libs/web-components/src/lib/
|
|
1255
|
+
"name": "BmBreadcrumbsItem",
|
|
1256
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1486
1257
|
}
|
|
1487
1258
|
}
|
|
1488
1259
|
]
|
|
1489
1260
|
},
|
|
1490
1261
|
{
|
|
1491
1262
|
"kind": "javascript-module",
|
|
1492
|
-
"path": "libs/web-components/src/lib/
|
|
1493
|
-
"declarations": [
|
|
1494
|
-
{
|
|
1495
|
-
"kind": "variable",
|
|
1496
|
-
"name": "AvatarGroupCtx"
|
|
1497
|
-
}
|
|
1498
|
-
],
|
|
1263
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1264
|
+
"declarations": [],
|
|
1499
1265
|
"exports": [
|
|
1500
1266
|
{
|
|
1501
1267
|
"kind": "js",
|
|
1502
|
-
"name": "
|
|
1268
|
+
"name": "*",
|
|
1503
1269
|
"declaration": {
|
|
1504
|
-
"name": "
|
|
1505
|
-
"
|
|
1270
|
+
"name": "*",
|
|
1271
|
+
"package": "./Breadcrumbs"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"kind": "js",
|
|
1276
|
+
"name": "*",
|
|
1277
|
+
"declaration": {
|
|
1278
|
+
"name": "*",
|
|
1279
|
+
"package": "./BreadcrumbsItem"
|
|
1506
1280
|
}
|
|
1507
1281
|
}
|
|
1508
1282
|
]
|
|
1509
1283
|
},
|
|
1510
1284
|
{
|
|
1511
1285
|
"kind": "javascript-module",
|
|
1512
|
-
"path": "libs/web-components/src/lib/
|
|
1286
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1513
1287
|
"declarations": [
|
|
1514
1288
|
{
|
|
1515
1289
|
"kind": "class",
|
|
1516
|
-
"description": "`bm-
|
|
1517
|
-
"name": "
|
|
1290
|
+
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
|
|
1291
|
+
"name": "BmAlert",
|
|
1518
1292
|
"slots": [
|
|
1519
1293
|
{
|
|
1520
|
-
"description": "
|
|
1521
|
-
"name": "
|
|
1294
|
+
"description": "Specify a different icon for the Alert",
|
|
1295
|
+
"name": "icon"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1299
|
+
"name": "heading"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1303
|
+
"name": "body"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"description": "Specify if actions display on the Alert",
|
|
1307
|
+
"name": "actions"
|
|
1522
1308
|
}
|
|
1523
1309
|
],
|
|
1524
1310
|
"members": [
|
|
1525
1311
|
{
|
|
1526
1312
|
"kind": "field",
|
|
1527
|
-
"name": "
|
|
1313
|
+
"name": "heading",
|
|
1528
1314
|
"type": {
|
|
1529
|
-
"text": "
|
|
1315
|
+
"text": "string | undefined"
|
|
1530
1316
|
},
|
|
1531
|
-
"
|
|
1532
|
-
"
|
|
1533
|
-
"attribute": "wrapping"
|
|
1317
|
+
"description": "Specify the heading text for Alert",
|
|
1318
|
+
"attribute": "heading"
|
|
1534
1319
|
},
|
|
1535
1320
|
{
|
|
1536
1321
|
"kind": "field",
|
|
1537
|
-
"name": "
|
|
1322
|
+
"name": "body",
|
|
1538
1323
|
"type": {
|
|
1539
|
-
"text": "
|
|
1324
|
+
"text": "string | undefined"
|
|
1540
1325
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"
|
|
1543
|
-
"attribute": "maxCount",
|
|
1544
|
-
"reflects": true
|
|
1326
|
+
"description": "Specify the body text for Alert",
|
|
1327
|
+
"attribute": "body"
|
|
1545
1328
|
},
|
|
1546
1329
|
{
|
|
1547
1330
|
"kind": "field",
|
|
1548
1331
|
"name": "size",
|
|
1549
1332
|
"type": {
|
|
1550
|
-
"text": "'
|
|
1333
|
+
"text": "'sm' | 'md'"
|
|
1551
1334
|
},
|
|
1552
|
-
"default": "'
|
|
1553
|
-
"description": "Specify the size of
|
|
1335
|
+
"default": "'sm'",
|
|
1336
|
+
"description": "Specify the size of the Alert",
|
|
1554
1337
|
"attribute": "size"
|
|
1555
1338
|
},
|
|
1556
1339
|
{
|
|
1557
1340
|
"kind": "field",
|
|
1558
|
-
"name": "
|
|
1341
|
+
"name": "fullWidth",
|
|
1559
1342
|
"type": {
|
|
1560
|
-
"text": "
|
|
1343
|
+
"text": "boolean"
|
|
1561
1344
|
},
|
|
1562
|
-
"default": "
|
|
1563
|
-
"description": "Specify the
|
|
1564
|
-
"attribute": "
|
|
1345
|
+
"default": "false",
|
|
1346
|
+
"description": "Specify if the Alert has no border radius",
|
|
1347
|
+
"attribute": "fullWidth"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "field",
|
|
1351
|
+
"name": "theme",
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "'light' | 'dark' | undefined"
|
|
1354
|
+
},
|
|
1355
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1356
|
+
"attribute": "theme"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
"kind": "field",
|
|
1360
|
+
"name": "appearance",
|
|
1361
|
+
"type": {
|
|
1362
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1363
|
+
},
|
|
1364
|
+
"default": "'infoPrimary'",
|
|
1365
|
+
"description": "Specify the appearance of the Alert",
|
|
1366
|
+
"attribute": "appearance"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "field",
|
|
1370
|
+
"name": "hidden",
|
|
1371
|
+
"type": {
|
|
1372
|
+
"text": "boolean"
|
|
1373
|
+
},
|
|
1374
|
+
"default": "false",
|
|
1375
|
+
"description": "Specify if the Alert is hidden",
|
|
1376
|
+
"attribute": "hidden"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"kind": "field",
|
|
1380
|
+
"name": "hideIcon",
|
|
1381
|
+
"type": {
|
|
1382
|
+
"text": "boolean"
|
|
1383
|
+
},
|
|
1384
|
+
"default": "false",
|
|
1385
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1386
|
+
"attribute": "hideIcon"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
"kind": "field",
|
|
1390
|
+
"name": "dismissible",
|
|
1391
|
+
"type": {
|
|
1392
|
+
"text": "boolean"
|
|
1393
|
+
},
|
|
1394
|
+
"default": "false",
|
|
1395
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1396
|
+
"attribute": "dismissible"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
"kind": "field",
|
|
1400
|
+
"name": "disableAutoFocus",
|
|
1401
|
+
"type": {
|
|
1402
|
+
"text": "boolean"
|
|
1403
|
+
},
|
|
1404
|
+
"default": "false",
|
|
1405
|
+
"description": "Prevent autofocus on show",
|
|
1406
|
+
"attribute": "disableAutoFocus"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
"kind": "field",
|
|
1410
|
+
"name": "disableCloseOnEscape",
|
|
1411
|
+
"type": {
|
|
1412
|
+
"text": "boolean"
|
|
1413
|
+
},
|
|
1414
|
+
"default": "false",
|
|
1415
|
+
"description": "Prevent Escape from closing",
|
|
1416
|
+
"attribute": "disableCloseOnEscape"
|
|
1417
|
+
}
|
|
1418
|
+
],
|
|
1419
|
+
"events": [
|
|
1420
|
+
{
|
|
1421
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1422
|
+
"name": "bm-dismiss"
|
|
1565
1423
|
}
|
|
1566
1424
|
],
|
|
1567
1425
|
"attributes": [
|
|
1568
1426
|
{
|
|
1569
|
-
"name": "
|
|
1427
|
+
"name": "heading",
|
|
1570
1428
|
"type": {
|
|
1571
|
-
"text": "
|
|
1429
|
+
"text": "string | undefined"
|
|
1572
1430
|
},
|
|
1573
|
-
"
|
|
1574
|
-
"
|
|
1575
|
-
"fieldName": "wrapping"
|
|
1431
|
+
"description": "Specify the heading text for Alert",
|
|
1432
|
+
"fieldName": "heading"
|
|
1576
1433
|
},
|
|
1577
1434
|
{
|
|
1578
|
-
"name": "
|
|
1435
|
+
"name": "body",
|
|
1579
1436
|
"type": {
|
|
1580
|
-
"text": "
|
|
1437
|
+
"text": "string | undefined"
|
|
1581
1438
|
},
|
|
1582
|
-
"
|
|
1583
|
-
"
|
|
1584
|
-
"fieldName": "maxCount"
|
|
1439
|
+
"description": "Specify the body text for Alert",
|
|
1440
|
+
"fieldName": "body"
|
|
1585
1441
|
},
|
|
1586
1442
|
{
|
|
1587
1443
|
"name": "size",
|
|
1588
1444
|
"type": {
|
|
1589
|
-
"text": "'
|
|
1445
|
+
"text": "'sm' | 'md'"
|
|
1590
1446
|
},
|
|
1591
|
-
"default": "'
|
|
1592
|
-
"description": "Specify the size of
|
|
1447
|
+
"default": "'sm'",
|
|
1448
|
+
"description": "Specify the size of the Alert",
|
|
1593
1449
|
"fieldName": "size"
|
|
1594
1450
|
},
|
|
1595
1451
|
{
|
|
1596
|
-
"name": "
|
|
1452
|
+
"name": "fullWidth",
|
|
1597
1453
|
"type": {
|
|
1598
|
-
"text": "
|
|
1454
|
+
"text": "boolean"
|
|
1599
1455
|
},
|
|
1600
|
-
"default": "
|
|
1601
|
-
"description": "Specify the
|
|
1602
|
-
"fieldName": "
|
|
1456
|
+
"default": "false",
|
|
1457
|
+
"description": "Specify if the Alert has no border radius",
|
|
1458
|
+
"fieldName": "fullWidth"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"name": "theme",
|
|
1462
|
+
"type": {
|
|
1463
|
+
"text": "'light' | 'dark' | undefined"
|
|
1464
|
+
},
|
|
1465
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1466
|
+
"fieldName": "theme"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
"name": "appearance",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1472
|
+
},
|
|
1473
|
+
"default": "'infoPrimary'",
|
|
1474
|
+
"description": "Specify the appearance of the Alert",
|
|
1475
|
+
"fieldName": "appearance"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"name": "hidden",
|
|
1479
|
+
"type": {
|
|
1480
|
+
"text": "boolean"
|
|
1481
|
+
},
|
|
1482
|
+
"default": "false",
|
|
1483
|
+
"description": "Specify if the Alert is hidden",
|
|
1484
|
+
"fieldName": "hidden"
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "hideIcon",
|
|
1488
|
+
"type": {
|
|
1489
|
+
"text": "boolean"
|
|
1490
|
+
},
|
|
1491
|
+
"default": "false",
|
|
1492
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1493
|
+
"fieldName": "hideIcon"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"name": "dismissible",
|
|
1497
|
+
"type": {
|
|
1498
|
+
"text": "boolean"
|
|
1499
|
+
},
|
|
1500
|
+
"default": "false",
|
|
1501
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1502
|
+
"fieldName": "dismissible"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "disableAutoFocus",
|
|
1506
|
+
"type": {
|
|
1507
|
+
"text": "boolean"
|
|
1508
|
+
},
|
|
1509
|
+
"default": "false",
|
|
1510
|
+
"description": "Prevent autofocus on show",
|
|
1511
|
+
"fieldName": "disableAutoFocus"
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
"name": "disableCloseOnEscape",
|
|
1515
|
+
"type": {
|
|
1516
|
+
"text": "boolean"
|
|
1517
|
+
},
|
|
1518
|
+
"default": "false",
|
|
1519
|
+
"description": "Prevent Escape from closing",
|
|
1520
|
+
"fieldName": "disableCloseOnEscape"
|
|
1603
1521
|
}
|
|
1604
1522
|
],
|
|
1605
1523
|
"superclass": {
|
|
1606
1524
|
"name": "LitElement",
|
|
1607
1525
|
"package": "lit"
|
|
1608
1526
|
},
|
|
1609
|
-
"tagName": "bm-
|
|
1527
|
+
"tagName": "bm-alert",
|
|
1610
1528
|
"customElement": true
|
|
1611
1529
|
}
|
|
1612
1530
|
],
|
|
1613
1531
|
"exports": [
|
|
1614
1532
|
{
|
|
1615
1533
|
"kind": "js",
|
|
1616
|
-
"name": "
|
|
1534
|
+
"name": "BmAlert",
|
|
1617
1535
|
"declaration": {
|
|
1618
|
-
"name": "
|
|
1619
|
-
"module": "libs/web-components/src/lib/
|
|
1536
|
+
"name": "BmAlert",
|
|
1537
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1620
1538
|
}
|
|
1621
1539
|
},
|
|
1622
1540
|
{
|
|
1623
1541
|
"kind": "custom-element-definition",
|
|
1624
|
-
"name": "bm-
|
|
1542
|
+
"name": "bm-alert",
|
|
1625
1543
|
"declaration": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "libs/web-components/src/lib/
|
|
1544
|
+
"name": "BmAlert",
|
|
1545
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1628
1546
|
}
|
|
1629
1547
|
}
|
|
1630
1548
|
]
|
|
1631
1549
|
},
|
|
1632
1550
|
{
|
|
1633
1551
|
"kind": "javascript-module",
|
|
1634
|
-
"path": "libs/web-components/src/lib/
|
|
1552
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1635
1553
|
"declarations": [],
|
|
1636
1554
|
"exports": [
|
|
1637
1555
|
{
|
|
@@ -1639,336 +1557,418 @@
|
|
|
1639
1557
|
"name": "*",
|
|
1640
1558
|
"declaration": {
|
|
1641
1559
|
"name": "*",
|
|
1642
|
-
"package": "./
|
|
1643
|
-
}
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
"kind": "js",
|
|
1647
|
-
"name": "*",
|
|
1648
|
-
"declaration": {
|
|
1649
|
-
"name": "*",
|
|
1650
|
-
"package": "./AvatarGroup"
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"kind": "javascript-module",
|
|
1657
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
1658
|
-
"declarations": [
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "variable",
|
|
1661
|
-
"name": "BreadcrumbGroupCtx"
|
|
1662
|
-
}
|
|
1663
|
-
],
|
|
1664
|
-
"exports": [
|
|
1665
|
-
{
|
|
1666
|
-
"kind": "js",
|
|
1667
|
-
"name": "BreadcrumbGroupCtx",
|
|
1668
|
-
"declaration": {
|
|
1669
|
-
"name": "BreadcrumbGroupCtx",
|
|
1670
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1560
|
+
"package": "./Alert"
|
|
1671
1561
|
}
|
|
1672
1562
|
}
|
|
1673
1563
|
]
|
|
1674
1564
|
},
|
|
1675
1565
|
{
|
|
1676
1566
|
"kind": "javascript-module",
|
|
1677
|
-
"path": "libs/web-components/src/lib/
|
|
1567
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
1678
1568
|
"declarations": [
|
|
1679
1569
|
{
|
|
1680
1570
|
"kind": "class",
|
|
1681
|
-
"description": "`bm-
|
|
1682
|
-
"name": "
|
|
1571
|
+
"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** ",
|
|
1572
|
+
"name": "BmAvatar",
|
|
1683
1573
|
"slots": [
|
|
1684
1574
|
{
|
|
1685
|
-
"description": "
|
|
1686
|
-
"name": "
|
|
1575
|
+
"description": "Customize the default icon",
|
|
1576
|
+
"name": "icon"
|
|
1687
1577
|
}
|
|
1688
1578
|
],
|
|
1689
1579
|
"members": [
|
|
1690
1580
|
{
|
|
1691
1581
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1582
|
+
"name": "appearance",
|
|
1693
1583
|
"type": {
|
|
1694
|
-
"text": "
|
|
1584
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1695
1585
|
},
|
|
1696
|
-
"default": "
|
|
1697
|
-
"description": "Specify
|
|
1698
|
-
"attribute": "
|
|
1586
|
+
"default": "'neutral'",
|
|
1587
|
+
"description": "Specify the appearance of the Avatar",
|
|
1588
|
+
"attribute": "appearance"
|
|
1699
1589
|
},
|
|
1700
1590
|
{
|
|
1701
1591
|
"kind": "field",
|
|
1702
|
-
"name": "
|
|
1592
|
+
"name": "name",
|
|
1703
1593
|
"type": {
|
|
1704
|
-
"text": "
|
|
1594
|
+
"text": "string | undefined"
|
|
1705
1595
|
},
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"attribute": "itemsBeforeCollapse"
|
|
1596
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1597
|
+
"attribute": "name"
|
|
1709
1598
|
},
|
|
1710
1599
|
{
|
|
1711
1600
|
"kind": "field",
|
|
1712
|
-
"name": "
|
|
1601
|
+
"name": "src",
|
|
1713
1602
|
"type": {
|
|
1714
|
-
"text": "
|
|
1603
|
+
"text": "string | undefined"
|
|
1715
1604
|
},
|
|
1716
|
-
"
|
|
1717
|
-
"
|
|
1718
|
-
"attribute": "itemsAfterCollapse"
|
|
1605
|
+
"description": "Pass an image to the Avatar",
|
|
1606
|
+
"attribute": "src"
|
|
1719
1607
|
},
|
|
1720
1608
|
{
|
|
1721
1609
|
"kind": "field",
|
|
1722
|
-
"name": "
|
|
1610
|
+
"name": "alt",
|
|
1723
1611
|
"type": {
|
|
1724
|
-
"text": "
|
|
1612
|
+
"text": "string | undefined"
|
|
1725
1613
|
},
|
|
1726
|
-
"description": "Specify
|
|
1727
|
-
"attribute": "
|
|
1728
|
-
}
|
|
1729
|
-
],
|
|
1730
|
-
"attributes": [
|
|
1614
|
+
"description": "Specify alt for image",
|
|
1615
|
+
"attribute": "alt"
|
|
1616
|
+
},
|
|
1731
1617
|
{
|
|
1732
|
-
"
|
|
1618
|
+
"kind": "field",
|
|
1619
|
+
"name": "size",
|
|
1733
1620
|
"type": {
|
|
1734
|
-
"text": "
|
|
1621
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1735
1622
|
},
|
|
1736
|
-
"default": "
|
|
1737
|
-
"description": "Specify
|
|
1738
|
-
"
|
|
1623
|
+
"default": "'md'",
|
|
1624
|
+
"description": "Specify the size of the Avatar",
|
|
1625
|
+
"attribute": "size"
|
|
1739
1626
|
},
|
|
1740
1627
|
{
|
|
1741
|
-
"
|
|
1628
|
+
"kind": "field",
|
|
1629
|
+
"name": "disabled",
|
|
1742
1630
|
"type": {
|
|
1743
|
-
"text": "
|
|
1631
|
+
"text": "boolean | undefined"
|
|
1744
1632
|
},
|
|
1745
|
-
"default": "
|
|
1746
|
-
"description": "Specify
|
|
1747
|
-
"
|
|
1633
|
+
"default": "false",
|
|
1634
|
+
"description": "Specify if the Avatar is disabled",
|
|
1635
|
+
"attribute": "disabled"
|
|
1748
1636
|
},
|
|
1749
1637
|
{
|
|
1750
|
-
"
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "shape",
|
|
1751
1640
|
"type": {
|
|
1752
|
-
"text": "
|
|
1641
|
+
"text": "'circle' | 'square' | undefined"
|
|
1753
1642
|
},
|
|
1754
|
-
"default": "
|
|
1755
|
-
"description": "Specify
|
|
1756
|
-
"
|
|
1643
|
+
"default": "'circle'",
|
|
1644
|
+
"description": "Specify the shape of the Avatar",
|
|
1645
|
+
"attribute": "shape"
|
|
1757
1646
|
},
|
|
1758
1647
|
{
|
|
1759
|
-
"
|
|
1648
|
+
"kind": "field",
|
|
1649
|
+
"name": "isInteractive",
|
|
1760
1650
|
"type": {
|
|
1761
|
-
"text": "
|
|
1651
|
+
"text": "boolean"
|
|
1762
1652
|
},
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1765
|
-
|
|
1766
|
-
],
|
|
1767
|
-
"superclass": {
|
|
1768
|
-
"name": "LitElement",
|
|
1769
|
-
"package": "lit"
|
|
1770
|
-
},
|
|
1771
|
-
"tagName": "bm-breadcrumb",
|
|
1772
|
-
"customElement": true
|
|
1773
|
-
}
|
|
1774
|
-
],
|
|
1775
|
-
"exports": [
|
|
1776
|
-
{
|
|
1777
|
-
"kind": "js",
|
|
1778
|
-
"name": "BmBreadcrumbs",
|
|
1779
|
-
"declaration": {
|
|
1780
|
-
"name": "BmBreadcrumbs",
|
|
1781
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "custom-element-definition",
|
|
1786
|
-
"name": "bm-breadcrumb",
|
|
1787
|
-
"declaration": {
|
|
1788
|
-
"name": "BmBreadcrumbs",
|
|
1789
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
]
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"kind": "javascript-module",
|
|
1796
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1797
|
-
"declarations": [
|
|
1798
|
-
{
|
|
1799
|
-
"kind": "class",
|
|
1800
|
-
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
|
|
1801
|
-
"name": "BmBreadcrumbsItem",
|
|
1802
|
-
"slots": [
|
|
1803
|
-
{
|
|
1804
|
-
"description": "Pass text to an item",
|
|
1805
|
-
"name": "default"
|
|
1653
|
+
"default": "false",
|
|
1654
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1655
|
+
"attribute": "isInteractive"
|
|
1806
1656
|
},
|
|
1807
|
-
{
|
|
1808
|
-
"description": "Pass icon to an item",
|
|
1809
|
-
"name": "icon"
|
|
1810
|
-
}
|
|
1811
|
-
],
|
|
1812
|
-
"members": [
|
|
1813
1657
|
{
|
|
1814
1658
|
"kind": "field",
|
|
1815
|
-
"name": "
|
|
1659
|
+
"name": "isFocusable",
|
|
1816
1660
|
"type": {
|
|
1817
|
-
"text": "
|
|
1661
|
+
"text": "boolean"
|
|
1818
1662
|
},
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1663
|
+
"default": "false",
|
|
1664
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1665
|
+
"attribute": "isFocusable"
|
|
1821
1666
|
},
|
|
1822
1667
|
{
|
|
1823
1668
|
"kind": "field",
|
|
1824
|
-
"name": "
|
|
1669
|
+
"name": "withBorder",
|
|
1825
1670
|
"type": {
|
|
1826
1671
|
"text": "boolean"
|
|
1827
1672
|
},
|
|
1828
1673
|
"default": "false",
|
|
1829
|
-
"
|
|
1830
|
-
|
|
1674
|
+
"attribute": "withBorder"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"attributes": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "appearance",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1682
|
+
},
|
|
1683
|
+
"default": "'neutral'",
|
|
1684
|
+
"description": "Specify the appearance of the Avatar",
|
|
1685
|
+
"fieldName": "appearance"
|
|
1831
1686
|
},
|
|
1832
1687
|
{
|
|
1833
|
-
"
|
|
1834
|
-
"name": "truncationWidth",
|
|
1688
|
+
"name": "name",
|
|
1835
1689
|
"type": {
|
|
1836
1690
|
"text": "string | undefined"
|
|
1837
1691
|
},
|
|
1838
|
-
"description": "Specify
|
|
1839
|
-
"
|
|
1692
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1693
|
+
"fieldName": "name"
|
|
1840
1694
|
},
|
|
1841
1695
|
{
|
|
1842
|
-
"
|
|
1843
|
-
"name": "isCurrent",
|
|
1696
|
+
"name": "src",
|
|
1844
1697
|
"type": {
|
|
1845
|
-
"text": "
|
|
1698
|
+
"text": "string | undefined"
|
|
1846
1699
|
},
|
|
1847
|
-
"
|
|
1848
|
-
"
|
|
1849
|
-
"attribute": "isCurrent",
|
|
1850
|
-
"reflects": true
|
|
1700
|
+
"description": "Pass an image to the Avatar",
|
|
1701
|
+
"fieldName": "src"
|
|
1851
1702
|
},
|
|
1852
1703
|
{
|
|
1853
|
-
"
|
|
1854
|
-
"name": "isCollapsed",
|
|
1704
|
+
"name": "alt",
|
|
1855
1705
|
"type": {
|
|
1856
|
-
"text": "
|
|
1706
|
+
"text": "string | undefined"
|
|
1857
1707
|
},
|
|
1858
|
-
"
|
|
1859
|
-
"
|
|
1860
|
-
|
|
1861
|
-
}
|
|
1862
|
-
],
|
|
1863
|
-
"attributes": [
|
|
1708
|
+
"description": "Specify alt for image",
|
|
1709
|
+
"fieldName": "alt"
|
|
1710
|
+
},
|
|
1864
1711
|
{
|
|
1865
|
-
"name": "
|
|
1712
|
+
"name": "size",
|
|
1866
1713
|
"type": {
|
|
1867
|
-
"text": "
|
|
1714
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1868
1715
|
},
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1716
|
+
"default": "'md'",
|
|
1717
|
+
"description": "Specify the size of the Avatar",
|
|
1718
|
+
"fieldName": "size"
|
|
1871
1719
|
},
|
|
1872
1720
|
{
|
|
1873
|
-
"name": "
|
|
1721
|
+
"name": "disabled",
|
|
1874
1722
|
"type": {
|
|
1875
|
-
"text": "boolean"
|
|
1723
|
+
"text": "boolean | undefined"
|
|
1876
1724
|
},
|
|
1877
1725
|
"default": "false",
|
|
1878
|
-
"description": "Specify if the
|
|
1879
|
-
"fieldName": "
|
|
1726
|
+
"description": "Specify if the Avatar is disabled",
|
|
1727
|
+
"fieldName": "disabled"
|
|
1880
1728
|
},
|
|
1881
1729
|
{
|
|
1882
|
-
"name": "
|
|
1730
|
+
"name": "shape",
|
|
1883
1731
|
"type": {
|
|
1884
|
-
"text": "
|
|
1732
|
+
"text": "'circle' | 'square' | undefined"
|
|
1885
1733
|
},
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1734
|
+
"default": "'circle'",
|
|
1735
|
+
"description": "Specify the shape of the Avatar",
|
|
1736
|
+
"fieldName": "shape"
|
|
1888
1737
|
},
|
|
1889
1738
|
{
|
|
1890
|
-
"name": "
|
|
1739
|
+
"name": "isInteractive",
|
|
1891
1740
|
"type": {
|
|
1892
1741
|
"text": "boolean"
|
|
1893
1742
|
},
|
|
1894
1743
|
"default": "false",
|
|
1895
|
-
"description": "
|
|
1896
|
-
"fieldName": "
|
|
1744
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1745
|
+
"fieldName": "isInteractive"
|
|
1897
1746
|
},
|
|
1898
1747
|
{
|
|
1899
|
-
"name": "
|
|
1748
|
+
"name": "isFocusable",
|
|
1900
1749
|
"type": {
|
|
1901
1750
|
"text": "boolean"
|
|
1902
1751
|
},
|
|
1903
1752
|
"default": "false",
|
|
1904
|
-
"
|
|
1753
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1754
|
+
"fieldName": "isFocusable"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "withBorder",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "boolean"
|
|
1760
|
+
},
|
|
1761
|
+
"default": "false",
|
|
1762
|
+
"fieldName": "withBorder"
|
|
1905
1763
|
}
|
|
1906
1764
|
],
|
|
1907
1765
|
"superclass": {
|
|
1908
1766
|
"name": "LitElement",
|
|
1909
1767
|
"package": "lit"
|
|
1910
1768
|
},
|
|
1911
|
-
"tagName": "bm-
|
|
1769
|
+
"tagName": "bm-avatar",
|
|
1912
1770
|
"customElement": true
|
|
1913
1771
|
}
|
|
1914
1772
|
],
|
|
1915
1773
|
"exports": [
|
|
1916
1774
|
{
|
|
1917
1775
|
"kind": "js",
|
|
1918
|
-
"name": "
|
|
1776
|
+
"name": "BmAvatar",
|
|
1919
1777
|
"declaration": {
|
|
1920
|
-
"name": "
|
|
1921
|
-
"module": "libs/web-components/src/lib/
|
|
1778
|
+
"name": "BmAvatar",
|
|
1779
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1922
1780
|
}
|
|
1923
1781
|
},
|
|
1924
1782
|
{
|
|
1925
1783
|
"kind": "custom-element-definition",
|
|
1926
|
-
"name": "bm-
|
|
1784
|
+
"name": "bm-avatar",
|
|
1927
1785
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "libs/web-components/src/lib/
|
|
1786
|
+
"name": "BmAvatar",
|
|
1787
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1930
1788
|
}
|
|
1931
1789
|
}
|
|
1932
1790
|
]
|
|
1933
1791
|
},
|
|
1934
1792
|
{
|
|
1935
1793
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "libs/web-components/src/lib/
|
|
1937
|
-
"declarations": [
|
|
1938
|
-
"exports": [
|
|
1794
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1795
|
+
"declarations": [
|
|
1939
1796
|
{
|
|
1940
|
-
"kind": "
|
|
1941
|
-
"name": "
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1797
|
+
"kind": "variable",
|
|
1798
|
+
"name": "AvatarGroupCtx"
|
|
1799
|
+
}
|
|
1800
|
+
],
|
|
1801
|
+
"exports": [
|
|
1947
1802
|
{
|
|
1948
1803
|
"kind": "js",
|
|
1949
|
-
"name": "
|
|
1804
|
+
"name": "AvatarGroupCtx",
|
|
1950
1805
|
"declaration": {
|
|
1951
|
-
"name": "
|
|
1952
|
-
"
|
|
1806
|
+
"name": "AvatarGroupCtx",
|
|
1807
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1953
1808
|
}
|
|
1954
1809
|
}
|
|
1955
1810
|
]
|
|
1956
1811
|
},
|
|
1957
1812
|
{
|
|
1958
1813
|
"kind": "javascript-module",
|
|
1959
|
-
"path": "libs/web-components/src/lib/
|
|
1814
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1960
1815
|
"declarations": [
|
|
1961
1816
|
{
|
|
1962
1817
|
"kind": "class",
|
|
1963
|
-
"description": "`bm-
|
|
1964
|
-
"name": "
|
|
1818
|
+
"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.",
|
|
1819
|
+
"name": "BmAvatarGroup",
|
|
1965
1820
|
"slots": [
|
|
1966
1821
|
{
|
|
1967
|
-
"description": "
|
|
1822
|
+
"description": "Add Avatars to create a group",
|
|
1968
1823
|
"name": "default"
|
|
1969
|
-
}
|
|
1824
|
+
}
|
|
1825
|
+
],
|
|
1826
|
+
"members": [
|
|
1970
1827
|
{
|
|
1971
|
-
"
|
|
1828
|
+
"kind": "field",
|
|
1829
|
+
"name": "wrapping",
|
|
1830
|
+
"type": {
|
|
1831
|
+
"text": "boolean"
|
|
1832
|
+
},
|
|
1833
|
+
"default": "false",
|
|
1834
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1835
|
+
"attribute": "wrapping"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"kind": "field",
|
|
1839
|
+
"name": "maxCount",
|
|
1840
|
+
"type": {
|
|
1841
|
+
"text": "number"
|
|
1842
|
+
},
|
|
1843
|
+
"default": "5",
|
|
1844
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1845
|
+
"attribute": "maxCount",
|
|
1846
|
+
"reflects": true
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "field",
|
|
1850
|
+
"name": "size",
|
|
1851
|
+
"type": {
|
|
1852
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1853
|
+
},
|
|
1854
|
+
"default": "'md'",
|
|
1855
|
+
"description": "Specify the size of all Avatars",
|
|
1856
|
+
"attribute": "size"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "field",
|
|
1860
|
+
"name": "layout",
|
|
1861
|
+
"type": {
|
|
1862
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1863
|
+
},
|
|
1864
|
+
"default": "'stacked'",
|
|
1865
|
+
"description": "Specify the kind of the group.",
|
|
1866
|
+
"attribute": "layout"
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"attributes": [
|
|
1870
|
+
{
|
|
1871
|
+
"name": "wrapping",
|
|
1872
|
+
"type": {
|
|
1873
|
+
"text": "boolean"
|
|
1874
|
+
},
|
|
1875
|
+
"default": "false",
|
|
1876
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1877
|
+
"fieldName": "wrapping"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "maxCount",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "number"
|
|
1883
|
+
},
|
|
1884
|
+
"default": "5",
|
|
1885
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1886
|
+
"fieldName": "maxCount"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "size",
|
|
1890
|
+
"type": {
|
|
1891
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1892
|
+
},
|
|
1893
|
+
"default": "'md'",
|
|
1894
|
+
"description": "Specify the size of all Avatars",
|
|
1895
|
+
"fieldName": "size"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "layout",
|
|
1899
|
+
"type": {
|
|
1900
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1901
|
+
},
|
|
1902
|
+
"default": "'stacked'",
|
|
1903
|
+
"description": "Specify the kind of the group.",
|
|
1904
|
+
"fieldName": "layout"
|
|
1905
|
+
}
|
|
1906
|
+
],
|
|
1907
|
+
"superclass": {
|
|
1908
|
+
"name": "LitElement",
|
|
1909
|
+
"package": "lit"
|
|
1910
|
+
},
|
|
1911
|
+
"tagName": "bm-avatar-group",
|
|
1912
|
+
"customElement": true
|
|
1913
|
+
}
|
|
1914
|
+
],
|
|
1915
|
+
"exports": [
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "js",
|
|
1918
|
+
"name": "BmAvatarGroup",
|
|
1919
|
+
"declaration": {
|
|
1920
|
+
"name": "BmAvatarGroup",
|
|
1921
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "custom-element-definition",
|
|
1926
|
+
"name": "bm-avatar-group",
|
|
1927
|
+
"declaration": {
|
|
1928
|
+
"name": "BmAvatarGroup",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "javascript-module",
|
|
1936
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1937
|
+
"declarations": [],
|
|
1938
|
+
"exports": [
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "js",
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"declaration": {
|
|
1943
|
+
"name": "*",
|
|
1944
|
+
"package": "./Avatar"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "js",
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"declaration": {
|
|
1951
|
+
"name": "*",
|
|
1952
|
+
"package": "./AvatarGroup"
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "javascript-module",
|
|
1959
|
+
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
1960
|
+
"declarations": [
|
|
1961
|
+
{
|
|
1962
|
+
"kind": "class",
|
|
1963
|
+
"description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
|
|
1964
|
+
"name": "BmButton",
|
|
1965
|
+
"slots": [
|
|
1966
|
+
{
|
|
1967
|
+
"description": "Provide content for the Button",
|
|
1968
|
+
"name": "default"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"description": "Specify if the Button displays icon before the text",
|
|
1972
1972
|
"name": "iconBefore"
|
|
1973
1973
|
},
|
|
1974
1974
|
{
|
|
@@ -6056,351 +6056,117 @@
|
|
|
6056
6056
|
],
|
|
6057
6057
|
"mixins": [
|
|
6058
6058
|
{
|
|
6059
|
-
"name": "FloatingMixin",
|
|
6060
|
-
"module": "/libs/web-components/src/utils/mixins/FloatingUI"
|
|
6061
|
-
}
|
|
6062
|
-
],
|
|
6063
|
-
"superclass": {
|
|
6064
|
-
"name": "LitElement",
|
|
6065
|
-
"package": "lit"
|
|
6066
|
-
},
|
|
6067
|
-
"tagName": "bm-tooltip",
|
|
6068
|
-
"customElement": true
|
|
6069
|
-
},
|
|
6070
|
-
{
|
|
6071
|
-
"kind": "class",
|
|
6072
|
-
"description": "### Attributes:\n- **size** - Specify the size of the Tooltip trigger. `none` to leave uncontrolled.\n- **disabled** - Prevent the trigger from being interacted with",
|
|
6073
|
-
"name": "BmTooltipIconTrigger",
|
|
6074
|
-
"members": [
|
|
6075
|
-
{
|
|
6076
|
-
"kind": "field",
|
|
6077
|
-
"name": "size",
|
|
6078
|
-
"type": {
|
|
6079
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none'"
|
|
6080
|
-
},
|
|
6081
|
-
"default": "'md'",
|
|
6082
|
-
"description": "Specify the size of the Tooltip trigger. `none` to leave uncontrolled.",
|
|
6083
|
-
"attribute": "size"
|
|
6084
|
-
},
|
|
6085
|
-
{
|
|
6086
|
-
"kind": "field",
|
|
6087
|
-
"name": "disabled",
|
|
6088
|
-
"type": {
|
|
6089
|
-
"text": "boolean"
|
|
6090
|
-
},
|
|
6091
|
-
"default": "false",
|
|
6092
|
-
"description": "Prevent the trigger from being interacted with",
|
|
6093
|
-
"attribute": "disabled"
|
|
6094
|
-
}
|
|
6095
|
-
],
|
|
6096
|
-
"attributes": [
|
|
6097
|
-
{
|
|
6098
|
-
"name": "size",
|
|
6099
|
-
"type": {
|
|
6100
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none'"
|
|
6101
|
-
},
|
|
6102
|
-
"default": "'md'",
|
|
6103
|
-
"description": "Specify the size of the Tooltip trigger. `none` to leave uncontrolled.",
|
|
6104
|
-
"fieldName": "size"
|
|
6105
|
-
},
|
|
6106
|
-
{
|
|
6107
|
-
"name": "disabled",
|
|
6108
|
-
"type": {
|
|
6109
|
-
"text": "boolean"
|
|
6110
|
-
},
|
|
6111
|
-
"default": "false",
|
|
6112
|
-
"description": "Prevent the trigger from being interacted with",
|
|
6113
|
-
"fieldName": "disabled"
|
|
6114
|
-
}
|
|
6115
|
-
],
|
|
6116
|
-
"superclass": {
|
|
6117
|
-
"name": "LitElement",
|
|
6118
|
-
"package": "lit"
|
|
6119
|
-
},
|
|
6120
|
-
"tagName": "bm-tooltip-icon-trigger",
|
|
6121
|
-
"customElement": true
|
|
6122
|
-
}
|
|
6123
|
-
],
|
|
6124
|
-
"exports": [
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "js",
|
|
6127
|
-
"name": "ChangeEvent",
|
|
6128
|
-
"declaration": {
|
|
6129
|
-
"name": "ChangeEvent",
|
|
6130
|
-
"module": "../../utils/mixins/ControlledToggle"
|
|
6131
|
-
}
|
|
6132
|
-
},
|
|
6133
|
-
{
|
|
6134
|
-
"kind": "js",
|
|
6135
|
-
"name": "BmTooltip",
|
|
6136
|
-
"declaration": {
|
|
6137
|
-
"name": "BmTooltip",
|
|
6138
|
-
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6139
|
-
}
|
|
6140
|
-
},
|
|
6141
|
-
{
|
|
6142
|
-
"kind": "custom-element-definition",
|
|
6143
|
-
"name": "bm-tooltip",
|
|
6144
|
-
"declaration": {
|
|
6145
|
-
"name": "BmTooltip",
|
|
6146
|
-
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6147
|
-
}
|
|
6148
|
-
},
|
|
6149
|
-
{
|
|
6150
|
-
"kind": "js",
|
|
6151
|
-
"name": "BmTooltipIconTrigger",
|
|
6152
|
-
"declaration": {
|
|
6153
|
-
"name": "BmTooltipIconTrigger",
|
|
6154
|
-
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6155
|
-
}
|
|
6156
|
-
},
|
|
6157
|
-
{
|
|
6158
|
-
"kind": "custom-element-definition",
|
|
6159
|
-
"name": "bm-tooltip-icon-trigger",
|
|
6160
|
-
"declaration": {
|
|
6161
|
-
"name": "BmTooltipIconTrigger",
|
|
6162
|
-
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6163
|
-
}
|
|
6164
|
-
}
|
|
6165
|
-
]
|
|
6166
|
-
},
|
|
6167
|
-
{
|
|
6168
|
-
"kind": "javascript-module",
|
|
6169
|
-
"path": "libs/web-components/src/lib/Tooltip/index.ts",
|
|
6170
|
-
"declarations": [],
|
|
6171
|
-
"exports": [
|
|
6172
|
-
{
|
|
6173
|
-
"kind": "js",
|
|
6174
|
-
"name": "*",
|
|
6175
|
-
"declaration": {
|
|
6176
|
-
"name": "*",
|
|
6177
|
-
"package": "./Tooltip"
|
|
6178
|
-
}
|
|
6179
|
-
}
|
|
6180
|
-
]
|
|
6181
|
-
},
|
|
6182
|
-
{
|
|
6183
|
-
"kind": "javascript-module",
|
|
6184
|
-
"path": "libs/web-components/src/lib/wip/Checkbox/Checkbox.ts",
|
|
6185
|
-
"declarations": [
|
|
6186
|
-
{
|
|
6187
|
-
"kind": "class",
|
|
6188
|
-
"description": "`bm-checkbox`\n\n### Attributes:\n- **theme** - Specify the theme of the CloseButton. By default it inherits the theme from the parent\n- **label** - Specify the text for the label\n- **name** - Specify the checkbox name\n- **value** - Specify the checkbox value\n- **error** - Specify error text and display error state of a Checkbox\n- **readOnly** - Specify if Checkbox displays in a read-only state\n- **indeterminate** - Specify if Checkbox displays in an indeterminate state\n- **disabled** - Specify if Checkbox displays in disabled state\n- **checked** - Specify if Checkbox is checked",
|
|
6189
|
-
"name": "BmCheckbox",
|
|
6190
|
-
"members": [
|
|
6191
|
-
{
|
|
6192
|
-
"kind": "field",
|
|
6193
|
-
"name": "theme",
|
|
6194
|
-
"type": {
|
|
6195
|
-
"text": "'light' | 'dark' | undefined"
|
|
6196
|
-
},
|
|
6197
|
-
"description": "Specify the theme of the CloseButton. By default it inherits the theme from the parent",
|
|
6198
|
-
"attribute": "theme"
|
|
6199
|
-
},
|
|
6200
|
-
{
|
|
6201
|
-
"kind": "field",
|
|
6202
|
-
"name": "label",
|
|
6203
|
-
"type": {
|
|
6204
|
-
"text": "string | undefined"
|
|
6205
|
-
},
|
|
6206
|
-
"description": "Specify the text for the label",
|
|
6207
|
-
"attribute": "label"
|
|
6208
|
-
},
|
|
6209
|
-
{
|
|
6210
|
-
"kind": "field",
|
|
6211
|
-
"name": "name",
|
|
6212
|
-
"type": {
|
|
6213
|
-
"text": "string | undefined"
|
|
6214
|
-
},
|
|
6215
|
-
"description": "Specify the checkbox name",
|
|
6216
|
-
"attribute": "name"
|
|
6217
|
-
},
|
|
6218
|
-
{
|
|
6219
|
-
"kind": "field",
|
|
6220
|
-
"name": "value",
|
|
6221
|
-
"type": {
|
|
6222
|
-
"text": "string | undefined"
|
|
6223
|
-
},
|
|
6224
|
-
"description": "Specify the checkbox value",
|
|
6225
|
-
"attribute": "value"
|
|
6226
|
-
},
|
|
6227
|
-
{
|
|
6228
|
-
"kind": "field",
|
|
6229
|
-
"name": "error",
|
|
6230
|
-
"type": {
|
|
6231
|
-
"text": "boolean | undefined"
|
|
6232
|
-
},
|
|
6233
|
-
"description": "Specify error text and display error state of a Checkbox",
|
|
6234
|
-
"attribute": "error"
|
|
6235
|
-
},
|
|
6236
|
-
{
|
|
6237
|
-
"kind": "field",
|
|
6238
|
-
"name": "readOnly",
|
|
6239
|
-
"type": {
|
|
6240
|
-
"text": "boolean | undefined"
|
|
6241
|
-
},
|
|
6242
|
-
"default": "false",
|
|
6243
|
-
"description": "Specify if Checkbox displays in a read-only state",
|
|
6244
|
-
"attribute": "readOnly"
|
|
6245
|
-
},
|
|
6246
|
-
{
|
|
6247
|
-
"kind": "field",
|
|
6248
|
-
"name": "indeterminate",
|
|
6249
|
-
"type": {
|
|
6250
|
-
"text": "boolean | undefined"
|
|
6251
|
-
},
|
|
6252
|
-
"default": "false",
|
|
6253
|
-
"description": "Specify if Checkbox displays in an indeterminate state",
|
|
6254
|
-
"attribute": "indeterminate"
|
|
6255
|
-
},
|
|
6256
|
-
{
|
|
6257
|
-
"kind": "field",
|
|
6258
|
-
"name": "disabled",
|
|
6259
|
-
"type": {
|
|
6260
|
-
"text": "boolean | undefined"
|
|
6261
|
-
},
|
|
6262
|
-
"default": "false",
|
|
6263
|
-
"description": "Specify if Checkbox displays in disabled state",
|
|
6264
|
-
"attribute": "disabled"
|
|
6265
|
-
},
|
|
6266
|
-
{
|
|
6267
|
-
"kind": "field",
|
|
6268
|
-
"name": "checked",
|
|
6269
|
-
"type": {
|
|
6270
|
-
"text": "boolean | undefined"
|
|
6271
|
-
},
|
|
6272
|
-
"default": "false",
|
|
6273
|
-
"description": "Specify if Checkbox is checked",
|
|
6274
|
-
"attribute": "checked"
|
|
6275
|
-
},
|
|
6276
|
-
{
|
|
6277
|
-
"kind": "field",
|
|
6278
|
-
"name": "inputChoiceGroupContext",
|
|
6279
|
-
"type": {
|
|
6280
|
-
"text": "InputChoiceGroupContextProps | undefined"
|
|
6281
|
-
}
|
|
6282
|
-
},
|
|
6283
|
-
{
|
|
6284
|
-
"kind": "method",
|
|
6285
|
-
"name": "clickHandler",
|
|
6286
|
-
"parameters": [
|
|
6287
|
-
{
|
|
6288
|
-
"name": "event",
|
|
6289
|
-
"type": {
|
|
6290
|
-
"text": "Event"
|
|
6291
|
-
}
|
|
6292
|
-
}
|
|
6293
|
-
]
|
|
6294
|
-
}
|
|
6295
|
-
],
|
|
6296
|
-
"attributes": [
|
|
6297
|
-
{
|
|
6298
|
-
"name": "theme",
|
|
6299
|
-
"type": {
|
|
6300
|
-
"text": "'light' | 'dark' | undefined"
|
|
6301
|
-
},
|
|
6302
|
-
"description": "Specify the theme of the CloseButton. By default it inherits the theme from the parent",
|
|
6303
|
-
"fieldName": "theme"
|
|
6304
|
-
},
|
|
6305
|
-
{
|
|
6306
|
-
"name": "label",
|
|
6307
|
-
"type": {
|
|
6308
|
-
"text": "string | undefined"
|
|
6309
|
-
},
|
|
6310
|
-
"description": "Specify the text for the label",
|
|
6311
|
-
"fieldName": "label"
|
|
6312
|
-
},
|
|
6313
|
-
{
|
|
6314
|
-
"name": "name",
|
|
6315
|
-
"type": {
|
|
6316
|
-
"text": "string | undefined"
|
|
6317
|
-
},
|
|
6318
|
-
"description": "Specify the checkbox name",
|
|
6319
|
-
"fieldName": "name"
|
|
6320
|
-
},
|
|
6321
|
-
{
|
|
6322
|
-
"name": "value",
|
|
6323
|
-
"type": {
|
|
6324
|
-
"text": "string | undefined"
|
|
6325
|
-
},
|
|
6326
|
-
"description": "Specify the checkbox value",
|
|
6327
|
-
"fieldName": "value"
|
|
6328
|
-
},
|
|
6059
|
+
"name": "FloatingMixin",
|
|
6060
|
+
"module": "/libs/web-components/src/utils/mixins/FloatingUI"
|
|
6061
|
+
}
|
|
6062
|
+
],
|
|
6063
|
+
"superclass": {
|
|
6064
|
+
"name": "LitElement",
|
|
6065
|
+
"package": "lit"
|
|
6066
|
+
},
|
|
6067
|
+
"tagName": "bm-tooltip",
|
|
6068
|
+
"customElement": true
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"kind": "class",
|
|
6072
|
+
"description": "### Attributes:\n- **size** - Specify the size of the Tooltip trigger. `none` to leave uncontrolled.\n- **disabled** - Prevent the trigger from being interacted with",
|
|
6073
|
+
"name": "BmTooltipIconTrigger",
|
|
6074
|
+
"members": [
|
|
6329
6075
|
{
|
|
6330
|
-
"
|
|
6076
|
+
"kind": "field",
|
|
6077
|
+
"name": "size",
|
|
6331
6078
|
"type": {
|
|
6332
|
-
"text": "
|
|
6079
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none'"
|
|
6333
6080
|
},
|
|
6334
|
-
"
|
|
6335
|
-
"
|
|
6081
|
+
"default": "'md'",
|
|
6082
|
+
"description": "Specify the size of the Tooltip trigger. `none` to leave uncontrolled.",
|
|
6083
|
+
"attribute": "size"
|
|
6336
6084
|
},
|
|
6337
6085
|
{
|
|
6338
|
-
"
|
|
6086
|
+
"kind": "field",
|
|
6087
|
+
"name": "disabled",
|
|
6339
6088
|
"type": {
|
|
6340
|
-
"text": "boolean
|
|
6089
|
+
"text": "boolean"
|
|
6341
6090
|
},
|
|
6342
6091
|
"default": "false",
|
|
6343
|
-
"description": "
|
|
6344
|
-
"
|
|
6345
|
-
}
|
|
6092
|
+
"description": "Prevent the trigger from being interacted with",
|
|
6093
|
+
"attribute": "disabled"
|
|
6094
|
+
}
|
|
6095
|
+
],
|
|
6096
|
+
"attributes": [
|
|
6346
6097
|
{
|
|
6347
|
-
"name": "
|
|
6098
|
+
"name": "size",
|
|
6348
6099
|
"type": {
|
|
6349
|
-
"text": "
|
|
6100
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none'"
|
|
6350
6101
|
},
|
|
6351
|
-
"default": "
|
|
6352
|
-
"description": "Specify
|
|
6353
|
-
"fieldName": "
|
|
6102
|
+
"default": "'md'",
|
|
6103
|
+
"description": "Specify the size of the Tooltip trigger. `none` to leave uncontrolled.",
|
|
6104
|
+
"fieldName": "size"
|
|
6354
6105
|
},
|
|
6355
6106
|
{
|
|
6356
6107
|
"name": "disabled",
|
|
6357
6108
|
"type": {
|
|
6358
|
-
"text": "boolean
|
|
6109
|
+
"text": "boolean"
|
|
6359
6110
|
},
|
|
6360
6111
|
"default": "false",
|
|
6361
|
-
"description": "
|
|
6112
|
+
"description": "Prevent the trigger from being interacted with",
|
|
6362
6113
|
"fieldName": "disabled"
|
|
6363
|
-
},
|
|
6364
|
-
{
|
|
6365
|
-
"name": "checked",
|
|
6366
|
-
"type": {
|
|
6367
|
-
"text": "boolean | undefined"
|
|
6368
|
-
},
|
|
6369
|
-
"default": "false",
|
|
6370
|
-
"description": "Specify if Checkbox is checked",
|
|
6371
|
-
"fieldName": "checked"
|
|
6372
6114
|
}
|
|
6373
6115
|
],
|
|
6374
6116
|
"superclass": {
|
|
6375
6117
|
"name": "LitElement",
|
|
6376
6118
|
"package": "lit"
|
|
6377
6119
|
},
|
|
6378
|
-
"tagName": "bm-
|
|
6120
|
+
"tagName": "bm-tooltip-icon-trigger",
|
|
6379
6121
|
"customElement": true
|
|
6380
6122
|
}
|
|
6381
6123
|
],
|
|
6382
6124
|
"exports": [
|
|
6383
6125
|
{
|
|
6384
6126
|
"kind": "js",
|
|
6385
|
-
"name": "
|
|
6127
|
+
"name": "ChangeEvent",
|
|
6386
6128
|
"declaration": {
|
|
6387
|
-
"name": "
|
|
6388
|
-
"module": "
|
|
6129
|
+
"name": "ChangeEvent",
|
|
6130
|
+
"module": "../../utils/mixins/ControlledToggle"
|
|
6131
|
+
}
|
|
6132
|
+
},
|
|
6133
|
+
{
|
|
6134
|
+
"kind": "js",
|
|
6135
|
+
"name": "BmTooltip",
|
|
6136
|
+
"declaration": {
|
|
6137
|
+
"name": "BmTooltip",
|
|
6138
|
+
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6389
6139
|
}
|
|
6390
6140
|
},
|
|
6391
6141
|
{
|
|
6392
6142
|
"kind": "custom-element-definition",
|
|
6393
|
-
"name": "bm-
|
|
6143
|
+
"name": "bm-tooltip",
|
|
6394
6144
|
"declaration": {
|
|
6395
|
-
"name": "
|
|
6396
|
-
"module": "libs/web-components/src/lib/
|
|
6145
|
+
"name": "BmTooltip",
|
|
6146
|
+
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6147
|
+
}
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"kind": "js",
|
|
6151
|
+
"name": "BmTooltipIconTrigger",
|
|
6152
|
+
"declaration": {
|
|
6153
|
+
"name": "BmTooltipIconTrigger",
|
|
6154
|
+
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6155
|
+
}
|
|
6156
|
+
},
|
|
6157
|
+
{
|
|
6158
|
+
"kind": "custom-element-definition",
|
|
6159
|
+
"name": "bm-tooltip-icon-trigger",
|
|
6160
|
+
"declaration": {
|
|
6161
|
+
"name": "BmTooltipIconTrigger",
|
|
6162
|
+
"module": "libs/web-components/src/lib/Tooltip/Tooltip.ts"
|
|
6397
6163
|
}
|
|
6398
6164
|
}
|
|
6399
6165
|
]
|
|
6400
6166
|
},
|
|
6401
6167
|
{
|
|
6402
6168
|
"kind": "javascript-module",
|
|
6403
|
-
"path": "libs/web-components/src/lib/
|
|
6169
|
+
"path": "libs/web-components/src/lib/Tooltip/index.ts",
|
|
6404
6170
|
"declarations": [],
|
|
6405
6171
|
"exports": [
|
|
6406
6172
|
{
|
|
@@ -6408,15 +6174,7 @@
|
|
|
6408
6174
|
"name": "*",
|
|
6409
6175
|
"declaration": {
|
|
6410
6176
|
"name": "*",
|
|
6411
|
-
"package": "./
|
|
6412
|
-
}
|
|
6413
|
-
},
|
|
6414
|
-
{
|
|
6415
|
-
"kind": "js",
|
|
6416
|
-
"name": "*",
|
|
6417
|
-
"declaration": {
|
|
6418
|
-
"name": "*",
|
|
6419
|
-
"package": "./CheckboxGroup/CheckboxGroup"
|
|
6177
|
+
"package": "./Tooltip"
|
|
6420
6178
|
}
|
|
6421
6179
|
}
|
|
6422
6180
|
]
|
|
@@ -6907,205 +6665,226 @@
|
|
|
6907
6665
|
},
|
|
6908
6666
|
{
|
|
6909
6667
|
"kind": "javascript-module",
|
|
6910
|
-
"path": "libs/web-components/src/lib/wip/
|
|
6668
|
+
"path": "libs/web-components/src/lib/wip/Checkbox/Checkbox.ts",
|
|
6911
6669
|
"declarations": [
|
|
6912
6670
|
{
|
|
6913
6671
|
"kind": "class",
|
|
6914
|
-
"description": "`bm-
|
|
6915
|
-
"name": "
|
|
6916
|
-
"slots": [
|
|
6917
|
-
{
|
|
6918
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
6919
|
-
"name": "onText"
|
|
6920
|
-
},
|
|
6921
|
-
{
|
|
6922
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
6923
|
-
"name": "offText"
|
|
6924
|
-
}
|
|
6925
|
-
],
|
|
6672
|
+
"description": "`bm-checkbox`\n\n### Attributes:\n- **theme** - Specify the theme of the CloseButton. By default it inherits the theme from the parent\n- **label** - Specify the text for the label\n- **name** - Specify the checkbox name\n- **value** - Specify the checkbox value\n- **error** - Specify error text and display error state of a Checkbox\n- **readOnly** - Specify if Checkbox displays in a read-only state\n- **indeterminate** - Specify if Checkbox displays in an indeterminate state\n- **disabled** - Specify if Checkbox displays in disabled state\n- **checked** - Specify if Checkbox is checked",
|
|
6673
|
+
"name": "BmCheckbox",
|
|
6926
6674
|
"members": [
|
|
6927
6675
|
{
|
|
6928
6676
|
"kind": "field",
|
|
6929
|
-
"name": "
|
|
6677
|
+
"name": "theme",
|
|
6930
6678
|
"type": {
|
|
6931
|
-
"text": "
|
|
6932
|
-
}
|
|
6679
|
+
"text": "'light' | 'dark' | undefined"
|
|
6680
|
+
},
|
|
6681
|
+
"description": "Specify the theme of the CloseButton. By default it inherits the theme from the parent",
|
|
6682
|
+
"attribute": "theme"
|
|
6933
6683
|
},
|
|
6934
6684
|
{
|
|
6935
6685
|
"kind": "field",
|
|
6936
|
-
"name": "
|
|
6686
|
+
"name": "label",
|
|
6937
6687
|
"type": {
|
|
6938
6688
|
"text": "string | undefined"
|
|
6939
6689
|
},
|
|
6940
|
-
"
|
|
6941
|
-
"
|
|
6942
|
-
"attribute": "onText"
|
|
6690
|
+
"description": "Specify the text for the label",
|
|
6691
|
+
"attribute": "label"
|
|
6943
6692
|
},
|
|
6944
6693
|
{
|
|
6945
6694
|
"kind": "field",
|
|
6946
|
-
"name": "
|
|
6695
|
+
"name": "name",
|
|
6947
6696
|
"type": {
|
|
6948
6697
|
"text": "string | undefined"
|
|
6949
6698
|
},
|
|
6950
|
-
"
|
|
6951
|
-
"
|
|
6952
|
-
"attribute": "offText"
|
|
6699
|
+
"description": "Specify the checkbox name",
|
|
6700
|
+
"attribute": "name"
|
|
6953
6701
|
},
|
|
6954
6702
|
{
|
|
6955
6703
|
"kind": "field",
|
|
6956
|
-
"name": "
|
|
6704
|
+
"name": "value",
|
|
6957
6705
|
"type": {
|
|
6958
|
-
"text": "
|
|
6706
|
+
"text": "string | undefined"
|
|
6959
6707
|
},
|
|
6960
|
-
"
|
|
6961
|
-
"
|
|
6708
|
+
"description": "Specify the checkbox value",
|
|
6709
|
+
"attribute": "value"
|
|
6962
6710
|
},
|
|
6963
6711
|
{
|
|
6964
6712
|
"kind": "field",
|
|
6965
|
-
"name": "
|
|
6713
|
+
"name": "error",
|
|
6966
6714
|
"type": {
|
|
6967
|
-
"text": "
|
|
6715
|
+
"text": "boolean | undefined"
|
|
6968
6716
|
},
|
|
6969
|
-
"
|
|
6970
|
-
"
|
|
6971
|
-
"attribute": "textPosition"
|
|
6717
|
+
"description": "Specify error text and display error state of a Checkbox",
|
|
6718
|
+
"attribute": "error"
|
|
6972
6719
|
},
|
|
6973
6720
|
{
|
|
6974
6721
|
"kind": "field",
|
|
6975
6722
|
"name": "readOnly",
|
|
6976
6723
|
"type": {
|
|
6977
|
-
"text": "boolean"
|
|
6724
|
+
"text": "boolean | undefined"
|
|
6978
6725
|
},
|
|
6979
6726
|
"default": "false",
|
|
6980
|
-
"description": "Specify if
|
|
6727
|
+
"description": "Specify if Checkbox displays in a read-only state",
|
|
6981
6728
|
"attribute": "readOnly"
|
|
6982
6729
|
},
|
|
6730
|
+
{
|
|
6731
|
+
"kind": "field",
|
|
6732
|
+
"name": "indeterminate",
|
|
6733
|
+
"type": {
|
|
6734
|
+
"text": "boolean | undefined"
|
|
6735
|
+
},
|
|
6736
|
+
"default": "false",
|
|
6737
|
+
"description": "Specify if Checkbox displays in an indeterminate state",
|
|
6738
|
+
"attribute": "indeterminate"
|
|
6739
|
+
},
|
|
6983
6740
|
{
|
|
6984
6741
|
"kind": "field",
|
|
6985
6742
|
"name": "disabled",
|
|
6986
6743
|
"type": {
|
|
6987
|
-
"text": "boolean"
|
|
6744
|
+
"text": "boolean | undefined"
|
|
6988
6745
|
},
|
|
6989
6746
|
"default": "false",
|
|
6990
|
-
"description": "Specify if
|
|
6747
|
+
"description": "Specify if Checkbox displays in disabled state",
|
|
6991
6748
|
"attribute": "disabled"
|
|
6992
6749
|
},
|
|
6993
6750
|
{
|
|
6994
6751
|
"kind": "field",
|
|
6995
6752
|
"name": "checked",
|
|
6996
6753
|
"type": {
|
|
6997
|
-
"text": "boolean"
|
|
6754
|
+
"text": "boolean | undefined"
|
|
6998
6755
|
},
|
|
6999
6756
|
"default": "false",
|
|
6757
|
+
"description": "Specify if Checkbox is checked",
|
|
7000
6758
|
"attribute": "checked"
|
|
7001
6759
|
},
|
|
7002
6760
|
{
|
|
7003
6761
|
"kind": "field",
|
|
7004
|
-
"name": "
|
|
6762
|
+
"name": "inputChoiceGroupContext",
|
|
7005
6763
|
"type": {
|
|
7006
|
-
"text": "
|
|
7007
|
-
}
|
|
7008
|
-
"description": "The value attribute for the input element",
|
|
7009
|
-
"attribute": "value"
|
|
6764
|
+
"text": "InputChoiceGroupContextProps | undefined"
|
|
6765
|
+
}
|
|
7010
6766
|
},
|
|
7011
6767
|
{
|
|
7012
|
-
"kind": "
|
|
7013
|
-
"name": "
|
|
6768
|
+
"kind": "method",
|
|
6769
|
+
"name": "clickHandler",
|
|
6770
|
+
"parameters": [
|
|
6771
|
+
{
|
|
6772
|
+
"name": "event",
|
|
6773
|
+
"type": {
|
|
6774
|
+
"text": "Event"
|
|
6775
|
+
}
|
|
6776
|
+
}
|
|
6777
|
+
]
|
|
7014
6778
|
}
|
|
7015
6779
|
],
|
|
7016
6780
|
"attributes": [
|
|
7017
6781
|
{
|
|
7018
|
-
"name": "
|
|
6782
|
+
"name": "theme",
|
|
6783
|
+
"type": {
|
|
6784
|
+
"text": "'light' | 'dark' | undefined"
|
|
6785
|
+
},
|
|
6786
|
+
"description": "Specify the theme of the CloseButton. By default it inherits the theme from the parent",
|
|
6787
|
+
"fieldName": "theme"
|
|
6788
|
+
},
|
|
6789
|
+
{
|
|
6790
|
+
"name": "label",
|
|
7019
6791
|
"type": {
|
|
7020
6792
|
"text": "string | undefined"
|
|
7021
6793
|
},
|
|
7022
|
-
"
|
|
7023
|
-
"
|
|
7024
|
-
"fieldName": "onText"
|
|
6794
|
+
"description": "Specify the text for the label",
|
|
6795
|
+
"fieldName": "label"
|
|
7025
6796
|
},
|
|
7026
6797
|
{
|
|
7027
|
-
"name": "
|
|
6798
|
+
"name": "name",
|
|
7028
6799
|
"type": {
|
|
7029
6800
|
"text": "string | undefined"
|
|
7030
6801
|
},
|
|
7031
|
-
"
|
|
7032
|
-
"
|
|
7033
|
-
"fieldName": "offText"
|
|
6802
|
+
"description": "Specify the checkbox name",
|
|
6803
|
+
"fieldName": "name"
|
|
7034
6804
|
},
|
|
7035
6805
|
{
|
|
7036
|
-
"name": "
|
|
6806
|
+
"name": "value",
|
|
7037
6807
|
"type": {
|
|
7038
|
-
"text": "
|
|
6808
|
+
"text": "string | undefined"
|
|
7039
6809
|
},
|
|
7040
|
-
"
|
|
7041
|
-
"
|
|
7042
|
-
|
|
6810
|
+
"description": "Specify the checkbox value",
|
|
6811
|
+
"fieldName": "value"
|
|
6812
|
+
},
|
|
6813
|
+
{
|
|
6814
|
+
"name": "error",
|
|
6815
|
+
"type": {
|
|
6816
|
+
"text": "boolean | undefined"
|
|
6817
|
+
},
|
|
6818
|
+
"description": "Specify error text and display error state of a Checkbox",
|
|
6819
|
+
"fieldName": "error"
|
|
6820
|
+
},
|
|
6821
|
+
{
|
|
6822
|
+
"name": "readOnly",
|
|
6823
|
+
"type": {
|
|
6824
|
+
"text": "boolean | undefined"
|
|
6825
|
+
},
|
|
6826
|
+
"default": "false",
|
|
6827
|
+
"description": "Specify if Checkbox displays in a read-only state",
|
|
6828
|
+
"fieldName": "readOnly"
|
|
7043
6829
|
},
|
|
7044
6830
|
{
|
|
7045
|
-
"name": "
|
|
6831
|
+
"name": "indeterminate",
|
|
7046
6832
|
"type": {
|
|
7047
|
-
"text": "boolean"
|
|
6833
|
+
"text": "boolean | undefined"
|
|
7048
6834
|
},
|
|
7049
6835
|
"default": "false",
|
|
7050
|
-
"description": "Specify if
|
|
7051
|
-
"fieldName": "
|
|
6836
|
+
"description": "Specify if Checkbox displays in an indeterminate state",
|
|
6837
|
+
"fieldName": "indeterminate"
|
|
7052
6838
|
},
|
|
7053
6839
|
{
|
|
7054
6840
|
"name": "disabled",
|
|
7055
6841
|
"type": {
|
|
7056
|
-
"text": "boolean"
|
|
6842
|
+
"text": "boolean | undefined"
|
|
7057
6843
|
},
|
|
7058
6844
|
"default": "false",
|
|
7059
|
-
"description": "Specify if
|
|
6845
|
+
"description": "Specify if Checkbox displays in disabled state",
|
|
7060
6846
|
"fieldName": "disabled"
|
|
7061
6847
|
},
|
|
7062
6848
|
{
|
|
7063
6849
|
"name": "checked",
|
|
7064
6850
|
"type": {
|
|
7065
|
-
"text": "boolean"
|
|
6851
|
+
"text": "boolean | undefined"
|
|
7066
6852
|
},
|
|
7067
6853
|
"default": "false",
|
|
6854
|
+
"description": "Specify if Checkbox is checked",
|
|
7068
6855
|
"fieldName": "checked"
|
|
7069
|
-
},
|
|
7070
|
-
{
|
|
7071
|
-
"name": "value",
|
|
7072
|
-
"type": {
|
|
7073
|
-
"text": "string | undefined"
|
|
7074
|
-
},
|
|
7075
|
-
"description": "The value attribute for the input element",
|
|
7076
|
-
"fieldName": "value"
|
|
7077
6856
|
}
|
|
7078
6857
|
],
|
|
7079
6858
|
"superclass": {
|
|
7080
6859
|
"name": "LitElement",
|
|
7081
6860
|
"package": "lit"
|
|
7082
6861
|
},
|
|
7083
|
-
"tagName": "bm-
|
|
6862
|
+
"tagName": "bm-checkbox",
|
|
7084
6863
|
"customElement": true
|
|
7085
6864
|
}
|
|
7086
6865
|
],
|
|
7087
6866
|
"exports": [
|
|
7088
6867
|
{
|
|
7089
6868
|
"kind": "js",
|
|
7090
|
-
"name": "
|
|
6869
|
+
"name": "BmCheckbox",
|
|
7091
6870
|
"declaration": {
|
|
7092
|
-
"name": "
|
|
7093
|
-
"module": "libs/web-components/src/lib/wip/
|
|
6871
|
+
"name": "BmCheckbox",
|
|
6872
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/Checkbox.ts"
|
|
7094
6873
|
}
|
|
7095
6874
|
},
|
|
7096
6875
|
{
|
|
7097
6876
|
"kind": "custom-element-definition",
|
|
7098
|
-
"name": "bm-
|
|
6877
|
+
"name": "bm-checkbox",
|
|
7099
6878
|
"declaration": {
|
|
7100
|
-
"name": "
|
|
7101
|
-
"module": "libs/web-components/src/lib/wip/
|
|
6879
|
+
"name": "BmCheckbox",
|
|
6880
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/Checkbox.ts"
|
|
7102
6881
|
}
|
|
7103
6882
|
}
|
|
7104
6883
|
]
|
|
7105
6884
|
},
|
|
7106
6885
|
{
|
|
7107
6886
|
"kind": "javascript-module",
|
|
7108
|
-
"path": "libs/web-components/src/lib/wip/
|
|
6887
|
+
"path": "libs/web-components/src/lib/wip/Checkbox/index.ts",
|
|
7109
6888
|
"declarations": [],
|
|
7110
6889
|
"exports": [
|
|
7111
6890
|
{
|
|
@@ -7113,7 +6892,7 @@
|
|
|
7113
6892
|
"name": "*",
|
|
7114
6893
|
"declaration": {
|
|
7115
6894
|
"name": "*",
|
|
7116
|
-
"package": "./
|
|
6895
|
+
"package": "./Checkbox"
|
|
7117
6896
|
}
|
|
7118
6897
|
},
|
|
7119
6898
|
{
|
|
@@ -7121,7 +6900,7 @@
|
|
|
7121
6900
|
"name": "*",
|
|
7122
6901
|
"declaration": {
|
|
7123
6902
|
"name": "*",
|
|
7124
|
-
"package": "./
|
|
6903
|
+
"package": "./CheckboxGroup/CheckboxGroup"
|
|
7125
6904
|
}
|
|
7126
6905
|
}
|
|
7127
6906
|
]
|
|
@@ -7369,198 +7148,405 @@
|
|
|
7369
7148
|
}
|
|
7370
7149
|
},
|
|
7371
7150
|
{
|
|
7372
|
-
"kind": "method",
|
|
7373
|
-
"name": "formResetCallback",
|
|
7374
|
-
"return": {
|
|
7375
|
-
"type": {
|
|
7376
|
-
"text": "void"
|
|
7377
|
-
}
|
|
7151
|
+
"kind": "method",
|
|
7152
|
+
"name": "formResetCallback",
|
|
7153
|
+
"return": {
|
|
7154
|
+
"type": {
|
|
7155
|
+
"text": "void"
|
|
7156
|
+
}
|
|
7157
|
+
},
|
|
7158
|
+
"inheritedFrom": {
|
|
7159
|
+
"name": "FormField",
|
|
7160
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7161
|
+
}
|
|
7162
|
+
}
|
|
7163
|
+
],
|
|
7164
|
+
"attributes": [
|
|
7165
|
+
{
|
|
7166
|
+
"name": "required",
|
|
7167
|
+
"type": {
|
|
7168
|
+
"text": "boolean"
|
|
7169
|
+
},
|
|
7170
|
+
"default": "false",
|
|
7171
|
+
"description": "Specify if NativeSelect is a required input",
|
|
7172
|
+
"fieldName": "required"
|
|
7173
|
+
},
|
|
7174
|
+
{
|
|
7175
|
+
"name": "readOnly",
|
|
7176
|
+
"type": {
|
|
7177
|
+
"text": "boolean"
|
|
7178
|
+
},
|
|
7179
|
+
"default": "false",
|
|
7180
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
7181
|
+
"fieldName": "readOnly"
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"name": "disabled",
|
|
7185
|
+
"type": {
|
|
7186
|
+
"text": "boolean"
|
|
7187
|
+
},
|
|
7188
|
+
"default": "false",
|
|
7189
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
7190
|
+
"fieldName": "disabled"
|
|
7191
|
+
},
|
|
7192
|
+
{
|
|
7193
|
+
"name": "error",
|
|
7194
|
+
"type": {
|
|
7195
|
+
"text": "string | undefined"
|
|
7196
|
+
},
|
|
7197
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
7198
|
+
"fieldName": "error"
|
|
7199
|
+
},
|
|
7200
|
+
{
|
|
7201
|
+
"name": "fluid",
|
|
7202
|
+
"type": {
|
|
7203
|
+
"text": "boolean"
|
|
7204
|
+
},
|
|
7205
|
+
"default": "false",
|
|
7206
|
+
"description": "Specify if NativeSelect is fluid",
|
|
7207
|
+
"fieldName": "fluid"
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
"name": "size",
|
|
7211
|
+
"type": {
|
|
7212
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
7213
|
+
},
|
|
7214
|
+
"default": "defaultInputSize",
|
|
7215
|
+
"description": "Specify the size of NativeSelect",
|
|
7216
|
+
"fieldName": "size"
|
|
7217
|
+
},
|
|
7218
|
+
{
|
|
7219
|
+
"name": "width",
|
|
7220
|
+
"type": {
|
|
7221
|
+
"text": "string | undefined"
|
|
7222
|
+
},
|
|
7223
|
+
"description": "Specify the width of NativeSelect",
|
|
7224
|
+
"fieldName": "width"
|
|
7225
|
+
},
|
|
7226
|
+
{
|
|
7227
|
+
"name": "ellipse",
|
|
7228
|
+
"type": {
|
|
7229
|
+
"text": "boolean"
|
|
7230
|
+
},
|
|
7231
|
+
"default": "true",
|
|
7232
|
+
"description": "Specify if overflow displays ellipsis",
|
|
7233
|
+
"fieldName": "ellipse"
|
|
7234
|
+
},
|
|
7235
|
+
{
|
|
7236
|
+
"name": "hideRequiredMarker",
|
|
7237
|
+
"type": {
|
|
7238
|
+
"text": "boolean"
|
|
7239
|
+
},
|
|
7240
|
+
"default": "false",
|
|
7241
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
7242
|
+
"fieldName": "hideRequiredMarker"
|
|
7243
|
+
},
|
|
7244
|
+
{
|
|
7245
|
+
"name": "theme",
|
|
7246
|
+
"type": {
|
|
7247
|
+
"text": "'light' | 'dark' | undefined"
|
|
7248
|
+
},
|
|
7249
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
7250
|
+
"fieldName": "theme"
|
|
7251
|
+
},
|
|
7252
|
+
{
|
|
7253
|
+
"name": "id",
|
|
7254
|
+
"type": {
|
|
7255
|
+
"text": "string"
|
|
7256
|
+
},
|
|
7257
|
+
"default": "''",
|
|
7258
|
+
"fieldName": "id",
|
|
7259
|
+
"inheritedFrom": {
|
|
7260
|
+
"name": "FormField",
|
|
7261
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7262
|
+
}
|
|
7263
|
+
},
|
|
7264
|
+
{
|
|
7265
|
+
"name": "name",
|
|
7266
|
+
"type": {
|
|
7267
|
+
"text": "string"
|
|
7268
|
+
},
|
|
7269
|
+
"default": "''",
|
|
7270
|
+
"fieldName": "name",
|
|
7271
|
+
"inheritedFrom": {
|
|
7272
|
+
"name": "FormField",
|
|
7273
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7274
|
+
}
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
"name": "value",
|
|
7278
|
+
"type": {
|
|
7279
|
+
"text": "string"
|
|
7280
|
+
},
|
|
7281
|
+
"default": "''",
|
|
7282
|
+
"fieldName": "value",
|
|
7283
|
+
"inheritedFrom": {
|
|
7284
|
+
"name": "FormField",
|
|
7285
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7286
|
+
}
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
"name": "validationRules",
|
|
7290
|
+
"type": {
|
|
7291
|
+
"text": "Array<FormValidator>"
|
|
7292
|
+
},
|
|
7293
|
+
"default": "[]",
|
|
7294
|
+
"fieldName": "validationRules",
|
|
7295
|
+
"inheritedFrom": {
|
|
7296
|
+
"name": "FormField",
|
|
7297
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7298
|
+
}
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"name": "input-aria-label",
|
|
7302
|
+
"type": {
|
|
7303
|
+
"text": "string | undefined"
|
|
7304
|
+
},
|
|
7305
|
+
"fieldName": "inputAriaLabel",
|
|
7306
|
+
"inheritedFrom": {
|
|
7307
|
+
"name": "FormField",
|
|
7308
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7309
|
+
}
|
|
7310
|
+
}
|
|
7311
|
+
],
|
|
7312
|
+
"superclass": {
|
|
7313
|
+
"name": "FormField",
|
|
7314
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
7315
|
+
},
|
|
7316
|
+
"summary": "`bm-native-select`",
|
|
7317
|
+
"tagName": "bm-native-select",
|
|
7318
|
+
"customElement": true
|
|
7319
|
+
}
|
|
7320
|
+
],
|
|
7321
|
+
"exports": [
|
|
7322
|
+
{
|
|
7323
|
+
"kind": "js",
|
|
7324
|
+
"name": "BmNativeSelect",
|
|
7325
|
+
"declaration": {
|
|
7326
|
+
"name": "BmNativeSelect",
|
|
7327
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
7330
|
+
{
|
|
7331
|
+
"kind": "custom-element-definition",
|
|
7332
|
+
"name": "bm-native-select",
|
|
7333
|
+
"declaration": {
|
|
7334
|
+
"name": "BmNativeSelect",
|
|
7335
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
7336
|
+
}
|
|
7337
|
+
}
|
|
7338
|
+
]
|
|
7339
|
+
},
|
|
7340
|
+
{
|
|
7341
|
+
"kind": "javascript-module",
|
|
7342
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
7343
|
+
"declarations": [],
|
|
7344
|
+
"exports": [
|
|
7345
|
+
{
|
|
7346
|
+
"kind": "js",
|
|
7347
|
+
"name": "*",
|
|
7348
|
+
"declaration": {
|
|
7349
|
+
"name": "*",
|
|
7350
|
+
"package": "./NativeSelect"
|
|
7351
|
+
}
|
|
7352
|
+
}
|
|
7353
|
+
]
|
|
7354
|
+
},
|
|
7355
|
+
{
|
|
7356
|
+
"kind": "javascript-module",
|
|
7357
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
7358
|
+
"declarations": [
|
|
7359
|
+
{
|
|
7360
|
+
"kind": "class",
|
|
7361
|
+
"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",
|
|
7362
|
+
"name": "BmRadioButton",
|
|
7363
|
+
"members": [
|
|
7364
|
+
{
|
|
7365
|
+
"kind": "field",
|
|
7366
|
+
"name": "label",
|
|
7367
|
+
"type": {
|
|
7368
|
+
"text": "string | undefined"
|
|
7378
7369
|
},
|
|
7379
|
-
"
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
}
|
|
7383
|
-
}
|
|
7384
|
-
],
|
|
7385
|
-
"attributes": [
|
|
7370
|
+
"description": "Specify the text for the label",
|
|
7371
|
+
"attribute": "label"
|
|
7372
|
+
},
|
|
7386
7373
|
{
|
|
7387
|
-
"
|
|
7374
|
+
"kind": "field",
|
|
7375
|
+
"name": "error",
|
|
7388
7376
|
"type": {
|
|
7389
|
-
"text": "boolean"
|
|
7377
|
+
"text": "boolean | undefined"
|
|
7390
7378
|
},
|
|
7391
|
-
"
|
|
7392
|
-
"
|
|
7393
|
-
"fieldName": "required"
|
|
7379
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
7380
|
+
"attribute": "error"
|
|
7394
7381
|
},
|
|
7395
7382
|
{
|
|
7383
|
+
"kind": "field",
|
|
7396
7384
|
"name": "readOnly",
|
|
7397
7385
|
"type": {
|
|
7398
|
-
"text": "boolean"
|
|
7386
|
+
"text": "boolean | undefined"
|
|
7399
7387
|
},
|
|
7400
|
-
"
|
|
7401
|
-
"
|
|
7402
|
-
"fieldName": "readOnly"
|
|
7388
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
7389
|
+
"attribute": "readOnly"
|
|
7403
7390
|
},
|
|
7404
7391
|
{
|
|
7392
|
+
"kind": "field",
|
|
7405
7393
|
"name": "disabled",
|
|
7406
7394
|
"type": {
|
|
7407
|
-
"text": "boolean"
|
|
7395
|
+
"text": "boolean | undefined"
|
|
7408
7396
|
},
|
|
7409
|
-
"
|
|
7410
|
-
"
|
|
7411
|
-
"fieldName": "disabled"
|
|
7397
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
7398
|
+
"attribute": "disabled"
|
|
7412
7399
|
},
|
|
7413
7400
|
{
|
|
7414
|
-
"
|
|
7401
|
+
"kind": "field",
|
|
7402
|
+
"name": "theme",
|
|
7403
|
+
"type": {
|
|
7404
|
+
"text": "'light' | 'dark' | undefined"
|
|
7405
|
+
},
|
|
7406
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
7407
|
+
"attribute": "theme"
|
|
7408
|
+
},
|
|
7409
|
+
{
|
|
7410
|
+
"kind": "field",
|
|
7411
|
+
"name": "value",
|
|
7415
7412
|
"type": {
|
|
7416
7413
|
"text": "string | undefined"
|
|
7417
7414
|
},
|
|
7418
|
-
"description": "
|
|
7419
|
-
"
|
|
7415
|
+
"description": "The value attribute for the input element",
|
|
7416
|
+
"attribute": "value"
|
|
7420
7417
|
},
|
|
7421
7418
|
{
|
|
7422
|
-
"
|
|
7419
|
+
"kind": "field",
|
|
7420
|
+
"name": "checked",
|
|
7423
7421
|
"type": {
|
|
7424
7422
|
"text": "boolean"
|
|
7425
7423
|
},
|
|
7426
7424
|
"default": "false",
|
|
7427
|
-
"description": "
|
|
7428
|
-
"
|
|
7425
|
+
"description": "The checked attribute for the input element",
|
|
7426
|
+
"attribute": "checked"
|
|
7429
7427
|
},
|
|
7430
7428
|
{
|
|
7431
|
-
"
|
|
7429
|
+
"kind": "field",
|
|
7430
|
+
"name": "onKeyDown",
|
|
7432
7431
|
"type": {
|
|
7433
|
-
"text": "
|
|
7432
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
7434
7433
|
},
|
|
7435
|
-
"
|
|
7436
|
-
"
|
|
7437
|
-
"fieldName": "size"
|
|
7434
|
+
"description": "A user-defined function to handle keydown events",
|
|
7435
|
+
"attribute": "onKeyDown"
|
|
7438
7436
|
},
|
|
7439
7437
|
{
|
|
7440
|
-
"
|
|
7438
|
+
"kind": "field",
|
|
7439
|
+
"name": "inputChoiceGroupContext",
|
|
7441
7440
|
"type": {
|
|
7442
|
-
"text": "
|
|
7443
|
-
}
|
|
7444
|
-
"description": "Specify the width of NativeSelect",
|
|
7445
|
-
"fieldName": "width"
|
|
7441
|
+
"text": "InputChoiceGroupContextProps"
|
|
7442
|
+
}
|
|
7446
7443
|
},
|
|
7447
7444
|
{
|
|
7448
|
-
"
|
|
7445
|
+
"kind": "field",
|
|
7446
|
+
"name": "radioButtonRef"
|
|
7447
|
+
},
|
|
7448
|
+
{
|
|
7449
|
+
"kind": "method",
|
|
7450
|
+
"name": "focus"
|
|
7451
|
+
}
|
|
7452
|
+
],
|
|
7453
|
+
"attributes": [
|
|
7454
|
+
{
|
|
7455
|
+
"name": "label",
|
|
7449
7456
|
"type": {
|
|
7450
|
-
"text": "
|
|
7457
|
+
"text": "string | undefined"
|
|
7451
7458
|
},
|
|
7452
|
-
"
|
|
7453
|
-
"
|
|
7454
|
-
"fieldName": "ellipse"
|
|
7459
|
+
"description": "Specify the text for the label",
|
|
7460
|
+
"fieldName": "label"
|
|
7455
7461
|
},
|
|
7456
7462
|
{
|
|
7457
|
-
"name": "
|
|
7463
|
+
"name": "error",
|
|
7458
7464
|
"type": {
|
|
7459
|
-
"text": "boolean"
|
|
7465
|
+
"text": "boolean | undefined"
|
|
7460
7466
|
},
|
|
7461
|
-
"
|
|
7462
|
-
"
|
|
7463
|
-
"fieldName": "hideRequiredMarker"
|
|
7467
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
7468
|
+
"fieldName": "error"
|
|
7464
7469
|
},
|
|
7465
7470
|
{
|
|
7466
|
-
"name": "
|
|
7471
|
+
"name": "readOnly",
|
|
7467
7472
|
"type": {
|
|
7468
|
-
"text": "
|
|
7473
|
+
"text": "boolean | undefined"
|
|
7469
7474
|
},
|
|
7470
|
-
"description": "Specify
|
|
7471
|
-
"fieldName": "
|
|
7475
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
7476
|
+
"fieldName": "readOnly"
|
|
7472
7477
|
},
|
|
7473
7478
|
{
|
|
7474
|
-
"name": "
|
|
7479
|
+
"name": "disabled",
|
|
7475
7480
|
"type": {
|
|
7476
|
-
"text": "
|
|
7481
|
+
"text": "boolean | undefined"
|
|
7477
7482
|
},
|
|
7478
|
-
"
|
|
7479
|
-
"fieldName": "
|
|
7480
|
-
"inheritedFrom": {
|
|
7481
|
-
"name": "FormField",
|
|
7482
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7483
|
-
}
|
|
7483
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
7484
|
+
"fieldName": "disabled"
|
|
7484
7485
|
},
|
|
7485
7486
|
{
|
|
7486
|
-
"name": "
|
|
7487
|
+
"name": "theme",
|
|
7487
7488
|
"type": {
|
|
7488
|
-
"text": "
|
|
7489
|
+
"text": "'light' | 'dark' | undefined"
|
|
7489
7490
|
},
|
|
7490
|
-
"
|
|
7491
|
-
"fieldName": "
|
|
7492
|
-
"inheritedFrom": {
|
|
7493
|
-
"name": "FormField",
|
|
7494
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7495
|
-
}
|
|
7491
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
7492
|
+
"fieldName": "theme"
|
|
7496
7493
|
},
|
|
7497
7494
|
{
|
|
7498
7495
|
"name": "value",
|
|
7499
7496
|
"type": {
|
|
7500
|
-
"text": "string"
|
|
7497
|
+
"text": "string | undefined"
|
|
7501
7498
|
},
|
|
7502
|
-
"
|
|
7503
|
-
"fieldName": "value"
|
|
7504
|
-
"inheritedFrom": {
|
|
7505
|
-
"name": "FormField",
|
|
7506
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7507
|
-
}
|
|
7499
|
+
"description": "The value attribute for the input element",
|
|
7500
|
+
"fieldName": "value"
|
|
7508
7501
|
},
|
|
7509
7502
|
{
|
|
7510
|
-
"name": "
|
|
7503
|
+
"name": "checked",
|
|
7511
7504
|
"type": {
|
|
7512
|
-
"text": "
|
|
7505
|
+
"text": "boolean"
|
|
7513
7506
|
},
|
|
7514
|
-
"default": "
|
|
7515
|
-
"
|
|
7516
|
-
"
|
|
7517
|
-
"name": "FormField",
|
|
7518
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7519
|
-
}
|
|
7507
|
+
"default": "false",
|
|
7508
|
+
"description": "The checked attribute for the input element",
|
|
7509
|
+
"fieldName": "checked"
|
|
7520
7510
|
},
|
|
7521
7511
|
{
|
|
7522
|
-
"name": "
|
|
7512
|
+
"name": "onKeyDown",
|
|
7523
7513
|
"type": {
|
|
7524
|
-
"text": "
|
|
7514
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
7525
7515
|
},
|
|
7526
|
-
"
|
|
7527
|
-
"
|
|
7528
|
-
"name": "FormField",
|
|
7529
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7530
|
-
}
|
|
7516
|
+
"description": "A user-defined function to handle keydown events",
|
|
7517
|
+
"fieldName": "onKeyDown"
|
|
7531
7518
|
}
|
|
7532
7519
|
],
|
|
7533
7520
|
"superclass": {
|
|
7534
|
-
"name": "
|
|
7535
|
-
"
|
|
7521
|
+
"name": "LitElement",
|
|
7522
|
+
"package": "lit"
|
|
7536
7523
|
},
|
|
7537
|
-
"
|
|
7538
|
-
"tagName": "bm-native-select",
|
|
7524
|
+
"tagName": "bm-radio-button",
|
|
7539
7525
|
"customElement": true
|
|
7540
7526
|
}
|
|
7541
7527
|
],
|
|
7542
7528
|
"exports": [
|
|
7543
7529
|
{
|
|
7544
7530
|
"kind": "js",
|
|
7545
|
-
"name": "
|
|
7531
|
+
"name": "BmRadioButton",
|
|
7546
7532
|
"declaration": {
|
|
7547
|
-
"name": "
|
|
7548
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7533
|
+
"name": "BmRadioButton",
|
|
7534
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
7549
7535
|
}
|
|
7550
7536
|
},
|
|
7551
7537
|
{
|
|
7552
7538
|
"kind": "custom-element-definition",
|
|
7553
|
-
"name": "bm-
|
|
7539
|
+
"name": "bm-radio-button",
|
|
7554
7540
|
"declaration": {
|
|
7555
|
-
"name": "
|
|
7556
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7541
|
+
"name": "BmRadioButton",
|
|
7542
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
7557
7543
|
}
|
|
7558
7544
|
}
|
|
7559
7545
|
]
|
|
7560
7546
|
},
|
|
7561
7547
|
{
|
|
7562
7548
|
"kind": "javascript-module",
|
|
7563
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7549
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
7564
7550
|
"declarations": [],
|
|
7565
7551
|
"exports": [
|
|
7566
7552
|
{
|
|
@@ -7568,7 +7554,15 @@
|
|
|
7568
7554
|
"name": "*",
|
|
7569
7555
|
"declaration": {
|
|
7570
7556
|
"name": "*",
|
|
7571
|
-
"package": "./
|
|
7557
|
+
"package": "./RadioButton"
|
|
7558
|
+
}
|
|
7559
|
+
},
|
|
7560
|
+
{
|
|
7561
|
+
"kind": "js",
|
|
7562
|
+
"name": "*",
|
|
7563
|
+
"declaration": {
|
|
7564
|
+
"name": "*",
|
|
7565
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
7572
7566
|
}
|
|
7573
7567
|
}
|
|
7574
7568
|
]
|
|
@@ -9565,150 +9559,157 @@
|
|
|
9565
9559
|
},
|
|
9566
9560
|
{
|
|
9567
9561
|
"kind": "javascript-module",
|
|
9568
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9562
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9569
9563
|
"declarations": [
|
|
9570
9564
|
{
|
|
9571
9565
|
"kind": "class",
|
|
9572
|
-
"description": "`bm-
|
|
9573
|
-
"name": "
|
|
9566
|
+
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
9567
|
+
"name": "BmSwitch",
|
|
9568
|
+
"slots": [
|
|
9569
|
+
{
|
|
9570
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9571
|
+
"name": "onText"
|
|
9572
|
+
},
|
|
9573
|
+
{
|
|
9574
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9575
|
+
"name": "offText"
|
|
9576
|
+
}
|
|
9577
|
+
],
|
|
9574
9578
|
"members": [
|
|
9575
9579
|
{
|
|
9576
9580
|
"kind": "field",
|
|
9577
|
-
"name": "
|
|
9581
|
+
"name": "inputChoiceGroupContext",
|
|
9578
9582
|
"type": {
|
|
9579
|
-
"text": "
|
|
9580
|
-
}
|
|
9581
|
-
"description": "Specify the text for the label",
|
|
9582
|
-
"attribute": "label"
|
|
9583
|
+
"text": "InputChoiceGroupContextProps"
|
|
9584
|
+
}
|
|
9583
9585
|
},
|
|
9584
9586
|
{
|
|
9585
9587
|
"kind": "field",
|
|
9586
|
-
"name": "
|
|
9588
|
+
"name": "onText",
|
|
9587
9589
|
"type": {
|
|
9588
|
-
"text": "
|
|
9590
|
+
"text": "string | undefined"
|
|
9589
9591
|
},
|
|
9590
|
-
"
|
|
9591
|
-
"
|
|
9592
|
+
"default": "undefined",
|
|
9593
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9594
|
+
"attribute": "onText"
|
|
9592
9595
|
},
|
|
9593
9596
|
{
|
|
9594
9597
|
"kind": "field",
|
|
9595
|
-
"name": "
|
|
9598
|
+
"name": "offText",
|
|
9596
9599
|
"type": {
|
|
9597
|
-
"text": "
|
|
9600
|
+
"text": "string | undefined"
|
|
9598
9601
|
},
|
|
9599
|
-
"
|
|
9600
|
-
"
|
|
9602
|
+
"default": "undefined",
|
|
9603
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9604
|
+
"attribute": "offText"
|
|
9601
9605
|
},
|
|
9602
9606
|
{
|
|
9603
9607
|
"kind": "field",
|
|
9604
|
-
"name": "
|
|
9608
|
+
"name": "theme",
|
|
9605
9609
|
"type": {
|
|
9606
|
-
"text": "
|
|
9610
|
+
"text": "ThemeTypes | undefined"
|
|
9607
9611
|
},
|
|
9608
|
-
"
|
|
9609
|
-
"
|
|
9612
|
+
"default": "undefined",
|
|
9613
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9610
9614
|
},
|
|
9611
9615
|
{
|
|
9612
9616
|
"kind": "field",
|
|
9613
|
-
"name": "
|
|
9617
|
+
"name": "textPosition",
|
|
9614
9618
|
"type": {
|
|
9615
|
-
"text": "'
|
|
9619
|
+
"text": "'before' | 'after'"
|
|
9616
9620
|
},
|
|
9617
|
-
"
|
|
9618
|
-
"
|
|
9621
|
+
"default": "'after'",
|
|
9622
|
+
"description": "Specify the position of the side label",
|
|
9623
|
+
"attribute": "textPosition"
|
|
9619
9624
|
},
|
|
9620
9625
|
{
|
|
9621
9626
|
"kind": "field",
|
|
9622
|
-
"name": "
|
|
9627
|
+
"name": "readOnly",
|
|
9623
9628
|
"type": {
|
|
9624
|
-
"text": "
|
|
9629
|
+
"text": "boolean"
|
|
9625
9630
|
},
|
|
9626
|
-
"
|
|
9627
|
-
"
|
|
9631
|
+
"default": "false",
|
|
9632
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9633
|
+
"attribute": "readOnly"
|
|
9628
9634
|
},
|
|
9629
9635
|
{
|
|
9630
9636
|
"kind": "field",
|
|
9631
|
-
"name": "
|
|
9637
|
+
"name": "disabled",
|
|
9632
9638
|
"type": {
|
|
9633
9639
|
"text": "boolean"
|
|
9634
9640
|
},
|
|
9635
9641
|
"default": "false",
|
|
9636
|
-
"description": "
|
|
9637
|
-
"attribute": "
|
|
9642
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9643
|
+
"attribute": "disabled"
|
|
9638
9644
|
},
|
|
9639
9645
|
{
|
|
9640
9646
|
"kind": "field",
|
|
9641
|
-
"name": "
|
|
9647
|
+
"name": "checked",
|
|
9642
9648
|
"type": {
|
|
9643
|
-
"text": "
|
|
9649
|
+
"text": "boolean"
|
|
9644
9650
|
},
|
|
9645
|
-
"
|
|
9646
|
-
"attribute": "
|
|
9651
|
+
"default": "false",
|
|
9652
|
+
"attribute": "checked"
|
|
9647
9653
|
},
|
|
9648
9654
|
{
|
|
9649
9655
|
"kind": "field",
|
|
9650
|
-
"name": "
|
|
9656
|
+
"name": "value",
|
|
9651
9657
|
"type": {
|
|
9652
|
-
"text": "
|
|
9653
|
-
}
|
|
9658
|
+
"text": "string | undefined"
|
|
9659
|
+
},
|
|
9660
|
+
"description": "The value attribute for the input element",
|
|
9661
|
+
"attribute": "value"
|
|
9654
9662
|
},
|
|
9655
9663
|
{
|
|
9656
9664
|
"kind": "field",
|
|
9657
|
-
"name": "
|
|
9658
|
-
},
|
|
9659
|
-
{
|
|
9660
|
-
"kind": "method",
|
|
9661
|
-
"name": "focus"
|
|
9665
|
+
"name": "switchRef"
|
|
9662
9666
|
}
|
|
9663
9667
|
],
|
|
9664
9668
|
"attributes": [
|
|
9665
9669
|
{
|
|
9666
|
-
"name": "
|
|
9670
|
+
"name": "onText",
|
|
9667
9671
|
"type": {
|
|
9668
9672
|
"text": "string | undefined"
|
|
9669
9673
|
},
|
|
9670
|
-
"
|
|
9671
|
-
"
|
|
9672
|
-
|
|
9673
|
-
{
|
|
9674
|
-
"name": "error",
|
|
9675
|
-
"type": {
|
|
9676
|
-
"text": "boolean | undefined"
|
|
9677
|
-
},
|
|
9678
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
9679
|
-
"fieldName": "error"
|
|
9674
|
+
"default": "undefined",
|
|
9675
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9676
|
+
"fieldName": "onText"
|
|
9680
9677
|
},
|
|
9681
9678
|
{
|
|
9682
|
-
"name": "
|
|
9679
|
+
"name": "offText",
|
|
9683
9680
|
"type": {
|
|
9684
|
-
"text": "
|
|
9681
|
+
"text": "string | undefined"
|
|
9685
9682
|
},
|
|
9686
|
-
"
|
|
9687
|
-
"
|
|
9683
|
+
"default": "undefined",
|
|
9684
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9685
|
+
"fieldName": "offText"
|
|
9688
9686
|
},
|
|
9689
9687
|
{
|
|
9690
|
-
"name": "
|
|
9688
|
+
"name": "textPosition",
|
|
9691
9689
|
"type": {
|
|
9692
|
-
"text": "
|
|
9690
|
+
"text": "'before' | 'after'"
|
|
9693
9691
|
},
|
|
9694
|
-
"
|
|
9695
|
-
"
|
|
9692
|
+
"default": "'after'",
|
|
9693
|
+
"description": "Specify the position of the side label",
|
|
9694
|
+
"fieldName": "textPosition"
|
|
9696
9695
|
},
|
|
9697
9696
|
{
|
|
9698
|
-
"name": "
|
|
9697
|
+
"name": "readOnly",
|
|
9699
9698
|
"type": {
|
|
9700
|
-
"text": "
|
|
9699
|
+
"text": "boolean"
|
|
9701
9700
|
},
|
|
9702
|
-
"
|
|
9703
|
-
"
|
|
9701
|
+
"default": "false",
|
|
9702
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9703
|
+
"fieldName": "readOnly"
|
|
9704
9704
|
},
|
|
9705
9705
|
{
|
|
9706
|
-
"name": "
|
|
9706
|
+
"name": "disabled",
|
|
9707
9707
|
"type": {
|
|
9708
|
-
"text": "
|
|
9708
|
+
"text": "boolean"
|
|
9709
9709
|
},
|
|
9710
|
-
"
|
|
9711
|
-
"
|
|
9710
|
+
"default": "false",
|
|
9711
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9712
|
+
"fieldName": "disabled"
|
|
9712
9713
|
},
|
|
9713
9714
|
{
|
|
9714
9715
|
"name": "checked",
|
|
@@ -9716,48 +9717,47 @@
|
|
|
9716
9717
|
"text": "boolean"
|
|
9717
9718
|
},
|
|
9718
9719
|
"default": "false",
|
|
9719
|
-
"description": "The checked attribute for the input element",
|
|
9720
9720
|
"fieldName": "checked"
|
|
9721
9721
|
},
|
|
9722
9722
|
{
|
|
9723
|
-
"name": "
|
|
9723
|
+
"name": "value",
|
|
9724
9724
|
"type": {
|
|
9725
|
-
"text": "
|
|
9725
|
+
"text": "string | undefined"
|
|
9726
9726
|
},
|
|
9727
|
-
"description": "
|
|
9728
|
-
"fieldName": "
|
|
9727
|
+
"description": "The value attribute for the input element",
|
|
9728
|
+
"fieldName": "value"
|
|
9729
9729
|
}
|
|
9730
9730
|
],
|
|
9731
9731
|
"superclass": {
|
|
9732
9732
|
"name": "LitElement",
|
|
9733
9733
|
"package": "lit"
|
|
9734
9734
|
},
|
|
9735
|
-
"tagName": "bm-
|
|
9735
|
+
"tagName": "bm-switch",
|
|
9736
9736
|
"customElement": true
|
|
9737
9737
|
}
|
|
9738
9738
|
],
|
|
9739
9739
|
"exports": [
|
|
9740
9740
|
{
|
|
9741
9741
|
"kind": "js",
|
|
9742
|
-
"name": "
|
|
9742
|
+
"name": "BmSwitch",
|
|
9743
9743
|
"declaration": {
|
|
9744
|
-
"name": "
|
|
9745
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9744
|
+
"name": "BmSwitch",
|
|
9745
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9746
9746
|
}
|
|
9747
9747
|
},
|
|
9748
9748
|
{
|
|
9749
9749
|
"kind": "custom-element-definition",
|
|
9750
|
-
"name": "bm-
|
|
9750
|
+
"name": "bm-switch",
|
|
9751
9751
|
"declaration": {
|
|
9752
|
-
"name": "
|
|
9753
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9752
|
+
"name": "BmSwitch",
|
|
9753
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9754
9754
|
}
|
|
9755
9755
|
}
|
|
9756
9756
|
]
|
|
9757
9757
|
},
|
|
9758
9758
|
{
|
|
9759
9759
|
"kind": "javascript-module",
|
|
9760
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9760
|
+
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
9761
9761
|
"declarations": [],
|
|
9762
9762
|
"exports": [
|
|
9763
9763
|
{
|
|
@@ -9765,7 +9765,7 @@
|
|
|
9765
9765
|
"name": "*",
|
|
9766
9766
|
"declaration": {
|
|
9767
9767
|
"name": "*",
|
|
9768
|
-
"package": "./
|
|
9768
|
+
"package": "./Switch"
|
|
9769
9769
|
}
|
|
9770
9770
|
},
|
|
9771
9771
|
{
|
|
@@ -9773,7 +9773,7 @@
|
|
|
9773
9773
|
"name": "*",
|
|
9774
9774
|
"declaration": {
|
|
9775
9775
|
"name": "*",
|
|
9776
|
-
"package": "./
|
|
9776
|
+
"package": "./SwitchGroup/SwitchGroup"
|
|
9777
9777
|
}
|
|
9778
9778
|
}
|
|
9779
9779
|
]
|
|
@@ -9802,28 +9802,207 @@
|
|
|
9802
9802
|
}
|
|
9803
9803
|
},
|
|
9804
9804
|
{
|
|
9805
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
9806
|
-
"name": "helperText",
|
|
9805
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
9806
|
+
"name": "helperText",
|
|
9807
|
+
"inheritedFrom": {
|
|
9808
|
+
"name": "InputChoiceGroup",
|
|
9809
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9810
|
+
}
|
|
9811
|
+
}
|
|
9812
|
+
],
|
|
9813
|
+
"attributes": [
|
|
9814
|
+
{
|
|
9815
|
+
"name": "theme",
|
|
9816
|
+
"type": {
|
|
9817
|
+
"text": "'light' | 'dark' | undefined"
|
|
9818
|
+
},
|
|
9819
|
+
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9820
|
+
"fieldName": "theme",
|
|
9821
|
+
"inheritedFrom": {
|
|
9822
|
+
"name": "InputChoiceGroup",
|
|
9823
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9824
|
+
}
|
|
9825
|
+
},
|
|
9826
|
+
{
|
|
9827
|
+
"name": "layout",
|
|
9828
|
+
"type": {
|
|
9829
|
+
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
9830
|
+
},
|
|
9831
|
+
"default": "'vertical'",
|
|
9832
|
+
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9833
|
+
"deprecated": "use `orientation` and `fluid` instead",
|
|
9834
|
+
"fieldName": "layout",
|
|
9835
|
+
"inheritedFrom": {
|
|
9836
|
+
"name": "InputChoiceGroup",
|
|
9837
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9838
|
+
}
|
|
9839
|
+
},
|
|
9840
|
+
{
|
|
9841
|
+
"name": "orientation",
|
|
9842
|
+
"type": {
|
|
9843
|
+
"text": "'horizontal' | 'vertical'"
|
|
9844
|
+
},
|
|
9845
|
+
"default": "'vertical'",
|
|
9846
|
+
"description": "Specify InputChoiceGroup orientation",
|
|
9847
|
+
"fieldName": "orientation",
|
|
9848
|
+
"inheritedFrom": {
|
|
9849
|
+
"name": "InputChoiceGroup",
|
|
9850
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9851
|
+
}
|
|
9852
|
+
},
|
|
9853
|
+
{
|
|
9854
|
+
"name": "fluid",
|
|
9855
|
+
"type": {
|
|
9856
|
+
"text": "boolean"
|
|
9857
|
+
},
|
|
9858
|
+
"default": "false",
|
|
9859
|
+
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9860
|
+
"fieldName": "fluid",
|
|
9861
|
+
"inheritedFrom": {
|
|
9862
|
+
"name": "InputChoiceGroup",
|
|
9863
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9864
|
+
}
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"name": "required",
|
|
9868
|
+
"type": {
|
|
9869
|
+
"text": "boolean"
|
|
9870
|
+
},
|
|
9871
|
+
"default": "false",
|
|
9872
|
+
"description": "Specify if InputChoiceGroup is a required input",
|
|
9873
|
+
"fieldName": "required",
|
|
9874
|
+
"inheritedFrom": {
|
|
9875
|
+
"name": "InputChoiceGroup",
|
|
9876
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9877
|
+
}
|
|
9878
|
+
},
|
|
9879
|
+
{
|
|
9880
|
+
"name": "hideRequiredMarker",
|
|
9881
|
+
"type": {
|
|
9882
|
+
"text": "boolean"
|
|
9883
|
+
},
|
|
9884
|
+
"default": "false",
|
|
9885
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9886
|
+
"fieldName": "hideRequiredMarker",
|
|
9887
|
+
"inheritedFrom": {
|
|
9888
|
+
"name": "InputChoiceGroup",
|
|
9889
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9890
|
+
}
|
|
9891
|
+
},
|
|
9892
|
+
{
|
|
9893
|
+
"name": "error",
|
|
9894
|
+
"type": {
|
|
9895
|
+
"text": "string | undefined"
|
|
9896
|
+
},
|
|
9897
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9898
|
+
"fieldName": "error",
|
|
9899
|
+
"inheritedFrom": {
|
|
9900
|
+
"name": "InputChoiceGroup",
|
|
9901
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9902
|
+
}
|
|
9903
|
+
},
|
|
9904
|
+
{
|
|
9905
|
+
"name": "readOnly",
|
|
9906
|
+
"type": {
|
|
9907
|
+
"text": "boolean"
|
|
9908
|
+
},
|
|
9909
|
+
"default": "false",
|
|
9910
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9911
|
+
"fieldName": "readOnly",
|
|
9912
|
+
"inheritedFrom": {
|
|
9913
|
+
"name": "InputChoiceGroup",
|
|
9914
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9915
|
+
}
|
|
9916
|
+
},
|
|
9917
|
+
{
|
|
9918
|
+
"name": "disabled",
|
|
9919
|
+
"type": {
|
|
9920
|
+
"text": "boolean"
|
|
9921
|
+
},
|
|
9922
|
+
"default": "false",
|
|
9923
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9924
|
+
"fieldName": "disabled",
|
|
9925
|
+
"inheritedFrom": {
|
|
9926
|
+
"name": "InputChoiceGroup",
|
|
9927
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9928
|
+
}
|
|
9929
|
+
},
|
|
9930
|
+
{
|
|
9931
|
+
"name": "id",
|
|
9932
|
+
"type": {
|
|
9933
|
+
"text": "string"
|
|
9934
|
+
},
|
|
9935
|
+
"default": "''",
|
|
9936
|
+
"fieldName": "id",
|
|
9807
9937
|
"inheritedFrom": {
|
|
9808
|
-
"name": "
|
|
9809
|
-
"module": "libs/web-components/src/lib/
|
|
9938
|
+
"name": "FormField",
|
|
9939
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9940
|
+
}
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"name": "name",
|
|
9944
|
+
"type": {
|
|
9945
|
+
"text": "string"
|
|
9946
|
+
},
|
|
9947
|
+
"default": "''",
|
|
9948
|
+
"fieldName": "name",
|
|
9949
|
+
"inheritedFrom": {
|
|
9950
|
+
"name": "FormField",
|
|
9951
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9952
|
+
}
|
|
9953
|
+
},
|
|
9954
|
+
{
|
|
9955
|
+
"name": "value",
|
|
9956
|
+
"type": {
|
|
9957
|
+
"text": "string"
|
|
9958
|
+
},
|
|
9959
|
+
"default": "''",
|
|
9960
|
+
"fieldName": "value",
|
|
9961
|
+
"inheritedFrom": {
|
|
9962
|
+
"name": "FormField",
|
|
9963
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9964
|
+
}
|
|
9965
|
+
},
|
|
9966
|
+
{
|
|
9967
|
+
"name": "validationRules",
|
|
9968
|
+
"type": {
|
|
9969
|
+
"text": "Array<FormValidator>"
|
|
9970
|
+
},
|
|
9971
|
+
"default": "[]",
|
|
9972
|
+
"fieldName": "validationRules",
|
|
9973
|
+
"inheritedFrom": {
|
|
9974
|
+
"name": "FormField",
|
|
9975
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9976
|
+
}
|
|
9977
|
+
},
|
|
9978
|
+
{
|
|
9979
|
+
"name": "input-aria-label",
|
|
9980
|
+
"type": {
|
|
9981
|
+
"text": "string | undefined"
|
|
9982
|
+
},
|
|
9983
|
+
"fieldName": "inputAriaLabel",
|
|
9984
|
+
"inheritedFrom": {
|
|
9985
|
+
"name": "FormField",
|
|
9986
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9810
9987
|
}
|
|
9811
9988
|
}
|
|
9812
9989
|
],
|
|
9813
|
-
"
|
|
9990
|
+
"members": [
|
|
9814
9991
|
{
|
|
9992
|
+
"kind": "field",
|
|
9815
9993
|
"name": "theme",
|
|
9816
9994
|
"type": {
|
|
9817
9995
|
"text": "'light' | 'dark' | undefined"
|
|
9818
9996
|
},
|
|
9819
9997
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9820
|
-
"
|
|
9998
|
+
"attribute": "theme",
|
|
9821
9999
|
"inheritedFrom": {
|
|
9822
10000
|
"name": "InputChoiceGroup",
|
|
9823
10001
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9824
10002
|
}
|
|
9825
10003
|
},
|
|
9826
10004
|
{
|
|
10005
|
+
"kind": "field",
|
|
9827
10006
|
"name": "layout",
|
|
9828
10007
|
"type": {
|
|
9829
10008
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -9831,162 +10010,320 @@
|
|
|
9831
10010
|
"default": "'vertical'",
|
|
9832
10011
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9833
10012
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
9834
|
-
"
|
|
10013
|
+
"attribute": "layout",
|
|
9835
10014
|
"inheritedFrom": {
|
|
9836
10015
|
"name": "InputChoiceGroup",
|
|
9837
10016
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9838
10017
|
}
|
|
9839
10018
|
},
|
|
9840
10019
|
{
|
|
10020
|
+
"kind": "field",
|
|
9841
10021
|
"name": "orientation",
|
|
9842
10022
|
"type": {
|
|
9843
10023
|
"text": "'horizontal' | 'vertical'"
|
|
9844
10024
|
},
|
|
9845
10025
|
"default": "'vertical'",
|
|
9846
10026
|
"description": "Specify InputChoiceGroup orientation",
|
|
9847
|
-
"
|
|
10027
|
+
"attribute": "orientation",
|
|
9848
10028
|
"inheritedFrom": {
|
|
9849
10029
|
"name": "InputChoiceGroup",
|
|
9850
10030
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9851
10031
|
}
|
|
9852
10032
|
},
|
|
9853
10033
|
{
|
|
10034
|
+
"kind": "field",
|
|
9854
10035
|
"name": "fluid",
|
|
9855
10036
|
"type": {
|
|
9856
10037
|
"text": "boolean"
|
|
9857
10038
|
},
|
|
9858
10039
|
"default": "false",
|
|
9859
10040
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9860
|
-
"
|
|
10041
|
+
"attribute": "fluid",
|
|
9861
10042
|
"inheritedFrom": {
|
|
9862
10043
|
"name": "InputChoiceGroup",
|
|
9863
10044
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9864
10045
|
}
|
|
9865
10046
|
},
|
|
9866
10047
|
{
|
|
10048
|
+
"kind": "field",
|
|
9867
10049
|
"name": "required",
|
|
9868
10050
|
"type": {
|
|
9869
10051
|
"text": "boolean"
|
|
9870
10052
|
},
|
|
9871
10053
|
"default": "false",
|
|
9872
10054
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
9873
|
-
"
|
|
10055
|
+
"attribute": "required",
|
|
9874
10056
|
"inheritedFrom": {
|
|
9875
10057
|
"name": "InputChoiceGroup",
|
|
9876
10058
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9877
10059
|
}
|
|
9878
10060
|
},
|
|
9879
10061
|
{
|
|
10062
|
+
"kind": "field",
|
|
9880
10063
|
"name": "hideRequiredMarker",
|
|
9881
10064
|
"type": {
|
|
9882
10065
|
"text": "boolean"
|
|
9883
10066
|
},
|
|
9884
10067
|
"default": "false",
|
|
9885
10068
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9886
|
-
"
|
|
10069
|
+
"attribute": "hideRequiredMarker",
|
|
9887
10070
|
"inheritedFrom": {
|
|
9888
10071
|
"name": "InputChoiceGroup",
|
|
9889
10072
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9890
10073
|
}
|
|
9891
10074
|
},
|
|
9892
10075
|
{
|
|
10076
|
+
"kind": "field",
|
|
9893
10077
|
"name": "error",
|
|
9894
10078
|
"type": {
|
|
9895
10079
|
"text": "string | undefined"
|
|
9896
10080
|
},
|
|
9897
10081
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9898
|
-
"
|
|
10082
|
+
"attribute": "error",
|
|
9899
10083
|
"inheritedFrom": {
|
|
9900
10084
|
"name": "InputChoiceGroup",
|
|
9901
10085
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9902
10086
|
}
|
|
9903
10087
|
},
|
|
9904
10088
|
{
|
|
10089
|
+
"kind": "field",
|
|
9905
10090
|
"name": "readOnly",
|
|
9906
10091
|
"type": {
|
|
9907
10092
|
"text": "boolean"
|
|
9908
10093
|
},
|
|
9909
10094
|
"default": "false",
|
|
9910
10095
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9911
|
-
"
|
|
10096
|
+
"attribute": "readOnly",
|
|
9912
10097
|
"inheritedFrom": {
|
|
9913
10098
|
"name": "InputChoiceGroup",
|
|
9914
10099
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9915
10100
|
}
|
|
9916
10101
|
},
|
|
9917
10102
|
{
|
|
10103
|
+
"kind": "field",
|
|
9918
10104
|
"name": "disabled",
|
|
9919
10105
|
"type": {
|
|
9920
10106
|
"text": "boolean"
|
|
9921
10107
|
},
|
|
9922
10108
|
"default": "false",
|
|
9923
10109
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9924
|
-
"
|
|
10110
|
+
"attribute": "disabled",
|
|
10111
|
+
"inheritedFrom": {
|
|
10112
|
+
"name": "InputChoiceGroup",
|
|
10113
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10114
|
+
}
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"kind": "field",
|
|
10118
|
+
"name": "radioButtons",
|
|
10119
|
+
"type": {
|
|
10120
|
+
"text": "NodeListOf<Element>"
|
|
10121
|
+
},
|
|
10122
|
+
"inheritedFrom": {
|
|
10123
|
+
"name": "InputChoiceGroup",
|
|
10124
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10125
|
+
}
|
|
10126
|
+
},
|
|
10127
|
+
{
|
|
10128
|
+
"kind": "field",
|
|
10129
|
+
"name": "checkboxes",
|
|
10130
|
+
"type": {
|
|
10131
|
+
"text": "NodeListOf<Element>"
|
|
10132
|
+
},
|
|
10133
|
+
"inheritedFrom": {
|
|
10134
|
+
"name": "InputChoiceGroup",
|
|
10135
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10136
|
+
}
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"kind": "field",
|
|
10140
|
+
"name": "switches",
|
|
10141
|
+
"type": {
|
|
10142
|
+
"text": "NodeListOf<Element>"
|
|
10143
|
+
},
|
|
10144
|
+
"inheritedFrom": {
|
|
10145
|
+
"name": "InputChoiceGroup",
|
|
10146
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10147
|
+
}
|
|
10148
|
+
},
|
|
10149
|
+
{
|
|
10150
|
+
"kind": "field",
|
|
10151
|
+
"name": "inputGroupContextValue",
|
|
10152
|
+
"type": {
|
|
10153
|
+
"text": "InputChoiceGroupContextProps"
|
|
10154
|
+
},
|
|
10155
|
+
"privacy": "public",
|
|
10156
|
+
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
9925
10157
|
"inheritedFrom": {
|
|
9926
10158
|
"name": "InputChoiceGroup",
|
|
9927
10159
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9928
10160
|
}
|
|
9929
10161
|
},
|
|
9930
10162
|
{
|
|
10163
|
+
"kind": "field",
|
|
10164
|
+
"name": "formAssociated",
|
|
10165
|
+
"type": {
|
|
10166
|
+
"text": "boolean"
|
|
10167
|
+
},
|
|
10168
|
+
"static": true,
|
|
10169
|
+
"default": "true",
|
|
10170
|
+
"inheritedFrom": {
|
|
10171
|
+
"name": "FormField",
|
|
10172
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10173
|
+
}
|
|
10174
|
+
},
|
|
10175
|
+
{
|
|
10176
|
+
"kind": "field",
|
|
9931
10177
|
"name": "id",
|
|
9932
10178
|
"type": {
|
|
9933
10179
|
"text": "string"
|
|
9934
10180
|
},
|
|
9935
10181
|
"default": "''",
|
|
9936
|
-
"
|
|
10182
|
+
"attribute": "id",
|
|
9937
10183
|
"inheritedFrom": {
|
|
9938
10184
|
"name": "FormField",
|
|
9939
10185
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9940
10186
|
}
|
|
9941
10187
|
},
|
|
9942
10188
|
{
|
|
10189
|
+
"kind": "field",
|
|
9943
10190
|
"name": "name",
|
|
9944
10191
|
"type": {
|
|
9945
10192
|
"text": "string"
|
|
9946
10193
|
},
|
|
9947
10194
|
"default": "''",
|
|
9948
|
-
"
|
|
10195
|
+
"attribute": "name",
|
|
9949
10196
|
"inheritedFrom": {
|
|
9950
10197
|
"name": "FormField",
|
|
9951
10198
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9952
10199
|
}
|
|
9953
10200
|
},
|
|
9954
10201
|
{
|
|
10202
|
+
"kind": "field",
|
|
9955
10203
|
"name": "value",
|
|
9956
10204
|
"type": {
|
|
9957
10205
|
"text": "string"
|
|
9958
10206
|
},
|
|
9959
10207
|
"default": "''",
|
|
9960
|
-
"
|
|
10208
|
+
"attribute": "value",
|
|
9961
10209
|
"inheritedFrom": {
|
|
9962
10210
|
"name": "FormField",
|
|
9963
10211
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9964
10212
|
}
|
|
9965
10213
|
},
|
|
9966
10214
|
{
|
|
10215
|
+
"kind": "field",
|
|
9967
10216
|
"name": "validationRules",
|
|
9968
10217
|
"type": {
|
|
9969
10218
|
"text": "Array<FormValidator>"
|
|
9970
10219
|
},
|
|
9971
10220
|
"default": "[]",
|
|
9972
|
-
"
|
|
10221
|
+
"attribute": "validationRules",
|
|
9973
10222
|
"inheritedFrom": {
|
|
9974
10223
|
"name": "FormField",
|
|
9975
10224
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9976
10225
|
}
|
|
9977
10226
|
},
|
|
9978
10227
|
{
|
|
9979
|
-
"
|
|
10228
|
+
"kind": "field",
|
|
10229
|
+
"name": "inputAriaLabel",
|
|
9980
10230
|
"type": {
|
|
9981
10231
|
"text": "string | undefined"
|
|
9982
10232
|
},
|
|
9983
|
-
"
|
|
10233
|
+
"attribute": "input-aria-label",
|
|
10234
|
+
"inheritedFrom": {
|
|
10235
|
+
"name": "FormField",
|
|
10236
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10237
|
+
}
|
|
10238
|
+
},
|
|
10239
|
+
{
|
|
10240
|
+
"kind": "field",
|
|
10241
|
+
"name": "formContext",
|
|
10242
|
+
"type": {
|
|
10243
|
+
"text": "BmFormContext"
|
|
10244
|
+
},
|
|
10245
|
+
"inheritedFrom": {
|
|
10246
|
+
"name": "FormField",
|
|
10247
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10248
|
+
}
|
|
10249
|
+
},
|
|
10250
|
+
{
|
|
10251
|
+
"kind": "method",
|
|
10252
|
+
"name": "formAssociatedCallback",
|
|
10253
|
+
"return": {
|
|
10254
|
+
"type": {
|
|
10255
|
+
"text": "void"
|
|
10256
|
+
}
|
|
10257
|
+
},
|
|
10258
|
+
"inheritedFrom": {
|
|
10259
|
+
"name": "FormField",
|
|
10260
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10261
|
+
}
|
|
10262
|
+
},
|
|
10263
|
+
{
|
|
10264
|
+
"kind": "method",
|
|
10265
|
+
"name": "formResetCallback",
|
|
10266
|
+
"return": {
|
|
10267
|
+
"type": {
|
|
10268
|
+
"text": "void"
|
|
10269
|
+
}
|
|
10270
|
+
},
|
|
10271
|
+
"inheritedFrom": {
|
|
10272
|
+
"name": "FormField",
|
|
10273
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10274
|
+
}
|
|
10275
|
+
},
|
|
10276
|
+
{
|
|
10277
|
+
"kind": "method",
|
|
10278
|
+
"name": "finalizeAssociatedCallback",
|
|
10279
|
+
"return": {
|
|
10280
|
+
"type": {
|
|
10281
|
+
"text": "FinalizeAssociatedResult"
|
|
10282
|
+
}
|
|
10283
|
+
},
|
|
10284
|
+
"parameters": [
|
|
10285
|
+
{
|
|
10286
|
+
"name": "ctxValue",
|
|
10287
|
+
"type": {
|
|
10288
|
+
"text": "string"
|
|
10289
|
+
}
|
|
10290
|
+
}
|
|
10291
|
+
],
|
|
9984
10292
|
"inheritedFrom": {
|
|
9985
10293
|
"name": "FormField",
|
|
9986
10294
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9987
10295
|
}
|
|
9988
10296
|
}
|
|
9989
|
-
]
|
|
10297
|
+
]
|
|
10298
|
+
}
|
|
10299
|
+
],
|
|
10300
|
+
"exports": [
|
|
10301
|
+
{
|
|
10302
|
+
"kind": "js",
|
|
10303
|
+
"name": "BmCheckboxGroup",
|
|
10304
|
+
"declaration": {
|
|
10305
|
+
"name": "BmCheckboxGroup",
|
|
10306
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10307
|
+
}
|
|
10308
|
+
},
|
|
10309
|
+
{
|
|
10310
|
+
"kind": "custom-element-definition",
|
|
10311
|
+
"name": "bm-checkbox-group",
|
|
10312
|
+
"declaration": {
|
|
10313
|
+
"name": "BmCheckboxGroup",
|
|
10314
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10315
|
+
}
|
|
10316
|
+
}
|
|
10317
|
+
]
|
|
10318
|
+
},
|
|
10319
|
+
{
|
|
10320
|
+
"kind": "javascript-module",
|
|
10321
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10322
|
+
"declarations": [
|
|
10323
|
+
{
|
|
10324
|
+
"kind": "class",
|
|
10325
|
+
"description": "",
|
|
10326
|
+
"name": "BmRadioButtonGroup",
|
|
9990
10327
|
"members": [
|
|
9991
10328
|
{
|
|
9992
10329
|
"kind": "field",
|
|
@@ -10294,39 +10631,16 @@
|
|
|
10294
10631
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10295
10632
|
}
|
|
10296
10633
|
}
|
|
10297
|
-
]
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
"
|
|
10303
|
-
"
|
|
10304
|
-
"declaration": {
|
|
10305
|
-
"name": "BmCheckboxGroup",
|
|
10306
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10307
|
-
}
|
|
10308
|
-
},
|
|
10309
|
-
{
|
|
10310
|
-
"kind": "custom-element-definition",
|
|
10311
|
-
"name": "bm-checkbox-group",
|
|
10312
|
-
"declaration": {
|
|
10313
|
-
"name": "BmCheckboxGroup",
|
|
10314
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10315
|
-
}
|
|
10316
|
-
}
|
|
10317
|
-
]
|
|
10318
|
-
},
|
|
10319
|
-
{
|
|
10320
|
-
"kind": "javascript-module",
|
|
10321
|
-
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10322
|
-
"declarations": [
|
|
10323
|
-
{
|
|
10324
|
-
"kind": "class",
|
|
10325
|
-
"description": "`bm-switch-group`",
|
|
10326
|
-
"name": "BmSwitchGroup",
|
|
10634
|
+
],
|
|
10635
|
+
"superclass": {
|
|
10636
|
+
"name": "InputChoiceGroup",
|
|
10637
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10638
|
+
},
|
|
10639
|
+
"tagName": "bm-radio-button-group",
|
|
10640
|
+
"customElement": true,
|
|
10327
10641
|
"slots": [
|
|
10328
10642
|
{
|
|
10329
|
-
"description": "
|
|
10643
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
10330
10644
|
"name": "label",
|
|
10331
10645
|
"inheritedFrom": {
|
|
10332
10646
|
"name": "InputChoiceGroup",
|
|
@@ -10334,7 +10648,7 @@
|
|
|
10334
10648
|
}
|
|
10335
10649
|
},
|
|
10336
10650
|
{
|
|
10337
|
-
"description": "
|
|
10651
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
10338
10652
|
"name": "helperText",
|
|
10339
10653
|
"inheritedFrom": {
|
|
10340
10654
|
"name": "InputChoiceGroup",
|
|
@@ -10342,12 +10656,6 @@
|
|
|
10342
10656
|
}
|
|
10343
10657
|
}
|
|
10344
10658
|
],
|
|
10345
|
-
"superclass": {
|
|
10346
|
-
"name": "InputChoiceGroup",
|
|
10347
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10348
|
-
},
|
|
10349
|
-
"tagName": "bm-switch-group",
|
|
10350
|
-
"customElement": true,
|
|
10351
10659
|
"attributes": [
|
|
10352
10660
|
{
|
|
10353
10661
|
"name": "theme",
|
|
@@ -10524,23 +10832,74 @@
|
|
|
10524
10832
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10525
10833
|
}
|
|
10526
10834
|
}
|
|
10835
|
+
]
|
|
10836
|
+
}
|
|
10837
|
+
],
|
|
10838
|
+
"exports": [
|
|
10839
|
+
{
|
|
10840
|
+
"kind": "js",
|
|
10841
|
+
"name": "BmRadioButtonGroup",
|
|
10842
|
+
"declaration": {
|
|
10843
|
+
"name": "BmRadioButtonGroup",
|
|
10844
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10845
|
+
}
|
|
10846
|
+
},
|
|
10847
|
+
{
|
|
10848
|
+
"kind": "custom-element-definition",
|
|
10849
|
+
"name": "bm-radio-button-group",
|
|
10850
|
+
"declaration": {
|
|
10851
|
+
"name": "BmRadioButtonGroup",
|
|
10852
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10853
|
+
}
|
|
10854
|
+
}
|
|
10855
|
+
]
|
|
10856
|
+
},
|
|
10857
|
+
{
|
|
10858
|
+
"kind": "javascript-module",
|
|
10859
|
+
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10860
|
+
"declarations": [
|
|
10861
|
+
{
|
|
10862
|
+
"kind": "class",
|
|
10863
|
+
"description": "`bm-switch-group`",
|
|
10864
|
+
"name": "BmSwitchGroup",
|
|
10865
|
+
"slots": [
|
|
10866
|
+
{
|
|
10867
|
+
"description": "Slot for the label of the SwitchGroup",
|
|
10868
|
+
"name": "label",
|
|
10869
|
+
"inheritedFrom": {
|
|
10870
|
+
"name": "InputChoiceGroup",
|
|
10871
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10872
|
+
}
|
|
10873
|
+
},
|
|
10874
|
+
{
|
|
10875
|
+
"description": "Slot for the helper text of the SwitchGroup",
|
|
10876
|
+
"name": "helperText",
|
|
10877
|
+
"inheritedFrom": {
|
|
10878
|
+
"name": "InputChoiceGroup",
|
|
10879
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10880
|
+
}
|
|
10881
|
+
}
|
|
10527
10882
|
],
|
|
10528
|
-
"
|
|
10883
|
+
"superclass": {
|
|
10884
|
+
"name": "InputChoiceGroup",
|
|
10885
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10886
|
+
},
|
|
10887
|
+
"tagName": "bm-switch-group",
|
|
10888
|
+
"customElement": true,
|
|
10889
|
+
"attributes": [
|
|
10529
10890
|
{
|
|
10530
|
-
"kind": "field",
|
|
10531
10891
|
"name": "theme",
|
|
10532
10892
|
"type": {
|
|
10533
10893
|
"text": "'light' | 'dark' | undefined"
|
|
10534
10894
|
},
|
|
10535
10895
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10536
|
-
"
|
|
10896
|
+
"fieldName": "theme",
|
|
10537
10897
|
"inheritedFrom": {
|
|
10538
10898
|
"name": "InputChoiceGroup",
|
|
10539
10899
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10540
10900
|
}
|
|
10541
10901
|
},
|
|
10542
10902
|
{
|
|
10543
|
-
"kind": "field",
|
|
10544
10903
|
"name": "layout",
|
|
10545
10904
|
"type": {
|
|
10546
10905
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10548,320 +10907,162 @@
|
|
|
10548
10907
|
"default": "'vertical'",
|
|
10549
10908
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10550
10909
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10551
|
-
"
|
|
10910
|
+
"fieldName": "layout",
|
|
10552
10911
|
"inheritedFrom": {
|
|
10553
10912
|
"name": "InputChoiceGroup",
|
|
10554
10913
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10555
10914
|
}
|
|
10556
10915
|
},
|
|
10557
10916
|
{
|
|
10558
|
-
"kind": "field",
|
|
10559
10917
|
"name": "orientation",
|
|
10560
10918
|
"type": {
|
|
10561
10919
|
"text": "'horizontal' | 'vertical'"
|
|
10562
10920
|
},
|
|
10563
10921
|
"default": "'vertical'",
|
|
10564
10922
|
"description": "Specify InputChoiceGroup orientation",
|
|
10565
|
-
"
|
|
10923
|
+
"fieldName": "orientation",
|
|
10566
10924
|
"inheritedFrom": {
|
|
10567
10925
|
"name": "InputChoiceGroup",
|
|
10568
10926
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10569
10927
|
}
|
|
10570
10928
|
},
|
|
10571
10929
|
{
|
|
10572
|
-
"kind": "field",
|
|
10573
10930
|
"name": "fluid",
|
|
10574
10931
|
"type": {
|
|
10575
10932
|
"text": "boolean"
|
|
10576
10933
|
},
|
|
10577
10934
|
"default": "false",
|
|
10578
10935
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10579
|
-
"
|
|
10936
|
+
"fieldName": "fluid",
|
|
10580
10937
|
"inheritedFrom": {
|
|
10581
10938
|
"name": "InputChoiceGroup",
|
|
10582
10939
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10583
10940
|
}
|
|
10584
10941
|
},
|
|
10585
10942
|
{
|
|
10586
|
-
"kind": "field",
|
|
10587
10943
|
"name": "required",
|
|
10588
10944
|
"type": {
|
|
10589
10945
|
"text": "boolean"
|
|
10590
10946
|
},
|
|
10591
10947
|
"default": "false",
|
|
10592
10948
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10593
|
-
"
|
|
10949
|
+
"fieldName": "required",
|
|
10594
10950
|
"inheritedFrom": {
|
|
10595
10951
|
"name": "InputChoiceGroup",
|
|
10596
10952
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10597
10953
|
}
|
|
10598
10954
|
},
|
|
10599
10955
|
{
|
|
10600
|
-
"kind": "field",
|
|
10601
10956
|
"name": "hideRequiredMarker",
|
|
10602
10957
|
"type": {
|
|
10603
10958
|
"text": "boolean"
|
|
10604
10959
|
},
|
|
10605
10960
|
"default": "false",
|
|
10606
10961
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10607
|
-
"
|
|
10962
|
+
"fieldName": "hideRequiredMarker",
|
|
10608
10963
|
"inheritedFrom": {
|
|
10609
10964
|
"name": "InputChoiceGroup",
|
|
10610
10965
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10611
10966
|
}
|
|
10612
10967
|
},
|
|
10613
10968
|
{
|
|
10614
|
-
"kind": "field",
|
|
10615
10969
|
"name": "error",
|
|
10616
10970
|
"type": {
|
|
10617
10971
|
"text": "string | undefined"
|
|
10618
10972
|
},
|
|
10619
10973
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10620
|
-
"
|
|
10974
|
+
"fieldName": "error",
|
|
10621
10975
|
"inheritedFrom": {
|
|
10622
10976
|
"name": "InputChoiceGroup",
|
|
10623
10977
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10624
10978
|
}
|
|
10625
10979
|
},
|
|
10626
10980
|
{
|
|
10627
|
-
"kind": "field",
|
|
10628
10981
|
"name": "readOnly",
|
|
10629
10982
|
"type": {
|
|
10630
10983
|
"text": "boolean"
|
|
10631
10984
|
},
|
|
10632
10985
|
"default": "false",
|
|
10633
10986
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10634
|
-
"
|
|
10987
|
+
"fieldName": "readOnly",
|
|
10635
10988
|
"inheritedFrom": {
|
|
10636
10989
|
"name": "InputChoiceGroup",
|
|
10637
10990
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10638
10991
|
}
|
|
10639
10992
|
},
|
|
10640
10993
|
{
|
|
10641
|
-
"kind": "field",
|
|
10642
10994
|
"name": "disabled",
|
|
10643
10995
|
"type": {
|
|
10644
10996
|
"text": "boolean"
|
|
10645
10997
|
},
|
|
10646
10998
|
"default": "false",
|
|
10647
10999
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10648
|
-
"
|
|
10649
|
-
"inheritedFrom": {
|
|
10650
|
-
"name": "InputChoiceGroup",
|
|
10651
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10652
|
-
}
|
|
10653
|
-
},
|
|
10654
|
-
{
|
|
10655
|
-
"kind": "field",
|
|
10656
|
-
"name": "radioButtons",
|
|
10657
|
-
"type": {
|
|
10658
|
-
"text": "NodeListOf<Element>"
|
|
10659
|
-
},
|
|
10660
|
-
"inheritedFrom": {
|
|
10661
|
-
"name": "InputChoiceGroup",
|
|
10662
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10663
|
-
}
|
|
10664
|
-
},
|
|
10665
|
-
{
|
|
10666
|
-
"kind": "field",
|
|
10667
|
-
"name": "checkboxes",
|
|
10668
|
-
"type": {
|
|
10669
|
-
"text": "NodeListOf<Element>"
|
|
10670
|
-
},
|
|
10671
|
-
"inheritedFrom": {
|
|
10672
|
-
"name": "InputChoiceGroup",
|
|
10673
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10674
|
-
}
|
|
10675
|
-
},
|
|
10676
|
-
{
|
|
10677
|
-
"kind": "field",
|
|
10678
|
-
"name": "switches",
|
|
10679
|
-
"type": {
|
|
10680
|
-
"text": "NodeListOf<Element>"
|
|
10681
|
-
},
|
|
10682
|
-
"inheritedFrom": {
|
|
10683
|
-
"name": "InputChoiceGroup",
|
|
10684
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10685
|
-
}
|
|
10686
|
-
},
|
|
10687
|
-
{
|
|
10688
|
-
"kind": "field",
|
|
10689
|
-
"name": "inputGroupContextValue",
|
|
10690
|
-
"type": {
|
|
10691
|
-
"text": "InputChoiceGroupContextProps"
|
|
10692
|
-
},
|
|
10693
|
-
"privacy": "public",
|
|
10694
|
-
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
11000
|
+
"fieldName": "disabled",
|
|
10695
11001
|
"inheritedFrom": {
|
|
10696
11002
|
"name": "InputChoiceGroup",
|
|
10697
11003
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10698
11004
|
}
|
|
10699
11005
|
},
|
|
10700
11006
|
{
|
|
10701
|
-
"kind": "field",
|
|
10702
|
-
"name": "formAssociated",
|
|
10703
|
-
"type": {
|
|
10704
|
-
"text": "boolean"
|
|
10705
|
-
},
|
|
10706
|
-
"static": true,
|
|
10707
|
-
"default": "true",
|
|
10708
|
-
"inheritedFrom": {
|
|
10709
|
-
"name": "FormField",
|
|
10710
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10711
|
-
}
|
|
10712
|
-
},
|
|
10713
|
-
{
|
|
10714
|
-
"kind": "field",
|
|
10715
11007
|
"name": "id",
|
|
10716
11008
|
"type": {
|
|
10717
11009
|
"text": "string"
|
|
10718
11010
|
},
|
|
10719
11011
|
"default": "''",
|
|
10720
|
-
"
|
|
11012
|
+
"fieldName": "id",
|
|
10721
11013
|
"inheritedFrom": {
|
|
10722
11014
|
"name": "FormField",
|
|
10723
11015
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10724
11016
|
}
|
|
10725
11017
|
},
|
|
10726
11018
|
{
|
|
10727
|
-
"kind": "field",
|
|
10728
11019
|
"name": "name",
|
|
10729
11020
|
"type": {
|
|
10730
11021
|
"text": "string"
|
|
10731
11022
|
},
|
|
10732
11023
|
"default": "''",
|
|
10733
|
-
"
|
|
11024
|
+
"fieldName": "name",
|
|
10734
11025
|
"inheritedFrom": {
|
|
10735
11026
|
"name": "FormField",
|
|
10736
11027
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10737
11028
|
}
|
|
10738
11029
|
},
|
|
10739
11030
|
{
|
|
10740
|
-
"kind": "field",
|
|
10741
11031
|
"name": "value",
|
|
10742
11032
|
"type": {
|
|
10743
11033
|
"text": "string"
|
|
10744
11034
|
},
|
|
10745
11035
|
"default": "''",
|
|
10746
|
-
"
|
|
11036
|
+
"fieldName": "value",
|
|
10747
11037
|
"inheritedFrom": {
|
|
10748
11038
|
"name": "FormField",
|
|
10749
11039
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10750
11040
|
}
|
|
10751
11041
|
},
|
|
10752
11042
|
{
|
|
10753
|
-
"kind": "field",
|
|
10754
11043
|
"name": "validationRules",
|
|
10755
11044
|
"type": {
|
|
10756
11045
|
"text": "Array<FormValidator>"
|
|
10757
11046
|
},
|
|
10758
11047
|
"default": "[]",
|
|
10759
|
-
"
|
|
10760
|
-
"inheritedFrom": {
|
|
10761
|
-
"name": "FormField",
|
|
10762
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10763
|
-
}
|
|
10764
|
-
},
|
|
10765
|
-
{
|
|
10766
|
-
"kind": "field",
|
|
10767
|
-
"name": "inputAriaLabel",
|
|
10768
|
-
"type": {
|
|
10769
|
-
"text": "string | undefined"
|
|
10770
|
-
},
|
|
10771
|
-
"attribute": "input-aria-label",
|
|
10772
|
-
"inheritedFrom": {
|
|
10773
|
-
"name": "FormField",
|
|
10774
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10775
|
-
}
|
|
10776
|
-
},
|
|
10777
|
-
{
|
|
10778
|
-
"kind": "field",
|
|
10779
|
-
"name": "formContext",
|
|
10780
|
-
"type": {
|
|
10781
|
-
"text": "BmFormContext"
|
|
10782
|
-
},
|
|
10783
|
-
"inheritedFrom": {
|
|
10784
|
-
"name": "FormField",
|
|
10785
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10786
|
-
}
|
|
10787
|
-
},
|
|
10788
|
-
{
|
|
10789
|
-
"kind": "method",
|
|
10790
|
-
"name": "formAssociatedCallback",
|
|
10791
|
-
"return": {
|
|
10792
|
-
"type": {
|
|
10793
|
-
"text": "void"
|
|
10794
|
-
}
|
|
10795
|
-
},
|
|
10796
|
-
"inheritedFrom": {
|
|
10797
|
-
"name": "FormField",
|
|
10798
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10799
|
-
}
|
|
10800
|
-
},
|
|
10801
|
-
{
|
|
10802
|
-
"kind": "method",
|
|
10803
|
-
"name": "formResetCallback",
|
|
10804
|
-
"return": {
|
|
10805
|
-
"type": {
|
|
10806
|
-
"text": "void"
|
|
10807
|
-
}
|
|
10808
|
-
},
|
|
11048
|
+
"fieldName": "validationRules",
|
|
10809
11049
|
"inheritedFrom": {
|
|
10810
11050
|
"name": "FormField",
|
|
10811
11051
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10812
11052
|
}
|
|
10813
11053
|
},
|
|
10814
11054
|
{
|
|
10815
|
-
"
|
|
10816
|
-
"
|
|
10817
|
-
|
|
10818
|
-
"type": {
|
|
10819
|
-
"text": "FinalizeAssociatedResult"
|
|
10820
|
-
}
|
|
11055
|
+
"name": "input-aria-label",
|
|
11056
|
+
"type": {
|
|
11057
|
+
"text": "string | undefined"
|
|
10821
11058
|
},
|
|
10822
|
-
"
|
|
10823
|
-
{
|
|
10824
|
-
"name": "ctxValue",
|
|
10825
|
-
"type": {
|
|
10826
|
-
"text": "string"
|
|
10827
|
-
}
|
|
10828
|
-
}
|
|
10829
|
-
],
|
|
11059
|
+
"fieldName": "inputAriaLabel",
|
|
10830
11060
|
"inheritedFrom": {
|
|
10831
11061
|
"name": "FormField",
|
|
10832
11062
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10833
11063
|
}
|
|
10834
11064
|
}
|
|
10835
|
-
]
|
|
10836
|
-
}
|
|
10837
|
-
],
|
|
10838
|
-
"exports": [
|
|
10839
|
-
{
|
|
10840
|
-
"kind": "js",
|
|
10841
|
-
"name": "BmSwitchGroup",
|
|
10842
|
-
"declaration": {
|
|
10843
|
-
"name": "BmSwitchGroup",
|
|
10844
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10845
|
-
}
|
|
10846
|
-
},
|
|
10847
|
-
{
|
|
10848
|
-
"kind": "custom-element-definition",
|
|
10849
|
-
"name": "bm-switch-group",
|
|
10850
|
-
"declaration": {
|
|
10851
|
-
"name": "BmSwitchGroup",
|
|
10852
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10853
|
-
}
|
|
10854
|
-
}
|
|
10855
|
-
]
|
|
10856
|
-
},
|
|
10857
|
-
{
|
|
10858
|
-
"kind": "javascript-module",
|
|
10859
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10860
|
-
"declarations": [
|
|
10861
|
-
{
|
|
10862
|
-
"kind": "class",
|
|
10863
|
-
"description": "",
|
|
10864
|
-
"name": "BmRadioButtonGroup",
|
|
11065
|
+
],
|
|
10865
11066
|
"members": [
|
|
10866
11067
|
{
|
|
10867
11068
|
"kind": "field",
|
|
@@ -11169,225 +11370,24 @@
|
|
|
11169
11370
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11170
11371
|
}
|
|
11171
11372
|
}
|
|
11172
|
-
],
|
|
11173
|
-
"superclass": {
|
|
11174
|
-
"name": "InputChoiceGroup",
|
|
11175
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
11176
|
-
},
|
|
11177
|
-
"tagName": "bm-radio-button-group",
|
|
11178
|
-
"customElement": true,
|
|
11179
|
-
"slots": [
|
|
11180
|
-
{
|
|
11181
|
-
"description": "Add label text to the InputChoiceGroup",
|
|
11182
|
-
"name": "label",
|
|
11183
|
-
"inheritedFrom": {
|
|
11184
|
-
"name": "InputChoiceGroup",
|
|
11185
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11186
|
-
}
|
|
11187
|
-
},
|
|
11188
|
-
{
|
|
11189
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
11190
|
-
"name": "helperText",
|
|
11191
|
-
"inheritedFrom": {
|
|
11192
|
-
"name": "InputChoiceGroup",
|
|
11193
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11194
|
-
}
|
|
11195
|
-
}
|
|
11196
|
-
],
|
|
11197
|
-
"attributes": [
|
|
11198
|
-
{
|
|
11199
|
-
"name": "theme",
|
|
11200
|
-
"type": {
|
|
11201
|
-
"text": "'light' | 'dark' | undefined"
|
|
11202
|
-
},
|
|
11203
|
-
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
11204
|
-
"fieldName": "theme",
|
|
11205
|
-
"inheritedFrom": {
|
|
11206
|
-
"name": "InputChoiceGroup",
|
|
11207
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11208
|
-
}
|
|
11209
|
-
},
|
|
11210
|
-
{
|
|
11211
|
-
"name": "layout",
|
|
11212
|
-
"type": {
|
|
11213
|
-
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
11214
|
-
},
|
|
11215
|
-
"default": "'vertical'",
|
|
11216
|
-
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
11217
|
-
"deprecated": "use `orientation` and `fluid` instead",
|
|
11218
|
-
"fieldName": "layout",
|
|
11219
|
-
"inheritedFrom": {
|
|
11220
|
-
"name": "InputChoiceGroup",
|
|
11221
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11222
|
-
}
|
|
11223
|
-
},
|
|
11224
|
-
{
|
|
11225
|
-
"name": "orientation",
|
|
11226
|
-
"type": {
|
|
11227
|
-
"text": "'horizontal' | 'vertical'"
|
|
11228
|
-
},
|
|
11229
|
-
"default": "'vertical'",
|
|
11230
|
-
"description": "Specify InputChoiceGroup orientation",
|
|
11231
|
-
"fieldName": "orientation",
|
|
11232
|
-
"inheritedFrom": {
|
|
11233
|
-
"name": "InputChoiceGroup",
|
|
11234
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11235
|
-
}
|
|
11236
|
-
},
|
|
11237
|
-
{
|
|
11238
|
-
"name": "fluid",
|
|
11239
|
-
"type": {
|
|
11240
|
-
"text": "boolean"
|
|
11241
|
-
},
|
|
11242
|
-
"default": "false",
|
|
11243
|
-
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
11244
|
-
"fieldName": "fluid",
|
|
11245
|
-
"inheritedFrom": {
|
|
11246
|
-
"name": "InputChoiceGroup",
|
|
11247
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11248
|
-
}
|
|
11249
|
-
},
|
|
11250
|
-
{
|
|
11251
|
-
"name": "required",
|
|
11252
|
-
"type": {
|
|
11253
|
-
"text": "boolean"
|
|
11254
|
-
},
|
|
11255
|
-
"default": "false",
|
|
11256
|
-
"description": "Specify if InputChoiceGroup is a required input",
|
|
11257
|
-
"fieldName": "required",
|
|
11258
|
-
"inheritedFrom": {
|
|
11259
|
-
"name": "InputChoiceGroup",
|
|
11260
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11261
|
-
}
|
|
11262
|
-
},
|
|
11263
|
-
{
|
|
11264
|
-
"name": "hideRequiredMarker",
|
|
11265
|
-
"type": {
|
|
11266
|
-
"text": "boolean"
|
|
11267
|
-
},
|
|
11268
|
-
"default": "false",
|
|
11269
|
-
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
11270
|
-
"fieldName": "hideRequiredMarker",
|
|
11271
|
-
"inheritedFrom": {
|
|
11272
|
-
"name": "InputChoiceGroup",
|
|
11273
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11274
|
-
}
|
|
11275
|
-
},
|
|
11276
|
-
{
|
|
11277
|
-
"name": "error",
|
|
11278
|
-
"type": {
|
|
11279
|
-
"text": "string | undefined"
|
|
11280
|
-
},
|
|
11281
|
-
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
11282
|
-
"fieldName": "error",
|
|
11283
|
-
"inheritedFrom": {
|
|
11284
|
-
"name": "InputChoiceGroup",
|
|
11285
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11286
|
-
}
|
|
11287
|
-
},
|
|
11288
|
-
{
|
|
11289
|
-
"name": "readOnly",
|
|
11290
|
-
"type": {
|
|
11291
|
-
"text": "boolean"
|
|
11292
|
-
},
|
|
11293
|
-
"default": "false",
|
|
11294
|
-
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
11295
|
-
"fieldName": "readOnly",
|
|
11296
|
-
"inheritedFrom": {
|
|
11297
|
-
"name": "InputChoiceGroup",
|
|
11298
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11299
|
-
}
|
|
11300
|
-
},
|
|
11301
|
-
{
|
|
11302
|
-
"name": "disabled",
|
|
11303
|
-
"type": {
|
|
11304
|
-
"text": "boolean"
|
|
11305
|
-
},
|
|
11306
|
-
"default": "false",
|
|
11307
|
-
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11308
|
-
"fieldName": "disabled",
|
|
11309
|
-
"inheritedFrom": {
|
|
11310
|
-
"name": "InputChoiceGroup",
|
|
11311
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11312
|
-
}
|
|
11313
|
-
},
|
|
11314
|
-
{
|
|
11315
|
-
"name": "id",
|
|
11316
|
-
"type": {
|
|
11317
|
-
"text": "string"
|
|
11318
|
-
},
|
|
11319
|
-
"default": "''",
|
|
11320
|
-
"fieldName": "id",
|
|
11321
|
-
"inheritedFrom": {
|
|
11322
|
-
"name": "FormField",
|
|
11323
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11324
|
-
}
|
|
11325
|
-
},
|
|
11326
|
-
{
|
|
11327
|
-
"name": "name",
|
|
11328
|
-
"type": {
|
|
11329
|
-
"text": "string"
|
|
11330
|
-
},
|
|
11331
|
-
"default": "''",
|
|
11332
|
-
"fieldName": "name",
|
|
11333
|
-
"inheritedFrom": {
|
|
11334
|
-
"name": "FormField",
|
|
11335
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11336
|
-
}
|
|
11337
|
-
},
|
|
11338
|
-
{
|
|
11339
|
-
"name": "value",
|
|
11340
|
-
"type": {
|
|
11341
|
-
"text": "string"
|
|
11342
|
-
},
|
|
11343
|
-
"default": "''",
|
|
11344
|
-
"fieldName": "value",
|
|
11345
|
-
"inheritedFrom": {
|
|
11346
|
-
"name": "FormField",
|
|
11347
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11348
|
-
}
|
|
11349
|
-
},
|
|
11350
|
-
{
|
|
11351
|
-
"name": "validationRules",
|
|
11352
|
-
"type": {
|
|
11353
|
-
"text": "Array<FormValidator>"
|
|
11354
|
-
},
|
|
11355
|
-
"default": "[]",
|
|
11356
|
-
"fieldName": "validationRules",
|
|
11357
|
-
"inheritedFrom": {
|
|
11358
|
-
"name": "FormField",
|
|
11359
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11360
|
-
}
|
|
11361
|
-
},
|
|
11362
|
-
{
|
|
11363
|
-
"name": "input-aria-label",
|
|
11364
|
-
"type": {
|
|
11365
|
-
"text": "string | undefined"
|
|
11366
|
-
},
|
|
11367
|
-
"fieldName": "inputAriaLabel",
|
|
11368
|
-
"inheritedFrom": {
|
|
11369
|
-
"name": "FormField",
|
|
11370
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11371
|
-
}
|
|
11372
|
-
}
|
|
11373
11373
|
]
|
|
11374
11374
|
}
|
|
11375
11375
|
],
|
|
11376
11376
|
"exports": [
|
|
11377
11377
|
{
|
|
11378
11378
|
"kind": "js",
|
|
11379
|
-
"name": "
|
|
11379
|
+
"name": "BmSwitchGroup",
|
|
11380
11380
|
"declaration": {
|
|
11381
|
-
"name": "
|
|
11382
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11381
|
+
"name": "BmSwitchGroup",
|
|
11382
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11383
11383
|
}
|
|
11384
11384
|
},
|
|
11385
11385
|
{
|
|
11386
11386
|
"kind": "custom-element-definition",
|
|
11387
|
-
"name": "bm-
|
|
11387
|
+
"name": "bm-switch-group",
|
|
11388
11388
|
"declaration": {
|
|
11389
|
-
"name": "
|
|
11390
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11389
|
+
"name": "BmSwitchGroup",
|
|
11390
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11391
11391
|
}
|
|
11392
11392
|
}
|
|
11393
11393
|
]
|