@viasat/beam-web-components 2.27.0 → 2.28.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 +819 -819
- package/package.json +6 -6
- package/vscode.html-custom-data.json +194 -194
package/custom-elements.json
CHANGED
|
@@ -294,19 +294,15 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
|
|
302
|
+
"name": "BmAvatar",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
306
|
-
"name": "default"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"description": "Specify a different icon for the Badge",
|
|
305
|
+
"description": "Customize the default icon",
|
|
310
306
|
"name": "icon"
|
|
311
307
|
}
|
|
312
308
|
],
|
|
@@ -315,258 +311,359 @@
|
|
|
315
311
|
"kind": "field",
|
|
316
312
|
"name": "appearance",
|
|
317
313
|
"type": {
|
|
318
|
-
"text": "'
|
|
314
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
319
315
|
},
|
|
320
|
-
"default": "'
|
|
321
|
-
"description": "Specify the appearance of the
|
|
316
|
+
"default": "'neutral'",
|
|
317
|
+
"description": "Specify the appearance of the Avatar",
|
|
322
318
|
"attribute": "appearance"
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"kind": "field",
|
|
326
|
-
"name": "
|
|
322
|
+
"name": "name",
|
|
327
323
|
"type": {
|
|
328
|
-
"text": "
|
|
324
|
+
"text": "string | undefined"
|
|
329
325
|
},
|
|
330
|
-
"description": "
|
|
331
|
-
"attribute": "
|
|
326
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
327
|
+
"attribute": "name"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"kind": "field",
|
|
331
|
+
"name": "src",
|
|
332
|
+
"type": {
|
|
333
|
+
"text": "string | undefined"
|
|
334
|
+
},
|
|
335
|
+
"description": "Pass an image to the Avatar",
|
|
336
|
+
"attribute": "src"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "field",
|
|
340
|
+
"name": "alt",
|
|
341
|
+
"type": {
|
|
342
|
+
"text": "string | undefined"
|
|
343
|
+
},
|
|
344
|
+
"description": "Specify alt for image",
|
|
345
|
+
"attribute": "alt"
|
|
332
346
|
},
|
|
333
347
|
{
|
|
334
348
|
"kind": "field",
|
|
335
349
|
"name": "size",
|
|
336
350
|
"type": {
|
|
337
|
-
"text": "'sm' | 'md' | undefined"
|
|
351
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
338
352
|
},
|
|
339
|
-
"default": "'
|
|
340
|
-
"description": "Specify the size of the
|
|
353
|
+
"default": "'md'",
|
|
354
|
+
"description": "Specify the size of the Avatar",
|
|
341
355
|
"attribute": "size"
|
|
342
356
|
},
|
|
343
357
|
{
|
|
344
358
|
"kind": "field",
|
|
345
|
-
"name": "
|
|
359
|
+
"name": "disabled",
|
|
346
360
|
"type": {
|
|
347
|
-
"text": "
|
|
361
|
+
"text": "boolean | undefined"
|
|
348
362
|
},
|
|
349
|
-
"default": "
|
|
350
|
-
"description": "Specify the
|
|
351
|
-
"attribute": "
|
|
363
|
+
"default": "false",
|
|
364
|
+
"description": "Specify if the Avatar is disabled",
|
|
365
|
+
"attribute": "disabled"
|
|
352
366
|
},
|
|
353
367
|
{
|
|
354
368
|
"kind": "field",
|
|
355
|
-
"name": "
|
|
369
|
+
"name": "shape",
|
|
356
370
|
"type": {
|
|
357
|
-
"text": "
|
|
371
|
+
"text": "'circle' | 'square' | undefined"
|
|
358
372
|
},
|
|
359
|
-
"
|
|
360
|
-
"
|
|
373
|
+
"default": "'circle'",
|
|
374
|
+
"description": "Specify the shape of the Avatar",
|
|
375
|
+
"attribute": "shape"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"kind": "field",
|
|
379
|
+
"name": "isInteractive",
|
|
380
|
+
"type": {
|
|
381
|
+
"text": "boolean"
|
|
382
|
+
},
|
|
383
|
+
"default": "false",
|
|
384
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
385
|
+
"attribute": "isInteractive"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"kind": "field",
|
|
389
|
+
"name": "isFocusable",
|
|
390
|
+
"type": {
|
|
391
|
+
"text": "boolean"
|
|
392
|
+
},
|
|
393
|
+
"default": "false",
|
|
394
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
395
|
+
"attribute": "isFocusable"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "field",
|
|
399
|
+
"name": "withBorder",
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "boolean"
|
|
402
|
+
},
|
|
403
|
+
"default": "false",
|
|
404
|
+
"attribute": "withBorder"
|
|
361
405
|
}
|
|
362
406
|
],
|
|
363
407
|
"attributes": [
|
|
364
408
|
{
|
|
365
409
|
"name": "appearance",
|
|
366
410
|
"type": {
|
|
367
|
-
"text": "'
|
|
411
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
368
412
|
},
|
|
369
|
-
"default": "'
|
|
370
|
-
"description": "Specify the appearance of the
|
|
413
|
+
"default": "'neutral'",
|
|
414
|
+
"description": "Specify the appearance of the Avatar",
|
|
371
415
|
"fieldName": "appearance"
|
|
372
416
|
},
|
|
373
417
|
{
|
|
374
|
-
"name": "
|
|
418
|
+
"name": "name",
|
|
375
419
|
"type": {
|
|
376
|
-
"text": "
|
|
420
|
+
"text": "string | undefined"
|
|
377
421
|
},
|
|
378
|
-
"description": "
|
|
379
|
-
"fieldName": "
|
|
422
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
423
|
+
"fieldName": "name"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "src",
|
|
427
|
+
"type": {
|
|
428
|
+
"text": "string | undefined"
|
|
429
|
+
},
|
|
430
|
+
"description": "Pass an image to the Avatar",
|
|
431
|
+
"fieldName": "src"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "alt",
|
|
435
|
+
"type": {
|
|
436
|
+
"text": "string | undefined"
|
|
437
|
+
},
|
|
438
|
+
"description": "Specify alt for image",
|
|
439
|
+
"fieldName": "alt"
|
|
380
440
|
},
|
|
381
441
|
{
|
|
382
442
|
"name": "size",
|
|
383
443
|
"type": {
|
|
384
|
-
"text": "'sm' | 'md' | undefined"
|
|
444
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
385
445
|
},
|
|
386
|
-
"default": "'
|
|
387
|
-
"description": "Specify the size of the
|
|
446
|
+
"default": "'md'",
|
|
447
|
+
"description": "Specify the size of the Avatar",
|
|
388
448
|
"fieldName": "size"
|
|
389
449
|
},
|
|
390
450
|
{
|
|
391
|
-
"name": "
|
|
451
|
+
"name": "disabled",
|
|
392
452
|
"type": {
|
|
393
|
-
"text": "
|
|
453
|
+
"text": "boolean | undefined"
|
|
394
454
|
},
|
|
395
|
-
"default": "
|
|
396
|
-
"description": "Specify the
|
|
397
|
-
"fieldName": "
|
|
455
|
+
"default": "false",
|
|
456
|
+
"description": "Specify if the Avatar is disabled",
|
|
457
|
+
"fieldName": "disabled"
|
|
398
458
|
},
|
|
399
459
|
{
|
|
400
|
-
"name": "
|
|
460
|
+
"name": "shape",
|
|
401
461
|
"type": {
|
|
402
|
-
"text": "
|
|
462
|
+
"text": "'circle' | 'square' | undefined"
|
|
403
463
|
},
|
|
404
|
-
"
|
|
405
|
-
"
|
|
464
|
+
"default": "'circle'",
|
|
465
|
+
"description": "Specify the shape of the Avatar",
|
|
466
|
+
"fieldName": "shape"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "isInteractive",
|
|
470
|
+
"type": {
|
|
471
|
+
"text": "boolean"
|
|
472
|
+
},
|
|
473
|
+
"default": "false",
|
|
474
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
475
|
+
"fieldName": "isInteractive"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "isFocusable",
|
|
479
|
+
"type": {
|
|
480
|
+
"text": "boolean"
|
|
481
|
+
},
|
|
482
|
+
"default": "false",
|
|
483
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
484
|
+
"fieldName": "isFocusable"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "withBorder",
|
|
488
|
+
"type": {
|
|
489
|
+
"text": "boolean"
|
|
490
|
+
},
|
|
491
|
+
"default": "false",
|
|
492
|
+
"fieldName": "withBorder"
|
|
406
493
|
}
|
|
407
494
|
],
|
|
408
495
|
"superclass": {
|
|
409
496
|
"name": "LitElement",
|
|
410
497
|
"package": "lit"
|
|
411
498
|
},
|
|
412
|
-
"tagName": "bm-
|
|
499
|
+
"tagName": "bm-avatar",
|
|
413
500
|
"customElement": true
|
|
414
501
|
}
|
|
415
502
|
],
|
|
416
503
|
"exports": [
|
|
417
504
|
{
|
|
418
505
|
"kind": "js",
|
|
419
|
-
"name": "
|
|
506
|
+
"name": "BmAvatar",
|
|
420
507
|
"declaration": {
|
|
421
|
-
"name": "
|
|
422
|
-
"module": "libs/web-components/src/lib/
|
|
508
|
+
"name": "BmAvatar",
|
|
509
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
423
510
|
}
|
|
424
511
|
},
|
|
425
512
|
{
|
|
426
513
|
"kind": "custom-element-definition",
|
|
427
|
-
"name": "bm-
|
|
514
|
+
"name": "bm-avatar",
|
|
428
515
|
"declaration": {
|
|
429
|
-
"name": "
|
|
430
|
-
"module": "libs/web-components/src/lib/
|
|
516
|
+
"name": "BmAvatar",
|
|
517
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
431
518
|
}
|
|
432
519
|
}
|
|
433
520
|
]
|
|
434
521
|
},
|
|
435
522
|
{
|
|
436
523
|
"kind": "javascript-module",
|
|
437
|
-
"path": "libs/web-components/src/lib/
|
|
438
|
-
"declarations": [
|
|
524
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
525
|
+
"declarations": [
|
|
526
|
+
{
|
|
527
|
+
"kind": "variable",
|
|
528
|
+
"name": "AvatarGroupCtx"
|
|
529
|
+
}
|
|
530
|
+
],
|
|
439
531
|
"exports": [
|
|
440
532
|
{
|
|
441
533
|
"kind": "js",
|
|
442
|
-
"name": "
|
|
534
|
+
"name": "AvatarGroupCtx",
|
|
443
535
|
"declaration": {
|
|
444
|
-
"name": "
|
|
445
|
-
"
|
|
536
|
+
"name": "AvatarGroupCtx",
|
|
537
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
446
538
|
}
|
|
447
539
|
}
|
|
448
540
|
]
|
|
449
541
|
},
|
|
450
542
|
{
|
|
451
543
|
"kind": "javascript-module",
|
|
452
|
-
"path": "libs/web-components/src/lib/
|
|
544
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
453
545
|
"declarations": [
|
|
454
546
|
{
|
|
455
547
|
"kind": "class",
|
|
456
|
-
"description": "`bm-
|
|
457
|
-
"name": "
|
|
548
|
+
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
|
|
549
|
+
"name": "BmAvatarGroup",
|
|
458
550
|
"slots": [
|
|
459
551
|
{
|
|
460
|
-
"description": "
|
|
552
|
+
"description": "Add Avatars to create a group",
|
|
461
553
|
"name": "default"
|
|
462
554
|
}
|
|
463
555
|
],
|
|
464
556
|
"members": [
|
|
465
557
|
{
|
|
466
558
|
"kind": "field",
|
|
467
|
-
"name": "
|
|
559
|
+
"name": "wrapping",
|
|
468
560
|
"type": {
|
|
469
|
-
"text": "
|
|
561
|
+
"text": "boolean"
|
|
470
562
|
},
|
|
471
|
-
"
|
|
472
|
-
"
|
|
563
|
+
"default": "false",
|
|
564
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
565
|
+
"attribute": "wrapping"
|
|
473
566
|
},
|
|
474
567
|
{
|
|
475
568
|
"kind": "field",
|
|
476
|
-
"name": "
|
|
569
|
+
"name": "maxCount",
|
|
477
570
|
"type": {
|
|
478
|
-
"text": "
|
|
571
|
+
"text": "number"
|
|
479
572
|
},
|
|
480
|
-
"default": "
|
|
481
|
-
"description": "Specify the
|
|
482
|
-
"attribute": "
|
|
573
|
+
"default": "5",
|
|
574
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
575
|
+
"attribute": "maxCount",
|
|
576
|
+
"reflects": true
|
|
483
577
|
},
|
|
484
578
|
{
|
|
485
579
|
"kind": "field",
|
|
486
|
-
"name": "
|
|
580
|
+
"name": "size",
|
|
487
581
|
"type": {
|
|
488
|
-
"text": "'
|
|
582
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
489
583
|
},
|
|
490
|
-
"default": "'
|
|
491
|
-
"description": "Specify the
|
|
492
|
-
"attribute": "
|
|
584
|
+
"default": "'md'",
|
|
585
|
+
"description": "Specify the size of all Avatars",
|
|
586
|
+
"attribute": "size"
|
|
493
587
|
},
|
|
494
588
|
{
|
|
495
589
|
"kind": "field",
|
|
496
|
-
"name": "
|
|
590
|
+
"name": "layout",
|
|
497
591
|
"type": {
|
|
498
|
-
"text": "
|
|
592
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
499
593
|
},
|
|
500
|
-
"
|
|
501
|
-
"
|
|
594
|
+
"default": "'stacked'",
|
|
595
|
+
"description": "Specify the kind of the group.",
|
|
596
|
+
"attribute": "layout"
|
|
502
597
|
}
|
|
503
598
|
],
|
|
504
599
|
"attributes": [
|
|
505
600
|
{
|
|
506
|
-
"name": "
|
|
601
|
+
"name": "wrapping",
|
|
507
602
|
"type": {
|
|
508
|
-
"text": "
|
|
603
|
+
"text": "boolean"
|
|
509
604
|
},
|
|
510
|
-
"
|
|
511
|
-
"
|
|
605
|
+
"default": "false",
|
|
606
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
607
|
+
"fieldName": "wrapping"
|
|
512
608
|
},
|
|
513
609
|
{
|
|
514
|
-
"name": "
|
|
610
|
+
"name": "maxCount",
|
|
515
611
|
"type": {
|
|
516
|
-
"text": "
|
|
612
|
+
"text": "number"
|
|
517
613
|
},
|
|
518
|
-
"default": "
|
|
519
|
-
"description": "Specify the
|
|
520
|
-
"fieldName": "
|
|
614
|
+
"default": "5",
|
|
615
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
616
|
+
"fieldName": "maxCount"
|
|
521
617
|
},
|
|
522
618
|
{
|
|
523
|
-
"name": "
|
|
619
|
+
"name": "size",
|
|
524
620
|
"type": {
|
|
525
|
-
"text": "'
|
|
621
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
526
622
|
},
|
|
527
|
-
"default": "'
|
|
528
|
-
"description": "Specify the
|
|
529
|
-
"fieldName": "
|
|
623
|
+
"default": "'md'",
|
|
624
|
+
"description": "Specify the size of all Avatars",
|
|
625
|
+
"fieldName": "size"
|
|
530
626
|
},
|
|
531
627
|
{
|
|
532
|
-
"name": "
|
|
628
|
+
"name": "layout",
|
|
533
629
|
"type": {
|
|
534
|
-
"text": "
|
|
630
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
535
631
|
},
|
|
536
|
-
"
|
|
537
|
-
"
|
|
632
|
+
"default": "'stacked'",
|
|
633
|
+
"description": "Specify the kind of the group.",
|
|
634
|
+
"fieldName": "layout"
|
|
538
635
|
}
|
|
539
636
|
],
|
|
540
637
|
"superclass": {
|
|
541
638
|
"name": "LitElement",
|
|
542
639
|
"package": "lit"
|
|
543
640
|
},
|
|
544
|
-
"tagName": "bm-
|
|
641
|
+
"tagName": "bm-avatar-group",
|
|
545
642
|
"customElement": true
|
|
546
643
|
}
|
|
547
644
|
],
|
|
548
645
|
"exports": [
|
|
549
646
|
{
|
|
550
647
|
"kind": "js",
|
|
551
|
-
"name": "
|
|
648
|
+
"name": "BmAvatarGroup",
|
|
552
649
|
"declaration": {
|
|
553
|
-
"name": "
|
|
554
|
-
"module": "libs/web-components/src/lib/
|
|
650
|
+
"name": "BmAvatarGroup",
|
|
651
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
555
652
|
}
|
|
556
653
|
},
|
|
557
654
|
{
|
|
558
655
|
"kind": "custom-element-definition",
|
|
559
|
-
"name": "bm-
|
|
656
|
+
"name": "bm-avatar-group",
|
|
560
657
|
"declaration": {
|
|
561
|
-
"name": "
|
|
562
|
-
"module": "libs/web-components/src/lib/
|
|
658
|
+
"name": "BmAvatarGroup",
|
|
659
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
563
660
|
}
|
|
564
661
|
}
|
|
565
662
|
]
|
|
566
663
|
},
|
|
567
664
|
{
|
|
568
665
|
"kind": "javascript-module",
|
|
569
|
-
"path": "libs/web-components/src/lib/
|
|
666
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
570
667
|
"declarations": [],
|
|
571
668
|
"exports": [
|
|
572
669
|
{
|
|
@@ -574,7 +671,15 @@
|
|
|
574
671
|
"name": "*",
|
|
575
672
|
"declaration": {
|
|
576
673
|
"name": "*",
|
|
577
|
-
"package": "./
|
|
674
|
+
"package": "./Avatar"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"kind": "js",
|
|
679
|
+
"name": "*",
|
|
680
|
+
"declaration": {
|
|
681
|
+
"name": "*",
|
|
682
|
+
"package": "./AvatarGroup"
|
|
578
683
|
}
|
|
579
684
|
}
|
|
580
685
|
]
|
|
@@ -862,135 +967,422 @@
|
|
|
862
967
|
},
|
|
863
968
|
{
|
|
864
969
|
"kind": "javascript-module",
|
|
865
|
-
"path": "libs/web-components/src/lib/
|
|
970
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
866
971
|
"declarations": [
|
|
867
972
|
{
|
|
868
973
|
"kind": "class",
|
|
869
|
-
"description": "`bm-
|
|
870
|
-
"name": "
|
|
974
|
+
"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",
|
|
975
|
+
"name": "BmBadge",
|
|
871
976
|
"slots": [
|
|
872
977
|
{
|
|
873
|
-
"description": "Provide
|
|
978
|
+
"description": "Provide text for the Badge",
|
|
874
979
|
"name": "default"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"description": "Specify a different icon for the Badge",
|
|
983
|
+
"name": "icon"
|
|
875
984
|
}
|
|
876
985
|
],
|
|
877
986
|
"members": [
|
|
878
987
|
{
|
|
879
988
|
"kind": "field",
|
|
880
|
-
"name": "
|
|
989
|
+
"name": "appearance",
|
|
881
990
|
"type": {
|
|
882
|
-
"text": "'
|
|
991
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
883
992
|
},
|
|
884
|
-
"
|
|
885
|
-
"
|
|
993
|
+
"default": "'infoPrimary'",
|
|
994
|
+
"description": "Specify the appearance of the Badge",
|
|
995
|
+
"attribute": "appearance"
|
|
886
996
|
},
|
|
887
997
|
{
|
|
888
998
|
"kind": "field",
|
|
889
|
-
"name": "
|
|
999
|
+
"name": "theme",
|
|
890
1000
|
"type": {
|
|
891
|
-
"text": "'
|
|
1001
|
+
"text": "'light' | 'dark' | undefined"
|
|
892
1002
|
},
|
|
893
|
-
"description": "
|
|
894
|
-
"attribute": "
|
|
1003
|
+
"description": "Theme of the Badge",
|
|
1004
|
+
"attribute": "theme"
|
|
895
1005
|
},
|
|
896
1006
|
{
|
|
897
1007
|
"kind": "field",
|
|
898
|
-
"name": "
|
|
1008
|
+
"name": "size",
|
|
899
1009
|
"type": {
|
|
900
|
-
"text": "'
|
|
1010
|
+
"text": "'sm' | 'md' | undefined"
|
|
901
1011
|
},
|
|
902
|
-
"
|
|
903
|
-
"
|
|
1012
|
+
"default": "'sm'",
|
|
1013
|
+
"description": "Specify the size of the Badge",
|
|
1014
|
+
"attribute": "size"
|
|
904
1015
|
},
|
|
905
1016
|
{
|
|
906
1017
|
"kind": "field",
|
|
907
|
-
"name": "
|
|
1018
|
+
"name": "emphasis",
|
|
908
1019
|
"type": {
|
|
909
|
-
"text": "'
|
|
1020
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
910
1021
|
},
|
|
911
|
-
"
|
|
912
|
-
"
|
|
1022
|
+
"default": "'strong'",
|
|
1023
|
+
"description": "Specify the emphasis of the Badge",
|
|
1024
|
+
"attribute": "emphasis"
|
|
913
1025
|
},
|
|
914
1026
|
{
|
|
915
1027
|
"kind": "field",
|
|
916
|
-
"name": "
|
|
1028
|
+
"name": "hideIcon",
|
|
917
1029
|
"type": {
|
|
918
|
-
"text": "
|
|
1030
|
+
"text": "boolean | undefined"
|
|
919
1031
|
},
|
|
920
|
-
"description": "
|
|
921
|
-
"attribute": "
|
|
922
|
-
}
|
|
1032
|
+
"description": "Hides Badge icon",
|
|
1033
|
+
"attribute": "hideIcon"
|
|
1034
|
+
}
|
|
1035
|
+
],
|
|
1036
|
+
"attributes": [
|
|
923
1037
|
{
|
|
924
|
-
"
|
|
925
|
-
"name": "py",
|
|
1038
|
+
"name": "appearance",
|
|
926
1039
|
"type": {
|
|
927
|
-
"text": "'
|
|
1040
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
928
1041
|
},
|
|
929
|
-
"
|
|
930
|
-
"
|
|
1042
|
+
"default": "'infoPrimary'",
|
|
1043
|
+
"description": "Specify the appearance of the Badge",
|
|
1044
|
+
"fieldName": "appearance"
|
|
931
1045
|
},
|
|
932
1046
|
{
|
|
933
|
-
"
|
|
934
|
-
"name": "pTop",
|
|
1047
|
+
"name": "theme",
|
|
935
1048
|
"type": {
|
|
936
|
-
"text": "'
|
|
1049
|
+
"text": "'light' | 'dark' | undefined"
|
|
937
1050
|
},
|
|
938
|
-
"description": "
|
|
939
|
-
"
|
|
1051
|
+
"description": "Theme of the Badge",
|
|
1052
|
+
"fieldName": "theme"
|
|
940
1053
|
},
|
|
941
1054
|
{
|
|
942
|
-
"
|
|
943
|
-
"name": "pBottom",
|
|
1055
|
+
"name": "size",
|
|
944
1056
|
"type": {
|
|
945
|
-
"text": "'
|
|
1057
|
+
"text": "'sm' | 'md' | undefined"
|
|
946
1058
|
},
|
|
947
|
-
"
|
|
948
|
-
"
|
|
1059
|
+
"default": "'sm'",
|
|
1060
|
+
"description": "Specify the size of the Badge",
|
|
1061
|
+
"fieldName": "size"
|
|
949
1062
|
},
|
|
950
1063
|
{
|
|
951
|
-
"
|
|
952
|
-
"name": "pBefore",
|
|
1064
|
+
"name": "emphasis",
|
|
953
1065
|
"type": {
|
|
954
|
-
"text": "'
|
|
1066
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
955
1067
|
},
|
|
956
|
-
"
|
|
957
|
-
"
|
|
1068
|
+
"default": "'strong'",
|
|
1069
|
+
"description": "Specify the emphasis of the Badge",
|
|
1070
|
+
"fieldName": "emphasis"
|
|
958
1071
|
},
|
|
959
1072
|
{
|
|
960
|
-
"
|
|
961
|
-
"name": "pAfter",
|
|
1073
|
+
"name": "hideIcon",
|
|
962
1074
|
"type": {
|
|
963
|
-
"text": "
|
|
1075
|
+
"text": "boolean | undefined"
|
|
964
1076
|
},
|
|
965
|
-
"description": "
|
|
966
|
-
"
|
|
967
|
-
}
|
|
1077
|
+
"description": "Hides Badge icon",
|
|
1078
|
+
"fieldName": "hideIcon"
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"superclass": {
|
|
1082
|
+
"name": "LitElement",
|
|
1083
|
+
"package": "lit"
|
|
1084
|
+
},
|
|
1085
|
+
"tagName": "bm-badge",
|
|
1086
|
+
"customElement": true
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"exports": [
|
|
1090
|
+
{
|
|
1091
|
+
"kind": "js",
|
|
1092
|
+
"name": "BmBadge",
|
|
1093
|
+
"declaration": {
|
|
1094
|
+
"name": "BmBadge",
|
|
1095
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "custom-element-definition",
|
|
1100
|
+
"name": "bm-badge",
|
|
1101
|
+
"declaration": {
|
|
1102
|
+
"name": "BmBadge",
|
|
1103
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
]
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "javascript-module",
|
|
1110
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
1111
|
+
"declarations": [],
|
|
1112
|
+
"exports": [
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "js",
|
|
1115
|
+
"name": "*",
|
|
1116
|
+
"declaration": {
|
|
1117
|
+
"name": "*",
|
|
1118
|
+
"package": "./Badge"
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"kind": "javascript-module",
|
|
1125
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1126
|
+
"declarations": [
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "class",
|
|
1129
|
+
"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",
|
|
1130
|
+
"name": "BmBadgeDot",
|
|
1131
|
+
"slots": [
|
|
1132
|
+
{
|
|
1133
|
+
"description": "Provide text for the BadgeDot",
|
|
1134
|
+
"name": "default"
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
1137
|
+
"members": [
|
|
968
1138
|
{
|
|
969
1139
|
"kind": "field",
|
|
970
|
-
"name": "
|
|
1140
|
+
"name": "theme",
|
|
971
1141
|
"type": {
|
|
972
|
-
"text": "'
|
|
1142
|
+
"text": "'light' | 'dark' | undefined"
|
|
973
1143
|
},
|
|
974
|
-
"description": "Specify
|
|
975
|
-
"attribute": "
|
|
1144
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1145
|
+
"attribute": "theme"
|
|
976
1146
|
},
|
|
977
1147
|
{
|
|
978
1148
|
"kind": "field",
|
|
979
|
-
"name": "
|
|
1149
|
+
"name": "appearance",
|
|
980
1150
|
"type": {
|
|
981
|
-
"text": "'
|
|
1151
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
982
1152
|
},
|
|
983
|
-
"
|
|
984
|
-
"
|
|
1153
|
+
"default": "'infoPrimary'",
|
|
1154
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1155
|
+
"attribute": "appearance"
|
|
985
1156
|
},
|
|
986
1157
|
{
|
|
987
1158
|
"kind": "field",
|
|
988
|
-
"name": "
|
|
1159
|
+
"name": "emphasis",
|
|
989
1160
|
"type": {
|
|
990
|
-
"text": "'
|
|
1161
|
+
"text": "'strong' | 'subtle'"
|
|
991
1162
|
},
|
|
992
|
-
"
|
|
993
|
-
"
|
|
1163
|
+
"default": "'strong'",
|
|
1164
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1165
|
+
"attribute": "emphasis"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "field",
|
|
1169
|
+
"name": "overrideDotColor",
|
|
1170
|
+
"type": {
|
|
1171
|
+
"text": "string | undefined"
|
|
1172
|
+
},
|
|
1173
|
+
"description": "Overrides default dot color",
|
|
1174
|
+
"attribute": "overrideDotColor"
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"attributes": [
|
|
1178
|
+
{
|
|
1179
|
+
"name": "theme",
|
|
1180
|
+
"type": {
|
|
1181
|
+
"text": "'light' | 'dark' | undefined"
|
|
1182
|
+
},
|
|
1183
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1184
|
+
"fieldName": "theme"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"name": "appearance",
|
|
1188
|
+
"type": {
|
|
1189
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1190
|
+
},
|
|
1191
|
+
"default": "'infoPrimary'",
|
|
1192
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1193
|
+
"fieldName": "appearance"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "emphasis",
|
|
1197
|
+
"type": {
|
|
1198
|
+
"text": "'strong' | 'subtle'"
|
|
1199
|
+
},
|
|
1200
|
+
"default": "'strong'",
|
|
1201
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1202
|
+
"fieldName": "emphasis"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "overrideDotColor",
|
|
1206
|
+
"type": {
|
|
1207
|
+
"text": "string | undefined"
|
|
1208
|
+
},
|
|
1209
|
+
"description": "Overrides default dot color",
|
|
1210
|
+
"fieldName": "overrideDotColor"
|
|
1211
|
+
}
|
|
1212
|
+
],
|
|
1213
|
+
"superclass": {
|
|
1214
|
+
"name": "LitElement",
|
|
1215
|
+
"package": "lit"
|
|
1216
|
+
},
|
|
1217
|
+
"tagName": "bm-badge-dot",
|
|
1218
|
+
"customElement": true
|
|
1219
|
+
}
|
|
1220
|
+
],
|
|
1221
|
+
"exports": [
|
|
1222
|
+
{
|
|
1223
|
+
"kind": "js",
|
|
1224
|
+
"name": "BmBadgeDot",
|
|
1225
|
+
"declaration": {
|
|
1226
|
+
"name": "BmBadgeDot",
|
|
1227
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1228
|
+
}
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"kind": "custom-element-definition",
|
|
1232
|
+
"name": "bm-badge-dot",
|
|
1233
|
+
"declaration": {
|
|
1234
|
+
"name": "BmBadgeDot",
|
|
1235
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"kind": "javascript-module",
|
|
1242
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1243
|
+
"declarations": [],
|
|
1244
|
+
"exports": [
|
|
1245
|
+
{
|
|
1246
|
+
"kind": "js",
|
|
1247
|
+
"name": "*",
|
|
1248
|
+
"declaration": {
|
|
1249
|
+
"name": "*",
|
|
1250
|
+
"package": "./BadgeDot"
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
]
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"kind": "javascript-module",
|
|
1257
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1258
|
+
"declarations": [
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "class",
|
|
1261
|
+
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
1262
|
+
"name": "BmBox",
|
|
1263
|
+
"slots": [
|
|
1264
|
+
{
|
|
1265
|
+
"description": "Provide content for the Box",
|
|
1266
|
+
"name": "default"
|
|
1267
|
+
}
|
|
1268
|
+
],
|
|
1269
|
+
"members": [
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "field",
|
|
1272
|
+
"name": "backgroundColor",
|
|
1273
|
+
"type": {
|
|
1274
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1275
|
+
},
|
|
1276
|
+
"description": "Specify the background color of a Box",
|
|
1277
|
+
"attribute": "backgroundColor"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "field",
|
|
1281
|
+
"name": "borderColor",
|
|
1282
|
+
"type": {
|
|
1283
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1284
|
+
},
|
|
1285
|
+
"description": "Specify the border color of a Box",
|
|
1286
|
+
"attribute": "borderColor"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "field",
|
|
1290
|
+
"name": "borderWidth",
|
|
1291
|
+
"type": {
|
|
1292
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1293
|
+
},
|
|
1294
|
+
"description": "Specify the border width of a Box",
|
|
1295
|
+
"attribute": "borderWidth"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"kind": "field",
|
|
1299
|
+
"name": "borderRadius",
|
|
1300
|
+
"type": {
|
|
1301
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1302
|
+
},
|
|
1303
|
+
"description": "Specify the border radius of a Box",
|
|
1304
|
+
"attribute": "borderRadius"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"kind": "field",
|
|
1308
|
+
"name": "px",
|
|
1309
|
+
"type": {
|
|
1310
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1311
|
+
},
|
|
1312
|
+
"description": "Specify before and after padding of a Box",
|
|
1313
|
+
"attribute": "px"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "field",
|
|
1317
|
+
"name": "py",
|
|
1318
|
+
"type": {
|
|
1319
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1320
|
+
},
|
|
1321
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1322
|
+
"attribute": "py"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "field",
|
|
1326
|
+
"name": "pTop",
|
|
1327
|
+
"type": {
|
|
1328
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1329
|
+
},
|
|
1330
|
+
"description": "Specify top padding of a Box",
|
|
1331
|
+
"attribute": "pTop"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
"kind": "field",
|
|
1335
|
+
"name": "pBottom",
|
|
1336
|
+
"type": {
|
|
1337
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1338
|
+
},
|
|
1339
|
+
"description": "Specify bottom padding of a Box",
|
|
1340
|
+
"attribute": "pBottom"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "field",
|
|
1344
|
+
"name": "pBefore",
|
|
1345
|
+
"type": {
|
|
1346
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1347
|
+
},
|
|
1348
|
+
"description": "Specify before padding of a Box",
|
|
1349
|
+
"attribute": "pBefore"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"kind": "field",
|
|
1353
|
+
"name": "pAfter",
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1356
|
+
},
|
|
1357
|
+
"description": "Specify after padding of a Box",
|
|
1358
|
+
"attribute": "pAfter"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"kind": "field",
|
|
1362
|
+
"name": "mx",
|
|
1363
|
+
"type": {
|
|
1364
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1365
|
+
},
|
|
1366
|
+
"description": "Specify before and after margin of a Box",
|
|
1367
|
+
"attribute": "mx"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"kind": "field",
|
|
1371
|
+
"name": "my",
|
|
1372
|
+
"type": {
|
|
1373
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1374
|
+
},
|
|
1375
|
+
"description": "Specify top and bottom margin of a Box",
|
|
1376
|
+
"attribute": "my"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"kind": "field",
|
|
1380
|
+
"name": "mTop",
|
|
1381
|
+
"type": {
|
|
1382
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1383
|
+
},
|
|
1384
|
+
"description": "Specify top margin of a Box",
|
|
1385
|
+
"attribute": "mTop"
|
|
994
1386
|
},
|
|
995
1387
|
{
|
|
996
1388
|
"kind": "field",
|
|
@@ -1490,450 +1882,58 @@
|
|
|
1490
1882
|
"name": "truncationWidth",
|
|
1491
1883
|
"type": {
|
|
1492
1884
|
"text": "string | undefined"
|
|
1493
|
-
},
|
|
1494
|
-
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1495
|
-
"fieldName": "truncationWidth"
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"name": "isCurrent",
|
|
1499
|
-
"type": {
|
|
1500
|
-
"text": "boolean"
|
|
1501
|
-
},
|
|
1502
|
-
"default": "false",
|
|
1503
|
-
"description": "Specify explicitly if the item is the last one",
|
|
1504
|
-
"fieldName": "isCurrent"
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"name": "isCollapsed",
|
|
1508
|
-
"type": {
|
|
1509
|
-
"text": "boolean"
|
|
1510
|
-
},
|
|
1511
|
-
"default": "false",
|
|
1512
|
-
"fieldName": "isCollapsed"
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"superclass": {
|
|
1516
|
-
"name": "LitElement",
|
|
1517
|
-
"package": "lit"
|
|
1518
|
-
},
|
|
1519
|
-
"tagName": "bm-breadcrumb-item",
|
|
1520
|
-
"customElement": true
|
|
1521
|
-
}
|
|
1522
|
-
],
|
|
1523
|
-
"exports": [
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "js",
|
|
1526
|
-
"name": "BmBreadcrumbsItem",
|
|
1527
|
-
"declaration": {
|
|
1528
|
-
"name": "BmBreadcrumbsItem",
|
|
1529
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"kind": "custom-element-definition",
|
|
1534
|
-
"name": "bm-breadcrumb-item",
|
|
1535
|
-
"declaration": {
|
|
1536
|
-
"name": "BmBreadcrumbsItem",
|
|
1537
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
]
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"kind": "javascript-module",
|
|
1544
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1545
|
-
"declarations": [],
|
|
1546
|
-
"exports": [
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "js",
|
|
1549
|
-
"name": "*",
|
|
1550
|
-
"declaration": {
|
|
1551
|
-
"name": "*",
|
|
1552
|
-
"package": "./Breadcrumbs"
|
|
1553
|
-
}
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"kind": "js",
|
|
1557
|
-
"name": "*",
|
|
1558
|
-
"declaration": {
|
|
1559
|
-
"name": "*",
|
|
1560
|
-
"package": "./BreadcrumbsItem"
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
]
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"kind": "javascript-module",
|
|
1567
|
-
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
1568
|
-
"declarations": [
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "class",
|
|
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",
|
|
1573
|
-
"slots": [
|
|
1574
|
-
{
|
|
1575
|
-
"description": "Customize the default icon",
|
|
1576
|
-
"name": "icon"
|
|
1577
|
-
}
|
|
1578
|
-
],
|
|
1579
|
-
"members": [
|
|
1580
|
-
{
|
|
1581
|
-
"kind": "field",
|
|
1582
|
-
"name": "appearance",
|
|
1583
|
-
"type": {
|
|
1584
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
1585
|
-
},
|
|
1586
|
-
"default": "'neutral'",
|
|
1587
|
-
"description": "Specify the appearance of the Avatar",
|
|
1588
|
-
"attribute": "appearance"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "field",
|
|
1592
|
-
"name": "name",
|
|
1593
|
-
"type": {
|
|
1594
|
-
"text": "string | undefined"
|
|
1595
|
-
},
|
|
1596
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
1597
|
-
"attribute": "name"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"kind": "field",
|
|
1601
|
-
"name": "src",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "string | undefined"
|
|
1604
|
-
},
|
|
1605
|
-
"description": "Pass an image to the Avatar",
|
|
1606
|
-
"attribute": "src"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "field",
|
|
1610
|
-
"name": "alt",
|
|
1611
|
-
"type": {
|
|
1612
|
-
"text": "string | undefined"
|
|
1613
|
-
},
|
|
1614
|
-
"description": "Specify alt for image",
|
|
1615
|
-
"attribute": "alt"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"kind": "field",
|
|
1619
|
-
"name": "size",
|
|
1620
|
-
"type": {
|
|
1621
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1622
|
-
},
|
|
1623
|
-
"default": "'md'",
|
|
1624
|
-
"description": "Specify the size of the Avatar",
|
|
1625
|
-
"attribute": "size"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "field",
|
|
1629
|
-
"name": "disabled",
|
|
1630
|
-
"type": {
|
|
1631
|
-
"text": "boolean | undefined"
|
|
1632
|
-
},
|
|
1633
|
-
"default": "false",
|
|
1634
|
-
"description": "Specify if the Avatar is disabled",
|
|
1635
|
-
"attribute": "disabled"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "field",
|
|
1639
|
-
"name": "shape",
|
|
1640
|
-
"type": {
|
|
1641
|
-
"text": "'circle' | 'square' | undefined"
|
|
1642
|
-
},
|
|
1643
|
-
"default": "'circle'",
|
|
1644
|
-
"description": "Specify the shape of the Avatar",
|
|
1645
|
-
"attribute": "shape"
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"kind": "field",
|
|
1649
|
-
"name": "isInteractive",
|
|
1650
|
-
"type": {
|
|
1651
|
-
"text": "boolean"
|
|
1652
|
-
},
|
|
1653
|
-
"default": "false",
|
|
1654
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1655
|
-
"attribute": "isInteractive"
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"kind": "field",
|
|
1659
|
-
"name": "isFocusable",
|
|
1660
|
-
"type": {
|
|
1661
|
-
"text": "boolean"
|
|
1662
|
-
},
|
|
1663
|
-
"default": "false",
|
|
1664
|
-
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1665
|
-
"attribute": "isFocusable"
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"kind": "field",
|
|
1669
|
-
"name": "withBorder",
|
|
1670
|
-
"type": {
|
|
1671
|
-
"text": "boolean"
|
|
1672
|
-
},
|
|
1673
|
-
"default": "false",
|
|
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"
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"name": "name",
|
|
1689
|
-
"type": {
|
|
1690
|
-
"text": "string | undefined"
|
|
1691
|
-
},
|
|
1692
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
1693
|
-
"fieldName": "name"
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "src",
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "string | undefined"
|
|
1699
|
-
},
|
|
1700
|
-
"description": "Pass an image to the Avatar",
|
|
1701
|
-
"fieldName": "src"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "alt",
|
|
1705
|
-
"type": {
|
|
1706
|
-
"text": "string | undefined"
|
|
1707
|
-
},
|
|
1708
|
-
"description": "Specify alt for image",
|
|
1709
|
-
"fieldName": "alt"
|
|
1710
|
-
},
|
|
1711
|
-
{
|
|
1712
|
-
"name": "size",
|
|
1713
|
-
"type": {
|
|
1714
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1715
|
-
},
|
|
1716
|
-
"default": "'md'",
|
|
1717
|
-
"description": "Specify the size of the Avatar",
|
|
1718
|
-
"fieldName": "size"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "disabled",
|
|
1722
|
-
"type": {
|
|
1723
|
-
"text": "boolean | undefined"
|
|
1724
|
-
},
|
|
1725
|
-
"default": "false",
|
|
1726
|
-
"description": "Specify if the Avatar is disabled",
|
|
1727
|
-
"fieldName": "disabled"
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"name": "shape",
|
|
1731
|
-
"type": {
|
|
1732
|
-
"text": "'circle' | 'square' | undefined"
|
|
1733
|
-
},
|
|
1734
|
-
"default": "'circle'",
|
|
1735
|
-
"description": "Specify the shape of the Avatar",
|
|
1736
|
-
"fieldName": "shape"
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
"name": "isInteractive",
|
|
1740
|
-
"type": {
|
|
1741
|
-
"text": "boolean"
|
|
1742
|
-
},
|
|
1743
|
-
"default": "false",
|
|
1744
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1745
|
-
"fieldName": "isInteractive"
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"name": "isFocusable",
|
|
1749
|
-
"type": {
|
|
1750
|
-
"text": "boolean"
|
|
1751
|
-
},
|
|
1752
|
-
"default": "false",
|
|
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"
|
|
1763
|
-
}
|
|
1764
|
-
],
|
|
1765
|
-
"superclass": {
|
|
1766
|
-
"name": "LitElement",
|
|
1767
|
-
"package": "lit"
|
|
1768
|
-
},
|
|
1769
|
-
"tagName": "bm-avatar",
|
|
1770
|
-
"customElement": true
|
|
1771
|
-
}
|
|
1772
|
-
],
|
|
1773
|
-
"exports": [
|
|
1774
|
-
{
|
|
1775
|
-
"kind": "js",
|
|
1776
|
-
"name": "BmAvatar",
|
|
1777
|
-
"declaration": {
|
|
1778
|
-
"name": "BmAvatar",
|
|
1779
|
-
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1780
|
-
}
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"kind": "custom-element-definition",
|
|
1784
|
-
"name": "bm-avatar",
|
|
1785
|
-
"declaration": {
|
|
1786
|
-
"name": "BmAvatar",
|
|
1787
|
-
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "javascript-module",
|
|
1794
|
-
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1795
|
-
"declarations": [
|
|
1796
|
-
{
|
|
1797
|
-
"kind": "variable",
|
|
1798
|
-
"name": "AvatarGroupCtx"
|
|
1799
|
-
}
|
|
1800
|
-
],
|
|
1801
|
-
"exports": [
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "js",
|
|
1804
|
-
"name": "AvatarGroupCtx",
|
|
1805
|
-
"declaration": {
|
|
1806
|
-
"name": "AvatarGroupCtx",
|
|
1807
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
]
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
"kind": "javascript-module",
|
|
1814
|
-
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1815
|
-
"declarations": [
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "class",
|
|
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",
|
|
1820
|
-
"slots": [
|
|
1821
|
-
{
|
|
1822
|
-
"description": "Add Avatars to create a group",
|
|
1823
|
-
"name": "default"
|
|
1824
|
-
}
|
|
1825
|
-
],
|
|
1826
|
-
"members": [
|
|
1827
|
-
{
|
|
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"
|
|
1885
|
+
},
|
|
1886
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1887
|
+
"fieldName": "truncationWidth"
|
|
1887
1888
|
},
|
|
1888
1889
|
{
|
|
1889
|
-
"name": "
|
|
1890
|
+
"name": "isCurrent",
|
|
1890
1891
|
"type": {
|
|
1891
|
-
"text": "
|
|
1892
|
+
"text": "boolean"
|
|
1892
1893
|
},
|
|
1893
|
-
"default": "
|
|
1894
|
-
"description": "Specify the
|
|
1895
|
-
"fieldName": "
|
|
1894
|
+
"default": "false",
|
|
1895
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1896
|
+
"fieldName": "isCurrent"
|
|
1896
1897
|
},
|
|
1897
1898
|
{
|
|
1898
|
-
"name": "
|
|
1899
|
+
"name": "isCollapsed",
|
|
1899
1900
|
"type": {
|
|
1900
|
-
"text": "
|
|
1901
|
+
"text": "boolean"
|
|
1901
1902
|
},
|
|
1902
|
-
"default": "
|
|
1903
|
-
"
|
|
1904
|
-
"fieldName": "layout"
|
|
1903
|
+
"default": "false",
|
|
1904
|
+
"fieldName": "isCollapsed"
|
|
1905
1905
|
}
|
|
1906
1906
|
],
|
|
1907
1907
|
"superclass": {
|
|
1908
1908
|
"name": "LitElement",
|
|
1909
1909
|
"package": "lit"
|
|
1910
1910
|
},
|
|
1911
|
-
"tagName": "bm-
|
|
1911
|
+
"tagName": "bm-breadcrumb-item",
|
|
1912
1912
|
"customElement": true
|
|
1913
1913
|
}
|
|
1914
1914
|
],
|
|
1915
1915
|
"exports": [
|
|
1916
1916
|
{
|
|
1917
1917
|
"kind": "js",
|
|
1918
|
-
"name": "
|
|
1918
|
+
"name": "BmBreadcrumbsItem",
|
|
1919
1919
|
"declaration": {
|
|
1920
|
-
"name": "
|
|
1921
|
-
"module": "libs/web-components/src/lib/
|
|
1920
|
+
"name": "BmBreadcrumbsItem",
|
|
1921
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1922
1922
|
}
|
|
1923
1923
|
},
|
|
1924
1924
|
{
|
|
1925
1925
|
"kind": "custom-element-definition",
|
|
1926
|
-
"name": "bm-
|
|
1926
|
+
"name": "bm-breadcrumb-item",
|
|
1927
1927
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "libs/web-components/src/lib/
|
|
1928
|
+
"name": "BmBreadcrumbsItem",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
1932
1932
|
]
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "libs/web-components/src/lib/
|
|
1936
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1937
1937
|
"declarations": [],
|
|
1938
1938
|
"exports": [
|
|
1939
1939
|
{
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"name": "*",
|
|
1942
1942
|
"declaration": {
|
|
1943
1943
|
"name": "*",
|
|
1944
|
-
"package": "./
|
|
1944
|
+
"package": "./Breadcrumbs"
|
|
1945
1945
|
}
|
|
1946
1946
|
},
|
|
1947
1947
|
{
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
"name": "*",
|
|
1950
1950
|
"declaration": {
|
|
1951
1951
|
"name": "*",
|
|
1952
|
-
"package": "./
|
|
1952
|
+
"package": "./BreadcrumbsItem"
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
1955
|
]
|
|
@@ -8310,252 +8310,37 @@
|
|
|
8310
8310
|
"name": "BmForm",
|
|
8311
8311
|
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8312
8312
|
}
|
|
8313
|
-
}
|
|
8314
|
-
]
|
|
8315
|
-
},
|
|
8316
|
-
{
|
|
8317
|
-
"kind": "javascript-module",
|
|
8318
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8319
|
-
"declarations": [
|
|
8320
|
-
{
|
|
8321
|
-
"kind": "function",
|
|
8322
|
-
"name": "createId",
|
|
8323
|
-
"return": {
|
|
8324
|
-
"type": {
|
|
8325
|
-
"text": "string"
|
|
8326
|
-
}
|
|
8327
|
-
}
|
|
8328
|
-
}
|
|
8329
|
-
],
|
|
8330
|
-
"exports": [
|
|
8331
|
-
{
|
|
8332
|
-
"kind": "js",
|
|
8333
|
-
"name": "createId",
|
|
8334
|
-
"declaration": {
|
|
8335
|
-
"name": "createId",
|
|
8336
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8337
|
-
}
|
|
8338
|
-
}
|
|
8339
|
-
]
|
|
8340
|
-
},
|
|
8341
|
-
{
|
|
8342
|
-
"kind": "javascript-module",
|
|
8343
|
-
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8344
|
-
"declarations": [],
|
|
8345
|
-
"exports": [
|
|
8346
|
-
{
|
|
8347
|
-
"kind": "js",
|
|
8348
|
-
"name": "*",
|
|
8349
|
-
"declaration": {
|
|
8350
|
-
"name": "*",
|
|
8351
|
-
"package": "./Form"
|
|
8352
|
-
}
|
|
8353
|
-
},
|
|
8354
|
-
{
|
|
8355
|
-
"kind": "js",
|
|
8356
|
-
"name": "*",
|
|
8357
|
-
"declaration": {
|
|
8358
|
-
"name": "*",
|
|
8359
|
-
"package": "./Form.decorator"
|
|
8360
|
-
}
|
|
8361
|
-
}
|
|
8362
|
-
]
|
|
8363
|
-
},
|
|
8364
|
-
{
|
|
8365
|
-
"kind": "javascript-module",
|
|
8366
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8367
|
-
"declarations": [
|
|
8368
|
-
{
|
|
8369
|
-
"kind": "class",
|
|
8370
|
-
"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",
|
|
8371
|
-
"name": "BmRadioButton",
|
|
8372
|
-
"members": [
|
|
8373
|
-
{
|
|
8374
|
-
"kind": "field",
|
|
8375
|
-
"name": "label",
|
|
8376
|
-
"type": {
|
|
8377
|
-
"text": "string | undefined"
|
|
8378
|
-
},
|
|
8379
|
-
"description": "Specify the text for the label",
|
|
8380
|
-
"attribute": "label"
|
|
8381
|
-
},
|
|
8382
|
-
{
|
|
8383
|
-
"kind": "field",
|
|
8384
|
-
"name": "error",
|
|
8385
|
-
"type": {
|
|
8386
|
-
"text": "boolean | undefined"
|
|
8387
|
-
},
|
|
8388
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
8389
|
-
"attribute": "error"
|
|
8390
|
-
},
|
|
8391
|
-
{
|
|
8392
|
-
"kind": "field",
|
|
8393
|
-
"name": "readOnly",
|
|
8394
|
-
"type": {
|
|
8395
|
-
"text": "boolean | undefined"
|
|
8396
|
-
},
|
|
8397
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
8398
|
-
"attribute": "readOnly"
|
|
8399
|
-
},
|
|
8400
|
-
{
|
|
8401
|
-
"kind": "field",
|
|
8402
|
-
"name": "disabled",
|
|
8403
|
-
"type": {
|
|
8404
|
-
"text": "boolean | undefined"
|
|
8405
|
-
},
|
|
8406
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
8407
|
-
"attribute": "disabled"
|
|
8408
|
-
},
|
|
8409
|
-
{
|
|
8410
|
-
"kind": "field",
|
|
8411
|
-
"name": "theme",
|
|
8412
|
-
"type": {
|
|
8413
|
-
"text": "'light' | 'dark' | undefined"
|
|
8414
|
-
},
|
|
8415
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8416
|
-
"attribute": "theme"
|
|
8417
|
-
},
|
|
8418
|
-
{
|
|
8419
|
-
"kind": "field",
|
|
8420
|
-
"name": "value",
|
|
8421
|
-
"type": {
|
|
8422
|
-
"text": "string | undefined"
|
|
8423
|
-
},
|
|
8424
|
-
"description": "The value attribute for the input element",
|
|
8425
|
-
"attribute": "value"
|
|
8426
|
-
},
|
|
8427
|
-
{
|
|
8428
|
-
"kind": "field",
|
|
8429
|
-
"name": "checked",
|
|
8430
|
-
"type": {
|
|
8431
|
-
"text": "boolean"
|
|
8432
|
-
},
|
|
8433
|
-
"default": "false",
|
|
8434
|
-
"description": "The checked attribute for the input element",
|
|
8435
|
-
"attribute": "checked"
|
|
8436
|
-
},
|
|
8437
|
-
{
|
|
8438
|
-
"kind": "field",
|
|
8439
|
-
"name": "onKeyDown",
|
|
8440
|
-
"type": {
|
|
8441
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8442
|
-
},
|
|
8443
|
-
"description": "A user-defined function to handle keydown events",
|
|
8444
|
-
"attribute": "onKeyDown"
|
|
8445
|
-
},
|
|
8446
|
-
{
|
|
8447
|
-
"kind": "field",
|
|
8448
|
-
"name": "inputChoiceGroupContext",
|
|
8449
|
-
"type": {
|
|
8450
|
-
"text": "InputChoiceGroupContextProps"
|
|
8451
|
-
}
|
|
8452
|
-
},
|
|
8453
|
-
{
|
|
8454
|
-
"kind": "field",
|
|
8455
|
-
"name": "radioButtonRef"
|
|
8456
|
-
},
|
|
8457
|
-
{
|
|
8458
|
-
"kind": "method",
|
|
8459
|
-
"name": "focus"
|
|
8460
|
-
}
|
|
8461
|
-
],
|
|
8462
|
-
"attributes": [
|
|
8463
|
-
{
|
|
8464
|
-
"name": "label",
|
|
8465
|
-
"type": {
|
|
8466
|
-
"text": "string | undefined"
|
|
8467
|
-
},
|
|
8468
|
-
"description": "Specify the text for the label",
|
|
8469
|
-
"fieldName": "label"
|
|
8470
|
-
},
|
|
8471
|
-
{
|
|
8472
|
-
"name": "error",
|
|
8473
|
-
"type": {
|
|
8474
|
-
"text": "boolean | undefined"
|
|
8475
|
-
},
|
|
8476
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
8477
|
-
"fieldName": "error"
|
|
8478
|
-
},
|
|
8479
|
-
{
|
|
8480
|
-
"name": "readOnly",
|
|
8481
|
-
"type": {
|
|
8482
|
-
"text": "boolean | undefined"
|
|
8483
|
-
},
|
|
8484
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
8485
|
-
"fieldName": "readOnly"
|
|
8486
|
-
},
|
|
8487
|
-
{
|
|
8488
|
-
"name": "disabled",
|
|
8489
|
-
"type": {
|
|
8490
|
-
"text": "boolean | undefined"
|
|
8491
|
-
},
|
|
8492
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
8493
|
-
"fieldName": "disabled"
|
|
8494
|
-
},
|
|
8495
|
-
{
|
|
8496
|
-
"name": "theme",
|
|
8497
|
-
"type": {
|
|
8498
|
-
"text": "'light' | 'dark' | undefined"
|
|
8499
|
-
},
|
|
8500
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8501
|
-
"fieldName": "theme"
|
|
8502
|
-
},
|
|
8503
|
-
{
|
|
8504
|
-
"name": "value",
|
|
8505
|
-
"type": {
|
|
8506
|
-
"text": "string | undefined"
|
|
8507
|
-
},
|
|
8508
|
-
"description": "The value attribute for the input element",
|
|
8509
|
-
"fieldName": "value"
|
|
8510
|
-
},
|
|
8511
|
-
{
|
|
8512
|
-
"name": "checked",
|
|
8513
|
-
"type": {
|
|
8514
|
-
"text": "boolean"
|
|
8515
|
-
},
|
|
8516
|
-
"default": "false",
|
|
8517
|
-
"description": "The checked attribute for the input element",
|
|
8518
|
-
"fieldName": "checked"
|
|
8519
|
-
},
|
|
8520
|
-
{
|
|
8521
|
-
"name": "onKeyDown",
|
|
8522
|
-
"type": {
|
|
8523
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8524
|
-
},
|
|
8525
|
-
"description": "A user-defined function to handle keydown events",
|
|
8526
|
-
"fieldName": "onKeyDown"
|
|
8313
|
+
}
|
|
8314
|
+
]
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"kind": "javascript-module",
|
|
8318
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8319
|
+
"declarations": [
|
|
8320
|
+
{
|
|
8321
|
+
"kind": "function",
|
|
8322
|
+
"name": "createId",
|
|
8323
|
+
"return": {
|
|
8324
|
+
"type": {
|
|
8325
|
+
"text": "string"
|
|
8527
8326
|
}
|
|
8528
|
-
|
|
8529
|
-
"superclass": {
|
|
8530
|
-
"name": "LitElement",
|
|
8531
|
-
"package": "lit"
|
|
8532
|
-
},
|
|
8533
|
-
"tagName": "bm-radio-button",
|
|
8534
|
-
"customElement": true
|
|
8327
|
+
}
|
|
8535
8328
|
}
|
|
8536
8329
|
],
|
|
8537
8330
|
"exports": [
|
|
8538
8331
|
{
|
|
8539
8332
|
"kind": "js",
|
|
8540
|
-
"name": "
|
|
8541
|
-
"declaration": {
|
|
8542
|
-
"name": "BmRadioButton",
|
|
8543
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8544
|
-
}
|
|
8545
|
-
},
|
|
8546
|
-
{
|
|
8547
|
-
"kind": "custom-element-definition",
|
|
8548
|
-
"name": "bm-radio-button",
|
|
8333
|
+
"name": "createId",
|
|
8549
8334
|
"declaration": {
|
|
8550
|
-
"name": "
|
|
8551
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8335
|
+
"name": "createId",
|
|
8336
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8552
8337
|
}
|
|
8553
8338
|
}
|
|
8554
8339
|
]
|
|
8555
8340
|
},
|
|
8556
8341
|
{
|
|
8557
8342
|
"kind": "javascript-module",
|
|
8558
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8343
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8559
8344
|
"declarations": [],
|
|
8560
8345
|
"exports": [
|
|
8561
8346
|
{
|
|
@@ -8563,7 +8348,7 @@
|
|
|
8563
8348
|
"name": "*",
|
|
8564
8349
|
"declaration": {
|
|
8565
8350
|
"name": "*",
|
|
8566
|
-
"package": "./
|
|
8351
|
+
"package": "./Form"
|
|
8567
8352
|
}
|
|
8568
8353
|
},
|
|
8569
8354
|
{
|
|
@@ -8571,7 +8356,7 @@
|
|
|
8571
8356
|
"name": "*",
|
|
8572
8357
|
"declaration": {
|
|
8573
8358
|
"name": "*",
|
|
8574
|
-
"package": "./
|
|
8359
|
+
"package": "./Form.decorator"
|
|
8575
8360
|
}
|
|
8576
8361
|
}
|
|
8577
8362
|
]
|
|
@@ -9004,6 +8789,221 @@
|
|
|
9004
8789
|
}
|
|
9005
8790
|
]
|
|
9006
8791
|
},
|
|
8792
|
+
{
|
|
8793
|
+
"kind": "javascript-module",
|
|
8794
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8795
|
+
"declarations": [
|
|
8796
|
+
{
|
|
8797
|
+
"kind": "class",
|
|
8798
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
8799
|
+
"name": "BmRadioButton",
|
|
8800
|
+
"members": [
|
|
8801
|
+
{
|
|
8802
|
+
"kind": "field",
|
|
8803
|
+
"name": "label",
|
|
8804
|
+
"type": {
|
|
8805
|
+
"text": "string | undefined"
|
|
8806
|
+
},
|
|
8807
|
+
"description": "Specify the text for the label",
|
|
8808
|
+
"attribute": "label"
|
|
8809
|
+
},
|
|
8810
|
+
{
|
|
8811
|
+
"kind": "field",
|
|
8812
|
+
"name": "error",
|
|
8813
|
+
"type": {
|
|
8814
|
+
"text": "boolean | undefined"
|
|
8815
|
+
},
|
|
8816
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8817
|
+
"attribute": "error"
|
|
8818
|
+
},
|
|
8819
|
+
{
|
|
8820
|
+
"kind": "field",
|
|
8821
|
+
"name": "readOnly",
|
|
8822
|
+
"type": {
|
|
8823
|
+
"text": "boolean | undefined"
|
|
8824
|
+
},
|
|
8825
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8826
|
+
"attribute": "readOnly"
|
|
8827
|
+
},
|
|
8828
|
+
{
|
|
8829
|
+
"kind": "field",
|
|
8830
|
+
"name": "disabled",
|
|
8831
|
+
"type": {
|
|
8832
|
+
"text": "boolean | undefined"
|
|
8833
|
+
},
|
|
8834
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8835
|
+
"attribute": "disabled"
|
|
8836
|
+
},
|
|
8837
|
+
{
|
|
8838
|
+
"kind": "field",
|
|
8839
|
+
"name": "theme",
|
|
8840
|
+
"type": {
|
|
8841
|
+
"text": "'light' | 'dark' | undefined"
|
|
8842
|
+
},
|
|
8843
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8844
|
+
"attribute": "theme"
|
|
8845
|
+
},
|
|
8846
|
+
{
|
|
8847
|
+
"kind": "field",
|
|
8848
|
+
"name": "value",
|
|
8849
|
+
"type": {
|
|
8850
|
+
"text": "string | undefined"
|
|
8851
|
+
},
|
|
8852
|
+
"description": "The value attribute for the input element",
|
|
8853
|
+
"attribute": "value"
|
|
8854
|
+
},
|
|
8855
|
+
{
|
|
8856
|
+
"kind": "field",
|
|
8857
|
+
"name": "checked",
|
|
8858
|
+
"type": {
|
|
8859
|
+
"text": "boolean"
|
|
8860
|
+
},
|
|
8861
|
+
"default": "false",
|
|
8862
|
+
"description": "The checked attribute for the input element",
|
|
8863
|
+
"attribute": "checked"
|
|
8864
|
+
},
|
|
8865
|
+
{
|
|
8866
|
+
"kind": "field",
|
|
8867
|
+
"name": "onKeyDown",
|
|
8868
|
+
"type": {
|
|
8869
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8870
|
+
},
|
|
8871
|
+
"description": "A user-defined function to handle keydown events",
|
|
8872
|
+
"attribute": "onKeyDown"
|
|
8873
|
+
},
|
|
8874
|
+
{
|
|
8875
|
+
"kind": "field",
|
|
8876
|
+
"name": "inputChoiceGroupContext",
|
|
8877
|
+
"type": {
|
|
8878
|
+
"text": "InputChoiceGroupContextProps"
|
|
8879
|
+
}
|
|
8880
|
+
},
|
|
8881
|
+
{
|
|
8882
|
+
"kind": "field",
|
|
8883
|
+
"name": "radioButtonRef"
|
|
8884
|
+
},
|
|
8885
|
+
{
|
|
8886
|
+
"kind": "method",
|
|
8887
|
+
"name": "focus"
|
|
8888
|
+
}
|
|
8889
|
+
],
|
|
8890
|
+
"attributes": [
|
|
8891
|
+
{
|
|
8892
|
+
"name": "label",
|
|
8893
|
+
"type": {
|
|
8894
|
+
"text": "string | undefined"
|
|
8895
|
+
},
|
|
8896
|
+
"description": "Specify the text for the label",
|
|
8897
|
+
"fieldName": "label"
|
|
8898
|
+
},
|
|
8899
|
+
{
|
|
8900
|
+
"name": "error",
|
|
8901
|
+
"type": {
|
|
8902
|
+
"text": "boolean | undefined"
|
|
8903
|
+
},
|
|
8904
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8905
|
+
"fieldName": "error"
|
|
8906
|
+
},
|
|
8907
|
+
{
|
|
8908
|
+
"name": "readOnly",
|
|
8909
|
+
"type": {
|
|
8910
|
+
"text": "boolean | undefined"
|
|
8911
|
+
},
|
|
8912
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8913
|
+
"fieldName": "readOnly"
|
|
8914
|
+
},
|
|
8915
|
+
{
|
|
8916
|
+
"name": "disabled",
|
|
8917
|
+
"type": {
|
|
8918
|
+
"text": "boolean | undefined"
|
|
8919
|
+
},
|
|
8920
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8921
|
+
"fieldName": "disabled"
|
|
8922
|
+
},
|
|
8923
|
+
{
|
|
8924
|
+
"name": "theme",
|
|
8925
|
+
"type": {
|
|
8926
|
+
"text": "'light' | 'dark' | undefined"
|
|
8927
|
+
},
|
|
8928
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8929
|
+
"fieldName": "theme"
|
|
8930
|
+
},
|
|
8931
|
+
{
|
|
8932
|
+
"name": "value",
|
|
8933
|
+
"type": {
|
|
8934
|
+
"text": "string | undefined"
|
|
8935
|
+
},
|
|
8936
|
+
"description": "The value attribute for the input element",
|
|
8937
|
+
"fieldName": "value"
|
|
8938
|
+
},
|
|
8939
|
+
{
|
|
8940
|
+
"name": "checked",
|
|
8941
|
+
"type": {
|
|
8942
|
+
"text": "boolean"
|
|
8943
|
+
},
|
|
8944
|
+
"default": "false",
|
|
8945
|
+
"description": "The checked attribute for the input element",
|
|
8946
|
+
"fieldName": "checked"
|
|
8947
|
+
},
|
|
8948
|
+
{
|
|
8949
|
+
"name": "onKeyDown",
|
|
8950
|
+
"type": {
|
|
8951
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8952
|
+
},
|
|
8953
|
+
"description": "A user-defined function to handle keydown events",
|
|
8954
|
+
"fieldName": "onKeyDown"
|
|
8955
|
+
}
|
|
8956
|
+
],
|
|
8957
|
+
"superclass": {
|
|
8958
|
+
"name": "LitElement",
|
|
8959
|
+
"package": "lit"
|
|
8960
|
+
},
|
|
8961
|
+
"tagName": "bm-radio-button",
|
|
8962
|
+
"customElement": true
|
|
8963
|
+
}
|
|
8964
|
+
],
|
|
8965
|
+
"exports": [
|
|
8966
|
+
{
|
|
8967
|
+
"kind": "js",
|
|
8968
|
+
"name": "BmRadioButton",
|
|
8969
|
+
"declaration": {
|
|
8970
|
+
"name": "BmRadioButton",
|
|
8971
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8972
|
+
}
|
|
8973
|
+
},
|
|
8974
|
+
{
|
|
8975
|
+
"kind": "custom-element-definition",
|
|
8976
|
+
"name": "bm-radio-button",
|
|
8977
|
+
"declaration": {
|
|
8978
|
+
"name": "BmRadioButton",
|
|
8979
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8980
|
+
}
|
|
8981
|
+
}
|
|
8982
|
+
]
|
|
8983
|
+
},
|
|
8984
|
+
{
|
|
8985
|
+
"kind": "javascript-module",
|
|
8986
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8987
|
+
"declarations": [],
|
|
8988
|
+
"exports": [
|
|
8989
|
+
{
|
|
8990
|
+
"kind": "js",
|
|
8991
|
+
"name": "*",
|
|
8992
|
+
"declaration": {
|
|
8993
|
+
"name": "*",
|
|
8994
|
+
"package": "./RadioButton"
|
|
8995
|
+
}
|
|
8996
|
+
},
|
|
8997
|
+
{
|
|
8998
|
+
"kind": "js",
|
|
8999
|
+
"name": "*",
|
|
9000
|
+
"declaration": {
|
|
9001
|
+
"name": "*",
|
|
9002
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9003
|
+
}
|
|
9004
|
+
}
|
|
9005
|
+
]
|
|
9006
|
+
},
|
|
9007
9007
|
{
|
|
9008
9008
|
"kind": "javascript-module",
|
|
9009
9009
|
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|