@viasat/beam-web-components 2.39.1 → 2.39.3
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 +1029 -1029
- package/package.json +6 -6
- package/vscode.html-custom-data.json +205 -205
package/custom-elements.json
CHANGED
|
@@ -294,19 +294,15 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
|
|
302
|
+
"name": "BmAvatar",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
306
|
-
"name": "default"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"description": "Specify a different icon for the Badge",
|
|
305
|
+
"description": "Customize the default icon",
|
|
310
306
|
"name": "icon"
|
|
311
307
|
}
|
|
312
308
|
],
|
|
@@ -315,258 +311,522 @@
|
|
|
315
311
|
"kind": "field",
|
|
316
312
|
"name": "appearance",
|
|
317
313
|
"type": {
|
|
318
|
-
"text": "'
|
|
314
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
319
315
|
},
|
|
320
|
-
"default": "'
|
|
321
|
-
"description": "Specify the appearance of the
|
|
316
|
+
"default": "'neutral'",
|
|
317
|
+
"description": "Specify the appearance of the Avatar",
|
|
322
318
|
"attribute": "appearance"
|
|
323
319
|
},
|
|
324
320
|
{
|
|
325
321
|
"kind": "field",
|
|
326
|
-
"name": "
|
|
322
|
+
"name": "name",
|
|
327
323
|
"type": {
|
|
328
|
-
"text": "
|
|
324
|
+
"text": "string | undefined"
|
|
329
325
|
},
|
|
330
|
-
"description": "
|
|
331
|
-
"attribute": "
|
|
326
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
327
|
+
"attribute": "name"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"kind": "field",
|
|
331
|
+
"name": "src",
|
|
332
|
+
"type": {
|
|
333
|
+
"text": "string | undefined"
|
|
334
|
+
},
|
|
335
|
+
"description": "Pass an image to the Avatar",
|
|
336
|
+
"attribute": "src"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "field",
|
|
340
|
+
"name": "alt",
|
|
341
|
+
"type": {
|
|
342
|
+
"text": "string | undefined"
|
|
343
|
+
},
|
|
344
|
+
"description": "Specify alt for image",
|
|
345
|
+
"attribute": "alt"
|
|
332
346
|
},
|
|
333
347
|
{
|
|
334
348
|
"kind": "field",
|
|
335
349
|
"name": "size",
|
|
336
350
|
"type": {
|
|
337
|
-
"text": "'sm' | 'md' | undefined"
|
|
351
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
338
352
|
},
|
|
339
|
-
"default": "'
|
|
340
|
-
"description": "Specify the size of the
|
|
353
|
+
"default": "'md'",
|
|
354
|
+
"description": "Specify the size of the Avatar",
|
|
341
355
|
"attribute": "size"
|
|
342
356
|
},
|
|
343
357
|
{
|
|
344
358
|
"kind": "field",
|
|
345
|
-
"name": "
|
|
359
|
+
"name": "disabled",
|
|
346
360
|
"type": {
|
|
347
|
-
"text": "
|
|
361
|
+
"text": "boolean | undefined"
|
|
348
362
|
},
|
|
349
|
-
"default": "
|
|
350
|
-
"description": "Specify the
|
|
351
|
-
"attribute": "
|
|
363
|
+
"default": "false",
|
|
364
|
+
"description": "Specify if the Avatar is disabled",
|
|
365
|
+
"attribute": "disabled"
|
|
352
366
|
},
|
|
353
367
|
{
|
|
354
368
|
"kind": "field",
|
|
355
|
-
"name": "
|
|
369
|
+
"name": "shape",
|
|
356
370
|
"type": {
|
|
357
|
-
"text": "
|
|
371
|
+
"text": "'circle' | 'square' | undefined"
|
|
358
372
|
},
|
|
359
|
-
"
|
|
360
|
-
"
|
|
373
|
+
"default": "'circle'",
|
|
374
|
+
"description": "Specify the shape of the Avatar",
|
|
375
|
+
"attribute": "shape"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"kind": "field",
|
|
379
|
+
"name": "isInteractive",
|
|
380
|
+
"type": {
|
|
381
|
+
"text": "boolean"
|
|
382
|
+
},
|
|
383
|
+
"default": "false",
|
|
384
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
385
|
+
"attribute": "isInteractive"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"kind": "field",
|
|
389
|
+
"name": "isFocusable",
|
|
390
|
+
"type": {
|
|
391
|
+
"text": "boolean"
|
|
392
|
+
},
|
|
393
|
+
"default": "false",
|
|
394
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
395
|
+
"attribute": "isFocusable"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "field",
|
|
399
|
+
"name": "withBorder",
|
|
400
|
+
"type": {
|
|
401
|
+
"text": "boolean"
|
|
402
|
+
},
|
|
403
|
+
"default": "false",
|
|
404
|
+
"attribute": "withBorder"
|
|
361
405
|
}
|
|
362
406
|
],
|
|
363
407
|
"attributes": [
|
|
364
408
|
{
|
|
365
409
|
"name": "appearance",
|
|
366
410
|
"type": {
|
|
367
|
-
"text": "'
|
|
411
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
368
412
|
},
|
|
369
|
-
"default": "'
|
|
370
|
-
"description": "Specify the appearance of the
|
|
413
|
+
"default": "'neutral'",
|
|
414
|
+
"description": "Specify the appearance of the Avatar",
|
|
371
415
|
"fieldName": "appearance"
|
|
372
416
|
},
|
|
373
417
|
{
|
|
374
|
-
"name": "
|
|
418
|
+
"name": "name",
|
|
375
419
|
"type": {
|
|
376
|
-
"text": "
|
|
420
|
+
"text": "string | undefined"
|
|
377
421
|
},
|
|
378
|
-
"description": "
|
|
379
|
-
"fieldName": "
|
|
422
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
423
|
+
"fieldName": "name"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "src",
|
|
427
|
+
"type": {
|
|
428
|
+
"text": "string | undefined"
|
|
429
|
+
},
|
|
430
|
+
"description": "Pass an image to the Avatar",
|
|
431
|
+
"fieldName": "src"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
"name": "alt",
|
|
435
|
+
"type": {
|
|
436
|
+
"text": "string | undefined"
|
|
437
|
+
},
|
|
438
|
+
"description": "Specify alt for image",
|
|
439
|
+
"fieldName": "alt"
|
|
380
440
|
},
|
|
381
441
|
{
|
|
382
442
|
"name": "size",
|
|
383
443
|
"type": {
|
|
384
|
-
"text": "'sm' | 'md' | undefined"
|
|
444
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
385
445
|
},
|
|
386
|
-
"default": "'
|
|
387
|
-
"description": "Specify the size of the
|
|
446
|
+
"default": "'md'",
|
|
447
|
+
"description": "Specify the size of the Avatar",
|
|
388
448
|
"fieldName": "size"
|
|
389
449
|
},
|
|
390
450
|
{
|
|
391
|
-
"name": "
|
|
451
|
+
"name": "disabled",
|
|
392
452
|
"type": {
|
|
393
|
-
"text": "
|
|
453
|
+
"text": "boolean | undefined"
|
|
394
454
|
},
|
|
395
|
-
"default": "
|
|
396
|
-
"description": "Specify the
|
|
397
|
-
"fieldName": "
|
|
455
|
+
"default": "false",
|
|
456
|
+
"description": "Specify if the Avatar is disabled",
|
|
457
|
+
"fieldName": "disabled"
|
|
398
458
|
},
|
|
399
459
|
{
|
|
400
|
-
"name": "
|
|
460
|
+
"name": "shape",
|
|
401
461
|
"type": {
|
|
402
|
-
"text": "
|
|
462
|
+
"text": "'circle' | 'square' | undefined"
|
|
403
463
|
},
|
|
404
|
-
"
|
|
405
|
-
"
|
|
464
|
+
"default": "'circle'",
|
|
465
|
+
"description": "Specify the shape of the Avatar",
|
|
466
|
+
"fieldName": "shape"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"name": "isInteractive",
|
|
470
|
+
"type": {
|
|
471
|
+
"text": "boolean"
|
|
472
|
+
},
|
|
473
|
+
"default": "false",
|
|
474
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
475
|
+
"fieldName": "isInteractive"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "isFocusable",
|
|
479
|
+
"type": {
|
|
480
|
+
"text": "boolean"
|
|
481
|
+
},
|
|
482
|
+
"default": "false",
|
|
483
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
484
|
+
"fieldName": "isFocusable"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"name": "withBorder",
|
|
488
|
+
"type": {
|
|
489
|
+
"text": "boolean"
|
|
490
|
+
},
|
|
491
|
+
"default": "false",
|
|
492
|
+
"fieldName": "withBorder"
|
|
406
493
|
}
|
|
407
494
|
],
|
|
408
495
|
"superclass": {
|
|
409
496
|
"name": "LitElement",
|
|
410
497
|
"package": "lit"
|
|
411
498
|
},
|
|
412
|
-
"tagName": "bm-
|
|
499
|
+
"tagName": "bm-avatar",
|
|
413
500
|
"customElement": true
|
|
414
501
|
}
|
|
415
502
|
],
|
|
416
503
|
"exports": [
|
|
417
504
|
{
|
|
418
505
|
"kind": "js",
|
|
419
|
-
"name": "
|
|
506
|
+
"name": "BmAvatar",
|
|
420
507
|
"declaration": {
|
|
421
|
-
"name": "
|
|
422
|
-
"module": "libs/web-components/src/lib/
|
|
508
|
+
"name": "BmAvatar",
|
|
509
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
423
510
|
}
|
|
424
511
|
},
|
|
425
512
|
{
|
|
426
513
|
"kind": "custom-element-definition",
|
|
427
|
-
"name": "bm-
|
|
514
|
+
"name": "bm-avatar",
|
|
428
515
|
"declaration": {
|
|
429
|
-
"name": "
|
|
430
|
-
"module": "libs/web-components/src/lib/
|
|
516
|
+
"name": "BmAvatar",
|
|
517
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
431
518
|
}
|
|
432
519
|
}
|
|
433
520
|
]
|
|
434
521
|
},
|
|
435
522
|
{
|
|
436
523
|
"kind": "javascript-module",
|
|
437
|
-
"path": "libs/web-components/src/lib/
|
|
438
|
-
"declarations": [
|
|
524
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
525
|
+
"declarations": [
|
|
526
|
+
{
|
|
527
|
+
"kind": "variable",
|
|
528
|
+
"name": "AvatarGroupCtx"
|
|
529
|
+
}
|
|
530
|
+
],
|
|
439
531
|
"exports": [
|
|
440
532
|
{
|
|
441
533
|
"kind": "js",
|
|
442
|
-
"name": "
|
|
534
|
+
"name": "AvatarGroupCtx",
|
|
443
535
|
"declaration": {
|
|
444
|
-
"name": "
|
|
445
|
-
"
|
|
536
|
+
"name": "AvatarGroupCtx",
|
|
537
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
446
538
|
}
|
|
447
539
|
}
|
|
448
540
|
]
|
|
449
541
|
},
|
|
450
542
|
{
|
|
451
543
|
"kind": "javascript-module",
|
|
452
|
-
"path": "libs/web-components/src/lib/
|
|
544
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
453
545
|
"declarations": [
|
|
454
546
|
{
|
|
455
547
|
"kind": "class",
|
|
456
|
-
"description": "`bm-
|
|
457
|
-
"name": "
|
|
548
|
+
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
|
|
549
|
+
"name": "BmAvatarGroup",
|
|
458
550
|
"slots": [
|
|
459
551
|
{
|
|
460
|
-
"description": "
|
|
552
|
+
"description": "Add Avatars to create a group",
|
|
461
553
|
"name": "default"
|
|
462
554
|
}
|
|
463
555
|
],
|
|
464
556
|
"members": [
|
|
465
557
|
{
|
|
466
558
|
"kind": "field",
|
|
467
|
-
"name": "
|
|
559
|
+
"name": "wrapping",
|
|
468
560
|
"type": {
|
|
469
|
-
"text": "
|
|
561
|
+
"text": "boolean"
|
|
470
562
|
},
|
|
471
|
-
"
|
|
472
|
-
"
|
|
563
|
+
"default": "false",
|
|
564
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
565
|
+
"attribute": "wrapping"
|
|
473
566
|
},
|
|
474
567
|
{
|
|
475
568
|
"kind": "field",
|
|
476
|
-
"name": "
|
|
569
|
+
"name": "maxCount",
|
|
477
570
|
"type": {
|
|
478
|
-
"text": "
|
|
571
|
+
"text": "number"
|
|
479
572
|
},
|
|
480
|
-
"default": "
|
|
481
|
-
"description": "Specify the
|
|
482
|
-
"attribute": "
|
|
573
|
+
"default": "5",
|
|
574
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
575
|
+
"attribute": "maxCount",
|
|
576
|
+
"reflects": true
|
|
483
577
|
},
|
|
484
578
|
{
|
|
485
579
|
"kind": "field",
|
|
486
|
-
"name": "
|
|
580
|
+
"name": "size",
|
|
487
581
|
"type": {
|
|
488
|
-
"text": "'
|
|
582
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
489
583
|
},
|
|
490
|
-
"default": "'
|
|
491
|
-
"description": "Specify the
|
|
492
|
-
"attribute": "
|
|
584
|
+
"default": "'md'",
|
|
585
|
+
"description": "Specify the size of all Avatars",
|
|
586
|
+
"attribute": "size"
|
|
493
587
|
},
|
|
494
588
|
{
|
|
495
589
|
"kind": "field",
|
|
496
|
-
"name": "
|
|
590
|
+
"name": "layout",
|
|
497
591
|
"type": {
|
|
498
|
-
"text": "
|
|
592
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
499
593
|
},
|
|
500
|
-
"
|
|
501
|
-
"
|
|
594
|
+
"default": "'stacked'",
|
|
595
|
+
"description": "Specify the kind of the group.",
|
|
596
|
+
"attribute": "layout"
|
|
502
597
|
}
|
|
503
598
|
],
|
|
504
599
|
"attributes": [
|
|
505
600
|
{
|
|
506
|
-
"name": "
|
|
601
|
+
"name": "wrapping",
|
|
602
|
+
"type": {
|
|
603
|
+
"text": "boolean"
|
|
604
|
+
},
|
|
605
|
+
"default": "false",
|
|
606
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
607
|
+
"fieldName": "wrapping"
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"name": "maxCount",
|
|
611
|
+
"type": {
|
|
612
|
+
"text": "number"
|
|
613
|
+
},
|
|
614
|
+
"default": "5",
|
|
615
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
616
|
+
"fieldName": "maxCount"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"name": "size",
|
|
620
|
+
"type": {
|
|
621
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
622
|
+
},
|
|
623
|
+
"default": "'md'",
|
|
624
|
+
"description": "Specify the size of all Avatars",
|
|
625
|
+
"fieldName": "size"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "layout",
|
|
629
|
+
"type": {
|
|
630
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
631
|
+
},
|
|
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": [
|
|
696
|
+
{
|
|
697
|
+
"description": "Provide text for the Badge",
|
|
698
|
+
"name": "default"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"description": "Specify a different icon for the Badge",
|
|
702
|
+
"name": "icon"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"members": [
|
|
706
|
+
{
|
|
707
|
+
"kind": "field",
|
|
708
|
+
"name": "appearance",
|
|
709
|
+
"type": {
|
|
710
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
711
|
+
},
|
|
712
|
+
"default": "'infoPrimary'",
|
|
713
|
+
"description": "Specify the appearance of the Badge",
|
|
714
|
+
"attribute": "appearance"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"kind": "field",
|
|
718
|
+
"name": "theme",
|
|
507
719
|
"type": {
|
|
508
720
|
"text": "'light' | 'dark' | undefined"
|
|
509
721
|
},
|
|
510
|
-
"description": "
|
|
511
|
-
"
|
|
722
|
+
"description": "Theme of the Badge",
|
|
723
|
+
"attribute": "theme"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"kind": "field",
|
|
727
|
+
"name": "size",
|
|
728
|
+
"type": {
|
|
729
|
+
"text": "'sm' | 'md' | undefined"
|
|
730
|
+
},
|
|
731
|
+
"default": "'sm'",
|
|
732
|
+
"description": "Specify the size of the Badge",
|
|
733
|
+
"attribute": "size"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "field",
|
|
737
|
+
"name": "emphasis",
|
|
738
|
+
"type": {
|
|
739
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
740
|
+
},
|
|
741
|
+
"default": "'strong'",
|
|
742
|
+
"description": "Specify the emphasis of the Badge",
|
|
743
|
+
"attribute": "emphasis"
|
|
512
744
|
},
|
|
745
|
+
{
|
|
746
|
+
"kind": "field",
|
|
747
|
+
"name": "hideIcon",
|
|
748
|
+
"type": {
|
|
749
|
+
"text": "boolean | undefined"
|
|
750
|
+
},
|
|
751
|
+
"description": "Hides Badge icon",
|
|
752
|
+
"attribute": "hideIcon"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"attributes": [
|
|
513
756
|
{
|
|
514
757
|
"name": "appearance",
|
|
515
758
|
"type": {
|
|
516
759
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
517
760
|
},
|
|
518
761
|
"default": "'infoPrimary'",
|
|
519
|
-
"description": "Specify the appearance of the
|
|
762
|
+
"description": "Specify the appearance of the Badge",
|
|
520
763
|
"fieldName": "appearance"
|
|
521
764
|
},
|
|
765
|
+
{
|
|
766
|
+
"name": "theme",
|
|
767
|
+
"type": {
|
|
768
|
+
"text": "'light' | 'dark' | undefined"
|
|
769
|
+
},
|
|
770
|
+
"description": "Theme of the Badge",
|
|
771
|
+
"fieldName": "theme"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "size",
|
|
775
|
+
"type": {
|
|
776
|
+
"text": "'sm' | 'md' | undefined"
|
|
777
|
+
},
|
|
778
|
+
"default": "'sm'",
|
|
779
|
+
"description": "Specify the size of the Badge",
|
|
780
|
+
"fieldName": "size"
|
|
781
|
+
},
|
|
522
782
|
{
|
|
523
783
|
"name": "emphasis",
|
|
524
784
|
"type": {
|
|
525
|
-
"text": "'strong' | 'subtle'"
|
|
785
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
526
786
|
},
|
|
527
787
|
"default": "'strong'",
|
|
528
|
-
"description": "Specify the emphasis of the
|
|
788
|
+
"description": "Specify the emphasis of the Badge",
|
|
529
789
|
"fieldName": "emphasis"
|
|
530
790
|
},
|
|
531
791
|
{
|
|
532
|
-
"name": "
|
|
792
|
+
"name": "hideIcon",
|
|
533
793
|
"type": {
|
|
534
|
-
"text": "
|
|
794
|
+
"text": "boolean | undefined"
|
|
535
795
|
},
|
|
536
|
-
"description": "
|
|
537
|
-
"fieldName": "
|
|
796
|
+
"description": "Hides Badge icon",
|
|
797
|
+
"fieldName": "hideIcon"
|
|
538
798
|
}
|
|
539
799
|
],
|
|
540
800
|
"superclass": {
|
|
541
801
|
"name": "LitElement",
|
|
542
802
|
"package": "lit"
|
|
543
803
|
},
|
|
544
|
-
"tagName": "bm-badge
|
|
804
|
+
"tagName": "bm-badge",
|
|
545
805
|
"customElement": true
|
|
546
806
|
}
|
|
547
807
|
],
|
|
548
808
|
"exports": [
|
|
549
809
|
{
|
|
550
810
|
"kind": "js",
|
|
551
|
-
"name": "
|
|
811
|
+
"name": "BmBadge",
|
|
552
812
|
"declaration": {
|
|
553
|
-
"name": "
|
|
554
|
-
"module": "libs/web-components/src/lib/
|
|
813
|
+
"name": "BmBadge",
|
|
814
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
555
815
|
}
|
|
556
816
|
},
|
|
557
817
|
{
|
|
558
818
|
"kind": "custom-element-definition",
|
|
559
|
-
"name": "bm-badge
|
|
819
|
+
"name": "bm-badge",
|
|
560
820
|
"declaration": {
|
|
561
|
-
"name": "
|
|
562
|
-
"module": "libs/web-components/src/lib/
|
|
821
|
+
"name": "BmBadge",
|
|
822
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
563
823
|
}
|
|
564
824
|
}
|
|
565
825
|
]
|
|
566
826
|
},
|
|
567
827
|
{
|
|
568
828
|
"kind": "javascript-module",
|
|
569
|
-
"path": "libs/web-components/src/lib/
|
|
829
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
570
830
|
"declarations": [],
|
|
571
831
|
"exports": [
|
|
572
832
|
{
|
|
@@ -574,7 +834,7 @@
|
|
|
574
834
|
"name": "*",
|
|
575
835
|
"declaration": {
|
|
576
836
|
"name": "*",
|
|
577
|
-
"package": "./
|
|
837
|
+
"package": "./Badge"
|
|
578
838
|
}
|
|
579
839
|
}
|
|
580
840
|
]
|
|
@@ -862,459 +1122,67 @@
|
|
|
862
1122
|
},
|
|
863
1123
|
{
|
|
864
1124
|
"kind": "javascript-module",
|
|
865
|
-
"path": "libs/web-components/src/lib/
|
|
1125
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
866
1126
|
"declarations": [
|
|
867
1127
|
{
|
|
868
1128
|
"kind": "class",
|
|
869
|
-
"description": "`bm-
|
|
870
|
-
"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",
|
|
871
1131
|
"slots": [
|
|
872
1132
|
{
|
|
873
|
-
"description": "
|
|
874
|
-
"name": "
|
|
1133
|
+
"description": "Provide content for the Box",
|
|
1134
|
+
"name": "default"
|
|
875
1135
|
}
|
|
876
1136
|
],
|
|
877
1137
|
"members": [
|
|
878
1138
|
{
|
|
879
1139
|
"kind": "field",
|
|
880
|
-
"name": "
|
|
1140
|
+
"name": "backgroundColor",
|
|
881
1141
|
"type": {
|
|
882
|
-
"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"
|
|
883
1143
|
},
|
|
884
|
-
"
|
|
885
|
-
"
|
|
886
|
-
"attribute": "appearance"
|
|
1144
|
+
"description": "Specify the background color of a Box",
|
|
1145
|
+
"attribute": "backgroundColor"
|
|
887
1146
|
},
|
|
888
1147
|
{
|
|
889
1148
|
"kind": "field",
|
|
890
|
-
"name": "
|
|
1149
|
+
"name": "borderColor",
|
|
891
1150
|
"type": {
|
|
892
|
-
"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"
|
|
893
1152
|
},
|
|
894
|
-
"description": "Specify
|
|
895
|
-
"attribute": "
|
|
1153
|
+
"description": "Specify the border color of a Box",
|
|
1154
|
+
"attribute": "borderColor"
|
|
896
1155
|
},
|
|
897
1156
|
{
|
|
898
1157
|
"kind": "field",
|
|
899
|
-
"name": "
|
|
1158
|
+
"name": "borderWidth",
|
|
900
1159
|
"type": {
|
|
901
|
-
"text": "
|
|
1160
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
902
1161
|
},
|
|
903
|
-
"description": "
|
|
904
|
-
"attribute": "
|
|
1162
|
+
"description": "Specify the border width of a Box",
|
|
1163
|
+
"attribute": "borderWidth"
|
|
905
1164
|
},
|
|
906
1165
|
{
|
|
907
1166
|
"kind": "field",
|
|
908
|
-
"name": "
|
|
1167
|
+
"name": "borderRadius",
|
|
909
1168
|
"type": {
|
|
910
|
-
"text": "
|
|
1169
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
911
1170
|
},
|
|
912
|
-
"description": "Specify
|
|
913
|
-
"attribute": "
|
|
1171
|
+
"description": "Specify the border radius of a Box",
|
|
1172
|
+
"attribute": "borderRadius"
|
|
914
1173
|
},
|
|
915
1174
|
{
|
|
916
1175
|
"kind": "field",
|
|
917
|
-
"name": "
|
|
1176
|
+
"name": "px",
|
|
918
1177
|
"type": {
|
|
919
|
-
"text": "'
|
|
1178
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
920
1179
|
},
|
|
921
|
-
"
|
|
922
|
-
"
|
|
923
|
-
"attribute": "size"
|
|
1180
|
+
"description": "Specify before and after padding of a Box",
|
|
1181
|
+
"attribute": "px"
|
|
924
1182
|
},
|
|
925
1183
|
{
|
|
926
1184
|
"kind": "field",
|
|
927
|
-
"name": "
|
|
928
|
-
"type": {
|
|
929
|
-
"text": "boolean | undefined"
|
|
930
|
-
},
|
|
931
|
-
"default": "false",
|
|
932
|
-
"description": "Specify if the Avatar is disabled",
|
|
933
|
-
"attribute": "disabled"
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"kind": "field",
|
|
937
|
-
"name": "shape",
|
|
938
|
-
"type": {
|
|
939
|
-
"text": "'circle' | 'square' | undefined"
|
|
940
|
-
},
|
|
941
|
-
"default": "'circle'",
|
|
942
|
-
"description": "Specify the shape of the Avatar",
|
|
943
|
-
"attribute": "shape"
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"kind": "field",
|
|
947
|
-
"name": "isInteractive",
|
|
948
|
-
"type": {
|
|
949
|
-
"text": "boolean"
|
|
950
|
-
},
|
|
951
|
-
"default": "false",
|
|
952
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
953
|
-
"attribute": "isInteractive"
|
|
954
|
-
},
|
|
955
|
-
{
|
|
956
|
-
"kind": "field",
|
|
957
|
-
"name": "isFocusable",
|
|
958
|
-
"type": {
|
|
959
|
-
"text": "boolean"
|
|
960
|
-
},
|
|
961
|
-
"default": "false",
|
|
962
|
-
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
963
|
-
"attribute": "isFocusable"
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"kind": "field",
|
|
967
|
-
"name": "withBorder",
|
|
968
|
-
"type": {
|
|
969
|
-
"text": "boolean"
|
|
970
|
-
},
|
|
971
|
-
"default": "false",
|
|
972
|
-
"attribute": "withBorder"
|
|
973
|
-
}
|
|
974
|
-
],
|
|
975
|
-
"attributes": [
|
|
976
|
-
{
|
|
977
|
-
"name": "appearance",
|
|
978
|
-
"type": {
|
|
979
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
980
|
-
},
|
|
981
|
-
"default": "'neutral'",
|
|
982
|
-
"description": "Specify the appearance of the Avatar",
|
|
983
|
-
"fieldName": "appearance"
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"name": "name",
|
|
987
|
-
"type": {
|
|
988
|
-
"text": "string | undefined"
|
|
989
|
-
},
|
|
990
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
991
|
-
"fieldName": "name"
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"name": "src",
|
|
995
|
-
"type": {
|
|
996
|
-
"text": "string | undefined"
|
|
997
|
-
},
|
|
998
|
-
"description": "Pass an image to the Avatar",
|
|
999
|
-
"fieldName": "src"
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"name": "alt",
|
|
1003
|
-
"type": {
|
|
1004
|
-
"text": "string | undefined"
|
|
1005
|
-
},
|
|
1006
|
-
"description": "Specify alt for image",
|
|
1007
|
-
"fieldName": "alt"
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"name": "size",
|
|
1011
|
-
"type": {
|
|
1012
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1013
|
-
},
|
|
1014
|
-
"default": "'md'",
|
|
1015
|
-
"description": "Specify the size of the Avatar",
|
|
1016
|
-
"fieldName": "size"
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"name": "disabled",
|
|
1020
|
-
"type": {
|
|
1021
|
-
"text": "boolean | undefined"
|
|
1022
|
-
},
|
|
1023
|
-
"default": "false",
|
|
1024
|
-
"description": "Specify if the Avatar is disabled",
|
|
1025
|
-
"fieldName": "disabled"
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"name": "shape",
|
|
1029
|
-
"type": {
|
|
1030
|
-
"text": "'circle' | 'square' | undefined"
|
|
1031
|
-
},
|
|
1032
|
-
"default": "'circle'",
|
|
1033
|
-
"description": "Specify the shape of the Avatar",
|
|
1034
|
-
"fieldName": "shape"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"name": "isInteractive",
|
|
1038
|
-
"type": {
|
|
1039
|
-
"text": "boolean"
|
|
1040
|
-
},
|
|
1041
|
-
"default": "false",
|
|
1042
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1043
|
-
"fieldName": "isInteractive"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"name": "isFocusable",
|
|
1047
|
-
"type": {
|
|
1048
|
-
"text": "boolean"
|
|
1049
|
-
},
|
|
1050
|
-
"default": "false",
|
|
1051
|
-
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1052
|
-
"fieldName": "isFocusable"
|
|
1053
|
-
},
|
|
1054
|
-
{
|
|
1055
|
-
"name": "withBorder",
|
|
1056
|
-
"type": {
|
|
1057
|
-
"text": "boolean"
|
|
1058
|
-
},
|
|
1059
|
-
"default": "false",
|
|
1060
|
-
"fieldName": "withBorder"
|
|
1061
|
-
}
|
|
1062
|
-
],
|
|
1063
|
-
"superclass": {
|
|
1064
|
-
"name": "LitElement",
|
|
1065
|
-
"package": "lit"
|
|
1066
|
-
},
|
|
1067
|
-
"tagName": "bm-avatar",
|
|
1068
|
-
"customElement": true
|
|
1069
|
-
}
|
|
1070
|
-
],
|
|
1071
|
-
"exports": [
|
|
1072
|
-
{
|
|
1073
|
-
"kind": "js",
|
|
1074
|
-
"name": "BmAvatar",
|
|
1075
|
-
"declaration": {
|
|
1076
|
-
"name": "BmAvatar",
|
|
1077
|
-
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1078
|
-
}
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"kind": "custom-element-definition",
|
|
1082
|
-
"name": "bm-avatar",
|
|
1083
|
-
"declaration": {
|
|
1084
|
-
"name": "BmAvatar",
|
|
1085
|
-
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1086
|
-
}
|
|
1087
|
-
}
|
|
1088
|
-
]
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "javascript-module",
|
|
1092
|
-
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1093
|
-
"declarations": [
|
|
1094
|
-
{
|
|
1095
|
-
"kind": "variable",
|
|
1096
|
-
"name": "AvatarGroupCtx"
|
|
1097
|
-
}
|
|
1098
|
-
],
|
|
1099
|
-
"exports": [
|
|
1100
|
-
{
|
|
1101
|
-
"kind": "js",
|
|
1102
|
-
"name": "AvatarGroupCtx",
|
|
1103
|
-
"declaration": {
|
|
1104
|
-
"name": "AvatarGroupCtx",
|
|
1105
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
]
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"kind": "javascript-module",
|
|
1112
|
-
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1113
|
-
"declarations": [
|
|
1114
|
-
{
|
|
1115
|
-
"kind": "class",
|
|
1116
|
-
"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.",
|
|
1117
|
-
"name": "BmAvatarGroup",
|
|
1118
|
-
"slots": [
|
|
1119
|
-
{
|
|
1120
|
-
"description": "Add Avatars to create a group",
|
|
1121
|
-
"name": "default"
|
|
1122
|
-
}
|
|
1123
|
-
],
|
|
1124
|
-
"members": [
|
|
1125
|
-
{
|
|
1126
|
-
"kind": "field",
|
|
1127
|
-
"name": "wrapping",
|
|
1128
|
-
"type": {
|
|
1129
|
-
"text": "boolean"
|
|
1130
|
-
},
|
|
1131
|
-
"default": "false",
|
|
1132
|
-
"description": "Specify if the AvatarGroup wraps",
|
|
1133
|
-
"attribute": "wrapping"
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"kind": "field",
|
|
1137
|
-
"name": "maxCount",
|
|
1138
|
-
"type": {
|
|
1139
|
-
"text": "number"
|
|
1140
|
-
},
|
|
1141
|
-
"default": "5",
|
|
1142
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
1143
|
-
"attribute": "maxCount",
|
|
1144
|
-
"reflects": true
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "field",
|
|
1148
|
-
"name": "size",
|
|
1149
|
-
"type": {
|
|
1150
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1151
|
-
},
|
|
1152
|
-
"default": "'md'",
|
|
1153
|
-
"description": "Specify the size of all Avatars",
|
|
1154
|
-
"attribute": "size"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"kind": "field",
|
|
1158
|
-
"name": "layout",
|
|
1159
|
-
"type": {
|
|
1160
|
-
"text": "'stacked' | 'spaced' | undefined"
|
|
1161
|
-
},
|
|
1162
|
-
"default": "'stacked'",
|
|
1163
|
-
"description": "Specify the kind of the group.",
|
|
1164
|
-
"attribute": "layout"
|
|
1165
|
-
}
|
|
1166
|
-
],
|
|
1167
|
-
"attributes": [
|
|
1168
|
-
{
|
|
1169
|
-
"name": "wrapping",
|
|
1170
|
-
"type": {
|
|
1171
|
-
"text": "boolean"
|
|
1172
|
-
},
|
|
1173
|
-
"default": "false",
|
|
1174
|
-
"description": "Specify if the AvatarGroup wraps",
|
|
1175
|
-
"fieldName": "wrapping"
|
|
1176
|
-
},
|
|
1177
|
-
{
|
|
1178
|
-
"name": "maxCount",
|
|
1179
|
-
"type": {
|
|
1180
|
-
"text": "number"
|
|
1181
|
-
},
|
|
1182
|
-
"default": "5",
|
|
1183
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
1184
|
-
"fieldName": "maxCount"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "size",
|
|
1188
|
-
"type": {
|
|
1189
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1190
|
-
},
|
|
1191
|
-
"default": "'md'",
|
|
1192
|
-
"description": "Specify the size of all Avatars",
|
|
1193
|
-
"fieldName": "size"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "layout",
|
|
1197
|
-
"type": {
|
|
1198
|
-
"text": "'stacked' | 'spaced' | undefined"
|
|
1199
|
-
},
|
|
1200
|
-
"default": "'stacked'",
|
|
1201
|
-
"description": "Specify the kind of the group.",
|
|
1202
|
-
"fieldName": "layout"
|
|
1203
|
-
}
|
|
1204
|
-
],
|
|
1205
|
-
"superclass": {
|
|
1206
|
-
"name": "LitElement",
|
|
1207
|
-
"package": "lit"
|
|
1208
|
-
},
|
|
1209
|
-
"tagName": "bm-avatar-group",
|
|
1210
|
-
"customElement": true
|
|
1211
|
-
}
|
|
1212
|
-
],
|
|
1213
|
-
"exports": [
|
|
1214
|
-
{
|
|
1215
|
-
"kind": "js",
|
|
1216
|
-
"name": "BmAvatarGroup",
|
|
1217
|
-
"declaration": {
|
|
1218
|
-
"name": "BmAvatarGroup",
|
|
1219
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1220
|
-
}
|
|
1221
|
-
},
|
|
1222
|
-
{
|
|
1223
|
-
"kind": "custom-element-definition",
|
|
1224
|
-
"name": "bm-avatar-group",
|
|
1225
|
-
"declaration": {
|
|
1226
|
-
"name": "BmAvatarGroup",
|
|
1227
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
]
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"kind": "javascript-module",
|
|
1234
|
-
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1235
|
-
"declarations": [],
|
|
1236
|
-
"exports": [
|
|
1237
|
-
{
|
|
1238
|
-
"kind": "js",
|
|
1239
|
-
"name": "*",
|
|
1240
|
-
"declaration": {
|
|
1241
|
-
"name": "*",
|
|
1242
|
-
"package": "./Avatar"
|
|
1243
|
-
}
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"kind": "js",
|
|
1247
|
-
"name": "*",
|
|
1248
|
-
"declaration": {
|
|
1249
|
-
"name": "*",
|
|
1250
|
-
"package": "./AvatarGroup"
|
|
1251
|
-
}
|
|
1252
|
-
}
|
|
1253
|
-
]
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"kind": "javascript-module",
|
|
1257
|
-
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1258
|
-
"declarations": [
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "class",
|
|
1261
|
-
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
1262
|
-
"name": "BmBox",
|
|
1263
|
-
"slots": [
|
|
1264
|
-
{
|
|
1265
|
-
"description": "Provide content for the Box",
|
|
1266
|
-
"name": "default"
|
|
1267
|
-
}
|
|
1268
|
-
],
|
|
1269
|
-
"members": [
|
|
1270
|
-
{
|
|
1271
|
-
"kind": "field",
|
|
1272
|
-
"name": "backgroundColor",
|
|
1273
|
-
"type": {
|
|
1274
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1275
|
-
},
|
|
1276
|
-
"description": "Specify the background color of a Box",
|
|
1277
|
-
"attribute": "backgroundColor"
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "field",
|
|
1281
|
-
"name": "borderColor",
|
|
1282
|
-
"type": {
|
|
1283
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1284
|
-
},
|
|
1285
|
-
"description": "Specify the border color of a Box",
|
|
1286
|
-
"attribute": "borderColor"
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
"kind": "field",
|
|
1290
|
-
"name": "borderWidth",
|
|
1291
|
-
"type": {
|
|
1292
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1293
|
-
},
|
|
1294
|
-
"description": "Specify the border width of a Box",
|
|
1295
|
-
"attribute": "borderWidth"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "field",
|
|
1299
|
-
"name": "borderRadius",
|
|
1300
|
-
"type": {
|
|
1301
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1302
|
-
},
|
|
1303
|
-
"description": "Specify the border radius of a Box",
|
|
1304
|
-
"attribute": "borderRadius"
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"kind": "field",
|
|
1308
|
-
"name": "px",
|
|
1309
|
-
"type": {
|
|
1310
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1311
|
-
},
|
|
1312
|
-
"description": "Specify before and after padding of a Box",
|
|
1313
|
-
"attribute": "px"
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"kind": "field",
|
|
1317
|
-
"name": "py",
|
|
1185
|
+
"name": "py",
|
|
1318
1186
|
"type": {
|
|
1319
1187
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1320
1188
|
},
|
|
@@ -1954,6 +1822,138 @@
|
|
|
1954
1822
|
}
|
|
1955
1823
|
]
|
|
1956
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "javascript-module",
|
|
1827
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1828
|
+
"declarations": [
|
|
1829
|
+
{
|
|
1830
|
+
"kind": "class",
|
|
1831
|
+
"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",
|
|
1832
|
+
"name": "BmBadgeDot",
|
|
1833
|
+
"slots": [
|
|
1834
|
+
{
|
|
1835
|
+
"description": "Provide text for the BadgeDot",
|
|
1836
|
+
"name": "default"
|
|
1837
|
+
}
|
|
1838
|
+
],
|
|
1839
|
+
"members": [
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "field",
|
|
1842
|
+
"name": "theme",
|
|
1843
|
+
"type": {
|
|
1844
|
+
"text": "'light' | 'dark' | undefined"
|
|
1845
|
+
},
|
|
1846
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1847
|
+
"attribute": "theme"
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"kind": "field",
|
|
1851
|
+
"name": "appearance",
|
|
1852
|
+
"type": {
|
|
1853
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1854
|
+
},
|
|
1855
|
+
"default": "'infoPrimary'",
|
|
1856
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1857
|
+
"attribute": "appearance"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "field",
|
|
1861
|
+
"name": "emphasis",
|
|
1862
|
+
"type": {
|
|
1863
|
+
"text": "'strong' | 'subtle'"
|
|
1864
|
+
},
|
|
1865
|
+
"default": "'strong'",
|
|
1866
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1867
|
+
"attribute": "emphasis"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
"kind": "field",
|
|
1871
|
+
"name": "overrideDotColor",
|
|
1872
|
+
"type": {
|
|
1873
|
+
"text": "string | undefined"
|
|
1874
|
+
},
|
|
1875
|
+
"description": "Overrides default dot color",
|
|
1876
|
+
"attribute": "overrideDotColor"
|
|
1877
|
+
}
|
|
1878
|
+
],
|
|
1879
|
+
"attributes": [
|
|
1880
|
+
{
|
|
1881
|
+
"name": "theme",
|
|
1882
|
+
"type": {
|
|
1883
|
+
"text": "'light' | 'dark' | undefined"
|
|
1884
|
+
},
|
|
1885
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1886
|
+
"fieldName": "theme"
|
|
1887
|
+
},
|
|
1888
|
+
{
|
|
1889
|
+
"name": "appearance",
|
|
1890
|
+
"type": {
|
|
1891
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1892
|
+
},
|
|
1893
|
+
"default": "'infoPrimary'",
|
|
1894
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1895
|
+
"fieldName": "appearance"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "emphasis",
|
|
1899
|
+
"type": {
|
|
1900
|
+
"text": "'strong' | 'subtle'"
|
|
1901
|
+
},
|
|
1902
|
+
"default": "'strong'",
|
|
1903
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1904
|
+
"fieldName": "emphasis"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"name": "overrideDotColor",
|
|
1908
|
+
"type": {
|
|
1909
|
+
"text": "string | undefined"
|
|
1910
|
+
},
|
|
1911
|
+
"description": "Overrides default dot color",
|
|
1912
|
+
"fieldName": "overrideDotColor"
|
|
1913
|
+
}
|
|
1914
|
+
],
|
|
1915
|
+
"superclass": {
|
|
1916
|
+
"name": "LitElement",
|
|
1917
|
+
"package": "lit"
|
|
1918
|
+
},
|
|
1919
|
+
"tagName": "bm-badge-dot",
|
|
1920
|
+
"customElement": true
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"exports": [
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "js",
|
|
1926
|
+
"name": "BmBadgeDot",
|
|
1927
|
+
"declaration": {
|
|
1928
|
+
"name": "BmBadgeDot",
|
|
1929
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"kind": "custom-element-definition",
|
|
1934
|
+
"name": "bm-badge-dot",
|
|
1935
|
+
"declaration": {
|
|
1936
|
+
"name": "BmBadgeDot",
|
|
1937
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1938
|
+
}
|
|
1939
|
+
}
|
|
1940
|
+
]
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"kind": "javascript-module",
|
|
1944
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1945
|
+
"declarations": [],
|
|
1946
|
+
"exports": [
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "js",
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"declaration": {
|
|
1951
|
+
"name": "*",
|
|
1952
|
+
"package": "./BadgeDot"
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1956
|
+
},
|
|
1957
1957
|
{
|
|
1958
1958
|
"kind": "javascript-module",
|
|
1959
1959
|
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
@@ -8382,439 +8382,199 @@
|
|
|
8382
8382
|
},
|
|
8383
8383
|
{
|
|
8384
8384
|
"kind": "javascript-module",
|
|
8385
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8385
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8386
8386
|
"declarations": [
|
|
8387
8387
|
{
|
|
8388
8388
|
"kind": "class",
|
|
8389
|
-
"description": "### Attributes:\n- **
|
|
8390
|
-
"name": "
|
|
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
|
-
],
|
|
8389
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
8390
|
+
"name": "BmRadioButton",
|
|
8405
8391
|
"members": [
|
|
8406
8392
|
{
|
|
8407
8393
|
"kind": "field",
|
|
8408
|
-
"name": "
|
|
8409
|
-
"type": {
|
|
8410
|
-
"text": "boolean"
|
|
8411
|
-
},
|
|
8412
|
-
"default": "false",
|
|
8413
|
-
"description": "Specify if NativeSelect is a required input",
|
|
8414
|
-
"attribute": "required"
|
|
8415
|
-
},
|
|
8416
|
-
{
|
|
8417
|
-
"kind": "field",
|
|
8418
|
-
"name": "readOnly",
|
|
8419
|
-
"type": {
|
|
8420
|
-
"text": "boolean"
|
|
8421
|
-
},
|
|
8422
|
-
"default": "false",
|
|
8423
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8424
|
-
"attribute": "readOnly"
|
|
8425
|
-
},
|
|
8426
|
-
{
|
|
8427
|
-
"kind": "field",
|
|
8428
|
-
"name": "disabled",
|
|
8394
|
+
"name": "label",
|
|
8429
8395
|
"type": {
|
|
8430
|
-
"text": "
|
|
8396
|
+
"text": "string | undefined"
|
|
8431
8397
|
},
|
|
8432
|
-
"
|
|
8433
|
-
"
|
|
8434
|
-
"attribute": "disabled"
|
|
8398
|
+
"description": "Specify the text for the label",
|
|
8399
|
+
"attribute": "label"
|
|
8435
8400
|
},
|
|
8436
8401
|
{
|
|
8437
8402
|
"kind": "field",
|
|
8438
8403
|
"name": "error",
|
|
8439
8404
|
"type": {
|
|
8440
|
-
"text": "
|
|
8405
|
+
"text": "boolean | undefined"
|
|
8441
8406
|
},
|
|
8442
|
-
"description": "Specify error text and display error state of a
|
|
8407
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8443
8408
|
"attribute": "error"
|
|
8444
8409
|
},
|
|
8445
8410
|
{
|
|
8446
8411
|
"kind": "field",
|
|
8447
|
-
"name": "
|
|
8448
|
-
"type": {
|
|
8449
|
-
"text": "boolean"
|
|
8450
|
-
},
|
|
8451
|
-
"default": "false",
|
|
8452
|
-
"description": "Specify if NativeSelect is fluid",
|
|
8453
|
-
"attribute": "fluid"
|
|
8454
|
-
},
|
|
8455
|
-
{
|
|
8456
|
-
"kind": "field",
|
|
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",
|
|
8468
|
-
"type": {
|
|
8469
|
-
"text": "string | undefined"
|
|
8470
|
-
},
|
|
8471
|
-
"description": "Specify the width of NativeSelect",
|
|
8472
|
-
"attribute": "width"
|
|
8473
|
-
},
|
|
8474
|
-
{
|
|
8475
|
-
"kind": "field",
|
|
8476
|
-
"name": "ellipse",
|
|
8477
|
-
"type": {
|
|
8478
|
-
"text": "boolean"
|
|
8479
|
-
},
|
|
8480
|
-
"default": "true",
|
|
8481
|
-
"description": "Specify if overflow displays ellipsis",
|
|
8482
|
-
"attribute": "ellipse"
|
|
8483
|
-
},
|
|
8484
|
-
{
|
|
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"
|
|
8493
|
-
},
|
|
8494
|
-
{
|
|
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"
|
|
8502
|
-
},
|
|
8503
|
-
{
|
|
8504
|
-
"kind": "method",
|
|
8505
|
-
"name": "finalizeAssociatedCallback",
|
|
8506
|
-
"return": {
|
|
8507
|
-
"type": {
|
|
8508
|
-
"text": "FinalizeAssociatedResult"
|
|
8509
|
-
}
|
|
8510
|
-
},
|
|
8511
|
-
"parameters": [
|
|
8512
|
-
{
|
|
8513
|
-
"name": "value",
|
|
8514
|
-
"type": {
|
|
8515
|
-
"text": "string"
|
|
8516
|
-
}
|
|
8517
|
-
}
|
|
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
|
-
},
|
|
8537
|
-
{
|
|
8538
|
-
"kind": "field",
|
|
8539
|
-
"name": "id",
|
|
8540
|
-
"type": {
|
|
8541
|
-
"text": "string"
|
|
8542
|
-
},
|
|
8543
|
-
"default": "''",
|
|
8544
|
-
"attribute": "id",
|
|
8545
|
-
"inheritedFrom": {
|
|
8546
|
-
"name": "FormField",
|
|
8547
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8548
|
-
}
|
|
8549
|
-
},
|
|
8550
|
-
{
|
|
8551
|
-
"kind": "field",
|
|
8552
|
-
"name": "name",
|
|
8553
|
-
"type": {
|
|
8554
|
-
"text": "string"
|
|
8555
|
-
},
|
|
8556
|
-
"default": "''",
|
|
8557
|
-
"attribute": "name",
|
|
8558
|
-
"inheritedFrom": {
|
|
8559
|
-
"name": "FormField",
|
|
8560
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8561
|
-
}
|
|
8562
|
-
},
|
|
8563
|
-
{
|
|
8564
|
-
"kind": "field",
|
|
8565
|
-
"name": "value",
|
|
8566
|
-
"type": {
|
|
8567
|
-
"text": "string"
|
|
8568
|
-
},
|
|
8569
|
-
"default": "''",
|
|
8570
|
-
"attribute": "value",
|
|
8571
|
-
"inheritedFrom": {
|
|
8572
|
-
"name": "FormField",
|
|
8573
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8574
|
-
}
|
|
8575
|
-
},
|
|
8576
|
-
{
|
|
8577
|
-
"kind": "field",
|
|
8578
|
-
"name": "validationRules",
|
|
8579
|
-
"type": {
|
|
8580
|
-
"text": "Array<FormValidator>"
|
|
8581
|
-
},
|
|
8582
|
-
"default": "[]",
|
|
8583
|
-
"attribute": "validationRules",
|
|
8584
|
-
"inheritedFrom": {
|
|
8585
|
-
"name": "FormField",
|
|
8586
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8587
|
-
}
|
|
8588
|
-
},
|
|
8589
|
-
{
|
|
8590
|
-
"kind": "field",
|
|
8591
|
-
"name": "inputAriaLabel",
|
|
8412
|
+
"name": "readOnly",
|
|
8592
8413
|
"type": {
|
|
8593
|
-
"text": "
|
|
8414
|
+
"text": "boolean | undefined"
|
|
8594
8415
|
},
|
|
8595
|
-
"
|
|
8596
|
-
"
|
|
8597
|
-
"name": "FormField",
|
|
8598
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8599
|
-
}
|
|
8416
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8417
|
+
"attribute": "readOnly"
|
|
8600
8418
|
},
|
|
8601
8419
|
{
|
|
8602
8420
|
"kind": "field",
|
|
8603
|
-
"name": "
|
|
8604
|
-
"type": {
|
|
8605
|
-
"text": "BmFormContext"
|
|
8606
|
-
},
|
|
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
|
-
}
|
|
8624
|
-
},
|
|
8625
|
-
{
|
|
8626
|
-
"kind": "method",
|
|
8627
|
-
"name": "formResetCallback",
|
|
8628
|
-
"return": {
|
|
8629
|
-
"type": {
|
|
8630
|
-
"text": "void"
|
|
8631
|
-
}
|
|
8632
|
-
},
|
|
8633
|
-
"inheritedFrom": {
|
|
8634
|
-
"name": "FormField",
|
|
8635
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8636
|
-
}
|
|
8637
|
-
}
|
|
8638
|
-
],
|
|
8639
|
-
"attributes": [
|
|
8640
|
-
{
|
|
8641
|
-
"name": "required",
|
|
8642
|
-
"type": {
|
|
8643
|
-
"text": "boolean"
|
|
8644
|
-
},
|
|
8645
|
-
"default": "false",
|
|
8646
|
-
"description": "Specify if NativeSelect is a required input",
|
|
8647
|
-
"fieldName": "required"
|
|
8648
|
-
},
|
|
8649
|
-
{
|
|
8650
|
-
"name": "readOnly",
|
|
8421
|
+
"name": "disabled",
|
|
8651
8422
|
"type": {
|
|
8652
|
-
"text": "boolean"
|
|
8423
|
+
"text": "boolean | undefined"
|
|
8653
8424
|
},
|
|
8654
|
-
"
|
|
8655
|
-
"
|
|
8656
|
-
"fieldName": "readOnly"
|
|
8425
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8426
|
+
"attribute": "disabled"
|
|
8657
8427
|
},
|
|
8658
8428
|
{
|
|
8659
|
-
"
|
|
8429
|
+
"kind": "field",
|
|
8430
|
+
"name": "theme",
|
|
8660
8431
|
"type": {
|
|
8661
|
-
"text": "
|
|
8432
|
+
"text": "'light' | 'dark' | undefined"
|
|
8662
8433
|
},
|
|
8663
|
-
"
|
|
8664
|
-
"
|
|
8665
|
-
"fieldName": "disabled"
|
|
8434
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8435
|
+
"attribute": "theme"
|
|
8666
8436
|
},
|
|
8667
8437
|
{
|
|
8668
|
-
"
|
|
8438
|
+
"kind": "field",
|
|
8439
|
+
"name": "value",
|
|
8669
8440
|
"type": {
|
|
8670
8441
|
"text": "string | undefined"
|
|
8671
8442
|
},
|
|
8672
|
-
"description": "
|
|
8673
|
-
"
|
|
8443
|
+
"description": "The value attribute for the input element",
|
|
8444
|
+
"attribute": "value"
|
|
8674
8445
|
},
|
|
8675
8446
|
{
|
|
8676
|
-
"
|
|
8447
|
+
"kind": "field",
|
|
8448
|
+
"name": "checked",
|
|
8677
8449
|
"type": {
|
|
8678
8450
|
"text": "boolean"
|
|
8679
8451
|
},
|
|
8680
8452
|
"default": "false",
|
|
8681
|
-
"description": "
|
|
8682
|
-
"
|
|
8453
|
+
"description": "The checked attribute for the input element",
|
|
8454
|
+
"attribute": "checked"
|
|
8683
8455
|
},
|
|
8684
8456
|
{
|
|
8685
|
-
"
|
|
8457
|
+
"kind": "field",
|
|
8458
|
+
"name": "onKeyDown",
|
|
8686
8459
|
"type": {
|
|
8687
|
-
"text": "
|
|
8460
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8688
8461
|
},
|
|
8689
|
-
"
|
|
8690
|
-
"
|
|
8691
|
-
"fieldName": "size"
|
|
8462
|
+
"description": "A user-defined function to handle keydown events",
|
|
8463
|
+
"attribute": "onKeyDown"
|
|
8692
8464
|
},
|
|
8693
8465
|
{
|
|
8694
|
-
"
|
|
8466
|
+
"kind": "field",
|
|
8467
|
+
"name": "inputChoiceGroupContext",
|
|
8695
8468
|
"type": {
|
|
8696
|
-
"text": "
|
|
8697
|
-
}
|
|
8698
|
-
"description": "Specify the width of NativeSelect",
|
|
8699
|
-
"fieldName": "width"
|
|
8469
|
+
"text": "InputChoiceGroupContextProps"
|
|
8470
|
+
}
|
|
8700
8471
|
},
|
|
8701
8472
|
{
|
|
8702
|
-
"
|
|
8473
|
+
"kind": "field",
|
|
8474
|
+
"name": "radioButtonRef"
|
|
8475
|
+
},
|
|
8476
|
+
{
|
|
8477
|
+
"kind": "method",
|
|
8478
|
+
"name": "focus"
|
|
8479
|
+
}
|
|
8480
|
+
],
|
|
8481
|
+
"attributes": [
|
|
8482
|
+
{
|
|
8483
|
+
"name": "label",
|
|
8703
8484
|
"type": {
|
|
8704
|
-
"text": "
|
|
8485
|
+
"text": "string | undefined"
|
|
8705
8486
|
},
|
|
8706
|
-
"
|
|
8707
|
-
"
|
|
8708
|
-
"fieldName": "ellipse"
|
|
8487
|
+
"description": "Specify the text for the label",
|
|
8488
|
+
"fieldName": "label"
|
|
8709
8489
|
},
|
|
8710
8490
|
{
|
|
8711
|
-
"name": "
|
|
8491
|
+
"name": "error",
|
|
8712
8492
|
"type": {
|
|
8713
|
-
"text": "boolean"
|
|
8493
|
+
"text": "boolean | undefined"
|
|
8714
8494
|
},
|
|
8715
|
-
"
|
|
8716
|
-
"
|
|
8717
|
-
"fieldName": "hideRequiredMarker"
|
|
8495
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8496
|
+
"fieldName": "error"
|
|
8718
8497
|
},
|
|
8719
8498
|
{
|
|
8720
|
-
"name": "
|
|
8499
|
+
"name": "readOnly",
|
|
8721
8500
|
"type": {
|
|
8722
|
-
"text": "
|
|
8501
|
+
"text": "boolean | undefined"
|
|
8723
8502
|
},
|
|
8724
|
-
"description": "Specify
|
|
8725
|
-
"fieldName": "
|
|
8503
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8504
|
+
"fieldName": "readOnly"
|
|
8726
8505
|
},
|
|
8727
8506
|
{
|
|
8728
|
-
"name": "
|
|
8507
|
+
"name": "disabled",
|
|
8729
8508
|
"type": {
|
|
8730
|
-
"text": "
|
|
8509
|
+
"text": "boolean | undefined"
|
|
8731
8510
|
},
|
|
8732
|
-
"
|
|
8733
|
-
"fieldName": "
|
|
8734
|
-
"inheritedFrom": {
|
|
8735
|
-
"name": "FormField",
|
|
8736
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8737
|
-
}
|
|
8511
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8512
|
+
"fieldName": "disabled"
|
|
8738
8513
|
},
|
|
8739
8514
|
{
|
|
8740
|
-
"name": "
|
|
8515
|
+
"name": "theme",
|
|
8741
8516
|
"type": {
|
|
8742
|
-
"text": "
|
|
8517
|
+
"text": "'light' | 'dark' | undefined"
|
|
8743
8518
|
},
|
|
8744
|
-
"
|
|
8745
|
-
"fieldName": "
|
|
8746
|
-
"inheritedFrom": {
|
|
8747
|
-
"name": "FormField",
|
|
8748
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8749
|
-
}
|
|
8519
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8520
|
+
"fieldName": "theme"
|
|
8750
8521
|
},
|
|
8751
8522
|
{
|
|
8752
8523
|
"name": "value",
|
|
8753
8524
|
"type": {
|
|
8754
|
-
"text": "string"
|
|
8525
|
+
"text": "string | undefined"
|
|
8755
8526
|
},
|
|
8756
|
-
"
|
|
8757
|
-
"fieldName": "value"
|
|
8758
|
-
"inheritedFrom": {
|
|
8759
|
-
"name": "FormField",
|
|
8760
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8761
|
-
}
|
|
8527
|
+
"description": "The value attribute for the input element",
|
|
8528
|
+
"fieldName": "value"
|
|
8762
8529
|
},
|
|
8763
8530
|
{
|
|
8764
|
-
"name": "
|
|
8531
|
+
"name": "checked",
|
|
8765
8532
|
"type": {
|
|
8766
|
-
"text": "
|
|
8533
|
+
"text": "boolean"
|
|
8767
8534
|
},
|
|
8768
|
-
"default": "
|
|
8769
|
-
"
|
|
8770
|
-
"
|
|
8771
|
-
"name": "FormField",
|
|
8772
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8773
|
-
}
|
|
8535
|
+
"default": "false",
|
|
8536
|
+
"description": "The checked attribute for the input element",
|
|
8537
|
+
"fieldName": "checked"
|
|
8774
8538
|
},
|
|
8775
8539
|
{
|
|
8776
|
-
"name": "
|
|
8540
|
+
"name": "onKeyDown",
|
|
8777
8541
|
"type": {
|
|
8778
|
-
"text": "
|
|
8542
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8779
8543
|
},
|
|
8780
|
-
"
|
|
8781
|
-
"
|
|
8782
|
-
"name": "FormField",
|
|
8783
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8784
|
-
}
|
|
8544
|
+
"description": "A user-defined function to handle keydown events",
|
|
8545
|
+
"fieldName": "onKeyDown"
|
|
8785
8546
|
}
|
|
8786
8547
|
],
|
|
8787
8548
|
"superclass": {
|
|
8788
|
-
"name": "
|
|
8789
|
-
"
|
|
8549
|
+
"name": "LitElement",
|
|
8550
|
+
"package": "lit"
|
|
8790
8551
|
},
|
|
8791
|
-
"
|
|
8792
|
-
"tagName": "bm-native-select",
|
|
8552
|
+
"tagName": "bm-radio-button",
|
|
8793
8553
|
"customElement": true
|
|
8794
8554
|
}
|
|
8795
8555
|
],
|
|
8796
8556
|
"exports": [
|
|
8797
8557
|
{
|
|
8798
8558
|
"kind": "js",
|
|
8799
|
-
"name": "
|
|
8559
|
+
"name": "BmRadioButton",
|
|
8800
8560
|
"declaration": {
|
|
8801
|
-
"name": "
|
|
8802
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8561
|
+
"name": "BmRadioButton",
|
|
8562
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8803
8563
|
}
|
|
8804
8564
|
},
|
|
8805
8565
|
{
|
|
8806
8566
|
"kind": "custom-element-definition",
|
|
8807
|
-
"name": "bm-
|
|
8567
|
+
"name": "bm-radio-button",
|
|
8808
8568
|
"declaration": {
|
|
8809
|
-
"name": "
|
|
8810
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8569
|
+
"name": "BmRadioButton",
|
|
8570
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8811
8571
|
}
|
|
8812
8572
|
}
|
|
8813
8573
|
]
|
|
8814
8574
|
},
|
|
8815
8575
|
{
|
|
8816
8576
|
"kind": "javascript-module",
|
|
8817
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8577
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8818
8578
|
"declarations": [],
|
|
8819
8579
|
"exports": [
|
|
8820
8580
|
{
|
|
@@ -8822,157 +8582,172 @@
|
|
|
8822
8582
|
"name": "*",
|
|
8823
8583
|
"declaration": {
|
|
8824
8584
|
"name": "*",
|
|
8825
|
-
"package": "./
|
|
8585
|
+
"package": "./RadioButton"
|
|
8586
|
+
}
|
|
8587
|
+
},
|
|
8588
|
+
{
|
|
8589
|
+
"kind": "js",
|
|
8590
|
+
"name": "*",
|
|
8591
|
+
"declaration": {
|
|
8592
|
+
"name": "*",
|
|
8593
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8826
8594
|
}
|
|
8827
8595
|
}
|
|
8828
8596
|
]
|
|
8829
8597
|
},
|
|
8830
8598
|
{
|
|
8831
8599
|
"kind": "javascript-module",
|
|
8832
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8600
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
8833
8601
|
"declarations": [
|
|
8834
8602
|
{
|
|
8835
8603
|
"kind": "class",
|
|
8836
|
-
"description": "`bm-
|
|
8837
|
-
"name": "
|
|
8604
|
+
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
8605
|
+
"name": "BmSwitch",
|
|
8606
|
+
"slots": [
|
|
8607
|
+
{
|
|
8608
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8609
|
+
"name": "onText"
|
|
8610
|
+
},
|
|
8611
|
+
{
|
|
8612
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8613
|
+
"name": "offText"
|
|
8614
|
+
}
|
|
8615
|
+
],
|
|
8838
8616
|
"members": [
|
|
8839
8617
|
{
|
|
8840
8618
|
"kind": "field",
|
|
8841
|
-
"name": "
|
|
8619
|
+
"name": "inputChoiceGroupContext",
|
|
8842
8620
|
"type": {
|
|
8843
|
-
"text": "
|
|
8844
|
-
}
|
|
8845
|
-
"description": "Specify the text for the label",
|
|
8846
|
-
"attribute": "label"
|
|
8621
|
+
"text": "InputChoiceGroupContextProps"
|
|
8622
|
+
}
|
|
8847
8623
|
},
|
|
8848
8624
|
{
|
|
8849
8625
|
"kind": "field",
|
|
8850
|
-
"name": "
|
|
8626
|
+
"name": "onText",
|
|
8851
8627
|
"type": {
|
|
8852
|
-
"text": "
|
|
8628
|
+
"text": "string | undefined"
|
|
8853
8629
|
},
|
|
8854
|
-
"
|
|
8855
|
-
"
|
|
8630
|
+
"default": "undefined",
|
|
8631
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8632
|
+
"attribute": "onText"
|
|
8856
8633
|
},
|
|
8857
8634
|
{
|
|
8858
8635
|
"kind": "field",
|
|
8859
|
-
"name": "
|
|
8636
|
+
"name": "offText",
|
|
8860
8637
|
"type": {
|
|
8861
|
-
"text": "
|
|
8638
|
+
"text": "string | undefined"
|
|
8862
8639
|
},
|
|
8863
|
-
"
|
|
8864
|
-
"
|
|
8640
|
+
"default": "undefined",
|
|
8641
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8642
|
+
"attribute": "offText"
|
|
8865
8643
|
},
|
|
8866
8644
|
{
|
|
8867
8645
|
"kind": "field",
|
|
8868
|
-
"name": "
|
|
8646
|
+
"name": "theme",
|
|
8869
8647
|
"type": {
|
|
8870
|
-
"text": "
|
|
8648
|
+
"text": "ThemeTypes | undefined"
|
|
8871
8649
|
},
|
|
8872
|
-
"
|
|
8873
|
-
"
|
|
8650
|
+
"default": "undefined",
|
|
8651
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
8874
8652
|
},
|
|
8875
8653
|
{
|
|
8876
8654
|
"kind": "field",
|
|
8877
|
-
"name": "
|
|
8655
|
+
"name": "textPosition",
|
|
8878
8656
|
"type": {
|
|
8879
|
-
"text": "'
|
|
8657
|
+
"text": "'before' | 'after'"
|
|
8880
8658
|
},
|
|
8881
|
-
"
|
|
8882
|
-
"
|
|
8659
|
+
"default": "'after'",
|
|
8660
|
+
"description": "Specify the position of the side label",
|
|
8661
|
+
"attribute": "textPosition"
|
|
8883
8662
|
},
|
|
8884
8663
|
{
|
|
8885
8664
|
"kind": "field",
|
|
8886
|
-
"name": "
|
|
8665
|
+
"name": "readOnly",
|
|
8887
8666
|
"type": {
|
|
8888
|
-
"text": "
|
|
8667
|
+
"text": "boolean"
|
|
8889
8668
|
},
|
|
8890
|
-
"
|
|
8891
|
-
"
|
|
8669
|
+
"default": "false",
|
|
8670
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
8671
|
+
"attribute": "readOnly"
|
|
8892
8672
|
},
|
|
8893
8673
|
{
|
|
8894
8674
|
"kind": "field",
|
|
8895
|
-
"name": "
|
|
8675
|
+
"name": "disabled",
|
|
8896
8676
|
"type": {
|
|
8897
8677
|
"text": "boolean"
|
|
8898
8678
|
},
|
|
8899
8679
|
"default": "false",
|
|
8900
|
-
"description": "
|
|
8901
|
-
"attribute": "
|
|
8680
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
8681
|
+
"attribute": "disabled"
|
|
8902
8682
|
},
|
|
8903
8683
|
{
|
|
8904
8684
|
"kind": "field",
|
|
8905
|
-
"name": "
|
|
8685
|
+
"name": "checked",
|
|
8906
8686
|
"type": {
|
|
8907
|
-
"text": "
|
|
8687
|
+
"text": "boolean"
|
|
8908
8688
|
},
|
|
8909
|
-
"
|
|
8910
|
-
"attribute": "
|
|
8689
|
+
"default": "false",
|
|
8690
|
+
"attribute": "checked"
|
|
8911
8691
|
},
|
|
8912
8692
|
{
|
|
8913
8693
|
"kind": "field",
|
|
8914
|
-
"name": "
|
|
8694
|
+
"name": "value",
|
|
8915
8695
|
"type": {
|
|
8916
|
-
"text": "
|
|
8917
|
-
}
|
|
8696
|
+
"text": "string | undefined"
|
|
8697
|
+
},
|
|
8698
|
+
"description": "The value attribute for the input element",
|
|
8699
|
+
"attribute": "value"
|
|
8918
8700
|
},
|
|
8919
8701
|
{
|
|
8920
8702
|
"kind": "field",
|
|
8921
|
-
"name": "
|
|
8922
|
-
},
|
|
8923
|
-
{
|
|
8924
|
-
"kind": "method",
|
|
8925
|
-
"name": "focus"
|
|
8703
|
+
"name": "switchRef"
|
|
8926
8704
|
}
|
|
8927
8705
|
],
|
|
8928
8706
|
"attributes": [
|
|
8929
8707
|
{
|
|
8930
|
-
"name": "
|
|
8708
|
+
"name": "onText",
|
|
8931
8709
|
"type": {
|
|
8932
8710
|
"text": "string | undefined"
|
|
8933
8711
|
},
|
|
8934
|
-
"
|
|
8935
|
-
"
|
|
8936
|
-
|
|
8937
|
-
{
|
|
8938
|
-
"name": "error",
|
|
8939
|
-
"type": {
|
|
8940
|
-
"text": "boolean | undefined"
|
|
8941
|
-
},
|
|
8942
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
8943
|
-
"fieldName": "error"
|
|
8712
|
+
"default": "undefined",
|
|
8713
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8714
|
+
"fieldName": "onText"
|
|
8944
8715
|
},
|
|
8945
8716
|
{
|
|
8946
|
-
"name": "
|
|
8717
|
+
"name": "offText",
|
|
8947
8718
|
"type": {
|
|
8948
|
-
"text": "
|
|
8719
|
+
"text": "string | undefined"
|
|
8949
8720
|
},
|
|
8950
|
-
"
|
|
8951
|
-
"
|
|
8721
|
+
"default": "undefined",
|
|
8722
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8723
|
+
"fieldName": "offText"
|
|
8952
8724
|
},
|
|
8953
8725
|
{
|
|
8954
|
-
"name": "
|
|
8726
|
+
"name": "textPosition",
|
|
8955
8727
|
"type": {
|
|
8956
|
-
"text": "
|
|
8728
|
+
"text": "'before' | 'after'"
|
|
8957
8729
|
},
|
|
8958
|
-
"
|
|
8959
|
-
"
|
|
8730
|
+
"default": "'after'",
|
|
8731
|
+
"description": "Specify the position of the side label",
|
|
8732
|
+
"fieldName": "textPosition"
|
|
8960
8733
|
},
|
|
8961
8734
|
{
|
|
8962
|
-
"name": "
|
|
8735
|
+
"name": "readOnly",
|
|
8963
8736
|
"type": {
|
|
8964
|
-
"text": "
|
|
8737
|
+
"text": "boolean"
|
|
8965
8738
|
},
|
|
8966
|
-
"
|
|
8967
|
-
"
|
|
8739
|
+
"default": "false",
|
|
8740
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
8741
|
+
"fieldName": "readOnly"
|
|
8968
8742
|
},
|
|
8969
8743
|
{
|
|
8970
|
-
"name": "
|
|
8744
|
+
"name": "disabled",
|
|
8971
8745
|
"type": {
|
|
8972
|
-
"text": "
|
|
8746
|
+
"text": "boolean"
|
|
8973
8747
|
},
|
|
8974
|
-
"
|
|
8975
|
-
"
|
|
8748
|
+
"default": "false",
|
|
8749
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
8750
|
+
"fieldName": "disabled"
|
|
8976
8751
|
},
|
|
8977
8752
|
{
|
|
8978
8753
|
"name": "checked",
|
|
@@ -8980,48 +8755,47 @@
|
|
|
8980
8755
|
"text": "boolean"
|
|
8981
8756
|
},
|
|
8982
8757
|
"default": "false",
|
|
8983
|
-
"description": "The checked attribute for the input element",
|
|
8984
8758
|
"fieldName": "checked"
|
|
8985
8759
|
},
|
|
8986
8760
|
{
|
|
8987
|
-
"name": "
|
|
8761
|
+
"name": "value",
|
|
8988
8762
|
"type": {
|
|
8989
|
-
"text": "
|
|
8763
|
+
"text": "string | undefined"
|
|
8990
8764
|
},
|
|
8991
|
-
"description": "
|
|
8992
|
-
"fieldName": "
|
|
8765
|
+
"description": "The value attribute for the input element",
|
|
8766
|
+
"fieldName": "value"
|
|
8993
8767
|
}
|
|
8994
8768
|
],
|
|
8995
8769
|
"superclass": {
|
|
8996
8770
|
"name": "LitElement",
|
|
8997
8771
|
"package": "lit"
|
|
8998
8772
|
},
|
|
8999
|
-
"tagName": "bm-
|
|
8773
|
+
"tagName": "bm-switch",
|
|
9000
8774
|
"customElement": true
|
|
9001
8775
|
}
|
|
9002
8776
|
],
|
|
9003
8777
|
"exports": [
|
|
9004
8778
|
{
|
|
9005
8779
|
"kind": "js",
|
|
9006
|
-
"name": "
|
|
8780
|
+
"name": "BmSwitch",
|
|
9007
8781
|
"declaration": {
|
|
9008
|
-
"name": "
|
|
9009
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8782
|
+
"name": "BmSwitch",
|
|
8783
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9010
8784
|
}
|
|
9011
8785
|
},
|
|
9012
8786
|
{
|
|
9013
8787
|
"kind": "custom-element-definition",
|
|
9014
|
-
"name": "bm-
|
|
8788
|
+
"name": "bm-switch",
|
|
9015
8789
|
"declaration": {
|
|
9016
|
-
"name": "
|
|
9017
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8790
|
+
"name": "BmSwitch",
|
|
8791
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9018
8792
|
}
|
|
9019
8793
|
}
|
|
9020
8794
|
]
|
|
9021
8795
|
},
|
|
9022
8796
|
{
|
|
9023
8797
|
"kind": "javascript-module",
|
|
9024
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8798
|
+
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
9025
8799
|
"declarations": [],
|
|
9026
8800
|
"exports": [
|
|
9027
8801
|
{
|
|
@@ -9029,7 +8803,7 @@
|
|
|
9029
8803
|
"name": "*",
|
|
9030
8804
|
"declaration": {
|
|
9031
8805
|
"name": "*",
|
|
9032
|
-
"package": "./
|
|
8806
|
+
"package": "./Switch"
|
|
9033
8807
|
}
|
|
9034
8808
|
},
|
|
9035
8809
|
{
|
|
@@ -9037,212 +8811,446 @@
|
|
|
9037
8811
|
"name": "*",
|
|
9038
8812
|
"declaration": {
|
|
9039
8813
|
"name": "*",
|
|
9040
|
-
"package": "./
|
|
8814
|
+
"package": "./SwitchGroup/SwitchGroup"
|
|
9041
8815
|
}
|
|
9042
8816
|
}
|
|
9043
8817
|
]
|
|
9044
8818
|
},
|
|
9045
8819
|
{
|
|
9046
8820
|
"kind": "javascript-module",
|
|
9047
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8821
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
9048
8822
|
"declarations": [
|
|
9049
8823
|
{
|
|
9050
8824
|
"kind": "class",
|
|
9051
|
-
"description": "
|
|
9052
|
-
"name": "
|
|
8825
|
+
"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",
|
|
8826
|
+
"name": "BmNativeSelect",
|
|
9053
8827
|
"slots": [
|
|
9054
8828
|
{
|
|
9055
|
-
"description": "Specify
|
|
9056
|
-
"name": "
|
|
8829
|
+
"description": "Specify Options for NativeSelect",
|
|
8830
|
+
"name": "slot"
|
|
9057
8831
|
},
|
|
9058
8832
|
{
|
|
9059
|
-
"description": "Specify
|
|
9060
|
-
"name": "
|
|
8833
|
+
"description": "Specify Label for NativeSelect",
|
|
8834
|
+
"name": "label"
|
|
8835
|
+
},
|
|
8836
|
+
{
|
|
8837
|
+
"description": "Specify HelperText for NativeSelect",
|
|
8838
|
+
"name": "helper-text"
|
|
9061
8839
|
}
|
|
9062
8840
|
],
|
|
9063
8841
|
"members": [
|
|
9064
8842
|
{
|
|
9065
8843
|
"kind": "field",
|
|
9066
|
-
"name": "
|
|
8844
|
+
"name": "required",
|
|
8845
|
+
"type": {
|
|
8846
|
+
"text": "boolean"
|
|
8847
|
+
},
|
|
8848
|
+
"default": "false",
|
|
8849
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8850
|
+
"attribute": "required"
|
|
8851
|
+
},
|
|
8852
|
+
{
|
|
8853
|
+
"kind": "field",
|
|
8854
|
+
"name": "readOnly",
|
|
8855
|
+
"type": {
|
|
8856
|
+
"text": "boolean"
|
|
8857
|
+
},
|
|
8858
|
+
"default": "false",
|
|
8859
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8860
|
+
"attribute": "readOnly"
|
|
8861
|
+
},
|
|
8862
|
+
{
|
|
8863
|
+
"kind": "field",
|
|
8864
|
+
"name": "disabled",
|
|
8865
|
+
"type": {
|
|
8866
|
+
"text": "boolean"
|
|
8867
|
+
},
|
|
8868
|
+
"default": "false",
|
|
8869
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8870
|
+
"attribute": "disabled"
|
|
8871
|
+
},
|
|
8872
|
+
{
|
|
8873
|
+
"kind": "field",
|
|
8874
|
+
"name": "error",
|
|
8875
|
+
"type": {
|
|
8876
|
+
"text": "string | undefined"
|
|
8877
|
+
},
|
|
8878
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8879
|
+
"attribute": "error"
|
|
8880
|
+
},
|
|
8881
|
+
{
|
|
8882
|
+
"kind": "field",
|
|
8883
|
+
"name": "fluid",
|
|
8884
|
+
"type": {
|
|
8885
|
+
"text": "boolean"
|
|
8886
|
+
},
|
|
8887
|
+
"default": "false",
|
|
8888
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8889
|
+
"attribute": "fluid"
|
|
8890
|
+
},
|
|
8891
|
+
{
|
|
8892
|
+
"kind": "field",
|
|
8893
|
+
"name": "size",
|
|
8894
|
+
"type": {
|
|
8895
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
8896
|
+
},
|
|
8897
|
+
"default": "defaultInputSize",
|
|
8898
|
+
"description": "Specify the size of NativeSelect",
|
|
8899
|
+
"attribute": "size"
|
|
8900
|
+
},
|
|
8901
|
+
{
|
|
8902
|
+
"kind": "field",
|
|
8903
|
+
"name": "width",
|
|
8904
|
+
"type": {
|
|
8905
|
+
"text": "string | undefined"
|
|
8906
|
+
},
|
|
8907
|
+
"description": "Specify the width of NativeSelect",
|
|
8908
|
+
"attribute": "width"
|
|
8909
|
+
},
|
|
8910
|
+
{
|
|
8911
|
+
"kind": "field",
|
|
8912
|
+
"name": "ellipse",
|
|
8913
|
+
"type": {
|
|
8914
|
+
"text": "boolean"
|
|
8915
|
+
},
|
|
8916
|
+
"default": "true",
|
|
8917
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8918
|
+
"attribute": "ellipse"
|
|
8919
|
+
},
|
|
8920
|
+
{
|
|
8921
|
+
"kind": "field",
|
|
8922
|
+
"name": "hideRequiredMarker",
|
|
8923
|
+
"type": {
|
|
8924
|
+
"text": "boolean"
|
|
8925
|
+
},
|
|
8926
|
+
"default": "false",
|
|
8927
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8928
|
+
"attribute": "hideRequiredMarker"
|
|
8929
|
+
},
|
|
8930
|
+
{
|
|
8931
|
+
"kind": "field",
|
|
8932
|
+
"name": "theme",
|
|
8933
|
+
"type": {
|
|
8934
|
+
"text": "'light' | 'dark' | undefined"
|
|
8935
|
+
},
|
|
8936
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8937
|
+
"attribute": "theme"
|
|
8938
|
+
},
|
|
8939
|
+
{
|
|
8940
|
+
"kind": "method",
|
|
8941
|
+
"name": "finalizeAssociatedCallback",
|
|
8942
|
+
"return": {
|
|
8943
|
+
"type": {
|
|
8944
|
+
"text": "FinalizeAssociatedResult"
|
|
8945
|
+
}
|
|
8946
|
+
},
|
|
8947
|
+
"parameters": [
|
|
8948
|
+
{
|
|
8949
|
+
"name": "value",
|
|
8950
|
+
"type": {
|
|
8951
|
+
"text": "string"
|
|
8952
|
+
}
|
|
8953
|
+
}
|
|
8954
|
+
],
|
|
8955
|
+
"inheritedFrom": {
|
|
8956
|
+
"name": "FormField",
|
|
8957
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8958
|
+
}
|
|
8959
|
+
},
|
|
8960
|
+
{
|
|
8961
|
+
"kind": "field",
|
|
8962
|
+
"name": "formAssociated",
|
|
8963
|
+
"type": {
|
|
8964
|
+
"text": "boolean"
|
|
8965
|
+
},
|
|
8966
|
+
"static": true,
|
|
8967
|
+
"default": "true",
|
|
8968
|
+
"inheritedFrom": {
|
|
8969
|
+
"name": "FormField",
|
|
8970
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8971
|
+
}
|
|
8972
|
+
},
|
|
8973
|
+
{
|
|
8974
|
+
"kind": "field",
|
|
8975
|
+
"name": "id",
|
|
8976
|
+
"type": {
|
|
8977
|
+
"text": "string"
|
|
8978
|
+
},
|
|
8979
|
+
"default": "''",
|
|
8980
|
+
"attribute": "id",
|
|
8981
|
+
"inheritedFrom": {
|
|
8982
|
+
"name": "FormField",
|
|
8983
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8984
|
+
}
|
|
8985
|
+
},
|
|
8986
|
+
{
|
|
8987
|
+
"kind": "field",
|
|
8988
|
+
"name": "name",
|
|
9067
8989
|
"type": {
|
|
9068
|
-
"text": "
|
|
8990
|
+
"text": "string"
|
|
8991
|
+
},
|
|
8992
|
+
"default": "''",
|
|
8993
|
+
"attribute": "name",
|
|
8994
|
+
"inheritedFrom": {
|
|
8995
|
+
"name": "FormField",
|
|
8996
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9069
8997
|
}
|
|
9070
8998
|
},
|
|
9071
8999
|
{
|
|
9072
9000
|
"kind": "field",
|
|
9073
|
-
"name": "
|
|
9001
|
+
"name": "value",
|
|
9074
9002
|
"type": {
|
|
9075
|
-
"text": "string
|
|
9003
|
+
"text": "string"
|
|
9076
9004
|
},
|
|
9077
|
-
"default": "
|
|
9078
|
-
"
|
|
9079
|
-
"
|
|
9005
|
+
"default": "''",
|
|
9006
|
+
"attribute": "value",
|
|
9007
|
+
"inheritedFrom": {
|
|
9008
|
+
"name": "FormField",
|
|
9009
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9010
|
+
}
|
|
9080
9011
|
},
|
|
9081
9012
|
{
|
|
9082
9013
|
"kind": "field",
|
|
9083
|
-
"name": "
|
|
9014
|
+
"name": "validationRules",
|
|
9084
9015
|
"type": {
|
|
9085
|
-
"text": "
|
|
9016
|
+
"text": "Array<FormValidator>"
|
|
9086
9017
|
},
|
|
9087
|
-
"default": "
|
|
9088
|
-
"
|
|
9089
|
-
"
|
|
9018
|
+
"default": "[]",
|
|
9019
|
+
"attribute": "validationRules",
|
|
9020
|
+
"inheritedFrom": {
|
|
9021
|
+
"name": "FormField",
|
|
9022
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9023
|
+
}
|
|
9090
9024
|
},
|
|
9091
9025
|
{
|
|
9092
9026
|
"kind": "field",
|
|
9093
|
-
"name": "
|
|
9027
|
+
"name": "inputAriaLabel",
|
|
9094
9028
|
"type": {
|
|
9095
|
-
"text": "
|
|
9029
|
+
"text": "string | undefined"
|
|
9096
9030
|
},
|
|
9097
|
-
"
|
|
9098
|
-
"
|
|
9031
|
+
"attribute": "input-aria-label",
|
|
9032
|
+
"inheritedFrom": {
|
|
9033
|
+
"name": "FormField",
|
|
9034
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9035
|
+
}
|
|
9099
9036
|
},
|
|
9100
9037
|
{
|
|
9101
9038
|
"kind": "field",
|
|
9102
|
-
"name": "
|
|
9039
|
+
"name": "formContext",
|
|
9103
9040
|
"type": {
|
|
9104
|
-
"text": "
|
|
9041
|
+
"text": "BmFormContext"
|
|
9105
9042
|
},
|
|
9106
|
-
"
|
|
9107
|
-
|
|
9108
|
-
|
|
9043
|
+
"inheritedFrom": {
|
|
9044
|
+
"name": "FormField",
|
|
9045
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9046
|
+
}
|
|
9109
9047
|
},
|
|
9110
9048
|
{
|
|
9111
|
-
"kind": "
|
|
9112
|
-
"name": "
|
|
9049
|
+
"kind": "method",
|
|
9050
|
+
"name": "formAssociatedCallback",
|
|
9051
|
+
"return": {
|
|
9052
|
+
"type": {
|
|
9053
|
+
"text": "void"
|
|
9054
|
+
}
|
|
9055
|
+
},
|
|
9056
|
+
"inheritedFrom": {
|
|
9057
|
+
"name": "FormField",
|
|
9058
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9059
|
+
}
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"kind": "method",
|
|
9063
|
+
"name": "formResetCallback",
|
|
9064
|
+
"return": {
|
|
9065
|
+
"type": {
|
|
9066
|
+
"text": "void"
|
|
9067
|
+
}
|
|
9068
|
+
},
|
|
9069
|
+
"inheritedFrom": {
|
|
9070
|
+
"name": "FormField",
|
|
9071
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9072
|
+
}
|
|
9073
|
+
}
|
|
9074
|
+
],
|
|
9075
|
+
"attributes": [
|
|
9076
|
+
{
|
|
9077
|
+
"name": "required",
|
|
9113
9078
|
"type": {
|
|
9114
9079
|
"text": "boolean"
|
|
9115
9080
|
},
|
|
9116
9081
|
"default": "false",
|
|
9117
|
-
"description": "Specify if
|
|
9118
|
-
"
|
|
9082
|
+
"description": "Specify if NativeSelect is a required input",
|
|
9083
|
+
"fieldName": "required"
|
|
9119
9084
|
},
|
|
9120
9085
|
{
|
|
9121
|
-
"
|
|
9122
|
-
"name": "disabled",
|
|
9086
|
+
"name": "readOnly",
|
|
9123
9087
|
"type": {
|
|
9124
9088
|
"text": "boolean"
|
|
9125
9089
|
},
|
|
9126
9090
|
"default": "false",
|
|
9127
|
-
"description": "Specify if
|
|
9128
|
-
"
|
|
9091
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
9092
|
+
"fieldName": "readOnly"
|
|
9129
9093
|
},
|
|
9130
9094
|
{
|
|
9131
|
-
"
|
|
9132
|
-
"name": "checked",
|
|
9095
|
+
"name": "disabled",
|
|
9133
9096
|
"type": {
|
|
9134
9097
|
"text": "boolean"
|
|
9135
9098
|
},
|
|
9136
9099
|
"default": "false",
|
|
9137
|
-
"
|
|
9100
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
9101
|
+
"fieldName": "disabled"
|
|
9138
9102
|
},
|
|
9139
9103
|
{
|
|
9140
|
-
"
|
|
9141
|
-
"name": "value",
|
|
9104
|
+
"name": "error",
|
|
9142
9105
|
"type": {
|
|
9143
9106
|
"text": "string | undefined"
|
|
9144
9107
|
},
|
|
9145
|
-
"description": "
|
|
9146
|
-
"
|
|
9108
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
9109
|
+
"fieldName": "error"
|
|
9147
9110
|
},
|
|
9148
9111
|
{
|
|
9149
|
-
"
|
|
9150
|
-
"
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
|
|
9112
|
+
"name": "fluid",
|
|
9113
|
+
"type": {
|
|
9114
|
+
"text": "boolean"
|
|
9115
|
+
},
|
|
9116
|
+
"default": "false",
|
|
9117
|
+
"description": "Specify if NativeSelect is fluid",
|
|
9118
|
+
"fieldName": "fluid"
|
|
9119
|
+
},
|
|
9154
9120
|
{
|
|
9155
|
-
"name": "
|
|
9121
|
+
"name": "size",
|
|
9156
9122
|
"type": {
|
|
9157
|
-
"text": "
|
|
9123
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
9158
9124
|
},
|
|
9159
|
-
"default": "
|
|
9160
|
-
"description": "Specify
|
|
9161
|
-
"fieldName": "
|
|
9125
|
+
"default": "defaultInputSize",
|
|
9126
|
+
"description": "Specify the size of NativeSelect",
|
|
9127
|
+
"fieldName": "size"
|
|
9162
9128
|
},
|
|
9163
9129
|
{
|
|
9164
|
-
"name": "
|
|
9130
|
+
"name": "width",
|
|
9165
9131
|
"type": {
|
|
9166
9132
|
"text": "string | undefined"
|
|
9167
9133
|
},
|
|
9168
|
-
"
|
|
9169
|
-
"
|
|
9170
|
-
"fieldName": "offText"
|
|
9134
|
+
"description": "Specify the width of NativeSelect",
|
|
9135
|
+
"fieldName": "width"
|
|
9171
9136
|
},
|
|
9172
9137
|
{
|
|
9173
|
-
"name": "
|
|
9138
|
+
"name": "ellipse",
|
|
9174
9139
|
"type": {
|
|
9175
|
-
"text": "
|
|
9140
|
+
"text": "boolean"
|
|
9176
9141
|
},
|
|
9177
|
-
"default": "
|
|
9178
|
-
"description": "Specify
|
|
9179
|
-
"fieldName": "
|
|
9142
|
+
"default": "true",
|
|
9143
|
+
"description": "Specify if overflow displays ellipsis",
|
|
9144
|
+
"fieldName": "ellipse"
|
|
9180
9145
|
},
|
|
9181
9146
|
{
|
|
9182
|
-
"name": "
|
|
9147
|
+
"name": "hideRequiredMarker",
|
|
9183
9148
|
"type": {
|
|
9184
9149
|
"text": "boolean"
|
|
9185
9150
|
},
|
|
9186
9151
|
"default": "false",
|
|
9187
|
-
"description": "Specify if
|
|
9188
|
-
"fieldName": "
|
|
9152
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
9153
|
+
"fieldName": "hideRequiredMarker"
|
|
9189
9154
|
},
|
|
9190
9155
|
{
|
|
9191
|
-
"name": "
|
|
9156
|
+
"name": "theme",
|
|
9192
9157
|
"type": {
|
|
9193
|
-
"text": "
|
|
9158
|
+
"text": "'light' | 'dark' | undefined"
|
|
9194
9159
|
},
|
|
9195
|
-
"
|
|
9196
|
-
"
|
|
9197
|
-
"fieldName": "disabled"
|
|
9160
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
9161
|
+
"fieldName": "theme"
|
|
9198
9162
|
},
|
|
9199
9163
|
{
|
|
9200
|
-
"name": "
|
|
9164
|
+
"name": "id",
|
|
9201
9165
|
"type": {
|
|
9202
|
-
"text": "
|
|
9166
|
+
"text": "string"
|
|
9203
9167
|
},
|
|
9204
|
-
"default": "
|
|
9205
|
-
"fieldName": "
|
|
9168
|
+
"default": "''",
|
|
9169
|
+
"fieldName": "id",
|
|
9170
|
+
"inheritedFrom": {
|
|
9171
|
+
"name": "FormField",
|
|
9172
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9173
|
+
}
|
|
9174
|
+
},
|
|
9175
|
+
{
|
|
9176
|
+
"name": "name",
|
|
9177
|
+
"type": {
|
|
9178
|
+
"text": "string"
|
|
9179
|
+
},
|
|
9180
|
+
"default": "''",
|
|
9181
|
+
"fieldName": "name",
|
|
9182
|
+
"inheritedFrom": {
|
|
9183
|
+
"name": "FormField",
|
|
9184
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9185
|
+
}
|
|
9206
9186
|
},
|
|
9207
9187
|
{
|
|
9208
9188
|
"name": "value",
|
|
9189
|
+
"type": {
|
|
9190
|
+
"text": "string"
|
|
9191
|
+
},
|
|
9192
|
+
"default": "''",
|
|
9193
|
+
"fieldName": "value",
|
|
9194
|
+
"inheritedFrom": {
|
|
9195
|
+
"name": "FormField",
|
|
9196
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9197
|
+
}
|
|
9198
|
+
},
|
|
9199
|
+
{
|
|
9200
|
+
"name": "validationRules",
|
|
9201
|
+
"type": {
|
|
9202
|
+
"text": "Array<FormValidator>"
|
|
9203
|
+
},
|
|
9204
|
+
"default": "[]",
|
|
9205
|
+
"fieldName": "validationRules",
|
|
9206
|
+
"inheritedFrom": {
|
|
9207
|
+
"name": "FormField",
|
|
9208
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9209
|
+
}
|
|
9210
|
+
},
|
|
9211
|
+
{
|
|
9212
|
+
"name": "input-aria-label",
|
|
9209
9213
|
"type": {
|
|
9210
9214
|
"text": "string | undefined"
|
|
9211
9215
|
},
|
|
9212
|
-
"
|
|
9213
|
-
"
|
|
9216
|
+
"fieldName": "inputAriaLabel",
|
|
9217
|
+
"inheritedFrom": {
|
|
9218
|
+
"name": "FormField",
|
|
9219
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9220
|
+
}
|
|
9214
9221
|
}
|
|
9215
9222
|
],
|
|
9216
9223
|
"superclass": {
|
|
9217
|
-
"name": "
|
|
9218
|
-
"
|
|
9224
|
+
"name": "FormField",
|
|
9225
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9219
9226
|
},
|
|
9220
|
-
"
|
|
9227
|
+
"summary": "`bm-native-select`",
|
|
9228
|
+
"tagName": "bm-native-select",
|
|
9221
9229
|
"customElement": true
|
|
9222
9230
|
}
|
|
9223
9231
|
],
|
|
9224
9232
|
"exports": [
|
|
9225
9233
|
{
|
|
9226
9234
|
"kind": "js",
|
|
9227
|
-
"name": "
|
|
9235
|
+
"name": "BmNativeSelect",
|
|
9228
9236
|
"declaration": {
|
|
9229
|
-
"name": "
|
|
9230
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9237
|
+
"name": "BmNativeSelect",
|
|
9238
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
9231
9239
|
}
|
|
9232
9240
|
},
|
|
9233
9241
|
{
|
|
9234
9242
|
"kind": "custom-element-definition",
|
|
9235
|
-
"name": "bm-
|
|
9243
|
+
"name": "bm-native-select",
|
|
9236
9244
|
"declaration": {
|
|
9237
|
-
"name": "
|
|
9238
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9245
|
+
"name": "BmNativeSelect",
|
|
9246
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
9239
9247
|
}
|
|
9240
9248
|
}
|
|
9241
9249
|
]
|
|
9242
9250
|
},
|
|
9243
9251
|
{
|
|
9244
9252
|
"kind": "javascript-module",
|
|
9245
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9253
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
9246
9254
|
"declarations": [],
|
|
9247
9255
|
"exports": [
|
|
9248
9256
|
{
|
|
@@ -9250,15 +9258,7 @@
|
|
|
9250
9258
|
"name": "*",
|
|
9251
9259
|
"declaration": {
|
|
9252
9260
|
"name": "*",
|
|
9253
|
-
"package": "./
|
|
9254
|
-
}
|
|
9255
|
-
},
|
|
9256
|
-
{
|
|
9257
|
-
"kind": "js",
|
|
9258
|
-
"name": "*",
|
|
9259
|
-
"declaration": {
|
|
9260
|
-
"name": "*",
|
|
9261
|
-
"package": "./SwitchGroup/SwitchGroup"
|
|
9261
|
+
"package": "./NativeSelect"
|
|
9262
9262
|
}
|
|
9263
9263
|
}
|
|
9264
9264
|
]
|