@viasat/beam-web-components 2.29.1 → 2.36.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/Avatar/Avatar.js +1 -1
- package/Avatar/AvatarGroup.js +1 -1
- package/Avatar/index.js +1 -1
- package/Badge/Badge.js +1 -1
- package/Button/Button.js +43 -43
- package/CloseButton/CloseButton.js +12 -12
- package/EmptyState/EmptyState.js +3 -3
- package/InputChoiceGroup/InputChoiceGroup.js +20 -20
- package/Link/Link.js +25 -25
- package/ProgressBar/ProgressBar.js +22 -22
- package/SegmentedControl/SegmentedControl.js +1 -1
- package/SegmentedControl/SegmentedControlItem.js +1 -1
- package/SegmentedControl/SegmentedControlList.js +1 -1
- package/SegmentedControl/SegmentedControlPanel.js +1 -1
- package/Spinner/Spinner.js +35 -35
- package/TextField/TextField.js +40 -40
- package/Tooltip/Tooltip.js +25 -25
- package/chunks/Avatar.BKgI1H4m.js +174 -0
- package/chunks/fileUpload.module.WyOEuxoP.js +4 -0
- package/chunks/segmentedControl.module.DUw6nBfH.js +4 -0
- package/custom-elements.json +1554 -1554
- package/local/Avatar/Avatar.js +1 -1
- package/local/Avatar/AvatarGroup.js +1 -1
- package/local/Avatar/index.js +1 -1
- package/local/Badge/Badge.js +7 -7
- package/local/Button/Button.js +19 -19
- package/local/CloseButton/CloseButton.js +10 -10
- package/local/EmptyState/EmptyState.js +1 -1
- package/local/InputChoiceGroup/InputChoiceGroup.js +20 -20
- package/local/Link/Link.js +36 -36
- package/local/ProgressBar/ProgressBar.js +22 -22
- package/local/SegmentedControl/SegmentedControl.js +1 -1
- package/local/SegmentedControl/SegmentedControlItem.js +1 -1
- package/local/SegmentedControl/SegmentedControlList.js +1 -1
- package/local/SegmentedControl/SegmentedControlPanel.js +1 -1
- package/local/Spinner/Spinner.js +28 -28
- package/local/TextField/TextField.js +40 -40
- package/local/Tooltip/Tooltip.js +39 -39
- package/local/chunks/Avatar.GyYNA9m6.js +172 -0
- package/local/chunks/fileUpload.module.WyOEuxoP.js +4 -0
- package/local/chunks/segmentedControl.module.DUw6nBfH.js +4 -0
- package/local/wip/Checkbox/Checkbox.js +52 -52
- package/local/wip/FileUpload/FileUpload.Button.js +1 -1
- package/local/wip/FileUpload/FileUpload.Dropzone.js +1 -1
- package/local/wip/FileUpload/FileUpload.List.Item.js +1 -1
- package/local/wip/FileUpload/FileUpload.List.js +1 -1
- package/local/wip/FileUpload/FileUpload.js +1 -1
- package/local/wip/NativeSelect/NativeSelect.js +25 -25
- package/local/wip/RadioButton/RadioButton.js +17 -17
- package/local/wip/Switch/Switch.js +37 -37
- package/local/wip/TextArea/TextArea.js +18 -18
- package/package.json +6 -6
- package/vscode.html-custom-data.json +232 -232
- package/wip/Checkbox/Checkbox.js +15 -15
- package/wip/FileUpload/FileUpload.Button.js +1 -1
- package/wip/FileUpload/FileUpload.Dropzone.js +1 -1
- package/wip/FileUpload/FileUpload.List.Item.js +1 -1
- package/wip/FileUpload/FileUpload.List.js +1 -1
- package/wip/FileUpload/FileUpload.js +1 -1
- package/wip/NativeSelect/NativeSelect.js +47 -47
- package/wip/RadioButton/RadioButton.js +21 -21
- package/wip/Switch/Switch.js +37 -37
- package/wip/TextArea/TextArea.js +18 -18
- package/chunks/Avatar.BgufO4-1.js +0 -174
- package/chunks/fileUpload.module.CNe9mg2f.js +0 -4
- package/chunks/segmentedControl.module.5EsIjpJa.js +0 -4
- package/local/chunks/Avatar.CEb3Se7H.js +0 -172
- package/local/chunks/fileUpload.module.CNe9mg2f.js +0 -4
- package/local/chunks/segmentedControl.module.5EsIjpJa.js +0 -4
package/custom-elements.json
CHANGED
|
@@ -294,147 +294,273 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
|
|
302
|
+
"name": "BmAlert",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
306
|
-
"name": "
|
|
305
|
+
"description": "Specify a different icon for the Alert",
|
|
306
|
+
"name": "icon"
|
|
307
307
|
},
|
|
308
308
|
{
|
|
309
|
-
"description": "Specify
|
|
310
|
-
"name": "
|
|
309
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
310
|
+
"name": "heading"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
314
|
+
"name": "body"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"description": "Specify if actions display on the Alert",
|
|
318
|
+
"name": "actions"
|
|
311
319
|
}
|
|
312
320
|
],
|
|
313
321
|
"members": [
|
|
314
322
|
{
|
|
315
323
|
"kind": "field",
|
|
316
|
-
"name": "
|
|
324
|
+
"name": "heading",
|
|
317
325
|
"type": {
|
|
318
|
-
"text": "
|
|
326
|
+
"text": "string | undefined"
|
|
319
327
|
},
|
|
320
|
-
"
|
|
321
|
-
"
|
|
322
|
-
"attribute": "appearance"
|
|
328
|
+
"description": "Specify the heading text for Alert",
|
|
329
|
+
"attribute": "heading"
|
|
323
330
|
},
|
|
324
331
|
{
|
|
325
332
|
"kind": "field",
|
|
326
|
-
"name": "
|
|
333
|
+
"name": "body",
|
|
327
334
|
"type": {
|
|
328
|
-
"text": "
|
|
335
|
+
"text": "string | undefined"
|
|
329
336
|
},
|
|
330
|
-
"description": "
|
|
331
|
-
"attribute": "
|
|
337
|
+
"description": "Specify the body text for Alert",
|
|
338
|
+
"attribute": "body"
|
|
332
339
|
},
|
|
333
340
|
{
|
|
334
341
|
"kind": "field",
|
|
335
342
|
"name": "size",
|
|
336
343
|
"type": {
|
|
337
|
-
"text": "'sm' | 'md'
|
|
344
|
+
"text": "'sm' | 'md'"
|
|
338
345
|
},
|
|
339
346
|
"default": "'sm'",
|
|
340
|
-
"description": "Specify the size of the
|
|
347
|
+
"description": "Specify the size of the Alert",
|
|
341
348
|
"attribute": "size"
|
|
342
349
|
},
|
|
343
350
|
{
|
|
344
351
|
"kind": "field",
|
|
345
|
-
"name": "
|
|
352
|
+
"name": "fullWidth",
|
|
346
353
|
"type": {
|
|
347
|
-
"text": "
|
|
354
|
+
"text": "boolean"
|
|
348
355
|
},
|
|
349
|
-
"default": "
|
|
350
|
-
"description": "Specify the
|
|
351
|
-
"attribute": "
|
|
356
|
+
"default": "false",
|
|
357
|
+
"description": "Specify if the Alert has no border radius",
|
|
358
|
+
"attribute": "fullWidth"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"kind": "field",
|
|
362
|
+
"name": "theme",
|
|
363
|
+
"type": {
|
|
364
|
+
"text": "'light' | 'dark' | undefined"
|
|
365
|
+
},
|
|
366
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
367
|
+
"attribute": "theme"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"kind": "field",
|
|
371
|
+
"name": "appearance",
|
|
372
|
+
"type": {
|
|
373
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
374
|
+
},
|
|
375
|
+
"default": "'infoPrimary'",
|
|
376
|
+
"description": "Specify the appearance of the Alert",
|
|
377
|
+
"attribute": "appearance"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "field",
|
|
381
|
+
"name": "hidden",
|
|
382
|
+
"type": {
|
|
383
|
+
"text": "boolean"
|
|
384
|
+
},
|
|
385
|
+
"default": "false",
|
|
386
|
+
"description": "Specify if the Alert is hidden",
|
|
387
|
+
"attribute": "hidden"
|
|
352
388
|
},
|
|
353
389
|
{
|
|
354
390
|
"kind": "field",
|
|
355
391
|
"name": "hideIcon",
|
|
356
392
|
"type": {
|
|
357
|
-
"text": "boolean
|
|
393
|
+
"text": "boolean"
|
|
358
394
|
},
|
|
359
|
-
"
|
|
395
|
+
"default": "false",
|
|
396
|
+
"description": "Specify if the icon displays on the Alert",
|
|
360
397
|
"attribute": "hideIcon"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"kind": "field",
|
|
401
|
+
"name": "dismissible",
|
|
402
|
+
"type": {
|
|
403
|
+
"text": "boolean"
|
|
404
|
+
},
|
|
405
|
+
"default": "false",
|
|
406
|
+
"description": "Specify if the Alert can be dismissed",
|
|
407
|
+
"attribute": "dismissible"
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
"kind": "field",
|
|
411
|
+
"name": "disableAutoFocus",
|
|
412
|
+
"type": {
|
|
413
|
+
"text": "boolean"
|
|
414
|
+
},
|
|
415
|
+
"default": "false",
|
|
416
|
+
"description": "Prevent autofocus on show",
|
|
417
|
+
"attribute": "disableAutoFocus"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"kind": "field",
|
|
421
|
+
"name": "disableCloseOnEscape",
|
|
422
|
+
"type": {
|
|
423
|
+
"text": "boolean"
|
|
424
|
+
},
|
|
425
|
+
"default": "false",
|
|
426
|
+
"description": "Prevent Escape from closing",
|
|
427
|
+
"attribute": "disableCloseOnEscape"
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"events": [
|
|
431
|
+
{
|
|
432
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
433
|
+
"name": "bm-dismiss"
|
|
361
434
|
}
|
|
362
435
|
],
|
|
363
436
|
"attributes": [
|
|
364
437
|
{
|
|
365
|
-
"name": "
|
|
438
|
+
"name": "heading",
|
|
366
439
|
"type": {
|
|
367
|
-
"text": "
|
|
440
|
+
"text": "string | undefined"
|
|
368
441
|
},
|
|
369
|
-
"
|
|
370
|
-
"
|
|
371
|
-
"fieldName": "appearance"
|
|
442
|
+
"description": "Specify the heading text for Alert",
|
|
443
|
+
"fieldName": "heading"
|
|
372
444
|
},
|
|
373
445
|
{
|
|
374
|
-
"name": "
|
|
446
|
+
"name": "body",
|
|
375
447
|
"type": {
|
|
376
|
-
"text": "
|
|
448
|
+
"text": "string | undefined"
|
|
377
449
|
},
|
|
378
|
-
"description": "
|
|
379
|
-
"fieldName": "
|
|
450
|
+
"description": "Specify the body text for Alert",
|
|
451
|
+
"fieldName": "body"
|
|
380
452
|
},
|
|
381
453
|
{
|
|
382
454
|
"name": "size",
|
|
383
455
|
"type": {
|
|
384
|
-
"text": "'sm' | 'md'
|
|
456
|
+
"text": "'sm' | 'md'"
|
|
385
457
|
},
|
|
386
458
|
"default": "'sm'",
|
|
387
|
-
"description": "Specify the size of the
|
|
459
|
+
"description": "Specify the size of the Alert",
|
|
388
460
|
"fieldName": "size"
|
|
389
461
|
},
|
|
390
462
|
{
|
|
391
|
-
"name": "
|
|
463
|
+
"name": "fullWidth",
|
|
392
464
|
"type": {
|
|
393
|
-
"text": "
|
|
465
|
+
"text": "boolean"
|
|
394
466
|
},
|
|
395
|
-
"default": "
|
|
396
|
-
"description": "Specify the
|
|
397
|
-
"fieldName": "
|
|
467
|
+
"default": "false",
|
|
468
|
+
"description": "Specify if the Alert has no border radius",
|
|
469
|
+
"fieldName": "fullWidth"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"name": "theme",
|
|
473
|
+
"type": {
|
|
474
|
+
"text": "'light' | 'dark' | undefined"
|
|
475
|
+
},
|
|
476
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
477
|
+
"fieldName": "theme"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"name": "appearance",
|
|
481
|
+
"type": {
|
|
482
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
483
|
+
},
|
|
484
|
+
"default": "'infoPrimary'",
|
|
485
|
+
"description": "Specify the appearance of the Alert",
|
|
486
|
+
"fieldName": "appearance"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "hidden",
|
|
490
|
+
"type": {
|
|
491
|
+
"text": "boolean"
|
|
492
|
+
},
|
|
493
|
+
"default": "false",
|
|
494
|
+
"description": "Specify if the Alert is hidden",
|
|
495
|
+
"fieldName": "hidden"
|
|
398
496
|
},
|
|
399
497
|
{
|
|
400
498
|
"name": "hideIcon",
|
|
401
499
|
"type": {
|
|
402
|
-
"text": "boolean
|
|
500
|
+
"text": "boolean"
|
|
403
501
|
},
|
|
404
|
-
"
|
|
502
|
+
"default": "false",
|
|
503
|
+
"description": "Specify if the icon displays on the Alert",
|
|
405
504
|
"fieldName": "hideIcon"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"name": "dismissible",
|
|
508
|
+
"type": {
|
|
509
|
+
"text": "boolean"
|
|
510
|
+
},
|
|
511
|
+
"default": "false",
|
|
512
|
+
"description": "Specify if the Alert can be dismissed",
|
|
513
|
+
"fieldName": "dismissible"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"name": "disableAutoFocus",
|
|
517
|
+
"type": {
|
|
518
|
+
"text": "boolean"
|
|
519
|
+
},
|
|
520
|
+
"default": "false",
|
|
521
|
+
"description": "Prevent autofocus on show",
|
|
522
|
+
"fieldName": "disableAutoFocus"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "disableCloseOnEscape",
|
|
526
|
+
"type": {
|
|
527
|
+
"text": "boolean"
|
|
528
|
+
},
|
|
529
|
+
"default": "false",
|
|
530
|
+
"description": "Prevent Escape from closing",
|
|
531
|
+
"fieldName": "disableCloseOnEscape"
|
|
406
532
|
}
|
|
407
533
|
],
|
|
408
534
|
"superclass": {
|
|
409
535
|
"name": "LitElement",
|
|
410
536
|
"package": "lit"
|
|
411
537
|
},
|
|
412
|
-
"tagName": "bm-
|
|
538
|
+
"tagName": "bm-alert",
|
|
413
539
|
"customElement": true
|
|
414
540
|
}
|
|
415
541
|
],
|
|
416
542
|
"exports": [
|
|
417
543
|
{
|
|
418
544
|
"kind": "js",
|
|
419
|
-
"name": "
|
|
545
|
+
"name": "BmAlert",
|
|
420
546
|
"declaration": {
|
|
421
|
-
"name": "
|
|
422
|
-
"module": "libs/web-components/src/lib/
|
|
547
|
+
"name": "BmAlert",
|
|
548
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
423
549
|
}
|
|
424
550
|
},
|
|
425
551
|
{
|
|
426
552
|
"kind": "custom-element-definition",
|
|
427
|
-
"name": "bm-
|
|
553
|
+
"name": "bm-alert",
|
|
428
554
|
"declaration": {
|
|
429
|
-
"name": "
|
|
430
|
-
"module": "libs/web-components/src/lib/
|
|
555
|
+
"name": "BmAlert",
|
|
556
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
431
557
|
}
|
|
432
558
|
}
|
|
433
559
|
]
|
|
434
560
|
},
|
|
435
561
|
{
|
|
436
562
|
"kind": "javascript-module",
|
|
437
|
-
"path": "libs/web-components/src/lib/
|
|
563
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
438
564
|
"declarations": [],
|
|
439
565
|
"exports": [
|
|
440
566
|
{
|
|
@@ -442,447 +568,34 @@
|
|
|
442
568
|
"name": "*",
|
|
443
569
|
"declaration": {
|
|
444
570
|
"name": "*",
|
|
445
|
-
"package": "./
|
|
571
|
+
"package": "./Alert"
|
|
446
572
|
}
|
|
447
573
|
}
|
|
448
574
|
]
|
|
449
575
|
},
|
|
450
576
|
{
|
|
451
577
|
"kind": "javascript-module",
|
|
452
|
-
"path": "libs/web-components/src/lib/
|
|
578
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
453
579
|
"declarations": [
|
|
454
580
|
{
|
|
455
581
|
"kind": "class",
|
|
456
|
-
"description": "`bm-
|
|
457
|
-
"name": "
|
|
582
|
+
"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** ",
|
|
583
|
+
"name": "BmAvatar",
|
|
458
584
|
"slots": [
|
|
459
585
|
{
|
|
460
|
-
"description": "
|
|
461
|
-
"name": "
|
|
586
|
+
"description": "Customize the default icon",
|
|
587
|
+
"name": "icon"
|
|
462
588
|
}
|
|
463
589
|
],
|
|
464
590
|
"members": [
|
|
465
|
-
{
|
|
466
|
-
"kind": "field",
|
|
467
|
-
"name": "theme",
|
|
468
|
-
"type": {
|
|
469
|
-
"text": "'light' | 'dark' | undefined"
|
|
470
|
-
},
|
|
471
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
472
|
-
"attribute": "theme"
|
|
473
|
-
},
|
|
474
591
|
{
|
|
475
592
|
"kind": "field",
|
|
476
593
|
"name": "appearance",
|
|
477
594
|
"type": {
|
|
478
|
-
"text": "'
|
|
595
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
479
596
|
},
|
|
480
|
-
"default": "'
|
|
481
|
-
"description": "Specify the appearance of the
|
|
482
|
-
"attribute": "appearance"
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
"kind": "field",
|
|
486
|
-
"name": "emphasis",
|
|
487
|
-
"type": {
|
|
488
|
-
"text": "'strong' | 'subtle'"
|
|
489
|
-
},
|
|
490
|
-
"default": "'strong'",
|
|
491
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
492
|
-
"attribute": "emphasis"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"kind": "field",
|
|
496
|
-
"name": "overrideDotColor",
|
|
497
|
-
"type": {
|
|
498
|
-
"text": "string | undefined"
|
|
499
|
-
},
|
|
500
|
-
"description": "Overrides default dot color",
|
|
501
|
-
"attribute": "overrideDotColor"
|
|
502
|
-
}
|
|
503
|
-
],
|
|
504
|
-
"attributes": [
|
|
505
|
-
{
|
|
506
|
-
"name": "theme",
|
|
507
|
-
"type": {
|
|
508
|
-
"text": "'light' | 'dark' | undefined"
|
|
509
|
-
},
|
|
510
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
511
|
-
"fieldName": "theme"
|
|
512
|
-
},
|
|
513
|
-
{
|
|
514
|
-
"name": "appearance",
|
|
515
|
-
"type": {
|
|
516
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
517
|
-
},
|
|
518
|
-
"default": "'infoPrimary'",
|
|
519
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
520
|
-
"fieldName": "appearance"
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
"name": "emphasis",
|
|
524
|
-
"type": {
|
|
525
|
-
"text": "'strong' | 'subtle'"
|
|
526
|
-
},
|
|
527
|
-
"default": "'strong'",
|
|
528
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
529
|
-
"fieldName": "emphasis"
|
|
530
|
-
},
|
|
531
|
-
{
|
|
532
|
-
"name": "overrideDotColor",
|
|
533
|
-
"type": {
|
|
534
|
-
"text": "string | undefined"
|
|
535
|
-
},
|
|
536
|
-
"description": "Overrides default dot color",
|
|
537
|
-
"fieldName": "overrideDotColor"
|
|
538
|
-
}
|
|
539
|
-
],
|
|
540
|
-
"superclass": {
|
|
541
|
-
"name": "LitElement",
|
|
542
|
-
"package": "lit"
|
|
543
|
-
},
|
|
544
|
-
"tagName": "bm-badge-dot",
|
|
545
|
-
"customElement": true
|
|
546
|
-
}
|
|
547
|
-
],
|
|
548
|
-
"exports": [
|
|
549
|
-
{
|
|
550
|
-
"kind": "js",
|
|
551
|
-
"name": "BmBadgeDot",
|
|
552
|
-
"declaration": {
|
|
553
|
-
"name": "BmBadgeDot",
|
|
554
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"kind": "custom-element-definition",
|
|
559
|
-
"name": "bm-badge-dot",
|
|
560
|
-
"declaration": {
|
|
561
|
-
"name": "BmBadgeDot",
|
|
562
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
563
|
-
}
|
|
564
|
-
}
|
|
565
|
-
]
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"kind": "javascript-module",
|
|
569
|
-
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
570
|
-
"declarations": [],
|
|
571
|
-
"exports": [
|
|
572
|
-
{
|
|
573
|
-
"kind": "js",
|
|
574
|
-
"name": "*",
|
|
575
|
-
"declaration": {
|
|
576
|
-
"name": "*",
|
|
577
|
-
"package": "./BadgeDot"
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
]
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"kind": "javascript-module",
|
|
584
|
-
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
585
|
-
"declarations": [
|
|
586
|
-
{
|
|
587
|
-
"kind": "class",
|
|
588
|
-
"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",
|
|
589
|
-
"name": "BmAlert",
|
|
590
|
-
"slots": [
|
|
591
|
-
{
|
|
592
|
-
"description": "Specify a different icon for the Alert",
|
|
593
|
-
"name": "icon"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
597
|
-
"name": "heading"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
601
|
-
"name": "body"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"description": "Specify if actions display on the Alert",
|
|
605
|
-
"name": "actions"
|
|
606
|
-
}
|
|
607
|
-
],
|
|
608
|
-
"members": [
|
|
609
|
-
{
|
|
610
|
-
"kind": "field",
|
|
611
|
-
"name": "heading",
|
|
612
|
-
"type": {
|
|
613
|
-
"text": "string | undefined"
|
|
614
|
-
},
|
|
615
|
-
"description": "Specify the heading text for Alert",
|
|
616
|
-
"attribute": "heading"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"kind": "field",
|
|
620
|
-
"name": "body",
|
|
621
|
-
"type": {
|
|
622
|
-
"text": "string | undefined"
|
|
623
|
-
},
|
|
624
|
-
"description": "Specify the body text for Alert",
|
|
625
|
-
"attribute": "body"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"kind": "field",
|
|
629
|
-
"name": "size",
|
|
630
|
-
"type": {
|
|
631
|
-
"text": "'sm' | 'md'"
|
|
632
|
-
},
|
|
633
|
-
"default": "'sm'",
|
|
634
|
-
"description": "Specify the size of the Alert",
|
|
635
|
-
"attribute": "size"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"kind": "field",
|
|
639
|
-
"name": "fullWidth",
|
|
640
|
-
"type": {
|
|
641
|
-
"text": "boolean"
|
|
642
|
-
},
|
|
643
|
-
"default": "false",
|
|
644
|
-
"description": "Specify if the Alert has no border radius",
|
|
645
|
-
"attribute": "fullWidth"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"kind": "field",
|
|
649
|
-
"name": "theme",
|
|
650
|
-
"type": {
|
|
651
|
-
"text": "'light' | 'dark' | undefined"
|
|
652
|
-
},
|
|
653
|
-
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
654
|
-
"attribute": "theme"
|
|
655
|
-
},
|
|
656
|
-
{
|
|
657
|
-
"kind": "field",
|
|
658
|
-
"name": "appearance",
|
|
659
|
-
"type": {
|
|
660
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
661
|
-
},
|
|
662
|
-
"default": "'infoPrimary'",
|
|
663
|
-
"description": "Specify the appearance of the Alert",
|
|
664
|
-
"attribute": "appearance"
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
"kind": "field",
|
|
668
|
-
"name": "hidden",
|
|
669
|
-
"type": {
|
|
670
|
-
"text": "boolean"
|
|
671
|
-
},
|
|
672
|
-
"default": "false",
|
|
673
|
-
"description": "Specify if the Alert is hidden",
|
|
674
|
-
"attribute": "hidden"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"kind": "field",
|
|
678
|
-
"name": "hideIcon",
|
|
679
|
-
"type": {
|
|
680
|
-
"text": "boolean"
|
|
681
|
-
},
|
|
682
|
-
"default": "false",
|
|
683
|
-
"description": "Specify if the icon displays on the Alert",
|
|
684
|
-
"attribute": "hideIcon"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"kind": "field",
|
|
688
|
-
"name": "dismissible",
|
|
689
|
-
"type": {
|
|
690
|
-
"text": "boolean"
|
|
691
|
-
},
|
|
692
|
-
"default": "false",
|
|
693
|
-
"description": "Specify if the Alert can be dismissed",
|
|
694
|
-
"attribute": "dismissible"
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"kind": "field",
|
|
698
|
-
"name": "disableAutoFocus",
|
|
699
|
-
"type": {
|
|
700
|
-
"text": "boolean"
|
|
701
|
-
},
|
|
702
|
-
"default": "false",
|
|
703
|
-
"description": "Prevent autofocus on show",
|
|
704
|
-
"attribute": "disableAutoFocus"
|
|
705
|
-
},
|
|
706
|
-
{
|
|
707
|
-
"kind": "field",
|
|
708
|
-
"name": "disableCloseOnEscape",
|
|
709
|
-
"type": {
|
|
710
|
-
"text": "boolean"
|
|
711
|
-
},
|
|
712
|
-
"default": "false",
|
|
713
|
-
"description": "Prevent Escape from closing",
|
|
714
|
-
"attribute": "disableCloseOnEscape"
|
|
715
|
-
}
|
|
716
|
-
],
|
|
717
|
-
"events": [
|
|
718
|
-
{
|
|
719
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
720
|
-
"name": "bm-dismiss"
|
|
721
|
-
}
|
|
722
|
-
],
|
|
723
|
-
"attributes": [
|
|
724
|
-
{
|
|
725
|
-
"name": "heading",
|
|
726
|
-
"type": {
|
|
727
|
-
"text": "string | undefined"
|
|
728
|
-
},
|
|
729
|
-
"description": "Specify the heading text for Alert",
|
|
730
|
-
"fieldName": "heading"
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"name": "body",
|
|
734
|
-
"type": {
|
|
735
|
-
"text": "string | undefined"
|
|
736
|
-
},
|
|
737
|
-
"description": "Specify the body text for Alert",
|
|
738
|
-
"fieldName": "body"
|
|
739
|
-
},
|
|
740
|
-
{
|
|
741
|
-
"name": "size",
|
|
742
|
-
"type": {
|
|
743
|
-
"text": "'sm' | 'md'"
|
|
744
|
-
},
|
|
745
|
-
"default": "'sm'",
|
|
746
|
-
"description": "Specify the size of the Alert",
|
|
747
|
-
"fieldName": "size"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"name": "fullWidth",
|
|
751
|
-
"type": {
|
|
752
|
-
"text": "boolean"
|
|
753
|
-
},
|
|
754
|
-
"default": "false",
|
|
755
|
-
"description": "Specify if the Alert has no border radius",
|
|
756
|
-
"fieldName": "fullWidth"
|
|
757
|
-
},
|
|
758
|
-
{
|
|
759
|
-
"name": "theme",
|
|
760
|
-
"type": {
|
|
761
|
-
"text": "'light' | 'dark' | undefined"
|
|
762
|
-
},
|
|
763
|
-
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
764
|
-
"fieldName": "theme"
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
"name": "appearance",
|
|
768
|
-
"type": {
|
|
769
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
770
|
-
},
|
|
771
|
-
"default": "'infoPrimary'",
|
|
772
|
-
"description": "Specify the appearance of the Alert",
|
|
773
|
-
"fieldName": "appearance"
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"name": "hidden",
|
|
777
|
-
"type": {
|
|
778
|
-
"text": "boolean"
|
|
779
|
-
},
|
|
780
|
-
"default": "false",
|
|
781
|
-
"description": "Specify if the Alert is hidden",
|
|
782
|
-
"fieldName": "hidden"
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"name": "hideIcon",
|
|
786
|
-
"type": {
|
|
787
|
-
"text": "boolean"
|
|
788
|
-
},
|
|
789
|
-
"default": "false",
|
|
790
|
-
"description": "Specify if the icon displays on the Alert",
|
|
791
|
-
"fieldName": "hideIcon"
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"name": "dismissible",
|
|
795
|
-
"type": {
|
|
796
|
-
"text": "boolean"
|
|
797
|
-
},
|
|
798
|
-
"default": "false",
|
|
799
|
-
"description": "Specify if the Alert can be dismissed",
|
|
800
|
-
"fieldName": "dismissible"
|
|
801
|
-
},
|
|
802
|
-
{
|
|
803
|
-
"name": "disableAutoFocus",
|
|
804
|
-
"type": {
|
|
805
|
-
"text": "boolean"
|
|
806
|
-
},
|
|
807
|
-
"default": "false",
|
|
808
|
-
"description": "Prevent autofocus on show",
|
|
809
|
-
"fieldName": "disableAutoFocus"
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "disableCloseOnEscape",
|
|
813
|
-
"type": {
|
|
814
|
-
"text": "boolean"
|
|
815
|
-
},
|
|
816
|
-
"default": "false",
|
|
817
|
-
"description": "Prevent Escape from closing",
|
|
818
|
-
"fieldName": "disableCloseOnEscape"
|
|
819
|
-
}
|
|
820
|
-
],
|
|
821
|
-
"superclass": {
|
|
822
|
-
"name": "LitElement",
|
|
823
|
-
"package": "lit"
|
|
824
|
-
},
|
|
825
|
-
"tagName": "bm-alert",
|
|
826
|
-
"customElement": true
|
|
827
|
-
}
|
|
828
|
-
],
|
|
829
|
-
"exports": [
|
|
830
|
-
{
|
|
831
|
-
"kind": "js",
|
|
832
|
-
"name": "BmAlert",
|
|
833
|
-
"declaration": {
|
|
834
|
-
"name": "BmAlert",
|
|
835
|
-
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"kind": "custom-element-definition",
|
|
840
|
-
"name": "bm-alert",
|
|
841
|
-
"declaration": {
|
|
842
|
-
"name": "BmAlert",
|
|
843
|
-
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
]
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "javascript-module",
|
|
850
|
-
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
851
|
-
"declarations": [],
|
|
852
|
-
"exports": [
|
|
853
|
-
{
|
|
854
|
-
"kind": "js",
|
|
855
|
-
"name": "*",
|
|
856
|
-
"declaration": {
|
|
857
|
-
"name": "*",
|
|
858
|
-
"package": "./Alert"
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
]
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"kind": "javascript-module",
|
|
865
|
-
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
866
|
-
"declarations": [
|
|
867
|
-
{
|
|
868
|
-
"kind": "class",
|
|
869
|
-
"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** ",
|
|
870
|
-
"name": "BmAvatar",
|
|
871
|
-
"slots": [
|
|
872
|
-
{
|
|
873
|
-
"description": "Customize the default icon",
|
|
874
|
-
"name": "icon"
|
|
875
|
-
}
|
|
876
|
-
],
|
|
877
|
-
"members": [
|
|
878
|
-
{
|
|
879
|
-
"kind": "field",
|
|
880
|
-
"name": "appearance",
|
|
881
|
-
"type": {
|
|
882
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
883
|
-
},
|
|
884
|
-
"default": "'neutral'",
|
|
885
|
-
"description": "Specify the appearance of the Avatar",
|
|
597
|
+
"default": "'neutral'",
|
|
598
|
+
"description": "Specify the appearance of the Avatar",
|
|
886
599
|
"attribute": "appearance"
|
|
887
600
|
},
|
|
888
601
|
{
|
|
@@ -1099,139 +812,302 @@
|
|
|
1099
812
|
"exports": [
|
|
1100
813
|
{
|
|
1101
814
|
"kind": "js",
|
|
1102
|
-
"name": "AvatarGroupCtx",
|
|
815
|
+
"name": "AvatarGroupCtx",
|
|
816
|
+
"declaration": {
|
|
817
|
+
"name": "AvatarGroupCtx",
|
|
818
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"kind": "javascript-module",
|
|
825
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
826
|
+
"declarations": [
|
|
827
|
+
{
|
|
828
|
+
"kind": "class",
|
|
829
|
+
"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.",
|
|
830
|
+
"name": "BmAvatarGroup",
|
|
831
|
+
"slots": [
|
|
832
|
+
{
|
|
833
|
+
"description": "Add Avatars to create a group",
|
|
834
|
+
"name": "default"
|
|
835
|
+
}
|
|
836
|
+
],
|
|
837
|
+
"members": [
|
|
838
|
+
{
|
|
839
|
+
"kind": "field",
|
|
840
|
+
"name": "wrapping",
|
|
841
|
+
"type": {
|
|
842
|
+
"text": "boolean"
|
|
843
|
+
},
|
|
844
|
+
"default": "false",
|
|
845
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
846
|
+
"attribute": "wrapping"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "field",
|
|
850
|
+
"name": "maxCount",
|
|
851
|
+
"type": {
|
|
852
|
+
"text": "number"
|
|
853
|
+
},
|
|
854
|
+
"default": "5",
|
|
855
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
856
|
+
"attribute": "maxCount",
|
|
857
|
+
"reflects": true
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"kind": "field",
|
|
861
|
+
"name": "size",
|
|
862
|
+
"type": {
|
|
863
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
864
|
+
},
|
|
865
|
+
"default": "'md'",
|
|
866
|
+
"description": "Specify the size of all Avatars",
|
|
867
|
+
"attribute": "size"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"kind": "field",
|
|
871
|
+
"name": "layout",
|
|
872
|
+
"type": {
|
|
873
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
874
|
+
},
|
|
875
|
+
"default": "'stacked'",
|
|
876
|
+
"description": "Specify the kind of the group.",
|
|
877
|
+
"attribute": "layout"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"attributes": [
|
|
881
|
+
{
|
|
882
|
+
"name": "wrapping",
|
|
883
|
+
"type": {
|
|
884
|
+
"text": "boolean"
|
|
885
|
+
},
|
|
886
|
+
"default": "false",
|
|
887
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
888
|
+
"fieldName": "wrapping"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"name": "maxCount",
|
|
892
|
+
"type": {
|
|
893
|
+
"text": "number"
|
|
894
|
+
},
|
|
895
|
+
"default": "5",
|
|
896
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
897
|
+
"fieldName": "maxCount"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"name": "size",
|
|
901
|
+
"type": {
|
|
902
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
903
|
+
},
|
|
904
|
+
"default": "'md'",
|
|
905
|
+
"description": "Specify the size of all Avatars",
|
|
906
|
+
"fieldName": "size"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "layout",
|
|
910
|
+
"type": {
|
|
911
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
912
|
+
},
|
|
913
|
+
"default": "'stacked'",
|
|
914
|
+
"description": "Specify the kind of the group.",
|
|
915
|
+
"fieldName": "layout"
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"superclass": {
|
|
919
|
+
"name": "LitElement",
|
|
920
|
+
"package": "lit"
|
|
921
|
+
},
|
|
922
|
+
"tagName": "bm-avatar-group",
|
|
923
|
+
"customElement": true
|
|
924
|
+
}
|
|
925
|
+
],
|
|
926
|
+
"exports": [
|
|
927
|
+
{
|
|
928
|
+
"kind": "js",
|
|
929
|
+
"name": "BmAvatarGroup",
|
|
930
|
+
"declaration": {
|
|
931
|
+
"name": "BmAvatarGroup",
|
|
932
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "custom-element-definition",
|
|
937
|
+
"name": "bm-avatar-group",
|
|
938
|
+
"declaration": {
|
|
939
|
+
"name": "BmAvatarGroup",
|
|
940
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"kind": "javascript-module",
|
|
947
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
948
|
+
"declarations": [],
|
|
949
|
+
"exports": [
|
|
950
|
+
{
|
|
951
|
+
"kind": "js",
|
|
952
|
+
"name": "*",
|
|
953
|
+
"declaration": {
|
|
954
|
+
"name": "*",
|
|
955
|
+
"package": "./Avatar"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"kind": "js",
|
|
960
|
+
"name": "*",
|
|
1103
961
|
"declaration": {
|
|
1104
|
-
"name": "
|
|
1105
|
-
"
|
|
962
|
+
"name": "*",
|
|
963
|
+
"package": "./AvatarGroup"
|
|
1106
964
|
}
|
|
1107
965
|
}
|
|
1108
966
|
]
|
|
1109
967
|
},
|
|
1110
968
|
{
|
|
1111
969
|
"kind": "javascript-module",
|
|
1112
|
-
"path": "libs/web-components/src/lib/
|
|
970
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
1113
971
|
"declarations": [
|
|
1114
972
|
{
|
|
1115
973
|
"kind": "class",
|
|
1116
|
-
"description": "`bm-
|
|
1117
|
-
"name": "
|
|
974
|
+
"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",
|
|
975
|
+
"name": "BmBadge",
|
|
1118
976
|
"slots": [
|
|
1119
977
|
{
|
|
1120
|
-
"description": "
|
|
978
|
+
"description": "Provide text for the Badge",
|
|
1121
979
|
"name": "default"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"description": "Specify a different icon for the Badge",
|
|
983
|
+
"name": "icon"
|
|
1122
984
|
}
|
|
1123
985
|
],
|
|
1124
986
|
"members": [
|
|
1125
987
|
{
|
|
1126
988
|
"kind": "field",
|
|
1127
|
-
"name": "
|
|
989
|
+
"name": "appearance",
|
|
1128
990
|
"type": {
|
|
1129
|
-
"text": "
|
|
991
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1130
992
|
},
|
|
1131
|
-
"default": "
|
|
1132
|
-
"description": "Specify
|
|
1133
|
-
"attribute": "
|
|
993
|
+
"default": "'infoPrimary'",
|
|
994
|
+
"description": "Specify the appearance of the Badge",
|
|
995
|
+
"attribute": "appearance"
|
|
1134
996
|
},
|
|
1135
997
|
{
|
|
1136
998
|
"kind": "field",
|
|
1137
|
-
"name": "
|
|
999
|
+
"name": "theme",
|
|
1138
1000
|
"type": {
|
|
1139
|
-
"text": "
|
|
1001
|
+
"text": "'light' | 'dark' | undefined"
|
|
1140
1002
|
},
|
|
1141
|
-
"
|
|
1142
|
-
"
|
|
1143
|
-
"attribute": "maxCount",
|
|
1144
|
-
"reflects": true
|
|
1003
|
+
"description": "Theme of the Badge",
|
|
1004
|
+
"attribute": "theme"
|
|
1145
1005
|
},
|
|
1146
1006
|
{
|
|
1147
1007
|
"kind": "field",
|
|
1148
1008
|
"name": "size",
|
|
1149
1009
|
"type": {
|
|
1150
|
-
"text": "'
|
|
1010
|
+
"text": "'sm' | 'md' | undefined"
|
|
1151
1011
|
},
|
|
1152
|
-
"default": "'
|
|
1153
|
-
"description": "Specify the size of
|
|
1012
|
+
"default": "'sm'",
|
|
1013
|
+
"description": "Specify the size of the Badge",
|
|
1154
1014
|
"attribute": "size"
|
|
1155
1015
|
},
|
|
1156
1016
|
{
|
|
1157
1017
|
"kind": "field",
|
|
1158
|
-
"name": "
|
|
1018
|
+
"name": "emphasis",
|
|
1159
1019
|
"type": {
|
|
1160
|
-
"text": "'
|
|
1020
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
1161
1021
|
},
|
|
1162
|
-
"default": "'
|
|
1163
|
-
"description": "Specify the
|
|
1164
|
-
"attribute": "
|
|
1022
|
+
"default": "'strong'",
|
|
1023
|
+
"description": "Specify the emphasis of the Badge",
|
|
1024
|
+
"attribute": "emphasis"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"kind": "field",
|
|
1028
|
+
"name": "hideIcon",
|
|
1029
|
+
"type": {
|
|
1030
|
+
"text": "boolean | undefined"
|
|
1031
|
+
},
|
|
1032
|
+
"description": "Hides Badge icon",
|
|
1033
|
+
"attribute": "hideIcon"
|
|
1165
1034
|
}
|
|
1166
1035
|
],
|
|
1167
1036
|
"attributes": [
|
|
1168
1037
|
{
|
|
1169
|
-
"name": "
|
|
1038
|
+
"name": "appearance",
|
|
1170
1039
|
"type": {
|
|
1171
|
-
"text": "
|
|
1040
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1172
1041
|
},
|
|
1173
|
-
"default": "
|
|
1174
|
-
"description": "Specify
|
|
1175
|
-
"fieldName": "
|
|
1042
|
+
"default": "'infoPrimary'",
|
|
1043
|
+
"description": "Specify the appearance of the Badge",
|
|
1044
|
+
"fieldName": "appearance"
|
|
1176
1045
|
},
|
|
1177
1046
|
{
|
|
1178
|
-
"name": "
|
|
1047
|
+
"name": "theme",
|
|
1179
1048
|
"type": {
|
|
1180
|
-
"text": "
|
|
1049
|
+
"text": "'light' | 'dark' | undefined"
|
|
1181
1050
|
},
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1184
|
-
"fieldName": "maxCount"
|
|
1051
|
+
"description": "Theme of the Badge",
|
|
1052
|
+
"fieldName": "theme"
|
|
1185
1053
|
},
|
|
1186
1054
|
{
|
|
1187
1055
|
"name": "size",
|
|
1188
1056
|
"type": {
|
|
1189
|
-
"text": "'
|
|
1057
|
+
"text": "'sm' | 'md' | undefined"
|
|
1190
1058
|
},
|
|
1191
|
-
"default": "'
|
|
1192
|
-
"description": "Specify the size of
|
|
1059
|
+
"default": "'sm'",
|
|
1060
|
+
"description": "Specify the size of the Badge",
|
|
1193
1061
|
"fieldName": "size"
|
|
1194
1062
|
},
|
|
1195
1063
|
{
|
|
1196
|
-
"name": "
|
|
1064
|
+
"name": "emphasis",
|
|
1197
1065
|
"type": {
|
|
1198
|
-
"text": "'
|
|
1066
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
1199
1067
|
},
|
|
1200
|
-
"default": "'
|
|
1201
|
-
"description": "Specify the
|
|
1202
|
-
"fieldName": "
|
|
1068
|
+
"default": "'strong'",
|
|
1069
|
+
"description": "Specify the emphasis of the Badge",
|
|
1070
|
+
"fieldName": "emphasis"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"name": "hideIcon",
|
|
1074
|
+
"type": {
|
|
1075
|
+
"text": "boolean | undefined"
|
|
1076
|
+
},
|
|
1077
|
+
"description": "Hides Badge icon",
|
|
1078
|
+
"fieldName": "hideIcon"
|
|
1203
1079
|
}
|
|
1204
1080
|
],
|
|
1205
1081
|
"superclass": {
|
|
1206
1082
|
"name": "LitElement",
|
|
1207
1083
|
"package": "lit"
|
|
1208
1084
|
},
|
|
1209
|
-
"tagName": "bm-
|
|
1085
|
+
"tagName": "bm-badge",
|
|
1210
1086
|
"customElement": true
|
|
1211
1087
|
}
|
|
1212
1088
|
],
|
|
1213
1089
|
"exports": [
|
|
1214
1090
|
{
|
|
1215
1091
|
"kind": "js",
|
|
1216
|
-
"name": "
|
|
1092
|
+
"name": "BmBadge",
|
|
1217
1093
|
"declaration": {
|
|
1218
|
-
"name": "
|
|
1219
|
-
"module": "libs/web-components/src/lib/
|
|
1094
|
+
"name": "BmBadge",
|
|
1095
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1220
1096
|
}
|
|
1221
1097
|
},
|
|
1222
1098
|
{
|
|
1223
1099
|
"kind": "custom-element-definition",
|
|
1224
|
-
"name": "bm-
|
|
1100
|
+
"name": "bm-badge",
|
|
1225
1101
|
"declaration": {
|
|
1226
|
-
"name": "
|
|
1227
|
-
"module": "libs/web-components/src/lib/
|
|
1102
|
+
"name": "BmBadge",
|
|
1103
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
1228
1104
|
}
|
|
1229
1105
|
}
|
|
1230
1106
|
]
|
|
1231
1107
|
},
|
|
1232
1108
|
{
|
|
1233
1109
|
"kind": "javascript-module",
|
|
1234
|
-
"path": "libs/web-components/src/lib/
|
|
1110
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
1235
1111
|
"declarations": [],
|
|
1236
1112
|
"exports": [
|
|
1237
1113
|
{
|
|
@@ -1239,15 +1115,7 @@
|
|
|
1239
1115
|
"name": "*",
|
|
1240
1116
|
"declaration": {
|
|
1241
1117
|
"name": "*",
|
|
1242
|
-
"package": "./
|
|
1243
|
-
}
|
|
1244
|
-
},
|
|
1245
|
-
{
|
|
1246
|
-
"kind": "js",
|
|
1247
|
-
"name": "*",
|
|
1248
|
-
"declaration": {
|
|
1249
|
-
"name": "*",
|
|
1250
|
-
"package": "./AvatarGroup"
|
|
1118
|
+
"package": "./Badge"
|
|
1251
1119
|
}
|
|
1252
1120
|
}
|
|
1253
1121
|
]
|
|
@@ -1556,90 +1424,222 @@
|
|
|
1556
1424
|
{
|
|
1557
1425
|
"name": "mBottom",
|
|
1558
1426
|
"type": {
|
|
1559
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1427
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1428
|
+
},
|
|
1429
|
+
"description": "Specify bottom margin of a Box",
|
|
1430
|
+
"fieldName": "mBottom"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"name": "mBefore",
|
|
1434
|
+
"type": {
|
|
1435
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1436
|
+
},
|
|
1437
|
+
"description": "Specify before margin of a Box",
|
|
1438
|
+
"fieldName": "mBefore"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"name": "mAfter",
|
|
1442
|
+
"type": {
|
|
1443
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1444
|
+
},
|
|
1445
|
+
"description": "Specify after margin of a Box",
|
|
1446
|
+
"fieldName": "mAfter"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "m",
|
|
1450
|
+
"type": {
|
|
1451
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1452
|
+
},
|
|
1453
|
+
"description": "Specify all margin",
|
|
1454
|
+
"fieldName": "m"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "p",
|
|
1458
|
+
"type": {
|
|
1459
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1460
|
+
},
|
|
1461
|
+
"description": "Specify all padding",
|
|
1462
|
+
"fieldName": "p"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "gap",
|
|
1466
|
+
"type": {
|
|
1467
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1468
|
+
},
|
|
1469
|
+
"description": "Specify gap between child elements",
|
|
1470
|
+
"fieldName": "gap"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "shadow",
|
|
1474
|
+
"type": {
|
|
1475
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1476
|
+
},
|
|
1477
|
+
"description": "Specify if a Box has a shadow",
|
|
1478
|
+
"fieldName": "shadow"
|
|
1479
|
+
}
|
|
1480
|
+
],
|
|
1481
|
+
"superclass": {
|
|
1482
|
+
"name": "LitElement",
|
|
1483
|
+
"package": "lit"
|
|
1484
|
+
},
|
|
1485
|
+
"tagName": "bm-box",
|
|
1486
|
+
"customElement": true
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"exports": [
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "js",
|
|
1492
|
+
"name": "BmBox",
|
|
1493
|
+
"declaration": {
|
|
1494
|
+
"name": "BmBox",
|
|
1495
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "custom-element-definition",
|
|
1500
|
+
"name": "bm-box",
|
|
1501
|
+
"declaration": {
|
|
1502
|
+
"name": "BmBox",
|
|
1503
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"kind": "javascript-module",
|
|
1510
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1511
|
+
"declarations": [],
|
|
1512
|
+
"exports": [
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "js",
|
|
1515
|
+
"name": "*",
|
|
1516
|
+
"declaration": {
|
|
1517
|
+
"name": "*",
|
|
1518
|
+
"package": "./Box"
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "javascript-module",
|
|
1525
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1526
|
+
"declarations": [
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "class",
|
|
1529
|
+
"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",
|
|
1530
|
+
"name": "BmBadgeDot",
|
|
1531
|
+
"slots": [
|
|
1532
|
+
{
|
|
1533
|
+
"description": "Provide text for the BadgeDot",
|
|
1534
|
+
"name": "default"
|
|
1535
|
+
}
|
|
1536
|
+
],
|
|
1537
|
+
"members": [
|
|
1538
|
+
{
|
|
1539
|
+
"kind": "field",
|
|
1540
|
+
"name": "theme",
|
|
1541
|
+
"type": {
|
|
1542
|
+
"text": "'light' | 'dark' | undefined"
|
|
1543
|
+
},
|
|
1544
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1545
|
+
"attribute": "theme"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "field",
|
|
1549
|
+
"name": "appearance",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1560
1552
|
},
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1553
|
+
"default": "'infoPrimary'",
|
|
1554
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1555
|
+
"attribute": "appearance"
|
|
1563
1556
|
},
|
|
1564
1557
|
{
|
|
1565
|
-
"
|
|
1558
|
+
"kind": "field",
|
|
1559
|
+
"name": "emphasis",
|
|
1566
1560
|
"type": {
|
|
1567
|
-
"text": "'
|
|
1561
|
+
"text": "'strong' | 'subtle'"
|
|
1568
1562
|
},
|
|
1569
|
-
"
|
|
1570
|
-
"
|
|
1563
|
+
"default": "'strong'",
|
|
1564
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1565
|
+
"attribute": "emphasis"
|
|
1571
1566
|
},
|
|
1572
1567
|
{
|
|
1573
|
-
"
|
|
1568
|
+
"kind": "field",
|
|
1569
|
+
"name": "overrideDotColor",
|
|
1574
1570
|
"type": {
|
|
1575
|
-
"text": "
|
|
1571
|
+
"text": "string | undefined"
|
|
1576
1572
|
},
|
|
1577
|
-
"description": "
|
|
1578
|
-
"
|
|
1579
|
-
}
|
|
1573
|
+
"description": "Overrides default dot color",
|
|
1574
|
+
"attribute": "overrideDotColor"
|
|
1575
|
+
}
|
|
1576
|
+
],
|
|
1577
|
+
"attributes": [
|
|
1580
1578
|
{
|
|
1581
|
-
"name": "
|
|
1579
|
+
"name": "theme",
|
|
1582
1580
|
"type": {
|
|
1583
|
-
"text": "'
|
|
1581
|
+
"text": "'light' | 'dark' | undefined"
|
|
1584
1582
|
},
|
|
1585
|
-
"description": "Specify
|
|
1586
|
-
"fieldName": "
|
|
1583
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1584
|
+
"fieldName": "theme"
|
|
1587
1585
|
},
|
|
1588
1586
|
{
|
|
1589
|
-
"name": "
|
|
1587
|
+
"name": "appearance",
|
|
1590
1588
|
"type": {
|
|
1591
|
-
"text": "'
|
|
1589
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1592
1590
|
},
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1591
|
+
"default": "'infoPrimary'",
|
|
1592
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1593
|
+
"fieldName": "appearance"
|
|
1595
1594
|
},
|
|
1596
1595
|
{
|
|
1597
|
-
"name": "
|
|
1596
|
+
"name": "emphasis",
|
|
1598
1597
|
"type": {
|
|
1599
|
-
"text": "'
|
|
1598
|
+
"text": "'strong' | 'subtle'"
|
|
1600
1599
|
},
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1600
|
+
"default": "'strong'",
|
|
1601
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1602
|
+
"fieldName": "emphasis"
|
|
1603
1603
|
},
|
|
1604
1604
|
{
|
|
1605
|
-
"name": "
|
|
1605
|
+
"name": "overrideDotColor",
|
|
1606
1606
|
"type": {
|
|
1607
|
-
"text": "
|
|
1607
|
+
"text": "string | undefined"
|
|
1608
1608
|
},
|
|
1609
|
-
"description": "
|
|
1610
|
-
"fieldName": "
|
|
1609
|
+
"description": "Overrides default dot color",
|
|
1610
|
+
"fieldName": "overrideDotColor"
|
|
1611
1611
|
}
|
|
1612
1612
|
],
|
|
1613
1613
|
"superclass": {
|
|
1614
1614
|
"name": "LitElement",
|
|
1615
1615
|
"package": "lit"
|
|
1616
1616
|
},
|
|
1617
|
-
"tagName": "bm-
|
|
1617
|
+
"tagName": "bm-badge-dot",
|
|
1618
1618
|
"customElement": true
|
|
1619
1619
|
}
|
|
1620
1620
|
],
|
|
1621
1621
|
"exports": [
|
|
1622
1622
|
{
|
|
1623
1623
|
"kind": "js",
|
|
1624
|
-
"name": "
|
|
1624
|
+
"name": "BmBadgeDot",
|
|
1625
1625
|
"declaration": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "libs/web-components/src/lib/
|
|
1626
|
+
"name": "BmBadgeDot",
|
|
1627
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1628
1628
|
}
|
|
1629
1629
|
},
|
|
1630
1630
|
{
|
|
1631
1631
|
"kind": "custom-element-definition",
|
|
1632
|
-
"name": "bm-
|
|
1632
|
+
"name": "bm-badge-dot",
|
|
1633
1633
|
"declaration": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "libs/web-components/src/lib/
|
|
1634
|
+
"name": "BmBadgeDot",
|
|
1635
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1636
1636
|
}
|
|
1637
1637
|
}
|
|
1638
1638
|
]
|
|
1639
1639
|
},
|
|
1640
1640
|
{
|
|
1641
1641
|
"kind": "javascript-module",
|
|
1642
|
-
"path": "libs/web-components/src/lib/
|
|
1642
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1643
1643
|
"declarations": [],
|
|
1644
1644
|
"exports": [
|
|
1645
1645
|
{
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
"name": "*",
|
|
1648
1648
|
"declaration": {
|
|
1649
1649
|
"name": "*",
|
|
1650
|
-
"package": "./
|
|
1650
|
+
"package": "./BadgeDot"
|
|
1651
1651
|
}
|
|
1652
1652
|
}
|
|
1653
1653
|
]
|
|
@@ -2655,286 +2655,156 @@
|
|
|
2655
2655
|
{
|
|
2656
2656
|
"description": "Add or customize content in the HelperText",
|
|
2657
2657
|
"name": "default"
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
"description": "Specify a different icon for the HelperText",
|
|
2661
|
-
"name": "icon"
|
|
2662
|
-
}
|
|
2663
|
-
],
|
|
2664
|
-
"members": [
|
|
2665
|
-
{
|
|
2666
|
-
"kind": "field",
|
|
2667
|
-
"name": "appearance",
|
|
2668
|
-
"type": {
|
|
2669
|
-
"text": "'positive' | 'warning' | 'negative' | 'info'"
|
|
2670
|
-
},
|
|
2671
|
-
"default": "'info'",
|
|
2672
|
-
"description": "Specify the appearance of the HelperText",
|
|
2673
|
-
"attribute": "appearance"
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"kind": "field",
|
|
2677
|
-
"name": "size",
|
|
2678
|
-
"type": {
|
|
2679
|
-
"text": "'sm' | 'md'"
|
|
2680
|
-
},
|
|
2681
|
-
"default": "'sm'",
|
|
2682
|
-
"description": "Specify the size of the HelperText",
|
|
2683
|
-
"attribute": "size"
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "field",
|
|
2687
|
-
"name": "disabled",
|
|
2688
|
-
"type": {
|
|
2689
|
-
"text": "boolean"
|
|
2690
|
-
},
|
|
2691
|
-
"default": "false",
|
|
2692
|
-
"description": "Specify if the message is disabled for HelpText",
|
|
2693
|
-
"attribute": "disabled"
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"kind": "field",
|
|
2697
|
-
"name": "hideIcon",
|
|
2698
|
-
"type": {
|
|
2699
|
-
"text": "boolean"
|
|
2700
|
-
},
|
|
2701
|
-
"default": "false",
|
|
2702
|
-
"description": "Specify if the icon displays on the HelperText",
|
|
2703
|
-
"attribute": "hideIcon"
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"kind": "field",
|
|
2707
|
-
"name": "text",
|
|
2708
|
-
"type": {
|
|
2709
|
-
"text": "string | undefined"
|
|
2710
|
-
},
|
|
2711
|
-
"description": "Add or customize content in the HelperText",
|
|
2712
|
-
"attribute": "text"
|
|
2713
|
-
},
|
|
2714
|
-
{
|
|
2715
|
-
"kind": "field",
|
|
2716
|
-
"name": "theme",
|
|
2717
|
-
"type": {
|
|
2718
|
-
"text": "'light' | 'dark' | undefined"
|
|
2719
|
-
},
|
|
2720
|
-
"description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
2721
|
-
"attribute": "theme"
|
|
2722
|
-
}
|
|
2723
|
-
],
|
|
2724
|
-
"attributes": [
|
|
2725
|
-
{
|
|
2726
|
-
"name": "appearance",
|
|
2727
|
-
"type": {
|
|
2728
|
-
"text": "'positive' | 'warning' | 'negative' | 'info'"
|
|
2729
|
-
},
|
|
2730
|
-
"default": "'info'",
|
|
2731
|
-
"description": "Specify the appearance of the HelperText",
|
|
2732
|
-
"fieldName": "appearance"
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"name": "size",
|
|
2736
|
-
"type": {
|
|
2737
|
-
"text": "'sm' | 'md'"
|
|
2738
|
-
},
|
|
2739
|
-
"default": "'sm'",
|
|
2740
|
-
"description": "Specify the size of the HelperText",
|
|
2741
|
-
"fieldName": "size"
|
|
2742
|
-
},
|
|
2743
|
-
{
|
|
2744
|
-
"name": "disabled",
|
|
2745
|
-
"type": {
|
|
2746
|
-
"text": "boolean"
|
|
2747
|
-
},
|
|
2748
|
-
"default": "false",
|
|
2749
|
-
"description": "Specify if the message is disabled for HelpText",
|
|
2750
|
-
"fieldName": "disabled"
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"name": "hideIcon",
|
|
2754
|
-
"type": {
|
|
2755
|
-
"text": "boolean"
|
|
2756
|
-
},
|
|
2757
|
-
"default": "false",
|
|
2758
|
-
"description": "Specify if the icon displays on the HelperText",
|
|
2759
|
-
"fieldName": "hideIcon"
|
|
2760
|
-
},
|
|
2761
|
-
{
|
|
2762
|
-
"name": "text",
|
|
2763
|
-
"type": {
|
|
2764
|
-
"text": "string | undefined"
|
|
2765
|
-
},
|
|
2766
|
-
"description": "Add or customize content in the HelperText",
|
|
2767
|
-
"fieldName": "text"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"name": "theme",
|
|
2771
|
-
"type": {
|
|
2772
|
-
"text": "'light' | 'dark' | undefined"
|
|
2773
|
-
},
|
|
2774
|
-
"description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
2775
|
-
"fieldName": "theme"
|
|
2776
|
-
}
|
|
2777
|
-
],
|
|
2778
|
-
"superclass": {
|
|
2779
|
-
"name": "LitElement",
|
|
2780
|
-
"package": "lit"
|
|
2781
|
-
},
|
|
2782
|
-
"tagName": "bm-helper-text",
|
|
2783
|
-
"customElement": true
|
|
2784
|
-
}
|
|
2785
|
-
],
|
|
2786
|
-
"exports": [
|
|
2787
|
-
{
|
|
2788
|
-
"kind": "js",
|
|
2789
|
-
"name": "BmHelperText",
|
|
2790
|
-
"declaration": {
|
|
2791
|
-
"name": "BmHelperText",
|
|
2792
|
-
"module": "libs/web-components/src/lib/HelperText/HelperText.ts"
|
|
2793
|
-
}
|
|
2794
|
-
},
|
|
2795
|
-
{
|
|
2796
|
-
"kind": "custom-element-definition",
|
|
2797
|
-
"name": "bm-helper-text",
|
|
2798
|
-
"declaration": {
|
|
2799
|
-
"name": "BmHelperText",
|
|
2800
|
-
"module": "libs/web-components/src/lib/HelperText/HelperText.ts"
|
|
2801
|
-
}
|
|
2802
|
-
}
|
|
2803
|
-
]
|
|
2804
|
-
},
|
|
2805
|
-
{
|
|
2806
|
-
"kind": "javascript-module",
|
|
2807
|
-
"path": "libs/web-components/src/lib/HelperText/index.ts",
|
|
2808
|
-
"declarations": [],
|
|
2809
|
-
"exports": [
|
|
2810
|
-
{
|
|
2811
|
-
"kind": "js",
|
|
2812
|
-
"name": "*",
|
|
2813
|
-
"declaration": {
|
|
2814
|
-
"name": "*",
|
|
2815
|
-
"package": "./HelperText"
|
|
2816
|
-
}
|
|
2817
|
-
}
|
|
2818
|
-
]
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"kind": "javascript-module",
|
|
2822
|
-
"path": "libs/web-components/src/lib/Icon/Icon.ts",
|
|
2823
|
-
"declarations": [
|
|
2824
|
-
{
|
|
2825
|
-
"kind": "class",
|
|
2826
|
-
"description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon",
|
|
2827
|
-
"name": "BmIcon",
|
|
2828
|
-
"slots": [
|
|
2829
|
-
{
|
|
2830
|
-
"description": "Specify which Icon to display",
|
|
2831
|
-
"name": "default"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
"description": "Specify a different icon for the HelperText",
|
|
2661
|
+
"name": "icon"
|
|
2832
2662
|
}
|
|
2833
2663
|
],
|
|
2834
2664
|
"members": [
|
|
2835
2665
|
{
|
|
2836
2666
|
"kind": "field",
|
|
2837
|
-
"name": "
|
|
2667
|
+
"name": "appearance",
|
|
2838
2668
|
"type": {
|
|
2839
|
-
"text": "'
|
|
2669
|
+
"text": "'positive' | 'warning' | 'negative' | 'info'"
|
|
2840
2670
|
},
|
|
2841
|
-
"
|
|
2842
|
-
"
|
|
2671
|
+
"default": "'info'",
|
|
2672
|
+
"description": "Specify the appearance of the HelperText",
|
|
2673
|
+
"attribute": "appearance"
|
|
2843
2674
|
},
|
|
2844
2675
|
{
|
|
2845
2676
|
"kind": "field",
|
|
2846
2677
|
"name": "size",
|
|
2847
2678
|
"type": {
|
|
2848
|
-
"text": "'
|
|
2679
|
+
"text": "'sm' | 'md'"
|
|
2849
2680
|
},
|
|
2850
|
-
"default": "'
|
|
2851
|
-
"description": "Specify the size of
|
|
2681
|
+
"default": "'sm'",
|
|
2682
|
+
"description": "Specify the size of the HelperText",
|
|
2852
2683
|
"attribute": "size"
|
|
2853
2684
|
},
|
|
2854
2685
|
{
|
|
2855
2686
|
"kind": "field",
|
|
2856
|
-
"name": "
|
|
2687
|
+
"name": "disabled",
|
|
2857
2688
|
"type": {
|
|
2858
|
-
"text": "
|
|
2689
|
+
"text": "boolean"
|
|
2859
2690
|
},
|
|
2860
|
-
"
|
|
2861
|
-
"
|
|
2691
|
+
"default": "false",
|
|
2692
|
+
"description": "Specify if the message is disabled for HelpText",
|
|
2693
|
+
"attribute": "disabled"
|
|
2862
2694
|
},
|
|
2863
2695
|
{
|
|
2864
2696
|
"kind": "field",
|
|
2865
|
-
"name": "
|
|
2697
|
+
"name": "hideIcon",
|
|
2698
|
+
"type": {
|
|
2699
|
+
"text": "boolean"
|
|
2700
|
+
},
|
|
2701
|
+
"default": "false",
|
|
2702
|
+
"description": "Specify if the icon displays on the HelperText",
|
|
2703
|
+
"attribute": "hideIcon"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "field",
|
|
2707
|
+
"name": "text",
|
|
2866
2708
|
"type": {
|
|
2867
2709
|
"text": "string | undefined"
|
|
2868
2710
|
},
|
|
2869
|
-
"description": "
|
|
2870
|
-
"attribute": "
|
|
2711
|
+
"description": "Add or customize content in the HelperText",
|
|
2712
|
+
"attribute": "text"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "field",
|
|
2716
|
+
"name": "theme",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "'light' | 'dark' | undefined"
|
|
2719
|
+
},
|
|
2720
|
+
"description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
2721
|
+
"attribute": "theme"
|
|
2871
2722
|
}
|
|
2872
2723
|
],
|
|
2873
2724
|
"attributes": [
|
|
2874
2725
|
{
|
|
2875
|
-
"name": "
|
|
2726
|
+
"name": "appearance",
|
|
2876
2727
|
"type": {
|
|
2877
|
-
"text": "'
|
|
2728
|
+
"text": "'positive' | 'warning' | 'negative' | 'info'"
|
|
2878
2729
|
},
|
|
2879
|
-
"
|
|
2880
|
-
"
|
|
2730
|
+
"default": "'info'",
|
|
2731
|
+
"description": "Specify the appearance of the HelperText",
|
|
2732
|
+
"fieldName": "appearance"
|
|
2881
2733
|
},
|
|
2882
2734
|
{
|
|
2883
2735
|
"name": "size",
|
|
2884
2736
|
"type": {
|
|
2885
|
-
"text": "'
|
|
2737
|
+
"text": "'sm' | 'md'"
|
|
2886
2738
|
},
|
|
2887
|
-
"default": "'
|
|
2888
|
-
"description": "Specify the size of
|
|
2739
|
+
"default": "'sm'",
|
|
2740
|
+
"description": "Specify the size of the HelperText",
|
|
2889
2741
|
"fieldName": "size"
|
|
2890
2742
|
},
|
|
2891
2743
|
{
|
|
2892
|
-
"name": "
|
|
2744
|
+
"name": "disabled",
|
|
2893
2745
|
"type": {
|
|
2894
|
-
"text": "
|
|
2746
|
+
"text": "boolean"
|
|
2895
2747
|
},
|
|
2896
|
-
"
|
|
2897
|
-
"
|
|
2748
|
+
"default": "false",
|
|
2749
|
+
"description": "Specify if the message is disabled for HelpText",
|
|
2750
|
+
"fieldName": "disabled"
|
|
2898
2751
|
},
|
|
2899
2752
|
{
|
|
2900
|
-
"name": "
|
|
2753
|
+
"name": "hideIcon",
|
|
2754
|
+
"type": {
|
|
2755
|
+
"text": "boolean"
|
|
2756
|
+
},
|
|
2757
|
+
"default": "false",
|
|
2758
|
+
"description": "Specify if the icon displays on the HelperText",
|
|
2759
|
+
"fieldName": "hideIcon"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "text",
|
|
2901
2763
|
"type": {
|
|
2902
2764
|
"text": "string | undefined"
|
|
2903
2765
|
},
|
|
2904
|
-
"description": "
|
|
2905
|
-
"fieldName": "
|
|
2766
|
+
"description": "Add or customize content in the HelperText",
|
|
2767
|
+
"fieldName": "text"
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "theme",
|
|
2771
|
+
"type": {
|
|
2772
|
+
"text": "'light' | 'dark' | undefined"
|
|
2773
|
+
},
|
|
2774
|
+
"description": "Specify the theme of the HelperText. By default it inherits the theme from the parent",
|
|
2775
|
+
"fieldName": "theme"
|
|
2906
2776
|
}
|
|
2907
2777
|
],
|
|
2908
2778
|
"superclass": {
|
|
2909
2779
|
"name": "LitElement",
|
|
2910
2780
|
"package": "lit"
|
|
2911
2781
|
},
|
|
2912
|
-
"tagName": "bm-
|
|
2782
|
+
"tagName": "bm-helper-text",
|
|
2913
2783
|
"customElement": true
|
|
2914
2784
|
}
|
|
2915
2785
|
],
|
|
2916
2786
|
"exports": [
|
|
2917
2787
|
{
|
|
2918
2788
|
"kind": "js",
|
|
2919
|
-
"name": "
|
|
2789
|
+
"name": "BmHelperText",
|
|
2920
2790
|
"declaration": {
|
|
2921
|
-
"name": "
|
|
2922
|
-
"module": "libs/web-components/src/lib/
|
|
2791
|
+
"name": "BmHelperText",
|
|
2792
|
+
"module": "libs/web-components/src/lib/HelperText/HelperText.ts"
|
|
2923
2793
|
}
|
|
2924
2794
|
},
|
|
2925
2795
|
{
|
|
2926
2796
|
"kind": "custom-element-definition",
|
|
2927
|
-
"name": "bm-
|
|
2797
|
+
"name": "bm-helper-text",
|
|
2928
2798
|
"declaration": {
|
|
2929
|
-
"name": "
|
|
2930
|
-
"module": "libs/web-components/src/lib/
|
|
2799
|
+
"name": "BmHelperText",
|
|
2800
|
+
"module": "libs/web-components/src/lib/HelperText/HelperText.ts"
|
|
2931
2801
|
}
|
|
2932
2802
|
}
|
|
2933
2803
|
]
|
|
2934
2804
|
},
|
|
2935
2805
|
{
|
|
2936
2806
|
"kind": "javascript-module",
|
|
2937
|
-
"path": "libs/web-components/src/lib/
|
|
2807
|
+
"path": "libs/web-components/src/lib/HelperText/index.ts",
|
|
2938
2808
|
"declarations": [],
|
|
2939
2809
|
"exports": [
|
|
2940
2810
|
{
|
|
@@ -2942,7 +2812,7 @@
|
|
|
2942
2812
|
"name": "*",
|
|
2943
2813
|
"declaration": {
|
|
2944
2814
|
"name": "*",
|
|
2945
|
-
"package": "./
|
|
2815
|
+
"package": "./HelperText"
|
|
2946
2816
|
}
|
|
2947
2817
|
}
|
|
2948
2818
|
]
|
|
@@ -3347,71 +3217,201 @@
|
|
|
3347
3217
|
}
|
|
3348
3218
|
},
|
|
3349
3219
|
{
|
|
3350
|
-
"name": "value",
|
|
3220
|
+
"name": "value",
|
|
3221
|
+
"type": {
|
|
3222
|
+
"text": "string"
|
|
3223
|
+
},
|
|
3224
|
+
"default": "''",
|
|
3225
|
+
"fieldName": "value",
|
|
3226
|
+
"inheritedFrom": {
|
|
3227
|
+
"name": "FormField",
|
|
3228
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"name": "validationRules",
|
|
3233
|
+
"type": {
|
|
3234
|
+
"text": "Array<FormValidator>"
|
|
3235
|
+
},
|
|
3236
|
+
"default": "[]",
|
|
3237
|
+
"fieldName": "validationRules",
|
|
3238
|
+
"inheritedFrom": {
|
|
3239
|
+
"name": "FormField",
|
|
3240
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3241
|
+
}
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"name": "input-aria-label",
|
|
3245
|
+
"type": {
|
|
3246
|
+
"text": "string | undefined"
|
|
3247
|
+
},
|
|
3248
|
+
"fieldName": "inputAriaLabel",
|
|
3249
|
+
"inheritedFrom": {
|
|
3250
|
+
"name": "FormField",
|
|
3251
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
],
|
|
3255
|
+
"superclass": {
|
|
3256
|
+
"name": "FormField",
|
|
3257
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
3258
|
+
},
|
|
3259
|
+
"tagName": "bm-input-choice-group",
|
|
3260
|
+
"customElement": true
|
|
3261
|
+
}
|
|
3262
|
+
],
|
|
3263
|
+
"exports": [
|
|
3264
|
+
{
|
|
3265
|
+
"kind": "js",
|
|
3266
|
+
"name": "InputChoiceGroup",
|
|
3267
|
+
"declaration": {
|
|
3268
|
+
"name": "InputChoiceGroup",
|
|
3269
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
3270
|
+
}
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
"kind": "custom-element-definition",
|
|
3274
|
+
"name": "bm-input-choice-group",
|
|
3275
|
+
"declaration": {
|
|
3276
|
+
"name": "InputChoiceGroup",
|
|
3277
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
3278
|
+
}
|
|
3279
|
+
}
|
|
3280
|
+
]
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"kind": "javascript-module",
|
|
3284
|
+
"path": "libs/web-components/src/lib/InputChoiceGroup/index.ts",
|
|
3285
|
+
"declarations": [],
|
|
3286
|
+
"exports": [
|
|
3287
|
+
{
|
|
3288
|
+
"kind": "js",
|
|
3289
|
+
"name": "*",
|
|
3290
|
+
"declaration": {
|
|
3291
|
+
"name": "*",
|
|
3292
|
+
"package": "./InputChoiceGroup"
|
|
3293
|
+
}
|
|
3294
|
+
}
|
|
3295
|
+
]
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"kind": "javascript-module",
|
|
3299
|
+
"path": "libs/web-components/src/lib/Icon/Icon.ts",
|
|
3300
|
+
"declarations": [
|
|
3301
|
+
{
|
|
3302
|
+
"kind": "class",
|
|
3303
|
+
"description": "`bm-icon`\n\n### Attributes:\n- **color** - Specify the color of Icon\n- **size** - Specify the size of Icon\n- **customIconSize** - Specify a custom size for the Icon\n- **customIconColor** - Specify a custom color for the Icon",
|
|
3304
|
+
"name": "BmIcon",
|
|
3305
|
+
"slots": [
|
|
3306
|
+
{
|
|
3307
|
+
"description": "Specify which Icon to display",
|
|
3308
|
+
"name": "default"
|
|
3309
|
+
}
|
|
3310
|
+
],
|
|
3311
|
+
"members": [
|
|
3312
|
+
{
|
|
3313
|
+
"kind": "field",
|
|
3314
|
+
"name": "color",
|
|
3315
|
+
"type": {
|
|
3316
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
|
|
3317
|
+
},
|
|
3318
|
+
"description": "Specify the color of Icon",
|
|
3319
|
+
"attribute": "color"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
"kind": "field",
|
|
3323
|
+
"name": "size",
|
|
3324
|
+
"type": {
|
|
3325
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
3326
|
+
},
|
|
3327
|
+
"default": "'md'",
|
|
3328
|
+
"description": "Specify the size of Icon",
|
|
3329
|
+
"attribute": "size"
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"kind": "field",
|
|
3333
|
+
"name": "customIconSize",
|
|
3334
|
+
"type": {
|
|
3335
|
+
"text": "string | undefined"
|
|
3336
|
+
},
|
|
3337
|
+
"description": "Specify a custom size for the Icon",
|
|
3338
|
+
"attribute": "customIconSize"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"kind": "field",
|
|
3342
|
+
"name": "customIconColor",
|
|
3343
|
+
"type": {
|
|
3344
|
+
"text": "string | undefined"
|
|
3345
|
+
},
|
|
3346
|
+
"description": "Specify a custom color for the Icon",
|
|
3347
|
+
"attribute": "customIconColor"
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"attributes": [
|
|
3351
|
+
{
|
|
3352
|
+
"name": "color",
|
|
3353
|
+
"type": {
|
|
3354
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'secondaryInverse' | 'positiveStrong' | 'warningStrong' | 'negativeStrong' | 'infoPrimaryStrong' | 'infoSecondaryStrong' | 'primaryInverse' | undefined"
|
|
3355
|
+
},
|
|
3356
|
+
"description": "Specify the color of Icon",
|
|
3357
|
+
"fieldName": "color"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "size",
|
|
3351
3361
|
"type": {
|
|
3352
|
-
"text": "
|
|
3362
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
3353
3363
|
},
|
|
3354
|
-
"default": "''",
|
|
3355
|
-
"
|
|
3356
|
-
"
|
|
3357
|
-
"name": "FormField",
|
|
3358
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3359
|
-
}
|
|
3364
|
+
"default": "'md'",
|
|
3365
|
+
"description": "Specify the size of Icon",
|
|
3366
|
+
"fieldName": "size"
|
|
3360
3367
|
},
|
|
3361
3368
|
{
|
|
3362
|
-
"name": "
|
|
3369
|
+
"name": "customIconSize",
|
|
3363
3370
|
"type": {
|
|
3364
|
-
"text": "
|
|
3371
|
+
"text": "string | undefined"
|
|
3365
3372
|
},
|
|
3366
|
-
"
|
|
3367
|
-
"fieldName": "
|
|
3368
|
-
"inheritedFrom": {
|
|
3369
|
-
"name": "FormField",
|
|
3370
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3371
|
-
}
|
|
3373
|
+
"description": "Specify a custom size for the Icon",
|
|
3374
|
+
"fieldName": "customIconSize"
|
|
3372
3375
|
},
|
|
3373
3376
|
{
|
|
3374
|
-
"name": "
|
|
3377
|
+
"name": "customIconColor",
|
|
3375
3378
|
"type": {
|
|
3376
3379
|
"text": "string | undefined"
|
|
3377
3380
|
},
|
|
3378
|
-
"
|
|
3379
|
-
"
|
|
3380
|
-
"name": "FormField",
|
|
3381
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
3382
|
-
}
|
|
3381
|
+
"description": "Specify a custom color for the Icon",
|
|
3382
|
+
"fieldName": "customIconColor"
|
|
3383
3383
|
}
|
|
3384
3384
|
],
|
|
3385
3385
|
"superclass": {
|
|
3386
|
-
"name": "
|
|
3387
|
-
"
|
|
3386
|
+
"name": "LitElement",
|
|
3387
|
+
"package": "lit"
|
|
3388
3388
|
},
|
|
3389
|
-
"tagName": "bm-
|
|
3389
|
+
"tagName": "bm-icon",
|
|
3390
3390
|
"customElement": true
|
|
3391
3391
|
}
|
|
3392
3392
|
],
|
|
3393
3393
|
"exports": [
|
|
3394
3394
|
{
|
|
3395
3395
|
"kind": "js",
|
|
3396
|
-
"name": "
|
|
3396
|
+
"name": "BmIcon",
|
|
3397
3397
|
"declaration": {
|
|
3398
|
-
"name": "
|
|
3399
|
-
"module": "libs/web-components/src/lib/
|
|
3398
|
+
"name": "BmIcon",
|
|
3399
|
+
"module": "libs/web-components/src/lib/Icon/Icon.ts"
|
|
3400
3400
|
}
|
|
3401
3401
|
},
|
|
3402
3402
|
{
|
|
3403
3403
|
"kind": "custom-element-definition",
|
|
3404
|
-
"name": "bm-
|
|
3404
|
+
"name": "bm-icon",
|
|
3405
3405
|
"declaration": {
|
|
3406
|
-
"name": "
|
|
3407
|
-
"module": "libs/web-components/src/lib/
|
|
3406
|
+
"name": "BmIcon",
|
|
3407
|
+
"module": "libs/web-components/src/lib/Icon/Icon.ts"
|
|
3408
3408
|
}
|
|
3409
3409
|
}
|
|
3410
3410
|
]
|
|
3411
3411
|
},
|
|
3412
3412
|
{
|
|
3413
3413
|
"kind": "javascript-module",
|
|
3414
|
-
"path": "libs/web-components/src/lib/
|
|
3414
|
+
"path": "libs/web-components/src/lib/Icon/index.ts",
|
|
3415
3415
|
"declarations": [],
|
|
3416
3416
|
"exports": [
|
|
3417
3417
|
{
|
|
@@ -3419,7 +3419,7 @@
|
|
|
3419
3419
|
"name": "*",
|
|
3420
3420
|
"declaration": {
|
|
3421
3421
|
"name": "*",
|
|
3422
|
-
"package": "./
|
|
3422
|
+
"package": "./Icon"
|
|
3423
3423
|
}
|
|
3424
3424
|
}
|
|
3425
3425
|
]
|
|
@@ -3725,67 +3725,263 @@
|
|
|
3725
3725
|
"text": "boolean"
|
|
3726
3726
|
},
|
|
3727
3727
|
"default": "false",
|
|
3728
|
-
"description": "Specify if the Link is disabled",
|
|
3729
|
-
"fieldName": "disabled"
|
|
3728
|
+
"description": "Specify if the Link is disabled",
|
|
3729
|
+
"fieldName": "disabled"
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
"name": "href",
|
|
3733
|
+
"type": {
|
|
3734
|
+
"text": "string"
|
|
3735
|
+
},
|
|
3736
|
+
"default": "''",
|
|
3737
|
+
"description": "Specify the target link for the href attribute",
|
|
3738
|
+
"fieldName": "href"
|
|
3739
|
+
},
|
|
3740
|
+
{
|
|
3741
|
+
"name": "text",
|
|
3742
|
+
"type": {
|
|
3743
|
+
"text": "string"
|
|
3744
|
+
},
|
|
3745
|
+
"default": "''",
|
|
3746
|
+
"description": "Provide text for the Link",
|
|
3747
|
+
"fieldName": "text"
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"name": "hideUnderline",
|
|
3751
|
+
"type": {
|
|
3752
|
+
"text": "boolean"
|
|
3753
|
+
},
|
|
3754
|
+
"default": "false",
|
|
3755
|
+
"description": "Specify if Link displays with an underline",
|
|
3756
|
+
"fieldName": "hideUnderline"
|
|
3757
|
+
}
|
|
3758
|
+
],
|
|
3759
|
+
"superclass": {
|
|
3760
|
+
"name": "LitElement",
|
|
3761
|
+
"package": "lit"
|
|
3762
|
+
},
|
|
3763
|
+
"tagName": "bm-link",
|
|
3764
|
+
"customElement": true
|
|
3765
|
+
}
|
|
3766
|
+
],
|
|
3767
|
+
"exports": [
|
|
3768
|
+
{
|
|
3769
|
+
"kind": "js",
|
|
3770
|
+
"name": "BmLink",
|
|
3771
|
+
"declaration": {
|
|
3772
|
+
"name": "BmLink",
|
|
3773
|
+
"module": "libs/web-components/src/lib/Link/Link.ts"
|
|
3774
|
+
}
|
|
3775
|
+
},
|
|
3776
|
+
{
|
|
3777
|
+
"kind": "custom-element-definition",
|
|
3778
|
+
"name": "bm-link",
|
|
3779
|
+
"declaration": {
|
|
3780
|
+
"name": "BmLink",
|
|
3781
|
+
"module": "libs/web-components/src/lib/Link/Link.ts"
|
|
3782
|
+
}
|
|
3783
|
+
}
|
|
3784
|
+
]
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"kind": "javascript-module",
|
|
3788
|
+
"path": "libs/web-components/src/lib/Link/index.ts",
|
|
3789
|
+
"declarations": [],
|
|
3790
|
+
"exports": [
|
|
3791
|
+
{
|
|
3792
|
+
"kind": "js",
|
|
3793
|
+
"name": "*",
|
|
3794
|
+
"declaration": {
|
|
3795
|
+
"name": "*",
|
|
3796
|
+
"package": "./Link"
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
]
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"kind": "javascript-module",
|
|
3803
|
+
"path": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts",
|
|
3804
|
+
"declarations": [
|
|
3805
|
+
{
|
|
3806
|
+
"kind": "class",
|
|
3807
|
+
"description": "`bm-progress-bar`\n\n### Attributes:\n- **state** - Specify the ProgressBar state\n- **size** - Specify the size of the ProgressBar\n- **label** - Provide text for the ProgressBar label\n- **helperText** - Specify helperText for ProgressBar. helperText is required for the Error state.\n- **fullWidth** - Specify if the ProgressBar has no corner radius\n- **theme** - Specify the theme of the ProgressBar. By default it inherits the theme from the parent\n- **value** - Specify if a ProgressBar is determinate by setting a value between 0 and 100.\n- **progressbarAriaLabel** - Specify the aria-label for the ProgressBar",
|
|
3808
|
+
"name": "BmProgressBar",
|
|
3809
|
+
"members": [
|
|
3810
|
+
{
|
|
3811
|
+
"kind": "field",
|
|
3812
|
+
"name": "state",
|
|
3813
|
+
"type": {
|
|
3814
|
+
"text": "'active' | 'error' | 'success'"
|
|
3815
|
+
},
|
|
3816
|
+
"default": "'active'",
|
|
3817
|
+
"description": "Specify the ProgressBar state",
|
|
3818
|
+
"attribute": "state"
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"kind": "field",
|
|
3822
|
+
"name": "size",
|
|
3823
|
+
"type": {
|
|
3824
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
3825
|
+
},
|
|
3826
|
+
"default": "'md'",
|
|
3827
|
+
"description": "Specify the size of the ProgressBar",
|
|
3828
|
+
"attribute": "size"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"kind": "field",
|
|
3832
|
+
"name": "label",
|
|
3833
|
+
"type": {
|
|
3834
|
+
"text": "string | undefined | undefined"
|
|
3835
|
+
},
|
|
3836
|
+
"description": "Provide text for the ProgressBar label",
|
|
3837
|
+
"attribute": "label"
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"kind": "field",
|
|
3841
|
+
"name": "helperText",
|
|
3842
|
+
"type": {
|
|
3843
|
+
"text": "string | undefined | undefined"
|
|
3844
|
+
},
|
|
3845
|
+
"description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
|
|
3846
|
+
"attribute": "helperText"
|
|
3847
|
+
},
|
|
3848
|
+
{
|
|
3849
|
+
"kind": "field",
|
|
3850
|
+
"name": "fullWidth",
|
|
3851
|
+
"type": {
|
|
3852
|
+
"text": "boolean"
|
|
3853
|
+
},
|
|
3854
|
+
"default": "false",
|
|
3855
|
+
"description": "Specify if the ProgressBar has no corner radius",
|
|
3856
|
+
"attribute": "fullWidth"
|
|
3857
|
+
},
|
|
3858
|
+
{
|
|
3859
|
+
"kind": "field",
|
|
3860
|
+
"name": "theme",
|
|
3861
|
+
"type": {
|
|
3862
|
+
"text": "'light' | 'dark' | undefined"
|
|
3863
|
+
},
|
|
3864
|
+
"description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
|
|
3865
|
+
"attribute": "theme"
|
|
3866
|
+
},
|
|
3867
|
+
{
|
|
3868
|
+
"kind": "field",
|
|
3869
|
+
"name": "value",
|
|
3870
|
+
"type": {
|
|
3871
|
+
"text": "number | undefined"
|
|
3872
|
+
},
|
|
3873
|
+
"description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
|
|
3874
|
+
"attribute": "value"
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"kind": "field",
|
|
3878
|
+
"name": "progressbarAriaLabel",
|
|
3879
|
+
"type": {
|
|
3880
|
+
"text": "string | undefined"
|
|
3881
|
+
},
|
|
3882
|
+
"description": "Specify the aria-label for the ProgressBar",
|
|
3883
|
+
"attribute": "progressbarAriaLabel"
|
|
3884
|
+
}
|
|
3885
|
+
],
|
|
3886
|
+
"attributes": [
|
|
3887
|
+
{
|
|
3888
|
+
"name": "state",
|
|
3889
|
+
"type": {
|
|
3890
|
+
"text": "'active' | 'error' | 'success'"
|
|
3891
|
+
},
|
|
3892
|
+
"default": "'active'",
|
|
3893
|
+
"description": "Specify the ProgressBar state",
|
|
3894
|
+
"fieldName": "state"
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"name": "size",
|
|
3898
|
+
"type": {
|
|
3899
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
3900
|
+
},
|
|
3901
|
+
"default": "'md'",
|
|
3902
|
+
"description": "Specify the size of the ProgressBar",
|
|
3903
|
+
"fieldName": "size"
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"name": "label",
|
|
3907
|
+
"type": {
|
|
3908
|
+
"text": "string | undefined | undefined"
|
|
3909
|
+
},
|
|
3910
|
+
"description": "Provide text for the ProgressBar label",
|
|
3911
|
+
"fieldName": "label"
|
|
3912
|
+
},
|
|
3913
|
+
{
|
|
3914
|
+
"name": "helperText",
|
|
3915
|
+
"type": {
|
|
3916
|
+
"text": "string | undefined | undefined"
|
|
3917
|
+
},
|
|
3918
|
+
"description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
|
|
3919
|
+
"fieldName": "helperText"
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"name": "fullWidth",
|
|
3923
|
+
"type": {
|
|
3924
|
+
"text": "boolean"
|
|
3925
|
+
},
|
|
3926
|
+
"default": "false",
|
|
3927
|
+
"description": "Specify if the ProgressBar has no corner radius",
|
|
3928
|
+
"fieldName": "fullWidth"
|
|
3730
3929
|
},
|
|
3731
3930
|
{
|
|
3732
|
-
"name": "
|
|
3931
|
+
"name": "theme",
|
|
3733
3932
|
"type": {
|
|
3734
|
-
"text": "
|
|
3933
|
+
"text": "'light' | 'dark' | undefined"
|
|
3735
3934
|
},
|
|
3736
|
-
"
|
|
3737
|
-
"
|
|
3738
|
-
"fieldName": "href"
|
|
3935
|
+
"description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
|
|
3936
|
+
"fieldName": "theme"
|
|
3739
3937
|
},
|
|
3740
3938
|
{
|
|
3741
|
-
"name": "
|
|
3939
|
+
"name": "value",
|
|
3742
3940
|
"type": {
|
|
3743
|
-
"text": "
|
|
3941
|
+
"text": "number | undefined"
|
|
3744
3942
|
},
|
|
3745
|
-
"
|
|
3746
|
-
"
|
|
3747
|
-
"fieldName": "text"
|
|
3943
|
+
"description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
|
|
3944
|
+
"fieldName": "value"
|
|
3748
3945
|
},
|
|
3749
3946
|
{
|
|
3750
|
-
"name": "
|
|
3947
|
+
"name": "progressbarAriaLabel",
|
|
3751
3948
|
"type": {
|
|
3752
|
-
"text": "
|
|
3949
|
+
"text": "string | undefined"
|
|
3753
3950
|
},
|
|
3754
|
-
"
|
|
3755
|
-
"
|
|
3756
|
-
"fieldName": "hideUnderline"
|
|
3951
|
+
"description": "Specify the aria-label for the ProgressBar",
|
|
3952
|
+
"fieldName": "progressbarAriaLabel"
|
|
3757
3953
|
}
|
|
3758
3954
|
],
|
|
3759
3955
|
"superclass": {
|
|
3760
3956
|
"name": "LitElement",
|
|
3761
3957
|
"package": "lit"
|
|
3762
3958
|
},
|
|
3763
|
-
"tagName": "bm-
|
|
3959
|
+
"tagName": "bm-progress-bar",
|
|
3764
3960
|
"customElement": true
|
|
3765
3961
|
}
|
|
3766
3962
|
],
|
|
3767
3963
|
"exports": [
|
|
3768
3964
|
{
|
|
3769
3965
|
"kind": "js",
|
|
3770
|
-
"name": "
|
|
3966
|
+
"name": "BmProgressBar",
|
|
3771
3967
|
"declaration": {
|
|
3772
|
-
"name": "
|
|
3773
|
-
"module": "libs/web-components/src/lib/
|
|
3968
|
+
"name": "BmProgressBar",
|
|
3969
|
+
"module": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts"
|
|
3774
3970
|
}
|
|
3775
3971
|
},
|
|
3776
3972
|
{
|
|
3777
3973
|
"kind": "custom-element-definition",
|
|
3778
|
-
"name": "bm-
|
|
3974
|
+
"name": "bm-progress-bar",
|
|
3779
3975
|
"declaration": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "libs/web-components/src/lib/
|
|
3976
|
+
"name": "BmProgressBar",
|
|
3977
|
+
"module": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts"
|
|
3782
3978
|
}
|
|
3783
3979
|
}
|
|
3784
3980
|
]
|
|
3785
3981
|
},
|
|
3786
3982
|
{
|
|
3787
3983
|
"kind": "javascript-module",
|
|
3788
|
-
"path": "libs/web-components/src/lib/
|
|
3984
|
+
"path": "libs/web-components/src/lib/ProgressBar/index.ts",
|
|
3789
3985
|
"declarations": [],
|
|
3790
3986
|
"exports": [
|
|
3791
3987
|
{
|
|
@@ -3793,7 +3989,7 @@
|
|
|
3793
3989
|
"name": "*",
|
|
3794
3990
|
"declaration": {
|
|
3795
3991
|
"name": "*",
|
|
3796
|
-
"package": "./
|
|
3992
|
+
"package": "./ProgressBar"
|
|
3797
3993
|
}
|
|
3798
3994
|
}
|
|
3799
3995
|
]
|
|
@@ -4002,227 +4198,23 @@
|
|
|
4002
4198
|
"kind": "js",
|
|
4003
4199
|
"name": "BmListItem",
|
|
4004
4200
|
"declaration": {
|
|
4005
|
-
"name": "BmListItem",
|
|
4006
|
-
"module": "libs/web-components/src/lib/List/ListItem.ts"
|
|
4007
|
-
}
|
|
4008
|
-
},
|
|
4009
|
-
{
|
|
4010
|
-
"kind": "custom-element-definition",
|
|
4011
|
-
"name": "bm-list-item",
|
|
4012
|
-
"declaration": {
|
|
4013
|
-
"name": "BmListItem",
|
|
4014
|
-
"module": "libs/web-components/src/lib/List/ListItem.ts"
|
|
4015
|
-
}
|
|
4016
|
-
}
|
|
4017
|
-
]
|
|
4018
|
-
},
|
|
4019
|
-
{
|
|
4020
|
-
"kind": "javascript-module",
|
|
4021
|
-
"path": "libs/web-components/src/lib/List/index.ts",
|
|
4022
|
-
"declarations": [],
|
|
4023
|
-
"exports": [
|
|
4024
|
-
{
|
|
4025
|
-
"kind": "js",
|
|
4026
|
-
"name": "*",
|
|
4027
|
-
"declaration": {
|
|
4028
|
-
"name": "*",
|
|
4029
|
-
"package": "./List"
|
|
4030
|
-
}
|
|
4031
|
-
},
|
|
4032
|
-
{
|
|
4033
|
-
"kind": "js",
|
|
4034
|
-
"name": "*",
|
|
4035
|
-
"declaration": {
|
|
4036
|
-
"name": "*",
|
|
4037
|
-
"package": "./ListItem"
|
|
4038
|
-
}
|
|
4039
|
-
}
|
|
4040
|
-
]
|
|
4041
|
-
},
|
|
4042
|
-
{
|
|
4043
|
-
"kind": "javascript-module",
|
|
4044
|
-
"path": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts",
|
|
4045
|
-
"declarations": [
|
|
4046
|
-
{
|
|
4047
|
-
"kind": "class",
|
|
4048
|
-
"description": "`bm-progress-bar`\n\n### Attributes:\n- **state** - Specify the ProgressBar state\n- **size** - Specify the size of the ProgressBar\n- **label** - Provide text for the ProgressBar label\n- **helperText** - Specify helperText for ProgressBar. helperText is required for the Error state.\n- **fullWidth** - Specify if the ProgressBar has no corner radius\n- **theme** - Specify the theme of the ProgressBar. By default it inherits the theme from the parent\n- **value** - Specify if a ProgressBar is determinate by setting a value between 0 and 100.\n- **progressbarAriaLabel** - Specify the aria-label for the ProgressBar",
|
|
4049
|
-
"name": "BmProgressBar",
|
|
4050
|
-
"members": [
|
|
4051
|
-
{
|
|
4052
|
-
"kind": "field",
|
|
4053
|
-
"name": "state",
|
|
4054
|
-
"type": {
|
|
4055
|
-
"text": "'active' | 'error' | 'success'"
|
|
4056
|
-
},
|
|
4057
|
-
"default": "'active'",
|
|
4058
|
-
"description": "Specify the ProgressBar state",
|
|
4059
|
-
"attribute": "state"
|
|
4060
|
-
},
|
|
4061
|
-
{
|
|
4062
|
-
"kind": "field",
|
|
4063
|
-
"name": "size",
|
|
4064
|
-
"type": {
|
|
4065
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
4066
|
-
},
|
|
4067
|
-
"default": "'md'",
|
|
4068
|
-
"description": "Specify the size of the ProgressBar",
|
|
4069
|
-
"attribute": "size"
|
|
4070
|
-
},
|
|
4071
|
-
{
|
|
4072
|
-
"kind": "field",
|
|
4073
|
-
"name": "label",
|
|
4074
|
-
"type": {
|
|
4075
|
-
"text": "string | undefined | undefined"
|
|
4076
|
-
},
|
|
4077
|
-
"description": "Provide text for the ProgressBar label",
|
|
4078
|
-
"attribute": "label"
|
|
4079
|
-
},
|
|
4080
|
-
{
|
|
4081
|
-
"kind": "field",
|
|
4082
|
-
"name": "helperText",
|
|
4083
|
-
"type": {
|
|
4084
|
-
"text": "string | undefined | undefined"
|
|
4085
|
-
},
|
|
4086
|
-
"description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
|
|
4087
|
-
"attribute": "helperText"
|
|
4088
|
-
},
|
|
4089
|
-
{
|
|
4090
|
-
"kind": "field",
|
|
4091
|
-
"name": "fullWidth",
|
|
4092
|
-
"type": {
|
|
4093
|
-
"text": "boolean"
|
|
4094
|
-
},
|
|
4095
|
-
"default": "false",
|
|
4096
|
-
"description": "Specify if the ProgressBar has no corner radius",
|
|
4097
|
-
"attribute": "fullWidth"
|
|
4098
|
-
},
|
|
4099
|
-
{
|
|
4100
|
-
"kind": "field",
|
|
4101
|
-
"name": "theme",
|
|
4102
|
-
"type": {
|
|
4103
|
-
"text": "'light' | 'dark' | undefined"
|
|
4104
|
-
},
|
|
4105
|
-
"description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
|
|
4106
|
-
"attribute": "theme"
|
|
4107
|
-
},
|
|
4108
|
-
{
|
|
4109
|
-
"kind": "field",
|
|
4110
|
-
"name": "value",
|
|
4111
|
-
"type": {
|
|
4112
|
-
"text": "number | undefined"
|
|
4113
|
-
},
|
|
4114
|
-
"description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
|
|
4115
|
-
"attribute": "value"
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"kind": "field",
|
|
4119
|
-
"name": "progressbarAriaLabel",
|
|
4120
|
-
"type": {
|
|
4121
|
-
"text": "string | undefined"
|
|
4122
|
-
},
|
|
4123
|
-
"description": "Specify the aria-label for the ProgressBar",
|
|
4124
|
-
"attribute": "progressbarAriaLabel"
|
|
4125
|
-
}
|
|
4126
|
-
],
|
|
4127
|
-
"attributes": [
|
|
4128
|
-
{
|
|
4129
|
-
"name": "state",
|
|
4130
|
-
"type": {
|
|
4131
|
-
"text": "'active' | 'error' | 'success'"
|
|
4132
|
-
},
|
|
4133
|
-
"default": "'active'",
|
|
4134
|
-
"description": "Specify the ProgressBar state",
|
|
4135
|
-
"fieldName": "state"
|
|
4136
|
-
},
|
|
4137
|
-
{
|
|
4138
|
-
"name": "size",
|
|
4139
|
-
"type": {
|
|
4140
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
4141
|
-
},
|
|
4142
|
-
"default": "'md'",
|
|
4143
|
-
"description": "Specify the size of the ProgressBar",
|
|
4144
|
-
"fieldName": "size"
|
|
4145
|
-
},
|
|
4146
|
-
{
|
|
4147
|
-
"name": "label",
|
|
4148
|
-
"type": {
|
|
4149
|
-
"text": "string | undefined | undefined"
|
|
4150
|
-
},
|
|
4151
|
-
"description": "Provide text for the ProgressBar label",
|
|
4152
|
-
"fieldName": "label"
|
|
4153
|
-
},
|
|
4154
|
-
{
|
|
4155
|
-
"name": "helperText",
|
|
4156
|
-
"type": {
|
|
4157
|
-
"text": "string | undefined | undefined"
|
|
4158
|
-
},
|
|
4159
|
-
"description": "Specify helperText for ProgressBar. helperText is required for the Error state.",
|
|
4160
|
-
"fieldName": "helperText"
|
|
4161
|
-
},
|
|
4162
|
-
{
|
|
4163
|
-
"name": "fullWidth",
|
|
4164
|
-
"type": {
|
|
4165
|
-
"text": "boolean"
|
|
4166
|
-
},
|
|
4167
|
-
"default": "false",
|
|
4168
|
-
"description": "Specify if the ProgressBar has no corner radius",
|
|
4169
|
-
"fieldName": "fullWidth"
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
"name": "theme",
|
|
4173
|
-
"type": {
|
|
4174
|
-
"text": "'light' | 'dark' | undefined"
|
|
4175
|
-
},
|
|
4176
|
-
"description": "Specify the theme of the ProgressBar. By default it inherits the theme from the parent",
|
|
4177
|
-
"fieldName": "theme"
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"name": "value",
|
|
4181
|
-
"type": {
|
|
4182
|
-
"text": "number | undefined"
|
|
4183
|
-
},
|
|
4184
|
-
"description": "Specify if a ProgressBar is determinate by setting a value between 0 and 100.",
|
|
4185
|
-
"fieldName": "value"
|
|
4186
|
-
},
|
|
4187
|
-
{
|
|
4188
|
-
"name": "progressbarAriaLabel",
|
|
4189
|
-
"type": {
|
|
4190
|
-
"text": "string | undefined"
|
|
4191
|
-
},
|
|
4192
|
-
"description": "Specify the aria-label for the ProgressBar",
|
|
4193
|
-
"fieldName": "progressbarAriaLabel"
|
|
4194
|
-
}
|
|
4195
|
-
],
|
|
4196
|
-
"superclass": {
|
|
4197
|
-
"name": "LitElement",
|
|
4198
|
-
"package": "lit"
|
|
4199
|
-
},
|
|
4200
|
-
"tagName": "bm-progress-bar",
|
|
4201
|
-
"customElement": true
|
|
4202
|
-
}
|
|
4203
|
-
],
|
|
4204
|
-
"exports": [
|
|
4205
|
-
{
|
|
4206
|
-
"kind": "js",
|
|
4207
|
-
"name": "BmProgressBar",
|
|
4208
|
-
"declaration": {
|
|
4209
|
-
"name": "BmProgressBar",
|
|
4210
|
-
"module": "libs/web-components/src/lib/ProgressBar/ProgressBar.ts"
|
|
4201
|
+
"name": "BmListItem",
|
|
4202
|
+
"module": "libs/web-components/src/lib/List/ListItem.ts"
|
|
4211
4203
|
}
|
|
4212
4204
|
},
|
|
4213
4205
|
{
|
|
4214
4206
|
"kind": "custom-element-definition",
|
|
4215
|
-
"name": "bm-
|
|
4207
|
+
"name": "bm-list-item",
|
|
4216
4208
|
"declaration": {
|
|
4217
|
-
"name": "
|
|
4218
|
-
"module": "libs/web-components/src/lib/
|
|
4209
|
+
"name": "BmListItem",
|
|
4210
|
+
"module": "libs/web-components/src/lib/List/ListItem.ts"
|
|
4219
4211
|
}
|
|
4220
4212
|
}
|
|
4221
4213
|
]
|
|
4222
4214
|
},
|
|
4223
4215
|
{
|
|
4224
4216
|
"kind": "javascript-module",
|
|
4225
|
-
"path": "libs/web-components/src/lib/
|
|
4217
|
+
"path": "libs/web-components/src/lib/List/index.ts",
|
|
4226
4218
|
"declarations": [],
|
|
4227
4219
|
"exports": [
|
|
4228
4220
|
{
|
|
@@ -4230,7 +4222,15 @@
|
|
|
4230
4222
|
"name": "*",
|
|
4231
4223
|
"declaration": {
|
|
4232
4224
|
"name": "*",
|
|
4233
|
-
"package": "./
|
|
4225
|
+
"package": "./List"
|
|
4226
|
+
}
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"kind": "js",
|
|
4230
|
+
"name": "*",
|
|
4231
|
+
"declaration": {
|
|
4232
|
+
"name": "*",
|
|
4233
|
+
"package": "./ListItem"
|
|
4234
4234
|
}
|
|
4235
4235
|
}
|
|
4236
4236
|
]
|
|
@@ -7879,113 +7879,126 @@
|
|
|
7879
7879
|
},
|
|
7880
7880
|
{
|
|
7881
7881
|
"kind": "javascript-module",
|
|
7882
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7882
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
|
|
7883
|
+
"declarations": [
|
|
7884
|
+
{
|
|
7885
|
+
"kind": "variable",
|
|
7886
|
+
"name": "bmFormInitials",
|
|
7887
|
+
"type": {
|
|
7888
|
+
"text": "BmFormContext"
|
|
7889
|
+
},
|
|
7890
|
+
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
"kind": "variable",
|
|
7894
|
+
"name": "bmFormContext"
|
|
7895
|
+
}
|
|
7896
|
+
],
|
|
7897
|
+
"exports": [
|
|
7898
|
+
{
|
|
7899
|
+
"kind": "js",
|
|
7900
|
+
"name": "bmFormInitials",
|
|
7901
|
+
"declaration": {
|
|
7902
|
+
"name": "bmFormInitials",
|
|
7903
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7904
|
+
}
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"kind": "js",
|
|
7908
|
+
"name": "bmFormContext",
|
|
7909
|
+
"declaration": {
|
|
7910
|
+
"name": "bmFormContext",
|
|
7911
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7912
|
+
}
|
|
7913
|
+
}
|
|
7914
|
+
]
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
"kind": "javascript-module",
|
|
7918
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
7883
7919
|
"declarations": [
|
|
7884
7920
|
{
|
|
7885
7921
|
"kind": "class",
|
|
7886
|
-
"description": "### Attributes:\n- **
|
|
7887
|
-
"name": "
|
|
7888
|
-
"slots": [
|
|
7889
|
-
{
|
|
7890
|
-
"description": "Specify Options for NativeSelect",
|
|
7891
|
-
"name": "slot"
|
|
7892
|
-
},
|
|
7893
|
-
{
|
|
7894
|
-
"description": "Specify Label for NativeSelect",
|
|
7895
|
-
"name": "label"
|
|
7896
|
-
},
|
|
7897
|
-
{
|
|
7898
|
-
"description": "Specify HelperText for NativeSelect",
|
|
7899
|
-
"name": "helper-text"
|
|
7900
|
-
}
|
|
7901
|
-
],
|
|
7922
|
+
"description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
|
|
7923
|
+
"name": "FormField",
|
|
7902
7924
|
"members": [
|
|
7903
7925
|
{
|
|
7904
7926
|
"kind": "field",
|
|
7905
|
-
"name": "
|
|
7927
|
+
"name": "formAssociated",
|
|
7906
7928
|
"type": {
|
|
7907
7929
|
"text": "boolean"
|
|
7908
7930
|
},
|
|
7909
|
-
"
|
|
7910
|
-
"
|
|
7911
|
-
"attribute": "required"
|
|
7931
|
+
"static": true,
|
|
7932
|
+
"default": "true"
|
|
7912
7933
|
},
|
|
7913
7934
|
{
|
|
7914
7935
|
"kind": "field",
|
|
7915
|
-
"name": "
|
|
7936
|
+
"name": "id",
|
|
7916
7937
|
"type": {
|
|
7917
|
-
"text": "
|
|
7938
|
+
"text": "string"
|
|
7918
7939
|
},
|
|
7919
|
-
"default": "
|
|
7920
|
-
"
|
|
7921
|
-
"attribute": "readOnly"
|
|
7940
|
+
"default": "''",
|
|
7941
|
+
"attribute": "id"
|
|
7922
7942
|
},
|
|
7923
7943
|
{
|
|
7924
7944
|
"kind": "field",
|
|
7925
|
-
"name": "
|
|
7945
|
+
"name": "name",
|
|
7926
7946
|
"type": {
|
|
7927
|
-
"text": "
|
|
7947
|
+
"text": "string"
|
|
7928
7948
|
},
|
|
7929
|
-
"default": "
|
|
7930
|
-
"
|
|
7931
|
-
"attribute": "disabled"
|
|
7949
|
+
"default": "''",
|
|
7950
|
+
"attribute": "name"
|
|
7932
7951
|
},
|
|
7933
7952
|
{
|
|
7934
7953
|
"kind": "field",
|
|
7935
|
-
"name": "
|
|
7954
|
+
"name": "value",
|
|
7936
7955
|
"type": {
|
|
7937
|
-
"text": "string
|
|
7956
|
+
"text": "string"
|
|
7938
7957
|
},
|
|
7939
|
-
"
|
|
7940
|
-
"attribute": "
|
|
7958
|
+
"default": "''",
|
|
7959
|
+
"attribute": "value"
|
|
7941
7960
|
},
|
|
7942
7961
|
{
|
|
7943
7962
|
"kind": "field",
|
|
7944
|
-
"name": "
|
|
7963
|
+
"name": "validationRules",
|
|
7945
7964
|
"type": {
|
|
7946
|
-
"text": "
|
|
7965
|
+
"text": "Array<FormValidator>"
|
|
7947
7966
|
},
|
|
7948
|
-
"default": "
|
|
7949
|
-
"
|
|
7950
|
-
"attribute": "fluid"
|
|
7967
|
+
"default": "[]",
|
|
7968
|
+
"attribute": "validationRules"
|
|
7951
7969
|
},
|
|
7952
7970
|
{
|
|
7953
7971
|
"kind": "field",
|
|
7954
|
-
"name": "
|
|
7972
|
+
"name": "inputAriaLabel",
|
|
7955
7973
|
"type": {
|
|
7956
7974
|
"text": "string | undefined"
|
|
7957
7975
|
},
|
|
7958
|
-
"
|
|
7959
|
-
"attribute": "width"
|
|
7976
|
+
"attribute": "input-aria-label"
|
|
7960
7977
|
},
|
|
7961
7978
|
{
|
|
7962
7979
|
"kind": "field",
|
|
7963
|
-
"name": "
|
|
7980
|
+
"name": "formContext",
|
|
7964
7981
|
"type": {
|
|
7965
|
-
"text": "
|
|
7966
|
-
}
|
|
7967
|
-
"default": "true",
|
|
7968
|
-
"description": "Specify if overflow displays ellipsis",
|
|
7969
|
-
"attribute": "ellipse"
|
|
7982
|
+
"text": "BmFormContext"
|
|
7983
|
+
}
|
|
7970
7984
|
},
|
|
7971
7985
|
{
|
|
7972
|
-
"kind": "
|
|
7973
|
-
"name": "
|
|
7974
|
-
"
|
|
7975
|
-
"
|
|
7976
|
-
|
|
7977
|
-
|
|
7978
|
-
|
|
7979
|
-
"attribute": "hideRequiredMarker"
|
|
7986
|
+
"kind": "method",
|
|
7987
|
+
"name": "formAssociatedCallback",
|
|
7988
|
+
"return": {
|
|
7989
|
+
"type": {
|
|
7990
|
+
"text": "void"
|
|
7991
|
+
}
|
|
7992
|
+
}
|
|
7980
7993
|
},
|
|
7981
7994
|
{
|
|
7982
|
-
"kind": "
|
|
7983
|
-
"name": "
|
|
7984
|
-
"
|
|
7985
|
-
"
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
|
|
7995
|
+
"kind": "method",
|
|
7996
|
+
"name": "formResetCallback",
|
|
7997
|
+
"return": {
|
|
7998
|
+
"type": {
|
|
7999
|
+
"text": "void"
|
|
8000
|
+
}
|
|
8001
|
+
}
|
|
7989
8002
|
},
|
|
7990
8003
|
{
|
|
7991
8004
|
"kind": "method",
|
|
@@ -7997,436 +8010,466 @@
|
|
|
7997
8010
|
},
|
|
7998
8011
|
"parameters": [
|
|
7999
8012
|
{
|
|
8000
|
-
"name": "
|
|
8013
|
+
"name": "ctxValue",
|
|
8001
8014
|
"type": {
|
|
8002
8015
|
"text": "string"
|
|
8003
8016
|
}
|
|
8004
8017
|
}
|
|
8005
|
-
]
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
-
}
|
|
8010
|
-
},
|
|
8011
|
-
{
|
|
8012
|
-
"kind": "field",
|
|
8013
|
-
"name": "formAssociated",
|
|
8014
|
-
"type": {
|
|
8015
|
-
"text": "boolean"
|
|
8016
|
-
},
|
|
8017
|
-
"static": true,
|
|
8018
|
-
"default": "true",
|
|
8019
|
-
"inheritedFrom": {
|
|
8020
|
-
"name": "FormField",
|
|
8021
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8022
|
-
}
|
|
8023
|
-
},
|
|
8018
|
+
]
|
|
8019
|
+
}
|
|
8020
|
+
],
|
|
8021
|
+
"attributes": [
|
|
8024
8022
|
{
|
|
8025
|
-
"kind": "field",
|
|
8026
8023
|
"name": "id",
|
|
8027
8024
|
"type": {
|
|
8028
8025
|
"text": "string"
|
|
8029
8026
|
},
|
|
8030
8027
|
"default": "''",
|
|
8031
|
-
"
|
|
8032
|
-
"inheritedFrom": {
|
|
8033
|
-
"name": "FormField",
|
|
8034
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8035
|
-
}
|
|
8028
|
+
"fieldName": "id"
|
|
8036
8029
|
},
|
|
8037
8030
|
{
|
|
8038
|
-
"kind": "field",
|
|
8039
8031
|
"name": "name",
|
|
8040
8032
|
"type": {
|
|
8041
8033
|
"text": "string"
|
|
8042
8034
|
},
|
|
8043
8035
|
"default": "''",
|
|
8044
|
-
"
|
|
8045
|
-
"inheritedFrom": {
|
|
8046
|
-
"name": "FormField",
|
|
8047
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8048
|
-
}
|
|
8036
|
+
"fieldName": "name"
|
|
8049
8037
|
},
|
|
8050
8038
|
{
|
|
8051
|
-
"kind": "field",
|
|
8052
8039
|
"name": "value",
|
|
8053
8040
|
"type": {
|
|
8054
8041
|
"text": "string"
|
|
8055
8042
|
},
|
|
8056
8043
|
"default": "''",
|
|
8057
|
-
"
|
|
8058
|
-
"inheritedFrom": {
|
|
8059
|
-
"name": "FormField",
|
|
8060
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8061
|
-
}
|
|
8044
|
+
"fieldName": "value"
|
|
8062
8045
|
},
|
|
8063
8046
|
{
|
|
8064
|
-
"kind": "field",
|
|
8065
8047
|
"name": "validationRules",
|
|
8066
8048
|
"type": {
|
|
8067
8049
|
"text": "Array<FormValidator>"
|
|
8068
8050
|
},
|
|
8069
8051
|
"default": "[]",
|
|
8070
|
-
"
|
|
8071
|
-
"inheritedFrom": {
|
|
8072
|
-
"name": "FormField",
|
|
8073
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8074
|
-
}
|
|
8052
|
+
"fieldName": "validationRules"
|
|
8075
8053
|
},
|
|
8054
|
+
{
|
|
8055
|
+
"name": "input-aria-label",
|
|
8056
|
+
"type": {
|
|
8057
|
+
"text": "string | undefined"
|
|
8058
|
+
},
|
|
8059
|
+
"fieldName": "inputAriaLabel"
|
|
8060
|
+
}
|
|
8061
|
+
],
|
|
8062
|
+
"superclass": {
|
|
8063
|
+
"name": "LitElement",
|
|
8064
|
+
"package": "lit"
|
|
8065
|
+
},
|
|
8066
|
+
"customElement": true
|
|
8067
|
+
}
|
|
8068
|
+
],
|
|
8069
|
+
"exports": [
|
|
8070
|
+
{
|
|
8071
|
+
"kind": "js",
|
|
8072
|
+
"name": "FormField",
|
|
8073
|
+
"declaration": {
|
|
8074
|
+
"name": "FormField",
|
|
8075
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8076
|
+
}
|
|
8077
|
+
}
|
|
8078
|
+
]
|
|
8079
|
+
},
|
|
8080
|
+
{
|
|
8081
|
+
"kind": "javascript-module",
|
|
8082
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8083
|
+
"declarations": [
|
|
8084
|
+
{
|
|
8085
|
+
"kind": "class",
|
|
8086
|
+
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
8087
|
+
"name": "BmForm",
|
|
8088
|
+
"slots": [
|
|
8089
|
+
{
|
|
8090
|
+
"description": "Add controls to the Form",
|
|
8091
|
+
"name": "slot"
|
|
8092
|
+
}
|
|
8093
|
+
],
|
|
8094
|
+
"members": [
|
|
8076
8095
|
{
|
|
8077
8096
|
"kind": "field",
|
|
8078
|
-
"name": "
|
|
8097
|
+
"name": "validationMode",
|
|
8079
8098
|
"type": {
|
|
8080
|
-
"text": "
|
|
8099
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8081
8100
|
},
|
|
8082
|
-
"
|
|
8083
|
-
"
|
|
8084
|
-
|
|
8085
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8086
|
-
}
|
|
8101
|
+
"default": "'onBlur'",
|
|
8102
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8103
|
+
"attribute": "validationMode"
|
|
8087
8104
|
},
|
|
8088
8105
|
{
|
|
8089
8106
|
"kind": "field",
|
|
8090
|
-
"name": "
|
|
8107
|
+
"name": "initialValues",
|
|
8091
8108
|
"type": {
|
|
8092
|
-
"text": "
|
|
8109
|
+
"text": "Record<string, FormValue>"
|
|
8093
8110
|
},
|
|
8094
|
-
"
|
|
8095
|
-
|
|
8096
|
-
|
|
8097
|
-
}
|
|
8111
|
+
"default": "{}",
|
|
8112
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8113
|
+
"attribute": "initialValues"
|
|
8098
8114
|
},
|
|
8099
8115
|
{
|
|
8100
|
-
"kind": "
|
|
8101
|
-
"name": "
|
|
8102
|
-
"
|
|
8103
|
-
"
|
|
8104
|
-
"text": "void"
|
|
8105
|
-
}
|
|
8116
|
+
"kind": "field",
|
|
8117
|
+
"name": "required",
|
|
8118
|
+
"type": {
|
|
8119
|
+
"text": "boolean"
|
|
8106
8120
|
},
|
|
8107
|
-
"
|
|
8108
|
-
|
|
8109
|
-
|
|
8110
|
-
}
|
|
8121
|
+
"default": "false",
|
|
8122
|
+
"description": "Specify if input is a required",
|
|
8123
|
+
"attribute": "required"
|
|
8111
8124
|
},
|
|
8112
8125
|
{
|
|
8113
|
-
"kind": "
|
|
8114
|
-
"name": "
|
|
8115
|
-
"return": {
|
|
8116
|
-
"type": {
|
|
8117
|
-
"text": "void"
|
|
8118
|
-
}
|
|
8119
|
-
},
|
|
8120
|
-
"inheritedFrom": {
|
|
8121
|
-
"name": "FormField",
|
|
8122
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8123
|
-
}
|
|
8124
|
-
}
|
|
8125
|
-
],
|
|
8126
|
-
"attributes": [
|
|
8127
|
-
{
|
|
8128
|
-
"name": "required",
|
|
8126
|
+
"kind": "field",
|
|
8127
|
+
"name": "disabled",
|
|
8129
8128
|
"type": {
|
|
8130
8129
|
"text": "boolean"
|
|
8131
8130
|
},
|
|
8132
8131
|
"default": "false",
|
|
8133
|
-
"description": "Specify if
|
|
8134
|
-
"
|
|
8132
|
+
"description": "Specify if input is a disabled",
|
|
8133
|
+
"attribute": "disabled"
|
|
8135
8134
|
},
|
|
8136
8135
|
{
|
|
8136
|
+
"kind": "field",
|
|
8137
8137
|
"name": "readOnly",
|
|
8138
8138
|
"type": {
|
|
8139
8139
|
"text": "boolean"
|
|
8140
8140
|
},
|
|
8141
8141
|
"default": "false",
|
|
8142
|
-
"description": "Specify if
|
|
8143
|
-
"
|
|
8142
|
+
"description": "Specify if input is a read only",
|
|
8143
|
+
"attribute": "readOnly"
|
|
8144
8144
|
},
|
|
8145
8145
|
{
|
|
8146
|
-
"
|
|
8146
|
+
"kind": "field",
|
|
8147
|
+
"name": "action",
|
|
8147
8148
|
"type": {
|
|
8148
|
-
"text": "
|
|
8149
|
+
"text": "string | undefined"
|
|
8149
8150
|
},
|
|
8150
|
-
"
|
|
8151
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8152
|
-
"fieldName": "disabled"
|
|
8151
|
+
"attribute": "action"
|
|
8153
8152
|
},
|
|
8154
8153
|
{
|
|
8155
|
-
"
|
|
8154
|
+
"kind": "field",
|
|
8155
|
+
"name": "method",
|
|
8156
8156
|
"type": {
|
|
8157
8157
|
"text": "string | undefined"
|
|
8158
8158
|
},
|
|
8159
|
-
"
|
|
8160
|
-
"fieldName": "error"
|
|
8159
|
+
"attribute": "method"
|
|
8161
8160
|
},
|
|
8162
8161
|
{
|
|
8163
|
-
"
|
|
8162
|
+
"kind": "field",
|
|
8163
|
+
"name": "target",
|
|
8164
8164
|
"type": {
|
|
8165
|
-
"text": "
|
|
8165
|
+
"text": "string | undefined"
|
|
8166
8166
|
},
|
|
8167
|
-
"
|
|
8168
|
-
"description": "Specify if NativeSelect is fluid",
|
|
8169
|
-
"fieldName": "fluid"
|
|
8167
|
+
"attribute": "target"
|
|
8170
8168
|
},
|
|
8171
8169
|
{
|
|
8172
|
-
"
|
|
8170
|
+
"kind": "field",
|
|
8171
|
+
"name": "enctype",
|
|
8173
8172
|
"type": {
|
|
8174
8173
|
"text": "string | undefined"
|
|
8175
8174
|
},
|
|
8176
|
-
"
|
|
8177
|
-
"fieldName": "width"
|
|
8175
|
+
"attribute": "enctype"
|
|
8178
8176
|
},
|
|
8179
8177
|
{
|
|
8180
|
-
"
|
|
8178
|
+
"kind": "field",
|
|
8179
|
+
"name": "formMeta",
|
|
8181
8180
|
"type": {
|
|
8182
|
-
"text": "
|
|
8181
|
+
"text": "Record<string, FieldMeta>"
|
|
8183
8182
|
},
|
|
8184
|
-
"default": "
|
|
8185
|
-
"description": "Specify if overflow displays ellipsis",
|
|
8186
|
-
"fieldName": "ellipse"
|
|
8183
|
+
"default": "{}"
|
|
8187
8184
|
},
|
|
8188
8185
|
{
|
|
8189
|
-
"
|
|
8186
|
+
"kind": "field",
|
|
8187
|
+
"name": "formRef"
|
|
8188
|
+
},
|
|
8189
|
+
{
|
|
8190
|
+
"kind": "field",
|
|
8191
|
+
"name": "formContext",
|
|
8192
|
+
"type": {
|
|
8193
|
+
"text": "BmFormContext"
|
|
8194
|
+
},
|
|
8195
|
+
"privacy": "public",
|
|
8196
|
+
"default": "bmFormInitials"
|
|
8197
|
+
}
|
|
8198
|
+
],
|
|
8199
|
+
"events": [
|
|
8200
|
+
{
|
|
8201
|
+
"description": "Validates the inputs and submits the form",
|
|
8202
|
+
"name": "submit"
|
|
8203
|
+
}
|
|
8204
|
+
],
|
|
8205
|
+
"attributes": [
|
|
8206
|
+
{
|
|
8207
|
+
"name": "validationMode",
|
|
8208
|
+
"type": {
|
|
8209
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8210
|
+
},
|
|
8211
|
+
"default": "'onBlur'",
|
|
8212
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8213
|
+
"fieldName": "validationMode"
|
|
8214
|
+
},
|
|
8215
|
+
{
|
|
8216
|
+
"name": "initialValues",
|
|
8217
|
+
"type": {
|
|
8218
|
+
"text": "Record<string, FormValue>"
|
|
8219
|
+
},
|
|
8220
|
+
"default": "{}",
|
|
8221
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8222
|
+
"fieldName": "initialValues"
|
|
8223
|
+
},
|
|
8224
|
+
{
|
|
8225
|
+
"name": "required",
|
|
8190
8226
|
"type": {
|
|
8191
8227
|
"text": "boolean"
|
|
8192
8228
|
},
|
|
8193
8229
|
"default": "false",
|
|
8194
|
-
"description": "Specify if
|
|
8195
|
-
"fieldName": "
|
|
8230
|
+
"description": "Specify if input is a required",
|
|
8231
|
+
"fieldName": "required"
|
|
8196
8232
|
},
|
|
8197
8233
|
{
|
|
8198
|
-
"name": "
|
|
8234
|
+
"name": "disabled",
|
|
8199
8235
|
"type": {
|
|
8200
|
-
"text": "
|
|
8236
|
+
"text": "boolean"
|
|
8201
8237
|
},
|
|
8202
|
-
"
|
|
8203
|
-
"
|
|
8238
|
+
"default": "false",
|
|
8239
|
+
"description": "Specify if input is a disabled",
|
|
8240
|
+
"fieldName": "disabled"
|
|
8204
8241
|
},
|
|
8205
8242
|
{
|
|
8206
|
-
"name": "
|
|
8243
|
+
"name": "readOnly",
|
|
8207
8244
|
"type": {
|
|
8208
|
-
"text": "
|
|
8245
|
+
"text": "boolean"
|
|
8209
8246
|
},
|
|
8210
|
-
"default": "
|
|
8211
|
-
"
|
|
8212
|
-
"
|
|
8213
|
-
"name": "FormField",
|
|
8214
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8215
|
-
}
|
|
8247
|
+
"default": "false",
|
|
8248
|
+
"description": "Specify if input is a read only",
|
|
8249
|
+
"fieldName": "readOnly"
|
|
8216
8250
|
},
|
|
8217
8251
|
{
|
|
8218
|
-
"name": "
|
|
8252
|
+
"name": "action",
|
|
8219
8253
|
"type": {
|
|
8220
|
-
"text": "string"
|
|
8254
|
+
"text": "string | undefined"
|
|
8221
8255
|
},
|
|
8222
|
-
"
|
|
8223
|
-
"fieldName": "name",
|
|
8224
|
-
"inheritedFrom": {
|
|
8225
|
-
"name": "FormField",
|
|
8226
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8227
|
-
}
|
|
8256
|
+
"fieldName": "action"
|
|
8228
8257
|
},
|
|
8229
8258
|
{
|
|
8230
|
-
"name": "
|
|
8259
|
+
"name": "method",
|
|
8231
8260
|
"type": {
|
|
8232
|
-
"text": "string"
|
|
8261
|
+
"text": "string | undefined"
|
|
8233
8262
|
},
|
|
8234
|
-
"
|
|
8235
|
-
"fieldName": "value",
|
|
8236
|
-
"inheritedFrom": {
|
|
8237
|
-
"name": "FormField",
|
|
8238
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8239
|
-
}
|
|
8263
|
+
"fieldName": "method"
|
|
8240
8264
|
},
|
|
8241
8265
|
{
|
|
8242
|
-
"name": "
|
|
8266
|
+
"name": "target",
|
|
8243
8267
|
"type": {
|
|
8244
|
-
"text": "
|
|
8268
|
+
"text": "string | undefined"
|
|
8245
8269
|
},
|
|
8246
|
-
"
|
|
8247
|
-
"fieldName": "validationRules",
|
|
8248
|
-
"inheritedFrom": {
|
|
8249
|
-
"name": "FormField",
|
|
8250
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8251
|
-
}
|
|
8270
|
+
"fieldName": "target"
|
|
8252
8271
|
},
|
|
8253
8272
|
{
|
|
8254
|
-
"name": "
|
|
8273
|
+
"name": "enctype",
|
|
8255
8274
|
"type": {
|
|
8256
8275
|
"text": "string | undefined"
|
|
8257
8276
|
},
|
|
8258
|
-
"fieldName": "
|
|
8259
|
-
"inheritedFrom": {
|
|
8260
|
-
"name": "FormField",
|
|
8261
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8262
|
-
}
|
|
8277
|
+
"fieldName": "enctype"
|
|
8263
8278
|
}
|
|
8264
8279
|
],
|
|
8265
8280
|
"superclass": {
|
|
8266
|
-
"name": "
|
|
8267
|
-
"
|
|
8281
|
+
"name": "LitElement",
|
|
8282
|
+
"package": "lit"
|
|
8268
8283
|
},
|
|
8269
|
-
"summary": "`bm-
|
|
8270
|
-
"tagName": "bm-
|
|
8284
|
+
"summary": "`bm-form`",
|
|
8285
|
+
"tagName": "bm-form",
|
|
8271
8286
|
"customElement": true
|
|
8272
8287
|
}
|
|
8273
8288
|
],
|
|
8274
8289
|
"exports": [
|
|
8275
8290
|
{
|
|
8276
8291
|
"kind": "js",
|
|
8277
|
-
"name": "
|
|
8292
|
+
"name": "validators",
|
|
8278
8293
|
"declaration": {
|
|
8279
|
-
"name": "
|
|
8280
|
-
"
|
|
8294
|
+
"name": "validators",
|
|
8295
|
+
"package": "@viasat/beam-shared/components/form"
|
|
8296
|
+
}
|
|
8297
|
+
},
|
|
8298
|
+
{
|
|
8299
|
+
"kind": "js",
|
|
8300
|
+
"name": "BmForm",
|
|
8301
|
+
"declaration": {
|
|
8302
|
+
"name": "BmForm",
|
|
8303
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8281
8304
|
}
|
|
8282
8305
|
},
|
|
8283
8306
|
{
|
|
8284
8307
|
"kind": "custom-element-definition",
|
|
8285
|
-
"name": "bm-
|
|
8308
|
+
"name": "bm-form",
|
|
8286
8309
|
"declaration": {
|
|
8287
|
-
"name": "
|
|
8288
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8310
|
+
"name": "BmForm",
|
|
8311
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8289
8312
|
}
|
|
8290
8313
|
}
|
|
8291
8314
|
]
|
|
8292
8315
|
},
|
|
8293
8316
|
{
|
|
8294
8317
|
"kind": "javascript-module",
|
|
8295
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8296
|
-
"declarations": [
|
|
8318
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8319
|
+
"declarations": [
|
|
8320
|
+
{
|
|
8321
|
+
"kind": "function",
|
|
8322
|
+
"name": "createId",
|
|
8323
|
+
"return": {
|
|
8324
|
+
"type": {
|
|
8325
|
+
"text": "string"
|
|
8326
|
+
}
|
|
8327
|
+
}
|
|
8328
|
+
}
|
|
8329
|
+
],
|
|
8297
8330
|
"exports": [
|
|
8298
8331
|
{
|
|
8299
8332
|
"kind": "js",
|
|
8300
|
-
"name": "
|
|
8333
|
+
"name": "createId",
|
|
8301
8334
|
"declaration": {
|
|
8302
|
-
"name": "
|
|
8303
|
-
"
|
|
8335
|
+
"name": "createId",
|
|
8336
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8304
8337
|
}
|
|
8305
8338
|
}
|
|
8306
8339
|
]
|
|
8307
8340
|
},
|
|
8308
8341
|
{
|
|
8309
8342
|
"kind": "javascript-module",
|
|
8310
|
-
"path": "libs/web-components/src/lib/wip/Form/
|
|
8311
|
-
"declarations": [
|
|
8312
|
-
{
|
|
8313
|
-
"kind": "variable",
|
|
8314
|
-
"name": "bmFormInitials",
|
|
8315
|
-
"type": {
|
|
8316
|
-
"text": "BmFormContext"
|
|
8317
|
-
},
|
|
8318
|
-
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
8319
|
-
},
|
|
8320
|
-
{
|
|
8321
|
-
"kind": "variable",
|
|
8322
|
-
"name": "bmFormContext"
|
|
8323
|
-
}
|
|
8324
|
-
],
|
|
8343
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8344
|
+
"declarations": [],
|
|
8325
8345
|
"exports": [
|
|
8326
8346
|
{
|
|
8327
8347
|
"kind": "js",
|
|
8328
|
-
"name": "
|
|
8348
|
+
"name": "*",
|
|
8329
8349
|
"declaration": {
|
|
8330
|
-
"name": "
|
|
8331
|
-
"
|
|
8350
|
+
"name": "*",
|
|
8351
|
+
"package": "./Form"
|
|
8332
8352
|
}
|
|
8333
8353
|
},
|
|
8334
8354
|
{
|
|
8335
8355
|
"kind": "js",
|
|
8336
|
-
"name": "
|
|
8356
|
+
"name": "*",
|
|
8337
8357
|
"declaration": {
|
|
8338
|
-
"name": "
|
|
8339
|
-
"
|
|
8358
|
+
"name": "*",
|
|
8359
|
+
"package": "./Form.decorator"
|
|
8340
8360
|
}
|
|
8341
8361
|
}
|
|
8342
8362
|
]
|
|
8343
8363
|
},
|
|
8344
8364
|
{
|
|
8345
8365
|
"kind": "javascript-module",
|
|
8346
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8366
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
8347
8367
|
"declarations": [
|
|
8348
8368
|
{
|
|
8349
8369
|
"kind": "class",
|
|
8350
|
-
"description": "### Attributes:\n- **
|
|
8351
|
-
"name": "
|
|
8370
|
+
"description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8371
|
+
"name": "BmNativeSelect",
|
|
8372
|
+
"slots": [
|
|
8373
|
+
{
|
|
8374
|
+
"description": "Specify Options for NativeSelect",
|
|
8375
|
+
"name": "slot"
|
|
8376
|
+
},
|
|
8377
|
+
{
|
|
8378
|
+
"description": "Specify Label for NativeSelect",
|
|
8379
|
+
"name": "label"
|
|
8380
|
+
},
|
|
8381
|
+
{
|
|
8382
|
+
"description": "Specify HelperText for NativeSelect",
|
|
8383
|
+
"name": "helper-text"
|
|
8384
|
+
}
|
|
8385
|
+
],
|
|
8352
8386
|
"members": [
|
|
8353
8387
|
{
|
|
8354
8388
|
"kind": "field",
|
|
8355
|
-
"name": "
|
|
8389
|
+
"name": "required",
|
|
8356
8390
|
"type": {
|
|
8357
8391
|
"text": "boolean"
|
|
8358
8392
|
},
|
|
8359
|
-
"
|
|
8360
|
-
"
|
|
8393
|
+
"default": "false",
|
|
8394
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8395
|
+
"attribute": "required"
|
|
8361
8396
|
},
|
|
8362
8397
|
{
|
|
8363
8398
|
"kind": "field",
|
|
8364
|
-
"name": "
|
|
8399
|
+
"name": "readOnly",
|
|
8365
8400
|
"type": {
|
|
8366
|
-
"text": "
|
|
8401
|
+
"text": "boolean"
|
|
8367
8402
|
},
|
|
8368
|
-
"default": "
|
|
8369
|
-
"
|
|
8403
|
+
"default": "false",
|
|
8404
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8405
|
+
"attribute": "readOnly"
|
|
8370
8406
|
},
|
|
8371
8407
|
{
|
|
8372
8408
|
"kind": "field",
|
|
8373
|
-
"name": "
|
|
8409
|
+
"name": "disabled",
|
|
8374
8410
|
"type": {
|
|
8375
|
-
"text": "
|
|
8411
|
+
"text": "boolean"
|
|
8376
8412
|
},
|
|
8377
|
-
"default": "
|
|
8378
|
-
"
|
|
8413
|
+
"default": "false",
|
|
8414
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8415
|
+
"attribute": "disabled"
|
|
8379
8416
|
},
|
|
8380
8417
|
{
|
|
8381
8418
|
"kind": "field",
|
|
8382
|
-
"name": "
|
|
8419
|
+
"name": "error",
|
|
8383
8420
|
"type": {
|
|
8384
|
-
"text": "string"
|
|
8421
|
+
"text": "string | undefined"
|
|
8385
8422
|
},
|
|
8386
|
-
"
|
|
8387
|
-
"attribute": "
|
|
8423
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8424
|
+
"attribute": "error"
|
|
8388
8425
|
},
|
|
8389
8426
|
{
|
|
8390
8427
|
"kind": "field",
|
|
8391
|
-
"name": "
|
|
8428
|
+
"name": "fluid",
|
|
8392
8429
|
"type": {
|
|
8393
|
-
"text": "
|
|
8430
|
+
"text": "boolean"
|
|
8394
8431
|
},
|
|
8395
|
-
"default": "
|
|
8396
|
-
"
|
|
8432
|
+
"default": "false",
|
|
8433
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8434
|
+
"attribute": "fluid"
|
|
8397
8435
|
},
|
|
8398
8436
|
{
|
|
8399
8437
|
"kind": "field",
|
|
8400
|
-
"name": "
|
|
8438
|
+
"name": "width",
|
|
8401
8439
|
"type": {
|
|
8402
8440
|
"text": "string | undefined"
|
|
8403
8441
|
},
|
|
8404
|
-
"
|
|
8442
|
+
"description": "Specify the width of NativeSelect",
|
|
8443
|
+
"attribute": "width"
|
|
8405
8444
|
},
|
|
8406
8445
|
{
|
|
8407
8446
|
"kind": "field",
|
|
8408
|
-
"name": "
|
|
8447
|
+
"name": "ellipse",
|
|
8409
8448
|
"type": {
|
|
8410
|
-
"text": "
|
|
8411
|
-
}
|
|
8449
|
+
"text": "boolean"
|
|
8450
|
+
},
|
|
8451
|
+
"default": "true",
|
|
8452
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8453
|
+
"attribute": "ellipse"
|
|
8412
8454
|
},
|
|
8413
8455
|
{
|
|
8414
|
-
"kind": "
|
|
8415
|
-
"name": "
|
|
8416
|
-
"
|
|
8417
|
-
"
|
|
8418
|
-
|
|
8419
|
-
|
|
8420
|
-
|
|
8456
|
+
"kind": "field",
|
|
8457
|
+
"name": "hideRequiredMarker",
|
|
8458
|
+
"type": {
|
|
8459
|
+
"text": "boolean"
|
|
8460
|
+
},
|
|
8461
|
+
"default": "false",
|
|
8462
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8463
|
+
"attribute": "hideRequiredMarker"
|
|
8421
8464
|
},
|
|
8422
8465
|
{
|
|
8423
|
-
"kind": "
|
|
8424
|
-
"name": "
|
|
8425
|
-
"
|
|
8426
|
-
"
|
|
8427
|
-
|
|
8428
|
-
|
|
8429
|
-
|
|
8466
|
+
"kind": "field",
|
|
8467
|
+
"name": "theme",
|
|
8468
|
+
"type": {
|
|
8469
|
+
"text": "'light' | 'dark' | undefined"
|
|
8470
|
+
},
|
|
8471
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8472
|
+
"attribute": "theme"
|
|
8430
8473
|
},
|
|
8431
8474
|
{
|
|
8432
8475
|
"kind": "method",
|
|
@@ -8438,337 +8481,302 @@
|
|
|
8438
8481
|
},
|
|
8439
8482
|
"parameters": [
|
|
8440
8483
|
{
|
|
8441
|
-
"name": "
|
|
8484
|
+
"name": "value",
|
|
8442
8485
|
"type": {
|
|
8443
8486
|
"text": "string"
|
|
8444
8487
|
}
|
|
8445
8488
|
}
|
|
8446
|
-
]
|
|
8447
|
-
|
|
8448
|
-
|
|
8449
|
-
|
|
8489
|
+
],
|
|
8490
|
+
"inheritedFrom": {
|
|
8491
|
+
"name": "FormField",
|
|
8492
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8493
|
+
}
|
|
8494
|
+
},
|
|
8495
|
+
{
|
|
8496
|
+
"kind": "field",
|
|
8497
|
+
"name": "formAssociated",
|
|
8498
|
+
"type": {
|
|
8499
|
+
"text": "boolean"
|
|
8500
|
+
},
|
|
8501
|
+
"static": true,
|
|
8502
|
+
"default": "true",
|
|
8503
|
+
"inheritedFrom": {
|
|
8504
|
+
"name": "FormField",
|
|
8505
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8506
|
+
}
|
|
8507
|
+
},
|
|
8450
8508
|
{
|
|
8509
|
+
"kind": "field",
|
|
8451
8510
|
"name": "id",
|
|
8452
8511
|
"type": {
|
|
8453
8512
|
"text": "string"
|
|
8454
8513
|
},
|
|
8455
8514
|
"default": "''",
|
|
8456
|
-
"
|
|
8515
|
+
"attribute": "id",
|
|
8516
|
+
"inheritedFrom": {
|
|
8517
|
+
"name": "FormField",
|
|
8518
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8519
|
+
}
|
|
8457
8520
|
},
|
|
8458
8521
|
{
|
|
8522
|
+
"kind": "field",
|
|
8459
8523
|
"name": "name",
|
|
8460
8524
|
"type": {
|
|
8461
8525
|
"text": "string"
|
|
8462
8526
|
},
|
|
8463
8527
|
"default": "''",
|
|
8464
|
-
"
|
|
8528
|
+
"attribute": "name",
|
|
8529
|
+
"inheritedFrom": {
|
|
8530
|
+
"name": "FormField",
|
|
8531
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8532
|
+
}
|
|
8465
8533
|
},
|
|
8466
8534
|
{
|
|
8535
|
+
"kind": "field",
|
|
8467
8536
|
"name": "value",
|
|
8468
8537
|
"type": {
|
|
8469
8538
|
"text": "string"
|
|
8470
8539
|
},
|
|
8471
8540
|
"default": "''",
|
|
8472
|
-
"
|
|
8541
|
+
"attribute": "value",
|
|
8542
|
+
"inheritedFrom": {
|
|
8543
|
+
"name": "FormField",
|
|
8544
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8545
|
+
}
|
|
8473
8546
|
},
|
|
8474
8547
|
{
|
|
8548
|
+
"kind": "field",
|
|
8475
8549
|
"name": "validationRules",
|
|
8476
8550
|
"type": {
|
|
8477
8551
|
"text": "Array<FormValidator>"
|
|
8478
8552
|
},
|
|
8479
8553
|
"default": "[]",
|
|
8480
|
-
"
|
|
8554
|
+
"attribute": "validationRules",
|
|
8555
|
+
"inheritedFrom": {
|
|
8556
|
+
"name": "FormField",
|
|
8557
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8558
|
+
}
|
|
8481
8559
|
},
|
|
8482
8560
|
{
|
|
8483
|
-
"
|
|
8561
|
+
"kind": "field",
|
|
8562
|
+
"name": "inputAriaLabel",
|
|
8484
8563
|
"type": {
|
|
8485
8564
|
"text": "string | undefined"
|
|
8486
8565
|
},
|
|
8487
|
-
"
|
|
8488
|
-
|
|
8489
|
-
|
|
8490
|
-
|
|
8491
|
-
|
|
8492
|
-
|
|
8493
|
-
},
|
|
8494
|
-
"customElement": true
|
|
8495
|
-
}
|
|
8496
|
-
],
|
|
8497
|
-
"exports": [
|
|
8498
|
-
{
|
|
8499
|
-
"kind": "js",
|
|
8500
|
-
"name": "FormField",
|
|
8501
|
-
"declaration": {
|
|
8502
|
-
"name": "FormField",
|
|
8503
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8504
|
-
}
|
|
8505
|
-
}
|
|
8506
|
-
]
|
|
8507
|
-
},
|
|
8508
|
-
{
|
|
8509
|
-
"kind": "javascript-module",
|
|
8510
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8511
|
-
"declarations": [
|
|
8512
|
-
{
|
|
8513
|
-
"kind": "class",
|
|
8514
|
-
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
8515
|
-
"name": "BmForm",
|
|
8516
|
-
"slots": [
|
|
8517
|
-
{
|
|
8518
|
-
"description": "Add controls to the Form",
|
|
8519
|
-
"name": "slot"
|
|
8520
|
-
}
|
|
8521
|
-
],
|
|
8522
|
-
"members": [
|
|
8566
|
+
"attribute": "input-aria-label",
|
|
8567
|
+
"inheritedFrom": {
|
|
8568
|
+
"name": "FormField",
|
|
8569
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8570
|
+
}
|
|
8571
|
+
},
|
|
8523
8572
|
{
|
|
8524
8573
|
"kind": "field",
|
|
8525
|
-
"name": "
|
|
8574
|
+
"name": "formContext",
|
|
8526
8575
|
"type": {
|
|
8527
|
-
"text": "
|
|
8576
|
+
"text": "BmFormContext"
|
|
8528
8577
|
},
|
|
8529
|
-
"
|
|
8530
|
-
|
|
8531
|
-
|
|
8578
|
+
"inheritedFrom": {
|
|
8579
|
+
"name": "FormField",
|
|
8580
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8581
|
+
}
|
|
8582
|
+
},
|
|
8583
|
+
{
|
|
8584
|
+
"kind": "method",
|
|
8585
|
+
"name": "formAssociatedCallback",
|
|
8586
|
+
"return": {
|
|
8587
|
+
"type": {
|
|
8588
|
+
"text": "void"
|
|
8589
|
+
}
|
|
8590
|
+
},
|
|
8591
|
+
"inheritedFrom": {
|
|
8592
|
+
"name": "FormField",
|
|
8593
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8594
|
+
}
|
|
8532
8595
|
},
|
|
8533
8596
|
{
|
|
8534
|
-
"kind": "
|
|
8535
|
-
"name": "
|
|
8536
|
-
"
|
|
8537
|
-
"
|
|
8597
|
+
"kind": "method",
|
|
8598
|
+
"name": "formResetCallback",
|
|
8599
|
+
"return": {
|
|
8600
|
+
"type": {
|
|
8601
|
+
"text": "void"
|
|
8602
|
+
}
|
|
8538
8603
|
},
|
|
8539
|
-
"
|
|
8540
|
-
|
|
8541
|
-
|
|
8542
|
-
|
|
8604
|
+
"inheritedFrom": {
|
|
8605
|
+
"name": "FormField",
|
|
8606
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8607
|
+
}
|
|
8608
|
+
}
|
|
8609
|
+
],
|
|
8610
|
+
"attributes": [
|
|
8543
8611
|
{
|
|
8544
|
-
"kind": "field",
|
|
8545
8612
|
"name": "required",
|
|
8546
8613
|
"type": {
|
|
8547
8614
|
"text": "boolean"
|
|
8548
8615
|
},
|
|
8549
8616
|
"default": "false",
|
|
8550
|
-
"description": "Specify if
|
|
8551
|
-
"
|
|
8617
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8618
|
+
"fieldName": "required"
|
|
8552
8619
|
},
|
|
8553
8620
|
{
|
|
8554
|
-
"
|
|
8555
|
-
"name": "disabled",
|
|
8621
|
+
"name": "readOnly",
|
|
8556
8622
|
"type": {
|
|
8557
8623
|
"text": "boolean"
|
|
8558
8624
|
},
|
|
8559
8625
|
"default": "false",
|
|
8560
|
-
"description": "Specify if
|
|
8561
|
-
"
|
|
8626
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8627
|
+
"fieldName": "readOnly"
|
|
8562
8628
|
},
|
|
8563
8629
|
{
|
|
8564
|
-
"
|
|
8565
|
-
"name": "readOnly",
|
|
8630
|
+
"name": "disabled",
|
|
8566
8631
|
"type": {
|
|
8567
8632
|
"text": "boolean"
|
|
8568
8633
|
},
|
|
8569
8634
|
"default": "false",
|
|
8570
|
-
"description": "Specify if
|
|
8571
|
-
"
|
|
8572
|
-
},
|
|
8573
|
-
{
|
|
8574
|
-
"kind": "field",
|
|
8575
|
-
"name": "action",
|
|
8576
|
-
"type": {
|
|
8577
|
-
"text": "string | undefined"
|
|
8578
|
-
},
|
|
8579
|
-
"attribute": "action"
|
|
8635
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8636
|
+
"fieldName": "disabled"
|
|
8580
8637
|
},
|
|
8581
8638
|
{
|
|
8582
|
-
"
|
|
8583
|
-
"name": "method",
|
|
8639
|
+
"name": "error",
|
|
8584
8640
|
"type": {
|
|
8585
8641
|
"text": "string | undefined"
|
|
8586
8642
|
},
|
|
8587
|
-
"
|
|
8643
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8644
|
+
"fieldName": "error"
|
|
8588
8645
|
},
|
|
8589
8646
|
{
|
|
8590
|
-
"
|
|
8591
|
-
"name": "target",
|
|
8647
|
+
"name": "fluid",
|
|
8592
8648
|
"type": {
|
|
8593
|
-
"text": "
|
|
8649
|
+
"text": "boolean"
|
|
8594
8650
|
},
|
|
8595
|
-
"
|
|
8651
|
+
"default": "false",
|
|
8652
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8653
|
+
"fieldName": "fluid"
|
|
8596
8654
|
},
|
|
8597
8655
|
{
|
|
8598
|
-
"
|
|
8599
|
-
"name": "enctype",
|
|
8656
|
+
"name": "width",
|
|
8600
8657
|
"type": {
|
|
8601
8658
|
"text": "string | undefined"
|
|
8602
8659
|
},
|
|
8603
|
-
"
|
|
8604
|
-
|
|
8605
|
-
{
|
|
8606
|
-
"kind": "field",
|
|
8607
|
-
"name": "formMeta",
|
|
8608
|
-
"type": {
|
|
8609
|
-
"text": "Record<string, FieldMeta>"
|
|
8610
|
-
},
|
|
8611
|
-
"default": "{}"
|
|
8612
|
-
},
|
|
8613
|
-
{
|
|
8614
|
-
"kind": "field",
|
|
8615
|
-
"name": "formRef"
|
|
8616
|
-
},
|
|
8617
|
-
{
|
|
8618
|
-
"kind": "field",
|
|
8619
|
-
"name": "formContext",
|
|
8620
|
-
"type": {
|
|
8621
|
-
"text": "BmFormContext"
|
|
8622
|
-
},
|
|
8623
|
-
"privacy": "public",
|
|
8624
|
-
"default": "bmFormInitials"
|
|
8625
|
-
}
|
|
8626
|
-
],
|
|
8627
|
-
"events": [
|
|
8628
|
-
{
|
|
8629
|
-
"description": "Validates the inputs and submits the form",
|
|
8630
|
-
"name": "submit"
|
|
8631
|
-
}
|
|
8632
|
-
],
|
|
8633
|
-
"attributes": [
|
|
8634
|
-
{
|
|
8635
|
-
"name": "validationMode",
|
|
8636
|
-
"type": {
|
|
8637
|
-
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8638
|
-
},
|
|
8639
|
-
"default": "'onBlur'",
|
|
8640
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
8641
|
-
"fieldName": "validationMode"
|
|
8660
|
+
"description": "Specify the width of NativeSelect",
|
|
8661
|
+
"fieldName": "width"
|
|
8642
8662
|
},
|
|
8643
8663
|
{
|
|
8644
|
-
"name": "
|
|
8664
|
+
"name": "ellipse",
|
|
8645
8665
|
"type": {
|
|
8646
|
-
"text": "
|
|
8666
|
+
"text": "boolean"
|
|
8647
8667
|
},
|
|
8648
|
-
"default": "
|
|
8649
|
-
"description": "Specify
|
|
8650
|
-
"fieldName": "
|
|
8668
|
+
"default": "true",
|
|
8669
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8670
|
+
"fieldName": "ellipse"
|
|
8651
8671
|
},
|
|
8652
8672
|
{
|
|
8653
|
-
"name": "
|
|
8673
|
+
"name": "hideRequiredMarker",
|
|
8654
8674
|
"type": {
|
|
8655
8675
|
"text": "boolean"
|
|
8656
8676
|
},
|
|
8657
8677
|
"default": "false",
|
|
8658
|
-
"description": "Specify if
|
|
8659
|
-
"fieldName": "
|
|
8678
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8679
|
+
"fieldName": "hideRequiredMarker"
|
|
8660
8680
|
},
|
|
8661
8681
|
{
|
|
8662
|
-
"name": "
|
|
8682
|
+
"name": "theme",
|
|
8663
8683
|
"type": {
|
|
8664
|
-
"text": "
|
|
8684
|
+
"text": "'light' | 'dark' | undefined"
|
|
8665
8685
|
},
|
|
8666
|
-
"
|
|
8667
|
-
"
|
|
8668
|
-
"fieldName": "disabled"
|
|
8686
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8687
|
+
"fieldName": "theme"
|
|
8669
8688
|
},
|
|
8670
8689
|
{
|
|
8671
|
-
"name": "
|
|
8690
|
+
"name": "id",
|
|
8672
8691
|
"type": {
|
|
8673
|
-
"text": "
|
|
8692
|
+
"text": "string"
|
|
8674
8693
|
},
|
|
8675
|
-
"default": "
|
|
8676
|
-
"
|
|
8677
|
-
"
|
|
8694
|
+
"default": "''",
|
|
8695
|
+
"fieldName": "id",
|
|
8696
|
+
"inheritedFrom": {
|
|
8697
|
+
"name": "FormField",
|
|
8698
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8699
|
+
}
|
|
8678
8700
|
},
|
|
8679
8701
|
{
|
|
8680
|
-
"name": "
|
|
8702
|
+
"name": "name",
|
|
8681
8703
|
"type": {
|
|
8682
|
-
"text": "string
|
|
8704
|
+
"text": "string"
|
|
8683
8705
|
},
|
|
8684
|
-
"
|
|
8706
|
+
"default": "''",
|
|
8707
|
+
"fieldName": "name",
|
|
8708
|
+
"inheritedFrom": {
|
|
8709
|
+
"name": "FormField",
|
|
8710
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8711
|
+
}
|
|
8685
8712
|
},
|
|
8686
8713
|
{
|
|
8687
|
-
"name": "
|
|
8714
|
+
"name": "value",
|
|
8688
8715
|
"type": {
|
|
8689
|
-
"text": "string
|
|
8716
|
+
"text": "string"
|
|
8690
8717
|
},
|
|
8691
|
-
"
|
|
8718
|
+
"default": "''",
|
|
8719
|
+
"fieldName": "value",
|
|
8720
|
+
"inheritedFrom": {
|
|
8721
|
+
"name": "FormField",
|
|
8722
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8723
|
+
}
|
|
8692
8724
|
},
|
|
8693
8725
|
{
|
|
8694
|
-
"name": "
|
|
8726
|
+
"name": "validationRules",
|
|
8695
8727
|
"type": {
|
|
8696
|
-
"text": "
|
|
8728
|
+
"text": "Array<FormValidator>"
|
|
8697
8729
|
},
|
|
8698
|
-
"
|
|
8730
|
+
"default": "[]",
|
|
8731
|
+
"fieldName": "validationRules",
|
|
8732
|
+
"inheritedFrom": {
|
|
8733
|
+
"name": "FormField",
|
|
8734
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8735
|
+
}
|
|
8699
8736
|
},
|
|
8700
8737
|
{
|
|
8701
|
-
"name": "
|
|
8738
|
+
"name": "input-aria-label",
|
|
8702
8739
|
"type": {
|
|
8703
8740
|
"text": "string | undefined"
|
|
8704
8741
|
},
|
|
8705
|
-
"fieldName": "
|
|
8742
|
+
"fieldName": "inputAriaLabel",
|
|
8743
|
+
"inheritedFrom": {
|
|
8744
|
+
"name": "FormField",
|
|
8745
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8746
|
+
}
|
|
8706
8747
|
}
|
|
8707
8748
|
],
|
|
8708
8749
|
"superclass": {
|
|
8709
|
-
"name": "
|
|
8710
|
-
"
|
|
8750
|
+
"name": "FormField",
|
|
8751
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8711
8752
|
},
|
|
8712
|
-
"summary": "`bm-
|
|
8713
|
-
"tagName": "bm-
|
|
8753
|
+
"summary": "`bm-native-select`",
|
|
8754
|
+
"tagName": "bm-native-select",
|
|
8714
8755
|
"customElement": true
|
|
8715
8756
|
}
|
|
8716
8757
|
],
|
|
8717
8758
|
"exports": [
|
|
8718
8759
|
{
|
|
8719
8760
|
"kind": "js",
|
|
8720
|
-
"name": "
|
|
8721
|
-
"declaration": {
|
|
8722
|
-
"name": "validators",
|
|
8723
|
-
"package": "@viasat/beam-shared/components/form"
|
|
8724
|
-
}
|
|
8725
|
-
},
|
|
8726
|
-
{
|
|
8727
|
-
"kind": "js",
|
|
8728
|
-
"name": "BmForm",
|
|
8761
|
+
"name": "BmNativeSelect",
|
|
8729
8762
|
"declaration": {
|
|
8730
|
-
"name": "
|
|
8731
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8763
|
+
"name": "BmNativeSelect",
|
|
8764
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8732
8765
|
}
|
|
8733
8766
|
},
|
|
8734
8767
|
{
|
|
8735
8768
|
"kind": "custom-element-definition",
|
|
8736
|
-
"name": "bm-
|
|
8737
|
-
"declaration": {
|
|
8738
|
-
"name": "BmForm",
|
|
8739
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8740
|
-
}
|
|
8741
|
-
}
|
|
8742
|
-
]
|
|
8743
|
-
},
|
|
8744
|
-
{
|
|
8745
|
-
"kind": "javascript-module",
|
|
8746
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8747
|
-
"declarations": [
|
|
8748
|
-
{
|
|
8749
|
-
"kind": "function",
|
|
8750
|
-
"name": "createId",
|
|
8751
|
-
"return": {
|
|
8752
|
-
"type": {
|
|
8753
|
-
"text": "string"
|
|
8754
|
-
}
|
|
8755
|
-
}
|
|
8756
|
-
}
|
|
8757
|
-
],
|
|
8758
|
-
"exports": [
|
|
8759
|
-
{
|
|
8760
|
-
"kind": "js",
|
|
8761
|
-
"name": "createId",
|
|
8769
|
+
"name": "bm-native-select",
|
|
8762
8770
|
"declaration": {
|
|
8763
|
-
"name": "
|
|
8764
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8771
|
+
"name": "BmNativeSelect",
|
|
8772
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8765
8773
|
}
|
|
8766
8774
|
}
|
|
8767
8775
|
]
|
|
8768
8776
|
},
|
|
8769
8777
|
{
|
|
8770
8778
|
"kind": "javascript-module",
|
|
8771
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8779
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8772
8780
|
"declarations": [],
|
|
8773
8781
|
"exports": [
|
|
8774
8782
|
{
|
|
@@ -8776,15 +8784,7 @@
|
|
|
8776
8784
|
"name": "*",
|
|
8777
8785
|
"declaration": {
|
|
8778
8786
|
"name": "*",
|
|
8779
|
-
"package": "./
|
|
8780
|
-
}
|
|
8781
|
-
},
|
|
8782
|
-
{
|
|
8783
|
-
"kind": "js",
|
|
8784
|
-
"name": "*",
|
|
8785
|
-
"declaration": {
|
|
8786
|
-
"name": "*",
|
|
8787
|
-
"package": "./Form.decorator"
|
|
8787
|
+
"package": "./NativeSelect"
|
|
8788
8788
|
}
|
|
8789
8789
|
}
|
|
8790
8790
|
]
|