@viasat/beam-web-components 2.62.0 → 2.64.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/Accordion.d.ts +1 -1
- package/Accordion/AccordionGroup.d.ts +1 -1
- package/Alert/Alert.d.ts +1 -1
- package/Avatar/Avatar.d.ts +1 -1
- package/Avatar/AvatarGroup.d.ts +1 -1
- package/Badge/Badge.d.ts +1 -1
- package/BadgeDot/BadgeDot.d.ts +1 -1
- package/Breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/Breadcrumbs/BreadcrumbsItem.d.ts +1 -1
- package/Button/Button.d.ts +1 -1
- package/CloseButton/CloseButton.d.ts +1 -1
- package/EmptyState/EmptyState.d.ts +1 -1
- package/HelperText/HelperText.d.ts +1 -1
- package/Icon/Icon.d.ts +1 -1
- package/InputChoiceGroup/InputChoiceGroup.d.ts +1 -1
- package/Label/Label.d.ts +1 -1
- package/Link/Link.d.ts +1 -1
- package/List/List.d.ts +1 -1
- package/List/ListItem.d.ts +1 -1
- package/ProgressBar/ProgressBar.d.ts +1 -1
- package/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/SegmentedControl/SegmentedControlItem.d.ts +1 -1
- package/SegmentedControl/SegmentedControlList.d.ts +1 -1
- package/SegmentedControl/SegmentedControlPanel.d.ts +1 -1
- package/Spinner/Spinner.d.ts +1 -1
- package/Text/Text.d.ts +1 -1
- package/Tooltip/Tooltip.d.ts +2 -2
- package/custom-elements.json +592 -583
- package/local/wip/Form/Form.decorator.js +55 -54
- package/package.json +6 -6
- package/vscode.html-custom-data.json +134 -134
- package/wip/Checkbox/Checkbox.d.ts +1 -1
- package/wip/FileUpload/FileUpload.Button.d.ts +1 -1
- package/wip/FileUpload/FileUpload.Dropzone.d.ts +1 -1
- package/wip/FileUpload/FileUpload.List.Item.d.ts +1 -1
- package/wip/FileUpload/FileUpload.List.d.ts +1 -1
- package/wip/FileUpload/FileUpload.d.ts +2 -2
- package/wip/Form/Form.d.ts +2 -2
- package/wip/Form/Form.decorator.d.ts +2 -2
- package/wip/Form/Form.decorator.js +53 -52
- package/wip/RadioButton/RadioButton.d.ts +2 -2
- package/wip/Switch/Switch.d.ts +2 -2
- package/wip/TextArea/TextArea.d.ts +1 -1
package/custom-elements.json
CHANGED
|
@@ -294,68 +294,32 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
302
|
+
"name": "BmBadge",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
306
|
-
"name": "
|
|
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"
|
|
305
|
+
"description": "Provide text for the Badge",
|
|
306
|
+
"name": "default"
|
|
315
307
|
},
|
|
316
308
|
{
|
|
317
|
-
"description": "Specify
|
|
318
|
-
"name": "
|
|
309
|
+
"description": "Specify a different icon for the Badge",
|
|
310
|
+
"name": "icon"
|
|
319
311
|
}
|
|
320
312
|
],
|
|
321
313
|
"members": [
|
|
322
314
|
{
|
|
323
315
|
"kind": "field",
|
|
324
|
-
"name": "
|
|
325
|
-
"type": {
|
|
326
|
-
"text": "string | undefined"
|
|
327
|
-
},
|
|
328
|
-
"description": "Specify the heading text for Alert",
|
|
329
|
-
"attribute": "heading"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"kind": "field",
|
|
333
|
-
"name": "body",
|
|
334
|
-
"type": {
|
|
335
|
-
"text": "string | undefined"
|
|
336
|
-
},
|
|
337
|
-
"description": "Specify the body text for Alert",
|
|
338
|
-
"attribute": "body"
|
|
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"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"kind": "field",
|
|
352
|
-
"name": "fullWidth",
|
|
316
|
+
"name": "appearance",
|
|
353
317
|
"type": {
|
|
354
|
-
"text": "
|
|
318
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
355
319
|
},
|
|
356
|
-
"default": "
|
|
357
|
-
"description": "Specify
|
|
358
|
-
"attribute": "
|
|
320
|
+
"default": "'infoPrimary'",
|
|
321
|
+
"description": "Specify the appearance of the Badge",
|
|
322
|
+
"attribute": "appearance"
|
|
359
323
|
},
|
|
360
324
|
{
|
|
361
325
|
"kind": "field",
|
|
@@ -363,204 +327,114 @@
|
|
|
363
327
|
"type": {
|
|
364
328
|
"text": "'light' | 'dark' | undefined"
|
|
365
329
|
},
|
|
366
|
-
"description": "
|
|
330
|
+
"description": "Theme of the Badge",
|
|
367
331
|
"attribute": "theme"
|
|
368
332
|
},
|
|
369
333
|
{
|
|
370
334
|
"kind": "field",
|
|
371
|
-
"name": "
|
|
335
|
+
"name": "size",
|
|
372
336
|
"type": {
|
|
373
|
-
"text": "'
|
|
337
|
+
"text": "'sm' | 'md' | undefined"
|
|
374
338
|
},
|
|
375
|
-
"default": "'
|
|
376
|
-
"description": "Specify the
|
|
377
|
-
"attribute": "
|
|
339
|
+
"default": "'sm'",
|
|
340
|
+
"description": "Specify the size of the Badge",
|
|
341
|
+
"attribute": "size"
|
|
378
342
|
},
|
|
379
343
|
{
|
|
380
344
|
"kind": "field",
|
|
381
|
-
"name": "
|
|
345
|
+
"name": "emphasis",
|
|
382
346
|
"type": {
|
|
383
|
-
"text": "
|
|
347
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
384
348
|
},
|
|
385
|
-
"default": "
|
|
386
|
-
"description": "Specify
|
|
387
|
-
"attribute": "
|
|
349
|
+
"default": "'strong'",
|
|
350
|
+
"description": "Specify the emphasis of the Badge",
|
|
351
|
+
"attribute": "emphasis"
|
|
388
352
|
},
|
|
389
353
|
{
|
|
390
354
|
"kind": "field",
|
|
391
355
|
"name": "hideIcon",
|
|
392
356
|
"type": {
|
|
393
|
-
"text": "boolean"
|
|
357
|
+
"text": "boolean | undefined"
|
|
394
358
|
},
|
|
395
|
-
"
|
|
396
|
-
"description": "Specify if the icon displays on the Alert",
|
|
359
|
+
"description": "Hides Badge icon",
|
|
397
360
|
"attribute": "hideIcon"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"kind": "field",
|
|
401
|
-
"name": "dismissible",
|
|
402
|
-
"type": {
|
|
403
|
-
"text": "boolean"
|
|
404
|
-
},
|
|
405
|
-
"default": "false",
|
|
406
|
-
"description": "Specify if the Alert can be dismissed",
|
|
407
|
-
"attribute": "dismissible"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"kind": "field",
|
|
411
|
-
"name": "disableAutoFocus",
|
|
412
|
-
"type": {
|
|
413
|
-
"text": "boolean"
|
|
414
|
-
},
|
|
415
|
-
"default": "false",
|
|
416
|
-
"description": "Prevent autofocus on show",
|
|
417
|
-
"attribute": "disableAutoFocus"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"kind": "field",
|
|
421
|
-
"name": "disableCloseOnEscape",
|
|
422
|
-
"type": {
|
|
423
|
-
"text": "boolean"
|
|
424
|
-
},
|
|
425
|
-
"default": "false",
|
|
426
|
-
"description": "Prevent Escape from closing",
|
|
427
|
-
"attribute": "disableCloseOnEscape"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"events": [
|
|
431
|
-
{
|
|
432
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
433
|
-
"name": "bm-dismiss"
|
|
434
361
|
}
|
|
435
362
|
],
|
|
436
363
|
"attributes": [
|
|
437
364
|
{
|
|
438
|
-
"name": "
|
|
439
|
-
"type": {
|
|
440
|
-
"text": "string | undefined"
|
|
441
|
-
},
|
|
442
|
-
"description": "Specify the heading text for Alert",
|
|
443
|
-
"fieldName": "heading"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"name": "body",
|
|
447
|
-
"type": {
|
|
448
|
-
"text": "string | undefined"
|
|
449
|
-
},
|
|
450
|
-
"description": "Specify the body text for Alert",
|
|
451
|
-
"fieldName": "body"
|
|
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"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"name": "fullWidth",
|
|
365
|
+
"name": "appearance",
|
|
464
366
|
"type": {
|
|
465
|
-
"text": "
|
|
367
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
466
368
|
},
|
|
467
|
-
"default": "
|
|
468
|
-
"description": "Specify
|
|
469
|
-
"fieldName": "
|
|
369
|
+
"default": "'infoPrimary'",
|
|
370
|
+
"description": "Specify the appearance of the Badge",
|
|
371
|
+
"fieldName": "appearance"
|
|
470
372
|
},
|
|
471
373
|
{
|
|
472
374
|
"name": "theme",
|
|
473
375
|
"type": {
|
|
474
376
|
"text": "'light' | 'dark' | undefined"
|
|
475
377
|
},
|
|
476
|
-
"description": "
|
|
378
|
+
"description": "Theme of the Badge",
|
|
477
379
|
"fieldName": "theme"
|
|
478
380
|
},
|
|
479
381
|
{
|
|
480
|
-
"name": "
|
|
382
|
+
"name": "size",
|
|
481
383
|
"type": {
|
|
482
|
-
"text": "'
|
|
384
|
+
"text": "'sm' | 'md' | undefined"
|
|
483
385
|
},
|
|
484
|
-
"default": "'
|
|
485
|
-
"description": "Specify the
|
|
486
|
-
"fieldName": "
|
|
386
|
+
"default": "'sm'",
|
|
387
|
+
"description": "Specify the size of the Badge",
|
|
388
|
+
"fieldName": "size"
|
|
487
389
|
},
|
|
488
390
|
{
|
|
489
|
-
"name": "
|
|
391
|
+
"name": "emphasis",
|
|
490
392
|
"type": {
|
|
491
|
-
"text": "
|
|
393
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
492
394
|
},
|
|
493
|
-
"default": "
|
|
494
|
-
"description": "Specify
|
|
495
|
-
"fieldName": "
|
|
395
|
+
"default": "'strong'",
|
|
396
|
+
"description": "Specify the emphasis of the Badge",
|
|
397
|
+
"fieldName": "emphasis"
|
|
496
398
|
},
|
|
497
399
|
{
|
|
498
400
|
"name": "hideIcon",
|
|
499
401
|
"type": {
|
|
500
|
-
"text": "boolean"
|
|
402
|
+
"text": "boolean | undefined"
|
|
501
403
|
},
|
|
502
|
-
"
|
|
503
|
-
"description": "Specify if the icon displays on the Alert",
|
|
404
|
+
"description": "Hides Badge icon",
|
|
504
405
|
"fieldName": "hideIcon"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "dismissible",
|
|
508
|
-
"type": {
|
|
509
|
-
"text": "boolean"
|
|
510
|
-
},
|
|
511
|
-
"default": "false",
|
|
512
|
-
"description": "Specify if the Alert can be dismissed",
|
|
513
|
-
"fieldName": "dismissible"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "disableAutoFocus",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "boolean"
|
|
519
|
-
},
|
|
520
|
-
"default": "false",
|
|
521
|
-
"description": "Prevent autofocus on show",
|
|
522
|
-
"fieldName": "disableAutoFocus"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "disableCloseOnEscape",
|
|
526
|
-
"type": {
|
|
527
|
-
"text": "boolean"
|
|
528
|
-
},
|
|
529
|
-
"default": "false",
|
|
530
|
-
"description": "Prevent Escape from closing",
|
|
531
|
-
"fieldName": "disableCloseOnEscape"
|
|
532
406
|
}
|
|
533
407
|
],
|
|
534
408
|
"superclass": {
|
|
535
409
|
"name": "LitElement",
|
|
536
410
|
"package": "lit"
|
|
537
411
|
},
|
|
538
|
-
"tagName": "bm-
|
|
412
|
+
"tagName": "bm-badge",
|
|
539
413
|
"customElement": true
|
|
540
414
|
}
|
|
541
415
|
],
|
|
542
416
|
"exports": [
|
|
543
417
|
{
|
|
544
418
|
"kind": "js",
|
|
545
|
-
"name": "
|
|
419
|
+
"name": "BmBadge",
|
|
546
420
|
"declaration": {
|
|
547
|
-
"name": "
|
|
548
|
-
"module": "libs/web-components/src/lib/
|
|
421
|
+
"name": "BmBadge",
|
|
422
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
549
423
|
}
|
|
550
424
|
},
|
|
551
425
|
{
|
|
552
426
|
"kind": "custom-element-definition",
|
|
553
|
-
"name": "bm-
|
|
427
|
+
"name": "bm-badge",
|
|
554
428
|
"declaration": {
|
|
555
|
-
"name": "
|
|
556
|
-
"module": "libs/web-components/src/lib/
|
|
429
|
+
"name": "BmBadge",
|
|
430
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
557
431
|
}
|
|
558
432
|
}
|
|
559
433
|
]
|
|
560
434
|
},
|
|
561
435
|
{
|
|
562
436
|
"kind": "javascript-module",
|
|
563
|
-
"path": "libs/web-components/src/lib/
|
|
437
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
564
438
|
"declarations": [],
|
|
565
439
|
"exports": [
|
|
566
440
|
{
|
|
@@ -568,45 +442,177 @@
|
|
|
568
442
|
"name": "*",
|
|
569
443
|
"declaration": {
|
|
570
444
|
"name": "*",
|
|
571
|
-
"package": "./
|
|
445
|
+
"package": "./Badge"
|
|
572
446
|
}
|
|
573
447
|
}
|
|
574
448
|
]
|
|
575
449
|
},
|
|
576
450
|
{
|
|
577
451
|
"kind": "javascript-module",
|
|
578
|
-
"path": "libs/web-components/src/lib/
|
|
452
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
579
453
|
"declarations": [
|
|
580
454
|
{
|
|
581
455
|
"kind": "class",
|
|
582
|
-
"description": "`bm-
|
|
583
|
-
"name": "
|
|
456
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
457
|
+
"name": "BmBadgeDot",
|
|
584
458
|
"slots": [
|
|
585
459
|
{
|
|
586
|
-
"description": "
|
|
587
|
-
"name": "
|
|
460
|
+
"description": "Provide text for the BadgeDot",
|
|
461
|
+
"name": "default"
|
|
588
462
|
}
|
|
589
463
|
],
|
|
590
464
|
"members": [
|
|
591
465
|
{
|
|
592
466
|
"kind": "field",
|
|
593
|
-
"name": "
|
|
467
|
+
"name": "theme",
|
|
594
468
|
"type": {
|
|
595
|
-
"text": "'
|
|
469
|
+
"text": "'light' | 'dark' | undefined"
|
|
596
470
|
},
|
|
597
|
-
"
|
|
598
|
-
"
|
|
599
|
-
"attribute": "appearance"
|
|
471
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
472
|
+
"attribute": "theme"
|
|
600
473
|
},
|
|
601
474
|
{
|
|
602
475
|
"kind": "field",
|
|
603
|
-
"name": "
|
|
476
|
+
"name": "appearance",
|
|
604
477
|
"type": {
|
|
605
|
-
"text": "
|
|
478
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
606
479
|
},
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
|
|
480
|
+
"default": "'infoPrimary'",
|
|
481
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
482
|
+
"attribute": "appearance"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"kind": "field",
|
|
486
|
+
"name": "emphasis",
|
|
487
|
+
"type": {
|
|
488
|
+
"text": "'strong' | 'subtle'"
|
|
489
|
+
},
|
|
490
|
+
"default": "'strong'",
|
|
491
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
492
|
+
"attribute": "emphasis"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"kind": "field",
|
|
496
|
+
"name": "overrideDotColor",
|
|
497
|
+
"type": {
|
|
498
|
+
"text": "string | undefined"
|
|
499
|
+
},
|
|
500
|
+
"description": "Overrides default dot color",
|
|
501
|
+
"attribute": "overrideDotColor"
|
|
502
|
+
}
|
|
503
|
+
],
|
|
504
|
+
"attributes": [
|
|
505
|
+
{
|
|
506
|
+
"name": "theme",
|
|
507
|
+
"type": {
|
|
508
|
+
"text": "'light' | 'dark' | undefined"
|
|
509
|
+
},
|
|
510
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
511
|
+
"fieldName": "theme"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"name": "appearance",
|
|
515
|
+
"type": {
|
|
516
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
517
|
+
},
|
|
518
|
+
"default": "'infoPrimary'",
|
|
519
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
520
|
+
"fieldName": "appearance"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"name": "emphasis",
|
|
524
|
+
"type": {
|
|
525
|
+
"text": "'strong' | 'subtle'"
|
|
526
|
+
},
|
|
527
|
+
"default": "'strong'",
|
|
528
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
529
|
+
"fieldName": "emphasis"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"name": "overrideDotColor",
|
|
533
|
+
"type": {
|
|
534
|
+
"text": "string | undefined"
|
|
535
|
+
},
|
|
536
|
+
"description": "Overrides default dot color",
|
|
537
|
+
"fieldName": "overrideDotColor"
|
|
538
|
+
}
|
|
539
|
+
],
|
|
540
|
+
"superclass": {
|
|
541
|
+
"name": "LitElement",
|
|
542
|
+
"package": "lit"
|
|
543
|
+
},
|
|
544
|
+
"tagName": "bm-badge-dot",
|
|
545
|
+
"customElement": true
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"exports": [
|
|
549
|
+
{
|
|
550
|
+
"kind": "js",
|
|
551
|
+
"name": "BmBadgeDot",
|
|
552
|
+
"declaration": {
|
|
553
|
+
"name": "BmBadgeDot",
|
|
554
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"kind": "custom-element-definition",
|
|
559
|
+
"name": "bm-badge-dot",
|
|
560
|
+
"declaration": {
|
|
561
|
+
"name": "BmBadgeDot",
|
|
562
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"kind": "javascript-module",
|
|
569
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
570
|
+
"declarations": [],
|
|
571
|
+
"exports": [
|
|
572
|
+
{
|
|
573
|
+
"kind": "js",
|
|
574
|
+
"name": "*",
|
|
575
|
+
"declaration": {
|
|
576
|
+
"name": "*",
|
|
577
|
+
"package": "./BadgeDot"
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"kind": "javascript-module",
|
|
584
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
585
|
+
"declarations": [
|
|
586
|
+
{
|
|
587
|
+
"kind": "class",
|
|
588
|
+
"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** ",
|
|
589
|
+
"name": "BmAvatar",
|
|
590
|
+
"slots": [
|
|
591
|
+
{
|
|
592
|
+
"description": "Customize the default icon",
|
|
593
|
+
"name": "icon"
|
|
594
|
+
}
|
|
595
|
+
],
|
|
596
|
+
"members": [
|
|
597
|
+
{
|
|
598
|
+
"kind": "field",
|
|
599
|
+
"name": "appearance",
|
|
600
|
+
"type": {
|
|
601
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
602
|
+
},
|
|
603
|
+
"default": "'neutral'",
|
|
604
|
+
"description": "Specify the appearance of the Avatar",
|
|
605
|
+
"attribute": "appearance"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"kind": "field",
|
|
609
|
+
"name": "name",
|
|
610
|
+
"type": {
|
|
611
|
+
"text": "string | undefined"
|
|
612
|
+
},
|
|
613
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
614
|
+
"attribute": "name"
|
|
615
|
+
},
|
|
610
616
|
{
|
|
611
617
|
"kind": "field",
|
|
612
618
|
"name": "src",
|
|
@@ -967,279 +973,273 @@
|
|
|
967
973
|
},
|
|
968
974
|
{
|
|
969
975
|
"kind": "javascript-module",
|
|
970
|
-
"path": "libs/web-components/src/lib/
|
|
976
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
971
977
|
"declarations": [
|
|
972
978
|
{
|
|
973
979
|
"kind": "class",
|
|
974
|
-
"description": "`bm-
|
|
975
|
-
"name": "
|
|
980
|
+
"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",
|
|
981
|
+
"name": "BmAlert",
|
|
976
982
|
"slots": [
|
|
977
983
|
{
|
|
978
|
-
"description": "
|
|
979
|
-
"name": "
|
|
984
|
+
"description": "Specify a different icon for the Alert",
|
|
985
|
+
"name": "icon"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
989
|
+
"name": "heading"
|
|
990
|
+
},
|
|
991
|
+
{
|
|
992
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
993
|
+
"name": "body"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"description": "Specify if actions display on the Alert",
|
|
997
|
+
"name": "actions"
|
|
980
998
|
}
|
|
981
999
|
],
|
|
982
1000
|
"members": [
|
|
983
1001
|
{
|
|
984
1002
|
"kind": "field",
|
|
985
|
-
"name": "
|
|
1003
|
+
"name": "heading",
|
|
986
1004
|
"type": {
|
|
987
|
-
"text": "
|
|
1005
|
+
"text": "string | undefined"
|
|
988
1006
|
},
|
|
989
|
-
"description": "Specify the
|
|
990
|
-
"attribute": "
|
|
1007
|
+
"description": "Specify the heading text for Alert",
|
|
1008
|
+
"attribute": "heading"
|
|
991
1009
|
},
|
|
992
1010
|
{
|
|
993
1011
|
"kind": "field",
|
|
994
|
-
"name": "
|
|
1012
|
+
"name": "body",
|
|
995
1013
|
"type": {
|
|
996
|
-
"text": "
|
|
1014
|
+
"text": "string | undefined"
|
|
997
1015
|
},
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
"attribute": "appearance"
|
|
1016
|
+
"description": "Specify the body text for Alert",
|
|
1017
|
+
"attribute": "body"
|
|
1001
1018
|
},
|
|
1002
1019
|
{
|
|
1003
1020
|
"kind": "field",
|
|
1004
|
-
"name": "
|
|
1021
|
+
"name": "size",
|
|
1005
1022
|
"type": {
|
|
1006
|
-
"text": "'
|
|
1023
|
+
"text": "'sm' | 'md'"
|
|
1007
1024
|
},
|
|
1008
|
-
"default": "'
|
|
1009
|
-
"description": "Specify the
|
|
1010
|
-
"attribute": "
|
|
1025
|
+
"default": "'sm'",
|
|
1026
|
+
"description": "Specify the size of the Alert",
|
|
1027
|
+
"attribute": "size"
|
|
1011
1028
|
},
|
|
1012
1029
|
{
|
|
1013
1030
|
"kind": "field",
|
|
1014
|
-
"name": "
|
|
1031
|
+
"name": "fullWidth",
|
|
1015
1032
|
"type": {
|
|
1016
|
-
"text": "
|
|
1033
|
+
"text": "boolean"
|
|
1017
1034
|
},
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
"attributes": [
|
|
1035
|
+
"default": "false",
|
|
1036
|
+
"description": "Specify if the Alert has no border radius",
|
|
1037
|
+
"attribute": "fullWidth"
|
|
1038
|
+
},
|
|
1023
1039
|
{
|
|
1040
|
+
"kind": "field",
|
|
1024
1041
|
"name": "theme",
|
|
1025
1042
|
"type": {
|
|
1026
1043
|
"text": "'light' | 'dark' | undefined"
|
|
1027
1044
|
},
|
|
1028
|
-
"description": "Specify the theme of the
|
|
1029
|
-
"
|
|
1045
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1046
|
+
"attribute": "theme"
|
|
1030
1047
|
},
|
|
1031
1048
|
{
|
|
1049
|
+
"kind": "field",
|
|
1032
1050
|
"name": "appearance",
|
|
1033
1051
|
"type": {
|
|
1034
1052
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1035
1053
|
},
|
|
1036
1054
|
"default": "'infoPrimary'",
|
|
1037
|
-
"description": "Specify the appearance of the
|
|
1038
|
-
"
|
|
1055
|
+
"description": "Specify the appearance of the Alert",
|
|
1056
|
+
"attribute": "appearance"
|
|
1039
1057
|
},
|
|
1040
1058
|
{
|
|
1041
|
-
"
|
|
1059
|
+
"kind": "field",
|
|
1060
|
+
"name": "hidden",
|
|
1042
1061
|
"type": {
|
|
1043
|
-
"text": "
|
|
1062
|
+
"text": "boolean"
|
|
1044
1063
|
},
|
|
1045
|
-
"default": "
|
|
1046
|
-
"description": "Specify the
|
|
1047
|
-
"
|
|
1064
|
+
"default": "false",
|
|
1065
|
+
"description": "Specify if the Alert is hidden",
|
|
1066
|
+
"attribute": "hidden"
|
|
1048
1067
|
},
|
|
1049
1068
|
{
|
|
1050
|
-
"
|
|
1069
|
+
"kind": "field",
|
|
1070
|
+
"name": "hideIcon",
|
|
1051
1071
|
"type": {
|
|
1052
|
-
"text": "
|
|
1072
|
+
"text": "boolean"
|
|
1053
1073
|
},
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
"superclass": {
|
|
1059
|
-
"name": "LitElement",
|
|
1060
|
-
"package": "lit"
|
|
1061
|
-
},
|
|
1062
|
-
"tagName": "bm-badge-dot",
|
|
1063
|
-
"customElement": true
|
|
1064
|
-
}
|
|
1065
|
-
],
|
|
1066
|
-
"exports": [
|
|
1067
|
-
{
|
|
1068
|
-
"kind": "js",
|
|
1069
|
-
"name": "BmBadgeDot",
|
|
1070
|
-
"declaration": {
|
|
1071
|
-
"name": "BmBadgeDot",
|
|
1072
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1073
|
-
}
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"kind": "custom-element-definition",
|
|
1077
|
-
"name": "bm-badge-dot",
|
|
1078
|
-
"declaration": {
|
|
1079
|
-
"name": "BmBadgeDot",
|
|
1080
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "javascript-module",
|
|
1087
|
-
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1088
|
-
"declarations": [],
|
|
1089
|
-
"exports": [
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "js",
|
|
1092
|
-
"name": "*",
|
|
1093
|
-
"declaration": {
|
|
1094
|
-
"name": "*",
|
|
1095
|
-
"package": "./BadgeDot"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
]
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"kind": "javascript-module",
|
|
1102
|
-
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
1103
|
-
"declarations": [
|
|
1104
|
-
{
|
|
1105
|
-
"kind": "class",
|
|
1106
|
-
"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",
|
|
1107
|
-
"name": "BmBadge",
|
|
1108
|
-
"slots": [
|
|
1074
|
+
"default": "false",
|
|
1075
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1076
|
+
"attribute": "hideIcon"
|
|
1077
|
+
},
|
|
1109
1078
|
{
|
|
1110
|
-
"
|
|
1111
|
-
"name": "
|
|
1079
|
+
"kind": "field",
|
|
1080
|
+
"name": "dismissible",
|
|
1081
|
+
"type": {
|
|
1082
|
+
"text": "boolean"
|
|
1083
|
+
},
|
|
1084
|
+
"default": "false",
|
|
1085
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1086
|
+
"attribute": "dismissible"
|
|
1112
1087
|
},
|
|
1113
1088
|
{
|
|
1114
|
-
"
|
|
1115
|
-
"name": "
|
|
1089
|
+
"kind": "field",
|
|
1090
|
+
"name": "disableAutoFocus",
|
|
1091
|
+
"type": {
|
|
1092
|
+
"text": "boolean"
|
|
1093
|
+
},
|
|
1094
|
+
"default": "false",
|
|
1095
|
+
"description": "Prevent autofocus on show",
|
|
1096
|
+
"attribute": "disableAutoFocus"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"kind": "field",
|
|
1100
|
+
"name": "disableCloseOnEscape",
|
|
1101
|
+
"type": {
|
|
1102
|
+
"text": "boolean"
|
|
1103
|
+
},
|
|
1104
|
+
"default": "false",
|
|
1105
|
+
"description": "Prevent Escape from closing",
|
|
1106
|
+
"attribute": "disableCloseOnEscape"
|
|
1116
1107
|
}
|
|
1117
1108
|
],
|
|
1118
|
-
"
|
|
1109
|
+
"events": [
|
|
1119
1110
|
{
|
|
1120
|
-
"
|
|
1121
|
-
"name": "
|
|
1111
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1112
|
+
"name": "bm-dismiss"
|
|
1113
|
+
}
|
|
1114
|
+
],
|
|
1115
|
+
"attributes": [
|
|
1116
|
+
{
|
|
1117
|
+
"name": "heading",
|
|
1122
1118
|
"type": {
|
|
1123
|
-
"text": "
|
|
1119
|
+
"text": "string | undefined"
|
|
1124
1120
|
},
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1127
|
-
"attribute": "appearance"
|
|
1121
|
+
"description": "Specify the heading text for Alert",
|
|
1122
|
+
"fieldName": "heading"
|
|
1128
1123
|
},
|
|
1129
1124
|
{
|
|
1130
|
-
"
|
|
1131
|
-
"name": "theme",
|
|
1125
|
+
"name": "body",
|
|
1132
1126
|
"type": {
|
|
1133
|
-
"text": "
|
|
1127
|
+
"text": "string | undefined"
|
|
1134
1128
|
},
|
|
1135
|
-
"description": "
|
|
1136
|
-
"
|
|
1129
|
+
"description": "Specify the body text for Alert",
|
|
1130
|
+
"fieldName": "body"
|
|
1137
1131
|
},
|
|
1138
1132
|
{
|
|
1139
|
-
"kind": "field",
|
|
1140
1133
|
"name": "size",
|
|
1141
1134
|
"type": {
|
|
1142
|
-
"text": "'sm' | 'md'
|
|
1135
|
+
"text": "'sm' | 'md'"
|
|
1143
1136
|
},
|
|
1144
1137
|
"default": "'sm'",
|
|
1145
|
-
"description": "Specify the size of the
|
|
1146
|
-
"
|
|
1138
|
+
"description": "Specify the size of the Alert",
|
|
1139
|
+
"fieldName": "size"
|
|
1147
1140
|
},
|
|
1148
1141
|
{
|
|
1149
|
-
"
|
|
1150
|
-
"name": "emphasis",
|
|
1142
|
+
"name": "fullWidth",
|
|
1151
1143
|
"type": {
|
|
1152
|
-
"text": "
|
|
1144
|
+
"text": "boolean"
|
|
1153
1145
|
},
|
|
1154
|
-
"default": "
|
|
1155
|
-
"description": "Specify the
|
|
1156
|
-
"
|
|
1146
|
+
"default": "false",
|
|
1147
|
+
"description": "Specify if the Alert has no border radius",
|
|
1148
|
+
"fieldName": "fullWidth"
|
|
1157
1149
|
},
|
|
1158
1150
|
{
|
|
1159
|
-
"
|
|
1160
|
-
"name": "hideIcon",
|
|
1151
|
+
"name": "theme",
|
|
1161
1152
|
"type": {
|
|
1162
|
-
"text": "
|
|
1153
|
+
"text": "'light' | 'dark' | undefined"
|
|
1163
1154
|
},
|
|
1164
|
-
"description": "
|
|
1165
|
-
"
|
|
1166
|
-
}
|
|
1167
|
-
],
|
|
1168
|
-
"attributes": [
|
|
1155
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1156
|
+
"fieldName": "theme"
|
|
1157
|
+
},
|
|
1169
1158
|
{
|
|
1170
1159
|
"name": "appearance",
|
|
1171
1160
|
"type": {
|
|
1172
1161
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1173
1162
|
},
|
|
1174
1163
|
"default": "'infoPrimary'",
|
|
1175
|
-
"description": "Specify the appearance of the
|
|
1164
|
+
"description": "Specify the appearance of the Alert",
|
|
1176
1165
|
"fieldName": "appearance"
|
|
1177
1166
|
},
|
|
1178
1167
|
{
|
|
1179
|
-
"name": "
|
|
1168
|
+
"name": "hidden",
|
|
1180
1169
|
"type": {
|
|
1181
|
-
"text": "
|
|
1170
|
+
"text": "boolean"
|
|
1182
1171
|
},
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1172
|
+
"default": "false",
|
|
1173
|
+
"description": "Specify if the Alert is hidden",
|
|
1174
|
+
"fieldName": "hidden"
|
|
1185
1175
|
},
|
|
1186
1176
|
{
|
|
1187
|
-
"name": "
|
|
1177
|
+
"name": "hideIcon",
|
|
1188
1178
|
"type": {
|
|
1189
|
-
"text": "
|
|
1179
|
+
"text": "boolean"
|
|
1190
1180
|
},
|
|
1191
|
-
"default": "
|
|
1192
|
-
"description": "Specify the
|
|
1193
|
-
"fieldName": "
|
|
1181
|
+
"default": "false",
|
|
1182
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1183
|
+
"fieldName": "hideIcon"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"name": "dismissible",
|
|
1187
|
+
"type": {
|
|
1188
|
+
"text": "boolean"
|
|
1189
|
+
},
|
|
1190
|
+
"default": "false",
|
|
1191
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1192
|
+
"fieldName": "dismissible"
|
|
1194
1193
|
},
|
|
1195
1194
|
{
|
|
1196
|
-
"name": "
|
|
1195
|
+
"name": "disableAutoFocus",
|
|
1197
1196
|
"type": {
|
|
1198
|
-
"text": "
|
|
1197
|
+
"text": "boolean"
|
|
1199
1198
|
},
|
|
1200
|
-
"default": "
|
|
1201
|
-
"description": "
|
|
1202
|
-
"fieldName": "
|
|
1199
|
+
"default": "false",
|
|
1200
|
+
"description": "Prevent autofocus on show",
|
|
1201
|
+
"fieldName": "disableAutoFocus"
|
|
1203
1202
|
},
|
|
1204
1203
|
{
|
|
1205
|
-
"name": "
|
|
1204
|
+
"name": "disableCloseOnEscape",
|
|
1206
1205
|
"type": {
|
|
1207
|
-
"text": "boolean
|
|
1206
|
+
"text": "boolean"
|
|
1208
1207
|
},
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1208
|
+
"default": "false",
|
|
1209
|
+
"description": "Prevent Escape from closing",
|
|
1210
|
+
"fieldName": "disableCloseOnEscape"
|
|
1211
1211
|
}
|
|
1212
1212
|
],
|
|
1213
1213
|
"superclass": {
|
|
1214
1214
|
"name": "LitElement",
|
|
1215
1215
|
"package": "lit"
|
|
1216
1216
|
},
|
|
1217
|
-
"tagName": "bm-
|
|
1217
|
+
"tagName": "bm-alert",
|
|
1218
1218
|
"customElement": true
|
|
1219
1219
|
}
|
|
1220
1220
|
],
|
|
1221
1221
|
"exports": [
|
|
1222
1222
|
{
|
|
1223
1223
|
"kind": "js",
|
|
1224
|
-
"name": "
|
|
1224
|
+
"name": "BmAlert",
|
|
1225
1225
|
"declaration": {
|
|
1226
|
-
"name": "
|
|
1227
|
-
"module": "libs/web-components/src/lib/
|
|
1226
|
+
"name": "BmAlert",
|
|
1227
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1228
1228
|
}
|
|
1229
1229
|
},
|
|
1230
1230
|
{
|
|
1231
1231
|
"kind": "custom-element-definition",
|
|
1232
|
-
"name": "bm-
|
|
1232
|
+
"name": "bm-alert",
|
|
1233
1233
|
"declaration": {
|
|
1234
|
-
"name": "
|
|
1235
|
-
"module": "libs/web-components/src/lib/
|
|
1234
|
+
"name": "BmAlert",
|
|
1235
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
1238
|
]
|
|
1239
1239
|
},
|
|
1240
1240
|
{
|
|
1241
1241
|
"kind": "javascript-module",
|
|
1242
|
-
"path": "libs/web-components/src/lib/
|
|
1242
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1243
1243
|
"declarations": [],
|
|
1244
1244
|
"exports": [
|
|
1245
1245
|
{
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
"name": "*",
|
|
1248
1248
|
"declaration": {
|
|
1249
1249
|
"name": "*",
|
|
1250
|
-
"package": "./
|
|
1250
|
+
"package": "./Alert"
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
1253
1253
|
]
|
|
@@ -3139,6 +3139,7 @@
|
|
|
3139
3139
|
},
|
|
3140
3140
|
"default": "''",
|
|
3141
3141
|
"attribute": "name",
|
|
3142
|
+
"reflects": true,
|
|
3142
3143
|
"inheritedFrom": {
|
|
3143
3144
|
"name": "FormField",
|
|
3144
3145
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -5389,6 +5390,7 @@
|
|
|
5389
5390
|
},
|
|
5390
5391
|
"default": "''",
|
|
5391
5392
|
"attribute": "name",
|
|
5393
|
+
"reflects": true,
|
|
5392
5394
|
"inheritedFrom": {
|
|
5393
5395
|
"name": "FormField",
|
|
5394
5396
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -7553,6 +7555,7 @@
|
|
|
7553
7555
|
},
|
|
7554
7556
|
"default": "''",
|
|
7555
7557
|
"attribute": "name",
|
|
7558
|
+
"reflects": true,
|
|
7556
7559
|
"inheritedFrom": {
|
|
7557
7560
|
"name": "FormField",
|
|
7558
7561
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -7966,7 +7969,8 @@
|
|
|
7966
7969
|
"text": "string"
|
|
7967
7970
|
},
|
|
7968
7971
|
"default": "''",
|
|
7969
|
-
"attribute": "name"
|
|
7972
|
+
"attribute": "name",
|
|
7973
|
+
"reflects": true
|
|
7970
7974
|
},
|
|
7971
7975
|
{
|
|
7972
7976
|
"kind": "field",
|
|
@@ -8329,252 +8333,37 @@
|
|
|
8329
8333
|
"name": "BmForm",
|
|
8330
8334
|
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8331
8335
|
}
|
|
8332
|
-
}
|
|
8333
|
-
]
|
|
8334
|
-
},
|
|
8335
|
-
{
|
|
8336
|
-
"kind": "javascript-module",
|
|
8337
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8338
|
-
"declarations": [
|
|
8339
|
-
{
|
|
8340
|
-
"kind": "function",
|
|
8341
|
-
"name": "createId",
|
|
8342
|
-
"return": {
|
|
8343
|
-
"type": {
|
|
8344
|
-
"text": "string"
|
|
8345
|
-
}
|
|
8346
|
-
}
|
|
8347
|
-
}
|
|
8348
|
-
],
|
|
8349
|
-
"exports": [
|
|
8350
|
-
{
|
|
8351
|
-
"kind": "js",
|
|
8352
|
-
"name": "createId",
|
|
8353
|
-
"declaration": {
|
|
8354
|
-
"name": "createId",
|
|
8355
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8356
|
-
}
|
|
8357
|
-
}
|
|
8358
|
-
]
|
|
8359
|
-
},
|
|
8360
|
-
{
|
|
8361
|
-
"kind": "javascript-module",
|
|
8362
|
-
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8363
|
-
"declarations": [],
|
|
8364
|
-
"exports": [
|
|
8365
|
-
{
|
|
8366
|
-
"kind": "js",
|
|
8367
|
-
"name": "*",
|
|
8368
|
-
"declaration": {
|
|
8369
|
-
"name": "*",
|
|
8370
|
-
"package": "./Form"
|
|
8371
|
-
}
|
|
8372
|
-
},
|
|
8373
|
-
{
|
|
8374
|
-
"kind": "js",
|
|
8375
|
-
"name": "*",
|
|
8376
|
-
"declaration": {
|
|
8377
|
-
"name": "*",
|
|
8378
|
-
"package": "./Form.decorator"
|
|
8379
|
-
}
|
|
8380
|
-
}
|
|
8381
|
-
]
|
|
8382
|
-
},
|
|
8383
|
-
{
|
|
8384
|
-
"kind": "javascript-module",
|
|
8385
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8386
|
-
"declarations": [
|
|
8387
|
-
{
|
|
8388
|
-
"kind": "class",
|
|
8389
|
-
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
8390
|
-
"name": "BmRadioButton",
|
|
8391
|
-
"members": [
|
|
8392
|
-
{
|
|
8393
|
-
"kind": "field",
|
|
8394
|
-
"name": "label",
|
|
8395
|
-
"type": {
|
|
8396
|
-
"text": "string | undefined"
|
|
8397
|
-
},
|
|
8398
|
-
"description": "Specify the text for the label",
|
|
8399
|
-
"attribute": "label"
|
|
8400
|
-
},
|
|
8401
|
-
{
|
|
8402
|
-
"kind": "field",
|
|
8403
|
-
"name": "error",
|
|
8404
|
-
"type": {
|
|
8405
|
-
"text": "boolean | undefined"
|
|
8406
|
-
},
|
|
8407
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
8408
|
-
"attribute": "error"
|
|
8409
|
-
},
|
|
8410
|
-
{
|
|
8411
|
-
"kind": "field",
|
|
8412
|
-
"name": "readOnly",
|
|
8413
|
-
"type": {
|
|
8414
|
-
"text": "boolean | undefined"
|
|
8415
|
-
},
|
|
8416
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
8417
|
-
"attribute": "readOnly"
|
|
8418
|
-
},
|
|
8419
|
-
{
|
|
8420
|
-
"kind": "field",
|
|
8421
|
-
"name": "disabled",
|
|
8422
|
-
"type": {
|
|
8423
|
-
"text": "boolean | undefined"
|
|
8424
|
-
},
|
|
8425
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
8426
|
-
"attribute": "disabled"
|
|
8427
|
-
},
|
|
8428
|
-
{
|
|
8429
|
-
"kind": "field",
|
|
8430
|
-
"name": "theme",
|
|
8431
|
-
"type": {
|
|
8432
|
-
"text": "'light' | 'dark' | undefined"
|
|
8433
|
-
},
|
|
8434
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8435
|
-
"attribute": "theme"
|
|
8436
|
-
},
|
|
8437
|
-
{
|
|
8438
|
-
"kind": "field",
|
|
8439
|
-
"name": "value",
|
|
8440
|
-
"type": {
|
|
8441
|
-
"text": "string | undefined"
|
|
8442
|
-
},
|
|
8443
|
-
"description": "The value attribute for the input element",
|
|
8444
|
-
"attribute": "value"
|
|
8445
|
-
},
|
|
8446
|
-
{
|
|
8447
|
-
"kind": "field",
|
|
8448
|
-
"name": "checked",
|
|
8449
|
-
"type": {
|
|
8450
|
-
"text": "boolean"
|
|
8451
|
-
},
|
|
8452
|
-
"default": "false",
|
|
8453
|
-
"description": "The checked attribute for the input element",
|
|
8454
|
-
"attribute": "checked"
|
|
8455
|
-
},
|
|
8456
|
-
{
|
|
8457
|
-
"kind": "field",
|
|
8458
|
-
"name": "onKeyDown",
|
|
8459
|
-
"type": {
|
|
8460
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8461
|
-
},
|
|
8462
|
-
"description": "A user-defined function to handle keydown events",
|
|
8463
|
-
"attribute": "onKeyDown"
|
|
8464
|
-
},
|
|
8465
|
-
{
|
|
8466
|
-
"kind": "field",
|
|
8467
|
-
"name": "inputChoiceGroupContext",
|
|
8468
|
-
"type": {
|
|
8469
|
-
"text": "InputChoiceGroupContextProps"
|
|
8470
|
-
}
|
|
8471
|
-
},
|
|
8472
|
-
{
|
|
8473
|
-
"kind": "field",
|
|
8474
|
-
"name": "radioButtonRef"
|
|
8475
|
-
},
|
|
8476
|
-
{
|
|
8477
|
-
"kind": "method",
|
|
8478
|
-
"name": "focus"
|
|
8479
|
-
}
|
|
8480
|
-
],
|
|
8481
|
-
"attributes": [
|
|
8482
|
-
{
|
|
8483
|
-
"name": "label",
|
|
8484
|
-
"type": {
|
|
8485
|
-
"text": "string | undefined"
|
|
8486
|
-
},
|
|
8487
|
-
"description": "Specify the text for the label",
|
|
8488
|
-
"fieldName": "label"
|
|
8489
|
-
},
|
|
8490
|
-
{
|
|
8491
|
-
"name": "error",
|
|
8492
|
-
"type": {
|
|
8493
|
-
"text": "boolean | undefined"
|
|
8494
|
-
},
|
|
8495
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
8496
|
-
"fieldName": "error"
|
|
8497
|
-
},
|
|
8498
|
-
{
|
|
8499
|
-
"name": "readOnly",
|
|
8500
|
-
"type": {
|
|
8501
|
-
"text": "boolean | undefined"
|
|
8502
|
-
},
|
|
8503
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
8504
|
-
"fieldName": "readOnly"
|
|
8505
|
-
},
|
|
8506
|
-
{
|
|
8507
|
-
"name": "disabled",
|
|
8508
|
-
"type": {
|
|
8509
|
-
"text": "boolean | undefined"
|
|
8510
|
-
},
|
|
8511
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
8512
|
-
"fieldName": "disabled"
|
|
8513
|
-
},
|
|
8514
|
-
{
|
|
8515
|
-
"name": "theme",
|
|
8516
|
-
"type": {
|
|
8517
|
-
"text": "'light' | 'dark' | undefined"
|
|
8518
|
-
},
|
|
8519
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8520
|
-
"fieldName": "theme"
|
|
8521
|
-
},
|
|
8522
|
-
{
|
|
8523
|
-
"name": "value",
|
|
8524
|
-
"type": {
|
|
8525
|
-
"text": "string | undefined"
|
|
8526
|
-
},
|
|
8527
|
-
"description": "The value attribute for the input element",
|
|
8528
|
-
"fieldName": "value"
|
|
8529
|
-
},
|
|
8530
|
-
{
|
|
8531
|
-
"name": "checked",
|
|
8532
|
-
"type": {
|
|
8533
|
-
"text": "boolean"
|
|
8534
|
-
},
|
|
8535
|
-
"default": "false",
|
|
8536
|
-
"description": "The checked attribute for the input element",
|
|
8537
|
-
"fieldName": "checked"
|
|
8538
|
-
},
|
|
8539
|
-
{
|
|
8540
|
-
"name": "onKeyDown",
|
|
8541
|
-
"type": {
|
|
8542
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8543
|
-
},
|
|
8544
|
-
"description": "A user-defined function to handle keydown events",
|
|
8545
|
-
"fieldName": "onKeyDown"
|
|
8336
|
+
}
|
|
8337
|
+
]
|
|
8338
|
+
},
|
|
8339
|
+
{
|
|
8340
|
+
"kind": "javascript-module",
|
|
8341
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8342
|
+
"declarations": [
|
|
8343
|
+
{
|
|
8344
|
+
"kind": "function",
|
|
8345
|
+
"name": "createId",
|
|
8346
|
+
"return": {
|
|
8347
|
+
"type": {
|
|
8348
|
+
"text": "string"
|
|
8546
8349
|
}
|
|
8547
|
-
|
|
8548
|
-
"superclass": {
|
|
8549
|
-
"name": "LitElement",
|
|
8550
|
-
"package": "lit"
|
|
8551
|
-
},
|
|
8552
|
-
"tagName": "bm-radio-button",
|
|
8553
|
-
"customElement": true
|
|
8350
|
+
}
|
|
8554
8351
|
}
|
|
8555
8352
|
],
|
|
8556
8353
|
"exports": [
|
|
8557
8354
|
{
|
|
8558
8355
|
"kind": "js",
|
|
8559
|
-
"name": "
|
|
8560
|
-
"declaration": {
|
|
8561
|
-
"name": "BmRadioButton",
|
|
8562
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8563
|
-
}
|
|
8564
|
-
},
|
|
8565
|
-
{
|
|
8566
|
-
"kind": "custom-element-definition",
|
|
8567
|
-
"name": "bm-radio-button",
|
|
8356
|
+
"name": "createId",
|
|
8568
8357
|
"declaration": {
|
|
8569
|
-
"name": "
|
|
8570
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8358
|
+
"name": "createId",
|
|
8359
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8571
8360
|
}
|
|
8572
8361
|
}
|
|
8573
8362
|
]
|
|
8574
8363
|
},
|
|
8575
8364
|
{
|
|
8576
8365
|
"kind": "javascript-module",
|
|
8577
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8366
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8578
8367
|
"declarations": [],
|
|
8579
8368
|
"exports": [
|
|
8580
8369
|
{
|
|
@@ -8582,7 +8371,7 @@
|
|
|
8582
8371
|
"name": "*",
|
|
8583
8372
|
"declaration": {
|
|
8584
8373
|
"name": "*",
|
|
8585
|
-
"package": "./
|
|
8374
|
+
"package": "./Form"
|
|
8586
8375
|
}
|
|
8587
8376
|
},
|
|
8588
8377
|
{
|
|
@@ -8590,7 +8379,7 @@
|
|
|
8590
8379
|
"name": "*",
|
|
8591
8380
|
"declaration": {
|
|
8592
8381
|
"name": "*",
|
|
8593
|
-
"package": "./
|
|
8382
|
+
"package": "./Form.decorator"
|
|
8594
8383
|
}
|
|
8595
8384
|
}
|
|
8596
8385
|
]
|
|
@@ -8770,6 +8559,7 @@
|
|
|
8770
8559
|
},
|
|
8771
8560
|
"default": "''",
|
|
8772
8561
|
"attribute": "name",
|
|
8562
|
+
"reflects": true,
|
|
8773
8563
|
"inheritedFrom": {
|
|
8774
8564
|
"name": "FormField",
|
|
8775
8565
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -9042,6 +8832,221 @@
|
|
|
9042
8832
|
}
|
|
9043
8833
|
]
|
|
9044
8834
|
},
|
|
8835
|
+
{
|
|
8836
|
+
"kind": "javascript-module",
|
|
8837
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8838
|
+
"declarations": [
|
|
8839
|
+
{
|
|
8840
|
+
"kind": "class",
|
|
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",
|
|
8843
|
+
"members": [
|
|
8844
|
+
{
|
|
8845
|
+
"kind": "field",
|
|
8846
|
+
"name": "label",
|
|
8847
|
+
"type": {
|
|
8848
|
+
"text": "string | undefined"
|
|
8849
|
+
},
|
|
8850
|
+
"description": "Specify the text for the label",
|
|
8851
|
+
"attribute": "label"
|
|
8852
|
+
},
|
|
8853
|
+
{
|
|
8854
|
+
"kind": "field",
|
|
8855
|
+
"name": "error",
|
|
8856
|
+
"type": {
|
|
8857
|
+
"text": "boolean | undefined"
|
|
8858
|
+
},
|
|
8859
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8860
|
+
"attribute": "error"
|
|
8861
|
+
},
|
|
8862
|
+
{
|
|
8863
|
+
"kind": "field",
|
|
8864
|
+
"name": "readOnly",
|
|
8865
|
+
"type": {
|
|
8866
|
+
"text": "boolean | undefined"
|
|
8867
|
+
},
|
|
8868
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8869
|
+
"attribute": "readOnly"
|
|
8870
|
+
},
|
|
8871
|
+
{
|
|
8872
|
+
"kind": "field",
|
|
8873
|
+
"name": "disabled",
|
|
8874
|
+
"type": {
|
|
8875
|
+
"text": "boolean | undefined"
|
|
8876
|
+
},
|
|
8877
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8878
|
+
"attribute": "disabled"
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
"kind": "field",
|
|
8882
|
+
"name": "theme",
|
|
8883
|
+
"type": {
|
|
8884
|
+
"text": "'light' | 'dark' | undefined"
|
|
8885
|
+
},
|
|
8886
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8887
|
+
"attribute": "theme"
|
|
8888
|
+
},
|
|
8889
|
+
{
|
|
8890
|
+
"kind": "field",
|
|
8891
|
+
"name": "value",
|
|
8892
|
+
"type": {
|
|
8893
|
+
"text": "string | undefined"
|
|
8894
|
+
},
|
|
8895
|
+
"description": "The value attribute for the input element",
|
|
8896
|
+
"attribute": "value"
|
|
8897
|
+
},
|
|
8898
|
+
{
|
|
8899
|
+
"kind": "field",
|
|
8900
|
+
"name": "checked",
|
|
8901
|
+
"type": {
|
|
8902
|
+
"text": "boolean"
|
|
8903
|
+
},
|
|
8904
|
+
"default": "false",
|
|
8905
|
+
"description": "The checked attribute for the input element",
|
|
8906
|
+
"attribute": "checked"
|
|
8907
|
+
},
|
|
8908
|
+
{
|
|
8909
|
+
"kind": "field",
|
|
8910
|
+
"name": "onKeyDown",
|
|
8911
|
+
"type": {
|
|
8912
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8913
|
+
},
|
|
8914
|
+
"description": "A user-defined function to handle keydown events",
|
|
8915
|
+
"attribute": "onKeyDown"
|
|
8916
|
+
},
|
|
8917
|
+
{
|
|
8918
|
+
"kind": "field",
|
|
8919
|
+
"name": "inputChoiceGroupContext",
|
|
8920
|
+
"type": {
|
|
8921
|
+
"text": "InputChoiceGroupContextProps"
|
|
8922
|
+
}
|
|
8923
|
+
},
|
|
8924
|
+
{
|
|
8925
|
+
"kind": "field",
|
|
8926
|
+
"name": "radioButtonRef"
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
"kind": "method",
|
|
8930
|
+
"name": "focus"
|
|
8931
|
+
}
|
|
8932
|
+
],
|
|
8933
|
+
"attributes": [
|
|
8934
|
+
{
|
|
8935
|
+
"name": "label",
|
|
8936
|
+
"type": {
|
|
8937
|
+
"text": "string | undefined"
|
|
8938
|
+
},
|
|
8939
|
+
"description": "Specify the text for the label",
|
|
8940
|
+
"fieldName": "label"
|
|
8941
|
+
},
|
|
8942
|
+
{
|
|
8943
|
+
"name": "error",
|
|
8944
|
+
"type": {
|
|
8945
|
+
"text": "boolean | undefined"
|
|
8946
|
+
},
|
|
8947
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8948
|
+
"fieldName": "error"
|
|
8949
|
+
},
|
|
8950
|
+
{
|
|
8951
|
+
"name": "readOnly",
|
|
8952
|
+
"type": {
|
|
8953
|
+
"text": "boolean | undefined"
|
|
8954
|
+
},
|
|
8955
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8956
|
+
"fieldName": "readOnly"
|
|
8957
|
+
},
|
|
8958
|
+
{
|
|
8959
|
+
"name": "disabled",
|
|
8960
|
+
"type": {
|
|
8961
|
+
"text": "boolean | undefined"
|
|
8962
|
+
},
|
|
8963
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8964
|
+
"fieldName": "disabled"
|
|
8965
|
+
},
|
|
8966
|
+
{
|
|
8967
|
+
"name": "theme",
|
|
8968
|
+
"type": {
|
|
8969
|
+
"text": "'light' | 'dark' | undefined"
|
|
8970
|
+
},
|
|
8971
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8972
|
+
"fieldName": "theme"
|
|
8973
|
+
},
|
|
8974
|
+
{
|
|
8975
|
+
"name": "value",
|
|
8976
|
+
"type": {
|
|
8977
|
+
"text": "string | undefined"
|
|
8978
|
+
},
|
|
8979
|
+
"description": "The value attribute for the input element",
|
|
8980
|
+
"fieldName": "value"
|
|
8981
|
+
},
|
|
8982
|
+
{
|
|
8983
|
+
"name": "checked",
|
|
8984
|
+
"type": {
|
|
8985
|
+
"text": "boolean"
|
|
8986
|
+
},
|
|
8987
|
+
"default": "false",
|
|
8988
|
+
"description": "The checked attribute for the input element",
|
|
8989
|
+
"fieldName": "checked"
|
|
8990
|
+
},
|
|
8991
|
+
{
|
|
8992
|
+
"name": "onKeyDown",
|
|
8993
|
+
"type": {
|
|
8994
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8995
|
+
},
|
|
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
|
+
},
|
|
9045
9050
|
{
|
|
9046
9051
|
"kind": "javascript-module",
|
|
9047
9052
|
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
@@ -9474,6 +9479,7 @@
|
|
|
9474
9479
|
},
|
|
9475
9480
|
"default": "''",
|
|
9476
9481
|
"attribute": "name",
|
|
9482
|
+
"reflects": true,
|
|
9477
9483
|
"inheritedFrom": {
|
|
9478
9484
|
"name": "FormField",
|
|
9479
9485
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -10193,6 +10199,7 @@
|
|
|
10193
10199
|
},
|
|
10194
10200
|
"default": "''",
|
|
10195
10201
|
"attribute": "name",
|
|
10202
|
+
"reflects": true,
|
|
10196
10203
|
"inheritedFrom": {
|
|
10197
10204
|
"name": "FormField",
|
|
10198
10205
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -10530,6 +10537,7 @@
|
|
|
10530
10537
|
},
|
|
10531
10538
|
"default": "''",
|
|
10532
10539
|
"attribute": "name",
|
|
10540
|
+
"reflects": true,
|
|
10533
10541
|
"inheritedFrom": {
|
|
10534
10542
|
"name": "FormField",
|
|
10535
10543
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -11269,6 +11277,7 @@
|
|
|
11269
11277
|
},
|
|
11270
11278
|
"default": "''",
|
|
11271
11279
|
"attribute": "name",
|
|
11280
|
+
"reflects": true,
|
|
11272
11281
|
"inheritedFrom": {
|
|
11273
11282
|
"name": "FormField",
|
|
11274
11283
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|