@viasat/beam-web-components 2.70.0 → 2.72.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/Badge/Badge.js +20 -20
- package/custom-elements.json +1394 -1394
- package/local/Badge/Badge.js +19 -19
- package/package.json +6 -6
- package/vscode.html-custom-data.json +300 -300
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,399 +671,443 @@
|
|
|
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
|
]
|
|
581
686
|
},
|
|
582
687
|
{
|
|
583
688
|
"kind": "javascript-module",
|
|
584
|
-
"path": "libs/web-components/src/lib/
|
|
689
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
585
690
|
"declarations": [
|
|
586
691
|
{
|
|
587
692
|
"kind": "class",
|
|
588
|
-
"description": "`bm-
|
|
589
|
-
"name": "
|
|
693
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
694
|
+
"name": "BmBadge",
|
|
590
695
|
"slots": [
|
|
591
696
|
{
|
|
592
|
-
"description": "Provide
|
|
697
|
+
"description": "Provide text for the Badge",
|
|
593
698
|
"name": "default"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"description": "Specify a different icon for the Badge",
|
|
702
|
+
"name": "icon"
|
|
594
703
|
}
|
|
595
704
|
],
|
|
596
705
|
"members": [
|
|
597
706
|
{
|
|
598
707
|
"kind": "field",
|
|
599
|
-
"name": "
|
|
708
|
+
"name": "appearance",
|
|
600
709
|
"type": {
|
|
601
|
-
"text": "'
|
|
710
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
602
711
|
},
|
|
603
|
-
"
|
|
604
|
-
"
|
|
712
|
+
"default": "'infoPrimary'",
|
|
713
|
+
"description": "Specify the appearance of the Badge",
|
|
714
|
+
"attribute": "appearance"
|
|
605
715
|
},
|
|
606
716
|
{
|
|
607
717
|
"kind": "field",
|
|
608
|
-
"name": "
|
|
718
|
+
"name": "theme",
|
|
609
719
|
"type": {
|
|
610
|
-
"text": "'
|
|
720
|
+
"text": "'light' | 'dark' | undefined"
|
|
611
721
|
},
|
|
612
|
-
"description": "
|
|
613
|
-
"attribute": "
|
|
722
|
+
"description": "Theme of the Badge",
|
|
723
|
+
"attribute": "theme"
|
|
614
724
|
},
|
|
615
725
|
{
|
|
616
726
|
"kind": "field",
|
|
617
|
-
"name": "
|
|
727
|
+
"name": "size",
|
|
618
728
|
"type": {
|
|
619
|
-
"text": "'
|
|
729
|
+
"text": "'sm' | 'md' | undefined"
|
|
620
730
|
},
|
|
621
|
-
"
|
|
622
|
-
"
|
|
731
|
+
"default": "'sm'",
|
|
732
|
+
"description": "Specify the size of the Badge",
|
|
733
|
+
"attribute": "size"
|
|
623
734
|
},
|
|
624
735
|
{
|
|
625
736
|
"kind": "field",
|
|
626
|
-
"name": "
|
|
737
|
+
"name": "emphasis",
|
|
627
738
|
"type": {
|
|
628
|
-
"text": "'
|
|
739
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
629
740
|
},
|
|
630
|
-
"
|
|
631
|
-
"
|
|
741
|
+
"default": "'strong'",
|
|
742
|
+
"description": "Specify the emphasis of the Badge",
|
|
743
|
+
"attribute": "emphasis"
|
|
632
744
|
},
|
|
633
745
|
{
|
|
634
746
|
"kind": "field",
|
|
635
|
-
"name": "
|
|
747
|
+
"name": "hideIcon",
|
|
636
748
|
"type": {
|
|
637
|
-
"text": "
|
|
749
|
+
"text": "boolean | undefined"
|
|
638
750
|
},
|
|
639
|
-
"description": "
|
|
640
|
-
"attribute": "
|
|
641
|
-
}
|
|
751
|
+
"description": "Hides Badge icon",
|
|
752
|
+
"attribute": "hideIcon"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"attributes": [
|
|
642
756
|
{
|
|
643
|
-
"
|
|
644
|
-
"name": "py",
|
|
757
|
+
"name": "appearance",
|
|
645
758
|
"type": {
|
|
646
|
-
"text": "'
|
|
759
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
647
760
|
},
|
|
648
|
-
"
|
|
649
|
-
"
|
|
761
|
+
"default": "'infoPrimary'",
|
|
762
|
+
"description": "Specify the appearance of the Badge",
|
|
763
|
+
"fieldName": "appearance"
|
|
650
764
|
},
|
|
651
765
|
{
|
|
652
|
-
"
|
|
653
|
-
"name": "pTop",
|
|
766
|
+
"name": "theme",
|
|
654
767
|
"type": {
|
|
655
|
-
"text": "'
|
|
768
|
+
"text": "'light' | 'dark' | undefined"
|
|
656
769
|
},
|
|
657
|
-
"description": "
|
|
658
|
-
"
|
|
770
|
+
"description": "Theme of the Badge",
|
|
771
|
+
"fieldName": "theme"
|
|
659
772
|
},
|
|
660
773
|
{
|
|
661
|
-
"
|
|
662
|
-
"name": "pBottom",
|
|
774
|
+
"name": "size",
|
|
663
775
|
"type": {
|
|
664
|
-
"text": "'
|
|
776
|
+
"text": "'sm' | 'md' | undefined"
|
|
665
777
|
},
|
|
666
|
-
"
|
|
667
|
-
"
|
|
778
|
+
"default": "'sm'",
|
|
779
|
+
"description": "Specify the size of the Badge",
|
|
780
|
+
"fieldName": "size"
|
|
668
781
|
},
|
|
669
782
|
{
|
|
670
|
-
"
|
|
671
|
-
"name": "pBefore",
|
|
783
|
+
"name": "emphasis",
|
|
672
784
|
"type": {
|
|
673
|
-
"text": "'
|
|
785
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
674
786
|
},
|
|
675
|
-
"
|
|
676
|
-
"
|
|
787
|
+
"default": "'strong'",
|
|
788
|
+
"description": "Specify the emphasis of the Badge",
|
|
789
|
+
"fieldName": "emphasis"
|
|
677
790
|
},
|
|
678
791
|
{
|
|
679
|
-
"
|
|
680
|
-
"name": "pAfter",
|
|
792
|
+
"name": "hideIcon",
|
|
681
793
|
"type": {
|
|
682
|
-
"text": "
|
|
794
|
+
"text": "boolean | undefined"
|
|
683
795
|
},
|
|
684
|
-
"description": "
|
|
685
|
-
"
|
|
796
|
+
"description": "Hides Badge icon",
|
|
797
|
+
"fieldName": "hideIcon"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"superclass": {
|
|
801
|
+
"name": "LitElement",
|
|
802
|
+
"package": "lit"
|
|
803
|
+
},
|
|
804
|
+
"tagName": "bm-badge",
|
|
805
|
+
"customElement": true
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "BmBadge",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "BmBadge",
|
|
814
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"kind": "custom-element-definition",
|
|
819
|
+
"name": "bm-badge",
|
|
820
|
+
"declaration": {
|
|
821
|
+
"name": "BmBadge",
|
|
822
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
]
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"kind": "javascript-module",
|
|
829
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
830
|
+
"declarations": [],
|
|
831
|
+
"exports": [
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "*",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "*",
|
|
837
|
+
"package": "./Badge"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"kind": "javascript-module",
|
|
844
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
845
|
+
"declarations": [
|
|
846
|
+
{
|
|
847
|
+
"kind": "class",
|
|
848
|
+
"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",
|
|
849
|
+
"name": "BmAlert",
|
|
850
|
+
"slots": [
|
|
851
|
+
{
|
|
852
|
+
"description": "Specify a different icon for the Alert",
|
|
853
|
+
"name": "icon"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
857
|
+
"name": "heading"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
861
|
+
"name": "body"
|
|
686
862
|
},
|
|
863
|
+
{
|
|
864
|
+
"description": "Specify if actions display on the Alert",
|
|
865
|
+
"name": "actions"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"members": [
|
|
687
869
|
{
|
|
688
870
|
"kind": "field",
|
|
689
|
-
"name": "
|
|
871
|
+
"name": "heading",
|
|
690
872
|
"type": {
|
|
691
|
-
"text": "
|
|
873
|
+
"text": "string | undefined"
|
|
692
874
|
},
|
|
693
|
-
"description": "Specify
|
|
694
|
-
"attribute": "
|
|
875
|
+
"description": "Specify the heading text for Alert",
|
|
876
|
+
"attribute": "heading"
|
|
695
877
|
},
|
|
696
878
|
{
|
|
697
879
|
"kind": "field",
|
|
698
|
-
"name": "
|
|
880
|
+
"name": "body",
|
|
699
881
|
"type": {
|
|
700
|
-
"text": "
|
|
882
|
+
"text": "string | undefined"
|
|
701
883
|
},
|
|
702
|
-
"description": "Specify
|
|
703
|
-
"attribute": "
|
|
884
|
+
"description": "Specify the body text for Alert",
|
|
885
|
+
"attribute": "body"
|
|
704
886
|
},
|
|
705
887
|
{
|
|
706
888
|
"kind": "field",
|
|
707
|
-
"name": "
|
|
889
|
+
"name": "size",
|
|
708
890
|
"type": {
|
|
709
|
-
"text": "'
|
|
891
|
+
"text": "'sm' | 'md'"
|
|
710
892
|
},
|
|
711
|
-
"
|
|
712
|
-
"
|
|
893
|
+
"default": "'sm'",
|
|
894
|
+
"description": "Specify the size of the Alert",
|
|
895
|
+
"attribute": "size"
|
|
713
896
|
},
|
|
714
897
|
{
|
|
715
898
|
"kind": "field",
|
|
716
|
-
"name": "
|
|
899
|
+
"name": "fullWidth",
|
|
717
900
|
"type": {
|
|
718
|
-
"text": "
|
|
901
|
+
"text": "boolean"
|
|
719
902
|
},
|
|
720
|
-
"
|
|
721
|
-
"
|
|
903
|
+
"default": "false",
|
|
904
|
+
"description": "Specify if the Alert has no border radius",
|
|
905
|
+
"attribute": "fullWidth"
|
|
722
906
|
},
|
|
723
907
|
{
|
|
724
908
|
"kind": "field",
|
|
725
|
-
"name": "
|
|
909
|
+
"name": "theme",
|
|
726
910
|
"type": {
|
|
727
|
-
"text": "'
|
|
911
|
+
"text": "'light' | 'dark' | undefined"
|
|
728
912
|
},
|
|
729
|
-
"description": "Specify
|
|
730
|
-
"attribute": "
|
|
913
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
914
|
+
"attribute": "theme"
|
|
731
915
|
},
|
|
732
916
|
{
|
|
733
917
|
"kind": "field",
|
|
734
|
-
"name": "
|
|
918
|
+
"name": "appearance",
|
|
735
919
|
"type": {
|
|
736
|
-
"text": "'
|
|
920
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
737
921
|
},
|
|
738
|
-
"
|
|
739
|
-
"
|
|
922
|
+
"default": "'infoPrimary'",
|
|
923
|
+
"description": "Specify the appearance of the Alert",
|
|
924
|
+
"attribute": "appearance"
|
|
740
925
|
},
|
|
741
926
|
{
|
|
742
927
|
"kind": "field",
|
|
743
|
-
"name": "
|
|
928
|
+
"name": "hidden",
|
|
744
929
|
"type": {
|
|
745
|
-
"text": "
|
|
930
|
+
"text": "boolean"
|
|
746
931
|
},
|
|
747
|
-
"
|
|
748
|
-
"
|
|
932
|
+
"default": "false",
|
|
933
|
+
"description": "Specify if the Alert is hidden",
|
|
934
|
+
"attribute": "hidden"
|
|
749
935
|
},
|
|
750
936
|
{
|
|
751
937
|
"kind": "field",
|
|
752
|
-
"name": "
|
|
938
|
+
"name": "hideIcon",
|
|
753
939
|
"type": {
|
|
754
|
-
"text": "
|
|
940
|
+
"text": "boolean"
|
|
755
941
|
},
|
|
756
|
-
"
|
|
757
|
-
"
|
|
942
|
+
"default": "false",
|
|
943
|
+
"description": "Specify if the icon displays on the Alert",
|
|
944
|
+
"attribute": "hideIcon"
|
|
758
945
|
},
|
|
759
946
|
{
|
|
760
947
|
"kind": "field",
|
|
761
|
-
"name": "
|
|
948
|
+
"name": "dismissible",
|
|
762
949
|
"type": {
|
|
763
|
-
"text": "
|
|
950
|
+
"text": "boolean"
|
|
764
951
|
},
|
|
765
|
-
"
|
|
766
|
-
"
|
|
952
|
+
"default": "false",
|
|
953
|
+
"description": "Specify if the Alert can be dismissed",
|
|
954
|
+
"attribute": "dismissible"
|
|
767
955
|
},
|
|
768
956
|
{
|
|
769
957
|
"kind": "field",
|
|
770
|
-
"name": "
|
|
771
|
-
"type": {
|
|
772
|
-
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
773
|
-
},
|
|
774
|
-
"description": "Specify if a Box has a shadow",
|
|
775
|
-
"attribute": "shadow"
|
|
776
|
-
}
|
|
777
|
-
],
|
|
778
|
-
"attributes": [
|
|
779
|
-
{
|
|
780
|
-
"name": "backgroundColor",
|
|
781
|
-
"type": {
|
|
782
|
-
"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"
|
|
783
|
-
},
|
|
784
|
-
"description": "Specify the background color of a Box",
|
|
785
|
-
"fieldName": "backgroundColor"
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"name": "borderColor",
|
|
789
|
-
"type": {
|
|
790
|
-
"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"
|
|
791
|
-
},
|
|
792
|
-
"description": "Specify the border color of a Box",
|
|
793
|
-
"fieldName": "borderColor"
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
"name": "borderWidth",
|
|
797
|
-
"type": {
|
|
798
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
799
|
-
},
|
|
800
|
-
"description": "Specify the border width of a Box",
|
|
801
|
-
"fieldName": "borderWidth"
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"name": "borderRadius",
|
|
805
|
-
"type": {
|
|
806
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
807
|
-
},
|
|
808
|
-
"description": "Specify the border radius of a Box",
|
|
809
|
-
"fieldName": "borderRadius"
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "px",
|
|
813
|
-
"type": {
|
|
814
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
815
|
-
},
|
|
816
|
-
"description": "Specify before and after padding of a Box",
|
|
817
|
-
"fieldName": "px"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"name": "py",
|
|
821
|
-
"type": {
|
|
822
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
823
|
-
},
|
|
824
|
-
"description": "Specify top and bottom padding of a Box",
|
|
825
|
-
"fieldName": "py"
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"name": "pTop",
|
|
958
|
+
"name": "disableAutoFocus",
|
|
829
959
|
"type": {
|
|
830
|
-
"text": "
|
|
960
|
+
"text": "boolean"
|
|
831
961
|
},
|
|
832
|
-
"
|
|
833
|
-
"
|
|
962
|
+
"default": "false",
|
|
963
|
+
"description": "Prevent autofocus on show",
|
|
964
|
+
"attribute": "disableAutoFocus"
|
|
834
965
|
},
|
|
835
966
|
{
|
|
836
|
-
"
|
|
967
|
+
"kind": "field",
|
|
968
|
+
"name": "disableCloseOnEscape",
|
|
837
969
|
"type": {
|
|
838
|
-
"text": "
|
|
970
|
+
"text": "boolean"
|
|
839
971
|
},
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
|
|
972
|
+
"default": "false",
|
|
973
|
+
"description": "Prevent Escape from closing",
|
|
974
|
+
"attribute": "disableCloseOnEscape"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"events": [
|
|
843
978
|
{
|
|
844
|
-
"
|
|
845
|
-
"
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
"fieldName": "pBefore"
|
|
850
|
-
},
|
|
979
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
980
|
+
"name": "bm-dismiss"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"attributes": [
|
|
851
984
|
{
|
|
852
|
-
"name": "
|
|
985
|
+
"name": "heading",
|
|
853
986
|
"type": {
|
|
854
|
-
"text": "
|
|
987
|
+
"text": "string | undefined"
|
|
855
988
|
},
|
|
856
|
-
"description": "Specify
|
|
857
|
-
"fieldName": "
|
|
989
|
+
"description": "Specify the heading text for Alert",
|
|
990
|
+
"fieldName": "heading"
|
|
858
991
|
},
|
|
859
992
|
{
|
|
860
|
-
"name": "
|
|
993
|
+
"name": "body",
|
|
861
994
|
"type": {
|
|
862
|
-
"text": "
|
|
995
|
+
"text": "string | undefined"
|
|
863
996
|
},
|
|
864
|
-
"description": "Specify
|
|
865
|
-
"fieldName": "
|
|
997
|
+
"description": "Specify the body text for Alert",
|
|
998
|
+
"fieldName": "body"
|
|
866
999
|
},
|
|
867
1000
|
{
|
|
868
|
-
"name": "
|
|
1001
|
+
"name": "size",
|
|
869
1002
|
"type": {
|
|
870
|
-
"text": "'
|
|
1003
|
+
"text": "'sm' | 'md'"
|
|
871
1004
|
},
|
|
872
|
-
"
|
|
873
|
-
"
|
|
1005
|
+
"default": "'sm'",
|
|
1006
|
+
"description": "Specify the size of the Alert",
|
|
1007
|
+
"fieldName": "size"
|
|
874
1008
|
},
|
|
875
1009
|
{
|
|
876
|
-
"name": "
|
|
1010
|
+
"name": "fullWidth",
|
|
877
1011
|
"type": {
|
|
878
|
-
"text": "
|
|
1012
|
+
"text": "boolean"
|
|
879
1013
|
},
|
|
880
|
-
"
|
|
881
|
-
"
|
|
1014
|
+
"default": "false",
|
|
1015
|
+
"description": "Specify if the Alert has no border radius",
|
|
1016
|
+
"fieldName": "fullWidth"
|
|
882
1017
|
},
|
|
883
1018
|
{
|
|
884
|
-
"name": "
|
|
1019
|
+
"name": "theme",
|
|
885
1020
|
"type": {
|
|
886
|
-
"text": "'
|
|
1021
|
+
"text": "'light' | 'dark' | undefined"
|
|
887
1022
|
},
|
|
888
|
-
"description": "Specify
|
|
889
|
-
"fieldName": "
|
|
1023
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1024
|
+
"fieldName": "theme"
|
|
890
1025
|
},
|
|
891
1026
|
{
|
|
892
|
-
"name": "
|
|
1027
|
+
"name": "appearance",
|
|
893
1028
|
"type": {
|
|
894
|
-
"text": "'
|
|
1029
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
895
1030
|
},
|
|
896
|
-
"
|
|
897
|
-
"
|
|
1031
|
+
"default": "'infoPrimary'",
|
|
1032
|
+
"description": "Specify the appearance of the Alert",
|
|
1033
|
+
"fieldName": "appearance"
|
|
898
1034
|
},
|
|
899
1035
|
{
|
|
900
|
-
"name": "
|
|
1036
|
+
"name": "hidden",
|
|
901
1037
|
"type": {
|
|
902
|
-
"text": "
|
|
1038
|
+
"text": "boolean"
|
|
903
1039
|
},
|
|
904
|
-
"
|
|
905
|
-
"
|
|
1040
|
+
"default": "false",
|
|
1041
|
+
"description": "Specify if the Alert is hidden",
|
|
1042
|
+
"fieldName": "hidden"
|
|
906
1043
|
},
|
|
907
1044
|
{
|
|
908
|
-
"name": "
|
|
1045
|
+
"name": "hideIcon",
|
|
909
1046
|
"type": {
|
|
910
|
-
"text": "
|
|
1047
|
+
"text": "boolean"
|
|
911
1048
|
},
|
|
912
|
-
"
|
|
913
|
-
"
|
|
1049
|
+
"default": "false",
|
|
1050
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1051
|
+
"fieldName": "hideIcon"
|
|
914
1052
|
},
|
|
915
1053
|
{
|
|
916
|
-
"name": "
|
|
1054
|
+
"name": "dismissible",
|
|
917
1055
|
"type": {
|
|
918
|
-
"text": "
|
|
1056
|
+
"text": "boolean"
|
|
919
1057
|
},
|
|
920
|
-
"
|
|
921
|
-
"
|
|
1058
|
+
"default": "false",
|
|
1059
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1060
|
+
"fieldName": "dismissible"
|
|
922
1061
|
},
|
|
923
1062
|
{
|
|
924
|
-
"name": "
|
|
1063
|
+
"name": "disableAutoFocus",
|
|
925
1064
|
"type": {
|
|
926
|
-
"text": "
|
|
1065
|
+
"text": "boolean"
|
|
927
1066
|
},
|
|
928
|
-
"
|
|
929
|
-
"
|
|
1067
|
+
"default": "false",
|
|
1068
|
+
"description": "Prevent autofocus on show",
|
|
1069
|
+
"fieldName": "disableAutoFocus"
|
|
930
1070
|
},
|
|
931
1071
|
{
|
|
932
|
-
"name": "
|
|
1072
|
+
"name": "disableCloseOnEscape",
|
|
933
1073
|
"type": {
|
|
934
|
-
"text": "
|
|
1074
|
+
"text": "boolean"
|
|
935
1075
|
},
|
|
936
|
-
"
|
|
937
|
-
"
|
|
1076
|
+
"default": "false",
|
|
1077
|
+
"description": "Prevent Escape from closing",
|
|
1078
|
+
"fieldName": "disableCloseOnEscape"
|
|
938
1079
|
}
|
|
939
1080
|
],
|
|
940
1081
|
"superclass": {
|
|
941
1082
|
"name": "LitElement",
|
|
942
1083
|
"package": "lit"
|
|
943
1084
|
},
|
|
944
|
-
"tagName": "bm-
|
|
1085
|
+
"tagName": "bm-alert",
|
|
945
1086
|
"customElement": true
|
|
946
1087
|
}
|
|
947
1088
|
],
|
|
948
1089
|
"exports": [
|
|
949
1090
|
{
|
|
950
1091
|
"kind": "js",
|
|
951
|
-
"name": "
|
|
1092
|
+
"name": "BmAlert",
|
|
952
1093
|
"declaration": {
|
|
953
|
-
"name": "
|
|
954
|
-
"module": "libs/web-components/src/lib/
|
|
1094
|
+
"name": "BmAlert",
|
|
1095
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
955
1096
|
}
|
|
956
1097
|
},
|
|
957
1098
|
{
|
|
958
1099
|
"kind": "custom-element-definition",
|
|
959
|
-
"name": "bm-
|
|
1100
|
+
"name": "bm-alert",
|
|
960
1101
|
"declaration": {
|
|
961
|
-
"name": "
|
|
962
|
-
"module": "libs/web-components/src/lib/
|
|
1102
|
+
"name": "BmAlert",
|
|
1103
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
963
1104
|
}
|
|
964
1105
|
}
|
|
965
1106
|
]
|
|
966
1107
|
},
|
|
967
1108
|
{
|
|
968
1109
|
"kind": "javascript-module",
|
|
969
|
-
"path": "libs/web-components/src/lib/
|
|
1110
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
970
1111
|
"declarations": [],
|
|
971
1112
|
"exports": [
|
|
972
1113
|
{
|
|
@@ -974,565 +1115,399 @@
|
|
|
974
1115
|
"name": "*",
|
|
975
1116
|
"declaration": {
|
|
976
1117
|
"name": "*",
|
|
977
|
-
"package": "./
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
]
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"kind": "javascript-module",
|
|
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"
|
|
1118
|
+
"package": "./Alert"
|
|
998
1119
|
}
|
|
999
1120
|
}
|
|
1000
1121
|
]
|
|
1001
1122
|
},
|
|
1002
1123
|
{
|
|
1003
1124
|
"kind": "javascript-module",
|
|
1004
|
-
"path": "libs/web-components/src/lib/
|
|
1125
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1005
1126
|
"declarations": [
|
|
1006
1127
|
{
|
|
1007
1128
|
"kind": "class",
|
|
1008
|
-
"description": "`bm-
|
|
1009
|
-
"name": "
|
|
1129
|
+
"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",
|
|
1130
|
+
"name": "BmBox",
|
|
1010
1131
|
"slots": [
|
|
1011
1132
|
{
|
|
1012
|
-
"description": "
|
|
1133
|
+
"description": "Provide content for the Box",
|
|
1013
1134
|
"name": "default"
|
|
1014
1135
|
}
|
|
1015
1136
|
],
|
|
1016
1137
|
"members": [
|
|
1017
1138
|
{
|
|
1018
1139
|
"kind": "field",
|
|
1019
|
-
"name": "
|
|
1140
|
+
"name": "backgroundColor",
|
|
1020
1141
|
"type": {
|
|
1021
|
-
"text": "
|
|
1142
|
+
"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"
|
|
1022
1143
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1025
|
-
"attribute": "wrap"
|
|
1144
|
+
"description": "Specify the background color of a Box",
|
|
1145
|
+
"attribute": "backgroundColor"
|
|
1026
1146
|
},
|
|
1027
1147
|
{
|
|
1028
1148
|
"kind": "field",
|
|
1029
|
-
"name": "
|
|
1149
|
+
"name": "borderColor",
|
|
1030
1150
|
"type": {
|
|
1031
|
-
"text": "
|
|
1151
|
+
"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"
|
|
1032
1152
|
},
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1035
|
-
"attribute": "itemsBeforeCollapse"
|
|
1153
|
+
"description": "Specify the border color of a Box",
|
|
1154
|
+
"attribute": "borderColor"
|
|
1036
1155
|
},
|
|
1037
1156
|
{
|
|
1038
1157
|
"kind": "field",
|
|
1039
|
-
"name": "
|
|
1158
|
+
"name": "borderWidth",
|
|
1040
1159
|
"type": {
|
|
1041
|
-
"text": "
|
|
1160
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1042
1161
|
},
|
|
1043
|
-
"
|
|
1044
|
-
"
|
|
1045
|
-
"attribute": "itemsAfterCollapse"
|
|
1162
|
+
"description": "Specify the border width of a Box",
|
|
1163
|
+
"attribute": "borderWidth"
|
|
1046
1164
|
},
|
|
1047
1165
|
{
|
|
1048
1166
|
"kind": "field",
|
|
1049
|
-
"name": "
|
|
1167
|
+
"name": "borderRadius",
|
|
1050
1168
|
"type": {
|
|
1051
|
-
"text": "'
|
|
1169
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1052
1170
|
},
|
|
1053
|
-
"description": "Specify the
|
|
1054
|
-
"attribute": "
|
|
1055
|
-
}
|
|
1056
|
-
],
|
|
1057
|
-
"attributes": [
|
|
1171
|
+
"description": "Specify the border radius of a Box",
|
|
1172
|
+
"attribute": "borderRadius"
|
|
1173
|
+
},
|
|
1058
1174
|
{
|
|
1059
|
-
"
|
|
1175
|
+
"kind": "field",
|
|
1176
|
+
"name": "px",
|
|
1060
1177
|
"type": {
|
|
1061
|
-
"text": "
|
|
1178
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1062
1179
|
},
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1065
|
-
"fieldName": "wrap"
|
|
1180
|
+
"description": "Specify before and after padding of a Box",
|
|
1181
|
+
"attribute": "px"
|
|
1066
1182
|
},
|
|
1067
1183
|
{
|
|
1068
|
-
"
|
|
1184
|
+
"kind": "field",
|
|
1185
|
+
"name": "py",
|
|
1069
1186
|
"type": {
|
|
1070
|
-
"text": "
|
|
1187
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1071
1188
|
},
|
|
1072
|
-
"
|
|
1073
|
-
"
|
|
1074
|
-
"fieldName": "itemsBeforeCollapse"
|
|
1189
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1190
|
+
"attribute": "py"
|
|
1075
1191
|
},
|
|
1076
1192
|
{
|
|
1077
|
-
"
|
|
1193
|
+
"kind": "field",
|
|
1194
|
+
"name": "pTop",
|
|
1078
1195
|
"type": {
|
|
1079
|
-
"text": "
|
|
1196
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1080
1197
|
},
|
|
1081
|
-
"
|
|
1082
|
-
"
|
|
1083
|
-
"fieldName": "itemsAfterCollapse"
|
|
1198
|
+
"description": "Specify top padding of a Box",
|
|
1199
|
+
"attribute": "pTop"
|
|
1084
1200
|
},
|
|
1085
1201
|
{
|
|
1086
|
-
"
|
|
1202
|
+
"kind": "field",
|
|
1203
|
+
"name": "pBottom",
|
|
1087
1204
|
"type": {
|
|
1088
|
-
"text": "'
|
|
1205
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1089
1206
|
},
|
|
1090
|
-
"description": "Specify
|
|
1091
|
-
"
|
|
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"
|
|
1207
|
+
"description": "Specify bottom padding of a Box",
|
|
1208
|
+
"attribute": "pBottom"
|
|
1133
1209
|
},
|
|
1134
|
-
{
|
|
1135
|
-
"description": "Pass icon to an item",
|
|
1136
|
-
"name": "icon"
|
|
1137
|
-
}
|
|
1138
|
-
],
|
|
1139
|
-
"members": [
|
|
1140
1210
|
{
|
|
1141
1211
|
"kind": "field",
|
|
1142
|
-
"name": "
|
|
1212
|
+
"name": "pBefore",
|
|
1143
1213
|
"type": {
|
|
1144
|
-
"text": "
|
|
1214
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1145
1215
|
},
|
|
1146
|
-
"description": "
|
|
1147
|
-
"attribute": "
|
|
1216
|
+
"description": "Specify before padding of a Box",
|
|
1217
|
+
"attribute": "pBefore"
|
|
1148
1218
|
},
|
|
1149
1219
|
{
|
|
1150
1220
|
"kind": "field",
|
|
1151
|
-
"name": "
|
|
1221
|
+
"name": "pAfter",
|
|
1152
1222
|
"type": {
|
|
1153
|
-
"text": "
|
|
1223
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1154
1224
|
},
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1157
|
-
"attribute": "clickable"
|
|
1225
|
+
"description": "Specify after padding of a Box",
|
|
1226
|
+
"attribute": "pAfter"
|
|
1158
1227
|
},
|
|
1159
1228
|
{
|
|
1160
1229
|
"kind": "field",
|
|
1161
|
-
"name": "
|
|
1230
|
+
"name": "mx",
|
|
1162
1231
|
"type": {
|
|
1163
|
-
"text": "
|
|
1232
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1164
1233
|
},
|
|
1165
|
-
"description": "Specify
|
|
1166
|
-
"attribute": "
|
|
1234
|
+
"description": "Specify before and after margin of a Box",
|
|
1235
|
+
"attribute": "mx"
|
|
1167
1236
|
},
|
|
1168
1237
|
{
|
|
1169
1238
|
"kind": "field",
|
|
1170
|
-
"name": "
|
|
1239
|
+
"name": "my",
|
|
1171
1240
|
"type": {
|
|
1172
|
-
"text": "
|
|
1241
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1173
1242
|
},
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
1176
|
-
"attribute": "isCurrent",
|
|
1177
|
-
"reflects": true
|
|
1243
|
+
"description": "Specify top and bottom margin of a Box",
|
|
1244
|
+
"attribute": "my"
|
|
1178
1245
|
},
|
|
1179
1246
|
{
|
|
1180
1247
|
"kind": "field",
|
|
1181
|
-
"name": "
|
|
1248
|
+
"name": "mTop",
|
|
1182
1249
|
"type": {
|
|
1183
|
-
"text": "
|
|
1250
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1184
1251
|
},
|
|
1185
|
-
"
|
|
1186
|
-
"attribute": "
|
|
1187
|
-
|
|
1188
|
-
}
|
|
1189
|
-
],
|
|
1190
|
-
"attributes": [
|
|
1252
|
+
"description": "Specify top margin of a Box",
|
|
1253
|
+
"attribute": "mTop"
|
|
1254
|
+
},
|
|
1191
1255
|
{
|
|
1192
|
-
"
|
|
1256
|
+
"kind": "field",
|
|
1257
|
+
"name": "mBottom",
|
|
1193
1258
|
"type": {
|
|
1194
|
-
"text": "
|
|
1259
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1195
1260
|
},
|
|
1196
|
-
"description": "
|
|
1197
|
-
"
|
|
1261
|
+
"description": "Specify bottom margin of a Box",
|
|
1262
|
+
"attribute": "mBottom"
|
|
1198
1263
|
},
|
|
1199
1264
|
{
|
|
1200
|
-
"
|
|
1265
|
+
"kind": "field",
|
|
1266
|
+
"name": "mBefore",
|
|
1201
1267
|
"type": {
|
|
1202
|
-
"text": "
|
|
1268
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1203
1269
|
},
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
"fieldName": "clickable"
|
|
1270
|
+
"description": "Specify before margin of a Box",
|
|
1271
|
+
"attribute": "mBefore"
|
|
1207
1272
|
},
|
|
1208
1273
|
{
|
|
1209
|
-
"
|
|
1274
|
+
"kind": "field",
|
|
1275
|
+
"name": "mAfter",
|
|
1210
1276
|
"type": {
|
|
1211
|
-
"text": "
|
|
1277
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1212
1278
|
},
|
|
1213
|
-
"description": "Specify
|
|
1214
|
-
"
|
|
1279
|
+
"description": "Specify after margin of a Box",
|
|
1280
|
+
"attribute": "mAfter"
|
|
1215
1281
|
},
|
|
1216
1282
|
{
|
|
1217
|
-
"
|
|
1283
|
+
"kind": "field",
|
|
1284
|
+
"name": "m",
|
|
1218
1285
|
"type": {
|
|
1219
|
-
"text": "
|
|
1286
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1220
1287
|
},
|
|
1221
|
-
"
|
|
1222
|
-
"
|
|
1223
|
-
"fieldName": "isCurrent"
|
|
1288
|
+
"description": "Specify all margin",
|
|
1289
|
+
"attribute": "m"
|
|
1224
1290
|
},
|
|
1225
1291
|
{
|
|
1226
|
-
"
|
|
1292
|
+
"kind": "field",
|
|
1293
|
+
"name": "p",
|
|
1227
1294
|
"type": {
|
|
1228
|
-
"text": "
|
|
1295
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1229
1296
|
},
|
|
1230
|
-
"
|
|
1231
|
-
"
|
|
1232
|
-
}
|
|
1233
|
-
],
|
|
1234
|
-
"superclass": {
|
|
1235
|
-
"name": "LitElement",
|
|
1236
|
-
"package": "lit"
|
|
1237
|
-
},
|
|
1238
|
-
"tagName": "bm-breadcrumb-item",
|
|
1239
|
-
"customElement": true
|
|
1240
|
-
}
|
|
1241
|
-
],
|
|
1242
|
-
"exports": [
|
|
1243
|
-
{
|
|
1244
|
-
"kind": "js",
|
|
1245
|
-
"name": "BmBreadcrumbsItem",
|
|
1246
|
-
"declaration": {
|
|
1247
|
-
"name": "BmBreadcrumbsItem",
|
|
1248
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"kind": "custom-element-definition",
|
|
1253
|
-
"name": "bm-breadcrumb-item",
|
|
1254
|
-
"declaration": {
|
|
1255
|
-
"name": "BmBreadcrumbsItem",
|
|
1256
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
]
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
"kind": "javascript-module",
|
|
1263
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1264
|
-
"declarations": [],
|
|
1265
|
-
"exports": [
|
|
1266
|
-
{
|
|
1267
|
-
"kind": "js",
|
|
1268
|
-
"name": "*",
|
|
1269
|
-
"declaration": {
|
|
1270
|
-
"name": "*",
|
|
1271
|
-
"package": "./Breadcrumbs"
|
|
1272
|
-
}
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "js",
|
|
1276
|
-
"name": "*",
|
|
1277
|
-
"declaration": {
|
|
1278
|
-
"name": "*",
|
|
1279
|
-
"package": "./BreadcrumbsItem"
|
|
1280
|
-
}
|
|
1281
|
-
}
|
|
1282
|
-
]
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"kind": "javascript-module",
|
|
1286
|
-
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
1287
|
-
"declarations": [
|
|
1288
|
-
{
|
|
1289
|
-
"kind": "class",
|
|
1290
|
-
"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** ",
|
|
1291
|
-
"name": "BmButton",
|
|
1292
|
-
"slots": [
|
|
1293
|
-
{
|
|
1294
|
-
"description": "Provide content for the Button",
|
|
1295
|
-
"name": "default"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"description": "Specify if the Button displays icon before the text",
|
|
1299
|
-
"name": "iconBefore"
|
|
1297
|
+
"description": "Specify all padding",
|
|
1298
|
+
"attribute": "p"
|
|
1300
1299
|
},
|
|
1301
|
-
{
|
|
1302
|
-
"description": "Specify if the Button displays icon after the text",
|
|
1303
|
-
"name": "iconAfter"
|
|
1304
|
-
}
|
|
1305
|
-
],
|
|
1306
|
-
"members": [
|
|
1307
1300
|
{
|
|
1308
1301
|
"kind": "field",
|
|
1309
|
-
"name": "
|
|
1302
|
+
"name": "gap",
|
|
1310
1303
|
"type": {
|
|
1311
|
-
"text": "
|
|
1304
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1312
1305
|
},
|
|
1313
|
-
"
|
|
1314
|
-
"
|
|
1306
|
+
"description": "Specify gap between child elements",
|
|
1307
|
+
"attribute": "gap"
|
|
1315
1308
|
},
|
|
1316
1309
|
{
|
|
1317
1310
|
"kind": "field",
|
|
1318
|
-
"name": "
|
|
1311
|
+
"name": "shadow",
|
|
1319
1312
|
"type": {
|
|
1320
|
-
"text": "'
|
|
1313
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1321
1314
|
},
|
|
1322
|
-
"
|
|
1323
|
-
"
|
|
1324
|
-
|
|
1325
|
-
|
|
1315
|
+
"description": "Specify if a Box has a shadow",
|
|
1316
|
+
"attribute": "shadow"
|
|
1317
|
+
}
|
|
1318
|
+
],
|
|
1319
|
+
"attributes": [
|
|
1326
1320
|
{
|
|
1327
|
-
"
|
|
1328
|
-
"name": "kind",
|
|
1321
|
+
"name": "backgroundColor",
|
|
1329
1322
|
"type": {
|
|
1330
|
-
"text": "'
|
|
1323
|
+
"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"
|
|
1331
1324
|
},
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
"attribute": "kind"
|
|
1325
|
+
"description": "Specify the background color of a Box",
|
|
1326
|
+
"fieldName": "backgroundColor"
|
|
1335
1327
|
},
|
|
1336
1328
|
{
|
|
1337
|
-
"
|
|
1338
|
-
"name": "size",
|
|
1329
|
+
"name": "borderColor",
|
|
1339
1330
|
"type": {
|
|
1340
|
-
"text": "'
|
|
1331
|
+
"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"
|
|
1341
1332
|
},
|
|
1342
|
-
"
|
|
1343
|
-
"
|
|
1344
|
-
"attribute": "size"
|
|
1333
|
+
"description": "Specify the border color of a Box",
|
|
1334
|
+
"fieldName": "borderColor"
|
|
1345
1335
|
},
|
|
1346
1336
|
{
|
|
1347
|
-
"
|
|
1348
|
-
"name": "disabled",
|
|
1337
|
+
"name": "borderWidth",
|
|
1349
1338
|
"type": {
|
|
1350
|
-
"text": "
|
|
1339
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1351
1340
|
},
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
"attribute": "disabled"
|
|
1341
|
+
"description": "Specify the border width of a Box",
|
|
1342
|
+
"fieldName": "borderWidth"
|
|
1355
1343
|
},
|
|
1356
1344
|
{
|
|
1357
|
-
"
|
|
1358
|
-
"name": "fluid",
|
|
1345
|
+
"name": "borderRadius",
|
|
1359
1346
|
"type": {
|
|
1360
|
-
"text": "
|
|
1347
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1361
1348
|
},
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1364
|
-
"attribute": "fluid"
|
|
1349
|
+
"description": "Specify the border radius of a Box",
|
|
1350
|
+
"fieldName": "borderRadius"
|
|
1365
1351
|
},
|
|
1366
1352
|
{
|
|
1367
|
-
"
|
|
1368
|
-
"name": "width",
|
|
1353
|
+
"name": "px",
|
|
1369
1354
|
"type": {
|
|
1370
|
-
"text": "
|
|
1355
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1371
1356
|
},
|
|
1372
|
-
"description": "Specify
|
|
1373
|
-
"
|
|
1357
|
+
"description": "Specify before and after padding of a Box",
|
|
1358
|
+
"fieldName": "px"
|
|
1374
1359
|
},
|
|
1375
1360
|
{
|
|
1376
|
-
"
|
|
1377
|
-
"name": "height",
|
|
1361
|
+
"name": "py",
|
|
1378
1362
|
"type": {
|
|
1379
|
-
"text": "
|
|
1363
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1380
1364
|
},
|
|
1381
|
-
"description": "Specify
|
|
1382
|
-
"
|
|
1365
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1366
|
+
"fieldName": "py"
|
|
1383
1367
|
},
|
|
1384
1368
|
{
|
|
1385
|
-
"
|
|
1386
|
-
"name": "theme",
|
|
1369
|
+
"name": "pTop",
|
|
1387
1370
|
"type": {
|
|
1388
|
-
"text": "'
|
|
1371
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1389
1372
|
},
|
|
1390
|
-
"description": "Specify
|
|
1391
|
-
"
|
|
1373
|
+
"description": "Specify top padding of a Box",
|
|
1374
|
+
"fieldName": "pTop"
|
|
1392
1375
|
},
|
|
1393
1376
|
{
|
|
1394
|
-
"
|
|
1395
|
-
"name": "iconOnly",
|
|
1377
|
+
"name": "pBottom",
|
|
1396
1378
|
"type": {
|
|
1397
|
-
"text": "
|
|
1379
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1398
1380
|
},
|
|
1399
|
-
"description": "Specify
|
|
1400
|
-
"
|
|
1381
|
+
"description": "Specify bottom padding of a Box",
|
|
1382
|
+
"fieldName": "pBottom"
|
|
1401
1383
|
},
|
|
1402
1384
|
{
|
|
1403
|
-
"
|
|
1404
|
-
"name": "type",
|
|
1385
|
+
"name": "pBefore",
|
|
1405
1386
|
"type": {
|
|
1406
|
-
"text": "
|
|
1387
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1407
1388
|
},
|
|
1408
|
-
"
|
|
1409
|
-
"
|
|
1389
|
+
"description": "Specify before padding of a Box",
|
|
1390
|
+
"fieldName": "pBefore"
|
|
1410
1391
|
},
|
|
1411
1392
|
{
|
|
1412
|
-
"
|
|
1413
|
-
"name": "formContext",
|
|
1393
|
+
"name": "pAfter",
|
|
1414
1394
|
"type": {
|
|
1415
|
-
"text": "
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1395
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1396
|
+
},
|
|
1397
|
+
"description": "Specify after padding of a Box",
|
|
1398
|
+
"fieldName": "pAfter"
|
|
1399
|
+
},
|
|
1420
1400
|
{
|
|
1421
|
-
"name": "
|
|
1401
|
+
"name": "mx",
|
|
1422
1402
|
"type": {
|
|
1423
|
-
"text": "'
|
|
1403
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1424
1404
|
},
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
"fieldName": "appearance"
|
|
1405
|
+
"description": "Specify before and after margin of a Box",
|
|
1406
|
+
"fieldName": "mx"
|
|
1428
1407
|
},
|
|
1429
1408
|
{
|
|
1430
|
-
"name": "
|
|
1409
|
+
"name": "my",
|
|
1431
1410
|
"type": {
|
|
1432
|
-
"text": "'
|
|
1411
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1433
1412
|
},
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"fieldName": "kind"
|
|
1413
|
+
"description": "Specify top and bottom margin of a Box",
|
|
1414
|
+
"fieldName": "my"
|
|
1437
1415
|
},
|
|
1438
1416
|
{
|
|
1439
|
-
"name": "
|
|
1417
|
+
"name": "mTop",
|
|
1440
1418
|
"type": {
|
|
1441
|
-
"text": "'
|
|
1419
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1442
1420
|
},
|
|
1443
|
-
"
|
|
1444
|
-
"
|
|
1445
|
-
"fieldName": "size"
|
|
1421
|
+
"description": "Specify top margin of a Box",
|
|
1422
|
+
"fieldName": "mTop"
|
|
1446
1423
|
},
|
|
1447
1424
|
{
|
|
1448
|
-
"name": "
|
|
1425
|
+
"name": "mBottom",
|
|
1449
1426
|
"type": {
|
|
1450
|
-
"text": "
|
|
1427
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1451
1428
|
},
|
|
1452
|
-
"
|
|
1453
|
-
"
|
|
1454
|
-
"fieldName": "disabled"
|
|
1429
|
+
"description": "Specify bottom margin of a Box",
|
|
1430
|
+
"fieldName": "mBottom"
|
|
1455
1431
|
},
|
|
1456
1432
|
{
|
|
1457
|
-
"name": "
|
|
1433
|
+
"name": "mBefore",
|
|
1458
1434
|
"type": {
|
|
1459
|
-
"text": "
|
|
1435
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1460
1436
|
},
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1463
|
-
"fieldName": "fluid"
|
|
1437
|
+
"description": "Specify before margin of a Box",
|
|
1438
|
+
"fieldName": "mBefore"
|
|
1464
1439
|
},
|
|
1465
1440
|
{
|
|
1466
|
-
"name": "
|
|
1441
|
+
"name": "mAfter",
|
|
1467
1442
|
"type": {
|
|
1468
|
-
"text": "
|
|
1443
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1469
1444
|
},
|
|
1470
|
-
"description": "Specify
|
|
1471
|
-
"fieldName": "
|
|
1445
|
+
"description": "Specify after margin of a Box",
|
|
1446
|
+
"fieldName": "mAfter"
|
|
1472
1447
|
},
|
|
1473
1448
|
{
|
|
1474
|
-
"name": "
|
|
1449
|
+
"name": "m",
|
|
1475
1450
|
"type": {
|
|
1476
|
-
"text": "
|
|
1451
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1477
1452
|
},
|
|
1478
|
-
"description": "Specify
|
|
1479
|
-
"fieldName": "
|
|
1453
|
+
"description": "Specify all margin",
|
|
1454
|
+
"fieldName": "m"
|
|
1480
1455
|
},
|
|
1481
1456
|
{
|
|
1482
|
-
"name": "
|
|
1457
|
+
"name": "p",
|
|
1483
1458
|
"type": {
|
|
1484
|
-
"text": "'
|
|
1459
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1485
1460
|
},
|
|
1486
|
-
"description": "Specify
|
|
1487
|
-
"fieldName": "
|
|
1461
|
+
"description": "Specify all padding",
|
|
1462
|
+
"fieldName": "p"
|
|
1488
1463
|
},
|
|
1489
1464
|
{
|
|
1490
|
-
"name": "
|
|
1465
|
+
"name": "gap",
|
|
1491
1466
|
"type": {
|
|
1492
|
-
"text": "
|
|
1467
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1493
1468
|
},
|
|
1494
|
-
"description": "Specify
|
|
1495
|
-
"fieldName": "
|
|
1469
|
+
"description": "Specify gap between child elements",
|
|
1470
|
+
"fieldName": "gap"
|
|
1496
1471
|
},
|
|
1497
1472
|
{
|
|
1498
|
-
"name": "
|
|
1473
|
+
"name": "shadow",
|
|
1499
1474
|
"type": {
|
|
1500
|
-
"text": "
|
|
1475
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1501
1476
|
},
|
|
1502
|
-
"
|
|
1503
|
-
"fieldName": "
|
|
1477
|
+
"description": "Specify if a Box has a shadow",
|
|
1478
|
+
"fieldName": "shadow"
|
|
1504
1479
|
}
|
|
1505
1480
|
],
|
|
1506
1481
|
"superclass": {
|
|
1507
1482
|
"name": "LitElement",
|
|
1508
1483
|
"package": "lit"
|
|
1509
1484
|
},
|
|
1510
|
-
"tagName": "bm-
|
|
1485
|
+
"tagName": "bm-box",
|
|
1511
1486
|
"customElement": true
|
|
1512
1487
|
}
|
|
1513
1488
|
],
|
|
1514
1489
|
"exports": [
|
|
1515
1490
|
{
|
|
1516
1491
|
"kind": "js",
|
|
1517
|
-
"name": "
|
|
1492
|
+
"name": "BmBox",
|
|
1518
1493
|
"declaration": {
|
|
1519
|
-
"name": "
|
|
1520
|
-
"module": "libs/web-components/src/lib/
|
|
1494
|
+
"name": "BmBox",
|
|
1495
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1521
1496
|
}
|
|
1522
1497
|
},
|
|
1523
1498
|
{
|
|
1524
1499
|
"kind": "custom-element-definition",
|
|
1525
|
-
"name": "bm-
|
|
1500
|
+
"name": "bm-box",
|
|
1526
1501
|
"declaration": {
|
|
1527
|
-
"name": "
|
|
1528
|
-
"module": "libs/web-components/src/lib/
|
|
1502
|
+
"name": "BmBox",
|
|
1503
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1529
1504
|
}
|
|
1530
1505
|
}
|
|
1531
1506
|
]
|
|
1532
1507
|
},
|
|
1533
1508
|
{
|
|
1534
1509
|
"kind": "javascript-module",
|
|
1535
|
-
"path": "libs/web-components/src/lib/
|
|
1510
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1536
1511
|
"declarations": [],
|
|
1537
1512
|
"exports": [
|
|
1538
1513
|
{
|
|
@@ -1540,83 +1515,33 @@
|
|
|
1540
1515
|
"name": "*",
|
|
1541
1516
|
"declaration": {
|
|
1542
1517
|
"name": "*",
|
|
1543
|
-
"package": "./
|
|
1518
|
+
"package": "./Box"
|
|
1544
1519
|
}
|
|
1545
1520
|
}
|
|
1546
1521
|
]
|
|
1547
1522
|
},
|
|
1548
1523
|
{
|
|
1549
1524
|
"kind": "javascript-module",
|
|
1550
|
-
"path": "libs/web-components/src/lib/
|
|
1525
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1551
1526
|
"declarations": [
|
|
1552
1527
|
{
|
|
1553
1528
|
"kind": "class",
|
|
1554
|
-
"description": "`bm-
|
|
1555
|
-
"name": "
|
|
1529
|
+
"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",
|
|
1530
|
+
"name": "BmBadgeDot",
|
|
1556
1531
|
"slots": [
|
|
1557
1532
|
{
|
|
1558
|
-
"description": "
|
|
1559
|
-
"name": "
|
|
1560
|
-
},
|
|
1561
|
-
{
|
|
1562
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1563
|
-
"name": "heading"
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1567
|
-
"name": "body"
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"description": "Specify if actions display on the Alert",
|
|
1571
|
-
"name": "actions"
|
|
1533
|
+
"description": "Provide text for the BadgeDot",
|
|
1534
|
+
"name": "default"
|
|
1572
1535
|
}
|
|
1573
1536
|
],
|
|
1574
1537
|
"members": [
|
|
1575
|
-
{
|
|
1576
|
-
"kind": "field",
|
|
1577
|
-
"name": "heading",
|
|
1578
|
-
"type": {
|
|
1579
|
-
"text": "string | undefined"
|
|
1580
|
-
},
|
|
1581
|
-
"description": "Specify the heading text for Alert",
|
|
1582
|
-
"attribute": "heading"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"kind": "field",
|
|
1586
|
-
"name": "body",
|
|
1587
|
-
"type": {
|
|
1588
|
-
"text": "string | undefined"
|
|
1589
|
-
},
|
|
1590
|
-
"description": "Specify the body text for Alert",
|
|
1591
|
-
"attribute": "body"
|
|
1592
|
-
},
|
|
1593
|
-
{
|
|
1594
|
-
"kind": "field",
|
|
1595
|
-
"name": "size",
|
|
1596
|
-
"type": {
|
|
1597
|
-
"text": "'sm' | 'md'"
|
|
1598
|
-
},
|
|
1599
|
-
"default": "'sm'",
|
|
1600
|
-
"description": "Specify the size of the Alert",
|
|
1601
|
-
"attribute": "size"
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"kind": "field",
|
|
1605
|
-
"name": "fullWidth",
|
|
1606
|
-
"type": {
|
|
1607
|
-
"text": "boolean"
|
|
1608
|
-
},
|
|
1609
|
-
"default": "false",
|
|
1610
|
-
"description": "Specify if the Alert has no border radius",
|
|
1611
|
-
"attribute": "fullWidth"
|
|
1612
|
-
},
|
|
1613
1538
|
{
|
|
1614
1539
|
"kind": "field",
|
|
1615
1540
|
"name": "theme",
|
|
1616
1541
|
"type": {
|
|
1617
1542
|
"text": "'light' | 'dark' | undefined"
|
|
1618
1543
|
},
|
|
1619
|
-
"description": "Specify the theme of the
|
|
1544
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1620
1545
|
"attribute": "theme"
|
|
1621
1546
|
},
|
|
1622
1547
|
{
|
|
@@ -1626,194 +1551,95 @@
|
|
|
1626
1551
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1627
1552
|
},
|
|
1628
1553
|
"default": "'infoPrimary'",
|
|
1629
|
-
"description": "Specify the appearance of the
|
|
1554
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1630
1555
|
"attribute": "appearance"
|
|
1631
1556
|
},
|
|
1632
1557
|
{
|
|
1633
1558
|
"kind": "field",
|
|
1634
|
-
"name": "
|
|
1635
|
-
"type": {
|
|
1636
|
-
"text": "boolean"
|
|
1637
|
-
},
|
|
1638
|
-
"default": "false",
|
|
1639
|
-
"description": "Specify if the Alert is hidden",
|
|
1640
|
-
"attribute": "hidden"
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"kind": "field",
|
|
1644
|
-
"name": "hideIcon",
|
|
1645
|
-
"type": {
|
|
1646
|
-
"text": "boolean"
|
|
1647
|
-
},
|
|
1648
|
-
"default": "false",
|
|
1649
|
-
"description": "Specify if the icon displays on the Alert",
|
|
1650
|
-
"attribute": "hideIcon"
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"kind": "field",
|
|
1654
|
-
"name": "dismissible",
|
|
1655
|
-
"type": {
|
|
1656
|
-
"text": "boolean"
|
|
1657
|
-
},
|
|
1658
|
-
"default": "false",
|
|
1659
|
-
"description": "Specify if the Alert can be dismissed",
|
|
1660
|
-
"attribute": "dismissible"
|
|
1661
|
-
},
|
|
1662
|
-
{
|
|
1663
|
-
"kind": "field",
|
|
1664
|
-
"name": "disableAutoFocus",
|
|
1559
|
+
"name": "emphasis",
|
|
1665
1560
|
"type": {
|
|
1666
|
-
"text": "
|
|
1561
|
+
"text": "'strong' | 'subtle'"
|
|
1667
1562
|
},
|
|
1668
|
-
"default": "
|
|
1669
|
-
"description": "
|
|
1670
|
-
"attribute": "
|
|
1563
|
+
"default": "'strong'",
|
|
1564
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1565
|
+
"attribute": "emphasis"
|
|
1671
1566
|
},
|
|
1672
1567
|
{
|
|
1673
1568
|
"kind": "field",
|
|
1674
|
-
"name": "
|
|
1569
|
+
"name": "overrideDotColor",
|
|
1675
1570
|
"type": {
|
|
1676
|
-
"text": "
|
|
1571
|
+
"text": "string | undefined"
|
|
1677
1572
|
},
|
|
1678
|
-
"
|
|
1679
|
-
"
|
|
1680
|
-
"attribute": "disableCloseOnEscape"
|
|
1681
|
-
}
|
|
1682
|
-
],
|
|
1683
|
-
"events": [
|
|
1684
|
-
{
|
|
1685
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
1686
|
-
"name": "bm-dismiss"
|
|
1573
|
+
"description": "Overrides default dot color",
|
|
1574
|
+
"attribute": "overrideDotColor"
|
|
1687
1575
|
}
|
|
1688
1576
|
],
|
|
1689
1577
|
"attributes": [
|
|
1690
|
-
{
|
|
1691
|
-
"name": "heading",
|
|
1692
|
-
"type": {
|
|
1693
|
-
"text": "string | undefined"
|
|
1694
|
-
},
|
|
1695
|
-
"description": "Specify the heading text for Alert",
|
|
1696
|
-
"fieldName": "heading"
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"name": "body",
|
|
1700
|
-
"type": {
|
|
1701
|
-
"text": "string | undefined"
|
|
1702
|
-
},
|
|
1703
|
-
"description": "Specify the body text for Alert",
|
|
1704
|
-
"fieldName": "body"
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"name": "size",
|
|
1708
|
-
"type": {
|
|
1709
|
-
"text": "'sm' | 'md'"
|
|
1710
|
-
},
|
|
1711
|
-
"default": "'sm'",
|
|
1712
|
-
"description": "Specify the size of the Alert",
|
|
1713
|
-
"fieldName": "size"
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
"name": "fullWidth",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "boolean"
|
|
1719
|
-
},
|
|
1720
|
-
"default": "false",
|
|
1721
|
-
"description": "Specify if the Alert has no border radius",
|
|
1722
|
-
"fieldName": "fullWidth"
|
|
1723
|
-
},
|
|
1724
1578
|
{
|
|
1725
1579
|
"name": "theme",
|
|
1726
1580
|
"type": {
|
|
1727
1581
|
"text": "'light' | 'dark' | undefined"
|
|
1728
1582
|
},
|
|
1729
|
-
"description": "Specify the theme of the
|
|
1583
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1730
1584
|
"fieldName": "theme"
|
|
1731
1585
|
},
|
|
1732
1586
|
{
|
|
1733
|
-
"name": "appearance",
|
|
1734
|
-
"type": {
|
|
1735
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1736
|
-
},
|
|
1737
|
-
"default": "'infoPrimary'",
|
|
1738
|
-
"description": "Specify the appearance of the Alert",
|
|
1739
|
-
"fieldName": "appearance"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "hidden",
|
|
1743
|
-
"type": {
|
|
1744
|
-
"text": "boolean"
|
|
1745
|
-
},
|
|
1746
|
-
"default": "false",
|
|
1747
|
-
"description": "Specify if the Alert is hidden",
|
|
1748
|
-
"fieldName": "hidden"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"name": "hideIcon",
|
|
1752
|
-
"type": {
|
|
1753
|
-
"text": "boolean"
|
|
1754
|
-
},
|
|
1755
|
-
"default": "false",
|
|
1756
|
-
"description": "Specify if the icon displays on the Alert",
|
|
1757
|
-
"fieldName": "hideIcon"
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
"name": "dismissible",
|
|
1587
|
+
"name": "appearance",
|
|
1761
1588
|
"type": {
|
|
1762
|
-
"text": "
|
|
1589
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1763
1590
|
},
|
|
1764
|
-
"default": "
|
|
1765
|
-
"description": "Specify
|
|
1766
|
-
"fieldName": "
|
|
1591
|
+
"default": "'infoPrimary'",
|
|
1592
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1593
|
+
"fieldName": "appearance"
|
|
1767
1594
|
},
|
|
1768
1595
|
{
|
|
1769
|
-
"name": "
|
|
1596
|
+
"name": "emphasis",
|
|
1770
1597
|
"type": {
|
|
1771
|
-
"text": "
|
|
1598
|
+
"text": "'strong' | 'subtle'"
|
|
1772
1599
|
},
|
|
1773
|
-
"default": "
|
|
1774
|
-
"description": "
|
|
1775
|
-
"fieldName": "
|
|
1600
|
+
"default": "'strong'",
|
|
1601
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1602
|
+
"fieldName": "emphasis"
|
|
1776
1603
|
},
|
|
1777
1604
|
{
|
|
1778
|
-
"name": "
|
|
1605
|
+
"name": "overrideDotColor",
|
|
1779
1606
|
"type": {
|
|
1780
|
-
"text": "
|
|
1607
|
+
"text": "string | undefined"
|
|
1781
1608
|
},
|
|
1782
|
-
"
|
|
1783
|
-
"
|
|
1784
|
-
"fieldName": "disableCloseOnEscape"
|
|
1609
|
+
"description": "Overrides default dot color",
|
|
1610
|
+
"fieldName": "overrideDotColor"
|
|
1785
1611
|
}
|
|
1786
1612
|
],
|
|
1787
1613
|
"superclass": {
|
|
1788
1614
|
"name": "LitElement",
|
|
1789
1615
|
"package": "lit"
|
|
1790
1616
|
},
|
|
1791
|
-
"tagName": "bm-
|
|
1617
|
+
"tagName": "bm-badge-dot",
|
|
1792
1618
|
"customElement": true
|
|
1793
1619
|
}
|
|
1794
1620
|
],
|
|
1795
1621
|
"exports": [
|
|
1796
1622
|
{
|
|
1797
1623
|
"kind": "js",
|
|
1798
|
-
"name": "
|
|
1624
|
+
"name": "BmBadgeDot",
|
|
1799
1625
|
"declaration": {
|
|
1800
|
-
"name": "
|
|
1801
|
-
"module": "libs/web-components/src/lib/
|
|
1626
|
+
"name": "BmBadgeDot",
|
|
1627
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1802
1628
|
}
|
|
1803
1629
|
},
|
|
1804
1630
|
{
|
|
1805
1631
|
"kind": "custom-element-definition",
|
|
1806
|
-
"name": "bm-
|
|
1632
|
+
"name": "bm-badge-dot",
|
|
1807
1633
|
"declaration": {
|
|
1808
|
-
"name": "
|
|
1809
|
-
"module": "libs/web-components/src/lib/
|
|
1634
|
+
"name": "BmBadgeDot",
|
|
1635
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1810
1636
|
}
|
|
1811
1637
|
}
|
|
1812
1638
|
]
|
|
1813
1639
|
},
|
|
1814
1640
|
{
|
|
1815
1641
|
"kind": "javascript-module",
|
|
1816
|
-
"path": "libs/web-components/src/lib/
|
|
1642
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1817
1643
|
"declarations": [],
|
|
1818
1644
|
"exports": [
|
|
1819
1645
|
{
|
|
@@ -1821,383 +1647,565 @@
|
|
|
1821
1647
|
"name": "*",
|
|
1822
1648
|
"declaration": {
|
|
1823
1649
|
"name": "*",
|
|
1824
|
-
"package": "./
|
|
1650
|
+
"package": "./BadgeDot"
|
|
1825
1651
|
}
|
|
1826
1652
|
}
|
|
1827
1653
|
]
|
|
1828
1654
|
},
|
|
1829
1655
|
{
|
|
1830
1656
|
"kind": "javascript-module",
|
|
1831
|
-
"path": "libs/web-components/src/lib/
|
|
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"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "javascript-module",
|
|
1677
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1832
1678
|
"declarations": [
|
|
1833
1679
|
{
|
|
1834
1680
|
"kind": "class",
|
|
1835
|
-
"description": "`bm-
|
|
1836
|
-
"name": "
|
|
1681
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1682
|
+
"name": "BmBreadcrumbs",
|
|
1837
1683
|
"slots": [
|
|
1838
1684
|
{
|
|
1839
|
-
"description": "
|
|
1840
|
-
"name": "
|
|
1685
|
+
"description": "Pass items to the Breadcrumb",
|
|
1686
|
+
"name": "default"
|
|
1841
1687
|
}
|
|
1842
1688
|
],
|
|
1843
1689
|
"members": [
|
|
1844
1690
|
{
|
|
1845
1691
|
"kind": "field",
|
|
1846
|
-
"name": "
|
|
1692
|
+
"name": "wrap",
|
|
1847
1693
|
"type": {
|
|
1848
|
-
"text": "
|
|
1694
|
+
"text": "boolean"
|
|
1849
1695
|
},
|
|
1850
|
-
"default": "
|
|
1851
|
-
"description": "Specify
|
|
1852
|
-
"attribute": "
|
|
1696
|
+
"default": "true",
|
|
1697
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1698
|
+
"attribute": "wrap"
|
|
1853
1699
|
},
|
|
1854
1700
|
{
|
|
1855
1701
|
"kind": "field",
|
|
1856
|
-
"name": "
|
|
1702
|
+
"name": "itemsBeforeCollapse",
|
|
1857
1703
|
"type": {
|
|
1858
|
-
"text": "
|
|
1704
|
+
"text": "number"
|
|
1859
1705
|
},
|
|
1860
|
-
"
|
|
1861
|
-
"
|
|
1706
|
+
"default": "1",
|
|
1707
|
+
"description": "Specify how many items show before ellipsis",
|
|
1708
|
+
"attribute": "itemsBeforeCollapse"
|
|
1862
1709
|
},
|
|
1863
1710
|
{
|
|
1864
1711
|
"kind": "field",
|
|
1865
|
-
"name": "
|
|
1712
|
+
"name": "itemsAfterCollapse",
|
|
1866
1713
|
"type": {
|
|
1867
|
-
"text": "
|
|
1714
|
+
"text": "number"
|
|
1868
1715
|
},
|
|
1869
|
-
"
|
|
1870
|
-
"
|
|
1716
|
+
"default": "1",
|
|
1717
|
+
"description": "Specify how many items show after ellipsis",
|
|
1718
|
+
"attribute": "itemsAfterCollapse"
|
|
1871
1719
|
},
|
|
1872
1720
|
{
|
|
1873
1721
|
"kind": "field",
|
|
1874
|
-
"name": "
|
|
1722
|
+
"name": "theme",
|
|
1875
1723
|
"type": {
|
|
1876
|
-
"text": "
|
|
1724
|
+
"text": "'light' | 'dark' | undefined"
|
|
1877
1725
|
},
|
|
1878
|
-
"description": "Specify
|
|
1879
|
-
"attribute": "
|
|
1880
|
-
}
|
|
1726
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1727
|
+
"attribute": "theme"
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"attributes": [
|
|
1881
1731
|
{
|
|
1882
|
-
"
|
|
1883
|
-
"name": "size",
|
|
1732
|
+
"name": "wrap",
|
|
1884
1733
|
"type": {
|
|
1885
|
-
"text": "
|
|
1734
|
+
"text": "boolean"
|
|
1886
1735
|
},
|
|
1887
|
-
"default": "
|
|
1888
|
-
"description": "Specify
|
|
1889
|
-
"
|
|
1736
|
+
"default": "true",
|
|
1737
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1738
|
+
"fieldName": "wrap"
|
|
1890
1739
|
},
|
|
1891
1740
|
{
|
|
1892
|
-
"
|
|
1893
|
-
"name": "disabled",
|
|
1741
|
+
"name": "itemsBeforeCollapse",
|
|
1894
1742
|
"type": {
|
|
1895
|
-
"text": "
|
|
1743
|
+
"text": "number"
|
|
1896
1744
|
},
|
|
1897
|
-
"default": "
|
|
1898
|
-
"description": "Specify
|
|
1899
|
-
"
|
|
1745
|
+
"default": "1",
|
|
1746
|
+
"description": "Specify how many items show before ellipsis",
|
|
1747
|
+
"fieldName": "itemsBeforeCollapse"
|
|
1900
1748
|
},
|
|
1901
1749
|
{
|
|
1902
|
-
"
|
|
1903
|
-
"name": "shape",
|
|
1750
|
+
"name": "itemsAfterCollapse",
|
|
1904
1751
|
"type": {
|
|
1905
|
-
"text": "
|
|
1752
|
+
"text": "number"
|
|
1906
1753
|
},
|
|
1907
|
-
"default": "
|
|
1908
|
-
"description": "Specify
|
|
1909
|
-
"
|
|
1754
|
+
"default": "1",
|
|
1755
|
+
"description": "Specify how many items show after ellipsis",
|
|
1756
|
+
"fieldName": "itemsAfterCollapse"
|
|
1910
1757
|
},
|
|
1911
1758
|
{
|
|
1912
|
-
"
|
|
1913
|
-
"name": "isInteractive",
|
|
1759
|
+
"name": "theme",
|
|
1914
1760
|
"type": {
|
|
1915
|
-
"text": "
|
|
1761
|
+
"text": "'light' | 'dark' | undefined"
|
|
1916
1762
|
},
|
|
1917
|
-
"
|
|
1918
|
-
"
|
|
1919
|
-
|
|
1920
|
-
|
|
1763
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1764
|
+
"fieldName": "theme"
|
|
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": [
|
|
1921
1803
|
{
|
|
1922
|
-
"
|
|
1923
|
-
"name": "
|
|
1924
|
-
"type": {
|
|
1925
|
-
"text": "boolean"
|
|
1926
|
-
},
|
|
1927
|
-
"default": "false",
|
|
1928
|
-
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1929
|
-
"attribute": "isFocusable"
|
|
1804
|
+
"description": "Pass text to an item",
|
|
1805
|
+
"name": "default"
|
|
1930
1806
|
},
|
|
1931
1807
|
{
|
|
1932
|
-
"
|
|
1933
|
-
"name": "
|
|
1934
|
-
"type": {
|
|
1935
|
-
"text": "boolean"
|
|
1936
|
-
},
|
|
1937
|
-
"default": "false",
|
|
1938
|
-
"attribute": "withBorder"
|
|
1808
|
+
"description": "Pass icon to an item",
|
|
1809
|
+
"name": "icon"
|
|
1939
1810
|
}
|
|
1940
1811
|
],
|
|
1941
|
-
"
|
|
1942
|
-
{
|
|
1943
|
-
"name": "appearance",
|
|
1944
|
-
"type": {
|
|
1945
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
1946
|
-
},
|
|
1947
|
-
"default": "'neutral'",
|
|
1948
|
-
"description": "Specify the appearance of the Avatar",
|
|
1949
|
-
"fieldName": "appearance"
|
|
1950
|
-
},
|
|
1812
|
+
"members": [
|
|
1951
1813
|
{
|
|
1952
|
-
"
|
|
1814
|
+
"kind": "field",
|
|
1815
|
+
"name": "href",
|
|
1953
1816
|
"type": {
|
|
1954
1817
|
"text": "string | undefined"
|
|
1955
1818
|
},
|
|
1956
|
-
"description": "
|
|
1957
|
-
"
|
|
1819
|
+
"description": "Pass href to an item",
|
|
1820
|
+
"attribute": "href"
|
|
1958
1821
|
},
|
|
1959
1822
|
{
|
|
1960
|
-
"
|
|
1823
|
+
"kind": "field",
|
|
1824
|
+
"name": "clickable",
|
|
1961
1825
|
"type": {
|
|
1962
|
-
"text": "
|
|
1826
|
+
"text": "boolean"
|
|
1963
1827
|
},
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1828
|
+
"default": "false",
|
|
1829
|
+
"description": "Specify if the item is interactive without an href",
|
|
1830
|
+
"attribute": "clickable"
|
|
1966
1831
|
},
|
|
1967
1832
|
{
|
|
1968
|
-
"
|
|
1833
|
+
"kind": "field",
|
|
1834
|
+
"name": "truncationWidth",
|
|
1969
1835
|
"type": {
|
|
1970
1836
|
"text": "string | undefined"
|
|
1971
1837
|
},
|
|
1972
|
-
"description": "Specify
|
|
1973
|
-
"
|
|
1838
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1839
|
+
"attribute": "truncationWidth"
|
|
1974
1840
|
},
|
|
1975
1841
|
{
|
|
1976
|
-
"
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "isCurrent",
|
|
1977
1844
|
"type": {
|
|
1978
|
-
"text": "
|
|
1845
|
+
"text": "boolean"
|
|
1979
1846
|
},
|
|
1980
|
-
"default": "
|
|
1981
|
-
"description": "Specify the
|
|
1982
|
-
"
|
|
1847
|
+
"default": "false",
|
|
1848
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1849
|
+
"attribute": "isCurrent",
|
|
1850
|
+
"reflects": true
|
|
1983
1851
|
},
|
|
1984
1852
|
{
|
|
1985
|
-
"
|
|
1853
|
+
"kind": "field",
|
|
1854
|
+
"name": "isCollapsed",
|
|
1986
1855
|
"type": {
|
|
1987
|
-
"text": "boolean
|
|
1856
|
+
"text": "boolean"
|
|
1988
1857
|
},
|
|
1989
1858
|
"default": "false",
|
|
1990
|
-
"
|
|
1991
|
-
"
|
|
1992
|
-
}
|
|
1859
|
+
"attribute": "isCollapsed",
|
|
1860
|
+
"reflects": true
|
|
1861
|
+
}
|
|
1862
|
+
],
|
|
1863
|
+
"attributes": [
|
|
1993
1864
|
{
|
|
1994
|
-
"name": "
|
|
1865
|
+
"name": "href",
|
|
1995
1866
|
"type": {
|
|
1996
|
-
"text": "
|
|
1867
|
+
"text": "string | undefined"
|
|
1997
1868
|
},
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2000
|
-
"fieldName": "shape"
|
|
1869
|
+
"description": "Pass href to an item",
|
|
1870
|
+
"fieldName": "href"
|
|
2001
1871
|
},
|
|
2002
1872
|
{
|
|
2003
|
-
"name": "
|
|
1873
|
+
"name": "clickable",
|
|
2004
1874
|
"type": {
|
|
2005
1875
|
"text": "boolean"
|
|
2006
1876
|
},
|
|
2007
1877
|
"default": "false",
|
|
2008
|
-
"description": "
|
|
2009
|
-
"fieldName": "
|
|
1878
|
+
"description": "Specify if the item is interactive without an href",
|
|
1879
|
+
"fieldName": "clickable"
|
|
2010
1880
|
},
|
|
2011
1881
|
{
|
|
2012
|
-
"name": "
|
|
1882
|
+
"name": "truncationWidth",
|
|
1883
|
+
"type": {
|
|
1884
|
+
"text": "string | undefined"
|
|
1885
|
+
},
|
|
1886
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1887
|
+
"fieldName": "truncationWidth"
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
"name": "isCurrent",
|
|
2013
1891
|
"type": {
|
|
2014
1892
|
"text": "boolean"
|
|
2015
1893
|
},
|
|
2016
1894
|
"default": "false",
|
|
2017
|
-
"description": "
|
|
2018
|
-
"fieldName": "
|
|
1895
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1896
|
+
"fieldName": "isCurrent"
|
|
2019
1897
|
},
|
|
2020
1898
|
{
|
|
2021
|
-
"name": "
|
|
1899
|
+
"name": "isCollapsed",
|
|
2022
1900
|
"type": {
|
|
2023
1901
|
"text": "boolean"
|
|
2024
1902
|
},
|
|
2025
1903
|
"default": "false",
|
|
2026
|
-
"fieldName": "
|
|
1904
|
+
"fieldName": "isCollapsed"
|
|
2027
1905
|
}
|
|
2028
1906
|
],
|
|
2029
1907
|
"superclass": {
|
|
2030
1908
|
"name": "LitElement",
|
|
2031
1909
|
"package": "lit"
|
|
2032
1910
|
},
|
|
2033
|
-
"tagName": "bm-
|
|
1911
|
+
"tagName": "bm-breadcrumb-item",
|
|
2034
1912
|
"customElement": true
|
|
2035
1913
|
}
|
|
2036
1914
|
],
|
|
2037
1915
|
"exports": [
|
|
2038
1916
|
{
|
|
2039
1917
|
"kind": "js",
|
|
2040
|
-
"name": "
|
|
1918
|
+
"name": "BmBreadcrumbsItem",
|
|
2041
1919
|
"declaration": {
|
|
2042
|
-
"name": "
|
|
2043
|
-
"module": "libs/web-components/src/lib/
|
|
1920
|
+
"name": "BmBreadcrumbsItem",
|
|
1921
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
2044
1922
|
}
|
|
2045
1923
|
},
|
|
2046
1924
|
{
|
|
2047
1925
|
"kind": "custom-element-definition",
|
|
2048
|
-
"name": "bm-
|
|
1926
|
+
"name": "bm-breadcrumb-item",
|
|
2049
1927
|
"declaration": {
|
|
2050
|
-
"name": "
|
|
2051
|
-
"module": "libs/web-components/src/lib/
|
|
1928
|
+
"name": "BmBreadcrumbsItem",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
2052
1930
|
}
|
|
2053
1931
|
}
|
|
2054
1932
|
]
|
|
2055
1933
|
},
|
|
2056
1934
|
{
|
|
2057
1935
|
"kind": "javascript-module",
|
|
2058
|
-
"path": "libs/web-components/src/lib/
|
|
2059
|
-
"declarations": [
|
|
2060
|
-
{
|
|
2061
|
-
"kind": "variable",
|
|
2062
|
-
"name": "AvatarGroupCtx"
|
|
2063
|
-
}
|
|
2064
|
-
],
|
|
1936
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1937
|
+
"declarations": [],
|
|
2065
1938
|
"exports": [
|
|
2066
1939
|
{
|
|
2067
1940
|
"kind": "js",
|
|
2068
|
-
"name": "
|
|
1941
|
+
"name": "*",
|
|
2069
1942
|
"declaration": {
|
|
2070
|
-
"name": "
|
|
2071
|
-
"
|
|
1943
|
+
"name": "*",
|
|
1944
|
+
"package": "./Breadcrumbs"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "js",
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"declaration": {
|
|
1951
|
+
"name": "*",
|
|
1952
|
+
"package": "./BreadcrumbsItem"
|
|
2072
1953
|
}
|
|
2073
1954
|
}
|
|
2074
1955
|
]
|
|
2075
1956
|
},
|
|
2076
1957
|
{
|
|
2077
1958
|
"kind": "javascript-module",
|
|
2078
|
-
"path": "libs/web-components/src/lib/
|
|
1959
|
+
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
2079
1960
|
"declarations": [
|
|
2080
1961
|
{
|
|
2081
1962
|
"kind": "class",
|
|
2082
|
-
"description": "`bm-
|
|
2083
|
-
"name": "
|
|
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",
|
|
2084
1965
|
"slots": [
|
|
2085
1966
|
{
|
|
2086
|
-
"description": "
|
|
1967
|
+
"description": "Provide content for the Button",
|
|
2087
1968
|
"name": "default"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"description": "Specify if the Button displays icon before the text",
|
|
1972
|
+
"name": "iconBefore"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"description": "Specify if the Button displays icon after the text",
|
|
1976
|
+
"name": "iconAfter"
|
|
2088
1977
|
}
|
|
2089
1978
|
],
|
|
2090
1979
|
"members": [
|
|
2091
1980
|
{
|
|
2092
1981
|
"kind": "field",
|
|
2093
|
-
"name": "
|
|
1982
|
+
"name": "formAssociated",
|
|
2094
1983
|
"type": {
|
|
2095
1984
|
"text": "boolean"
|
|
2096
1985
|
},
|
|
2097
|
-
"
|
|
2098
|
-
"
|
|
2099
|
-
"attribute": "wrapping"
|
|
1986
|
+
"static": true,
|
|
1987
|
+
"default": "true"
|
|
2100
1988
|
},
|
|
2101
1989
|
{
|
|
2102
1990
|
"kind": "field",
|
|
2103
|
-
"name": "
|
|
1991
|
+
"name": "appearance",
|
|
2104
1992
|
"type": {
|
|
2105
|
-
"text": "
|
|
1993
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
2106
1994
|
},
|
|
2107
|
-
"default": "
|
|
2108
|
-
"description": "Specify the
|
|
2109
|
-
"attribute": "
|
|
2110
|
-
|
|
1995
|
+
"default": "'accent'",
|
|
1996
|
+
"description": "Specify the appearance of a Button",
|
|
1997
|
+
"attribute": "appearance"
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "field",
|
|
2001
|
+
"name": "kind",
|
|
2002
|
+
"type": {
|
|
2003
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
2004
|
+
},
|
|
2005
|
+
"default": "'filled'",
|
|
2006
|
+
"description": "Specify the kind of Button",
|
|
2007
|
+
"attribute": "kind"
|
|
2111
2008
|
},
|
|
2112
2009
|
{
|
|
2113
2010
|
"kind": "field",
|
|
2114
2011
|
"name": "size",
|
|
2115
2012
|
"type": {
|
|
2116
|
-
"text": "'
|
|
2013
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
2117
2014
|
},
|
|
2118
2015
|
"default": "'md'",
|
|
2119
|
-
"description": "Specify the size of
|
|
2016
|
+
"description": "Specify the size of a Button",
|
|
2120
2017
|
"attribute": "size"
|
|
2121
2018
|
},
|
|
2122
2019
|
{
|
|
2123
2020
|
"kind": "field",
|
|
2124
|
-
"name": "
|
|
2021
|
+
"name": "disabled",
|
|
2125
2022
|
"type": {
|
|
2126
|
-
"text": "
|
|
2023
|
+
"text": "boolean"
|
|
2127
2024
|
},
|
|
2128
|
-
"default": "
|
|
2129
|
-
"description": "Specify the
|
|
2130
|
-
"attribute": "
|
|
2025
|
+
"default": "false",
|
|
2026
|
+
"description": "Specify if the Button is disabled",
|
|
2027
|
+
"attribute": "disabled"
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"kind": "field",
|
|
2031
|
+
"name": "fluid",
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "boolean"
|
|
2034
|
+
},
|
|
2035
|
+
"default": "false",
|
|
2036
|
+
"description": "Specify if Button is fluid",
|
|
2037
|
+
"attribute": "fluid"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "field",
|
|
2041
|
+
"name": "width",
|
|
2042
|
+
"type": {
|
|
2043
|
+
"text": "string | undefined"
|
|
2044
|
+
},
|
|
2045
|
+
"description": "Specify the width of a Button",
|
|
2046
|
+
"attribute": "width"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "field",
|
|
2050
|
+
"name": "height",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "string | undefined"
|
|
2053
|
+
},
|
|
2054
|
+
"description": "Specify the height of a Button",
|
|
2055
|
+
"attribute": "height"
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
"kind": "field",
|
|
2059
|
+
"name": "theme",
|
|
2060
|
+
"type": {
|
|
2061
|
+
"text": "'light' | 'dark' | undefined"
|
|
2062
|
+
},
|
|
2063
|
+
"description": "Specify the theme of the Button",
|
|
2064
|
+
"attribute": "theme"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"kind": "field",
|
|
2068
|
+
"name": "iconOnly",
|
|
2069
|
+
"type": {
|
|
2070
|
+
"text": "boolean | undefined"
|
|
2071
|
+
},
|
|
2072
|
+
"description": "Specify if the icon displays without text",
|
|
2073
|
+
"attribute": "iconOnly"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"kind": "field",
|
|
2077
|
+
"name": "type",
|
|
2078
|
+
"type": {
|
|
2079
|
+
"text": "string"
|
|
2080
|
+
},
|
|
2081
|
+
"default": "'button'",
|
|
2082
|
+
"attribute": "type"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "formContext",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "BmFormContext"
|
|
2089
|
+
}
|
|
2131
2090
|
}
|
|
2132
2091
|
],
|
|
2133
2092
|
"attributes": [
|
|
2134
2093
|
{
|
|
2135
|
-
"name": "
|
|
2094
|
+
"name": "appearance",
|
|
2095
|
+
"type": {
|
|
2096
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
2097
|
+
},
|
|
2098
|
+
"default": "'accent'",
|
|
2099
|
+
"description": "Specify the appearance of a Button",
|
|
2100
|
+
"fieldName": "appearance"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"name": "kind",
|
|
2104
|
+
"type": {
|
|
2105
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
2106
|
+
},
|
|
2107
|
+
"default": "'filled'",
|
|
2108
|
+
"description": "Specify the kind of Button",
|
|
2109
|
+
"fieldName": "kind"
|
|
2110
|
+
},
|
|
2111
|
+
{
|
|
2112
|
+
"name": "size",
|
|
2113
|
+
"type": {
|
|
2114
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
2115
|
+
},
|
|
2116
|
+
"default": "'md'",
|
|
2117
|
+
"description": "Specify the size of a Button",
|
|
2118
|
+
"fieldName": "size"
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"name": "disabled",
|
|
2122
|
+
"type": {
|
|
2123
|
+
"text": "boolean"
|
|
2124
|
+
},
|
|
2125
|
+
"default": "false",
|
|
2126
|
+
"description": "Specify if the Button is disabled",
|
|
2127
|
+
"fieldName": "disabled"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"name": "fluid",
|
|
2131
|
+
"type": {
|
|
2132
|
+
"text": "boolean"
|
|
2133
|
+
},
|
|
2134
|
+
"default": "false",
|
|
2135
|
+
"description": "Specify if Button is fluid",
|
|
2136
|
+
"fieldName": "fluid"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "width",
|
|
2136
2140
|
"type": {
|
|
2137
|
-
"text": "
|
|
2141
|
+
"text": "string | undefined"
|
|
2138
2142
|
},
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
"fieldName": "wrapping"
|
|
2143
|
+
"description": "Specify the width of a Button",
|
|
2144
|
+
"fieldName": "width"
|
|
2142
2145
|
},
|
|
2143
2146
|
{
|
|
2144
|
-
"name": "
|
|
2147
|
+
"name": "height",
|
|
2145
2148
|
"type": {
|
|
2146
|
-
"text": "
|
|
2149
|
+
"text": "string | undefined"
|
|
2147
2150
|
},
|
|
2148
|
-
"
|
|
2149
|
-
"
|
|
2150
|
-
"fieldName": "maxCount"
|
|
2151
|
+
"description": "Specify the height of a Button",
|
|
2152
|
+
"fieldName": "height"
|
|
2151
2153
|
},
|
|
2152
2154
|
{
|
|
2153
|
-
"name": "
|
|
2155
|
+
"name": "theme",
|
|
2154
2156
|
"type": {
|
|
2155
|
-
"text": "'
|
|
2157
|
+
"text": "'light' | 'dark' | undefined"
|
|
2156
2158
|
},
|
|
2157
|
-
"
|
|
2158
|
-
"
|
|
2159
|
-
"fieldName": "size"
|
|
2159
|
+
"description": "Specify the theme of the Button",
|
|
2160
|
+
"fieldName": "theme"
|
|
2160
2161
|
},
|
|
2161
2162
|
{
|
|
2162
|
-
"name": "
|
|
2163
|
+
"name": "iconOnly",
|
|
2163
2164
|
"type": {
|
|
2164
|
-
"text": "
|
|
2165
|
+
"text": "boolean | undefined"
|
|
2165
2166
|
},
|
|
2166
|
-
"
|
|
2167
|
-
"
|
|
2168
|
-
|
|
2167
|
+
"description": "Specify if the icon displays without text",
|
|
2168
|
+
"fieldName": "iconOnly"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "type",
|
|
2172
|
+
"type": {
|
|
2173
|
+
"text": "string"
|
|
2174
|
+
},
|
|
2175
|
+
"default": "'button'",
|
|
2176
|
+
"fieldName": "type"
|
|
2169
2177
|
}
|
|
2170
2178
|
],
|
|
2171
2179
|
"superclass": {
|
|
2172
2180
|
"name": "LitElement",
|
|
2173
2181
|
"package": "lit"
|
|
2174
2182
|
},
|
|
2175
|
-
"tagName": "bm-
|
|
2183
|
+
"tagName": "bm-button",
|
|
2176
2184
|
"customElement": true
|
|
2177
2185
|
}
|
|
2178
2186
|
],
|
|
2179
2187
|
"exports": [
|
|
2180
2188
|
{
|
|
2181
2189
|
"kind": "js",
|
|
2182
|
-
"name": "
|
|
2190
|
+
"name": "BmButton",
|
|
2183
2191
|
"declaration": {
|
|
2184
|
-
"name": "
|
|
2185
|
-
"module": "libs/web-components/src/lib/
|
|
2192
|
+
"name": "BmButton",
|
|
2193
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
2186
2194
|
}
|
|
2187
2195
|
},
|
|
2188
2196
|
{
|
|
2189
2197
|
"kind": "custom-element-definition",
|
|
2190
|
-
"name": "bm-
|
|
2198
|
+
"name": "bm-button",
|
|
2191
2199
|
"declaration": {
|
|
2192
|
-
"name": "
|
|
2193
|
-
"module": "libs/web-components/src/lib/
|
|
2200
|
+
"name": "BmButton",
|
|
2201
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
2194
2202
|
}
|
|
2195
2203
|
}
|
|
2196
2204
|
]
|
|
2197
2205
|
},
|
|
2198
2206
|
{
|
|
2199
2207
|
"kind": "javascript-module",
|
|
2200
|
-
"path": "libs/web-components/src/lib/
|
|
2208
|
+
"path": "libs/web-components/src/lib/Button/index.ts",
|
|
2201
2209
|
"declarations": [],
|
|
2202
2210
|
"exports": [
|
|
2203
2211
|
{
|
|
@@ -2205,15 +2213,7 @@
|
|
|
2205
2213
|
"name": "*",
|
|
2206
2214
|
"declaration": {
|
|
2207
2215
|
"name": "*",
|
|
2208
|
-
"package": "./
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
{
|
|
2212
|
-
"kind": "js",
|
|
2213
|
-
"name": "*",
|
|
2214
|
-
"declaration": {
|
|
2215
|
-
"name": "*",
|
|
2216
|
-
"package": "./AvatarGroup"
|
|
2216
|
+
"package": "./Button"
|
|
2217
2217
|
}
|
|
2218
2218
|
}
|
|
2219
2219
|
]
|
|
@@ -2645,122 +2645,166 @@
|
|
|
2645
2645
|
},
|
|
2646
2646
|
{
|
|
2647
2647
|
"kind": "javascript-module",
|
|
2648
|
-
"path": "libs/web-components/src/lib/
|
|
2648
|
+
"path": "libs/web-components/src/lib/HelperText/HelperText.ts",
|
|
2649
2649
|
"declarations": [
|
|
2650
2650
|
{
|
|
2651
2651
|
"kind": "class",
|
|
2652
|
-
"description": "
|
|
2653
|
-
"name": "
|
|
2652
|
+
"description": "### Attributes:\n- **appearance** - Specify the appearance of the HelperText\n- **size** - Specify the size of the HelperText\n- **disabled** - Specify if the message is disabled for HelpText\n- **hideIcon** - Specify if the icon displays on the HelperText\n- **text** - Add or customize content in the HelperText\n- **theme** - Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
2653
|
+
"name": "BmHelperText",
|
|
2654
2654
|
"slots": [
|
|
2655
2655
|
{
|
|
2656
|
-
"description": "
|
|
2656
|
+
"description": "Add or customize content in the HelperText",
|
|
2657
2657
|
"name": "default"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"description": "Specify a different icon for the HelperText",
|
|
2661
|
+
"name": "icon"
|
|
2658
2662
|
}
|
|
2659
2663
|
],
|
|
2660
2664
|
"members": [
|
|
2661
2665
|
{
|
|
2662
2666
|
"kind": "field",
|
|
2663
|
-
"name": "
|
|
2667
|
+
"name": "appearance",
|
|
2664
2668
|
"type": {
|
|
2665
|
-
"text": "'
|
|
2669
|
+
"text": "'positive' | 'warning' | 'negative' | 'info'"
|
|
2666
2670
|
},
|
|
2667
|
-
"
|
|
2668
|
-
"
|
|
2671
|
+
"default": "'info'",
|
|
2672
|
+
"description": "Specify the appearance of the HelperText",
|
|
2673
|
+
"attribute": "appearance"
|
|
2669
2674
|
},
|
|
2670
2675
|
{
|
|
2671
2676
|
"kind": "field",
|
|
2672
2677
|
"name": "size",
|
|
2673
2678
|
"type": {
|
|
2674
|
-
"text": "'
|
|
2679
|
+
"text": "'sm' | 'md'"
|
|
2675
2680
|
},
|
|
2676
|
-
"default": "'
|
|
2677
|
-
"description": "Specify the size of
|
|
2681
|
+
"default": "'sm'",
|
|
2682
|
+
"description": "Specify the size of the HelperText",
|
|
2678
2683
|
"attribute": "size"
|
|
2679
2684
|
},
|
|
2680
2685
|
{
|
|
2681
2686
|
"kind": "field",
|
|
2682
|
-
"name": "
|
|
2687
|
+
"name": "disabled",
|
|
2683
2688
|
"type": {
|
|
2684
|
-
"text": "
|
|
2689
|
+
"text": "boolean"
|
|
2685
2690
|
},
|
|
2686
|
-
"
|
|
2687
|
-
"
|
|
2691
|
+
"default": "false",
|
|
2692
|
+
"description": "Specify if the message is disabled for HelpText",
|
|
2693
|
+
"attribute": "disabled"
|
|
2688
2694
|
},
|
|
2689
2695
|
{
|
|
2690
2696
|
"kind": "field",
|
|
2691
|
-
"name": "
|
|
2697
|
+
"name": "hideIcon",
|
|
2698
|
+
"type": {
|
|
2699
|
+
"text": "boolean"
|
|
2700
|
+
},
|
|
2701
|
+
"default": "false",
|
|
2702
|
+
"description": "Specify if the icon displays on the HelperText",
|
|
2703
|
+
"attribute": "hideIcon"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "field",
|
|
2707
|
+
"name": "text",
|
|
2692
2708
|
"type": {
|
|
2693
2709
|
"text": "string | undefined"
|
|
2694
2710
|
},
|
|
2695
|
-
"description": "
|
|
2696
|
-
"attribute": "
|
|
2711
|
+
"description": "Add or customize content in the HelperText",
|
|
2712
|
+
"attribute": "text"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "field",
|
|
2716
|
+
"name": "theme",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "'light' | 'dark' | undefined"
|
|
2719
|
+
},
|
|
2720
|
+
"description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
2721
|
+
"attribute": "theme"
|
|
2697
2722
|
}
|
|
2698
2723
|
],
|
|
2699
2724
|
"attributes": [
|
|
2700
2725
|
{
|
|
2701
|
-
"name": "
|
|
2726
|
+
"name": "appearance",
|
|
2702
2727
|
"type": {
|
|
2703
|
-
"text": "'
|
|
2728
|
+
"text": "'positive' | 'warning' | 'negative' | 'info'"
|
|
2704
2729
|
},
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2730
|
+
"default": "'info'",
|
|
2731
|
+
"description": "Specify the appearance of the HelperText",
|
|
2732
|
+
"fieldName": "appearance"
|
|
2707
2733
|
},
|
|
2708
2734
|
{
|
|
2709
2735
|
"name": "size",
|
|
2710
2736
|
"type": {
|
|
2711
|
-
"text": "'
|
|
2737
|
+
"text": "'sm' | 'md'"
|
|
2712
2738
|
},
|
|
2713
|
-
"default": "'
|
|
2714
|
-
"description": "Specify the size of
|
|
2739
|
+
"default": "'sm'",
|
|
2740
|
+
"description": "Specify the size of the HelperText",
|
|
2715
2741
|
"fieldName": "size"
|
|
2716
2742
|
},
|
|
2717
2743
|
{
|
|
2718
|
-
"name": "
|
|
2744
|
+
"name": "disabled",
|
|
2719
2745
|
"type": {
|
|
2720
|
-
"text": "
|
|
2746
|
+
"text": "boolean"
|
|
2721
2747
|
},
|
|
2722
|
-
"
|
|
2723
|
-
"
|
|
2748
|
+
"default": "false",
|
|
2749
|
+
"description": "Specify if the message is disabled for HelpText",
|
|
2750
|
+
"fieldName": "disabled"
|
|
2724
2751
|
},
|
|
2725
2752
|
{
|
|
2726
|
-
"name": "
|
|
2753
|
+
"name": "hideIcon",
|
|
2754
|
+
"type": {
|
|
2755
|
+
"text": "boolean"
|
|
2756
|
+
},
|
|
2757
|
+
"default": "false",
|
|
2758
|
+
"description": "Specify if the icon displays on the HelperText",
|
|
2759
|
+
"fieldName": "hideIcon"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "text",
|
|
2727
2763
|
"type": {
|
|
2728
2764
|
"text": "string | undefined"
|
|
2729
2765
|
},
|
|
2730
|
-
"description": "
|
|
2731
|
-
"fieldName": "
|
|
2766
|
+
"description": "Add or customize content in the HelperText",
|
|
2767
|
+
"fieldName": "text"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "theme",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "'light' | 'dark' | undefined"
|
|
2773
|
+
},
|
|
2774
|
+
"description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
2775
|
+
"fieldName": "theme"
|
|
2732
2776
|
}
|
|
2733
2777
|
],
|
|
2734
2778
|
"superclass": {
|
|
2735
2779
|
"name": "LitElement",
|
|
2736
2780
|
"package": "lit"
|
|
2737
2781
|
},
|
|
2738
|
-
"tagName": "bm-
|
|
2782
|
+
"tagName": "bm-helper-text",
|
|
2739
2783
|
"customElement": true
|
|
2740
2784
|
}
|
|
2741
2785
|
],
|
|
2742
2786
|
"exports": [
|
|
2743
2787
|
{
|
|
2744
2788
|
"kind": "js",
|
|
2745
|
-
"name": "
|
|
2789
|
+
"name": "BmHelperText",
|
|
2746
2790
|
"declaration": {
|
|
2747
|
-
"name": "
|
|
2748
|
-
"module": "libs/web-components/src/lib/
|
|
2791
|
+
"name": "BmHelperText",
|
|
2792
|
+
"module": "libs/web-components/src/lib/HelperText/HelperText.ts"
|
|
2749
2793
|
}
|
|
2750
2794
|
},
|
|
2751
2795
|
{
|
|
2752
2796
|
"kind": "custom-element-definition",
|
|
2753
|
-
"name": "bm-
|
|
2797
|
+
"name": "bm-helper-text",
|
|
2754
2798
|
"declaration": {
|
|
2755
|
-
"name": "
|
|
2756
|
-
"module": "libs/web-components/src/lib/
|
|
2799
|
+
"name": "BmHelperText",
|
|
2800
|
+
"module": "libs/web-components/src/lib/HelperText/HelperText.ts"
|
|
2757
2801
|
}
|
|
2758
2802
|
}
|
|
2759
2803
|
]
|
|
2760
2804
|
},
|
|
2761
2805
|
{
|
|
2762
2806
|
"kind": "javascript-module",
|
|
2763
|
-
"path": "libs/web-components/src/lib/
|
|
2807
|
+
"path": "libs/web-components/src/lib/HelperText/index.ts",
|
|
2764
2808
|
"declarations": [],
|
|
2765
2809
|
"exports": [
|
|
2766
2810
|
{
|
|
@@ -2768,173 +2812,129 @@
|
|
|
2768
2812
|
"name": "*",
|
|
2769
2813
|
"declaration": {
|
|
2770
2814
|
"name": "*",
|
|
2771
|
-
"package": "./
|
|
2815
|
+
"package": "./HelperText"
|
|
2772
2816
|
}
|
|
2773
2817
|
}
|
|
2774
2818
|
]
|
|
2775
2819
|
},
|
|
2776
2820
|
{
|
|
2777
2821
|
"kind": "javascript-module",
|
|
2778
|
-
"path": "libs/web-components/src/lib/
|
|
2822
|
+
"path": "libs/web-components/src/lib/Icon/Icon.ts",
|
|
2779
2823
|
"declarations": [
|
|
2780
2824
|
{
|
|
2781
2825
|
"kind": "class",
|
|
2782
|
-
"description": "### Attributes:\n- **
|
|
2783
|
-
"name": "
|
|
2826
|
+
"description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon",
|
|
2827
|
+
"name": "BmIcon",
|
|
2784
2828
|
"slots": [
|
|
2785
2829
|
{
|
|
2786
|
-
"description": "
|
|
2830
|
+
"description": "Specify which Icon to display",
|
|
2787
2831
|
"name": "default"
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"description": "Specify a different icon for the HelperText",
|
|
2791
|
-
"name": "icon"
|
|
2792
2832
|
}
|
|
2793
2833
|
],
|
|
2794
2834
|
"members": [
|
|
2795
2835
|
{
|
|
2796
2836
|
"kind": "field",
|
|
2797
|
-
"name": "
|
|
2837
|
+
"name": "color",
|
|
2798
2838
|
"type": {
|
|
2799
|
-
"text": "'positive' | 'warning' | 'negative' | '
|
|
2839
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
|
|
2800
2840
|
},
|
|
2801
|
-
"
|
|
2802
|
-
"
|
|
2803
|
-
"attribute": "appearance"
|
|
2841
|
+
"description": "Specify the color of Icon",
|
|
2842
|
+
"attribute": "color"
|
|
2804
2843
|
},
|
|
2805
2844
|
{
|
|
2806
2845
|
"kind": "field",
|
|
2807
2846
|
"name": "size",
|
|
2808
2847
|
"type": {
|
|
2809
|
-
"text": "'sm' | 'md'"
|
|
2848
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2810
2849
|
},
|
|
2811
|
-
"default": "'
|
|
2812
|
-
"description": "Specify the size of
|
|
2850
|
+
"default": "'md'",
|
|
2851
|
+
"description": "Specify the size of Icon",
|
|
2813
2852
|
"attribute": "size"
|
|
2814
2853
|
},
|
|
2815
2854
|
{
|
|
2816
2855
|
"kind": "field",
|
|
2817
|
-
"name": "
|
|
2818
|
-
"type": {
|
|
2819
|
-
"text": "boolean"
|
|
2820
|
-
},
|
|
2821
|
-
"default": "false",
|
|
2822
|
-
"description": "Specify if the message is disabled for HelpText",
|
|
2823
|
-
"attribute": "disabled"
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"kind": "field",
|
|
2827
|
-
"name": "hideIcon",
|
|
2828
|
-
"type": {
|
|
2829
|
-
"text": "boolean"
|
|
2830
|
-
},
|
|
2831
|
-
"default": "false",
|
|
2832
|
-
"description": "Specify if the icon displays on the HelperText",
|
|
2833
|
-
"attribute": "hideIcon"
|
|
2834
|
-
},
|
|
2835
|
-
{
|
|
2836
|
-
"kind": "field",
|
|
2837
|
-
"name": "text",
|
|
2856
|
+
"name": "customIconSize",
|
|
2838
2857
|
"type": {
|
|
2839
2858
|
"text": "string | undefined"
|
|
2840
2859
|
},
|
|
2841
|
-
"description": "
|
|
2842
|
-
"attribute": "
|
|
2860
|
+
"description": "Specify a custom size for the Icon",
|
|
2861
|
+
"attribute": "customIconSize"
|
|
2843
2862
|
},
|
|
2844
2863
|
{
|
|
2845
2864
|
"kind": "field",
|
|
2846
|
-
"name": "
|
|
2865
|
+
"name": "customIconColor",
|
|
2847
2866
|
"type": {
|
|
2848
|
-
"text": "
|
|
2849
|
-
},
|
|
2850
|
-
"description": "Specify
|
|
2851
|
-
"attribute": "
|
|
2867
|
+
"text": "string | undefined"
|
|
2868
|
+
},
|
|
2869
|
+
"description": "Specify a custom color for the Icon",
|
|
2870
|
+
"attribute": "customIconColor"
|
|
2852
2871
|
}
|
|
2853
2872
|
],
|
|
2854
2873
|
"attributes": [
|
|
2855
2874
|
{
|
|
2856
|
-
"name": "
|
|
2875
|
+
"name": "color",
|
|
2857
2876
|
"type": {
|
|
2858
|
-
"text": "'positive' | 'warning' | 'negative' | '
|
|
2877
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
|
|
2859
2878
|
},
|
|
2860
|
-
"
|
|
2861
|
-
"
|
|
2862
|
-
"fieldName": "appearance"
|
|
2879
|
+
"description": "Specify the color of Icon",
|
|
2880
|
+
"fieldName": "color"
|
|
2863
2881
|
},
|
|
2864
2882
|
{
|
|
2865
2883
|
"name": "size",
|
|
2866
2884
|
"type": {
|
|
2867
|
-
"text": "'sm' | 'md'"
|
|
2885
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2868
2886
|
},
|
|
2869
|
-
"default": "'
|
|
2870
|
-
"description": "Specify the size of
|
|
2887
|
+
"default": "'md'",
|
|
2888
|
+
"description": "Specify the size of Icon",
|
|
2871
2889
|
"fieldName": "size"
|
|
2872
2890
|
},
|
|
2873
2891
|
{
|
|
2874
|
-
"name": "
|
|
2875
|
-
"type": {
|
|
2876
|
-
"text": "boolean"
|
|
2877
|
-
},
|
|
2878
|
-
"default": "false",
|
|
2879
|
-
"description": "Specify if the message is disabled for HelpText",
|
|
2880
|
-
"fieldName": "disabled"
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"name": "hideIcon",
|
|
2884
|
-
"type": {
|
|
2885
|
-
"text": "boolean"
|
|
2886
|
-
},
|
|
2887
|
-
"default": "false",
|
|
2888
|
-
"description": "Specify if the icon displays on the HelperText",
|
|
2889
|
-
"fieldName": "hideIcon"
|
|
2890
|
-
},
|
|
2891
|
-
{
|
|
2892
|
-
"name": "text",
|
|
2892
|
+
"name": "customIconSize",
|
|
2893
2893
|
"type": {
|
|
2894
2894
|
"text": "string | undefined"
|
|
2895
2895
|
},
|
|
2896
|
-
"description": "
|
|
2897
|
-
"fieldName": "
|
|
2896
|
+
"description": "Specify a custom size for the Icon",
|
|
2897
|
+
"fieldName": "customIconSize"
|
|
2898
2898
|
},
|
|
2899
2899
|
{
|
|
2900
|
-
"name": "
|
|
2900
|
+
"name": "customIconColor",
|
|
2901
2901
|
"type": {
|
|
2902
|
-
"text": "
|
|
2902
|
+
"text": "string | undefined"
|
|
2903
2903
|
},
|
|
2904
|
-
"description": "Specify
|
|
2905
|
-
"fieldName": "
|
|
2904
|
+
"description": "Specify a custom color for the Icon",
|
|
2905
|
+
"fieldName": "customIconColor"
|
|
2906
2906
|
}
|
|
2907
2907
|
],
|
|
2908
2908
|
"superclass": {
|
|
2909
2909
|
"name": "LitElement",
|
|
2910
2910
|
"package": "lit"
|
|
2911
2911
|
},
|
|
2912
|
-
"tagName": "bm-
|
|
2912
|
+
"tagName": "bm-icon",
|
|
2913
2913
|
"customElement": true
|
|
2914
2914
|
}
|
|
2915
2915
|
],
|
|
2916
2916
|
"exports": [
|
|
2917
2917
|
{
|
|
2918
2918
|
"kind": "js",
|
|
2919
|
-
"name": "
|
|
2919
|
+
"name": "BmIcon",
|
|
2920
2920
|
"declaration": {
|
|
2921
|
-
"name": "
|
|
2922
|
-
"module": "libs/web-components/src/lib/
|
|
2921
|
+
"name": "BmIcon",
|
|
2922
|
+
"module": "libs/web-components/src/lib/Icon/Icon.ts"
|
|
2923
2923
|
}
|
|
2924
2924
|
},
|
|
2925
2925
|
{
|
|
2926
2926
|
"kind": "custom-element-definition",
|
|
2927
|
-
"name": "bm-
|
|
2927
|
+
"name": "bm-icon",
|
|
2928
2928
|
"declaration": {
|
|
2929
|
-
"name": "
|
|
2930
|
-
"module": "libs/web-components/src/lib/
|
|
2929
|
+
"name": "BmIcon",
|
|
2930
|
+
"module": "libs/web-components/src/lib/Icon/Icon.ts"
|
|
2931
2931
|
}
|
|
2932
2932
|
}
|
|
2933
2933
|
]
|
|
2934
2934
|
},
|
|
2935
2935
|
{
|
|
2936
2936
|
"kind": "javascript-module",
|
|
2937
|
-
"path": "libs/web-components/src/lib/
|
|
2937
|
+
"path": "libs/web-components/src/lib/Icon/index.ts",
|
|
2938
2938
|
"declarations": [],
|
|
2939
2939
|
"exports": [
|
|
2940
2940
|
{
|
|
@@ -2942,7 +2942,7 @@
|
|
|
2942
2942
|
"name": "*",
|
|
2943
2943
|
"declaration": {
|
|
2944
2944
|
"name": "*",
|
|
2945
|
-
"package": "./
|
|
2945
|
+
"package": "./Icon"
|
|
2946
2946
|
}
|
|
2947
2947
|
}
|
|
2948
2948
|
]
|
|
@@ -9365,23 +9365,238 @@
|
|
|
9365
9365
|
"type": {
|
|
9366
9366
|
"text": "string"
|
|
9367
9367
|
}
|
|
9368
|
-
}
|
|
9368
|
+
}
|
|
9369
|
+
}
|
|
9370
|
+
],
|
|
9371
|
+
"exports": [
|
|
9372
|
+
{
|
|
9373
|
+
"kind": "js",
|
|
9374
|
+
"name": "createId",
|
|
9375
|
+
"declaration": {
|
|
9376
|
+
"name": "createId",
|
|
9377
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
9378
|
+
}
|
|
9379
|
+
}
|
|
9380
|
+
]
|
|
9381
|
+
},
|
|
9382
|
+
{
|
|
9383
|
+
"kind": "javascript-module",
|
|
9384
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
9385
|
+
"declarations": [],
|
|
9386
|
+
"exports": [
|
|
9387
|
+
{
|
|
9388
|
+
"kind": "js",
|
|
9389
|
+
"name": "*",
|
|
9390
|
+
"declaration": {
|
|
9391
|
+
"name": "*",
|
|
9392
|
+
"package": "./Form"
|
|
9393
|
+
}
|
|
9394
|
+
},
|
|
9395
|
+
{
|
|
9396
|
+
"kind": "js",
|
|
9397
|
+
"name": "*",
|
|
9398
|
+
"declaration": {
|
|
9399
|
+
"name": "*",
|
|
9400
|
+
"package": "./Form.decorator"
|
|
9401
|
+
}
|
|
9402
|
+
}
|
|
9403
|
+
]
|
|
9404
|
+
},
|
|
9405
|
+
{
|
|
9406
|
+
"kind": "javascript-module",
|
|
9407
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9408
|
+
"declarations": [
|
|
9409
|
+
{
|
|
9410
|
+
"kind": "class",
|
|
9411
|
+
"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",
|
|
9412
|
+
"name": "BmRadioButton",
|
|
9413
|
+
"members": [
|
|
9414
|
+
{
|
|
9415
|
+
"kind": "field",
|
|
9416
|
+
"name": "label",
|
|
9417
|
+
"type": {
|
|
9418
|
+
"text": "string | undefined"
|
|
9419
|
+
},
|
|
9420
|
+
"description": "Specify the text for the label",
|
|
9421
|
+
"attribute": "label"
|
|
9422
|
+
},
|
|
9423
|
+
{
|
|
9424
|
+
"kind": "field",
|
|
9425
|
+
"name": "error",
|
|
9426
|
+
"type": {
|
|
9427
|
+
"text": "boolean | undefined"
|
|
9428
|
+
},
|
|
9429
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
9430
|
+
"attribute": "error"
|
|
9431
|
+
},
|
|
9432
|
+
{
|
|
9433
|
+
"kind": "field",
|
|
9434
|
+
"name": "readOnly",
|
|
9435
|
+
"type": {
|
|
9436
|
+
"text": "boolean | undefined"
|
|
9437
|
+
},
|
|
9438
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
9439
|
+
"attribute": "readOnly"
|
|
9440
|
+
},
|
|
9441
|
+
{
|
|
9442
|
+
"kind": "field",
|
|
9443
|
+
"name": "disabled",
|
|
9444
|
+
"type": {
|
|
9445
|
+
"text": "boolean | undefined"
|
|
9446
|
+
},
|
|
9447
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
9448
|
+
"attribute": "disabled"
|
|
9449
|
+
},
|
|
9450
|
+
{
|
|
9451
|
+
"kind": "field",
|
|
9452
|
+
"name": "theme",
|
|
9453
|
+
"type": {
|
|
9454
|
+
"text": "'light' | 'dark' | undefined"
|
|
9455
|
+
},
|
|
9456
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9457
|
+
"attribute": "theme"
|
|
9458
|
+
},
|
|
9459
|
+
{
|
|
9460
|
+
"kind": "field",
|
|
9461
|
+
"name": "value",
|
|
9462
|
+
"type": {
|
|
9463
|
+
"text": "string | undefined"
|
|
9464
|
+
},
|
|
9465
|
+
"description": "The value attribute for the input element",
|
|
9466
|
+
"attribute": "value"
|
|
9467
|
+
},
|
|
9468
|
+
{
|
|
9469
|
+
"kind": "field",
|
|
9470
|
+
"name": "checked",
|
|
9471
|
+
"type": {
|
|
9472
|
+
"text": "boolean"
|
|
9473
|
+
},
|
|
9474
|
+
"default": "false",
|
|
9475
|
+
"description": "The checked attribute for the input element",
|
|
9476
|
+
"attribute": "checked"
|
|
9477
|
+
},
|
|
9478
|
+
{
|
|
9479
|
+
"kind": "field",
|
|
9480
|
+
"name": "onKeyDown",
|
|
9481
|
+
"type": {
|
|
9482
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9483
|
+
},
|
|
9484
|
+
"description": "A user-defined function to handle keydown events",
|
|
9485
|
+
"attribute": "onKeyDown"
|
|
9486
|
+
},
|
|
9487
|
+
{
|
|
9488
|
+
"kind": "field",
|
|
9489
|
+
"name": "inputChoiceGroupContext",
|
|
9490
|
+
"type": {
|
|
9491
|
+
"text": "InputChoiceGroupContextProps"
|
|
9492
|
+
}
|
|
9493
|
+
},
|
|
9494
|
+
{
|
|
9495
|
+
"kind": "field",
|
|
9496
|
+
"name": "radioButtonRef"
|
|
9497
|
+
},
|
|
9498
|
+
{
|
|
9499
|
+
"kind": "method",
|
|
9500
|
+
"name": "focus"
|
|
9501
|
+
}
|
|
9502
|
+
],
|
|
9503
|
+
"attributes": [
|
|
9504
|
+
{
|
|
9505
|
+
"name": "label",
|
|
9506
|
+
"type": {
|
|
9507
|
+
"text": "string | undefined"
|
|
9508
|
+
},
|
|
9509
|
+
"description": "Specify the text for the label",
|
|
9510
|
+
"fieldName": "label"
|
|
9511
|
+
},
|
|
9512
|
+
{
|
|
9513
|
+
"name": "error",
|
|
9514
|
+
"type": {
|
|
9515
|
+
"text": "boolean | undefined"
|
|
9516
|
+
},
|
|
9517
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
9518
|
+
"fieldName": "error"
|
|
9519
|
+
},
|
|
9520
|
+
{
|
|
9521
|
+
"name": "readOnly",
|
|
9522
|
+
"type": {
|
|
9523
|
+
"text": "boolean | undefined"
|
|
9524
|
+
},
|
|
9525
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
9526
|
+
"fieldName": "readOnly"
|
|
9527
|
+
},
|
|
9528
|
+
{
|
|
9529
|
+
"name": "disabled",
|
|
9530
|
+
"type": {
|
|
9531
|
+
"text": "boolean | undefined"
|
|
9532
|
+
},
|
|
9533
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
9534
|
+
"fieldName": "disabled"
|
|
9535
|
+
},
|
|
9536
|
+
{
|
|
9537
|
+
"name": "theme",
|
|
9538
|
+
"type": {
|
|
9539
|
+
"text": "'light' | 'dark' | undefined"
|
|
9540
|
+
},
|
|
9541
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9542
|
+
"fieldName": "theme"
|
|
9543
|
+
},
|
|
9544
|
+
{
|
|
9545
|
+
"name": "value",
|
|
9546
|
+
"type": {
|
|
9547
|
+
"text": "string | undefined"
|
|
9548
|
+
},
|
|
9549
|
+
"description": "The value attribute for the input element",
|
|
9550
|
+
"fieldName": "value"
|
|
9551
|
+
},
|
|
9552
|
+
{
|
|
9553
|
+
"name": "checked",
|
|
9554
|
+
"type": {
|
|
9555
|
+
"text": "boolean"
|
|
9556
|
+
},
|
|
9557
|
+
"default": "false",
|
|
9558
|
+
"description": "The checked attribute for the input element",
|
|
9559
|
+
"fieldName": "checked"
|
|
9560
|
+
},
|
|
9561
|
+
{
|
|
9562
|
+
"name": "onKeyDown",
|
|
9563
|
+
"type": {
|
|
9564
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9565
|
+
},
|
|
9566
|
+
"description": "A user-defined function to handle keydown events",
|
|
9567
|
+
"fieldName": "onKeyDown"
|
|
9568
|
+
}
|
|
9569
|
+
],
|
|
9570
|
+
"superclass": {
|
|
9571
|
+
"name": "LitElement",
|
|
9572
|
+
"package": "lit"
|
|
9573
|
+
},
|
|
9574
|
+
"tagName": "bm-radio-button",
|
|
9575
|
+
"customElement": true
|
|
9369
9576
|
}
|
|
9370
9577
|
],
|
|
9371
9578
|
"exports": [
|
|
9372
9579
|
{
|
|
9373
9580
|
"kind": "js",
|
|
9374
|
-
"name": "
|
|
9581
|
+
"name": "BmRadioButton",
|
|
9375
9582
|
"declaration": {
|
|
9376
|
-
"name": "
|
|
9377
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9583
|
+
"name": "BmRadioButton",
|
|
9584
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9585
|
+
}
|
|
9586
|
+
},
|
|
9587
|
+
{
|
|
9588
|
+
"kind": "custom-element-definition",
|
|
9589
|
+
"name": "bm-radio-button",
|
|
9590
|
+
"declaration": {
|
|
9591
|
+
"name": "BmRadioButton",
|
|
9592
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9378
9593
|
}
|
|
9379
9594
|
}
|
|
9380
9595
|
]
|
|
9381
9596
|
},
|
|
9382
9597
|
{
|
|
9383
9598
|
"kind": "javascript-module",
|
|
9384
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9599
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
9385
9600
|
"declarations": [],
|
|
9386
9601
|
"exports": [
|
|
9387
9602
|
{
|
|
@@ -9389,7 +9604,7 @@
|
|
|
9389
9604
|
"name": "*",
|
|
9390
9605
|
"declaration": {
|
|
9391
9606
|
"name": "*",
|
|
9392
|
-
"package": "./
|
|
9607
|
+
"package": "./RadioButton"
|
|
9393
9608
|
}
|
|
9394
9609
|
},
|
|
9395
9610
|
{
|
|
@@ -9397,7 +9612,7 @@
|
|
|
9397
9612
|
"name": "*",
|
|
9398
9613
|
"declaration": {
|
|
9399
9614
|
"name": "*",
|
|
9400
|
-
"package": "./
|
|
9615
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9401
9616
|
}
|
|
9402
9617
|
}
|
|
9403
9618
|
]
|
|
@@ -9920,221 +10135,6 @@
|
|
|
9920
10135
|
}
|
|
9921
10136
|
]
|
|
9922
10137
|
},
|
|
9923
|
-
{
|
|
9924
|
-
"kind": "javascript-module",
|
|
9925
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9926
|
-
"declarations": [
|
|
9927
|
-
{
|
|
9928
|
-
"kind": "class",
|
|
9929
|
-
"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",
|
|
9930
|
-
"name": "BmRadioButton",
|
|
9931
|
-
"members": [
|
|
9932
|
-
{
|
|
9933
|
-
"kind": "field",
|
|
9934
|
-
"name": "label",
|
|
9935
|
-
"type": {
|
|
9936
|
-
"text": "string | undefined"
|
|
9937
|
-
},
|
|
9938
|
-
"description": "Specify the text for the label",
|
|
9939
|
-
"attribute": "label"
|
|
9940
|
-
},
|
|
9941
|
-
{
|
|
9942
|
-
"kind": "field",
|
|
9943
|
-
"name": "error",
|
|
9944
|
-
"type": {
|
|
9945
|
-
"text": "boolean | undefined"
|
|
9946
|
-
},
|
|
9947
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
9948
|
-
"attribute": "error"
|
|
9949
|
-
},
|
|
9950
|
-
{
|
|
9951
|
-
"kind": "field",
|
|
9952
|
-
"name": "readOnly",
|
|
9953
|
-
"type": {
|
|
9954
|
-
"text": "boolean | undefined"
|
|
9955
|
-
},
|
|
9956
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
9957
|
-
"attribute": "readOnly"
|
|
9958
|
-
},
|
|
9959
|
-
{
|
|
9960
|
-
"kind": "field",
|
|
9961
|
-
"name": "disabled",
|
|
9962
|
-
"type": {
|
|
9963
|
-
"text": "boolean | undefined"
|
|
9964
|
-
},
|
|
9965
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
9966
|
-
"attribute": "disabled"
|
|
9967
|
-
},
|
|
9968
|
-
{
|
|
9969
|
-
"kind": "field",
|
|
9970
|
-
"name": "theme",
|
|
9971
|
-
"type": {
|
|
9972
|
-
"text": "'light' | 'dark' | undefined"
|
|
9973
|
-
},
|
|
9974
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9975
|
-
"attribute": "theme"
|
|
9976
|
-
},
|
|
9977
|
-
{
|
|
9978
|
-
"kind": "field",
|
|
9979
|
-
"name": "value",
|
|
9980
|
-
"type": {
|
|
9981
|
-
"text": "string | undefined"
|
|
9982
|
-
},
|
|
9983
|
-
"description": "The value attribute for the input element",
|
|
9984
|
-
"attribute": "value"
|
|
9985
|
-
},
|
|
9986
|
-
{
|
|
9987
|
-
"kind": "field",
|
|
9988
|
-
"name": "checked",
|
|
9989
|
-
"type": {
|
|
9990
|
-
"text": "boolean"
|
|
9991
|
-
},
|
|
9992
|
-
"default": "false",
|
|
9993
|
-
"description": "The checked attribute for the input element",
|
|
9994
|
-
"attribute": "checked"
|
|
9995
|
-
},
|
|
9996
|
-
{
|
|
9997
|
-
"kind": "field",
|
|
9998
|
-
"name": "onKeyDown",
|
|
9999
|
-
"type": {
|
|
10000
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
10001
|
-
},
|
|
10002
|
-
"description": "A user-defined function to handle keydown events",
|
|
10003
|
-
"attribute": "onKeyDown"
|
|
10004
|
-
},
|
|
10005
|
-
{
|
|
10006
|
-
"kind": "field",
|
|
10007
|
-
"name": "inputChoiceGroupContext",
|
|
10008
|
-
"type": {
|
|
10009
|
-
"text": "InputChoiceGroupContextProps"
|
|
10010
|
-
}
|
|
10011
|
-
},
|
|
10012
|
-
{
|
|
10013
|
-
"kind": "field",
|
|
10014
|
-
"name": "radioButtonRef"
|
|
10015
|
-
},
|
|
10016
|
-
{
|
|
10017
|
-
"kind": "method",
|
|
10018
|
-
"name": "focus"
|
|
10019
|
-
}
|
|
10020
|
-
],
|
|
10021
|
-
"attributes": [
|
|
10022
|
-
{
|
|
10023
|
-
"name": "label",
|
|
10024
|
-
"type": {
|
|
10025
|
-
"text": "string | undefined"
|
|
10026
|
-
},
|
|
10027
|
-
"description": "Specify the text for the label",
|
|
10028
|
-
"fieldName": "label"
|
|
10029
|
-
},
|
|
10030
|
-
{
|
|
10031
|
-
"name": "error",
|
|
10032
|
-
"type": {
|
|
10033
|
-
"text": "boolean | undefined"
|
|
10034
|
-
},
|
|
10035
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
10036
|
-
"fieldName": "error"
|
|
10037
|
-
},
|
|
10038
|
-
{
|
|
10039
|
-
"name": "readOnly",
|
|
10040
|
-
"type": {
|
|
10041
|
-
"text": "boolean | undefined"
|
|
10042
|
-
},
|
|
10043
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
10044
|
-
"fieldName": "readOnly"
|
|
10045
|
-
},
|
|
10046
|
-
{
|
|
10047
|
-
"name": "disabled",
|
|
10048
|
-
"type": {
|
|
10049
|
-
"text": "boolean | undefined"
|
|
10050
|
-
},
|
|
10051
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
10052
|
-
"fieldName": "disabled"
|
|
10053
|
-
},
|
|
10054
|
-
{
|
|
10055
|
-
"name": "theme",
|
|
10056
|
-
"type": {
|
|
10057
|
-
"text": "'light' | 'dark' | undefined"
|
|
10058
|
-
},
|
|
10059
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
10060
|
-
"fieldName": "theme"
|
|
10061
|
-
},
|
|
10062
|
-
{
|
|
10063
|
-
"name": "value",
|
|
10064
|
-
"type": {
|
|
10065
|
-
"text": "string | undefined"
|
|
10066
|
-
},
|
|
10067
|
-
"description": "The value attribute for the input element",
|
|
10068
|
-
"fieldName": "value"
|
|
10069
|
-
},
|
|
10070
|
-
{
|
|
10071
|
-
"name": "checked",
|
|
10072
|
-
"type": {
|
|
10073
|
-
"text": "boolean"
|
|
10074
|
-
},
|
|
10075
|
-
"default": "false",
|
|
10076
|
-
"description": "The checked attribute for the input element",
|
|
10077
|
-
"fieldName": "checked"
|
|
10078
|
-
},
|
|
10079
|
-
{
|
|
10080
|
-
"name": "onKeyDown",
|
|
10081
|
-
"type": {
|
|
10082
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
10083
|
-
},
|
|
10084
|
-
"description": "A user-defined function to handle keydown events",
|
|
10085
|
-
"fieldName": "onKeyDown"
|
|
10086
|
-
}
|
|
10087
|
-
],
|
|
10088
|
-
"superclass": {
|
|
10089
|
-
"name": "LitElement",
|
|
10090
|
-
"package": "lit"
|
|
10091
|
-
},
|
|
10092
|
-
"tagName": "bm-radio-button",
|
|
10093
|
-
"customElement": true
|
|
10094
|
-
}
|
|
10095
|
-
],
|
|
10096
|
-
"exports": [
|
|
10097
|
-
{
|
|
10098
|
-
"kind": "js",
|
|
10099
|
-
"name": "BmRadioButton",
|
|
10100
|
-
"declaration": {
|
|
10101
|
-
"name": "BmRadioButton",
|
|
10102
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
10103
|
-
}
|
|
10104
|
-
},
|
|
10105
|
-
{
|
|
10106
|
-
"kind": "custom-element-definition",
|
|
10107
|
-
"name": "bm-radio-button",
|
|
10108
|
-
"declaration": {
|
|
10109
|
-
"name": "BmRadioButton",
|
|
10110
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
10111
|
-
}
|
|
10112
|
-
}
|
|
10113
|
-
]
|
|
10114
|
-
},
|
|
10115
|
-
{
|
|
10116
|
-
"kind": "javascript-module",
|
|
10117
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
10118
|
-
"declarations": [],
|
|
10119
|
-
"exports": [
|
|
10120
|
-
{
|
|
10121
|
-
"kind": "js",
|
|
10122
|
-
"name": "*",
|
|
10123
|
-
"declaration": {
|
|
10124
|
-
"name": "*",
|
|
10125
|
-
"package": "./RadioButton"
|
|
10126
|
-
}
|
|
10127
|
-
},
|
|
10128
|
-
{
|
|
10129
|
-
"kind": "js",
|
|
10130
|
-
"name": "*",
|
|
10131
|
-
"declaration": {
|
|
10132
|
-
"name": "*",
|
|
10133
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
10134
|
-
}
|
|
10135
|
-
}
|
|
10136
|
-
]
|
|
10137
|
-
},
|
|
10138
10138
|
{
|
|
10139
10139
|
"kind": "javascript-module",
|
|
10140
10140
|
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|