@viasat/beam-web-components 2.19.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1595 -1595
- package/package.json +6 -6
- package/vscode.html-custom-data.json +297 -297
package/custom-elements.json
CHANGED
|
@@ -294,15 +294,19 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
302
|
+
"name": "BmBadge",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
305
|
+
"description": "Provide text for the Badge",
|
|
306
|
+
"name": "default"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"description": "Specify a different icon for the Badge",
|
|
306
310
|
"name": "icon"
|
|
307
311
|
}
|
|
308
312
|
],
|
|
@@ -311,359 +315,258 @@
|
|
|
311
315
|
"kind": "field",
|
|
312
316
|
"name": "appearance",
|
|
313
317
|
"type": {
|
|
314
|
-
"text": "'
|
|
318
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
315
319
|
},
|
|
316
|
-
"default": "'
|
|
317
|
-
"description": "Specify the appearance of the
|
|
320
|
+
"default": "'infoPrimary'",
|
|
321
|
+
"description": "Specify the appearance of the Badge",
|
|
318
322
|
"attribute": "appearance"
|
|
319
323
|
},
|
|
320
324
|
{
|
|
321
325
|
"kind": "field",
|
|
322
|
-
"name": "
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "string | undefined"
|
|
325
|
-
},
|
|
326
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
327
|
-
"attribute": "name"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "field",
|
|
331
|
-
"name": "src",
|
|
332
|
-
"type": {
|
|
333
|
-
"text": "string | undefined"
|
|
334
|
-
},
|
|
335
|
-
"description": "Pass an image to the Avatar",
|
|
336
|
-
"attribute": "src"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"kind": "field",
|
|
340
|
-
"name": "alt",
|
|
326
|
+
"name": "theme",
|
|
341
327
|
"type": {
|
|
342
|
-
"text": "
|
|
328
|
+
"text": "'light' | 'dark' | undefined"
|
|
343
329
|
},
|
|
344
|
-
"description": "
|
|
345
|
-
"attribute": "
|
|
330
|
+
"description": "Theme of the Badge",
|
|
331
|
+
"attribute": "theme"
|
|
346
332
|
},
|
|
347
333
|
{
|
|
348
334
|
"kind": "field",
|
|
349
335
|
"name": "size",
|
|
350
336
|
"type": {
|
|
351
|
-
"text": "'
|
|
337
|
+
"text": "'sm' | 'md' | undefined"
|
|
352
338
|
},
|
|
353
|
-
"default": "'
|
|
354
|
-
"description": "Specify the size of the
|
|
339
|
+
"default": "'sm'",
|
|
340
|
+
"description": "Specify the size of the Badge",
|
|
355
341
|
"attribute": "size"
|
|
356
342
|
},
|
|
357
343
|
{
|
|
358
344
|
"kind": "field",
|
|
359
|
-
"name": "
|
|
360
|
-
"type": {
|
|
361
|
-
"text": "boolean | undefined"
|
|
362
|
-
},
|
|
363
|
-
"default": "false",
|
|
364
|
-
"description": "Specify if the Avatar is disabled",
|
|
365
|
-
"attribute": "disabled"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "field",
|
|
369
|
-
"name": "shape",
|
|
370
|
-
"type": {
|
|
371
|
-
"text": "'circle' | 'square' | undefined"
|
|
372
|
-
},
|
|
373
|
-
"default": "'circle'",
|
|
374
|
-
"description": "Specify the shape of the Avatar",
|
|
375
|
-
"attribute": "shape"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"kind": "field",
|
|
379
|
-
"name": "isInteractive",
|
|
380
|
-
"type": {
|
|
381
|
-
"text": "boolean"
|
|
382
|
-
},
|
|
383
|
-
"default": "false",
|
|
384
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
385
|
-
"attribute": "isInteractive"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"kind": "field",
|
|
389
|
-
"name": "isFocusable",
|
|
345
|
+
"name": "emphasis",
|
|
390
346
|
"type": {
|
|
391
|
-
"text": "
|
|
347
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
392
348
|
},
|
|
393
|
-
"default": "
|
|
394
|
-
"description": "
|
|
395
|
-
"attribute": "
|
|
349
|
+
"default": "'strong'",
|
|
350
|
+
"description": "Specify the emphasis of the Badge",
|
|
351
|
+
"attribute": "emphasis"
|
|
396
352
|
},
|
|
397
353
|
{
|
|
398
354
|
"kind": "field",
|
|
399
|
-
"name": "
|
|
355
|
+
"name": "hideIcon",
|
|
400
356
|
"type": {
|
|
401
|
-
"text": "boolean"
|
|
357
|
+
"text": "boolean | undefined"
|
|
402
358
|
},
|
|
403
|
-
"
|
|
404
|
-
"attribute": "
|
|
359
|
+
"description": "Hides Badge icon",
|
|
360
|
+
"attribute": "hideIcon"
|
|
405
361
|
}
|
|
406
362
|
],
|
|
407
363
|
"attributes": [
|
|
408
364
|
{
|
|
409
365
|
"name": "appearance",
|
|
410
366
|
"type": {
|
|
411
|
-
"text": "'
|
|
367
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
412
368
|
},
|
|
413
|
-
"default": "'
|
|
414
|
-
"description": "Specify the appearance of the
|
|
369
|
+
"default": "'infoPrimary'",
|
|
370
|
+
"description": "Specify the appearance of the Badge",
|
|
415
371
|
"fieldName": "appearance"
|
|
416
372
|
},
|
|
417
373
|
{
|
|
418
|
-
"name": "
|
|
419
|
-
"type": {
|
|
420
|
-
"text": "string | undefined"
|
|
421
|
-
},
|
|
422
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
423
|
-
"fieldName": "name"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"name": "src",
|
|
427
|
-
"type": {
|
|
428
|
-
"text": "string | undefined"
|
|
429
|
-
},
|
|
430
|
-
"description": "Pass an image to the Avatar",
|
|
431
|
-
"fieldName": "src"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "alt",
|
|
374
|
+
"name": "theme",
|
|
435
375
|
"type": {
|
|
436
|
-
"text": "
|
|
376
|
+
"text": "'light' | 'dark' | undefined"
|
|
437
377
|
},
|
|
438
|
-
"description": "
|
|
439
|
-
"fieldName": "
|
|
378
|
+
"description": "Theme of the Badge",
|
|
379
|
+
"fieldName": "theme"
|
|
440
380
|
},
|
|
441
381
|
{
|
|
442
382
|
"name": "size",
|
|
443
383
|
"type": {
|
|
444
|
-
"text": "'
|
|
384
|
+
"text": "'sm' | 'md' | undefined"
|
|
445
385
|
},
|
|
446
|
-
"default": "'
|
|
447
|
-
"description": "Specify the size of the
|
|
386
|
+
"default": "'sm'",
|
|
387
|
+
"description": "Specify the size of the Badge",
|
|
448
388
|
"fieldName": "size"
|
|
449
389
|
},
|
|
450
390
|
{
|
|
451
|
-
"name": "
|
|
452
|
-
"type": {
|
|
453
|
-
"text": "boolean | undefined"
|
|
454
|
-
},
|
|
455
|
-
"default": "false",
|
|
456
|
-
"description": "Specify if the Avatar is disabled",
|
|
457
|
-
"fieldName": "disabled"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"name": "shape",
|
|
461
|
-
"type": {
|
|
462
|
-
"text": "'circle' | 'square' | undefined"
|
|
463
|
-
},
|
|
464
|
-
"default": "'circle'",
|
|
465
|
-
"description": "Specify the shape of the Avatar",
|
|
466
|
-
"fieldName": "shape"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "isInteractive",
|
|
470
|
-
"type": {
|
|
471
|
-
"text": "boolean"
|
|
472
|
-
},
|
|
473
|
-
"default": "false",
|
|
474
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
475
|
-
"fieldName": "isInteractive"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"name": "isFocusable",
|
|
391
|
+
"name": "emphasis",
|
|
479
392
|
"type": {
|
|
480
|
-
"text": "
|
|
393
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
481
394
|
},
|
|
482
|
-
"default": "
|
|
483
|
-
"description": "
|
|
484
|
-
"fieldName": "
|
|
395
|
+
"default": "'strong'",
|
|
396
|
+
"description": "Specify the emphasis of the Badge",
|
|
397
|
+
"fieldName": "emphasis"
|
|
485
398
|
},
|
|
486
399
|
{
|
|
487
|
-
"name": "
|
|
400
|
+
"name": "hideIcon",
|
|
488
401
|
"type": {
|
|
489
|
-
"text": "boolean"
|
|
402
|
+
"text": "boolean | undefined"
|
|
490
403
|
},
|
|
491
|
-
"
|
|
492
|
-
"fieldName": "
|
|
404
|
+
"description": "Hides Badge icon",
|
|
405
|
+
"fieldName": "hideIcon"
|
|
493
406
|
}
|
|
494
407
|
],
|
|
495
408
|
"superclass": {
|
|
496
409
|
"name": "LitElement",
|
|
497
410
|
"package": "lit"
|
|
498
411
|
},
|
|
499
|
-
"tagName": "bm-
|
|
412
|
+
"tagName": "bm-badge",
|
|
500
413
|
"customElement": true
|
|
501
414
|
}
|
|
502
415
|
],
|
|
503
416
|
"exports": [
|
|
504
417
|
{
|
|
505
418
|
"kind": "js",
|
|
506
|
-
"name": "
|
|
419
|
+
"name": "BmBadge",
|
|
507
420
|
"declaration": {
|
|
508
|
-
"name": "
|
|
509
|
-
"module": "libs/web-components/src/lib/
|
|
421
|
+
"name": "BmBadge",
|
|
422
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
510
423
|
}
|
|
511
424
|
},
|
|
512
425
|
{
|
|
513
426
|
"kind": "custom-element-definition",
|
|
514
|
-
"name": "bm-
|
|
427
|
+
"name": "bm-badge",
|
|
515
428
|
"declaration": {
|
|
516
|
-
"name": "
|
|
517
|
-
"module": "libs/web-components/src/lib/
|
|
429
|
+
"name": "BmBadge",
|
|
430
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
518
431
|
}
|
|
519
432
|
}
|
|
520
433
|
]
|
|
521
434
|
},
|
|
522
435
|
{
|
|
523
436
|
"kind": "javascript-module",
|
|
524
|
-
"path": "libs/web-components/src/lib/
|
|
525
|
-
"declarations": [
|
|
526
|
-
{
|
|
527
|
-
"kind": "variable",
|
|
528
|
-
"name": "AvatarGroupCtx"
|
|
529
|
-
}
|
|
530
|
-
],
|
|
437
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
438
|
+
"declarations": [],
|
|
531
439
|
"exports": [
|
|
532
440
|
{
|
|
533
441
|
"kind": "js",
|
|
534
|
-
"name": "
|
|
442
|
+
"name": "*",
|
|
535
443
|
"declaration": {
|
|
536
|
-
"name": "
|
|
537
|
-
"
|
|
444
|
+
"name": "*",
|
|
445
|
+
"package": "./Badge"
|
|
538
446
|
}
|
|
539
447
|
}
|
|
540
448
|
]
|
|
541
449
|
},
|
|
542
450
|
{
|
|
543
451
|
"kind": "javascript-module",
|
|
544
|
-
"path": "libs/web-components/src/lib/
|
|
452
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
545
453
|
"declarations": [
|
|
546
454
|
{
|
|
547
455
|
"kind": "class",
|
|
548
|
-
"description": "`bm-
|
|
549
|
-
"name": "
|
|
456
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
457
|
+
"name": "BmBadgeDot",
|
|
550
458
|
"slots": [
|
|
551
459
|
{
|
|
552
|
-
"description": "
|
|
460
|
+
"description": "Provide text for the BadgeDot",
|
|
553
461
|
"name": "default"
|
|
554
462
|
}
|
|
555
463
|
],
|
|
556
464
|
"members": [
|
|
557
465
|
{
|
|
558
466
|
"kind": "field",
|
|
559
|
-
"name": "
|
|
467
|
+
"name": "theme",
|
|
560
468
|
"type": {
|
|
561
|
-
"text": "
|
|
469
|
+
"text": "'light' | 'dark' | undefined"
|
|
562
470
|
},
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
"attribute": "wrapping"
|
|
471
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
472
|
+
"attribute": "theme"
|
|
566
473
|
},
|
|
567
474
|
{
|
|
568
475
|
"kind": "field",
|
|
569
|
-
"name": "
|
|
476
|
+
"name": "appearance",
|
|
570
477
|
"type": {
|
|
571
|
-
"text": "
|
|
478
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
572
479
|
},
|
|
573
|
-
"default": "
|
|
574
|
-
"description": "Specify the
|
|
575
|
-
"attribute": "
|
|
576
|
-
"reflects": true
|
|
480
|
+
"default": "'infoPrimary'",
|
|
481
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
482
|
+
"attribute": "appearance"
|
|
577
483
|
},
|
|
578
484
|
{
|
|
579
485
|
"kind": "field",
|
|
580
|
-
"name": "
|
|
486
|
+
"name": "emphasis",
|
|
581
487
|
"type": {
|
|
582
|
-
"text": "'
|
|
488
|
+
"text": "'strong' | 'subtle'"
|
|
583
489
|
},
|
|
584
|
-
"default": "'
|
|
585
|
-
"description": "Specify the
|
|
586
|
-
"attribute": "
|
|
490
|
+
"default": "'strong'",
|
|
491
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
492
|
+
"attribute": "emphasis"
|
|
587
493
|
},
|
|
588
494
|
{
|
|
589
495
|
"kind": "field",
|
|
590
|
-
"name": "
|
|
496
|
+
"name": "overrideDotColor",
|
|
591
497
|
"type": {
|
|
592
|
-
"text": "
|
|
498
|
+
"text": "string | undefined"
|
|
593
499
|
},
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"attribute": "layout"
|
|
500
|
+
"description": "Overrides default dot color",
|
|
501
|
+
"attribute": "overrideDotColor"
|
|
597
502
|
}
|
|
598
503
|
],
|
|
599
504
|
"attributes": [
|
|
600
505
|
{
|
|
601
|
-
"name": "
|
|
506
|
+
"name": "theme",
|
|
602
507
|
"type": {
|
|
603
|
-
"text": "
|
|
508
|
+
"text": "'light' | 'dark' | undefined"
|
|
604
509
|
},
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"fieldName": "wrapping"
|
|
510
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
511
|
+
"fieldName": "theme"
|
|
608
512
|
},
|
|
609
513
|
{
|
|
610
|
-
"name": "
|
|
514
|
+
"name": "appearance",
|
|
611
515
|
"type": {
|
|
612
|
-
"text": "
|
|
516
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
613
517
|
},
|
|
614
|
-
"default": "
|
|
615
|
-
"description": "Specify the
|
|
616
|
-
"fieldName": "
|
|
518
|
+
"default": "'infoPrimary'",
|
|
519
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
520
|
+
"fieldName": "appearance"
|
|
617
521
|
},
|
|
618
522
|
{
|
|
619
|
-
"name": "
|
|
523
|
+
"name": "emphasis",
|
|
620
524
|
"type": {
|
|
621
|
-
"text": "'
|
|
525
|
+
"text": "'strong' | 'subtle'"
|
|
622
526
|
},
|
|
623
|
-
"default": "'
|
|
624
|
-
"description": "Specify the
|
|
625
|
-
"fieldName": "
|
|
527
|
+
"default": "'strong'",
|
|
528
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
529
|
+
"fieldName": "emphasis"
|
|
626
530
|
},
|
|
627
531
|
{
|
|
628
|
-
"name": "
|
|
532
|
+
"name": "overrideDotColor",
|
|
629
533
|
"type": {
|
|
630
|
-
"text": "
|
|
534
|
+
"text": "string | undefined"
|
|
631
535
|
},
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"fieldName": "layout"
|
|
536
|
+
"description": "Overrides default dot color",
|
|
537
|
+
"fieldName": "overrideDotColor"
|
|
635
538
|
}
|
|
636
539
|
],
|
|
637
540
|
"superclass": {
|
|
638
541
|
"name": "LitElement",
|
|
639
542
|
"package": "lit"
|
|
640
543
|
},
|
|
641
|
-
"tagName": "bm-
|
|
544
|
+
"tagName": "bm-badge-dot",
|
|
642
545
|
"customElement": true
|
|
643
546
|
}
|
|
644
547
|
],
|
|
645
548
|
"exports": [
|
|
646
549
|
{
|
|
647
550
|
"kind": "js",
|
|
648
|
-
"name": "
|
|
551
|
+
"name": "BmBadgeDot",
|
|
649
552
|
"declaration": {
|
|
650
|
-
"name": "
|
|
651
|
-
"module": "libs/web-components/src/lib/
|
|
553
|
+
"name": "BmBadgeDot",
|
|
554
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
652
555
|
}
|
|
653
556
|
},
|
|
654
557
|
{
|
|
655
558
|
"kind": "custom-element-definition",
|
|
656
|
-
"name": "bm-
|
|
559
|
+
"name": "bm-badge-dot",
|
|
657
560
|
"declaration": {
|
|
658
|
-
"name": "
|
|
659
|
-
"module": "libs/web-components/src/lib/
|
|
561
|
+
"name": "BmBadgeDot",
|
|
562
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
660
563
|
}
|
|
661
564
|
}
|
|
662
565
|
]
|
|
663
566
|
},
|
|
664
567
|
{
|
|
665
568
|
"kind": "javascript-module",
|
|
666
|
-
"path": "libs/web-components/src/lib/
|
|
569
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
667
570
|
"declarations": [],
|
|
668
571
|
"exports": [
|
|
669
572
|
{
|
|
@@ -671,443 +574,399 @@
|
|
|
671
574
|
"name": "*",
|
|
672
575
|
"declaration": {
|
|
673
576
|
"name": "*",
|
|
674
|
-
"package": "./
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"kind": "js",
|
|
679
|
-
"name": "*",
|
|
680
|
-
"declaration": {
|
|
681
|
-
"name": "*",
|
|
682
|
-
"package": "./AvatarGroup"
|
|
577
|
+
"package": "./BadgeDot"
|
|
683
578
|
}
|
|
684
579
|
}
|
|
685
580
|
]
|
|
686
581
|
},
|
|
687
582
|
{
|
|
688
583
|
"kind": "javascript-module",
|
|
689
|
-
"path": "libs/web-components/src/lib/
|
|
584
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
690
585
|
"declarations": [
|
|
691
586
|
{
|
|
692
587
|
"kind": "class",
|
|
693
|
-
"description": "`bm-
|
|
694
|
-
"name": "
|
|
588
|
+
"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",
|
|
589
|
+
"name": "BmBox",
|
|
695
590
|
"slots": [
|
|
696
591
|
{
|
|
697
|
-
"description": "Provide
|
|
592
|
+
"description": "Provide content for the Box",
|
|
698
593
|
"name": "default"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"description": "Specify a different icon for the Badge",
|
|
702
|
-
"name": "icon"
|
|
703
594
|
}
|
|
704
595
|
],
|
|
705
596
|
"members": [
|
|
706
597
|
{
|
|
707
598
|
"kind": "field",
|
|
708
|
-
"name": "
|
|
599
|
+
"name": "backgroundColor",
|
|
709
600
|
"type": {
|
|
710
|
-
"text": "'
|
|
601
|
+
"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"
|
|
711
602
|
},
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
"attribute": "appearance"
|
|
603
|
+
"description": "Specify the background color of a Box",
|
|
604
|
+
"attribute": "backgroundColor"
|
|
715
605
|
},
|
|
716
606
|
{
|
|
717
607
|
"kind": "field",
|
|
718
|
-
"name": "
|
|
608
|
+
"name": "borderColor",
|
|
719
609
|
"type": {
|
|
720
|
-
"text": "'
|
|
610
|
+
"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"
|
|
721
611
|
},
|
|
722
|
-
"description": "
|
|
723
|
-
"attribute": "
|
|
612
|
+
"description": "Specify the border color of a Box",
|
|
613
|
+
"attribute": "borderColor"
|
|
724
614
|
},
|
|
725
615
|
{
|
|
726
616
|
"kind": "field",
|
|
727
|
-
"name": "
|
|
617
|
+
"name": "borderWidth",
|
|
728
618
|
"type": {
|
|
729
|
-
"text": "'
|
|
619
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
730
620
|
},
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"attribute": "size"
|
|
621
|
+
"description": "Specify the border width of a Box",
|
|
622
|
+
"attribute": "borderWidth"
|
|
734
623
|
},
|
|
735
624
|
{
|
|
736
625
|
"kind": "field",
|
|
737
|
-
"name": "
|
|
626
|
+
"name": "borderRadius",
|
|
738
627
|
"type": {
|
|
739
|
-
"text": "'
|
|
628
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
740
629
|
},
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
"attribute": "emphasis"
|
|
630
|
+
"description": "Specify the border radius of a Box",
|
|
631
|
+
"attribute": "borderRadius"
|
|
744
632
|
},
|
|
745
633
|
{
|
|
746
634
|
"kind": "field",
|
|
747
|
-
"name": "
|
|
635
|
+
"name": "px",
|
|
748
636
|
"type": {
|
|
749
|
-
"text": "
|
|
637
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
750
638
|
},
|
|
751
|
-
"description": "
|
|
752
|
-
"attribute": "
|
|
753
|
-
}
|
|
754
|
-
],
|
|
755
|
-
"attributes": [
|
|
639
|
+
"description": "Specify before and after padding of a Box",
|
|
640
|
+
"attribute": "px"
|
|
641
|
+
},
|
|
756
642
|
{
|
|
757
|
-
"
|
|
643
|
+
"kind": "field",
|
|
644
|
+
"name": "py",
|
|
758
645
|
"type": {
|
|
759
|
-
"text": "'
|
|
646
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
760
647
|
},
|
|
761
|
-
"
|
|
762
|
-
"
|
|
763
|
-
"fieldName": "appearance"
|
|
648
|
+
"description": "Specify top and bottom padding of a Box",
|
|
649
|
+
"attribute": "py"
|
|
764
650
|
},
|
|
765
651
|
{
|
|
766
|
-
"
|
|
652
|
+
"kind": "field",
|
|
653
|
+
"name": "pTop",
|
|
767
654
|
"type": {
|
|
768
|
-
"text": "'
|
|
655
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
769
656
|
},
|
|
770
|
-
"description": "
|
|
771
|
-
"
|
|
657
|
+
"description": "Specify top padding of a Box",
|
|
658
|
+
"attribute": "pTop"
|
|
772
659
|
},
|
|
773
660
|
{
|
|
774
|
-
"
|
|
661
|
+
"kind": "field",
|
|
662
|
+
"name": "pBottom",
|
|
775
663
|
"type": {
|
|
776
|
-
"text": "'
|
|
664
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
777
665
|
},
|
|
778
|
-
"
|
|
779
|
-
"
|
|
780
|
-
"fieldName": "size"
|
|
666
|
+
"description": "Specify bottom padding of a Box",
|
|
667
|
+
"attribute": "pBottom"
|
|
781
668
|
},
|
|
782
669
|
{
|
|
783
|
-
"
|
|
670
|
+
"kind": "field",
|
|
671
|
+
"name": "pBefore",
|
|
784
672
|
"type": {
|
|
785
|
-
"text": "'
|
|
673
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
786
674
|
},
|
|
787
|
-
"
|
|
788
|
-
"
|
|
789
|
-
"fieldName": "emphasis"
|
|
675
|
+
"description": "Specify before padding of a Box",
|
|
676
|
+
"attribute": "pBefore"
|
|
790
677
|
},
|
|
791
678
|
{
|
|
792
|
-
"
|
|
679
|
+
"kind": "field",
|
|
680
|
+
"name": "pAfter",
|
|
793
681
|
"type": {
|
|
794
|
-
"text": "
|
|
682
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
795
683
|
},
|
|
796
|
-
"description": "
|
|
797
|
-
"
|
|
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"
|
|
684
|
+
"description": "Specify after padding of a Box",
|
|
685
|
+
"attribute": "pAfter"
|
|
862
686
|
},
|
|
863
|
-
{
|
|
864
|
-
"description": "Specify if actions display on the Alert",
|
|
865
|
-
"name": "actions"
|
|
866
|
-
}
|
|
867
|
-
],
|
|
868
|
-
"members": [
|
|
869
687
|
{
|
|
870
688
|
"kind": "field",
|
|
871
|
-
"name": "
|
|
689
|
+
"name": "mx",
|
|
872
690
|
"type": {
|
|
873
|
-
"text": "
|
|
691
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
874
692
|
},
|
|
875
|
-
"description": "Specify
|
|
876
|
-
"attribute": "
|
|
693
|
+
"description": "Specify before and after margin of a Box",
|
|
694
|
+
"attribute": "mx"
|
|
877
695
|
},
|
|
878
696
|
{
|
|
879
697
|
"kind": "field",
|
|
880
|
-
"name": "
|
|
698
|
+
"name": "my",
|
|
881
699
|
"type": {
|
|
882
|
-
"text": "
|
|
700
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
883
701
|
},
|
|
884
|
-
"description": "Specify
|
|
885
|
-
"attribute": "
|
|
702
|
+
"description": "Specify top and bottom margin of a Box",
|
|
703
|
+
"attribute": "my"
|
|
886
704
|
},
|
|
887
705
|
{
|
|
888
706
|
"kind": "field",
|
|
889
|
-
"name": "
|
|
707
|
+
"name": "mTop",
|
|
890
708
|
"type": {
|
|
891
|
-
"text": "'
|
|
709
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
892
710
|
},
|
|
893
|
-
"
|
|
894
|
-
"
|
|
895
|
-
"attribute": "size"
|
|
711
|
+
"description": "Specify top margin of a Box",
|
|
712
|
+
"attribute": "mTop"
|
|
896
713
|
},
|
|
897
714
|
{
|
|
898
715
|
"kind": "field",
|
|
899
|
-
"name": "
|
|
716
|
+
"name": "mBottom",
|
|
900
717
|
"type": {
|
|
901
|
-
"text": "
|
|
718
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
902
719
|
},
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
"attribute": "fullWidth"
|
|
720
|
+
"description": "Specify bottom margin of a Box",
|
|
721
|
+
"attribute": "mBottom"
|
|
906
722
|
},
|
|
907
723
|
{
|
|
908
724
|
"kind": "field",
|
|
909
|
-
"name": "
|
|
725
|
+
"name": "mBefore",
|
|
910
726
|
"type": {
|
|
911
|
-
"text": "'
|
|
727
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
912
728
|
},
|
|
913
|
-
"description": "Specify
|
|
914
|
-
"attribute": "
|
|
729
|
+
"description": "Specify before margin of a Box",
|
|
730
|
+
"attribute": "mBefore"
|
|
915
731
|
},
|
|
916
732
|
{
|
|
917
733
|
"kind": "field",
|
|
918
|
-
"name": "
|
|
734
|
+
"name": "mAfter",
|
|
919
735
|
"type": {
|
|
920
|
-
"text": "'
|
|
736
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
921
737
|
},
|
|
922
|
-
"
|
|
923
|
-
"
|
|
924
|
-
"attribute": "appearance"
|
|
738
|
+
"description": "Specify after margin of a Box",
|
|
739
|
+
"attribute": "mAfter"
|
|
925
740
|
},
|
|
926
741
|
{
|
|
927
742
|
"kind": "field",
|
|
928
|
-
"name": "
|
|
743
|
+
"name": "m",
|
|
929
744
|
"type": {
|
|
930
|
-
"text": "
|
|
745
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
931
746
|
},
|
|
932
|
-
"
|
|
933
|
-
"
|
|
934
|
-
"attribute": "hidden"
|
|
747
|
+
"description": "Specify all margin",
|
|
748
|
+
"attribute": "m"
|
|
935
749
|
},
|
|
936
750
|
{
|
|
937
751
|
"kind": "field",
|
|
938
|
-
"name": "
|
|
752
|
+
"name": "p",
|
|
939
753
|
"type": {
|
|
940
|
-
"text": "
|
|
754
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
941
755
|
},
|
|
942
|
-
"
|
|
943
|
-
"
|
|
944
|
-
"attribute": "hideIcon"
|
|
756
|
+
"description": "Specify all padding",
|
|
757
|
+
"attribute": "p"
|
|
945
758
|
},
|
|
946
759
|
{
|
|
947
760
|
"kind": "field",
|
|
948
|
-
"name": "
|
|
761
|
+
"name": "gap",
|
|
949
762
|
"type": {
|
|
950
|
-
"text": "
|
|
763
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
951
764
|
},
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
"attribute": "dismissible"
|
|
765
|
+
"description": "Specify gap between child elements",
|
|
766
|
+
"attribute": "gap"
|
|
955
767
|
},
|
|
956
768
|
{
|
|
957
769
|
"kind": "field",
|
|
958
|
-
"name": "
|
|
770
|
+
"name": "shadow",
|
|
959
771
|
"type": {
|
|
960
|
-
"text": "
|
|
772
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
961
773
|
},
|
|
962
|
-
"
|
|
963
|
-
"
|
|
964
|
-
|
|
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"
|
|
965
786
|
},
|
|
966
787
|
{
|
|
967
|
-
"
|
|
968
|
-
"name": "disableCloseOnEscape",
|
|
788
|
+
"name": "borderColor",
|
|
969
789
|
"type": {
|
|
970
|
-
"text": "
|
|
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"
|
|
971
791
|
},
|
|
972
|
-
"
|
|
973
|
-
"
|
|
974
|
-
|
|
975
|
-
}
|
|
976
|
-
],
|
|
977
|
-
"events": [
|
|
792
|
+
"description": "Specify the border color of a Box",
|
|
793
|
+
"fieldName": "borderColor"
|
|
794
|
+
},
|
|
978
795
|
{
|
|
979
|
-
"
|
|
980
|
-
"
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
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
|
+
},
|
|
984
803
|
{
|
|
985
|
-
"name": "
|
|
804
|
+
"name": "borderRadius",
|
|
986
805
|
"type": {
|
|
987
|
-
"text": "
|
|
806
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
988
807
|
},
|
|
989
|
-
"description": "Specify the
|
|
990
|
-
"fieldName": "
|
|
808
|
+
"description": "Specify the border radius of a Box",
|
|
809
|
+
"fieldName": "borderRadius"
|
|
991
810
|
},
|
|
992
811
|
{
|
|
993
|
-
"name": "
|
|
812
|
+
"name": "px",
|
|
994
813
|
"type": {
|
|
995
|
-
"text": "
|
|
814
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
996
815
|
},
|
|
997
|
-
"description": "Specify
|
|
998
|
-
"fieldName": "
|
|
816
|
+
"description": "Specify before and after padding of a Box",
|
|
817
|
+
"fieldName": "px"
|
|
999
818
|
},
|
|
1000
819
|
{
|
|
1001
|
-
"name": "
|
|
820
|
+
"name": "py",
|
|
1002
821
|
"type": {
|
|
1003
|
-
"text": "'
|
|
822
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1004
823
|
},
|
|
1005
|
-
"
|
|
1006
|
-
"
|
|
1007
|
-
"fieldName": "size"
|
|
824
|
+
"description": "Specify top and bottom padding of a Box",
|
|
825
|
+
"fieldName": "py"
|
|
1008
826
|
},
|
|
1009
827
|
{
|
|
1010
|
-
"name": "
|
|
828
|
+
"name": "pTop",
|
|
1011
829
|
"type": {
|
|
1012
|
-
"text": "
|
|
830
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1013
831
|
},
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1016
|
-
"fieldName": "fullWidth"
|
|
832
|
+
"description": "Specify top padding of a Box",
|
|
833
|
+
"fieldName": "pTop"
|
|
1017
834
|
},
|
|
1018
835
|
{
|
|
1019
|
-
"name": "
|
|
836
|
+
"name": "pBottom",
|
|
1020
837
|
"type": {
|
|
1021
|
-
"text": "'
|
|
838
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1022
839
|
},
|
|
1023
|
-
"description": "Specify
|
|
1024
|
-
"fieldName": "
|
|
840
|
+
"description": "Specify bottom padding of a Box",
|
|
841
|
+
"fieldName": "pBottom"
|
|
1025
842
|
},
|
|
1026
843
|
{
|
|
1027
|
-
"name": "
|
|
844
|
+
"name": "pBefore",
|
|
1028
845
|
"type": {
|
|
1029
|
-
"text": "'
|
|
846
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1030
847
|
},
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1033
|
-
"fieldName": "appearance"
|
|
848
|
+
"description": "Specify before padding of a Box",
|
|
849
|
+
"fieldName": "pBefore"
|
|
1034
850
|
},
|
|
1035
851
|
{
|
|
1036
|
-
"name": "
|
|
852
|
+
"name": "pAfter",
|
|
1037
853
|
"type": {
|
|
1038
|
-
"text": "
|
|
854
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1039
855
|
},
|
|
1040
|
-
"
|
|
1041
|
-
"
|
|
1042
|
-
"fieldName": "hidden"
|
|
856
|
+
"description": "Specify after padding of a Box",
|
|
857
|
+
"fieldName": "pAfter"
|
|
1043
858
|
},
|
|
1044
859
|
{
|
|
1045
|
-
"name": "
|
|
860
|
+
"name": "mx",
|
|
1046
861
|
"type": {
|
|
1047
|
-
"text": "
|
|
862
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1048
863
|
},
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
"fieldName": "hideIcon"
|
|
864
|
+
"description": "Specify before and after margin of a Box",
|
|
865
|
+
"fieldName": "mx"
|
|
1052
866
|
},
|
|
1053
867
|
{
|
|
1054
|
-
"name": "
|
|
868
|
+
"name": "my",
|
|
1055
869
|
"type": {
|
|
1056
|
-
"text": "
|
|
870
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1057
871
|
},
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
"fieldName": "dismissible"
|
|
872
|
+
"description": "Specify top and bottom margin of a Box",
|
|
873
|
+
"fieldName": "my"
|
|
1061
874
|
},
|
|
1062
875
|
{
|
|
1063
|
-
"name": "
|
|
876
|
+
"name": "mTop",
|
|
1064
877
|
"type": {
|
|
1065
|
-
"text": "
|
|
878
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1066
879
|
},
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
-
"fieldName": "disableAutoFocus"
|
|
880
|
+
"description": "Specify top margin of a Box",
|
|
881
|
+
"fieldName": "mTop"
|
|
1070
882
|
},
|
|
1071
883
|
{
|
|
1072
|
-
"name": "
|
|
884
|
+
"name": "mBottom",
|
|
1073
885
|
"type": {
|
|
1074
|
-
"text": "
|
|
886
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1075
887
|
},
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1078
|
-
|
|
888
|
+
"description": "Specify bottom margin of a Box",
|
|
889
|
+
"fieldName": "mBottom"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "mBefore",
|
|
893
|
+
"type": {
|
|
894
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
895
|
+
},
|
|
896
|
+
"description": "Specify before margin of a Box",
|
|
897
|
+
"fieldName": "mBefore"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "mAfter",
|
|
901
|
+
"type": {
|
|
902
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
903
|
+
},
|
|
904
|
+
"description": "Specify after margin of a Box",
|
|
905
|
+
"fieldName": "mAfter"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "m",
|
|
909
|
+
"type": {
|
|
910
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
911
|
+
},
|
|
912
|
+
"description": "Specify all margin",
|
|
913
|
+
"fieldName": "m"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "p",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
919
|
+
},
|
|
920
|
+
"description": "Specify all padding",
|
|
921
|
+
"fieldName": "p"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "gap",
|
|
925
|
+
"type": {
|
|
926
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
927
|
+
},
|
|
928
|
+
"description": "Specify gap between child elements",
|
|
929
|
+
"fieldName": "gap"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "shadow",
|
|
933
|
+
"type": {
|
|
934
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
935
|
+
},
|
|
936
|
+
"description": "Specify if a Box has a shadow",
|
|
937
|
+
"fieldName": "shadow"
|
|
1079
938
|
}
|
|
1080
939
|
],
|
|
1081
940
|
"superclass": {
|
|
1082
941
|
"name": "LitElement",
|
|
1083
942
|
"package": "lit"
|
|
1084
943
|
},
|
|
1085
|
-
"tagName": "bm-
|
|
944
|
+
"tagName": "bm-box",
|
|
1086
945
|
"customElement": true
|
|
1087
946
|
}
|
|
1088
947
|
],
|
|
1089
948
|
"exports": [
|
|
1090
949
|
{
|
|
1091
950
|
"kind": "js",
|
|
1092
|
-
"name": "
|
|
951
|
+
"name": "BmBox",
|
|
1093
952
|
"declaration": {
|
|
1094
|
-
"name": "
|
|
1095
|
-
"module": "libs/web-components/src/lib/
|
|
953
|
+
"name": "BmBox",
|
|
954
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1096
955
|
}
|
|
1097
956
|
},
|
|
1098
957
|
{
|
|
1099
958
|
"kind": "custom-element-definition",
|
|
1100
|
-
"name": "bm-
|
|
959
|
+
"name": "bm-box",
|
|
1101
960
|
"declaration": {
|
|
1102
|
-
"name": "
|
|
1103
|
-
"module": "libs/web-components/src/lib/
|
|
961
|
+
"name": "BmBox",
|
|
962
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1104
963
|
}
|
|
1105
964
|
}
|
|
1106
965
|
]
|
|
1107
966
|
},
|
|
1108
967
|
{
|
|
1109
968
|
"kind": "javascript-module",
|
|
1110
|
-
"path": "libs/web-components/src/lib/
|
|
969
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1111
970
|
"declarations": [],
|
|
1112
971
|
"exports": [
|
|
1113
972
|
{
|
|
@@ -1115,531 +974,685 @@
|
|
|
1115
974
|
"name": "*",
|
|
1116
975
|
"declaration": {
|
|
1117
976
|
"name": "*",
|
|
1118
|
-
"package": "./
|
|
977
|
+
"package": "./Box"
|
|
1119
978
|
}
|
|
1120
979
|
}
|
|
1121
980
|
]
|
|
1122
981
|
},
|
|
1123
982
|
{
|
|
1124
983
|
"kind": "javascript-module",
|
|
1125
|
-
"path": "libs/web-components/src/lib/
|
|
984
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
985
|
+
"declarations": [
|
|
986
|
+
{
|
|
987
|
+
"kind": "variable",
|
|
988
|
+
"name": "BreadcrumbGroupCtx"
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"exports": [
|
|
992
|
+
{
|
|
993
|
+
"kind": "js",
|
|
994
|
+
"name": "BreadcrumbGroupCtx",
|
|
995
|
+
"declaration": {
|
|
996
|
+
"name": "BreadcrumbGroupCtx",
|
|
997
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
]
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"kind": "javascript-module",
|
|
1004
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1126
1005
|
"declarations": [
|
|
1127
1006
|
{
|
|
1128
1007
|
"kind": "class",
|
|
1129
|
-
"description": "`bm-
|
|
1130
|
-
"name": "
|
|
1008
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1009
|
+
"name": "BmBreadcrumbs",
|
|
1131
1010
|
"slots": [
|
|
1132
1011
|
{
|
|
1133
|
-
"description": "
|
|
1012
|
+
"description": "Pass items to the Breadcrumb",
|
|
1134
1013
|
"name": "default"
|
|
1135
1014
|
}
|
|
1136
1015
|
],
|
|
1137
1016
|
"members": [
|
|
1138
1017
|
{
|
|
1139
1018
|
"kind": "field",
|
|
1140
|
-
"name": "
|
|
1019
|
+
"name": "wrap",
|
|
1141
1020
|
"type": {
|
|
1142
|
-
"text": "
|
|
1021
|
+
"text": "boolean"
|
|
1143
1022
|
},
|
|
1144
|
-
"
|
|
1145
|
-
"
|
|
1023
|
+
"default": "true",
|
|
1024
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1025
|
+
"attribute": "wrap"
|
|
1146
1026
|
},
|
|
1147
1027
|
{
|
|
1148
1028
|
"kind": "field",
|
|
1149
|
-
"name": "
|
|
1029
|
+
"name": "itemsBeforeCollapse",
|
|
1150
1030
|
"type": {
|
|
1151
|
-
"text": "
|
|
1031
|
+
"text": "number"
|
|
1152
1032
|
},
|
|
1153
|
-
"default": "
|
|
1154
|
-
"description": "Specify
|
|
1155
|
-
"attribute": "
|
|
1033
|
+
"default": "1",
|
|
1034
|
+
"description": "Specify how many items show before ellipsis",
|
|
1035
|
+
"attribute": "itemsBeforeCollapse"
|
|
1156
1036
|
},
|
|
1157
1037
|
{
|
|
1158
1038
|
"kind": "field",
|
|
1159
|
-
"name": "
|
|
1039
|
+
"name": "itemsAfterCollapse",
|
|
1160
1040
|
"type": {
|
|
1161
|
-
"text": "
|
|
1041
|
+
"text": "number"
|
|
1162
1042
|
},
|
|
1163
|
-
"default": "
|
|
1164
|
-
"description": "Specify
|
|
1165
|
-
"attribute": "
|
|
1043
|
+
"default": "1",
|
|
1044
|
+
"description": "Specify how many items show after ellipsis",
|
|
1045
|
+
"attribute": "itemsAfterCollapse"
|
|
1166
1046
|
},
|
|
1167
1047
|
{
|
|
1168
1048
|
"kind": "field",
|
|
1169
|
-
"name": "
|
|
1049
|
+
"name": "theme",
|
|
1170
1050
|
"type": {
|
|
1171
|
-
"text": "
|
|
1051
|
+
"text": "'light' | 'dark' | undefined"
|
|
1172
1052
|
},
|
|
1173
|
-
"description": "
|
|
1174
|
-
"attribute": "
|
|
1053
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1054
|
+
"attribute": "theme"
|
|
1175
1055
|
}
|
|
1176
1056
|
],
|
|
1177
1057
|
"attributes": [
|
|
1178
1058
|
{
|
|
1179
|
-
"name": "
|
|
1059
|
+
"name": "wrap",
|
|
1180
1060
|
"type": {
|
|
1181
|
-
"text": "
|
|
1061
|
+
"text": "boolean"
|
|
1182
1062
|
},
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1063
|
+
"default": "true",
|
|
1064
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1065
|
+
"fieldName": "wrap"
|
|
1185
1066
|
},
|
|
1186
1067
|
{
|
|
1187
|
-
"name": "
|
|
1068
|
+
"name": "itemsBeforeCollapse",
|
|
1188
1069
|
"type": {
|
|
1189
|
-
"text": "
|
|
1070
|
+
"text": "number"
|
|
1190
1071
|
},
|
|
1191
|
-
"default": "
|
|
1192
|
-
"description": "Specify
|
|
1193
|
-
"fieldName": "
|
|
1072
|
+
"default": "1",
|
|
1073
|
+
"description": "Specify how many items show before ellipsis",
|
|
1074
|
+
"fieldName": "itemsBeforeCollapse"
|
|
1194
1075
|
},
|
|
1195
1076
|
{
|
|
1196
|
-
"name": "
|
|
1077
|
+
"name": "itemsAfterCollapse",
|
|
1197
1078
|
"type": {
|
|
1198
|
-
"text": "
|
|
1079
|
+
"text": "number"
|
|
1199
1080
|
},
|
|
1200
|
-
"default": "
|
|
1201
|
-
"description": "Specify
|
|
1202
|
-
"fieldName": "
|
|
1081
|
+
"default": "1",
|
|
1082
|
+
"description": "Specify how many items show after ellipsis",
|
|
1083
|
+
"fieldName": "itemsAfterCollapse"
|
|
1203
1084
|
},
|
|
1204
1085
|
{
|
|
1205
|
-
"name": "
|
|
1086
|
+
"name": "theme",
|
|
1206
1087
|
"type": {
|
|
1207
|
-
"text": "
|
|
1088
|
+
"text": "'light' | 'dark' | undefined"
|
|
1208
1089
|
},
|
|
1209
|
-
"description": "
|
|
1210
|
-
"fieldName": "
|
|
1090
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1091
|
+
"fieldName": "theme"
|
|
1211
1092
|
}
|
|
1212
1093
|
],
|
|
1213
1094
|
"superclass": {
|
|
1214
1095
|
"name": "LitElement",
|
|
1215
1096
|
"package": "lit"
|
|
1216
1097
|
},
|
|
1217
|
-
"tagName": "bm-
|
|
1098
|
+
"tagName": "bm-breadcrumb",
|
|
1218
1099
|
"customElement": true
|
|
1219
1100
|
}
|
|
1220
1101
|
],
|
|
1221
1102
|
"exports": [
|
|
1222
1103
|
{
|
|
1223
1104
|
"kind": "js",
|
|
1224
|
-
"name": "
|
|
1105
|
+
"name": "BmBreadcrumbs",
|
|
1225
1106
|
"declaration": {
|
|
1226
|
-
"name": "
|
|
1227
|
-
"module": "libs/web-components/src/lib/
|
|
1107
|
+
"name": "BmBreadcrumbs",
|
|
1108
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1228
1109
|
}
|
|
1229
1110
|
},
|
|
1230
1111
|
{
|
|
1231
1112
|
"kind": "custom-element-definition",
|
|
1232
|
-
"name": "bm-
|
|
1233
|
-
"declaration": {
|
|
1234
|
-
"name": "BmBadgeDot",
|
|
1235
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1238
|
-
]
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"kind": "javascript-module",
|
|
1242
|
-
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1243
|
-
"declarations": [],
|
|
1244
|
-
"exports": [
|
|
1245
|
-
{
|
|
1246
|
-
"kind": "js",
|
|
1247
|
-
"name": "*",
|
|
1113
|
+
"name": "bm-breadcrumb",
|
|
1248
1114
|
"declaration": {
|
|
1249
|
-
"name": "
|
|
1250
|
-
"
|
|
1115
|
+
"name": "BmBreadcrumbs",
|
|
1116
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1251
1117
|
}
|
|
1252
1118
|
}
|
|
1253
1119
|
]
|
|
1254
1120
|
},
|
|
1255
1121
|
{
|
|
1256
1122
|
"kind": "javascript-module",
|
|
1257
|
-
"path": "libs/web-components/src/lib/
|
|
1123
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1258
1124
|
"declarations": [
|
|
1259
1125
|
{
|
|
1260
1126
|
"kind": "class",
|
|
1261
|
-
"description": "`bm-
|
|
1262
|
-
"name": "
|
|
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",
|
|
1263
1129
|
"slots": [
|
|
1264
1130
|
{
|
|
1265
|
-
"description": "
|
|
1131
|
+
"description": "Pass text to an item",
|
|
1266
1132
|
"name": "default"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"description": "Pass icon to an item",
|
|
1136
|
+
"name": "icon"
|
|
1267
1137
|
}
|
|
1268
1138
|
],
|
|
1269
1139
|
"members": [
|
|
1270
1140
|
{
|
|
1271
1141
|
"kind": "field",
|
|
1272
|
-
"name": "
|
|
1273
|
-
"type": {
|
|
1274
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1275
|
-
},
|
|
1276
|
-
"description": "Specify the background color of a Box",
|
|
1277
|
-
"attribute": "backgroundColor"
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "field",
|
|
1281
|
-
"name": "borderColor",
|
|
1142
|
+
"name": "href",
|
|
1282
1143
|
"type": {
|
|
1283
|
-
"text": "
|
|
1144
|
+
"text": "string | undefined"
|
|
1284
1145
|
},
|
|
1285
|
-
"description": "
|
|
1286
|
-
"attribute": "
|
|
1146
|
+
"description": "Pass href to an item",
|
|
1147
|
+
"attribute": "href"
|
|
1287
1148
|
},
|
|
1288
1149
|
{
|
|
1289
1150
|
"kind": "field",
|
|
1290
|
-
"name": "
|
|
1151
|
+
"name": "clickable",
|
|
1291
1152
|
"type": {
|
|
1292
|
-
"text": "
|
|
1153
|
+
"text": "boolean"
|
|
1293
1154
|
},
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1155
|
+
"default": "false",
|
|
1156
|
+
"description": "Specify if the item is interactive without an href",
|
|
1157
|
+
"attribute": "clickable"
|
|
1296
1158
|
},
|
|
1297
1159
|
{
|
|
1298
1160
|
"kind": "field",
|
|
1299
|
-
"name": "
|
|
1161
|
+
"name": "truncationWidth",
|
|
1300
1162
|
"type": {
|
|
1301
|
-
"text": "
|
|
1163
|
+
"text": "string | undefined"
|
|
1302
1164
|
},
|
|
1303
|
-
"description": "Specify the
|
|
1304
|
-
"attribute": "
|
|
1165
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1166
|
+
"attribute": "truncationWidth"
|
|
1305
1167
|
},
|
|
1306
1168
|
{
|
|
1307
1169
|
"kind": "field",
|
|
1308
|
-
"name": "
|
|
1170
|
+
"name": "isCurrent",
|
|
1309
1171
|
"type": {
|
|
1310
|
-
"text": "
|
|
1172
|
+
"text": "boolean"
|
|
1311
1173
|
},
|
|
1312
|
-
"
|
|
1313
|
-
"
|
|
1174
|
+
"default": "false",
|
|
1175
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1176
|
+
"attribute": "isCurrent",
|
|
1177
|
+
"reflects": true
|
|
1314
1178
|
},
|
|
1315
1179
|
{
|
|
1316
1180
|
"kind": "field",
|
|
1317
|
-
"name": "
|
|
1181
|
+
"name": "isCollapsed",
|
|
1318
1182
|
"type": {
|
|
1319
|
-
"text": "
|
|
1183
|
+
"text": "boolean"
|
|
1320
1184
|
},
|
|
1321
|
-
"
|
|
1322
|
-
"attribute": "
|
|
1323
|
-
|
|
1185
|
+
"default": "false",
|
|
1186
|
+
"attribute": "isCollapsed",
|
|
1187
|
+
"reflects": true
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"attributes": [
|
|
1324
1191
|
{
|
|
1325
|
-
"
|
|
1326
|
-
"name": "pTop",
|
|
1192
|
+
"name": "href",
|
|
1327
1193
|
"type": {
|
|
1328
|
-
"text": "
|
|
1194
|
+
"text": "string | undefined"
|
|
1329
1195
|
},
|
|
1330
|
-
"description": "
|
|
1331
|
-
"
|
|
1196
|
+
"description": "Pass href to an item",
|
|
1197
|
+
"fieldName": "href"
|
|
1332
1198
|
},
|
|
1333
1199
|
{
|
|
1334
|
-
"
|
|
1335
|
-
"name": "pBottom",
|
|
1200
|
+
"name": "clickable",
|
|
1336
1201
|
"type": {
|
|
1337
|
-
"text": "
|
|
1202
|
+
"text": "boolean"
|
|
1338
1203
|
},
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1204
|
+
"default": "false",
|
|
1205
|
+
"description": "Specify if the item is interactive without an href",
|
|
1206
|
+
"fieldName": "clickable"
|
|
1341
1207
|
},
|
|
1342
1208
|
{
|
|
1343
|
-
"
|
|
1344
|
-
"name": "pBefore",
|
|
1209
|
+
"name": "truncationWidth",
|
|
1345
1210
|
"type": {
|
|
1346
|
-
"text": "
|
|
1211
|
+
"text": "string | undefined"
|
|
1347
1212
|
},
|
|
1348
|
-
"description": "Specify
|
|
1349
|
-
"
|
|
1213
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1214
|
+
"fieldName": "truncationWidth"
|
|
1350
1215
|
},
|
|
1351
1216
|
{
|
|
1352
|
-
"
|
|
1353
|
-
"name": "pAfter",
|
|
1217
|
+
"name": "isCurrent",
|
|
1354
1218
|
"type": {
|
|
1355
|
-
"text": "
|
|
1219
|
+
"text": "boolean"
|
|
1356
1220
|
},
|
|
1357
|
-
"
|
|
1358
|
-
"
|
|
1221
|
+
"default": "false",
|
|
1222
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1223
|
+
"fieldName": "isCurrent"
|
|
1359
1224
|
},
|
|
1360
1225
|
{
|
|
1361
|
-
"
|
|
1362
|
-
"name": "mx",
|
|
1226
|
+
"name": "isCollapsed",
|
|
1363
1227
|
"type": {
|
|
1364
|
-
"text": "
|
|
1228
|
+
"text": "boolean"
|
|
1365
1229
|
},
|
|
1366
|
-
"
|
|
1367
|
-
"
|
|
1230
|
+
"default": "false",
|
|
1231
|
+
"fieldName": "isCollapsed"
|
|
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/Avatar/Avatar.ts",
|
|
1287
|
+
"declarations": [
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "class",
|
|
1290
|
+
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
|
|
1291
|
+
"name": "BmAvatar",
|
|
1292
|
+
"slots": [
|
|
1293
|
+
{
|
|
1294
|
+
"description": "Customize the default icon",
|
|
1295
|
+
"name": "icon"
|
|
1296
|
+
}
|
|
1297
|
+
],
|
|
1298
|
+
"members": [
|
|
1299
|
+
{
|
|
1300
|
+
"kind": "field",
|
|
1301
|
+
"name": "appearance",
|
|
1302
|
+
"type": {
|
|
1303
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1304
|
+
},
|
|
1305
|
+
"default": "'neutral'",
|
|
1306
|
+
"description": "Specify the appearance of the Avatar",
|
|
1307
|
+
"attribute": "appearance"
|
|
1368
1308
|
},
|
|
1369
1309
|
{
|
|
1370
1310
|
"kind": "field",
|
|
1371
|
-
"name": "
|
|
1311
|
+
"name": "name",
|
|
1372
1312
|
"type": {
|
|
1373
|
-
"text": "
|
|
1313
|
+
"text": "string | undefined"
|
|
1374
1314
|
},
|
|
1375
|
-
"description": "Specify
|
|
1376
|
-
"attribute": "
|
|
1315
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1316
|
+
"attribute": "name"
|
|
1377
1317
|
},
|
|
1378
1318
|
{
|
|
1379
1319
|
"kind": "field",
|
|
1380
|
-
"name": "
|
|
1320
|
+
"name": "src",
|
|
1381
1321
|
"type": {
|
|
1382
|
-
"text": "
|
|
1322
|
+
"text": "string | undefined"
|
|
1383
1323
|
},
|
|
1384
|
-
"description": "
|
|
1385
|
-
"attribute": "
|
|
1324
|
+
"description": "Pass an image to the Avatar",
|
|
1325
|
+
"attribute": "src"
|
|
1386
1326
|
},
|
|
1387
1327
|
{
|
|
1388
1328
|
"kind": "field",
|
|
1389
|
-
"name": "
|
|
1329
|
+
"name": "alt",
|
|
1390
1330
|
"type": {
|
|
1391
|
-
"text": "
|
|
1331
|
+
"text": "string | undefined"
|
|
1392
1332
|
},
|
|
1393
|
-
"description": "Specify
|
|
1394
|
-
"attribute": "
|
|
1333
|
+
"description": "Specify alt for image",
|
|
1334
|
+
"attribute": "alt"
|
|
1395
1335
|
},
|
|
1396
1336
|
{
|
|
1397
1337
|
"kind": "field",
|
|
1398
|
-
"name": "
|
|
1338
|
+
"name": "size",
|
|
1399
1339
|
"type": {
|
|
1400
|
-
"text": "'
|
|
1340
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1401
1341
|
},
|
|
1402
|
-
"
|
|
1403
|
-
"
|
|
1342
|
+
"default": "'md'",
|
|
1343
|
+
"description": "Specify the size of the Avatar",
|
|
1344
|
+
"attribute": "size"
|
|
1404
1345
|
},
|
|
1405
1346
|
{
|
|
1406
1347
|
"kind": "field",
|
|
1407
|
-
"name": "
|
|
1348
|
+
"name": "disabled",
|
|
1408
1349
|
"type": {
|
|
1409
|
-
"text": "
|
|
1350
|
+
"text": "boolean | undefined"
|
|
1410
1351
|
},
|
|
1411
|
-
"
|
|
1412
|
-
"
|
|
1352
|
+
"default": "false",
|
|
1353
|
+
"description": "Specify if the Avatar is disabled",
|
|
1354
|
+
"attribute": "disabled"
|
|
1413
1355
|
},
|
|
1414
1356
|
{
|
|
1415
1357
|
"kind": "field",
|
|
1416
|
-
"name": "
|
|
1358
|
+
"name": "shape",
|
|
1417
1359
|
"type": {
|
|
1418
|
-
"text": "'
|
|
1360
|
+
"text": "'circle' | 'square' | undefined"
|
|
1419
1361
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1362
|
+
"default": "'circle'",
|
|
1363
|
+
"description": "Specify the shape of the Avatar",
|
|
1364
|
+
"attribute": "shape"
|
|
1422
1365
|
},
|
|
1423
1366
|
{
|
|
1424
1367
|
"kind": "field",
|
|
1425
|
-
"name": "
|
|
1368
|
+
"name": "isInteractive",
|
|
1426
1369
|
"type": {
|
|
1427
|
-
"text": "
|
|
1370
|
+
"text": "boolean"
|
|
1428
1371
|
},
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1372
|
+
"default": "false",
|
|
1373
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1374
|
+
"attribute": "isInteractive"
|
|
1431
1375
|
},
|
|
1432
1376
|
{
|
|
1433
1377
|
"kind": "field",
|
|
1434
|
-
"name": "
|
|
1378
|
+
"name": "isFocusable",
|
|
1435
1379
|
"type": {
|
|
1436
|
-
"text": "
|
|
1380
|
+
"text": "boolean"
|
|
1437
1381
|
},
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1382
|
+
"default": "false",
|
|
1383
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1384
|
+
"attribute": "isFocusable"
|
|
1440
1385
|
},
|
|
1441
1386
|
{
|
|
1442
1387
|
"kind": "field",
|
|
1443
|
-
"name": "
|
|
1388
|
+
"name": "withBorder",
|
|
1444
1389
|
"type": {
|
|
1445
|
-
"text": "
|
|
1390
|
+
"text": "boolean"
|
|
1446
1391
|
},
|
|
1447
|
-
"
|
|
1448
|
-
"attribute": "
|
|
1392
|
+
"default": "false",
|
|
1393
|
+
"attribute": "withBorder"
|
|
1449
1394
|
}
|
|
1450
1395
|
],
|
|
1451
1396
|
"attributes": [
|
|
1452
1397
|
{
|
|
1453
|
-
"name": "
|
|
1454
|
-
"type": {
|
|
1455
|
-
"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"
|
|
1456
|
-
},
|
|
1457
|
-
"description": "Specify the background color of a Box",
|
|
1458
|
-
"fieldName": "backgroundColor"
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "borderColor",
|
|
1398
|
+
"name": "appearance",
|
|
1462
1399
|
"type": {
|
|
1463
|
-
"text": "'
|
|
1400
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1464
1401
|
},
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1402
|
+
"default": "'neutral'",
|
|
1403
|
+
"description": "Specify the appearance of the Avatar",
|
|
1404
|
+
"fieldName": "appearance"
|
|
1467
1405
|
},
|
|
1468
1406
|
{
|
|
1469
|
-
"name": "
|
|
1407
|
+
"name": "name",
|
|
1470
1408
|
"type": {
|
|
1471
|
-
"text": "
|
|
1409
|
+
"text": "string | undefined"
|
|
1472
1410
|
},
|
|
1473
|
-
"description": "Specify
|
|
1474
|
-
"fieldName": "
|
|
1411
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1412
|
+
"fieldName": "name"
|
|
1475
1413
|
},
|
|
1476
1414
|
{
|
|
1477
|
-
"name": "
|
|
1415
|
+
"name": "src",
|
|
1478
1416
|
"type": {
|
|
1479
|
-
"text": "
|
|
1417
|
+
"text": "string | undefined"
|
|
1480
1418
|
},
|
|
1481
|
-
"description": "
|
|
1482
|
-
"fieldName": "
|
|
1419
|
+
"description": "Pass an image to the Avatar",
|
|
1420
|
+
"fieldName": "src"
|
|
1483
1421
|
},
|
|
1484
1422
|
{
|
|
1485
|
-
"name": "
|
|
1423
|
+
"name": "alt",
|
|
1486
1424
|
"type": {
|
|
1487
|
-
"text": "
|
|
1425
|
+
"text": "string | undefined"
|
|
1488
1426
|
},
|
|
1489
|
-
"description": "Specify
|
|
1490
|
-
"fieldName": "
|
|
1427
|
+
"description": "Specify alt for image",
|
|
1428
|
+
"fieldName": "alt"
|
|
1491
1429
|
},
|
|
1492
1430
|
{
|
|
1493
|
-
"name": "
|
|
1431
|
+
"name": "size",
|
|
1494
1432
|
"type": {
|
|
1495
|
-
"text": "'
|
|
1433
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1496
1434
|
},
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1435
|
+
"default": "'md'",
|
|
1436
|
+
"description": "Specify the size of the Avatar",
|
|
1437
|
+
"fieldName": "size"
|
|
1499
1438
|
},
|
|
1500
1439
|
{
|
|
1501
|
-
"name": "
|
|
1440
|
+
"name": "disabled",
|
|
1502
1441
|
"type": {
|
|
1503
|
-
"text": "
|
|
1442
|
+
"text": "boolean | undefined"
|
|
1504
1443
|
},
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1444
|
+
"default": "false",
|
|
1445
|
+
"description": "Specify if the Avatar is disabled",
|
|
1446
|
+
"fieldName": "disabled"
|
|
1507
1447
|
},
|
|
1508
1448
|
{
|
|
1509
|
-
"name": "
|
|
1449
|
+
"name": "shape",
|
|
1510
1450
|
"type": {
|
|
1511
|
-
"text": "'
|
|
1451
|
+
"text": "'circle' | 'square' | undefined"
|
|
1512
1452
|
},
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1453
|
+
"default": "'circle'",
|
|
1454
|
+
"description": "Specify the shape of the Avatar",
|
|
1455
|
+
"fieldName": "shape"
|
|
1515
1456
|
},
|
|
1516
1457
|
{
|
|
1517
|
-
"name": "
|
|
1458
|
+
"name": "isInteractive",
|
|
1518
1459
|
"type": {
|
|
1519
|
-
"text": "
|
|
1460
|
+
"text": "boolean"
|
|
1520
1461
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1462
|
+
"default": "false",
|
|
1463
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1464
|
+
"fieldName": "isInteractive"
|
|
1523
1465
|
},
|
|
1524
1466
|
{
|
|
1525
|
-
"name": "
|
|
1467
|
+
"name": "isFocusable",
|
|
1526
1468
|
"type": {
|
|
1527
|
-
"text": "
|
|
1469
|
+
"text": "boolean"
|
|
1528
1470
|
},
|
|
1529
|
-
"
|
|
1530
|
-
"
|
|
1471
|
+
"default": "false",
|
|
1472
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1473
|
+
"fieldName": "isFocusable"
|
|
1531
1474
|
},
|
|
1532
1475
|
{
|
|
1533
|
-
"name": "
|
|
1476
|
+
"name": "withBorder",
|
|
1534
1477
|
"type": {
|
|
1535
|
-
"text": "
|
|
1478
|
+
"text": "boolean"
|
|
1536
1479
|
},
|
|
1537
|
-
"
|
|
1538
|
-
"fieldName": "
|
|
1539
|
-
}
|
|
1480
|
+
"default": "false",
|
|
1481
|
+
"fieldName": "withBorder"
|
|
1482
|
+
}
|
|
1483
|
+
],
|
|
1484
|
+
"superclass": {
|
|
1485
|
+
"name": "LitElement",
|
|
1486
|
+
"package": "lit"
|
|
1487
|
+
},
|
|
1488
|
+
"tagName": "bm-avatar",
|
|
1489
|
+
"customElement": true
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"exports": [
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "js",
|
|
1495
|
+
"name": "BmAvatar",
|
|
1496
|
+
"declaration": {
|
|
1497
|
+
"name": "BmAvatar",
|
|
1498
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1499
|
+
}
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"kind": "custom-element-definition",
|
|
1503
|
+
"name": "bm-avatar",
|
|
1504
|
+
"declaration": {
|
|
1505
|
+
"name": "BmAvatar",
|
|
1506
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
]
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"kind": "javascript-module",
|
|
1513
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1514
|
+
"declarations": [
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "variable",
|
|
1517
|
+
"name": "AvatarGroupCtx"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"exports": [
|
|
1521
|
+
{
|
|
1522
|
+
"kind": "js",
|
|
1523
|
+
"name": "AvatarGroupCtx",
|
|
1524
|
+
"declaration": {
|
|
1525
|
+
"name": "AvatarGroupCtx",
|
|
1526
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
]
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"kind": "javascript-module",
|
|
1533
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1534
|
+
"declarations": [
|
|
1535
|
+
{
|
|
1536
|
+
"kind": "class",
|
|
1537
|
+
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
|
|
1538
|
+
"name": "BmAvatarGroup",
|
|
1539
|
+
"slots": [
|
|
1540
1540
|
{
|
|
1541
|
-
"
|
|
1542
|
-
"
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
"fieldName": "my"
|
|
1547
|
-
},
|
|
1541
|
+
"description": "Add Avatars to create a group",
|
|
1542
|
+
"name": "default"
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"members": [
|
|
1548
1546
|
{
|
|
1549
|
-
"
|
|
1547
|
+
"kind": "field",
|
|
1548
|
+
"name": "wrapping",
|
|
1550
1549
|
"type": {
|
|
1551
|
-
"text": "
|
|
1550
|
+
"text": "boolean"
|
|
1552
1551
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1552
|
+
"default": "false",
|
|
1553
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1554
|
+
"attribute": "wrapping"
|
|
1555
1555
|
},
|
|
1556
1556
|
{
|
|
1557
|
-
"
|
|
1557
|
+
"kind": "field",
|
|
1558
|
+
"name": "maxCount",
|
|
1558
1559
|
"type": {
|
|
1559
|
-
"text": "
|
|
1560
|
+
"text": "number"
|
|
1560
1561
|
},
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1562
|
+
"default": "5",
|
|
1563
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1564
|
+
"attribute": "maxCount",
|
|
1565
|
+
"reflects": true
|
|
1563
1566
|
},
|
|
1564
1567
|
{
|
|
1565
|
-
"
|
|
1568
|
+
"kind": "field",
|
|
1569
|
+
"name": "size",
|
|
1566
1570
|
"type": {
|
|
1567
|
-
"text": "'
|
|
1571
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1568
1572
|
},
|
|
1569
|
-
"
|
|
1570
|
-
"
|
|
1573
|
+
"default": "'md'",
|
|
1574
|
+
"description": "Specify the size of all Avatars",
|
|
1575
|
+
"attribute": "size"
|
|
1571
1576
|
},
|
|
1572
1577
|
{
|
|
1573
|
-
"
|
|
1578
|
+
"kind": "field",
|
|
1579
|
+
"name": "layout",
|
|
1574
1580
|
"type": {
|
|
1575
|
-
"text": "'
|
|
1581
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1576
1582
|
},
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
1579
|
-
|
|
1583
|
+
"default": "'stacked'",
|
|
1584
|
+
"description": "Specify the kind of the group.",
|
|
1585
|
+
"attribute": "layout"
|
|
1586
|
+
}
|
|
1587
|
+
],
|
|
1588
|
+
"attributes": [
|
|
1580
1589
|
{
|
|
1581
|
-
"name": "
|
|
1590
|
+
"name": "wrapping",
|
|
1582
1591
|
"type": {
|
|
1583
|
-
"text": "
|
|
1592
|
+
"text": "boolean"
|
|
1584
1593
|
},
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1594
|
+
"default": "false",
|
|
1595
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1596
|
+
"fieldName": "wrapping"
|
|
1587
1597
|
},
|
|
1588
1598
|
{
|
|
1589
|
-
"name": "
|
|
1599
|
+
"name": "maxCount",
|
|
1590
1600
|
"type": {
|
|
1591
|
-
"text": "
|
|
1601
|
+
"text": "number"
|
|
1592
1602
|
},
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1603
|
+
"default": "5",
|
|
1604
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1605
|
+
"fieldName": "maxCount"
|
|
1595
1606
|
},
|
|
1596
1607
|
{
|
|
1597
|
-
"name": "
|
|
1608
|
+
"name": "size",
|
|
1598
1609
|
"type": {
|
|
1599
|
-
"text": "'
|
|
1610
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1600
1611
|
},
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1612
|
+
"default": "'md'",
|
|
1613
|
+
"description": "Specify the size of all Avatars",
|
|
1614
|
+
"fieldName": "size"
|
|
1603
1615
|
},
|
|
1604
1616
|
{
|
|
1605
|
-
"name": "
|
|
1617
|
+
"name": "layout",
|
|
1606
1618
|
"type": {
|
|
1607
|
-
"text": "'
|
|
1619
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1608
1620
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1621
|
+
"default": "'stacked'",
|
|
1622
|
+
"description": "Specify the kind of the group.",
|
|
1623
|
+
"fieldName": "layout"
|
|
1611
1624
|
}
|
|
1612
1625
|
],
|
|
1613
1626
|
"superclass": {
|
|
1614
1627
|
"name": "LitElement",
|
|
1615
1628
|
"package": "lit"
|
|
1616
1629
|
},
|
|
1617
|
-
"tagName": "bm-
|
|
1630
|
+
"tagName": "bm-avatar-group",
|
|
1618
1631
|
"customElement": true
|
|
1619
1632
|
}
|
|
1620
1633
|
],
|
|
1621
1634
|
"exports": [
|
|
1622
1635
|
{
|
|
1623
1636
|
"kind": "js",
|
|
1624
|
-
"name": "
|
|
1637
|
+
"name": "BmAvatarGroup",
|
|
1625
1638
|
"declaration": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "libs/web-components/src/lib/
|
|
1639
|
+
"name": "BmAvatarGroup",
|
|
1640
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1628
1641
|
}
|
|
1629
1642
|
},
|
|
1630
1643
|
{
|
|
1631
1644
|
"kind": "custom-element-definition",
|
|
1632
|
-
"name": "bm-
|
|
1645
|
+
"name": "bm-avatar-group",
|
|
1633
1646
|
"declaration": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "libs/web-components/src/lib/
|
|
1647
|
+
"name": "BmAvatarGroup",
|
|
1648
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1636
1649
|
}
|
|
1637
1650
|
}
|
|
1638
1651
|
]
|
|
1639
1652
|
},
|
|
1640
1653
|
{
|
|
1641
1654
|
"kind": "javascript-module",
|
|
1642
|
-
"path": "libs/web-components/src/lib/
|
|
1655
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1643
1656
|
"declarations": [],
|
|
1644
1657
|
"exports": [
|
|
1645
1658
|
{
|
|
@@ -1647,75 +1660,83 @@
|
|
|
1647
1660
|
"name": "*",
|
|
1648
1661
|
"declaration": {
|
|
1649
1662
|
"name": "*",
|
|
1650
|
-
"package": "./
|
|
1663
|
+
"package": "./Avatar"
|
|
1651
1664
|
}
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"kind": "javascript-module",
|
|
1657
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
1658
|
-
"declarations": [
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "variable",
|
|
1661
|
-
"name": "BreadcrumbGroupCtx"
|
|
1662
|
-
}
|
|
1663
|
-
],
|
|
1664
|
-
"exports": [
|
|
1665
|
+
},
|
|
1665
1666
|
{
|
|
1666
1667
|
"kind": "js",
|
|
1667
|
-
"name": "
|
|
1668
|
+
"name": "*",
|
|
1668
1669
|
"declaration": {
|
|
1669
|
-
"name": "
|
|
1670
|
-
"
|
|
1670
|
+
"name": "*",
|
|
1671
|
+
"package": "./AvatarGroup"
|
|
1671
1672
|
}
|
|
1672
1673
|
}
|
|
1673
1674
|
]
|
|
1674
1675
|
},
|
|
1675
1676
|
{
|
|
1676
1677
|
"kind": "javascript-module",
|
|
1677
|
-
"path": "libs/web-components/src/lib/
|
|
1678
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1678
1679
|
"declarations": [
|
|
1679
1680
|
{
|
|
1680
1681
|
"kind": "class",
|
|
1681
|
-
"description": "`bm-
|
|
1682
|
-
"name": "
|
|
1682
|
+
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
|
|
1683
|
+
"name": "BmAlert",
|
|
1683
1684
|
"slots": [
|
|
1684
1685
|
{
|
|
1685
|
-
"description": "
|
|
1686
|
-
"name": "
|
|
1686
|
+
"description": "Specify a different icon for the Alert",
|
|
1687
|
+
"name": "icon"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1691
|
+
"name": "heading"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1695
|
+
"name": "body"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"description": "Specify if actions display on the Alert",
|
|
1699
|
+
"name": "actions"
|
|
1687
1700
|
}
|
|
1688
1701
|
],
|
|
1689
1702
|
"members": [
|
|
1690
1703
|
{
|
|
1691
1704
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1705
|
+
"name": "heading",
|
|
1693
1706
|
"type": {
|
|
1694
|
-
"text": "
|
|
1707
|
+
"text": "string | undefined"
|
|
1695
1708
|
},
|
|
1696
|
-
"
|
|
1697
|
-
"
|
|
1698
|
-
"attribute": "wrap"
|
|
1709
|
+
"description": "Specify the heading text for Alert",
|
|
1710
|
+
"attribute": "heading"
|
|
1699
1711
|
},
|
|
1700
1712
|
{
|
|
1701
1713
|
"kind": "field",
|
|
1702
|
-
"name": "
|
|
1714
|
+
"name": "body",
|
|
1703
1715
|
"type": {
|
|
1704
|
-
"text": "
|
|
1716
|
+
"text": "string | undefined"
|
|
1705
1717
|
},
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"attribute": "itemsBeforeCollapse"
|
|
1718
|
+
"description": "Specify the body text for Alert",
|
|
1719
|
+
"attribute": "body"
|
|
1709
1720
|
},
|
|
1710
1721
|
{
|
|
1711
1722
|
"kind": "field",
|
|
1712
|
-
"name": "
|
|
1723
|
+
"name": "size",
|
|
1713
1724
|
"type": {
|
|
1714
|
-
"text": "
|
|
1725
|
+
"text": "'sm' | 'md'"
|
|
1715
1726
|
},
|
|
1716
|
-
"default": "
|
|
1717
|
-
"description": "Specify
|
|
1718
|
-
"attribute": "
|
|
1727
|
+
"default": "'sm'",
|
|
1728
|
+
"description": "Specify the size of the Alert",
|
|
1729
|
+
"attribute": "size"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
"kind": "field",
|
|
1733
|
+
"name": "fullWidth",
|
|
1734
|
+
"type": {
|
|
1735
|
+
"text": "boolean"
|
|
1736
|
+
},
|
|
1737
|
+
"default": "false",
|
|
1738
|
+
"description": "Specify if the Alert has no border radius",
|
|
1739
|
+
"attribute": "fullWidth"
|
|
1719
1740
|
},
|
|
1720
1741
|
{
|
|
1721
1742
|
"kind": "field",
|
|
@@ -1723,217 +1744,204 @@
|
|
|
1723
1744
|
"type": {
|
|
1724
1745
|
"text": "'light' | 'dark' | undefined"
|
|
1725
1746
|
},
|
|
1726
|
-
"description": "Specify the theme of the
|
|
1747
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1727
1748
|
"attribute": "theme"
|
|
1728
|
-
}
|
|
1729
|
-
],
|
|
1730
|
-
"attributes": [
|
|
1749
|
+
},
|
|
1731
1750
|
{
|
|
1732
|
-
"
|
|
1751
|
+
"kind": "field",
|
|
1752
|
+
"name": "appearance",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1755
|
+
},
|
|
1756
|
+
"default": "'infoPrimary'",
|
|
1757
|
+
"description": "Specify the appearance of the Alert",
|
|
1758
|
+
"attribute": "appearance"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "field",
|
|
1762
|
+
"name": "hidden",
|
|
1733
1763
|
"type": {
|
|
1734
1764
|
"text": "boolean"
|
|
1735
1765
|
},
|
|
1736
|
-
"default": "
|
|
1737
|
-
"description": "Specify if
|
|
1738
|
-
"
|
|
1766
|
+
"default": "false",
|
|
1767
|
+
"description": "Specify if the Alert is hidden",
|
|
1768
|
+
"attribute": "hidden"
|
|
1739
1769
|
},
|
|
1740
1770
|
{
|
|
1741
|
-
"
|
|
1771
|
+
"kind": "field",
|
|
1772
|
+
"name": "hideIcon",
|
|
1742
1773
|
"type": {
|
|
1743
|
-
"text": "
|
|
1774
|
+
"text": "boolean"
|
|
1744
1775
|
},
|
|
1745
|
-
"default": "
|
|
1746
|
-
"description": "Specify
|
|
1747
|
-
"
|
|
1776
|
+
"default": "false",
|
|
1777
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1778
|
+
"attribute": "hideIcon"
|
|
1748
1779
|
},
|
|
1749
1780
|
{
|
|
1750
|
-
"
|
|
1781
|
+
"kind": "field",
|
|
1782
|
+
"name": "dismissible",
|
|
1751
1783
|
"type": {
|
|
1752
|
-
"text": "
|
|
1784
|
+
"text": "boolean"
|
|
1753
1785
|
},
|
|
1754
|
-
"default": "
|
|
1755
|
-
"description": "Specify
|
|
1756
|
-
"
|
|
1786
|
+
"default": "false",
|
|
1787
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1788
|
+
"attribute": "dismissible"
|
|
1757
1789
|
},
|
|
1758
1790
|
{
|
|
1759
|
-
"
|
|
1791
|
+
"kind": "field",
|
|
1792
|
+
"name": "disableAutoFocus",
|
|
1760
1793
|
"type": {
|
|
1761
|
-
"text": "
|
|
1794
|
+
"text": "boolean"
|
|
1762
1795
|
},
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1796
|
+
"default": "false",
|
|
1797
|
+
"description": "Prevent autofocus on show",
|
|
1798
|
+
"attribute": "disableAutoFocus"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "field",
|
|
1802
|
+
"name": "disableCloseOnEscape",
|
|
1803
|
+
"type": {
|
|
1804
|
+
"text": "boolean"
|
|
1805
|
+
},
|
|
1806
|
+
"default": "false",
|
|
1807
|
+
"description": "Prevent Escape from closing",
|
|
1808
|
+
"attribute": "disableCloseOnEscape"
|
|
1765
1809
|
}
|
|
1766
1810
|
],
|
|
1767
|
-
"
|
|
1768
|
-
"name": "LitElement",
|
|
1769
|
-
"package": "lit"
|
|
1770
|
-
},
|
|
1771
|
-
"tagName": "bm-breadcrumb",
|
|
1772
|
-
"customElement": true
|
|
1773
|
-
}
|
|
1774
|
-
],
|
|
1775
|
-
"exports": [
|
|
1776
|
-
{
|
|
1777
|
-
"kind": "js",
|
|
1778
|
-
"name": "BmBreadcrumbs",
|
|
1779
|
-
"declaration": {
|
|
1780
|
-
"name": "BmBreadcrumbs",
|
|
1781
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1782
|
-
}
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "custom-element-definition",
|
|
1786
|
-
"name": "bm-breadcrumb",
|
|
1787
|
-
"declaration": {
|
|
1788
|
-
"name": "BmBreadcrumbs",
|
|
1789
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1792
|
-
]
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"kind": "javascript-module",
|
|
1796
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1797
|
-
"declarations": [
|
|
1798
|
-
{
|
|
1799
|
-
"kind": "class",
|
|
1800
|
-
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
|
|
1801
|
-
"name": "BmBreadcrumbsItem",
|
|
1802
|
-
"slots": [
|
|
1803
|
-
{
|
|
1804
|
-
"description": "Pass text to an item",
|
|
1805
|
-
"name": "default"
|
|
1806
|
-
},
|
|
1811
|
+
"events": [
|
|
1807
1812
|
{
|
|
1808
|
-
"description": "
|
|
1809
|
-
"name": "
|
|
1813
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1814
|
+
"name": "bm-dismiss"
|
|
1810
1815
|
}
|
|
1811
1816
|
],
|
|
1812
|
-
"
|
|
1817
|
+
"attributes": [
|
|
1818
|
+
{
|
|
1819
|
+
"name": "heading",
|
|
1820
|
+
"type": {
|
|
1821
|
+
"text": "string | undefined"
|
|
1822
|
+
},
|
|
1823
|
+
"description": "Specify the heading text for Alert",
|
|
1824
|
+
"fieldName": "heading"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"name": "body",
|
|
1828
|
+
"type": {
|
|
1829
|
+
"text": "string | undefined"
|
|
1830
|
+
},
|
|
1831
|
+
"description": "Specify the body text for Alert",
|
|
1832
|
+
"fieldName": "body"
|
|
1833
|
+
},
|
|
1813
1834
|
{
|
|
1814
|
-
"
|
|
1815
|
-
"name": "href",
|
|
1835
|
+
"name": "size",
|
|
1816
1836
|
"type": {
|
|
1817
|
-
"text": "
|
|
1837
|
+
"text": "'sm' | 'md'"
|
|
1818
1838
|
},
|
|
1819
|
-
"
|
|
1820
|
-
"
|
|
1839
|
+
"default": "'sm'",
|
|
1840
|
+
"description": "Specify the size of the Alert",
|
|
1841
|
+
"fieldName": "size"
|
|
1821
1842
|
},
|
|
1822
1843
|
{
|
|
1823
|
-
"
|
|
1824
|
-
"name": "clickable",
|
|
1844
|
+
"name": "fullWidth",
|
|
1825
1845
|
"type": {
|
|
1826
1846
|
"text": "boolean"
|
|
1827
1847
|
},
|
|
1828
1848
|
"default": "false",
|
|
1829
|
-
"description": "Specify if the
|
|
1830
|
-
"
|
|
1849
|
+
"description": "Specify if the Alert has no border radius",
|
|
1850
|
+
"fieldName": "fullWidth"
|
|
1831
1851
|
},
|
|
1832
1852
|
{
|
|
1833
|
-
"
|
|
1834
|
-
"name": "truncationWidth",
|
|
1853
|
+
"name": "theme",
|
|
1835
1854
|
"type": {
|
|
1836
|
-
"text": "
|
|
1855
|
+
"text": "'light' | 'dark' | undefined"
|
|
1837
1856
|
},
|
|
1838
|
-
"description": "Specify
|
|
1839
|
-
"
|
|
1857
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1858
|
+
"fieldName": "theme"
|
|
1840
1859
|
},
|
|
1841
1860
|
{
|
|
1842
|
-
"
|
|
1843
|
-
"name": "isCurrent",
|
|
1861
|
+
"name": "appearance",
|
|
1844
1862
|
"type": {
|
|
1845
|
-
"text": "
|
|
1863
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1846
1864
|
},
|
|
1847
|
-
"default": "
|
|
1848
|
-
"description": "Specify
|
|
1849
|
-
"
|
|
1850
|
-
"reflects": true
|
|
1865
|
+
"default": "'infoPrimary'",
|
|
1866
|
+
"description": "Specify the appearance of the Alert",
|
|
1867
|
+
"fieldName": "appearance"
|
|
1851
1868
|
},
|
|
1852
1869
|
{
|
|
1853
|
-
"
|
|
1854
|
-
"name": "isCollapsed",
|
|
1870
|
+
"name": "hidden",
|
|
1855
1871
|
"type": {
|
|
1856
1872
|
"text": "boolean"
|
|
1857
1873
|
},
|
|
1858
1874
|
"default": "false",
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1861
|
-
}
|
|
1862
|
-
],
|
|
1863
|
-
"attributes": [
|
|
1864
|
-
{
|
|
1865
|
-
"name": "href",
|
|
1866
|
-
"type": {
|
|
1867
|
-
"text": "string | undefined"
|
|
1868
|
-
},
|
|
1869
|
-
"description": "Pass href to an item",
|
|
1870
|
-
"fieldName": "href"
|
|
1875
|
+
"description": "Specify if the Alert is hidden",
|
|
1876
|
+
"fieldName": "hidden"
|
|
1871
1877
|
},
|
|
1872
1878
|
{
|
|
1873
|
-
"name": "
|
|
1879
|
+
"name": "hideIcon",
|
|
1874
1880
|
"type": {
|
|
1875
1881
|
"text": "boolean"
|
|
1876
1882
|
},
|
|
1877
1883
|
"default": "false",
|
|
1878
|
-
"description": "Specify if the
|
|
1879
|
-
"fieldName": "
|
|
1884
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1885
|
+
"fieldName": "hideIcon"
|
|
1880
1886
|
},
|
|
1881
1887
|
{
|
|
1882
|
-
"name": "
|
|
1888
|
+
"name": "dismissible",
|
|
1883
1889
|
"type": {
|
|
1884
|
-
"text": "
|
|
1890
|
+
"text": "boolean"
|
|
1885
1891
|
},
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1892
|
+
"default": "false",
|
|
1893
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1894
|
+
"fieldName": "dismissible"
|
|
1888
1895
|
},
|
|
1889
1896
|
{
|
|
1890
|
-
"name": "
|
|
1897
|
+
"name": "disableAutoFocus",
|
|
1891
1898
|
"type": {
|
|
1892
1899
|
"text": "boolean"
|
|
1893
1900
|
},
|
|
1894
1901
|
"default": "false",
|
|
1895
|
-
"description": "
|
|
1896
|
-
"fieldName": "
|
|
1902
|
+
"description": "Prevent autofocus on show",
|
|
1903
|
+
"fieldName": "disableAutoFocus"
|
|
1897
1904
|
},
|
|
1898
1905
|
{
|
|
1899
|
-
"name": "
|
|
1906
|
+
"name": "disableCloseOnEscape",
|
|
1900
1907
|
"type": {
|
|
1901
1908
|
"text": "boolean"
|
|
1902
1909
|
},
|
|
1903
1910
|
"default": "false",
|
|
1904
|
-
"
|
|
1911
|
+
"description": "Prevent Escape from closing",
|
|
1912
|
+
"fieldName": "disableCloseOnEscape"
|
|
1905
1913
|
}
|
|
1906
1914
|
],
|
|
1907
1915
|
"superclass": {
|
|
1908
1916
|
"name": "LitElement",
|
|
1909
1917
|
"package": "lit"
|
|
1910
1918
|
},
|
|
1911
|
-
"tagName": "bm-
|
|
1919
|
+
"tagName": "bm-alert",
|
|
1912
1920
|
"customElement": true
|
|
1913
1921
|
}
|
|
1914
1922
|
],
|
|
1915
1923
|
"exports": [
|
|
1916
1924
|
{
|
|
1917
1925
|
"kind": "js",
|
|
1918
|
-
"name": "
|
|
1926
|
+
"name": "BmAlert",
|
|
1919
1927
|
"declaration": {
|
|
1920
|
-
"name": "
|
|
1921
|
-
"module": "libs/web-components/src/lib/
|
|
1928
|
+
"name": "BmAlert",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1922
1930
|
}
|
|
1923
1931
|
},
|
|
1924
1932
|
{
|
|
1925
1933
|
"kind": "custom-element-definition",
|
|
1926
|
-
"name": "bm-
|
|
1934
|
+
"name": "bm-alert",
|
|
1927
1935
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "libs/web-components/src/lib/
|
|
1936
|
+
"name": "BmAlert",
|
|
1937
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1930
1938
|
}
|
|
1931
1939
|
}
|
|
1932
1940
|
]
|
|
1933
1941
|
},
|
|
1934
1942
|
{
|
|
1935
1943
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "libs/web-components/src/lib/
|
|
1944
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1937
1945
|
"declarations": [],
|
|
1938
1946
|
"exports": [
|
|
1939
1947
|
{
|
|
@@ -1941,15 +1949,7 @@
|
|
|
1941
1949
|
"name": "*",
|
|
1942
1950
|
"declaration": {
|
|
1943
1951
|
"name": "*",
|
|
1944
|
-
"package": "./
|
|
1945
|
-
}
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
"kind": "js",
|
|
1949
|
-
"name": "*",
|
|
1950
|
-
"declaration": {
|
|
1951
|
-
"name": "*",
|
|
1952
|
-
"package": "./BreadcrumbsItem"
|
|
1952
|
+
"package": "./Alert"
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
1955
|
]
|
|
@@ -2231,213 +2231,73 @@
|
|
|
2231
2231
|
"kind": "field",
|
|
2232
2232
|
"name": "size",
|
|
2233
2233
|
"type": {
|
|
2234
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2235
|
-
},
|
|
2236
|
-
"default": "'md'",
|
|
2237
|
-
"description": "Specify the size of the CloseButton",
|
|
2238
|
-
"attribute": "size"
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"kind": "field",
|
|
2242
|
-
"name": "disabled",
|
|
2243
|
-
"type": {
|
|
2244
|
-
"text": "boolean"
|
|
2245
|
-
},
|
|
2246
|
-
"default": "false",
|
|
2247
|
-
"description": "Specify if the CloseButton is disabled",
|
|
2248
|
-
"attribute": "disabled"
|
|
2249
|
-
}
|
|
2250
|
-
],
|
|
2251
|
-
"attributes": [
|
|
2252
|
-
{
|
|
2253
|
-
"name": "size",
|
|
2254
|
-
"type": {
|
|
2255
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2256
|
-
},
|
|
2257
|
-
"default": "'md'",
|
|
2258
|
-
"description": "Specify the size of the CloseButton",
|
|
2259
|
-
"fieldName": "size"
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"name": "disabled",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "boolean"
|
|
2265
|
-
},
|
|
2266
|
-
"default": "false",
|
|
2267
|
-
"description": "Specify if the CloseButton is disabled",
|
|
2268
|
-
"fieldName": "disabled"
|
|
2269
|
-
}
|
|
2270
|
-
],
|
|
2271
|
-
"superclass": {
|
|
2272
|
-
"name": "LitElement",
|
|
2273
|
-
"package": "lit"
|
|
2274
|
-
},
|
|
2275
|
-
"tagName": "bm-close-button",
|
|
2276
|
-
"customElement": true
|
|
2277
|
-
}
|
|
2278
|
-
],
|
|
2279
|
-
"exports": [
|
|
2280
|
-
{
|
|
2281
|
-
"kind": "js",
|
|
2282
|
-
"name": "BmCloseButton",
|
|
2283
|
-
"declaration": {
|
|
2284
|
-
"name": "BmCloseButton",
|
|
2285
|
-
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2286
|
-
}
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"kind": "custom-element-definition",
|
|
2290
|
-
"name": "bm-close-button",
|
|
2291
|
-
"declaration": {
|
|
2292
|
-
"name": "BmCloseButton",
|
|
2293
|
-
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2294
|
-
}
|
|
2295
|
-
}
|
|
2296
|
-
]
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"kind": "javascript-module",
|
|
2300
|
-
"path": "libs/web-components/src/lib/CloseButton/index.ts",
|
|
2301
|
-
"declarations": [],
|
|
2302
|
-
"exports": [
|
|
2303
|
-
{
|
|
2304
|
-
"kind": "js",
|
|
2305
|
-
"name": "*",
|
|
2306
|
-
"declaration": {
|
|
2307
|
-
"name": "*",
|
|
2308
|
-
"package": "./CloseButton"
|
|
2309
|
-
}
|
|
2310
|
-
}
|
|
2311
|
-
]
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "javascript-module",
|
|
2315
|
-
"path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
|
|
2316
|
-
"declarations": [
|
|
2317
|
-
{
|
|
2318
|
-
"kind": "class",
|
|
2319
|
-
"description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2320
|
-
"name": "BmEmptyState",
|
|
2321
|
-
"slots": [
|
|
2322
|
-
{
|
|
2323
|
-
"description": "Specify an icon for EmptyState",
|
|
2324
|
-
"name": "icon"
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"description": "Specify heading text for EmptyState",
|
|
2328
|
-
"name": "heading"
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"description": "Specify body text for EmptyState",
|
|
2332
|
-
"name": "body"
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"description": "Add actions to EmptyState",
|
|
2336
|
-
"name": "actions"
|
|
2337
|
-
}
|
|
2338
|
-
],
|
|
2339
|
-
"members": [
|
|
2340
|
-
{
|
|
2341
|
-
"kind": "field",
|
|
2342
|
-
"name": "heading",
|
|
2343
|
-
"type": {
|
|
2344
|
-
"text": "string | undefined"
|
|
2345
|
-
},
|
|
2346
|
-
"description": "Specify heading text for EmptyState",
|
|
2347
|
-
"attribute": "heading"
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "field",
|
|
2351
|
-
"name": "body",
|
|
2352
|
-
"type": {
|
|
2353
|
-
"text": "string | undefined"
|
|
2354
|
-
},
|
|
2355
|
-
"description": "Specify body text for EmptyState",
|
|
2356
|
-
"attribute": "body"
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "field",
|
|
2360
|
-
"name": "actions",
|
|
2361
|
-
"type": {
|
|
2362
|
-
"text": "HTMLSlotElement | undefined"
|
|
2363
|
-
},
|
|
2364
|
-
"description": "Specify action for EmptyState",
|
|
2365
|
-
"attribute": "actions"
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "field",
|
|
2369
|
-
"name": "theme",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "'light' | 'dark' | undefined"
|
|
2372
|
-
},
|
|
2373
|
-
"description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2374
|
-
"attribute": "theme"
|
|
2375
|
-
}
|
|
2376
|
-
],
|
|
2377
|
-
"attributes": [
|
|
2378
|
-
{
|
|
2379
|
-
"name": "heading",
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "string | undefined"
|
|
2234
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2382
2235
|
},
|
|
2383
|
-
"
|
|
2384
|
-
"
|
|
2236
|
+
"default": "'md'",
|
|
2237
|
+
"description": "Specify the size of the CloseButton",
|
|
2238
|
+
"attribute": "size"
|
|
2385
2239
|
},
|
|
2386
2240
|
{
|
|
2387
|
-
"
|
|
2241
|
+
"kind": "field",
|
|
2242
|
+
"name": "disabled",
|
|
2388
2243
|
"type": {
|
|
2389
|
-
"text": "
|
|
2244
|
+
"text": "boolean"
|
|
2390
2245
|
},
|
|
2391
|
-
"
|
|
2392
|
-
"
|
|
2393
|
-
|
|
2246
|
+
"default": "false",
|
|
2247
|
+
"description": "Specify if the CloseButton is disabled",
|
|
2248
|
+
"attribute": "disabled"
|
|
2249
|
+
}
|
|
2250
|
+
],
|
|
2251
|
+
"attributes": [
|
|
2394
2252
|
{
|
|
2395
|
-
"name": "
|
|
2253
|
+
"name": "size",
|
|
2396
2254
|
"type": {
|
|
2397
|
-
"text": "
|
|
2255
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2398
2256
|
},
|
|
2399
|
-
"
|
|
2400
|
-
"
|
|
2257
|
+
"default": "'md'",
|
|
2258
|
+
"description": "Specify the size of the CloseButton",
|
|
2259
|
+
"fieldName": "size"
|
|
2401
2260
|
},
|
|
2402
2261
|
{
|
|
2403
|
-
"name": "
|
|
2262
|
+
"name": "disabled",
|
|
2404
2263
|
"type": {
|
|
2405
|
-
"text": "
|
|
2264
|
+
"text": "boolean"
|
|
2406
2265
|
},
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2266
|
+
"default": "false",
|
|
2267
|
+
"description": "Specify if the CloseButton is disabled",
|
|
2268
|
+
"fieldName": "disabled"
|
|
2409
2269
|
}
|
|
2410
2270
|
],
|
|
2411
2271
|
"superclass": {
|
|
2412
2272
|
"name": "LitElement",
|
|
2413
2273
|
"package": "lit"
|
|
2414
2274
|
},
|
|
2415
|
-
"tagName": "bm-
|
|
2275
|
+
"tagName": "bm-close-button",
|
|
2416
2276
|
"customElement": true
|
|
2417
2277
|
}
|
|
2418
2278
|
],
|
|
2419
2279
|
"exports": [
|
|
2420
2280
|
{
|
|
2421
2281
|
"kind": "js",
|
|
2422
|
-
"name": "
|
|
2282
|
+
"name": "BmCloseButton",
|
|
2423
2283
|
"declaration": {
|
|
2424
|
-
"name": "
|
|
2425
|
-
"module": "libs/web-components/src/lib/
|
|
2284
|
+
"name": "BmCloseButton",
|
|
2285
|
+
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2426
2286
|
}
|
|
2427
2287
|
},
|
|
2428
2288
|
{
|
|
2429
2289
|
"kind": "custom-element-definition",
|
|
2430
|
-
"name": "bm-
|
|
2290
|
+
"name": "bm-close-button",
|
|
2431
2291
|
"declaration": {
|
|
2432
|
-
"name": "
|
|
2433
|
-
"module": "libs/web-components/src/lib/
|
|
2292
|
+
"name": "BmCloseButton",
|
|
2293
|
+
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2434
2294
|
}
|
|
2435
2295
|
}
|
|
2436
2296
|
]
|
|
2437
2297
|
},
|
|
2438
2298
|
{
|
|
2439
2299
|
"kind": "javascript-module",
|
|
2440
|
-
"path": "libs/web-components/src/lib/
|
|
2300
|
+
"path": "libs/web-components/src/lib/CloseButton/index.ts",
|
|
2441
2301
|
"declarations": [],
|
|
2442
2302
|
"exports": [
|
|
2443
2303
|
{
|
|
@@ -2445,7 +2305,7 @@
|
|
|
2445
2305
|
"name": "*",
|
|
2446
2306
|
"declaration": {
|
|
2447
2307
|
"name": "*",
|
|
2448
|
-
"package": "./
|
|
2308
|
+
"package": "./CloseButton"
|
|
2449
2309
|
}
|
|
2450
2310
|
}
|
|
2451
2311
|
]
|
|
@@ -2643,6 +2503,146 @@
|
|
|
2643
2503
|
}
|
|
2644
2504
|
]
|
|
2645
2505
|
},
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "javascript-module",
|
|
2508
|
+
"path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
|
|
2509
|
+
"declarations": [
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "class",
|
|
2512
|
+
"description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2513
|
+
"name": "BmEmptyState",
|
|
2514
|
+
"slots": [
|
|
2515
|
+
{
|
|
2516
|
+
"description": "Specify an icon for EmptyState",
|
|
2517
|
+
"name": "icon"
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"description": "Specify heading text for EmptyState",
|
|
2521
|
+
"name": "heading"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"description": "Specify body text for EmptyState",
|
|
2525
|
+
"name": "body"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"description": "Add actions to EmptyState",
|
|
2529
|
+
"name": "actions"
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"members": [
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "field",
|
|
2535
|
+
"name": "heading",
|
|
2536
|
+
"type": {
|
|
2537
|
+
"text": "string | undefined"
|
|
2538
|
+
},
|
|
2539
|
+
"description": "Specify heading text for EmptyState",
|
|
2540
|
+
"attribute": "heading"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"kind": "field",
|
|
2544
|
+
"name": "body",
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "string | undefined"
|
|
2547
|
+
},
|
|
2548
|
+
"description": "Specify body text for EmptyState",
|
|
2549
|
+
"attribute": "body"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "field",
|
|
2553
|
+
"name": "actions",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "HTMLSlotElement | undefined"
|
|
2556
|
+
},
|
|
2557
|
+
"description": "Specify action for EmptyState",
|
|
2558
|
+
"attribute": "actions"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"kind": "field",
|
|
2562
|
+
"name": "theme",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "'light' | 'dark' | undefined"
|
|
2565
|
+
},
|
|
2566
|
+
"description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2567
|
+
"attribute": "theme"
|
|
2568
|
+
}
|
|
2569
|
+
],
|
|
2570
|
+
"attributes": [
|
|
2571
|
+
{
|
|
2572
|
+
"name": "heading",
|
|
2573
|
+
"type": {
|
|
2574
|
+
"text": "string | undefined"
|
|
2575
|
+
},
|
|
2576
|
+
"description": "Specify heading text for EmptyState",
|
|
2577
|
+
"fieldName": "heading"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"name": "body",
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "string | undefined"
|
|
2583
|
+
},
|
|
2584
|
+
"description": "Specify body text for EmptyState",
|
|
2585
|
+
"fieldName": "body"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "actions",
|
|
2589
|
+
"type": {
|
|
2590
|
+
"text": "HTMLSlotElement | undefined"
|
|
2591
|
+
},
|
|
2592
|
+
"description": "Specify action for EmptyState",
|
|
2593
|
+
"fieldName": "actions"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "theme",
|
|
2597
|
+
"type": {
|
|
2598
|
+
"text": "'light' | 'dark' | undefined"
|
|
2599
|
+
},
|
|
2600
|
+
"description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2601
|
+
"fieldName": "theme"
|
|
2602
|
+
}
|
|
2603
|
+
],
|
|
2604
|
+
"superclass": {
|
|
2605
|
+
"name": "LitElement",
|
|
2606
|
+
"package": "lit"
|
|
2607
|
+
},
|
|
2608
|
+
"tagName": "bm-empty-state",
|
|
2609
|
+
"customElement": true
|
|
2610
|
+
}
|
|
2611
|
+
],
|
|
2612
|
+
"exports": [
|
|
2613
|
+
{
|
|
2614
|
+
"kind": "js",
|
|
2615
|
+
"name": "BmEmptyState",
|
|
2616
|
+
"declaration": {
|
|
2617
|
+
"name": "BmEmptyState",
|
|
2618
|
+
"module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"kind": "custom-element-definition",
|
|
2623
|
+
"name": "bm-empty-state",
|
|
2624
|
+
"declaration": {
|
|
2625
|
+
"name": "BmEmptyState",
|
|
2626
|
+
"module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
]
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"kind": "javascript-module",
|
|
2633
|
+
"path": "libs/web-components/src/lib/EmptyState/index.ts",
|
|
2634
|
+
"declarations": [],
|
|
2635
|
+
"exports": [
|
|
2636
|
+
{
|
|
2637
|
+
"kind": "js",
|
|
2638
|
+
"name": "*",
|
|
2639
|
+
"declaration": {
|
|
2640
|
+
"name": "*",
|
|
2641
|
+
"package": "./EmptyState"
|
|
2642
|
+
}
|
|
2643
|
+
}
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
2646
|
{
|
|
2647
2647
|
"kind": "javascript-module",
|
|
2648
2648
|
"path": "libs/web-components/src/lib/HelperText/HelperText.ts",
|
|
@@ -8287,420 +8287,507 @@
|
|
|
8287
8287
|
},
|
|
8288
8288
|
{
|
|
8289
8289
|
"kind": "javascript-module",
|
|
8290
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8290
|
+
"path": "libs/web-components/src/lib/wip/TextArea/TextArea.ts",
|
|
8291
8291
|
"declarations": [
|
|
8292
8292
|
{
|
|
8293
8293
|
"kind": "class",
|
|
8294
|
-
"description": "
|
|
8295
|
-
"name": "
|
|
8294
|
+
"description": "### Attributes:\n- **rows** - Specify the height of TextArea\n- **cols** - Specify the width of TextArea\n- **placeholder** - Specify placeholder text for TextArea\n- **required** - Specify if TextArea is a required input\n- **hideRequiredMarker** - Specify if the TextArea displays with an asterisk\n- **error** - Specify error text and display error state of a TextArea\n- **readOnly** - Specify if TextArea displays in a read-only state\n- **disabled** - Specify if TextArea displays in a disabled state\n- **fluid** - Specify if TextArea is fluid\n- **width** - Specify the width of TextArea\n- **hideResize** - Specify if TextArea can be manually resized\n- **maxCount** - Specify the maximum character count for the TextArea\n- **autoResize** - Specify if the TextArea automatically resizes to fit the text\n- **theme** - Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
8295
|
+
"name": "BmTextArea",
|
|
8296
|
+
"slots": [
|
|
8297
|
+
{
|
|
8298
|
+
"description": "Specify the label for TextArea",
|
|
8299
|
+
"name": "label"
|
|
8300
|
+
},
|
|
8301
|
+
{
|
|
8302
|
+
"description": "Specify the helper text for TextArea",
|
|
8303
|
+
"name": "helper-text"
|
|
8304
|
+
}
|
|
8305
|
+
],
|
|
8296
8306
|
"members": [
|
|
8297
8307
|
{
|
|
8298
8308
|
"kind": "field",
|
|
8299
|
-
"name": "
|
|
8309
|
+
"name": "rows",
|
|
8310
|
+
"type": {
|
|
8311
|
+
"text": "number | undefined"
|
|
8312
|
+
},
|
|
8313
|
+
"description": "Specify the height of TextArea",
|
|
8314
|
+
"attribute": "rows"
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"kind": "field",
|
|
8318
|
+
"name": "cols",
|
|
8319
|
+
"type": {
|
|
8320
|
+
"text": "number | undefined"
|
|
8321
|
+
},
|
|
8322
|
+
"description": "Specify the width of TextArea",
|
|
8323
|
+
"attribute": "cols"
|
|
8324
|
+
},
|
|
8325
|
+
{
|
|
8326
|
+
"kind": "field",
|
|
8327
|
+
"name": "placeholder",
|
|
8300
8328
|
"type": {
|
|
8301
8329
|
"text": "string | undefined"
|
|
8302
8330
|
},
|
|
8303
|
-
"description": "Specify
|
|
8304
|
-
"attribute": "
|
|
8331
|
+
"description": "Specify placeholder text for TextArea",
|
|
8332
|
+
"attribute": "placeholder"
|
|
8333
|
+
},
|
|
8334
|
+
{
|
|
8335
|
+
"kind": "field",
|
|
8336
|
+
"name": "required",
|
|
8337
|
+
"type": {
|
|
8338
|
+
"text": "boolean"
|
|
8339
|
+
},
|
|
8340
|
+
"default": "false",
|
|
8341
|
+
"description": "Specify if TextArea is a required input",
|
|
8342
|
+
"attribute": "required"
|
|
8343
|
+
},
|
|
8344
|
+
{
|
|
8345
|
+
"kind": "field",
|
|
8346
|
+
"name": "hideRequiredMarker",
|
|
8347
|
+
"type": {
|
|
8348
|
+
"text": "boolean"
|
|
8349
|
+
},
|
|
8350
|
+
"default": "false",
|
|
8351
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
8352
|
+
"attribute": "hideRequiredMarker"
|
|
8305
8353
|
},
|
|
8306
8354
|
{
|
|
8307
8355
|
"kind": "field",
|
|
8308
8356
|
"name": "error",
|
|
8309
8357
|
"type": {
|
|
8310
|
-
"text": "
|
|
8358
|
+
"text": "string | undefined"
|
|
8311
8359
|
},
|
|
8312
|
-
"description": "Specify error text and display error state of a
|
|
8360
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
8313
8361
|
"attribute": "error"
|
|
8314
8362
|
},
|
|
8315
8363
|
{
|
|
8316
8364
|
"kind": "field",
|
|
8317
8365
|
"name": "readOnly",
|
|
8318
8366
|
"type": {
|
|
8319
|
-
"text": "boolean
|
|
8367
|
+
"text": "boolean"
|
|
8320
8368
|
},
|
|
8321
|
-
"
|
|
8369
|
+
"default": "false",
|
|
8370
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
8322
8371
|
"attribute": "readOnly"
|
|
8323
8372
|
},
|
|
8324
8373
|
{
|
|
8325
8374
|
"kind": "field",
|
|
8326
8375
|
"name": "disabled",
|
|
8327
8376
|
"type": {
|
|
8328
|
-
"text": "boolean
|
|
8377
|
+
"text": "boolean"
|
|
8329
8378
|
},
|
|
8330
|
-
"
|
|
8379
|
+
"default": "false",
|
|
8380
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
8331
8381
|
"attribute": "disabled"
|
|
8332
8382
|
},
|
|
8333
8383
|
{
|
|
8334
8384
|
"kind": "field",
|
|
8335
|
-
"name": "
|
|
8385
|
+
"name": "fluid",
|
|
8336
8386
|
"type": {
|
|
8337
|
-
"text": "
|
|
8387
|
+
"text": "boolean"
|
|
8338
8388
|
},
|
|
8339
|
-
"
|
|
8340
|
-
"
|
|
8389
|
+
"default": "false",
|
|
8390
|
+
"description": "Specify if TextArea is fluid",
|
|
8391
|
+
"attribute": "fluid"
|
|
8341
8392
|
},
|
|
8342
8393
|
{
|
|
8343
8394
|
"kind": "field",
|
|
8344
|
-
"name": "
|
|
8395
|
+
"name": "width",
|
|
8345
8396
|
"type": {
|
|
8346
8397
|
"text": "string | undefined"
|
|
8347
8398
|
},
|
|
8348
|
-
"description": "
|
|
8349
|
-
"attribute": "
|
|
8399
|
+
"description": "Specify the width of TextArea",
|
|
8400
|
+
"attribute": "width"
|
|
8350
8401
|
},
|
|
8351
8402
|
{
|
|
8352
8403
|
"kind": "field",
|
|
8353
|
-
"name": "
|
|
8404
|
+
"name": "hideResize",
|
|
8354
8405
|
"type": {
|
|
8355
8406
|
"text": "boolean"
|
|
8356
8407
|
},
|
|
8357
8408
|
"default": "false",
|
|
8358
|
-
"description": "
|
|
8359
|
-
"attribute": "
|
|
8409
|
+
"description": "Specify if TextArea can be manually resized",
|
|
8410
|
+
"attribute": "hideResize"
|
|
8360
8411
|
},
|
|
8361
8412
|
{
|
|
8362
8413
|
"kind": "field",
|
|
8363
|
-
"name": "
|
|
8414
|
+
"name": "maxCount",
|
|
8364
8415
|
"type": {
|
|
8365
|
-
"text": "
|
|
8416
|
+
"text": "number | undefined"
|
|
8366
8417
|
},
|
|
8367
|
-
"description": "
|
|
8368
|
-
"attribute": "
|
|
8418
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
8419
|
+
"attribute": "maxCount"
|
|
8369
8420
|
},
|
|
8370
8421
|
{
|
|
8371
8422
|
"kind": "field",
|
|
8372
|
-
"name": "
|
|
8423
|
+
"name": "autoResize",
|
|
8373
8424
|
"type": {
|
|
8374
|
-
"text": "
|
|
8375
|
-
}
|
|
8425
|
+
"text": "boolean"
|
|
8426
|
+
},
|
|
8427
|
+
"default": "false",
|
|
8428
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
8429
|
+
"attribute": "autoResize"
|
|
8376
8430
|
},
|
|
8377
8431
|
{
|
|
8378
8432
|
"kind": "field",
|
|
8379
|
-
"name": "
|
|
8433
|
+
"name": "theme",
|
|
8434
|
+
"type": {
|
|
8435
|
+
"text": "'light' | 'dark' | undefined"
|
|
8436
|
+
},
|
|
8437
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
8438
|
+
"attribute": "theme"
|
|
8439
|
+
},
|
|
8440
|
+
{
|
|
8441
|
+
"kind": "field",
|
|
8442
|
+
"name": "formFieldCounterRef"
|
|
8380
8443
|
},
|
|
8381
8444
|
{
|
|
8382
8445
|
"kind": "method",
|
|
8383
|
-
"name": "
|
|
8384
|
-
|
|
8385
|
-
|
|
8386
|
-
|
|
8446
|
+
"name": "finalizeAssociatedCallback",
|
|
8447
|
+
"return": {
|
|
8448
|
+
"type": {
|
|
8449
|
+
"text": "FinalizeAssociatedResult"
|
|
8450
|
+
}
|
|
8451
|
+
},
|
|
8452
|
+
"parameters": [
|
|
8453
|
+
{
|
|
8454
|
+
"name": "value",
|
|
8455
|
+
"type": {
|
|
8456
|
+
"text": "string"
|
|
8457
|
+
}
|
|
8458
|
+
}
|
|
8459
|
+
],
|
|
8460
|
+
"inheritedFrom": {
|
|
8461
|
+
"name": "FormField",
|
|
8462
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8463
|
+
}
|
|
8464
|
+
},
|
|
8387
8465
|
{
|
|
8388
|
-
"
|
|
8466
|
+
"kind": "field",
|
|
8467
|
+
"name": "formAssociated",
|
|
8389
8468
|
"type": {
|
|
8390
|
-
"text": "
|
|
8469
|
+
"text": "boolean"
|
|
8391
8470
|
},
|
|
8392
|
-
"
|
|
8393
|
-
"
|
|
8471
|
+
"static": true,
|
|
8472
|
+
"default": "true",
|
|
8473
|
+
"inheritedFrom": {
|
|
8474
|
+
"name": "FormField",
|
|
8475
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8476
|
+
}
|
|
8394
8477
|
},
|
|
8395
8478
|
{
|
|
8396
|
-
"
|
|
8479
|
+
"kind": "field",
|
|
8480
|
+
"name": "id",
|
|
8397
8481
|
"type": {
|
|
8398
|
-
"text": "
|
|
8482
|
+
"text": "string"
|
|
8399
8483
|
},
|
|
8400
|
-
"
|
|
8401
|
-
"
|
|
8484
|
+
"default": "''",
|
|
8485
|
+
"attribute": "id",
|
|
8486
|
+
"inheritedFrom": {
|
|
8487
|
+
"name": "FormField",
|
|
8488
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8489
|
+
}
|
|
8402
8490
|
},
|
|
8403
8491
|
{
|
|
8404
|
-
"
|
|
8492
|
+
"kind": "field",
|
|
8493
|
+
"name": "name",
|
|
8405
8494
|
"type": {
|
|
8406
|
-
"text": "
|
|
8495
|
+
"text": "string"
|
|
8407
8496
|
},
|
|
8408
|
-
"
|
|
8409
|
-
"
|
|
8497
|
+
"default": "''",
|
|
8498
|
+
"attribute": "name",
|
|
8499
|
+
"inheritedFrom": {
|
|
8500
|
+
"name": "FormField",
|
|
8501
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8502
|
+
}
|
|
8410
8503
|
},
|
|
8411
8504
|
{
|
|
8412
|
-
"
|
|
8505
|
+
"kind": "field",
|
|
8506
|
+
"name": "value",
|
|
8413
8507
|
"type": {
|
|
8414
|
-
"text": "
|
|
8508
|
+
"text": "string"
|
|
8415
8509
|
},
|
|
8416
|
-
"
|
|
8417
|
-
"
|
|
8510
|
+
"default": "''",
|
|
8511
|
+
"attribute": "value",
|
|
8512
|
+
"inheritedFrom": {
|
|
8513
|
+
"name": "FormField",
|
|
8514
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8515
|
+
}
|
|
8418
8516
|
},
|
|
8419
8517
|
{
|
|
8420
|
-
"
|
|
8518
|
+
"kind": "field",
|
|
8519
|
+
"name": "validationRules",
|
|
8421
8520
|
"type": {
|
|
8422
|
-
"text": "
|
|
8521
|
+
"text": "Array<FormValidator>"
|
|
8423
8522
|
},
|
|
8424
|
-
"
|
|
8425
|
-
"
|
|
8523
|
+
"default": "[]",
|
|
8524
|
+
"attribute": "validationRules",
|
|
8525
|
+
"inheritedFrom": {
|
|
8526
|
+
"name": "FormField",
|
|
8527
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8528
|
+
}
|
|
8426
8529
|
},
|
|
8427
8530
|
{
|
|
8428
|
-
"
|
|
8531
|
+
"kind": "field",
|
|
8532
|
+
"name": "inputAriaLabel",
|
|
8429
8533
|
"type": {
|
|
8430
8534
|
"text": "string | undefined"
|
|
8431
8535
|
},
|
|
8432
|
-
"
|
|
8433
|
-
"
|
|
8536
|
+
"attribute": "input-aria-label",
|
|
8537
|
+
"inheritedFrom": {
|
|
8538
|
+
"name": "FormField",
|
|
8539
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8540
|
+
}
|
|
8434
8541
|
},
|
|
8435
8542
|
{
|
|
8436
|
-
"
|
|
8543
|
+
"kind": "field",
|
|
8544
|
+
"name": "formContext",
|
|
8437
8545
|
"type": {
|
|
8438
|
-
"text": "
|
|
8546
|
+
"text": "BmFormContext"
|
|
8439
8547
|
},
|
|
8440
|
-
"
|
|
8441
|
-
|
|
8442
|
-
|
|
8548
|
+
"inheritedFrom": {
|
|
8549
|
+
"name": "FormField",
|
|
8550
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8551
|
+
}
|
|
8443
8552
|
},
|
|
8444
8553
|
{
|
|
8445
|
-
"
|
|
8446
|
-
"
|
|
8447
|
-
|
|
8554
|
+
"kind": "method",
|
|
8555
|
+
"name": "formAssociatedCallback",
|
|
8556
|
+
"return": {
|
|
8557
|
+
"type": {
|
|
8558
|
+
"text": "void"
|
|
8559
|
+
}
|
|
8448
8560
|
},
|
|
8449
|
-
"
|
|
8450
|
-
|
|
8451
|
-
|
|
8452
|
-
|
|
8453
|
-
"superclass": {
|
|
8454
|
-
"name": "LitElement",
|
|
8455
|
-
"package": "lit"
|
|
8456
|
-
},
|
|
8457
|
-
"tagName": "bm-radio-button",
|
|
8458
|
-
"customElement": true
|
|
8459
|
-
}
|
|
8460
|
-
],
|
|
8461
|
-
"exports": [
|
|
8462
|
-
{
|
|
8463
|
-
"kind": "js",
|
|
8464
|
-
"name": "BmRadioButton",
|
|
8465
|
-
"declaration": {
|
|
8466
|
-
"name": "BmRadioButton",
|
|
8467
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8468
|
-
}
|
|
8469
|
-
},
|
|
8470
|
-
{
|
|
8471
|
-
"kind": "custom-element-definition",
|
|
8472
|
-
"name": "bm-radio-button",
|
|
8473
|
-
"declaration": {
|
|
8474
|
-
"name": "BmRadioButton",
|
|
8475
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8476
|
-
}
|
|
8477
|
-
}
|
|
8478
|
-
]
|
|
8479
|
-
},
|
|
8480
|
-
{
|
|
8481
|
-
"kind": "javascript-module",
|
|
8482
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8483
|
-
"declarations": [],
|
|
8484
|
-
"exports": [
|
|
8485
|
-
{
|
|
8486
|
-
"kind": "js",
|
|
8487
|
-
"name": "*",
|
|
8488
|
-
"declaration": {
|
|
8489
|
-
"name": "*",
|
|
8490
|
-
"package": "./RadioButton"
|
|
8491
|
-
}
|
|
8492
|
-
},
|
|
8493
|
-
{
|
|
8494
|
-
"kind": "js",
|
|
8495
|
-
"name": "*",
|
|
8496
|
-
"declaration": {
|
|
8497
|
-
"name": "*",
|
|
8498
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8499
|
-
}
|
|
8500
|
-
}
|
|
8501
|
-
]
|
|
8502
|
-
},
|
|
8503
|
-
{
|
|
8504
|
-
"kind": "javascript-module",
|
|
8505
|
-
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
8506
|
-
"declarations": [
|
|
8507
|
-
{
|
|
8508
|
-
"kind": "class",
|
|
8509
|
-
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
8510
|
-
"name": "BmSwitch",
|
|
8511
|
-
"slots": [
|
|
8512
|
-
{
|
|
8513
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8514
|
-
"name": "onText"
|
|
8561
|
+
"inheritedFrom": {
|
|
8562
|
+
"name": "FormField",
|
|
8563
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8564
|
+
}
|
|
8515
8565
|
},
|
|
8516
8566
|
{
|
|
8517
|
-
"
|
|
8518
|
-
"name": "
|
|
8567
|
+
"kind": "method",
|
|
8568
|
+
"name": "formResetCallback",
|
|
8569
|
+
"return": {
|
|
8570
|
+
"type": {
|
|
8571
|
+
"text": "void"
|
|
8572
|
+
}
|
|
8573
|
+
},
|
|
8574
|
+
"inheritedFrom": {
|
|
8575
|
+
"name": "FormField",
|
|
8576
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8577
|
+
}
|
|
8519
8578
|
}
|
|
8520
8579
|
],
|
|
8521
|
-
"
|
|
8580
|
+
"attributes": [
|
|
8522
8581
|
{
|
|
8523
|
-
"
|
|
8524
|
-
"name": "inputChoiceGroupContext",
|
|
8582
|
+
"name": "rows",
|
|
8525
8583
|
"type": {
|
|
8526
|
-
"text": "
|
|
8527
|
-
}
|
|
8584
|
+
"text": "number | undefined"
|
|
8585
|
+
},
|
|
8586
|
+
"description": "Specify the height of TextArea",
|
|
8587
|
+
"fieldName": "rows"
|
|
8528
8588
|
},
|
|
8529
8589
|
{
|
|
8530
|
-
"
|
|
8531
|
-
"name": "onText",
|
|
8590
|
+
"name": "cols",
|
|
8532
8591
|
"type": {
|
|
8533
|
-
"text": "
|
|
8592
|
+
"text": "number | undefined"
|
|
8534
8593
|
},
|
|
8535
|
-
"
|
|
8536
|
-
"
|
|
8537
|
-
"attribute": "onText"
|
|
8594
|
+
"description": "Specify the width of TextArea",
|
|
8595
|
+
"fieldName": "cols"
|
|
8538
8596
|
},
|
|
8539
8597
|
{
|
|
8540
|
-
"
|
|
8541
|
-
"name": "offText",
|
|
8598
|
+
"name": "placeholder",
|
|
8542
8599
|
"type": {
|
|
8543
8600
|
"text": "string | undefined"
|
|
8544
8601
|
},
|
|
8545
|
-
"
|
|
8546
|
-
"
|
|
8547
|
-
"attribute": "offText"
|
|
8602
|
+
"description": "Specify placeholder text for TextArea",
|
|
8603
|
+
"fieldName": "placeholder"
|
|
8548
8604
|
},
|
|
8549
8605
|
{
|
|
8550
|
-
"
|
|
8551
|
-
"name": "theme",
|
|
8606
|
+
"name": "required",
|
|
8552
8607
|
"type": {
|
|
8553
|
-
"text": "
|
|
8608
|
+
"text": "boolean"
|
|
8554
8609
|
},
|
|
8555
|
-
"default": "
|
|
8556
|
-
"description": "Specify
|
|
8610
|
+
"default": "false",
|
|
8611
|
+
"description": "Specify if TextArea is a required input",
|
|
8612
|
+
"fieldName": "required"
|
|
8557
8613
|
},
|
|
8558
8614
|
{
|
|
8559
|
-
"
|
|
8560
|
-
"name": "textPosition",
|
|
8615
|
+
"name": "hideRequiredMarker",
|
|
8561
8616
|
"type": {
|
|
8562
|
-
"text": "
|
|
8617
|
+
"text": "boolean"
|
|
8563
8618
|
},
|
|
8564
|
-
"default": "
|
|
8565
|
-
"description": "Specify the
|
|
8566
|
-
"
|
|
8619
|
+
"default": "false",
|
|
8620
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
8621
|
+
"fieldName": "hideRequiredMarker"
|
|
8622
|
+
},
|
|
8623
|
+
{
|
|
8624
|
+
"name": "error",
|
|
8625
|
+
"type": {
|
|
8626
|
+
"text": "string | undefined"
|
|
8627
|
+
},
|
|
8628
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
8629
|
+
"fieldName": "error"
|
|
8567
8630
|
},
|
|
8568
8631
|
{
|
|
8569
|
-
"kind": "field",
|
|
8570
8632
|
"name": "readOnly",
|
|
8571
8633
|
"type": {
|
|
8572
8634
|
"text": "boolean"
|
|
8573
8635
|
},
|
|
8574
8636
|
"default": "false",
|
|
8575
|
-
"description": "Specify if
|
|
8576
|
-
"
|
|
8637
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
8638
|
+
"fieldName": "readOnly"
|
|
8577
8639
|
},
|
|
8578
8640
|
{
|
|
8579
|
-
"kind": "field",
|
|
8580
8641
|
"name": "disabled",
|
|
8581
8642
|
"type": {
|
|
8582
8643
|
"text": "boolean"
|
|
8583
8644
|
},
|
|
8584
8645
|
"default": "false",
|
|
8585
|
-
"description": "Specify if
|
|
8586
|
-
"
|
|
8646
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
8647
|
+
"fieldName": "disabled"
|
|
8587
8648
|
},
|
|
8588
8649
|
{
|
|
8589
|
-
"
|
|
8590
|
-
"name": "checked",
|
|
8650
|
+
"name": "fluid",
|
|
8591
8651
|
"type": {
|
|
8592
8652
|
"text": "boolean"
|
|
8593
8653
|
},
|
|
8594
8654
|
"default": "false",
|
|
8595
|
-
"
|
|
8655
|
+
"description": "Specify if TextArea is fluid",
|
|
8656
|
+
"fieldName": "fluid"
|
|
8596
8657
|
},
|
|
8597
8658
|
{
|
|
8598
|
-
"
|
|
8599
|
-
"name": "value",
|
|
8659
|
+
"name": "width",
|
|
8600
8660
|
"type": {
|
|
8601
8661
|
"text": "string | undefined"
|
|
8602
8662
|
},
|
|
8603
|
-
"description": "
|
|
8604
|
-
"
|
|
8663
|
+
"description": "Specify the width of TextArea",
|
|
8664
|
+
"fieldName": "width"
|
|
8605
8665
|
},
|
|
8606
8666
|
{
|
|
8607
|
-
"
|
|
8608
|
-
"name": "switchRef"
|
|
8609
|
-
}
|
|
8610
|
-
],
|
|
8611
|
-
"attributes": [
|
|
8612
|
-
{
|
|
8613
|
-
"name": "onText",
|
|
8667
|
+
"name": "hideResize",
|
|
8614
8668
|
"type": {
|
|
8615
|
-
"text": "
|
|
8669
|
+
"text": "boolean"
|
|
8616
8670
|
},
|
|
8617
|
-
"default": "
|
|
8618
|
-
"description": "Specify
|
|
8619
|
-
"fieldName": "
|
|
8671
|
+
"default": "false",
|
|
8672
|
+
"description": "Specify if TextArea can be manually resized",
|
|
8673
|
+
"fieldName": "hideResize"
|
|
8620
8674
|
},
|
|
8621
8675
|
{
|
|
8622
|
-
"name": "
|
|
8676
|
+
"name": "maxCount",
|
|
8623
8677
|
"type": {
|
|
8624
|
-
"text": "
|
|
8678
|
+
"text": "number | undefined"
|
|
8625
8679
|
},
|
|
8626
|
-
"
|
|
8627
|
-
"
|
|
8628
|
-
"fieldName": "offText"
|
|
8680
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
8681
|
+
"fieldName": "maxCount"
|
|
8629
8682
|
},
|
|
8630
8683
|
{
|
|
8631
|
-
"name": "
|
|
8684
|
+
"name": "autoResize",
|
|
8632
8685
|
"type": {
|
|
8633
|
-
"text": "
|
|
8686
|
+
"text": "boolean"
|
|
8634
8687
|
},
|
|
8635
|
-
"default": "
|
|
8636
|
-
"description": "Specify the
|
|
8637
|
-
"fieldName": "
|
|
8688
|
+
"default": "false",
|
|
8689
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
8690
|
+
"fieldName": "autoResize"
|
|
8638
8691
|
},
|
|
8639
8692
|
{
|
|
8640
|
-
"name": "
|
|
8693
|
+
"name": "theme",
|
|
8641
8694
|
"type": {
|
|
8642
|
-
"text": "
|
|
8695
|
+
"text": "'light' | 'dark' | undefined"
|
|
8643
8696
|
},
|
|
8644
|
-
"
|
|
8645
|
-
"
|
|
8646
|
-
"fieldName": "readOnly"
|
|
8697
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
8698
|
+
"fieldName": "theme"
|
|
8647
8699
|
},
|
|
8648
8700
|
{
|
|
8649
|
-
"name": "
|
|
8701
|
+
"name": "id",
|
|
8650
8702
|
"type": {
|
|
8651
|
-
"text": "
|
|
8703
|
+
"text": "string"
|
|
8652
8704
|
},
|
|
8653
|
-
"default": "
|
|
8654
|
-
"
|
|
8655
|
-
"
|
|
8705
|
+
"default": "''",
|
|
8706
|
+
"fieldName": "id",
|
|
8707
|
+
"inheritedFrom": {
|
|
8708
|
+
"name": "FormField",
|
|
8709
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8710
|
+
}
|
|
8656
8711
|
},
|
|
8657
8712
|
{
|
|
8658
|
-
"name": "
|
|
8713
|
+
"name": "name",
|
|
8659
8714
|
"type": {
|
|
8660
|
-
"text": "
|
|
8715
|
+
"text": "string"
|
|
8661
8716
|
},
|
|
8662
|
-
"default": "
|
|
8663
|
-
"fieldName": "
|
|
8717
|
+
"default": "''",
|
|
8718
|
+
"fieldName": "name",
|
|
8719
|
+
"inheritedFrom": {
|
|
8720
|
+
"name": "FormField",
|
|
8721
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8722
|
+
}
|
|
8664
8723
|
},
|
|
8665
8724
|
{
|
|
8666
8725
|
"name": "value",
|
|
8726
|
+
"type": {
|
|
8727
|
+
"text": "string"
|
|
8728
|
+
},
|
|
8729
|
+
"default": "''",
|
|
8730
|
+
"fieldName": "value",
|
|
8731
|
+
"inheritedFrom": {
|
|
8732
|
+
"name": "FormField",
|
|
8733
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8734
|
+
}
|
|
8735
|
+
},
|
|
8736
|
+
{
|
|
8737
|
+
"name": "validationRules",
|
|
8738
|
+
"type": {
|
|
8739
|
+
"text": "Array<FormValidator>"
|
|
8740
|
+
},
|
|
8741
|
+
"default": "[]",
|
|
8742
|
+
"fieldName": "validationRules",
|
|
8743
|
+
"inheritedFrom": {
|
|
8744
|
+
"name": "FormField",
|
|
8745
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8746
|
+
}
|
|
8747
|
+
},
|
|
8748
|
+
{
|
|
8749
|
+
"name": "input-aria-label",
|
|
8667
8750
|
"type": {
|
|
8668
8751
|
"text": "string | undefined"
|
|
8669
8752
|
},
|
|
8670
|
-
"
|
|
8671
|
-
"
|
|
8753
|
+
"fieldName": "inputAriaLabel",
|
|
8754
|
+
"inheritedFrom": {
|
|
8755
|
+
"name": "FormField",
|
|
8756
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8757
|
+
}
|
|
8672
8758
|
}
|
|
8673
8759
|
],
|
|
8674
8760
|
"superclass": {
|
|
8675
|
-
"name": "
|
|
8676
|
-
"
|
|
8761
|
+
"name": "FormField",
|
|
8762
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8677
8763
|
},
|
|
8678
|
-
"
|
|
8764
|
+
"summary": "`bm-text-area`",
|
|
8765
|
+
"tagName": "bm-text-area",
|
|
8679
8766
|
"customElement": true
|
|
8680
8767
|
}
|
|
8681
8768
|
],
|
|
8682
8769
|
"exports": [
|
|
8683
8770
|
{
|
|
8684
8771
|
"kind": "js",
|
|
8685
|
-
"name": "
|
|
8772
|
+
"name": "BmTextArea",
|
|
8686
8773
|
"declaration": {
|
|
8687
|
-
"name": "
|
|
8688
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8774
|
+
"name": "BmTextArea",
|
|
8775
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
8689
8776
|
}
|
|
8690
8777
|
},
|
|
8691
8778
|
{
|
|
8692
8779
|
"kind": "custom-element-definition",
|
|
8693
|
-
"name": "bm-
|
|
8780
|
+
"name": "bm-text-area",
|
|
8694
8781
|
"declaration": {
|
|
8695
|
-
"name": "
|
|
8696
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8782
|
+
"name": "BmTextArea",
|
|
8783
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
8697
8784
|
}
|
|
8698
8785
|
}
|
|
8699
8786
|
]
|
|
8700
8787
|
},
|
|
8701
8788
|
{
|
|
8702
8789
|
"kind": "javascript-module",
|
|
8703
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8790
|
+
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
8704
8791
|
"declarations": [],
|
|
8705
8792
|
"exports": [
|
|
8706
8793
|
{
|
|
@@ -8708,522 +8795,427 @@
|
|
|
8708
8795
|
"name": "*",
|
|
8709
8796
|
"declaration": {
|
|
8710
8797
|
"name": "*",
|
|
8711
|
-
"package": "./
|
|
8712
|
-
}
|
|
8713
|
-
},
|
|
8714
|
-
{
|
|
8715
|
-
"kind": "js",
|
|
8716
|
-
"name": "*",
|
|
8717
|
-
"declaration": {
|
|
8718
|
-
"name": "*",
|
|
8719
|
-
"package": "./SwitchGroup/SwitchGroup"
|
|
8798
|
+
"package": "./TextArea"
|
|
8720
8799
|
}
|
|
8721
8800
|
}
|
|
8722
8801
|
]
|
|
8723
8802
|
},
|
|
8724
8803
|
{
|
|
8725
8804
|
"kind": "javascript-module",
|
|
8726
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8727
|
-
"declarations": [
|
|
8728
|
-
{
|
|
8729
|
-
"kind": "class",
|
|
8730
|
-
"description": "### Attributes:\n- **
|
|
8731
|
-
"name": "
|
|
8732
|
-
"
|
|
8733
|
-
{
|
|
8734
|
-
"description": "Specify the label for TextArea",
|
|
8735
|
-
"name": "label"
|
|
8736
|
-
},
|
|
8737
|
-
{
|
|
8738
|
-
"description": "Specify the helper text for TextArea",
|
|
8739
|
-
"name": "helper-text"
|
|
8740
|
-
}
|
|
8741
|
-
],
|
|
8742
|
-
"members": [
|
|
8743
|
-
{
|
|
8744
|
-
"kind": "field",
|
|
8745
|
-
"name": "rows",
|
|
8746
|
-
"type": {
|
|
8747
|
-
"text": "number | undefined"
|
|
8748
|
-
},
|
|
8749
|
-
"description": "Specify the height of TextArea",
|
|
8750
|
-
"attribute": "rows"
|
|
8751
|
-
},
|
|
8752
|
-
{
|
|
8753
|
-
"kind": "field",
|
|
8754
|
-
"name": "cols",
|
|
8755
|
-
"type": {
|
|
8756
|
-
"text": "number | undefined"
|
|
8757
|
-
},
|
|
8758
|
-
"description": "Specify the width of TextArea",
|
|
8759
|
-
"attribute": "cols"
|
|
8760
|
-
},
|
|
8805
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8806
|
+
"declarations": [
|
|
8807
|
+
{
|
|
8808
|
+
"kind": "class",
|
|
8809
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
8810
|
+
"name": "BmRadioButton",
|
|
8811
|
+
"members": [
|
|
8761
8812
|
{
|
|
8762
8813
|
"kind": "field",
|
|
8763
|
-
"name": "
|
|
8814
|
+
"name": "label",
|
|
8764
8815
|
"type": {
|
|
8765
8816
|
"text": "string | undefined"
|
|
8766
8817
|
},
|
|
8767
|
-
"description": "Specify
|
|
8768
|
-
"attribute": "
|
|
8769
|
-
},
|
|
8770
|
-
{
|
|
8771
|
-
"kind": "field",
|
|
8772
|
-
"name": "required",
|
|
8773
|
-
"type": {
|
|
8774
|
-
"text": "boolean"
|
|
8775
|
-
},
|
|
8776
|
-
"default": "false",
|
|
8777
|
-
"description": "Specify if TextArea is a required input",
|
|
8778
|
-
"attribute": "required"
|
|
8779
|
-
},
|
|
8780
|
-
{
|
|
8781
|
-
"kind": "field",
|
|
8782
|
-
"name": "hideRequiredMarker",
|
|
8783
|
-
"type": {
|
|
8784
|
-
"text": "boolean"
|
|
8785
|
-
},
|
|
8786
|
-
"default": "false",
|
|
8787
|
-
"description": "Specify if the TextArea displays with an asterisk",
|
|
8788
|
-
"attribute": "hideRequiredMarker"
|
|
8818
|
+
"description": "Specify the text for the label",
|
|
8819
|
+
"attribute": "label"
|
|
8789
8820
|
},
|
|
8790
8821
|
{
|
|
8791
8822
|
"kind": "field",
|
|
8792
8823
|
"name": "error",
|
|
8793
8824
|
"type": {
|
|
8794
|
-
"text": "
|
|
8825
|
+
"text": "boolean | undefined"
|
|
8795
8826
|
},
|
|
8796
|
-
"description": "Specify error text and display error state of a
|
|
8827
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8797
8828
|
"attribute": "error"
|
|
8798
8829
|
},
|
|
8799
8830
|
{
|
|
8800
8831
|
"kind": "field",
|
|
8801
8832
|
"name": "readOnly",
|
|
8802
8833
|
"type": {
|
|
8803
|
-
"text": "boolean"
|
|
8834
|
+
"text": "boolean | undefined"
|
|
8804
8835
|
},
|
|
8805
|
-
"
|
|
8806
|
-
"description": "Specify if TextArea displays in a read-only state",
|
|
8836
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8807
8837
|
"attribute": "readOnly"
|
|
8808
8838
|
},
|
|
8809
8839
|
{
|
|
8810
8840
|
"kind": "field",
|
|
8811
8841
|
"name": "disabled",
|
|
8812
8842
|
"type": {
|
|
8813
|
-
"text": "boolean"
|
|
8843
|
+
"text": "boolean | undefined"
|
|
8814
8844
|
},
|
|
8815
|
-
"
|
|
8816
|
-
"description": "Specify if TextArea displays in a disabled state",
|
|
8845
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8817
8846
|
"attribute": "disabled"
|
|
8818
8847
|
},
|
|
8819
8848
|
{
|
|
8820
8849
|
"kind": "field",
|
|
8821
|
-
"name": "
|
|
8850
|
+
"name": "theme",
|
|
8822
8851
|
"type": {
|
|
8823
|
-
"text": "
|
|
8852
|
+
"text": "'light' | 'dark' | undefined"
|
|
8824
8853
|
},
|
|
8825
|
-
"
|
|
8826
|
-
"
|
|
8827
|
-
"attribute": "fluid"
|
|
8854
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8855
|
+
"attribute": "theme"
|
|
8828
8856
|
},
|
|
8829
8857
|
{
|
|
8830
8858
|
"kind": "field",
|
|
8831
|
-
"name": "
|
|
8859
|
+
"name": "value",
|
|
8832
8860
|
"type": {
|
|
8833
8861
|
"text": "string | undefined"
|
|
8834
8862
|
},
|
|
8835
|
-
"description": "
|
|
8836
|
-
"attribute": "
|
|
8863
|
+
"description": "The value attribute for the input element",
|
|
8864
|
+
"attribute": "value"
|
|
8837
8865
|
},
|
|
8838
8866
|
{
|
|
8839
8867
|
"kind": "field",
|
|
8840
|
-
"name": "
|
|
8868
|
+
"name": "checked",
|
|
8841
8869
|
"type": {
|
|
8842
8870
|
"text": "boolean"
|
|
8843
8871
|
},
|
|
8844
8872
|
"default": "false",
|
|
8845
|
-
"description": "
|
|
8846
|
-
"attribute": "
|
|
8847
|
-
},
|
|
8848
|
-
{
|
|
8849
|
-
"kind": "field",
|
|
8850
|
-
"name": "maxCount",
|
|
8851
|
-
"type": {
|
|
8852
|
-
"text": "number | undefined"
|
|
8853
|
-
},
|
|
8854
|
-
"description": "Specify the maximum character count for the TextArea",
|
|
8855
|
-
"attribute": "maxCount"
|
|
8873
|
+
"description": "The checked attribute for the input element",
|
|
8874
|
+
"attribute": "checked"
|
|
8856
8875
|
},
|
|
8857
8876
|
{
|
|
8858
8877
|
"kind": "field",
|
|
8859
|
-
"name": "
|
|
8878
|
+
"name": "onKeyDown",
|
|
8860
8879
|
"type": {
|
|
8861
|
-
"text": "
|
|
8880
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8862
8881
|
},
|
|
8863
|
-
"
|
|
8864
|
-
"
|
|
8865
|
-
"attribute": "autoResize"
|
|
8882
|
+
"description": "A user-defined function to handle keydown events",
|
|
8883
|
+
"attribute": "onKeyDown"
|
|
8866
8884
|
},
|
|
8867
8885
|
{
|
|
8868
8886
|
"kind": "field",
|
|
8869
|
-
"name": "
|
|
8887
|
+
"name": "inputChoiceGroupContext",
|
|
8870
8888
|
"type": {
|
|
8871
|
-
"text": "
|
|
8872
|
-
}
|
|
8873
|
-
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
8874
|
-
"attribute": "theme"
|
|
8889
|
+
"text": "InputChoiceGroupContextProps"
|
|
8890
|
+
}
|
|
8875
8891
|
},
|
|
8876
8892
|
{
|
|
8877
8893
|
"kind": "field",
|
|
8878
|
-
"name": "
|
|
8894
|
+
"name": "radioButtonRef"
|
|
8879
8895
|
},
|
|
8880
8896
|
{
|
|
8881
8897
|
"kind": "method",
|
|
8882
|
-
"name": "
|
|
8883
|
-
|
|
8884
|
-
|
|
8885
|
-
|
|
8886
|
-
}
|
|
8887
|
-
},
|
|
8888
|
-
"parameters": [
|
|
8889
|
-
{
|
|
8890
|
-
"name": "value",
|
|
8891
|
-
"type": {
|
|
8892
|
-
"text": "string"
|
|
8893
|
-
}
|
|
8894
|
-
}
|
|
8895
|
-
],
|
|
8896
|
-
"inheritedFrom": {
|
|
8897
|
-
"name": "FormField",
|
|
8898
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8899
|
-
}
|
|
8900
|
-
},
|
|
8898
|
+
"name": "focus"
|
|
8899
|
+
}
|
|
8900
|
+
],
|
|
8901
|
+
"attributes": [
|
|
8901
8902
|
{
|
|
8902
|
-
"
|
|
8903
|
-
"name": "formAssociated",
|
|
8903
|
+
"name": "label",
|
|
8904
8904
|
"type": {
|
|
8905
|
-
"text": "
|
|
8905
|
+
"text": "string | undefined"
|
|
8906
8906
|
},
|
|
8907
|
-
"
|
|
8908
|
-
"
|
|
8909
|
-
"inheritedFrom": {
|
|
8910
|
-
"name": "FormField",
|
|
8911
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8912
|
-
}
|
|
8907
|
+
"description": "Specify the text for the label",
|
|
8908
|
+
"fieldName": "label"
|
|
8913
8909
|
},
|
|
8914
8910
|
{
|
|
8915
|
-
"
|
|
8916
|
-
"name": "id",
|
|
8911
|
+
"name": "error",
|
|
8917
8912
|
"type": {
|
|
8918
|
-
"text": "
|
|
8913
|
+
"text": "boolean | undefined"
|
|
8919
8914
|
},
|
|
8920
|
-
"
|
|
8921
|
-
"
|
|
8922
|
-
"inheritedFrom": {
|
|
8923
|
-
"name": "FormField",
|
|
8924
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8925
|
-
}
|
|
8915
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8916
|
+
"fieldName": "error"
|
|
8926
8917
|
},
|
|
8927
8918
|
{
|
|
8928
|
-
"
|
|
8929
|
-
"name": "name",
|
|
8919
|
+
"name": "readOnly",
|
|
8930
8920
|
"type": {
|
|
8931
|
-
"text": "
|
|
8921
|
+
"text": "boolean | undefined"
|
|
8932
8922
|
},
|
|
8933
|
-
"
|
|
8934
|
-
"
|
|
8935
|
-
"inheritedFrom": {
|
|
8936
|
-
"name": "FormField",
|
|
8937
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8938
|
-
}
|
|
8923
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8924
|
+
"fieldName": "readOnly"
|
|
8939
8925
|
},
|
|
8940
8926
|
{
|
|
8941
|
-
"
|
|
8942
|
-
"name": "value",
|
|
8927
|
+
"name": "disabled",
|
|
8943
8928
|
"type": {
|
|
8944
|
-
"text": "
|
|
8929
|
+
"text": "boolean | undefined"
|
|
8945
8930
|
},
|
|
8946
|
-
"
|
|
8947
|
-
"
|
|
8948
|
-
"inheritedFrom": {
|
|
8949
|
-
"name": "FormField",
|
|
8950
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8951
|
-
}
|
|
8931
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8932
|
+
"fieldName": "disabled"
|
|
8952
8933
|
},
|
|
8953
8934
|
{
|
|
8954
|
-
"
|
|
8955
|
-
"name": "validationRules",
|
|
8935
|
+
"name": "theme",
|
|
8956
8936
|
"type": {
|
|
8957
|
-
"text": "
|
|
8937
|
+
"text": "'light' | 'dark' | undefined"
|
|
8958
8938
|
},
|
|
8959
|
-
"
|
|
8960
|
-
"
|
|
8961
|
-
"inheritedFrom": {
|
|
8962
|
-
"name": "FormField",
|
|
8963
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8964
|
-
}
|
|
8939
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8940
|
+
"fieldName": "theme"
|
|
8965
8941
|
},
|
|
8966
8942
|
{
|
|
8967
|
-
"
|
|
8968
|
-
"name": "inputAriaLabel",
|
|
8943
|
+
"name": "value",
|
|
8969
8944
|
"type": {
|
|
8970
8945
|
"text": "string | undefined"
|
|
8971
8946
|
},
|
|
8972
|
-
"
|
|
8973
|
-
"
|
|
8974
|
-
"name": "FormField",
|
|
8975
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8976
|
-
}
|
|
8947
|
+
"description": "The value attribute for the input element",
|
|
8948
|
+
"fieldName": "value"
|
|
8977
8949
|
},
|
|
8978
8950
|
{
|
|
8979
|
-
"
|
|
8980
|
-
"name": "formContext",
|
|
8951
|
+
"name": "checked",
|
|
8981
8952
|
"type": {
|
|
8982
|
-
"text": "
|
|
8953
|
+
"text": "boolean"
|
|
8983
8954
|
},
|
|
8984
|
-
"
|
|
8985
|
-
|
|
8986
|
-
|
|
8987
|
-
}
|
|
8955
|
+
"default": "false",
|
|
8956
|
+
"description": "The checked attribute for the input element",
|
|
8957
|
+
"fieldName": "checked"
|
|
8988
8958
|
},
|
|
8989
8959
|
{
|
|
8990
|
-
"
|
|
8991
|
-
"
|
|
8992
|
-
|
|
8993
|
-
|
|
8994
|
-
|
|
8995
|
-
|
|
8996
|
-
|
|
8997
|
-
|
|
8998
|
-
|
|
8999
|
-
|
|
9000
|
-
|
|
8960
|
+
"name": "onKeyDown",
|
|
8961
|
+
"type": {
|
|
8962
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8963
|
+
},
|
|
8964
|
+
"description": "A user-defined function to handle keydown events",
|
|
8965
|
+
"fieldName": "onKeyDown"
|
|
8966
|
+
}
|
|
8967
|
+
],
|
|
8968
|
+
"superclass": {
|
|
8969
|
+
"name": "LitElement",
|
|
8970
|
+
"package": "lit"
|
|
8971
|
+
},
|
|
8972
|
+
"tagName": "bm-radio-button",
|
|
8973
|
+
"customElement": true
|
|
8974
|
+
}
|
|
8975
|
+
],
|
|
8976
|
+
"exports": [
|
|
8977
|
+
{
|
|
8978
|
+
"kind": "js",
|
|
8979
|
+
"name": "BmRadioButton",
|
|
8980
|
+
"declaration": {
|
|
8981
|
+
"name": "BmRadioButton",
|
|
8982
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8983
|
+
}
|
|
8984
|
+
},
|
|
8985
|
+
{
|
|
8986
|
+
"kind": "custom-element-definition",
|
|
8987
|
+
"name": "bm-radio-button",
|
|
8988
|
+
"declaration": {
|
|
8989
|
+
"name": "BmRadioButton",
|
|
8990
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8991
|
+
}
|
|
8992
|
+
}
|
|
8993
|
+
]
|
|
8994
|
+
},
|
|
8995
|
+
{
|
|
8996
|
+
"kind": "javascript-module",
|
|
8997
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8998
|
+
"declarations": [],
|
|
8999
|
+
"exports": [
|
|
9000
|
+
{
|
|
9001
|
+
"kind": "js",
|
|
9002
|
+
"name": "*",
|
|
9003
|
+
"declaration": {
|
|
9004
|
+
"name": "*",
|
|
9005
|
+
"package": "./RadioButton"
|
|
9006
|
+
}
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
"kind": "js",
|
|
9010
|
+
"name": "*",
|
|
9011
|
+
"declaration": {
|
|
9012
|
+
"name": "*",
|
|
9013
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9014
|
+
}
|
|
9015
|
+
}
|
|
9016
|
+
]
|
|
9017
|
+
},
|
|
9018
|
+
{
|
|
9019
|
+
"kind": "javascript-module",
|
|
9020
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9021
|
+
"declarations": [
|
|
9022
|
+
{
|
|
9023
|
+
"kind": "class",
|
|
9024
|
+
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
9025
|
+
"name": "BmSwitch",
|
|
9026
|
+
"slots": [
|
|
9027
|
+
{
|
|
9028
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9029
|
+
"name": "onText"
|
|
9001
9030
|
},
|
|
9002
9031
|
{
|
|
9003
|
-
"
|
|
9004
|
-
"name": "
|
|
9005
|
-
"return": {
|
|
9006
|
-
"type": {
|
|
9007
|
-
"text": "void"
|
|
9008
|
-
}
|
|
9009
|
-
},
|
|
9010
|
-
"inheritedFrom": {
|
|
9011
|
-
"name": "FormField",
|
|
9012
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9013
|
-
}
|
|
9032
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9033
|
+
"name": "offText"
|
|
9014
9034
|
}
|
|
9015
9035
|
],
|
|
9016
|
-
"
|
|
9017
|
-
{
|
|
9018
|
-
"name": "rows",
|
|
9019
|
-
"type": {
|
|
9020
|
-
"text": "number | undefined"
|
|
9021
|
-
},
|
|
9022
|
-
"description": "Specify the height of TextArea",
|
|
9023
|
-
"fieldName": "rows"
|
|
9024
|
-
},
|
|
9036
|
+
"members": [
|
|
9025
9037
|
{
|
|
9026
|
-
"
|
|
9038
|
+
"kind": "field",
|
|
9039
|
+
"name": "inputChoiceGroupContext",
|
|
9027
9040
|
"type": {
|
|
9028
|
-
"text": "
|
|
9029
|
-
}
|
|
9030
|
-
"description": "Specify the width of TextArea",
|
|
9031
|
-
"fieldName": "cols"
|
|
9041
|
+
"text": "InputChoiceGroupContextProps"
|
|
9042
|
+
}
|
|
9032
9043
|
},
|
|
9033
9044
|
{
|
|
9034
|
-
"
|
|
9045
|
+
"kind": "field",
|
|
9046
|
+
"name": "onText",
|
|
9035
9047
|
"type": {
|
|
9036
9048
|
"text": "string | undefined"
|
|
9037
9049
|
},
|
|
9038
|
-
"
|
|
9039
|
-
"
|
|
9050
|
+
"default": "undefined",
|
|
9051
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9052
|
+
"attribute": "onText"
|
|
9040
9053
|
},
|
|
9041
9054
|
{
|
|
9042
|
-
"
|
|
9055
|
+
"kind": "field",
|
|
9056
|
+
"name": "offText",
|
|
9043
9057
|
"type": {
|
|
9044
|
-
"text": "
|
|
9058
|
+
"text": "string | undefined"
|
|
9045
9059
|
},
|
|
9046
|
-
"default": "
|
|
9047
|
-
"description": "Specify
|
|
9048
|
-
"
|
|
9060
|
+
"default": "undefined",
|
|
9061
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9062
|
+
"attribute": "offText"
|
|
9049
9063
|
},
|
|
9050
9064
|
{
|
|
9051
|
-
"
|
|
9065
|
+
"kind": "field",
|
|
9066
|
+
"name": "theme",
|
|
9052
9067
|
"type": {
|
|
9053
|
-
"text": "
|
|
9068
|
+
"text": "ThemeTypes | undefined"
|
|
9054
9069
|
},
|
|
9055
|
-
"default": "
|
|
9056
|
-
"description": "Specify
|
|
9057
|
-
"fieldName": "hideRequiredMarker"
|
|
9070
|
+
"default": "undefined",
|
|
9071
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9058
9072
|
},
|
|
9059
9073
|
{
|
|
9060
|
-
"
|
|
9074
|
+
"kind": "field",
|
|
9075
|
+
"name": "textPosition",
|
|
9061
9076
|
"type": {
|
|
9062
|
-
"text": "
|
|
9077
|
+
"text": "'before' | 'after'"
|
|
9063
9078
|
},
|
|
9064
|
-
"
|
|
9065
|
-
"
|
|
9079
|
+
"default": "'after'",
|
|
9080
|
+
"description": "Specify the position of the side label",
|
|
9081
|
+
"attribute": "textPosition"
|
|
9066
9082
|
},
|
|
9067
9083
|
{
|
|
9084
|
+
"kind": "field",
|
|
9068
9085
|
"name": "readOnly",
|
|
9069
9086
|
"type": {
|
|
9070
9087
|
"text": "boolean"
|
|
9071
9088
|
},
|
|
9072
9089
|
"default": "false",
|
|
9073
|
-
"description": "Specify if
|
|
9074
|
-
"
|
|
9090
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9091
|
+
"attribute": "readOnly"
|
|
9075
9092
|
},
|
|
9076
9093
|
{
|
|
9094
|
+
"kind": "field",
|
|
9077
9095
|
"name": "disabled",
|
|
9078
9096
|
"type": {
|
|
9079
9097
|
"text": "boolean"
|
|
9080
9098
|
},
|
|
9081
9099
|
"default": "false",
|
|
9082
|
-
"description": "Specify if
|
|
9083
|
-
"
|
|
9100
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9101
|
+
"attribute": "disabled"
|
|
9084
9102
|
},
|
|
9085
9103
|
{
|
|
9086
|
-
"
|
|
9104
|
+
"kind": "field",
|
|
9105
|
+
"name": "checked",
|
|
9087
9106
|
"type": {
|
|
9088
9107
|
"text": "boolean"
|
|
9089
9108
|
},
|
|
9090
9109
|
"default": "false",
|
|
9091
|
-
"
|
|
9092
|
-
"fieldName": "fluid"
|
|
9110
|
+
"attribute": "checked"
|
|
9093
9111
|
},
|
|
9094
9112
|
{
|
|
9095
|
-
"
|
|
9113
|
+
"kind": "field",
|
|
9114
|
+
"name": "value",
|
|
9096
9115
|
"type": {
|
|
9097
9116
|
"text": "string | undefined"
|
|
9098
9117
|
},
|
|
9099
|
-
"description": "
|
|
9100
|
-
"
|
|
9101
|
-
},
|
|
9102
|
-
{
|
|
9103
|
-
"name": "hideResize",
|
|
9104
|
-
"type": {
|
|
9105
|
-
"text": "boolean"
|
|
9106
|
-
},
|
|
9107
|
-
"default": "false",
|
|
9108
|
-
"description": "Specify if TextArea can be manually resized",
|
|
9109
|
-
"fieldName": "hideResize"
|
|
9118
|
+
"description": "The value attribute for the input element",
|
|
9119
|
+
"attribute": "value"
|
|
9110
9120
|
},
|
|
9111
9121
|
{
|
|
9112
|
-
"
|
|
9113
|
-
"
|
|
9114
|
-
|
|
9115
|
-
|
|
9116
|
-
|
|
9117
|
-
"fieldName": "maxCount"
|
|
9118
|
-
},
|
|
9122
|
+
"kind": "field",
|
|
9123
|
+
"name": "switchRef"
|
|
9124
|
+
}
|
|
9125
|
+
],
|
|
9126
|
+
"attributes": [
|
|
9119
9127
|
{
|
|
9120
|
-
"name": "
|
|
9128
|
+
"name": "onText",
|
|
9121
9129
|
"type": {
|
|
9122
|
-
"text": "
|
|
9130
|
+
"text": "string | undefined"
|
|
9123
9131
|
},
|
|
9124
|
-
"default": "
|
|
9125
|
-
"description": "Specify
|
|
9126
|
-
"fieldName": "
|
|
9132
|
+
"default": "undefined",
|
|
9133
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9134
|
+
"fieldName": "onText"
|
|
9127
9135
|
},
|
|
9128
9136
|
{
|
|
9129
|
-
"name": "
|
|
9137
|
+
"name": "offText",
|
|
9130
9138
|
"type": {
|
|
9131
|
-
"text": "
|
|
9139
|
+
"text": "string | undefined"
|
|
9132
9140
|
},
|
|
9133
|
-
"
|
|
9134
|
-
"
|
|
9141
|
+
"default": "undefined",
|
|
9142
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9143
|
+
"fieldName": "offText"
|
|
9135
9144
|
},
|
|
9136
9145
|
{
|
|
9137
|
-
"name": "
|
|
9146
|
+
"name": "textPosition",
|
|
9138
9147
|
"type": {
|
|
9139
|
-
"text": "
|
|
9148
|
+
"text": "'before' | 'after'"
|
|
9140
9149
|
},
|
|
9141
|
-
"default": "''",
|
|
9142
|
-
"
|
|
9143
|
-
"
|
|
9144
|
-
"name": "FormField",
|
|
9145
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9146
|
-
}
|
|
9150
|
+
"default": "'after'",
|
|
9151
|
+
"description": "Specify the position of the side label",
|
|
9152
|
+
"fieldName": "textPosition"
|
|
9147
9153
|
},
|
|
9148
9154
|
{
|
|
9149
|
-
"name": "
|
|
9155
|
+
"name": "readOnly",
|
|
9150
9156
|
"type": {
|
|
9151
|
-
"text": "
|
|
9157
|
+
"text": "boolean"
|
|
9152
9158
|
},
|
|
9153
|
-
"default": "
|
|
9154
|
-
"
|
|
9155
|
-
"
|
|
9156
|
-
"name": "FormField",
|
|
9157
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9158
|
-
}
|
|
9159
|
+
"default": "false",
|
|
9160
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9161
|
+
"fieldName": "readOnly"
|
|
9159
9162
|
},
|
|
9160
9163
|
{
|
|
9161
|
-
"name": "
|
|
9164
|
+
"name": "disabled",
|
|
9162
9165
|
"type": {
|
|
9163
|
-
"text": "
|
|
9166
|
+
"text": "boolean"
|
|
9164
9167
|
},
|
|
9165
|
-
"default": "
|
|
9166
|
-
"
|
|
9167
|
-
"
|
|
9168
|
-
"name": "FormField",
|
|
9169
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9170
|
-
}
|
|
9168
|
+
"default": "false",
|
|
9169
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9170
|
+
"fieldName": "disabled"
|
|
9171
9171
|
},
|
|
9172
9172
|
{
|
|
9173
|
-
"name": "
|
|
9173
|
+
"name": "checked",
|
|
9174
9174
|
"type": {
|
|
9175
|
-
"text": "
|
|
9175
|
+
"text": "boolean"
|
|
9176
9176
|
},
|
|
9177
|
-
"default": "
|
|
9178
|
-
"fieldName": "
|
|
9179
|
-
"inheritedFrom": {
|
|
9180
|
-
"name": "FormField",
|
|
9181
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9182
|
-
}
|
|
9177
|
+
"default": "false",
|
|
9178
|
+
"fieldName": "checked"
|
|
9183
9179
|
},
|
|
9184
9180
|
{
|
|
9185
|
-
"name": "
|
|
9181
|
+
"name": "value",
|
|
9186
9182
|
"type": {
|
|
9187
9183
|
"text": "string | undefined"
|
|
9188
9184
|
},
|
|
9189
|
-
"
|
|
9190
|
-
"
|
|
9191
|
-
"name": "FormField",
|
|
9192
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9193
|
-
}
|
|
9185
|
+
"description": "The value attribute for the input element",
|
|
9186
|
+
"fieldName": "value"
|
|
9194
9187
|
}
|
|
9195
9188
|
],
|
|
9196
9189
|
"superclass": {
|
|
9197
|
-
"name": "
|
|
9198
|
-
"
|
|
9190
|
+
"name": "LitElement",
|
|
9191
|
+
"package": "lit"
|
|
9199
9192
|
},
|
|
9200
|
-
"
|
|
9201
|
-
"tagName": "bm-text-area",
|
|
9193
|
+
"tagName": "bm-switch",
|
|
9202
9194
|
"customElement": true
|
|
9203
9195
|
}
|
|
9204
9196
|
],
|
|
9205
9197
|
"exports": [
|
|
9206
9198
|
{
|
|
9207
9199
|
"kind": "js",
|
|
9208
|
-
"name": "
|
|
9200
|
+
"name": "BmSwitch",
|
|
9209
9201
|
"declaration": {
|
|
9210
|
-
"name": "
|
|
9211
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9202
|
+
"name": "BmSwitch",
|
|
9203
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9212
9204
|
}
|
|
9213
9205
|
},
|
|
9214
9206
|
{
|
|
9215
9207
|
"kind": "custom-element-definition",
|
|
9216
|
-
"name": "bm-
|
|
9208
|
+
"name": "bm-switch",
|
|
9217
9209
|
"declaration": {
|
|
9218
|
-
"name": "
|
|
9219
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9210
|
+
"name": "BmSwitch",
|
|
9211
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9220
9212
|
}
|
|
9221
9213
|
}
|
|
9222
9214
|
]
|
|
9223
9215
|
},
|
|
9224
9216
|
{
|
|
9225
9217
|
"kind": "javascript-module",
|
|
9226
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9218
|
+
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
9227
9219
|
"declarations": [],
|
|
9228
9220
|
"exports": [
|
|
9229
9221
|
{
|
|
@@ -9231,7 +9223,15 @@
|
|
|
9231
9223
|
"name": "*",
|
|
9232
9224
|
"declaration": {
|
|
9233
9225
|
"name": "*",
|
|
9234
|
-
"package": "./
|
|
9226
|
+
"package": "./Switch"
|
|
9227
|
+
}
|
|
9228
|
+
},
|
|
9229
|
+
{
|
|
9230
|
+
"kind": "js",
|
|
9231
|
+
"name": "*",
|
|
9232
|
+
"declaration": {
|
|
9233
|
+
"name": "*",
|
|
9234
|
+
"package": "./SwitchGroup/SwitchGroup"
|
|
9235
9235
|
}
|
|
9236
9236
|
}
|
|
9237
9237
|
]
|