@viasat/beam-web-components 2.21.0 → 2.22.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.js +1 -1
- package/Accordion/AccordionGroup.js +1 -1
- package/Accordion/index.js +1 -1
- package/Alert/Alert.js +43 -43
- package/Avatar/Avatar.js +1 -1
- package/Avatar/AvatarGroup.js +1 -1
- package/Avatar/index.js +1 -1
- package/Badge/Badge.js +1 -1
- package/BadgeDot/BadgeDot.js +18 -18
- package/Breadcrumbs/Breadcrumbs.js +1 -1
- package/Breadcrumbs/BreadcrumbsItem.js +1 -1
- package/Breadcrumbs/index.js +1 -1
- package/Button/Button.js +10 -10
- package/CloseButton/CloseButton.js +16 -16
- package/Divider/Divider.js +17 -17
- package/EmptyState/EmptyState.js +20 -20
- package/HelperText/HelperText.js +1 -1
- package/HelperText/index.js +1 -1
- package/InputChoiceGroup/InputChoiceGroup.js +54 -54
- package/Label/Label.d.ts +68 -0
- package/Label/Label.js +110 -0
- package/Link/Link.js +51 -51
- package/List/List.js +1 -1
- package/List/ListItem.js +1 -1
- package/ProgressBar/ProgressBar.js +19 -19
- package/SegmentedControl/SegmentedControl.js +1 -1
- package/SegmentedControl/SegmentedControlItem.js +1 -1
- package/SegmentedControl/SegmentedControlList.js +1 -1
- package/SegmentedControl/SegmentedControlPanel.js +1 -1
- package/Spinner/Spinner.js +28 -28
- package/Tooltip/Tooltip.js +85 -85
- package/chunks/Accordion.Bwk3EG3j.js +161 -0
- package/chunks/Avatar.BgufO4-1.js +174 -0
- package/chunks/BreadcrumbsItem.DmudL_IG.js +121 -0
- package/chunks/HelperText.SJGM6Q5H.js +108 -0
- package/chunks/fileUpload.module.CNe9mg2f.js +4 -0
- package/chunks/list.module.BSL1AIzv.js +4 -0
- package/chunks/segmentedControl.module.5EsIjpJa.js +4 -0
- package/custom-elements.json +1143 -1126
- package/local/Accordion/Accordion.js +1 -1
- package/local/Accordion/AccordionGroup.js +1 -1
- package/local/Accordion/index.js +1 -1
- package/local/Alert/Alert.js +20 -20
- package/local/Avatar/Avatar.js +1 -1
- package/local/Avatar/AvatarGroup.js +1 -1
- package/local/Avatar/index.js +1 -1
- package/local/Badge/Badge.js +1 -1
- package/local/BadgeDot/BadgeDot.js +4 -4
- package/local/Breadcrumbs/Breadcrumbs.js +1 -1
- package/local/Breadcrumbs/BreadcrumbsItem.js +1 -1
- package/local/Breadcrumbs/index.js +1 -1
- package/local/Button/Button.js +10 -10
- package/local/CloseButton/CloseButton.js +24 -24
- package/local/Divider/Divider.js +22 -22
- package/local/EmptyState/EmptyState.js +18 -18
- package/local/HelperText/HelperText.js +1 -1
- package/local/HelperText/index.js +1 -1
- package/local/InputChoiceGroup/InputChoiceGroup.js +39 -39
- package/local/Label/Label.js +109 -0
- package/local/Link/Link.js +25 -25
- package/local/List/List.js +1 -1
- package/local/List/ListItem.js +1 -1
- package/local/ProgressBar/ProgressBar.js +19 -19
- package/local/SegmentedControl/SegmentedControl.js +1 -1
- package/local/SegmentedControl/SegmentedControlItem.js +1 -1
- package/local/SegmentedControl/SegmentedControlList.js +1 -1
- package/local/SegmentedControl/SegmentedControlPanel.js +1 -1
- package/local/Spinner/Spinner.js +34 -34
- package/local/Tooltip/Tooltip.js +85 -85
- package/local/chunks/Accordion.UOcVt0ft.js +161 -0
- package/local/chunks/Avatar.CEb3Se7H.js +172 -0
- package/local/chunks/BreadcrumbsItem.Dp9fzlcw.js +121 -0
- package/local/chunks/fileUpload.module.CNe9mg2f.js +4 -0
- package/local/chunks/index.DNafYKj-.js +106 -0
- package/local/chunks/list.module.BSL1AIzv.js +4 -0
- package/local/chunks/segmentedControl.module.5EsIjpJa.js +4 -0
- package/local/wip/Checkbox/Checkbox.js +1 -1
- package/local/wip/FileUpload/FileUpload.Button.js +1 -1
- package/local/wip/FileUpload/FileUpload.Dropzone.js +1 -1
- package/local/wip/FileUpload/FileUpload.List.Item.js +2 -2
- package/local/wip/FileUpload/FileUpload.List.js +1 -1
- package/local/wip/FileUpload/FileUpload.js +2 -2
- package/local/wip/Form/Form.decorator.js +1 -1
- package/local/wip/NativeSelect/NativeSelect.js +18 -18
- package/local/wip/RadioButton/RadioButton.js +9 -9
- package/local/wip/Switch/Switch.js +9 -9
- package/local/wip/TextArea/TextArea.js +21 -21
- package/local/wip/TextField/TextField.js +26 -26
- package/package.json +6 -6
- package/vscode.html-custom-data.json +201 -196
- package/wip/Checkbox/Checkbox.js +53 -53
- package/wip/FileUpload/FileUpload.Button.js +1 -1
- package/wip/FileUpload/FileUpload.Dropzone.js +1 -1
- package/wip/FileUpload/FileUpload.List.Item.js +2 -2
- package/wip/FileUpload/FileUpload.List.js +1 -1
- package/wip/FileUpload/FileUpload.js +2 -2
- package/wip/Form/Form.decorator.js +1 -1
- package/wip/NativeSelect/NativeSelect.js +25 -25
- package/wip/RadioButton/RadioButton.js +7 -7
- package/wip/Switch/Switch.js +9 -9
- package/wip/TextArea/TextArea.js +13 -13
- package/wip/TextField/TextField.js +26 -26
- package/chunks/Accordion.DYD3XcAx.js +0 -161
- package/chunks/Avatar.C2rfzUGP.js +0 -174
- package/chunks/BreadcrumbsItem.4ZR6wbMz.js +0 -121
- package/chunks/HelperText.CcVVOtA3.js +0 -108
- package/chunks/fileUpload.module.kN6o64aL.js +0 -4
- package/chunks/list.module.CZRPBLzy.js +0 -4
- package/chunks/segmentedControl.module.BPXEWodj.js +0 -4
- package/local/chunks/Accordion.BP1XR2Gd.js +0 -161
- package/local/chunks/Avatar.CvTOzaRT.js +0 -172
- package/local/chunks/BreadcrumbsItem.GM6sBp_o.js +0 -121
- package/local/chunks/fileUpload.module.kN6o64aL.js +0 -4
- package/local/chunks/index.Bz1Jq4c2.js +0 -106
- package/local/chunks/list.module.CZRPBLzy.js +0 -4
- package/local/chunks/segmentedControl.module.BPXEWodj.js +0 -4
- package/local/wip/Label/Label.js +0 -86
- package/wip/Label/Label.d.ts +0 -43
- package/wip/Label/Label.js +0 -87
- /package/{wip/Label → Label}/index.d.ts +0 -0
- /package/{local/wip/Label → Label}/index.js +0 -0
- /package/{wip → local}/Label/index.js +0 -0
package/custom-elements.json
CHANGED
|
@@ -294,376 +294,428 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"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",
|
|
302
|
+
"name": "BmAlert",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
305
|
+
"description": "Specify a different icon for the Alert",
|
|
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"
|
|
307
319
|
}
|
|
308
320
|
],
|
|
309
321
|
"members": [
|
|
310
322
|
{
|
|
311
323
|
"kind": "field",
|
|
312
|
-
"name": "
|
|
324
|
+
"name": "heading",
|
|
313
325
|
"type": {
|
|
314
|
-
"text": "
|
|
326
|
+
"text": "string | undefined"
|
|
315
327
|
},
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"attribute": "appearance"
|
|
328
|
+
"description": "Specify the heading text for Alert",
|
|
329
|
+
"attribute": "heading"
|
|
319
330
|
},
|
|
320
331
|
{
|
|
321
332
|
"kind": "field",
|
|
322
|
-
"name": "
|
|
333
|
+
"name": "body",
|
|
323
334
|
"type": {
|
|
324
335
|
"text": "string | undefined"
|
|
325
336
|
},
|
|
326
|
-
"description": "Specify
|
|
327
|
-
"attribute": "
|
|
337
|
+
"description": "Specify the body text for Alert",
|
|
338
|
+
"attribute": "body"
|
|
328
339
|
},
|
|
329
340
|
{
|
|
330
341
|
"kind": "field",
|
|
331
|
-
"name": "
|
|
342
|
+
"name": "size",
|
|
332
343
|
"type": {
|
|
333
|
-
"text": "
|
|
344
|
+
"text": "'sm' | 'md'"
|
|
334
345
|
},
|
|
335
|
-
"
|
|
336
|
-
"
|
|
346
|
+
"default": "'sm'",
|
|
347
|
+
"description": "Specify the size of the Alert",
|
|
348
|
+
"attribute": "size"
|
|
337
349
|
},
|
|
338
350
|
{
|
|
339
351
|
"kind": "field",
|
|
340
|
-
"name": "
|
|
352
|
+
"name": "fullWidth",
|
|
341
353
|
"type": {
|
|
342
|
-
"text": "
|
|
354
|
+
"text": "boolean"
|
|
343
355
|
},
|
|
344
|
-
"
|
|
345
|
-
"
|
|
356
|
+
"default": "false",
|
|
357
|
+
"description": "Specify if the Alert has no border radius",
|
|
358
|
+
"attribute": "fullWidth"
|
|
346
359
|
},
|
|
347
360
|
{
|
|
348
361
|
"kind": "field",
|
|
349
|
-
"name": "
|
|
362
|
+
"name": "theme",
|
|
350
363
|
"type": {
|
|
351
|
-
"text": "'
|
|
364
|
+
"text": "'light' | 'dark' | undefined"
|
|
352
365
|
},
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
"attribute": "size"
|
|
366
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
367
|
+
"attribute": "theme"
|
|
356
368
|
},
|
|
357
369
|
{
|
|
358
370
|
"kind": "field",
|
|
359
|
-
"name": "
|
|
371
|
+
"name": "appearance",
|
|
360
372
|
"type": {
|
|
361
|
-
"text": "
|
|
373
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
374
|
+
},
|
|
375
|
+
"default": "'infoPrimary'",
|
|
376
|
+
"description": "Specify the appearance of the Alert",
|
|
377
|
+
"attribute": "appearance"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "field",
|
|
381
|
+
"name": "hidden",
|
|
382
|
+
"type": {
|
|
383
|
+
"text": "boolean"
|
|
362
384
|
},
|
|
363
385
|
"default": "false",
|
|
364
|
-
"description": "Specify if the
|
|
365
|
-
"attribute": "
|
|
386
|
+
"description": "Specify if the Alert is hidden",
|
|
387
|
+
"attribute": "hidden"
|
|
366
388
|
},
|
|
367
389
|
{
|
|
368
390
|
"kind": "field",
|
|
369
|
-
"name": "
|
|
391
|
+
"name": "hideIcon",
|
|
370
392
|
"type": {
|
|
371
|
-
"text": "
|
|
393
|
+
"text": "boolean"
|
|
372
394
|
},
|
|
373
|
-
"default": "
|
|
374
|
-
"description": "Specify the
|
|
375
|
-
"attribute": "
|
|
395
|
+
"default": "false",
|
|
396
|
+
"description": "Specify if the icon displays on the Alert",
|
|
397
|
+
"attribute": "hideIcon"
|
|
376
398
|
},
|
|
377
399
|
{
|
|
378
400
|
"kind": "field",
|
|
379
|
-
"name": "
|
|
401
|
+
"name": "dismissible",
|
|
380
402
|
"type": {
|
|
381
403
|
"text": "boolean"
|
|
382
404
|
},
|
|
383
405
|
"default": "false",
|
|
384
|
-
"description": "
|
|
385
|
-
"attribute": "
|
|
406
|
+
"description": "Specify if the Alert can be dismissed",
|
|
407
|
+
"attribute": "dismissible"
|
|
386
408
|
},
|
|
387
409
|
{
|
|
388
410
|
"kind": "field",
|
|
389
|
-
"name": "
|
|
411
|
+
"name": "disableAutoFocus",
|
|
390
412
|
"type": {
|
|
391
413
|
"text": "boolean"
|
|
392
414
|
},
|
|
393
415
|
"default": "false",
|
|
394
|
-
"description": "
|
|
395
|
-
"attribute": "
|
|
416
|
+
"description": "Prevent autofocus on show",
|
|
417
|
+
"attribute": "disableAutoFocus"
|
|
396
418
|
},
|
|
397
419
|
{
|
|
398
420
|
"kind": "field",
|
|
399
|
-
"name": "
|
|
421
|
+
"name": "disableCloseOnEscape",
|
|
400
422
|
"type": {
|
|
401
423
|
"text": "boolean"
|
|
402
424
|
},
|
|
403
425
|
"default": "false",
|
|
404
|
-
"
|
|
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"
|
|
405
434
|
}
|
|
406
435
|
],
|
|
407
436
|
"attributes": [
|
|
408
437
|
{
|
|
409
|
-
"name": "
|
|
438
|
+
"name": "heading",
|
|
410
439
|
"type": {
|
|
411
|
-
"text": "
|
|
440
|
+
"text": "string | undefined"
|
|
412
441
|
},
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
"fieldName": "appearance"
|
|
442
|
+
"description": "Specify the heading text for Alert",
|
|
443
|
+
"fieldName": "heading"
|
|
416
444
|
},
|
|
417
445
|
{
|
|
418
|
-
"name": "
|
|
446
|
+
"name": "body",
|
|
419
447
|
"type": {
|
|
420
448
|
"text": "string | undefined"
|
|
421
449
|
},
|
|
422
|
-
"description": "Specify
|
|
423
|
-
"fieldName": "
|
|
450
|
+
"description": "Specify the body text for Alert",
|
|
451
|
+
"fieldName": "body"
|
|
424
452
|
},
|
|
425
453
|
{
|
|
426
|
-
"name": "
|
|
454
|
+
"name": "size",
|
|
427
455
|
"type": {
|
|
428
|
-
"text": "
|
|
456
|
+
"text": "'sm' | 'md'"
|
|
429
457
|
},
|
|
430
|
-
"
|
|
431
|
-
"
|
|
458
|
+
"default": "'sm'",
|
|
459
|
+
"description": "Specify the size of the Alert",
|
|
460
|
+
"fieldName": "size"
|
|
432
461
|
},
|
|
433
462
|
{
|
|
434
|
-
"name": "
|
|
463
|
+
"name": "fullWidth",
|
|
435
464
|
"type": {
|
|
436
|
-
"text": "
|
|
465
|
+
"text": "boolean"
|
|
437
466
|
},
|
|
438
|
-
"
|
|
439
|
-
"
|
|
467
|
+
"default": "false",
|
|
468
|
+
"description": "Specify if the Alert has no border radius",
|
|
469
|
+
"fieldName": "fullWidth"
|
|
440
470
|
},
|
|
441
471
|
{
|
|
442
|
-
"name": "
|
|
472
|
+
"name": "theme",
|
|
443
473
|
"type": {
|
|
444
|
-
"text": "'
|
|
474
|
+
"text": "'light' | 'dark' | undefined"
|
|
445
475
|
},
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"fieldName": "size"
|
|
476
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
477
|
+
"fieldName": "theme"
|
|
449
478
|
},
|
|
450
479
|
{
|
|
451
|
-
"name": "
|
|
480
|
+
"name": "appearance",
|
|
452
481
|
"type": {
|
|
453
|
-
"text": "
|
|
482
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
483
|
+
},
|
|
484
|
+
"default": "'infoPrimary'",
|
|
485
|
+
"description": "Specify the appearance of the Alert",
|
|
486
|
+
"fieldName": "appearance"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "hidden",
|
|
490
|
+
"type": {
|
|
491
|
+
"text": "boolean"
|
|
454
492
|
},
|
|
455
493
|
"default": "false",
|
|
456
|
-
"description": "Specify if the
|
|
457
|
-
"fieldName": "
|
|
494
|
+
"description": "Specify if the Alert is hidden",
|
|
495
|
+
"fieldName": "hidden"
|
|
458
496
|
},
|
|
459
497
|
{
|
|
460
|
-
"name": "
|
|
498
|
+
"name": "hideIcon",
|
|
461
499
|
"type": {
|
|
462
|
-
"text": "
|
|
500
|
+
"text": "boolean"
|
|
463
501
|
},
|
|
464
|
-
"default": "
|
|
465
|
-
"description": "Specify the
|
|
466
|
-
"fieldName": "
|
|
502
|
+
"default": "false",
|
|
503
|
+
"description": "Specify if the icon displays on the Alert",
|
|
504
|
+
"fieldName": "hideIcon"
|
|
467
505
|
},
|
|
468
506
|
{
|
|
469
|
-
"name": "
|
|
507
|
+
"name": "dismissible",
|
|
470
508
|
"type": {
|
|
471
509
|
"text": "boolean"
|
|
472
510
|
},
|
|
473
511
|
"default": "false",
|
|
474
|
-
"description": "
|
|
475
|
-
"fieldName": "
|
|
512
|
+
"description": "Specify if the Alert can be dismissed",
|
|
513
|
+
"fieldName": "dismissible"
|
|
476
514
|
},
|
|
477
515
|
{
|
|
478
|
-
"name": "
|
|
516
|
+
"name": "disableAutoFocus",
|
|
479
517
|
"type": {
|
|
480
518
|
"text": "boolean"
|
|
481
519
|
},
|
|
482
520
|
"default": "false",
|
|
483
|
-
"description": "
|
|
484
|
-
"fieldName": "
|
|
521
|
+
"description": "Prevent autofocus on show",
|
|
522
|
+
"fieldName": "disableAutoFocus"
|
|
485
523
|
},
|
|
486
524
|
{
|
|
487
|
-
"name": "
|
|
525
|
+
"name": "disableCloseOnEscape",
|
|
488
526
|
"type": {
|
|
489
527
|
"text": "boolean"
|
|
490
528
|
},
|
|
491
529
|
"default": "false",
|
|
492
|
-
"
|
|
530
|
+
"description": "Prevent Escape from closing",
|
|
531
|
+
"fieldName": "disableCloseOnEscape"
|
|
493
532
|
}
|
|
494
533
|
],
|
|
495
534
|
"superclass": {
|
|
496
535
|
"name": "LitElement",
|
|
497
536
|
"package": "lit"
|
|
498
537
|
},
|
|
499
|
-
"tagName": "bm-
|
|
538
|
+
"tagName": "bm-alert",
|
|
500
539
|
"customElement": true
|
|
501
540
|
}
|
|
502
541
|
],
|
|
503
542
|
"exports": [
|
|
504
543
|
{
|
|
505
544
|
"kind": "js",
|
|
506
|
-
"name": "
|
|
545
|
+
"name": "BmAlert",
|
|
507
546
|
"declaration": {
|
|
508
|
-
"name": "
|
|
509
|
-
"module": "libs/web-components/src/lib/
|
|
547
|
+
"name": "BmAlert",
|
|
548
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
510
549
|
}
|
|
511
550
|
},
|
|
512
551
|
{
|
|
513
552
|
"kind": "custom-element-definition",
|
|
514
|
-
"name": "bm-
|
|
553
|
+
"name": "bm-alert",
|
|
515
554
|
"declaration": {
|
|
516
|
-
"name": "
|
|
517
|
-
"module": "libs/web-components/src/lib/
|
|
555
|
+
"name": "BmAlert",
|
|
556
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
518
557
|
}
|
|
519
558
|
}
|
|
520
559
|
]
|
|
521
560
|
},
|
|
522
561
|
{
|
|
523
562
|
"kind": "javascript-module",
|
|
524
|
-
"path": "libs/web-components/src/lib/
|
|
525
|
-
"declarations": [
|
|
526
|
-
{
|
|
527
|
-
"kind": "variable",
|
|
528
|
-
"name": "AvatarGroupCtx"
|
|
529
|
-
}
|
|
530
|
-
],
|
|
563
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
564
|
+
"declarations": [],
|
|
531
565
|
"exports": [
|
|
532
566
|
{
|
|
533
567
|
"kind": "js",
|
|
534
|
-
"name": "
|
|
568
|
+
"name": "*",
|
|
535
569
|
"declaration": {
|
|
536
|
-
"name": "
|
|
537
|
-
"
|
|
570
|
+
"name": "*",
|
|
571
|
+
"package": "./Alert"
|
|
538
572
|
}
|
|
539
573
|
}
|
|
540
574
|
]
|
|
541
575
|
},
|
|
542
576
|
{
|
|
543
577
|
"kind": "javascript-module",
|
|
544
|
-
"path": "libs/web-components/src/lib/
|
|
578
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
545
579
|
"declarations": [
|
|
546
580
|
{
|
|
547
581
|
"kind": "class",
|
|
548
|
-
"description": "`bm-
|
|
549
|
-
"name": "
|
|
582
|
+
"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",
|
|
583
|
+
"name": "BmBadge",
|
|
550
584
|
"slots": [
|
|
551
585
|
{
|
|
552
|
-
"description": "
|
|
586
|
+
"description": "Provide text for the Badge",
|
|
553
587
|
"name": "default"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"description": "Specify a different icon for the Badge",
|
|
591
|
+
"name": "icon"
|
|
554
592
|
}
|
|
555
593
|
],
|
|
556
594
|
"members": [
|
|
557
595
|
{
|
|
558
596
|
"kind": "field",
|
|
559
|
-
"name": "
|
|
597
|
+
"name": "appearance",
|
|
560
598
|
"type": {
|
|
561
|
-
"text": "
|
|
599
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
562
600
|
},
|
|
563
|
-
"default": "
|
|
564
|
-
"description": "Specify
|
|
565
|
-
"attribute": "
|
|
601
|
+
"default": "'infoPrimary'",
|
|
602
|
+
"description": "Specify the appearance of the Badge",
|
|
603
|
+
"attribute": "appearance"
|
|
566
604
|
},
|
|
567
605
|
{
|
|
568
606
|
"kind": "field",
|
|
569
|
-
"name": "
|
|
607
|
+
"name": "theme",
|
|
570
608
|
"type": {
|
|
571
|
-
"text": "
|
|
609
|
+
"text": "'light' | 'dark' | undefined"
|
|
572
610
|
},
|
|
573
|
-
"
|
|
574
|
-
"
|
|
575
|
-
"attribute": "maxCount",
|
|
576
|
-
"reflects": true
|
|
611
|
+
"description": "Theme of the Badge",
|
|
612
|
+
"attribute": "theme"
|
|
577
613
|
},
|
|
578
614
|
{
|
|
579
615
|
"kind": "field",
|
|
580
616
|
"name": "size",
|
|
581
617
|
"type": {
|
|
582
|
-
"text": "'
|
|
618
|
+
"text": "'sm' | 'md' | undefined"
|
|
583
619
|
},
|
|
584
|
-
"default": "'
|
|
585
|
-
"description": "Specify the size of
|
|
620
|
+
"default": "'sm'",
|
|
621
|
+
"description": "Specify the size of the Badge",
|
|
586
622
|
"attribute": "size"
|
|
587
623
|
},
|
|
588
624
|
{
|
|
589
625
|
"kind": "field",
|
|
590
|
-
"name": "
|
|
626
|
+
"name": "emphasis",
|
|
591
627
|
"type": {
|
|
592
|
-
"text": "'
|
|
628
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
593
629
|
},
|
|
594
|
-
"default": "'
|
|
595
|
-
"description": "Specify the
|
|
596
|
-
"attribute": "
|
|
630
|
+
"default": "'strong'",
|
|
631
|
+
"description": "Specify the emphasis of the Badge",
|
|
632
|
+
"attribute": "emphasis"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"kind": "field",
|
|
636
|
+
"name": "hideIcon",
|
|
637
|
+
"type": {
|
|
638
|
+
"text": "boolean | undefined"
|
|
639
|
+
},
|
|
640
|
+
"description": "Hides Badge icon",
|
|
641
|
+
"attribute": "hideIcon"
|
|
597
642
|
}
|
|
598
643
|
],
|
|
599
644
|
"attributes": [
|
|
600
645
|
{
|
|
601
|
-
"name": "
|
|
646
|
+
"name": "appearance",
|
|
602
647
|
"type": {
|
|
603
|
-
"text": "
|
|
648
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
604
649
|
},
|
|
605
|
-
"default": "
|
|
606
|
-
"description": "Specify
|
|
607
|
-
"fieldName": "
|
|
650
|
+
"default": "'infoPrimary'",
|
|
651
|
+
"description": "Specify the appearance of the Badge",
|
|
652
|
+
"fieldName": "appearance"
|
|
608
653
|
},
|
|
609
654
|
{
|
|
610
|
-
"name": "
|
|
655
|
+
"name": "theme",
|
|
611
656
|
"type": {
|
|
612
|
-
"text": "
|
|
657
|
+
"text": "'light' | 'dark' | undefined"
|
|
613
658
|
},
|
|
614
|
-
"
|
|
615
|
-
"
|
|
616
|
-
"fieldName": "maxCount"
|
|
659
|
+
"description": "Theme of the Badge",
|
|
660
|
+
"fieldName": "theme"
|
|
617
661
|
},
|
|
618
662
|
{
|
|
619
663
|
"name": "size",
|
|
620
664
|
"type": {
|
|
621
|
-
"text": "'
|
|
665
|
+
"text": "'sm' | 'md' | undefined"
|
|
622
666
|
},
|
|
623
|
-
"default": "'
|
|
624
|
-
"description": "Specify the size of
|
|
667
|
+
"default": "'sm'",
|
|
668
|
+
"description": "Specify the size of the Badge",
|
|
625
669
|
"fieldName": "size"
|
|
626
670
|
},
|
|
627
671
|
{
|
|
628
|
-
"name": "
|
|
672
|
+
"name": "emphasis",
|
|
629
673
|
"type": {
|
|
630
|
-
"text": "'
|
|
674
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
631
675
|
},
|
|
632
|
-
"default": "'
|
|
633
|
-
"description": "Specify the
|
|
634
|
-
"fieldName": "
|
|
676
|
+
"default": "'strong'",
|
|
677
|
+
"description": "Specify the emphasis of the Badge",
|
|
678
|
+
"fieldName": "emphasis"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"name": "hideIcon",
|
|
682
|
+
"type": {
|
|
683
|
+
"text": "boolean | undefined"
|
|
684
|
+
},
|
|
685
|
+
"description": "Hides Badge icon",
|
|
686
|
+
"fieldName": "hideIcon"
|
|
635
687
|
}
|
|
636
688
|
],
|
|
637
689
|
"superclass": {
|
|
638
690
|
"name": "LitElement",
|
|
639
691
|
"package": "lit"
|
|
640
692
|
},
|
|
641
|
-
"tagName": "bm-
|
|
693
|
+
"tagName": "bm-badge",
|
|
642
694
|
"customElement": true
|
|
643
695
|
}
|
|
644
696
|
],
|
|
645
697
|
"exports": [
|
|
646
698
|
{
|
|
647
699
|
"kind": "js",
|
|
648
|
-
"name": "
|
|
700
|
+
"name": "BmBadge",
|
|
649
701
|
"declaration": {
|
|
650
|
-
"name": "
|
|
651
|
-
"module": "libs/web-components/src/lib/
|
|
702
|
+
"name": "BmBadge",
|
|
703
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
652
704
|
}
|
|
653
705
|
},
|
|
654
706
|
{
|
|
655
707
|
"kind": "custom-element-definition",
|
|
656
|
-
"name": "bm-
|
|
708
|
+
"name": "bm-badge",
|
|
657
709
|
"declaration": {
|
|
658
|
-
"name": "
|
|
659
|
-
"module": "libs/web-components/src/lib/
|
|
710
|
+
"name": "BmBadge",
|
|
711
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
660
712
|
}
|
|
661
713
|
}
|
|
662
714
|
]
|
|
663
715
|
},
|
|
664
716
|
{
|
|
665
717
|
"kind": "javascript-module",
|
|
666
|
-
"path": "libs/web-components/src/lib/
|
|
718
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
667
719
|
"declarations": [],
|
|
668
720
|
"exports": [
|
|
669
721
|
{
|
|
@@ -671,139 +723,383 @@
|
|
|
671
723
|
"name": "*",
|
|
672
724
|
"declaration": {
|
|
673
725
|
"name": "*",
|
|
674
|
-
"package": "./
|
|
726
|
+
"package": "./Badge"
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
]
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "javascript-module",
|
|
733
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
734
|
+
"declarations": [
|
|
735
|
+
{
|
|
736
|
+
"kind": "class",
|
|
737
|
+
"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** ",
|
|
738
|
+
"name": "BmAvatar",
|
|
739
|
+
"slots": [
|
|
740
|
+
{
|
|
741
|
+
"description": "Customize the default icon",
|
|
742
|
+
"name": "icon"
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
"members": [
|
|
746
|
+
{
|
|
747
|
+
"kind": "field",
|
|
748
|
+
"name": "appearance",
|
|
749
|
+
"type": {
|
|
750
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
751
|
+
},
|
|
752
|
+
"default": "'neutral'",
|
|
753
|
+
"description": "Specify the appearance of the Avatar",
|
|
754
|
+
"attribute": "appearance"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"kind": "field",
|
|
758
|
+
"name": "name",
|
|
759
|
+
"type": {
|
|
760
|
+
"text": "string | undefined"
|
|
761
|
+
},
|
|
762
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
763
|
+
"attribute": "name"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"kind": "field",
|
|
767
|
+
"name": "src",
|
|
768
|
+
"type": {
|
|
769
|
+
"text": "string | undefined"
|
|
770
|
+
},
|
|
771
|
+
"description": "Pass an image to the Avatar",
|
|
772
|
+
"attribute": "src"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"kind": "field",
|
|
776
|
+
"name": "alt",
|
|
777
|
+
"type": {
|
|
778
|
+
"text": "string | undefined"
|
|
779
|
+
},
|
|
780
|
+
"description": "Specify alt for image",
|
|
781
|
+
"attribute": "alt"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"kind": "field",
|
|
785
|
+
"name": "size",
|
|
786
|
+
"type": {
|
|
787
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
788
|
+
},
|
|
789
|
+
"default": "'md'",
|
|
790
|
+
"description": "Specify the size of the Avatar",
|
|
791
|
+
"attribute": "size"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
"kind": "field",
|
|
795
|
+
"name": "disabled",
|
|
796
|
+
"type": {
|
|
797
|
+
"text": "boolean | undefined"
|
|
798
|
+
},
|
|
799
|
+
"default": "false",
|
|
800
|
+
"description": "Specify if the Avatar is disabled",
|
|
801
|
+
"attribute": "disabled"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"kind": "field",
|
|
805
|
+
"name": "shape",
|
|
806
|
+
"type": {
|
|
807
|
+
"text": "'circle' | 'square' | undefined"
|
|
808
|
+
},
|
|
809
|
+
"default": "'circle'",
|
|
810
|
+
"description": "Specify the shape of the Avatar",
|
|
811
|
+
"attribute": "shape"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"kind": "field",
|
|
815
|
+
"name": "isInteractive",
|
|
816
|
+
"type": {
|
|
817
|
+
"text": "boolean"
|
|
818
|
+
},
|
|
819
|
+
"default": "false",
|
|
820
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
821
|
+
"attribute": "isInteractive"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"kind": "field",
|
|
825
|
+
"name": "isFocusable",
|
|
826
|
+
"type": {
|
|
827
|
+
"text": "boolean"
|
|
828
|
+
},
|
|
829
|
+
"default": "false",
|
|
830
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
831
|
+
"attribute": "isFocusable"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"kind": "field",
|
|
835
|
+
"name": "withBorder",
|
|
836
|
+
"type": {
|
|
837
|
+
"text": "boolean"
|
|
838
|
+
},
|
|
839
|
+
"default": "false",
|
|
840
|
+
"attribute": "withBorder"
|
|
841
|
+
}
|
|
842
|
+
],
|
|
843
|
+
"attributes": [
|
|
844
|
+
{
|
|
845
|
+
"name": "appearance",
|
|
846
|
+
"type": {
|
|
847
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
848
|
+
},
|
|
849
|
+
"default": "'neutral'",
|
|
850
|
+
"description": "Specify the appearance of the Avatar",
|
|
851
|
+
"fieldName": "appearance"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "name",
|
|
855
|
+
"type": {
|
|
856
|
+
"text": "string | undefined"
|
|
857
|
+
},
|
|
858
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
859
|
+
"fieldName": "name"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "src",
|
|
863
|
+
"type": {
|
|
864
|
+
"text": "string | undefined"
|
|
865
|
+
},
|
|
866
|
+
"description": "Pass an image to the Avatar",
|
|
867
|
+
"fieldName": "src"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "alt",
|
|
871
|
+
"type": {
|
|
872
|
+
"text": "string | undefined"
|
|
873
|
+
},
|
|
874
|
+
"description": "Specify alt for image",
|
|
875
|
+
"fieldName": "alt"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "size",
|
|
879
|
+
"type": {
|
|
880
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
881
|
+
},
|
|
882
|
+
"default": "'md'",
|
|
883
|
+
"description": "Specify the size of the Avatar",
|
|
884
|
+
"fieldName": "size"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"name": "disabled",
|
|
888
|
+
"type": {
|
|
889
|
+
"text": "boolean | undefined"
|
|
890
|
+
},
|
|
891
|
+
"default": "false",
|
|
892
|
+
"description": "Specify if the Avatar is disabled",
|
|
893
|
+
"fieldName": "disabled"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"name": "shape",
|
|
897
|
+
"type": {
|
|
898
|
+
"text": "'circle' | 'square' | undefined"
|
|
899
|
+
},
|
|
900
|
+
"default": "'circle'",
|
|
901
|
+
"description": "Specify the shape of the Avatar",
|
|
902
|
+
"fieldName": "shape"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "isInteractive",
|
|
906
|
+
"type": {
|
|
907
|
+
"text": "boolean"
|
|
908
|
+
},
|
|
909
|
+
"default": "false",
|
|
910
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
911
|
+
"fieldName": "isInteractive"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "isFocusable",
|
|
915
|
+
"type": {
|
|
916
|
+
"text": "boolean"
|
|
917
|
+
},
|
|
918
|
+
"default": "false",
|
|
919
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
920
|
+
"fieldName": "isFocusable"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"name": "withBorder",
|
|
924
|
+
"type": {
|
|
925
|
+
"text": "boolean"
|
|
926
|
+
},
|
|
927
|
+
"default": "false",
|
|
928
|
+
"fieldName": "withBorder"
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"superclass": {
|
|
932
|
+
"name": "LitElement",
|
|
933
|
+
"package": "lit"
|
|
934
|
+
},
|
|
935
|
+
"tagName": "bm-avatar",
|
|
936
|
+
"customElement": true
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"exports": [
|
|
940
|
+
{
|
|
941
|
+
"kind": "js",
|
|
942
|
+
"name": "BmAvatar",
|
|
943
|
+
"declaration": {
|
|
944
|
+
"name": "BmAvatar",
|
|
945
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
675
946
|
}
|
|
676
947
|
},
|
|
948
|
+
{
|
|
949
|
+
"kind": "custom-element-definition",
|
|
950
|
+
"name": "bm-avatar",
|
|
951
|
+
"declaration": {
|
|
952
|
+
"name": "BmAvatar",
|
|
953
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
]
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"kind": "javascript-module",
|
|
960
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
961
|
+
"declarations": [
|
|
962
|
+
{
|
|
963
|
+
"kind": "variable",
|
|
964
|
+
"name": "AvatarGroupCtx"
|
|
965
|
+
}
|
|
966
|
+
],
|
|
967
|
+
"exports": [
|
|
677
968
|
{
|
|
678
969
|
"kind": "js",
|
|
679
|
-
"name": "
|
|
970
|
+
"name": "AvatarGroupCtx",
|
|
680
971
|
"declaration": {
|
|
681
|
-
"name": "
|
|
682
|
-
"
|
|
972
|
+
"name": "AvatarGroupCtx",
|
|
973
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
683
974
|
}
|
|
684
975
|
}
|
|
685
976
|
]
|
|
686
977
|
},
|
|
687
978
|
{
|
|
688
979
|
"kind": "javascript-module",
|
|
689
|
-
"path": "libs/web-components/src/lib/
|
|
980
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
690
981
|
"declarations": [
|
|
691
982
|
{
|
|
692
983
|
"kind": "class",
|
|
693
|
-
"description": "`bm-
|
|
694
|
-
"name": "
|
|
984
|
+
"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.",
|
|
985
|
+
"name": "BmAvatarGroup",
|
|
695
986
|
"slots": [
|
|
696
987
|
{
|
|
697
|
-
"description": "
|
|
988
|
+
"description": "Add Avatars to create a group",
|
|
698
989
|
"name": "default"
|
|
699
990
|
}
|
|
700
991
|
],
|
|
701
992
|
"members": [
|
|
702
993
|
{
|
|
703
994
|
"kind": "field",
|
|
704
|
-
"name": "
|
|
995
|
+
"name": "wrapping",
|
|
705
996
|
"type": {
|
|
706
|
-
"text": "
|
|
997
|
+
"text": "boolean"
|
|
707
998
|
},
|
|
708
|
-
"
|
|
709
|
-
"
|
|
999
|
+
"default": "false",
|
|
1000
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1001
|
+
"attribute": "wrapping"
|
|
710
1002
|
},
|
|
711
1003
|
{
|
|
712
1004
|
"kind": "field",
|
|
713
|
-
"name": "
|
|
1005
|
+
"name": "maxCount",
|
|
714
1006
|
"type": {
|
|
715
|
-
"text": "
|
|
1007
|
+
"text": "number"
|
|
716
1008
|
},
|
|
717
|
-
"default": "
|
|
718
|
-
"description": "Specify the
|
|
719
|
-
"attribute": "
|
|
1009
|
+
"default": "5",
|
|
1010
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1011
|
+
"attribute": "maxCount",
|
|
1012
|
+
"reflects": true
|
|
720
1013
|
},
|
|
721
1014
|
{
|
|
722
1015
|
"kind": "field",
|
|
723
|
-
"name": "
|
|
1016
|
+
"name": "size",
|
|
724
1017
|
"type": {
|
|
725
|
-
"text": "'
|
|
1018
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
726
1019
|
},
|
|
727
|
-
"default": "'
|
|
728
|
-
"description": "Specify the
|
|
729
|
-
"attribute": "
|
|
1020
|
+
"default": "'md'",
|
|
1021
|
+
"description": "Specify the size of all Avatars",
|
|
1022
|
+
"attribute": "size"
|
|
730
1023
|
},
|
|
731
1024
|
{
|
|
732
1025
|
"kind": "field",
|
|
733
|
-
"name": "
|
|
1026
|
+
"name": "layout",
|
|
734
1027
|
"type": {
|
|
735
|
-
"text": "
|
|
1028
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
736
1029
|
},
|
|
737
|
-
"
|
|
738
|
-
"
|
|
1030
|
+
"default": "'stacked'",
|
|
1031
|
+
"description": "Specify the kind of the group.",
|
|
1032
|
+
"attribute": "layout"
|
|
739
1033
|
}
|
|
740
1034
|
],
|
|
741
1035
|
"attributes": [
|
|
742
1036
|
{
|
|
743
|
-
"name": "
|
|
1037
|
+
"name": "wrapping",
|
|
744
1038
|
"type": {
|
|
745
|
-
"text": "
|
|
1039
|
+
"text": "boolean"
|
|
746
1040
|
},
|
|
747
|
-
"
|
|
748
|
-
"
|
|
1041
|
+
"default": "false",
|
|
1042
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1043
|
+
"fieldName": "wrapping"
|
|
749
1044
|
},
|
|
750
1045
|
{
|
|
751
|
-
"name": "
|
|
1046
|
+
"name": "maxCount",
|
|
752
1047
|
"type": {
|
|
753
|
-
"text": "
|
|
1048
|
+
"text": "number"
|
|
754
1049
|
},
|
|
755
|
-
"default": "
|
|
756
|
-
"description": "Specify the
|
|
757
|
-
"fieldName": "
|
|
1050
|
+
"default": "5",
|
|
1051
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1052
|
+
"fieldName": "maxCount"
|
|
758
1053
|
},
|
|
759
1054
|
{
|
|
760
|
-
"name": "
|
|
1055
|
+
"name": "size",
|
|
761
1056
|
"type": {
|
|
762
|
-
"text": "'
|
|
1057
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
763
1058
|
},
|
|
764
|
-
"default": "'
|
|
765
|
-
"description": "Specify the
|
|
766
|
-
"fieldName": "
|
|
1059
|
+
"default": "'md'",
|
|
1060
|
+
"description": "Specify the size of all Avatars",
|
|
1061
|
+
"fieldName": "size"
|
|
767
1062
|
},
|
|
768
1063
|
{
|
|
769
|
-
"name": "
|
|
1064
|
+
"name": "layout",
|
|
770
1065
|
"type": {
|
|
771
|
-
"text": "
|
|
1066
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
772
1067
|
},
|
|
773
|
-
"
|
|
774
|
-
"
|
|
1068
|
+
"default": "'stacked'",
|
|
1069
|
+
"description": "Specify the kind of the group.",
|
|
1070
|
+
"fieldName": "layout"
|
|
775
1071
|
}
|
|
776
1072
|
],
|
|
777
1073
|
"superclass": {
|
|
778
1074
|
"name": "LitElement",
|
|
779
1075
|
"package": "lit"
|
|
780
1076
|
},
|
|
781
|
-
"tagName": "bm-
|
|
1077
|
+
"tagName": "bm-avatar-group",
|
|
782
1078
|
"customElement": true
|
|
783
1079
|
}
|
|
784
1080
|
],
|
|
785
1081
|
"exports": [
|
|
786
1082
|
{
|
|
787
1083
|
"kind": "js",
|
|
788
|
-
"name": "
|
|
1084
|
+
"name": "BmAvatarGroup",
|
|
789
1085
|
"declaration": {
|
|
790
|
-
"name": "
|
|
791
|
-
"module": "libs/web-components/src/lib/
|
|
1086
|
+
"name": "BmAvatarGroup",
|
|
1087
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
792
1088
|
}
|
|
793
1089
|
},
|
|
794
1090
|
{
|
|
795
1091
|
"kind": "custom-element-definition",
|
|
796
|
-
"name": "bm-
|
|
1092
|
+
"name": "bm-avatar-group",
|
|
797
1093
|
"declaration": {
|
|
798
|
-
"name": "
|
|
799
|
-
"module": "libs/web-components/src/lib/
|
|
1094
|
+
"name": "BmAvatarGroup",
|
|
1095
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
800
1096
|
}
|
|
801
1097
|
}
|
|
802
1098
|
]
|
|
803
1099
|
},
|
|
804
1100
|
{
|
|
805
1101
|
"kind": "javascript-module",
|
|
806
|
-
"path": "libs/web-components/src/lib/
|
|
1102
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
807
1103
|
"declarations": [],
|
|
808
1104
|
"exports": [
|
|
809
1105
|
{
|
|
@@ -811,154 +1107,139 @@
|
|
|
811
1107
|
"name": "*",
|
|
812
1108
|
"declaration": {
|
|
813
1109
|
"name": "*",
|
|
814
|
-
"package": "./
|
|
1110
|
+
"package": "./Avatar"
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "js",
|
|
1115
|
+
"name": "*",
|
|
1116
|
+
"declaration": {
|
|
1117
|
+
"name": "*",
|
|
1118
|
+
"package": "./AvatarGroup"
|
|
815
1119
|
}
|
|
816
1120
|
}
|
|
817
1121
|
]
|
|
818
1122
|
},
|
|
819
1123
|
{
|
|
820
1124
|
"kind": "javascript-module",
|
|
821
|
-
"path": "libs/web-components/src/lib/
|
|
1125
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
822
1126
|
"declarations": [
|
|
823
1127
|
{
|
|
824
1128
|
"kind": "class",
|
|
825
|
-
"description": "`bm-badge`\n\n### Attributes:\n- **
|
|
826
|
-
"name": "
|
|
1129
|
+
"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",
|
|
1130
|
+
"name": "BmBadgeDot",
|
|
827
1131
|
"slots": [
|
|
828
1132
|
{
|
|
829
|
-
"description": "Provide text for the
|
|
830
|
-
"name": "default"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"description": "Specify a different icon for the Badge",
|
|
834
|
-
"name": "icon"
|
|
1133
|
+
"description": "Provide text for the BadgeDot",
|
|
1134
|
+
"name": "default"
|
|
835
1135
|
}
|
|
836
1136
|
],
|
|
837
1137
|
"members": [
|
|
838
|
-
{
|
|
839
|
-
"kind": "field",
|
|
840
|
-
"name": "appearance",
|
|
841
|
-
"type": {
|
|
842
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
843
|
-
},
|
|
844
|
-
"default": "'infoPrimary'",
|
|
845
|
-
"description": "Specify the appearance of the Badge",
|
|
846
|
-
"attribute": "appearance"
|
|
847
|
-
},
|
|
848
1138
|
{
|
|
849
1139
|
"kind": "field",
|
|
850
1140
|
"name": "theme",
|
|
851
1141
|
"type": {
|
|
852
1142
|
"text": "'light' | 'dark' | undefined"
|
|
853
1143
|
},
|
|
854
|
-
"description": "
|
|
1144
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
855
1145
|
"attribute": "theme"
|
|
856
1146
|
},
|
|
857
1147
|
{
|
|
858
1148
|
"kind": "field",
|
|
859
|
-
"name": "
|
|
1149
|
+
"name": "appearance",
|
|
860
1150
|
"type": {
|
|
861
|
-
"text": "'
|
|
1151
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
862
1152
|
},
|
|
863
|
-
"default": "'
|
|
864
|
-
"description": "Specify the
|
|
865
|
-
"attribute": "
|
|
1153
|
+
"default": "'infoPrimary'",
|
|
1154
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1155
|
+
"attribute": "appearance"
|
|
866
1156
|
},
|
|
867
1157
|
{
|
|
868
1158
|
"kind": "field",
|
|
869
1159
|
"name": "emphasis",
|
|
870
1160
|
"type": {
|
|
871
|
-
"text": "'strong' | '
|
|
1161
|
+
"text": "'strong' | 'subtle'"
|
|
872
1162
|
},
|
|
873
1163
|
"default": "'strong'",
|
|
874
|
-
"description": "Specify the emphasis of the
|
|
1164
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
875
1165
|
"attribute": "emphasis"
|
|
876
1166
|
},
|
|
877
1167
|
{
|
|
878
1168
|
"kind": "field",
|
|
879
|
-
"name": "
|
|
1169
|
+
"name": "overrideDotColor",
|
|
880
1170
|
"type": {
|
|
881
|
-
"text": "
|
|
1171
|
+
"text": "string | undefined"
|
|
882
1172
|
},
|
|
883
|
-
"description": "
|
|
884
|
-
"attribute": "
|
|
1173
|
+
"description": "Overrides default dot color",
|
|
1174
|
+
"attribute": "overrideDotColor"
|
|
885
1175
|
}
|
|
886
1176
|
],
|
|
887
1177
|
"attributes": [
|
|
888
|
-
{
|
|
889
|
-
"name": "appearance",
|
|
890
|
-
"type": {
|
|
891
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
892
|
-
},
|
|
893
|
-
"default": "'infoPrimary'",
|
|
894
|
-
"description": "Specify the appearance of the Badge",
|
|
895
|
-
"fieldName": "appearance"
|
|
896
|
-
},
|
|
897
1178
|
{
|
|
898
1179
|
"name": "theme",
|
|
899
1180
|
"type": {
|
|
900
1181
|
"text": "'light' | 'dark' | undefined"
|
|
901
1182
|
},
|
|
902
|
-
"description": "
|
|
1183
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
903
1184
|
"fieldName": "theme"
|
|
904
1185
|
},
|
|
905
1186
|
{
|
|
906
|
-
"name": "
|
|
1187
|
+
"name": "appearance",
|
|
907
1188
|
"type": {
|
|
908
|
-
"text": "'
|
|
1189
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
909
1190
|
},
|
|
910
|
-
"default": "'
|
|
911
|
-
"description": "Specify the
|
|
912
|
-
"fieldName": "
|
|
1191
|
+
"default": "'infoPrimary'",
|
|
1192
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1193
|
+
"fieldName": "appearance"
|
|
913
1194
|
},
|
|
914
1195
|
{
|
|
915
1196
|
"name": "emphasis",
|
|
916
1197
|
"type": {
|
|
917
|
-
"text": "'strong' | '
|
|
1198
|
+
"text": "'strong' | 'subtle'"
|
|
918
1199
|
},
|
|
919
1200
|
"default": "'strong'",
|
|
920
|
-
"description": "Specify the emphasis of the
|
|
1201
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
921
1202
|
"fieldName": "emphasis"
|
|
922
1203
|
},
|
|
923
1204
|
{
|
|
924
|
-
"name": "
|
|
1205
|
+
"name": "overrideDotColor",
|
|
925
1206
|
"type": {
|
|
926
|
-
"text": "
|
|
1207
|
+
"text": "string | undefined"
|
|
927
1208
|
},
|
|
928
|
-
"description": "
|
|
929
|
-
"fieldName": "
|
|
1209
|
+
"description": "Overrides default dot color",
|
|
1210
|
+
"fieldName": "overrideDotColor"
|
|
930
1211
|
}
|
|
931
1212
|
],
|
|
932
1213
|
"superclass": {
|
|
933
1214
|
"name": "LitElement",
|
|
934
1215
|
"package": "lit"
|
|
935
1216
|
},
|
|
936
|
-
"tagName": "bm-badge",
|
|
1217
|
+
"tagName": "bm-badge-dot",
|
|
937
1218
|
"customElement": true
|
|
938
1219
|
}
|
|
939
1220
|
],
|
|
940
1221
|
"exports": [
|
|
941
1222
|
{
|
|
942
1223
|
"kind": "js",
|
|
943
|
-
"name": "
|
|
1224
|
+
"name": "BmBadgeDot",
|
|
944
1225
|
"declaration": {
|
|
945
|
-
"name": "
|
|
946
|
-
"module": "libs/web-components/src/lib/
|
|
1226
|
+
"name": "BmBadgeDot",
|
|
1227
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
947
1228
|
}
|
|
948
1229
|
},
|
|
949
1230
|
{
|
|
950
1231
|
"kind": "custom-element-definition",
|
|
951
|
-
"name": "bm-badge",
|
|
1232
|
+
"name": "bm-badge-dot",
|
|
952
1233
|
"declaration": {
|
|
953
|
-
"name": "
|
|
954
|
-
"module": "libs/web-components/src/lib/
|
|
1234
|
+
"name": "BmBadgeDot",
|
|
1235
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
955
1236
|
}
|
|
956
1237
|
}
|
|
957
1238
|
]
|
|
958
1239
|
},
|
|
959
1240
|
{
|
|
960
1241
|
"kind": "javascript-module",
|
|
961
|
-
"path": "libs/web-components/src/lib/
|
|
1242
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
962
1243
|
"declarations": [],
|
|
963
1244
|
"exports": [
|
|
964
1245
|
{
|
|
@@ -966,7 +1247,7 @@
|
|
|
966
1247
|
"name": "*",
|
|
967
1248
|
"declaration": {
|
|
968
1249
|
"name": "*",
|
|
969
|
-
"package": "./
|
|
1250
|
+
"package": "./BadgeDot"
|
|
970
1251
|
}
|
|
971
1252
|
}
|
|
972
1253
|
]
|
|
@@ -1092,554 +1373,273 @@
|
|
|
1092
1373
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1093
1374
|
},
|
|
1094
1375
|
"description": "Specify top and bottom margin of a Box",
|
|
1095
|
-
"attribute": "my"
|
|
1096
|
-
},
|
|
1097
|
-
{
|
|
1098
|
-
"kind": "field",
|
|
1099
|
-
"name": "mTop",
|
|
1100
|
-
"type": {
|
|
1101
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1102
|
-
},
|
|
1103
|
-
"description": "Specify top margin of a Box",
|
|
1104
|
-
"attribute": "mTop"
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"kind": "field",
|
|
1108
|
-
"name": "mBottom",
|
|
1109
|
-
"type": {
|
|
1110
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1111
|
-
},
|
|
1112
|
-
"description": "Specify bottom margin of a Box",
|
|
1113
|
-
"attribute": "mBottom"
|
|
1114
|
-
},
|
|
1115
|
-
{
|
|
1116
|
-
"kind": "field",
|
|
1117
|
-
"name": "mBefore",
|
|
1118
|
-
"type": {
|
|
1119
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1120
|
-
},
|
|
1121
|
-
"description": "Specify before margin of a Box",
|
|
1122
|
-
"attribute": "mBefore"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "field",
|
|
1126
|
-
"name": "mAfter",
|
|
1127
|
-
"type": {
|
|
1128
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1129
|
-
},
|
|
1130
|
-
"description": "Specify after margin of a Box",
|
|
1131
|
-
"attribute": "mAfter"
|
|
1132
|
-
},
|
|
1133
|
-
{
|
|
1134
|
-
"kind": "field",
|
|
1135
|
-
"name": "m",
|
|
1136
|
-
"type": {
|
|
1137
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1138
|
-
},
|
|
1139
|
-
"description": "Specify all margin",
|
|
1140
|
-
"attribute": "m"
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"kind": "field",
|
|
1144
|
-
"name": "p",
|
|
1145
|
-
"type": {
|
|
1146
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1147
|
-
},
|
|
1148
|
-
"description": "Specify all padding",
|
|
1149
|
-
"attribute": "p"
|
|
1150
|
-
},
|
|
1151
|
-
{
|
|
1152
|
-
"kind": "field",
|
|
1153
|
-
"name": "gap",
|
|
1154
|
-
"type": {
|
|
1155
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1156
|
-
},
|
|
1157
|
-
"description": "Specify gap between child elements",
|
|
1158
|
-
"attribute": "gap"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "field",
|
|
1162
|
-
"name": "shadow",
|
|
1163
|
-
"type": {
|
|
1164
|
-
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1165
|
-
},
|
|
1166
|
-
"description": "Specify if a Box has a shadow",
|
|
1167
|
-
"attribute": "shadow"
|
|
1168
|
-
}
|
|
1169
|
-
],
|
|
1170
|
-
"attributes": [
|
|
1171
|
-
{
|
|
1172
|
-
"name": "backgroundColor",
|
|
1173
|
-
"type": {
|
|
1174
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1175
|
-
},
|
|
1176
|
-
"description": "Specify the background color of a Box",
|
|
1177
|
-
"fieldName": "backgroundColor"
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"name": "borderColor",
|
|
1181
|
-
"type": {
|
|
1182
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1183
|
-
},
|
|
1184
|
-
"description": "Specify the border color of a Box",
|
|
1185
|
-
"fieldName": "borderColor"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "borderWidth",
|
|
1189
|
-
"type": {
|
|
1190
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1191
|
-
},
|
|
1192
|
-
"description": "Specify the border width of a Box",
|
|
1193
|
-
"fieldName": "borderWidth"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "borderRadius",
|
|
1197
|
-
"type": {
|
|
1198
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1199
|
-
},
|
|
1200
|
-
"description": "Specify the border radius of a Box",
|
|
1201
|
-
"fieldName": "borderRadius"
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "px",
|
|
1205
|
-
"type": {
|
|
1206
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1207
|
-
},
|
|
1208
|
-
"description": "Specify before and after padding of a Box",
|
|
1209
|
-
"fieldName": "px"
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "py",
|
|
1213
|
-
"type": {
|
|
1214
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1215
|
-
},
|
|
1216
|
-
"description": "Specify top and bottom padding of a Box",
|
|
1217
|
-
"fieldName": "py"
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "pTop",
|
|
1221
|
-
"type": {
|
|
1222
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1223
|
-
},
|
|
1224
|
-
"description": "Specify top padding of a Box",
|
|
1225
|
-
"fieldName": "pTop"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"name": "pBottom",
|
|
1229
|
-
"type": {
|
|
1230
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1231
|
-
},
|
|
1232
|
-
"description": "Specify bottom padding of a Box",
|
|
1233
|
-
"fieldName": "pBottom"
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "pBefore",
|
|
1237
|
-
"type": {
|
|
1238
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1239
|
-
},
|
|
1240
|
-
"description": "Specify before padding of a Box",
|
|
1241
|
-
"fieldName": "pBefore"
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"name": "pAfter",
|
|
1245
|
-
"type": {
|
|
1246
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1247
|
-
},
|
|
1248
|
-
"description": "Specify after padding of a Box",
|
|
1249
|
-
"fieldName": "pAfter"
|
|
1250
|
-
},
|
|
1251
|
-
{
|
|
1252
|
-
"name": "mx",
|
|
1253
|
-
"type": {
|
|
1254
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1255
|
-
},
|
|
1256
|
-
"description": "Specify before and after margin of a Box",
|
|
1257
|
-
"fieldName": "mx"
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
"name": "my",
|
|
1261
|
-
"type": {
|
|
1262
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1263
|
-
},
|
|
1264
|
-
"description": "Specify top and bottom margin of a Box",
|
|
1265
|
-
"fieldName": "my"
|
|
1376
|
+
"attribute": "my"
|
|
1266
1377
|
},
|
|
1267
1378
|
{
|
|
1379
|
+
"kind": "field",
|
|
1268
1380
|
"name": "mTop",
|
|
1269
1381
|
"type": {
|
|
1270
1382
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1271
1383
|
},
|
|
1272
1384
|
"description": "Specify top margin of a Box",
|
|
1273
|
-
"
|
|
1385
|
+
"attribute": "mTop"
|
|
1274
1386
|
},
|
|
1275
1387
|
{
|
|
1388
|
+
"kind": "field",
|
|
1276
1389
|
"name": "mBottom",
|
|
1277
1390
|
"type": {
|
|
1278
1391
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1279
1392
|
},
|
|
1280
1393
|
"description": "Specify bottom margin of a Box",
|
|
1281
|
-
"
|
|
1394
|
+
"attribute": "mBottom"
|
|
1282
1395
|
},
|
|
1283
1396
|
{
|
|
1397
|
+
"kind": "field",
|
|
1284
1398
|
"name": "mBefore",
|
|
1285
1399
|
"type": {
|
|
1286
1400
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1287
1401
|
},
|
|
1288
1402
|
"description": "Specify before margin of a Box",
|
|
1289
|
-
"
|
|
1403
|
+
"attribute": "mBefore"
|
|
1290
1404
|
},
|
|
1291
1405
|
{
|
|
1406
|
+
"kind": "field",
|
|
1292
1407
|
"name": "mAfter",
|
|
1293
1408
|
"type": {
|
|
1294
1409
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1295
1410
|
},
|
|
1296
1411
|
"description": "Specify after margin of a Box",
|
|
1297
|
-
"
|
|
1412
|
+
"attribute": "mAfter"
|
|
1298
1413
|
},
|
|
1299
1414
|
{
|
|
1415
|
+
"kind": "field",
|
|
1300
1416
|
"name": "m",
|
|
1301
1417
|
"type": {
|
|
1302
1418
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1303
1419
|
},
|
|
1304
1420
|
"description": "Specify all margin",
|
|
1305
|
-
"
|
|
1421
|
+
"attribute": "m"
|
|
1306
1422
|
},
|
|
1307
1423
|
{
|
|
1424
|
+
"kind": "field",
|
|
1308
1425
|
"name": "p",
|
|
1309
1426
|
"type": {
|
|
1310
1427
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1311
1428
|
},
|
|
1312
1429
|
"description": "Specify all padding",
|
|
1313
|
-
"
|
|
1430
|
+
"attribute": "p"
|
|
1314
1431
|
},
|
|
1315
1432
|
{
|
|
1433
|
+
"kind": "field",
|
|
1316
1434
|
"name": "gap",
|
|
1317
1435
|
"type": {
|
|
1318
1436
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1319
1437
|
},
|
|
1320
1438
|
"description": "Specify gap between child elements",
|
|
1321
|
-
"
|
|
1439
|
+
"attribute": "gap"
|
|
1322
1440
|
},
|
|
1323
1441
|
{
|
|
1442
|
+
"kind": "field",
|
|
1324
1443
|
"name": "shadow",
|
|
1325
1444
|
"type": {
|
|
1326
1445
|
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1327
1446
|
},
|
|
1328
1447
|
"description": "Specify if a Box has a shadow",
|
|
1329
|
-
"
|
|
1330
|
-
}
|
|
1331
|
-
],
|
|
1332
|
-
"superclass": {
|
|
1333
|
-
"name": "LitElement",
|
|
1334
|
-
"package": "lit"
|
|
1335
|
-
},
|
|
1336
|
-
"tagName": "bm-box",
|
|
1337
|
-
"customElement": true
|
|
1338
|
-
}
|
|
1339
|
-
],
|
|
1340
|
-
"exports": [
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "js",
|
|
1343
|
-
"name": "BmBox",
|
|
1344
|
-
"declaration": {
|
|
1345
|
-
"name": "BmBox",
|
|
1346
|
-
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1347
|
-
}
|
|
1348
|
-
},
|
|
1349
|
-
{
|
|
1350
|
-
"kind": "custom-element-definition",
|
|
1351
|
-
"name": "bm-box",
|
|
1352
|
-
"declaration": {
|
|
1353
|
-
"name": "BmBox",
|
|
1354
|
-
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
]
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "javascript-module",
|
|
1361
|
-
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1362
|
-
"declarations": [],
|
|
1363
|
-
"exports": [
|
|
1364
|
-
{
|
|
1365
|
-
"kind": "js",
|
|
1366
|
-
"name": "*",
|
|
1367
|
-
"declaration": {
|
|
1368
|
-
"name": "*",
|
|
1369
|
-
"package": "./Box"
|
|
1370
|
-
}
|
|
1371
|
-
}
|
|
1372
|
-
]
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
"kind": "javascript-module",
|
|
1376
|
-
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1377
|
-
"declarations": [
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "class",
|
|
1380
|
-
"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",
|
|
1381
|
-
"name": "BmAlert",
|
|
1382
|
-
"slots": [
|
|
1383
|
-
{
|
|
1384
|
-
"description": "Specify a different icon for the Alert",
|
|
1385
|
-
"name": "icon"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1389
|
-
"name": "heading"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1393
|
-
"name": "body"
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"description": "Specify if actions display on the Alert",
|
|
1397
|
-
"name": "actions"
|
|
1448
|
+
"attribute": "shadow"
|
|
1398
1449
|
}
|
|
1399
1450
|
],
|
|
1400
|
-
"
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "field",
|
|
1403
|
-
"name": "heading",
|
|
1404
|
-
"type": {
|
|
1405
|
-
"text": "string | undefined"
|
|
1406
|
-
},
|
|
1407
|
-
"description": "Specify the heading text for Alert",
|
|
1408
|
-
"attribute": "heading"
|
|
1409
|
-
},
|
|
1451
|
+
"attributes": [
|
|
1410
1452
|
{
|
|
1411
|
-
"
|
|
1412
|
-
"name": "body",
|
|
1453
|
+
"name": "backgroundColor",
|
|
1413
1454
|
"type": {
|
|
1414
|
-
"text": "
|
|
1455
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1415
1456
|
},
|
|
1416
|
-
"description": "Specify the
|
|
1417
|
-
"
|
|
1457
|
+
"description": "Specify the background color of a Box",
|
|
1458
|
+
"fieldName": "backgroundColor"
|
|
1418
1459
|
},
|
|
1419
1460
|
{
|
|
1420
|
-
"
|
|
1421
|
-
"name": "size",
|
|
1461
|
+
"name": "borderColor",
|
|
1422
1462
|
"type": {
|
|
1423
|
-
"text": "'
|
|
1463
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1424
1464
|
},
|
|
1425
|
-
"
|
|
1426
|
-
"
|
|
1427
|
-
"attribute": "size"
|
|
1465
|
+
"description": "Specify the border color of a Box",
|
|
1466
|
+
"fieldName": "borderColor"
|
|
1428
1467
|
},
|
|
1429
1468
|
{
|
|
1430
|
-
"
|
|
1431
|
-
"name": "fullWidth",
|
|
1469
|
+
"name": "borderWidth",
|
|
1432
1470
|
"type": {
|
|
1433
|
-
"text": "
|
|
1471
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1434
1472
|
},
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"attribute": "fullWidth"
|
|
1473
|
+
"description": "Specify the border width of a Box",
|
|
1474
|
+
"fieldName": "borderWidth"
|
|
1438
1475
|
},
|
|
1439
1476
|
{
|
|
1440
|
-
"
|
|
1441
|
-
"name": "theme",
|
|
1477
|
+
"name": "borderRadius",
|
|
1442
1478
|
"type": {
|
|
1443
|
-
"text": "'
|
|
1479
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1444
1480
|
},
|
|
1445
|
-
"description": "Specify the
|
|
1446
|
-
"
|
|
1481
|
+
"description": "Specify the border radius of a Box",
|
|
1482
|
+
"fieldName": "borderRadius"
|
|
1447
1483
|
},
|
|
1448
1484
|
{
|
|
1449
|
-
"
|
|
1450
|
-
"name": "appearance",
|
|
1485
|
+
"name": "px",
|
|
1451
1486
|
"type": {
|
|
1452
|
-
"text": "'
|
|
1487
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1453
1488
|
},
|
|
1454
|
-
"
|
|
1455
|
-
"
|
|
1456
|
-
"attribute": "appearance"
|
|
1489
|
+
"description": "Specify before and after padding of a Box",
|
|
1490
|
+
"fieldName": "px"
|
|
1457
1491
|
},
|
|
1458
1492
|
{
|
|
1459
|
-
"
|
|
1460
|
-
"name": "hidden",
|
|
1493
|
+
"name": "py",
|
|
1461
1494
|
"type": {
|
|
1462
|
-
"text": "
|
|
1495
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1463
1496
|
},
|
|
1464
|
-
"
|
|
1465
|
-
"
|
|
1466
|
-
"attribute": "hidden"
|
|
1497
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1498
|
+
"fieldName": "py"
|
|
1467
1499
|
},
|
|
1468
1500
|
{
|
|
1469
|
-
"
|
|
1470
|
-
"name": "hideIcon",
|
|
1501
|
+
"name": "pTop",
|
|
1471
1502
|
"type": {
|
|
1472
|
-
"text": "
|
|
1503
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1473
1504
|
},
|
|
1474
|
-
"
|
|
1475
|
-
"
|
|
1476
|
-
"attribute": "hideIcon"
|
|
1505
|
+
"description": "Specify top padding of a Box",
|
|
1506
|
+
"fieldName": "pTop"
|
|
1477
1507
|
},
|
|
1478
1508
|
{
|
|
1479
|
-
"
|
|
1480
|
-
"name": "dismissible",
|
|
1509
|
+
"name": "pBottom",
|
|
1481
1510
|
"type": {
|
|
1482
|
-
"text": "
|
|
1511
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1483
1512
|
},
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1486
|
-
"attribute": "dismissible"
|
|
1513
|
+
"description": "Specify bottom padding of a Box",
|
|
1514
|
+
"fieldName": "pBottom"
|
|
1487
1515
|
},
|
|
1488
1516
|
{
|
|
1489
|
-
"
|
|
1490
|
-
"name": "disableAutoFocus",
|
|
1517
|
+
"name": "pBefore",
|
|
1491
1518
|
"type": {
|
|
1492
|
-
"text": "
|
|
1519
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1493
1520
|
},
|
|
1494
|
-
"
|
|
1495
|
-
"
|
|
1496
|
-
"attribute": "disableAutoFocus"
|
|
1521
|
+
"description": "Specify before padding of a Box",
|
|
1522
|
+
"fieldName": "pBefore"
|
|
1497
1523
|
},
|
|
1498
1524
|
{
|
|
1499
|
-
"
|
|
1500
|
-
"name": "disableCloseOnEscape",
|
|
1501
|
-
"type": {
|
|
1502
|
-
"text": "boolean"
|
|
1503
|
-
},
|
|
1504
|
-
"default": "false",
|
|
1505
|
-
"description": "Prevent Escape from closing",
|
|
1506
|
-
"attribute": "disableCloseOnEscape"
|
|
1507
|
-
}
|
|
1508
|
-
],
|
|
1509
|
-
"events": [
|
|
1510
|
-
{
|
|
1511
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
1512
|
-
"name": "bm-dismiss"
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"attributes": [
|
|
1516
|
-
{
|
|
1517
|
-
"name": "heading",
|
|
1525
|
+
"name": "pAfter",
|
|
1518
1526
|
"type": {
|
|
1519
|
-
"text": "
|
|
1527
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1520
1528
|
},
|
|
1521
|
-
"description": "Specify
|
|
1522
|
-
"fieldName": "
|
|
1529
|
+
"description": "Specify after padding of a Box",
|
|
1530
|
+
"fieldName": "pAfter"
|
|
1523
1531
|
},
|
|
1524
1532
|
{
|
|
1525
|
-
"name": "
|
|
1533
|
+
"name": "mx",
|
|
1526
1534
|
"type": {
|
|
1527
|
-
"text": "
|
|
1535
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1528
1536
|
},
|
|
1529
|
-
"description": "Specify
|
|
1530
|
-
"fieldName": "
|
|
1537
|
+
"description": "Specify before and after margin of a Box",
|
|
1538
|
+
"fieldName": "mx"
|
|
1531
1539
|
},
|
|
1532
1540
|
{
|
|
1533
|
-
"name": "
|
|
1541
|
+
"name": "my",
|
|
1534
1542
|
"type": {
|
|
1535
|
-
"text": "'
|
|
1543
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1536
1544
|
},
|
|
1537
|
-
"
|
|
1538
|
-
"
|
|
1539
|
-
"fieldName": "size"
|
|
1545
|
+
"description": "Specify top and bottom margin of a Box",
|
|
1546
|
+
"fieldName": "my"
|
|
1540
1547
|
},
|
|
1541
1548
|
{
|
|
1542
|
-
"name": "
|
|
1549
|
+
"name": "mTop",
|
|
1543
1550
|
"type": {
|
|
1544
|
-
"text": "
|
|
1551
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1545
1552
|
},
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"fieldName": "fullWidth"
|
|
1553
|
+
"description": "Specify top margin of a Box",
|
|
1554
|
+
"fieldName": "mTop"
|
|
1549
1555
|
},
|
|
1550
1556
|
{
|
|
1551
|
-
"name": "
|
|
1557
|
+
"name": "mBottom",
|
|
1552
1558
|
"type": {
|
|
1553
|
-
"text": "'
|
|
1559
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1554
1560
|
},
|
|
1555
|
-
"description": "Specify
|
|
1556
|
-
"fieldName": "
|
|
1561
|
+
"description": "Specify bottom margin of a Box",
|
|
1562
|
+
"fieldName": "mBottom"
|
|
1557
1563
|
},
|
|
1558
1564
|
{
|
|
1559
|
-
"name": "
|
|
1565
|
+
"name": "mBefore",
|
|
1560
1566
|
"type": {
|
|
1561
|
-
"text": "'
|
|
1567
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1562
1568
|
},
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1565
|
-
"fieldName": "appearance"
|
|
1569
|
+
"description": "Specify before margin of a Box",
|
|
1570
|
+
"fieldName": "mBefore"
|
|
1566
1571
|
},
|
|
1567
1572
|
{
|
|
1568
|
-
"name": "
|
|
1573
|
+
"name": "mAfter",
|
|
1569
1574
|
"type": {
|
|
1570
|
-
"text": "
|
|
1575
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1571
1576
|
},
|
|
1572
|
-
"
|
|
1573
|
-
"
|
|
1574
|
-
"fieldName": "hidden"
|
|
1577
|
+
"description": "Specify after margin of a Box",
|
|
1578
|
+
"fieldName": "mAfter"
|
|
1575
1579
|
},
|
|
1576
1580
|
{
|
|
1577
|
-
"name": "
|
|
1581
|
+
"name": "m",
|
|
1578
1582
|
"type": {
|
|
1579
|
-
"text": "
|
|
1583
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1580
1584
|
},
|
|
1581
|
-
"
|
|
1582
|
-
"
|
|
1583
|
-
"fieldName": "hideIcon"
|
|
1585
|
+
"description": "Specify all margin",
|
|
1586
|
+
"fieldName": "m"
|
|
1584
1587
|
},
|
|
1585
1588
|
{
|
|
1586
|
-
"name": "
|
|
1589
|
+
"name": "p",
|
|
1587
1590
|
"type": {
|
|
1588
|
-
"text": "
|
|
1591
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1589
1592
|
},
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1592
|
-
"fieldName": "dismissible"
|
|
1593
|
+
"description": "Specify all padding",
|
|
1594
|
+
"fieldName": "p"
|
|
1593
1595
|
},
|
|
1594
1596
|
{
|
|
1595
|
-
"name": "
|
|
1597
|
+
"name": "gap",
|
|
1596
1598
|
"type": {
|
|
1597
|
-
"text": "
|
|
1599
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1598
1600
|
},
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1601
|
-
"fieldName": "disableAutoFocus"
|
|
1601
|
+
"description": "Specify gap between child elements",
|
|
1602
|
+
"fieldName": "gap"
|
|
1602
1603
|
},
|
|
1603
1604
|
{
|
|
1604
|
-
"name": "
|
|
1605
|
+
"name": "shadow",
|
|
1605
1606
|
"type": {
|
|
1606
|
-
"text": "
|
|
1607
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1607
1608
|
},
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1610
|
-
"fieldName": "disableCloseOnEscape"
|
|
1609
|
+
"description": "Specify if a Box has a shadow",
|
|
1610
|
+
"fieldName": "shadow"
|
|
1611
1611
|
}
|
|
1612
1612
|
],
|
|
1613
1613
|
"superclass": {
|
|
1614
1614
|
"name": "LitElement",
|
|
1615
1615
|
"package": "lit"
|
|
1616
1616
|
},
|
|
1617
|
-
"tagName": "bm-
|
|
1617
|
+
"tagName": "bm-box",
|
|
1618
1618
|
"customElement": true
|
|
1619
1619
|
}
|
|
1620
1620
|
],
|
|
1621
1621
|
"exports": [
|
|
1622
1622
|
{
|
|
1623
1623
|
"kind": "js",
|
|
1624
|
-
"name": "
|
|
1624
|
+
"name": "BmBox",
|
|
1625
1625
|
"declaration": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "libs/web-components/src/lib/
|
|
1626
|
+
"name": "BmBox",
|
|
1627
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1628
1628
|
}
|
|
1629
1629
|
},
|
|
1630
1630
|
{
|
|
1631
1631
|
"kind": "custom-element-definition",
|
|
1632
|
-
"name": "bm-
|
|
1632
|
+
"name": "bm-box",
|
|
1633
1633
|
"declaration": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "libs/web-components/src/lib/
|
|
1634
|
+
"name": "BmBox",
|
|
1635
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1636
1636
|
}
|
|
1637
1637
|
}
|
|
1638
1638
|
]
|
|
1639
1639
|
},
|
|
1640
1640
|
{
|
|
1641
1641
|
"kind": "javascript-module",
|
|
1642
|
-
"path": "libs/web-components/src/lib/
|
|
1642
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1643
1643
|
"declarations": [],
|
|
1644
1644
|
"exports": [
|
|
1645
1645
|
{
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
"name": "*",
|
|
1648
1648
|
"declaration": {
|
|
1649
1649
|
"name": "*",
|
|
1650
|
-
"package": "./
|
|
1650
|
+
"package": "./Box"
|
|
1651
1651
|
}
|
|
1652
1652
|
}
|
|
1653
1653
|
]
|
|
@@ -3288,130 +3288,305 @@
|
|
|
3288
3288
|
"fieldName": "required"
|
|
3289
3289
|
},
|
|
3290
3290
|
{
|
|
3291
|
-
"name": "hideRequiredMarker",
|
|
3291
|
+
"name": "hideRequiredMarker",
|
|
3292
|
+
"type": {
|
|
3293
|
+
"text": "boolean"
|
|
3294
|
+
},
|
|
3295
|
+
"default": "false",
|
|
3296
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
3297
|
+
"fieldName": "hideRequiredMarker"
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"name": "error",
|
|
3301
|
+
"type": {
|
|
3302
|
+
"text": "string | undefined"
|
|
3303
|
+
},
|
|
3304
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
3305
|
+
"fieldName": "error"
|
|
3306
|
+
},
|
|
3307
|
+
{
|
|
3308
|
+
"name": "readOnly",
|
|
3309
|
+
"type": {
|
|
3310
|
+
"text": "boolean"
|
|
3311
|
+
},
|
|
3312
|
+
"default": "false",
|
|
3313
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
3314
|
+
"fieldName": "readOnly"
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"name": "disabled",
|
|
3318
|
+
"type": {
|
|
3319
|
+
"text": "boolean"
|
|
3320
|
+
},
|
|
3321
|
+
"default": "false",
|
|
3322
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
3323
|
+
"fieldName": "disabled"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"name": "id",
|
|
3327
|
+
"type": {
|
|
3328
|
+
"text": "string"
|
|
3329
|
+
},
|
|
3330
|
+
"default": "''",
|
|
3331
|
+
"fieldName": "id",
|
|
3332
|
+
"inheritedFrom": {
|
|
3333
|
+
"name": "FormField",
|
|
3334
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"name": "name",
|
|
3339
|
+
"type": {
|
|
3340
|
+
"text": "string"
|
|
3341
|
+
},
|
|
3342
|
+
"default": "''",
|
|
3343
|
+
"fieldName": "name",
|
|
3344
|
+
"inheritedFrom": {
|
|
3345
|
+
"name": "FormField",
|
|
3346
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"name": "value",
|
|
3351
|
+
"type": {
|
|
3352
|
+
"text": "string"
|
|
3353
|
+
},
|
|
3354
|
+
"default": "''",
|
|
3355
|
+
"fieldName": "value",
|
|
3356
|
+
"inheritedFrom": {
|
|
3357
|
+
"name": "FormField",
|
|
3358
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3359
|
+
}
|
|
3360
|
+
},
|
|
3361
|
+
{
|
|
3362
|
+
"name": "validationRules",
|
|
3363
|
+
"type": {
|
|
3364
|
+
"text": "Array<FormValidator>"
|
|
3365
|
+
},
|
|
3366
|
+
"default": "[]",
|
|
3367
|
+
"fieldName": "validationRules",
|
|
3368
|
+
"inheritedFrom": {
|
|
3369
|
+
"name": "FormField",
|
|
3370
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3371
|
+
}
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"name": "input-aria-label",
|
|
3375
|
+
"type": {
|
|
3376
|
+
"text": "string | undefined"
|
|
3377
|
+
},
|
|
3378
|
+
"fieldName": "inputAriaLabel",
|
|
3379
|
+
"inheritedFrom": {
|
|
3380
|
+
"name": "FormField",
|
|
3381
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3382
|
+
}
|
|
3383
|
+
}
|
|
3384
|
+
],
|
|
3385
|
+
"superclass": {
|
|
3386
|
+
"name": "FormField",
|
|
3387
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
3388
|
+
},
|
|
3389
|
+
"tagName": "bm-input-choice-group",
|
|
3390
|
+
"customElement": true
|
|
3391
|
+
}
|
|
3392
|
+
],
|
|
3393
|
+
"exports": [
|
|
3394
|
+
{
|
|
3395
|
+
"kind": "js",
|
|
3396
|
+
"name": "InputChoiceGroup",
|
|
3397
|
+
"declaration": {
|
|
3398
|
+
"name": "InputChoiceGroup",
|
|
3399
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"kind": "custom-element-definition",
|
|
3404
|
+
"name": "bm-input-choice-group",
|
|
3405
|
+
"declaration": {
|
|
3406
|
+
"name": "InputChoiceGroup",
|
|
3407
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
3408
|
+
}
|
|
3409
|
+
}
|
|
3410
|
+
]
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "javascript-module",
|
|
3414
|
+
"path": "libs/web-components/src/lib/InputChoiceGroup/index.ts",
|
|
3415
|
+
"declarations": [],
|
|
3416
|
+
"exports": [
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "js",
|
|
3419
|
+
"name": "*",
|
|
3420
|
+
"declaration": {
|
|
3421
|
+
"name": "*",
|
|
3422
|
+
"package": "./InputChoiceGroup"
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
]
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"kind": "javascript-module",
|
|
3429
|
+
"path": "libs/web-components/src/lib/Label/Label.ts",
|
|
3430
|
+
"declarations": [
|
|
3431
|
+
{
|
|
3432
|
+
"kind": "class",
|
|
3433
|
+
"description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the optional text for Label\n- **for** - Specify the id of the form element the Label is associated with.\nHandles click-to-focus across shadow DOM. See class-level remarks\nfor accessibility guidance with non-Beam inputs.\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
3434
|
+
"name": "BmLabel",
|
|
3435
|
+
"slots": [
|
|
3436
|
+
{
|
|
3437
|
+
"description": "Specify the text for Label",
|
|
3438
|
+
"name": "text"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"description": "Specify if the Label displays as optional",
|
|
3442
|
+
"name": "optional"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"description": "Specify if the icon displays to add a Tooltip",
|
|
3446
|
+
"name": "tooltip"
|
|
3447
|
+
}
|
|
3448
|
+
],
|
|
3449
|
+
"members": [
|
|
3450
|
+
{
|
|
3451
|
+
"kind": "field",
|
|
3452
|
+
"name": "disabled",
|
|
3453
|
+
"type": {
|
|
3454
|
+
"text": "boolean"
|
|
3455
|
+
},
|
|
3456
|
+
"default": "false",
|
|
3457
|
+
"description": "Specify if the Label displays disabled",
|
|
3458
|
+
"attribute": "disabled"
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"kind": "field",
|
|
3462
|
+
"name": "required",
|
|
3463
|
+
"type": {
|
|
3464
|
+
"text": "boolean"
|
|
3465
|
+
},
|
|
3466
|
+
"default": "false",
|
|
3467
|
+
"description": "Specify if the Label displays as required",
|
|
3468
|
+
"attribute": "required"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"kind": "field",
|
|
3472
|
+
"name": "text",
|
|
3473
|
+
"type": {
|
|
3474
|
+
"text": "string | undefined"
|
|
3475
|
+
},
|
|
3476
|
+
"description": "Specify the text for Label",
|
|
3477
|
+
"attribute": "text"
|
|
3478
|
+
},
|
|
3479
|
+
{
|
|
3480
|
+
"kind": "field",
|
|
3481
|
+
"name": "optional",
|
|
3292
3482
|
"type": {
|
|
3293
|
-
"text": "
|
|
3483
|
+
"text": "string | undefined"
|
|
3294
3484
|
},
|
|
3295
|
-
"
|
|
3296
|
-
"
|
|
3297
|
-
"fieldName": "hideRequiredMarker"
|
|
3485
|
+
"description": "Specify the optional text for Label",
|
|
3486
|
+
"attribute": "optional"
|
|
3298
3487
|
},
|
|
3299
3488
|
{
|
|
3300
|
-
"
|
|
3489
|
+
"kind": "field",
|
|
3490
|
+
"name": "for",
|
|
3301
3491
|
"type": {
|
|
3302
3492
|
"text": "string | undefined"
|
|
3303
3493
|
},
|
|
3304
|
-
"description": "Specify
|
|
3305
|
-
"
|
|
3494
|
+
"description": "Specify the id of the form element the Label is associated with.\nHandles click-to-focus across shadow DOM. See class-level remarks\nfor accessibility guidance with non-Beam inputs.",
|
|
3495
|
+
"attribute": "for"
|
|
3306
3496
|
},
|
|
3307
3497
|
{
|
|
3308
|
-
"
|
|
3498
|
+
"kind": "field",
|
|
3499
|
+
"name": "theme",
|
|
3309
3500
|
"type": {
|
|
3310
|
-
"text": "
|
|
3501
|
+
"text": "'light' | 'dark' | undefined"
|
|
3311
3502
|
},
|
|
3312
|
-
"
|
|
3313
|
-
"
|
|
3314
|
-
|
|
3315
|
-
|
|
3503
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
3504
|
+
"attribute": "theme"
|
|
3505
|
+
}
|
|
3506
|
+
],
|
|
3507
|
+
"attributes": [
|
|
3316
3508
|
{
|
|
3317
3509
|
"name": "disabled",
|
|
3318
3510
|
"type": {
|
|
3319
3511
|
"text": "boolean"
|
|
3320
3512
|
},
|
|
3321
3513
|
"default": "false",
|
|
3322
|
-
"description": "Specify if
|
|
3514
|
+
"description": "Specify if the Label displays disabled",
|
|
3323
3515
|
"fieldName": "disabled"
|
|
3324
3516
|
},
|
|
3325
3517
|
{
|
|
3326
|
-
"name": "
|
|
3518
|
+
"name": "required",
|
|
3327
3519
|
"type": {
|
|
3328
|
-
"text": "
|
|
3520
|
+
"text": "boolean"
|
|
3329
3521
|
},
|
|
3330
|
-
"default": "
|
|
3331
|
-
"
|
|
3332
|
-
"
|
|
3333
|
-
"name": "FormField",
|
|
3334
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3335
|
-
}
|
|
3522
|
+
"default": "false",
|
|
3523
|
+
"description": "Specify if the Label displays as required",
|
|
3524
|
+
"fieldName": "required"
|
|
3336
3525
|
},
|
|
3337
3526
|
{
|
|
3338
|
-
"name": "
|
|
3527
|
+
"name": "text",
|
|
3339
3528
|
"type": {
|
|
3340
|
-
"text": "string"
|
|
3529
|
+
"text": "string | undefined"
|
|
3341
3530
|
},
|
|
3342
|
-
"
|
|
3343
|
-
"fieldName": "
|
|
3344
|
-
"inheritedFrom": {
|
|
3345
|
-
"name": "FormField",
|
|
3346
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3347
|
-
}
|
|
3531
|
+
"description": "Specify the text for Label",
|
|
3532
|
+
"fieldName": "text"
|
|
3348
3533
|
},
|
|
3349
3534
|
{
|
|
3350
|
-
"name": "
|
|
3535
|
+
"name": "optional",
|
|
3351
3536
|
"type": {
|
|
3352
|
-
"text": "string"
|
|
3537
|
+
"text": "string | undefined"
|
|
3353
3538
|
},
|
|
3354
|
-
"
|
|
3355
|
-
"fieldName": "
|
|
3356
|
-
"inheritedFrom": {
|
|
3357
|
-
"name": "FormField",
|
|
3358
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3359
|
-
}
|
|
3539
|
+
"description": "Specify the optional text for Label",
|
|
3540
|
+
"fieldName": "optional"
|
|
3360
3541
|
},
|
|
3361
3542
|
{
|
|
3362
|
-
"name": "
|
|
3543
|
+
"name": "for",
|
|
3363
3544
|
"type": {
|
|
3364
|
-
"text": "
|
|
3545
|
+
"text": "string | undefined"
|
|
3365
3546
|
},
|
|
3366
|
-
"
|
|
3367
|
-
"fieldName": "
|
|
3368
|
-
"inheritedFrom": {
|
|
3369
|
-
"name": "FormField",
|
|
3370
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3371
|
-
}
|
|
3547
|
+
"description": "Specify the id of the form element the Label is associated with.\nHandles click-to-focus across shadow DOM. See class-level remarks\nfor accessibility guidance with non-Beam inputs.",
|
|
3548
|
+
"fieldName": "for"
|
|
3372
3549
|
},
|
|
3373
3550
|
{
|
|
3374
|
-
"name": "
|
|
3551
|
+
"name": "theme",
|
|
3375
3552
|
"type": {
|
|
3376
|
-
"text": "
|
|
3553
|
+
"text": "'light' | 'dark' | undefined"
|
|
3377
3554
|
},
|
|
3378
|
-
"
|
|
3379
|
-
"
|
|
3380
|
-
"name": "FormField",
|
|
3381
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3382
|
-
}
|
|
3555
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
3556
|
+
"fieldName": "theme"
|
|
3383
3557
|
}
|
|
3384
3558
|
],
|
|
3385
3559
|
"superclass": {
|
|
3386
|
-
"name": "
|
|
3387
|
-
"
|
|
3560
|
+
"name": "LitElement",
|
|
3561
|
+
"package": "lit"
|
|
3388
3562
|
},
|
|
3389
|
-
"
|
|
3563
|
+
"summary": "`bm-label`",
|
|
3564
|
+
"tagName": "bm-label",
|
|
3390
3565
|
"customElement": true
|
|
3391
3566
|
}
|
|
3392
3567
|
],
|
|
3393
3568
|
"exports": [
|
|
3394
3569
|
{
|
|
3395
3570
|
"kind": "js",
|
|
3396
|
-
"name": "
|
|
3571
|
+
"name": "BmLabel",
|
|
3397
3572
|
"declaration": {
|
|
3398
|
-
"name": "
|
|
3399
|
-
"module": "libs/web-components/src/lib/
|
|
3573
|
+
"name": "BmLabel",
|
|
3574
|
+
"module": "libs/web-components/src/lib/Label/Label.ts"
|
|
3400
3575
|
}
|
|
3401
3576
|
},
|
|
3402
3577
|
{
|
|
3403
3578
|
"kind": "custom-element-definition",
|
|
3404
|
-
"name": "bm-
|
|
3579
|
+
"name": "bm-label",
|
|
3405
3580
|
"declaration": {
|
|
3406
|
-
"name": "
|
|
3407
|
-
"module": "libs/web-components/src/lib/
|
|
3581
|
+
"name": "BmLabel",
|
|
3582
|
+
"module": "libs/web-components/src/lib/Label/Label.ts"
|
|
3408
3583
|
}
|
|
3409
3584
|
}
|
|
3410
3585
|
]
|
|
3411
3586
|
},
|
|
3412
3587
|
{
|
|
3413
3588
|
"kind": "javascript-module",
|
|
3414
|
-
"path": "libs/web-components/src/lib/
|
|
3589
|
+
"path": "libs/web-components/src/lib/Label/index.ts",
|
|
3415
3590
|
"declarations": [],
|
|
3416
3591
|
"exports": [
|
|
3417
3592
|
{
|
|
@@ -3419,7 +3594,7 @@
|
|
|
3419
3594
|
"name": "*",
|
|
3420
3595
|
"declaration": {
|
|
3421
3596
|
"name": "*",
|
|
3422
|
-
"package": "./
|
|
3597
|
+
"package": "./Label"
|
|
3423
3598
|
}
|
|
3424
3599
|
}
|
|
3425
3600
|
]
|
|
@@ -7659,192 +7834,26 @@
|
|
|
7659
7834
|
"kind": "function",
|
|
7660
7835
|
"name": "createId",
|
|
7661
7836
|
"return": {
|
|
7662
|
-
"type": {
|
|
7663
|
-
"text": "string"
|
|
7664
|
-
}
|
|
7665
|
-
}
|
|
7666
|
-
}
|
|
7667
|
-
],
|
|
7668
|
-
"exports": [
|
|
7669
|
-
{
|
|
7670
|
-
"kind": "js",
|
|
7671
|
-
"name": "createId",
|
|
7672
|
-
"declaration": {
|
|
7673
|
-
"name": "createId",
|
|
7674
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
7675
|
-
}
|
|
7676
|
-
}
|
|
7677
|
-
]
|
|
7678
|
-
},
|
|
7679
|
-
{
|
|
7680
|
-
"kind": "javascript-module",
|
|
7681
|
-
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
7682
|
-
"declarations": [],
|
|
7683
|
-
"exports": [
|
|
7684
|
-
{
|
|
7685
|
-
"kind": "js",
|
|
7686
|
-
"name": "*",
|
|
7687
|
-
"declaration": {
|
|
7688
|
-
"name": "*",
|
|
7689
|
-
"package": "./Form"
|
|
7690
|
-
}
|
|
7691
|
-
},
|
|
7692
|
-
{
|
|
7693
|
-
"kind": "js",
|
|
7694
|
-
"name": "*",
|
|
7695
|
-
"declaration": {
|
|
7696
|
-
"name": "*",
|
|
7697
|
-
"package": "./Form.decorator"
|
|
7698
|
-
}
|
|
7699
|
-
}
|
|
7700
|
-
]
|
|
7701
|
-
},
|
|
7702
|
-
{
|
|
7703
|
-
"kind": "javascript-module",
|
|
7704
|
-
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
7705
|
-
"declarations": [
|
|
7706
|
-
{
|
|
7707
|
-
"kind": "class",
|
|
7708
|
-
"description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7709
|
-
"name": "BmLabel",
|
|
7710
|
-
"slots": [
|
|
7711
|
-
{
|
|
7712
|
-
"description": "Specify the text for Label",
|
|
7713
|
-
"name": "text"
|
|
7714
|
-
},
|
|
7715
|
-
{
|
|
7716
|
-
"description": "Specify if the Label displays as optional",
|
|
7717
|
-
"name": "optional"
|
|
7718
|
-
},
|
|
7719
|
-
{
|
|
7720
|
-
"description": "Specify if the icon displays to add a Tooltip",
|
|
7721
|
-
"name": "tooltip"
|
|
7722
|
-
}
|
|
7723
|
-
],
|
|
7724
|
-
"members": [
|
|
7725
|
-
{
|
|
7726
|
-
"kind": "field",
|
|
7727
|
-
"name": "disabled",
|
|
7728
|
-
"type": {
|
|
7729
|
-
"text": "boolean"
|
|
7730
|
-
},
|
|
7731
|
-
"default": "false",
|
|
7732
|
-
"description": "Specify if the Label displays disabled",
|
|
7733
|
-
"attribute": "disabled"
|
|
7734
|
-
},
|
|
7735
|
-
{
|
|
7736
|
-
"kind": "field",
|
|
7737
|
-
"name": "required",
|
|
7738
|
-
"type": {
|
|
7739
|
-
"text": "boolean"
|
|
7740
|
-
},
|
|
7741
|
-
"default": "false",
|
|
7742
|
-
"description": "Specify if the Label displays as required",
|
|
7743
|
-
"attribute": "required"
|
|
7744
|
-
},
|
|
7745
|
-
{
|
|
7746
|
-
"kind": "field",
|
|
7747
|
-
"name": "text",
|
|
7748
|
-
"type": {
|
|
7749
|
-
"text": "string | undefined"
|
|
7750
|
-
},
|
|
7751
|
-
"description": "Specify the text for Label",
|
|
7752
|
-
"attribute": "text"
|
|
7753
|
-
},
|
|
7754
|
-
{
|
|
7755
|
-
"kind": "field",
|
|
7756
|
-
"name": "optional",
|
|
7757
|
-
"type": {
|
|
7758
|
-
"text": "string | undefined"
|
|
7759
|
-
},
|
|
7760
|
-
"description": "Specify the text for Label",
|
|
7761
|
-
"attribute": "optional"
|
|
7762
|
-
},
|
|
7763
|
-
{
|
|
7764
|
-
"kind": "field",
|
|
7765
|
-
"name": "theme",
|
|
7766
|
-
"type": {
|
|
7767
|
-
"text": "'light' | 'dark' | undefined"
|
|
7768
|
-
},
|
|
7769
|
-
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7770
|
-
"attribute": "theme"
|
|
7771
|
-
}
|
|
7772
|
-
],
|
|
7773
|
-
"attributes": [
|
|
7774
|
-
{
|
|
7775
|
-
"name": "disabled",
|
|
7776
|
-
"type": {
|
|
7777
|
-
"text": "boolean"
|
|
7778
|
-
},
|
|
7779
|
-
"default": "false",
|
|
7780
|
-
"description": "Specify if the Label displays disabled",
|
|
7781
|
-
"fieldName": "disabled"
|
|
7782
|
-
},
|
|
7783
|
-
{
|
|
7784
|
-
"name": "required",
|
|
7785
|
-
"type": {
|
|
7786
|
-
"text": "boolean"
|
|
7787
|
-
},
|
|
7788
|
-
"default": "false",
|
|
7789
|
-
"description": "Specify if the Label displays as required",
|
|
7790
|
-
"fieldName": "required"
|
|
7791
|
-
},
|
|
7792
|
-
{
|
|
7793
|
-
"name": "text",
|
|
7794
|
-
"type": {
|
|
7795
|
-
"text": "string | undefined"
|
|
7796
|
-
},
|
|
7797
|
-
"description": "Specify the text for Label",
|
|
7798
|
-
"fieldName": "text"
|
|
7799
|
-
},
|
|
7800
|
-
{
|
|
7801
|
-
"name": "optional",
|
|
7802
|
-
"type": {
|
|
7803
|
-
"text": "string | undefined"
|
|
7804
|
-
},
|
|
7805
|
-
"description": "Specify the text for Label",
|
|
7806
|
-
"fieldName": "optional"
|
|
7807
|
-
},
|
|
7808
|
-
{
|
|
7809
|
-
"name": "theme",
|
|
7810
|
-
"type": {
|
|
7811
|
-
"text": "'light' | 'dark' | undefined"
|
|
7812
|
-
},
|
|
7813
|
-
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7814
|
-
"fieldName": "theme"
|
|
7837
|
+
"type": {
|
|
7838
|
+
"text": "string"
|
|
7815
7839
|
}
|
|
7816
|
-
|
|
7817
|
-
"superclass": {
|
|
7818
|
-
"name": "LitElement",
|
|
7819
|
-
"package": "lit"
|
|
7820
|
-
},
|
|
7821
|
-
"summary": "`bm-label`",
|
|
7822
|
-
"tagName": "bm-label",
|
|
7823
|
-
"customElement": true
|
|
7840
|
+
}
|
|
7824
7841
|
}
|
|
7825
7842
|
],
|
|
7826
7843
|
"exports": [
|
|
7827
7844
|
{
|
|
7828
7845
|
"kind": "js",
|
|
7829
|
-
"name": "
|
|
7830
|
-
"declaration": {
|
|
7831
|
-
"name": "BmLabel",
|
|
7832
|
-
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
7833
|
-
}
|
|
7834
|
-
},
|
|
7835
|
-
{
|
|
7836
|
-
"kind": "custom-element-definition",
|
|
7837
|
-
"name": "bm-label",
|
|
7846
|
+
"name": "createId",
|
|
7838
7847
|
"declaration": {
|
|
7839
|
-
"name": "
|
|
7840
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7848
|
+
"name": "createId",
|
|
7849
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
7841
7850
|
}
|
|
7842
7851
|
}
|
|
7843
7852
|
]
|
|
7844
7853
|
},
|
|
7845
7854
|
{
|
|
7846
7855
|
"kind": "javascript-module",
|
|
7847
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7856
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
7848
7857
|
"declarations": [],
|
|
7849
7858
|
"exports": [
|
|
7850
7859
|
{
|
|
@@ -7852,7 +7861,15 @@
|
|
|
7852
7861
|
"name": "*",
|
|
7853
7862
|
"declaration": {
|
|
7854
7863
|
"name": "*",
|
|
7855
|
-
"package": "./
|
|
7864
|
+
"package": "./Form"
|
|
7865
|
+
}
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"kind": "js",
|
|
7869
|
+
"name": "*",
|
|
7870
|
+
"declaration": {
|
|
7871
|
+
"name": "*",
|
|
7872
|
+
"package": "./Form.decorator"
|
|
7856
7873
|
}
|
|
7857
7874
|
}
|
|
7858
7875
|
]
|
|
@@ -8427,232 +8444,10 @@
|
|
|
8427
8444
|
{
|
|
8428
8445
|
"name": "value",
|
|
8429
8446
|
"type": {
|
|
8430
|
-
"text": "string | undefined"
|
|
8431
|
-
},
|
|
8432
|
-
"description": "The value attribute for the input element",
|
|
8433
|
-
"fieldName": "value"
|
|
8434
|
-
},
|
|
8435
|
-
{
|
|
8436
|
-
"name": "checked",
|
|
8437
|
-
"type": {
|
|
8438
|
-
"text": "boolean"
|
|
8439
|
-
},
|
|
8440
|
-
"default": "false",
|
|
8441
|
-
"description": "The checked attribute for the input element",
|
|
8442
|
-
"fieldName": "checked"
|
|
8443
|
-
},
|
|
8444
|
-
{
|
|
8445
|
-
"name": "onKeyDown",
|
|
8446
|
-
"type": {
|
|
8447
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8448
|
-
},
|
|
8449
|
-
"description": "A user-defined function to handle keydown events",
|
|
8450
|
-
"fieldName": "onKeyDown"
|
|
8451
|
-
}
|
|
8452
|
-
],
|
|
8453
|
-
"superclass": {
|
|
8454
|
-
"name": "LitElement",
|
|
8455
|
-
"package": "lit"
|
|
8456
|
-
},
|
|
8457
|
-
"tagName": "bm-radio-button",
|
|
8458
|
-
"customElement": true
|
|
8459
|
-
}
|
|
8460
|
-
],
|
|
8461
|
-
"exports": [
|
|
8462
|
-
{
|
|
8463
|
-
"kind": "js",
|
|
8464
|
-
"name": "BmRadioButton",
|
|
8465
|
-
"declaration": {
|
|
8466
|
-
"name": "BmRadioButton",
|
|
8467
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8468
|
-
}
|
|
8469
|
-
},
|
|
8470
|
-
{
|
|
8471
|
-
"kind": "custom-element-definition",
|
|
8472
|
-
"name": "bm-radio-button",
|
|
8473
|
-
"declaration": {
|
|
8474
|
-
"name": "BmRadioButton",
|
|
8475
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8476
|
-
}
|
|
8477
|
-
}
|
|
8478
|
-
]
|
|
8479
|
-
},
|
|
8480
|
-
{
|
|
8481
|
-
"kind": "javascript-module",
|
|
8482
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8483
|
-
"declarations": [],
|
|
8484
|
-
"exports": [
|
|
8485
|
-
{
|
|
8486
|
-
"kind": "js",
|
|
8487
|
-
"name": "*",
|
|
8488
|
-
"declaration": {
|
|
8489
|
-
"name": "*",
|
|
8490
|
-
"package": "./RadioButton"
|
|
8491
|
-
}
|
|
8492
|
-
},
|
|
8493
|
-
{
|
|
8494
|
-
"kind": "js",
|
|
8495
|
-
"name": "*",
|
|
8496
|
-
"declaration": {
|
|
8497
|
-
"name": "*",
|
|
8498
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8499
|
-
}
|
|
8500
|
-
}
|
|
8501
|
-
]
|
|
8502
|
-
},
|
|
8503
|
-
{
|
|
8504
|
-
"kind": "javascript-module",
|
|
8505
|
-
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
8506
|
-
"declarations": [
|
|
8507
|
-
{
|
|
8508
|
-
"kind": "class",
|
|
8509
|
-
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
8510
|
-
"name": "BmSwitch",
|
|
8511
|
-
"slots": [
|
|
8512
|
-
{
|
|
8513
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8514
|
-
"name": "onText"
|
|
8515
|
-
},
|
|
8516
|
-
{
|
|
8517
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8518
|
-
"name": "offText"
|
|
8519
|
-
}
|
|
8520
|
-
],
|
|
8521
|
-
"members": [
|
|
8522
|
-
{
|
|
8523
|
-
"kind": "field",
|
|
8524
|
-
"name": "inputChoiceGroupContext",
|
|
8525
|
-
"type": {
|
|
8526
|
-
"text": "InputChoiceGroupContextProps"
|
|
8527
|
-
}
|
|
8528
|
-
},
|
|
8529
|
-
{
|
|
8530
|
-
"kind": "field",
|
|
8531
|
-
"name": "onText",
|
|
8532
|
-
"type": {
|
|
8533
|
-
"text": "string | undefined"
|
|
8534
|
-
},
|
|
8535
|
-
"default": "undefined",
|
|
8536
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8537
|
-
"attribute": "onText"
|
|
8538
|
-
},
|
|
8539
|
-
{
|
|
8540
|
-
"kind": "field",
|
|
8541
|
-
"name": "offText",
|
|
8542
|
-
"type": {
|
|
8543
|
-
"text": "string | undefined"
|
|
8544
|
-
},
|
|
8545
|
-
"default": "undefined",
|
|
8546
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8547
|
-
"attribute": "offText"
|
|
8548
|
-
},
|
|
8549
|
-
{
|
|
8550
|
-
"kind": "field",
|
|
8551
|
-
"name": "theme",
|
|
8552
|
-
"type": {
|
|
8553
|
-
"text": "ThemeTypes | undefined"
|
|
8554
|
-
},
|
|
8555
|
-
"default": "undefined",
|
|
8556
|
-
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
8557
|
-
},
|
|
8558
|
-
{
|
|
8559
|
-
"kind": "field",
|
|
8560
|
-
"name": "textPosition",
|
|
8561
|
-
"type": {
|
|
8562
|
-
"text": "'before' | 'after'"
|
|
8563
|
-
},
|
|
8564
|
-
"default": "'after'",
|
|
8565
|
-
"description": "Specify the position of the side label",
|
|
8566
|
-
"attribute": "textPosition"
|
|
8567
|
-
},
|
|
8568
|
-
{
|
|
8569
|
-
"kind": "field",
|
|
8570
|
-
"name": "readOnly",
|
|
8571
|
-
"type": {
|
|
8572
|
-
"text": "boolean"
|
|
8573
|
-
},
|
|
8574
|
-
"default": "false",
|
|
8575
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
8576
|
-
"attribute": "readOnly"
|
|
8577
|
-
},
|
|
8578
|
-
{
|
|
8579
|
-
"kind": "field",
|
|
8580
|
-
"name": "disabled",
|
|
8581
|
-
"type": {
|
|
8582
|
-
"text": "boolean"
|
|
8583
|
-
},
|
|
8584
|
-
"default": "false",
|
|
8585
|
-
"description": "Specify if Switch displays in a disabled state",
|
|
8586
|
-
"attribute": "disabled"
|
|
8587
|
-
},
|
|
8588
|
-
{
|
|
8589
|
-
"kind": "field",
|
|
8590
|
-
"name": "checked",
|
|
8591
|
-
"type": {
|
|
8592
|
-
"text": "boolean"
|
|
8593
|
-
},
|
|
8594
|
-
"default": "false",
|
|
8595
|
-
"attribute": "checked"
|
|
8596
|
-
},
|
|
8597
|
-
{
|
|
8598
|
-
"kind": "field",
|
|
8599
|
-
"name": "value",
|
|
8600
|
-
"type": {
|
|
8601
|
-
"text": "string | undefined"
|
|
8602
|
-
},
|
|
8603
|
-
"description": "The value attribute for the input element",
|
|
8604
|
-
"attribute": "value"
|
|
8605
|
-
},
|
|
8606
|
-
{
|
|
8607
|
-
"kind": "field",
|
|
8608
|
-
"name": "switchRef"
|
|
8609
|
-
}
|
|
8610
|
-
],
|
|
8611
|
-
"attributes": [
|
|
8612
|
-
{
|
|
8613
|
-
"name": "onText",
|
|
8614
|
-
"type": {
|
|
8615
|
-
"text": "string | undefined"
|
|
8616
|
-
},
|
|
8617
|
-
"default": "undefined",
|
|
8618
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8619
|
-
"fieldName": "onText"
|
|
8620
|
-
},
|
|
8621
|
-
{
|
|
8622
|
-
"name": "offText",
|
|
8623
|
-
"type": {
|
|
8624
|
-
"text": "string | undefined"
|
|
8625
|
-
},
|
|
8626
|
-
"default": "undefined",
|
|
8627
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8628
|
-
"fieldName": "offText"
|
|
8629
|
-
},
|
|
8630
|
-
{
|
|
8631
|
-
"name": "textPosition",
|
|
8632
|
-
"type": {
|
|
8633
|
-
"text": "'before' | 'after'"
|
|
8634
|
-
},
|
|
8635
|
-
"default": "'after'",
|
|
8636
|
-
"description": "Specify the position of the side label",
|
|
8637
|
-
"fieldName": "textPosition"
|
|
8638
|
-
},
|
|
8639
|
-
{
|
|
8640
|
-
"name": "readOnly",
|
|
8641
|
-
"type": {
|
|
8642
|
-
"text": "boolean"
|
|
8643
|
-
},
|
|
8644
|
-
"default": "false",
|
|
8645
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
8646
|
-
"fieldName": "readOnly"
|
|
8647
|
-
},
|
|
8648
|
-
{
|
|
8649
|
-
"name": "disabled",
|
|
8650
|
-
"type": {
|
|
8651
|
-
"text": "boolean"
|
|
8447
|
+
"text": "string | undefined"
|
|
8652
8448
|
},
|
|
8653
|
-
"
|
|
8654
|
-
"
|
|
8655
|
-
"fieldName": "disabled"
|
|
8449
|
+
"description": "The value attribute for the input element",
|
|
8450
|
+
"fieldName": "value"
|
|
8656
8451
|
},
|
|
8657
8452
|
{
|
|
8658
8453
|
"name": "checked",
|
|
@@ -8660,47 +8455,48 @@
|
|
|
8660
8455
|
"text": "boolean"
|
|
8661
8456
|
},
|
|
8662
8457
|
"default": "false",
|
|
8458
|
+
"description": "The checked attribute for the input element",
|
|
8663
8459
|
"fieldName": "checked"
|
|
8664
8460
|
},
|
|
8665
8461
|
{
|
|
8666
|
-
"name": "
|
|
8462
|
+
"name": "onKeyDown",
|
|
8667
8463
|
"type": {
|
|
8668
|
-
"text": "
|
|
8464
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8669
8465
|
},
|
|
8670
|
-
"description": "
|
|
8671
|
-
"fieldName": "
|
|
8466
|
+
"description": "A user-defined function to handle keydown events",
|
|
8467
|
+
"fieldName": "onKeyDown"
|
|
8672
8468
|
}
|
|
8673
8469
|
],
|
|
8674
8470
|
"superclass": {
|
|
8675
8471
|
"name": "LitElement",
|
|
8676
8472
|
"package": "lit"
|
|
8677
8473
|
},
|
|
8678
|
-
"tagName": "bm-
|
|
8474
|
+
"tagName": "bm-radio-button",
|
|
8679
8475
|
"customElement": true
|
|
8680
8476
|
}
|
|
8681
8477
|
],
|
|
8682
8478
|
"exports": [
|
|
8683
8479
|
{
|
|
8684
8480
|
"kind": "js",
|
|
8685
|
-
"name": "
|
|
8481
|
+
"name": "BmRadioButton",
|
|
8686
8482
|
"declaration": {
|
|
8687
|
-
"name": "
|
|
8688
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8483
|
+
"name": "BmRadioButton",
|
|
8484
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8689
8485
|
}
|
|
8690
8486
|
},
|
|
8691
8487
|
{
|
|
8692
8488
|
"kind": "custom-element-definition",
|
|
8693
|
-
"name": "bm-
|
|
8489
|
+
"name": "bm-radio-button",
|
|
8694
8490
|
"declaration": {
|
|
8695
|
-
"name": "
|
|
8696
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8491
|
+
"name": "BmRadioButton",
|
|
8492
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8697
8493
|
}
|
|
8698
8494
|
}
|
|
8699
8495
|
]
|
|
8700
8496
|
},
|
|
8701
8497
|
{
|
|
8702
8498
|
"kind": "javascript-module",
|
|
8703
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8499
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8704
8500
|
"declarations": [],
|
|
8705
8501
|
"exports": [
|
|
8706
8502
|
{
|
|
@@ -8708,7 +8504,7 @@
|
|
|
8708
8504
|
"name": "*",
|
|
8709
8505
|
"declaration": {
|
|
8710
8506
|
"name": "*",
|
|
8711
|
-
"package": "./
|
|
8507
|
+
"package": "./RadioButton"
|
|
8712
8508
|
}
|
|
8713
8509
|
},
|
|
8714
8510
|
{
|
|
@@ -8716,7 +8512,7 @@
|
|
|
8716
8512
|
"name": "*",
|
|
8717
8513
|
"declaration": {
|
|
8718
8514
|
"name": "*",
|
|
8719
|
-
"package": "./
|
|
8515
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8720
8516
|
}
|
|
8721
8517
|
}
|
|
8722
8518
|
]
|
|
@@ -9236,6 +9032,227 @@
|
|
|
9236
9032
|
}
|
|
9237
9033
|
]
|
|
9238
9034
|
},
|
|
9035
|
+
{
|
|
9036
|
+
"kind": "javascript-module",
|
|
9037
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9038
|
+
"declarations": [
|
|
9039
|
+
{
|
|
9040
|
+
"kind": "class",
|
|
9041
|
+
"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",
|
|
9042
|
+
"name": "BmSwitch",
|
|
9043
|
+
"slots": [
|
|
9044
|
+
{
|
|
9045
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9046
|
+
"name": "onText"
|
|
9047
|
+
},
|
|
9048
|
+
{
|
|
9049
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9050
|
+
"name": "offText"
|
|
9051
|
+
}
|
|
9052
|
+
],
|
|
9053
|
+
"members": [
|
|
9054
|
+
{
|
|
9055
|
+
"kind": "field",
|
|
9056
|
+
"name": "inputChoiceGroupContext",
|
|
9057
|
+
"type": {
|
|
9058
|
+
"text": "InputChoiceGroupContextProps"
|
|
9059
|
+
}
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"kind": "field",
|
|
9063
|
+
"name": "onText",
|
|
9064
|
+
"type": {
|
|
9065
|
+
"text": "string | undefined"
|
|
9066
|
+
},
|
|
9067
|
+
"default": "undefined",
|
|
9068
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9069
|
+
"attribute": "onText"
|
|
9070
|
+
},
|
|
9071
|
+
{
|
|
9072
|
+
"kind": "field",
|
|
9073
|
+
"name": "offText",
|
|
9074
|
+
"type": {
|
|
9075
|
+
"text": "string | undefined"
|
|
9076
|
+
},
|
|
9077
|
+
"default": "undefined",
|
|
9078
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9079
|
+
"attribute": "offText"
|
|
9080
|
+
},
|
|
9081
|
+
{
|
|
9082
|
+
"kind": "field",
|
|
9083
|
+
"name": "theme",
|
|
9084
|
+
"type": {
|
|
9085
|
+
"text": "ThemeTypes | undefined"
|
|
9086
|
+
},
|
|
9087
|
+
"default": "undefined",
|
|
9088
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9089
|
+
},
|
|
9090
|
+
{
|
|
9091
|
+
"kind": "field",
|
|
9092
|
+
"name": "textPosition",
|
|
9093
|
+
"type": {
|
|
9094
|
+
"text": "'before' | 'after'"
|
|
9095
|
+
},
|
|
9096
|
+
"default": "'after'",
|
|
9097
|
+
"description": "Specify the position of the side label",
|
|
9098
|
+
"attribute": "textPosition"
|
|
9099
|
+
},
|
|
9100
|
+
{
|
|
9101
|
+
"kind": "field",
|
|
9102
|
+
"name": "readOnly",
|
|
9103
|
+
"type": {
|
|
9104
|
+
"text": "boolean"
|
|
9105
|
+
},
|
|
9106
|
+
"default": "false",
|
|
9107
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9108
|
+
"attribute": "readOnly"
|
|
9109
|
+
},
|
|
9110
|
+
{
|
|
9111
|
+
"kind": "field",
|
|
9112
|
+
"name": "disabled",
|
|
9113
|
+
"type": {
|
|
9114
|
+
"text": "boolean"
|
|
9115
|
+
},
|
|
9116
|
+
"default": "false",
|
|
9117
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9118
|
+
"attribute": "disabled"
|
|
9119
|
+
},
|
|
9120
|
+
{
|
|
9121
|
+
"kind": "field",
|
|
9122
|
+
"name": "checked",
|
|
9123
|
+
"type": {
|
|
9124
|
+
"text": "boolean"
|
|
9125
|
+
},
|
|
9126
|
+
"default": "false",
|
|
9127
|
+
"attribute": "checked"
|
|
9128
|
+
},
|
|
9129
|
+
{
|
|
9130
|
+
"kind": "field",
|
|
9131
|
+
"name": "value",
|
|
9132
|
+
"type": {
|
|
9133
|
+
"text": "string | undefined"
|
|
9134
|
+
},
|
|
9135
|
+
"description": "The value attribute for the input element",
|
|
9136
|
+
"attribute": "value"
|
|
9137
|
+
},
|
|
9138
|
+
{
|
|
9139
|
+
"kind": "field",
|
|
9140
|
+
"name": "switchRef"
|
|
9141
|
+
}
|
|
9142
|
+
],
|
|
9143
|
+
"attributes": [
|
|
9144
|
+
{
|
|
9145
|
+
"name": "onText",
|
|
9146
|
+
"type": {
|
|
9147
|
+
"text": "string | undefined"
|
|
9148
|
+
},
|
|
9149
|
+
"default": "undefined",
|
|
9150
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9151
|
+
"fieldName": "onText"
|
|
9152
|
+
},
|
|
9153
|
+
{
|
|
9154
|
+
"name": "offText",
|
|
9155
|
+
"type": {
|
|
9156
|
+
"text": "string | undefined"
|
|
9157
|
+
},
|
|
9158
|
+
"default": "undefined",
|
|
9159
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9160
|
+
"fieldName": "offText"
|
|
9161
|
+
},
|
|
9162
|
+
{
|
|
9163
|
+
"name": "textPosition",
|
|
9164
|
+
"type": {
|
|
9165
|
+
"text": "'before' | 'after'"
|
|
9166
|
+
},
|
|
9167
|
+
"default": "'after'",
|
|
9168
|
+
"description": "Specify the position of the side label",
|
|
9169
|
+
"fieldName": "textPosition"
|
|
9170
|
+
},
|
|
9171
|
+
{
|
|
9172
|
+
"name": "readOnly",
|
|
9173
|
+
"type": {
|
|
9174
|
+
"text": "boolean"
|
|
9175
|
+
},
|
|
9176
|
+
"default": "false",
|
|
9177
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
9178
|
+
"fieldName": "readOnly"
|
|
9179
|
+
},
|
|
9180
|
+
{
|
|
9181
|
+
"name": "disabled",
|
|
9182
|
+
"type": {
|
|
9183
|
+
"text": "boolean"
|
|
9184
|
+
},
|
|
9185
|
+
"default": "false",
|
|
9186
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
9187
|
+
"fieldName": "disabled"
|
|
9188
|
+
},
|
|
9189
|
+
{
|
|
9190
|
+
"name": "checked",
|
|
9191
|
+
"type": {
|
|
9192
|
+
"text": "boolean"
|
|
9193
|
+
},
|
|
9194
|
+
"default": "false",
|
|
9195
|
+
"fieldName": "checked"
|
|
9196
|
+
},
|
|
9197
|
+
{
|
|
9198
|
+
"name": "value",
|
|
9199
|
+
"type": {
|
|
9200
|
+
"text": "string | undefined"
|
|
9201
|
+
},
|
|
9202
|
+
"description": "The value attribute for the input element",
|
|
9203
|
+
"fieldName": "value"
|
|
9204
|
+
}
|
|
9205
|
+
],
|
|
9206
|
+
"superclass": {
|
|
9207
|
+
"name": "LitElement",
|
|
9208
|
+
"package": "lit"
|
|
9209
|
+
},
|
|
9210
|
+
"tagName": "bm-switch",
|
|
9211
|
+
"customElement": true
|
|
9212
|
+
}
|
|
9213
|
+
],
|
|
9214
|
+
"exports": [
|
|
9215
|
+
{
|
|
9216
|
+
"kind": "js",
|
|
9217
|
+
"name": "BmSwitch",
|
|
9218
|
+
"declaration": {
|
|
9219
|
+
"name": "BmSwitch",
|
|
9220
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9221
|
+
}
|
|
9222
|
+
},
|
|
9223
|
+
{
|
|
9224
|
+
"kind": "custom-element-definition",
|
|
9225
|
+
"name": "bm-switch",
|
|
9226
|
+
"declaration": {
|
|
9227
|
+
"name": "BmSwitch",
|
|
9228
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
9229
|
+
}
|
|
9230
|
+
}
|
|
9231
|
+
]
|
|
9232
|
+
},
|
|
9233
|
+
{
|
|
9234
|
+
"kind": "javascript-module",
|
|
9235
|
+
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
9236
|
+
"declarations": [],
|
|
9237
|
+
"exports": [
|
|
9238
|
+
{
|
|
9239
|
+
"kind": "js",
|
|
9240
|
+
"name": "*",
|
|
9241
|
+
"declaration": {
|
|
9242
|
+
"name": "*",
|
|
9243
|
+
"package": "./Switch"
|
|
9244
|
+
}
|
|
9245
|
+
},
|
|
9246
|
+
{
|
|
9247
|
+
"kind": "js",
|
|
9248
|
+
"name": "*",
|
|
9249
|
+
"declaration": {
|
|
9250
|
+
"name": "*",
|
|
9251
|
+
"package": "./SwitchGroup/SwitchGroup"
|
|
9252
|
+
}
|
|
9253
|
+
}
|
|
9254
|
+
]
|
|
9255
|
+
},
|
|
9239
9256
|
{
|
|
9240
9257
|
"kind": "javascript-module",
|
|
9241
9258
|
"path": "libs/web-components/src/lib/wip/TextField/TextField.ts",
|