@viasat/beam-web-components 2.66.0 → 2.67.1
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 +1603 -1603
- package/package.json +6 -6
- package/vscode.html-custom-data.json +264 -264
package/custom-elements.json
CHANGED
|
@@ -294,428 +294,516 @@
|
|
|
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
|
-
},
|
|
589
|
-
{
|
|
590
|
-
"description": "Specify a different icon for the Badge",
|
|
591
|
-
"name": "icon"
|
|
592
554
|
}
|
|
593
555
|
],
|
|
594
556
|
"members": [
|
|
595
557
|
{
|
|
596
558
|
"kind": "field",
|
|
597
|
-
"name": "
|
|
559
|
+
"name": "wrapping",
|
|
598
560
|
"type": {
|
|
599
|
-
"text": "
|
|
561
|
+
"text": "boolean"
|
|
600
562
|
},
|
|
601
|
-
"default": "
|
|
602
|
-
"description": "Specify the
|
|
603
|
-
"attribute": "
|
|
563
|
+
"default": "false",
|
|
564
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
565
|
+
"attribute": "wrapping"
|
|
604
566
|
},
|
|
605
567
|
{
|
|
606
568
|
"kind": "field",
|
|
607
|
-
"name": "
|
|
569
|
+
"name": "maxCount",
|
|
608
570
|
"type": {
|
|
609
|
-
"text": "
|
|
571
|
+
"text": "number"
|
|
610
572
|
},
|
|
611
|
-
"
|
|
612
|
-
"
|
|
573
|
+
"default": "5",
|
|
574
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
575
|
+
"attribute": "maxCount",
|
|
576
|
+
"reflects": true
|
|
613
577
|
},
|
|
614
578
|
{
|
|
615
579
|
"kind": "field",
|
|
616
580
|
"name": "size",
|
|
617
581
|
"type": {
|
|
618
|
-
"text": "'sm' | 'md' |
|
|
582
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
619
583
|
},
|
|
620
|
-
"default": "'
|
|
621
|
-
"description": "Specify the size of
|
|
584
|
+
"default": "'md'",
|
|
585
|
+
"description": "Specify the size of all Avatars",
|
|
622
586
|
"attribute": "size"
|
|
623
587
|
},
|
|
624
588
|
{
|
|
625
589
|
"kind": "field",
|
|
626
|
-
"name": "
|
|
590
|
+
"name": "layout",
|
|
627
591
|
"type": {
|
|
628
|
-
"text": "'
|
|
592
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
629
593
|
},
|
|
630
|
-
"default": "'
|
|
631
|
-
"description": "Specify the
|
|
632
|
-
"attribute": "
|
|
594
|
+
"default": "'stacked'",
|
|
595
|
+
"description": "Specify the kind of the group.",
|
|
596
|
+
"attribute": "layout"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"attributes": [
|
|
600
|
+
{
|
|
601
|
+
"name": "wrapping",
|
|
602
|
+
"type": {
|
|
603
|
+
"text": "boolean"
|
|
604
|
+
},
|
|
605
|
+
"default": "false",
|
|
606
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
607
|
+
"fieldName": "wrapping"
|
|
633
608
|
},
|
|
634
609
|
{
|
|
635
|
-
"
|
|
636
|
-
"name": "hideIcon",
|
|
610
|
+
"name": "maxCount",
|
|
637
611
|
"type": {
|
|
638
|
-
"text": "
|
|
612
|
+
"text": "number"
|
|
639
613
|
},
|
|
640
|
-
"
|
|
641
|
-
"
|
|
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"
|
|
642
635
|
}
|
|
643
636
|
],
|
|
644
|
-
"
|
|
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/BadgeDot/BadgeDot.ts",
|
|
690
|
+
"declarations": [
|
|
691
|
+
{
|
|
692
|
+
"kind": "class",
|
|
693
|
+
"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",
|
|
694
|
+
"name": "BmBadgeDot",
|
|
695
|
+
"slots": [
|
|
696
|
+
{
|
|
697
|
+
"description": "Provide text for the BadgeDot",
|
|
698
|
+
"name": "default"
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"members": [
|
|
702
|
+
{
|
|
703
|
+
"kind": "field",
|
|
704
|
+
"name": "theme",
|
|
705
|
+
"type": {
|
|
706
|
+
"text": "'light' | 'dark' | undefined"
|
|
707
|
+
},
|
|
708
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
709
|
+
"attribute": "theme"
|
|
710
|
+
},
|
|
645
711
|
{
|
|
712
|
+
"kind": "field",
|
|
646
713
|
"name": "appearance",
|
|
647
714
|
"type": {
|
|
648
715
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
649
716
|
},
|
|
650
717
|
"default": "'infoPrimary'",
|
|
651
|
-
"description": "Specify the appearance of the
|
|
652
|
-
"
|
|
718
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
719
|
+
"attribute": "appearance"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"kind": "field",
|
|
723
|
+
"name": "emphasis",
|
|
724
|
+
"type": {
|
|
725
|
+
"text": "'strong' | 'subtle'"
|
|
726
|
+
},
|
|
727
|
+
"default": "'strong'",
|
|
728
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
729
|
+
"attribute": "emphasis"
|
|
653
730
|
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "field",
|
|
733
|
+
"name": "overrideDotColor",
|
|
734
|
+
"type": {
|
|
735
|
+
"text": "string | undefined"
|
|
736
|
+
},
|
|
737
|
+
"description": "Overrides default dot color",
|
|
738
|
+
"attribute": "overrideDotColor"
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"attributes": [
|
|
654
742
|
{
|
|
655
743
|
"name": "theme",
|
|
656
744
|
"type": {
|
|
657
745
|
"text": "'light' | 'dark' | undefined"
|
|
658
746
|
},
|
|
659
|
-
"description": "
|
|
747
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
660
748
|
"fieldName": "theme"
|
|
661
749
|
},
|
|
662
750
|
{
|
|
663
|
-
"name": "
|
|
751
|
+
"name": "appearance",
|
|
664
752
|
"type": {
|
|
665
|
-
"text": "'
|
|
753
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
666
754
|
},
|
|
667
|
-
"default": "'
|
|
668
|
-
"description": "Specify the
|
|
669
|
-
"fieldName": "
|
|
755
|
+
"default": "'infoPrimary'",
|
|
756
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
757
|
+
"fieldName": "appearance"
|
|
670
758
|
},
|
|
671
759
|
{
|
|
672
760
|
"name": "emphasis",
|
|
673
761
|
"type": {
|
|
674
|
-
"text": "'strong' | '
|
|
762
|
+
"text": "'strong' | 'subtle'"
|
|
675
763
|
},
|
|
676
764
|
"default": "'strong'",
|
|
677
|
-
"description": "Specify the emphasis of the
|
|
765
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
678
766
|
"fieldName": "emphasis"
|
|
679
767
|
},
|
|
680
768
|
{
|
|
681
|
-
"name": "
|
|
769
|
+
"name": "overrideDotColor",
|
|
682
770
|
"type": {
|
|
683
|
-
"text": "
|
|
771
|
+
"text": "string | undefined"
|
|
684
772
|
},
|
|
685
|
-
"description": "
|
|
686
|
-
"fieldName": "
|
|
773
|
+
"description": "Overrides default dot color",
|
|
774
|
+
"fieldName": "overrideDotColor"
|
|
687
775
|
}
|
|
688
776
|
],
|
|
689
777
|
"superclass": {
|
|
690
778
|
"name": "LitElement",
|
|
691
779
|
"package": "lit"
|
|
692
780
|
},
|
|
693
|
-
"tagName": "bm-badge",
|
|
781
|
+
"tagName": "bm-badge-dot",
|
|
694
782
|
"customElement": true
|
|
695
783
|
}
|
|
696
784
|
],
|
|
697
785
|
"exports": [
|
|
698
786
|
{
|
|
699
787
|
"kind": "js",
|
|
700
|
-
"name": "
|
|
788
|
+
"name": "BmBadgeDot",
|
|
701
789
|
"declaration": {
|
|
702
|
-
"name": "
|
|
703
|
-
"module": "libs/web-components/src/lib/
|
|
790
|
+
"name": "BmBadgeDot",
|
|
791
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
704
792
|
}
|
|
705
793
|
},
|
|
706
794
|
{
|
|
707
795
|
"kind": "custom-element-definition",
|
|
708
|
-
"name": "bm-badge",
|
|
796
|
+
"name": "bm-badge-dot",
|
|
709
797
|
"declaration": {
|
|
710
|
-
"name": "
|
|
711
|
-
"module": "libs/web-components/src/lib/
|
|
798
|
+
"name": "BmBadgeDot",
|
|
799
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
712
800
|
}
|
|
713
801
|
}
|
|
714
802
|
]
|
|
715
803
|
},
|
|
716
804
|
{
|
|
717
805
|
"kind": "javascript-module",
|
|
718
|
-
"path": "libs/web-components/src/lib/
|
|
806
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
719
807
|
"declarations": [],
|
|
720
808
|
"exports": [
|
|
721
809
|
{
|
|
@@ -723,7 +811,7 @@
|
|
|
723
811
|
"name": "*",
|
|
724
812
|
"declaration": {
|
|
725
813
|
"name": "*",
|
|
726
|
-
"package": "./
|
|
814
|
+
"package": "./BadgeDot"
|
|
727
815
|
}
|
|
728
816
|
}
|
|
729
817
|
]
|
|
@@ -1432,256 +1520,273 @@
|
|
|
1432
1520
|
},
|
|
1433
1521
|
{
|
|
1434
1522
|
"kind": "javascript-module",
|
|
1435
|
-
"path": "libs/web-components/src/lib/
|
|
1523
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1436
1524
|
"declarations": [
|
|
1437
1525
|
{
|
|
1438
1526
|
"kind": "class",
|
|
1439
|
-
"description": "`bm-
|
|
1440
|
-
"name": "
|
|
1527
|
+
"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",
|
|
1528
|
+
"name": "BmAlert",
|
|
1441
1529
|
"slots": [
|
|
1442
1530
|
{
|
|
1443
|
-
"description": "
|
|
1444
|
-
"name": "
|
|
1531
|
+
"description": "Specify a different icon for the Alert",
|
|
1532
|
+
"name": "icon"
|
|
1445
1533
|
},
|
|
1446
1534
|
{
|
|
1447
|
-
"description": "Specify
|
|
1448
|
-
"name": "
|
|
1535
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1536
|
+
"name": "heading"
|
|
1449
1537
|
},
|
|
1450
1538
|
{
|
|
1451
|
-
"description": "Specify
|
|
1452
|
-
"name": "
|
|
1539
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1540
|
+
"name": "body"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"description": "Specify if actions display on the Alert",
|
|
1544
|
+
"name": "actions"
|
|
1453
1545
|
}
|
|
1454
1546
|
],
|
|
1455
1547
|
"members": [
|
|
1456
1548
|
{
|
|
1457
1549
|
"kind": "field",
|
|
1458
|
-
"name": "
|
|
1550
|
+
"name": "heading",
|
|
1459
1551
|
"type": {
|
|
1460
|
-
"text": "
|
|
1552
|
+
"text": "string | undefined"
|
|
1461
1553
|
},
|
|
1462
|
-
"
|
|
1463
|
-
"
|
|
1554
|
+
"description": "Specify the heading text for Alert",
|
|
1555
|
+
"attribute": "heading"
|
|
1464
1556
|
},
|
|
1465
1557
|
{
|
|
1466
1558
|
"kind": "field",
|
|
1467
|
-
"name": "
|
|
1559
|
+
"name": "body",
|
|
1468
1560
|
"type": {
|
|
1469
|
-
"text": "
|
|
1561
|
+
"text": "string | undefined"
|
|
1470
1562
|
},
|
|
1471
|
-
"
|
|
1472
|
-
"
|
|
1473
|
-
"attribute": "appearance"
|
|
1563
|
+
"description": "Specify the body text for Alert",
|
|
1564
|
+
"attribute": "body"
|
|
1474
1565
|
},
|
|
1475
1566
|
{
|
|
1476
1567
|
"kind": "field",
|
|
1477
|
-
"name": "
|
|
1568
|
+
"name": "size",
|
|
1478
1569
|
"type": {
|
|
1479
|
-
"text": "'
|
|
1570
|
+
"text": "'sm' | 'md'"
|
|
1480
1571
|
},
|
|
1481
|
-
"default": "'
|
|
1482
|
-
"description": "Specify the
|
|
1483
|
-
"attribute": "
|
|
1572
|
+
"default": "'sm'",
|
|
1573
|
+
"description": "Specify the size of the Alert",
|
|
1574
|
+
"attribute": "size"
|
|
1484
1575
|
},
|
|
1485
1576
|
{
|
|
1486
1577
|
"kind": "field",
|
|
1487
|
-
"name": "
|
|
1578
|
+
"name": "fullWidth",
|
|
1488
1579
|
"type": {
|
|
1489
|
-
"text": "
|
|
1580
|
+
"text": "boolean"
|
|
1490
1581
|
},
|
|
1491
|
-
"default": "
|
|
1492
|
-
"description": "Specify the
|
|
1493
|
-
"attribute": "
|
|
1582
|
+
"default": "false",
|
|
1583
|
+
"description": "Specify if the Alert has no border radius",
|
|
1584
|
+
"attribute": "fullWidth"
|
|
1494
1585
|
},
|
|
1495
1586
|
{
|
|
1496
1587
|
"kind": "field",
|
|
1497
|
-
"name": "
|
|
1588
|
+
"name": "theme",
|
|
1498
1589
|
"type": {
|
|
1499
|
-
"text": "
|
|
1590
|
+
"text": "'light' | 'dark' | undefined"
|
|
1500
1591
|
},
|
|
1501
|
-
"
|
|
1502
|
-
"
|
|
1503
|
-
"attribute": "disabled"
|
|
1592
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1593
|
+
"attribute": "theme"
|
|
1504
1594
|
},
|
|
1505
1595
|
{
|
|
1506
1596
|
"kind": "field",
|
|
1507
|
-
"name": "
|
|
1597
|
+
"name": "appearance",
|
|
1508
1598
|
"type": {
|
|
1509
|
-
"text": "
|
|
1599
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1510
1600
|
},
|
|
1511
|
-
"default": "
|
|
1512
|
-
"description": "Specify
|
|
1513
|
-
"attribute": "
|
|
1601
|
+
"default": "'infoPrimary'",
|
|
1602
|
+
"description": "Specify the appearance of the Alert",
|
|
1603
|
+
"attribute": "appearance"
|
|
1514
1604
|
},
|
|
1515
1605
|
{
|
|
1516
1606
|
"kind": "field",
|
|
1517
|
-
"name": "
|
|
1607
|
+
"name": "hidden",
|
|
1518
1608
|
"type": {
|
|
1519
|
-
"text": "
|
|
1609
|
+
"text": "boolean"
|
|
1520
1610
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1611
|
+
"default": "false",
|
|
1612
|
+
"description": "Specify if the Alert is hidden",
|
|
1613
|
+
"attribute": "hidden"
|
|
1523
1614
|
},
|
|
1524
1615
|
{
|
|
1525
1616
|
"kind": "field",
|
|
1526
|
-
"name": "
|
|
1617
|
+
"name": "hideIcon",
|
|
1527
1618
|
"type": {
|
|
1528
|
-
"text": "
|
|
1619
|
+
"text": "boolean"
|
|
1529
1620
|
},
|
|
1530
|
-
"
|
|
1531
|
-
"
|
|
1621
|
+
"default": "false",
|
|
1622
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1623
|
+
"attribute": "hideIcon"
|
|
1532
1624
|
},
|
|
1533
1625
|
{
|
|
1534
1626
|
"kind": "field",
|
|
1535
|
-
"name": "
|
|
1627
|
+
"name": "dismissible",
|
|
1536
1628
|
"type": {
|
|
1537
|
-
"text": "
|
|
1629
|
+
"text": "boolean"
|
|
1538
1630
|
},
|
|
1539
|
-
"
|
|
1540
|
-
"
|
|
1631
|
+
"default": "false",
|
|
1632
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1633
|
+
"attribute": "dismissible"
|
|
1541
1634
|
},
|
|
1542
1635
|
{
|
|
1543
1636
|
"kind": "field",
|
|
1544
|
-
"name": "
|
|
1637
|
+
"name": "disableAutoFocus",
|
|
1545
1638
|
"type": {
|
|
1546
|
-
"text": "boolean
|
|
1639
|
+
"text": "boolean"
|
|
1547
1640
|
},
|
|
1548
|
-
"
|
|
1549
|
-
"
|
|
1641
|
+
"default": "false",
|
|
1642
|
+
"description": "Prevent autofocus on show",
|
|
1643
|
+
"attribute": "disableAutoFocus"
|
|
1550
1644
|
},
|
|
1551
1645
|
{
|
|
1552
1646
|
"kind": "field",
|
|
1553
|
-
"name": "
|
|
1647
|
+
"name": "disableCloseOnEscape",
|
|
1554
1648
|
"type": {
|
|
1555
|
-
"text": "
|
|
1649
|
+
"text": "boolean"
|
|
1556
1650
|
},
|
|
1557
|
-
"default": "
|
|
1558
|
-
"
|
|
1559
|
-
|
|
1651
|
+
"default": "false",
|
|
1652
|
+
"description": "Prevent Escape from closing",
|
|
1653
|
+
"attribute": "disableCloseOnEscape"
|
|
1654
|
+
}
|
|
1655
|
+
],
|
|
1656
|
+
"events": [
|
|
1560
1657
|
{
|
|
1561
|
-
"
|
|
1562
|
-
"name": "
|
|
1563
|
-
"type": {
|
|
1564
|
-
"text": "BmFormContext"
|
|
1565
|
-
}
|
|
1658
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1659
|
+
"name": "bm-dismiss"
|
|
1566
1660
|
}
|
|
1567
1661
|
],
|
|
1568
1662
|
"attributes": [
|
|
1569
1663
|
{
|
|
1570
|
-
"name": "
|
|
1664
|
+
"name": "heading",
|
|
1571
1665
|
"type": {
|
|
1572
|
-
"text": "
|
|
1666
|
+
"text": "string | undefined"
|
|
1573
1667
|
},
|
|
1574
|
-
"
|
|
1575
|
-
"
|
|
1576
|
-
"fieldName": "appearance"
|
|
1668
|
+
"description": "Specify the heading text for Alert",
|
|
1669
|
+
"fieldName": "heading"
|
|
1577
1670
|
},
|
|
1578
1671
|
{
|
|
1579
|
-
"name": "
|
|
1672
|
+
"name": "body",
|
|
1580
1673
|
"type": {
|
|
1581
|
-
"text": "
|
|
1674
|
+
"text": "string | undefined"
|
|
1582
1675
|
},
|
|
1583
|
-
"
|
|
1584
|
-
"
|
|
1585
|
-
"fieldName": "kind"
|
|
1676
|
+
"description": "Specify the body text for Alert",
|
|
1677
|
+
"fieldName": "body"
|
|
1586
1678
|
},
|
|
1587
1679
|
{
|
|
1588
1680
|
"name": "size",
|
|
1589
1681
|
"type": {
|
|
1590
|
-
"text": "'sm' | 'md'
|
|
1682
|
+
"text": "'sm' | 'md'"
|
|
1591
1683
|
},
|
|
1592
|
-
"default": "'
|
|
1593
|
-
"description": "Specify the size of
|
|
1684
|
+
"default": "'sm'",
|
|
1685
|
+
"description": "Specify the size of the Alert",
|
|
1594
1686
|
"fieldName": "size"
|
|
1595
1687
|
},
|
|
1596
1688
|
{
|
|
1597
|
-
"name": "
|
|
1689
|
+
"name": "fullWidth",
|
|
1598
1690
|
"type": {
|
|
1599
1691
|
"text": "boolean"
|
|
1600
1692
|
},
|
|
1601
1693
|
"default": "false",
|
|
1602
|
-
"description": "Specify if the
|
|
1603
|
-
"fieldName": "
|
|
1694
|
+
"description": "Specify if the Alert has no border radius",
|
|
1695
|
+
"fieldName": "fullWidth"
|
|
1604
1696
|
},
|
|
1605
1697
|
{
|
|
1606
|
-
"name": "
|
|
1698
|
+
"name": "theme",
|
|
1607
1699
|
"type": {
|
|
1608
|
-
"text": "
|
|
1700
|
+
"text": "'light' | 'dark' | undefined"
|
|
1609
1701
|
},
|
|
1610
|
-
"
|
|
1611
|
-
"
|
|
1612
|
-
"fieldName": "fluid"
|
|
1702
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1703
|
+
"fieldName": "theme"
|
|
1613
1704
|
},
|
|
1614
1705
|
{
|
|
1615
|
-
"name": "
|
|
1706
|
+
"name": "appearance",
|
|
1616
1707
|
"type": {
|
|
1617
|
-
"text": "
|
|
1708
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1618
1709
|
},
|
|
1619
|
-
"
|
|
1620
|
-
"
|
|
1710
|
+
"default": "'infoPrimary'",
|
|
1711
|
+
"description": "Specify the appearance of the Alert",
|
|
1712
|
+
"fieldName": "appearance"
|
|
1621
1713
|
},
|
|
1622
1714
|
{
|
|
1623
|
-
"name": "
|
|
1715
|
+
"name": "hidden",
|
|
1624
1716
|
"type": {
|
|
1625
|
-
"text": "
|
|
1717
|
+
"text": "boolean"
|
|
1626
1718
|
},
|
|
1627
|
-
"
|
|
1628
|
-
"
|
|
1719
|
+
"default": "false",
|
|
1720
|
+
"description": "Specify if the Alert is hidden",
|
|
1721
|
+
"fieldName": "hidden"
|
|
1629
1722
|
},
|
|
1630
1723
|
{
|
|
1631
|
-
"name": "
|
|
1724
|
+
"name": "hideIcon",
|
|
1632
1725
|
"type": {
|
|
1633
|
-
"text": "
|
|
1726
|
+
"text": "boolean"
|
|
1634
1727
|
},
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1728
|
+
"default": "false",
|
|
1729
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1730
|
+
"fieldName": "hideIcon"
|
|
1637
1731
|
},
|
|
1638
1732
|
{
|
|
1639
|
-
"name": "
|
|
1733
|
+
"name": "dismissible",
|
|
1640
1734
|
"type": {
|
|
1641
|
-
"text": "boolean
|
|
1735
|
+
"text": "boolean"
|
|
1642
1736
|
},
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1737
|
+
"default": "false",
|
|
1738
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1739
|
+
"fieldName": "dismissible"
|
|
1645
1740
|
},
|
|
1646
1741
|
{
|
|
1647
|
-
"name": "
|
|
1742
|
+
"name": "disableAutoFocus",
|
|
1648
1743
|
"type": {
|
|
1649
|
-
"text": "
|
|
1744
|
+
"text": "boolean"
|
|
1650
1745
|
},
|
|
1651
|
-
"default": "
|
|
1652
|
-
"
|
|
1746
|
+
"default": "false",
|
|
1747
|
+
"description": "Prevent autofocus on show",
|
|
1748
|
+
"fieldName": "disableAutoFocus"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"name": "disableCloseOnEscape",
|
|
1752
|
+
"type": {
|
|
1753
|
+
"text": "boolean"
|
|
1754
|
+
},
|
|
1755
|
+
"default": "false",
|
|
1756
|
+
"description": "Prevent Escape from closing",
|
|
1757
|
+
"fieldName": "disableCloseOnEscape"
|
|
1653
1758
|
}
|
|
1654
1759
|
],
|
|
1655
1760
|
"superclass": {
|
|
1656
1761
|
"name": "LitElement",
|
|
1657
1762
|
"package": "lit"
|
|
1658
1763
|
},
|
|
1659
|
-
"tagName": "bm-
|
|
1764
|
+
"tagName": "bm-alert",
|
|
1660
1765
|
"customElement": true
|
|
1661
1766
|
}
|
|
1662
1767
|
],
|
|
1663
1768
|
"exports": [
|
|
1664
1769
|
{
|
|
1665
1770
|
"kind": "js",
|
|
1666
|
-
"name": "
|
|
1771
|
+
"name": "BmAlert",
|
|
1667
1772
|
"declaration": {
|
|
1668
|
-
"name": "
|
|
1669
|
-
"module": "libs/web-components/src/lib/
|
|
1773
|
+
"name": "BmAlert",
|
|
1774
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1670
1775
|
}
|
|
1671
1776
|
},
|
|
1672
1777
|
{
|
|
1673
1778
|
"kind": "custom-element-definition",
|
|
1674
|
-
"name": "bm-
|
|
1779
|
+
"name": "bm-alert",
|
|
1675
1780
|
"declaration": {
|
|
1676
|
-
"name": "
|
|
1677
|
-
"module": "libs/web-components/src/lib/
|
|
1781
|
+
"name": "BmAlert",
|
|
1782
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1678
1783
|
}
|
|
1679
1784
|
}
|
|
1680
1785
|
]
|
|
1681
1786
|
},
|
|
1682
1787
|
{
|
|
1683
1788
|
"kind": "javascript-module",
|
|
1684
|
-
"path": "libs/web-components/src/lib/
|
|
1789
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1685
1790
|
"declarations": [],
|
|
1686
1791
|
"exports": [
|
|
1687
1792
|
{
|
|
@@ -1689,22 +1794,26 @@
|
|
|
1689
1794
|
"name": "*",
|
|
1690
1795
|
"declaration": {
|
|
1691
1796
|
"name": "*",
|
|
1692
|
-
"package": "./
|
|
1797
|
+
"package": "./Alert"
|
|
1693
1798
|
}
|
|
1694
1799
|
}
|
|
1695
1800
|
]
|
|
1696
1801
|
},
|
|
1697
1802
|
{
|
|
1698
1803
|
"kind": "javascript-module",
|
|
1699
|
-
"path": "libs/web-components/src/lib/
|
|
1804
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
1700
1805
|
"declarations": [
|
|
1701
1806
|
{
|
|
1702
1807
|
"kind": "class",
|
|
1703
|
-
"description": "`bm-
|
|
1704
|
-
"name": "
|
|
1808
|
+
"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",
|
|
1809
|
+
"name": "BmBadge",
|
|
1705
1810
|
"slots": [
|
|
1706
1811
|
{
|
|
1707
|
-
"description": "
|
|
1812
|
+
"description": "Provide text for the Badge",
|
|
1813
|
+
"name": "default"
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"description": "Specify a different icon for the Badge",
|
|
1708
1817
|
"name": "icon"
|
|
1709
1818
|
}
|
|
1710
1819
|
],
|
|
@@ -1713,499 +1822,390 @@
|
|
|
1713
1822
|
"kind": "field",
|
|
1714
1823
|
"name": "appearance",
|
|
1715
1824
|
"type": {
|
|
1716
|
-
"text": "'
|
|
1825
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1717
1826
|
},
|
|
1718
|
-
"default": "'
|
|
1719
|
-
"description": "Specify the appearance of the
|
|
1827
|
+
"default": "'infoPrimary'",
|
|
1828
|
+
"description": "Specify the appearance of the Badge",
|
|
1720
1829
|
"attribute": "appearance"
|
|
1721
1830
|
},
|
|
1722
1831
|
{
|
|
1723
1832
|
"kind": "field",
|
|
1724
|
-
"name": "
|
|
1833
|
+
"name": "theme",
|
|
1725
1834
|
"type": {
|
|
1726
|
-
"text": "
|
|
1835
|
+
"text": "'light' | 'dark' | undefined"
|
|
1727
1836
|
},
|
|
1728
|
-
"description": "
|
|
1729
|
-
"attribute": "
|
|
1837
|
+
"description": "Theme of the Badge",
|
|
1838
|
+
"attribute": "theme"
|
|
1730
1839
|
},
|
|
1731
1840
|
{
|
|
1732
1841
|
"kind": "field",
|
|
1733
|
-
"name": "
|
|
1842
|
+
"name": "size",
|
|
1734
1843
|
"type": {
|
|
1735
|
-
"text": "
|
|
1844
|
+
"text": "'sm' | 'md' | undefined"
|
|
1736
1845
|
},
|
|
1737
|
-
"
|
|
1738
|
-
"
|
|
1846
|
+
"default": "'sm'",
|
|
1847
|
+
"description": "Specify the size of the Badge",
|
|
1848
|
+
"attribute": "size"
|
|
1739
1849
|
},
|
|
1740
1850
|
{
|
|
1741
1851
|
"kind": "field",
|
|
1742
|
-
"name": "
|
|
1852
|
+
"name": "emphasis",
|
|
1743
1853
|
"type": {
|
|
1744
|
-
"text": "
|
|
1854
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
1745
1855
|
},
|
|
1746
|
-
"
|
|
1747
|
-
"
|
|
1856
|
+
"default": "'strong'",
|
|
1857
|
+
"description": "Specify the emphasis of the Badge",
|
|
1858
|
+
"attribute": "emphasis"
|
|
1748
1859
|
},
|
|
1749
1860
|
{
|
|
1750
1861
|
"kind": "field",
|
|
1751
|
-
"name": "
|
|
1862
|
+
"name": "hideIcon",
|
|
1752
1863
|
"type": {
|
|
1753
|
-
"text": "
|
|
1864
|
+
"text": "boolean | undefined"
|
|
1754
1865
|
},
|
|
1755
|
-
"
|
|
1756
|
-
"
|
|
1757
|
-
|
|
1758
|
-
|
|
1866
|
+
"description": "Hides Badge icon",
|
|
1867
|
+
"attribute": "hideIcon"
|
|
1868
|
+
}
|
|
1869
|
+
],
|
|
1870
|
+
"attributes": [
|
|
1759
1871
|
{
|
|
1760
|
-
"
|
|
1761
|
-
"name": "disabled",
|
|
1872
|
+
"name": "appearance",
|
|
1762
1873
|
"type": {
|
|
1763
|
-
"text": "
|
|
1874
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1764
1875
|
},
|
|
1765
|
-
"default": "
|
|
1766
|
-
"description": "Specify
|
|
1767
|
-
"attribute": "disabled"
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"kind": "field",
|
|
1771
|
-
"name": "shape",
|
|
1772
|
-
"type": {
|
|
1773
|
-
"text": "'circle' | 'square' | undefined"
|
|
1774
|
-
},
|
|
1775
|
-
"default": "'circle'",
|
|
1776
|
-
"description": "Specify the shape of the Avatar",
|
|
1777
|
-
"attribute": "shape"
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "field",
|
|
1781
|
-
"name": "isInteractive",
|
|
1782
|
-
"type": {
|
|
1783
|
-
"text": "boolean"
|
|
1784
|
-
},
|
|
1785
|
-
"default": "false",
|
|
1786
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1787
|
-
"attribute": "isInteractive"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"kind": "field",
|
|
1791
|
-
"name": "isFocusable",
|
|
1792
|
-
"type": {
|
|
1793
|
-
"text": "boolean"
|
|
1794
|
-
},
|
|
1795
|
-
"default": "false",
|
|
1796
|
-
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1797
|
-
"attribute": "isFocusable"
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"kind": "field",
|
|
1801
|
-
"name": "withBorder",
|
|
1802
|
-
"type": {
|
|
1803
|
-
"text": "boolean"
|
|
1804
|
-
},
|
|
1805
|
-
"default": "false",
|
|
1806
|
-
"attribute": "withBorder"
|
|
1807
|
-
}
|
|
1808
|
-
],
|
|
1809
|
-
"attributes": [
|
|
1810
|
-
{
|
|
1811
|
-
"name": "appearance",
|
|
1812
|
-
"type": {
|
|
1813
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
1814
|
-
},
|
|
1815
|
-
"default": "'neutral'",
|
|
1816
|
-
"description": "Specify the appearance of the Avatar",
|
|
1876
|
+
"default": "'infoPrimary'",
|
|
1877
|
+
"description": "Specify the appearance of the Badge",
|
|
1817
1878
|
"fieldName": "appearance"
|
|
1818
1879
|
},
|
|
1819
1880
|
{
|
|
1820
|
-
"name": "
|
|
1821
|
-
"type": {
|
|
1822
|
-
"text": "string | undefined"
|
|
1823
|
-
},
|
|
1824
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
1825
|
-
"fieldName": "name"
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"name": "src",
|
|
1829
|
-
"type": {
|
|
1830
|
-
"text": "string | undefined"
|
|
1831
|
-
},
|
|
1832
|
-
"description": "Pass an image to the Avatar",
|
|
1833
|
-
"fieldName": "src"
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"name": "alt",
|
|
1881
|
+
"name": "theme",
|
|
1837
1882
|
"type": {
|
|
1838
|
-
"text": "
|
|
1883
|
+
"text": "'light' | 'dark' | undefined"
|
|
1839
1884
|
},
|
|
1840
|
-
"description": "
|
|
1841
|
-
"fieldName": "
|
|
1885
|
+
"description": "Theme of the Badge",
|
|
1886
|
+
"fieldName": "theme"
|
|
1842
1887
|
},
|
|
1843
1888
|
{
|
|
1844
1889
|
"name": "size",
|
|
1845
1890
|
"type": {
|
|
1846
|
-
"text": "'
|
|
1891
|
+
"text": "'sm' | 'md' | undefined"
|
|
1847
1892
|
},
|
|
1848
|
-
"default": "'
|
|
1849
|
-
"description": "Specify the size of the
|
|
1893
|
+
"default": "'sm'",
|
|
1894
|
+
"description": "Specify the size of the Badge",
|
|
1850
1895
|
"fieldName": "size"
|
|
1851
1896
|
},
|
|
1852
1897
|
{
|
|
1853
|
-
"name": "
|
|
1854
|
-
"type": {
|
|
1855
|
-
"text": "boolean | undefined"
|
|
1856
|
-
},
|
|
1857
|
-
"default": "false",
|
|
1858
|
-
"description": "Specify if the Avatar is disabled",
|
|
1859
|
-
"fieldName": "disabled"
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"name": "shape",
|
|
1863
|
-
"type": {
|
|
1864
|
-
"text": "'circle' | 'square' | undefined"
|
|
1865
|
-
},
|
|
1866
|
-
"default": "'circle'",
|
|
1867
|
-
"description": "Specify the shape of the Avatar",
|
|
1868
|
-
"fieldName": "shape"
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"name": "isInteractive",
|
|
1872
|
-
"type": {
|
|
1873
|
-
"text": "boolean"
|
|
1874
|
-
},
|
|
1875
|
-
"default": "false",
|
|
1876
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1877
|
-
"fieldName": "isInteractive"
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"name": "isFocusable",
|
|
1898
|
+
"name": "emphasis",
|
|
1881
1899
|
"type": {
|
|
1882
|
-
"text": "
|
|
1900
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
1883
1901
|
},
|
|
1884
|
-
"default": "
|
|
1885
|
-
"description": "
|
|
1886
|
-
"fieldName": "
|
|
1902
|
+
"default": "'strong'",
|
|
1903
|
+
"description": "Specify the emphasis of the Badge",
|
|
1904
|
+
"fieldName": "emphasis"
|
|
1887
1905
|
},
|
|
1888
1906
|
{
|
|
1889
|
-
"name": "
|
|
1907
|
+
"name": "hideIcon",
|
|
1890
1908
|
"type": {
|
|
1891
|
-
"text": "boolean"
|
|
1909
|
+
"text": "boolean | undefined"
|
|
1892
1910
|
},
|
|
1893
|
-
"
|
|
1894
|
-
"fieldName": "
|
|
1911
|
+
"description": "Hides Badge icon",
|
|
1912
|
+
"fieldName": "hideIcon"
|
|
1895
1913
|
}
|
|
1896
1914
|
],
|
|
1897
1915
|
"superclass": {
|
|
1898
1916
|
"name": "LitElement",
|
|
1899
1917
|
"package": "lit"
|
|
1900
1918
|
},
|
|
1901
|
-
"tagName": "bm-
|
|
1919
|
+
"tagName": "bm-badge",
|
|
1902
1920
|
"customElement": true
|
|
1903
1921
|
}
|
|
1904
1922
|
],
|
|
1905
1923
|
"exports": [
|
|
1906
1924
|
{
|
|
1907
1925
|
"kind": "js",
|
|
1908
|
-
"name": "
|
|
1926
|
+
"name": "BmBadge",
|
|
1909
1927
|
"declaration": {
|
|
1910
|
-
"name": "
|
|
1911
|
-
"module": "libs/web-components/src/lib/
|
|
1928
|
+
"name": "BmBadge",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1912
1930
|
}
|
|
1913
1931
|
},
|
|
1914
1932
|
{
|
|
1915
1933
|
"kind": "custom-element-definition",
|
|
1916
|
-
"name": "bm-
|
|
1934
|
+
"name": "bm-badge",
|
|
1917
1935
|
"declaration": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "libs/web-components/src/lib/
|
|
1936
|
+
"name": "BmBadge",
|
|
1937
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1920
1938
|
}
|
|
1921
1939
|
}
|
|
1922
1940
|
]
|
|
1923
1941
|
},
|
|
1924
1942
|
{
|
|
1925
1943
|
"kind": "javascript-module",
|
|
1926
|
-
"path": "libs/web-components/src/lib/
|
|
1927
|
-
"declarations": [
|
|
1928
|
-
{
|
|
1929
|
-
"kind": "variable",
|
|
1930
|
-
"name": "AvatarGroupCtx"
|
|
1931
|
-
}
|
|
1932
|
-
],
|
|
1944
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
1945
|
+
"declarations": [],
|
|
1933
1946
|
"exports": [
|
|
1934
1947
|
{
|
|
1935
1948
|
"kind": "js",
|
|
1936
|
-
"name": "
|
|
1949
|
+
"name": "*",
|
|
1937
1950
|
"declaration": {
|
|
1938
|
-
"name": "
|
|
1939
|
-
"
|
|
1951
|
+
"name": "*",
|
|
1952
|
+
"package": "./Badge"
|
|
1940
1953
|
}
|
|
1941
1954
|
}
|
|
1942
1955
|
]
|
|
1943
1956
|
},
|
|
1944
1957
|
{
|
|
1945
1958
|
"kind": "javascript-module",
|
|
1946
|
-
"path": "libs/web-components/src/lib/
|
|
1959
|
+
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
1947
1960
|
"declarations": [
|
|
1948
1961
|
{
|
|
1949
1962
|
"kind": "class",
|
|
1950
|
-
"description": "`bm-
|
|
1951
|
-
"name": "
|
|
1963
|
+
"description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
|
|
1964
|
+
"name": "BmButton",
|
|
1952
1965
|
"slots": [
|
|
1953
1966
|
{
|
|
1954
|
-
"description": "
|
|
1967
|
+
"description": "Provide content for the Button",
|
|
1955
1968
|
"name": "default"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"description": "Specify if the Button displays icon before the text",
|
|
1972
|
+
"name": "iconBefore"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"description": "Specify if the Button displays icon after the text",
|
|
1976
|
+
"name": "iconAfter"
|
|
1956
1977
|
}
|
|
1957
1978
|
],
|
|
1958
1979
|
"members": [
|
|
1959
1980
|
{
|
|
1960
1981
|
"kind": "field",
|
|
1961
|
-
"name": "
|
|
1982
|
+
"name": "formAssociated",
|
|
1962
1983
|
"type": {
|
|
1963
1984
|
"text": "boolean"
|
|
1964
1985
|
},
|
|
1965
|
-
"
|
|
1966
|
-
"
|
|
1967
|
-
"attribute": "wrapping"
|
|
1986
|
+
"static": true,
|
|
1987
|
+
"default": "true"
|
|
1968
1988
|
},
|
|
1969
1989
|
{
|
|
1970
1990
|
"kind": "field",
|
|
1971
|
-
"name": "
|
|
1991
|
+
"name": "appearance",
|
|
1972
1992
|
"type": {
|
|
1973
|
-
"text": "
|
|
1993
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
1974
1994
|
},
|
|
1975
|
-
"default": "
|
|
1976
|
-
"description": "Specify the
|
|
1977
|
-
"attribute": "
|
|
1978
|
-
|
|
1995
|
+
"default": "'accent'",
|
|
1996
|
+
"description": "Specify the appearance of a Button",
|
|
1997
|
+
"attribute": "appearance"
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "field",
|
|
2001
|
+
"name": "kind",
|
|
2002
|
+
"type": {
|
|
2003
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
2004
|
+
},
|
|
2005
|
+
"default": "'filled'",
|
|
2006
|
+
"description": "Specify the kind of Button",
|
|
2007
|
+
"attribute": "kind"
|
|
1979
2008
|
},
|
|
1980
2009
|
{
|
|
1981
2010
|
"kind": "field",
|
|
1982
2011
|
"name": "size",
|
|
1983
2012
|
"type": {
|
|
1984
|
-
"text": "'
|
|
2013
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
1985
2014
|
},
|
|
1986
2015
|
"default": "'md'",
|
|
1987
|
-
"description": "Specify the size of
|
|
2016
|
+
"description": "Specify the size of a Button",
|
|
1988
2017
|
"attribute": "size"
|
|
1989
2018
|
},
|
|
1990
2019
|
{
|
|
1991
2020
|
"kind": "field",
|
|
1992
|
-
"name": "
|
|
2021
|
+
"name": "disabled",
|
|
1993
2022
|
"type": {
|
|
1994
|
-
"text": "
|
|
2023
|
+
"text": "boolean"
|
|
1995
2024
|
},
|
|
1996
|
-
"default": "
|
|
1997
|
-
"description": "Specify the
|
|
1998
|
-
"attribute": "
|
|
1999
|
-
}
|
|
2000
|
-
],
|
|
2001
|
-
"attributes": [
|
|
2025
|
+
"default": "false",
|
|
2026
|
+
"description": "Specify if the Button is disabled",
|
|
2027
|
+
"attribute": "disabled"
|
|
2028
|
+
},
|
|
2002
2029
|
{
|
|
2003
|
-
"
|
|
2030
|
+
"kind": "field",
|
|
2031
|
+
"name": "fluid",
|
|
2004
2032
|
"type": {
|
|
2005
2033
|
"text": "boolean"
|
|
2006
2034
|
},
|
|
2007
2035
|
"default": "false",
|
|
2008
|
-
"description": "Specify if
|
|
2009
|
-
"
|
|
2036
|
+
"description": "Specify if Button is fluid",
|
|
2037
|
+
"attribute": "fluid"
|
|
2010
2038
|
},
|
|
2011
2039
|
{
|
|
2012
|
-
"
|
|
2040
|
+
"kind": "field",
|
|
2041
|
+
"name": "width",
|
|
2013
2042
|
"type": {
|
|
2014
|
-
"text": "
|
|
2043
|
+
"text": "string | undefined"
|
|
2015
2044
|
},
|
|
2016
|
-
"
|
|
2017
|
-
"
|
|
2018
|
-
"fieldName": "maxCount"
|
|
2045
|
+
"description": "Specify the width of a Button",
|
|
2046
|
+
"attribute": "width"
|
|
2019
2047
|
},
|
|
2020
2048
|
{
|
|
2021
|
-
"
|
|
2049
|
+
"kind": "field",
|
|
2050
|
+
"name": "height",
|
|
2022
2051
|
"type": {
|
|
2023
|
-
"text": "
|
|
2052
|
+
"text": "string | undefined"
|
|
2024
2053
|
},
|
|
2025
|
-
"
|
|
2026
|
-
"
|
|
2027
|
-
"fieldName": "size"
|
|
2054
|
+
"description": "Specify the height of a Button",
|
|
2055
|
+
"attribute": "height"
|
|
2028
2056
|
},
|
|
2029
2057
|
{
|
|
2030
|
-
"
|
|
2058
|
+
"kind": "field",
|
|
2059
|
+
"name": "theme",
|
|
2031
2060
|
"type": {
|
|
2032
|
-
"text": "'
|
|
2061
|
+
"text": "'light' | 'dark' | undefined"
|
|
2033
2062
|
},
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2037
|
-
}
|
|
2038
|
-
],
|
|
2039
|
-
"superclass": {
|
|
2040
|
-
"name": "LitElement",
|
|
2041
|
-
"package": "lit"
|
|
2042
|
-
},
|
|
2043
|
-
"tagName": "bm-avatar-group",
|
|
2044
|
-
"customElement": true
|
|
2045
|
-
}
|
|
2046
|
-
],
|
|
2047
|
-
"exports": [
|
|
2048
|
-
{
|
|
2049
|
-
"kind": "js",
|
|
2050
|
-
"name": "BmAvatarGroup",
|
|
2051
|
-
"declaration": {
|
|
2052
|
-
"name": "BmAvatarGroup",
|
|
2053
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
2054
|
-
}
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "custom-element-definition",
|
|
2058
|
-
"name": "bm-avatar-group",
|
|
2059
|
-
"declaration": {
|
|
2060
|
-
"name": "BmAvatarGroup",
|
|
2061
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
2062
|
-
}
|
|
2063
|
-
}
|
|
2064
|
-
]
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"kind": "javascript-module",
|
|
2068
|
-
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
2069
|
-
"declarations": [],
|
|
2070
|
-
"exports": [
|
|
2071
|
-
{
|
|
2072
|
-
"kind": "js",
|
|
2073
|
-
"name": "*",
|
|
2074
|
-
"declaration": {
|
|
2075
|
-
"name": "*",
|
|
2076
|
-
"package": "./Avatar"
|
|
2077
|
-
}
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
"kind": "js",
|
|
2081
|
-
"name": "*",
|
|
2082
|
-
"declaration": {
|
|
2083
|
-
"name": "*",
|
|
2084
|
-
"package": "./AvatarGroup"
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
]
|
|
2088
|
-
},
|
|
2089
|
-
{
|
|
2090
|
-
"kind": "javascript-module",
|
|
2091
|
-
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
2092
|
-
"declarations": [
|
|
2093
|
-
{
|
|
2094
|
-
"kind": "class",
|
|
2095
|
-
"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",
|
|
2096
|
-
"name": "BmBadgeDot",
|
|
2097
|
-
"slots": [
|
|
2063
|
+
"description": "Specify the theme of the Button",
|
|
2064
|
+
"attribute": "theme"
|
|
2065
|
+
},
|
|
2098
2066
|
{
|
|
2099
|
-
"
|
|
2100
|
-
"name": "
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2067
|
+
"kind": "field",
|
|
2068
|
+
"name": "iconOnly",
|
|
2069
|
+
"type": {
|
|
2070
|
+
"text": "boolean | undefined"
|
|
2071
|
+
},
|
|
2072
|
+
"description": "Specify if the icon displays without text",
|
|
2073
|
+
"attribute": "iconOnly"
|
|
2074
|
+
},
|
|
2104
2075
|
{
|
|
2105
2076
|
"kind": "field",
|
|
2106
|
-
"name": "
|
|
2077
|
+
"name": "type",
|
|
2107
2078
|
"type": {
|
|
2108
|
-
"text": "
|
|
2079
|
+
"text": "string"
|
|
2109
2080
|
},
|
|
2110
|
-
"
|
|
2111
|
-
"attribute": "
|
|
2081
|
+
"default": "'button'",
|
|
2082
|
+
"attribute": "type"
|
|
2112
2083
|
},
|
|
2113
2084
|
{
|
|
2114
2085
|
"kind": "field",
|
|
2086
|
+
"name": "formContext",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "BmFormContext"
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"attributes": [
|
|
2093
|
+
{
|
|
2115
2094
|
"name": "appearance",
|
|
2116
2095
|
"type": {
|
|
2117
|
-
"text": "'
|
|
2096
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
2118
2097
|
},
|
|
2119
|
-
"default": "'
|
|
2120
|
-
"description": "Specify the appearance of
|
|
2121
|
-
"
|
|
2098
|
+
"default": "'accent'",
|
|
2099
|
+
"description": "Specify the appearance of a Button",
|
|
2100
|
+
"fieldName": "appearance"
|
|
2122
2101
|
},
|
|
2123
2102
|
{
|
|
2124
|
-
"
|
|
2125
|
-
"name": "emphasis",
|
|
2103
|
+
"name": "kind",
|
|
2126
2104
|
"type": {
|
|
2127
|
-
"text": "'
|
|
2105
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
2128
2106
|
},
|
|
2129
|
-
"default": "'
|
|
2130
|
-
"description": "Specify the
|
|
2131
|
-
"
|
|
2107
|
+
"default": "'filled'",
|
|
2108
|
+
"description": "Specify the kind of Button",
|
|
2109
|
+
"fieldName": "kind"
|
|
2132
2110
|
},
|
|
2133
2111
|
{
|
|
2134
|
-
"
|
|
2135
|
-
"name": "overrideDotColor",
|
|
2112
|
+
"name": "size",
|
|
2136
2113
|
"type": {
|
|
2137
|
-
"text": "
|
|
2114
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
2138
2115
|
},
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
"attributes": [
|
|
2116
|
+
"default": "'md'",
|
|
2117
|
+
"description": "Specify the size of a Button",
|
|
2118
|
+
"fieldName": "size"
|
|
2119
|
+
},
|
|
2144
2120
|
{
|
|
2145
|
-
"name": "
|
|
2121
|
+
"name": "disabled",
|
|
2146
2122
|
"type": {
|
|
2147
|
-
"text": "
|
|
2123
|
+
"text": "boolean"
|
|
2148
2124
|
},
|
|
2149
|
-
"
|
|
2150
|
-
"
|
|
2125
|
+
"default": "false",
|
|
2126
|
+
"description": "Specify if the Button is disabled",
|
|
2127
|
+
"fieldName": "disabled"
|
|
2151
2128
|
},
|
|
2152
2129
|
{
|
|
2153
|
-
"name": "
|
|
2130
|
+
"name": "fluid",
|
|
2154
2131
|
"type": {
|
|
2155
|
-
"text": "
|
|
2132
|
+
"text": "boolean"
|
|
2156
2133
|
},
|
|
2157
|
-
"default": "
|
|
2158
|
-
"description": "Specify
|
|
2159
|
-
"fieldName": "
|
|
2134
|
+
"default": "false",
|
|
2135
|
+
"description": "Specify if Button is fluid",
|
|
2136
|
+
"fieldName": "fluid"
|
|
2160
2137
|
},
|
|
2161
2138
|
{
|
|
2162
|
-
"name": "
|
|
2139
|
+
"name": "width",
|
|
2163
2140
|
"type": {
|
|
2164
|
-
"text": "
|
|
2141
|
+
"text": "string | undefined"
|
|
2165
2142
|
},
|
|
2166
|
-
"
|
|
2167
|
-
"
|
|
2168
|
-
"fieldName": "emphasis"
|
|
2143
|
+
"description": "Specify the width of a Button",
|
|
2144
|
+
"fieldName": "width"
|
|
2169
2145
|
},
|
|
2170
2146
|
{
|
|
2171
|
-
"name": "
|
|
2147
|
+
"name": "height",
|
|
2172
2148
|
"type": {
|
|
2173
2149
|
"text": "string | undefined"
|
|
2174
2150
|
},
|
|
2175
|
-
"description": "
|
|
2176
|
-
"fieldName": "
|
|
2151
|
+
"description": "Specify the height of a Button",
|
|
2152
|
+
"fieldName": "height"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "theme",
|
|
2156
|
+
"type": {
|
|
2157
|
+
"text": "'light' | 'dark' | undefined"
|
|
2158
|
+
},
|
|
2159
|
+
"description": "Specify the theme of the Button",
|
|
2160
|
+
"fieldName": "theme"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"name": "iconOnly",
|
|
2164
|
+
"type": {
|
|
2165
|
+
"text": "boolean | undefined"
|
|
2166
|
+
},
|
|
2167
|
+
"description": "Specify if the icon displays without text",
|
|
2168
|
+
"fieldName": "iconOnly"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "type",
|
|
2172
|
+
"type": {
|
|
2173
|
+
"text": "string"
|
|
2174
|
+
},
|
|
2175
|
+
"default": "'button'",
|
|
2176
|
+
"fieldName": "type"
|
|
2177
2177
|
}
|
|
2178
2178
|
],
|
|
2179
2179
|
"superclass": {
|
|
2180
2180
|
"name": "LitElement",
|
|
2181
2181
|
"package": "lit"
|
|
2182
2182
|
},
|
|
2183
|
-
"tagName": "bm-
|
|
2183
|
+
"tagName": "bm-button",
|
|
2184
2184
|
"customElement": true
|
|
2185
2185
|
}
|
|
2186
2186
|
],
|
|
2187
2187
|
"exports": [
|
|
2188
2188
|
{
|
|
2189
2189
|
"kind": "js",
|
|
2190
|
-
"name": "
|
|
2190
|
+
"name": "BmButton",
|
|
2191
2191
|
"declaration": {
|
|
2192
|
-
"name": "
|
|
2193
|
-
"module": "libs/web-components/src/lib/
|
|
2192
|
+
"name": "BmButton",
|
|
2193
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
2194
2194
|
}
|
|
2195
2195
|
},
|
|
2196
2196
|
{
|
|
2197
2197
|
"kind": "custom-element-definition",
|
|
2198
|
-
"name": "bm-
|
|
2198
|
+
"name": "bm-button",
|
|
2199
2199
|
"declaration": {
|
|
2200
|
-
"name": "
|
|
2201
|
-
"module": "libs/web-components/src/lib/
|
|
2200
|
+
"name": "BmButton",
|
|
2201
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
2204
|
]
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
2207
2207
|
"kind": "javascript-module",
|
|
2208
|
-
"path": "libs/web-components/src/lib/
|
|
2208
|
+
"path": "libs/web-components/src/lib/Button/index.ts",
|
|
2209
2209
|
"declarations": [],
|
|
2210
2210
|
"exports": [
|
|
2211
2211
|
{
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"name": "*",
|
|
2214
2214
|
"declaration": {
|
|
2215
2215
|
"name": "*",
|
|
2216
|
-
"package": "./
|
|
2216
|
+
"package": "./Button"
|
|
2217
2217
|
}
|
|
2218
2218
|
}
|
|
2219
2219
|
]
|
|
@@ -8834,936 +8834,944 @@
|
|
|
8834
8834
|
},
|
|
8835
8835
|
{
|
|
8836
8836
|
"kind": "javascript-module",
|
|
8837
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8837
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8838
8838
|
"declarations": [
|
|
8839
8839
|
{
|
|
8840
8840
|
"kind": "class",
|
|
8841
|
-
"description": "### Attributes:\n- **
|
|
8842
|
-
"name": "
|
|
8843
|
-
"slots": [
|
|
8844
|
-
{
|
|
8845
|
-
"description": "Specify the label for TextArea",
|
|
8846
|
-
"name": "label"
|
|
8847
|
-
},
|
|
8848
|
-
{
|
|
8849
|
-
"description": "Specify the helper text for TextArea",
|
|
8850
|
-
"name": "helper-text"
|
|
8851
|
-
}
|
|
8852
|
-
],
|
|
8841
|
+
"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",
|
|
8842
|
+
"name": "BmRadioButton",
|
|
8853
8843
|
"members": [
|
|
8854
8844
|
{
|
|
8855
8845
|
"kind": "field",
|
|
8856
|
-
"name": "
|
|
8846
|
+
"name": "label",
|
|
8857
8847
|
"type": {
|
|
8858
|
-
"text": "
|
|
8848
|
+
"text": "string | undefined"
|
|
8859
8849
|
},
|
|
8860
|
-
"description": "Specify the
|
|
8861
|
-
"attribute": "
|
|
8850
|
+
"description": "Specify the text for the label",
|
|
8851
|
+
"attribute": "label"
|
|
8862
8852
|
},
|
|
8863
8853
|
{
|
|
8864
8854
|
"kind": "field",
|
|
8865
|
-
"name": "
|
|
8855
|
+
"name": "error",
|
|
8866
8856
|
"type": {
|
|
8867
|
-
"text": "
|
|
8857
|
+
"text": "boolean | undefined"
|
|
8868
8858
|
},
|
|
8869
|
-
"description": "Specify
|
|
8870
|
-
"attribute": "
|
|
8859
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8860
|
+
"attribute": "error"
|
|
8871
8861
|
},
|
|
8872
8862
|
{
|
|
8873
8863
|
"kind": "field",
|
|
8874
|
-
"name": "
|
|
8864
|
+
"name": "readOnly",
|
|
8875
8865
|
"type": {
|
|
8876
|
-
"text": "
|
|
8866
|
+
"text": "boolean | undefined"
|
|
8877
8867
|
},
|
|
8878
|
-
"description": "Specify
|
|
8879
|
-
"attribute": "
|
|
8868
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8869
|
+
"attribute": "readOnly"
|
|
8880
8870
|
},
|
|
8881
8871
|
{
|
|
8882
8872
|
"kind": "field",
|
|
8883
|
-
"name": "
|
|
8873
|
+
"name": "disabled",
|
|
8884
8874
|
"type": {
|
|
8885
|
-
"text": "boolean"
|
|
8875
|
+
"text": "boolean | undefined"
|
|
8886
8876
|
},
|
|
8887
|
-
"
|
|
8888
|
-
"
|
|
8889
|
-
"attribute": "required"
|
|
8877
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8878
|
+
"attribute": "disabled"
|
|
8890
8879
|
},
|
|
8891
8880
|
{
|
|
8892
8881
|
"kind": "field",
|
|
8893
|
-
"name": "
|
|
8882
|
+
"name": "theme",
|
|
8894
8883
|
"type": {
|
|
8895
|
-
"text": "
|
|
8884
|
+
"text": "'light' | 'dark' | undefined"
|
|
8896
8885
|
},
|
|
8897
|
-
"
|
|
8898
|
-
"
|
|
8899
|
-
"attribute": "hideRequiredMarker"
|
|
8886
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8887
|
+
"attribute": "theme"
|
|
8900
8888
|
},
|
|
8901
8889
|
{
|
|
8902
8890
|
"kind": "field",
|
|
8903
|
-
"name": "
|
|
8891
|
+
"name": "value",
|
|
8904
8892
|
"type": {
|
|
8905
8893
|
"text": "string | undefined"
|
|
8906
8894
|
},
|
|
8907
|
-
"description": "
|
|
8908
|
-
"attribute": "
|
|
8895
|
+
"description": "The value attribute for the input element",
|
|
8896
|
+
"attribute": "value"
|
|
8909
8897
|
},
|
|
8910
8898
|
{
|
|
8911
8899
|
"kind": "field",
|
|
8912
|
-
"name": "
|
|
8900
|
+
"name": "checked",
|
|
8913
8901
|
"type": {
|
|
8914
8902
|
"text": "boolean"
|
|
8915
8903
|
},
|
|
8916
8904
|
"default": "false",
|
|
8917
|
-
"description": "
|
|
8918
|
-
"attribute": "
|
|
8905
|
+
"description": "The checked attribute for the input element",
|
|
8906
|
+
"attribute": "checked"
|
|
8919
8907
|
},
|
|
8920
8908
|
{
|
|
8921
8909
|
"kind": "field",
|
|
8922
|
-
"name": "
|
|
8910
|
+
"name": "onKeyDown",
|
|
8923
8911
|
"type": {
|
|
8924
|
-
"text": "
|
|
8912
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8925
8913
|
},
|
|
8926
|
-
"
|
|
8927
|
-
"
|
|
8928
|
-
"attribute": "disabled"
|
|
8914
|
+
"description": "A user-defined function to handle keydown events",
|
|
8915
|
+
"attribute": "onKeyDown"
|
|
8929
8916
|
},
|
|
8930
8917
|
{
|
|
8931
8918
|
"kind": "field",
|
|
8932
|
-
"name": "
|
|
8919
|
+
"name": "inputChoiceGroupContext",
|
|
8933
8920
|
"type": {
|
|
8934
|
-
"text": "
|
|
8935
|
-
}
|
|
8936
|
-
"default": "false",
|
|
8937
|
-
"description": "Specify if TextArea is fluid",
|
|
8938
|
-
"attribute": "fluid"
|
|
8921
|
+
"text": "InputChoiceGroupContextProps"
|
|
8922
|
+
}
|
|
8939
8923
|
},
|
|
8940
8924
|
{
|
|
8941
8925
|
"kind": "field",
|
|
8942
|
-
"name": "
|
|
8926
|
+
"name": "radioButtonRef"
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
"kind": "method",
|
|
8930
|
+
"name": "focus"
|
|
8931
|
+
}
|
|
8932
|
+
],
|
|
8933
|
+
"attributes": [
|
|
8934
|
+
{
|
|
8935
|
+
"name": "label",
|
|
8943
8936
|
"type": {
|
|
8944
8937
|
"text": "string | undefined"
|
|
8945
8938
|
},
|
|
8946
|
-
"description": "Specify the
|
|
8947
|
-
"
|
|
8939
|
+
"description": "Specify the text for the label",
|
|
8940
|
+
"fieldName": "label"
|
|
8948
8941
|
},
|
|
8949
8942
|
{
|
|
8950
|
-
"
|
|
8951
|
-
"name": "hideResize",
|
|
8943
|
+
"name": "error",
|
|
8952
8944
|
"type": {
|
|
8953
|
-
"text": "boolean"
|
|
8945
|
+
"text": "boolean | undefined"
|
|
8954
8946
|
},
|
|
8955
|
-
"
|
|
8956
|
-
"
|
|
8957
|
-
"attribute": "hideResize"
|
|
8947
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8948
|
+
"fieldName": "error"
|
|
8958
8949
|
},
|
|
8959
8950
|
{
|
|
8960
|
-
"
|
|
8961
|
-
"name": "maxCount",
|
|
8951
|
+
"name": "readOnly",
|
|
8962
8952
|
"type": {
|
|
8963
|
-
"text": "
|
|
8953
|
+
"text": "boolean | undefined"
|
|
8964
8954
|
},
|
|
8965
|
-
"description": "Specify
|
|
8966
|
-
"
|
|
8955
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8956
|
+
"fieldName": "readOnly"
|
|
8967
8957
|
},
|
|
8968
8958
|
{
|
|
8969
|
-
"
|
|
8970
|
-
"name": "autoResize",
|
|
8959
|
+
"name": "disabled",
|
|
8971
8960
|
"type": {
|
|
8972
|
-
"text": "boolean"
|
|
8961
|
+
"text": "boolean | undefined"
|
|
8973
8962
|
},
|
|
8974
|
-
"
|
|
8975
|
-
"
|
|
8976
|
-
"attribute": "autoResize"
|
|
8963
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8964
|
+
"fieldName": "disabled"
|
|
8977
8965
|
},
|
|
8978
8966
|
{
|
|
8979
|
-
"kind": "field",
|
|
8980
8967
|
"name": "theme",
|
|
8981
8968
|
"type": {
|
|
8982
8969
|
"text": "'light' | 'dark' | undefined"
|
|
8983
8970
|
},
|
|
8984
|
-
"description": "Specify the theme of the
|
|
8985
|
-
"
|
|
8986
|
-
},
|
|
8987
|
-
{
|
|
8988
|
-
"kind": "field",
|
|
8989
|
-
"name": "formFieldCounterRef"
|
|
8971
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8972
|
+
"fieldName": "theme"
|
|
8990
8973
|
},
|
|
8991
8974
|
{
|
|
8992
|
-
"
|
|
8993
|
-
"
|
|
8994
|
-
|
|
8995
|
-
"type": {
|
|
8996
|
-
"text": "FinalizeAssociatedResult"
|
|
8997
|
-
}
|
|
8975
|
+
"name": "value",
|
|
8976
|
+
"type": {
|
|
8977
|
+
"text": "string | undefined"
|
|
8998
8978
|
},
|
|
8999
|
-
"
|
|
9000
|
-
|
|
9001
|
-
"name": "value",
|
|
9002
|
-
"type": {
|
|
9003
|
-
"text": "string"
|
|
9004
|
-
}
|
|
9005
|
-
}
|
|
9006
|
-
],
|
|
9007
|
-
"inheritedFrom": {
|
|
9008
|
-
"name": "FormField",
|
|
9009
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9010
|
-
}
|
|
8979
|
+
"description": "The value attribute for the input element",
|
|
8980
|
+
"fieldName": "value"
|
|
9011
8981
|
},
|
|
9012
8982
|
{
|
|
9013
|
-
"
|
|
9014
|
-
"name": "formAssociated",
|
|
8983
|
+
"name": "checked",
|
|
9015
8984
|
"type": {
|
|
9016
8985
|
"text": "boolean"
|
|
9017
8986
|
},
|
|
9018
|
-
"
|
|
9019
|
-
"
|
|
9020
|
-
"
|
|
9021
|
-
"name": "FormField",
|
|
9022
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9023
|
-
}
|
|
8987
|
+
"default": "false",
|
|
8988
|
+
"description": "The checked attribute for the input element",
|
|
8989
|
+
"fieldName": "checked"
|
|
9024
8990
|
},
|
|
9025
8991
|
{
|
|
9026
|
-
"
|
|
9027
|
-
"name": "id",
|
|
8992
|
+
"name": "onKeyDown",
|
|
9028
8993
|
"type": {
|
|
9029
|
-
"text": "
|
|
8994
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9030
8995
|
},
|
|
9031
|
-
"
|
|
9032
|
-
"
|
|
9033
|
-
|
|
9034
|
-
|
|
9035
|
-
|
|
9036
|
-
|
|
8996
|
+
"description": "A user-defined function to handle keydown events",
|
|
8997
|
+
"fieldName": "onKeyDown"
|
|
8998
|
+
}
|
|
8999
|
+
],
|
|
9000
|
+
"superclass": {
|
|
9001
|
+
"name": "LitElement",
|
|
9002
|
+
"package": "lit"
|
|
9003
|
+
},
|
|
9004
|
+
"tagName": "bm-radio-button",
|
|
9005
|
+
"customElement": true
|
|
9006
|
+
}
|
|
9007
|
+
],
|
|
9008
|
+
"exports": [
|
|
9009
|
+
{
|
|
9010
|
+
"kind": "js",
|
|
9011
|
+
"name": "BmRadioButton",
|
|
9012
|
+
"declaration": {
|
|
9013
|
+
"name": "BmRadioButton",
|
|
9014
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9015
|
+
}
|
|
9016
|
+
},
|
|
9017
|
+
{
|
|
9018
|
+
"kind": "custom-element-definition",
|
|
9019
|
+
"name": "bm-radio-button",
|
|
9020
|
+
"declaration": {
|
|
9021
|
+
"name": "BmRadioButton",
|
|
9022
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9023
|
+
}
|
|
9024
|
+
}
|
|
9025
|
+
]
|
|
9026
|
+
},
|
|
9027
|
+
{
|
|
9028
|
+
"kind": "javascript-module",
|
|
9029
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
9030
|
+
"declarations": [],
|
|
9031
|
+
"exports": [
|
|
9032
|
+
{
|
|
9033
|
+
"kind": "js",
|
|
9034
|
+
"name": "*",
|
|
9035
|
+
"declaration": {
|
|
9036
|
+
"name": "*",
|
|
9037
|
+
"package": "./RadioButton"
|
|
9038
|
+
}
|
|
9039
|
+
},
|
|
9040
|
+
{
|
|
9041
|
+
"kind": "js",
|
|
9042
|
+
"name": "*",
|
|
9043
|
+
"declaration": {
|
|
9044
|
+
"name": "*",
|
|
9045
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9046
|
+
}
|
|
9047
|
+
}
|
|
9048
|
+
]
|
|
9049
|
+
},
|
|
9050
|
+
{
|
|
9051
|
+
"kind": "javascript-module",
|
|
9052
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9053
|
+
"declarations": [
|
|
9054
|
+
{
|
|
9055
|
+
"kind": "class",
|
|
9056
|
+
"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",
|
|
9057
|
+
"name": "BmSwitch",
|
|
9058
|
+
"slots": [
|
|
9059
|
+
{
|
|
9060
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9061
|
+
"name": "onText"
|
|
9037
9062
|
},
|
|
9063
|
+
{
|
|
9064
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9065
|
+
"name": "offText"
|
|
9066
|
+
}
|
|
9067
|
+
],
|
|
9068
|
+
"members": [
|
|
9038
9069
|
{
|
|
9039
9070
|
"kind": "field",
|
|
9040
|
-
"name": "
|
|
9071
|
+
"name": "inputChoiceGroupContext",
|
|
9041
9072
|
"type": {
|
|
9042
|
-
"text": "
|
|
9043
|
-
},
|
|
9044
|
-
"default": "''",
|
|
9045
|
-
"attribute": "name",
|
|
9046
|
-
"reflects": true,
|
|
9047
|
-
"inheritedFrom": {
|
|
9048
|
-
"name": "FormField",
|
|
9049
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9073
|
+
"text": "InputChoiceGroupContextProps"
|
|
9050
9074
|
}
|
|
9051
9075
|
},
|
|
9052
9076
|
{
|
|
9053
9077
|
"kind": "field",
|
|
9054
|
-
"name": "
|
|
9078
|
+
"name": "onText",
|
|
9055
9079
|
"type": {
|
|
9056
|
-
"text": "string"
|
|
9080
|
+
"text": "string | undefined"
|
|
9057
9081
|
},
|
|
9058
|
-
"default": "
|
|
9059
|
-
"
|
|
9060
|
-
"
|
|
9061
|
-
"name": "FormField",
|
|
9062
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9063
|
-
}
|
|
9082
|
+
"default": "undefined",
|
|
9083
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9084
|
+
"attribute": "onText"
|
|
9064
9085
|
},
|
|
9065
9086
|
{
|
|
9066
9087
|
"kind": "field",
|
|
9067
|
-
"name": "
|
|
9088
|
+
"name": "offText",
|
|
9068
9089
|
"type": {
|
|
9069
|
-
"text": "
|
|
9090
|
+
"text": "string | undefined"
|
|
9070
9091
|
},
|
|
9071
|
-
"default": "
|
|
9072
|
-
"
|
|
9073
|
-
"
|
|
9074
|
-
"name": "FormField",
|
|
9075
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9076
|
-
}
|
|
9092
|
+
"default": "undefined",
|
|
9093
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9094
|
+
"attribute": "offText"
|
|
9077
9095
|
},
|
|
9078
9096
|
{
|
|
9079
9097
|
"kind": "field",
|
|
9080
|
-
"name": "
|
|
9098
|
+
"name": "theme",
|
|
9081
9099
|
"type": {
|
|
9082
|
-
"text": "
|
|
9100
|
+
"text": "ThemeTypes | undefined"
|
|
9083
9101
|
},
|
|
9084
|
-
"
|
|
9085
|
-
"
|
|
9086
|
-
"name": "FormField",
|
|
9087
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9088
|
-
}
|
|
9102
|
+
"default": "undefined",
|
|
9103
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9089
9104
|
},
|
|
9090
9105
|
{
|
|
9091
9106
|
"kind": "field",
|
|
9092
|
-
"name": "
|
|
9107
|
+
"name": "textPosition",
|
|
9093
9108
|
"type": {
|
|
9094
|
-
"text": "
|
|
9109
|
+
"text": "'before' | 'after'"
|
|
9095
9110
|
},
|
|
9096
|
-
"
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
}
|
|
9111
|
+
"default": "'after'",
|
|
9112
|
+
"description": "Specify the position of the side label",
|
|
9113
|
+
"attribute": "textPosition"
|
|
9100
9114
|
},
|
|
9101
9115
|
{
|
|
9102
|
-
"kind": "
|
|
9103
|
-
"name": "
|
|
9104
|
-
"
|
|
9105
|
-
"
|
|
9106
|
-
"text": "void"
|
|
9107
|
-
}
|
|
9116
|
+
"kind": "field",
|
|
9117
|
+
"name": "readOnly",
|
|
9118
|
+
"type": {
|
|
9119
|
+
"text": "boolean"
|
|
9108
9120
|
},
|
|
9109
|
-
"
|
|
9110
|
-
|
|
9111
|
-
|
|
9112
|
-
}
|
|
9121
|
+
"default": "false",
|
|
9122
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9123
|
+
"attribute": "readOnly"
|
|
9113
9124
|
},
|
|
9114
9125
|
{
|
|
9115
|
-
"kind": "
|
|
9116
|
-
"name": "
|
|
9117
|
-
"
|
|
9118
|
-
"
|
|
9119
|
-
"text": "void"
|
|
9120
|
-
}
|
|
9126
|
+
"kind": "field",
|
|
9127
|
+
"name": "disabled",
|
|
9128
|
+
"type": {
|
|
9129
|
+
"text": "boolean"
|
|
9121
9130
|
},
|
|
9122
|
-
"
|
|
9123
|
-
|
|
9124
|
-
|
|
9125
|
-
|
|
9131
|
+
"default": "false",
|
|
9132
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9133
|
+
"attribute": "disabled"
|
|
9134
|
+
},
|
|
9135
|
+
{
|
|
9136
|
+
"kind": "field",
|
|
9137
|
+
"name": "checked",
|
|
9138
|
+
"type": {
|
|
9139
|
+
"text": "boolean"
|
|
9140
|
+
},
|
|
9141
|
+
"default": "false",
|
|
9142
|
+
"attribute": "checked"
|
|
9143
|
+
},
|
|
9144
|
+
{
|
|
9145
|
+
"kind": "field",
|
|
9146
|
+
"name": "value",
|
|
9147
|
+
"type": {
|
|
9148
|
+
"text": "string | undefined"
|
|
9149
|
+
},
|
|
9150
|
+
"description": "The value attribute for the input element",
|
|
9151
|
+
"attribute": "value"
|
|
9152
|
+
},
|
|
9153
|
+
{
|
|
9154
|
+
"kind": "field",
|
|
9155
|
+
"name": "switchRef"
|
|
9126
9156
|
}
|
|
9127
9157
|
],
|
|
9128
9158
|
"attributes": [
|
|
9129
9159
|
{
|
|
9160
|
+
"name": "onText",
|
|
9161
|
+
"type": {
|
|
9162
|
+
"text": "string | undefined"
|
|
9163
|
+
},
|
|
9164
|
+
"default": "undefined",
|
|
9165
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9166
|
+
"fieldName": "onText"
|
|
9167
|
+
},
|
|
9168
|
+
{
|
|
9169
|
+
"name": "offText",
|
|
9170
|
+
"type": {
|
|
9171
|
+
"text": "string | undefined"
|
|
9172
|
+
},
|
|
9173
|
+
"default": "undefined",
|
|
9174
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9175
|
+
"fieldName": "offText"
|
|
9176
|
+
},
|
|
9177
|
+
{
|
|
9178
|
+
"name": "textPosition",
|
|
9179
|
+
"type": {
|
|
9180
|
+
"text": "'before' | 'after'"
|
|
9181
|
+
},
|
|
9182
|
+
"default": "'after'",
|
|
9183
|
+
"description": "Specify the position of the side label",
|
|
9184
|
+
"fieldName": "textPosition"
|
|
9185
|
+
},
|
|
9186
|
+
{
|
|
9187
|
+
"name": "readOnly",
|
|
9188
|
+
"type": {
|
|
9189
|
+
"text": "boolean"
|
|
9190
|
+
},
|
|
9191
|
+
"default": "false",
|
|
9192
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9193
|
+
"fieldName": "readOnly"
|
|
9194
|
+
},
|
|
9195
|
+
{
|
|
9196
|
+
"name": "disabled",
|
|
9197
|
+
"type": {
|
|
9198
|
+
"text": "boolean"
|
|
9199
|
+
},
|
|
9200
|
+
"default": "false",
|
|
9201
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9202
|
+
"fieldName": "disabled"
|
|
9203
|
+
},
|
|
9204
|
+
{
|
|
9205
|
+
"name": "checked",
|
|
9206
|
+
"type": {
|
|
9207
|
+
"text": "boolean"
|
|
9208
|
+
},
|
|
9209
|
+
"default": "false",
|
|
9210
|
+
"fieldName": "checked"
|
|
9211
|
+
},
|
|
9212
|
+
{
|
|
9213
|
+
"name": "value",
|
|
9214
|
+
"type": {
|
|
9215
|
+
"text": "string | undefined"
|
|
9216
|
+
},
|
|
9217
|
+
"description": "The value attribute for the input element",
|
|
9218
|
+
"fieldName": "value"
|
|
9219
|
+
}
|
|
9220
|
+
],
|
|
9221
|
+
"superclass": {
|
|
9222
|
+
"name": "LitElement",
|
|
9223
|
+
"package": "lit"
|
|
9224
|
+
},
|
|
9225
|
+
"tagName": "bm-switch",
|
|
9226
|
+
"customElement": true
|
|
9227
|
+
}
|
|
9228
|
+
],
|
|
9229
|
+
"exports": [
|
|
9230
|
+
{
|
|
9231
|
+
"kind": "js",
|
|
9232
|
+
"name": "BmSwitch",
|
|
9233
|
+
"declaration": {
|
|
9234
|
+
"name": "BmSwitch",
|
|
9235
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9236
|
+
}
|
|
9237
|
+
},
|
|
9238
|
+
{
|
|
9239
|
+
"kind": "custom-element-definition",
|
|
9240
|
+
"name": "bm-switch",
|
|
9241
|
+
"declaration": {
|
|
9242
|
+
"name": "BmSwitch",
|
|
9243
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9244
|
+
}
|
|
9245
|
+
}
|
|
9246
|
+
]
|
|
9247
|
+
},
|
|
9248
|
+
{
|
|
9249
|
+
"kind": "javascript-module",
|
|
9250
|
+
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
9251
|
+
"declarations": [],
|
|
9252
|
+
"exports": [
|
|
9253
|
+
{
|
|
9254
|
+
"kind": "js",
|
|
9255
|
+
"name": "*",
|
|
9256
|
+
"declaration": {
|
|
9257
|
+
"name": "*",
|
|
9258
|
+
"package": "./Switch"
|
|
9259
|
+
}
|
|
9260
|
+
},
|
|
9261
|
+
{
|
|
9262
|
+
"kind": "js",
|
|
9263
|
+
"name": "*",
|
|
9264
|
+
"declaration": {
|
|
9265
|
+
"name": "*",
|
|
9266
|
+
"package": "./SwitchGroup/SwitchGroup"
|
|
9267
|
+
}
|
|
9268
|
+
}
|
|
9269
|
+
]
|
|
9270
|
+
},
|
|
9271
|
+
{
|
|
9272
|
+
"kind": "javascript-module",
|
|
9273
|
+
"path": "libs/web-components/src/lib/wip/TextArea/TextArea.ts",
|
|
9274
|
+
"declarations": [
|
|
9275
|
+
{
|
|
9276
|
+
"kind": "class",
|
|
9277
|
+
"description": "### Attributes:\n- **rows** - Specify the height of TextArea\n- **cols** - Specify the width of TextArea\n- **placeholder** - Specify placeholder text for TextArea\n- **required** - Specify if TextArea is a required input\n- **hideRequiredMarker** - Specify if the TextArea displays with an asterisk\n- **error** - Specify error text and display error state of a TextArea\n- **readOnly** - Specify if TextArea displays in a read-only state\n- **disabled** - Specify if TextArea displays in a disabled state\n- **fluid** - Specify if TextArea is fluid\n- **width** - Specify the width of TextArea\n- **hideResize** - Specify if TextArea can be manually resized\n- **maxCount** - Specify the maximum character count for the TextArea\n- **autoResize** - Specify if the TextArea automatically resizes to fit the text\n- **theme** - Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9278
|
+
"name": "BmTextArea",
|
|
9279
|
+
"slots": [
|
|
9280
|
+
{
|
|
9281
|
+
"description": "Specify the label for TextArea",
|
|
9282
|
+
"name": "label"
|
|
9283
|
+
},
|
|
9284
|
+
{
|
|
9285
|
+
"description": "Specify the helper text for TextArea",
|
|
9286
|
+
"name": "helper-text"
|
|
9287
|
+
}
|
|
9288
|
+
],
|
|
9289
|
+
"members": [
|
|
9290
|
+
{
|
|
9291
|
+
"kind": "field",
|
|
9130
9292
|
"name": "rows",
|
|
9131
9293
|
"type": {
|
|
9132
9294
|
"text": "number | undefined"
|
|
9133
9295
|
},
|
|
9134
9296
|
"description": "Specify the height of TextArea",
|
|
9135
|
-
"
|
|
9297
|
+
"attribute": "rows"
|
|
9136
9298
|
},
|
|
9137
9299
|
{
|
|
9300
|
+
"kind": "field",
|
|
9138
9301
|
"name": "cols",
|
|
9139
9302
|
"type": {
|
|
9140
9303
|
"text": "number | undefined"
|
|
9141
9304
|
},
|
|
9142
9305
|
"description": "Specify the width of TextArea",
|
|
9143
|
-
"
|
|
9306
|
+
"attribute": "cols"
|
|
9144
9307
|
},
|
|
9145
9308
|
{
|
|
9309
|
+
"kind": "field",
|
|
9146
9310
|
"name": "placeholder",
|
|
9147
9311
|
"type": {
|
|
9148
9312
|
"text": "string | undefined"
|
|
9149
9313
|
},
|
|
9150
9314
|
"description": "Specify placeholder text for TextArea",
|
|
9151
|
-
"
|
|
9315
|
+
"attribute": "placeholder"
|
|
9152
9316
|
},
|
|
9153
9317
|
{
|
|
9318
|
+
"kind": "field",
|
|
9154
9319
|
"name": "required",
|
|
9155
9320
|
"type": {
|
|
9156
9321
|
"text": "boolean"
|
|
9157
9322
|
},
|
|
9158
9323
|
"default": "false",
|
|
9159
9324
|
"description": "Specify if TextArea is a required input",
|
|
9160
|
-
"
|
|
9325
|
+
"attribute": "required"
|
|
9161
9326
|
},
|
|
9162
9327
|
{
|
|
9328
|
+
"kind": "field",
|
|
9163
9329
|
"name": "hideRequiredMarker",
|
|
9164
9330
|
"type": {
|
|
9165
9331
|
"text": "boolean"
|
|
9166
9332
|
},
|
|
9167
9333
|
"default": "false",
|
|
9168
9334
|
"description": "Specify if the TextArea displays with an asterisk",
|
|
9169
|
-
"
|
|
9335
|
+
"attribute": "hideRequiredMarker"
|
|
9170
9336
|
},
|
|
9171
9337
|
{
|
|
9338
|
+
"kind": "field",
|
|
9172
9339
|
"name": "error",
|
|
9173
9340
|
"type": {
|
|
9174
9341
|
"text": "string | undefined"
|
|
9175
9342
|
},
|
|
9176
9343
|
"description": "Specify error text and display error state of a TextArea",
|
|
9177
|
-
"
|
|
9344
|
+
"attribute": "error"
|
|
9178
9345
|
},
|
|
9179
9346
|
{
|
|
9347
|
+
"kind": "field",
|
|
9180
9348
|
"name": "readOnly",
|
|
9181
9349
|
"type": {
|
|
9182
9350
|
"text": "boolean"
|
|
9183
9351
|
},
|
|
9184
9352
|
"default": "false",
|
|
9185
9353
|
"description": "Specify if TextArea displays in a read-only state",
|
|
9186
|
-
"
|
|
9354
|
+
"attribute": "readOnly"
|
|
9187
9355
|
},
|
|
9188
9356
|
{
|
|
9357
|
+
"kind": "field",
|
|
9189
9358
|
"name": "disabled",
|
|
9190
9359
|
"type": {
|
|
9191
9360
|
"text": "boolean"
|
|
9192
9361
|
},
|
|
9193
9362
|
"default": "false",
|
|
9194
9363
|
"description": "Specify if TextArea displays in a disabled state",
|
|
9195
|
-
"
|
|
9364
|
+
"attribute": "disabled"
|
|
9196
9365
|
},
|
|
9197
9366
|
{
|
|
9367
|
+
"kind": "field",
|
|
9198
9368
|
"name": "fluid",
|
|
9199
9369
|
"type": {
|
|
9200
9370
|
"text": "boolean"
|
|
9201
9371
|
},
|
|
9202
9372
|
"default": "false",
|
|
9203
9373
|
"description": "Specify if TextArea is fluid",
|
|
9204
|
-
"
|
|
9374
|
+
"attribute": "fluid"
|
|
9205
9375
|
},
|
|
9206
9376
|
{
|
|
9377
|
+
"kind": "field",
|
|
9207
9378
|
"name": "width",
|
|
9208
9379
|
"type": {
|
|
9209
9380
|
"text": "string | undefined"
|
|
9210
9381
|
},
|
|
9211
9382
|
"description": "Specify the width of TextArea",
|
|
9212
|
-
"
|
|
9383
|
+
"attribute": "width"
|
|
9213
9384
|
},
|
|
9214
9385
|
{
|
|
9386
|
+
"kind": "field",
|
|
9215
9387
|
"name": "hideResize",
|
|
9216
9388
|
"type": {
|
|
9217
9389
|
"text": "boolean"
|
|
9218
9390
|
},
|
|
9219
9391
|
"default": "false",
|
|
9220
9392
|
"description": "Specify if TextArea can be manually resized",
|
|
9221
|
-
"
|
|
9393
|
+
"attribute": "hideResize"
|
|
9222
9394
|
},
|
|
9223
9395
|
{
|
|
9396
|
+
"kind": "field",
|
|
9224
9397
|
"name": "maxCount",
|
|
9225
9398
|
"type": {
|
|
9226
9399
|
"text": "number | undefined"
|
|
9227
9400
|
},
|
|
9228
9401
|
"description": "Specify the maximum character count for the TextArea",
|
|
9229
|
-
"
|
|
9402
|
+
"attribute": "maxCount"
|
|
9230
9403
|
},
|
|
9231
9404
|
{
|
|
9405
|
+
"kind": "field",
|
|
9232
9406
|
"name": "autoResize",
|
|
9233
9407
|
"type": {
|
|
9234
9408
|
"text": "boolean"
|
|
9235
9409
|
},
|
|
9236
9410
|
"default": "false",
|
|
9237
9411
|
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
9238
|
-
"
|
|
9412
|
+
"attribute": "autoResize"
|
|
9239
9413
|
},
|
|
9240
9414
|
{
|
|
9415
|
+
"kind": "field",
|
|
9241
9416
|
"name": "theme",
|
|
9242
9417
|
"type": {
|
|
9243
9418
|
"text": "'light' | 'dark' | undefined"
|
|
9244
9419
|
},
|
|
9245
9420
|
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9246
|
-
"
|
|
9421
|
+
"attribute": "theme"
|
|
9247
9422
|
},
|
|
9248
9423
|
{
|
|
9249
|
-
"
|
|
9250
|
-
"
|
|
9251
|
-
|
|
9424
|
+
"kind": "field",
|
|
9425
|
+
"name": "formFieldCounterRef"
|
|
9426
|
+
},
|
|
9427
|
+
{
|
|
9428
|
+
"kind": "method",
|
|
9429
|
+
"name": "finalizeAssociatedCallback",
|
|
9430
|
+
"return": {
|
|
9431
|
+
"type": {
|
|
9432
|
+
"text": "FinalizeAssociatedResult"
|
|
9433
|
+
}
|
|
9252
9434
|
},
|
|
9253
|
-
"
|
|
9254
|
-
|
|
9435
|
+
"parameters": [
|
|
9436
|
+
{
|
|
9437
|
+
"name": "value",
|
|
9438
|
+
"type": {
|
|
9439
|
+
"text": "string"
|
|
9440
|
+
}
|
|
9441
|
+
}
|
|
9442
|
+
],
|
|
9255
9443
|
"inheritedFrom": {
|
|
9256
9444
|
"name": "FormField",
|
|
9257
9445
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9258
9446
|
}
|
|
9259
9447
|
},
|
|
9260
9448
|
{
|
|
9261
|
-
"
|
|
9449
|
+
"kind": "field",
|
|
9450
|
+
"name": "formAssociated",
|
|
9262
9451
|
"type": {
|
|
9263
|
-
"text": "
|
|
9452
|
+
"text": "boolean"
|
|
9264
9453
|
},
|
|
9265
|
-
"
|
|
9266
|
-
"
|
|
9454
|
+
"static": true,
|
|
9455
|
+
"default": "true",
|
|
9267
9456
|
"inheritedFrom": {
|
|
9268
9457
|
"name": "FormField",
|
|
9269
9458
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9270
9459
|
}
|
|
9271
9460
|
},
|
|
9272
9461
|
{
|
|
9273
|
-
"
|
|
9462
|
+
"kind": "field",
|
|
9463
|
+
"name": "id",
|
|
9274
9464
|
"type": {
|
|
9275
9465
|
"text": "string"
|
|
9276
9466
|
},
|
|
9277
9467
|
"default": "''",
|
|
9278
|
-
"
|
|
9468
|
+
"attribute": "id",
|
|
9279
9469
|
"inheritedFrom": {
|
|
9280
9470
|
"name": "FormField",
|
|
9281
9471
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9282
9472
|
}
|
|
9283
9473
|
},
|
|
9284
9474
|
{
|
|
9285
|
-
"
|
|
9475
|
+
"kind": "field",
|
|
9476
|
+
"name": "name",
|
|
9286
9477
|
"type": {
|
|
9287
|
-
"text": "
|
|
9478
|
+
"text": "string"
|
|
9288
9479
|
},
|
|
9289
|
-
"default": "
|
|
9290
|
-
"
|
|
9480
|
+
"default": "''",
|
|
9481
|
+
"attribute": "name",
|
|
9482
|
+
"reflects": true,
|
|
9291
9483
|
"inheritedFrom": {
|
|
9292
9484
|
"name": "FormField",
|
|
9293
9485
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9294
9486
|
}
|
|
9295
9487
|
},
|
|
9296
9488
|
{
|
|
9297
|
-
"
|
|
9489
|
+
"kind": "field",
|
|
9490
|
+
"name": "value",
|
|
9298
9491
|
"type": {
|
|
9299
|
-
"text": "string
|
|
9492
|
+
"text": "string"
|
|
9300
9493
|
},
|
|
9301
|
-
"
|
|
9494
|
+
"default": "''",
|
|
9495
|
+
"attribute": "value",
|
|
9302
9496
|
"inheritedFrom": {
|
|
9303
9497
|
"name": "FormField",
|
|
9304
9498
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9305
9499
|
}
|
|
9306
|
-
}
|
|
9307
|
-
],
|
|
9308
|
-
"superclass": {
|
|
9309
|
-
"name": "FormField",
|
|
9310
|
-
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9311
|
-
},
|
|
9312
|
-
"summary": "`bm-text-area`",
|
|
9313
|
-
"tagName": "bm-text-area",
|
|
9314
|
-
"customElement": true
|
|
9315
|
-
}
|
|
9316
|
-
],
|
|
9317
|
-
"exports": [
|
|
9318
|
-
{
|
|
9319
|
-
"kind": "js",
|
|
9320
|
-
"name": "BmTextArea",
|
|
9321
|
-
"declaration": {
|
|
9322
|
-
"name": "BmTextArea",
|
|
9323
|
-
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9324
|
-
}
|
|
9325
|
-
},
|
|
9326
|
-
{
|
|
9327
|
-
"kind": "custom-element-definition",
|
|
9328
|
-
"name": "bm-text-area",
|
|
9329
|
-
"declaration": {
|
|
9330
|
-
"name": "BmTextArea",
|
|
9331
|
-
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9332
|
-
}
|
|
9333
|
-
}
|
|
9334
|
-
]
|
|
9335
|
-
},
|
|
9336
|
-
{
|
|
9337
|
-
"kind": "javascript-module",
|
|
9338
|
-
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
9339
|
-
"declarations": [],
|
|
9340
|
-
"exports": [
|
|
9341
|
-
{
|
|
9342
|
-
"kind": "js",
|
|
9343
|
-
"name": "*",
|
|
9344
|
-
"declaration": {
|
|
9345
|
-
"name": "*",
|
|
9346
|
-
"package": "./TextArea"
|
|
9347
|
-
}
|
|
9348
|
-
}
|
|
9349
|
-
]
|
|
9350
|
-
},
|
|
9351
|
-
{
|
|
9352
|
-
"kind": "javascript-module",
|
|
9353
|
-
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9354
|
-
"declarations": [
|
|
9355
|
-
{
|
|
9356
|
-
"kind": "class",
|
|
9357
|
-
"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",
|
|
9358
|
-
"name": "BmSwitch",
|
|
9359
|
-
"slots": [
|
|
9360
|
-
{
|
|
9361
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9362
|
-
"name": "onText"
|
|
9363
9500
|
},
|
|
9364
|
-
{
|
|
9365
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9366
|
-
"name": "offText"
|
|
9367
|
-
}
|
|
9368
|
-
],
|
|
9369
|
-
"members": [
|
|
9370
9501
|
{
|
|
9371
9502
|
"kind": "field",
|
|
9372
|
-
"name": "
|
|
9373
|
-
"type": {
|
|
9374
|
-
"text": "InputChoiceGroupContextProps"
|
|
9375
|
-
}
|
|
9376
|
-
},
|
|
9377
|
-
{
|
|
9378
|
-
"kind": "field",
|
|
9379
|
-
"name": "onText",
|
|
9503
|
+
"name": "validationRules",
|
|
9380
9504
|
"type": {
|
|
9381
|
-
"text": "
|
|
9505
|
+
"text": "Array<FormValidator>"
|
|
9382
9506
|
},
|
|
9383
|
-
"default": "
|
|
9384
|
-
"
|
|
9385
|
-
"
|
|
9507
|
+
"default": "[]",
|
|
9508
|
+
"attribute": "validationRules",
|
|
9509
|
+
"inheritedFrom": {
|
|
9510
|
+
"name": "FormField",
|
|
9511
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9512
|
+
}
|
|
9386
9513
|
},
|
|
9387
9514
|
{
|
|
9388
9515
|
"kind": "field",
|
|
9389
|
-
"name": "
|
|
9516
|
+
"name": "inputAriaLabel",
|
|
9390
9517
|
"type": {
|
|
9391
9518
|
"text": "string | undefined"
|
|
9392
9519
|
},
|
|
9393
|
-
"
|
|
9394
|
-
"
|
|
9395
|
-
|
|
9396
|
-
|
|
9397
|
-
|
|
9398
|
-
"kind": "field",
|
|
9399
|
-
"name": "theme",
|
|
9400
|
-
"type": {
|
|
9401
|
-
"text": "ThemeTypes | undefined"
|
|
9402
|
-
},
|
|
9403
|
-
"default": "undefined",
|
|
9404
|
-
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9405
|
-
},
|
|
9406
|
-
{
|
|
9407
|
-
"kind": "field",
|
|
9408
|
-
"name": "textPosition",
|
|
9409
|
-
"type": {
|
|
9410
|
-
"text": "'before' | 'after'"
|
|
9411
|
-
},
|
|
9412
|
-
"default": "'after'",
|
|
9413
|
-
"description": "Specify the position of the side label",
|
|
9414
|
-
"attribute": "textPosition"
|
|
9415
|
-
},
|
|
9416
|
-
{
|
|
9417
|
-
"kind": "field",
|
|
9418
|
-
"name": "readOnly",
|
|
9419
|
-
"type": {
|
|
9420
|
-
"text": "boolean"
|
|
9421
|
-
},
|
|
9422
|
-
"default": "false",
|
|
9423
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
9424
|
-
"attribute": "readOnly"
|
|
9520
|
+
"attribute": "input-aria-label",
|
|
9521
|
+
"inheritedFrom": {
|
|
9522
|
+
"name": "FormField",
|
|
9523
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9524
|
+
}
|
|
9425
9525
|
},
|
|
9426
9526
|
{
|
|
9427
9527
|
"kind": "field",
|
|
9428
|
-
"name": "
|
|
9528
|
+
"name": "formContext",
|
|
9429
9529
|
"type": {
|
|
9430
|
-
"text": "
|
|
9530
|
+
"text": "BmFormContext"
|
|
9431
9531
|
},
|
|
9432
|
-
"
|
|
9433
|
-
|
|
9434
|
-
|
|
9532
|
+
"inheritedFrom": {
|
|
9533
|
+
"name": "FormField",
|
|
9534
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9535
|
+
}
|
|
9435
9536
|
},
|
|
9436
9537
|
{
|
|
9437
|
-
"kind": "
|
|
9438
|
-
"name": "
|
|
9439
|
-
"
|
|
9440
|
-
"
|
|
9538
|
+
"kind": "method",
|
|
9539
|
+
"name": "formAssociatedCallback",
|
|
9540
|
+
"return": {
|
|
9541
|
+
"type": {
|
|
9542
|
+
"text": "void"
|
|
9543
|
+
}
|
|
9441
9544
|
},
|
|
9442
|
-
"
|
|
9443
|
-
|
|
9545
|
+
"inheritedFrom": {
|
|
9546
|
+
"name": "FormField",
|
|
9547
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9548
|
+
}
|
|
9444
9549
|
},
|
|
9445
9550
|
{
|
|
9446
|
-
"kind": "
|
|
9447
|
-
"name": "
|
|
9448
|
-
"
|
|
9449
|
-
"
|
|
9551
|
+
"kind": "method",
|
|
9552
|
+
"name": "formResetCallback",
|
|
9553
|
+
"return": {
|
|
9554
|
+
"type": {
|
|
9555
|
+
"text": "void"
|
|
9556
|
+
}
|
|
9450
9557
|
},
|
|
9451
|
-
"
|
|
9452
|
-
|
|
9453
|
-
|
|
9454
|
-
|
|
9455
|
-
"kind": "field",
|
|
9456
|
-
"name": "switchRef"
|
|
9558
|
+
"inheritedFrom": {
|
|
9559
|
+
"name": "FormField",
|
|
9560
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9561
|
+
}
|
|
9457
9562
|
}
|
|
9458
9563
|
],
|
|
9459
9564
|
"attributes": [
|
|
9460
9565
|
{
|
|
9461
|
-
"name": "
|
|
9462
|
-
"type": {
|
|
9463
|
-
"text": "string | undefined"
|
|
9464
|
-
},
|
|
9465
|
-
"default": "undefined",
|
|
9466
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9467
|
-
"fieldName": "onText"
|
|
9468
|
-
},
|
|
9469
|
-
{
|
|
9470
|
-
"name": "offText",
|
|
9566
|
+
"name": "rows",
|
|
9471
9567
|
"type": {
|
|
9472
|
-
"text": "
|
|
9568
|
+
"text": "number | undefined"
|
|
9473
9569
|
},
|
|
9474
|
-
"
|
|
9475
|
-
"
|
|
9476
|
-
"fieldName": "offText"
|
|
9570
|
+
"description": "Specify the height of TextArea",
|
|
9571
|
+
"fieldName": "rows"
|
|
9477
9572
|
},
|
|
9478
9573
|
{
|
|
9479
|
-
"name": "
|
|
9574
|
+
"name": "cols",
|
|
9480
9575
|
"type": {
|
|
9481
|
-
"text": "
|
|
9576
|
+
"text": "number | undefined"
|
|
9482
9577
|
},
|
|
9483
|
-
"
|
|
9484
|
-
"
|
|
9485
|
-
"fieldName": "textPosition"
|
|
9578
|
+
"description": "Specify the width of TextArea",
|
|
9579
|
+
"fieldName": "cols"
|
|
9486
9580
|
},
|
|
9487
9581
|
{
|
|
9488
|
-
"name": "
|
|
9582
|
+
"name": "placeholder",
|
|
9489
9583
|
"type": {
|
|
9490
|
-
"text": "
|
|
9584
|
+
"text": "string | undefined"
|
|
9491
9585
|
},
|
|
9492
|
-
"
|
|
9493
|
-
"
|
|
9494
|
-
"fieldName": "readOnly"
|
|
9586
|
+
"description": "Specify placeholder text for TextArea",
|
|
9587
|
+
"fieldName": "placeholder"
|
|
9495
9588
|
},
|
|
9496
9589
|
{
|
|
9497
|
-
"name": "
|
|
9590
|
+
"name": "required",
|
|
9498
9591
|
"type": {
|
|
9499
9592
|
"text": "boolean"
|
|
9500
9593
|
},
|
|
9501
9594
|
"default": "false",
|
|
9502
|
-
"description": "Specify if
|
|
9503
|
-
"fieldName": "
|
|
9595
|
+
"description": "Specify if TextArea is a required input",
|
|
9596
|
+
"fieldName": "required"
|
|
9504
9597
|
},
|
|
9505
9598
|
{
|
|
9506
|
-
"name": "
|
|
9599
|
+
"name": "hideRequiredMarker",
|
|
9507
9600
|
"type": {
|
|
9508
9601
|
"text": "boolean"
|
|
9509
9602
|
},
|
|
9510
9603
|
"default": "false",
|
|
9511
|
-
"
|
|
9512
|
-
|
|
9513
|
-
{
|
|
9514
|
-
"name": "value",
|
|
9515
|
-
"type": {
|
|
9516
|
-
"text": "string | undefined"
|
|
9517
|
-
},
|
|
9518
|
-
"description": "The value attribute for the input element",
|
|
9519
|
-
"fieldName": "value"
|
|
9520
|
-
}
|
|
9521
|
-
],
|
|
9522
|
-
"superclass": {
|
|
9523
|
-
"name": "LitElement",
|
|
9524
|
-
"package": "lit"
|
|
9525
|
-
},
|
|
9526
|
-
"tagName": "bm-switch",
|
|
9527
|
-
"customElement": true
|
|
9528
|
-
}
|
|
9529
|
-
],
|
|
9530
|
-
"exports": [
|
|
9531
|
-
{
|
|
9532
|
-
"kind": "js",
|
|
9533
|
-
"name": "BmSwitch",
|
|
9534
|
-
"declaration": {
|
|
9535
|
-
"name": "BmSwitch",
|
|
9536
|
-
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9537
|
-
}
|
|
9538
|
-
},
|
|
9539
|
-
{
|
|
9540
|
-
"kind": "custom-element-definition",
|
|
9541
|
-
"name": "bm-switch",
|
|
9542
|
-
"declaration": {
|
|
9543
|
-
"name": "BmSwitch",
|
|
9544
|
-
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9545
|
-
}
|
|
9546
|
-
}
|
|
9547
|
-
]
|
|
9548
|
-
},
|
|
9549
|
-
{
|
|
9550
|
-
"kind": "javascript-module",
|
|
9551
|
-
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
9552
|
-
"declarations": [],
|
|
9553
|
-
"exports": [
|
|
9554
|
-
{
|
|
9555
|
-
"kind": "js",
|
|
9556
|
-
"name": "*",
|
|
9557
|
-
"declaration": {
|
|
9558
|
-
"name": "*",
|
|
9559
|
-
"package": "./Switch"
|
|
9560
|
-
}
|
|
9561
|
-
},
|
|
9562
|
-
{
|
|
9563
|
-
"kind": "js",
|
|
9564
|
-
"name": "*",
|
|
9565
|
-
"declaration": {
|
|
9566
|
-
"name": "*",
|
|
9567
|
-
"package": "./SwitchGroup/SwitchGroup"
|
|
9568
|
-
}
|
|
9569
|
-
}
|
|
9570
|
-
]
|
|
9571
|
-
},
|
|
9572
|
-
{
|
|
9573
|
-
"kind": "javascript-module",
|
|
9574
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9575
|
-
"declarations": [
|
|
9576
|
-
{
|
|
9577
|
-
"kind": "class",
|
|
9578
|
-
"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",
|
|
9579
|
-
"name": "BmRadioButton",
|
|
9580
|
-
"members": [
|
|
9581
|
-
{
|
|
9582
|
-
"kind": "field",
|
|
9583
|
-
"name": "label",
|
|
9584
|
-
"type": {
|
|
9585
|
-
"text": "string | undefined"
|
|
9586
|
-
},
|
|
9587
|
-
"description": "Specify the text for the label",
|
|
9588
|
-
"attribute": "label"
|
|
9604
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
9605
|
+
"fieldName": "hideRequiredMarker"
|
|
9589
9606
|
},
|
|
9590
9607
|
{
|
|
9591
|
-
"kind": "field",
|
|
9592
9608
|
"name": "error",
|
|
9593
9609
|
"type": {
|
|
9594
|
-
"text": "
|
|
9610
|
+
"text": "string | undefined"
|
|
9595
9611
|
},
|
|
9596
|
-
"description": "Specify error text and display error state of a
|
|
9597
|
-
"
|
|
9612
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
9613
|
+
"fieldName": "error"
|
|
9598
9614
|
},
|
|
9599
9615
|
{
|
|
9600
|
-
"kind": "field",
|
|
9601
9616
|
"name": "readOnly",
|
|
9602
9617
|
"type": {
|
|
9603
|
-
"text": "boolean
|
|
9618
|
+
"text": "boolean"
|
|
9604
9619
|
},
|
|
9605
|
-
"
|
|
9606
|
-
"
|
|
9620
|
+
"default": "false",
|
|
9621
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
9622
|
+
"fieldName": "readOnly"
|
|
9607
9623
|
},
|
|
9608
9624
|
{
|
|
9609
|
-
"kind": "field",
|
|
9610
9625
|
"name": "disabled",
|
|
9611
|
-
"type": {
|
|
9612
|
-
"text": "boolean | undefined"
|
|
9613
|
-
},
|
|
9614
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
9615
|
-
"attribute": "disabled"
|
|
9616
|
-
},
|
|
9617
|
-
{
|
|
9618
|
-
"kind": "field",
|
|
9619
|
-
"name": "theme",
|
|
9620
|
-
"type": {
|
|
9621
|
-
"text": "'light' | 'dark' | undefined"
|
|
9622
|
-
},
|
|
9623
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9624
|
-
"attribute": "theme"
|
|
9625
|
-
},
|
|
9626
|
-
{
|
|
9627
|
-
"kind": "field",
|
|
9628
|
-
"name": "value",
|
|
9629
|
-
"type": {
|
|
9630
|
-
"text": "string | undefined"
|
|
9631
|
-
},
|
|
9632
|
-
"description": "The value attribute for the input element",
|
|
9633
|
-
"attribute": "value"
|
|
9634
|
-
},
|
|
9635
|
-
{
|
|
9636
|
-
"kind": "field",
|
|
9637
|
-
"name": "checked",
|
|
9638
9626
|
"type": {
|
|
9639
9627
|
"text": "boolean"
|
|
9640
9628
|
},
|
|
9641
9629
|
"default": "false",
|
|
9642
|
-
"description": "
|
|
9643
|
-
"
|
|
9630
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
9631
|
+
"fieldName": "disabled"
|
|
9644
9632
|
},
|
|
9645
9633
|
{
|
|
9646
|
-
"
|
|
9647
|
-
"name": "onKeyDown",
|
|
9634
|
+
"name": "fluid",
|
|
9648
9635
|
"type": {
|
|
9649
|
-
"text": "
|
|
9636
|
+
"text": "boolean"
|
|
9650
9637
|
},
|
|
9651
|
-
"
|
|
9652
|
-
"
|
|
9653
|
-
|
|
9654
|
-
{
|
|
9655
|
-
"kind": "field",
|
|
9656
|
-
"name": "inputChoiceGroupContext",
|
|
9657
|
-
"type": {
|
|
9658
|
-
"text": "InputChoiceGroupContextProps"
|
|
9659
|
-
}
|
|
9660
|
-
},
|
|
9661
|
-
{
|
|
9662
|
-
"kind": "field",
|
|
9663
|
-
"name": "radioButtonRef"
|
|
9638
|
+
"default": "false",
|
|
9639
|
+
"description": "Specify if TextArea is fluid",
|
|
9640
|
+
"fieldName": "fluid"
|
|
9664
9641
|
},
|
|
9665
9642
|
{
|
|
9666
|
-
"
|
|
9667
|
-
"name": "focus"
|
|
9668
|
-
}
|
|
9669
|
-
],
|
|
9670
|
-
"attributes": [
|
|
9671
|
-
{
|
|
9672
|
-
"name": "label",
|
|
9643
|
+
"name": "width",
|
|
9673
9644
|
"type": {
|
|
9674
9645
|
"text": "string | undefined"
|
|
9675
9646
|
},
|
|
9676
|
-
"description": "Specify the
|
|
9677
|
-
"fieldName": "
|
|
9647
|
+
"description": "Specify the width of TextArea",
|
|
9648
|
+
"fieldName": "width"
|
|
9678
9649
|
},
|
|
9679
9650
|
{
|
|
9680
|
-
"name": "
|
|
9651
|
+
"name": "hideResize",
|
|
9681
9652
|
"type": {
|
|
9682
|
-
"text": "boolean
|
|
9653
|
+
"text": "boolean"
|
|
9683
9654
|
},
|
|
9684
|
-
"
|
|
9685
|
-
"
|
|
9655
|
+
"default": "false",
|
|
9656
|
+
"description": "Specify if TextArea can be manually resized",
|
|
9657
|
+
"fieldName": "hideResize"
|
|
9686
9658
|
},
|
|
9687
9659
|
{
|
|
9688
|
-
"name": "
|
|
9660
|
+
"name": "maxCount",
|
|
9689
9661
|
"type": {
|
|
9690
|
-
"text": "
|
|
9662
|
+
"text": "number | undefined"
|
|
9691
9663
|
},
|
|
9692
|
-
"description": "Specify
|
|
9693
|
-
"fieldName": "
|
|
9664
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
9665
|
+
"fieldName": "maxCount"
|
|
9694
9666
|
},
|
|
9695
9667
|
{
|
|
9696
|
-
"name": "
|
|
9668
|
+
"name": "autoResize",
|
|
9697
9669
|
"type": {
|
|
9698
|
-
"text": "boolean
|
|
9670
|
+
"text": "boolean"
|
|
9699
9671
|
},
|
|
9700
|
-
"
|
|
9701
|
-
"
|
|
9672
|
+
"default": "false",
|
|
9673
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
9674
|
+
"fieldName": "autoResize"
|
|
9702
9675
|
},
|
|
9703
9676
|
{
|
|
9704
9677
|
"name": "theme",
|
|
9705
9678
|
"type": {
|
|
9706
9679
|
"text": "'light' | 'dark' | undefined"
|
|
9707
9680
|
},
|
|
9708
|
-
"description": "Specify the theme of the
|
|
9681
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9709
9682
|
"fieldName": "theme"
|
|
9710
9683
|
},
|
|
9684
|
+
{
|
|
9685
|
+
"name": "id",
|
|
9686
|
+
"type": {
|
|
9687
|
+
"text": "string"
|
|
9688
|
+
},
|
|
9689
|
+
"default": "''",
|
|
9690
|
+
"fieldName": "id",
|
|
9691
|
+
"inheritedFrom": {
|
|
9692
|
+
"name": "FormField",
|
|
9693
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9694
|
+
}
|
|
9695
|
+
},
|
|
9696
|
+
{
|
|
9697
|
+
"name": "name",
|
|
9698
|
+
"type": {
|
|
9699
|
+
"text": "string"
|
|
9700
|
+
},
|
|
9701
|
+
"default": "''",
|
|
9702
|
+
"fieldName": "name",
|
|
9703
|
+
"inheritedFrom": {
|
|
9704
|
+
"name": "FormField",
|
|
9705
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9706
|
+
}
|
|
9707
|
+
},
|
|
9711
9708
|
{
|
|
9712
9709
|
"name": "value",
|
|
9713
9710
|
"type": {
|
|
9714
|
-
"text": "string
|
|
9711
|
+
"text": "string"
|
|
9715
9712
|
},
|
|
9716
|
-
"
|
|
9717
|
-
"fieldName": "value"
|
|
9713
|
+
"default": "''",
|
|
9714
|
+
"fieldName": "value",
|
|
9715
|
+
"inheritedFrom": {
|
|
9716
|
+
"name": "FormField",
|
|
9717
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9718
|
+
}
|
|
9718
9719
|
},
|
|
9719
9720
|
{
|
|
9720
|
-
"name": "
|
|
9721
|
+
"name": "validationRules",
|
|
9721
9722
|
"type": {
|
|
9722
|
-
"text": "
|
|
9723
|
+
"text": "Array<FormValidator>"
|
|
9723
9724
|
},
|
|
9724
|
-
"default": "
|
|
9725
|
-
"
|
|
9726
|
-
"
|
|
9725
|
+
"default": "[]",
|
|
9726
|
+
"fieldName": "validationRules",
|
|
9727
|
+
"inheritedFrom": {
|
|
9728
|
+
"name": "FormField",
|
|
9729
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9730
|
+
}
|
|
9727
9731
|
},
|
|
9728
9732
|
{
|
|
9729
|
-
"name": "
|
|
9733
|
+
"name": "input-aria-label",
|
|
9730
9734
|
"type": {
|
|
9731
|
-
"text": "
|
|
9735
|
+
"text": "string | undefined"
|
|
9732
9736
|
},
|
|
9733
|
-
"
|
|
9734
|
-
"
|
|
9737
|
+
"fieldName": "inputAriaLabel",
|
|
9738
|
+
"inheritedFrom": {
|
|
9739
|
+
"name": "FormField",
|
|
9740
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9741
|
+
}
|
|
9735
9742
|
}
|
|
9736
9743
|
],
|
|
9737
9744
|
"superclass": {
|
|
9738
|
-
"name": "
|
|
9739
|
-
"
|
|
9745
|
+
"name": "FormField",
|
|
9746
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9740
9747
|
},
|
|
9741
|
-
"
|
|
9748
|
+
"summary": "`bm-text-area`",
|
|
9749
|
+
"tagName": "bm-text-area",
|
|
9742
9750
|
"customElement": true
|
|
9743
9751
|
}
|
|
9744
9752
|
],
|
|
9745
9753
|
"exports": [
|
|
9746
9754
|
{
|
|
9747
9755
|
"kind": "js",
|
|
9748
|
-
"name": "
|
|
9756
|
+
"name": "BmTextArea",
|
|
9749
9757
|
"declaration": {
|
|
9750
|
-
"name": "
|
|
9751
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9758
|
+
"name": "BmTextArea",
|
|
9759
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9752
9760
|
}
|
|
9753
9761
|
},
|
|
9754
9762
|
{
|
|
9755
9763
|
"kind": "custom-element-definition",
|
|
9756
|
-
"name": "bm-
|
|
9764
|
+
"name": "bm-text-area",
|
|
9757
9765
|
"declaration": {
|
|
9758
|
-
"name": "
|
|
9759
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9766
|
+
"name": "BmTextArea",
|
|
9767
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9760
9768
|
}
|
|
9761
9769
|
}
|
|
9762
9770
|
]
|
|
9763
9771
|
},
|
|
9764
9772
|
{
|
|
9765
9773
|
"kind": "javascript-module",
|
|
9766
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9774
|
+
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
9767
9775
|
"declarations": [],
|
|
9768
9776
|
"exports": [
|
|
9769
9777
|
{
|
|
@@ -9771,15 +9779,7 @@
|
|
|
9771
9779
|
"name": "*",
|
|
9772
9780
|
"declaration": {
|
|
9773
9781
|
"name": "*",
|
|
9774
|
-
"package": "./
|
|
9775
|
-
}
|
|
9776
|
-
},
|
|
9777
|
-
{
|
|
9778
|
-
"kind": "js",
|
|
9779
|
-
"name": "*",
|
|
9780
|
-
"declaration": {
|
|
9781
|
-
"name": "*",
|
|
9782
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9782
|
+
"package": "./TextArea"
|
|
9783
9783
|
}
|
|
9784
9784
|
}
|
|
9785
9785
|
]
|
|
@@ -9808,28 +9808,207 @@
|
|
|
9808
9808
|
}
|
|
9809
9809
|
},
|
|
9810
9810
|
{
|
|
9811
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
9812
|
-
"name": "helperText",
|
|
9811
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
9812
|
+
"name": "helperText",
|
|
9813
|
+
"inheritedFrom": {
|
|
9814
|
+
"name": "InputChoiceGroup",
|
|
9815
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9816
|
+
}
|
|
9817
|
+
}
|
|
9818
|
+
],
|
|
9819
|
+
"attributes": [
|
|
9820
|
+
{
|
|
9821
|
+
"name": "theme",
|
|
9822
|
+
"type": {
|
|
9823
|
+
"text": "'light' | 'dark' | undefined"
|
|
9824
|
+
},
|
|
9825
|
+
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9826
|
+
"fieldName": "theme",
|
|
9827
|
+
"inheritedFrom": {
|
|
9828
|
+
"name": "InputChoiceGroup",
|
|
9829
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9830
|
+
}
|
|
9831
|
+
},
|
|
9832
|
+
{
|
|
9833
|
+
"name": "layout",
|
|
9834
|
+
"type": {
|
|
9835
|
+
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
9836
|
+
},
|
|
9837
|
+
"default": "'vertical'",
|
|
9838
|
+
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9839
|
+
"deprecated": "use `orientation` and `fluid` instead",
|
|
9840
|
+
"fieldName": "layout",
|
|
9841
|
+
"inheritedFrom": {
|
|
9842
|
+
"name": "InputChoiceGroup",
|
|
9843
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9844
|
+
}
|
|
9845
|
+
},
|
|
9846
|
+
{
|
|
9847
|
+
"name": "orientation",
|
|
9848
|
+
"type": {
|
|
9849
|
+
"text": "'horizontal' | 'vertical'"
|
|
9850
|
+
},
|
|
9851
|
+
"default": "'vertical'",
|
|
9852
|
+
"description": "Specify InputChoiceGroup orientation",
|
|
9853
|
+
"fieldName": "orientation",
|
|
9854
|
+
"inheritedFrom": {
|
|
9855
|
+
"name": "InputChoiceGroup",
|
|
9856
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9857
|
+
}
|
|
9858
|
+
},
|
|
9859
|
+
{
|
|
9860
|
+
"name": "fluid",
|
|
9861
|
+
"type": {
|
|
9862
|
+
"text": "boolean"
|
|
9863
|
+
},
|
|
9864
|
+
"default": "false",
|
|
9865
|
+
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9866
|
+
"fieldName": "fluid",
|
|
9867
|
+
"inheritedFrom": {
|
|
9868
|
+
"name": "InputChoiceGroup",
|
|
9869
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9870
|
+
}
|
|
9871
|
+
},
|
|
9872
|
+
{
|
|
9873
|
+
"name": "required",
|
|
9874
|
+
"type": {
|
|
9875
|
+
"text": "boolean"
|
|
9876
|
+
},
|
|
9877
|
+
"default": "false",
|
|
9878
|
+
"description": "Specify if InputChoiceGroup is a required input",
|
|
9879
|
+
"fieldName": "required",
|
|
9880
|
+
"inheritedFrom": {
|
|
9881
|
+
"name": "InputChoiceGroup",
|
|
9882
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9883
|
+
}
|
|
9884
|
+
},
|
|
9885
|
+
{
|
|
9886
|
+
"name": "hideRequiredMarker",
|
|
9887
|
+
"type": {
|
|
9888
|
+
"text": "boolean"
|
|
9889
|
+
},
|
|
9890
|
+
"default": "false",
|
|
9891
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9892
|
+
"fieldName": "hideRequiredMarker",
|
|
9893
|
+
"inheritedFrom": {
|
|
9894
|
+
"name": "InputChoiceGroup",
|
|
9895
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9896
|
+
}
|
|
9897
|
+
},
|
|
9898
|
+
{
|
|
9899
|
+
"name": "error",
|
|
9900
|
+
"type": {
|
|
9901
|
+
"text": "string | undefined"
|
|
9902
|
+
},
|
|
9903
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9904
|
+
"fieldName": "error",
|
|
9905
|
+
"inheritedFrom": {
|
|
9906
|
+
"name": "InputChoiceGroup",
|
|
9907
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9908
|
+
}
|
|
9909
|
+
},
|
|
9910
|
+
{
|
|
9911
|
+
"name": "readOnly",
|
|
9912
|
+
"type": {
|
|
9913
|
+
"text": "boolean"
|
|
9914
|
+
},
|
|
9915
|
+
"default": "false",
|
|
9916
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9917
|
+
"fieldName": "readOnly",
|
|
9918
|
+
"inheritedFrom": {
|
|
9919
|
+
"name": "InputChoiceGroup",
|
|
9920
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9921
|
+
}
|
|
9922
|
+
},
|
|
9923
|
+
{
|
|
9924
|
+
"name": "disabled",
|
|
9925
|
+
"type": {
|
|
9926
|
+
"text": "boolean"
|
|
9927
|
+
},
|
|
9928
|
+
"default": "false",
|
|
9929
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9930
|
+
"fieldName": "disabled",
|
|
9931
|
+
"inheritedFrom": {
|
|
9932
|
+
"name": "InputChoiceGroup",
|
|
9933
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9934
|
+
}
|
|
9935
|
+
},
|
|
9936
|
+
{
|
|
9937
|
+
"name": "id",
|
|
9938
|
+
"type": {
|
|
9939
|
+
"text": "string"
|
|
9940
|
+
},
|
|
9941
|
+
"default": "''",
|
|
9942
|
+
"fieldName": "id",
|
|
9813
9943
|
"inheritedFrom": {
|
|
9814
|
-
"name": "
|
|
9815
|
-
"module": "libs/web-components/src/lib/
|
|
9944
|
+
"name": "FormField",
|
|
9945
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9946
|
+
}
|
|
9947
|
+
},
|
|
9948
|
+
{
|
|
9949
|
+
"name": "name",
|
|
9950
|
+
"type": {
|
|
9951
|
+
"text": "string"
|
|
9952
|
+
},
|
|
9953
|
+
"default": "''",
|
|
9954
|
+
"fieldName": "name",
|
|
9955
|
+
"inheritedFrom": {
|
|
9956
|
+
"name": "FormField",
|
|
9957
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9958
|
+
}
|
|
9959
|
+
},
|
|
9960
|
+
{
|
|
9961
|
+
"name": "value",
|
|
9962
|
+
"type": {
|
|
9963
|
+
"text": "string"
|
|
9964
|
+
},
|
|
9965
|
+
"default": "''",
|
|
9966
|
+
"fieldName": "value",
|
|
9967
|
+
"inheritedFrom": {
|
|
9968
|
+
"name": "FormField",
|
|
9969
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9970
|
+
}
|
|
9971
|
+
},
|
|
9972
|
+
{
|
|
9973
|
+
"name": "validationRules",
|
|
9974
|
+
"type": {
|
|
9975
|
+
"text": "Array<FormValidator>"
|
|
9976
|
+
},
|
|
9977
|
+
"default": "[]",
|
|
9978
|
+
"fieldName": "validationRules",
|
|
9979
|
+
"inheritedFrom": {
|
|
9980
|
+
"name": "FormField",
|
|
9981
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9982
|
+
}
|
|
9983
|
+
},
|
|
9984
|
+
{
|
|
9985
|
+
"name": "input-aria-label",
|
|
9986
|
+
"type": {
|
|
9987
|
+
"text": "string | undefined"
|
|
9988
|
+
},
|
|
9989
|
+
"fieldName": "inputAriaLabel",
|
|
9990
|
+
"inheritedFrom": {
|
|
9991
|
+
"name": "FormField",
|
|
9992
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9816
9993
|
}
|
|
9817
9994
|
}
|
|
9818
9995
|
],
|
|
9819
|
-
"
|
|
9996
|
+
"members": [
|
|
9820
9997
|
{
|
|
9998
|
+
"kind": "field",
|
|
9821
9999
|
"name": "theme",
|
|
9822
10000
|
"type": {
|
|
9823
10001
|
"text": "'light' | 'dark' | undefined"
|
|
9824
10002
|
},
|
|
9825
10003
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9826
|
-
"
|
|
10004
|
+
"attribute": "theme",
|
|
9827
10005
|
"inheritedFrom": {
|
|
9828
10006
|
"name": "InputChoiceGroup",
|
|
9829
10007
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9830
10008
|
}
|
|
9831
10009
|
},
|
|
9832
10010
|
{
|
|
10011
|
+
"kind": "field",
|
|
9833
10012
|
"name": "layout",
|
|
9834
10013
|
"type": {
|
|
9835
10014
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -9837,162 +10016,321 @@
|
|
|
9837
10016
|
"default": "'vertical'",
|
|
9838
10017
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9839
10018
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
9840
|
-
"
|
|
10019
|
+
"attribute": "layout",
|
|
9841
10020
|
"inheritedFrom": {
|
|
9842
10021
|
"name": "InputChoiceGroup",
|
|
9843
10022
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9844
10023
|
}
|
|
9845
10024
|
},
|
|
9846
10025
|
{
|
|
10026
|
+
"kind": "field",
|
|
9847
10027
|
"name": "orientation",
|
|
9848
10028
|
"type": {
|
|
9849
10029
|
"text": "'horizontal' | 'vertical'"
|
|
9850
10030
|
},
|
|
9851
10031
|
"default": "'vertical'",
|
|
9852
10032
|
"description": "Specify InputChoiceGroup orientation",
|
|
9853
|
-
"
|
|
10033
|
+
"attribute": "orientation",
|
|
9854
10034
|
"inheritedFrom": {
|
|
9855
10035
|
"name": "InputChoiceGroup",
|
|
9856
10036
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9857
10037
|
}
|
|
9858
10038
|
},
|
|
9859
10039
|
{
|
|
10040
|
+
"kind": "field",
|
|
9860
10041
|
"name": "fluid",
|
|
9861
10042
|
"type": {
|
|
9862
10043
|
"text": "boolean"
|
|
9863
10044
|
},
|
|
9864
10045
|
"default": "false",
|
|
9865
10046
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9866
|
-
"
|
|
10047
|
+
"attribute": "fluid",
|
|
9867
10048
|
"inheritedFrom": {
|
|
9868
10049
|
"name": "InputChoiceGroup",
|
|
9869
10050
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9870
10051
|
}
|
|
9871
10052
|
},
|
|
9872
10053
|
{
|
|
10054
|
+
"kind": "field",
|
|
9873
10055
|
"name": "required",
|
|
9874
10056
|
"type": {
|
|
9875
10057
|
"text": "boolean"
|
|
9876
10058
|
},
|
|
9877
10059
|
"default": "false",
|
|
9878
10060
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
9879
|
-
"
|
|
10061
|
+
"attribute": "required",
|
|
9880
10062
|
"inheritedFrom": {
|
|
9881
10063
|
"name": "InputChoiceGroup",
|
|
9882
10064
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9883
10065
|
}
|
|
9884
10066
|
},
|
|
9885
10067
|
{
|
|
10068
|
+
"kind": "field",
|
|
9886
10069
|
"name": "hideRequiredMarker",
|
|
9887
10070
|
"type": {
|
|
9888
10071
|
"text": "boolean"
|
|
9889
10072
|
},
|
|
9890
10073
|
"default": "false",
|
|
9891
10074
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9892
|
-
"
|
|
10075
|
+
"attribute": "hideRequiredMarker",
|
|
9893
10076
|
"inheritedFrom": {
|
|
9894
10077
|
"name": "InputChoiceGroup",
|
|
9895
10078
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9896
10079
|
}
|
|
9897
10080
|
},
|
|
9898
10081
|
{
|
|
10082
|
+
"kind": "field",
|
|
9899
10083
|
"name": "error",
|
|
9900
10084
|
"type": {
|
|
9901
10085
|
"text": "string | undefined"
|
|
9902
10086
|
},
|
|
9903
10087
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9904
|
-
"
|
|
10088
|
+
"attribute": "error",
|
|
9905
10089
|
"inheritedFrom": {
|
|
9906
10090
|
"name": "InputChoiceGroup",
|
|
9907
10091
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9908
10092
|
}
|
|
9909
10093
|
},
|
|
9910
10094
|
{
|
|
10095
|
+
"kind": "field",
|
|
9911
10096
|
"name": "readOnly",
|
|
9912
10097
|
"type": {
|
|
9913
10098
|
"text": "boolean"
|
|
9914
10099
|
},
|
|
9915
10100
|
"default": "false",
|
|
9916
10101
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9917
|
-
"
|
|
10102
|
+
"attribute": "readOnly",
|
|
9918
10103
|
"inheritedFrom": {
|
|
9919
10104
|
"name": "InputChoiceGroup",
|
|
9920
10105
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9921
10106
|
}
|
|
9922
10107
|
},
|
|
9923
10108
|
{
|
|
10109
|
+
"kind": "field",
|
|
9924
10110
|
"name": "disabled",
|
|
9925
10111
|
"type": {
|
|
9926
10112
|
"text": "boolean"
|
|
9927
10113
|
},
|
|
9928
10114
|
"default": "false",
|
|
9929
10115
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9930
|
-
"
|
|
10116
|
+
"attribute": "disabled",
|
|
10117
|
+
"inheritedFrom": {
|
|
10118
|
+
"name": "InputChoiceGroup",
|
|
10119
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10120
|
+
}
|
|
10121
|
+
},
|
|
10122
|
+
{
|
|
10123
|
+
"kind": "field",
|
|
10124
|
+
"name": "radioButtons",
|
|
10125
|
+
"type": {
|
|
10126
|
+
"text": "NodeListOf<Element>"
|
|
10127
|
+
},
|
|
10128
|
+
"inheritedFrom": {
|
|
10129
|
+
"name": "InputChoiceGroup",
|
|
10130
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10131
|
+
}
|
|
10132
|
+
},
|
|
10133
|
+
{
|
|
10134
|
+
"kind": "field",
|
|
10135
|
+
"name": "checkboxes",
|
|
10136
|
+
"type": {
|
|
10137
|
+
"text": "NodeListOf<Element>"
|
|
10138
|
+
},
|
|
10139
|
+
"inheritedFrom": {
|
|
10140
|
+
"name": "InputChoiceGroup",
|
|
10141
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10142
|
+
}
|
|
10143
|
+
},
|
|
10144
|
+
{
|
|
10145
|
+
"kind": "field",
|
|
10146
|
+
"name": "switches",
|
|
10147
|
+
"type": {
|
|
10148
|
+
"text": "NodeListOf<Element>"
|
|
10149
|
+
},
|
|
10150
|
+
"inheritedFrom": {
|
|
10151
|
+
"name": "InputChoiceGroup",
|
|
10152
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10153
|
+
}
|
|
10154
|
+
},
|
|
10155
|
+
{
|
|
10156
|
+
"kind": "field",
|
|
10157
|
+
"name": "inputGroupContextValue",
|
|
10158
|
+
"type": {
|
|
10159
|
+
"text": "InputChoiceGroupContextProps"
|
|
10160
|
+
},
|
|
10161
|
+
"privacy": "public",
|
|
10162
|
+
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
9931
10163
|
"inheritedFrom": {
|
|
9932
10164
|
"name": "InputChoiceGroup",
|
|
9933
10165
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9934
10166
|
}
|
|
9935
10167
|
},
|
|
9936
10168
|
{
|
|
10169
|
+
"kind": "field",
|
|
10170
|
+
"name": "formAssociated",
|
|
10171
|
+
"type": {
|
|
10172
|
+
"text": "boolean"
|
|
10173
|
+
},
|
|
10174
|
+
"static": true,
|
|
10175
|
+
"default": "true",
|
|
10176
|
+
"inheritedFrom": {
|
|
10177
|
+
"name": "FormField",
|
|
10178
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10179
|
+
}
|
|
10180
|
+
},
|
|
10181
|
+
{
|
|
10182
|
+
"kind": "field",
|
|
9937
10183
|
"name": "id",
|
|
9938
10184
|
"type": {
|
|
9939
10185
|
"text": "string"
|
|
9940
10186
|
},
|
|
9941
10187
|
"default": "''",
|
|
9942
|
-
"
|
|
10188
|
+
"attribute": "id",
|
|
9943
10189
|
"inheritedFrom": {
|
|
9944
10190
|
"name": "FormField",
|
|
9945
10191
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9946
10192
|
}
|
|
9947
10193
|
},
|
|
9948
10194
|
{
|
|
10195
|
+
"kind": "field",
|
|
9949
10196
|
"name": "name",
|
|
9950
10197
|
"type": {
|
|
9951
10198
|
"text": "string"
|
|
9952
10199
|
},
|
|
9953
10200
|
"default": "''",
|
|
9954
|
-
"
|
|
10201
|
+
"attribute": "name",
|
|
10202
|
+
"reflects": true,
|
|
9955
10203
|
"inheritedFrom": {
|
|
9956
10204
|
"name": "FormField",
|
|
9957
10205
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9958
10206
|
}
|
|
9959
10207
|
},
|
|
9960
10208
|
{
|
|
10209
|
+
"kind": "field",
|
|
9961
10210
|
"name": "value",
|
|
9962
10211
|
"type": {
|
|
9963
10212
|
"text": "string"
|
|
9964
10213
|
},
|
|
9965
10214
|
"default": "''",
|
|
9966
|
-
"
|
|
10215
|
+
"attribute": "value",
|
|
9967
10216
|
"inheritedFrom": {
|
|
9968
10217
|
"name": "FormField",
|
|
9969
10218
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9970
10219
|
}
|
|
9971
10220
|
},
|
|
9972
10221
|
{
|
|
10222
|
+
"kind": "field",
|
|
9973
10223
|
"name": "validationRules",
|
|
9974
10224
|
"type": {
|
|
9975
10225
|
"text": "Array<FormValidator>"
|
|
9976
10226
|
},
|
|
9977
10227
|
"default": "[]",
|
|
9978
|
-
"
|
|
10228
|
+
"attribute": "validationRules",
|
|
9979
10229
|
"inheritedFrom": {
|
|
9980
10230
|
"name": "FormField",
|
|
9981
10231
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9982
10232
|
}
|
|
9983
10233
|
},
|
|
9984
10234
|
{
|
|
9985
|
-
"
|
|
10235
|
+
"kind": "field",
|
|
10236
|
+
"name": "inputAriaLabel",
|
|
9986
10237
|
"type": {
|
|
9987
10238
|
"text": "string | undefined"
|
|
9988
10239
|
},
|
|
9989
|
-
"
|
|
10240
|
+
"attribute": "input-aria-label",
|
|
10241
|
+
"inheritedFrom": {
|
|
10242
|
+
"name": "FormField",
|
|
10243
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10244
|
+
}
|
|
10245
|
+
},
|
|
10246
|
+
{
|
|
10247
|
+
"kind": "field",
|
|
10248
|
+
"name": "formContext",
|
|
10249
|
+
"type": {
|
|
10250
|
+
"text": "BmFormContext"
|
|
10251
|
+
},
|
|
10252
|
+
"inheritedFrom": {
|
|
10253
|
+
"name": "FormField",
|
|
10254
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10255
|
+
}
|
|
10256
|
+
},
|
|
10257
|
+
{
|
|
10258
|
+
"kind": "method",
|
|
10259
|
+
"name": "formAssociatedCallback",
|
|
10260
|
+
"return": {
|
|
10261
|
+
"type": {
|
|
10262
|
+
"text": "void"
|
|
10263
|
+
}
|
|
10264
|
+
},
|
|
10265
|
+
"inheritedFrom": {
|
|
10266
|
+
"name": "FormField",
|
|
10267
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10268
|
+
}
|
|
10269
|
+
},
|
|
10270
|
+
{
|
|
10271
|
+
"kind": "method",
|
|
10272
|
+
"name": "formResetCallback",
|
|
10273
|
+
"return": {
|
|
10274
|
+
"type": {
|
|
10275
|
+
"text": "void"
|
|
10276
|
+
}
|
|
10277
|
+
},
|
|
10278
|
+
"inheritedFrom": {
|
|
10279
|
+
"name": "FormField",
|
|
10280
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10281
|
+
}
|
|
10282
|
+
},
|
|
10283
|
+
{
|
|
10284
|
+
"kind": "method",
|
|
10285
|
+
"name": "finalizeAssociatedCallback",
|
|
10286
|
+
"return": {
|
|
10287
|
+
"type": {
|
|
10288
|
+
"text": "FinalizeAssociatedResult"
|
|
10289
|
+
}
|
|
10290
|
+
},
|
|
10291
|
+
"parameters": [
|
|
10292
|
+
{
|
|
10293
|
+
"name": "ctxValue",
|
|
10294
|
+
"type": {
|
|
10295
|
+
"text": "string"
|
|
10296
|
+
}
|
|
10297
|
+
}
|
|
10298
|
+
],
|
|
9990
10299
|
"inheritedFrom": {
|
|
9991
10300
|
"name": "FormField",
|
|
9992
10301
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9993
10302
|
}
|
|
9994
10303
|
}
|
|
9995
|
-
]
|
|
10304
|
+
]
|
|
10305
|
+
}
|
|
10306
|
+
],
|
|
10307
|
+
"exports": [
|
|
10308
|
+
{
|
|
10309
|
+
"kind": "js",
|
|
10310
|
+
"name": "BmCheckboxGroup",
|
|
10311
|
+
"declaration": {
|
|
10312
|
+
"name": "BmCheckboxGroup",
|
|
10313
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10314
|
+
}
|
|
10315
|
+
},
|
|
10316
|
+
{
|
|
10317
|
+
"kind": "custom-element-definition",
|
|
10318
|
+
"name": "bm-checkbox-group",
|
|
10319
|
+
"declaration": {
|
|
10320
|
+
"name": "BmCheckboxGroup",
|
|
10321
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10322
|
+
}
|
|
10323
|
+
}
|
|
10324
|
+
]
|
|
10325
|
+
},
|
|
10326
|
+
{
|
|
10327
|
+
"kind": "javascript-module",
|
|
10328
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10329
|
+
"declarations": [
|
|
10330
|
+
{
|
|
10331
|
+
"kind": "class",
|
|
10332
|
+
"description": "",
|
|
10333
|
+
"name": "BmRadioButtonGroup",
|
|
9996
10334
|
"members": [
|
|
9997
10335
|
{
|
|
9998
10336
|
"kind": "field",
|
|
@@ -10301,39 +10639,16 @@
|
|
|
10301
10639
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10302
10640
|
}
|
|
10303
10641
|
}
|
|
10304
|
-
]
|
|
10305
|
-
|
|
10306
|
-
|
|
10307
|
-
|
|
10308
|
-
|
|
10309
|
-
"
|
|
10310
|
-
"
|
|
10311
|
-
"declaration": {
|
|
10312
|
-
"name": "BmCheckboxGroup",
|
|
10313
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10314
|
-
}
|
|
10315
|
-
},
|
|
10316
|
-
{
|
|
10317
|
-
"kind": "custom-element-definition",
|
|
10318
|
-
"name": "bm-checkbox-group",
|
|
10319
|
-
"declaration": {
|
|
10320
|
-
"name": "BmCheckboxGroup",
|
|
10321
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10322
|
-
}
|
|
10323
|
-
}
|
|
10324
|
-
]
|
|
10325
|
-
},
|
|
10326
|
-
{
|
|
10327
|
-
"kind": "javascript-module",
|
|
10328
|
-
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10329
|
-
"declarations": [
|
|
10330
|
-
{
|
|
10331
|
-
"kind": "class",
|
|
10332
|
-
"description": "`bm-switch-group`",
|
|
10333
|
-
"name": "BmSwitchGroup",
|
|
10642
|
+
],
|
|
10643
|
+
"superclass": {
|
|
10644
|
+
"name": "InputChoiceGroup",
|
|
10645
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10646
|
+
},
|
|
10647
|
+
"tagName": "bm-radio-button-group",
|
|
10648
|
+
"customElement": true,
|
|
10334
10649
|
"slots": [
|
|
10335
10650
|
{
|
|
10336
|
-
"description": "
|
|
10651
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
10337
10652
|
"name": "label",
|
|
10338
10653
|
"inheritedFrom": {
|
|
10339
10654
|
"name": "InputChoiceGroup",
|
|
@@ -10341,7 +10656,7 @@
|
|
|
10341
10656
|
}
|
|
10342
10657
|
},
|
|
10343
10658
|
{
|
|
10344
|
-
"description": "
|
|
10659
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
10345
10660
|
"name": "helperText",
|
|
10346
10661
|
"inheritedFrom": {
|
|
10347
10662
|
"name": "InputChoiceGroup",
|
|
@@ -10349,12 +10664,6 @@
|
|
|
10349
10664
|
}
|
|
10350
10665
|
}
|
|
10351
10666
|
],
|
|
10352
|
-
"superclass": {
|
|
10353
|
-
"name": "InputChoiceGroup",
|
|
10354
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10355
|
-
},
|
|
10356
|
-
"tagName": "bm-switch-group",
|
|
10357
|
-
"customElement": true,
|
|
10358
10667
|
"attributes": [
|
|
10359
10668
|
{
|
|
10360
10669
|
"name": "theme",
|
|
@@ -10531,23 +10840,74 @@
|
|
|
10531
10840
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10532
10841
|
}
|
|
10533
10842
|
}
|
|
10843
|
+
]
|
|
10844
|
+
}
|
|
10845
|
+
],
|
|
10846
|
+
"exports": [
|
|
10847
|
+
{
|
|
10848
|
+
"kind": "js",
|
|
10849
|
+
"name": "BmRadioButtonGroup",
|
|
10850
|
+
"declaration": {
|
|
10851
|
+
"name": "BmRadioButtonGroup",
|
|
10852
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10853
|
+
}
|
|
10854
|
+
},
|
|
10855
|
+
{
|
|
10856
|
+
"kind": "custom-element-definition",
|
|
10857
|
+
"name": "bm-radio-button-group",
|
|
10858
|
+
"declaration": {
|
|
10859
|
+
"name": "BmRadioButtonGroup",
|
|
10860
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10861
|
+
}
|
|
10862
|
+
}
|
|
10863
|
+
]
|
|
10864
|
+
},
|
|
10865
|
+
{
|
|
10866
|
+
"kind": "javascript-module",
|
|
10867
|
+
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10868
|
+
"declarations": [
|
|
10869
|
+
{
|
|
10870
|
+
"kind": "class",
|
|
10871
|
+
"description": "`bm-switch-group`",
|
|
10872
|
+
"name": "BmSwitchGroup",
|
|
10873
|
+
"slots": [
|
|
10874
|
+
{
|
|
10875
|
+
"description": "Slot for the label of the SwitchGroup",
|
|
10876
|
+
"name": "label",
|
|
10877
|
+
"inheritedFrom": {
|
|
10878
|
+
"name": "InputChoiceGroup",
|
|
10879
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10880
|
+
}
|
|
10881
|
+
},
|
|
10882
|
+
{
|
|
10883
|
+
"description": "Slot for the helper text of the SwitchGroup",
|
|
10884
|
+
"name": "helperText",
|
|
10885
|
+
"inheritedFrom": {
|
|
10886
|
+
"name": "InputChoiceGroup",
|
|
10887
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10888
|
+
}
|
|
10889
|
+
}
|
|
10534
10890
|
],
|
|
10535
|
-
"
|
|
10891
|
+
"superclass": {
|
|
10892
|
+
"name": "InputChoiceGroup",
|
|
10893
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10894
|
+
},
|
|
10895
|
+
"tagName": "bm-switch-group",
|
|
10896
|
+
"customElement": true,
|
|
10897
|
+
"attributes": [
|
|
10536
10898
|
{
|
|
10537
|
-
"kind": "field",
|
|
10538
10899
|
"name": "theme",
|
|
10539
10900
|
"type": {
|
|
10540
10901
|
"text": "'light' | 'dark' | undefined"
|
|
10541
10902
|
},
|
|
10542
10903
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10543
|
-
"
|
|
10904
|
+
"fieldName": "theme",
|
|
10544
10905
|
"inheritedFrom": {
|
|
10545
10906
|
"name": "InputChoiceGroup",
|
|
10546
10907
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10547
10908
|
}
|
|
10548
10909
|
},
|
|
10549
10910
|
{
|
|
10550
|
-
"kind": "field",
|
|
10551
10911
|
"name": "layout",
|
|
10552
10912
|
"type": {
|
|
10553
10913
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10555,321 +10915,162 @@
|
|
|
10555
10915
|
"default": "'vertical'",
|
|
10556
10916
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10557
10917
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10558
|
-
"
|
|
10918
|
+
"fieldName": "layout",
|
|
10559
10919
|
"inheritedFrom": {
|
|
10560
10920
|
"name": "InputChoiceGroup",
|
|
10561
10921
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10562
10922
|
}
|
|
10563
10923
|
},
|
|
10564
10924
|
{
|
|
10565
|
-
"kind": "field",
|
|
10566
10925
|
"name": "orientation",
|
|
10567
10926
|
"type": {
|
|
10568
10927
|
"text": "'horizontal' | 'vertical'"
|
|
10569
10928
|
},
|
|
10570
10929
|
"default": "'vertical'",
|
|
10571
10930
|
"description": "Specify InputChoiceGroup orientation",
|
|
10572
|
-
"
|
|
10931
|
+
"fieldName": "orientation",
|
|
10573
10932
|
"inheritedFrom": {
|
|
10574
10933
|
"name": "InputChoiceGroup",
|
|
10575
10934
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10576
10935
|
}
|
|
10577
10936
|
},
|
|
10578
10937
|
{
|
|
10579
|
-
"kind": "field",
|
|
10580
10938
|
"name": "fluid",
|
|
10581
10939
|
"type": {
|
|
10582
10940
|
"text": "boolean"
|
|
10583
10941
|
},
|
|
10584
10942
|
"default": "false",
|
|
10585
10943
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10586
|
-
"
|
|
10944
|
+
"fieldName": "fluid",
|
|
10587
10945
|
"inheritedFrom": {
|
|
10588
10946
|
"name": "InputChoiceGroup",
|
|
10589
10947
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10590
10948
|
}
|
|
10591
10949
|
},
|
|
10592
10950
|
{
|
|
10593
|
-
"kind": "field",
|
|
10594
10951
|
"name": "required",
|
|
10595
10952
|
"type": {
|
|
10596
10953
|
"text": "boolean"
|
|
10597
10954
|
},
|
|
10598
10955
|
"default": "false",
|
|
10599
10956
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10600
|
-
"
|
|
10957
|
+
"fieldName": "required",
|
|
10601
10958
|
"inheritedFrom": {
|
|
10602
10959
|
"name": "InputChoiceGroup",
|
|
10603
10960
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10604
10961
|
}
|
|
10605
10962
|
},
|
|
10606
10963
|
{
|
|
10607
|
-
"kind": "field",
|
|
10608
10964
|
"name": "hideRequiredMarker",
|
|
10609
10965
|
"type": {
|
|
10610
10966
|
"text": "boolean"
|
|
10611
10967
|
},
|
|
10612
10968
|
"default": "false",
|
|
10613
10969
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10614
|
-
"
|
|
10970
|
+
"fieldName": "hideRequiredMarker",
|
|
10615
10971
|
"inheritedFrom": {
|
|
10616
10972
|
"name": "InputChoiceGroup",
|
|
10617
10973
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10618
10974
|
}
|
|
10619
10975
|
},
|
|
10620
10976
|
{
|
|
10621
|
-
"kind": "field",
|
|
10622
10977
|
"name": "error",
|
|
10623
10978
|
"type": {
|
|
10624
10979
|
"text": "string | undefined"
|
|
10625
10980
|
},
|
|
10626
10981
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10627
|
-
"
|
|
10982
|
+
"fieldName": "error",
|
|
10628
10983
|
"inheritedFrom": {
|
|
10629
10984
|
"name": "InputChoiceGroup",
|
|
10630
10985
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10631
10986
|
}
|
|
10632
10987
|
},
|
|
10633
10988
|
{
|
|
10634
|
-
"kind": "field",
|
|
10635
10989
|
"name": "readOnly",
|
|
10636
10990
|
"type": {
|
|
10637
10991
|
"text": "boolean"
|
|
10638
10992
|
},
|
|
10639
10993
|
"default": "false",
|
|
10640
10994
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10641
|
-
"
|
|
10995
|
+
"fieldName": "readOnly",
|
|
10642
10996
|
"inheritedFrom": {
|
|
10643
10997
|
"name": "InputChoiceGroup",
|
|
10644
10998
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10645
10999
|
}
|
|
10646
11000
|
},
|
|
10647
11001
|
{
|
|
10648
|
-
"kind": "field",
|
|
10649
11002
|
"name": "disabled",
|
|
10650
11003
|
"type": {
|
|
10651
11004
|
"text": "boolean"
|
|
10652
11005
|
},
|
|
10653
11006
|
"default": "false",
|
|
10654
11007
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10655
|
-
"
|
|
10656
|
-
"inheritedFrom": {
|
|
10657
|
-
"name": "InputChoiceGroup",
|
|
10658
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10659
|
-
}
|
|
10660
|
-
},
|
|
10661
|
-
{
|
|
10662
|
-
"kind": "field",
|
|
10663
|
-
"name": "radioButtons",
|
|
10664
|
-
"type": {
|
|
10665
|
-
"text": "NodeListOf<Element>"
|
|
10666
|
-
},
|
|
10667
|
-
"inheritedFrom": {
|
|
10668
|
-
"name": "InputChoiceGroup",
|
|
10669
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10670
|
-
}
|
|
10671
|
-
},
|
|
10672
|
-
{
|
|
10673
|
-
"kind": "field",
|
|
10674
|
-
"name": "checkboxes",
|
|
10675
|
-
"type": {
|
|
10676
|
-
"text": "NodeListOf<Element>"
|
|
10677
|
-
},
|
|
10678
|
-
"inheritedFrom": {
|
|
10679
|
-
"name": "InputChoiceGroup",
|
|
10680
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10681
|
-
}
|
|
10682
|
-
},
|
|
10683
|
-
{
|
|
10684
|
-
"kind": "field",
|
|
10685
|
-
"name": "switches",
|
|
10686
|
-
"type": {
|
|
10687
|
-
"text": "NodeListOf<Element>"
|
|
10688
|
-
},
|
|
10689
|
-
"inheritedFrom": {
|
|
10690
|
-
"name": "InputChoiceGroup",
|
|
10691
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10692
|
-
}
|
|
10693
|
-
},
|
|
10694
|
-
{
|
|
10695
|
-
"kind": "field",
|
|
10696
|
-
"name": "inputGroupContextValue",
|
|
10697
|
-
"type": {
|
|
10698
|
-
"text": "InputChoiceGroupContextProps"
|
|
10699
|
-
},
|
|
10700
|
-
"privacy": "public",
|
|
10701
|
-
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
11008
|
+
"fieldName": "disabled",
|
|
10702
11009
|
"inheritedFrom": {
|
|
10703
11010
|
"name": "InputChoiceGroup",
|
|
10704
11011
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10705
11012
|
}
|
|
10706
11013
|
},
|
|
10707
11014
|
{
|
|
10708
|
-
"kind": "field",
|
|
10709
|
-
"name": "formAssociated",
|
|
10710
|
-
"type": {
|
|
10711
|
-
"text": "boolean"
|
|
10712
|
-
},
|
|
10713
|
-
"static": true,
|
|
10714
|
-
"default": "true",
|
|
10715
|
-
"inheritedFrom": {
|
|
10716
|
-
"name": "FormField",
|
|
10717
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10718
|
-
}
|
|
10719
|
-
},
|
|
10720
|
-
{
|
|
10721
|
-
"kind": "field",
|
|
10722
11015
|
"name": "id",
|
|
10723
11016
|
"type": {
|
|
10724
11017
|
"text": "string"
|
|
10725
11018
|
},
|
|
10726
11019
|
"default": "''",
|
|
10727
|
-
"
|
|
11020
|
+
"fieldName": "id",
|
|
10728
11021
|
"inheritedFrom": {
|
|
10729
11022
|
"name": "FormField",
|
|
10730
11023
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10731
11024
|
}
|
|
10732
11025
|
},
|
|
10733
11026
|
{
|
|
10734
|
-
"kind": "field",
|
|
10735
11027
|
"name": "name",
|
|
10736
11028
|
"type": {
|
|
10737
11029
|
"text": "string"
|
|
10738
11030
|
},
|
|
10739
11031
|
"default": "''",
|
|
10740
|
-
"
|
|
10741
|
-
"reflects": true,
|
|
11032
|
+
"fieldName": "name",
|
|
10742
11033
|
"inheritedFrom": {
|
|
10743
11034
|
"name": "FormField",
|
|
10744
11035
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10745
11036
|
}
|
|
10746
11037
|
},
|
|
10747
11038
|
{
|
|
10748
|
-
"kind": "field",
|
|
10749
11039
|
"name": "value",
|
|
10750
11040
|
"type": {
|
|
10751
11041
|
"text": "string"
|
|
10752
11042
|
},
|
|
10753
11043
|
"default": "''",
|
|
10754
|
-
"
|
|
11044
|
+
"fieldName": "value",
|
|
10755
11045
|
"inheritedFrom": {
|
|
10756
11046
|
"name": "FormField",
|
|
10757
11047
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10758
11048
|
}
|
|
10759
11049
|
},
|
|
10760
11050
|
{
|
|
10761
|
-
"kind": "field",
|
|
10762
11051
|
"name": "validationRules",
|
|
10763
11052
|
"type": {
|
|
10764
11053
|
"text": "Array<FormValidator>"
|
|
10765
11054
|
},
|
|
10766
11055
|
"default": "[]",
|
|
10767
|
-
"
|
|
10768
|
-
"inheritedFrom": {
|
|
10769
|
-
"name": "FormField",
|
|
10770
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10771
|
-
}
|
|
10772
|
-
},
|
|
10773
|
-
{
|
|
10774
|
-
"kind": "field",
|
|
10775
|
-
"name": "inputAriaLabel",
|
|
10776
|
-
"type": {
|
|
10777
|
-
"text": "string | undefined"
|
|
10778
|
-
},
|
|
10779
|
-
"attribute": "input-aria-label",
|
|
10780
|
-
"inheritedFrom": {
|
|
10781
|
-
"name": "FormField",
|
|
10782
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10783
|
-
}
|
|
10784
|
-
},
|
|
10785
|
-
{
|
|
10786
|
-
"kind": "field",
|
|
10787
|
-
"name": "formContext",
|
|
10788
|
-
"type": {
|
|
10789
|
-
"text": "BmFormContext"
|
|
10790
|
-
},
|
|
10791
|
-
"inheritedFrom": {
|
|
10792
|
-
"name": "FormField",
|
|
10793
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10794
|
-
}
|
|
10795
|
-
},
|
|
10796
|
-
{
|
|
10797
|
-
"kind": "method",
|
|
10798
|
-
"name": "formAssociatedCallback",
|
|
10799
|
-
"return": {
|
|
10800
|
-
"type": {
|
|
10801
|
-
"text": "void"
|
|
10802
|
-
}
|
|
10803
|
-
},
|
|
10804
|
-
"inheritedFrom": {
|
|
10805
|
-
"name": "FormField",
|
|
10806
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10807
|
-
}
|
|
10808
|
-
},
|
|
10809
|
-
{
|
|
10810
|
-
"kind": "method",
|
|
10811
|
-
"name": "formResetCallback",
|
|
10812
|
-
"return": {
|
|
10813
|
-
"type": {
|
|
10814
|
-
"text": "void"
|
|
10815
|
-
}
|
|
10816
|
-
},
|
|
11056
|
+
"fieldName": "validationRules",
|
|
10817
11057
|
"inheritedFrom": {
|
|
10818
11058
|
"name": "FormField",
|
|
10819
11059
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10820
11060
|
}
|
|
10821
11061
|
},
|
|
10822
11062
|
{
|
|
10823
|
-
"
|
|
10824
|
-
"
|
|
10825
|
-
|
|
10826
|
-
"type": {
|
|
10827
|
-
"text": "FinalizeAssociatedResult"
|
|
10828
|
-
}
|
|
11063
|
+
"name": "input-aria-label",
|
|
11064
|
+
"type": {
|
|
11065
|
+
"text": "string | undefined"
|
|
10829
11066
|
},
|
|
10830
|
-
"
|
|
10831
|
-
{
|
|
10832
|
-
"name": "ctxValue",
|
|
10833
|
-
"type": {
|
|
10834
|
-
"text": "string"
|
|
10835
|
-
}
|
|
10836
|
-
}
|
|
10837
|
-
],
|
|
11067
|
+
"fieldName": "inputAriaLabel",
|
|
10838
11068
|
"inheritedFrom": {
|
|
10839
11069
|
"name": "FormField",
|
|
10840
11070
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10841
11071
|
}
|
|
10842
11072
|
}
|
|
10843
|
-
]
|
|
10844
|
-
}
|
|
10845
|
-
],
|
|
10846
|
-
"exports": [
|
|
10847
|
-
{
|
|
10848
|
-
"kind": "js",
|
|
10849
|
-
"name": "BmSwitchGroup",
|
|
10850
|
-
"declaration": {
|
|
10851
|
-
"name": "BmSwitchGroup",
|
|
10852
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10853
|
-
}
|
|
10854
|
-
},
|
|
10855
|
-
{
|
|
10856
|
-
"kind": "custom-element-definition",
|
|
10857
|
-
"name": "bm-switch-group",
|
|
10858
|
-
"declaration": {
|
|
10859
|
-
"name": "BmSwitchGroup",
|
|
10860
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10861
|
-
}
|
|
10862
|
-
}
|
|
10863
|
-
]
|
|
10864
|
-
},
|
|
10865
|
-
{
|
|
10866
|
-
"kind": "javascript-module",
|
|
10867
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10868
|
-
"declarations": [
|
|
10869
|
-
{
|
|
10870
|
-
"kind": "class",
|
|
10871
|
-
"description": "",
|
|
10872
|
-
"name": "BmRadioButtonGroup",
|
|
11073
|
+
],
|
|
10873
11074
|
"members": [
|
|
10874
11075
|
{
|
|
10875
11076
|
"kind": "field",
|
|
@@ -11178,225 +11379,24 @@
|
|
|
11178
11379
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11179
11380
|
}
|
|
11180
11381
|
}
|
|
11181
|
-
],
|
|
11182
|
-
"superclass": {
|
|
11183
|
-
"name": "InputChoiceGroup",
|
|
11184
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
11185
|
-
},
|
|
11186
|
-
"tagName": "bm-radio-button-group",
|
|
11187
|
-
"customElement": true,
|
|
11188
|
-
"slots": [
|
|
11189
|
-
{
|
|
11190
|
-
"description": "Add label text to the InputChoiceGroup",
|
|
11191
|
-
"name": "label",
|
|
11192
|
-
"inheritedFrom": {
|
|
11193
|
-
"name": "InputChoiceGroup",
|
|
11194
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11195
|
-
}
|
|
11196
|
-
},
|
|
11197
|
-
{
|
|
11198
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
11199
|
-
"name": "helperText",
|
|
11200
|
-
"inheritedFrom": {
|
|
11201
|
-
"name": "InputChoiceGroup",
|
|
11202
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11203
|
-
}
|
|
11204
|
-
}
|
|
11205
|
-
],
|
|
11206
|
-
"attributes": [
|
|
11207
|
-
{
|
|
11208
|
-
"name": "theme",
|
|
11209
|
-
"type": {
|
|
11210
|
-
"text": "'light' | 'dark' | undefined"
|
|
11211
|
-
},
|
|
11212
|
-
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
11213
|
-
"fieldName": "theme",
|
|
11214
|
-
"inheritedFrom": {
|
|
11215
|
-
"name": "InputChoiceGroup",
|
|
11216
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11217
|
-
}
|
|
11218
|
-
},
|
|
11219
|
-
{
|
|
11220
|
-
"name": "layout",
|
|
11221
|
-
"type": {
|
|
11222
|
-
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
11223
|
-
},
|
|
11224
|
-
"default": "'vertical'",
|
|
11225
|
-
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
11226
|
-
"deprecated": "use `orientation` and `fluid` instead",
|
|
11227
|
-
"fieldName": "layout",
|
|
11228
|
-
"inheritedFrom": {
|
|
11229
|
-
"name": "InputChoiceGroup",
|
|
11230
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11231
|
-
}
|
|
11232
|
-
},
|
|
11233
|
-
{
|
|
11234
|
-
"name": "orientation",
|
|
11235
|
-
"type": {
|
|
11236
|
-
"text": "'horizontal' | 'vertical'"
|
|
11237
|
-
},
|
|
11238
|
-
"default": "'vertical'",
|
|
11239
|
-
"description": "Specify InputChoiceGroup orientation",
|
|
11240
|
-
"fieldName": "orientation",
|
|
11241
|
-
"inheritedFrom": {
|
|
11242
|
-
"name": "InputChoiceGroup",
|
|
11243
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11244
|
-
}
|
|
11245
|
-
},
|
|
11246
|
-
{
|
|
11247
|
-
"name": "fluid",
|
|
11248
|
-
"type": {
|
|
11249
|
-
"text": "boolean"
|
|
11250
|
-
},
|
|
11251
|
-
"default": "false",
|
|
11252
|
-
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
11253
|
-
"fieldName": "fluid",
|
|
11254
|
-
"inheritedFrom": {
|
|
11255
|
-
"name": "InputChoiceGroup",
|
|
11256
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11257
|
-
}
|
|
11258
|
-
},
|
|
11259
|
-
{
|
|
11260
|
-
"name": "required",
|
|
11261
|
-
"type": {
|
|
11262
|
-
"text": "boolean"
|
|
11263
|
-
},
|
|
11264
|
-
"default": "false",
|
|
11265
|
-
"description": "Specify if InputChoiceGroup is a required input",
|
|
11266
|
-
"fieldName": "required",
|
|
11267
|
-
"inheritedFrom": {
|
|
11268
|
-
"name": "InputChoiceGroup",
|
|
11269
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11270
|
-
}
|
|
11271
|
-
},
|
|
11272
|
-
{
|
|
11273
|
-
"name": "hideRequiredMarker",
|
|
11274
|
-
"type": {
|
|
11275
|
-
"text": "boolean"
|
|
11276
|
-
},
|
|
11277
|
-
"default": "false",
|
|
11278
|
-
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
11279
|
-
"fieldName": "hideRequiredMarker",
|
|
11280
|
-
"inheritedFrom": {
|
|
11281
|
-
"name": "InputChoiceGroup",
|
|
11282
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11283
|
-
}
|
|
11284
|
-
},
|
|
11285
|
-
{
|
|
11286
|
-
"name": "error",
|
|
11287
|
-
"type": {
|
|
11288
|
-
"text": "string | undefined"
|
|
11289
|
-
},
|
|
11290
|
-
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
11291
|
-
"fieldName": "error",
|
|
11292
|
-
"inheritedFrom": {
|
|
11293
|
-
"name": "InputChoiceGroup",
|
|
11294
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11295
|
-
}
|
|
11296
|
-
},
|
|
11297
|
-
{
|
|
11298
|
-
"name": "readOnly",
|
|
11299
|
-
"type": {
|
|
11300
|
-
"text": "boolean"
|
|
11301
|
-
},
|
|
11302
|
-
"default": "false",
|
|
11303
|
-
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
11304
|
-
"fieldName": "readOnly",
|
|
11305
|
-
"inheritedFrom": {
|
|
11306
|
-
"name": "InputChoiceGroup",
|
|
11307
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11308
|
-
}
|
|
11309
|
-
},
|
|
11310
|
-
{
|
|
11311
|
-
"name": "disabled",
|
|
11312
|
-
"type": {
|
|
11313
|
-
"text": "boolean"
|
|
11314
|
-
},
|
|
11315
|
-
"default": "false",
|
|
11316
|
-
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11317
|
-
"fieldName": "disabled",
|
|
11318
|
-
"inheritedFrom": {
|
|
11319
|
-
"name": "InputChoiceGroup",
|
|
11320
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11321
|
-
}
|
|
11322
|
-
},
|
|
11323
|
-
{
|
|
11324
|
-
"name": "id",
|
|
11325
|
-
"type": {
|
|
11326
|
-
"text": "string"
|
|
11327
|
-
},
|
|
11328
|
-
"default": "''",
|
|
11329
|
-
"fieldName": "id",
|
|
11330
|
-
"inheritedFrom": {
|
|
11331
|
-
"name": "FormField",
|
|
11332
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11333
|
-
}
|
|
11334
|
-
},
|
|
11335
|
-
{
|
|
11336
|
-
"name": "name",
|
|
11337
|
-
"type": {
|
|
11338
|
-
"text": "string"
|
|
11339
|
-
},
|
|
11340
|
-
"default": "''",
|
|
11341
|
-
"fieldName": "name",
|
|
11342
|
-
"inheritedFrom": {
|
|
11343
|
-
"name": "FormField",
|
|
11344
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11345
|
-
}
|
|
11346
|
-
},
|
|
11347
|
-
{
|
|
11348
|
-
"name": "value",
|
|
11349
|
-
"type": {
|
|
11350
|
-
"text": "string"
|
|
11351
|
-
},
|
|
11352
|
-
"default": "''",
|
|
11353
|
-
"fieldName": "value",
|
|
11354
|
-
"inheritedFrom": {
|
|
11355
|
-
"name": "FormField",
|
|
11356
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11357
|
-
}
|
|
11358
|
-
},
|
|
11359
|
-
{
|
|
11360
|
-
"name": "validationRules",
|
|
11361
|
-
"type": {
|
|
11362
|
-
"text": "Array<FormValidator>"
|
|
11363
|
-
},
|
|
11364
|
-
"default": "[]",
|
|
11365
|
-
"fieldName": "validationRules",
|
|
11366
|
-
"inheritedFrom": {
|
|
11367
|
-
"name": "FormField",
|
|
11368
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11369
|
-
}
|
|
11370
|
-
},
|
|
11371
|
-
{
|
|
11372
|
-
"name": "input-aria-label",
|
|
11373
|
-
"type": {
|
|
11374
|
-
"text": "string | undefined"
|
|
11375
|
-
},
|
|
11376
|
-
"fieldName": "inputAriaLabel",
|
|
11377
|
-
"inheritedFrom": {
|
|
11378
|
-
"name": "FormField",
|
|
11379
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11380
|
-
}
|
|
11381
|
-
}
|
|
11382
11382
|
]
|
|
11383
11383
|
}
|
|
11384
11384
|
],
|
|
11385
11385
|
"exports": [
|
|
11386
11386
|
{
|
|
11387
11387
|
"kind": "js",
|
|
11388
|
-
"name": "
|
|
11388
|
+
"name": "BmSwitchGroup",
|
|
11389
11389
|
"declaration": {
|
|
11390
|
-
"name": "
|
|
11391
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11390
|
+
"name": "BmSwitchGroup",
|
|
11391
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11392
11392
|
}
|
|
11393
11393
|
},
|
|
11394
11394
|
{
|
|
11395
11395
|
"kind": "custom-element-definition",
|
|
11396
|
-
"name": "bm-
|
|
11396
|
+
"name": "bm-switch-group",
|
|
11397
11397
|
"declaration": {
|
|
11398
|
-
"name": "
|
|
11399
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11398
|
+
"name": "BmSwitchGroup",
|
|
11399
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11400
11400
|
}
|
|
11401
11401
|
}
|
|
11402
11402
|
]
|