@viasat/beam-web-components 2.49.0 → 2.50.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 +3 -3
- package/Accordion/AccordionGroup.js +3 -3
- package/Accordion/index.js +1 -1
- package/Alert/Alert.js +5 -5
- package/Avatar/Avatar.js +2 -2
- package/Avatar/AvatarGroup.js +2 -2
- package/Avatar/index.js +1 -1
- package/Badge/Badge.js +2 -2
- package/BadgeDot/BadgeDot.js +2 -2
- package/Box/Box.js +2 -2
- package/Breadcrumbs/Breadcrumbs.js +3 -3
- package/Breadcrumbs/BreadcrumbsItem.js +3 -3
- package/Breadcrumbs/index.js +1 -1
- package/Button/Button.js +2 -2
- package/CloseButton/CloseButton.js +2 -2
- package/Divider/Divider.js +2 -2
- package/EmptyState/EmptyState.js +2 -2
- package/HelperText/HelperText.js +3 -3
- package/HelperText/index.js +1 -1
- package/Icon/Icon.js +2 -2
- package/InputChoiceGroup/InputChoiceGroup.js +2 -2
- package/Label/Label.js +2 -2
- package/Link/Link.js +2 -2
- package/List/List.js +2 -2
- package/List/ListItem.js +2 -2
- package/ProgressBar/ProgressBar.js +2 -2
- package/SegmentedControl/SegmentedControl.js +2 -2
- package/SegmentedControl/SegmentedControlItem.js +10 -10
- package/SegmentedControl/SegmentedControlList.js +2 -2
- package/SegmentedControl/SegmentedControlPanel.js +2 -2
- package/Spinner/Spinner.js +2 -2
- package/Text/Text.js +2 -2
- package/TextField/TextField.js +6 -6
- package/Tooltip/Tooltip.js +9 -9
- package/chunks/{Accordion.BF2pHMSP.js → Accordion.fbo-T2zU.js} +4 -4
- package/chunks/{Avatar.kVWwOxWe.js → Avatar.DkegKDfD.js} +2 -2
- package/chunks/{BreadcrumbsItem.BoIbfnh6.js → BreadcrumbsItem.xWwSJgcO.js} +2 -2
- package/chunks/{HelperText.3YJvB8x0.js → HelperText.Cc_6DlKP.js} +5 -5
- package/chunks/classNames.m6VYRyOu.js +18 -0
- package/chunks/{classNames.BQclmCHG.js → register-custom-element.D_kw6JXe.js} +34 -29
- package/custom-elements.json +1661 -1661
- package/local/Accordion/Accordion.js +4 -4
- package/local/Accordion/AccordionGroup.js +4 -4
- package/local/Accordion/index.js +1 -1
- package/local/Alert/Alert.js +11 -11
- package/local/Avatar/Avatar.js +3 -3
- package/local/Avatar/AvatarGroup.js +3 -3
- package/local/Avatar/index.js +1 -1
- package/local/Badge/Badge.js +2 -2
- package/local/BadgeDot/BadgeDot.js +2 -2
- package/local/Box/Box.js +2 -2
- package/local/Breadcrumbs/Breadcrumbs.js +3 -3
- package/local/Breadcrumbs/BreadcrumbsItem.js +3 -3
- package/local/Breadcrumbs/index.js +1 -1
- package/local/Button/Button.js +3 -3
- package/local/CloseButton/CloseButton.js +2 -2
- package/local/Divider/Divider.js +7 -7
- package/local/EmptyState/EmptyState.js +2 -2
- package/local/HelperText/HelperText.js +3 -3
- package/local/HelperText/index.js +1 -1
- package/local/Icon/Icon.js +2 -2
- package/local/InputChoiceGroup/InputChoiceGroup.js +3 -3
- package/local/Label/Label.js +2 -2
- package/local/Link/Link.js +2 -2
- package/local/List/List.js +3 -3
- package/local/List/ListItem.js +3 -3
- package/local/ProgressBar/ProgressBar.js +2 -2
- package/local/SegmentedControl/SegmentedControl.js +3 -3
- package/local/SegmentedControl/SegmentedControlItem.js +7 -7
- package/local/SegmentedControl/SegmentedControlList.js +2 -2
- package/local/SegmentedControl/SegmentedControlPanel.js +2 -2
- package/local/Spinner/Spinner.js +2 -2
- package/local/Text/Text.js +2 -2
- package/local/TextField/TextField.js +7 -7
- package/local/Tooltip/Tooltip.js +8 -8
- package/local/chunks/{Accordion.DM6Nkgnh.js → Accordion.QupR4x7N.js} +9 -9
- package/local/chunks/{Avatar.BT61pkbV.js → Avatar.D0_A6fGG.js} +2 -2
- package/local/chunks/{BreadcrumbsItem.CsPbcOZ5.js → BreadcrumbsItem.Ds7TtgQn.js} +2 -2
- package/local/chunks/classNames.Ciobzb4w.js +30 -0
- package/local/chunks/{index.CUGawMXL.js → index.BoeGm2HZ.js} +8 -8
- package/local/chunks/register-custom-element.AOEv8hcs.js +133 -0
- package/local/chunks/{state.CqiuSzAl.js → state.Dr3yBpId.js} +1 -1
- package/local/wip/Checkbox/Checkbox.js +2 -2
- package/local/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +1 -1
- package/local/wip/FileUpload/FileUpload.Button.js +2 -2
- package/local/wip/FileUpload/FileUpload.Dropzone.js +3 -3
- package/local/wip/FileUpload/FileUpload.List.Item.js +3 -3
- package/local/wip/FileUpload/FileUpload.List.js +2 -2
- package/local/wip/FileUpload/FileUpload.js +8 -8
- package/local/wip/Form/Form.decorator.js +3 -3
- package/local/wip/Form/Form.js +122 -110
- package/local/wip/NativeSelect/NativeSelect.js +10 -10
- package/local/wip/RadioButton/RadioButton.js +2 -2
- package/local/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/local/wip/Switch/Switch.js +2 -2
- package/local/wip/Switch/SwitchGroup/SwitchGroup.js +1 -1
- package/local/wip/TextArea/TextArea.js +8 -8
- package/package.json +6 -6
- package/vscode.html-custom-data.json +229 -229
- package/wip/Checkbox/Checkbox.js +2 -2
- package/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +1 -1
- package/wip/FileUpload/FileUpload.Button.js +2 -2
- package/wip/FileUpload/FileUpload.Dropzone.js +2 -2
- package/wip/FileUpload/FileUpload.List.Item.js +3 -3
- package/wip/FileUpload/FileUpload.List.js +2 -2
- package/wip/FileUpload/FileUpload.js +12 -12
- package/wip/Form/Form.decorator.js +1 -1
- package/wip/Form/Form.js +124 -112
- package/wip/NativeSelect/NativeSelect.js +9 -9
- package/wip/RadioButton/RadioButton.js +2 -2
- package/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/wip/Switch/Switch.js +5 -5
- package/wip/Switch/SwitchGroup/SwitchGroup.js +1 -1
- package/wip/TextArea/TextArea.js +5 -5
- package/chunks/register-custom-element.DHGKOhmA.js +0 -17
- package/local/chunks/classNames.CARKFDmR.js +0 -106
- package/local/chunks/register-custom-element.vod7zfGv.js +0 -51
package/custom-elements.json
CHANGED
|
@@ -294,15 +294,19 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
302
|
+
"name": "BmBadge",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
305
|
+
"description": "Provide text for the Badge",
|
|
306
|
+
"name": "default"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"description": "Specify a different icon for the Badge",
|
|
306
310
|
"name": "icon"
|
|
307
311
|
}
|
|
308
312
|
],
|
|
@@ -311,359 +315,258 @@
|
|
|
311
315
|
"kind": "field",
|
|
312
316
|
"name": "appearance",
|
|
313
317
|
"type": {
|
|
314
|
-
"text": "'
|
|
318
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
315
319
|
},
|
|
316
|
-
"default": "'
|
|
317
|
-
"description": "Specify the appearance of the
|
|
320
|
+
"default": "'infoPrimary'",
|
|
321
|
+
"description": "Specify the appearance of the Badge",
|
|
318
322
|
"attribute": "appearance"
|
|
319
323
|
},
|
|
320
324
|
{
|
|
321
325
|
"kind": "field",
|
|
322
|
-
"name": "
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "string | undefined"
|
|
325
|
-
},
|
|
326
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
327
|
-
"attribute": "name"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "field",
|
|
331
|
-
"name": "src",
|
|
332
|
-
"type": {
|
|
333
|
-
"text": "string | undefined"
|
|
334
|
-
},
|
|
335
|
-
"description": "Pass an image to the Avatar",
|
|
336
|
-
"attribute": "src"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"kind": "field",
|
|
340
|
-
"name": "alt",
|
|
326
|
+
"name": "theme",
|
|
341
327
|
"type": {
|
|
342
|
-
"text": "
|
|
328
|
+
"text": "'light' | 'dark' | undefined"
|
|
343
329
|
},
|
|
344
|
-
"description": "
|
|
345
|
-
"attribute": "
|
|
330
|
+
"description": "Theme of the Badge",
|
|
331
|
+
"attribute": "theme"
|
|
346
332
|
},
|
|
347
333
|
{
|
|
348
334
|
"kind": "field",
|
|
349
335
|
"name": "size",
|
|
350
336
|
"type": {
|
|
351
|
-
"text": "'
|
|
337
|
+
"text": "'sm' | 'md' | undefined"
|
|
352
338
|
},
|
|
353
|
-
"default": "'
|
|
354
|
-
"description": "Specify the size of the
|
|
339
|
+
"default": "'sm'",
|
|
340
|
+
"description": "Specify the size of the Badge",
|
|
355
341
|
"attribute": "size"
|
|
356
342
|
},
|
|
357
343
|
{
|
|
358
344
|
"kind": "field",
|
|
359
|
-
"name": "
|
|
360
|
-
"type": {
|
|
361
|
-
"text": "boolean | undefined"
|
|
362
|
-
},
|
|
363
|
-
"default": "false",
|
|
364
|
-
"description": "Specify if the Avatar is disabled",
|
|
365
|
-
"attribute": "disabled"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "field",
|
|
369
|
-
"name": "shape",
|
|
370
|
-
"type": {
|
|
371
|
-
"text": "'circle' | 'square' | undefined"
|
|
372
|
-
},
|
|
373
|
-
"default": "'circle'",
|
|
374
|
-
"description": "Specify the shape of the Avatar",
|
|
375
|
-
"attribute": "shape"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"kind": "field",
|
|
379
|
-
"name": "isInteractive",
|
|
380
|
-
"type": {
|
|
381
|
-
"text": "boolean"
|
|
382
|
-
},
|
|
383
|
-
"default": "false",
|
|
384
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
385
|
-
"attribute": "isInteractive"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"kind": "field",
|
|
389
|
-
"name": "isFocusable",
|
|
345
|
+
"name": "emphasis",
|
|
390
346
|
"type": {
|
|
391
|
-
"text": "
|
|
347
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
392
348
|
},
|
|
393
|
-
"default": "
|
|
394
|
-
"description": "
|
|
395
|
-
"attribute": "
|
|
349
|
+
"default": "'strong'",
|
|
350
|
+
"description": "Specify the emphasis of the Badge",
|
|
351
|
+
"attribute": "emphasis"
|
|
396
352
|
},
|
|
397
353
|
{
|
|
398
354
|
"kind": "field",
|
|
399
|
-
"name": "
|
|
355
|
+
"name": "hideIcon",
|
|
400
356
|
"type": {
|
|
401
|
-
"text": "boolean"
|
|
357
|
+
"text": "boolean | undefined"
|
|
402
358
|
},
|
|
403
|
-
"
|
|
404
|
-
"attribute": "
|
|
359
|
+
"description": "Hides Badge icon",
|
|
360
|
+
"attribute": "hideIcon"
|
|
405
361
|
}
|
|
406
362
|
],
|
|
407
363
|
"attributes": [
|
|
408
364
|
{
|
|
409
365
|
"name": "appearance",
|
|
410
366
|
"type": {
|
|
411
|
-
"text": "'
|
|
367
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
412
368
|
},
|
|
413
|
-
"default": "'
|
|
414
|
-
"description": "Specify the appearance of the
|
|
369
|
+
"default": "'infoPrimary'",
|
|
370
|
+
"description": "Specify the appearance of the Badge",
|
|
415
371
|
"fieldName": "appearance"
|
|
416
372
|
},
|
|
417
373
|
{
|
|
418
|
-
"name": "
|
|
419
|
-
"type": {
|
|
420
|
-
"text": "string | undefined"
|
|
421
|
-
},
|
|
422
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
423
|
-
"fieldName": "name"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"name": "src",
|
|
427
|
-
"type": {
|
|
428
|
-
"text": "string | undefined"
|
|
429
|
-
},
|
|
430
|
-
"description": "Pass an image to the Avatar",
|
|
431
|
-
"fieldName": "src"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "alt",
|
|
374
|
+
"name": "theme",
|
|
435
375
|
"type": {
|
|
436
|
-
"text": "
|
|
376
|
+
"text": "'light' | 'dark' | undefined"
|
|
437
377
|
},
|
|
438
|
-
"description": "
|
|
439
|
-
"fieldName": "
|
|
378
|
+
"description": "Theme of the Badge",
|
|
379
|
+
"fieldName": "theme"
|
|
440
380
|
},
|
|
441
381
|
{
|
|
442
382
|
"name": "size",
|
|
443
383
|
"type": {
|
|
444
|
-
"text": "'
|
|
384
|
+
"text": "'sm' | 'md' | undefined"
|
|
445
385
|
},
|
|
446
|
-
"default": "'
|
|
447
|
-
"description": "Specify the size of the
|
|
386
|
+
"default": "'sm'",
|
|
387
|
+
"description": "Specify the size of the Badge",
|
|
448
388
|
"fieldName": "size"
|
|
449
389
|
},
|
|
450
390
|
{
|
|
451
|
-
"name": "
|
|
452
|
-
"type": {
|
|
453
|
-
"text": "boolean | undefined"
|
|
454
|
-
},
|
|
455
|
-
"default": "false",
|
|
456
|
-
"description": "Specify if the Avatar is disabled",
|
|
457
|
-
"fieldName": "disabled"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"name": "shape",
|
|
461
|
-
"type": {
|
|
462
|
-
"text": "'circle' | 'square' | undefined"
|
|
463
|
-
},
|
|
464
|
-
"default": "'circle'",
|
|
465
|
-
"description": "Specify the shape of the Avatar",
|
|
466
|
-
"fieldName": "shape"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "isInteractive",
|
|
470
|
-
"type": {
|
|
471
|
-
"text": "boolean"
|
|
472
|
-
},
|
|
473
|
-
"default": "false",
|
|
474
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
475
|
-
"fieldName": "isInteractive"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"name": "isFocusable",
|
|
391
|
+
"name": "emphasis",
|
|
479
392
|
"type": {
|
|
480
|
-
"text": "
|
|
393
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
481
394
|
},
|
|
482
|
-
"default": "
|
|
483
|
-
"description": "
|
|
484
|
-
"fieldName": "
|
|
395
|
+
"default": "'strong'",
|
|
396
|
+
"description": "Specify the emphasis of the Badge",
|
|
397
|
+
"fieldName": "emphasis"
|
|
485
398
|
},
|
|
486
399
|
{
|
|
487
|
-
"name": "
|
|
400
|
+
"name": "hideIcon",
|
|
488
401
|
"type": {
|
|
489
|
-
"text": "boolean"
|
|
402
|
+
"text": "boolean | undefined"
|
|
490
403
|
},
|
|
491
|
-
"
|
|
492
|
-
"fieldName": "
|
|
404
|
+
"description": "Hides Badge icon",
|
|
405
|
+
"fieldName": "hideIcon"
|
|
493
406
|
}
|
|
494
407
|
],
|
|
495
408
|
"superclass": {
|
|
496
409
|
"name": "LitElement",
|
|
497
410
|
"package": "lit"
|
|
498
411
|
},
|
|
499
|
-
"tagName": "bm-
|
|
412
|
+
"tagName": "bm-badge",
|
|
500
413
|
"customElement": true
|
|
501
414
|
}
|
|
502
415
|
],
|
|
503
416
|
"exports": [
|
|
504
417
|
{
|
|
505
418
|
"kind": "js",
|
|
506
|
-
"name": "
|
|
419
|
+
"name": "BmBadge",
|
|
507
420
|
"declaration": {
|
|
508
|
-
"name": "
|
|
509
|
-
"module": "libs/web-components/src/lib/
|
|
421
|
+
"name": "BmBadge",
|
|
422
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
510
423
|
}
|
|
511
424
|
},
|
|
512
425
|
{
|
|
513
426
|
"kind": "custom-element-definition",
|
|
514
|
-
"name": "bm-
|
|
427
|
+
"name": "bm-badge",
|
|
515
428
|
"declaration": {
|
|
516
|
-
"name": "
|
|
517
|
-
"module": "libs/web-components/src/lib/
|
|
429
|
+
"name": "BmBadge",
|
|
430
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
518
431
|
}
|
|
519
432
|
}
|
|
520
433
|
]
|
|
521
434
|
},
|
|
522
435
|
{
|
|
523
436
|
"kind": "javascript-module",
|
|
524
|
-
"path": "libs/web-components/src/lib/
|
|
525
|
-
"declarations": [
|
|
526
|
-
{
|
|
527
|
-
"kind": "variable",
|
|
528
|
-
"name": "AvatarGroupCtx"
|
|
529
|
-
}
|
|
530
|
-
],
|
|
437
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
438
|
+
"declarations": [],
|
|
531
439
|
"exports": [
|
|
532
440
|
{
|
|
533
441
|
"kind": "js",
|
|
534
|
-
"name": "
|
|
442
|
+
"name": "*",
|
|
535
443
|
"declaration": {
|
|
536
|
-
"name": "
|
|
537
|
-
"
|
|
444
|
+
"name": "*",
|
|
445
|
+
"package": "./Badge"
|
|
538
446
|
}
|
|
539
447
|
}
|
|
540
448
|
]
|
|
541
449
|
},
|
|
542
450
|
{
|
|
543
451
|
"kind": "javascript-module",
|
|
544
|
-
"path": "libs/web-components/src/lib/
|
|
452
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
545
453
|
"declarations": [
|
|
546
454
|
{
|
|
547
455
|
"kind": "class",
|
|
548
|
-
"description": "`bm-
|
|
549
|
-
"name": "
|
|
456
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
457
|
+
"name": "BmBadgeDot",
|
|
550
458
|
"slots": [
|
|
551
459
|
{
|
|
552
|
-
"description": "
|
|
460
|
+
"description": "Provide text for the BadgeDot",
|
|
553
461
|
"name": "default"
|
|
554
462
|
}
|
|
555
463
|
],
|
|
556
464
|
"members": [
|
|
557
465
|
{
|
|
558
466
|
"kind": "field",
|
|
559
|
-
"name": "
|
|
467
|
+
"name": "theme",
|
|
560
468
|
"type": {
|
|
561
|
-
"text": "
|
|
469
|
+
"text": "'light' | 'dark' | undefined"
|
|
562
470
|
},
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
"attribute": "wrapping"
|
|
471
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
472
|
+
"attribute": "theme"
|
|
566
473
|
},
|
|
567
474
|
{
|
|
568
475
|
"kind": "field",
|
|
569
|
-
"name": "
|
|
476
|
+
"name": "appearance",
|
|
570
477
|
"type": {
|
|
571
|
-
"text": "
|
|
478
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
572
479
|
},
|
|
573
|
-
"default": "
|
|
574
|
-
"description": "Specify the
|
|
575
|
-
"attribute": "
|
|
576
|
-
"reflects": true
|
|
480
|
+
"default": "'infoPrimary'",
|
|
481
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
482
|
+
"attribute": "appearance"
|
|
577
483
|
},
|
|
578
484
|
{
|
|
579
485
|
"kind": "field",
|
|
580
|
-
"name": "
|
|
486
|
+
"name": "emphasis",
|
|
581
487
|
"type": {
|
|
582
|
-
"text": "'
|
|
488
|
+
"text": "'strong' | 'subtle'"
|
|
583
489
|
},
|
|
584
|
-
"default": "'
|
|
585
|
-
"description": "Specify the
|
|
586
|
-
"attribute": "
|
|
490
|
+
"default": "'strong'",
|
|
491
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
492
|
+
"attribute": "emphasis"
|
|
587
493
|
},
|
|
588
494
|
{
|
|
589
495
|
"kind": "field",
|
|
590
|
-
"name": "
|
|
496
|
+
"name": "overrideDotColor",
|
|
591
497
|
"type": {
|
|
592
|
-
"text": "
|
|
498
|
+
"text": "string | undefined"
|
|
593
499
|
},
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"attribute": "layout"
|
|
500
|
+
"description": "Overrides default dot color",
|
|
501
|
+
"attribute": "overrideDotColor"
|
|
597
502
|
}
|
|
598
503
|
],
|
|
599
504
|
"attributes": [
|
|
600
505
|
{
|
|
601
|
-
"name": "
|
|
506
|
+
"name": "theme",
|
|
602
507
|
"type": {
|
|
603
|
-
"text": "
|
|
508
|
+
"text": "'light' | 'dark' | undefined"
|
|
604
509
|
},
|
|
605
|
-
"
|
|
606
|
-
"
|
|
607
|
-
"fieldName": "wrapping"
|
|
510
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
511
|
+
"fieldName": "theme"
|
|
608
512
|
},
|
|
609
513
|
{
|
|
610
|
-
"name": "
|
|
514
|
+
"name": "appearance",
|
|
611
515
|
"type": {
|
|
612
|
-
"text": "
|
|
516
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
613
517
|
},
|
|
614
|
-
"default": "
|
|
615
|
-
"description": "Specify the
|
|
616
|
-
"fieldName": "
|
|
518
|
+
"default": "'infoPrimary'",
|
|
519
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
520
|
+
"fieldName": "appearance"
|
|
617
521
|
},
|
|
618
522
|
{
|
|
619
|
-
"name": "
|
|
523
|
+
"name": "emphasis",
|
|
620
524
|
"type": {
|
|
621
|
-
"text": "'
|
|
525
|
+
"text": "'strong' | 'subtle'"
|
|
622
526
|
},
|
|
623
|
-
"default": "'
|
|
624
|
-
"description": "Specify the
|
|
625
|
-
"fieldName": "
|
|
527
|
+
"default": "'strong'",
|
|
528
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
529
|
+
"fieldName": "emphasis"
|
|
626
530
|
},
|
|
627
531
|
{
|
|
628
|
-
"name": "
|
|
532
|
+
"name": "overrideDotColor",
|
|
629
533
|
"type": {
|
|
630
|
-
"text": "
|
|
534
|
+
"text": "string | undefined"
|
|
631
535
|
},
|
|
632
|
-
"
|
|
633
|
-
"
|
|
634
|
-
"fieldName": "layout"
|
|
536
|
+
"description": "Overrides default dot color",
|
|
537
|
+
"fieldName": "overrideDotColor"
|
|
635
538
|
}
|
|
636
539
|
],
|
|
637
540
|
"superclass": {
|
|
638
541
|
"name": "LitElement",
|
|
639
542
|
"package": "lit"
|
|
640
543
|
},
|
|
641
|
-
"tagName": "bm-
|
|
544
|
+
"tagName": "bm-badge-dot",
|
|
642
545
|
"customElement": true
|
|
643
546
|
}
|
|
644
547
|
],
|
|
645
548
|
"exports": [
|
|
646
549
|
{
|
|
647
550
|
"kind": "js",
|
|
648
|
-
"name": "
|
|
551
|
+
"name": "BmBadgeDot",
|
|
649
552
|
"declaration": {
|
|
650
|
-
"name": "
|
|
651
|
-
"module": "libs/web-components/src/lib/
|
|
553
|
+
"name": "BmBadgeDot",
|
|
554
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
652
555
|
}
|
|
653
556
|
},
|
|
654
557
|
{
|
|
655
558
|
"kind": "custom-element-definition",
|
|
656
|
-
"name": "bm-
|
|
559
|
+
"name": "bm-badge-dot",
|
|
657
560
|
"declaration": {
|
|
658
|
-
"name": "
|
|
659
|
-
"module": "libs/web-components/src/lib/
|
|
561
|
+
"name": "BmBadgeDot",
|
|
562
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
660
563
|
}
|
|
661
564
|
}
|
|
662
565
|
]
|
|
663
566
|
},
|
|
664
567
|
{
|
|
665
568
|
"kind": "javascript-module",
|
|
666
|
-
"path": "libs/web-components/src/lib/
|
|
569
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
667
570
|
"declarations": [],
|
|
668
571
|
"exports": [
|
|
669
572
|
{
|
|
@@ -671,288 +574,399 @@
|
|
|
671
574
|
"name": "*",
|
|
672
575
|
"declaration": {
|
|
673
576
|
"name": "*",
|
|
674
|
-
"package": "./
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"kind": "js",
|
|
679
|
-
"name": "*",
|
|
680
|
-
"declaration": {
|
|
681
|
-
"name": "*",
|
|
682
|
-
"package": "./AvatarGroup"
|
|
577
|
+
"package": "./BadgeDot"
|
|
683
578
|
}
|
|
684
579
|
}
|
|
685
580
|
]
|
|
686
581
|
},
|
|
687
582
|
{
|
|
688
583
|
"kind": "javascript-module",
|
|
689
|
-
"path": "libs/web-components/src/lib/
|
|
584
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
690
585
|
"declarations": [
|
|
691
586
|
{
|
|
692
587
|
"kind": "class",
|
|
693
|
-
"description": "`bm-
|
|
694
|
-
"name": "
|
|
588
|
+
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
589
|
+
"name": "BmBox",
|
|
695
590
|
"slots": [
|
|
696
591
|
{
|
|
697
|
-
"description": "
|
|
698
|
-
"name": "
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
702
|
-
"name": "heading"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
706
|
-
"name": "body"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"description": "Specify if actions display on the Alert",
|
|
710
|
-
"name": "actions"
|
|
592
|
+
"description": "Provide content for the Box",
|
|
593
|
+
"name": "default"
|
|
711
594
|
}
|
|
712
595
|
],
|
|
713
596
|
"members": [
|
|
714
597
|
{
|
|
715
598
|
"kind": "field",
|
|
716
|
-
"name": "
|
|
599
|
+
"name": "backgroundColor",
|
|
717
600
|
"type": {
|
|
718
|
-
"text": "
|
|
601
|
+
"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"
|
|
719
602
|
},
|
|
720
|
-
"description": "Specify the
|
|
721
|
-
"attribute": "
|
|
603
|
+
"description": "Specify the background color of a Box",
|
|
604
|
+
"attribute": "backgroundColor"
|
|
722
605
|
},
|
|
723
606
|
{
|
|
724
607
|
"kind": "field",
|
|
725
|
-
"name": "
|
|
608
|
+
"name": "borderColor",
|
|
726
609
|
"type": {
|
|
727
|
-
"text": "
|
|
610
|
+
"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"
|
|
728
611
|
},
|
|
729
|
-
"description": "Specify the
|
|
730
|
-
"attribute": "
|
|
612
|
+
"description": "Specify the border color of a Box",
|
|
613
|
+
"attribute": "borderColor"
|
|
731
614
|
},
|
|
732
615
|
{
|
|
733
616
|
"kind": "field",
|
|
734
|
-
"name": "
|
|
617
|
+
"name": "borderWidth",
|
|
735
618
|
"type": {
|
|
736
|
-
"text": "'
|
|
619
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
737
620
|
},
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
"attribute": "size"
|
|
621
|
+
"description": "Specify the border width of a Box",
|
|
622
|
+
"attribute": "borderWidth"
|
|
741
623
|
},
|
|
742
624
|
{
|
|
743
625
|
"kind": "field",
|
|
744
|
-
"name": "
|
|
626
|
+
"name": "borderRadius",
|
|
745
627
|
"type": {
|
|
746
|
-
"text": "
|
|
628
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
747
629
|
},
|
|
748
|
-
"
|
|
749
|
-
"
|
|
750
|
-
"attribute": "fullWidth"
|
|
630
|
+
"description": "Specify the border radius of a Box",
|
|
631
|
+
"attribute": "borderRadius"
|
|
751
632
|
},
|
|
752
633
|
{
|
|
753
634
|
"kind": "field",
|
|
754
|
-
"name": "
|
|
635
|
+
"name": "px",
|
|
755
636
|
"type": {
|
|
756
|
-
"text": "'
|
|
637
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
757
638
|
},
|
|
758
|
-
"description": "Specify
|
|
759
|
-
"attribute": "
|
|
639
|
+
"description": "Specify before and after padding of a Box",
|
|
640
|
+
"attribute": "px"
|
|
760
641
|
},
|
|
761
642
|
{
|
|
762
643
|
"kind": "field",
|
|
763
|
-
"name": "
|
|
644
|
+
"name": "py",
|
|
764
645
|
"type": {
|
|
765
|
-
"text": "'
|
|
646
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
766
647
|
},
|
|
767
|
-
"
|
|
768
|
-
"
|
|
769
|
-
"attribute": "appearance"
|
|
648
|
+
"description": "Specify top and bottom padding of a Box",
|
|
649
|
+
"attribute": "py"
|
|
770
650
|
},
|
|
771
651
|
{
|
|
772
652
|
"kind": "field",
|
|
773
|
-
"name": "
|
|
653
|
+
"name": "pTop",
|
|
774
654
|
"type": {
|
|
775
|
-
"text": "
|
|
655
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
776
656
|
},
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"attribute": "hidden"
|
|
657
|
+
"description": "Specify top padding of a Box",
|
|
658
|
+
"attribute": "pTop"
|
|
780
659
|
},
|
|
781
660
|
{
|
|
782
661
|
"kind": "field",
|
|
783
|
-
"name": "
|
|
662
|
+
"name": "pBottom",
|
|
784
663
|
"type": {
|
|
785
|
-
"text": "
|
|
664
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
786
665
|
},
|
|
787
|
-
"
|
|
788
|
-
"
|
|
789
|
-
"attribute": "hideIcon"
|
|
666
|
+
"description": "Specify bottom padding of a Box",
|
|
667
|
+
"attribute": "pBottom"
|
|
790
668
|
},
|
|
791
669
|
{
|
|
792
670
|
"kind": "field",
|
|
793
|
-
"name": "
|
|
671
|
+
"name": "pBefore",
|
|
794
672
|
"type": {
|
|
795
|
-
"text": "
|
|
673
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
796
674
|
},
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"attribute": "dismissible"
|
|
675
|
+
"description": "Specify before padding of a Box",
|
|
676
|
+
"attribute": "pBefore"
|
|
800
677
|
},
|
|
801
678
|
{
|
|
802
679
|
"kind": "field",
|
|
803
|
-
"name": "
|
|
680
|
+
"name": "pAfter",
|
|
804
681
|
"type": {
|
|
805
|
-
"text": "
|
|
682
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
806
683
|
},
|
|
807
|
-
"
|
|
808
|
-
"
|
|
809
|
-
"attribute": "disableAutoFocus"
|
|
684
|
+
"description": "Specify after padding of a Box",
|
|
685
|
+
"attribute": "pAfter"
|
|
810
686
|
},
|
|
811
687
|
{
|
|
812
688
|
"kind": "field",
|
|
813
|
-
"name": "
|
|
689
|
+
"name": "mx",
|
|
814
690
|
"type": {
|
|
815
|
-
"text": "
|
|
691
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
816
692
|
},
|
|
817
|
-
"
|
|
818
|
-
"
|
|
819
|
-
|
|
820
|
-
}
|
|
821
|
-
],
|
|
822
|
-
"events": [
|
|
823
|
-
{
|
|
824
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
825
|
-
"name": "bm-dismiss"
|
|
826
|
-
}
|
|
827
|
-
],
|
|
828
|
-
"attributes": [
|
|
693
|
+
"description": "Specify before and after margin of a Box",
|
|
694
|
+
"attribute": "mx"
|
|
695
|
+
},
|
|
829
696
|
{
|
|
830
|
-
"
|
|
697
|
+
"kind": "field",
|
|
698
|
+
"name": "my",
|
|
831
699
|
"type": {
|
|
832
|
-
"text": "
|
|
700
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
833
701
|
},
|
|
834
|
-
"description": "Specify
|
|
835
|
-
"
|
|
702
|
+
"description": "Specify top and bottom margin of a Box",
|
|
703
|
+
"attribute": "my"
|
|
836
704
|
},
|
|
837
705
|
{
|
|
838
|
-
"
|
|
706
|
+
"kind": "field",
|
|
707
|
+
"name": "mTop",
|
|
839
708
|
"type": {
|
|
840
|
-
"text": "
|
|
709
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
841
710
|
},
|
|
842
|
-
"description": "Specify
|
|
843
|
-
"
|
|
711
|
+
"description": "Specify top margin of a Box",
|
|
712
|
+
"attribute": "mTop"
|
|
844
713
|
},
|
|
845
714
|
{
|
|
846
|
-
"
|
|
715
|
+
"kind": "field",
|
|
716
|
+
"name": "mBottom",
|
|
847
717
|
"type": {
|
|
848
|
-
"text": "'
|
|
718
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
849
719
|
},
|
|
850
|
-
"
|
|
851
|
-
"
|
|
852
|
-
"fieldName": "size"
|
|
720
|
+
"description": "Specify bottom margin of a Box",
|
|
721
|
+
"attribute": "mBottom"
|
|
853
722
|
},
|
|
854
723
|
{
|
|
855
|
-
"
|
|
724
|
+
"kind": "field",
|
|
725
|
+
"name": "mBefore",
|
|
856
726
|
"type": {
|
|
857
|
-
"text": "
|
|
727
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
858
728
|
},
|
|
859
|
-
"
|
|
860
|
-
"
|
|
861
|
-
"fieldName": "fullWidth"
|
|
729
|
+
"description": "Specify before margin of a Box",
|
|
730
|
+
"attribute": "mBefore"
|
|
862
731
|
},
|
|
863
732
|
{
|
|
864
|
-
"
|
|
733
|
+
"kind": "field",
|
|
734
|
+
"name": "mAfter",
|
|
865
735
|
"type": {
|
|
866
|
-
"text": "'
|
|
736
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
867
737
|
},
|
|
868
|
-
"description": "Specify
|
|
869
|
-
"
|
|
738
|
+
"description": "Specify after margin of a Box",
|
|
739
|
+
"attribute": "mAfter"
|
|
870
740
|
},
|
|
871
741
|
{
|
|
872
|
-
"
|
|
742
|
+
"kind": "field",
|
|
743
|
+
"name": "m",
|
|
873
744
|
"type": {
|
|
874
|
-
"text": "'
|
|
745
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
875
746
|
},
|
|
876
|
-
"
|
|
877
|
-
"
|
|
878
|
-
"fieldName": "appearance"
|
|
747
|
+
"description": "Specify all margin",
|
|
748
|
+
"attribute": "m"
|
|
879
749
|
},
|
|
880
750
|
{
|
|
881
|
-
"
|
|
751
|
+
"kind": "field",
|
|
752
|
+
"name": "p",
|
|
882
753
|
"type": {
|
|
883
|
-
"text": "
|
|
754
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
884
755
|
},
|
|
885
|
-
"
|
|
886
|
-
"
|
|
887
|
-
"fieldName": "hidden"
|
|
756
|
+
"description": "Specify all padding",
|
|
757
|
+
"attribute": "p"
|
|
888
758
|
},
|
|
889
759
|
{
|
|
890
|
-
"
|
|
760
|
+
"kind": "field",
|
|
761
|
+
"name": "gap",
|
|
891
762
|
"type": {
|
|
892
|
-
"text": "
|
|
763
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
893
764
|
},
|
|
894
|
-
"
|
|
895
|
-
"
|
|
896
|
-
"fieldName": "hideIcon"
|
|
765
|
+
"description": "Specify gap between child elements",
|
|
766
|
+
"attribute": "gap"
|
|
897
767
|
},
|
|
898
768
|
{
|
|
899
|
-
"
|
|
769
|
+
"kind": "field",
|
|
770
|
+
"name": "shadow",
|
|
900
771
|
"type": {
|
|
901
|
-
"text": "
|
|
772
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
902
773
|
},
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
|
|
774
|
+
"description": "Specify if a Box has a shadow",
|
|
775
|
+
"attribute": "shadow"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"attributes": [
|
|
779
|
+
{
|
|
780
|
+
"name": "backgroundColor",
|
|
781
|
+
"type": {
|
|
782
|
+
"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"
|
|
783
|
+
},
|
|
784
|
+
"description": "Specify the background color of a Box",
|
|
785
|
+
"fieldName": "backgroundColor"
|
|
906
786
|
},
|
|
907
787
|
{
|
|
908
|
-
"name": "
|
|
788
|
+
"name": "borderColor",
|
|
909
789
|
"type": {
|
|
910
|
-
"text": "
|
|
790
|
+
"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"
|
|
911
791
|
},
|
|
912
|
-
"
|
|
913
|
-
"
|
|
914
|
-
"fieldName": "disableAutoFocus"
|
|
792
|
+
"description": "Specify the border color of a Box",
|
|
793
|
+
"fieldName": "borderColor"
|
|
915
794
|
},
|
|
916
795
|
{
|
|
917
|
-
"name": "
|
|
796
|
+
"name": "borderWidth",
|
|
918
797
|
"type": {
|
|
919
|
-
"text": "
|
|
798
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
920
799
|
},
|
|
921
|
-
"
|
|
922
|
-
"
|
|
923
|
-
|
|
800
|
+
"description": "Specify the border width of a Box",
|
|
801
|
+
"fieldName": "borderWidth"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"name": "borderRadius",
|
|
805
|
+
"type": {
|
|
806
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
807
|
+
},
|
|
808
|
+
"description": "Specify the border radius of a Box",
|
|
809
|
+
"fieldName": "borderRadius"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"name": "px",
|
|
813
|
+
"type": {
|
|
814
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
815
|
+
},
|
|
816
|
+
"description": "Specify before and after padding of a Box",
|
|
817
|
+
"fieldName": "px"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"name": "py",
|
|
821
|
+
"type": {
|
|
822
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
823
|
+
},
|
|
824
|
+
"description": "Specify top and bottom padding of a Box",
|
|
825
|
+
"fieldName": "py"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"name": "pTop",
|
|
829
|
+
"type": {
|
|
830
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
831
|
+
},
|
|
832
|
+
"description": "Specify top padding of a Box",
|
|
833
|
+
"fieldName": "pTop"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"name": "pBottom",
|
|
837
|
+
"type": {
|
|
838
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
839
|
+
},
|
|
840
|
+
"description": "Specify bottom padding of a Box",
|
|
841
|
+
"fieldName": "pBottom"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "pBefore",
|
|
845
|
+
"type": {
|
|
846
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
847
|
+
},
|
|
848
|
+
"description": "Specify before padding of a Box",
|
|
849
|
+
"fieldName": "pBefore"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
"name": "pAfter",
|
|
853
|
+
"type": {
|
|
854
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
855
|
+
},
|
|
856
|
+
"description": "Specify after padding of a Box",
|
|
857
|
+
"fieldName": "pAfter"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "mx",
|
|
861
|
+
"type": {
|
|
862
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
863
|
+
},
|
|
864
|
+
"description": "Specify before and after margin of a Box",
|
|
865
|
+
"fieldName": "mx"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"name": "my",
|
|
869
|
+
"type": {
|
|
870
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
871
|
+
},
|
|
872
|
+
"description": "Specify top and bottom margin of a Box",
|
|
873
|
+
"fieldName": "my"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"name": "mTop",
|
|
877
|
+
"type": {
|
|
878
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
879
|
+
},
|
|
880
|
+
"description": "Specify top margin of a Box",
|
|
881
|
+
"fieldName": "mTop"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"name": "mBottom",
|
|
885
|
+
"type": {
|
|
886
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
887
|
+
},
|
|
888
|
+
"description": "Specify bottom margin of a Box",
|
|
889
|
+
"fieldName": "mBottom"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "mBefore",
|
|
893
|
+
"type": {
|
|
894
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
895
|
+
},
|
|
896
|
+
"description": "Specify before margin of a Box",
|
|
897
|
+
"fieldName": "mBefore"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "mAfter",
|
|
901
|
+
"type": {
|
|
902
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
903
|
+
},
|
|
904
|
+
"description": "Specify after margin of a Box",
|
|
905
|
+
"fieldName": "mAfter"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "m",
|
|
909
|
+
"type": {
|
|
910
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
911
|
+
},
|
|
912
|
+
"description": "Specify all margin",
|
|
913
|
+
"fieldName": "m"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"name": "p",
|
|
917
|
+
"type": {
|
|
918
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
919
|
+
},
|
|
920
|
+
"description": "Specify all padding",
|
|
921
|
+
"fieldName": "p"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "gap",
|
|
925
|
+
"type": {
|
|
926
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
927
|
+
},
|
|
928
|
+
"description": "Specify gap between child elements",
|
|
929
|
+
"fieldName": "gap"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"name": "shadow",
|
|
933
|
+
"type": {
|
|
934
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
935
|
+
},
|
|
936
|
+
"description": "Specify if a Box has a shadow",
|
|
937
|
+
"fieldName": "shadow"
|
|
924
938
|
}
|
|
925
939
|
],
|
|
926
940
|
"superclass": {
|
|
927
941
|
"name": "LitElement",
|
|
928
942
|
"package": "lit"
|
|
929
943
|
},
|
|
930
|
-
"tagName": "bm-
|
|
944
|
+
"tagName": "bm-box",
|
|
931
945
|
"customElement": true
|
|
932
946
|
}
|
|
933
947
|
],
|
|
934
948
|
"exports": [
|
|
935
949
|
{
|
|
936
950
|
"kind": "js",
|
|
937
|
-
"name": "
|
|
951
|
+
"name": "BmBox",
|
|
938
952
|
"declaration": {
|
|
939
|
-
"name": "
|
|
940
|
-
"module": "libs/web-components/src/lib/
|
|
953
|
+
"name": "BmBox",
|
|
954
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
941
955
|
}
|
|
942
956
|
},
|
|
943
957
|
{
|
|
944
958
|
"kind": "custom-element-definition",
|
|
945
|
-
"name": "bm-
|
|
959
|
+
"name": "bm-box",
|
|
946
960
|
"declaration": {
|
|
947
|
-
"name": "
|
|
948
|
-
"module": "libs/web-components/src/lib/
|
|
961
|
+
"name": "BmBox",
|
|
962
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
949
963
|
}
|
|
950
964
|
}
|
|
951
965
|
]
|
|
952
966
|
},
|
|
953
967
|
{
|
|
954
968
|
"kind": "javascript-module",
|
|
955
|
-
"path": "libs/web-components/src/lib/
|
|
969
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
956
970
|
"declarations": [],
|
|
957
971
|
"exports": [
|
|
958
972
|
{
|
|
@@ -960,227 +974,193 @@
|
|
|
960
974
|
"name": "*",
|
|
961
975
|
"declaration": {
|
|
962
976
|
"name": "*",
|
|
963
|
-
"package": "./
|
|
977
|
+
"package": "./Box"
|
|
964
978
|
}
|
|
965
979
|
}
|
|
966
980
|
]
|
|
967
981
|
},
|
|
968
982
|
{
|
|
969
983
|
"kind": "javascript-module",
|
|
970
|
-
"path": "libs/web-components/src/lib/
|
|
984
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
971
985
|
"declarations": [
|
|
972
986
|
{
|
|
973
987
|
"kind": "class",
|
|
974
|
-
"description": "`bm-
|
|
975
|
-
"name": "
|
|
988
|
+
"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",
|
|
989
|
+
"name": "BmAlert",
|
|
976
990
|
"slots": [
|
|
977
991
|
{
|
|
978
|
-
"description": "
|
|
979
|
-
"name": "
|
|
992
|
+
"description": "Specify a different icon for the Alert",
|
|
993
|
+
"name": "icon"
|
|
980
994
|
},
|
|
981
995
|
{
|
|
982
|
-
"description": "Specify
|
|
983
|
-
"name": "
|
|
996
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
997
|
+
"name": "heading"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1001
|
+
"name": "body"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"description": "Specify if actions display on the Alert",
|
|
1005
|
+
"name": "actions"
|
|
984
1006
|
}
|
|
985
1007
|
],
|
|
986
1008
|
"members": [
|
|
987
1009
|
{
|
|
988
1010
|
"kind": "field",
|
|
989
|
-
"name": "
|
|
1011
|
+
"name": "heading",
|
|
990
1012
|
"type": {
|
|
991
|
-
"text": "
|
|
1013
|
+
"text": "string | undefined"
|
|
992
1014
|
},
|
|
993
|
-
"
|
|
994
|
-
"
|
|
995
|
-
"attribute": "appearance"
|
|
1015
|
+
"description": "Specify the heading text for Alert",
|
|
1016
|
+
"attribute": "heading"
|
|
996
1017
|
},
|
|
997
1018
|
{
|
|
998
1019
|
"kind": "field",
|
|
999
|
-
"name": "
|
|
1020
|
+
"name": "body",
|
|
1000
1021
|
"type": {
|
|
1001
|
-
"text": "
|
|
1022
|
+
"text": "string | undefined"
|
|
1002
1023
|
},
|
|
1003
|
-
"description": "
|
|
1004
|
-
"attribute": "
|
|
1024
|
+
"description": "Specify the body text for Alert",
|
|
1025
|
+
"attribute": "body"
|
|
1005
1026
|
},
|
|
1006
1027
|
{
|
|
1007
1028
|
"kind": "field",
|
|
1008
1029
|
"name": "size",
|
|
1009
1030
|
"type": {
|
|
1010
|
-
"text": "'sm' | 'md'
|
|
1031
|
+
"text": "'sm' | 'md'"
|
|
1011
1032
|
},
|
|
1012
1033
|
"default": "'sm'",
|
|
1013
|
-
"description": "Specify the size of the
|
|
1034
|
+
"description": "Specify the size of the Alert",
|
|
1014
1035
|
"attribute": "size"
|
|
1015
1036
|
},
|
|
1016
1037
|
{
|
|
1017
1038
|
"kind": "field",
|
|
1018
|
-
"name": "
|
|
1039
|
+
"name": "fullWidth",
|
|
1019
1040
|
"type": {
|
|
1020
|
-
"text": "
|
|
1041
|
+
"text": "boolean"
|
|
1021
1042
|
},
|
|
1022
|
-
"default": "
|
|
1023
|
-
"description": "Specify the
|
|
1024
|
-
"attribute": "
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1043
|
+
"default": "false",
|
|
1044
|
+
"description": "Specify if the Alert has no border radius",
|
|
1045
|
+
"attribute": "fullWidth"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1027
1048
|
"kind": "field",
|
|
1028
|
-
"name": "
|
|
1049
|
+
"name": "theme",
|
|
1029
1050
|
"type": {
|
|
1030
|
-
"text": "
|
|
1051
|
+
"text": "'light' | 'dark' | undefined"
|
|
1031
1052
|
},
|
|
1032
|
-
"description": "
|
|
1033
|
-
"attribute": "
|
|
1034
|
-
}
|
|
1035
|
-
],
|
|
1036
|
-
"attributes": [
|
|
1053
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1054
|
+
"attribute": "theme"
|
|
1055
|
+
},
|
|
1037
1056
|
{
|
|
1057
|
+
"kind": "field",
|
|
1038
1058
|
"name": "appearance",
|
|
1039
1059
|
"type": {
|
|
1040
1060
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1041
1061
|
},
|
|
1042
1062
|
"default": "'infoPrimary'",
|
|
1043
|
-
"description": "Specify the appearance of the
|
|
1044
|
-
"
|
|
1063
|
+
"description": "Specify the appearance of the Alert",
|
|
1064
|
+
"attribute": "appearance"
|
|
1045
1065
|
},
|
|
1046
1066
|
{
|
|
1047
|
-
"
|
|
1067
|
+
"kind": "field",
|
|
1068
|
+
"name": "hidden",
|
|
1048
1069
|
"type": {
|
|
1049
|
-
"text": "
|
|
1070
|
+
"text": "boolean"
|
|
1050
1071
|
},
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1072
|
+
"default": "false",
|
|
1073
|
+
"description": "Specify if the Alert is hidden",
|
|
1074
|
+
"attribute": "hidden"
|
|
1053
1075
|
},
|
|
1054
1076
|
{
|
|
1055
|
-
"
|
|
1077
|
+
"kind": "field",
|
|
1078
|
+
"name": "hideIcon",
|
|
1056
1079
|
"type": {
|
|
1057
|
-
"text": "
|
|
1080
|
+
"text": "boolean"
|
|
1058
1081
|
},
|
|
1059
|
-
"default": "
|
|
1060
|
-
"description": "Specify the
|
|
1061
|
-
"
|
|
1082
|
+
"default": "false",
|
|
1083
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1084
|
+
"attribute": "hideIcon"
|
|
1062
1085
|
},
|
|
1063
1086
|
{
|
|
1064
|
-
"
|
|
1087
|
+
"kind": "field",
|
|
1088
|
+
"name": "dismissible",
|
|
1065
1089
|
"type": {
|
|
1066
|
-
"text": "
|
|
1090
|
+
"text": "boolean"
|
|
1067
1091
|
},
|
|
1068
|
-
"default": "
|
|
1069
|
-
"description": "Specify the
|
|
1070
|
-
"
|
|
1092
|
+
"default": "false",
|
|
1093
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1094
|
+
"attribute": "dismissible"
|
|
1071
1095
|
},
|
|
1072
1096
|
{
|
|
1073
|
-
"
|
|
1097
|
+
"kind": "field",
|
|
1098
|
+
"name": "disableAutoFocus",
|
|
1074
1099
|
"type": {
|
|
1075
|
-
"text": "boolean
|
|
1100
|
+
"text": "boolean"
|
|
1076
1101
|
},
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1102
|
+
"default": "false",
|
|
1103
|
+
"description": "Prevent autofocus on show",
|
|
1104
|
+
"attribute": "disableAutoFocus"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"kind": "field",
|
|
1108
|
+
"name": "disableCloseOnEscape",
|
|
1109
|
+
"type": {
|
|
1110
|
+
"text": "boolean"
|
|
1111
|
+
},
|
|
1112
|
+
"default": "false",
|
|
1113
|
+
"description": "Prevent Escape from closing",
|
|
1114
|
+
"attribute": "disableCloseOnEscape"
|
|
1079
1115
|
}
|
|
1080
1116
|
],
|
|
1081
|
-
"
|
|
1082
|
-
"name": "LitElement",
|
|
1083
|
-
"package": "lit"
|
|
1084
|
-
},
|
|
1085
|
-
"tagName": "bm-badge",
|
|
1086
|
-
"customElement": true
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"exports": [
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "js",
|
|
1092
|
-
"name": "BmBadge",
|
|
1093
|
-
"declaration": {
|
|
1094
|
-
"name": "BmBadge",
|
|
1095
|
-
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "custom-element-definition",
|
|
1100
|
-
"name": "bm-badge",
|
|
1101
|
-
"declaration": {
|
|
1102
|
-
"name": "BmBadge",
|
|
1103
|
-
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
]
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"kind": "javascript-module",
|
|
1110
|
-
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
1111
|
-
"declarations": [],
|
|
1112
|
-
"exports": [
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "js",
|
|
1115
|
-
"name": "*",
|
|
1116
|
-
"declaration": {
|
|
1117
|
-
"name": "*",
|
|
1118
|
-
"package": "./Badge"
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
]
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"kind": "javascript-module",
|
|
1125
|
-
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1126
|
-
"declarations": [
|
|
1127
|
-
{
|
|
1128
|
-
"kind": "class",
|
|
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",
|
|
1131
|
-
"slots": [
|
|
1117
|
+
"events": [
|
|
1132
1118
|
{
|
|
1133
|
-
"description": "
|
|
1134
|
-
"name": "
|
|
1119
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1120
|
+
"name": "bm-dismiss"
|
|
1135
1121
|
}
|
|
1136
1122
|
],
|
|
1137
|
-
"
|
|
1123
|
+
"attributes": [
|
|
1138
1124
|
{
|
|
1139
|
-
"
|
|
1140
|
-
"name": "theme",
|
|
1125
|
+
"name": "heading",
|
|
1141
1126
|
"type": {
|
|
1142
|
-
"text": "
|
|
1127
|
+
"text": "string | undefined"
|
|
1143
1128
|
},
|
|
1144
|
-
"description": "Specify the
|
|
1145
|
-
"
|
|
1129
|
+
"description": "Specify the heading text for Alert",
|
|
1130
|
+
"fieldName": "heading"
|
|
1146
1131
|
},
|
|
1147
1132
|
{
|
|
1148
|
-
"
|
|
1149
|
-
"name": "appearance",
|
|
1133
|
+
"name": "body",
|
|
1150
1134
|
"type": {
|
|
1151
|
-
"text": "
|
|
1135
|
+
"text": "string | undefined"
|
|
1152
1136
|
},
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1155
|
-
"attribute": "appearance"
|
|
1137
|
+
"description": "Specify the body text for Alert",
|
|
1138
|
+
"fieldName": "body"
|
|
1156
1139
|
},
|
|
1157
1140
|
{
|
|
1158
|
-
"
|
|
1159
|
-
"name": "emphasis",
|
|
1141
|
+
"name": "size",
|
|
1160
1142
|
"type": {
|
|
1161
|
-
"text": "'
|
|
1143
|
+
"text": "'sm' | 'md'"
|
|
1162
1144
|
},
|
|
1163
|
-
"default": "'
|
|
1164
|
-
"description": "Specify the
|
|
1165
|
-
"
|
|
1145
|
+
"default": "'sm'",
|
|
1146
|
+
"description": "Specify the size of the Alert",
|
|
1147
|
+
"fieldName": "size"
|
|
1166
1148
|
},
|
|
1167
1149
|
{
|
|
1168
|
-
"
|
|
1169
|
-
"name": "overrideDotColor",
|
|
1150
|
+
"name": "fullWidth",
|
|
1170
1151
|
"type": {
|
|
1171
|
-
"text": "
|
|
1152
|
+
"text": "boolean"
|
|
1172
1153
|
},
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
"attributes": [
|
|
1154
|
+
"default": "false",
|
|
1155
|
+
"description": "Specify if the Alert has no border radius",
|
|
1156
|
+
"fieldName": "fullWidth"
|
|
1157
|
+
},
|
|
1178
1158
|
{
|
|
1179
1159
|
"name": "theme",
|
|
1180
1160
|
"type": {
|
|
1181
1161
|
"text": "'light' | 'dark' | undefined"
|
|
1182
1162
|
},
|
|
1183
|
-
"description": "Specify the theme of the
|
|
1163
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1184
1164
|
"fieldName": "theme"
|
|
1185
1165
|
},
|
|
1186
1166
|
{
|
|
@@ -1189,57 +1169,85 @@
|
|
|
1189
1169
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1190
1170
|
},
|
|
1191
1171
|
"default": "'infoPrimary'",
|
|
1192
|
-
"description": "Specify the appearance of the
|
|
1172
|
+
"description": "Specify the appearance of the Alert",
|
|
1193
1173
|
"fieldName": "appearance"
|
|
1194
1174
|
},
|
|
1195
1175
|
{
|
|
1196
|
-
"name": "
|
|
1176
|
+
"name": "hidden",
|
|
1197
1177
|
"type": {
|
|
1198
|
-
"text": "
|
|
1178
|
+
"text": "boolean"
|
|
1199
1179
|
},
|
|
1200
|
-
"default": "
|
|
1201
|
-
"description": "Specify the
|
|
1202
|
-
"fieldName": "
|
|
1180
|
+
"default": "false",
|
|
1181
|
+
"description": "Specify if the Alert is hidden",
|
|
1182
|
+
"fieldName": "hidden"
|
|
1203
1183
|
},
|
|
1204
1184
|
{
|
|
1205
|
-
"name": "
|
|
1185
|
+
"name": "hideIcon",
|
|
1206
1186
|
"type": {
|
|
1207
|
-
"text": "
|
|
1187
|
+
"text": "boolean"
|
|
1208
1188
|
},
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1189
|
+
"default": "false",
|
|
1190
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1191
|
+
"fieldName": "hideIcon"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "dismissible",
|
|
1195
|
+
"type": {
|
|
1196
|
+
"text": "boolean"
|
|
1197
|
+
},
|
|
1198
|
+
"default": "false",
|
|
1199
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1200
|
+
"fieldName": "dismissible"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "disableAutoFocus",
|
|
1204
|
+
"type": {
|
|
1205
|
+
"text": "boolean"
|
|
1206
|
+
},
|
|
1207
|
+
"default": "false",
|
|
1208
|
+
"description": "Prevent autofocus on show",
|
|
1209
|
+
"fieldName": "disableAutoFocus"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "disableCloseOnEscape",
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": "boolean"
|
|
1215
|
+
},
|
|
1216
|
+
"default": "false",
|
|
1217
|
+
"description": "Prevent Escape from closing",
|
|
1218
|
+
"fieldName": "disableCloseOnEscape"
|
|
1211
1219
|
}
|
|
1212
1220
|
],
|
|
1213
1221
|
"superclass": {
|
|
1214
1222
|
"name": "LitElement",
|
|
1215
1223
|
"package": "lit"
|
|
1216
1224
|
},
|
|
1217
|
-
"tagName": "bm-
|
|
1225
|
+
"tagName": "bm-alert",
|
|
1218
1226
|
"customElement": true
|
|
1219
1227
|
}
|
|
1220
1228
|
],
|
|
1221
1229
|
"exports": [
|
|
1222
1230
|
{
|
|
1223
1231
|
"kind": "js",
|
|
1224
|
-
"name": "
|
|
1232
|
+
"name": "BmAlert",
|
|
1225
1233
|
"declaration": {
|
|
1226
|
-
"name": "
|
|
1227
|
-
"module": "libs/web-components/src/lib/
|
|
1234
|
+
"name": "BmAlert",
|
|
1235
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1228
1236
|
}
|
|
1229
1237
|
},
|
|
1230
1238
|
{
|
|
1231
1239
|
"kind": "custom-element-definition",
|
|
1232
|
-
"name": "bm-
|
|
1240
|
+
"name": "bm-alert",
|
|
1233
1241
|
"declaration": {
|
|
1234
|
-
"name": "
|
|
1235
|
-
"module": "libs/web-components/src/lib/
|
|
1242
|
+
"name": "BmAlert",
|
|
1243
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1236
1244
|
}
|
|
1237
1245
|
}
|
|
1238
1246
|
]
|
|
1239
1247
|
},
|
|
1240
1248
|
{
|
|
1241
1249
|
"kind": "javascript-module",
|
|
1242
|
-
"path": "libs/web-components/src/lib/
|
|
1250
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1243
1251
|
"declarations": [],
|
|
1244
1252
|
"exports": [
|
|
1245
1253
|
{
|
|
@@ -1247,399 +1255,293 @@
|
|
|
1247
1255
|
"name": "*",
|
|
1248
1256
|
"declaration": {
|
|
1249
1257
|
"name": "*",
|
|
1250
|
-
"package": "./
|
|
1258
|
+
"package": "./Alert"
|
|
1251
1259
|
}
|
|
1252
1260
|
}
|
|
1253
1261
|
]
|
|
1254
1262
|
},
|
|
1255
1263
|
{
|
|
1256
1264
|
"kind": "javascript-module",
|
|
1257
|
-
"path": "libs/web-components/src/lib/
|
|
1265
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
1266
|
+
"declarations": [
|
|
1267
|
+
{
|
|
1268
|
+
"kind": "variable",
|
|
1269
|
+
"name": "BreadcrumbGroupCtx"
|
|
1270
|
+
}
|
|
1271
|
+
],
|
|
1272
|
+
"exports": [
|
|
1273
|
+
{
|
|
1274
|
+
"kind": "js",
|
|
1275
|
+
"name": "BreadcrumbGroupCtx",
|
|
1276
|
+
"declaration": {
|
|
1277
|
+
"name": "BreadcrumbGroupCtx",
|
|
1278
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
]
|
|
1282
|
+
},
|
|
1283
|
+
{
|
|
1284
|
+
"kind": "javascript-module",
|
|
1285
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1258
1286
|
"declarations": [
|
|
1259
1287
|
{
|
|
1260
1288
|
"kind": "class",
|
|
1261
|
-
"description": "`bm-
|
|
1262
|
-
"name": "
|
|
1289
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1290
|
+
"name": "BmBreadcrumbs",
|
|
1263
1291
|
"slots": [
|
|
1264
1292
|
{
|
|
1265
|
-
"description": "
|
|
1293
|
+
"description": "Pass items to the Breadcrumb",
|
|
1266
1294
|
"name": "default"
|
|
1267
1295
|
}
|
|
1268
1296
|
],
|
|
1269
1297
|
"members": [
|
|
1270
1298
|
{
|
|
1271
1299
|
"kind": "field",
|
|
1272
|
-
"name": "
|
|
1273
|
-
"type": {
|
|
1274
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1275
|
-
},
|
|
1276
|
-
"description": "Specify the background color of a Box",
|
|
1277
|
-
"attribute": "backgroundColor"
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "field",
|
|
1281
|
-
"name": "borderColor",
|
|
1282
|
-
"type": {
|
|
1283
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1284
|
-
},
|
|
1285
|
-
"description": "Specify the border color of a Box",
|
|
1286
|
-
"attribute": "borderColor"
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
"kind": "field",
|
|
1290
|
-
"name": "borderWidth",
|
|
1291
|
-
"type": {
|
|
1292
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1293
|
-
},
|
|
1294
|
-
"description": "Specify the border width of a Box",
|
|
1295
|
-
"attribute": "borderWidth"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "field",
|
|
1299
|
-
"name": "borderRadius",
|
|
1300
|
-
"type": {
|
|
1301
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1302
|
-
},
|
|
1303
|
-
"description": "Specify the border radius of a Box",
|
|
1304
|
-
"attribute": "borderRadius"
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"kind": "field",
|
|
1308
|
-
"name": "px",
|
|
1309
|
-
"type": {
|
|
1310
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1311
|
-
},
|
|
1312
|
-
"description": "Specify before and after padding of a Box",
|
|
1313
|
-
"attribute": "px"
|
|
1314
|
-
},
|
|
1315
|
-
{
|
|
1316
|
-
"kind": "field",
|
|
1317
|
-
"name": "py",
|
|
1318
|
-
"type": {
|
|
1319
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1320
|
-
},
|
|
1321
|
-
"description": "Specify top and bottom padding of a Box",
|
|
1322
|
-
"attribute": "py"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "field",
|
|
1326
|
-
"name": "pTop",
|
|
1327
|
-
"type": {
|
|
1328
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1329
|
-
},
|
|
1330
|
-
"description": "Specify top padding of a Box",
|
|
1331
|
-
"attribute": "pTop"
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
"kind": "field",
|
|
1335
|
-
"name": "pBottom",
|
|
1336
|
-
"type": {
|
|
1337
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1338
|
-
},
|
|
1339
|
-
"description": "Specify bottom padding of a Box",
|
|
1340
|
-
"attribute": "pBottom"
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "field",
|
|
1344
|
-
"name": "pBefore",
|
|
1345
|
-
"type": {
|
|
1346
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1347
|
-
},
|
|
1348
|
-
"description": "Specify before padding of a Box",
|
|
1349
|
-
"attribute": "pBefore"
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"kind": "field",
|
|
1353
|
-
"name": "pAfter",
|
|
1354
|
-
"type": {
|
|
1355
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1356
|
-
},
|
|
1357
|
-
"description": "Specify after padding of a Box",
|
|
1358
|
-
"attribute": "pAfter"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"kind": "field",
|
|
1362
|
-
"name": "mx",
|
|
1363
|
-
"type": {
|
|
1364
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1365
|
-
},
|
|
1366
|
-
"description": "Specify before and after margin of a Box",
|
|
1367
|
-
"attribute": "mx"
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"kind": "field",
|
|
1371
|
-
"name": "my",
|
|
1372
|
-
"type": {
|
|
1373
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1374
|
-
},
|
|
1375
|
-
"description": "Specify top and bottom margin of a Box",
|
|
1376
|
-
"attribute": "my"
|
|
1377
|
-
},
|
|
1378
|
-
{
|
|
1379
|
-
"kind": "field",
|
|
1380
|
-
"name": "mTop",
|
|
1381
|
-
"type": {
|
|
1382
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1383
|
-
},
|
|
1384
|
-
"description": "Specify top margin of a Box",
|
|
1385
|
-
"attribute": "mTop"
|
|
1386
|
-
},
|
|
1387
|
-
{
|
|
1388
|
-
"kind": "field",
|
|
1389
|
-
"name": "mBottom",
|
|
1390
|
-
"type": {
|
|
1391
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1392
|
-
},
|
|
1393
|
-
"description": "Specify bottom margin of a Box",
|
|
1394
|
-
"attribute": "mBottom"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"kind": "field",
|
|
1398
|
-
"name": "mBefore",
|
|
1399
|
-
"type": {
|
|
1400
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1401
|
-
},
|
|
1402
|
-
"description": "Specify before margin of a Box",
|
|
1403
|
-
"attribute": "mBefore"
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"kind": "field",
|
|
1407
|
-
"name": "mAfter",
|
|
1408
|
-
"type": {
|
|
1409
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1410
|
-
},
|
|
1411
|
-
"description": "Specify after margin of a Box",
|
|
1412
|
-
"attribute": "mAfter"
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "field",
|
|
1416
|
-
"name": "m",
|
|
1300
|
+
"name": "wrap",
|
|
1417
1301
|
"type": {
|
|
1418
|
-
"text": "
|
|
1302
|
+
"text": "boolean"
|
|
1419
1303
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1304
|
+
"default": "true",
|
|
1305
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1306
|
+
"attribute": "wrap"
|
|
1422
1307
|
},
|
|
1423
1308
|
{
|
|
1424
1309
|
"kind": "field",
|
|
1425
|
-
"name": "
|
|
1310
|
+
"name": "itemsBeforeCollapse",
|
|
1426
1311
|
"type": {
|
|
1427
|
-
"text": "
|
|
1312
|
+
"text": "number"
|
|
1428
1313
|
},
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1314
|
+
"default": "1",
|
|
1315
|
+
"description": "Specify how many items show before ellipsis",
|
|
1316
|
+
"attribute": "itemsBeforeCollapse"
|
|
1431
1317
|
},
|
|
1432
1318
|
{
|
|
1433
1319
|
"kind": "field",
|
|
1434
|
-
"name": "
|
|
1320
|
+
"name": "itemsAfterCollapse",
|
|
1435
1321
|
"type": {
|
|
1436
|
-
"text": "
|
|
1322
|
+
"text": "number"
|
|
1437
1323
|
},
|
|
1438
|
-
"
|
|
1439
|
-
"
|
|
1324
|
+
"default": "1",
|
|
1325
|
+
"description": "Specify how many items show after ellipsis",
|
|
1326
|
+
"attribute": "itemsAfterCollapse"
|
|
1440
1327
|
},
|
|
1441
1328
|
{
|
|
1442
1329
|
"kind": "field",
|
|
1443
|
-
"name": "
|
|
1330
|
+
"name": "theme",
|
|
1444
1331
|
"type": {
|
|
1445
|
-
"text": "'
|
|
1332
|
+
"text": "'light' | 'dark' | undefined"
|
|
1446
1333
|
},
|
|
1447
|
-
"description": "Specify
|
|
1448
|
-
"attribute": "
|
|
1334
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1335
|
+
"attribute": "theme"
|
|
1449
1336
|
}
|
|
1450
1337
|
],
|
|
1451
1338
|
"attributes": [
|
|
1452
1339
|
{
|
|
1453
|
-
"name": "
|
|
1454
|
-
"type": {
|
|
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"
|
|
1456
|
-
},
|
|
1457
|
-
"description": "Specify the background color of a Box",
|
|
1458
|
-
"fieldName": "backgroundColor"
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "borderColor",
|
|
1462
|
-
"type": {
|
|
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"
|
|
1464
|
-
},
|
|
1465
|
-
"description": "Specify the border color of a Box",
|
|
1466
|
-
"fieldName": "borderColor"
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"name": "borderWidth",
|
|
1470
|
-
"type": {
|
|
1471
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1472
|
-
},
|
|
1473
|
-
"description": "Specify the border width of a Box",
|
|
1474
|
-
"fieldName": "borderWidth"
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"name": "borderRadius",
|
|
1478
|
-
"type": {
|
|
1479
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1480
|
-
},
|
|
1481
|
-
"description": "Specify the border radius of a Box",
|
|
1482
|
-
"fieldName": "borderRadius"
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "px",
|
|
1486
|
-
"type": {
|
|
1487
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1488
|
-
},
|
|
1489
|
-
"description": "Specify before and after padding of a Box",
|
|
1490
|
-
"fieldName": "px"
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"name": "py",
|
|
1494
|
-
"type": {
|
|
1495
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1496
|
-
},
|
|
1497
|
-
"description": "Specify top and bottom padding of a Box",
|
|
1498
|
-
"fieldName": "py"
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "pTop",
|
|
1340
|
+
"name": "wrap",
|
|
1502
1341
|
"type": {
|
|
1503
|
-
"text": "
|
|
1342
|
+
"text": "boolean"
|
|
1504
1343
|
},
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1344
|
+
"default": "true",
|
|
1345
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1346
|
+
"fieldName": "wrap"
|
|
1507
1347
|
},
|
|
1508
1348
|
{
|
|
1509
|
-
"name": "
|
|
1349
|
+
"name": "itemsBeforeCollapse",
|
|
1510
1350
|
"type": {
|
|
1511
|
-
"text": "
|
|
1351
|
+
"text": "number"
|
|
1512
1352
|
},
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1353
|
+
"default": "1",
|
|
1354
|
+
"description": "Specify how many items show before ellipsis",
|
|
1355
|
+
"fieldName": "itemsBeforeCollapse"
|
|
1515
1356
|
},
|
|
1516
1357
|
{
|
|
1517
|
-
"name": "
|
|
1358
|
+
"name": "itemsAfterCollapse",
|
|
1518
1359
|
"type": {
|
|
1519
|
-
"text": "
|
|
1360
|
+
"text": "number"
|
|
1520
1361
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1362
|
+
"default": "1",
|
|
1363
|
+
"description": "Specify how many items show after ellipsis",
|
|
1364
|
+
"fieldName": "itemsAfterCollapse"
|
|
1523
1365
|
},
|
|
1524
1366
|
{
|
|
1525
|
-
"name": "
|
|
1367
|
+
"name": "theme",
|
|
1526
1368
|
"type": {
|
|
1527
|
-
"text": "'
|
|
1369
|
+
"text": "'light' | 'dark' | undefined"
|
|
1528
1370
|
},
|
|
1529
|
-
"description": "Specify
|
|
1530
|
-
"fieldName": "
|
|
1371
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1372
|
+
"fieldName": "theme"
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"superclass": {
|
|
1376
|
+
"name": "LitElement",
|
|
1377
|
+
"package": "lit"
|
|
1378
|
+
},
|
|
1379
|
+
"tagName": "bm-breadcrumb",
|
|
1380
|
+
"customElement": true
|
|
1381
|
+
}
|
|
1382
|
+
],
|
|
1383
|
+
"exports": [
|
|
1384
|
+
{
|
|
1385
|
+
"kind": "js",
|
|
1386
|
+
"name": "BmBreadcrumbs",
|
|
1387
|
+
"declaration": {
|
|
1388
|
+
"name": "BmBreadcrumbs",
|
|
1389
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1390
|
+
}
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"kind": "custom-element-definition",
|
|
1394
|
+
"name": "bm-breadcrumb",
|
|
1395
|
+
"declaration": {
|
|
1396
|
+
"name": "BmBreadcrumbs",
|
|
1397
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
]
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"kind": "javascript-module",
|
|
1404
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1405
|
+
"declarations": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "class",
|
|
1408
|
+
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
|
|
1409
|
+
"name": "BmBreadcrumbsItem",
|
|
1410
|
+
"slots": [
|
|
1411
|
+
{
|
|
1412
|
+
"description": "Pass text to an item",
|
|
1413
|
+
"name": "default"
|
|
1531
1414
|
},
|
|
1532
1415
|
{
|
|
1533
|
-
"
|
|
1416
|
+
"description": "Pass icon to an item",
|
|
1417
|
+
"name": "icon"
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"members": [
|
|
1421
|
+
{
|
|
1422
|
+
"kind": "field",
|
|
1423
|
+
"name": "href",
|
|
1534
1424
|
"type": {
|
|
1535
|
-
"text": "
|
|
1425
|
+
"text": "string | undefined"
|
|
1536
1426
|
},
|
|
1537
|
-
"description": "
|
|
1538
|
-
"
|
|
1427
|
+
"description": "Pass href to an item",
|
|
1428
|
+
"attribute": "href"
|
|
1539
1429
|
},
|
|
1540
1430
|
{
|
|
1541
|
-
"
|
|
1431
|
+
"kind": "field",
|
|
1432
|
+
"name": "clickable",
|
|
1542
1433
|
"type": {
|
|
1543
|
-
"text": "
|
|
1434
|
+
"text": "boolean"
|
|
1544
1435
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1436
|
+
"default": "false",
|
|
1437
|
+
"description": "Specify if the item is interactive without an href",
|
|
1438
|
+
"attribute": "clickable"
|
|
1547
1439
|
},
|
|
1548
1440
|
{
|
|
1549
|
-
"
|
|
1441
|
+
"kind": "field",
|
|
1442
|
+
"name": "truncationWidth",
|
|
1550
1443
|
"type": {
|
|
1551
|
-
"text": "
|
|
1444
|
+
"text": "string | undefined"
|
|
1552
1445
|
},
|
|
1553
|
-
"description": "Specify
|
|
1554
|
-
"
|
|
1446
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1447
|
+
"attribute": "truncationWidth"
|
|
1555
1448
|
},
|
|
1556
1449
|
{
|
|
1557
|
-
"
|
|
1450
|
+
"kind": "field",
|
|
1451
|
+
"name": "isCurrent",
|
|
1558
1452
|
"type": {
|
|
1559
|
-
"text": "
|
|
1453
|
+
"text": "boolean"
|
|
1560
1454
|
},
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1455
|
+
"default": "false",
|
|
1456
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1457
|
+
"attribute": "isCurrent",
|
|
1458
|
+
"reflects": true
|
|
1563
1459
|
},
|
|
1564
1460
|
{
|
|
1565
|
-
"
|
|
1461
|
+
"kind": "field",
|
|
1462
|
+
"name": "isCollapsed",
|
|
1566
1463
|
"type": {
|
|
1567
|
-
"text": "
|
|
1464
|
+
"text": "boolean"
|
|
1568
1465
|
},
|
|
1569
|
-
"
|
|
1570
|
-
"
|
|
1571
|
-
|
|
1466
|
+
"default": "false",
|
|
1467
|
+
"attribute": "isCollapsed",
|
|
1468
|
+
"reflects": true
|
|
1469
|
+
}
|
|
1470
|
+
],
|
|
1471
|
+
"attributes": [
|
|
1572
1472
|
{
|
|
1573
|
-
"name": "
|
|
1473
|
+
"name": "href",
|
|
1574
1474
|
"type": {
|
|
1575
|
-
"text": "
|
|
1475
|
+
"text": "string | undefined"
|
|
1576
1476
|
},
|
|
1577
|
-
"description": "
|
|
1578
|
-
"fieldName": "
|
|
1477
|
+
"description": "Pass href to an item",
|
|
1478
|
+
"fieldName": "href"
|
|
1579
1479
|
},
|
|
1580
1480
|
{
|
|
1581
|
-
"name": "
|
|
1481
|
+
"name": "clickable",
|
|
1582
1482
|
"type": {
|
|
1583
|
-
"text": "
|
|
1483
|
+
"text": "boolean"
|
|
1584
1484
|
},
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1485
|
+
"default": "false",
|
|
1486
|
+
"description": "Specify if the item is interactive without an href",
|
|
1487
|
+
"fieldName": "clickable"
|
|
1587
1488
|
},
|
|
1588
1489
|
{
|
|
1589
|
-
"name": "
|
|
1490
|
+
"name": "truncationWidth",
|
|
1590
1491
|
"type": {
|
|
1591
|
-
"text": "
|
|
1492
|
+
"text": "string | undefined"
|
|
1592
1493
|
},
|
|
1593
|
-
"description": "Specify all
|
|
1594
|
-
"fieldName": "
|
|
1494
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1495
|
+
"fieldName": "truncationWidth"
|
|
1595
1496
|
},
|
|
1596
1497
|
{
|
|
1597
|
-
"name": "
|
|
1498
|
+
"name": "isCurrent",
|
|
1598
1499
|
"type": {
|
|
1599
|
-
"text": "
|
|
1500
|
+
"text": "boolean"
|
|
1600
1501
|
},
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1502
|
+
"default": "false",
|
|
1503
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1504
|
+
"fieldName": "isCurrent"
|
|
1603
1505
|
},
|
|
1604
1506
|
{
|
|
1605
|
-
"name": "
|
|
1507
|
+
"name": "isCollapsed",
|
|
1606
1508
|
"type": {
|
|
1607
|
-
"text": "
|
|
1509
|
+
"text": "boolean"
|
|
1608
1510
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"fieldName": "
|
|
1511
|
+
"default": "false",
|
|
1512
|
+
"fieldName": "isCollapsed"
|
|
1611
1513
|
}
|
|
1612
1514
|
],
|
|
1613
1515
|
"superclass": {
|
|
1614
1516
|
"name": "LitElement",
|
|
1615
1517
|
"package": "lit"
|
|
1616
1518
|
},
|
|
1617
|
-
"tagName": "bm-
|
|
1519
|
+
"tagName": "bm-breadcrumb-item",
|
|
1618
1520
|
"customElement": true
|
|
1619
1521
|
}
|
|
1620
1522
|
],
|
|
1621
1523
|
"exports": [
|
|
1622
1524
|
{
|
|
1623
1525
|
"kind": "js",
|
|
1624
|
-
"name": "
|
|
1526
|
+
"name": "BmBreadcrumbsItem",
|
|
1625
1527
|
"declaration": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "libs/web-components/src/lib/
|
|
1528
|
+
"name": "BmBreadcrumbsItem",
|
|
1529
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1628
1530
|
}
|
|
1629
1531
|
},
|
|
1630
1532
|
{
|
|
1631
1533
|
"kind": "custom-element-definition",
|
|
1632
|
-
"name": "bm-
|
|
1534
|
+
"name": "bm-breadcrumb-item",
|
|
1633
1535
|
"declaration": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "libs/web-components/src/lib/
|
|
1536
|
+
"name": "BmBreadcrumbsItem",
|
|
1537
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1636
1538
|
}
|
|
1637
1539
|
}
|
|
1638
1540
|
]
|
|
1639
1541
|
},
|
|
1640
1542
|
{
|
|
1641
1543
|
"kind": "javascript-module",
|
|
1642
|
-
"path": "libs/web-components/src/lib/
|
|
1544
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1643
1545
|
"declarations": [],
|
|
1644
1546
|
"exports": [
|
|
1645
1547
|
{
|
|
@@ -1647,293 +1549,391 @@
|
|
|
1647
1549
|
"name": "*",
|
|
1648
1550
|
"declaration": {
|
|
1649
1551
|
"name": "*",
|
|
1650
|
-
"package": "./
|
|
1552
|
+
"package": "./Breadcrumbs"
|
|
1651
1553
|
}
|
|
1652
|
-
}
|
|
1653
|
-
]
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
"kind": "javascript-module",
|
|
1657
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
1658
|
-
"declarations": [
|
|
1659
|
-
{
|
|
1660
|
-
"kind": "variable",
|
|
1661
|
-
"name": "BreadcrumbGroupCtx"
|
|
1662
|
-
}
|
|
1663
|
-
],
|
|
1664
|
-
"exports": [
|
|
1554
|
+
},
|
|
1665
1555
|
{
|
|
1666
1556
|
"kind": "js",
|
|
1667
|
-
"name": "
|
|
1557
|
+
"name": "*",
|
|
1668
1558
|
"declaration": {
|
|
1669
|
-
"name": "
|
|
1670
|
-
"
|
|
1559
|
+
"name": "*",
|
|
1560
|
+
"package": "./BreadcrumbsItem"
|
|
1671
1561
|
}
|
|
1672
1562
|
}
|
|
1673
1563
|
]
|
|
1674
1564
|
},
|
|
1675
1565
|
{
|
|
1676
1566
|
"kind": "javascript-module",
|
|
1677
|
-
"path": "libs/web-components/src/lib/
|
|
1567
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
1678
1568
|
"declarations": [
|
|
1679
1569
|
{
|
|
1680
1570
|
"kind": "class",
|
|
1681
|
-
"description": "`bm-
|
|
1682
|
-
"name": "
|
|
1571
|
+
"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** ",
|
|
1572
|
+
"name": "BmAvatar",
|
|
1683
1573
|
"slots": [
|
|
1684
1574
|
{
|
|
1685
|
-
"description": "
|
|
1686
|
-
"name": "
|
|
1687
|
-
}
|
|
1688
|
-
],
|
|
1689
|
-
"members": [
|
|
1575
|
+
"description": "Customize the default icon",
|
|
1576
|
+
"name": "icon"
|
|
1577
|
+
}
|
|
1578
|
+
],
|
|
1579
|
+
"members": [
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "field",
|
|
1582
|
+
"name": "appearance",
|
|
1583
|
+
"type": {
|
|
1584
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1585
|
+
},
|
|
1586
|
+
"default": "'neutral'",
|
|
1587
|
+
"description": "Specify the appearance of the Avatar",
|
|
1588
|
+
"attribute": "appearance"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "field",
|
|
1592
|
+
"name": "name",
|
|
1593
|
+
"type": {
|
|
1594
|
+
"text": "string | undefined"
|
|
1595
|
+
},
|
|
1596
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1597
|
+
"attribute": "name"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"kind": "field",
|
|
1601
|
+
"name": "src",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "string | undefined"
|
|
1604
|
+
},
|
|
1605
|
+
"description": "Pass an image to the Avatar",
|
|
1606
|
+
"attribute": "src"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"kind": "field",
|
|
1610
|
+
"name": "alt",
|
|
1611
|
+
"type": {
|
|
1612
|
+
"text": "string | undefined"
|
|
1613
|
+
},
|
|
1614
|
+
"description": "Specify alt for image",
|
|
1615
|
+
"attribute": "alt"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"kind": "field",
|
|
1619
|
+
"name": "size",
|
|
1620
|
+
"type": {
|
|
1621
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1622
|
+
},
|
|
1623
|
+
"default": "'md'",
|
|
1624
|
+
"description": "Specify the size of the Avatar",
|
|
1625
|
+
"attribute": "size"
|
|
1626
|
+
},
|
|
1690
1627
|
{
|
|
1691
1628
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1629
|
+
"name": "disabled",
|
|
1693
1630
|
"type": {
|
|
1694
|
-
"text": "boolean"
|
|
1631
|
+
"text": "boolean | undefined"
|
|
1695
1632
|
},
|
|
1696
|
-
"default": "
|
|
1697
|
-
"description": "Specify if
|
|
1698
|
-
"attribute": "
|
|
1633
|
+
"default": "false",
|
|
1634
|
+
"description": "Specify if the Avatar is disabled",
|
|
1635
|
+
"attribute": "disabled"
|
|
1699
1636
|
},
|
|
1700
1637
|
{
|
|
1701
1638
|
"kind": "field",
|
|
1702
|
-
"name": "
|
|
1639
|
+
"name": "shape",
|
|
1703
1640
|
"type": {
|
|
1704
|
-
"text": "
|
|
1641
|
+
"text": "'circle' | 'square' | undefined"
|
|
1705
1642
|
},
|
|
1706
|
-
"default": "
|
|
1707
|
-
"description": "Specify
|
|
1708
|
-
"attribute": "
|
|
1643
|
+
"default": "'circle'",
|
|
1644
|
+
"description": "Specify the shape of the Avatar",
|
|
1645
|
+
"attribute": "shape"
|
|
1709
1646
|
},
|
|
1710
1647
|
{
|
|
1711
1648
|
"kind": "field",
|
|
1712
|
-
"name": "
|
|
1649
|
+
"name": "isInteractive",
|
|
1713
1650
|
"type": {
|
|
1714
|
-
"text": "
|
|
1651
|
+
"text": "boolean"
|
|
1715
1652
|
},
|
|
1716
|
-
"default": "
|
|
1717
|
-
"description": "
|
|
1718
|
-
"attribute": "
|
|
1653
|
+
"default": "false",
|
|
1654
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1655
|
+
"attribute": "isInteractive"
|
|
1719
1656
|
},
|
|
1720
1657
|
{
|
|
1721
1658
|
"kind": "field",
|
|
1722
|
-
"name": "
|
|
1659
|
+
"name": "isFocusable",
|
|
1723
1660
|
"type": {
|
|
1724
|
-
"text": "
|
|
1661
|
+
"text": "boolean"
|
|
1725
1662
|
},
|
|
1726
|
-
"
|
|
1727
|
-
"
|
|
1663
|
+
"default": "false",
|
|
1664
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1665
|
+
"attribute": "isFocusable"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "field",
|
|
1669
|
+
"name": "withBorder",
|
|
1670
|
+
"type": {
|
|
1671
|
+
"text": "boolean"
|
|
1672
|
+
},
|
|
1673
|
+
"default": "false",
|
|
1674
|
+
"attribute": "withBorder"
|
|
1728
1675
|
}
|
|
1729
1676
|
],
|
|
1730
1677
|
"attributes": [
|
|
1731
1678
|
{
|
|
1732
|
-
"name": "
|
|
1679
|
+
"name": "appearance",
|
|
1733
1680
|
"type": {
|
|
1734
|
-
"text": "
|
|
1681
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1735
1682
|
},
|
|
1736
|
-
"default": "
|
|
1737
|
-
"description": "Specify
|
|
1738
|
-
"fieldName": "
|
|
1683
|
+
"default": "'neutral'",
|
|
1684
|
+
"description": "Specify the appearance of the Avatar",
|
|
1685
|
+
"fieldName": "appearance"
|
|
1739
1686
|
},
|
|
1740
1687
|
{
|
|
1741
|
-
"name": "
|
|
1688
|
+
"name": "name",
|
|
1742
1689
|
"type": {
|
|
1743
|
-
"text": "
|
|
1690
|
+
"text": "string | undefined"
|
|
1744
1691
|
},
|
|
1745
|
-
"
|
|
1746
|
-
"
|
|
1747
|
-
"fieldName": "itemsBeforeCollapse"
|
|
1692
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1693
|
+
"fieldName": "name"
|
|
1748
1694
|
},
|
|
1749
1695
|
{
|
|
1750
|
-
"name": "
|
|
1696
|
+
"name": "src",
|
|
1751
1697
|
"type": {
|
|
1752
|
-
"text": "
|
|
1698
|
+
"text": "string | undefined"
|
|
1753
1699
|
},
|
|
1754
|
-
"
|
|
1755
|
-
"
|
|
1756
|
-
"fieldName": "itemsAfterCollapse"
|
|
1700
|
+
"description": "Pass an image to the Avatar",
|
|
1701
|
+
"fieldName": "src"
|
|
1757
1702
|
},
|
|
1758
1703
|
{
|
|
1759
|
-
"name": "
|
|
1704
|
+
"name": "alt",
|
|
1760
1705
|
"type": {
|
|
1761
|
-
"text": "
|
|
1706
|
+
"text": "string | undefined"
|
|
1762
1707
|
},
|
|
1763
|
-
"description": "Specify
|
|
1764
|
-
"fieldName": "
|
|
1708
|
+
"description": "Specify alt for image",
|
|
1709
|
+
"fieldName": "alt"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "size",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1715
|
+
},
|
|
1716
|
+
"default": "'md'",
|
|
1717
|
+
"description": "Specify the size of the Avatar",
|
|
1718
|
+
"fieldName": "size"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "disabled",
|
|
1722
|
+
"type": {
|
|
1723
|
+
"text": "boolean | undefined"
|
|
1724
|
+
},
|
|
1725
|
+
"default": "false",
|
|
1726
|
+
"description": "Specify if the Avatar is disabled",
|
|
1727
|
+
"fieldName": "disabled"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"name": "shape",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "'circle' | 'square' | undefined"
|
|
1733
|
+
},
|
|
1734
|
+
"default": "'circle'",
|
|
1735
|
+
"description": "Specify the shape of the Avatar",
|
|
1736
|
+
"fieldName": "shape"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "isInteractive",
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "boolean"
|
|
1742
|
+
},
|
|
1743
|
+
"default": "false",
|
|
1744
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1745
|
+
"fieldName": "isInteractive"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "isFocusable",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "boolean"
|
|
1751
|
+
},
|
|
1752
|
+
"default": "false",
|
|
1753
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1754
|
+
"fieldName": "isFocusable"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "withBorder",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "boolean"
|
|
1760
|
+
},
|
|
1761
|
+
"default": "false",
|
|
1762
|
+
"fieldName": "withBorder"
|
|
1765
1763
|
}
|
|
1766
1764
|
],
|
|
1767
1765
|
"superclass": {
|
|
1768
1766
|
"name": "LitElement",
|
|
1769
1767
|
"package": "lit"
|
|
1770
1768
|
},
|
|
1771
|
-
"tagName": "bm-
|
|
1769
|
+
"tagName": "bm-avatar",
|
|
1772
1770
|
"customElement": true
|
|
1773
1771
|
}
|
|
1774
1772
|
],
|
|
1775
1773
|
"exports": [
|
|
1776
1774
|
{
|
|
1777
1775
|
"kind": "js",
|
|
1778
|
-
"name": "
|
|
1776
|
+
"name": "BmAvatar",
|
|
1779
1777
|
"declaration": {
|
|
1780
|
-
"name": "
|
|
1781
|
-
"module": "libs/web-components/src/lib/
|
|
1778
|
+
"name": "BmAvatar",
|
|
1779
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1782
1780
|
}
|
|
1783
1781
|
},
|
|
1784
1782
|
{
|
|
1785
1783
|
"kind": "custom-element-definition",
|
|
1786
|
-
"name": "bm-
|
|
1784
|
+
"name": "bm-avatar",
|
|
1787
1785
|
"declaration": {
|
|
1788
|
-
"name": "
|
|
1789
|
-
"module": "libs/web-components/src/lib/
|
|
1786
|
+
"name": "BmAvatar",
|
|
1787
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1790
1788
|
}
|
|
1791
1789
|
}
|
|
1792
1790
|
]
|
|
1793
1791
|
},
|
|
1794
1792
|
{
|
|
1795
1793
|
"kind": "javascript-module",
|
|
1796
|
-
"path": "libs/web-components/src/lib/
|
|
1794
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1795
|
+
"declarations": [
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "variable",
|
|
1798
|
+
"name": "AvatarGroupCtx"
|
|
1799
|
+
}
|
|
1800
|
+
],
|
|
1801
|
+
"exports": [
|
|
1802
|
+
{
|
|
1803
|
+
"kind": "js",
|
|
1804
|
+
"name": "AvatarGroupCtx",
|
|
1805
|
+
"declaration": {
|
|
1806
|
+
"name": "AvatarGroupCtx",
|
|
1807
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1808
|
+
}
|
|
1809
|
+
}
|
|
1810
|
+
]
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"kind": "javascript-module",
|
|
1814
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1797
1815
|
"declarations": [
|
|
1798
1816
|
{
|
|
1799
1817
|
"kind": "class",
|
|
1800
|
-
"description": "`bm-
|
|
1801
|
-
"name": "
|
|
1818
|
+
"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.",
|
|
1819
|
+
"name": "BmAvatarGroup",
|
|
1802
1820
|
"slots": [
|
|
1803
1821
|
{
|
|
1804
|
-
"description": "
|
|
1822
|
+
"description": "Add Avatars to create a group",
|
|
1805
1823
|
"name": "default"
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"description": "Pass icon to an item",
|
|
1809
|
-
"name": "icon"
|
|
1810
1824
|
}
|
|
1811
1825
|
],
|
|
1812
1826
|
"members": [
|
|
1813
1827
|
{
|
|
1814
1828
|
"kind": "field",
|
|
1815
|
-
"name": "
|
|
1816
|
-
"type": {
|
|
1817
|
-
"text": "string | undefined"
|
|
1818
|
-
},
|
|
1819
|
-
"description": "Pass href to an item",
|
|
1820
|
-
"attribute": "href"
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"kind": "field",
|
|
1824
|
-
"name": "clickable",
|
|
1829
|
+
"name": "wrapping",
|
|
1825
1830
|
"type": {
|
|
1826
1831
|
"text": "boolean"
|
|
1827
1832
|
},
|
|
1828
1833
|
"default": "false",
|
|
1829
|
-
"description": "Specify if the
|
|
1830
|
-
"attribute": "
|
|
1834
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1835
|
+
"attribute": "wrapping"
|
|
1831
1836
|
},
|
|
1832
1837
|
{
|
|
1833
1838
|
"kind": "field",
|
|
1834
|
-
"name": "
|
|
1839
|
+
"name": "maxCount",
|
|
1835
1840
|
"type": {
|
|
1836
|
-
"text": "
|
|
1841
|
+
"text": "number"
|
|
1837
1842
|
},
|
|
1838
|
-
"
|
|
1839
|
-
"
|
|
1843
|
+
"default": "5",
|
|
1844
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1845
|
+
"attribute": "maxCount",
|
|
1846
|
+
"reflects": true
|
|
1840
1847
|
},
|
|
1841
1848
|
{
|
|
1842
1849
|
"kind": "field",
|
|
1843
|
-
"name": "
|
|
1850
|
+
"name": "size",
|
|
1844
1851
|
"type": {
|
|
1845
|
-
"text": "
|
|
1852
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1846
1853
|
},
|
|
1847
|
-
"default": "
|
|
1848
|
-
"description": "Specify
|
|
1849
|
-
"attribute": "
|
|
1850
|
-
"reflects": true
|
|
1854
|
+
"default": "'md'",
|
|
1855
|
+
"description": "Specify the size of all Avatars",
|
|
1856
|
+
"attribute": "size"
|
|
1851
1857
|
},
|
|
1852
1858
|
{
|
|
1853
1859
|
"kind": "field",
|
|
1854
|
-
"name": "
|
|
1860
|
+
"name": "layout",
|
|
1855
1861
|
"type": {
|
|
1856
|
-
"text": "
|
|
1862
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1857
1863
|
},
|
|
1858
|
-
"default": "
|
|
1859
|
-
"
|
|
1860
|
-
"
|
|
1864
|
+
"default": "'stacked'",
|
|
1865
|
+
"description": "Specify the kind of the group.",
|
|
1866
|
+
"attribute": "layout"
|
|
1861
1867
|
}
|
|
1862
1868
|
],
|
|
1863
1869
|
"attributes": [
|
|
1864
1870
|
{
|
|
1865
|
-
"name": "
|
|
1866
|
-
"type": {
|
|
1867
|
-
"text": "string | undefined"
|
|
1868
|
-
},
|
|
1869
|
-
"description": "Pass href to an item",
|
|
1870
|
-
"fieldName": "href"
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"name": "clickable",
|
|
1871
|
+
"name": "wrapping",
|
|
1874
1872
|
"type": {
|
|
1875
1873
|
"text": "boolean"
|
|
1876
1874
|
},
|
|
1877
1875
|
"default": "false",
|
|
1878
|
-
"description": "Specify if the
|
|
1879
|
-
"fieldName": "
|
|
1876
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1877
|
+
"fieldName": "wrapping"
|
|
1880
1878
|
},
|
|
1881
1879
|
{
|
|
1882
|
-
"name": "
|
|
1880
|
+
"name": "maxCount",
|
|
1883
1881
|
"type": {
|
|
1884
|
-
"text": "
|
|
1882
|
+
"text": "number"
|
|
1885
1883
|
},
|
|
1886
|
-
"
|
|
1887
|
-
"
|
|
1884
|
+
"default": "5",
|
|
1885
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1886
|
+
"fieldName": "maxCount"
|
|
1888
1887
|
},
|
|
1889
1888
|
{
|
|
1890
|
-
"name": "
|
|
1889
|
+
"name": "size",
|
|
1891
1890
|
"type": {
|
|
1892
|
-
"text": "
|
|
1891
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1893
1892
|
},
|
|
1894
|
-
"default": "
|
|
1895
|
-
"description": "Specify
|
|
1896
|
-
"fieldName": "
|
|
1893
|
+
"default": "'md'",
|
|
1894
|
+
"description": "Specify the size of all Avatars",
|
|
1895
|
+
"fieldName": "size"
|
|
1897
1896
|
},
|
|
1898
1897
|
{
|
|
1899
|
-
"name": "
|
|
1898
|
+
"name": "layout",
|
|
1900
1899
|
"type": {
|
|
1901
|
-
"text": "
|
|
1900
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1902
1901
|
},
|
|
1903
|
-
"default": "
|
|
1904
|
-
"
|
|
1902
|
+
"default": "'stacked'",
|
|
1903
|
+
"description": "Specify the kind of the group.",
|
|
1904
|
+
"fieldName": "layout"
|
|
1905
1905
|
}
|
|
1906
1906
|
],
|
|
1907
1907
|
"superclass": {
|
|
1908
1908
|
"name": "LitElement",
|
|
1909
1909
|
"package": "lit"
|
|
1910
1910
|
},
|
|
1911
|
-
"tagName": "bm-
|
|
1911
|
+
"tagName": "bm-avatar-group",
|
|
1912
1912
|
"customElement": true
|
|
1913
1913
|
}
|
|
1914
1914
|
],
|
|
1915
1915
|
"exports": [
|
|
1916
1916
|
{
|
|
1917
1917
|
"kind": "js",
|
|
1918
|
-
"name": "
|
|
1918
|
+
"name": "BmAvatarGroup",
|
|
1919
1919
|
"declaration": {
|
|
1920
|
-
"name": "
|
|
1921
|
-
"module": "libs/web-components/src/lib/
|
|
1920
|
+
"name": "BmAvatarGroup",
|
|
1921
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1922
1922
|
}
|
|
1923
1923
|
},
|
|
1924
1924
|
{
|
|
1925
1925
|
"kind": "custom-element-definition",
|
|
1926
|
-
"name": "bm-
|
|
1926
|
+
"name": "bm-avatar-group",
|
|
1927
1927
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "libs/web-components/src/lib/
|
|
1928
|
+
"name": "BmAvatarGroup",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1930
1930
|
}
|
|
1931
1931
|
}
|
|
1932
1932
|
]
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
1935
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "libs/web-components/src/lib/
|
|
1936
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1937
1937
|
"declarations": [],
|
|
1938
1938
|
"exports": [
|
|
1939
1939
|
{
|
|
@@ -1941,7 +1941,7 @@
|
|
|
1941
1941
|
"name": "*",
|
|
1942
1942
|
"declaration": {
|
|
1943
1943
|
"name": "*",
|
|
1944
|
-
"package": "./
|
|
1944
|
+
"package": "./Avatar"
|
|
1945
1945
|
}
|
|
1946
1946
|
},
|
|
1947
1947
|
{
|
|
@@ -1949,7 +1949,7 @@
|
|
|
1949
1949
|
"name": "*",
|
|
1950
1950
|
"declaration": {
|
|
1951
1951
|
"name": "*",
|
|
1952
|
-
"package": "./
|
|
1952
|
+
"package": "./AvatarGroup"
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
1955
|
]
|
|
@@ -8814,7 +8814,214 @@
|
|
|
8814
8814
|
},
|
|
8815
8815
|
{
|
|
8816
8816
|
"kind": "javascript-module",
|
|
8817
|
-
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8817
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8818
|
+
"declarations": [],
|
|
8819
|
+
"exports": [
|
|
8820
|
+
{
|
|
8821
|
+
"kind": "js",
|
|
8822
|
+
"name": "*",
|
|
8823
|
+
"declaration": {
|
|
8824
|
+
"name": "*",
|
|
8825
|
+
"package": "./NativeSelect"
|
|
8826
|
+
}
|
|
8827
|
+
}
|
|
8828
|
+
]
|
|
8829
|
+
},
|
|
8830
|
+
{
|
|
8831
|
+
"kind": "javascript-module",
|
|
8832
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
8833
|
+
"declarations": [
|
|
8834
|
+
{
|
|
8835
|
+
"kind": "class",
|
|
8836
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
8837
|
+
"name": "BmRadioButton",
|
|
8838
|
+
"members": [
|
|
8839
|
+
{
|
|
8840
|
+
"kind": "field",
|
|
8841
|
+
"name": "label",
|
|
8842
|
+
"type": {
|
|
8843
|
+
"text": "string | undefined"
|
|
8844
|
+
},
|
|
8845
|
+
"description": "Specify the text for the label",
|
|
8846
|
+
"attribute": "label"
|
|
8847
|
+
},
|
|
8848
|
+
{
|
|
8849
|
+
"kind": "field",
|
|
8850
|
+
"name": "error",
|
|
8851
|
+
"type": {
|
|
8852
|
+
"text": "boolean | undefined"
|
|
8853
|
+
},
|
|
8854
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8855
|
+
"attribute": "error"
|
|
8856
|
+
},
|
|
8857
|
+
{
|
|
8858
|
+
"kind": "field",
|
|
8859
|
+
"name": "readOnly",
|
|
8860
|
+
"type": {
|
|
8861
|
+
"text": "boolean | undefined"
|
|
8862
|
+
},
|
|
8863
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8864
|
+
"attribute": "readOnly"
|
|
8865
|
+
},
|
|
8866
|
+
{
|
|
8867
|
+
"kind": "field",
|
|
8868
|
+
"name": "disabled",
|
|
8869
|
+
"type": {
|
|
8870
|
+
"text": "boolean | undefined"
|
|
8871
|
+
},
|
|
8872
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8873
|
+
"attribute": "disabled"
|
|
8874
|
+
},
|
|
8875
|
+
{
|
|
8876
|
+
"kind": "field",
|
|
8877
|
+
"name": "theme",
|
|
8878
|
+
"type": {
|
|
8879
|
+
"text": "'light' | 'dark' | undefined"
|
|
8880
|
+
},
|
|
8881
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8882
|
+
"attribute": "theme"
|
|
8883
|
+
},
|
|
8884
|
+
{
|
|
8885
|
+
"kind": "field",
|
|
8886
|
+
"name": "value",
|
|
8887
|
+
"type": {
|
|
8888
|
+
"text": "string | undefined"
|
|
8889
|
+
},
|
|
8890
|
+
"description": "The value attribute for the input element",
|
|
8891
|
+
"attribute": "value"
|
|
8892
|
+
},
|
|
8893
|
+
{
|
|
8894
|
+
"kind": "field",
|
|
8895
|
+
"name": "checked",
|
|
8896
|
+
"type": {
|
|
8897
|
+
"text": "boolean"
|
|
8898
|
+
},
|
|
8899
|
+
"default": "false",
|
|
8900
|
+
"description": "The checked attribute for the input element",
|
|
8901
|
+
"attribute": "checked"
|
|
8902
|
+
},
|
|
8903
|
+
{
|
|
8904
|
+
"kind": "field",
|
|
8905
|
+
"name": "onKeyDown",
|
|
8906
|
+
"type": {
|
|
8907
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8908
|
+
},
|
|
8909
|
+
"description": "A user-defined function to handle keydown events",
|
|
8910
|
+
"attribute": "onKeyDown"
|
|
8911
|
+
},
|
|
8912
|
+
{
|
|
8913
|
+
"kind": "field",
|
|
8914
|
+
"name": "inputChoiceGroupContext",
|
|
8915
|
+
"type": {
|
|
8916
|
+
"text": "InputChoiceGroupContextProps"
|
|
8917
|
+
}
|
|
8918
|
+
},
|
|
8919
|
+
{
|
|
8920
|
+
"kind": "field",
|
|
8921
|
+
"name": "radioButtonRef"
|
|
8922
|
+
},
|
|
8923
|
+
{
|
|
8924
|
+
"kind": "method",
|
|
8925
|
+
"name": "focus"
|
|
8926
|
+
}
|
|
8927
|
+
],
|
|
8928
|
+
"attributes": [
|
|
8929
|
+
{
|
|
8930
|
+
"name": "label",
|
|
8931
|
+
"type": {
|
|
8932
|
+
"text": "string | undefined"
|
|
8933
|
+
},
|
|
8934
|
+
"description": "Specify the text for the label",
|
|
8935
|
+
"fieldName": "label"
|
|
8936
|
+
},
|
|
8937
|
+
{
|
|
8938
|
+
"name": "error",
|
|
8939
|
+
"type": {
|
|
8940
|
+
"text": "boolean | undefined"
|
|
8941
|
+
},
|
|
8942
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
8943
|
+
"fieldName": "error"
|
|
8944
|
+
},
|
|
8945
|
+
{
|
|
8946
|
+
"name": "readOnly",
|
|
8947
|
+
"type": {
|
|
8948
|
+
"text": "boolean | undefined"
|
|
8949
|
+
},
|
|
8950
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8951
|
+
"fieldName": "readOnly"
|
|
8952
|
+
},
|
|
8953
|
+
{
|
|
8954
|
+
"name": "disabled",
|
|
8955
|
+
"type": {
|
|
8956
|
+
"text": "boolean | undefined"
|
|
8957
|
+
},
|
|
8958
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8959
|
+
"fieldName": "disabled"
|
|
8960
|
+
},
|
|
8961
|
+
{
|
|
8962
|
+
"name": "theme",
|
|
8963
|
+
"type": {
|
|
8964
|
+
"text": "'light' | 'dark' | undefined"
|
|
8965
|
+
},
|
|
8966
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8967
|
+
"fieldName": "theme"
|
|
8968
|
+
},
|
|
8969
|
+
{
|
|
8970
|
+
"name": "value",
|
|
8971
|
+
"type": {
|
|
8972
|
+
"text": "string | undefined"
|
|
8973
|
+
},
|
|
8974
|
+
"description": "The value attribute for the input element",
|
|
8975
|
+
"fieldName": "value"
|
|
8976
|
+
},
|
|
8977
|
+
{
|
|
8978
|
+
"name": "checked",
|
|
8979
|
+
"type": {
|
|
8980
|
+
"text": "boolean"
|
|
8981
|
+
},
|
|
8982
|
+
"default": "false",
|
|
8983
|
+
"description": "The checked attribute for the input element",
|
|
8984
|
+
"fieldName": "checked"
|
|
8985
|
+
},
|
|
8986
|
+
{
|
|
8987
|
+
"name": "onKeyDown",
|
|
8988
|
+
"type": {
|
|
8989
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8990
|
+
},
|
|
8991
|
+
"description": "A user-defined function to handle keydown events",
|
|
8992
|
+
"fieldName": "onKeyDown"
|
|
8993
|
+
}
|
|
8994
|
+
],
|
|
8995
|
+
"superclass": {
|
|
8996
|
+
"name": "LitElement",
|
|
8997
|
+
"package": "lit"
|
|
8998
|
+
},
|
|
8999
|
+
"tagName": "bm-radio-button",
|
|
9000
|
+
"customElement": true
|
|
9001
|
+
}
|
|
9002
|
+
],
|
|
9003
|
+
"exports": [
|
|
9004
|
+
{
|
|
9005
|
+
"kind": "js",
|
|
9006
|
+
"name": "BmRadioButton",
|
|
9007
|
+
"declaration": {
|
|
9008
|
+
"name": "BmRadioButton",
|
|
9009
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9010
|
+
}
|
|
9011
|
+
},
|
|
9012
|
+
{
|
|
9013
|
+
"kind": "custom-element-definition",
|
|
9014
|
+
"name": "bm-radio-button",
|
|
9015
|
+
"declaration": {
|
|
9016
|
+
"name": "BmRadioButton",
|
|
9017
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9018
|
+
}
|
|
9019
|
+
}
|
|
9020
|
+
]
|
|
9021
|
+
},
|
|
9022
|
+
{
|
|
9023
|
+
"kind": "javascript-module",
|
|
9024
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8818
9025
|
"declarations": [],
|
|
8819
9026
|
"exports": [
|
|
8820
9027
|
{
|
|
@@ -8822,7 +9029,15 @@
|
|
|
8822
9029
|
"name": "*",
|
|
8823
9030
|
"declaration": {
|
|
8824
9031
|
"name": "*",
|
|
8825
|
-
"package": "./
|
|
9032
|
+
"package": "./RadioButton"
|
|
9033
|
+
}
|
|
9034
|
+
},
|
|
9035
|
+
{
|
|
9036
|
+
"kind": "js",
|
|
9037
|
+
"name": "*",
|
|
9038
|
+
"declaration": {
|
|
9039
|
+
"name": "*",
|
|
9040
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8826
9041
|
}
|
|
8827
9042
|
}
|
|
8828
9043
|
]
|
|
@@ -9412,352 +9627,145 @@
|
|
|
9412
9627
|
{
|
|
9413
9628
|
"name": "fluid",
|
|
9414
9629
|
"type": {
|
|
9415
|
-
"text": "boolean"
|
|
9416
|
-
},
|
|
9417
|
-
"default": "false",
|
|
9418
|
-
"description": "Specify if TextArea is fluid",
|
|
9419
|
-
"fieldName": "fluid"
|
|
9420
|
-
},
|
|
9421
|
-
{
|
|
9422
|
-
"name": "width",
|
|
9423
|
-
"type": {
|
|
9424
|
-
"text": "string | undefined"
|
|
9425
|
-
},
|
|
9426
|
-
"description": "Specify the width of TextArea",
|
|
9427
|
-
"fieldName": "width"
|
|
9428
|
-
},
|
|
9429
|
-
{
|
|
9430
|
-
"name": "hideResize",
|
|
9431
|
-
"type": {
|
|
9432
|
-
"text": "boolean"
|
|
9433
|
-
},
|
|
9434
|
-
"default": "false",
|
|
9435
|
-
"description": "Specify if TextArea can be manually resized",
|
|
9436
|
-
"fieldName": "hideResize"
|
|
9437
|
-
},
|
|
9438
|
-
{
|
|
9439
|
-
"name": "maxCount",
|
|
9440
|
-
"type": {
|
|
9441
|
-
"text": "number | undefined"
|
|
9442
|
-
},
|
|
9443
|
-
"description": "Specify the maximum character count for the TextArea",
|
|
9444
|
-
"fieldName": "maxCount"
|
|
9445
|
-
},
|
|
9446
|
-
{
|
|
9447
|
-
"name": "autoResize",
|
|
9448
|
-
"type": {
|
|
9449
|
-
"text": "boolean"
|
|
9450
|
-
},
|
|
9451
|
-
"default": "false",
|
|
9452
|
-
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
9453
|
-
"fieldName": "autoResize"
|
|
9454
|
-
},
|
|
9455
|
-
{
|
|
9456
|
-
"name": "theme",
|
|
9457
|
-
"type": {
|
|
9458
|
-
"text": "'light' | 'dark' | undefined"
|
|
9459
|
-
},
|
|
9460
|
-
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9461
|
-
"fieldName": "theme"
|
|
9462
|
-
},
|
|
9463
|
-
{
|
|
9464
|
-
"name": "id",
|
|
9465
|
-
"type": {
|
|
9466
|
-
"text": "string"
|
|
9467
|
-
},
|
|
9468
|
-
"default": "''",
|
|
9469
|
-
"fieldName": "id",
|
|
9470
|
-
"inheritedFrom": {
|
|
9471
|
-
"name": "FormField",
|
|
9472
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9473
|
-
}
|
|
9474
|
-
},
|
|
9475
|
-
{
|
|
9476
|
-
"name": "name",
|
|
9477
|
-
"type": {
|
|
9478
|
-
"text": "string"
|
|
9479
|
-
},
|
|
9480
|
-
"default": "''",
|
|
9481
|
-
"fieldName": "name",
|
|
9482
|
-
"inheritedFrom": {
|
|
9483
|
-
"name": "FormField",
|
|
9484
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9485
|
-
}
|
|
9486
|
-
},
|
|
9487
|
-
{
|
|
9488
|
-
"name": "value",
|
|
9489
|
-
"type": {
|
|
9490
|
-
"text": "string"
|
|
9491
|
-
},
|
|
9492
|
-
"default": "''",
|
|
9493
|
-
"fieldName": "value",
|
|
9494
|
-
"inheritedFrom": {
|
|
9495
|
-
"name": "FormField",
|
|
9496
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9497
|
-
}
|
|
9498
|
-
},
|
|
9499
|
-
{
|
|
9500
|
-
"name": "validationRules",
|
|
9501
|
-
"type": {
|
|
9502
|
-
"text": "Array<FormValidator>"
|
|
9503
|
-
},
|
|
9504
|
-
"default": "[]",
|
|
9505
|
-
"fieldName": "validationRules",
|
|
9506
|
-
"inheritedFrom": {
|
|
9507
|
-
"name": "FormField",
|
|
9508
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9509
|
-
}
|
|
9510
|
-
},
|
|
9511
|
-
{
|
|
9512
|
-
"name": "input-aria-label",
|
|
9513
|
-
"type": {
|
|
9514
|
-
"text": "string | undefined"
|
|
9515
|
-
},
|
|
9516
|
-
"fieldName": "inputAriaLabel",
|
|
9517
|
-
"inheritedFrom": {
|
|
9518
|
-
"name": "FormField",
|
|
9519
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9520
|
-
}
|
|
9521
|
-
}
|
|
9522
|
-
],
|
|
9523
|
-
"superclass": {
|
|
9524
|
-
"name": "FormField",
|
|
9525
|
-
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9526
|
-
},
|
|
9527
|
-
"summary": "`bm-text-area`",
|
|
9528
|
-
"tagName": "bm-text-area",
|
|
9529
|
-
"customElement": true
|
|
9530
|
-
}
|
|
9531
|
-
],
|
|
9532
|
-
"exports": [
|
|
9533
|
-
{
|
|
9534
|
-
"kind": "js",
|
|
9535
|
-
"name": "BmTextArea",
|
|
9536
|
-
"declaration": {
|
|
9537
|
-
"name": "BmTextArea",
|
|
9538
|
-
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9539
|
-
}
|
|
9540
|
-
},
|
|
9541
|
-
{
|
|
9542
|
-
"kind": "custom-element-definition",
|
|
9543
|
-
"name": "bm-text-area",
|
|
9544
|
-
"declaration": {
|
|
9545
|
-
"name": "BmTextArea",
|
|
9546
|
-
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9547
|
-
}
|
|
9548
|
-
}
|
|
9549
|
-
]
|
|
9550
|
-
},
|
|
9551
|
-
{
|
|
9552
|
-
"kind": "javascript-module",
|
|
9553
|
-
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
9554
|
-
"declarations": [],
|
|
9555
|
-
"exports": [
|
|
9556
|
-
{
|
|
9557
|
-
"kind": "js",
|
|
9558
|
-
"name": "*",
|
|
9559
|
-
"declaration": {
|
|
9560
|
-
"name": "*",
|
|
9561
|
-
"package": "./TextArea"
|
|
9562
|
-
}
|
|
9563
|
-
}
|
|
9564
|
-
]
|
|
9565
|
-
},
|
|
9566
|
-
{
|
|
9567
|
-
"kind": "javascript-module",
|
|
9568
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9569
|
-
"declarations": [
|
|
9570
|
-
{
|
|
9571
|
-
"kind": "class",
|
|
9572
|
-
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
9573
|
-
"name": "BmRadioButton",
|
|
9574
|
-
"members": [
|
|
9575
|
-
{
|
|
9576
|
-
"kind": "field",
|
|
9577
|
-
"name": "label",
|
|
9578
|
-
"type": {
|
|
9579
|
-
"text": "string | undefined"
|
|
9580
|
-
},
|
|
9581
|
-
"description": "Specify the text for the label",
|
|
9582
|
-
"attribute": "label"
|
|
9583
|
-
},
|
|
9584
|
-
{
|
|
9585
|
-
"kind": "field",
|
|
9586
|
-
"name": "error",
|
|
9587
|
-
"type": {
|
|
9588
|
-
"text": "boolean | undefined"
|
|
9589
|
-
},
|
|
9590
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
9591
|
-
"attribute": "error"
|
|
9592
|
-
},
|
|
9593
|
-
{
|
|
9594
|
-
"kind": "field",
|
|
9595
|
-
"name": "readOnly",
|
|
9596
|
-
"type": {
|
|
9597
|
-
"text": "boolean | undefined"
|
|
9598
|
-
},
|
|
9599
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
9600
|
-
"attribute": "readOnly"
|
|
9601
|
-
},
|
|
9602
|
-
{
|
|
9603
|
-
"kind": "field",
|
|
9604
|
-
"name": "disabled",
|
|
9605
|
-
"type": {
|
|
9606
|
-
"text": "boolean | undefined"
|
|
9607
|
-
},
|
|
9608
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
9609
|
-
"attribute": "disabled"
|
|
9610
|
-
},
|
|
9611
|
-
{
|
|
9612
|
-
"kind": "field",
|
|
9613
|
-
"name": "theme",
|
|
9614
|
-
"type": {
|
|
9615
|
-
"text": "'light' | 'dark' | undefined"
|
|
9616
|
-
},
|
|
9617
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9618
|
-
"attribute": "theme"
|
|
9619
|
-
},
|
|
9620
|
-
{
|
|
9621
|
-
"kind": "field",
|
|
9622
|
-
"name": "value",
|
|
9623
|
-
"type": {
|
|
9624
|
-
"text": "string | undefined"
|
|
9625
|
-
},
|
|
9626
|
-
"description": "The value attribute for the input element",
|
|
9627
|
-
"attribute": "value"
|
|
9628
|
-
},
|
|
9629
|
-
{
|
|
9630
|
-
"kind": "field",
|
|
9631
|
-
"name": "checked",
|
|
9632
|
-
"type": {
|
|
9633
|
-
"text": "boolean"
|
|
9634
|
-
},
|
|
9635
|
-
"default": "false",
|
|
9636
|
-
"description": "The checked attribute for the input element",
|
|
9637
|
-
"attribute": "checked"
|
|
9638
|
-
},
|
|
9639
|
-
{
|
|
9640
|
-
"kind": "field",
|
|
9641
|
-
"name": "onKeyDown",
|
|
9642
|
-
"type": {
|
|
9643
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9644
|
-
},
|
|
9645
|
-
"description": "A user-defined function to handle keydown events",
|
|
9646
|
-
"attribute": "onKeyDown"
|
|
9647
|
-
},
|
|
9648
|
-
{
|
|
9649
|
-
"kind": "field",
|
|
9650
|
-
"name": "inputChoiceGroupContext",
|
|
9651
|
-
"type": {
|
|
9652
|
-
"text": "InputChoiceGroupContextProps"
|
|
9653
|
-
}
|
|
9654
|
-
},
|
|
9655
|
-
{
|
|
9656
|
-
"kind": "field",
|
|
9657
|
-
"name": "radioButtonRef"
|
|
9630
|
+
"text": "boolean"
|
|
9631
|
+
},
|
|
9632
|
+
"default": "false",
|
|
9633
|
+
"description": "Specify if TextArea is fluid",
|
|
9634
|
+
"fieldName": "fluid"
|
|
9658
9635
|
},
|
|
9659
9636
|
{
|
|
9660
|
-
"
|
|
9661
|
-
"name": "focus"
|
|
9662
|
-
}
|
|
9663
|
-
],
|
|
9664
|
-
"attributes": [
|
|
9665
|
-
{
|
|
9666
|
-
"name": "label",
|
|
9637
|
+
"name": "width",
|
|
9667
9638
|
"type": {
|
|
9668
9639
|
"text": "string | undefined"
|
|
9669
9640
|
},
|
|
9670
|
-
"description": "Specify the
|
|
9671
|
-
"fieldName": "
|
|
9641
|
+
"description": "Specify the width of TextArea",
|
|
9642
|
+
"fieldName": "width"
|
|
9672
9643
|
},
|
|
9673
9644
|
{
|
|
9674
|
-
"name": "
|
|
9645
|
+
"name": "hideResize",
|
|
9675
9646
|
"type": {
|
|
9676
|
-
"text": "boolean
|
|
9647
|
+
"text": "boolean"
|
|
9677
9648
|
},
|
|
9678
|
-
"
|
|
9679
|
-
"
|
|
9649
|
+
"default": "false",
|
|
9650
|
+
"description": "Specify if TextArea can be manually resized",
|
|
9651
|
+
"fieldName": "hideResize"
|
|
9680
9652
|
},
|
|
9681
9653
|
{
|
|
9682
|
-
"name": "
|
|
9654
|
+
"name": "maxCount",
|
|
9683
9655
|
"type": {
|
|
9684
|
-
"text": "
|
|
9656
|
+
"text": "number | undefined"
|
|
9685
9657
|
},
|
|
9686
|
-
"description": "Specify
|
|
9687
|
-
"fieldName": "
|
|
9658
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
9659
|
+
"fieldName": "maxCount"
|
|
9688
9660
|
},
|
|
9689
9661
|
{
|
|
9690
|
-
"name": "
|
|
9662
|
+
"name": "autoResize",
|
|
9691
9663
|
"type": {
|
|
9692
|
-
"text": "boolean
|
|
9664
|
+
"text": "boolean"
|
|
9693
9665
|
},
|
|
9694
|
-
"
|
|
9695
|
-
"
|
|
9666
|
+
"default": "false",
|
|
9667
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
9668
|
+
"fieldName": "autoResize"
|
|
9696
9669
|
},
|
|
9697
9670
|
{
|
|
9698
9671
|
"name": "theme",
|
|
9699
9672
|
"type": {
|
|
9700
9673
|
"text": "'light' | 'dark' | undefined"
|
|
9701
9674
|
},
|
|
9702
|
-
"description": "Specify the theme of the
|
|
9675
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9703
9676
|
"fieldName": "theme"
|
|
9704
9677
|
},
|
|
9678
|
+
{
|
|
9679
|
+
"name": "id",
|
|
9680
|
+
"type": {
|
|
9681
|
+
"text": "string"
|
|
9682
|
+
},
|
|
9683
|
+
"default": "''",
|
|
9684
|
+
"fieldName": "id",
|
|
9685
|
+
"inheritedFrom": {
|
|
9686
|
+
"name": "FormField",
|
|
9687
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9688
|
+
}
|
|
9689
|
+
},
|
|
9690
|
+
{
|
|
9691
|
+
"name": "name",
|
|
9692
|
+
"type": {
|
|
9693
|
+
"text": "string"
|
|
9694
|
+
},
|
|
9695
|
+
"default": "''",
|
|
9696
|
+
"fieldName": "name",
|
|
9697
|
+
"inheritedFrom": {
|
|
9698
|
+
"name": "FormField",
|
|
9699
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9700
|
+
}
|
|
9701
|
+
},
|
|
9705
9702
|
{
|
|
9706
9703
|
"name": "value",
|
|
9707
9704
|
"type": {
|
|
9708
|
-
"text": "string
|
|
9705
|
+
"text": "string"
|
|
9709
9706
|
},
|
|
9710
|
-
"
|
|
9711
|
-
"fieldName": "value"
|
|
9707
|
+
"default": "''",
|
|
9708
|
+
"fieldName": "value",
|
|
9709
|
+
"inheritedFrom": {
|
|
9710
|
+
"name": "FormField",
|
|
9711
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9712
|
+
}
|
|
9712
9713
|
},
|
|
9713
9714
|
{
|
|
9714
|
-
"name": "
|
|
9715
|
+
"name": "validationRules",
|
|
9715
9716
|
"type": {
|
|
9716
|
-
"text": "
|
|
9717
|
+
"text": "Array<FormValidator>"
|
|
9717
9718
|
},
|
|
9718
|
-
"default": "
|
|
9719
|
-
"
|
|
9720
|
-
"
|
|
9719
|
+
"default": "[]",
|
|
9720
|
+
"fieldName": "validationRules",
|
|
9721
|
+
"inheritedFrom": {
|
|
9722
|
+
"name": "FormField",
|
|
9723
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9724
|
+
}
|
|
9721
9725
|
},
|
|
9722
9726
|
{
|
|
9723
|
-
"name": "
|
|
9727
|
+
"name": "input-aria-label",
|
|
9724
9728
|
"type": {
|
|
9725
|
-
"text": "
|
|
9729
|
+
"text": "string | undefined"
|
|
9726
9730
|
},
|
|
9727
|
-
"
|
|
9728
|
-
"
|
|
9731
|
+
"fieldName": "inputAriaLabel",
|
|
9732
|
+
"inheritedFrom": {
|
|
9733
|
+
"name": "FormField",
|
|
9734
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9735
|
+
}
|
|
9729
9736
|
}
|
|
9730
9737
|
],
|
|
9731
9738
|
"superclass": {
|
|
9732
|
-
"name": "
|
|
9733
|
-
"
|
|
9739
|
+
"name": "FormField",
|
|
9740
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9734
9741
|
},
|
|
9735
|
-
"
|
|
9742
|
+
"summary": "`bm-text-area`",
|
|
9743
|
+
"tagName": "bm-text-area",
|
|
9736
9744
|
"customElement": true
|
|
9737
9745
|
}
|
|
9738
9746
|
],
|
|
9739
9747
|
"exports": [
|
|
9740
9748
|
{
|
|
9741
9749
|
"kind": "js",
|
|
9742
|
-
"name": "
|
|
9750
|
+
"name": "BmTextArea",
|
|
9743
9751
|
"declaration": {
|
|
9744
|
-
"name": "
|
|
9745
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9752
|
+
"name": "BmTextArea",
|
|
9753
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9746
9754
|
}
|
|
9747
9755
|
},
|
|
9748
9756
|
{
|
|
9749
9757
|
"kind": "custom-element-definition",
|
|
9750
|
-
"name": "bm-
|
|
9758
|
+
"name": "bm-text-area",
|
|
9751
9759
|
"declaration": {
|
|
9752
|
-
"name": "
|
|
9753
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9760
|
+
"name": "BmTextArea",
|
|
9761
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9754
9762
|
}
|
|
9755
9763
|
}
|
|
9756
9764
|
]
|
|
9757
9765
|
},
|
|
9758
9766
|
{
|
|
9759
9767
|
"kind": "javascript-module",
|
|
9760
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9768
|
+
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
9761
9769
|
"declarations": [],
|
|
9762
9770
|
"exports": [
|
|
9763
9771
|
{
|
|
@@ -9765,15 +9773,7 @@
|
|
|
9765
9773
|
"name": "*",
|
|
9766
9774
|
"declaration": {
|
|
9767
9775
|
"name": "*",
|
|
9768
|
-
"package": "./
|
|
9769
|
-
}
|
|
9770
|
-
},
|
|
9771
|
-
{
|
|
9772
|
-
"kind": "js",
|
|
9773
|
-
"name": "*",
|
|
9774
|
-
"declaration": {
|
|
9775
|
-
"name": "*",
|
|
9776
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9776
|
+
"package": "./TextArea"
|
|
9777
9777
|
}
|
|
9778
9778
|
}
|
|
9779
9779
|
]
|
|
@@ -9802,28 +9802,207 @@
|
|
|
9802
9802
|
}
|
|
9803
9803
|
},
|
|
9804
9804
|
{
|
|
9805
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
9806
|
-
"name": "helperText",
|
|
9805
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
9806
|
+
"name": "helperText",
|
|
9807
|
+
"inheritedFrom": {
|
|
9808
|
+
"name": "InputChoiceGroup",
|
|
9809
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9810
|
+
}
|
|
9811
|
+
}
|
|
9812
|
+
],
|
|
9813
|
+
"attributes": [
|
|
9814
|
+
{
|
|
9815
|
+
"name": "theme",
|
|
9816
|
+
"type": {
|
|
9817
|
+
"text": "'light' | 'dark' | undefined"
|
|
9818
|
+
},
|
|
9819
|
+
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9820
|
+
"fieldName": "theme",
|
|
9821
|
+
"inheritedFrom": {
|
|
9822
|
+
"name": "InputChoiceGroup",
|
|
9823
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9824
|
+
}
|
|
9825
|
+
},
|
|
9826
|
+
{
|
|
9827
|
+
"name": "layout",
|
|
9828
|
+
"type": {
|
|
9829
|
+
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
9830
|
+
},
|
|
9831
|
+
"default": "'vertical'",
|
|
9832
|
+
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9833
|
+
"deprecated": "use `orientation` and `fluid` instead",
|
|
9834
|
+
"fieldName": "layout",
|
|
9835
|
+
"inheritedFrom": {
|
|
9836
|
+
"name": "InputChoiceGroup",
|
|
9837
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9838
|
+
}
|
|
9839
|
+
},
|
|
9840
|
+
{
|
|
9841
|
+
"name": "orientation",
|
|
9842
|
+
"type": {
|
|
9843
|
+
"text": "'horizontal' | 'vertical'"
|
|
9844
|
+
},
|
|
9845
|
+
"default": "'vertical'",
|
|
9846
|
+
"description": "Specify InputChoiceGroup orientation",
|
|
9847
|
+
"fieldName": "orientation",
|
|
9848
|
+
"inheritedFrom": {
|
|
9849
|
+
"name": "InputChoiceGroup",
|
|
9850
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9851
|
+
}
|
|
9852
|
+
},
|
|
9853
|
+
{
|
|
9854
|
+
"name": "fluid",
|
|
9855
|
+
"type": {
|
|
9856
|
+
"text": "boolean"
|
|
9857
|
+
},
|
|
9858
|
+
"default": "false",
|
|
9859
|
+
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9860
|
+
"fieldName": "fluid",
|
|
9861
|
+
"inheritedFrom": {
|
|
9862
|
+
"name": "InputChoiceGroup",
|
|
9863
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9864
|
+
}
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"name": "required",
|
|
9868
|
+
"type": {
|
|
9869
|
+
"text": "boolean"
|
|
9870
|
+
},
|
|
9871
|
+
"default": "false",
|
|
9872
|
+
"description": "Specify if InputChoiceGroup is a required input",
|
|
9873
|
+
"fieldName": "required",
|
|
9874
|
+
"inheritedFrom": {
|
|
9875
|
+
"name": "InputChoiceGroup",
|
|
9876
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9877
|
+
}
|
|
9878
|
+
},
|
|
9879
|
+
{
|
|
9880
|
+
"name": "hideRequiredMarker",
|
|
9881
|
+
"type": {
|
|
9882
|
+
"text": "boolean"
|
|
9883
|
+
},
|
|
9884
|
+
"default": "false",
|
|
9885
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9886
|
+
"fieldName": "hideRequiredMarker",
|
|
9887
|
+
"inheritedFrom": {
|
|
9888
|
+
"name": "InputChoiceGroup",
|
|
9889
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9890
|
+
}
|
|
9891
|
+
},
|
|
9892
|
+
{
|
|
9893
|
+
"name": "error",
|
|
9894
|
+
"type": {
|
|
9895
|
+
"text": "string | undefined"
|
|
9896
|
+
},
|
|
9897
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9898
|
+
"fieldName": "error",
|
|
9899
|
+
"inheritedFrom": {
|
|
9900
|
+
"name": "InputChoiceGroup",
|
|
9901
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9902
|
+
}
|
|
9903
|
+
},
|
|
9904
|
+
{
|
|
9905
|
+
"name": "readOnly",
|
|
9906
|
+
"type": {
|
|
9907
|
+
"text": "boolean"
|
|
9908
|
+
},
|
|
9909
|
+
"default": "false",
|
|
9910
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9911
|
+
"fieldName": "readOnly",
|
|
9912
|
+
"inheritedFrom": {
|
|
9913
|
+
"name": "InputChoiceGroup",
|
|
9914
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9915
|
+
}
|
|
9916
|
+
},
|
|
9917
|
+
{
|
|
9918
|
+
"name": "disabled",
|
|
9919
|
+
"type": {
|
|
9920
|
+
"text": "boolean"
|
|
9921
|
+
},
|
|
9922
|
+
"default": "false",
|
|
9923
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9924
|
+
"fieldName": "disabled",
|
|
9925
|
+
"inheritedFrom": {
|
|
9926
|
+
"name": "InputChoiceGroup",
|
|
9927
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9928
|
+
}
|
|
9929
|
+
},
|
|
9930
|
+
{
|
|
9931
|
+
"name": "id",
|
|
9932
|
+
"type": {
|
|
9933
|
+
"text": "string"
|
|
9934
|
+
},
|
|
9935
|
+
"default": "''",
|
|
9936
|
+
"fieldName": "id",
|
|
9807
9937
|
"inheritedFrom": {
|
|
9808
|
-
"name": "
|
|
9809
|
-
"module": "libs/web-components/src/lib/
|
|
9938
|
+
"name": "FormField",
|
|
9939
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9940
|
+
}
|
|
9941
|
+
},
|
|
9942
|
+
{
|
|
9943
|
+
"name": "name",
|
|
9944
|
+
"type": {
|
|
9945
|
+
"text": "string"
|
|
9946
|
+
},
|
|
9947
|
+
"default": "''",
|
|
9948
|
+
"fieldName": "name",
|
|
9949
|
+
"inheritedFrom": {
|
|
9950
|
+
"name": "FormField",
|
|
9951
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9952
|
+
}
|
|
9953
|
+
},
|
|
9954
|
+
{
|
|
9955
|
+
"name": "value",
|
|
9956
|
+
"type": {
|
|
9957
|
+
"text": "string"
|
|
9958
|
+
},
|
|
9959
|
+
"default": "''",
|
|
9960
|
+
"fieldName": "value",
|
|
9961
|
+
"inheritedFrom": {
|
|
9962
|
+
"name": "FormField",
|
|
9963
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9964
|
+
}
|
|
9965
|
+
},
|
|
9966
|
+
{
|
|
9967
|
+
"name": "validationRules",
|
|
9968
|
+
"type": {
|
|
9969
|
+
"text": "Array<FormValidator>"
|
|
9970
|
+
},
|
|
9971
|
+
"default": "[]",
|
|
9972
|
+
"fieldName": "validationRules",
|
|
9973
|
+
"inheritedFrom": {
|
|
9974
|
+
"name": "FormField",
|
|
9975
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9976
|
+
}
|
|
9977
|
+
},
|
|
9978
|
+
{
|
|
9979
|
+
"name": "input-aria-label",
|
|
9980
|
+
"type": {
|
|
9981
|
+
"text": "string | undefined"
|
|
9982
|
+
},
|
|
9983
|
+
"fieldName": "inputAriaLabel",
|
|
9984
|
+
"inheritedFrom": {
|
|
9985
|
+
"name": "FormField",
|
|
9986
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9810
9987
|
}
|
|
9811
9988
|
}
|
|
9812
9989
|
],
|
|
9813
|
-
"
|
|
9990
|
+
"members": [
|
|
9814
9991
|
{
|
|
9992
|
+
"kind": "field",
|
|
9815
9993
|
"name": "theme",
|
|
9816
9994
|
"type": {
|
|
9817
9995
|
"text": "'light' | 'dark' | undefined"
|
|
9818
9996
|
},
|
|
9819
9997
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9820
|
-
"
|
|
9998
|
+
"attribute": "theme",
|
|
9821
9999
|
"inheritedFrom": {
|
|
9822
10000
|
"name": "InputChoiceGroup",
|
|
9823
10001
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9824
10002
|
}
|
|
9825
10003
|
},
|
|
9826
10004
|
{
|
|
10005
|
+
"kind": "field",
|
|
9827
10006
|
"name": "layout",
|
|
9828
10007
|
"type": {
|
|
9829
10008
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -9831,162 +10010,320 @@
|
|
|
9831
10010
|
"default": "'vertical'",
|
|
9832
10011
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9833
10012
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
9834
|
-
"
|
|
10013
|
+
"attribute": "layout",
|
|
9835
10014
|
"inheritedFrom": {
|
|
9836
10015
|
"name": "InputChoiceGroup",
|
|
9837
10016
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9838
10017
|
}
|
|
9839
10018
|
},
|
|
9840
10019
|
{
|
|
10020
|
+
"kind": "field",
|
|
9841
10021
|
"name": "orientation",
|
|
9842
10022
|
"type": {
|
|
9843
10023
|
"text": "'horizontal' | 'vertical'"
|
|
9844
10024
|
},
|
|
9845
10025
|
"default": "'vertical'",
|
|
9846
10026
|
"description": "Specify InputChoiceGroup orientation",
|
|
9847
|
-
"
|
|
10027
|
+
"attribute": "orientation",
|
|
9848
10028
|
"inheritedFrom": {
|
|
9849
10029
|
"name": "InputChoiceGroup",
|
|
9850
10030
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9851
10031
|
}
|
|
9852
10032
|
},
|
|
9853
10033
|
{
|
|
10034
|
+
"kind": "field",
|
|
9854
10035
|
"name": "fluid",
|
|
9855
10036
|
"type": {
|
|
9856
10037
|
"text": "boolean"
|
|
9857
10038
|
},
|
|
9858
10039
|
"default": "false",
|
|
9859
10040
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9860
|
-
"
|
|
10041
|
+
"attribute": "fluid",
|
|
9861
10042
|
"inheritedFrom": {
|
|
9862
10043
|
"name": "InputChoiceGroup",
|
|
9863
10044
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9864
10045
|
}
|
|
9865
10046
|
},
|
|
9866
10047
|
{
|
|
10048
|
+
"kind": "field",
|
|
9867
10049
|
"name": "required",
|
|
9868
10050
|
"type": {
|
|
9869
10051
|
"text": "boolean"
|
|
9870
10052
|
},
|
|
9871
10053
|
"default": "false",
|
|
9872
10054
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
9873
|
-
"
|
|
10055
|
+
"attribute": "required",
|
|
9874
10056
|
"inheritedFrom": {
|
|
9875
10057
|
"name": "InputChoiceGroup",
|
|
9876
10058
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9877
10059
|
}
|
|
9878
10060
|
},
|
|
9879
10061
|
{
|
|
10062
|
+
"kind": "field",
|
|
9880
10063
|
"name": "hideRequiredMarker",
|
|
9881
10064
|
"type": {
|
|
9882
10065
|
"text": "boolean"
|
|
9883
10066
|
},
|
|
9884
10067
|
"default": "false",
|
|
9885
10068
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9886
|
-
"
|
|
10069
|
+
"attribute": "hideRequiredMarker",
|
|
9887
10070
|
"inheritedFrom": {
|
|
9888
10071
|
"name": "InputChoiceGroup",
|
|
9889
10072
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9890
10073
|
}
|
|
9891
10074
|
},
|
|
9892
10075
|
{
|
|
10076
|
+
"kind": "field",
|
|
9893
10077
|
"name": "error",
|
|
9894
10078
|
"type": {
|
|
9895
10079
|
"text": "string | undefined"
|
|
9896
10080
|
},
|
|
9897
10081
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9898
|
-
"
|
|
10082
|
+
"attribute": "error",
|
|
9899
10083
|
"inheritedFrom": {
|
|
9900
10084
|
"name": "InputChoiceGroup",
|
|
9901
10085
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9902
10086
|
}
|
|
9903
10087
|
},
|
|
9904
10088
|
{
|
|
10089
|
+
"kind": "field",
|
|
9905
10090
|
"name": "readOnly",
|
|
9906
10091
|
"type": {
|
|
9907
10092
|
"text": "boolean"
|
|
9908
10093
|
},
|
|
9909
10094
|
"default": "false",
|
|
9910
10095
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9911
|
-
"
|
|
10096
|
+
"attribute": "readOnly",
|
|
9912
10097
|
"inheritedFrom": {
|
|
9913
10098
|
"name": "InputChoiceGroup",
|
|
9914
10099
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9915
10100
|
}
|
|
9916
10101
|
},
|
|
9917
10102
|
{
|
|
10103
|
+
"kind": "field",
|
|
9918
10104
|
"name": "disabled",
|
|
9919
10105
|
"type": {
|
|
9920
10106
|
"text": "boolean"
|
|
9921
10107
|
},
|
|
9922
10108
|
"default": "false",
|
|
9923
10109
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9924
|
-
"
|
|
10110
|
+
"attribute": "disabled",
|
|
10111
|
+
"inheritedFrom": {
|
|
10112
|
+
"name": "InputChoiceGroup",
|
|
10113
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10114
|
+
}
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"kind": "field",
|
|
10118
|
+
"name": "radioButtons",
|
|
10119
|
+
"type": {
|
|
10120
|
+
"text": "NodeListOf<Element>"
|
|
10121
|
+
},
|
|
10122
|
+
"inheritedFrom": {
|
|
10123
|
+
"name": "InputChoiceGroup",
|
|
10124
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10125
|
+
}
|
|
10126
|
+
},
|
|
10127
|
+
{
|
|
10128
|
+
"kind": "field",
|
|
10129
|
+
"name": "checkboxes",
|
|
10130
|
+
"type": {
|
|
10131
|
+
"text": "NodeListOf<Element>"
|
|
10132
|
+
},
|
|
10133
|
+
"inheritedFrom": {
|
|
10134
|
+
"name": "InputChoiceGroup",
|
|
10135
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10136
|
+
}
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"kind": "field",
|
|
10140
|
+
"name": "switches",
|
|
10141
|
+
"type": {
|
|
10142
|
+
"text": "NodeListOf<Element>"
|
|
10143
|
+
},
|
|
10144
|
+
"inheritedFrom": {
|
|
10145
|
+
"name": "InputChoiceGroup",
|
|
10146
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10147
|
+
}
|
|
10148
|
+
},
|
|
10149
|
+
{
|
|
10150
|
+
"kind": "field",
|
|
10151
|
+
"name": "inputGroupContextValue",
|
|
10152
|
+
"type": {
|
|
10153
|
+
"text": "InputChoiceGroupContextProps"
|
|
10154
|
+
},
|
|
10155
|
+
"privacy": "public",
|
|
10156
|
+
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
9925
10157
|
"inheritedFrom": {
|
|
9926
10158
|
"name": "InputChoiceGroup",
|
|
9927
10159
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9928
10160
|
}
|
|
9929
10161
|
},
|
|
9930
10162
|
{
|
|
10163
|
+
"kind": "field",
|
|
10164
|
+
"name": "formAssociated",
|
|
10165
|
+
"type": {
|
|
10166
|
+
"text": "boolean"
|
|
10167
|
+
},
|
|
10168
|
+
"static": true,
|
|
10169
|
+
"default": "true",
|
|
10170
|
+
"inheritedFrom": {
|
|
10171
|
+
"name": "FormField",
|
|
10172
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10173
|
+
}
|
|
10174
|
+
},
|
|
10175
|
+
{
|
|
10176
|
+
"kind": "field",
|
|
9931
10177
|
"name": "id",
|
|
9932
10178
|
"type": {
|
|
9933
10179
|
"text": "string"
|
|
9934
10180
|
},
|
|
9935
10181
|
"default": "''",
|
|
9936
|
-
"
|
|
10182
|
+
"attribute": "id",
|
|
9937
10183
|
"inheritedFrom": {
|
|
9938
10184
|
"name": "FormField",
|
|
9939
10185
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9940
10186
|
}
|
|
9941
10187
|
},
|
|
9942
10188
|
{
|
|
10189
|
+
"kind": "field",
|
|
9943
10190
|
"name": "name",
|
|
9944
10191
|
"type": {
|
|
9945
10192
|
"text": "string"
|
|
9946
10193
|
},
|
|
9947
10194
|
"default": "''",
|
|
9948
|
-
"
|
|
10195
|
+
"attribute": "name",
|
|
9949
10196
|
"inheritedFrom": {
|
|
9950
10197
|
"name": "FormField",
|
|
9951
10198
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9952
10199
|
}
|
|
9953
10200
|
},
|
|
9954
10201
|
{
|
|
10202
|
+
"kind": "field",
|
|
9955
10203
|
"name": "value",
|
|
9956
10204
|
"type": {
|
|
9957
10205
|
"text": "string"
|
|
9958
10206
|
},
|
|
9959
10207
|
"default": "''",
|
|
9960
|
-
"
|
|
10208
|
+
"attribute": "value",
|
|
9961
10209
|
"inheritedFrom": {
|
|
9962
10210
|
"name": "FormField",
|
|
9963
10211
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9964
10212
|
}
|
|
9965
10213
|
},
|
|
9966
10214
|
{
|
|
10215
|
+
"kind": "field",
|
|
9967
10216
|
"name": "validationRules",
|
|
9968
10217
|
"type": {
|
|
9969
10218
|
"text": "Array<FormValidator>"
|
|
9970
10219
|
},
|
|
9971
10220
|
"default": "[]",
|
|
9972
|
-
"
|
|
10221
|
+
"attribute": "validationRules",
|
|
9973
10222
|
"inheritedFrom": {
|
|
9974
10223
|
"name": "FormField",
|
|
9975
10224
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9976
10225
|
}
|
|
9977
10226
|
},
|
|
9978
10227
|
{
|
|
9979
|
-
"
|
|
10228
|
+
"kind": "field",
|
|
10229
|
+
"name": "inputAriaLabel",
|
|
9980
10230
|
"type": {
|
|
9981
10231
|
"text": "string | undefined"
|
|
9982
10232
|
},
|
|
9983
|
-
"
|
|
10233
|
+
"attribute": "input-aria-label",
|
|
10234
|
+
"inheritedFrom": {
|
|
10235
|
+
"name": "FormField",
|
|
10236
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10237
|
+
}
|
|
10238
|
+
},
|
|
10239
|
+
{
|
|
10240
|
+
"kind": "field",
|
|
10241
|
+
"name": "formContext",
|
|
10242
|
+
"type": {
|
|
10243
|
+
"text": "BmFormContext"
|
|
10244
|
+
},
|
|
10245
|
+
"inheritedFrom": {
|
|
10246
|
+
"name": "FormField",
|
|
10247
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10248
|
+
}
|
|
10249
|
+
},
|
|
10250
|
+
{
|
|
10251
|
+
"kind": "method",
|
|
10252
|
+
"name": "formAssociatedCallback",
|
|
10253
|
+
"return": {
|
|
10254
|
+
"type": {
|
|
10255
|
+
"text": "void"
|
|
10256
|
+
}
|
|
10257
|
+
},
|
|
10258
|
+
"inheritedFrom": {
|
|
10259
|
+
"name": "FormField",
|
|
10260
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10261
|
+
}
|
|
10262
|
+
},
|
|
10263
|
+
{
|
|
10264
|
+
"kind": "method",
|
|
10265
|
+
"name": "formResetCallback",
|
|
10266
|
+
"return": {
|
|
10267
|
+
"type": {
|
|
10268
|
+
"text": "void"
|
|
10269
|
+
}
|
|
10270
|
+
},
|
|
10271
|
+
"inheritedFrom": {
|
|
10272
|
+
"name": "FormField",
|
|
10273
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10274
|
+
}
|
|
10275
|
+
},
|
|
10276
|
+
{
|
|
10277
|
+
"kind": "method",
|
|
10278
|
+
"name": "finalizeAssociatedCallback",
|
|
10279
|
+
"return": {
|
|
10280
|
+
"type": {
|
|
10281
|
+
"text": "FinalizeAssociatedResult"
|
|
10282
|
+
}
|
|
10283
|
+
},
|
|
10284
|
+
"parameters": [
|
|
10285
|
+
{
|
|
10286
|
+
"name": "ctxValue",
|
|
10287
|
+
"type": {
|
|
10288
|
+
"text": "string"
|
|
10289
|
+
}
|
|
10290
|
+
}
|
|
10291
|
+
],
|
|
9984
10292
|
"inheritedFrom": {
|
|
9985
10293
|
"name": "FormField",
|
|
9986
10294
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9987
10295
|
}
|
|
9988
10296
|
}
|
|
9989
|
-
]
|
|
10297
|
+
]
|
|
10298
|
+
}
|
|
10299
|
+
],
|
|
10300
|
+
"exports": [
|
|
10301
|
+
{
|
|
10302
|
+
"kind": "js",
|
|
10303
|
+
"name": "BmCheckboxGroup",
|
|
10304
|
+
"declaration": {
|
|
10305
|
+
"name": "BmCheckboxGroup",
|
|
10306
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10307
|
+
}
|
|
10308
|
+
},
|
|
10309
|
+
{
|
|
10310
|
+
"kind": "custom-element-definition",
|
|
10311
|
+
"name": "bm-checkbox-group",
|
|
10312
|
+
"declaration": {
|
|
10313
|
+
"name": "BmCheckboxGroup",
|
|
10314
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10315
|
+
}
|
|
10316
|
+
}
|
|
10317
|
+
]
|
|
10318
|
+
},
|
|
10319
|
+
{
|
|
10320
|
+
"kind": "javascript-module",
|
|
10321
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10322
|
+
"declarations": [
|
|
10323
|
+
{
|
|
10324
|
+
"kind": "class",
|
|
10325
|
+
"description": "",
|
|
10326
|
+
"name": "BmRadioButtonGroup",
|
|
9990
10327
|
"members": [
|
|
9991
10328
|
{
|
|
9992
10329
|
"kind": "field",
|
|
@@ -10294,39 +10631,16 @@
|
|
|
10294
10631
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10295
10632
|
}
|
|
10296
10633
|
}
|
|
10297
|
-
]
|
|
10298
|
-
|
|
10299
|
-
|
|
10300
|
-
|
|
10301
|
-
|
|
10302
|
-
"
|
|
10303
|
-
"
|
|
10304
|
-
"declaration": {
|
|
10305
|
-
"name": "BmCheckboxGroup",
|
|
10306
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10307
|
-
}
|
|
10308
|
-
},
|
|
10309
|
-
{
|
|
10310
|
-
"kind": "custom-element-definition",
|
|
10311
|
-
"name": "bm-checkbox-group",
|
|
10312
|
-
"declaration": {
|
|
10313
|
-
"name": "BmCheckboxGroup",
|
|
10314
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10315
|
-
}
|
|
10316
|
-
}
|
|
10317
|
-
]
|
|
10318
|
-
},
|
|
10319
|
-
{
|
|
10320
|
-
"kind": "javascript-module",
|
|
10321
|
-
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10322
|
-
"declarations": [
|
|
10323
|
-
{
|
|
10324
|
-
"kind": "class",
|
|
10325
|
-
"description": "`bm-switch-group`",
|
|
10326
|
-
"name": "BmSwitchGroup",
|
|
10634
|
+
],
|
|
10635
|
+
"superclass": {
|
|
10636
|
+
"name": "InputChoiceGroup",
|
|
10637
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10638
|
+
},
|
|
10639
|
+
"tagName": "bm-radio-button-group",
|
|
10640
|
+
"customElement": true,
|
|
10327
10641
|
"slots": [
|
|
10328
10642
|
{
|
|
10329
|
-
"description": "
|
|
10643
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
10330
10644
|
"name": "label",
|
|
10331
10645
|
"inheritedFrom": {
|
|
10332
10646
|
"name": "InputChoiceGroup",
|
|
@@ -10334,7 +10648,7 @@
|
|
|
10334
10648
|
}
|
|
10335
10649
|
},
|
|
10336
10650
|
{
|
|
10337
|
-
"description": "
|
|
10651
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
10338
10652
|
"name": "helperText",
|
|
10339
10653
|
"inheritedFrom": {
|
|
10340
10654
|
"name": "InputChoiceGroup",
|
|
@@ -10342,12 +10656,6 @@
|
|
|
10342
10656
|
}
|
|
10343
10657
|
}
|
|
10344
10658
|
],
|
|
10345
|
-
"superclass": {
|
|
10346
|
-
"name": "InputChoiceGroup",
|
|
10347
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10348
|
-
},
|
|
10349
|
-
"tagName": "bm-switch-group",
|
|
10350
|
-
"customElement": true,
|
|
10351
10659
|
"attributes": [
|
|
10352
10660
|
{
|
|
10353
10661
|
"name": "theme",
|
|
@@ -10524,23 +10832,74 @@
|
|
|
10524
10832
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10525
10833
|
}
|
|
10526
10834
|
}
|
|
10835
|
+
]
|
|
10836
|
+
}
|
|
10837
|
+
],
|
|
10838
|
+
"exports": [
|
|
10839
|
+
{
|
|
10840
|
+
"kind": "js",
|
|
10841
|
+
"name": "BmRadioButtonGroup",
|
|
10842
|
+
"declaration": {
|
|
10843
|
+
"name": "BmRadioButtonGroup",
|
|
10844
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10845
|
+
}
|
|
10846
|
+
},
|
|
10847
|
+
{
|
|
10848
|
+
"kind": "custom-element-definition",
|
|
10849
|
+
"name": "bm-radio-button-group",
|
|
10850
|
+
"declaration": {
|
|
10851
|
+
"name": "BmRadioButtonGroup",
|
|
10852
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10853
|
+
}
|
|
10854
|
+
}
|
|
10855
|
+
]
|
|
10856
|
+
},
|
|
10857
|
+
{
|
|
10858
|
+
"kind": "javascript-module",
|
|
10859
|
+
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10860
|
+
"declarations": [
|
|
10861
|
+
{
|
|
10862
|
+
"kind": "class",
|
|
10863
|
+
"description": "`bm-switch-group`",
|
|
10864
|
+
"name": "BmSwitchGroup",
|
|
10865
|
+
"slots": [
|
|
10866
|
+
{
|
|
10867
|
+
"description": "Slot for the label of the SwitchGroup",
|
|
10868
|
+
"name": "label",
|
|
10869
|
+
"inheritedFrom": {
|
|
10870
|
+
"name": "InputChoiceGroup",
|
|
10871
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10872
|
+
}
|
|
10873
|
+
},
|
|
10874
|
+
{
|
|
10875
|
+
"description": "Slot for the helper text of the SwitchGroup",
|
|
10876
|
+
"name": "helperText",
|
|
10877
|
+
"inheritedFrom": {
|
|
10878
|
+
"name": "InputChoiceGroup",
|
|
10879
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10880
|
+
}
|
|
10881
|
+
}
|
|
10527
10882
|
],
|
|
10528
|
-
"
|
|
10883
|
+
"superclass": {
|
|
10884
|
+
"name": "InputChoiceGroup",
|
|
10885
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10886
|
+
},
|
|
10887
|
+
"tagName": "bm-switch-group",
|
|
10888
|
+
"customElement": true,
|
|
10889
|
+
"attributes": [
|
|
10529
10890
|
{
|
|
10530
|
-
"kind": "field",
|
|
10531
10891
|
"name": "theme",
|
|
10532
10892
|
"type": {
|
|
10533
10893
|
"text": "'light' | 'dark' | undefined"
|
|
10534
10894
|
},
|
|
10535
10895
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10536
|
-
"
|
|
10896
|
+
"fieldName": "theme",
|
|
10537
10897
|
"inheritedFrom": {
|
|
10538
10898
|
"name": "InputChoiceGroup",
|
|
10539
10899
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10540
10900
|
}
|
|
10541
10901
|
},
|
|
10542
10902
|
{
|
|
10543
|
-
"kind": "field",
|
|
10544
10903
|
"name": "layout",
|
|
10545
10904
|
"type": {
|
|
10546
10905
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10548,320 +10907,162 @@
|
|
|
10548
10907
|
"default": "'vertical'",
|
|
10549
10908
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10550
10909
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10551
|
-
"
|
|
10910
|
+
"fieldName": "layout",
|
|
10552
10911
|
"inheritedFrom": {
|
|
10553
10912
|
"name": "InputChoiceGroup",
|
|
10554
10913
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10555
10914
|
}
|
|
10556
10915
|
},
|
|
10557
10916
|
{
|
|
10558
|
-
"kind": "field",
|
|
10559
10917
|
"name": "orientation",
|
|
10560
10918
|
"type": {
|
|
10561
10919
|
"text": "'horizontal' | 'vertical'"
|
|
10562
10920
|
},
|
|
10563
10921
|
"default": "'vertical'",
|
|
10564
10922
|
"description": "Specify InputChoiceGroup orientation",
|
|
10565
|
-
"
|
|
10923
|
+
"fieldName": "orientation",
|
|
10566
10924
|
"inheritedFrom": {
|
|
10567
10925
|
"name": "InputChoiceGroup",
|
|
10568
10926
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10569
10927
|
}
|
|
10570
10928
|
},
|
|
10571
10929
|
{
|
|
10572
|
-
"kind": "field",
|
|
10573
10930
|
"name": "fluid",
|
|
10574
10931
|
"type": {
|
|
10575
10932
|
"text": "boolean"
|
|
10576
10933
|
},
|
|
10577
10934
|
"default": "false",
|
|
10578
10935
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10579
|
-
"
|
|
10936
|
+
"fieldName": "fluid",
|
|
10580
10937
|
"inheritedFrom": {
|
|
10581
10938
|
"name": "InputChoiceGroup",
|
|
10582
10939
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10583
10940
|
}
|
|
10584
10941
|
},
|
|
10585
10942
|
{
|
|
10586
|
-
"kind": "field",
|
|
10587
10943
|
"name": "required",
|
|
10588
10944
|
"type": {
|
|
10589
10945
|
"text": "boolean"
|
|
10590
10946
|
},
|
|
10591
10947
|
"default": "false",
|
|
10592
10948
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10593
|
-
"
|
|
10949
|
+
"fieldName": "required",
|
|
10594
10950
|
"inheritedFrom": {
|
|
10595
10951
|
"name": "InputChoiceGroup",
|
|
10596
10952
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10597
10953
|
}
|
|
10598
10954
|
},
|
|
10599
10955
|
{
|
|
10600
|
-
"kind": "field",
|
|
10601
10956
|
"name": "hideRequiredMarker",
|
|
10602
10957
|
"type": {
|
|
10603
10958
|
"text": "boolean"
|
|
10604
10959
|
},
|
|
10605
10960
|
"default": "false",
|
|
10606
10961
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10607
|
-
"
|
|
10962
|
+
"fieldName": "hideRequiredMarker",
|
|
10608
10963
|
"inheritedFrom": {
|
|
10609
10964
|
"name": "InputChoiceGroup",
|
|
10610
10965
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10611
10966
|
}
|
|
10612
10967
|
},
|
|
10613
10968
|
{
|
|
10614
|
-
"kind": "field",
|
|
10615
10969
|
"name": "error",
|
|
10616
10970
|
"type": {
|
|
10617
10971
|
"text": "string | undefined"
|
|
10618
10972
|
},
|
|
10619
10973
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10620
|
-
"
|
|
10974
|
+
"fieldName": "error",
|
|
10621
10975
|
"inheritedFrom": {
|
|
10622
10976
|
"name": "InputChoiceGroup",
|
|
10623
10977
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10624
10978
|
}
|
|
10625
10979
|
},
|
|
10626
10980
|
{
|
|
10627
|
-
"kind": "field",
|
|
10628
10981
|
"name": "readOnly",
|
|
10629
10982
|
"type": {
|
|
10630
10983
|
"text": "boolean"
|
|
10631
10984
|
},
|
|
10632
10985
|
"default": "false",
|
|
10633
10986
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10634
|
-
"
|
|
10987
|
+
"fieldName": "readOnly",
|
|
10635
10988
|
"inheritedFrom": {
|
|
10636
10989
|
"name": "InputChoiceGroup",
|
|
10637
10990
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10638
10991
|
}
|
|
10639
10992
|
},
|
|
10640
10993
|
{
|
|
10641
|
-
"kind": "field",
|
|
10642
10994
|
"name": "disabled",
|
|
10643
10995
|
"type": {
|
|
10644
10996
|
"text": "boolean"
|
|
10645
10997
|
},
|
|
10646
10998
|
"default": "false",
|
|
10647
10999
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10648
|
-
"
|
|
10649
|
-
"inheritedFrom": {
|
|
10650
|
-
"name": "InputChoiceGroup",
|
|
10651
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10652
|
-
}
|
|
10653
|
-
},
|
|
10654
|
-
{
|
|
10655
|
-
"kind": "field",
|
|
10656
|
-
"name": "radioButtons",
|
|
10657
|
-
"type": {
|
|
10658
|
-
"text": "NodeListOf<Element>"
|
|
10659
|
-
},
|
|
10660
|
-
"inheritedFrom": {
|
|
10661
|
-
"name": "InputChoiceGroup",
|
|
10662
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10663
|
-
}
|
|
10664
|
-
},
|
|
10665
|
-
{
|
|
10666
|
-
"kind": "field",
|
|
10667
|
-
"name": "checkboxes",
|
|
10668
|
-
"type": {
|
|
10669
|
-
"text": "NodeListOf<Element>"
|
|
10670
|
-
},
|
|
10671
|
-
"inheritedFrom": {
|
|
10672
|
-
"name": "InputChoiceGroup",
|
|
10673
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10674
|
-
}
|
|
10675
|
-
},
|
|
10676
|
-
{
|
|
10677
|
-
"kind": "field",
|
|
10678
|
-
"name": "switches",
|
|
10679
|
-
"type": {
|
|
10680
|
-
"text": "NodeListOf<Element>"
|
|
10681
|
-
},
|
|
10682
|
-
"inheritedFrom": {
|
|
10683
|
-
"name": "InputChoiceGroup",
|
|
10684
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10685
|
-
}
|
|
10686
|
-
},
|
|
10687
|
-
{
|
|
10688
|
-
"kind": "field",
|
|
10689
|
-
"name": "inputGroupContextValue",
|
|
10690
|
-
"type": {
|
|
10691
|
-
"text": "InputChoiceGroupContextProps"
|
|
10692
|
-
},
|
|
10693
|
-
"privacy": "public",
|
|
10694
|
-
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
11000
|
+
"fieldName": "disabled",
|
|
10695
11001
|
"inheritedFrom": {
|
|
10696
11002
|
"name": "InputChoiceGroup",
|
|
10697
11003
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10698
11004
|
}
|
|
10699
11005
|
},
|
|
10700
11006
|
{
|
|
10701
|
-
"kind": "field",
|
|
10702
|
-
"name": "formAssociated",
|
|
10703
|
-
"type": {
|
|
10704
|
-
"text": "boolean"
|
|
10705
|
-
},
|
|
10706
|
-
"static": true,
|
|
10707
|
-
"default": "true",
|
|
10708
|
-
"inheritedFrom": {
|
|
10709
|
-
"name": "FormField",
|
|
10710
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10711
|
-
}
|
|
10712
|
-
},
|
|
10713
|
-
{
|
|
10714
|
-
"kind": "field",
|
|
10715
11007
|
"name": "id",
|
|
10716
11008
|
"type": {
|
|
10717
11009
|
"text": "string"
|
|
10718
11010
|
},
|
|
10719
11011
|
"default": "''",
|
|
10720
|
-
"
|
|
11012
|
+
"fieldName": "id",
|
|
10721
11013
|
"inheritedFrom": {
|
|
10722
11014
|
"name": "FormField",
|
|
10723
11015
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10724
11016
|
}
|
|
10725
11017
|
},
|
|
10726
11018
|
{
|
|
10727
|
-
"kind": "field",
|
|
10728
11019
|
"name": "name",
|
|
10729
11020
|
"type": {
|
|
10730
11021
|
"text": "string"
|
|
10731
11022
|
},
|
|
10732
11023
|
"default": "''",
|
|
10733
|
-
"
|
|
11024
|
+
"fieldName": "name",
|
|
10734
11025
|
"inheritedFrom": {
|
|
10735
11026
|
"name": "FormField",
|
|
10736
11027
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10737
11028
|
}
|
|
10738
11029
|
},
|
|
10739
11030
|
{
|
|
10740
|
-
"kind": "field",
|
|
10741
11031
|
"name": "value",
|
|
10742
11032
|
"type": {
|
|
10743
11033
|
"text": "string"
|
|
10744
11034
|
},
|
|
10745
11035
|
"default": "''",
|
|
10746
|
-
"
|
|
11036
|
+
"fieldName": "value",
|
|
10747
11037
|
"inheritedFrom": {
|
|
10748
11038
|
"name": "FormField",
|
|
10749
11039
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10750
11040
|
}
|
|
10751
11041
|
},
|
|
10752
11042
|
{
|
|
10753
|
-
"kind": "field",
|
|
10754
11043
|
"name": "validationRules",
|
|
10755
11044
|
"type": {
|
|
10756
11045
|
"text": "Array<FormValidator>"
|
|
10757
11046
|
},
|
|
10758
11047
|
"default": "[]",
|
|
10759
|
-
"
|
|
10760
|
-
"inheritedFrom": {
|
|
10761
|
-
"name": "FormField",
|
|
10762
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10763
|
-
}
|
|
10764
|
-
},
|
|
10765
|
-
{
|
|
10766
|
-
"kind": "field",
|
|
10767
|
-
"name": "inputAriaLabel",
|
|
10768
|
-
"type": {
|
|
10769
|
-
"text": "string | undefined"
|
|
10770
|
-
},
|
|
10771
|
-
"attribute": "input-aria-label",
|
|
10772
|
-
"inheritedFrom": {
|
|
10773
|
-
"name": "FormField",
|
|
10774
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10775
|
-
}
|
|
10776
|
-
},
|
|
10777
|
-
{
|
|
10778
|
-
"kind": "field",
|
|
10779
|
-
"name": "formContext",
|
|
10780
|
-
"type": {
|
|
10781
|
-
"text": "BmFormContext"
|
|
10782
|
-
},
|
|
10783
|
-
"inheritedFrom": {
|
|
10784
|
-
"name": "FormField",
|
|
10785
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10786
|
-
}
|
|
10787
|
-
},
|
|
10788
|
-
{
|
|
10789
|
-
"kind": "method",
|
|
10790
|
-
"name": "formAssociatedCallback",
|
|
10791
|
-
"return": {
|
|
10792
|
-
"type": {
|
|
10793
|
-
"text": "void"
|
|
10794
|
-
}
|
|
10795
|
-
},
|
|
10796
|
-
"inheritedFrom": {
|
|
10797
|
-
"name": "FormField",
|
|
10798
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10799
|
-
}
|
|
10800
|
-
},
|
|
10801
|
-
{
|
|
10802
|
-
"kind": "method",
|
|
10803
|
-
"name": "formResetCallback",
|
|
10804
|
-
"return": {
|
|
10805
|
-
"type": {
|
|
10806
|
-
"text": "void"
|
|
10807
|
-
}
|
|
10808
|
-
},
|
|
11048
|
+
"fieldName": "validationRules",
|
|
10809
11049
|
"inheritedFrom": {
|
|
10810
11050
|
"name": "FormField",
|
|
10811
11051
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10812
11052
|
}
|
|
10813
11053
|
},
|
|
10814
11054
|
{
|
|
10815
|
-
"
|
|
10816
|
-
"
|
|
10817
|
-
|
|
10818
|
-
"type": {
|
|
10819
|
-
"text": "FinalizeAssociatedResult"
|
|
10820
|
-
}
|
|
11055
|
+
"name": "input-aria-label",
|
|
11056
|
+
"type": {
|
|
11057
|
+
"text": "string | undefined"
|
|
10821
11058
|
},
|
|
10822
|
-
"
|
|
10823
|
-
{
|
|
10824
|
-
"name": "ctxValue",
|
|
10825
|
-
"type": {
|
|
10826
|
-
"text": "string"
|
|
10827
|
-
}
|
|
10828
|
-
}
|
|
10829
|
-
],
|
|
11059
|
+
"fieldName": "inputAriaLabel",
|
|
10830
11060
|
"inheritedFrom": {
|
|
10831
11061
|
"name": "FormField",
|
|
10832
11062
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10833
11063
|
}
|
|
10834
11064
|
}
|
|
10835
|
-
]
|
|
10836
|
-
}
|
|
10837
|
-
],
|
|
10838
|
-
"exports": [
|
|
10839
|
-
{
|
|
10840
|
-
"kind": "js",
|
|
10841
|
-
"name": "BmSwitchGroup",
|
|
10842
|
-
"declaration": {
|
|
10843
|
-
"name": "BmSwitchGroup",
|
|
10844
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10845
|
-
}
|
|
10846
|
-
},
|
|
10847
|
-
{
|
|
10848
|
-
"kind": "custom-element-definition",
|
|
10849
|
-
"name": "bm-switch-group",
|
|
10850
|
-
"declaration": {
|
|
10851
|
-
"name": "BmSwitchGroup",
|
|
10852
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10853
|
-
}
|
|
10854
|
-
}
|
|
10855
|
-
]
|
|
10856
|
-
},
|
|
10857
|
-
{
|
|
10858
|
-
"kind": "javascript-module",
|
|
10859
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10860
|
-
"declarations": [
|
|
10861
|
-
{
|
|
10862
|
-
"kind": "class",
|
|
10863
|
-
"description": "",
|
|
10864
|
-
"name": "BmRadioButtonGroup",
|
|
11065
|
+
],
|
|
10865
11066
|
"members": [
|
|
10866
11067
|
{
|
|
10867
11068
|
"kind": "field",
|
|
@@ -11169,225 +11370,24 @@
|
|
|
11169
11370
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11170
11371
|
}
|
|
11171
11372
|
}
|
|
11172
|
-
],
|
|
11173
|
-
"superclass": {
|
|
11174
|
-
"name": "InputChoiceGroup",
|
|
11175
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
11176
|
-
},
|
|
11177
|
-
"tagName": "bm-radio-button-group",
|
|
11178
|
-
"customElement": true,
|
|
11179
|
-
"slots": [
|
|
11180
|
-
{
|
|
11181
|
-
"description": "Add label text to the InputChoiceGroup",
|
|
11182
|
-
"name": "label",
|
|
11183
|
-
"inheritedFrom": {
|
|
11184
|
-
"name": "InputChoiceGroup",
|
|
11185
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11186
|
-
}
|
|
11187
|
-
},
|
|
11188
|
-
{
|
|
11189
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
11190
|
-
"name": "helperText",
|
|
11191
|
-
"inheritedFrom": {
|
|
11192
|
-
"name": "InputChoiceGroup",
|
|
11193
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11194
|
-
}
|
|
11195
|
-
}
|
|
11196
|
-
],
|
|
11197
|
-
"attributes": [
|
|
11198
|
-
{
|
|
11199
|
-
"name": "theme",
|
|
11200
|
-
"type": {
|
|
11201
|
-
"text": "'light' | 'dark' | undefined"
|
|
11202
|
-
},
|
|
11203
|
-
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
11204
|
-
"fieldName": "theme",
|
|
11205
|
-
"inheritedFrom": {
|
|
11206
|
-
"name": "InputChoiceGroup",
|
|
11207
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11208
|
-
}
|
|
11209
|
-
},
|
|
11210
|
-
{
|
|
11211
|
-
"name": "layout",
|
|
11212
|
-
"type": {
|
|
11213
|
-
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
11214
|
-
},
|
|
11215
|
-
"default": "'vertical'",
|
|
11216
|
-
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
11217
|
-
"deprecated": "use `orientation` and `fluid` instead",
|
|
11218
|
-
"fieldName": "layout",
|
|
11219
|
-
"inheritedFrom": {
|
|
11220
|
-
"name": "InputChoiceGroup",
|
|
11221
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11222
|
-
}
|
|
11223
|
-
},
|
|
11224
|
-
{
|
|
11225
|
-
"name": "orientation",
|
|
11226
|
-
"type": {
|
|
11227
|
-
"text": "'horizontal' | 'vertical'"
|
|
11228
|
-
},
|
|
11229
|
-
"default": "'vertical'",
|
|
11230
|
-
"description": "Specify InputChoiceGroup orientation",
|
|
11231
|
-
"fieldName": "orientation",
|
|
11232
|
-
"inheritedFrom": {
|
|
11233
|
-
"name": "InputChoiceGroup",
|
|
11234
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11235
|
-
}
|
|
11236
|
-
},
|
|
11237
|
-
{
|
|
11238
|
-
"name": "fluid",
|
|
11239
|
-
"type": {
|
|
11240
|
-
"text": "boolean"
|
|
11241
|
-
},
|
|
11242
|
-
"default": "false",
|
|
11243
|
-
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
11244
|
-
"fieldName": "fluid",
|
|
11245
|
-
"inheritedFrom": {
|
|
11246
|
-
"name": "InputChoiceGroup",
|
|
11247
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11248
|
-
}
|
|
11249
|
-
},
|
|
11250
|
-
{
|
|
11251
|
-
"name": "required",
|
|
11252
|
-
"type": {
|
|
11253
|
-
"text": "boolean"
|
|
11254
|
-
},
|
|
11255
|
-
"default": "false",
|
|
11256
|
-
"description": "Specify if InputChoiceGroup is a required input",
|
|
11257
|
-
"fieldName": "required",
|
|
11258
|
-
"inheritedFrom": {
|
|
11259
|
-
"name": "InputChoiceGroup",
|
|
11260
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11261
|
-
}
|
|
11262
|
-
},
|
|
11263
|
-
{
|
|
11264
|
-
"name": "hideRequiredMarker",
|
|
11265
|
-
"type": {
|
|
11266
|
-
"text": "boolean"
|
|
11267
|
-
},
|
|
11268
|
-
"default": "false",
|
|
11269
|
-
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
11270
|
-
"fieldName": "hideRequiredMarker",
|
|
11271
|
-
"inheritedFrom": {
|
|
11272
|
-
"name": "InputChoiceGroup",
|
|
11273
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11274
|
-
}
|
|
11275
|
-
},
|
|
11276
|
-
{
|
|
11277
|
-
"name": "error",
|
|
11278
|
-
"type": {
|
|
11279
|
-
"text": "string | undefined"
|
|
11280
|
-
},
|
|
11281
|
-
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
11282
|
-
"fieldName": "error",
|
|
11283
|
-
"inheritedFrom": {
|
|
11284
|
-
"name": "InputChoiceGroup",
|
|
11285
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11286
|
-
}
|
|
11287
|
-
},
|
|
11288
|
-
{
|
|
11289
|
-
"name": "readOnly",
|
|
11290
|
-
"type": {
|
|
11291
|
-
"text": "boolean"
|
|
11292
|
-
},
|
|
11293
|
-
"default": "false",
|
|
11294
|
-
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
11295
|
-
"fieldName": "readOnly",
|
|
11296
|
-
"inheritedFrom": {
|
|
11297
|
-
"name": "InputChoiceGroup",
|
|
11298
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11299
|
-
}
|
|
11300
|
-
},
|
|
11301
|
-
{
|
|
11302
|
-
"name": "disabled",
|
|
11303
|
-
"type": {
|
|
11304
|
-
"text": "boolean"
|
|
11305
|
-
},
|
|
11306
|
-
"default": "false",
|
|
11307
|
-
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11308
|
-
"fieldName": "disabled",
|
|
11309
|
-
"inheritedFrom": {
|
|
11310
|
-
"name": "InputChoiceGroup",
|
|
11311
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11312
|
-
}
|
|
11313
|
-
},
|
|
11314
|
-
{
|
|
11315
|
-
"name": "id",
|
|
11316
|
-
"type": {
|
|
11317
|
-
"text": "string"
|
|
11318
|
-
},
|
|
11319
|
-
"default": "''",
|
|
11320
|
-
"fieldName": "id",
|
|
11321
|
-
"inheritedFrom": {
|
|
11322
|
-
"name": "FormField",
|
|
11323
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11324
|
-
}
|
|
11325
|
-
},
|
|
11326
|
-
{
|
|
11327
|
-
"name": "name",
|
|
11328
|
-
"type": {
|
|
11329
|
-
"text": "string"
|
|
11330
|
-
},
|
|
11331
|
-
"default": "''",
|
|
11332
|
-
"fieldName": "name",
|
|
11333
|
-
"inheritedFrom": {
|
|
11334
|
-
"name": "FormField",
|
|
11335
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11336
|
-
}
|
|
11337
|
-
},
|
|
11338
|
-
{
|
|
11339
|
-
"name": "value",
|
|
11340
|
-
"type": {
|
|
11341
|
-
"text": "string"
|
|
11342
|
-
},
|
|
11343
|
-
"default": "''",
|
|
11344
|
-
"fieldName": "value",
|
|
11345
|
-
"inheritedFrom": {
|
|
11346
|
-
"name": "FormField",
|
|
11347
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11348
|
-
}
|
|
11349
|
-
},
|
|
11350
|
-
{
|
|
11351
|
-
"name": "validationRules",
|
|
11352
|
-
"type": {
|
|
11353
|
-
"text": "Array<FormValidator>"
|
|
11354
|
-
},
|
|
11355
|
-
"default": "[]",
|
|
11356
|
-
"fieldName": "validationRules",
|
|
11357
|
-
"inheritedFrom": {
|
|
11358
|
-
"name": "FormField",
|
|
11359
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11360
|
-
}
|
|
11361
|
-
},
|
|
11362
|
-
{
|
|
11363
|
-
"name": "input-aria-label",
|
|
11364
|
-
"type": {
|
|
11365
|
-
"text": "string | undefined"
|
|
11366
|
-
},
|
|
11367
|
-
"fieldName": "inputAriaLabel",
|
|
11368
|
-
"inheritedFrom": {
|
|
11369
|
-
"name": "FormField",
|
|
11370
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11371
|
-
}
|
|
11372
|
-
}
|
|
11373
11373
|
]
|
|
11374
11374
|
}
|
|
11375
11375
|
],
|
|
11376
11376
|
"exports": [
|
|
11377
11377
|
{
|
|
11378
11378
|
"kind": "js",
|
|
11379
|
-
"name": "
|
|
11379
|
+
"name": "BmSwitchGroup",
|
|
11380
11380
|
"declaration": {
|
|
11381
|
-
"name": "
|
|
11382
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11381
|
+
"name": "BmSwitchGroup",
|
|
11382
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11383
11383
|
}
|
|
11384
11384
|
},
|
|
11385
11385
|
{
|
|
11386
11386
|
"kind": "custom-element-definition",
|
|
11387
|
-
"name": "bm-
|
|
11387
|
+
"name": "bm-switch-group",
|
|
11388
11388
|
"declaration": {
|
|
11389
|
-
"name": "
|
|
11390
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11389
|
+
"name": "BmSwitchGroup",
|
|
11390
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11391
11391
|
}
|
|
11392
11392
|
}
|
|
11393
11393
|
]
|