@viasat/beam-web-components 2.47.0 → 2.48.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 +1478 -1478
- package/package.json +6 -6
- package/vscode.html-custom-data.json +186 -186
package/custom-elements.json
CHANGED
|
@@ -294,673 +294,539 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
|
|
302
|
+
"name": "BmAvatar",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
305
|
+
"description": "Customize the default icon",
|
|
306
306
|
"name": "icon"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
310
|
-
"name": "heading"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
314
|
-
"name": "body"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"description": "Specify if actions display on the Alert",
|
|
318
|
-
"name": "actions"
|
|
319
307
|
}
|
|
320
308
|
],
|
|
321
309
|
"members": [
|
|
322
310
|
{
|
|
323
311
|
"kind": "field",
|
|
324
|
-
"name": "
|
|
312
|
+
"name": "appearance",
|
|
325
313
|
"type": {
|
|
326
|
-
"text": "
|
|
314
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
327
315
|
},
|
|
328
|
-
"
|
|
329
|
-
"
|
|
316
|
+
"default": "'neutral'",
|
|
317
|
+
"description": "Specify the appearance of the Avatar",
|
|
318
|
+
"attribute": "appearance"
|
|
330
319
|
},
|
|
331
320
|
{
|
|
332
321
|
"kind": "field",
|
|
333
|
-
"name": "
|
|
322
|
+
"name": "name",
|
|
334
323
|
"type": {
|
|
335
324
|
"text": "string | undefined"
|
|
336
325
|
},
|
|
337
|
-
"description": "Specify
|
|
338
|
-
"attribute": "
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"kind": "field",
|
|
342
|
-
"name": "size",
|
|
343
|
-
"type": {
|
|
344
|
-
"text": "'sm' | 'md'"
|
|
345
|
-
},
|
|
346
|
-
"default": "'sm'",
|
|
347
|
-
"description": "Specify the size of the Alert",
|
|
348
|
-
"attribute": "size"
|
|
326
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
327
|
+
"attribute": "name"
|
|
349
328
|
},
|
|
350
329
|
{
|
|
351
330
|
"kind": "field",
|
|
352
|
-
"name": "
|
|
331
|
+
"name": "src",
|
|
353
332
|
"type": {
|
|
354
|
-
"text": "
|
|
333
|
+
"text": "string | undefined"
|
|
355
334
|
},
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"attribute": "fullWidth"
|
|
335
|
+
"description": "Pass an image to the Avatar",
|
|
336
|
+
"attribute": "src"
|
|
359
337
|
},
|
|
360
338
|
{
|
|
361
339
|
"kind": "field",
|
|
362
|
-
"name": "
|
|
340
|
+
"name": "alt",
|
|
363
341
|
"type": {
|
|
364
|
-
"text": "
|
|
342
|
+
"text": "string | undefined"
|
|
365
343
|
},
|
|
366
|
-
"description": "Specify
|
|
367
|
-
"attribute": "
|
|
344
|
+
"description": "Specify alt for image",
|
|
345
|
+
"attribute": "alt"
|
|
368
346
|
},
|
|
369
347
|
{
|
|
370
348
|
"kind": "field",
|
|
371
|
-
"name": "
|
|
349
|
+
"name": "size",
|
|
372
350
|
"type": {
|
|
373
|
-
"text": "'
|
|
351
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
374
352
|
},
|
|
375
|
-
"default": "'
|
|
376
|
-
"description": "Specify the
|
|
377
|
-
"attribute": "
|
|
353
|
+
"default": "'md'",
|
|
354
|
+
"description": "Specify the size of the Avatar",
|
|
355
|
+
"attribute": "size"
|
|
378
356
|
},
|
|
379
357
|
{
|
|
380
358
|
"kind": "field",
|
|
381
|
-
"name": "
|
|
359
|
+
"name": "disabled",
|
|
382
360
|
"type": {
|
|
383
|
-
"text": "boolean"
|
|
361
|
+
"text": "boolean | undefined"
|
|
384
362
|
},
|
|
385
363
|
"default": "false",
|
|
386
|
-
"description": "Specify if the
|
|
387
|
-
"attribute": "
|
|
364
|
+
"description": "Specify if the Avatar is disabled",
|
|
365
|
+
"attribute": "disabled"
|
|
388
366
|
},
|
|
389
367
|
{
|
|
390
368
|
"kind": "field",
|
|
391
|
-
"name": "
|
|
369
|
+
"name": "shape",
|
|
392
370
|
"type": {
|
|
393
|
-
"text": "
|
|
371
|
+
"text": "'circle' | 'square' | undefined"
|
|
394
372
|
},
|
|
395
|
-
"default": "
|
|
396
|
-
"description": "Specify
|
|
397
|
-
"attribute": "
|
|
373
|
+
"default": "'circle'",
|
|
374
|
+
"description": "Specify the shape of the Avatar",
|
|
375
|
+
"attribute": "shape"
|
|
398
376
|
},
|
|
399
377
|
{
|
|
400
378
|
"kind": "field",
|
|
401
|
-
"name": "
|
|
379
|
+
"name": "isInteractive",
|
|
402
380
|
"type": {
|
|
403
381
|
"text": "boolean"
|
|
404
382
|
},
|
|
405
383
|
"default": "false",
|
|
406
|
-
"description": "
|
|
407
|
-
"attribute": "
|
|
384
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
385
|
+
"attribute": "isInteractive"
|
|
408
386
|
},
|
|
409
387
|
{
|
|
410
388
|
"kind": "field",
|
|
411
|
-
"name": "
|
|
389
|
+
"name": "isFocusable",
|
|
412
390
|
"type": {
|
|
413
391
|
"text": "boolean"
|
|
414
392
|
},
|
|
415
393
|
"default": "false",
|
|
416
|
-
"description": "
|
|
417
|
-
"attribute": "
|
|
394
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
395
|
+
"attribute": "isFocusable"
|
|
418
396
|
},
|
|
419
397
|
{
|
|
420
398
|
"kind": "field",
|
|
421
|
-
"name": "
|
|
399
|
+
"name": "withBorder",
|
|
422
400
|
"type": {
|
|
423
401
|
"text": "boolean"
|
|
424
402
|
},
|
|
425
403
|
"default": "false",
|
|
426
|
-
"
|
|
427
|
-
"attribute": "disableCloseOnEscape"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"events": [
|
|
431
|
-
{
|
|
432
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
433
|
-
"name": "bm-dismiss"
|
|
404
|
+
"attribute": "withBorder"
|
|
434
405
|
}
|
|
435
406
|
],
|
|
436
407
|
"attributes": [
|
|
437
408
|
{
|
|
438
|
-
"name": "
|
|
409
|
+
"name": "appearance",
|
|
439
410
|
"type": {
|
|
440
|
-
"text": "
|
|
411
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
441
412
|
},
|
|
442
|
-
"
|
|
443
|
-
"
|
|
413
|
+
"default": "'neutral'",
|
|
414
|
+
"description": "Specify the appearance of the Avatar",
|
|
415
|
+
"fieldName": "appearance"
|
|
444
416
|
},
|
|
445
417
|
{
|
|
446
|
-
"name": "
|
|
418
|
+
"name": "name",
|
|
447
419
|
"type": {
|
|
448
420
|
"text": "string | undefined"
|
|
449
421
|
},
|
|
450
|
-
"description": "Specify
|
|
451
|
-
"fieldName": "
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"name": "size",
|
|
455
|
-
"type": {
|
|
456
|
-
"text": "'sm' | 'md'"
|
|
457
|
-
},
|
|
458
|
-
"default": "'sm'",
|
|
459
|
-
"description": "Specify the size of the Alert",
|
|
460
|
-
"fieldName": "size"
|
|
422
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
423
|
+
"fieldName": "name"
|
|
461
424
|
},
|
|
462
425
|
{
|
|
463
|
-
"name": "
|
|
426
|
+
"name": "src",
|
|
464
427
|
"type": {
|
|
465
|
-
"text": "
|
|
428
|
+
"text": "string | undefined"
|
|
466
429
|
},
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
"fieldName": "fullWidth"
|
|
430
|
+
"description": "Pass an image to the Avatar",
|
|
431
|
+
"fieldName": "src"
|
|
470
432
|
},
|
|
471
433
|
{
|
|
472
|
-
"name": "
|
|
434
|
+
"name": "alt",
|
|
473
435
|
"type": {
|
|
474
|
-
"text": "
|
|
436
|
+
"text": "string | undefined"
|
|
475
437
|
},
|
|
476
|
-
"description": "Specify
|
|
477
|
-
"fieldName": "
|
|
438
|
+
"description": "Specify alt for image",
|
|
439
|
+
"fieldName": "alt"
|
|
478
440
|
},
|
|
479
441
|
{
|
|
480
|
-
"name": "
|
|
442
|
+
"name": "size",
|
|
481
443
|
"type": {
|
|
482
|
-
"text": "'
|
|
444
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
483
445
|
},
|
|
484
|
-
"default": "'
|
|
485
|
-
"description": "Specify the
|
|
486
|
-
"fieldName": "
|
|
446
|
+
"default": "'md'",
|
|
447
|
+
"description": "Specify the size of the Avatar",
|
|
448
|
+
"fieldName": "size"
|
|
487
449
|
},
|
|
488
450
|
{
|
|
489
|
-
"name": "
|
|
451
|
+
"name": "disabled",
|
|
490
452
|
"type": {
|
|
491
|
-
"text": "boolean"
|
|
453
|
+
"text": "boolean | undefined"
|
|
492
454
|
},
|
|
493
455
|
"default": "false",
|
|
494
|
-
"description": "Specify if the
|
|
495
|
-
"fieldName": "
|
|
456
|
+
"description": "Specify if the Avatar is disabled",
|
|
457
|
+
"fieldName": "disabled"
|
|
496
458
|
},
|
|
497
459
|
{
|
|
498
|
-
"name": "
|
|
460
|
+
"name": "shape",
|
|
499
461
|
"type": {
|
|
500
|
-
"text": "
|
|
462
|
+
"text": "'circle' | 'square' | undefined"
|
|
501
463
|
},
|
|
502
|
-
"default": "
|
|
503
|
-
"description": "Specify
|
|
504
|
-
"fieldName": "
|
|
464
|
+
"default": "'circle'",
|
|
465
|
+
"description": "Specify the shape of the Avatar",
|
|
466
|
+
"fieldName": "shape"
|
|
505
467
|
},
|
|
506
468
|
{
|
|
507
|
-
"name": "
|
|
469
|
+
"name": "isInteractive",
|
|
508
470
|
"type": {
|
|
509
471
|
"text": "boolean"
|
|
510
472
|
},
|
|
511
473
|
"default": "false",
|
|
512
|
-
"description": "
|
|
513
|
-
"fieldName": "
|
|
474
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
475
|
+
"fieldName": "isInteractive"
|
|
514
476
|
},
|
|
515
477
|
{
|
|
516
|
-
"name": "
|
|
478
|
+
"name": "isFocusable",
|
|
517
479
|
"type": {
|
|
518
480
|
"text": "boolean"
|
|
519
481
|
},
|
|
520
482
|
"default": "false",
|
|
521
|
-
"description": "
|
|
522
|
-
"fieldName": "
|
|
483
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
484
|
+
"fieldName": "isFocusable"
|
|
523
485
|
},
|
|
524
486
|
{
|
|
525
|
-
"name": "
|
|
487
|
+
"name": "withBorder",
|
|
526
488
|
"type": {
|
|
527
489
|
"text": "boolean"
|
|
528
490
|
},
|
|
529
491
|
"default": "false",
|
|
530
|
-
"
|
|
531
|
-
"fieldName": "disableCloseOnEscape"
|
|
492
|
+
"fieldName": "withBorder"
|
|
532
493
|
}
|
|
533
494
|
],
|
|
534
495
|
"superclass": {
|
|
535
496
|
"name": "LitElement",
|
|
536
497
|
"package": "lit"
|
|
537
498
|
},
|
|
538
|
-
"tagName": "bm-
|
|
499
|
+
"tagName": "bm-avatar",
|
|
539
500
|
"customElement": true
|
|
540
501
|
}
|
|
541
502
|
],
|
|
542
503
|
"exports": [
|
|
543
504
|
{
|
|
544
505
|
"kind": "js",
|
|
545
|
-
"name": "
|
|
506
|
+
"name": "BmAvatar",
|
|
546
507
|
"declaration": {
|
|
547
|
-
"name": "
|
|
548
|
-
"module": "libs/web-components/src/lib/
|
|
508
|
+
"name": "BmAvatar",
|
|
509
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
549
510
|
}
|
|
550
511
|
},
|
|
551
512
|
{
|
|
552
513
|
"kind": "custom-element-definition",
|
|
553
|
-
"name": "bm-
|
|
514
|
+
"name": "bm-avatar",
|
|
554
515
|
"declaration": {
|
|
555
|
-
"name": "
|
|
556
|
-
"module": "libs/web-components/src/lib/
|
|
516
|
+
"name": "BmAvatar",
|
|
517
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
557
518
|
}
|
|
558
519
|
}
|
|
559
520
|
]
|
|
560
521
|
},
|
|
561
522
|
{
|
|
562
523
|
"kind": "javascript-module",
|
|
563
|
-
"path": "libs/web-components/src/lib/
|
|
564
|
-
"declarations": [
|
|
524
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
525
|
+
"declarations": [
|
|
526
|
+
{
|
|
527
|
+
"kind": "variable",
|
|
528
|
+
"name": "AvatarGroupCtx"
|
|
529
|
+
}
|
|
530
|
+
],
|
|
565
531
|
"exports": [
|
|
566
532
|
{
|
|
567
533
|
"kind": "js",
|
|
568
|
-
"name": "
|
|
534
|
+
"name": "AvatarGroupCtx",
|
|
569
535
|
"declaration": {
|
|
570
|
-
"name": "
|
|
571
|
-
"
|
|
536
|
+
"name": "AvatarGroupCtx",
|
|
537
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
572
538
|
}
|
|
573
539
|
}
|
|
574
540
|
]
|
|
575
541
|
},
|
|
576
542
|
{
|
|
577
543
|
"kind": "javascript-module",
|
|
578
|
-
"path": "libs/web-components/src/lib/
|
|
544
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
579
545
|
"declarations": [
|
|
580
546
|
{
|
|
581
547
|
"kind": "class",
|
|
582
|
-
"description": "`bm-
|
|
583
|
-
"name": "
|
|
548
|
+
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
|
|
549
|
+
"name": "BmAvatarGroup",
|
|
584
550
|
"slots": [
|
|
585
551
|
{
|
|
586
|
-
"description": "
|
|
552
|
+
"description": "Add Avatars to create a group",
|
|
587
553
|
"name": "default"
|
|
588
554
|
}
|
|
589
555
|
],
|
|
590
556
|
"members": [
|
|
591
557
|
{
|
|
592
558
|
"kind": "field",
|
|
593
|
-
"name": "
|
|
559
|
+
"name": "wrapping",
|
|
594
560
|
"type": {
|
|
595
|
-
"text": "
|
|
561
|
+
"text": "boolean"
|
|
596
562
|
},
|
|
597
|
-
"
|
|
598
|
-
"
|
|
563
|
+
"default": "false",
|
|
564
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
565
|
+
"attribute": "wrapping"
|
|
599
566
|
},
|
|
600
567
|
{
|
|
601
568
|
"kind": "field",
|
|
602
|
-
"name": "
|
|
569
|
+
"name": "maxCount",
|
|
603
570
|
"type": {
|
|
604
|
-
"text": "
|
|
571
|
+
"text": "number"
|
|
605
572
|
},
|
|
606
|
-
"
|
|
607
|
-
"
|
|
573
|
+
"default": "5",
|
|
574
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
575
|
+
"attribute": "maxCount",
|
|
576
|
+
"reflects": true
|
|
608
577
|
},
|
|
609
578
|
{
|
|
610
579
|
"kind": "field",
|
|
611
|
-
"name": "
|
|
580
|
+
"name": "size",
|
|
612
581
|
"type": {
|
|
613
|
-
"text": "'
|
|
582
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
614
583
|
},
|
|
615
|
-
"
|
|
616
|
-
"
|
|
584
|
+
"default": "'md'",
|
|
585
|
+
"description": "Specify the size of all Avatars",
|
|
586
|
+
"attribute": "size"
|
|
617
587
|
},
|
|
618
588
|
{
|
|
619
589
|
"kind": "field",
|
|
620
|
-
"name": "
|
|
590
|
+
"name": "layout",
|
|
621
591
|
"type": {
|
|
622
|
-
"text": "'
|
|
592
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
623
593
|
},
|
|
624
|
-
"
|
|
625
|
-
"
|
|
626
|
-
|
|
594
|
+
"default": "'stacked'",
|
|
595
|
+
"description": "Specify the kind of the group.",
|
|
596
|
+
"attribute": "layout"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"attributes": [
|
|
627
600
|
{
|
|
628
|
-
"
|
|
629
|
-
"name": "px",
|
|
601
|
+
"name": "wrapping",
|
|
630
602
|
"type": {
|
|
631
|
-
"text": "
|
|
603
|
+
"text": "boolean"
|
|
632
604
|
},
|
|
633
|
-
"
|
|
634
|
-
"
|
|
605
|
+
"default": "false",
|
|
606
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
607
|
+
"fieldName": "wrapping"
|
|
635
608
|
},
|
|
636
609
|
{
|
|
637
|
-
"
|
|
638
|
-
"name": "py",
|
|
610
|
+
"name": "maxCount",
|
|
639
611
|
"type": {
|
|
640
|
-
"text": "
|
|
612
|
+
"text": "number"
|
|
641
613
|
},
|
|
642
|
-
"
|
|
643
|
-
"
|
|
614
|
+
"default": "5",
|
|
615
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
616
|
+
"fieldName": "maxCount"
|
|
644
617
|
},
|
|
645
618
|
{
|
|
646
|
-
"
|
|
647
|
-
"name": "pTop",
|
|
619
|
+
"name": "size",
|
|
648
620
|
"type": {
|
|
649
|
-
"text": "'
|
|
621
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
650
622
|
},
|
|
651
|
-
"
|
|
652
|
-
"
|
|
623
|
+
"default": "'md'",
|
|
624
|
+
"description": "Specify the size of all Avatars",
|
|
625
|
+
"fieldName": "size"
|
|
653
626
|
},
|
|
654
627
|
{
|
|
655
|
-
"
|
|
656
|
-
"name": "pBottom",
|
|
628
|
+
"name": "layout",
|
|
657
629
|
"type": {
|
|
658
|
-
"text": "'
|
|
630
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
659
631
|
},
|
|
660
|
-
"
|
|
661
|
-
"
|
|
662
|
-
|
|
632
|
+
"default": "'stacked'",
|
|
633
|
+
"description": "Specify the kind of the group.",
|
|
634
|
+
"fieldName": "layout"
|
|
635
|
+
}
|
|
636
|
+
],
|
|
637
|
+
"superclass": {
|
|
638
|
+
"name": "LitElement",
|
|
639
|
+
"package": "lit"
|
|
640
|
+
},
|
|
641
|
+
"tagName": "bm-avatar-group",
|
|
642
|
+
"customElement": true
|
|
643
|
+
}
|
|
644
|
+
],
|
|
645
|
+
"exports": [
|
|
646
|
+
{
|
|
647
|
+
"kind": "js",
|
|
648
|
+
"name": "BmAvatarGroup",
|
|
649
|
+
"declaration": {
|
|
650
|
+
"name": "BmAvatarGroup",
|
|
651
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
652
|
+
}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"kind": "custom-element-definition",
|
|
656
|
+
"name": "bm-avatar-group",
|
|
657
|
+
"declaration": {
|
|
658
|
+
"name": "BmAvatarGroup",
|
|
659
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
]
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"kind": "javascript-module",
|
|
666
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
667
|
+
"declarations": [],
|
|
668
|
+
"exports": [
|
|
669
|
+
{
|
|
670
|
+
"kind": "js",
|
|
671
|
+
"name": "*",
|
|
672
|
+
"declaration": {
|
|
673
|
+
"name": "*",
|
|
674
|
+
"package": "./Avatar"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"kind": "js",
|
|
679
|
+
"name": "*",
|
|
680
|
+
"declaration": {
|
|
681
|
+
"name": "*",
|
|
682
|
+
"package": "./AvatarGroup"
|
|
683
|
+
}
|
|
684
|
+
}
|
|
685
|
+
]
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"kind": "javascript-module",
|
|
689
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
690
|
+
"declarations": [
|
|
691
|
+
{
|
|
692
|
+
"kind": "class",
|
|
693
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
694
|
+
"name": "BmBadge",
|
|
695
|
+
"slots": [
|
|
663
696
|
{
|
|
664
|
-
"
|
|
665
|
-
"name": "
|
|
666
|
-
"type": {
|
|
667
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
668
|
-
},
|
|
669
|
-
"description": "Specify before padding of a Box",
|
|
670
|
-
"attribute": "pBefore"
|
|
697
|
+
"description": "Provide text for the Badge",
|
|
698
|
+
"name": "default"
|
|
671
699
|
},
|
|
672
700
|
{
|
|
673
|
-
"
|
|
674
|
-
"name": "
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
"description": "Specify after padding of a Box",
|
|
679
|
-
"attribute": "pAfter"
|
|
680
|
-
},
|
|
701
|
+
"description": "Specify a different icon for the Badge",
|
|
702
|
+
"name": "icon"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"members": [
|
|
681
706
|
{
|
|
682
707
|
"kind": "field",
|
|
683
|
-
"name": "
|
|
708
|
+
"name": "appearance",
|
|
684
709
|
"type": {
|
|
685
|
-
"text": "'
|
|
710
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
686
711
|
},
|
|
687
|
-
"
|
|
688
|
-
"
|
|
712
|
+
"default": "'infoPrimary'",
|
|
713
|
+
"description": "Specify the appearance of the Badge",
|
|
714
|
+
"attribute": "appearance"
|
|
689
715
|
},
|
|
690
716
|
{
|
|
691
717
|
"kind": "field",
|
|
692
|
-
"name": "
|
|
718
|
+
"name": "theme",
|
|
693
719
|
"type": {
|
|
694
|
-
"text": "'
|
|
720
|
+
"text": "'light' | 'dark' | undefined"
|
|
695
721
|
},
|
|
696
|
-
"description": "
|
|
697
|
-
"attribute": "
|
|
722
|
+
"description": "Theme of the Badge",
|
|
723
|
+
"attribute": "theme"
|
|
698
724
|
},
|
|
699
725
|
{
|
|
700
726
|
"kind": "field",
|
|
701
|
-
"name": "
|
|
727
|
+
"name": "size",
|
|
702
728
|
"type": {
|
|
703
|
-
"text": "'
|
|
729
|
+
"text": "'sm' | 'md' | undefined"
|
|
704
730
|
},
|
|
705
|
-
"
|
|
706
|
-
"
|
|
731
|
+
"default": "'sm'",
|
|
732
|
+
"description": "Specify the size of the Badge",
|
|
733
|
+
"attribute": "size"
|
|
707
734
|
},
|
|
708
735
|
{
|
|
709
736
|
"kind": "field",
|
|
710
|
-
"name": "
|
|
737
|
+
"name": "emphasis",
|
|
711
738
|
"type": {
|
|
712
|
-
"text": "'
|
|
739
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
713
740
|
},
|
|
714
|
-
"
|
|
715
|
-
"
|
|
741
|
+
"default": "'strong'",
|
|
742
|
+
"description": "Specify the emphasis of the Badge",
|
|
743
|
+
"attribute": "emphasis"
|
|
716
744
|
},
|
|
717
745
|
{
|
|
718
746
|
"kind": "field",
|
|
719
|
-
"name": "
|
|
747
|
+
"name": "hideIcon",
|
|
720
748
|
"type": {
|
|
721
|
-
"text": "
|
|
749
|
+
"text": "boolean | undefined"
|
|
722
750
|
},
|
|
723
|
-
"description": "
|
|
724
|
-
"attribute": "
|
|
725
|
-
}
|
|
751
|
+
"description": "Hides Badge icon",
|
|
752
|
+
"attribute": "hideIcon"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"attributes": [
|
|
726
756
|
{
|
|
727
|
-
"
|
|
728
|
-
"name": "mAfter",
|
|
757
|
+
"name": "appearance",
|
|
729
758
|
"type": {
|
|
730
|
-
"text": "'
|
|
759
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
731
760
|
},
|
|
732
|
-
"
|
|
733
|
-
"
|
|
761
|
+
"default": "'infoPrimary'",
|
|
762
|
+
"description": "Specify the appearance of the Badge",
|
|
763
|
+
"fieldName": "appearance"
|
|
734
764
|
},
|
|
735
765
|
{
|
|
736
|
-
"
|
|
737
|
-
"name": "m",
|
|
766
|
+
"name": "theme",
|
|
738
767
|
"type": {
|
|
739
|
-
"text": "'
|
|
768
|
+
"text": "'light' | 'dark' | undefined"
|
|
740
769
|
},
|
|
741
|
-
"description": "
|
|
742
|
-
"
|
|
770
|
+
"description": "Theme of the Badge",
|
|
771
|
+
"fieldName": "theme"
|
|
743
772
|
},
|
|
744
773
|
{
|
|
745
|
-
"
|
|
746
|
-
"name": "p",
|
|
774
|
+
"name": "size",
|
|
747
775
|
"type": {
|
|
748
|
-
"text": "'
|
|
776
|
+
"text": "'sm' | 'md' | undefined"
|
|
749
777
|
},
|
|
750
|
-
"
|
|
751
|
-
"
|
|
778
|
+
"default": "'sm'",
|
|
779
|
+
"description": "Specify the size of the Badge",
|
|
780
|
+
"fieldName": "size"
|
|
752
781
|
},
|
|
753
782
|
{
|
|
754
|
-
"
|
|
755
|
-
"name": "gap",
|
|
783
|
+
"name": "emphasis",
|
|
756
784
|
"type": {
|
|
757
|
-
"text": "'
|
|
785
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
758
786
|
},
|
|
759
|
-
"
|
|
760
|
-
"
|
|
787
|
+
"default": "'strong'",
|
|
788
|
+
"description": "Specify the emphasis of the Badge",
|
|
789
|
+
"fieldName": "emphasis"
|
|
761
790
|
},
|
|
762
791
|
{
|
|
763
|
-
"
|
|
764
|
-
"name": "shadow",
|
|
792
|
+
"name": "hideIcon",
|
|
765
793
|
"type": {
|
|
766
|
-
"text": "
|
|
794
|
+
"text": "boolean | undefined"
|
|
767
795
|
},
|
|
768
|
-
"description": "
|
|
769
|
-
"
|
|
770
|
-
}
|
|
771
|
-
],
|
|
772
|
-
"attributes": [
|
|
773
|
-
{
|
|
774
|
-
"name": "backgroundColor",
|
|
775
|
-
"type": {
|
|
776
|
-
"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"
|
|
777
|
-
},
|
|
778
|
-
"description": "Specify the background color of a Box",
|
|
779
|
-
"fieldName": "backgroundColor"
|
|
780
|
-
},
|
|
781
|
-
{
|
|
782
|
-
"name": "borderColor",
|
|
783
|
-
"type": {
|
|
784
|
-
"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"
|
|
785
|
-
},
|
|
786
|
-
"description": "Specify the border color of a Box",
|
|
787
|
-
"fieldName": "borderColor"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"name": "borderWidth",
|
|
791
|
-
"type": {
|
|
792
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
793
|
-
},
|
|
794
|
-
"description": "Specify the border width of a Box",
|
|
795
|
-
"fieldName": "borderWidth"
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"name": "borderRadius",
|
|
799
|
-
"type": {
|
|
800
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
801
|
-
},
|
|
802
|
-
"description": "Specify the border radius of a Box",
|
|
803
|
-
"fieldName": "borderRadius"
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"name": "px",
|
|
807
|
-
"type": {
|
|
808
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
809
|
-
},
|
|
810
|
-
"description": "Specify before and after padding of a Box",
|
|
811
|
-
"fieldName": "px"
|
|
812
|
-
},
|
|
813
|
-
{
|
|
814
|
-
"name": "py",
|
|
815
|
-
"type": {
|
|
816
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
817
|
-
},
|
|
818
|
-
"description": "Specify top and bottom padding of a Box",
|
|
819
|
-
"fieldName": "py"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"name": "pTop",
|
|
823
|
-
"type": {
|
|
824
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
825
|
-
},
|
|
826
|
-
"description": "Specify top padding of a Box",
|
|
827
|
-
"fieldName": "pTop"
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
"name": "pBottom",
|
|
831
|
-
"type": {
|
|
832
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
833
|
-
},
|
|
834
|
-
"description": "Specify bottom padding of a Box",
|
|
835
|
-
"fieldName": "pBottom"
|
|
836
|
-
},
|
|
837
|
-
{
|
|
838
|
-
"name": "pBefore",
|
|
839
|
-
"type": {
|
|
840
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
841
|
-
},
|
|
842
|
-
"description": "Specify before padding of a Box",
|
|
843
|
-
"fieldName": "pBefore"
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"name": "pAfter",
|
|
847
|
-
"type": {
|
|
848
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
849
|
-
},
|
|
850
|
-
"description": "Specify after padding of a Box",
|
|
851
|
-
"fieldName": "pAfter"
|
|
852
|
-
},
|
|
853
|
-
{
|
|
854
|
-
"name": "mx",
|
|
855
|
-
"type": {
|
|
856
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
857
|
-
},
|
|
858
|
-
"description": "Specify before and after margin of a Box",
|
|
859
|
-
"fieldName": "mx"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "my",
|
|
863
|
-
"type": {
|
|
864
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
865
|
-
},
|
|
866
|
-
"description": "Specify top and bottom margin of a Box",
|
|
867
|
-
"fieldName": "my"
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
"name": "mTop",
|
|
871
|
-
"type": {
|
|
872
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
873
|
-
},
|
|
874
|
-
"description": "Specify top margin of a Box",
|
|
875
|
-
"fieldName": "mTop"
|
|
876
|
-
},
|
|
877
|
-
{
|
|
878
|
-
"name": "mBottom",
|
|
879
|
-
"type": {
|
|
880
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
881
|
-
},
|
|
882
|
-
"description": "Specify bottom margin of a Box",
|
|
883
|
-
"fieldName": "mBottom"
|
|
884
|
-
},
|
|
885
|
-
{
|
|
886
|
-
"name": "mBefore",
|
|
887
|
-
"type": {
|
|
888
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
889
|
-
},
|
|
890
|
-
"description": "Specify before margin of a Box",
|
|
891
|
-
"fieldName": "mBefore"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"name": "mAfter",
|
|
895
|
-
"type": {
|
|
896
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
897
|
-
},
|
|
898
|
-
"description": "Specify after margin of a Box",
|
|
899
|
-
"fieldName": "mAfter"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"name": "m",
|
|
903
|
-
"type": {
|
|
904
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
905
|
-
},
|
|
906
|
-
"description": "Specify all margin",
|
|
907
|
-
"fieldName": "m"
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"name": "p",
|
|
911
|
-
"type": {
|
|
912
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
913
|
-
},
|
|
914
|
-
"description": "Specify all padding",
|
|
915
|
-
"fieldName": "p"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"name": "gap",
|
|
919
|
-
"type": {
|
|
920
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
921
|
-
},
|
|
922
|
-
"description": "Specify gap between child elements",
|
|
923
|
-
"fieldName": "gap"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"name": "shadow",
|
|
927
|
-
"type": {
|
|
928
|
-
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
929
|
-
},
|
|
930
|
-
"description": "Specify if a Box has a shadow",
|
|
931
|
-
"fieldName": "shadow"
|
|
796
|
+
"description": "Hides Badge icon",
|
|
797
|
+
"fieldName": "hideIcon"
|
|
932
798
|
}
|
|
933
799
|
],
|
|
934
800
|
"superclass": {
|
|
935
801
|
"name": "LitElement",
|
|
936
802
|
"package": "lit"
|
|
937
803
|
},
|
|
938
|
-
"tagName": "bm-
|
|
804
|
+
"tagName": "bm-badge",
|
|
939
805
|
"customElement": true
|
|
940
806
|
}
|
|
941
807
|
],
|
|
942
808
|
"exports": [
|
|
943
809
|
{
|
|
944
810
|
"kind": "js",
|
|
945
|
-
"name": "
|
|
811
|
+
"name": "BmBadge",
|
|
946
812
|
"declaration": {
|
|
947
|
-
"name": "
|
|
948
|
-
"module": "libs/web-components/src/lib/
|
|
813
|
+
"name": "BmBadge",
|
|
814
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
949
815
|
}
|
|
950
816
|
},
|
|
951
817
|
{
|
|
952
818
|
"kind": "custom-element-definition",
|
|
953
|
-
"name": "bm-
|
|
819
|
+
"name": "bm-badge",
|
|
954
820
|
"declaration": {
|
|
955
|
-
"name": "
|
|
956
|
-
"module": "libs/web-components/src/lib/
|
|
821
|
+
"name": "BmBadge",
|
|
822
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
957
823
|
}
|
|
958
824
|
}
|
|
959
825
|
]
|
|
960
826
|
},
|
|
961
827
|
{
|
|
962
828
|
"kind": "javascript-module",
|
|
963
|
-
"path": "libs/web-components/src/lib/
|
|
829
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
964
830
|
"declarations": [],
|
|
965
831
|
"exports": [
|
|
966
832
|
{
|
|
@@ -968,131 +834,280 @@
|
|
|
968
834
|
"name": "*",
|
|
969
835
|
"declaration": {
|
|
970
836
|
"name": "*",
|
|
971
|
-
"package": "./
|
|
837
|
+
"package": "./Badge"
|
|
972
838
|
}
|
|
973
839
|
}
|
|
974
840
|
]
|
|
975
841
|
},
|
|
976
842
|
{
|
|
977
843
|
"kind": "javascript-module",
|
|
978
|
-
"path": "libs/web-components/src/lib/
|
|
844
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
979
845
|
"declarations": [
|
|
980
846
|
{
|
|
981
847
|
"kind": "class",
|
|
982
|
-
"description": "`bm-
|
|
983
|
-
"name": "
|
|
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",
|
|
984
850
|
"slots": [
|
|
985
851
|
{
|
|
986
|
-
"description": "
|
|
987
|
-
"name": "
|
|
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"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"description": "Specify if actions display on the Alert",
|
|
865
|
+
"name": "actions"
|
|
988
866
|
}
|
|
989
867
|
],
|
|
990
868
|
"members": [
|
|
991
869
|
{
|
|
992
870
|
"kind": "field",
|
|
993
|
-
"name": "
|
|
871
|
+
"name": "heading",
|
|
994
872
|
"type": {
|
|
995
|
-
"text": "
|
|
873
|
+
"text": "string | undefined"
|
|
996
874
|
},
|
|
997
|
-
"description": "Specify the
|
|
998
|
-
"attribute": "
|
|
875
|
+
"description": "Specify the heading text for Alert",
|
|
876
|
+
"attribute": "heading"
|
|
999
877
|
},
|
|
1000
878
|
{
|
|
1001
879
|
"kind": "field",
|
|
1002
|
-
"name": "
|
|
880
|
+
"name": "body",
|
|
1003
881
|
"type": {
|
|
1004
|
-
"text": "
|
|
882
|
+
"text": "string | undefined"
|
|
1005
883
|
},
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1008
|
-
"attribute": "appearance"
|
|
884
|
+
"description": "Specify the body text for Alert",
|
|
885
|
+
"attribute": "body"
|
|
1009
886
|
},
|
|
1010
887
|
{
|
|
1011
888
|
"kind": "field",
|
|
1012
|
-
"name": "
|
|
889
|
+
"name": "size",
|
|
1013
890
|
"type": {
|
|
1014
|
-
"text": "'
|
|
891
|
+
"text": "'sm' | 'md'"
|
|
1015
892
|
},
|
|
1016
|
-
"default": "'
|
|
1017
|
-
"description": "Specify the
|
|
1018
|
-
"attribute": "
|
|
893
|
+
"default": "'sm'",
|
|
894
|
+
"description": "Specify the size of the Alert",
|
|
895
|
+
"attribute": "size"
|
|
1019
896
|
},
|
|
1020
897
|
{
|
|
1021
898
|
"kind": "field",
|
|
1022
|
-
"name": "
|
|
899
|
+
"name": "fullWidth",
|
|
1023
900
|
"type": {
|
|
1024
|
-
"text": "
|
|
901
|
+
"text": "boolean"
|
|
1025
902
|
},
|
|
1026
|
-
"
|
|
1027
|
-
"
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
"attributes": [
|
|
903
|
+
"default": "false",
|
|
904
|
+
"description": "Specify if the Alert has no border radius",
|
|
905
|
+
"attribute": "fullWidth"
|
|
906
|
+
},
|
|
1031
907
|
{
|
|
908
|
+
"kind": "field",
|
|
1032
909
|
"name": "theme",
|
|
1033
910
|
"type": {
|
|
1034
911
|
"text": "'light' | 'dark' | undefined"
|
|
1035
912
|
},
|
|
1036
|
-
"description": "Specify the theme of the
|
|
1037
|
-
"
|
|
913
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
914
|
+
"attribute": "theme"
|
|
1038
915
|
},
|
|
1039
916
|
{
|
|
917
|
+
"kind": "field",
|
|
1040
918
|
"name": "appearance",
|
|
1041
919
|
"type": {
|
|
1042
920
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1043
921
|
},
|
|
1044
922
|
"default": "'infoPrimary'",
|
|
1045
|
-
"description": "Specify the appearance of the
|
|
1046
|
-
"
|
|
923
|
+
"description": "Specify the appearance of the Alert",
|
|
924
|
+
"attribute": "appearance"
|
|
1047
925
|
},
|
|
1048
926
|
{
|
|
1049
|
-
"
|
|
927
|
+
"kind": "field",
|
|
928
|
+
"name": "hidden",
|
|
1050
929
|
"type": {
|
|
1051
|
-
"text": "
|
|
930
|
+
"text": "boolean"
|
|
1052
931
|
},
|
|
1053
|
-
"default": "
|
|
1054
|
-
"description": "Specify the
|
|
1055
|
-
"
|
|
932
|
+
"default": "false",
|
|
933
|
+
"description": "Specify if the Alert is hidden",
|
|
934
|
+
"attribute": "hidden"
|
|
1056
935
|
},
|
|
1057
936
|
{
|
|
1058
|
-
"
|
|
937
|
+
"kind": "field",
|
|
938
|
+
"name": "hideIcon",
|
|
1059
939
|
"type": {
|
|
1060
|
-
"text": "
|
|
940
|
+
"text": "boolean"
|
|
1061
941
|
},
|
|
1062
|
-
"
|
|
1063
|
-
"
|
|
1064
|
-
|
|
1065
|
-
|
|
942
|
+
"default": "false",
|
|
943
|
+
"description": "Specify if the icon displays on the Alert",
|
|
944
|
+
"attribute": "hideIcon"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "field",
|
|
948
|
+
"name": "dismissible",
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "boolean"
|
|
951
|
+
},
|
|
952
|
+
"default": "false",
|
|
953
|
+
"description": "Specify if the Alert can be dismissed",
|
|
954
|
+
"attribute": "dismissible"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"kind": "field",
|
|
958
|
+
"name": "disableAutoFocus",
|
|
959
|
+
"type": {
|
|
960
|
+
"text": "boolean"
|
|
961
|
+
},
|
|
962
|
+
"default": "false",
|
|
963
|
+
"description": "Prevent autofocus on show",
|
|
964
|
+
"attribute": "disableAutoFocus"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"kind": "field",
|
|
968
|
+
"name": "disableCloseOnEscape",
|
|
969
|
+
"type": {
|
|
970
|
+
"text": "boolean"
|
|
971
|
+
},
|
|
972
|
+
"default": "false",
|
|
973
|
+
"description": "Prevent Escape from closing",
|
|
974
|
+
"attribute": "disableCloseOnEscape"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"events": [
|
|
978
|
+
{
|
|
979
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
980
|
+
"name": "bm-dismiss"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"attributes": [
|
|
984
|
+
{
|
|
985
|
+
"name": "heading",
|
|
986
|
+
"type": {
|
|
987
|
+
"text": "string | undefined"
|
|
988
|
+
},
|
|
989
|
+
"description": "Specify the heading text for Alert",
|
|
990
|
+
"fieldName": "heading"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "body",
|
|
994
|
+
"type": {
|
|
995
|
+
"text": "string | undefined"
|
|
996
|
+
},
|
|
997
|
+
"description": "Specify the body text for Alert",
|
|
998
|
+
"fieldName": "body"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "size",
|
|
1002
|
+
"type": {
|
|
1003
|
+
"text": "'sm' | 'md'"
|
|
1004
|
+
},
|
|
1005
|
+
"default": "'sm'",
|
|
1006
|
+
"description": "Specify the size of the Alert",
|
|
1007
|
+
"fieldName": "size"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "fullWidth",
|
|
1011
|
+
"type": {
|
|
1012
|
+
"text": "boolean"
|
|
1013
|
+
},
|
|
1014
|
+
"default": "false",
|
|
1015
|
+
"description": "Specify if the Alert has no border radius",
|
|
1016
|
+
"fieldName": "fullWidth"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"name": "theme",
|
|
1020
|
+
"type": {
|
|
1021
|
+
"text": "'light' | 'dark' | undefined"
|
|
1022
|
+
},
|
|
1023
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1024
|
+
"fieldName": "theme"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"name": "appearance",
|
|
1028
|
+
"type": {
|
|
1029
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1030
|
+
},
|
|
1031
|
+
"default": "'infoPrimary'",
|
|
1032
|
+
"description": "Specify the appearance of the Alert",
|
|
1033
|
+
"fieldName": "appearance"
|
|
1034
|
+
},
|
|
1035
|
+
{
|
|
1036
|
+
"name": "hidden",
|
|
1037
|
+
"type": {
|
|
1038
|
+
"text": "boolean"
|
|
1039
|
+
},
|
|
1040
|
+
"default": "false",
|
|
1041
|
+
"description": "Specify if the Alert is hidden",
|
|
1042
|
+
"fieldName": "hidden"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "hideIcon",
|
|
1046
|
+
"type": {
|
|
1047
|
+
"text": "boolean"
|
|
1048
|
+
},
|
|
1049
|
+
"default": "false",
|
|
1050
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1051
|
+
"fieldName": "hideIcon"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "dismissible",
|
|
1055
|
+
"type": {
|
|
1056
|
+
"text": "boolean"
|
|
1057
|
+
},
|
|
1058
|
+
"default": "false",
|
|
1059
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1060
|
+
"fieldName": "dismissible"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "disableAutoFocus",
|
|
1064
|
+
"type": {
|
|
1065
|
+
"text": "boolean"
|
|
1066
|
+
},
|
|
1067
|
+
"default": "false",
|
|
1068
|
+
"description": "Prevent autofocus on show",
|
|
1069
|
+
"fieldName": "disableAutoFocus"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "disableCloseOnEscape",
|
|
1073
|
+
"type": {
|
|
1074
|
+
"text": "boolean"
|
|
1075
|
+
},
|
|
1076
|
+
"default": "false",
|
|
1077
|
+
"description": "Prevent Escape from closing",
|
|
1078
|
+
"fieldName": "disableCloseOnEscape"
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1066
1081
|
"superclass": {
|
|
1067
1082
|
"name": "LitElement",
|
|
1068
1083
|
"package": "lit"
|
|
1069
1084
|
},
|
|
1070
|
-
"tagName": "bm-
|
|
1085
|
+
"tagName": "bm-alert",
|
|
1071
1086
|
"customElement": true
|
|
1072
1087
|
}
|
|
1073
1088
|
],
|
|
1074
1089
|
"exports": [
|
|
1075
1090
|
{
|
|
1076
1091
|
"kind": "js",
|
|
1077
|
-
"name": "
|
|
1092
|
+
"name": "BmAlert",
|
|
1078
1093
|
"declaration": {
|
|
1079
|
-
"name": "
|
|
1080
|
-
"module": "libs/web-components/src/lib/
|
|
1094
|
+
"name": "BmAlert",
|
|
1095
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1081
1096
|
}
|
|
1082
1097
|
},
|
|
1083
1098
|
{
|
|
1084
1099
|
"kind": "custom-element-definition",
|
|
1085
|
-
"name": "bm-
|
|
1100
|
+
"name": "bm-alert",
|
|
1086
1101
|
"declaration": {
|
|
1087
|
-
"name": "
|
|
1088
|
-
"module": "libs/web-components/src/lib/
|
|
1102
|
+
"name": "BmAlert",
|
|
1103
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1089
1104
|
}
|
|
1090
1105
|
}
|
|
1091
1106
|
]
|
|
1092
1107
|
},
|
|
1093
1108
|
{
|
|
1094
1109
|
"kind": "javascript-module",
|
|
1095
|
-
"path": "libs/web-components/src/lib/
|
|
1110
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1096
1111
|
"declarations": [],
|
|
1097
1112
|
"exports": [
|
|
1098
1113
|
{
|
|
@@ -1100,448 +1115,531 @@
|
|
|
1100
1115
|
"name": "*",
|
|
1101
1116
|
"declaration": {
|
|
1102
1117
|
"name": "*",
|
|
1103
|
-
"package": "./
|
|
1118
|
+
"package": "./Alert"
|
|
1104
1119
|
}
|
|
1105
1120
|
}
|
|
1106
1121
|
]
|
|
1107
1122
|
},
|
|
1108
1123
|
{
|
|
1109
1124
|
"kind": "javascript-module",
|
|
1110
|
-
"path": "libs/web-components/src/lib/
|
|
1125
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1111
1126
|
"declarations": [
|
|
1112
1127
|
{
|
|
1113
1128
|
"kind": "class",
|
|
1114
|
-
"description": "`bm-
|
|
1115
|
-
"name": "
|
|
1129
|
+
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
1130
|
+
"name": "BmBox",
|
|
1116
1131
|
"slots": [
|
|
1117
1132
|
{
|
|
1118
|
-
"description": "Provide
|
|
1133
|
+
"description": "Provide content for the Box",
|
|
1119
1134
|
"name": "default"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"description": "Specify a different icon for the Badge",
|
|
1123
|
-
"name": "icon"
|
|
1124
1135
|
}
|
|
1125
1136
|
],
|
|
1126
1137
|
"members": [
|
|
1127
1138
|
{
|
|
1128
1139
|
"kind": "field",
|
|
1129
|
-
"name": "
|
|
1140
|
+
"name": "backgroundColor",
|
|
1130
1141
|
"type": {
|
|
1131
|
-
"text": "'
|
|
1142
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1132
1143
|
},
|
|
1133
|
-
"
|
|
1134
|
-
"
|
|
1135
|
-
"attribute": "appearance"
|
|
1144
|
+
"description": "Specify the background color of a Box",
|
|
1145
|
+
"attribute": "backgroundColor"
|
|
1136
1146
|
},
|
|
1137
1147
|
{
|
|
1138
1148
|
"kind": "field",
|
|
1139
|
-
"name": "
|
|
1149
|
+
"name": "borderColor",
|
|
1140
1150
|
"type": {
|
|
1141
|
-
"text": "'
|
|
1151
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1142
1152
|
},
|
|
1143
|
-
"description": "
|
|
1144
|
-
"attribute": "
|
|
1153
|
+
"description": "Specify the border color of a Box",
|
|
1154
|
+
"attribute": "borderColor"
|
|
1145
1155
|
},
|
|
1146
1156
|
{
|
|
1147
1157
|
"kind": "field",
|
|
1148
|
-
"name": "
|
|
1158
|
+
"name": "borderWidth",
|
|
1149
1159
|
"type": {
|
|
1150
|
-
"text": "'
|
|
1160
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1151
1161
|
},
|
|
1152
|
-
"
|
|
1153
|
-
"
|
|
1154
|
-
"attribute": "size"
|
|
1162
|
+
"description": "Specify the border width of a Box",
|
|
1163
|
+
"attribute": "borderWidth"
|
|
1155
1164
|
},
|
|
1156
1165
|
{
|
|
1157
1166
|
"kind": "field",
|
|
1158
|
-
"name": "
|
|
1167
|
+
"name": "borderRadius",
|
|
1159
1168
|
"type": {
|
|
1160
|
-
"text": "'
|
|
1169
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1161
1170
|
},
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1164
|
-
"attribute": "emphasis"
|
|
1171
|
+
"description": "Specify the border radius of a Box",
|
|
1172
|
+
"attribute": "borderRadius"
|
|
1165
1173
|
},
|
|
1166
1174
|
{
|
|
1167
1175
|
"kind": "field",
|
|
1168
|
-
"name": "
|
|
1176
|
+
"name": "px",
|
|
1169
1177
|
"type": {
|
|
1170
|
-
"text": "
|
|
1178
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1171
1179
|
},
|
|
1172
|
-
"description": "
|
|
1173
|
-
"attribute": "
|
|
1180
|
+
"description": "Specify before and after padding of a Box",
|
|
1181
|
+
"attribute": "px"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"kind": "field",
|
|
1185
|
+
"name": "py",
|
|
1186
|
+
"type": {
|
|
1187
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1188
|
+
},
|
|
1189
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1190
|
+
"attribute": "py"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"kind": "field",
|
|
1194
|
+
"name": "pTop",
|
|
1195
|
+
"type": {
|
|
1196
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1197
|
+
},
|
|
1198
|
+
"description": "Specify top padding of a Box",
|
|
1199
|
+
"attribute": "pTop"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"kind": "field",
|
|
1203
|
+
"name": "pBottom",
|
|
1204
|
+
"type": {
|
|
1205
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1206
|
+
},
|
|
1207
|
+
"description": "Specify bottom padding of a Box",
|
|
1208
|
+
"attribute": "pBottom"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "field",
|
|
1212
|
+
"name": "pBefore",
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1215
|
+
},
|
|
1216
|
+
"description": "Specify before padding of a Box",
|
|
1217
|
+
"attribute": "pBefore"
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
"kind": "field",
|
|
1221
|
+
"name": "pAfter",
|
|
1222
|
+
"type": {
|
|
1223
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1224
|
+
},
|
|
1225
|
+
"description": "Specify after padding of a Box",
|
|
1226
|
+
"attribute": "pAfter"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"kind": "field",
|
|
1230
|
+
"name": "mx",
|
|
1231
|
+
"type": {
|
|
1232
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1233
|
+
},
|
|
1234
|
+
"description": "Specify before and after margin of a Box",
|
|
1235
|
+
"attribute": "mx"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "field",
|
|
1239
|
+
"name": "my",
|
|
1240
|
+
"type": {
|
|
1241
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1242
|
+
},
|
|
1243
|
+
"description": "Specify top and bottom margin of a Box",
|
|
1244
|
+
"attribute": "my"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
"kind": "field",
|
|
1248
|
+
"name": "mTop",
|
|
1249
|
+
"type": {
|
|
1250
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1251
|
+
},
|
|
1252
|
+
"description": "Specify top margin of a Box",
|
|
1253
|
+
"attribute": "mTop"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"kind": "field",
|
|
1257
|
+
"name": "mBottom",
|
|
1258
|
+
"type": {
|
|
1259
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1260
|
+
},
|
|
1261
|
+
"description": "Specify bottom margin of a Box",
|
|
1262
|
+
"attribute": "mBottom"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "field",
|
|
1266
|
+
"name": "mBefore",
|
|
1267
|
+
"type": {
|
|
1268
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1269
|
+
},
|
|
1270
|
+
"description": "Specify before margin of a Box",
|
|
1271
|
+
"attribute": "mBefore"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"kind": "field",
|
|
1275
|
+
"name": "mAfter",
|
|
1276
|
+
"type": {
|
|
1277
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1278
|
+
},
|
|
1279
|
+
"description": "Specify after margin of a Box",
|
|
1280
|
+
"attribute": "mAfter"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"kind": "field",
|
|
1284
|
+
"name": "m",
|
|
1285
|
+
"type": {
|
|
1286
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1287
|
+
},
|
|
1288
|
+
"description": "Specify all margin",
|
|
1289
|
+
"attribute": "m"
|
|
1290
|
+
},
|
|
1291
|
+
{
|
|
1292
|
+
"kind": "field",
|
|
1293
|
+
"name": "p",
|
|
1294
|
+
"type": {
|
|
1295
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1296
|
+
},
|
|
1297
|
+
"description": "Specify all padding",
|
|
1298
|
+
"attribute": "p"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"kind": "field",
|
|
1302
|
+
"name": "gap",
|
|
1303
|
+
"type": {
|
|
1304
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1305
|
+
},
|
|
1306
|
+
"description": "Specify gap between child elements",
|
|
1307
|
+
"attribute": "gap"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"kind": "field",
|
|
1311
|
+
"name": "shadow",
|
|
1312
|
+
"type": {
|
|
1313
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1314
|
+
},
|
|
1315
|
+
"description": "Specify if a Box has a shadow",
|
|
1316
|
+
"attribute": "shadow"
|
|
1174
1317
|
}
|
|
1175
1318
|
],
|
|
1176
1319
|
"attributes": [
|
|
1177
1320
|
{
|
|
1178
|
-
"name": "
|
|
1321
|
+
"name": "backgroundColor",
|
|
1322
|
+
"type": {
|
|
1323
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1324
|
+
},
|
|
1325
|
+
"description": "Specify the background color of a Box",
|
|
1326
|
+
"fieldName": "backgroundColor"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"name": "borderColor",
|
|
1330
|
+
"type": {
|
|
1331
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1332
|
+
},
|
|
1333
|
+
"description": "Specify the border color of a Box",
|
|
1334
|
+
"fieldName": "borderColor"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"name": "borderWidth",
|
|
1338
|
+
"type": {
|
|
1339
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1340
|
+
},
|
|
1341
|
+
"description": "Specify the border width of a Box",
|
|
1342
|
+
"fieldName": "borderWidth"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "borderRadius",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1348
|
+
},
|
|
1349
|
+
"description": "Specify the border radius of a Box",
|
|
1350
|
+
"fieldName": "borderRadius"
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"name": "px",
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1356
|
+
},
|
|
1357
|
+
"description": "Specify before and after padding of a Box",
|
|
1358
|
+
"fieldName": "px"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
"name": "py",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1364
|
+
},
|
|
1365
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1366
|
+
"fieldName": "py"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
"name": "pTop",
|
|
1179
1370
|
"type": {
|
|
1180
|
-
"text": "'
|
|
1371
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1181
1372
|
},
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1184
|
-
"fieldName": "appearance"
|
|
1373
|
+
"description": "Specify top padding of a Box",
|
|
1374
|
+
"fieldName": "pTop"
|
|
1185
1375
|
},
|
|
1186
1376
|
{
|
|
1187
|
-
"name": "
|
|
1377
|
+
"name": "pBottom",
|
|
1188
1378
|
"type": {
|
|
1189
|
-
"text": "'
|
|
1379
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1190
1380
|
},
|
|
1191
|
-
"description": "
|
|
1192
|
-
"fieldName": "
|
|
1381
|
+
"description": "Specify bottom padding of a Box",
|
|
1382
|
+
"fieldName": "pBottom"
|
|
1193
1383
|
},
|
|
1194
1384
|
{
|
|
1195
|
-
"name": "
|
|
1385
|
+
"name": "pBefore",
|
|
1196
1386
|
"type": {
|
|
1197
|
-
"text": "'
|
|
1387
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1198
1388
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
"fieldName": "size"
|
|
1389
|
+
"description": "Specify before padding of a Box",
|
|
1390
|
+
"fieldName": "pBefore"
|
|
1202
1391
|
},
|
|
1203
1392
|
{
|
|
1204
|
-
"name": "
|
|
1393
|
+
"name": "pAfter",
|
|
1205
1394
|
"type": {
|
|
1206
|
-
"text": "'
|
|
1395
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1207
1396
|
},
|
|
1208
|
-
"
|
|
1209
|
-
"
|
|
1210
|
-
"fieldName": "emphasis"
|
|
1397
|
+
"description": "Specify after padding of a Box",
|
|
1398
|
+
"fieldName": "pAfter"
|
|
1211
1399
|
},
|
|
1212
1400
|
{
|
|
1213
|
-
"name": "
|
|
1401
|
+
"name": "mx",
|
|
1214
1402
|
"type": {
|
|
1215
|
-
"text": "
|
|
1403
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1216
1404
|
},
|
|
1217
|
-
"description": "
|
|
1218
|
-
"fieldName": "
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"superclass": {
|
|
1222
|
-
"name": "LitElement",
|
|
1223
|
-
"package": "lit"
|
|
1224
|
-
},
|
|
1225
|
-
"tagName": "bm-badge",
|
|
1226
|
-
"customElement": true
|
|
1227
|
-
}
|
|
1228
|
-
],
|
|
1229
|
-
"exports": [
|
|
1230
|
-
{
|
|
1231
|
-
"kind": "js",
|
|
1232
|
-
"name": "BmBadge",
|
|
1233
|
-
"declaration": {
|
|
1234
|
-
"name": "BmBadge",
|
|
1235
|
-
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1236
|
-
}
|
|
1237
|
-
},
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "custom-element-definition",
|
|
1240
|
-
"name": "bm-badge",
|
|
1241
|
-
"declaration": {
|
|
1242
|
-
"name": "BmBadge",
|
|
1243
|
-
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1244
|
-
}
|
|
1245
|
-
}
|
|
1246
|
-
]
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"kind": "javascript-module",
|
|
1250
|
-
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
1251
|
-
"declarations": [],
|
|
1252
|
-
"exports": [
|
|
1253
|
-
{
|
|
1254
|
-
"kind": "js",
|
|
1255
|
-
"name": "*",
|
|
1256
|
-
"declaration": {
|
|
1257
|
-
"name": "*",
|
|
1258
|
-
"package": "./Badge"
|
|
1259
|
-
}
|
|
1260
|
-
}
|
|
1261
|
-
]
|
|
1262
|
-
},
|
|
1263
|
-
{
|
|
1264
|
-
"kind": "javascript-module",
|
|
1265
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
1266
|
-
"declarations": [
|
|
1267
|
-
{
|
|
1268
|
-
"kind": "variable",
|
|
1269
|
-
"name": "BreadcrumbGroupCtx"
|
|
1270
|
-
}
|
|
1271
|
-
],
|
|
1272
|
-
"exports": [
|
|
1273
|
-
{
|
|
1274
|
-
"kind": "js",
|
|
1275
|
-
"name": "BreadcrumbGroupCtx",
|
|
1276
|
-
"declaration": {
|
|
1277
|
-
"name": "BreadcrumbGroupCtx",
|
|
1278
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1279
|
-
}
|
|
1280
|
-
}
|
|
1281
|
-
]
|
|
1282
|
-
},
|
|
1283
|
-
{
|
|
1284
|
-
"kind": "javascript-module",
|
|
1285
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1286
|
-
"declarations": [
|
|
1287
|
-
{
|
|
1288
|
-
"kind": "class",
|
|
1289
|
-
"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",
|
|
1290
|
-
"name": "BmBreadcrumbs",
|
|
1291
|
-
"slots": [
|
|
1405
|
+
"description": "Specify before and after margin of a Box",
|
|
1406
|
+
"fieldName": "mx"
|
|
1407
|
+
},
|
|
1292
1408
|
{
|
|
1293
|
-
"
|
|
1294
|
-
"
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1409
|
+
"name": "my",
|
|
1410
|
+
"type": {
|
|
1411
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1412
|
+
},
|
|
1413
|
+
"description": "Specify top and bottom margin of a Box",
|
|
1414
|
+
"fieldName": "my"
|
|
1415
|
+
},
|
|
1298
1416
|
{
|
|
1299
|
-
"
|
|
1300
|
-
"name": "wrap",
|
|
1417
|
+
"name": "mTop",
|
|
1301
1418
|
"type": {
|
|
1302
|
-
"text": "
|
|
1419
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1303
1420
|
},
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1306
|
-
"attribute": "wrap"
|
|
1421
|
+
"description": "Specify top margin of a Box",
|
|
1422
|
+
"fieldName": "mTop"
|
|
1307
1423
|
},
|
|
1308
1424
|
{
|
|
1309
|
-
"
|
|
1310
|
-
"name": "itemsBeforeCollapse",
|
|
1425
|
+
"name": "mBottom",
|
|
1311
1426
|
"type": {
|
|
1312
|
-
"text": "
|
|
1427
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1313
1428
|
},
|
|
1314
|
-
"
|
|
1315
|
-
"
|
|
1316
|
-
"attribute": "itemsBeforeCollapse"
|
|
1429
|
+
"description": "Specify bottom margin of a Box",
|
|
1430
|
+
"fieldName": "mBottom"
|
|
1317
1431
|
},
|
|
1318
1432
|
{
|
|
1319
|
-
"
|
|
1320
|
-
"name": "itemsAfterCollapse",
|
|
1433
|
+
"name": "mBefore",
|
|
1321
1434
|
"type": {
|
|
1322
|
-
"text": "
|
|
1435
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1323
1436
|
},
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"attribute": "itemsAfterCollapse"
|
|
1437
|
+
"description": "Specify before margin of a Box",
|
|
1438
|
+
"fieldName": "mBefore"
|
|
1327
1439
|
},
|
|
1328
1440
|
{
|
|
1329
|
-
"
|
|
1330
|
-
"name": "theme",
|
|
1441
|
+
"name": "mAfter",
|
|
1331
1442
|
"type": {
|
|
1332
|
-
"text": "'
|
|
1443
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1333
1444
|
},
|
|
1334
|
-
"description": "Specify
|
|
1335
|
-
"
|
|
1336
|
-
}
|
|
1337
|
-
],
|
|
1338
|
-
"attributes": [
|
|
1445
|
+
"description": "Specify after margin of a Box",
|
|
1446
|
+
"fieldName": "mAfter"
|
|
1447
|
+
},
|
|
1339
1448
|
{
|
|
1340
|
-
"name": "
|
|
1449
|
+
"name": "m",
|
|
1341
1450
|
"type": {
|
|
1342
|
-
"text": "
|
|
1451
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1343
1452
|
},
|
|
1344
|
-
"
|
|
1345
|
-
"
|
|
1346
|
-
"fieldName": "wrap"
|
|
1453
|
+
"description": "Specify all margin",
|
|
1454
|
+
"fieldName": "m"
|
|
1347
1455
|
},
|
|
1348
1456
|
{
|
|
1349
|
-
"name": "
|
|
1457
|
+
"name": "p",
|
|
1350
1458
|
"type": {
|
|
1351
|
-
"text": "
|
|
1459
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1352
1460
|
},
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
"fieldName": "itemsBeforeCollapse"
|
|
1461
|
+
"description": "Specify all padding",
|
|
1462
|
+
"fieldName": "p"
|
|
1356
1463
|
},
|
|
1357
1464
|
{
|
|
1358
|
-
"name": "
|
|
1465
|
+
"name": "gap",
|
|
1359
1466
|
"type": {
|
|
1360
|
-
"text": "
|
|
1467
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1361
1468
|
},
|
|
1362
|
-
"
|
|
1363
|
-
"
|
|
1364
|
-
"fieldName": "itemsAfterCollapse"
|
|
1469
|
+
"description": "Specify gap between child elements",
|
|
1470
|
+
"fieldName": "gap"
|
|
1365
1471
|
},
|
|
1366
1472
|
{
|
|
1367
|
-
"name": "
|
|
1473
|
+
"name": "shadow",
|
|
1368
1474
|
"type": {
|
|
1369
|
-
"text": "'
|
|
1475
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1370
1476
|
},
|
|
1371
|
-
"description": "Specify
|
|
1372
|
-
"fieldName": "
|
|
1477
|
+
"description": "Specify if a Box has a shadow",
|
|
1478
|
+
"fieldName": "shadow"
|
|
1373
1479
|
}
|
|
1374
1480
|
],
|
|
1375
1481
|
"superclass": {
|
|
1376
1482
|
"name": "LitElement",
|
|
1377
1483
|
"package": "lit"
|
|
1378
1484
|
},
|
|
1379
|
-
"tagName": "bm-
|
|
1485
|
+
"tagName": "bm-box",
|
|
1380
1486
|
"customElement": true
|
|
1381
1487
|
}
|
|
1382
1488
|
],
|
|
1383
1489
|
"exports": [
|
|
1384
1490
|
{
|
|
1385
1491
|
"kind": "js",
|
|
1386
|
-
"name": "
|
|
1492
|
+
"name": "BmBox",
|
|
1387
1493
|
"declaration": {
|
|
1388
|
-
"name": "
|
|
1389
|
-
"module": "libs/web-components/src/lib/
|
|
1494
|
+
"name": "BmBox",
|
|
1495
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1390
1496
|
}
|
|
1391
1497
|
},
|
|
1392
1498
|
{
|
|
1393
1499
|
"kind": "custom-element-definition",
|
|
1394
|
-
"name": "bm-
|
|
1500
|
+
"name": "bm-box",
|
|
1395
1501
|
"declaration": {
|
|
1396
|
-
"name": "
|
|
1397
|
-
"module": "libs/web-components/src/lib/
|
|
1502
|
+
"name": "BmBox",
|
|
1503
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1398
1504
|
}
|
|
1399
1505
|
}
|
|
1400
1506
|
]
|
|
1401
1507
|
},
|
|
1402
1508
|
{
|
|
1403
1509
|
"kind": "javascript-module",
|
|
1404
|
-
"path": "libs/web-components/src/lib/
|
|
1510
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1511
|
+
"declarations": [],
|
|
1512
|
+
"exports": [
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "js",
|
|
1515
|
+
"name": "*",
|
|
1516
|
+
"declaration": {
|
|
1517
|
+
"name": "*",
|
|
1518
|
+
"package": "./Box"
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "javascript-module",
|
|
1525
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1405
1526
|
"declarations": [
|
|
1406
1527
|
{
|
|
1407
1528
|
"kind": "class",
|
|
1408
|
-
"description": "`bm-
|
|
1409
|
-
"name": "
|
|
1529
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
1530
|
+
"name": "BmBadgeDot",
|
|
1410
1531
|
"slots": [
|
|
1411
1532
|
{
|
|
1412
|
-
"description": "
|
|
1533
|
+
"description": "Provide text for the BadgeDot",
|
|
1413
1534
|
"name": "default"
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"description": "Pass icon to an item",
|
|
1417
|
-
"name": "icon"
|
|
1418
1535
|
}
|
|
1419
1536
|
],
|
|
1420
1537
|
"members": [
|
|
1421
1538
|
{
|
|
1422
1539
|
"kind": "field",
|
|
1423
|
-
"name": "
|
|
1424
|
-
"type": {
|
|
1425
|
-
"text": "string | undefined"
|
|
1426
|
-
},
|
|
1427
|
-
"description": "Pass href to an item",
|
|
1428
|
-
"attribute": "href"
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "field",
|
|
1432
|
-
"name": "clickable",
|
|
1540
|
+
"name": "theme",
|
|
1433
1541
|
"type": {
|
|
1434
|
-
"text": "
|
|
1542
|
+
"text": "'light' | 'dark' | undefined"
|
|
1435
1543
|
},
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
"attribute": "clickable"
|
|
1544
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1545
|
+
"attribute": "theme"
|
|
1439
1546
|
},
|
|
1440
1547
|
{
|
|
1441
1548
|
"kind": "field",
|
|
1442
|
-
"name": "
|
|
1549
|
+
"name": "appearance",
|
|
1443
1550
|
"type": {
|
|
1444
|
-
"text": "
|
|
1551
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1445
1552
|
},
|
|
1446
|
-
"
|
|
1447
|
-
"
|
|
1553
|
+
"default": "'infoPrimary'",
|
|
1554
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1555
|
+
"attribute": "appearance"
|
|
1448
1556
|
},
|
|
1449
1557
|
{
|
|
1450
1558
|
"kind": "field",
|
|
1451
|
-
"name": "
|
|
1559
|
+
"name": "emphasis",
|
|
1452
1560
|
"type": {
|
|
1453
|
-
"text": "
|
|
1561
|
+
"text": "'strong' | 'subtle'"
|
|
1454
1562
|
},
|
|
1455
|
-
"default": "
|
|
1456
|
-
"description": "Specify
|
|
1457
|
-
"attribute": "
|
|
1458
|
-
"reflects": true
|
|
1563
|
+
"default": "'strong'",
|
|
1564
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1565
|
+
"attribute": "emphasis"
|
|
1459
1566
|
},
|
|
1460
1567
|
{
|
|
1461
1568
|
"kind": "field",
|
|
1462
|
-
"name": "
|
|
1569
|
+
"name": "overrideDotColor",
|
|
1463
1570
|
"type": {
|
|
1464
|
-
"text": "
|
|
1571
|
+
"text": "string | undefined"
|
|
1465
1572
|
},
|
|
1466
|
-
"
|
|
1467
|
-
"attribute": "
|
|
1468
|
-
"reflects": true
|
|
1573
|
+
"description": "Overrides default dot color",
|
|
1574
|
+
"attribute": "overrideDotColor"
|
|
1469
1575
|
}
|
|
1470
1576
|
],
|
|
1471
1577
|
"attributes": [
|
|
1472
1578
|
{
|
|
1473
|
-
"name": "
|
|
1474
|
-
"type": {
|
|
1475
|
-
"text": "string | undefined"
|
|
1476
|
-
},
|
|
1477
|
-
"description": "Pass href to an item",
|
|
1478
|
-
"fieldName": "href"
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
"name": "clickable",
|
|
1579
|
+
"name": "theme",
|
|
1482
1580
|
"type": {
|
|
1483
|
-
"text": "
|
|
1581
|
+
"text": "'light' | 'dark' | undefined"
|
|
1484
1582
|
},
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
"fieldName": "clickable"
|
|
1583
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1584
|
+
"fieldName": "theme"
|
|
1488
1585
|
},
|
|
1489
1586
|
{
|
|
1490
|
-
"name": "
|
|
1587
|
+
"name": "appearance",
|
|
1491
1588
|
"type": {
|
|
1492
|
-
"text": "
|
|
1589
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1493
1590
|
},
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1591
|
+
"default": "'infoPrimary'",
|
|
1592
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1593
|
+
"fieldName": "appearance"
|
|
1496
1594
|
},
|
|
1497
1595
|
{
|
|
1498
|
-
"name": "
|
|
1596
|
+
"name": "emphasis",
|
|
1499
1597
|
"type": {
|
|
1500
|
-
"text": "
|
|
1598
|
+
"text": "'strong' | 'subtle'"
|
|
1501
1599
|
},
|
|
1502
|
-
"default": "
|
|
1503
|
-
"description": "Specify
|
|
1504
|
-
"fieldName": "
|
|
1600
|
+
"default": "'strong'",
|
|
1601
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1602
|
+
"fieldName": "emphasis"
|
|
1505
1603
|
},
|
|
1506
1604
|
{
|
|
1507
|
-
"name": "
|
|
1605
|
+
"name": "overrideDotColor",
|
|
1508
1606
|
"type": {
|
|
1509
|
-
"text": "
|
|
1607
|
+
"text": "string | undefined"
|
|
1510
1608
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"fieldName": "
|
|
1609
|
+
"description": "Overrides default dot color",
|
|
1610
|
+
"fieldName": "overrideDotColor"
|
|
1513
1611
|
}
|
|
1514
1612
|
],
|
|
1515
1613
|
"superclass": {
|
|
1516
1614
|
"name": "LitElement",
|
|
1517
1615
|
"package": "lit"
|
|
1518
1616
|
},
|
|
1519
|
-
"tagName": "bm-
|
|
1617
|
+
"tagName": "bm-badge-dot",
|
|
1520
1618
|
"customElement": true
|
|
1521
1619
|
}
|
|
1522
1620
|
],
|
|
1523
1621
|
"exports": [
|
|
1524
1622
|
{
|
|
1525
1623
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1624
|
+
"name": "BmBadgeDot",
|
|
1527
1625
|
"declaration": {
|
|
1528
|
-
"name": "
|
|
1529
|
-
"module": "libs/web-components/src/lib/
|
|
1626
|
+
"name": "BmBadgeDot",
|
|
1627
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1530
1628
|
}
|
|
1531
1629
|
},
|
|
1532
1630
|
{
|
|
1533
1631
|
"kind": "custom-element-definition",
|
|
1534
|
-
"name": "bm-
|
|
1632
|
+
"name": "bm-badge-dot",
|
|
1535
1633
|
"declaration": {
|
|
1536
|
-
"name": "
|
|
1537
|
-
"module": "libs/web-components/src/lib/
|
|
1634
|
+
"name": "BmBadgeDot",
|
|
1635
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1538
1636
|
}
|
|
1539
1637
|
}
|
|
1540
1638
|
]
|
|
1541
1639
|
},
|
|
1542
1640
|
{
|
|
1543
1641
|
"kind": "javascript-module",
|
|
1544
|
-
"path": "libs/web-components/src/lib/
|
|
1642
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1545
1643
|
"declarations": [],
|
|
1546
1644
|
"exports": [
|
|
1547
1645
|
{
|
|
@@ -1549,391 +1647,293 @@
|
|
|
1549
1647
|
"name": "*",
|
|
1550
1648
|
"declaration": {
|
|
1551
1649
|
"name": "*",
|
|
1552
|
-
"package": "./
|
|
1650
|
+
"package": "./BadgeDot"
|
|
1553
1651
|
}
|
|
1554
|
-
}
|
|
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": [
|
|
1555
1665
|
{
|
|
1556
1666
|
"kind": "js",
|
|
1557
|
-
"name": "
|
|
1667
|
+
"name": "BreadcrumbGroupCtx",
|
|
1558
1668
|
"declaration": {
|
|
1559
|
-
"name": "
|
|
1560
|
-
"
|
|
1669
|
+
"name": "BreadcrumbGroupCtx",
|
|
1670
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1561
1671
|
}
|
|
1562
1672
|
}
|
|
1563
1673
|
]
|
|
1564
1674
|
},
|
|
1565
1675
|
{
|
|
1566
1676
|
"kind": "javascript-module",
|
|
1567
|
-
"path": "libs/web-components/src/lib/
|
|
1677
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1568
1678
|
"declarations": [
|
|
1569
1679
|
{
|
|
1570
1680
|
"kind": "class",
|
|
1571
|
-
"description": "`bm-
|
|
1572
|
-
"name": "
|
|
1681
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1682
|
+
"name": "BmBreadcrumbs",
|
|
1573
1683
|
"slots": [
|
|
1574
1684
|
{
|
|
1575
|
-
"description": "
|
|
1576
|
-
"name": "
|
|
1685
|
+
"description": "Pass items to the Breadcrumb",
|
|
1686
|
+
"name": "default"
|
|
1577
1687
|
}
|
|
1578
1688
|
],
|
|
1579
1689
|
"members": [
|
|
1580
1690
|
{
|
|
1581
1691
|
"kind": "field",
|
|
1582
|
-
"name": "
|
|
1583
|
-
"type": {
|
|
1584
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
1585
|
-
},
|
|
1586
|
-
"default": "'neutral'",
|
|
1587
|
-
"description": "Specify the appearance of the Avatar",
|
|
1588
|
-
"attribute": "appearance"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "field",
|
|
1592
|
-
"name": "name",
|
|
1593
|
-
"type": {
|
|
1594
|
-
"text": "string | undefined"
|
|
1595
|
-
},
|
|
1596
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
1597
|
-
"attribute": "name"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"kind": "field",
|
|
1601
|
-
"name": "src",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "string | undefined"
|
|
1604
|
-
},
|
|
1605
|
-
"description": "Pass an image to the Avatar",
|
|
1606
|
-
"attribute": "src"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "field",
|
|
1610
|
-
"name": "alt",
|
|
1611
|
-
"type": {
|
|
1612
|
-
"text": "string | undefined"
|
|
1613
|
-
},
|
|
1614
|
-
"description": "Specify alt for image",
|
|
1615
|
-
"attribute": "alt"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"kind": "field",
|
|
1619
|
-
"name": "size",
|
|
1620
|
-
"type": {
|
|
1621
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1622
|
-
},
|
|
1623
|
-
"default": "'md'",
|
|
1624
|
-
"description": "Specify the size of the Avatar",
|
|
1625
|
-
"attribute": "size"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "field",
|
|
1629
|
-
"name": "disabled",
|
|
1630
|
-
"type": {
|
|
1631
|
-
"text": "boolean | undefined"
|
|
1632
|
-
},
|
|
1633
|
-
"default": "false",
|
|
1634
|
-
"description": "Specify if the Avatar is disabled",
|
|
1635
|
-
"attribute": "disabled"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "field",
|
|
1639
|
-
"name": "shape",
|
|
1640
|
-
"type": {
|
|
1641
|
-
"text": "'circle' | 'square' | undefined"
|
|
1642
|
-
},
|
|
1643
|
-
"default": "'circle'",
|
|
1644
|
-
"description": "Specify the shape of the Avatar",
|
|
1645
|
-
"attribute": "shape"
|
|
1646
|
-
},
|
|
1647
|
-
{
|
|
1648
|
-
"kind": "field",
|
|
1649
|
-
"name": "isInteractive",
|
|
1650
|
-
"type": {
|
|
1651
|
-
"text": "boolean"
|
|
1652
|
-
},
|
|
1653
|
-
"default": "false",
|
|
1654
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1655
|
-
"attribute": "isInteractive"
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"kind": "field",
|
|
1659
|
-
"name": "isFocusable",
|
|
1692
|
+
"name": "wrap",
|
|
1660
1693
|
"type": {
|
|
1661
1694
|
"text": "boolean"
|
|
1662
1695
|
},
|
|
1663
|
-
"default": "
|
|
1664
|
-
"description": "
|
|
1665
|
-
"attribute": "
|
|
1696
|
+
"default": "true",
|
|
1697
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1698
|
+
"attribute": "wrap"
|
|
1666
1699
|
},
|
|
1667
1700
|
{
|
|
1668
1701
|
"kind": "field",
|
|
1669
|
-
"name": "
|
|
1670
|
-
"type": {
|
|
1671
|
-
"text": "boolean"
|
|
1672
|
-
},
|
|
1673
|
-
"default": "false",
|
|
1674
|
-
"attribute": "withBorder"
|
|
1675
|
-
}
|
|
1676
|
-
],
|
|
1677
|
-
"attributes": [
|
|
1678
|
-
{
|
|
1679
|
-
"name": "appearance",
|
|
1680
|
-
"type": {
|
|
1681
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
1682
|
-
},
|
|
1683
|
-
"default": "'neutral'",
|
|
1684
|
-
"description": "Specify the appearance of the Avatar",
|
|
1685
|
-
"fieldName": "appearance"
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
"name": "name",
|
|
1689
|
-
"type": {
|
|
1690
|
-
"text": "string | undefined"
|
|
1691
|
-
},
|
|
1692
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
1693
|
-
"fieldName": "name"
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "src",
|
|
1697
|
-
"type": {
|
|
1698
|
-
"text": "string | undefined"
|
|
1699
|
-
},
|
|
1700
|
-
"description": "Pass an image to the Avatar",
|
|
1701
|
-
"fieldName": "src"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "alt",
|
|
1702
|
+
"name": "itemsBeforeCollapse",
|
|
1705
1703
|
"type": {
|
|
1706
|
-
"text": "
|
|
1704
|
+
"text": "number"
|
|
1707
1705
|
},
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1706
|
+
"default": "1",
|
|
1707
|
+
"description": "Specify how many items show before ellipsis",
|
|
1708
|
+
"attribute": "itemsBeforeCollapse"
|
|
1710
1709
|
},
|
|
1711
1710
|
{
|
|
1712
|
-
"
|
|
1711
|
+
"kind": "field",
|
|
1712
|
+
"name": "itemsAfterCollapse",
|
|
1713
1713
|
"type": {
|
|
1714
|
-
"text": "
|
|
1714
|
+
"text": "number"
|
|
1715
1715
|
},
|
|
1716
|
-
"default": "
|
|
1717
|
-
"description": "Specify
|
|
1718
|
-
"
|
|
1716
|
+
"default": "1",
|
|
1717
|
+
"description": "Specify how many items show after ellipsis",
|
|
1718
|
+
"attribute": "itemsAfterCollapse"
|
|
1719
1719
|
},
|
|
1720
1720
|
{
|
|
1721
|
-
"
|
|
1721
|
+
"kind": "field",
|
|
1722
|
+
"name": "theme",
|
|
1722
1723
|
"type": {
|
|
1723
|
-
"text": "
|
|
1724
|
+
"text": "'light' | 'dark' | undefined"
|
|
1724
1725
|
},
|
|
1725
|
-
"
|
|
1726
|
-
"
|
|
1727
|
-
|
|
1728
|
-
|
|
1726
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1727
|
+
"attribute": "theme"
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"attributes": [
|
|
1729
1731
|
{
|
|
1730
|
-
"name": "
|
|
1732
|
+
"name": "wrap",
|
|
1731
1733
|
"type": {
|
|
1732
|
-
"text": "
|
|
1734
|
+
"text": "boolean"
|
|
1733
1735
|
},
|
|
1734
|
-
"default": "
|
|
1735
|
-
"description": "Specify
|
|
1736
|
-
"fieldName": "
|
|
1736
|
+
"default": "true",
|
|
1737
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1738
|
+
"fieldName": "wrap"
|
|
1737
1739
|
},
|
|
1738
1740
|
{
|
|
1739
|
-
"name": "
|
|
1741
|
+
"name": "itemsBeforeCollapse",
|
|
1740
1742
|
"type": {
|
|
1741
|
-
"text": "
|
|
1743
|
+
"text": "number"
|
|
1742
1744
|
},
|
|
1743
|
-
"default": "
|
|
1744
|
-
"description": "
|
|
1745
|
-
"fieldName": "
|
|
1745
|
+
"default": "1",
|
|
1746
|
+
"description": "Specify how many items show before ellipsis",
|
|
1747
|
+
"fieldName": "itemsBeforeCollapse"
|
|
1746
1748
|
},
|
|
1747
1749
|
{
|
|
1748
|
-
"name": "
|
|
1750
|
+
"name": "itemsAfterCollapse",
|
|
1749
1751
|
"type": {
|
|
1750
|
-
"text": "
|
|
1752
|
+
"text": "number"
|
|
1751
1753
|
},
|
|
1752
|
-
"default": "
|
|
1753
|
-
"description": "
|
|
1754
|
-
"fieldName": "
|
|
1754
|
+
"default": "1",
|
|
1755
|
+
"description": "Specify how many items show after ellipsis",
|
|
1756
|
+
"fieldName": "itemsAfterCollapse"
|
|
1755
1757
|
},
|
|
1756
1758
|
{
|
|
1757
|
-
"name": "
|
|
1759
|
+
"name": "theme",
|
|
1758
1760
|
"type": {
|
|
1759
|
-
"text": "
|
|
1761
|
+
"text": "'light' | 'dark' | undefined"
|
|
1760
1762
|
},
|
|
1761
|
-
"
|
|
1762
|
-
"fieldName": "
|
|
1763
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1764
|
+
"fieldName": "theme"
|
|
1763
1765
|
}
|
|
1764
1766
|
],
|
|
1765
1767
|
"superclass": {
|
|
1766
1768
|
"name": "LitElement",
|
|
1767
1769
|
"package": "lit"
|
|
1768
1770
|
},
|
|
1769
|
-
"tagName": "bm-
|
|
1771
|
+
"tagName": "bm-breadcrumb",
|
|
1770
1772
|
"customElement": true
|
|
1771
1773
|
}
|
|
1772
1774
|
],
|
|
1773
1775
|
"exports": [
|
|
1774
1776
|
{
|
|
1775
1777
|
"kind": "js",
|
|
1776
|
-
"name": "
|
|
1778
|
+
"name": "BmBreadcrumbs",
|
|
1777
1779
|
"declaration": {
|
|
1778
|
-
"name": "
|
|
1779
|
-
"module": "libs/web-components/src/lib/
|
|
1780
|
+
"name": "BmBreadcrumbs",
|
|
1781
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1780
1782
|
}
|
|
1781
1783
|
},
|
|
1782
1784
|
{
|
|
1783
1785
|
"kind": "custom-element-definition",
|
|
1784
|
-
"name": "bm-
|
|
1785
|
-
"declaration": {
|
|
1786
|
-
"name": "BmAvatar",
|
|
1787
|
-
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "javascript-module",
|
|
1794
|
-
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1795
|
-
"declarations": [
|
|
1796
|
-
{
|
|
1797
|
-
"kind": "variable",
|
|
1798
|
-
"name": "AvatarGroupCtx"
|
|
1799
|
-
}
|
|
1800
|
-
],
|
|
1801
|
-
"exports": [
|
|
1802
|
-
{
|
|
1803
|
-
"kind": "js",
|
|
1804
|
-
"name": "AvatarGroupCtx",
|
|
1786
|
+
"name": "bm-breadcrumb",
|
|
1805
1787
|
"declaration": {
|
|
1806
|
-
"name": "
|
|
1807
|
-
"module": "libs/web-components/src/lib/
|
|
1788
|
+
"name": "BmBreadcrumbs",
|
|
1789
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1808
1790
|
}
|
|
1809
1791
|
}
|
|
1810
1792
|
]
|
|
1811
1793
|
},
|
|
1812
1794
|
{
|
|
1813
1795
|
"kind": "javascript-module",
|
|
1814
|
-
"path": "libs/web-components/src/lib/
|
|
1796
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1815
1797
|
"declarations": [
|
|
1816
1798
|
{
|
|
1817
1799
|
"kind": "class",
|
|
1818
|
-
"description": "`bm-
|
|
1819
|
-
"name": "
|
|
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",
|
|
1820
1802
|
"slots": [
|
|
1821
1803
|
{
|
|
1822
|
-
"description": "
|
|
1804
|
+
"description": "Pass text to an item",
|
|
1823
1805
|
"name": "default"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"description": "Pass icon to an item",
|
|
1809
|
+
"name": "icon"
|
|
1824
1810
|
}
|
|
1825
1811
|
],
|
|
1826
1812
|
"members": [
|
|
1827
1813
|
{
|
|
1828
1814
|
"kind": "field",
|
|
1829
|
-
"name": "
|
|
1815
|
+
"name": "href",
|
|
1816
|
+
"type": {
|
|
1817
|
+
"text": "string | undefined"
|
|
1818
|
+
},
|
|
1819
|
+
"description": "Pass href to an item",
|
|
1820
|
+
"attribute": "href"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"kind": "field",
|
|
1824
|
+
"name": "clickable",
|
|
1830
1825
|
"type": {
|
|
1831
1826
|
"text": "boolean"
|
|
1832
1827
|
},
|
|
1833
1828
|
"default": "false",
|
|
1834
|
-
"description": "Specify if the
|
|
1835
|
-
"attribute": "
|
|
1829
|
+
"description": "Specify if the item is interactive without an href",
|
|
1830
|
+
"attribute": "clickable"
|
|
1836
1831
|
},
|
|
1837
1832
|
{
|
|
1838
1833
|
"kind": "field",
|
|
1839
|
-
"name": "
|
|
1834
|
+
"name": "truncationWidth",
|
|
1840
1835
|
"type": {
|
|
1841
|
-
"text": "
|
|
1836
|
+
"text": "string | undefined"
|
|
1842
1837
|
},
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
1845
|
-
"attribute": "maxCount",
|
|
1846
|
-
"reflects": true
|
|
1838
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1839
|
+
"attribute": "truncationWidth"
|
|
1847
1840
|
},
|
|
1848
1841
|
{
|
|
1849
1842
|
"kind": "field",
|
|
1850
|
-
"name": "
|
|
1843
|
+
"name": "isCurrent",
|
|
1851
1844
|
"type": {
|
|
1852
|
-
"text": "
|
|
1845
|
+
"text": "boolean"
|
|
1853
1846
|
},
|
|
1854
|
-
"default": "
|
|
1855
|
-
"description": "Specify the
|
|
1856
|
-
"attribute": "
|
|
1847
|
+
"default": "false",
|
|
1848
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1849
|
+
"attribute": "isCurrent",
|
|
1850
|
+
"reflects": true
|
|
1857
1851
|
},
|
|
1858
1852
|
{
|
|
1859
1853
|
"kind": "field",
|
|
1860
|
-
"name": "
|
|
1854
|
+
"name": "isCollapsed",
|
|
1861
1855
|
"type": {
|
|
1862
|
-
"text": "
|
|
1856
|
+
"text": "boolean"
|
|
1863
1857
|
},
|
|
1864
|
-
"default": "
|
|
1865
|
-
"
|
|
1866
|
-
"
|
|
1858
|
+
"default": "false",
|
|
1859
|
+
"attribute": "isCollapsed",
|
|
1860
|
+
"reflects": true
|
|
1867
1861
|
}
|
|
1868
1862
|
],
|
|
1869
1863
|
"attributes": [
|
|
1870
1864
|
{
|
|
1871
|
-
"name": "
|
|
1865
|
+
"name": "href",
|
|
1866
|
+
"type": {
|
|
1867
|
+
"text": "string | undefined"
|
|
1868
|
+
},
|
|
1869
|
+
"description": "Pass href to an item",
|
|
1870
|
+
"fieldName": "href"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"name": "clickable",
|
|
1872
1874
|
"type": {
|
|
1873
1875
|
"text": "boolean"
|
|
1874
1876
|
},
|
|
1875
1877
|
"default": "false",
|
|
1876
|
-
"description": "Specify if the
|
|
1877
|
-
"fieldName": "
|
|
1878
|
+
"description": "Specify if the item is interactive without an href",
|
|
1879
|
+
"fieldName": "clickable"
|
|
1878
1880
|
},
|
|
1879
1881
|
{
|
|
1880
|
-
"name": "
|
|
1882
|
+
"name": "truncationWidth",
|
|
1881
1883
|
"type": {
|
|
1882
|
-
"text": "
|
|
1884
|
+
"text": "string | undefined"
|
|
1883
1885
|
},
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
"fieldName": "maxCount"
|
|
1886
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1887
|
+
"fieldName": "truncationWidth"
|
|
1887
1888
|
},
|
|
1888
1889
|
{
|
|
1889
|
-
"name": "
|
|
1890
|
+
"name": "isCurrent",
|
|
1890
1891
|
"type": {
|
|
1891
|
-
"text": "
|
|
1892
|
+
"text": "boolean"
|
|
1892
1893
|
},
|
|
1893
|
-
"default": "
|
|
1894
|
-
"description": "Specify the
|
|
1895
|
-
"fieldName": "
|
|
1894
|
+
"default": "false",
|
|
1895
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1896
|
+
"fieldName": "isCurrent"
|
|
1896
1897
|
},
|
|
1897
1898
|
{
|
|
1898
|
-
"name": "
|
|
1899
|
+
"name": "isCollapsed",
|
|
1899
1900
|
"type": {
|
|
1900
|
-
"text": "
|
|
1901
|
+
"text": "boolean"
|
|
1901
1902
|
},
|
|
1902
|
-
"default": "
|
|
1903
|
-
"
|
|
1904
|
-
"fieldName": "layout"
|
|
1903
|
+
"default": "false",
|
|
1904
|
+
"fieldName": "isCollapsed"
|
|
1905
1905
|
}
|
|
1906
1906
|
],
|
|
1907
1907
|
"superclass": {
|
|
1908
1908
|
"name": "LitElement",
|
|
1909
1909
|
"package": "lit"
|
|
1910
1910
|
},
|
|
1911
|
-
"tagName": "bm-
|
|
1911
|
+
"tagName": "bm-breadcrumb-item",
|
|
1912
1912
|
"customElement": true
|
|
1913
1913
|
}
|
|
1914
1914
|
],
|
|
1915
1915
|
"exports": [
|
|
1916
1916
|
{
|
|
1917
1917
|
"kind": "js",
|
|
1918
|
-
"name": "
|
|
1918
|
+
"name": "BmBreadcrumbsItem",
|
|
1919
1919
|
"declaration": {
|
|
1920
|
-
"name": "
|
|
1921
|
-
"module": "libs/web-components/src/lib/
|
|
1920
|
+
"name": "BmBreadcrumbsItem",
|
|
1921
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1922
1922
|
}
|
|
1923
1923
|
},
|
|
1924
1924
|
{
|
|
1925
1925
|
"kind": "custom-element-definition",
|
|
1926
|
-
"name": "bm-
|
|
1926
|
+
"name": "bm-breadcrumb-item",
|
|
1927
1927
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "libs/web-components/src/lib/
|
|
1928
|
+
"name": "BmBreadcrumbsItem",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
1932
1932
|
]
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "libs/web-components/src/lib/
|
|
1936
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1937
1937
|
"declarations": [],
|
|
1938
1938
|
"exports": [
|
|
1939
1939
|
{
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"name": "*",
|
|
1942
1942
|
"declaration": {
|
|
1943
1943
|
"name": "*",
|
|
1944
|
-
"package": "./
|
|
1944
|
+
"package": "./Breadcrumbs"
|
|
1945
1945
|
}
|
|
1946
1946
|
},
|
|
1947
1947
|
{
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
"name": "*",
|
|
1950
1950
|
"declaration": {
|
|
1951
1951
|
"name": "*",
|
|
1952
|
-
"package": "./
|
|
1952
|
+
"package": "./BreadcrumbsItem"
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
1955
|
]
|
|
@@ -7871,150 +7871,153 @@
|
|
|
7871
7871
|
}
|
|
7872
7872
|
},
|
|
7873
7873
|
{
|
|
7874
|
-
"kind": "js",
|
|
7875
|
-
"name": "*",
|
|
7876
|
-
"declaration": {
|
|
7877
|
-
"name": "*",
|
|
7878
|
-
"package": "./FileUpload.Dropzone"
|
|
7879
|
-
}
|
|
7880
|
-
},
|
|
7874
|
+
"kind": "js",
|
|
7875
|
+
"name": "*",
|
|
7876
|
+
"declaration": {
|
|
7877
|
+
"name": "*",
|
|
7878
|
+
"package": "./FileUpload.Dropzone"
|
|
7879
|
+
}
|
|
7880
|
+
},
|
|
7881
|
+
{
|
|
7882
|
+
"kind": "js",
|
|
7883
|
+
"name": "*",
|
|
7884
|
+
"declaration": {
|
|
7885
|
+
"name": "*",
|
|
7886
|
+
"package": "./FileUpload.List"
|
|
7887
|
+
}
|
|
7888
|
+
},
|
|
7889
|
+
{
|
|
7890
|
+
"kind": "js",
|
|
7891
|
+
"name": "*",
|
|
7892
|
+
"declaration": {
|
|
7893
|
+
"name": "*",
|
|
7894
|
+
"package": "./FileUpload.List.Item"
|
|
7895
|
+
}
|
|
7896
|
+
}
|
|
7897
|
+
]
|
|
7898
|
+
},
|
|
7899
|
+
{
|
|
7900
|
+
"kind": "javascript-module",
|
|
7901
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
|
|
7902
|
+
"declarations": [
|
|
7903
|
+
{
|
|
7904
|
+
"kind": "variable",
|
|
7905
|
+
"name": "bmFormInitials",
|
|
7906
|
+
"type": {
|
|
7907
|
+
"text": "BmFormContext"
|
|
7908
|
+
},
|
|
7909
|
+
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
7910
|
+
},
|
|
7911
|
+
{
|
|
7912
|
+
"kind": "variable",
|
|
7913
|
+
"name": "bmFormContext"
|
|
7914
|
+
}
|
|
7915
|
+
],
|
|
7916
|
+
"exports": [
|
|
7881
7917
|
{
|
|
7882
7918
|
"kind": "js",
|
|
7883
|
-
"name": "
|
|
7919
|
+
"name": "bmFormInitials",
|
|
7884
7920
|
"declaration": {
|
|
7885
|
-
"name": "
|
|
7886
|
-
"
|
|
7921
|
+
"name": "bmFormInitials",
|
|
7922
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7887
7923
|
}
|
|
7888
7924
|
},
|
|
7889
7925
|
{
|
|
7890
7926
|
"kind": "js",
|
|
7891
|
-
"name": "
|
|
7927
|
+
"name": "bmFormContext",
|
|
7892
7928
|
"declaration": {
|
|
7893
|
-
"name": "
|
|
7894
|
-
"
|
|
7929
|
+
"name": "bmFormContext",
|
|
7930
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7895
7931
|
}
|
|
7896
7932
|
}
|
|
7897
7933
|
]
|
|
7898
7934
|
},
|
|
7899
7935
|
{
|
|
7900
7936
|
"kind": "javascript-module",
|
|
7901
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7937
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
7902
7938
|
"declarations": [
|
|
7903
7939
|
{
|
|
7904
7940
|
"kind": "class",
|
|
7905
|
-
"description": "### Attributes:\n- **
|
|
7906
|
-
"name": "
|
|
7907
|
-
"slots": [
|
|
7908
|
-
{
|
|
7909
|
-
"description": "Specify Options for NativeSelect",
|
|
7910
|
-
"name": "slot"
|
|
7911
|
-
},
|
|
7912
|
-
{
|
|
7913
|
-
"description": "Specify Label for NativeSelect",
|
|
7914
|
-
"name": "label"
|
|
7915
|
-
},
|
|
7916
|
-
{
|
|
7917
|
-
"description": "Specify HelperText for NativeSelect",
|
|
7918
|
-
"name": "helper-text"
|
|
7919
|
-
}
|
|
7920
|
-
],
|
|
7941
|
+
"description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
|
|
7942
|
+
"name": "FormField",
|
|
7921
7943
|
"members": [
|
|
7922
7944
|
{
|
|
7923
7945
|
"kind": "field",
|
|
7924
|
-
"name": "
|
|
7925
|
-
"type": {
|
|
7926
|
-
"text": "boolean"
|
|
7927
|
-
},
|
|
7928
|
-
"default": "false",
|
|
7929
|
-
"description": "Specify if NativeSelect is a required input",
|
|
7930
|
-
"attribute": "required"
|
|
7931
|
-
},
|
|
7932
|
-
{
|
|
7933
|
-
"kind": "field",
|
|
7934
|
-
"name": "readOnly",
|
|
7946
|
+
"name": "formAssociated",
|
|
7935
7947
|
"type": {
|
|
7936
7948
|
"text": "boolean"
|
|
7937
7949
|
},
|
|
7938
|
-
"
|
|
7939
|
-
"
|
|
7940
|
-
"attribute": "readOnly"
|
|
7950
|
+
"static": true,
|
|
7951
|
+
"default": "true"
|
|
7941
7952
|
},
|
|
7942
7953
|
{
|
|
7943
7954
|
"kind": "field",
|
|
7944
|
-
"name": "
|
|
7955
|
+
"name": "id",
|
|
7945
7956
|
"type": {
|
|
7946
|
-
"text": "
|
|
7957
|
+
"text": "string"
|
|
7947
7958
|
},
|
|
7948
|
-
"default": "
|
|
7949
|
-
"
|
|
7950
|
-
"attribute": "disabled"
|
|
7959
|
+
"default": "''",
|
|
7960
|
+
"attribute": "id"
|
|
7951
7961
|
},
|
|
7952
7962
|
{
|
|
7953
7963
|
"kind": "field",
|
|
7954
|
-
"name": "
|
|
7964
|
+
"name": "name",
|
|
7955
7965
|
"type": {
|
|
7956
|
-
"text": "string
|
|
7966
|
+
"text": "string"
|
|
7957
7967
|
},
|
|
7958
|
-
"
|
|
7959
|
-
"attribute": "
|
|
7968
|
+
"default": "''",
|
|
7969
|
+
"attribute": "name"
|
|
7960
7970
|
},
|
|
7961
7971
|
{
|
|
7962
7972
|
"kind": "field",
|
|
7963
|
-
"name": "
|
|
7973
|
+
"name": "value",
|
|
7964
7974
|
"type": {
|
|
7965
|
-
"text": "
|
|
7975
|
+
"text": "string"
|
|
7966
7976
|
},
|
|
7967
|
-
"default": "
|
|
7968
|
-
"
|
|
7969
|
-
"attribute": "fluid"
|
|
7977
|
+
"default": "''",
|
|
7978
|
+
"attribute": "value"
|
|
7970
7979
|
},
|
|
7971
7980
|
{
|
|
7972
7981
|
"kind": "field",
|
|
7973
|
-
"name": "
|
|
7982
|
+
"name": "validationRules",
|
|
7974
7983
|
"type": {
|
|
7975
|
-
"text": "
|
|
7984
|
+
"text": "Array<FormValidator>"
|
|
7976
7985
|
},
|
|
7977
|
-
"default": "
|
|
7978
|
-
"
|
|
7979
|
-
"attribute": "size"
|
|
7986
|
+
"default": "[]",
|
|
7987
|
+
"attribute": "validationRules"
|
|
7980
7988
|
},
|
|
7981
7989
|
{
|
|
7982
7990
|
"kind": "field",
|
|
7983
|
-
"name": "
|
|
7991
|
+
"name": "inputAriaLabel",
|
|
7984
7992
|
"type": {
|
|
7985
7993
|
"text": "string | undefined"
|
|
7986
7994
|
},
|
|
7987
|
-
"
|
|
7988
|
-
"attribute": "width"
|
|
7995
|
+
"attribute": "input-aria-label"
|
|
7989
7996
|
},
|
|
7990
7997
|
{
|
|
7991
7998
|
"kind": "field",
|
|
7992
|
-
"name": "
|
|
7999
|
+
"name": "formContext",
|
|
7993
8000
|
"type": {
|
|
7994
|
-
"text": "
|
|
7995
|
-
}
|
|
7996
|
-
"default": "true",
|
|
7997
|
-
"description": "Specify if overflow displays ellipsis",
|
|
7998
|
-
"attribute": "ellipse"
|
|
8001
|
+
"text": "BmFormContext"
|
|
8002
|
+
}
|
|
7999
8003
|
},
|
|
8000
8004
|
{
|
|
8001
|
-
"kind": "
|
|
8002
|
-
"name": "
|
|
8003
|
-
"
|
|
8004
|
-
"
|
|
8005
|
-
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
"attribute": "hideRequiredMarker"
|
|
8005
|
+
"kind": "method",
|
|
8006
|
+
"name": "formAssociatedCallback",
|
|
8007
|
+
"return": {
|
|
8008
|
+
"type": {
|
|
8009
|
+
"text": "void"
|
|
8010
|
+
}
|
|
8011
|
+
}
|
|
8009
8012
|
},
|
|
8010
8013
|
{
|
|
8011
|
-
"kind": "
|
|
8012
|
-
"name": "
|
|
8013
|
-
"
|
|
8014
|
-
"
|
|
8015
|
-
|
|
8016
|
-
|
|
8017
|
-
|
|
8014
|
+
"kind": "method",
|
|
8015
|
+
"name": "formResetCallback",
|
|
8016
|
+
"return": {
|
|
8017
|
+
"type": {
|
|
8018
|
+
"text": "void"
|
|
8019
|
+
}
|
|
8020
|
+
}
|
|
8018
8021
|
},
|
|
8019
8022
|
{
|
|
8020
8023
|
"kind": "method",
|
|
@@ -8026,445 +8029,476 @@
|
|
|
8026
8029
|
},
|
|
8027
8030
|
"parameters": [
|
|
8028
8031
|
{
|
|
8029
|
-
"name": "
|
|
8032
|
+
"name": "ctxValue",
|
|
8030
8033
|
"type": {
|
|
8031
8034
|
"text": "string"
|
|
8032
8035
|
}
|
|
8033
8036
|
}
|
|
8034
|
-
]
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
|
|
8038
|
-
}
|
|
8039
|
-
},
|
|
8040
|
-
{
|
|
8041
|
-
"kind": "field",
|
|
8042
|
-
"name": "formAssociated",
|
|
8043
|
-
"type": {
|
|
8044
|
-
"text": "boolean"
|
|
8045
|
-
},
|
|
8046
|
-
"static": true,
|
|
8047
|
-
"default": "true",
|
|
8048
|
-
"inheritedFrom": {
|
|
8049
|
-
"name": "FormField",
|
|
8050
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8051
|
-
}
|
|
8052
|
-
},
|
|
8037
|
+
]
|
|
8038
|
+
}
|
|
8039
|
+
],
|
|
8040
|
+
"attributes": [
|
|
8053
8041
|
{
|
|
8054
|
-
"kind": "field",
|
|
8055
8042
|
"name": "id",
|
|
8056
8043
|
"type": {
|
|
8057
8044
|
"text": "string"
|
|
8058
8045
|
},
|
|
8059
8046
|
"default": "''",
|
|
8060
|
-
"
|
|
8061
|
-
"inheritedFrom": {
|
|
8062
|
-
"name": "FormField",
|
|
8063
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8064
|
-
}
|
|
8047
|
+
"fieldName": "id"
|
|
8065
8048
|
},
|
|
8066
8049
|
{
|
|
8067
|
-
"kind": "field",
|
|
8068
8050
|
"name": "name",
|
|
8069
8051
|
"type": {
|
|
8070
8052
|
"text": "string"
|
|
8071
8053
|
},
|
|
8072
8054
|
"default": "''",
|
|
8073
|
-
"
|
|
8074
|
-
"inheritedFrom": {
|
|
8075
|
-
"name": "FormField",
|
|
8076
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8077
|
-
}
|
|
8055
|
+
"fieldName": "name"
|
|
8078
8056
|
},
|
|
8079
8057
|
{
|
|
8080
|
-
"kind": "field",
|
|
8081
8058
|
"name": "value",
|
|
8082
8059
|
"type": {
|
|
8083
8060
|
"text": "string"
|
|
8084
8061
|
},
|
|
8085
8062
|
"default": "''",
|
|
8086
|
-
"
|
|
8087
|
-
"inheritedFrom": {
|
|
8088
|
-
"name": "FormField",
|
|
8089
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8090
|
-
}
|
|
8063
|
+
"fieldName": "value"
|
|
8091
8064
|
},
|
|
8092
8065
|
{
|
|
8093
|
-
"kind": "field",
|
|
8094
8066
|
"name": "validationRules",
|
|
8095
8067
|
"type": {
|
|
8096
8068
|
"text": "Array<FormValidator>"
|
|
8097
8069
|
},
|
|
8098
8070
|
"default": "[]",
|
|
8099
|
-
"
|
|
8100
|
-
"inheritedFrom": {
|
|
8101
|
-
"name": "FormField",
|
|
8102
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8103
|
-
}
|
|
8071
|
+
"fieldName": "validationRules"
|
|
8104
8072
|
},
|
|
8105
8073
|
{
|
|
8106
|
-
"
|
|
8107
|
-
"name": "inputAriaLabel",
|
|
8074
|
+
"name": "input-aria-label",
|
|
8108
8075
|
"type": {
|
|
8109
8076
|
"text": "string | undefined"
|
|
8110
8077
|
},
|
|
8111
|
-
"
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8078
|
+
"fieldName": "inputAriaLabel"
|
|
8079
|
+
}
|
|
8080
|
+
],
|
|
8081
|
+
"superclass": {
|
|
8082
|
+
"name": "LitElement",
|
|
8083
|
+
"package": "lit"
|
|
8084
|
+
},
|
|
8085
|
+
"customElement": true
|
|
8086
|
+
}
|
|
8087
|
+
],
|
|
8088
|
+
"exports": [
|
|
8089
|
+
{
|
|
8090
|
+
"kind": "js",
|
|
8091
|
+
"name": "FormField",
|
|
8092
|
+
"declaration": {
|
|
8093
|
+
"name": "FormField",
|
|
8094
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8095
|
+
}
|
|
8096
|
+
}
|
|
8097
|
+
]
|
|
8098
|
+
},
|
|
8099
|
+
{
|
|
8100
|
+
"kind": "javascript-module",
|
|
8101
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8102
|
+
"declarations": [
|
|
8103
|
+
{
|
|
8104
|
+
"kind": "class",
|
|
8105
|
+
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
8106
|
+
"name": "BmForm",
|
|
8107
|
+
"slots": [
|
|
8108
|
+
{
|
|
8109
|
+
"description": "Add controls to the Form",
|
|
8110
|
+
"name": "slot"
|
|
8111
|
+
}
|
|
8112
|
+
],
|
|
8113
|
+
"members": [
|
|
8117
8114
|
{
|
|
8118
8115
|
"kind": "field",
|
|
8119
|
-
"name": "
|
|
8116
|
+
"name": "validationMode",
|
|
8120
8117
|
"type": {
|
|
8121
|
-
"text": "
|
|
8122
|
-
},
|
|
8123
|
-
"inheritedFrom": {
|
|
8124
|
-
"name": "FormField",
|
|
8125
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8126
|
-
}
|
|
8127
|
-
},
|
|
8128
|
-
{
|
|
8129
|
-
"kind": "method",
|
|
8130
|
-
"name": "formAssociatedCallback",
|
|
8131
|
-
"return": {
|
|
8132
|
-
"type": {
|
|
8133
|
-
"text": "void"
|
|
8134
|
-
}
|
|
8118
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8135
8119
|
},
|
|
8136
|
-
"
|
|
8137
|
-
|
|
8138
|
-
|
|
8139
|
-
}
|
|
8120
|
+
"default": "'onBlur'",
|
|
8121
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8122
|
+
"attribute": "validationMode"
|
|
8140
8123
|
},
|
|
8141
8124
|
{
|
|
8142
|
-
"kind": "
|
|
8143
|
-
"name": "
|
|
8144
|
-
"
|
|
8145
|
-
"
|
|
8146
|
-
"text": "void"
|
|
8147
|
-
}
|
|
8125
|
+
"kind": "field",
|
|
8126
|
+
"name": "initialValues",
|
|
8127
|
+
"type": {
|
|
8128
|
+
"text": "Record<string, FormValue>"
|
|
8148
8129
|
},
|
|
8149
|
-
"
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
}
|
|
8154
|
-
],
|
|
8155
|
-
"attributes": [
|
|
8130
|
+
"default": "{}",
|
|
8131
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8132
|
+
"attribute": "initialValues"
|
|
8133
|
+
},
|
|
8156
8134
|
{
|
|
8135
|
+
"kind": "field",
|
|
8157
8136
|
"name": "required",
|
|
8158
8137
|
"type": {
|
|
8159
8138
|
"text": "boolean"
|
|
8160
8139
|
},
|
|
8161
8140
|
"default": "false",
|
|
8162
|
-
"description": "Specify if
|
|
8163
|
-
"
|
|
8141
|
+
"description": "Specify if input is a required",
|
|
8142
|
+
"attribute": "required"
|
|
8164
8143
|
},
|
|
8165
8144
|
{
|
|
8166
|
-
"
|
|
8145
|
+
"kind": "field",
|
|
8146
|
+
"name": "disabled",
|
|
8167
8147
|
"type": {
|
|
8168
8148
|
"text": "boolean"
|
|
8169
8149
|
},
|
|
8170
8150
|
"default": "false",
|
|
8171
|
-
"description": "Specify if
|
|
8172
|
-
"
|
|
8151
|
+
"description": "Specify if input is a disabled",
|
|
8152
|
+
"attribute": "disabled"
|
|
8173
8153
|
},
|
|
8174
8154
|
{
|
|
8175
|
-
"
|
|
8155
|
+
"kind": "field",
|
|
8156
|
+
"name": "readOnly",
|
|
8176
8157
|
"type": {
|
|
8177
8158
|
"text": "boolean"
|
|
8178
8159
|
},
|
|
8179
8160
|
"default": "false",
|
|
8180
|
-
"description": "Specify if
|
|
8181
|
-
"
|
|
8161
|
+
"description": "Specify if input is a read only",
|
|
8162
|
+
"attribute": "readOnly"
|
|
8182
8163
|
},
|
|
8183
8164
|
{
|
|
8184
|
-
"
|
|
8165
|
+
"kind": "field",
|
|
8166
|
+
"name": "action",
|
|
8185
8167
|
"type": {
|
|
8186
8168
|
"text": "string | undefined"
|
|
8187
8169
|
},
|
|
8188
|
-
"
|
|
8189
|
-
"fieldName": "error"
|
|
8170
|
+
"attribute": "action"
|
|
8190
8171
|
},
|
|
8191
8172
|
{
|
|
8192
|
-
"
|
|
8173
|
+
"kind": "field",
|
|
8174
|
+
"name": "method",
|
|
8193
8175
|
"type": {
|
|
8194
|
-
"text": "
|
|
8176
|
+
"text": "string | undefined"
|
|
8195
8177
|
},
|
|
8196
|
-
"
|
|
8197
|
-
"description": "Specify if NativeSelect is fluid",
|
|
8198
|
-
"fieldName": "fluid"
|
|
8178
|
+
"attribute": "method"
|
|
8199
8179
|
},
|
|
8200
8180
|
{
|
|
8201
|
-
"
|
|
8181
|
+
"kind": "field",
|
|
8182
|
+
"name": "target",
|
|
8202
8183
|
"type": {
|
|
8203
|
-
"text": "
|
|
8184
|
+
"text": "string | undefined"
|
|
8204
8185
|
},
|
|
8205
|
-
"
|
|
8206
|
-
"description": "Specify the size of NativeSelect",
|
|
8207
|
-
"fieldName": "size"
|
|
8186
|
+
"attribute": "target"
|
|
8208
8187
|
},
|
|
8209
8188
|
{
|
|
8210
|
-
"
|
|
8189
|
+
"kind": "field",
|
|
8190
|
+
"name": "enctype",
|
|
8211
8191
|
"type": {
|
|
8212
8192
|
"text": "string | undefined"
|
|
8213
8193
|
},
|
|
8214
|
-
"
|
|
8215
|
-
"fieldName": "width"
|
|
8194
|
+
"attribute": "enctype"
|
|
8216
8195
|
},
|
|
8217
8196
|
{
|
|
8218
|
-
"
|
|
8197
|
+
"kind": "field",
|
|
8198
|
+
"name": "formMeta",
|
|
8219
8199
|
"type": {
|
|
8220
|
-
"text": "
|
|
8200
|
+
"text": "Record<string, FieldMeta>"
|
|
8221
8201
|
},
|
|
8222
|
-
"default": "
|
|
8223
|
-
"description": "Specify if overflow displays ellipsis",
|
|
8224
|
-
"fieldName": "ellipse"
|
|
8202
|
+
"default": "{}"
|
|
8225
8203
|
},
|
|
8226
8204
|
{
|
|
8227
|
-
"
|
|
8205
|
+
"kind": "field",
|
|
8206
|
+
"name": "formRef"
|
|
8207
|
+
},
|
|
8208
|
+
{
|
|
8209
|
+
"kind": "field",
|
|
8210
|
+
"name": "formContext",
|
|
8211
|
+
"type": {
|
|
8212
|
+
"text": "BmFormContext"
|
|
8213
|
+
},
|
|
8214
|
+
"privacy": "public",
|
|
8215
|
+
"default": "bmFormInitials"
|
|
8216
|
+
}
|
|
8217
|
+
],
|
|
8218
|
+
"events": [
|
|
8219
|
+
{
|
|
8220
|
+
"description": "Validates the inputs and submits the form",
|
|
8221
|
+
"name": "submit"
|
|
8222
|
+
}
|
|
8223
|
+
],
|
|
8224
|
+
"attributes": [
|
|
8225
|
+
{
|
|
8226
|
+
"name": "validationMode",
|
|
8227
|
+
"type": {
|
|
8228
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8229
|
+
},
|
|
8230
|
+
"default": "'onBlur'",
|
|
8231
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8232
|
+
"fieldName": "validationMode"
|
|
8233
|
+
},
|
|
8234
|
+
{
|
|
8235
|
+
"name": "initialValues",
|
|
8236
|
+
"type": {
|
|
8237
|
+
"text": "Record<string, FormValue>"
|
|
8238
|
+
},
|
|
8239
|
+
"default": "{}",
|
|
8240
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8241
|
+
"fieldName": "initialValues"
|
|
8242
|
+
},
|
|
8243
|
+
{
|
|
8244
|
+
"name": "required",
|
|
8228
8245
|
"type": {
|
|
8229
8246
|
"text": "boolean"
|
|
8230
8247
|
},
|
|
8231
8248
|
"default": "false",
|
|
8232
|
-
"description": "Specify if
|
|
8233
|
-
"fieldName": "
|
|
8249
|
+
"description": "Specify if input is a required",
|
|
8250
|
+
"fieldName": "required"
|
|
8234
8251
|
},
|
|
8235
8252
|
{
|
|
8236
|
-
"name": "
|
|
8253
|
+
"name": "disabled",
|
|
8237
8254
|
"type": {
|
|
8238
|
-
"text": "
|
|
8255
|
+
"text": "boolean"
|
|
8239
8256
|
},
|
|
8240
|
-
"
|
|
8241
|
-
"
|
|
8257
|
+
"default": "false",
|
|
8258
|
+
"description": "Specify if input is a disabled",
|
|
8259
|
+
"fieldName": "disabled"
|
|
8242
8260
|
},
|
|
8243
8261
|
{
|
|
8244
|
-
"name": "
|
|
8262
|
+
"name": "readOnly",
|
|
8245
8263
|
"type": {
|
|
8246
|
-
"text": "
|
|
8264
|
+
"text": "boolean"
|
|
8247
8265
|
},
|
|
8248
|
-
"default": "
|
|
8249
|
-
"
|
|
8250
|
-
"
|
|
8251
|
-
"name": "FormField",
|
|
8252
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8253
|
-
}
|
|
8266
|
+
"default": "false",
|
|
8267
|
+
"description": "Specify if input is a read only",
|
|
8268
|
+
"fieldName": "readOnly"
|
|
8254
8269
|
},
|
|
8255
8270
|
{
|
|
8256
|
-
"name": "
|
|
8271
|
+
"name": "action",
|
|
8257
8272
|
"type": {
|
|
8258
|
-
"text": "string"
|
|
8273
|
+
"text": "string | undefined"
|
|
8259
8274
|
},
|
|
8260
|
-
"
|
|
8261
|
-
"fieldName": "name",
|
|
8262
|
-
"inheritedFrom": {
|
|
8263
|
-
"name": "FormField",
|
|
8264
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8265
|
-
}
|
|
8275
|
+
"fieldName": "action"
|
|
8266
8276
|
},
|
|
8267
8277
|
{
|
|
8268
|
-
"name": "
|
|
8278
|
+
"name": "method",
|
|
8269
8279
|
"type": {
|
|
8270
|
-
"text": "string"
|
|
8280
|
+
"text": "string | undefined"
|
|
8271
8281
|
},
|
|
8272
|
-
"
|
|
8273
|
-
"fieldName": "value",
|
|
8274
|
-
"inheritedFrom": {
|
|
8275
|
-
"name": "FormField",
|
|
8276
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8277
|
-
}
|
|
8282
|
+
"fieldName": "method"
|
|
8278
8283
|
},
|
|
8279
8284
|
{
|
|
8280
|
-
"name": "
|
|
8285
|
+
"name": "target",
|
|
8281
8286
|
"type": {
|
|
8282
|
-
"text": "
|
|
8287
|
+
"text": "string | undefined"
|
|
8283
8288
|
},
|
|
8284
|
-
"
|
|
8285
|
-
"fieldName": "validationRules",
|
|
8286
|
-
"inheritedFrom": {
|
|
8287
|
-
"name": "FormField",
|
|
8288
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8289
|
-
}
|
|
8289
|
+
"fieldName": "target"
|
|
8290
8290
|
},
|
|
8291
8291
|
{
|
|
8292
|
-
"name": "
|
|
8292
|
+
"name": "enctype",
|
|
8293
8293
|
"type": {
|
|
8294
8294
|
"text": "string | undefined"
|
|
8295
8295
|
},
|
|
8296
|
-
"fieldName": "
|
|
8297
|
-
"inheritedFrom": {
|
|
8298
|
-
"name": "FormField",
|
|
8299
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8300
|
-
}
|
|
8296
|
+
"fieldName": "enctype"
|
|
8301
8297
|
}
|
|
8302
8298
|
],
|
|
8303
8299
|
"superclass": {
|
|
8304
|
-
"name": "
|
|
8305
|
-
"
|
|
8300
|
+
"name": "LitElement",
|
|
8301
|
+
"package": "lit"
|
|
8306
8302
|
},
|
|
8307
|
-
"summary": "`bm-
|
|
8308
|
-
"tagName": "bm-
|
|
8303
|
+
"summary": "`bm-form`",
|
|
8304
|
+
"tagName": "bm-form",
|
|
8309
8305
|
"customElement": true
|
|
8310
8306
|
}
|
|
8311
8307
|
],
|
|
8312
8308
|
"exports": [
|
|
8313
8309
|
{
|
|
8314
8310
|
"kind": "js",
|
|
8315
|
-
"name": "
|
|
8311
|
+
"name": "validators",
|
|
8316
8312
|
"declaration": {
|
|
8317
|
-
"name": "
|
|
8318
|
-
"
|
|
8313
|
+
"name": "validators",
|
|
8314
|
+
"package": "@viasat/beam-shared/components/form"
|
|
8319
8315
|
}
|
|
8320
8316
|
},
|
|
8321
8317
|
{
|
|
8322
|
-
"kind": "
|
|
8323
|
-
"name": "
|
|
8318
|
+
"kind": "js",
|
|
8319
|
+
"name": "BmForm",
|
|
8324
8320
|
"declaration": {
|
|
8325
|
-
"name": "
|
|
8326
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8321
|
+
"name": "BmForm",
|
|
8322
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8327
8323
|
}
|
|
8328
|
-
}
|
|
8329
|
-
]
|
|
8330
|
-
},
|
|
8331
|
-
{
|
|
8332
|
-
"kind": "javascript-module",
|
|
8333
|
-
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8334
|
-
"declarations": [],
|
|
8335
|
-
"exports": [
|
|
8324
|
+
},
|
|
8336
8325
|
{
|
|
8337
|
-
"kind": "
|
|
8338
|
-
"name": "
|
|
8326
|
+
"kind": "custom-element-definition",
|
|
8327
|
+
"name": "bm-form",
|
|
8339
8328
|
"declaration": {
|
|
8340
|
-
"name": "
|
|
8341
|
-
"
|
|
8329
|
+
"name": "BmForm",
|
|
8330
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8342
8331
|
}
|
|
8343
8332
|
}
|
|
8344
8333
|
]
|
|
8345
8334
|
},
|
|
8346
8335
|
{
|
|
8347
8336
|
"kind": "javascript-module",
|
|
8348
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.
|
|
8337
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8349
8338
|
"declarations": [
|
|
8350
8339
|
{
|
|
8351
|
-
"kind": "
|
|
8352
|
-
"name": "
|
|
8353
|
-
"
|
|
8354
|
-
"
|
|
8355
|
-
|
|
8356
|
-
|
|
8357
|
-
|
|
8340
|
+
"kind": "function",
|
|
8341
|
+
"name": "createId",
|
|
8342
|
+
"return": {
|
|
8343
|
+
"type": {
|
|
8344
|
+
"text": "string"
|
|
8345
|
+
}
|
|
8346
|
+
}
|
|
8347
|
+
}
|
|
8348
|
+
],
|
|
8349
|
+
"exports": [
|
|
8358
8350
|
{
|
|
8359
|
-
"kind": "
|
|
8360
|
-
"name": "
|
|
8351
|
+
"kind": "js",
|
|
8352
|
+
"name": "createId",
|
|
8353
|
+
"declaration": {
|
|
8354
|
+
"name": "createId",
|
|
8355
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8356
|
+
}
|
|
8361
8357
|
}
|
|
8362
|
-
]
|
|
8358
|
+
]
|
|
8359
|
+
},
|
|
8360
|
+
{
|
|
8361
|
+
"kind": "javascript-module",
|
|
8362
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8363
|
+
"declarations": [],
|
|
8363
8364
|
"exports": [
|
|
8364
8365
|
{
|
|
8365
8366
|
"kind": "js",
|
|
8366
|
-
"name": "
|
|
8367
|
+
"name": "*",
|
|
8367
8368
|
"declaration": {
|
|
8368
|
-
"name": "
|
|
8369
|
-
"
|
|
8369
|
+
"name": "*",
|
|
8370
|
+
"package": "./Form"
|
|
8370
8371
|
}
|
|
8371
8372
|
},
|
|
8372
8373
|
{
|
|
8373
8374
|
"kind": "js",
|
|
8374
|
-
"name": "
|
|
8375
|
+
"name": "*",
|
|
8375
8376
|
"declaration": {
|
|
8376
|
-
"name": "
|
|
8377
|
-
"
|
|
8377
|
+
"name": "*",
|
|
8378
|
+
"package": "./Form.decorator"
|
|
8378
8379
|
}
|
|
8379
8380
|
}
|
|
8380
8381
|
]
|
|
8381
8382
|
},
|
|
8382
8383
|
{
|
|
8383
8384
|
"kind": "javascript-module",
|
|
8384
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8385
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
8385
8386
|
"declarations": [
|
|
8386
8387
|
{
|
|
8387
8388
|
"kind": "class",
|
|
8388
|
-
"description": "### Attributes:\n- **
|
|
8389
|
-
"name": "
|
|
8389
|
+
"description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **size** - Specify the size of NativeSelect\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8390
|
+
"name": "BmNativeSelect",
|
|
8391
|
+
"slots": [
|
|
8392
|
+
{
|
|
8393
|
+
"description": "Specify Options for NativeSelect",
|
|
8394
|
+
"name": "slot"
|
|
8395
|
+
},
|
|
8396
|
+
{
|
|
8397
|
+
"description": "Specify Label for NativeSelect",
|
|
8398
|
+
"name": "label"
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"description": "Specify HelperText for NativeSelect",
|
|
8402
|
+
"name": "helper-text"
|
|
8403
|
+
}
|
|
8404
|
+
],
|
|
8390
8405
|
"members": [
|
|
8391
8406
|
{
|
|
8392
8407
|
"kind": "field",
|
|
8393
|
-
"name": "
|
|
8408
|
+
"name": "required",
|
|
8394
8409
|
"type": {
|
|
8395
8410
|
"text": "boolean"
|
|
8396
8411
|
},
|
|
8397
|
-
"
|
|
8398
|
-
"
|
|
8412
|
+
"default": "false",
|
|
8413
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8414
|
+
"attribute": "required"
|
|
8399
8415
|
},
|
|
8400
8416
|
{
|
|
8401
8417
|
"kind": "field",
|
|
8402
|
-
"name": "
|
|
8418
|
+
"name": "readOnly",
|
|
8403
8419
|
"type": {
|
|
8404
|
-
"text": "
|
|
8420
|
+
"text": "boolean"
|
|
8405
8421
|
},
|
|
8406
|
-
"default": "
|
|
8407
|
-
"
|
|
8422
|
+
"default": "false",
|
|
8423
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8424
|
+
"attribute": "readOnly"
|
|
8408
8425
|
},
|
|
8409
8426
|
{
|
|
8410
8427
|
"kind": "field",
|
|
8411
|
-
"name": "
|
|
8428
|
+
"name": "disabled",
|
|
8412
8429
|
"type": {
|
|
8413
|
-
"text": "
|
|
8430
|
+
"text": "boolean"
|
|
8414
8431
|
},
|
|
8415
|
-
"default": "
|
|
8416
|
-
"
|
|
8432
|
+
"default": "false",
|
|
8433
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8434
|
+
"attribute": "disabled"
|
|
8417
8435
|
},
|
|
8418
8436
|
{
|
|
8419
8437
|
"kind": "field",
|
|
8420
|
-
"name": "
|
|
8438
|
+
"name": "error",
|
|
8421
8439
|
"type": {
|
|
8422
|
-
"text": "string"
|
|
8440
|
+
"text": "string | undefined"
|
|
8423
8441
|
},
|
|
8424
|
-
"
|
|
8425
|
-
"attribute": "
|
|
8442
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8443
|
+
"attribute": "error"
|
|
8426
8444
|
},
|
|
8427
8445
|
{
|
|
8428
8446
|
"kind": "field",
|
|
8429
|
-
"name": "
|
|
8447
|
+
"name": "fluid",
|
|
8430
8448
|
"type": {
|
|
8431
|
-
"text": "
|
|
8449
|
+
"text": "boolean"
|
|
8432
8450
|
},
|
|
8433
|
-
"default": "
|
|
8434
|
-
"
|
|
8451
|
+
"default": "false",
|
|
8452
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8453
|
+
"attribute": "fluid"
|
|
8435
8454
|
},
|
|
8436
8455
|
{
|
|
8437
8456
|
"kind": "field",
|
|
8438
|
-
"name": "
|
|
8457
|
+
"name": "size",
|
|
8458
|
+
"type": {
|
|
8459
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
8460
|
+
},
|
|
8461
|
+
"default": "defaultInputSize",
|
|
8462
|
+
"description": "Specify the size of NativeSelect",
|
|
8463
|
+
"attribute": "size"
|
|
8464
|
+
},
|
|
8465
|
+
{
|
|
8466
|
+
"kind": "field",
|
|
8467
|
+
"name": "width",
|
|
8439
8468
|
"type": {
|
|
8440
8469
|
"text": "string | undefined"
|
|
8441
8470
|
},
|
|
8442
|
-
"
|
|
8471
|
+
"description": "Specify the width of NativeSelect",
|
|
8472
|
+
"attribute": "width"
|
|
8443
8473
|
},
|
|
8444
8474
|
{
|
|
8445
8475
|
"kind": "field",
|
|
8446
|
-
"name": "
|
|
8476
|
+
"name": "ellipse",
|
|
8447
8477
|
"type": {
|
|
8448
|
-
"text": "
|
|
8449
|
-
}
|
|
8478
|
+
"text": "boolean"
|
|
8479
|
+
},
|
|
8480
|
+
"default": "true",
|
|
8481
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8482
|
+
"attribute": "ellipse"
|
|
8450
8483
|
},
|
|
8451
8484
|
{
|
|
8452
|
-
"kind": "
|
|
8453
|
-
"name": "
|
|
8454
|
-
"
|
|
8455
|
-
"
|
|
8456
|
-
|
|
8457
|
-
|
|
8458
|
-
|
|
8485
|
+
"kind": "field",
|
|
8486
|
+
"name": "hideRequiredMarker",
|
|
8487
|
+
"type": {
|
|
8488
|
+
"text": "boolean"
|
|
8489
|
+
},
|
|
8490
|
+
"default": "false",
|
|
8491
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8492
|
+
"attribute": "hideRequiredMarker"
|
|
8459
8493
|
},
|
|
8460
8494
|
{
|
|
8461
|
-
"kind": "
|
|
8462
|
-
"name": "
|
|
8463
|
-
"
|
|
8464
|
-
"
|
|
8465
|
-
|
|
8466
|
-
|
|
8467
|
-
|
|
8495
|
+
"kind": "field",
|
|
8496
|
+
"name": "theme",
|
|
8497
|
+
"type": {
|
|
8498
|
+
"text": "'light' | 'dark' | undefined"
|
|
8499
|
+
},
|
|
8500
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8501
|
+
"attribute": "theme"
|
|
8468
8502
|
},
|
|
8469
8503
|
{
|
|
8470
8504
|
"kind": "method",
|
|
@@ -8476,337 +8510,311 @@
|
|
|
8476
8510
|
},
|
|
8477
8511
|
"parameters": [
|
|
8478
8512
|
{
|
|
8479
|
-
"name": "
|
|
8513
|
+
"name": "value",
|
|
8480
8514
|
"type": {
|
|
8481
8515
|
"text": "string"
|
|
8482
8516
|
}
|
|
8483
8517
|
}
|
|
8484
|
-
]
|
|
8485
|
-
|
|
8486
|
-
|
|
8487
|
-
|
|
8518
|
+
],
|
|
8519
|
+
"inheritedFrom": {
|
|
8520
|
+
"name": "FormField",
|
|
8521
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8522
|
+
}
|
|
8523
|
+
},
|
|
8524
|
+
{
|
|
8525
|
+
"kind": "field",
|
|
8526
|
+
"name": "formAssociated",
|
|
8527
|
+
"type": {
|
|
8528
|
+
"text": "boolean"
|
|
8529
|
+
},
|
|
8530
|
+
"static": true,
|
|
8531
|
+
"default": "true",
|
|
8532
|
+
"inheritedFrom": {
|
|
8533
|
+
"name": "FormField",
|
|
8534
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8535
|
+
}
|
|
8536
|
+
},
|
|
8488
8537
|
{
|
|
8538
|
+
"kind": "field",
|
|
8489
8539
|
"name": "id",
|
|
8490
8540
|
"type": {
|
|
8491
8541
|
"text": "string"
|
|
8492
8542
|
},
|
|
8493
8543
|
"default": "''",
|
|
8494
|
-
"
|
|
8544
|
+
"attribute": "id",
|
|
8545
|
+
"inheritedFrom": {
|
|
8546
|
+
"name": "FormField",
|
|
8547
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8548
|
+
}
|
|
8495
8549
|
},
|
|
8496
8550
|
{
|
|
8551
|
+
"kind": "field",
|
|
8497
8552
|
"name": "name",
|
|
8498
8553
|
"type": {
|
|
8499
8554
|
"text": "string"
|
|
8500
8555
|
},
|
|
8501
8556
|
"default": "''",
|
|
8502
|
-
"
|
|
8557
|
+
"attribute": "name",
|
|
8558
|
+
"inheritedFrom": {
|
|
8559
|
+
"name": "FormField",
|
|
8560
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8561
|
+
}
|
|
8503
8562
|
},
|
|
8504
8563
|
{
|
|
8564
|
+
"kind": "field",
|
|
8505
8565
|
"name": "value",
|
|
8506
8566
|
"type": {
|
|
8507
8567
|
"text": "string"
|
|
8508
8568
|
},
|
|
8509
8569
|
"default": "''",
|
|
8510
|
-
"
|
|
8570
|
+
"attribute": "value",
|
|
8571
|
+
"inheritedFrom": {
|
|
8572
|
+
"name": "FormField",
|
|
8573
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8574
|
+
}
|
|
8511
8575
|
},
|
|
8512
8576
|
{
|
|
8577
|
+
"kind": "field",
|
|
8513
8578
|
"name": "validationRules",
|
|
8514
8579
|
"type": {
|
|
8515
8580
|
"text": "Array<FormValidator>"
|
|
8516
8581
|
},
|
|
8517
8582
|
"default": "[]",
|
|
8518
|
-
"
|
|
8583
|
+
"attribute": "validationRules",
|
|
8584
|
+
"inheritedFrom": {
|
|
8585
|
+
"name": "FormField",
|
|
8586
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8587
|
+
}
|
|
8519
8588
|
},
|
|
8520
8589
|
{
|
|
8521
|
-
"
|
|
8590
|
+
"kind": "field",
|
|
8591
|
+
"name": "inputAriaLabel",
|
|
8522
8592
|
"type": {
|
|
8523
8593
|
"text": "string | undefined"
|
|
8524
8594
|
},
|
|
8525
|
-
"
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
|
|
8529
|
-
|
|
8530
|
-
|
|
8531
|
-
},
|
|
8532
|
-
"customElement": true
|
|
8533
|
-
}
|
|
8534
|
-
],
|
|
8535
|
-
"exports": [
|
|
8536
|
-
{
|
|
8537
|
-
"kind": "js",
|
|
8538
|
-
"name": "FormField",
|
|
8539
|
-
"declaration": {
|
|
8540
|
-
"name": "FormField",
|
|
8541
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8542
|
-
}
|
|
8543
|
-
}
|
|
8544
|
-
]
|
|
8545
|
-
},
|
|
8546
|
-
{
|
|
8547
|
-
"kind": "javascript-module",
|
|
8548
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8549
|
-
"declarations": [
|
|
8550
|
-
{
|
|
8551
|
-
"kind": "class",
|
|
8552
|
-
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
8553
|
-
"name": "BmForm",
|
|
8554
|
-
"slots": [
|
|
8555
|
-
{
|
|
8556
|
-
"description": "Add controls to the Form",
|
|
8557
|
-
"name": "slot"
|
|
8558
|
-
}
|
|
8559
|
-
],
|
|
8560
|
-
"members": [
|
|
8595
|
+
"attribute": "input-aria-label",
|
|
8596
|
+
"inheritedFrom": {
|
|
8597
|
+
"name": "FormField",
|
|
8598
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8599
|
+
}
|
|
8600
|
+
},
|
|
8561
8601
|
{
|
|
8562
8602
|
"kind": "field",
|
|
8563
|
-
"name": "
|
|
8603
|
+
"name": "formContext",
|
|
8564
8604
|
"type": {
|
|
8565
|
-
"text": "
|
|
8605
|
+
"text": "BmFormContext"
|
|
8566
8606
|
},
|
|
8567
|
-
"
|
|
8568
|
-
|
|
8569
|
-
|
|
8607
|
+
"inheritedFrom": {
|
|
8608
|
+
"name": "FormField",
|
|
8609
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8610
|
+
}
|
|
8611
|
+
},
|
|
8612
|
+
{
|
|
8613
|
+
"kind": "method",
|
|
8614
|
+
"name": "formAssociatedCallback",
|
|
8615
|
+
"return": {
|
|
8616
|
+
"type": {
|
|
8617
|
+
"text": "void"
|
|
8618
|
+
}
|
|
8619
|
+
},
|
|
8620
|
+
"inheritedFrom": {
|
|
8621
|
+
"name": "FormField",
|
|
8622
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8623
|
+
}
|
|
8570
8624
|
},
|
|
8571
8625
|
{
|
|
8572
|
-
"kind": "
|
|
8573
|
-
"name": "
|
|
8574
|
-
"
|
|
8575
|
-
"
|
|
8626
|
+
"kind": "method",
|
|
8627
|
+
"name": "formResetCallback",
|
|
8628
|
+
"return": {
|
|
8629
|
+
"type": {
|
|
8630
|
+
"text": "void"
|
|
8631
|
+
}
|
|
8576
8632
|
},
|
|
8577
|
-
"
|
|
8578
|
-
|
|
8579
|
-
|
|
8580
|
-
|
|
8633
|
+
"inheritedFrom": {
|
|
8634
|
+
"name": "FormField",
|
|
8635
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8636
|
+
}
|
|
8637
|
+
}
|
|
8638
|
+
],
|
|
8639
|
+
"attributes": [
|
|
8581
8640
|
{
|
|
8582
|
-
"kind": "field",
|
|
8583
8641
|
"name": "required",
|
|
8584
8642
|
"type": {
|
|
8585
8643
|
"text": "boolean"
|
|
8586
8644
|
},
|
|
8587
8645
|
"default": "false",
|
|
8588
|
-
"description": "Specify if
|
|
8589
|
-
"
|
|
8646
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8647
|
+
"fieldName": "required"
|
|
8590
8648
|
},
|
|
8591
8649
|
{
|
|
8592
|
-
"
|
|
8593
|
-
"name": "disabled",
|
|
8650
|
+
"name": "readOnly",
|
|
8594
8651
|
"type": {
|
|
8595
8652
|
"text": "boolean"
|
|
8596
8653
|
},
|
|
8597
8654
|
"default": "false",
|
|
8598
|
-
"description": "Specify if
|
|
8599
|
-
"
|
|
8655
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8656
|
+
"fieldName": "readOnly"
|
|
8600
8657
|
},
|
|
8601
8658
|
{
|
|
8602
|
-
"
|
|
8603
|
-
"name": "readOnly",
|
|
8659
|
+
"name": "disabled",
|
|
8604
8660
|
"type": {
|
|
8605
8661
|
"text": "boolean"
|
|
8606
8662
|
},
|
|
8607
8663
|
"default": "false",
|
|
8608
|
-
"description": "Specify if
|
|
8609
|
-
"
|
|
8664
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8665
|
+
"fieldName": "disabled"
|
|
8610
8666
|
},
|
|
8611
8667
|
{
|
|
8612
|
-
"
|
|
8613
|
-
"name": "action",
|
|
8668
|
+
"name": "error",
|
|
8614
8669
|
"type": {
|
|
8615
8670
|
"text": "string | undefined"
|
|
8616
8671
|
},
|
|
8617
|
-
"
|
|
8672
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8673
|
+
"fieldName": "error"
|
|
8618
8674
|
},
|
|
8619
8675
|
{
|
|
8620
|
-
"
|
|
8621
|
-
"name": "method",
|
|
8676
|
+
"name": "fluid",
|
|
8622
8677
|
"type": {
|
|
8623
|
-
"text": "
|
|
8678
|
+
"text": "boolean"
|
|
8624
8679
|
},
|
|
8625
|
-
"
|
|
8680
|
+
"default": "false",
|
|
8681
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8682
|
+
"fieldName": "fluid"
|
|
8626
8683
|
},
|
|
8627
8684
|
{
|
|
8628
|
-
"
|
|
8629
|
-
"name": "target",
|
|
8685
|
+
"name": "size",
|
|
8630
8686
|
"type": {
|
|
8631
|
-
"text": "
|
|
8687
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
8632
8688
|
},
|
|
8633
|
-
"
|
|
8689
|
+
"default": "defaultInputSize",
|
|
8690
|
+
"description": "Specify the size of NativeSelect",
|
|
8691
|
+
"fieldName": "size"
|
|
8634
8692
|
},
|
|
8635
8693
|
{
|
|
8636
|
-
"
|
|
8637
|
-
"name": "enctype",
|
|
8694
|
+
"name": "width",
|
|
8638
8695
|
"type": {
|
|
8639
8696
|
"text": "string | undefined"
|
|
8640
8697
|
},
|
|
8641
|
-
"
|
|
8642
|
-
|
|
8643
|
-
{
|
|
8644
|
-
"kind": "field",
|
|
8645
|
-
"name": "formMeta",
|
|
8646
|
-
"type": {
|
|
8647
|
-
"text": "Record<string, FieldMeta>"
|
|
8648
|
-
},
|
|
8649
|
-
"default": "{}"
|
|
8650
|
-
},
|
|
8651
|
-
{
|
|
8652
|
-
"kind": "field",
|
|
8653
|
-
"name": "formRef"
|
|
8654
|
-
},
|
|
8655
|
-
{
|
|
8656
|
-
"kind": "field",
|
|
8657
|
-
"name": "formContext",
|
|
8658
|
-
"type": {
|
|
8659
|
-
"text": "BmFormContext"
|
|
8660
|
-
},
|
|
8661
|
-
"privacy": "public",
|
|
8662
|
-
"default": "bmFormInitials"
|
|
8663
|
-
}
|
|
8664
|
-
],
|
|
8665
|
-
"events": [
|
|
8666
|
-
{
|
|
8667
|
-
"description": "Validates the inputs and submits the form",
|
|
8668
|
-
"name": "submit"
|
|
8669
|
-
}
|
|
8670
|
-
],
|
|
8671
|
-
"attributes": [
|
|
8672
|
-
{
|
|
8673
|
-
"name": "validationMode",
|
|
8674
|
-
"type": {
|
|
8675
|
-
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8676
|
-
},
|
|
8677
|
-
"default": "'onBlur'",
|
|
8678
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
8679
|
-
"fieldName": "validationMode"
|
|
8698
|
+
"description": "Specify the width of NativeSelect",
|
|
8699
|
+
"fieldName": "width"
|
|
8680
8700
|
},
|
|
8681
8701
|
{
|
|
8682
|
-
"name": "
|
|
8702
|
+
"name": "ellipse",
|
|
8683
8703
|
"type": {
|
|
8684
|
-
"text": "
|
|
8704
|
+
"text": "boolean"
|
|
8685
8705
|
},
|
|
8686
|
-
"default": "
|
|
8687
|
-
"description": "Specify
|
|
8688
|
-
"fieldName": "
|
|
8706
|
+
"default": "true",
|
|
8707
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8708
|
+
"fieldName": "ellipse"
|
|
8689
8709
|
},
|
|
8690
8710
|
{
|
|
8691
|
-
"name": "
|
|
8711
|
+
"name": "hideRequiredMarker",
|
|
8692
8712
|
"type": {
|
|
8693
8713
|
"text": "boolean"
|
|
8694
8714
|
},
|
|
8695
8715
|
"default": "false",
|
|
8696
|
-
"description": "Specify if
|
|
8697
|
-
"fieldName": "
|
|
8716
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8717
|
+
"fieldName": "hideRequiredMarker"
|
|
8698
8718
|
},
|
|
8699
8719
|
{
|
|
8700
|
-
"name": "
|
|
8720
|
+
"name": "theme",
|
|
8701
8721
|
"type": {
|
|
8702
|
-
"text": "
|
|
8722
|
+
"text": "'light' | 'dark' | undefined"
|
|
8703
8723
|
},
|
|
8704
|
-
"
|
|
8705
|
-
"
|
|
8706
|
-
"fieldName": "disabled"
|
|
8724
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8725
|
+
"fieldName": "theme"
|
|
8707
8726
|
},
|
|
8708
8727
|
{
|
|
8709
|
-
"name": "
|
|
8728
|
+
"name": "id",
|
|
8710
8729
|
"type": {
|
|
8711
|
-
"text": "
|
|
8730
|
+
"text": "string"
|
|
8712
8731
|
},
|
|
8713
|
-
"default": "
|
|
8714
|
-
"
|
|
8715
|
-
"
|
|
8732
|
+
"default": "''",
|
|
8733
|
+
"fieldName": "id",
|
|
8734
|
+
"inheritedFrom": {
|
|
8735
|
+
"name": "FormField",
|
|
8736
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8737
|
+
}
|
|
8716
8738
|
},
|
|
8717
8739
|
{
|
|
8718
|
-
"name": "
|
|
8740
|
+
"name": "name",
|
|
8719
8741
|
"type": {
|
|
8720
|
-
"text": "string
|
|
8742
|
+
"text": "string"
|
|
8721
8743
|
},
|
|
8722
|
-
"
|
|
8744
|
+
"default": "''",
|
|
8745
|
+
"fieldName": "name",
|
|
8746
|
+
"inheritedFrom": {
|
|
8747
|
+
"name": "FormField",
|
|
8748
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8749
|
+
}
|
|
8723
8750
|
},
|
|
8724
8751
|
{
|
|
8725
|
-
"name": "
|
|
8752
|
+
"name": "value",
|
|
8726
8753
|
"type": {
|
|
8727
|
-
"text": "string
|
|
8754
|
+
"text": "string"
|
|
8728
8755
|
},
|
|
8729
|
-
"
|
|
8756
|
+
"default": "''",
|
|
8757
|
+
"fieldName": "value",
|
|
8758
|
+
"inheritedFrom": {
|
|
8759
|
+
"name": "FormField",
|
|
8760
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8761
|
+
}
|
|
8730
8762
|
},
|
|
8731
8763
|
{
|
|
8732
|
-
"name": "
|
|
8764
|
+
"name": "validationRules",
|
|
8733
8765
|
"type": {
|
|
8734
|
-
"text": "
|
|
8766
|
+
"text": "Array<FormValidator>"
|
|
8735
8767
|
},
|
|
8736
|
-
"
|
|
8768
|
+
"default": "[]",
|
|
8769
|
+
"fieldName": "validationRules",
|
|
8770
|
+
"inheritedFrom": {
|
|
8771
|
+
"name": "FormField",
|
|
8772
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8773
|
+
}
|
|
8737
8774
|
},
|
|
8738
8775
|
{
|
|
8739
|
-
"name": "
|
|
8776
|
+
"name": "input-aria-label",
|
|
8740
8777
|
"type": {
|
|
8741
8778
|
"text": "string | undefined"
|
|
8742
8779
|
},
|
|
8743
|
-
"fieldName": "
|
|
8780
|
+
"fieldName": "inputAriaLabel",
|
|
8781
|
+
"inheritedFrom": {
|
|
8782
|
+
"name": "FormField",
|
|
8783
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8784
|
+
}
|
|
8744
8785
|
}
|
|
8745
8786
|
],
|
|
8746
8787
|
"superclass": {
|
|
8747
|
-
"name": "
|
|
8748
|
-
"
|
|
8788
|
+
"name": "FormField",
|
|
8789
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8749
8790
|
},
|
|
8750
|
-
"summary": "`bm-
|
|
8751
|
-
"tagName": "bm-
|
|
8791
|
+
"summary": "`bm-native-select`",
|
|
8792
|
+
"tagName": "bm-native-select",
|
|
8752
8793
|
"customElement": true
|
|
8753
8794
|
}
|
|
8754
8795
|
],
|
|
8755
8796
|
"exports": [
|
|
8756
8797
|
{
|
|
8757
8798
|
"kind": "js",
|
|
8758
|
-
"name": "
|
|
8759
|
-
"declaration": {
|
|
8760
|
-
"name": "validators",
|
|
8761
|
-
"package": "@viasat/beam-shared/components/form"
|
|
8762
|
-
}
|
|
8763
|
-
},
|
|
8764
|
-
{
|
|
8765
|
-
"kind": "js",
|
|
8766
|
-
"name": "BmForm",
|
|
8799
|
+
"name": "BmNativeSelect",
|
|
8767
8800
|
"declaration": {
|
|
8768
|
-
"name": "
|
|
8769
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8801
|
+
"name": "BmNativeSelect",
|
|
8802
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8770
8803
|
}
|
|
8771
8804
|
},
|
|
8772
8805
|
{
|
|
8773
8806
|
"kind": "custom-element-definition",
|
|
8774
|
-
"name": "bm-
|
|
8775
|
-
"declaration": {
|
|
8776
|
-
"name": "BmForm",
|
|
8777
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8778
|
-
}
|
|
8779
|
-
}
|
|
8780
|
-
]
|
|
8781
|
-
},
|
|
8782
|
-
{
|
|
8783
|
-
"kind": "javascript-module",
|
|
8784
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8785
|
-
"declarations": [
|
|
8786
|
-
{
|
|
8787
|
-
"kind": "function",
|
|
8788
|
-
"name": "createId",
|
|
8789
|
-
"return": {
|
|
8790
|
-
"type": {
|
|
8791
|
-
"text": "string"
|
|
8792
|
-
}
|
|
8793
|
-
}
|
|
8794
|
-
}
|
|
8795
|
-
],
|
|
8796
|
-
"exports": [
|
|
8797
|
-
{
|
|
8798
|
-
"kind": "js",
|
|
8799
|
-
"name": "createId",
|
|
8807
|
+
"name": "bm-native-select",
|
|
8800
8808
|
"declaration": {
|
|
8801
|
-
"name": "
|
|
8802
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8809
|
+
"name": "BmNativeSelect",
|
|
8810
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8803
8811
|
}
|
|
8804
8812
|
}
|
|
8805
8813
|
]
|
|
8806
8814
|
},
|
|
8807
8815
|
{
|
|
8808
8816
|
"kind": "javascript-module",
|
|
8809
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8817
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8810
8818
|
"declarations": [],
|
|
8811
8819
|
"exports": [
|
|
8812
8820
|
{
|
|
@@ -8814,15 +8822,7 @@
|
|
|
8814
8822
|
"name": "*",
|
|
8815
8823
|
"declaration": {
|
|
8816
8824
|
"name": "*",
|
|
8817
|
-
"package": "./
|
|
8818
|
-
}
|
|
8819
|
-
},
|
|
8820
|
-
{
|
|
8821
|
-
"kind": "js",
|
|
8822
|
-
"name": "*",
|
|
8823
|
-
"declaration": {
|
|
8824
|
-
"name": "*",
|
|
8825
|
-
"package": "./Form.decorator"
|
|
8825
|
+
"package": "./NativeSelect"
|
|
8826
8826
|
}
|
|
8827
8827
|
}
|
|
8828
8828
|
]
|