@viasat/beam-web-components 2.2.1 → 2.9.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/AvatarGroup.js +1 -1
- package/Breadcrumbs/Breadcrumbs.js +1 -1
- package/Link/Link.js +1 -1
- package/SegmentedControl/SegmentedControlItem.js +1 -1
- package/chunks/dom.CroF8n1N.js +29 -0
- package/custom-elements.json +1628 -1628
- package/local/Avatar/AvatarGroup.js +1 -1
- package/local/Breadcrumbs/Breadcrumbs.js +1 -1
- package/local/Link/Link.js +1 -1
- package/local/SegmentedControl/SegmentedControlItem.js +1 -1
- package/local/chunks/dom.CroF8n1N.js +29 -0
- package/local/wip/Checkbox/Checkbox.js +1 -1
- package/local/wip/RadioButton/RadioButton.js +1 -1
- package/package.json +6 -6
- package/vscode.html-custom-data.json +167 -167
- package/wip/Checkbox/Checkbox.js +1 -1
- package/wip/RadioButton/RadioButton.js +1 -1
- package/chunks/dom.Bbze9_v5.js +0 -29
- package/local/chunks/dom.Bbze9_v5.js +0 -29
package/custom-elements.json
CHANGED
|
@@ -294,68 +294,32 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
302
|
+
"name": "BmBadge",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
306
|
-
"name": "
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
310
|
-
"name": "heading"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
314
|
-
"name": "body"
|
|
305
|
+
"description": "Provide text for the Badge",
|
|
306
|
+
"name": "default"
|
|
315
307
|
},
|
|
316
308
|
{
|
|
317
|
-
"description": "Specify
|
|
318
|
-
"name": "
|
|
309
|
+
"description": "Specify a different icon for the Badge",
|
|
310
|
+
"name": "icon"
|
|
319
311
|
}
|
|
320
312
|
],
|
|
321
313
|
"members": [
|
|
322
314
|
{
|
|
323
315
|
"kind": "field",
|
|
324
|
-
"name": "
|
|
325
|
-
"type": {
|
|
326
|
-
"text": "string | undefined"
|
|
327
|
-
},
|
|
328
|
-
"description": "Specify the heading text for Alert",
|
|
329
|
-
"attribute": "heading"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"kind": "field",
|
|
333
|
-
"name": "body",
|
|
334
|
-
"type": {
|
|
335
|
-
"text": "string | undefined"
|
|
336
|
-
},
|
|
337
|
-
"description": "Specify the body text for Alert",
|
|
338
|
-
"attribute": "body"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"kind": "field",
|
|
342
|
-
"name": "size",
|
|
343
|
-
"type": {
|
|
344
|
-
"text": "'sm' | 'md'"
|
|
345
|
-
},
|
|
346
|
-
"default": "'sm'",
|
|
347
|
-
"description": "Specify the size of the Alert",
|
|
348
|
-
"attribute": "size"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"kind": "field",
|
|
352
|
-
"name": "fullWidth",
|
|
316
|
+
"name": "appearance",
|
|
353
317
|
"type": {
|
|
354
|
-
"text": "
|
|
318
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
355
319
|
},
|
|
356
|
-
"default": "
|
|
357
|
-
"description": "Specify
|
|
358
|
-
"attribute": "
|
|
320
|
+
"default": "'infoPrimary'",
|
|
321
|
+
"description": "Specify the appearance of the Badge",
|
|
322
|
+
"attribute": "appearance"
|
|
359
323
|
},
|
|
360
324
|
{
|
|
361
325
|
"kind": "field",
|
|
@@ -363,204 +327,114 @@
|
|
|
363
327
|
"type": {
|
|
364
328
|
"text": "'light' | 'dark' | undefined"
|
|
365
329
|
},
|
|
366
|
-
"description": "
|
|
330
|
+
"description": "Theme of the Badge",
|
|
367
331
|
"attribute": "theme"
|
|
368
332
|
},
|
|
369
333
|
{
|
|
370
334
|
"kind": "field",
|
|
371
|
-
"name": "
|
|
335
|
+
"name": "size",
|
|
372
336
|
"type": {
|
|
373
|
-
"text": "'
|
|
337
|
+
"text": "'sm' | 'md' | undefined"
|
|
374
338
|
},
|
|
375
|
-
"default": "'
|
|
376
|
-
"description": "Specify the
|
|
377
|
-
"attribute": "
|
|
339
|
+
"default": "'sm'",
|
|
340
|
+
"description": "Specify the size of the Badge",
|
|
341
|
+
"attribute": "size"
|
|
378
342
|
},
|
|
379
343
|
{
|
|
380
344
|
"kind": "field",
|
|
381
|
-
"name": "
|
|
345
|
+
"name": "emphasis",
|
|
382
346
|
"type": {
|
|
383
|
-
"text": "
|
|
347
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
384
348
|
},
|
|
385
|
-
"default": "
|
|
386
|
-
"description": "Specify
|
|
387
|
-
"attribute": "
|
|
349
|
+
"default": "'strong'",
|
|
350
|
+
"description": "Specify the emphasis of the Badge",
|
|
351
|
+
"attribute": "emphasis"
|
|
388
352
|
},
|
|
389
353
|
{
|
|
390
354
|
"kind": "field",
|
|
391
355
|
"name": "hideIcon",
|
|
392
356
|
"type": {
|
|
393
|
-
"text": "boolean"
|
|
357
|
+
"text": "boolean | undefined"
|
|
394
358
|
},
|
|
395
|
-
"
|
|
396
|
-
"description": "Specify if the icon displays on the Alert",
|
|
359
|
+
"description": "Hides Badge icon",
|
|
397
360
|
"attribute": "hideIcon"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"kind": "field",
|
|
401
|
-
"name": "dismissible",
|
|
402
|
-
"type": {
|
|
403
|
-
"text": "boolean"
|
|
404
|
-
},
|
|
405
|
-
"default": "false",
|
|
406
|
-
"description": "Specify if the Alert can be dismissed",
|
|
407
|
-
"attribute": "dismissible"
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
"kind": "field",
|
|
411
|
-
"name": "disableAutoFocus",
|
|
412
|
-
"type": {
|
|
413
|
-
"text": "boolean"
|
|
414
|
-
},
|
|
415
|
-
"default": "false",
|
|
416
|
-
"description": "Prevent autofocus on show",
|
|
417
|
-
"attribute": "disableAutoFocus"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"kind": "field",
|
|
421
|
-
"name": "disableCloseOnEscape",
|
|
422
|
-
"type": {
|
|
423
|
-
"text": "boolean"
|
|
424
|
-
},
|
|
425
|
-
"default": "false",
|
|
426
|
-
"description": "Prevent Escape from closing",
|
|
427
|
-
"attribute": "disableCloseOnEscape"
|
|
428
|
-
}
|
|
429
|
-
],
|
|
430
|
-
"events": [
|
|
431
|
-
{
|
|
432
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
433
|
-
"name": "bm-dismiss"
|
|
434
361
|
}
|
|
435
362
|
],
|
|
436
363
|
"attributes": [
|
|
437
364
|
{
|
|
438
|
-
"name": "
|
|
439
|
-
"type": {
|
|
440
|
-
"text": "string | undefined"
|
|
441
|
-
},
|
|
442
|
-
"description": "Specify the heading text for Alert",
|
|
443
|
-
"fieldName": "heading"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"name": "body",
|
|
447
|
-
"type": {
|
|
448
|
-
"text": "string | undefined"
|
|
449
|
-
},
|
|
450
|
-
"description": "Specify the body text for Alert",
|
|
451
|
-
"fieldName": "body"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"name": "size",
|
|
455
|
-
"type": {
|
|
456
|
-
"text": "'sm' | 'md'"
|
|
457
|
-
},
|
|
458
|
-
"default": "'sm'",
|
|
459
|
-
"description": "Specify the size of the Alert",
|
|
460
|
-
"fieldName": "size"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"name": "fullWidth",
|
|
365
|
+
"name": "appearance",
|
|
464
366
|
"type": {
|
|
465
|
-
"text": "
|
|
367
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
466
368
|
},
|
|
467
|
-
"default": "
|
|
468
|
-
"description": "Specify
|
|
469
|
-
"fieldName": "
|
|
369
|
+
"default": "'infoPrimary'",
|
|
370
|
+
"description": "Specify the appearance of the Badge",
|
|
371
|
+
"fieldName": "appearance"
|
|
470
372
|
},
|
|
471
373
|
{
|
|
472
374
|
"name": "theme",
|
|
473
375
|
"type": {
|
|
474
376
|
"text": "'light' | 'dark' | undefined"
|
|
475
377
|
},
|
|
476
|
-
"description": "
|
|
378
|
+
"description": "Theme of the Badge",
|
|
477
379
|
"fieldName": "theme"
|
|
478
380
|
},
|
|
479
381
|
{
|
|
480
|
-
"name": "
|
|
382
|
+
"name": "size",
|
|
481
383
|
"type": {
|
|
482
|
-
"text": "'
|
|
384
|
+
"text": "'sm' | 'md' | undefined"
|
|
483
385
|
},
|
|
484
|
-
"default": "'
|
|
485
|
-
"description": "Specify the
|
|
486
|
-
"fieldName": "
|
|
386
|
+
"default": "'sm'",
|
|
387
|
+
"description": "Specify the size of the Badge",
|
|
388
|
+
"fieldName": "size"
|
|
487
389
|
},
|
|
488
390
|
{
|
|
489
|
-
"name": "
|
|
391
|
+
"name": "emphasis",
|
|
490
392
|
"type": {
|
|
491
|
-
"text": "
|
|
393
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
492
394
|
},
|
|
493
|
-
"default": "
|
|
494
|
-
"description": "Specify
|
|
495
|
-
"fieldName": "
|
|
395
|
+
"default": "'strong'",
|
|
396
|
+
"description": "Specify the emphasis of the Badge",
|
|
397
|
+
"fieldName": "emphasis"
|
|
496
398
|
},
|
|
497
399
|
{
|
|
498
400
|
"name": "hideIcon",
|
|
499
401
|
"type": {
|
|
500
|
-
"text": "boolean"
|
|
402
|
+
"text": "boolean | undefined"
|
|
501
403
|
},
|
|
502
|
-
"
|
|
503
|
-
"description": "Specify if the icon displays on the Alert",
|
|
404
|
+
"description": "Hides Badge icon",
|
|
504
405
|
"fieldName": "hideIcon"
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"name": "dismissible",
|
|
508
|
-
"type": {
|
|
509
|
-
"text": "boolean"
|
|
510
|
-
},
|
|
511
|
-
"default": "false",
|
|
512
|
-
"description": "Specify if the Alert can be dismissed",
|
|
513
|
-
"fieldName": "dismissible"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "disableAutoFocus",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "boolean"
|
|
519
|
-
},
|
|
520
|
-
"default": "false",
|
|
521
|
-
"description": "Prevent autofocus on show",
|
|
522
|
-
"fieldName": "disableAutoFocus"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"name": "disableCloseOnEscape",
|
|
526
|
-
"type": {
|
|
527
|
-
"text": "boolean"
|
|
528
|
-
},
|
|
529
|
-
"default": "false",
|
|
530
|
-
"description": "Prevent Escape from closing",
|
|
531
|
-
"fieldName": "disableCloseOnEscape"
|
|
532
406
|
}
|
|
533
407
|
],
|
|
534
408
|
"superclass": {
|
|
535
409
|
"name": "LitElement",
|
|
536
410
|
"package": "lit"
|
|
537
411
|
},
|
|
538
|
-
"tagName": "bm-
|
|
412
|
+
"tagName": "bm-badge",
|
|
539
413
|
"customElement": true
|
|
540
414
|
}
|
|
541
415
|
],
|
|
542
416
|
"exports": [
|
|
543
417
|
{
|
|
544
418
|
"kind": "js",
|
|
545
|
-
"name": "
|
|
419
|
+
"name": "BmBadge",
|
|
546
420
|
"declaration": {
|
|
547
|
-
"name": "
|
|
548
|
-
"module": "libs/web-components/src/lib/
|
|
421
|
+
"name": "BmBadge",
|
|
422
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
549
423
|
}
|
|
550
424
|
},
|
|
551
425
|
{
|
|
552
426
|
"kind": "custom-element-definition",
|
|
553
|
-
"name": "bm-
|
|
427
|
+
"name": "bm-badge",
|
|
554
428
|
"declaration": {
|
|
555
|
-
"name": "
|
|
556
|
-
"module": "libs/web-components/src/lib/
|
|
429
|
+
"name": "BmBadge",
|
|
430
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
557
431
|
}
|
|
558
432
|
}
|
|
559
433
|
]
|
|
560
434
|
},
|
|
561
435
|
{
|
|
562
436
|
"kind": "javascript-module",
|
|
563
|
-
"path": "libs/web-components/src/lib/
|
|
437
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
564
438
|
"declarations": [],
|
|
565
439
|
"exports": [
|
|
566
440
|
{
|
|
@@ -568,7 +442,7 @@
|
|
|
568
442
|
"name": "*",
|
|
569
443
|
"declaration": {
|
|
570
444
|
"name": "*",
|
|
571
|
-
"package": "./
|
|
445
|
+
"package": "./Badge"
|
|
572
446
|
}
|
|
573
447
|
}
|
|
574
448
|
]
|
|
@@ -967,124 +841,273 @@
|
|
|
967
841
|
},
|
|
968
842
|
{
|
|
969
843
|
"kind": "javascript-module",
|
|
970
|
-
"path": "libs/web-components/src/lib/
|
|
844
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
971
845
|
"declarations": [
|
|
972
846
|
{
|
|
973
847
|
"kind": "class",
|
|
974
|
-
"description": "`bm-
|
|
975
|
-
"name": "
|
|
848
|
+
"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",
|
|
849
|
+
"name": "BmAlert",
|
|
976
850
|
"slots": [
|
|
977
851
|
{
|
|
978
|
-
"description": "
|
|
979
|
-
"name": "
|
|
852
|
+
"description": "Specify a different icon for the Alert",
|
|
853
|
+
"name": "icon"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
857
|
+
"name": "heading"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
861
|
+
"name": "body"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
"description": "Specify if actions display on the Alert",
|
|
865
|
+
"name": "actions"
|
|
980
866
|
}
|
|
981
867
|
],
|
|
982
868
|
"members": [
|
|
983
869
|
{
|
|
984
870
|
"kind": "field",
|
|
985
|
-
"name": "
|
|
871
|
+
"name": "heading",
|
|
986
872
|
"type": {
|
|
987
|
-
"text": "
|
|
873
|
+
"text": "string | undefined"
|
|
988
874
|
},
|
|
989
|
-
"description": "Specify the
|
|
875
|
+
"description": "Specify the heading text for Alert",
|
|
876
|
+
"attribute": "heading"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"kind": "field",
|
|
880
|
+
"name": "body",
|
|
881
|
+
"type": {
|
|
882
|
+
"text": "string | undefined"
|
|
883
|
+
},
|
|
884
|
+
"description": "Specify the body text for Alert",
|
|
885
|
+
"attribute": "body"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "field",
|
|
889
|
+
"name": "size",
|
|
890
|
+
"type": {
|
|
891
|
+
"text": "'sm' | 'md'"
|
|
892
|
+
},
|
|
893
|
+
"default": "'sm'",
|
|
894
|
+
"description": "Specify the size of the Alert",
|
|
895
|
+
"attribute": "size"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "field",
|
|
899
|
+
"name": "fullWidth",
|
|
900
|
+
"type": {
|
|
901
|
+
"text": "boolean"
|
|
902
|
+
},
|
|
903
|
+
"default": "false",
|
|
904
|
+
"description": "Specify if the Alert has no border radius",
|
|
905
|
+
"attribute": "fullWidth"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"kind": "field",
|
|
909
|
+
"name": "theme",
|
|
910
|
+
"type": {
|
|
911
|
+
"text": "'light' | 'dark' | undefined"
|
|
912
|
+
},
|
|
913
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
990
914
|
"attribute": "theme"
|
|
991
915
|
},
|
|
992
916
|
{
|
|
993
917
|
"kind": "field",
|
|
994
918
|
"name": "appearance",
|
|
995
919
|
"type": {
|
|
996
|
-
"text": "'
|
|
920
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
997
921
|
},
|
|
998
922
|
"default": "'infoPrimary'",
|
|
999
|
-
"description": "Specify the appearance of the
|
|
923
|
+
"description": "Specify the appearance of the Alert",
|
|
1000
924
|
"attribute": "appearance"
|
|
1001
925
|
},
|
|
1002
926
|
{
|
|
1003
927
|
"kind": "field",
|
|
1004
|
-
"name": "
|
|
928
|
+
"name": "hidden",
|
|
1005
929
|
"type": {
|
|
1006
|
-
"text": "
|
|
930
|
+
"text": "boolean"
|
|
1007
931
|
},
|
|
1008
|
-
"default": "
|
|
1009
|
-
"description": "Specify the
|
|
1010
|
-
"attribute": "
|
|
932
|
+
"default": "false",
|
|
933
|
+
"description": "Specify if the Alert is hidden",
|
|
934
|
+
"attribute": "hidden"
|
|
1011
935
|
},
|
|
1012
936
|
{
|
|
1013
937
|
"kind": "field",
|
|
1014
|
-
"name": "
|
|
938
|
+
"name": "hideIcon",
|
|
1015
939
|
"type": {
|
|
1016
|
-
"text": "
|
|
940
|
+
"text": "boolean"
|
|
1017
941
|
},
|
|
1018
|
-
"
|
|
1019
|
-
"
|
|
942
|
+
"default": "false",
|
|
943
|
+
"description": "Specify if the icon displays on the Alert",
|
|
944
|
+
"attribute": "hideIcon"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"kind": "field",
|
|
948
|
+
"name": "dismissible",
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "boolean"
|
|
951
|
+
},
|
|
952
|
+
"default": "false",
|
|
953
|
+
"description": "Specify if the Alert can be dismissed",
|
|
954
|
+
"attribute": "dismissible"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"kind": "field",
|
|
958
|
+
"name": "disableAutoFocus",
|
|
959
|
+
"type": {
|
|
960
|
+
"text": "boolean"
|
|
961
|
+
},
|
|
962
|
+
"default": "false",
|
|
963
|
+
"description": "Prevent autofocus on show",
|
|
964
|
+
"attribute": "disableAutoFocus"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"kind": "field",
|
|
968
|
+
"name": "disableCloseOnEscape",
|
|
969
|
+
"type": {
|
|
970
|
+
"text": "boolean"
|
|
971
|
+
},
|
|
972
|
+
"default": "false",
|
|
973
|
+
"description": "Prevent Escape from closing",
|
|
974
|
+
"attribute": "disableCloseOnEscape"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"events": [
|
|
978
|
+
{
|
|
979
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
980
|
+
"name": "bm-dismiss"
|
|
1020
981
|
}
|
|
1021
982
|
],
|
|
1022
983
|
"attributes": [
|
|
984
|
+
{
|
|
985
|
+
"name": "heading",
|
|
986
|
+
"type": {
|
|
987
|
+
"text": "string | undefined"
|
|
988
|
+
},
|
|
989
|
+
"description": "Specify the heading text for Alert",
|
|
990
|
+
"fieldName": "heading"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"name": "body",
|
|
994
|
+
"type": {
|
|
995
|
+
"text": "string | undefined"
|
|
996
|
+
},
|
|
997
|
+
"description": "Specify the body text for Alert",
|
|
998
|
+
"fieldName": "body"
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"name": "size",
|
|
1002
|
+
"type": {
|
|
1003
|
+
"text": "'sm' | 'md'"
|
|
1004
|
+
},
|
|
1005
|
+
"default": "'sm'",
|
|
1006
|
+
"description": "Specify the size of the Alert",
|
|
1007
|
+
"fieldName": "size"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"name": "fullWidth",
|
|
1011
|
+
"type": {
|
|
1012
|
+
"text": "boolean"
|
|
1013
|
+
},
|
|
1014
|
+
"default": "false",
|
|
1015
|
+
"description": "Specify if the Alert has no border radius",
|
|
1016
|
+
"fieldName": "fullWidth"
|
|
1017
|
+
},
|
|
1023
1018
|
{
|
|
1024
1019
|
"name": "theme",
|
|
1025
1020
|
"type": {
|
|
1026
1021
|
"text": "'light' | 'dark' | undefined"
|
|
1027
1022
|
},
|
|
1028
|
-
"description": "Specify the theme of the
|
|
1023
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1029
1024
|
"fieldName": "theme"
|
|
1030
1025
|
},
|
|
1031
1026
|
{
|
|
1032
1027
|
"name": "appearance",
|
|
1033
1028
|
"type": {
|
|
1034
|
-
"text": "'
|
|
1029
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1035
1030
|
},
|
|
1036
1031
|
"default": "'infoPrimary'",
|
|
1037
|
-
"description": "Specify the appearance of the
|
|
1032
|
+
"description": "Specify the appearance of the Alert",
|
|
1038
1033
|
"fieldName": "appearance"
|
|
1039
1034
|
},
|
|
1040
1035
|
{
|
|
1041
|
-
"name": "
|
|
1036
|
+
"name": "hidden",
|
|
1042
1037
|
"type": {
|
|
1043
|
-
"text": "
|
|
1038
|
+
"text": "boolean"
|
|
1044
1039
|
},
|
|
1045
|
-
"default": "
|
|
1046
|
-
"description": "Specify the
|
|
1047
|
-
"fieldName": "
|
|
1040
|
+
"default": "false",
|
|
1041
|
+
"description": "Specify if the Alert is hidden",
|
|
1042
|
+
"fieldName": "hidden"
|
|
1048
1043
|
},
|
|
1049
1044
|
{
|
|
1050
|
-
"name": "
|
|
1045
|
+
"name": "hideIcon",
|
|
1051
1046
|
"type": {
|
|
1052
|
-
"text": "
|
|
1047
|
+
"text": "boolean"
|
|
1053
1048
|
},
|
|
1054
|
-
"
|
|
1055
|
-
"
|
|
1049
|
+
"default": "false",
|
|
1050
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1051
|
+
"fieldName": "hideIcon"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"name": "dismissible",
|
|
1055
|
+
"type": {
|
|
1056
|
+
"text": "boolean"
|
|
1057
|
+
},
|
|
1058
|
+
"default": "false",
|
|
1059
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1060
|
+
"fieldName": "dismissible"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "disableAutoFocus",
|
|
1064
|
+
"type": {
|
|
1065
|
+
"text": "boolean"
|
|
1066
|
+
},
|
|
1067
|
+
"default": "false",
|
|
1068
|
+
"description": "Prevent autofocus on show",
|
|
1069
|
+
"fieldName": "disableAutoFocus"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"name": "disableCloseOnEscape",
|
|
1073
|
+
"type": {
|
|
1074
|
+
"text": "boolean"
|
|
1075
|
+
},
|
|
1076
|
+
"default": "false",
|
|
1077
|
+
"description": "Prevent Escape from closing",
|
|
1078
|
+
"fieldName": "disableCloseOnEscape"
|
|
1056
1079
|
}
|
|
1057
1080
|
],
|
|
1058
1081
|
"superclass": {
|
|
1059
1082
|
"name": "LitElement",
|
|
1060
1083
|
"package": "lit"
|
|
1061
1084
|
},
|
|
1062
|
-
"tagName": "bm-
|
|
1085
|
+
"tagName": "bm-alert",
|
|
1063
1086
|
"customElement": true
|
|
1064
1087
|
}
|
|
1065
1088
|
],
|
|
1066
1089
|
"exports": [
|
|
1067
1090
|
{
|
|
1068
1091
|
"kind": "js",
|
|
1069
|
-
"name": "
|
|
1092
|
+
"name": "BmAlert",
|
|
1070
1093
|
"declaration": {
|
|
1071
|
-
"name": "
|
|
1072
|
-
"module": "libs/web-components/src/lib/
|
|
1094
|
+
"name": "BmAlert",
|
|
1095
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1073
1096
|
}
|
|
1074
1097
|
},
|
|
1075
1098
|
{
|
|
1076
1099
|
"kind": "custom-element-definition",
|
|
1077
|
-
"name": "bm-
|
|
1100
|
+
"name": "bm-alert",
|
|
1078
1101
|
"declaration": {
|
|
1079
|
-
"name": "
|
|
1080
|
-
"module": "libs/web-components/src/lib/
|
|
1102
|
+
"name": "BmAlert",
|
|
1103
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1081
1104
|
}
|
|
1082
1105
|
}
|
|
1083
1106
|
]
|
|
1084
1107
|
},
|
|
1085
1108
|
{
|
|
1086
1109
|
"kind": "javascript-module",
|
|
1087
|
-
"path": "libs/web-components/src/lib/
|
|
1110
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1088
1111
|
"declarations": [],
|
|
1089
1112
|
"exports": [
|
|
1090
1113
|
{
|
|
@@ -1092,154 +1115,131 @@
|
|
|
1092
1115
|
"name": "*",
|
|
1093
1116
|
"declaration": {
|
|
1094
1117
|
"name": "*",
|
|
1095
|
-
"package": "./
|
|
1118
|
+
"package": "./Alert"
|
|
1096
1119
|
}
|
|
1097
1120
|
}
|
|
1098
1121
|
]
|
|
1099
1122
|
},
|
|
1100
1123
|
{
|
|
1101
1124
|
"kind": "javascript-module",
|
|
1102
|
-
"path": "libs/web-components/src/lib/
|
|
1125
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1103
1126
|
"declarations": [
|
|
1104
1127
|
{
|
|
1105
1128
|
"kind": "class",
|
|
1106
|
-
"description": "`bm-badge`\n\n### Attributes:\n- **
|
|
1107
|
-
"name": "
|
|
1129
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
1130
|
+
"name": "BmBadgeDot",
|
|
1108
1131
|
"slots": [
|
|
1109
1132
|
{
|
|
1110
|
-
"description": "Provide text for the
|
|
1133
|
+
"description": "Provide text for the BadgeDot",
|
|
1111
1134
|
"name": "default"
|
|
1112
|
-
},
|
|
1113
|
-
{
|
|
1114
|
-
"description": "Specify a different icon for the Badge",
|
|
1115
|
-
"name": "icon"
|
|
1116
1135
|
}
|
|
1117
1136
|
],
|
|
1118
1137
|
"members": [
|
|
1119
|
-
{
|
|
1120
|
-
"kind": "field",
|
|
1121
|
-
"name": "appearance",
|
|
1122
|
-
"type": {
|
|
1123
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1124
|
-
},
|
|
1125
|
-
"default": "'infoPrimary'",
|
|
1126
|
-
"description": "Specify the appearance of the Badge",
|
|
1127
|
-
"attribute": "appearance"
|
|
1128
|
-
},
|
|
1129
1138
|
{
|
|
1130
1139
|
"kind": "field",
|
|
1131
1140
|
"name": "theme",
|
|
1132
1141
|
"type": {
|
|
1133
1142
|
"text": "'light' | 'dark' | undefined"
|
|
1134
1143
|
},
|
|
1135
|
-
"description": "
|
|
1144
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1136
1145
|
"attribute": "theme"
|
|
1137
1146
|
},
|
|
1138
1147
|
{
|
|
1139
1148
|
"kind": "field",
|
|
1140
|
-
"name": "
|
|
1149
|
+
"name": "appearance",
|
|
1141
1150
|
"type": {
|
|
1142
|
-
"text": "'
|
|
1151
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
|
|
1143
1152
|
},
|
|
1144
|
-
"default": "'
|
|
1145
|
-
"description": "Specify the
|
|
1146
|
-
"attribute": "
|
|
1153
|
+
"default": "'infoPrimary'",
|
|
1154
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1155
|
+
"attribute": "appearance"
|
|
1147
1156
|
},
|
|
1148
1157
|
{
|
|
1149
1158
|
"kind": "field",
|
|
1150
1159
|
"name": "emphasis",
|
|
1151
1160
|
"type": {
|
|
1152
|
-
"text": "
|
|
1161
|
+
"text": "Emphasis"
|
|
1153
1162
|
},
|
|
1154
1163
|
"default": "'strong'",
|
|
1155
|
-
"description": "Specify the emphasis of the
|
|
1164
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1156
1165
|
"attribute": "emphasis"
|
|
1157
1166
|
},
|
|
1158
1167
|
{
|
|
1159
1168
|
"kind": "field",
|
|
1160
|
-
"name": "
|
|
1169
|
+
"name": "overrideDotColor",
|
|
1161
1170
|
"type": {
|
|
1162
|
-
"text": "
|
|
1171
|
+
"text": "string | undefined"
|
|
1163
1172
|
},
|
|
1164
|
-
"description": "
|
|
1165
|
-
"attribute": "
|
|
1173
|
+
"description": "Overrides default dot color",
|
|
1174
|
+
"attribute": "overrideDotColor"
|
|
1166
1175
|
}
|
|
1167
1176
|
],
|
|
1168
1177
|
"attributes": [
|
|
1169
1178
|
{
|
|
1170
|
-
"name": "
|
|
1179
|
+
"name": "theme",
|
|
1171
1180
|
"type": {
|
|
1172
|
-
"text": "'
|
|
1181
|
+
"text": "'light' | 'dark' | undefined"
|
|
1173
1182
|
},
|
|
1174
|
-
"
|
|
1175
|
-
"description": "Specify the appearance of the Badge",
|
|
1176
|
-
"fieldName": "appearance"
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
"name": "theme",
|
|
1180
|
-
"type": {
|
|
1181
|
-
"text": "'light' | 'dark' | undefined"
|
|
1182
|
-
},
|
|
1183
|
-
"description": "Theme of the Badge",
|
|
1183
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1184
1184
|
"fieldName": "theme"
|
|
1185
1185
|
},
|
|
1186
1186
|
{
|
|
1187
|
-
"name": "
|
|
1187
|
+
"name": "appearance",
|
|
1188
1188
|
"type": {
|
|
1189
|
-
"text": "'
|
|
1189
|
+
"text": "'primary' | 'secondary' | 'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative' | 'inverse' | 'secondaryInverse'"
|
|
1190
1190
|
},
|
|
1191
|
-
"default": "'
|
|
1192
|
-
"description": "Specify the
|
|
1193
|
-
"fieldName": "
|
|
1191
|
+
"default": "'infoPrimary'",
|
|
1192
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1193
|
+
"fieldName": "appearance"
|
|
1194
1194
|
},
|
|
1195
1195
|
{
|
|
1196
1196
|
"name": "emphasis",
|
|
1197
1197
|
"type": {
|
|
1198
|
-
"text": "
|
|
1198
|
+
"text": "Emphasis"
|
|
1199
1199
|
},
|
|
1200
1200
|
"default": "'strong'",
|
|
1201
|
-
"description": "Specify the emphasis of the
|
|
1201
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1202
1202
|
"fieldName": "emphasis"
|
|
1203
1203
|
},
|
|
1204
1204
|
{
|
|
1205
|
-
"name": "
|
|
1205
|
+
"name": "overrideDotColor",
|
|
1206
1206
|
"type": {
|
|
1207
|
-
"text": "
|
|
1207
|
+
"text": "string | undefined"
|
|
1208
1208
|
},
|
|
1209
|
-
"description": "
|
|
1210
|
-
"fieldName": "
|
|
1209
|
+
"description": "Overrides default dot color",
|
|
1210
|
+
"fieldName": "overrideDotColor"
|
|
1211
1211
|
}
|
|
1212
1212
|
],
|
|
1213
1213
|
"superclass": {
|
|
1214
1214
|
"name": "LitElement",
|
|
1215
1215
|
"package": "lit"
|
|
1216
1216
|
},
|
|
1217
|
-
"tagName": "bm-badge",
|
|
1217
|
+
"tagName": "bm-badge-dot",
|
|
1218
1218
|
"customElement": true
|
|
1219
1219
|
}
|
|
1220
1220
|
],
|
|
1221
1221
|
"exports": [
|
|
1222
1222
|
{
|
|
1223
1223
|
"kind": "js",
|
|
1224
|
-
"name": "
|
|
1224
|
+
"name": "BmBadgeDot",
|
|
1225
1225
|
"declaration": {
|
|
1226
|
-
"name": "
|
|
1227
|
-
"module": "libs/web-components/src/lib/
|
|
1226
|
+
"name": "BmBadgeDot",
|
|
1227
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1228
1228
|
}
|
|
1229
1229
|
},
|
|
1230
1230
|
{
|
|
1231
1231
|
"kind": "custom-element-definition",
|
|
1232
|
-
"name": "bm-badge",
|
|
1232
|
+
"name": "bm-badge-dot",
|
|
1233
1233
|
"declaration": {
|
|
1234
|
-
"name": "
|
|
1235
|
-
"module": "libs/web-components/src/lib/
|
|
1234
|
+
"name": "BmBadgeDot",
|
|
1235
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
1238
|
]
|
|
1239
1239
|
},
|
|
1240
1240
|
{
|
|
1241
1241
|
"kind": "javascript-module",
|
|
1242
|
-
"path": "libs/web-components/src/lib/
|
|
1242
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1243
1243
|
"declarations": [],
|
|
1244
1244
|
"exports": [
|
|
1245
1245
|
{
|
|
@@ -1247,7 +1247,7 @@
|
|
|
1247
1247
|
"name": "*",
|
|
1248
1248
|
"declaration": {
|
|
1249
1249
|
"name": "*",
|
|
1250
|
-
"package": "./
|
|
1250
|
+
"package": "./BadgeDot"
|
|
1251
1251
|
}
|
|
1252
1252
|
}
|
|
1253
1253
|
]
|
|
@@ -5746,422 +5746,520 @@
|
|
|
5746
5746
|
},
|
|
5747
5747
|
{
|
|
5748
5748
|
"kind": "javascript-module",
|
|
5749
|
-
"path": "libs/web-components/src/lib/wip/
|
|
5749
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
|
|
5750
|
+
"declarations": [
|
|
5751
|
+
{
|
|
5752
|
+
"kind": "variable",
|
|
5753
|
+
"name": "bmFormInitials",
|
|
5754
|
+
"type": {
|
|
5755
|
+
"text": "BmFormContext"
|
|
5756
|
+
},
|
|
5757
|
+
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
5758
|
+
},
|
|
5759
|
+
{
|
|
5760
|
+
"kind": "variable",
|
|
5761
|
+
"name": "bmFormContext"
|
|
5762
|
+
}
|
|
5763
|
+
],
|
|
5764
|
+
"exports": [
|
|
5765
|
+
{
|
|
5766
|
+
"kind": "js",
|
|
5767
|
+
"name": "bmFormInitials",
|
|
5768
|
+
"declaration": {
|
|
5769
|
+
"name": "bmFormInitials",
|
|
5770
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
5771
|
+
}
|
|
5772
|
+
},
|
|
5773
|
+
{
|
|
5774
|
+
"kind": "js",
|
|
5775
|
+
"name": "bmFormContext",
|
|
5776
|
+
"declaration": {
|
|
5777
|
+
"name": "bmFormContext",
|
|
5778
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
5779
|
+
}
|
|
5780
|
+
}
|
|
5781
|
+
]
|
|
5782
|
+
},
|
|
5783
|
+
{
|
|
5784
|
+
"kind": "javascript-module",
|
|
5785
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
5750
5786
|
"declarations": [
|
|
5751
5787
|
{
|
|
5752
5788
|
"kind": "class",
|
|
5753
|
-
"description": "
|
|
5754
|
-
"name": "
|
|
5755
|
-
"slots": [
|
|
5756
|
-
{
|
|
5757
|
-
"description": "Specify text for the Button",
|
|
5758
|
-
"name": "default",
|
|
5759
|
-
"inheritedFrom": {
|
|
5760
|
-
"name": "BmButton",
|
|
5761
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5762
|
-
}
|
|
5763
|
-
},
|
|
5764
|
-
{
|
|
5765
|
-
"description": "Specify if the Button displays icon before the text",
|
|
5766
|
-
"name": "iconBefore",
|
|
5767
|
-
"inheritedFrom": {
|
|
5768
|
-
"name": "BmButton",
|
|
5769
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5770
|
-
}
|
|
5771
|
-
},
|
|
5772
|
-
{
|
|
5773
|
-
"description": "Specify if the Button displays icon after the text",
|
|
5774
|
-
"name": "iconAfter",
|
|
5775
|
-
"inheritedFrom": {
|
|
5776
|
-
"name": "BmButton",
|
|
5777
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5778
|
-
}
|
|
5779
|
-
}
|
|
5780
|
-
],
|
|
5789
|
+
"description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
|
|
5790
|
+
"name": "FormField",
|
|
5781
5791
|
"members": [
|
|
5782
5792
|
{
|
|
5783
5793
|
"kind": "field",
|
|
5784
|
-
"name": "
|
|
5794
|
+
"name": "formAssociated",
|
|
5785
5795
|
"type": {
|
|
5786
|
-
"text": "boolean
|
|
5796
|
+
"text": "boolean"
|
|
5787
5797
|
},
|
|
5788
|
-
"
|
|
5789
|
-
"
|
|
5798
|
+
"static": true,
|
|
5799
|
+
"default": "true"
|
|
5790
5800
|
},
|
|
5791
5801
|
{
|
|
5792
5802
|
"kind": "field",
|
|
5793
|
-
"name": "
|
|
5803
|
+
"name": "id",
|
|
5794
5804
|
"type": {
|
|
5795
|
-
"text": "string
|
|
5805
|
+
"text": "string"
|
|
5796
5806
|
},
|
|
5797
|
-
"
|
|
5798
|
-
"attribute": "
|
|
5807
|
+
"default": "''",
|
|
5808
|
+
"attribute": "id"
|
|
5799
5809
|
},
|
|
5800
5810
|
{
|
|
5801
5811
|
"kind": "field",
|
|
5802
|
-
"name": "
|
|
5812
|
+
"name": "name",
|
|
5803
5813
|
"type": {
|
|
5804
|
-
"text": "
|
|
5814
|
+
"text": "string"
|
|
5805
5815
|
},
|
|
5806
|
-
"
|
|
5807
|
-
"attribute": "
|
|
5816
|
+
"default": "''",
|
|
5817
|
+
"attribute": "name"
|
|
5808
5818
|
},
|
|
5809
5819
|
{
|
|
5810
5820
|
"kind": "field",
|
|
5811
|
-
"name": "
|
|
5821
|
+
"name": "value",
|
|
5812
5822
|
"type": {
|
|
5813
|
-
"text": "
|
|
5823
|
+
"text": "string"
|
|
5814
5824
|
},
|
|
5815
|
-
"default": "'
|
|
5816
|
-
"
|
|
5817
|
-
"attribute": "appearance",
|
|
5818
|
-
"inheritedFrom": {
|
|
5819
|
-
"name": "BmButton",
|
|
5820
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5821
|
-
}
|
|
5825
|
+
"default": "''",
|
|
5826
|
+
"attribute": "value"
|
|
5822
5827
|
},
|
|
5823
5828
|
{
|
|
5824
5829
|
"kind": "field",
|
|
5825
|
-
"name": "
|
|
5830
|
+
"name": "validationRules",
|
|
5826
5831
|
"type": {
|
|
5827
|
-
"text": "
|
|
5832
|
+
"text": "Array<FormValidator>"
|
|
5828
5833
|
},
|
|
5829
|
-
"default": "
|
|
5830
|
-
"
|
|
5831
|
-
"attribute": "kind",
|
|
5832
|
-
"inheritedFrom": {
|
|
5833
|
-
"name": "BmButton",
|
|
5834
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5835
|
-
}
|
|
5834
|
+
"default": "[]",
|
|
5835
|
+
"attribute": "validationRules"
|
|
5836
5836
|
},
|
|
5837
5837
|
{
|
|
5838
5838
|
"kind": "field",
|
|
5839
|
-
"name": "
|
|
5839
|
+
"name": "inputAriaLabel",
|
|
5840
5840
|
"type": {
|
|
5841
|
-
"text": "
|
|
5841
|
+
"text": "Optional<string>"
|
|
5842
5842
|
},
|
|
5843
|
-
"
|
|
5844
|
-
"description": "Specify the size of a Button",
|
|
5845
|
-
"attribute": "size",
|
|
5846
|
-
"inheritedFrom": {
|
|
5847
|
-
"name": "BmButton",
|
|
5848
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5849
|
-
}
|
|
5843
|
+
"attribute": "input-aria-label"
|
|
5850
5844
|
},
|
|
5851
5845
|
{
|
|
5852
5846
|
"kind": "field",
|
|
5853
|
-
"name": "
|
|
5847
|
+
"name": "formContext",
|
|
5854
5848
|
"type": {
|
|
5855
|
-
"text": "
|
|
5856
|
-
},
|
|
5857
|
-
"description": "Specify if the icon displays without text",
|
|
5858
|
-
"attribute": "iconOnly",
|
|
5859
|
-
"default": "false",
|
|
5860
|
-
"inheritedFrom": {
|
|
5861
|
-
"name": "BmButton",
|
|
5862
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5849
|
+
"text": "BmFormContext"
|
|
5863
5850
|
}
|
|
5864
5851
|
},
|
|
5865
5852
|
{
|
|
5866
|
-
"kind": "
|
|
5867
|
-
"name": "
|
|
5868
|
-
"
|
|
5853
|
+
"kind": "method",
|
|
5854
|
+
"name": "formAssociatedCallback",
|
|
5855
|
+
"return": {
|
|
5856
|
+
"type": {
|
|
5857
|
+
"text": "void"
|
|
5858
|
+
}
|
|
5859
|
+
}
|
|
5869
5860
|
},
|
|
5870
5861
|
{
|
|
5871
|
-
"kind": "
|
|
5872
|
-
"name": "
|
|
5873
|
-
"
|
|
5874
|
-
"
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
"default": "true",
|
|
5878
|
-
"inheritedFrom": {
|
|
5879
|
-
"name": "BmButton",
|
|
5880
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5862
|
+
"kind": "method",
|
|
5863
|
+
"name": "formResetCallback",
|
|
5864
|
+
"return": {
|
|
5865
|
+
"type": {
|
|
5866
|
+
"text": "void"
|
|
5867
|
+
}
|
|
5881
5868
|
}
|
|
5882
5869
|
},
|
|
5883
5870
|
{
|
|
5884
|
-
"kind": "
|
|
5885
|
-
"name": "
|
|
5871
|
+
"kind": "method",
|
|
5872
|
+
"name": "finalizeAssociatedCallback",
|
|
5873
|
+
"return": {
|
|
5874
|
+
"type": {
|
|
5875
|
+
"text": "FinalizeAssociatedResult"
|
|
5876
|
+
}
|
|
5877
|
+
},
|
|
5878
|
+
"parameters": [
|
|
5879
|
+
{
|
|
5880
|
+
"name": "ctxValue",
|
|
5881
|
+
"type": {
|
|
5882
|
+
"text": "string"
|
|
5883
|
+
}
|
|
5884
|
+
}
|
|
5885
|
+
]
|
|
5886
|
+
}
|
|
5887
|
+
],
|
|
5888
|
+
"attributes": [
|
|
5889
|
+
{
|
|
5890
|
+
"name": "id",
|
|
5886
5891
|
"type": {
|
|
5887
|
-
"text": "
|
|
5892
|
+
"text": "string"
|
|
5888
5893
|
},
|
|
5889
|
-
"default": "
|
|
5890
|
-
"
|
|
5891
|
-
"attribute": "disabled",
|
|
5892
|
-
"inheritedFrom": {
|
|
5893
|
-
"name": "BmButton",
|
|
5894
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5895
|
-
}
|
|
5894
|
+
"default": "''",
|
|
5895
|
+
"fieldName": "id"
|
|
5896
5896
|
},
|
|
5897
5897
|
{
|
|
5898
|
-
"
|
|
5899
|
-
"name": "fluid",
|
|
5898
|
+
"name": "name",
|
|
5900
5899
|
"type": {
|
|
5901
|
-
"text": "
|
|
5900
|
+
"text": "string"
|
|
5902
5901
|
},
|
|
5903
|
-
"default": "
|
|
5904
|
-
"
|
|
5905
|
-
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5909
|
-
|
|
5902
|
+
"default": "''",
|
|
5903
|
+
"fieldName": "name"
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"name": "value",
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "string"
|
|
5909
|
+
},
|
|
5910
|
+
"default": "''",
|
|
5911
|
+
"fieldName": "value"
|
|
5912
|
+
},
|
|
5913
|
+
{
|
|
5914
|
+
"name": "validationRules",
|
|
5915
|
+
"type": {
|
|
5916
|
+
"text": "Array<FormValidator>"
|
|
5917
|
+
},
|
|
5918
|
+
"default": "[]",
|
|
5919
|
+
"fieldName": "validationRules"
|
|
5910
5920
|
},
|
|
5921
|
+
{
|
|
5922
|
+
"name": "input-aria-label",
|
|
5923
|
+
"type": {
|
|
5924
|
+
"text": "Optional<string>"
|
|
5925
|
+
},
|
|
5926
|
+
"fieldName": "inputAriaLabel"
|
|
5927
|
+
}
|
|
5928
|
+
],
|
|
5929
|
+
"superclass": {
|
|
5930
|
+
"name": "LitElement",
|
|
5931
|
+
"package": "lit"
|
|
5932
|
+
},
|
|
5933
|
+
"customElement": true
|
|
5934
|
+
}
|
|
5935
|
+
],
|
|
5936
|
+
"exports": [
|
|
5937
|
+
{
|
|
5938
|
+
"kind": "js",
|
|
5939
|
+
"name": "FormField",
|
|
5940
|
+
"declaration": {
|
|
5941
|
+
"name": "FormField",
|
|
5942
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
5943
|
+
}
|
|
5944
|
+
}
|
|
5945
|
+
]
|
|
5946
|
+
},
|
|
5947
|
+
{
|
|
5948
|
+
"kind": "javascript-module",
|
|
5949
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
5950
|
+
"declarations": [
|
|
5951
|
+
{
|
|
5952
|
+
"kind": "class",
|
|
5953
|
+
"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** ",
|
|
5954
|
+
"name": "BmForm",
|
|
5955
|
+
"slots": [
|
|
5956
|
+
{
|
|
5957
|
+
"description": "Add controls to the Form",
|
|
5958
|
+
"name": "slot"
|
|
5959
|
+
}
|
|
5960
|
+
],
|
|
5961
|
+
"members": [
|
|
5911
5962
|
{
|
|
5912
5963
|
"kind": "field",
|
|
5913
|
-
"name": "
|
|
5964
|
+
"name": "validationMode",
|
|
5914
5965
|
"type": {
|
|
5915
|
-
"text": "
|
|
5966
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
5916
5967
|
},
|
|
5917
|
-
"
|
|
5918
|
-
"
|
|
5919
|
-
"
|
|
5920
|
-
"name": "BmButton",
|
|
5921
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5922
|
-
}
|
|
5968
|
+
"default": "'onBlur'",
|
|
5969
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
5970
|
+
"attribute": "validationMode"
|
|
5923
5971
|
},
|
|
5924
5972
|
{
|
|
5925
5973
|
"kind": "field",
|
|
5926
|
-
"name": "
|
|
5974
|
+
"name": "initialValues",
|
|
5927
5975
|
"type": {
|
|
5928
|
-
"text": "string
|
|
5976
|
+
"text": "Record<string, FormValue>"
|
|
5929
5977
|
},
|
|
5930
|
-
"
|
|
5931
|
-
"
|
|
5932
|
-
"
|
|
5933
|
-
"name": "BmButton",
|
|
5934
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5935
|
-
}
|
|
5978
|
+
"default": "{}",
|
|
5979
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
5980
|
+
"attribute": "initialValues"
|
|
5936
5981
|
},
|
|
5937
5982
|
{
|
|
5938
5983
|
"kind": "field",
|
|
5939
|
-
"name": "
|
|
5984
|
+
"name": "required",
|
|
5940
5985
|
"type": {
|
|
5941
|
-
"text": "
|
|
5986
|
+
"text": "boolean"
|
|
5942
5987
|
},
|
|
5943
|
-
"
|
|
5944
|
-
"
|
|
5945
|
-
"
|
|
5946
|
-
"name": "BmButton",
|
|
5947
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5948
|
-
}
|
|
5988
|
+
"default": "false",
|
|
5989
|
+
"description": "Specify if input is a required",
|
|
5990
|
+
"attribute": "required"
|
|
5949
5991
|
},
|
|
5950
5992
|
{
|
|
5951
5993
|
"kind": "field",
|
|
5952
|
-
"name": "
|
|
5994
|
+
"name": "disabled",
|
|
5953
5995
|
"type": {
|
|
5954
|
-
"text": "
|
|
5996
|
+
"text": "boolean"
|
|
5955
5997
|
},
|
|
5956
|
-
"default": "
|
|
5957
|
-
"
|
|
5958
|
-
"
|
|
5959
|
-
"name": "BmButton",
|
|
5960
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
5961
|
-
}
|
|
5998
|
+
"default": "false",
|
|
5999
|
+
"description": "Specify if input is a disabled",
|
|
6000
|
+
"attribute": "disabled"
|
|
5962
6001
|
},
|
|
5963
6002
|
{
|
|
5964
6003
|
"kind": "field",
|
|
5965
|
-
"name": "
|
|
6004
|
+
"name": "readOnly",
|
|
5966
6005
|
"type": {
|
|
5967
|
-
"text": "
|
|
6006
|
+
"text": "boolean"
|
|
5968
6007
|
},
|
|
5969
|
-
"
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
}
|
|
5974
|
-
],
|
|
5975
|
-
"attributes": [
|
|
6008
|
+
"default": "false",
|
|
6009
|
+
"description": "Specify if input is a read only",
|
|
6010
|
+
"attribute": "readOnly"
|
|
6011
|
+
},
|
|
5976
6012
|
{
|
|
5977
|
-
"
|
|
6013
|
+
"kind": "field",
|
|
6014
|
+
"name": "action",
|
|
5978
6015
|
"type": {
|
|
5979
|
-
"text": "
|
|
6016
|
+
"text": "Optional<string>"
|
|
5980
6017
|
},
|
|
5981
|
-
"
|
|
5982
|
-
"fieldName": "error"
|
|
6018
|
+
"attribute": "action"
|
|
5983
6019
|
},
|
|
5984
6020
|
{
|
|
5985
|
-
"
|
|
6021
|
+
"kind": "field",
|
|
6022
|
+
"name": "method",
|
|
5986
6023
|
"type": {
|
|
5987
|
-
"text": "string
|
|
6024
|
+
"text": "Optional<string>"
|
|
5988
6025
|
},
|
|
5989
|
-
"
|
|
5990
|
-
"fieldName": "accept"
|
|
6026
|
+
"attribute": "method"
|
|
5991
6027
|
},
|
|
5992
6028
|
{
|
|
5993
|
-
"
|
|
6029
|
+
"kind": "field",
|
|
6030
|
+
"name": "target",
|
|
5994
6031
|
"type": {
|
|
5995
|
-
"text": "
|
|
6032
|
+
"text": "Optional<string>"
|
|
5996
6033
|
},
|
|
5997
|
-
"
|
|
5998
|
-
"fieldName": "multiple"
|
|
6034
|
+
"attribute": "target"
|
|
5999
6035
|
},
|
|
6000
6036
|
{
|
|
6001
|
-
"
|
|
6037
|
+
"kind": "field",
|
|
6038
|
+
"name": "enctype",
|
|
6002
6039
|
"type": {
|
|
6003
|
-
"text": "
|
|
6040
|
+
"text": "Optional<string>"
|
|
6004
6041
|
},
|
|
6005
|
-
"
|
|
6006
|
-
"description": "Specify the appearance of a Button",
|
|
6007
|
-
"fieldName": "appearance",
|
|
6008
|
-
"inheritedFrom": {
|
|
6009
|
-
"name": "BmButton",
|
|
6010
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6011
|
-
}
|
|
6042
|
+
"attribute": "enctype"
|
|
6012
6043
|
},
|
|
6013
6044
|
{
|
|
6014
|
-
"
|
|
6045
|
+
"kind": "field",
|
|
6046
|
+
"name": "formMeta",
|
|
6015
6047
|
"type": {
|
|
6016
|
-
"text": "
|
|
6048
|
+
"text": "Record<string, FieldMeta>"
|
|
6017
6049
|
},
|
|
6018
|
-
"default": "
|
|
6019
|
-
"description": "Specify the kind of Button",
|
|
6020
|
-
"fieldName": "kind",
|
|
6021
|
-
"inheritedFrom": {
|
|
6022
|
-
"name": "BmButton",
|
|
6023
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6024
|
-
}
|
|
6050
|
+
"default": "{}"
|
|
6025
6051
|
},
|
|
6026
6052
|
{
|
|
6027
|
-
"
|
|
6053
|
+
"kind": "field",
|
|
6054
|
+
"name": "formRef"
|
|
6055
|
+
},
|
|
6056
|
+
{
|
|
6057
|
+
"kind": "field",
|
|
6058
|
+
"name": "formContext",
|
|
6028
6059
|
"type": {
|
|
6029
|
-
"text": "
|
|
6060
|
+
"text": "BmFormContext"
|
|
6030
6061
|
},
|
|
6031
|
-
"
|
|
6032
|
-
"
|
|
6033
|
-
|
|
6034
|
-
|
|
6035
|
-
|
|
6036
|
-
|
|
6037
|
-
|
|
6062
|
+
"privacy": "public",
|
|
6063
|
+
"default": "bmFormInitials"
|
|
6064
|
+
}
|
|
6065
|
+
],
|
|
6066
|
+
"events": [
|
|
6067
|
+
{
|
|
6068
|
+
"description": "Validates the inputs and submits the form",
|
|
6069
|
+
"name": "submit"
|
|
6070
|
+
}
|
|
6071
|
+
],
|
|
6072
|
+
"attributes": [
|
|
6073
|
+
{
|
|
6074
|
+
"name": "validationMode",
|
|
6075
|
+
"type": {
|
|
6076
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
6077
|
+
},
|
|
6078
|
+
"default": "'onBlur'",
|
|
6079
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
6080
|
+
"fieldName": "validationMode"
|
|
6038
6081
|
},
|
|
6039
6082
|
{
|
|
6040
|
-
"name": "
|
|
6083
|
+
"name": "initialValues",
|
|
6041
6084
|
"type": {
|
|
6042
|
-
"text": "
|
|
6085
|
+
"text": "Record<string, FormValue>"
|
|
6043
6086
|
},
|
|
6044
|
-
"default": "
|
|
6045
|
-
"description": "Specify
|
|
6046
|
-
"fieldName": "
|
|
6047
|
-
"inheritedFrom": {
|
|
6048
|
-
"name": "BmButton",
|
|
6049
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6050
|
-
}
|
|
6087
|
+
"default": "{}",
|
|
6088
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
6089
|
+
"fieldName": "initialValues"
|
|
6051
6090
|
},
|
|
6052
6091
|
{
|
|
6053
|
-
"name": "
|
|
6092
|
+
"name": "required",
|
|
6054
6093
|
"type": {
|
|
6055
6094
|
"text": "boolean"
|
|
6056
6095
|
},
|
|
6057
6096
|
"default": "false",
|
|
6058
|
-
"description": "Specify if
|
|
6059
|
-
"fieldName": "
|
|
6060
|
-
"inheritedFrom": {
|
|
6061
|
-
"name": "BmButton",
|
|
6062
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6063
|
-
}
|
|
6097
|
+
"description": "Specify if input is a required",
|
|
6098
|
+
"fieldName": "required"
|
|
6064
6099
|
},
|
|
6065
6100
|
{
|
|
6066
|
-
"name": "
|
|
6101
|
+
"name": "disabled",
|
|
6067
6102
|
"type": {
|
|
6068
|
-
"text": "
|
|
6103
|
+
"text": "boolean"
|
|
6069
6104
|
},
|
|
6070
|
-
"
|
|
6071
|
-
"
|
|
6072
|
-
"
|
|
6073
|
-
"name": "BmButton",
|
|
6074
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6075
|
-
}
|
|
6105
|
+
"default": "false",
|
|
6106
|
+
"description": "Specify if input is a disabled",
|
|
6107
|
+
"fieldName": "disabled"
|
|
6076
6108
|
},
|
|
6077
6109
|
{
|
|
6078
|
-
"name": "
|
|
6110
|
+
"name": "readOnly",
|
|
6079
6111
|
"type": {
|
|
6080
|
-
"text": "
|
|
6112
|
+
"text": "boolean"
|
|
6081
6113
|
},
|
|
6082
|
-
"
|
|
6083
|
-
"
|
|
6084
|
-
"
|
|
6085
|
-
"name": "BmButton",
|
|
6086
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6087
|
-
}
|
|
6114
|
+
"default": "false",
|
|
6115
|
+
"description": "Specify if input is a read only",
|
|
6116
|
+
"fieldName": "readOnly"
|
|
6088
6117
|
},
|
|
6089
6118
|
{
|
|
6090
|
-
"name": "
|
|
6119
|
+
"name": "action",
|
|
6091
6120
|
"type": {
|
|
6092
|
-
"text": "
|
|
6121
|
+
"text": "Optional<string>"
|
|
6093
6122
|
},
|
|
6094
|
-
"
|
|
6095
|
-
"fieldName": "theme",
|
|
6096
|
-
"inheritedFrom": {
|
|
6097
|
-
"name": "BmButton",
|
|
6098
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6099
|
-
}
|
|
6123
|
+
"fieldName": "action"
|
|
6100
6124
|
},
|
|
6101
6125
|
{
|
|
6102
|
-
"name": "
|
|
6126
|
+
"name": "method",
|
|
6103
6127
|
"type": {
|
|
6104
|
-
"text": "
|
|
6128
|
+
"text": "Optional<string>"
|
|
6105
6129
|
},
|
|
6106
|
-
"
|
|
6107
|
-
"fieldName": "iconOnly",
|
|
6108
|
-
"inheritedFrom": {
|
|
6109
|
-
"name": "BmButton",
|
|
6110
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6111
|
-
}
|
|
6130
|
+
"fieldName": "method"
|
|
6112
6131
|
},
|
|
6113
6132
|
{
|
|
6114
|
-
"name": "
|
|
6133
|
+
"name": "target",
|
|
6115
6134
|
"type": {
|
|
6116
|
-
"text": "string"
|
|
6135
|
+
"text": "Optional<string>"
|
|
6117
6136
|
},
|
|
6118
|
-
"
|
|
6119
|
-
|
|
6120
|
-
|
|
6121
|
-
|
|
6122
|
-
|
|
6123
|
-
|
|
6137
|
+
"fieldName": "target"
|
|
6138
|
+
},
|
|
6139
|
+
{
|
|
6140
|
+
"name": "enctype",
|
|
6141
|
+
"type": {
|
|
6142
|
+
"text": "Optional<string>"
|
|
6143
|
+
},
|
|
6144
|
+
"fieldName": "enctype"
|
|
6124
6145
|
}
|
|
6125
6146
|
],
|
|
6126
6147
|
"superclass": {
|
|
6127
|
-
"name": "
|
|
6128
|
-
"
|
|
6148
|
+
"name": "LitElement",
|
|
6149
|
+
"package": "lit"
|
|
6129
6150
|
},
|
|
6130
|
-
"
|
|
6151
|
+
"summary": "`bm-form`",
|
|
6152
|
+
"tagName": "bm-form",
|
|
6131
6153
|
"customElement": true
|
|
6132
6154
|
}
|
|
6133
6155
|
],
|
|
6134
6156
|
"exports": [
|
|
6135
6157
|
{
|
|
6136
6158
|
"kind": "js",
|
|
6137
|
-
"name": "
|
|
6159
|
+
"name": "validators",
|
|
6138
6160
|
"declaration": {
|
|
6139
|
-
"name": "
|
|
6140
|
-
"
|
|
6161
|
+
"name": "validators",
|
|
6162
|
+
"package": "@viasat/beam-shared/components/form"
|
|
6163
|
+
}
|
|
6164
|
+
},
|
|
6165
|
+
{
|
|
6166
|
+
"kind": "js",
|
|
6167
|
+
"name": "BmForm",
|
|
6168
|
+
"declaration": {
|
|
6169
|
+
"name": "BmForm",
|
|
6170
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
6141
6171
|
}
|
|
6142
6172
|
},
|
|
6143
6173
|
{
|
|
6144
6174
|
"kind": "custom-element-definition",
|
|
6145
|
-
"name": "bm-
|
|
6175
|
+
"name": "bm-form",
|
|
6146
6176
|
"declaration": {
|
|
6147
|
-
"name": "
|
|
6148
|
-
"module": "libs/web-components/src/lib/wip/
|
|
6177
|
+
"name": "BmForm",
|
|
6178
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
6149
6179
|
}
|
|
6150
6180
|
}
|
|
6151
6181
|
]
|
|
6152
6182
|
},
|
|
6153
6183
|
{
|
|
6154
6184
|
"kind": "javascript-module",
|
|
6155
|
-
"path": "libs/web-components/src/lib/wip/
|
|
6185
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
6186
|
+
"declarations": [
|
|
6187
|
+
{
|
|
6188
|
+
"kind": "function",
|
|
6189
|
+
"name": "createId",
|
|
6190
|
+
"return": {
|
|
6191
|
+
"type": {
|
|
6192
|
+
"text": "string"
|
|
6193
|
+
}
|
|
6194
|
+
}
|
|
6195
|
+
}
|
|
6196
|
+
],
|
|
6197
|
+
"exports": [
|
|
6198
|
+
{
|
|
6199
|
+
"kind": "js",
|
|
6200
|
+
"name": "createId",
|
|
6201
|
+
"declaration": {
|
|
6202
|
+
"name": "createId",
|
|
6203
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
6204
|
+
}
|
|
6205
|
+
}
|
|
6206
|
+
]
|
|
6207
|
+
},
|
|
6208
|
+
{
|
|
6209
|
+
"kind": "javascript-module",
|
|
6210
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
6211
|
+
"declarations": [],
|
|
6212
|
+
"exports": [
|
|
6213
|
+
{
|
|
6214
|
+
"kind": "js",
|
|
6215
|
+
"name": "*",
|
|
6216
|
+
"declaration": {
|
|
6217
|
+
"name": "*",
|
|
6218
|
+
"package": "./Form"
|
|
6219
|
+
}
|
|
6220
|
+
},
|
|
6221
|
+
{
|
|
6222
|
+
"kind": "js",
|
|
6223
|
+
"name": "*",
|
|
6224
|
+
"declaration": {
|
|
6225
|
+
"name": "*",
|
|
6226
|
+
"package": "./Form.decorator"
|
|
6227
|
+
}
|
|
6228
|
+
}
|
|
6229
|
+
]
|
|
6230
|
+
},
|
|
6231
|
+
{
|
|
6232
|
+
"kind": "javascript-module",
|
|
6233
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
|
|
6156
6234
|
"declarations": [
|
|
6157
6235
|
{
|
|
6158
6236
|
"kind": "class",
|
|
6159
|
-
"description": "`bm-file-upload-
|
|
6160
|
-
"name": "
|
|
6237
|
+
"description": "`bm-file-upload-button`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **accept** - Specify the accepted file types\n- **multiple** - Specify if multiple files can be uploaded",
|
|
6238
|
+
"name": "BmFileUploadButton",
|
|
6161
6239
|
"slots": [
|
|
6162
6240
|
{
|
|
6163
|
-
"description": "Specify text for the
|
|
6164
|
-
"name": "default"
|
|
6241
|
+
"description": "Specify text for the Button",
|
|
6242
|
+
"name": "default",
|
|
6243
|
+
"inheritedFrom": {
|
|
6244
|
+
"name": "BmButton",
|
|
6245
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6246
|
+
}
|
|
6247
|
+
},
|
|
6248
|
+
{
|
|
6249
|
+
"description": "Specify if the Button displays icon before the text",
|
|
6250
|
+
"name": "iconBefore",
|
|
6251
|
+
"inheritedFrom": {
|
|
6252
|
+
"name": "BmButton",
|
|
6253
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6254
|
+
}
|
|
6255
|
+
},
|
|
6256
|
+
{
|
|
6257
|
+
"description": "Specify if the Button displays icon after the text",
|
|
6258
|
+
"name": "iconAfter",
|
|
6259
|
+
"inheritedFrom": {
|
|
6260
|
+
"name": "BmButton",
|
|
6261
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6262
|
+
}
|
|
6165
6263
|
}
|
|
6166
6264
|
],
|
|
6167
6265
|
"members": [
|
|
@@ -6176,376 +6274,389 @@
|
|
|
6176
6274
|
},
|
|
6177
6275
|
{
|
|
6178
6276
|
"kind": "field",
|
|
6179
|
-
"name": "
|
|
6277
|
+
"name": "accept",
|
|
6180
6278
|
"type": {
|
|
6181
|
-
"text": "
|
|
6279
|
+
"text": "string | undefined"
|
|
6182
6280
|
},
|
|
6183
|
-
"description": "Specify the
|
|
6184
|
-
"attribute": "
|
|
6281
|
+
"description": "Specify the accepted file types",
|
|
6282
|
+
"attribute": "accept"
|
|
6185
6283
|
},
|
|
6186
6284
|
{
|
|
6187
6285
|
"kind": "field",
|
|
6188
|
-
"name": "
|
|
6286
|
+
"name": "multiple",
|
|
6189
6287
|
"type": {
|
|
6190
6288
|
"text": "boolean | undefined"
|
|
6191
6289
|
},
|
|
6192
|
-
"
|
|
6193
|
-
"
|
|
6194
|
-
"attribute": "disabled"
|
|
6290
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6291
|
+
"attribute": "multiple"
|
|
6195
6292
|
},
|
|
6196
6293
|
{
|
|
6197
6294
|
"kind": "field",
|
|
6198
|
-
"name": "
|
|
6295
|
+
"name": "appearance",
|
|
6199
6296
|
"type": {
|
|
6200
|
-
"text": "
|
|
6297
|
+
"text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
|
|
6201
6298
|
},
|
|
6202
|
-
"
|
|
6203
|
-
"
|
|
6299
|
+
"default": "'neutral-subtle'",
|
|
6300
|
+
"description": "Specify the appearance of a Button",
|
|
6301
|
+
"attribute": "appearance",
|
|
6302
|
+
"inheritedFrom": {
|
|
6303
|
+
"name": "BmButton",
|
|
6304
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6305
|
+
}
|
|
6204
6306
|
},
|
|
6205
6307
|
{
|
|
6206
6308
|
"kind": "field",
|
|
6207
|
-
"name": "
|
|
6309
|
+
"name": "kind",
|
|
6208
6310
|
"type": {
|
|
6209
|
-
"text": "
|
|
6311
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
6210
6312
|
},
|
|
6211
|
-
"
|
|
6212
|
-
"
|
|
6313
|
+
"default": "'outline'",
|
|
6314
|
+
"description": "Specify the kind of Button",
|
|
6315
|
+
"attribute": "kind",
|
|
6316
|
+
"inheritedFrom": {
|
|
6317
|
+
"name": "BmButton",
|
|
6318
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6319
|
+
}
|
|
6213
6320
|
},
|
|
6214
6321
|
{
|
|
6215
6322
|
"kind": "field",
|
|
6216
|
-
"name": "
|
|
6323
|
+
"name": "size",
|
|
6217
6324
|
"type": {
|
|
6218
|
-
"text": "
|
|
6325
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
6219
6326
|
},
|
|
6220
|
-
"
|
|
6221
|
-
"
|
|
6327
|
+
"default": "'md'",
|
|
6328
|
+
"description": "Specify the size of a Button",
|
|
6329
|
+
"attribute": "size",
|
|
6330
|
+
"inheritedFrom": {
|
|
6331
|
+
"name": "BmButton",
|
|
6332
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6333
|
+
}
|
|
6222
6334
|
},
|
|
6223
6335
|
{
|
|
6224
|
-
"kind": "
|
|
6225
|
-
"name": "
|
|
6226
|
-
"privacy": "public"
|
|
6227
|
-
}
|
|
6228
|
-
],
|
|
6229
|
-
"attributes": [
|
|
6230
|
-
{
|
|
6231
|
-
"name": "error",
|
|
6336
|
+
"kind": "field",
|
|
6337
|
+
"name": "iconOnly",
|
|
6232
6338
|
"type": {
|
|
6233
6339
|
"text": "boolean | undefined"
|
|
6234
6340
|
},
|
|
6235
|
-
"description": "Specify if
|
|
6236
|
-
"
|
|
6341
|
+
"description": "Specify if the icon displays without text",
|
|
6342
|
+
"attribute": "iconOnly",
|
|
6343
|
+
"default": "false",
|
|
6344
|
+
"inheritedFrom": {
|
|
6345
|
+
"name": "BmButton",
|
|
6346
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6347
|
+
}
|
|
6237
6348
|
},
|
|
6238
6349
|
{
|
|
6239
|
-
"
|
|
6350
|
+
"kind": "field",
|
|
6351
|
+
"name": "iconBefore",
|
|
6352
|
+
"default": "unsafeSVG(Upload)"
|
|
6353
|
+
},
|
|
6354
|
+
{
|
|
6355
|
+
"kind": "field",
|
|
6356
|
+
"name": "formAssociated",
|
|
6240
6357
|
"type": {
|
|
6241
|
-
"text": "
|
|
6358
|
+
"text": "boolean"
|
|
6242
6359
|
},
|
|
6243
|
-
"
|
|
6244
|
-
"
|
|
6360
|
+
"static": true,
|
|
6361
|
+
"default": "true",
|
|
6362
|
+
"inheritedFrom": {
|
|
6363
|
+
"name": "BmButton",
|
|
6364
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6365
|
+
}
|
|
6245
6366
|
},
|
|
6246
6367
|
{
|
|
6368
|
+
"kind": "field",
|
|
6247
6369
|
"name": "disabled",
|
|
6248
6370
|
"type": {
|
|
6249
|
-
"text": "boolean
|
|
6371
|
+
"text": "boolean"
|
|
6250
6372
|
},
|
|
6251
6373
|
"default": "false",
|
|
6252
|
-
"description": "Specify if the
|
|
6253
|
-
"
|
|
6374
|
+
"description": "Specify if the Button is disabled",
|
|
6375
|
+
"attribute": "disabled",
|
|
6376
|
+
"inheritedFrom": {
|
|
6377
|
+
"name": "BmButton",
|
|
6378
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6379
|
+
}
|
|
6254
6380
|
},
|
|
6255
|
-
{
|
|
6256
|
-
"name": "accept",
|
|
6257
|
-
"type": {
|
|
6258
|
-
"text": "string | undefined"
|
|
6259
|
-
},
|
|
6260
|
-
"description": "Specify the accepted file types",
|
|
6261
|
-
"fieldName": "accept"
|
|
6262
|
-
},
|
|
6263
|
-
{
|
|
6264
|
-
"name": "name",
|
|
6265
|
-
"type": {
|
|
6266
|
-
"text": "string | undefined"
|
|
6267
|
-
},
|
|
6268
|
-
"description": "Specify the name of the FileUpload",
|
|
6269
|
-
"fieldName": "name"
|
|
6270
|
-
},
|
|
6271
|
-
{
|
|
6272
|
-
"name": "multiple",
|
|
6273
|
-
"type": {
|
|
6274
|
-
"text": "boolean | undefined"
|
|
6275
|
-
},
|
|
6276
|
-
"description": "Specify if multiple files can be uploaded",
|
|
6277
|
-
"fieldName": "multiple"
|
|
6278
|
-
}
|
|
6279
|
-
],
|
|
6280
|
-
"superclass": {
|
|
6281
|
-
"name": "LitElement",
|
|
6282
|
-
"package": "lit"
|
|
6283
|
-
},
|
|
6284
|
-
"tagName": "bm-file-upload-dropzone",
|
|
6285
|
-
"customElement": true
|
|
6286
|
-
}
|
|
6287
|
-
],
|
|
6288
|
-
"exports": [
|
|
6289
|
-
{
|
|
6290
|
-
"kind": "js",
|
|
6291
|
-
"name": "BmFileUploadDropzone",
|
|
6292
|
-
"declaration": {
|
|
6293
|
-
"name": "BmFileUploadDropzone",
|
|
6294
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
6295
|
-
}
|
|
6296
|
-
},
|
|
6297
|
-
{
|
|
6298
|
-
"kind": "custom-element-definition",
|
|
6299
|
-
"name": "bm-file-upload-dropzone",
|
|
6300
|
-
"declaration": {
|
|
6301
|
-
"name": "BmFileUploadDropzone",
|
|
6302
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
6303
|
-
}
|
|
6304
|
-
}
|
|
6305
|
-
]
|
|
6306
|
-
},
|
|
6307
|
-
{
|
|
6308
|
-
"kind": "javascript-module",
|
|
6309
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts",
|
|
6310
|
-
"declarations": [
|
|
6311
|
-
{
|
|
6312
|
-
"kind": "class",
|
|
6313
|
-
"description": "`bm-file-upload-list-item`\n\n### Attributes:\n- **error** - Specify error text and display error state of list item\n- **fileName** - The name of the uploaded file\n- **fileSize** - The size of the uploaded file\n- **size** - Specify the size of the item\n- **thumbnail** - Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.\n- **state** - Specify the status of the file\n- **progress** - Specify the progress of the file upload\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n- **disabled** - Specify if the FileUpload is disabled",
|
|
6314
|
-
"name": "BmFileUploadListItem",
|
|
6315
|
-
"members": [
|
|
6316
6381
|
{
|
|
6317
6382
|
"kind": "field",
|
|
6318
|
-
"name": "
|
|
6383
|
+
"name": "fluid",
|
|
6319
6384
|
"type": {
|
|
6320
|
-
"text": "
|
|
6385
|
+
"text": "boolean"
|
|
6321
6386
|
},
|
|
6322
|
-
"default": "
|
|
6323
|
-
"description": "Specify
|
|
6324
|
-
"attribute": "
|
|
6387
|
+
"default": "false",
|
|
6388
|
+
"description": "Specify if Button is fluid",
|
|
6389
|
+
"attribute": "fluid",
|
|
6390
|
+
"inheritedFrom": {
|
|
6391
|
+
"name": "BmButton",
|
|
6392
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6393
|
+
}
|
|
6325
6394
|
},
|
|
6326
6395
|
{
|
|
6327
6396
|
"kind": "field",
|
|
6328
|
-
"name": "
|
|
6397
|
+
"name": "width",
|
|
6329
6398
|
"type": {
|
|
6330
6399
|
"text": "string | undefined"
|
|
6331
6400
|
},
|
|
6332
|
-
"description": "
|
|
6333
|
-
"attribute": "
|
|
6401
|
+
"description": "Specify the width of a Button",
|
|
6402
|
+
"attribute": "width",
|
|
6403
|
+
"inheritedFrom": {
|
|
6404
|
+
"name": "BmButton",
|
|
6405
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6406
|
+
}
|
|
6334
6407
|
},
|
|
6335
6408
|
{
|
|
6336
6409
|
"kind": "field",
|
|
6337
|
-
"name": "
|
|
6410
|
+
"name": "height",
|
|
6338
6411
|
"type": {
|
|
6339
6412
|
"text": "string | undefined"
|
|
6340
6413
|
},
|
|
6341
|
-
"description": "
|
|
6342
|
-
"attribute": "
|
|
6414
|
+
"description": "Specify the height of a Button",
|
|
6415
|
+
"attribute": "height",
|
|
6416
|
+
"inheritedFrom": {
|
|
6417
|
+
"name": "BmButton",
|
|
6418
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6419
|
+
}
|
|
6343
6420
|
},
|
|
6344
6421
|
{
|
|
6345
6422
|
"kind": "field",
|
|
6346
|
-
"name": "
|
|
6423
|
+
"name": "theme",
|
|
6347
6424
|
"type": {
|
|
6348
|
-
"text": "'
|
|
6425
|
+
"text": "'light' | 'dark' | undefined"
|
|
6349
6426
|
},
|
|
6350
|
-
"
|
|
6351
|
-
"
|
|
6352
|
-
"
|
|
6427
|
+
"description": "Specify the theme of the Button",
|
|
6428
|
+
"attribute": "theme",
|
|
6429
|
+
"inheritedFrom": {
|
|
6430
|
+
"name": "BmButton",
|
|
6431
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6432
|
+
}
|
|
6353
6433
|
},
|
|
6354
6434
|
{
|
|
6355
6435
|
"kind": "field",
|
|
6356
|
-
"name": "
|
|
6436
|
+
"name": "type",
|
|
6357
6437
|
"type": {
|
|
6358
|
-
"text": "string
|
|
6438
|
+
"text": "string"
|
|
6359
6439
|
},
|
|
6360
|
-
"
|
|
6361
|
-
"
|
|
6362
|
-
"
|
|
6440
|
+
"default": "'button'",
|
|
6441
|
+
"attribute": "type",
|
|
6442
|
+
"inheritedFrom": {
|
|
6443
|
+
"name": "BmButton",
|
|
6444
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6445
|
+
}
|
|
6363
6446
|
},
|
|
6364
6447
|
{
|
|
6365
6448
|
"kind": "field",
|
|
6366
|
-
"name": "
|
|
6449
|
+
"name": "formContext",
|
|
6367
6450
|
"type": {
|
|
6368
|
-
"text": "
|
|
6451
|
+
"text": "BmFormContext"
|
|
6369
6452
|
},
|
|
6370
|
-
"
|
|
6371
|
-
|
|
6372
|
-
|
|
6373
|
-
|
|
6453
|
+
"inheritedFrom": {
|
|
6454
|
+
"name": "BmButton",
|
|
6455
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6456
|
+
}
|
|
6457
|
+
}
|
|
6458
|
+
],
|
|
6459
|
+
"attributes": [
|
|
6374
6460
|
{
|
|
6375
|
-
"
|
|
6376
|
-
"name": "progress",
|
|
6461
|
+
"name": "error",
|
|
6377
6462
|
"type": {
|
|
6378
|
-
"text": "
|
|
6463
|
+
"text": "boolean | undefined"
|
|
6379
6464
|
},
|
|
6380
|
-
"
|
|
6381
|
-
"
|
|
6382
|
-
"attribute": "progress"
|
|
6465
|
+
"description": "Specify if FileUpload is in error state",
|
|
6466
|
+
"fieldName": "error"
|
|
6383
6467
|
},
|
|
6384
6468
|
{
|
|
6385
|
-
"
|
|
6386
|
-
"name": "theme",
|
|
6469
|
+
"name": "accept",
|
|
6387
6470
|
"type": {
|
|
6388
|
-
"text": "
|
|
6471
|
+
"text": "string | undefined"
|
|
6389
6472
|
},
|
|
6390
|
-
"description": "Specify the
|
|
6391
|
-
"
|
|
6473
|
+
"description": "Specify the accepted file types",
|
|
6474
|
+
"fieldName": "accept"
|
|
6392
6475
|
},
|
|
6393
6476
|
{
|
|
6394
|
-
"
|
|
6395
|
-
"name": "disabled",
|
|
6477
|
+
"name": "multiple",
|
|
6396
6478
|
"type": {
|
|
6397
6479
|
"text": "boolean | undefined"
|
|
6398
6480
|
},
|
|
6399
|
-
"description": "Specify if
|
|
6400
|
-
"
|
|
6401
|
-
}
|
|
6402
|
-
],
|
|
6403
|
-
"events": [
|
|
6404
|
-
{
|
|
6405
|
-
"description": "Dispatched when the dismiss button is clicked",
|
|
6406
|
-
"name": "bm-dismiss"
|
|
6407
|
-
}
|
|
6408
|
-
],
|
|
6409
|
-
"attributes": [
|
|
6410
|
-
{
|
|
6411
|
-
"name": "error",
|
|
6412
|
-
"type": {
|
|
6413
|
-
"text": "string | undefined"
|
|
6414
|
-
},
|
|
6415
|
-
"default": "''",
|
|
6416
|
-
"description": "Specify error text and display error state of list item",
|
|
6417
|
-
"fieldName": "error"
|
|
6481
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6482
|
+
"fieldName": "multiple"
|
|
6418
6483
|
},
|
|
6419
6484
|
{
|
|
6420
|
-
"name": "
|
|
6485
|
+
"name": "appearance",
|
|
6421
6486
|
"type": {
|
|
6422
|
-
"text": "
|
|
6487
|
+
"text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
|
|
6423
6488
|
},
|
|
6424
|
-
"
|
|
6425
|
-
"
|
|
6489
|
+
"default": "'accent'",
|
|
6490
|
+
"description": "Specify the appearance of a Button",
|
|
6491
|
+
"fieldName": "appearance",
|
|
6492
|
+
"inheritedFrom": {
|
|
6493
|
+
"name": "BmButton",
|
|
6494
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6495
|
+
}
|
|
6426
6496
|
},
|
|
6427
6497
|
{
|
|
6428
|
-
"name": "
|
|
6498
|
+
"name": "kind",
|
|
6429
6499
|
"type": {
|
|
6430
|
-
"text": "
|
|
6500
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
6431
6501
|
},
|
|
6432
|
-
"
|
|
6433
|
-
"
|
|
6502
|
+
"default": "'filled'",
|
|
6503
|
+
"description": "Specify the kind of Button",
|
|
6504
|
+
"fieldName": "kind",
|
|
6505
|
+
"inheritedFrom": {
|
|
6506
|
+
"name": "BmButton",
|
|
6507
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6508
|
+
}
|
|
6434
6509
|
},
|
|
6435
6510
|
{
|
|
6436
6511
|
"name": "size",
|
|
6437
6512
|
"type": {
|
|
6438
|
-
"text": "'
|
|
6513
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
6439
6514
|
},
|
|
6440
6515
|
"default": "'md'",
|
|
6441
|
-
"description": "Specify the size of
|
|
6442
|
-
"fieldName": "size"
|
|
6516
|
+
"description": "Specify the size of a Button",
|
|
6517
|
+
"fieldName": "size",
|
|
6518
|
+
"inheritedFrom": {
|
|
6519
|
+
"name": "BmButton",
|
|
6520
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6521
|
+
}
|
|
6443
6522
|
},
|
|
6444
6523
|
{
|
|
6445
|
-
"name": "
|
|
6524
|
+
"name": "disabled",
|
|
6446
6525
|
"type": {
|
|
6447
|
-
"text": "
|
|
6526
|
+
"text": "boolean"
|
|
6448
6527
|
},
|
|
6449
|
-
"description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
6450
6528
|
"default": "false",
|
|
6451
|
-
"
|
|
6529
|
+
"description": "Specify if the Button is disabled",
|
|
6530
|
+
"fieldName": "disabled",
|
|
6531
|
+
"inheritedFrom": {
|
|
6532
|
+
"name": "BmButton",
|
|
6533
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6534
|
+
}
|
|
6452
6535
|
},
|
|
6453
6536
|
{
|
|
6454
|
-
"name": "
|
|
6537
|
+
"name": "fluid",
|
|
6455
6538
|
"type": {
|
|
6456
|
-
"text": "
|
|
6539
|
+
"text": "boolean"
|
|
6457
6540
|
},
|
|
6458
|
-
"default": "
|
|
6459
|
-
"description": "Specify
|
|
6460
|
-
"fieldName": "
|
|
6541
|
+
"default": "false",
|
|
6542
|
+
"description": "Specify if Button is fluid",
|
|
6543
|
+
"fieldName": "fluid",
|
|
6544
|
+
"inheritedFrom": {
|
|
6545
|
+
"name": "BmButton",
|
|
6546
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6547
|
+
}
|
|
6461
6548
|
},
|
|
6462
6549
|
{
|
|
6463
|
-
"name": "
|
|
6550
|
+
"name": "width",
|
|
6464
6551
|
"type": {
|
|
6465
|
-
"text": "
|
|
6552
|
+
"text": "string | undefined"
|
|
6466
6553
|
},
|
|
6467
|
-
"
|
|
6468
|
-
"
|
|
6469
|
-
"
|
|
6554
|
+
"description": "Specify the width of a Button",
|
|
6555
|
+
"fieldName": "width",
|
|
6556
|
+
"inheritedFrom": {
|
|
6557
|
+
"name": "BmButton",
|
|
6558
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6559
|
+
}
|
|
6470
6560
|
},
|
|
6471
6561
|
{
|
|
6472
|
-
"name": "
|
|
6562
|
+
"name": "height",
|
|
6563
|
+
"type": {
|
|
6564
|
+
"text": "string | undefined"
|
|
6565
|
+
},
|
|
6566
|
+
"description": "Specify the height of a Button",
|
|
6567
|
+
"fieldName": "height",
|
|
6568
|
+
"inheritedFrom": {
|
|
6569
|
+
"name": "BmButton",
|
|
6570
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6571
|
+
}
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"name": "theme",
|
|
6473
6575
|
"type": {
|
|
6474
6576
|
"text": "'light' | 'dark' | undefined"
|
|
6475
6577
|
},
|
|
6476
|
-
"description": "Specify the theme of the
|
|
6477
|
-
"fieldName": "theme"
|
|
6578
|
+
"description": "Specify the theme of the Button",
|
|
6579
|
+
"fieldName": "theme",
|
|
6580
|
+
"inheritedFrom": {
|
|
6581
|
+
"name": "BmButton",
|
|
6582
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6583
|
+
}
|
|
6478
6584
|
},
|
|
6479
6585
|
{
|
|
6480
|
-
"name": "
|
|
6586
|
+
"name": "iconOnly",
|
|
6481
6587
|
"type": {
|
|
6482
6588
|
"text": "boolean | undefined"
|
|
6483
6589
|
},
|
|
6484
|
-
"description": "Specify if the
|
|
6485
|
-
"fieldName": "
|
|
6590
|
+
"description": "Specify if the icon displays without text",
|
|
6591
|
+
"fieldName": "iconOnly",
|
|
6592
|
+
"inheritedFrom": {
|
|
6593
|
+
"name": "BmButton",
|
|
6594
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6595
|
+
}
|
|
6596
|
+
},
|
|
6597
|
+
{
|
|
6598
|
+
"name": "type",
|
|
6599
|
+
"type": {
|
|
6600
|
+
"text": "string"
|
|
6601
|
+
},
|
|
6602
|
+
"default": "'button'",
|
|
6603
|
+
"fieldName": "type",
|
|
6604
|
+
"inheritedFrom": {
|
|
6605
|
+
"name": "BmButton",
|
|
6606
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6607
|
+
}
|
|
6486
6608
|
}
|
|
6487
6609
|
],
|
|
6488
6610
|
"superclass": {
|
|
6489
|
-
"name": "
|
|
6490
|
-
"
|
|
6611
|
+
"name": "BmButton",
|
|
6612
|
+
"module": "/libs/web-components/src/lib/Button/Button"
|
|
6491
6613
|
},
|
|
6492
|
-
"tagName": "bm-file-upload-
|
|
6614
|
+
"tagName": "bm-file-upload-button",
|
|
6493
6615
|
"customElement": true
|
|
6494
6616
|
}
|
|
6495
6617
|
],
|
|
6496
6618
|
"exports": [
|
|
6497
6619
|
{
|
|
6498
6620
|
"kind": "js",
|
|
6499
|
-
"name": "
|
|
6621
|
+
"name": "BmFileUploadButton",
|
|
6500
6622
|
"declaration": {
|
|
6501
|
-
"name": "
|
|
6502
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
6623
|
+
"name": "BmFileUploadButton",
|
|
6624
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts"
|
|
6503
6625
|
}
|
|
6504
6626
|
},
|
|
6505
6627
|
{
|
|
6506
6628
|
"kind": "custom-element-definition",
|
|
6507
|
-
"name": "bm-file-upload-
|
|
6629
|
+
"name": "bm-file-upload-button",
|
|
6508
6630
|
"declaration": {
|
|
6509
|
-
"name": "
|
|
6510
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
6631
|
+
"name": "BmFileUploadButton",
|
|
6632
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts"
|
|
6511
6633
|
}
|
|
6512
6634
|
}
|
|
6513
6635
|
]
|
|
6514
6636
|
},
|
|
6515
6637
|
{
|
|
6516
6638
|
"kind": "javascript-module",
|
|
6517
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
6639
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts",
|
|
6518
6640
|
"declarations": [
|
|
6519
6641
|
{
|
|
6520
6642
|
"kind": "class",
|
|
6521
|
-
"description": "`bm-file-upload-
|
|
6522
|
-
"name": "
|
|
6643
|
+
"description": "`bm-file-upload-dropzone`\n\n### Attributes:\n- **error** - Specify if FileUpload is in error state\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n- **disabled** - Specify if the FileUpload is disabled\n- **accept** - Specify the accepted file types\n- **name** - Specify the name of the FileUpload\n- **multiple** - Specify if multiple files can be uploaded",
|
|
6644
|
+
"name": "BmFileUploadDropzone",
|
|
6523
6645
|
"slots": [
|
|
6524
6646
|
{
|
|
6525
|
-
"description": "Specify the
|
|
6647
|
+
"description": "Specify text for the Dropzone",
|
|
6526
6648
|
"name": "default"
|
|
6527
6649
|
}
|
|
6528
6650
|
],
|
|
6529
6651
|
"members": [
|
|
6530
6652
|
{
|
|
6531
6653
|
"kind": "field",
|
|
6532
|
-
"name": "
|
|
6654
|
+
"name": "error",
|
|
6533
6655
|
"type": {
|
|
6534
6656
|
"text": "boolean | undefined"
|
|
6535
6657
|
},
|
|
6536
|
-
"description": "Specify if
|
|
6537
|
-
"
|
|
6538
|
-
"attribute": "thumbnail"
|
|
6539
|
-
},
|
|
6540
|
-
{
|
|
6541
|
-
"kind": "field",
|
|
6542
|
-
"name": "size",
|
|
6543
|
-
"type": {
|
|
6544
|
-
"text": "'md' | 'lg' | undefined"
|
|
6545
|
-
},
|
|
6546
|
-
"description": "Specify FileUpload List size",
|
|
6547
|
-
"default": "'md'",
|
|
6548
|
-
"attribute": "size"
|
|
6658
|
+
"description": "Specify if FileUpload is in error state",
|
|
6659
|
+
"attribute": "error"
|
|
6549
6660
|
},
|
|
6550
6661
|
{
|
|
6551
6662
|
"kind": "field",
|
|
@@ -6562,37 +6673,51 @@
|
|
|
6562
6673
|
"type": {
|
|
6563
6674
|
"text": "boolean | undefined"
|
|
6564
6675
|
},
|
|
6676
|
+
"default": "false",
|
|
6565
6677
|
"description": "Specify if the FileUpload is disabled",
|
|
6566
6678
|
"attribute": "disabled"
|
|
6567
6679
|
},
|
|
6568
6680
|
{
|
|
6569
6681
|
"kind": "field",
|
|
6570
|
-
"name": "
|
|
6682
|
+
"name": "accept",
|
|
6571
6683
|
"type": {
|
|
6572
|
-
"text": "
|
|
6684
|
+
"text": "string | undefined"
|
|
6573
6685
|
},
|
|
6574
|
-
"description": "Specify
|
|
6575
|
-
"attribute": "
|
|
6576
|
-
}
|
|
6577
|
-
],
|
|
6578
|
-
"attributes": [
|
|
6686
|
+
"description": "Specify the accepted file types",
|
|
6687
|
+
"attribute": "accept"
|
|
6688
|
+
},
|
|
6579
6689
|
{
|
|
6580
|
-
"
|
|
6690
|
+
"kind": "field",
|
|
6691
|
+
"name": "name",
|
|
6692
|
+
"type": {
|
|
6693
|
+
"text": "string | undefined"
|
|
6694
|
+
},
|
|
6695
|
+
"description": "Specify the name of the FileUpload",
|
|
6696
|
+
"attribute": "name"
|
|
6697
|
+
},
|
|
6698
|
+
{
|
|
6699
|
+
"kind": "field",
|
|
6700
|
+
"name": "multiple",
|
|
6581
6701
|
"type": {
|
|
6582
6702
|
"text": "boolean | undefined"
|
|
6583
6703
|
},
|
|
6584
|
-
"description": "Specify if
|
|
6585
|
-
"
|
|
6586
|
-
"fieldName": "thumbnail"
|
|
6704
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6705
|
+
"attribute": "multiple"
|
|
6587
6706
|
},
|
|
6588
6707
|
{
|
|
6589
|
-
"
|
|
6708
|
+
"kind": "method",
|
|
6709
|
+
"name": "focus",
|
|
6710
|
+
"privacy": "public"
|
|
6711
|
+
}
|
|
6712
|
+
],
|
|
6713
|
+
"attributes": [
|
|
6714
|
+
{
|
|
6715
|
+
"name": "error",
|
|
6590
6716
|
"type": {
|
|
6591
|
-
"text": "
|
|
6717
|
+
"text": "boolean | undefined"
|
|
6592
6718
|
},
|
|
6593
|
-
"description": "Specify FileUpload
|
|
6594
|
-
"
|
|
6595
|
-
"fieldName": "size"
|
|
6719
|
+
"description": "Specify if FileUpload is in error state",
|
|
6720
|
+
"fieldName": "error"
|
|
6596
6721
|
},
|
|
6597
6722
|
{
|
|
6598
6723
|
"name": "theme",
|
|
@@ -6607,417 +6732,525 @@
|
|
|
6607
6732
|
"type": {
|
|
6608
6733
|
"text": "boolean | undefined"
|
|
6609
6734
|
},
|
|
6735
|
+
"default": "false",
|
|
6610
6736
|
"description": "Specify if the FileUpload is disabled",
|
|
6611
6737
|
"fieldName": "disabled"
|
|
6612
6738
|
},
|
|
6613
6739
|
{
|
|
6614
|
-
"name": "
|
|
6740
|
+
"name": "accept",
|
|
6615
6741
|
"type": {
|
|
6616
|
-
"text": "
|
|
6742
|
+
"text": "string | undefined"
|
|
6617
6743
|
},
|
|
6618
|
-
"description": "Specify
|
|
6619
|
-
"fieldName": "
|
|
6744
|
+
"description": "Specify the accepted file types",
|
|
6745
|
+
"fieldName": "accept"
|
|
6746
|
+
},
|
|
6747
|
+
{
|
|
6748
|
+
"name": "name",
|
|
6749
|
+
"type": {
|
|
6750
|
+
"text": "string | undefined"
|
|
6751
|
+
},
|
|
6752
|
+
"description": "Specify the name of the FileUpload",
|
|
6753
|
+
"fieldName": "name"
|
|
6754
|
+
},
|
|
6755
|
+
{
|
|
6756
|
+
"name": "multiple",
|
|
6757
|
+
"type": {
|
|
6758
|
+
"text": "boolean | undefined"
|
|
6759
|
+
},
|
|
6760
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6761
|
+
"fieldName": "multiple"
|
|
6620
6762
|
}
|
|
6621
6763
|
],
|
|
6622
6764
|
"superclass": {
|
|
6623
6765
|
"name": "LitElement",
|
|
6624
6766
|
"package": "lit"
|
|
6625
6767
|
},
|
|
6626
|
-
"tagName": "bm-file-upload-
|
|
6768
|
+
"tagName": "bm-file-upload-dropzone",
|
|
6627
6769
|
"customElement": true
|
|
6628
6770
|
}
|
|
6629
6771
|
],
|
|
6630
6772
|
"exports": [
|
|
6631
6773
|
{
|
|
6632
6774
|
"kind": "js",
|
|
6633
|
-
"name": "
|
|
6775
|
+
"name": "BmFileUploadDropzone",
|
|
6634
6776
|
"declaration": {
|
|
6635
|
-
"name": "
|
|
6636
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
6777
|
+
"name": "BmFileUploadDropzone",
|
|
6778
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
6637
6779
|
}
|
|
6638
6780
|
},
|
|
6639
6781
|
{
|
|
6640
6782
|
"kind": "custom-element-definition",
|
|
6641
|
-
"name": "bm-file-upload-
|
|
6783
|
+
"name": "bm-file-upload-dropzone",
|
|
6642
6784
|
"declaration": {
|
|
6643
|
-
"name": "
|
|
6644
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
6785
|
+
"name": "BmFileUploadDropzone",
|
|
6786
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
6645
6787
|
}
|
|
6646
6788
|
}
|
|
6647
6789
|
]
|
|
6648
6790
|
},
|
|
6649
6791
|
{
|
|
6650
6792
|
"kind": "javascript-module",
|
|
6651
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts",
|
|
6793
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts",
|
|
6652
6794
|
"declarations": [
|
|
6653
6795
|
{
|
|
6654
6796
|
"kind": "class",
|
|
6655
|
-
"description": "",
|
|
6656
|
-
"name": "
|
|
6657
|
-
"
|
|
6658
|
-
"name": "CustomEvent",
|
|
6659
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
6660
|
-
}
|
|
6661
|
-
},
|
|
6662
|
-
{
|
|
6663
|
-
"kind": "class",
|
|
6664
|
-
"description": "`bm-file-upload`\n\n### Attributes:\n- **accept** - Specify what types of files can be uploaded\n- **error** - Specify error text and display error state of FileUpload\n- **disabled** - Specify if FileUpload is in disabled state\n- **multiple** - Specify if more than one file can be can be uploaded\n- **fileLimit** - Specify how many files can be uploaded\n- **maxFileSize** - Specify the maximum file size that can be uploaded\n- **required** - Specify if FileUpload is a required input\n- **readOnly** - Specify if FileUpload is in read-only state\n- **hideRequiredMarker** - Specify if FileUpload displays with an asterisk\n- **validationRules** - Specify form validation rules for FileUpload\n- **fluid** - Specify if FileUpload is fluid\n- **width** - Specify the width of FileUpload\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
6665
|
-
"name": "BmFileUpload",
|
|
6666
|
-
"slots": [
|
|
6797
|
+
"description": "`bm-file-upload-list-item`\n\n### Attributes:\n- **error** - Specify error text and display error state of list item\n- **fileName** - The name of the uploaded file\n- **fileSize** - The size of the uploaded file\n- **size** - Specify the size of the item\n- **thumbnail** - Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.\n- **state** - Specify the status of the file\n- **progress** - Specify the progress of the file upload\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n- **disabled** - Specify if the FileUpload is disabled",
|
|
6798
|
+
"name": "BmFileUploadListItem",
|
|
6799
|
+
"members": [
|
|
6667
6800
|
{
|
|
6668
|
-
"
|
|
6669
|
-
"name": "
|
|
6801
|
+
"kind": "field",
|
|
6802
|
+
"name": "error",
|
|
6803
|
+
"type": {
|
|
6804
|
+
"text": "string | undefined"
|
|
6805
|
+
},
|
|
6806
|
+
"default": "''",
|
|
6807
|
+
"description": "Specify error text and display error state of list item",
|
|
6808
|
+
"attribute": "error"
|
|
6670
6809
|
},
|
|
6671
|
-
{
|
|
6672
|
-
"description": "Specify HelperText for FileUpload",
|
|
6673
|
-
"name": "helper-text"
|
|
6674
|
-
}
|
|
6675
|
-
],
|
|
6676
|
-
"members": [
|
|
6677
6810
|
{
|
|
6678
6811
|
"kind": "field",
|
|
6679
|
-
"name": "
|
|
6812
|
+
"name": "fileName",
|
|
6680
6813
|
"type": {
|
|
6681
6814
|
"text": "string | undefined"
|
|
6682
6815
|
},
|
|
6683
|
-
"description": "
|
|
6684
|
-
"attribute": "
|
|
6816
|
+
"description": "The name of the uploaded file",
|
|
6817
|
+
"attribute": "fileName"
|
|
6685
6818
|
},
|
|
6686
6819
|
{
|
|
6687
6820
|
"kind": "field",
|
|
6688
|
-
"name": "
|
|
6821
|
+
"name": "fileSize",
|
|
6689
6822
|
"type": {
|
|
6690
|
-
"text": "string |
|
|
6823
|
+
"text": "string | undefined"
|
|
6691
6824
|
},
|
|
6692
|
-
"description": "
|
|
6693
|
-
"attribute": "
|
|
6825
|
+
"description": "The size of the uploaded file",
|
|
6826
|
+
"attribute": "fileSize"
|
|
6694
6827
|
},
|
|
6695
6828
|
{
|
|
6696
6829
|
"kind": "field",
|
|
6697
|
-
"name": "
|
|
6830
|
+
"name": "size",
|
|
6698
6831
|
"type": {
|
|
6699
|
-
"text": "
|
|
6832
|
+
"text": "'md' | 'lg' | undefined"
|
|
6700
6833
|
},
|
|
6701
|
-
"default": "
|
|
6702
|
-
"description": "Specify
|
|
6703
|
-
"attribute": "
|
|
6834
|
+
"default": "'md'",
|
|
6835
|
+
"description": "Specify the size of the item",
|
|
6836
|
+
"attribute": "size"
|
|
6704
6837
|
},
|
|
6705
6838
|
{
|
|
6706
6839
|
"kind": "field",
|
|
6707
|
-
"name": "
|
|
6840
|
+
"name": "thumbnail",
|
|
6708
6841
|
"type": {
|
|
6709
|
-
"text": "boolean | undefined"
|
|
6842
|
+
"text": "string | boolean | undefined"
|
|
6710
6843
|
},
|
|
6711
|
-
"description": "Specify if
|
|
6844
|
+
"description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
6712
6845
|
"default": "false",
|
|
6713
|
-
"attribute": "
|
|
6846
|
+
"attribute": "thumbnail"
|
|
6714
6847
|
},
|
|
6715
6848
|
{
|
|
6716
6849
|
"kind": "field",
|
|
6717
|
-
"name": "
|
|
6850
|
+
"name": "state",
|
|
6718
6851
|
"type": {
|
|
6719
|
-
"text": "
|
|
6852
|
+
"text": "'uploading' | 'success' | 'uploaded' | 'error'"
|
|
6720
6853
|
},
|
|
6721
|
-
"
|
|
6722
|
-
"
|
|
6854
|
+
"default": "'uploaded'",
|
|
6855
|
+
"description": "Specify the status of the file",
|
|
6856
|
+
"attribute": "state"
|
|
6723
6857
|
},
|
|
6724
6858
|
{
|
|
6725
6859
|
"kind": "field",
|
|
6726
|
-
"name": "
|
|
6860
|
+
"name": "progress",
|
|
6727
6861
|
"type": {
|
|
6728
6862
|
"text": "number | undefined"
|
|
6729
6863
|
},
|
|
6730
|
-
"
|
|
6731
|
-
"
|
|
6864
|
+
"default": "0",
|
|
6865
|
+
"description": "Specify the progress of the file upload",
|
|
6866
|
+
"attribute": "progress"
|
|
6732
6867
|
},
|
|
6733
6868
|
{
|
|
6734
6869
|
"kind": "field",
|
|
6735
|
-
"name": "
|
|
6870
|
+
"name": "theme",
|
|
6736
6871
|
"type": {
|
|
6737
|
-
"text": "
|
|
6872
|
+
"text": "'light' | 'dark' | undefined"
|
|
6738
6873
|
},
|
|
6739
|
-
"description": "Specify
|
|
6740
|
-
"
|
|
6741
|
-
"attribute": "required"
|
|
6874
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
6875
|
+
"attribute": "theme"
|
|
6742
6876
|
},
|
|
6743
6877
|
{
|
|
6744
6878
|
"kind": "field",
|
|
6745
|
-
"name": "
|
|
6879
|
+
"name": "disabled",
|
|
6746
6880
|
"type": {
|
|
6747
6881
|
"text": "boolean | undefined"
|
|
6748
6882
|
},
|
|
6749
|
-
"description": "Specify if FileUpload is
|
|
6750
|
-
"attribute": "
|
|
6883
|
+
"description": "Specify if the FileUpload is disabled",
|
|
6884
|
+
"attribute": "disabled"
|
|
6885
|
+
}
|
|
6886
|
+
],
|
|
6887
|
+
"events": [
|
|
6888
|
+
{
|
|
6889
|
+
"description": "Dispatched when the dismiss button is clicked",
|
|
6890
|
+
"name": "bm-dismiss"
|
|
6891
|
+
}
|
|
6892
|
+
],
|
|
6893
|
+
"attributes": [
|
|
6894
|
+
{
|
|
6895
|
+
"name": "error",
|
|
6896
|
+
"type": {
|
|
6897
|
+
"text": "string | undefined"
|
|
6898
|
+
},
|
|
6899
|
+
"default": "''",
|
|
6900
|
+
"description": "Specify error text and display error state of list item",
|
|
6901
|
+
"fieldName": "error"
|
|
6751
6902
|
},
|
|
6752
6903
|
{
|
|
6753
|
-
"
|
|
6754
|
-
"name": "hideRequiredMarker",
|
|
6904
|
+
"name": "fileName",
|
|
6755
6905
|
"type": {
|
|
6756
|
-
"text": "
|
|
6906
|
+
"text": "string | undefined"
|
|
6757
6907
|
},
|
|
6758
|
-
"description": "
|
|
6759
|
-
"
|
|
6760
|
-
"attribute": "hideRequiredMarker"
|
|
6908
|
+
"description": "The name of the uploaded file",
|
|
6909
|
+
"fieldName": "fileName"
|
|
6761
6910
|
},
|
|
6762
6911
|
{
|
|
6763
|
-
"
|
|
6764
|
-
"name": "validationRules",
|
|
6912
|
+
"name": "fileSize",
|
|
6765
6913
|
"type": {
|
|
6766
|
-
"text": "
|
|
6914
|
+
"text": "string | undefined"
|
|
6767
6915
|
},
|
|
6768
|
-
"
|
|
6769
|
-
"
|
|
6770
|
-
"description": "Specify form validation rules for FileUpload",
|
|
6771
|
-
"inheritedFrom": {
|
|
6772
|
-
"name": "FormField",
|
|
6773
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
6774
|
-
}
|
|
6916
|
+
"description": "The size of the uploaded file",
|
|
6917
|
+
"fieldName": "fileSize"
|
|
6775
6918
|
},
|
|
6776
6919
|
{
|
|
6777
|
-
"
|
|
6778
|
-
"name": "fluid",
|
|
6920
|
+
"name": "size",
|
|
6779
6921
|
"type": {
|
|
6780
|
-
"text": "
|
|
6922
|
+
"text": "'md' | 'lg' | undefined"
|
|
6781
6923
|
},
|
|
6782
|
-
"
|
|
6924
|
+
"default": "'md'",
|
|
6925
|
+
"description": "Specify the size of the item",
|
|
6926
|
+
"fieldName": "size"
|
|
6927
|
+
},
|
|
6928
|
+
{
|
|
6929
|
+
"name": "thumbnail",
|
|
6930
|
+
"type": {
|
|
6931
|
+
"text": "string | boolean | undefined"
|
|
6932
|
+
},
|
|
6933
|
+
"description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
6783
6934
|
"default": "false",
|
|
6784
|
-
"
|
|
6935
|
+
"fieldName": "thumbnail"
|
|
6785
6936
|
},
|
|
6786
6937
|
{
|
|
6787
|
-
"
|
|
6788
|
-
"name": "width",
|
|
6938
|
+
"name": "state",
|
|
6789
6939
|
"type": {
|
|
6790
|
-
"text": "
|
|
6940
|
+
"text": "'uploading' | 'success' | 'uploaded' | 'error'"
|
|
6791
6941
|
},
|
|
6792
|
-
"
|
|
6793
|
-
"
|
|
6942
|
+
"default": "'uploaded'",
|
|
6943
|
+
"description": "Specify the status of the file",
|
|
6944
|
+
"fieldName": "state"
|
|
6945
|
+
},
|
|
6946
|
+
{
|
|
6947
|
+
"name": "progress",
|
|
6948
|
+
"type": {
|
|
6949
|
+
"text": "number | undefined"
|
|
6950
|
+
},
|
|
6951
|
+
"default": "0",
|
|
6952
|
+
"description": "Specify the progress of the file upload",
|
|
6953
|
+
"fieldName": "progress"
|
|
6794
6954
|
},
|
|
6795
6955
|
{
|
|
6796
|
-
"kind": "field",
|
|
6797
6956
|
"name": "theme",
|
|
6798
6957
|
"type": {
|
|
6799
6958
|
"text": "'light' | 'dark' | undefined"
|
|
6800
6959
|
},
|
|
6801
6960
|
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
6802
|
-
"
|
|
6961
|
+
"fieldName": "theme"
|
|
6803
6962
|
},
|
|
6804
6963
|
{
|
|
6805
|
-
"
|
|
6806
|
-
"name": "formContext",
|
|
6964
|
+
"name": "disabled",
|
|
6807
6965
|
"type": {
|
|
6808
|
-
"text": "
|
|
6966
|
+
"text": "boolean | undefined"
|
|
6809
6967
|
},
|
|
6810
|
-
"
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6968
|
+
"description": "Specify if the FileUpload is disabled",
|
|
6969
|
+
"fieldName": "disabled"
|
|
6970
|
+
}
|
|
6971
|
+
],
|
|
6972
|
+
"superclass": {
|
|
6973
|
+
"name": "LitElement",
|
|
6974
|
+
"package": "lit"
|
|
6975
|
+
},
|
|
6976
|
+
"tagName": "bm-file-upload-list-item",
|
|
6977
|
+
"customElement": true
|
|
6978
|
+
}
|
|
6979
|
+
],
|
|
6980
|
+
"exports": [
|
|
6981
|
+
{
|
|
6982
|
+
"kind": "js",
|
|
6983
|
+
"name": "BmFileUploadListItem",
|
|
6984
|
+
"declaration": {
|
|
6985
|
+
"name": "BmFileUploadListItem",
|
|
6986
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
6987
|
+
}
|
|
6988
|
+
},
|
|
6989
|
+
{
|
|
6990
|
+
"kind": "custom-element-definition",
|
|
6991
|
+
"name": "bm-file-upload-list-item",
|
|
6992
|
+
"declaration": {
|
|
6993
|
+
"name": "BmFileUploadListItem",
|
|
6994
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
6995
|
+
}
|
|
6996
|
+
}
|
|
6997
|
+
]
|
|
6998
|
+
},
|
|
6999
|
+
{
|
|
7000
|
+
"kind": "javascript-module",
|
|
7001
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts",
|
|
7002
|
+
"declarations": [
|
|
7003
|
+
{
|
|
7004
|
+
"kind": "class",
|
|
7005
|
+
"description": "`bm-file-upload-list`\n\n### Attributes:\n- **thumbnail** - Specify if the all items displays with a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.\n- **size** - Specify FileUpload List size\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent\n- **disabled** - Specify if the FileUpload is disabled\n- **renderItem** - Specify a render function for the list item",
|
|
7006
|
+
"name": "BmFileUploadList",
|
|
7007
|
+
"slots": [
|
|
6815
7008
|
{
|
|
6816
|
-
"
|
|
6817
|
-
"name": "
|
|
6818
|
-
}
|
|
7009
|
+
"description": "Specify the list items",
|
|
7010
|
+
"name": "default"
|
|
7011
|
+
}
|
|
7012
|
+
],
|
|
7013
|
+
"members": [
|
|
6819
7014
|
{
|
|
6820
|
-
"kind": "
|
|
6821
|
-
"name": "
|
|
6822
|
-
"
|
|
6823
|
-
"
|
|
6824
|
-
"text": "void"
|
|
6825
|
-
}
|
|
7015
|
+
"kind": "field",
|
|
7016
|
+
"name": "thumbnail",
|
|
7017
|
+
"type": {
|
|
7018
|
+
"text": "boolean | undefined"
|
|
6826
7019
|
},
|
|
6827
|
-
"
|
|
6828
|
-
|
|
6829
|
-
|
|
6830
|
-
}
|
|
7020
|
+
"description": "Specify if the all items displays with a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
7021
|
+
"default": "false",
|
|
7022
|
+
"attribute": "thumbnail"
|
|
6831
7023
|
},
|
|
6832
7024
|
{
|
|
6833
|
-
"kind": "
|
|
6834
|
-
"name": "
|
|
6835
|
-
"
|
|
6836
|
-
"
|
|
6837
|
-
"text": "void"
|
|
6838
|
-
}
|
|
7025
|
+
"kind": "field",
|
|
7026
|
+
"name": "size",
|
|
7027
|
+
"type": {
|
|
7028
|
+
"text": "'md' | 'lg' | undefined"
|
|
6839
7029
|
},
|
|
6840
|
-
"
|
|
6841
|
-
|
|
6842
|
-
|
|
6843
|
-
}
|
|
7030
|
+
"description": "Specify FileUpload List size",
|
|
7031
|
+
"default": "'md'",
|
|
7032
|
+
"attribute": "size"
|
|
6844
7033
|
},
|
|
6845
7034
|
{
|
|
6846
7035
|
"kind": "field",
|
|
6847
|
-
"name": "
|
|
7036
|
+
"name": "theme",
|
|
6848
7037
|
"type": {
|
|
6849
|
-
"text": "
|
|
7038
|
+
"text": "'light' | 'dark' | undefined"
|
|
6850
7039
|
},
|
|
6851
|
-
"
|
|
6852
|
-
"
|
|
6853
|
-
"inheritedFrom": {
|
|
6854
|
-
"name": "FormField",
|
|
6855
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
6856
|
-
}
|
|
7040
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7041
|
+
"attribute": "theme"
|
|
6857
7042
|
},
|
|
6858
7043
|
{
|
|
6859
7044
|
"kind": "field",
|
|
6860
|
-
"name": "
|
|
7045
|
+
"name": "disabled",
|
|
6861
7046
|
"type": {
|
|
6862
|
-
"text": "
|
|
7047
|
+
"text": "boolean | undefined"
|
|
6863
7048
|
},
|
|
6864
|
-
"
|
|
6865
|
-
"attribute": "
|
|
6866
|
-
"inheritedFrom": {
|
|
6867
|
-
"name": "FormField",
|
|
6868
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
6869
|
-
}
|
|
7049
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7050
|
+
"attribute": "disabled"
|
|
6870
7051
|
},
|
|
6871
7052
|
{
|
|
6872
7053
|
"kind": "field",
|
|
6873
|
-
"name": "
|
|
7054
|
+
"name": "renderItem",
|
|
6874
7055
|
"type": {
|
|
6875
|
-
"text": "
|
|
7056
|
+
"text": "(fileItem: FileItem, dismissFile: () => void) => void | undefined"
|
|
6876
7057
|
},
|
|
6877
|
-
"
|
|
6878
|
-
"attribute": "
|
|
6879
|
-
|
|
6880
|
-
|
|
6881
|
-
|
|
6882
|
-
|
|
7058
|
+
"description": "Specify a render function for the list item",
|
|
7059
|
+
"attribute": "renderItem"
|
|
7060
|
+
}
|
|
7061
|
+
],
|
|
7062
|
+
"attributes": [
|
|
7063
|
+
{
|
|
7064
|
+
"name": "thumbnail",
|
|
7065
|
+
"type": {
|
|
7066
|
+
"text": "boolean | undefined"
|
|
7067
|
+
},
|
|
7068
|
+
"description": "Specify if the all items displays with a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
7069
|
+
"default": "false",
|
|
7070
|
+
"fieldName": "thumbnail"
|
|
6883
7071
|
},
|
|
6884
7072
|
{
|
|
6885
|
-
"
|
|
6886
|
-
"name": "value",
|
|
7073
|
+
"name": "size",
|
|
6887
7074
|
"type": {
|
|
6888
|
-
"text": "
|
|
7075
|
+
"text": "'md' | 'lg' | undefined"
|
|
6889
7076
|
},
|
|
6890
|
-
"
|
|
6891
|
-
"
|
|
6892
|
-
"
|
|
6893
|
-
"name": "FormField",
|
|
6894
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
6895
|
-
}
|
|
7077
|
+
"description": "Specify FileUpload List size",
|
|
7078
|
+
"default": "'md'",
|
|
7079
|
+
"fieldName": "size"
|
|
6896
7080
|
},
|
|
6897
7081
|
{
|
|
6898
|
-
"
|
|
6899
|
-
"name": "inputAriaLabel",
|
|
7082
|
+
"name": "theme",
|
|
6900
7083
|
"type": {
|
|
6901
|
-
"text": "
|
|
7084
|
+
"text": "'light' | 'dark' | undefined"
|
|
6902
7085
|
},
|
|
6903
|
-
"
|
|
6904
|
-
"
|
|
6905
|
-
"name": "FormField",
|
|
6906
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
6907
|
-
}
|
|
7086
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7087
|
+
"fieldName": "theme"
|
|
6908
7088
|
},
|
|
6909
7089
|
{
|
|
6910
|
-
"
|
|
6911
|
-
"
|
|
6912
|
-
|
|
6913
|
-
"type": {
|
|
6914
|
-
"text": "FinalizeAssociatedResult"
|
|
6915
|
-
}
|
|
7090
|
+
"name": "disabled",
|
|
7091
|
+
"type": {
|
|
7092
|
+
"text": "boolean | undefined"
|
|
6916
7093
|
},
|
|
6917
|
-
"
|
|
6918
|
-
|
|
6919
|
-
|
|
6920
|
-
|
|
6921
|
-
|
|
6922
|
-
|
|
6923
|
-
|
|
6924
|
-
|
|
6925
|
-
"
|
|
6926
|
-
|
|
6927
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
6928
|
-
}
|
|
7094
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7095
|
+
"fieldName": "disabled"
|
|
7096
|
+
},
|
|
7097
|
+
{
|
|
7098
|
+
"name": "renderItem",
|
|
7099
|
+
"type": {
|
|
7100
|
+
"text": "(fileItem: FileItem, dismissFile: () => void) => void | undefined"
|
|
7101
|
+
},
|
|
7102
|
+
"description": "Specify a render function for the list item",
|
|
7103
|
+
"fieldName": "renderItem"
|
|
6929
7104
|
}
|
|
6930
7105
|
],
|
|
6931
|
-
"
|
|
7106
|
+
"superclass": {
|
|
7107
|
+
"name": "LitElement",
|
|
7108
|
+
"package": "lit"
|
|
7109
|
+
},
|
|
7110
|
+
"tagName": "bm-file-upload-list",
|
|
7111
|
+
"customElement": true
|
|
7112
|
+
}
|
|
7113
|
+
],
|
|
7114
|
+
"exports": [
|
|
7115
|
+
{
|
|
7116
|
+
"kind": "js",
|
|
7117
|
+
"name": "BmFileUploadList",
|
|
7118
|
+
"declaration": {
|
|
7119
|
+
"name": "BmFileUploadList",
|
|
7120
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts"
|
|
7121
|
+
}
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"kind": "custom-element-definition",
|
|
7125
|
+
"name": "bm-file-upload-list",
|
|
7126
|
+
"declaration": {
|
|
7127
|
+
"name": "BmFileUploadList",
|
|
7128
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts"
|
|
7129
|
+
}
|
|
7130
|
+
}
|
|
7131
|
+
]
|
|
7132
|
+
},
|
|
7133
|
+
{
|
|
7134
|
+
"kind": "javascript-module",
|
|
7135
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts",
|
|
7136
|
+
"declarations": [
|
|
7137
|
+
{
|
|
7138
|
+
"kind": "class",
|
|
7139
|
+
"description": "",
|
|
7140
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7141
|
+
"superclass": {
|
|
7142
|
+
"name": "CustomEvent",
|
|
7143
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7144
|
+
}
|
|
7145
|
+
},
|
|
7146
|
+
{
|
|
7147
|
+
"kind": "class",
|
|
7148
|
+
"description": "`bm-file-upload`\n\n### Attributes:\n- **accept** - Specify what types of files can be uploaded\n- **error** - Specify error text and display error state of FileUpload\n- **disabled** - Specify if FileUpload is in disabled state\n- **multiple** - Specify if more than one file can be can be uploaded\n- **fileLimit** - Specify how many files can be uploaded\n- **maxFileSize** - Specify the maximum file size that can be uploaded\n- **required** - Specify if FileUpload is a required input\n- **readOnly** - Specify if FileUpload is in read-only state\n- **hideRequiredMarker** - Specify if FileUpload displays with an asterisk\n- **validationRules** - Specify form validation rules for FileUpload\n- **fluid** - Specify if FileUpload is fluid\n- **width** - Specify the width of FileUpload\n- **theme** - Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7149
|
+
"name": "BmFileUpload",
|
|
7150
|
+
"slots": [
|
|
6932
7151
|
{
|
|
6933
|
-
"description": "
|
|
6934
|
-
"name": "
|
|
7152
|
+
"description": "Specify Label for for FileUpload",
|
|
7153
|
+
"name": "label"
|
|
7154
|
+
},
|
|
7155
|
+
{
|
|
7156
|
+
"description": "Specify HelperText for FileUpload",
|
|
7157
|
+
"name": "helper-text"
|
|
6935
7158
|
}
|
|
6936
7159
|
],
|
|
6937
|
-
"
|
|
7160
|
+
"members": [
|
|
6938
7161
|
{
|
|
7162
|
+
"kind": "field",
|
|
6939
7163
|
"name": "accept",
|
|
6940
7164
|
"type": {
|
|
6941
7165
|
"text": "string | undefined"
|
|
6942
7166
|
},
|
|
6943
7167
|
"description": "Specify what types of files can be uploaded",
|
|
6944
|
-
"
|
|
7168
|
+
"attribute": "accept"
|
|
6945
7169
|
},
|
|
6946
7170
|
{
|
|
7171
|
+
"kind": "field",
|
|
6947
7172
|
"name": "error",
|
|
6948
7173
|
"type": {
|
|
6949
7174
|
"text": "string | boolean | undefined"
|
|
6950
7175
|
},
|
|
6951
7176
|
"description": "Specify error text and display error state of FileUpload",
|
|
6952
|
-
"
|
|
7177
|
+
"attribute": "error"
|
|
6953
7178
|
},
|
|
6954
7179
|
{
|
|
7180
|
+
"kind": "field",
|
|
6955
7181
|
"name": "disabled",
|
|
6956
7182
|
"type": {
|
|
6957
7183
|
"text": "boolean | undefined"
|
|
6958
7184
|
},
|
|
6959
7185
|
"default": "false",
|
|
6960
7186
|
"description": "Specify if FileUpload is in disabled state",
|
|
6961
|
-
"
|
|
7187
|
+
"attribute": "disabled"
|
|
6962
7188
|
},
|
|
6963
7189
|
{
|
|
7190
|
+
"kind": "field",
|
|
6964
7191
|
"name": "multiple",
|
|
6965
7192
|
"type": {
|
|
6966
7193
|
"text": "boolean | undefined"
|
|
6967
7194
|
},
|
|
6968
7195
|
"description": "Specify if more than one file can be can be uploaded",
|
|
6969
7196
|
"default": "false",
|
|
6970
|
-
"
|
|
7197
|
+
"attribute": "multiple"
|
|
6971
7198
|
},
|
|
6972
7199
|
{
|
|
7200
|
+
"kind": "field",
|
|
6973
7201
|
"name": "fileLimit",
|
|
6974
7202
|
"type": {
|
|
6975
7203
|
"text": "number | undefined"
|
|
6976
7204
|
},
|
|
6977
7205
|
"description": "Specify how many files can be uploaded",
|
|
6978
|
-
"
|
|
7206
|
+
"attribute": "fileLimit"
|
|
6979
7207
|
},
|
|
6980
7208
|
{
|
|
7209
|
+
"kind": "field",
|
|
6981
7210
|
"name": "maxFileSize",
|
|
6982
7211
|
"type": {
|
|
6983
7212
|
"text": "number | undefined"
|
|
6984
7213
|
},
|
|
6985
7214
|
"description": "Specify the maximum file size that can be uploaded",
|
|
6986
|
-
"
|
|
7215
|
+
"attribute": "maxFileSize"
|
|
6987
7216
|
},
|
|
6988
7217
|
{
|
|
7218
|
+
"kind": "field",
|
|
6989
7219
|
"name": "required",
|
|
6990
7220
|
"type": {
|
|
6991
7221
|
"text": "boolean | undefined"
|
|
6992
7222
|
},
|
|
6993
7223
|
"description": "Specify if FileUpload is a required input",
|
|
6994
7224
|
"default": "false",
|
|
6995
|
-
"
|
|
7225
|
+
"attribute": "required"
|
|
6996
7226
|
},
|
|
6997
7227
|
{
|
|
7228
|
+
"kind": "field",
|
|
6998
7229
|
"name": "readOnly",
|
|
6999
7230
|
"type": {
|
|
7000
7231
|
"text": "boolean | undefined"
|
|
7001
7232
|
},
|
|
7002
7233
|
"description": "Specify if FileUpload is in read-only state",
|
|
7003
|
-
"
|
|
7234
|
+
"attribute": "readOnly"
|
|
7004
7235
|
},
|
|
7005
7236
|
{
|
|
7237
|
+
"kind": "field",
|
|
7006
7238
|
"name": "hideRequiredMarker",
|
|
7007
7239
|
"type": {
|
|
7008
7240
|
"text": "boolean | undefined"
|
|
7009
7241
|
},
|
|
7010
7242
|
"description": "Specify if FileUpload displays with an asterisk",
|
|
7011
7243
|
"default": "false",
|
|
7012
|
-
"
|
|
7244
|
+
"attribute": "hideRequiredMarker"
|
|
7013
7245
|
},
|
|
7014
7246
|
{
|
|
7247
|
+
"kind": "field",
|
|
7015
7248
|
"name": "validationRules",
|
|
7016
7249
|
"type": {
|
|
7017
7250
|
"text": "Array<FormValidator>"
|
|
7018
7251
|
},
|
|
7019
7252
|
"default": "[]",
|
|
7020
|
-
"
|
|
7253
|
+
"attribute": "validationRules",
|
|
7021
7254
|
"description": "Specify form validation rules for FileUpload",
|
|
7022
7255
|
"inheritedFrom": {
|
|
7023
7256
|
"name": "FormField",
|
|
@@ -7025,830 +7258,407 @@
|
|
|
7025
7258
|
}
|
|
7026
7259
|
},
|
|
7027
7260
|
{
|
|
7261
|
+
"kind": "field",
|
|
7028
7262
|
"name": "fluid",
|
|
7029
7263
|
"type": {
|
|
7030
7264
|
"text": "boolean | undefined"
|
|
7031
7265
|
},
|
|
7032
7266
|
"description": "Specify if FileUpload is fluid",
|
|
7033
7267
|
"default": "false",
|
|
7034
|
-
"
|
|
7268
|
+
"attribute": "fluid"
|
|
7035
7269
|
},
|
|
7036
7270
|
{
|
|
7271
|
+
"kind": "field",
|
|
7037
7272
|
"name": "width",
|
|
7038
7273
|
"type": {
|
|
7039
7274
|
"text": "string | undefined"
|
|
7040
7275
|
},
|
|
7041
7276
|
"description": "Specify the width of FileUpload",
|
|
7042
|
-
"
|
|
7277
|
+
"attribute": "width"
|
|
7043
7278
|
},
|
|
7044
7279
|
{
|
|
7280
|
+
"kind": "field",
|
|
7045
7281
|
"name": "theme",
|
|
7046
7282
|
"type": {
|
|
7047
7283
|
"text": "'light' | 'dark' | undefined"
|
|
7048
7284
|
},
|
|
7049
7285
|
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7050
|
-
"
|
|
7286
|
+
"attribute": "theme"
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
"kind": "field",
|
|
7290
|
+
"name": "formContext",
|
|
7291
|
+
"type": {
|
|
7292
|
+
"text": "BmFormContext"
|
|
7293
|
+
},
|
|
7294
|
+
"inheritedFrom": {
|
|
7295
|
+
"name": "FormField",
|
|
7296
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7297
|
+
}
|
|
7298
|
+
},
|
|
7299
|
+
{
|
|
7300
|
+
"kind": "field",
|
|
7301
|
+
"name": "pickerRef"
|
|
7302
|
+
},
|
|
7303
|
+
{
|
|
7304
|
+
"kind": "method",
|
|
7305
|
+
"name": "formAssociatedCallback",
|
|
7306
|
+
"return": {
|
|
7307
|
+
"type": {
|
|
7308
|
+
"text": "void"
|
|
7309
|
+
}
|
|
7310
|
+
},
|
|
7311
|
+
"inheritedFrom": {
|
|
7312
|
+
"name": "FormField",
|
|
7313
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7314
|
+
}
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"kind": "method",
|
|
7318
|
+
"name": "formResetCallback",
|
|
7319
|
+
"return": {
|
|
7320
|
+
"type": {
|
|
7321
|
+
"text": "void"
|
|
7322
|
+
}
|
|
7323
|
+
},
|
|
7324
|
+
"inheritedFrom": {
|
|
7325
|
+
"name": "FormField",
|
|
7326
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7327
|
+
}
|
|
7328
|
+
},
|
|
7329
|
+
{
|
|
7330
|
+
"kind": "field",
|
|
7331
|
+
"name": "formAssociated",
|
|
7332
|
+
"type": {
|
|
7333
|
+
"text": "boolean"
|
|
7334
|
+
},
|
|
7335
|
+
"static": true,
|
|
7336
|
+
"default": "true",
|
|
7337
|
+
"inheritedFrom": {
|
|
7338
|
+
"name": "FormField",
|
|
7339
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7340
|
+
}
|
|
7051
7341
|
},
|
|
7052
7342
|
{
|
|
7343
|
+
"kind": "field",
|
|
7053
7344
|
"name": "id",
|
|
7054
7345
|
"type": {
|
|
7055
7346
|
"text": "string"
|
|
7056
7347
|
},
|
|
7057
7348
|
"default": "''",
|
|
7058
|
-
"
|
|
7349
|
+
"attribute": "id",
|
|
7059
7350
|
"inheritedFrom": {
|
|
7060
7351
|
"name": "FormField",
|
|
7061
7352
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7062
7353
|
}
|
|
7063
7354
|
},
|
|
7064
7355
|
{
|
|
7356
|
+
"kind": "field",
|
|
7065
7357
|
"name": "name",
|
|
7066
7358
|
"type": {
|
|
7067
7359
|
"text": "string"
|
|
7068
7360
|
},
|
|
7069
7361
|
"default": "''",
|
|
7070
|
-
"
|
|
7362
|
+
"attribute": "name",
|
|
7071
7363
|
"inheritedFrom": {
|
|
7072
7364
|
"name": "FormField",
|
|
7073
7365
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7074
7366
|
}
|
|
7075
7367
|
},
|
|
7076
7368
|
{
|
|
7369
|
+
"kind": "field",
|
|
7077
7370
|
"name": "value",
|
|
7078
7371
|
"type": {
|
|
7079
7372
|
"text": "string"
|
|
7080
7373
|
},
|
|
7081
7374
|
"default": "''",
|
|
7082
|
-
"
|
|
7375
|
+
"attribute": "value",
|
|
7083
7376
|
"inheritedFrom": {
|
|
7084
7377
|
"name": "FormField",
|
|
7085
7378
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7086
7379
|
}
|
|
7087
7380
|
},
|
|
7088
7381
|
{
|
|
7089
|
-
"
|
|
7382
|
+
"kind": "field",
|
|
7383
|
+
"name": "inputAriaLabel",
|
|
7090
7384
|
"type": {
|
|
7091
7385
|
"text": "Optional<string>"
|
|
7092
7386
|
},
|
|
7093
|
-
"
|
|
7387
|
+
"attribute": "input-aria-label",
|
|
7388
|
+
"inheritedFrom": {
|
|
7389
|
+
"name": "FormField",
|
|
7390
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7391
|
+
}
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"kind": "method",
|
|
7395
|
+
"name": "finalizeAssociatedCallback",
|
|
7396
|
+
"return": {
|
|
7397
|
+
"type": {
|
|
7398
|
+
"text": "FinalizeAssociatedResult"
|
|
7399
|
+
}
|
|
7400
|
+
},
|
|
7401
|
+
"parameters": [
|
|
7402
|
+
{
|
|
7403
|
+
"name": "ctxValue",
|
|
7404
|
+
"type": {
|
|
7405
|
+
"text": "string"
|
|
7406
|
+
}
|
|
7407
|
+
}
|
|
7408
|
+
],
|
|
7094
7409
|
"inheritedFrom": {
|
|
7095
7410
|
"name": "FormField",
|
|
7096
7411
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7097
7412
|
}
|
|
7098
7413
|
}
|
|
7099
7414
|
],
|
|
7100
|
-
"superclass": {
|
|
7101
|
-
"name": "FormField",
|
|
7102
|
-
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
7103
|
-
},
|
|
7104
|
-
"tagName": "bm-file-upload",
|
|
7105
|
-
"customElement": true
|
|
7106
|
-
}
|
|
7107
|
-
],
|
|
7108
|
-
"exports": [
|
|
7109
|
-
{
|
|
7110
|
-
"kind": "js",
|
|
7111
|
-
"name": "BmFileUploadFileSelectedEvent",
|
|
7112
|
-
"declaration": {
|
|
7113
|
-
"name": "BmFileUploadFileSelectedEvent",
|
|
7114
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7115
|
-
}
|
|
7116
|
-
},
|
|
7117
|
-
{
|
|
7118
|
-
"kind": "js",
|
|
7119
|
-
"name": "BmFileUpload",
|
|
7120
|
-
"declaration": {
|
|
7121
|
-
"name": "BmFileUpload",
|
|
7122
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7123
|
-
}
|
|
7124
|
-
},
|
|
7125
|
-
{
|
|
7126
|
-
"kind": "custom-element-definition",
|
|
7127
|
-
"name": "bm-file-upload",
|
|
7128
|
-
"declaration": {
|
|
7129
|
-
"name": "BmFileUpload",
|
|
7130
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7131
|
-
}
|
|
7132
|
-
}
|
|
7133
|
-
]
|
|
7134
|
-
},
|
|
7135
|
-
{
|
|
7136
|
-
"kind": "javascript-module",
|
|
7137
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
|
|
7138
|
-
"declarations": [
|
|
7139
|
-
{
|
|
7140
|
-
"kind": "variable",
|
|
7141
|
-
"name": "fileUploadContext"
|
|
7142
|
-
}
|
|
7143
|
-
],
|
|
7144
|
-
"exports": [
|
|
7145
|
-
{
|
|
7146
|
-
"kind": "js",
|
|
7147
|
-
"name": "fileUploadContext",
|
|
7148
|
-
"declaration": {
|
|
7149
|
-
"name": "fileUploadContext",
|
|
7150
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
7151
|
-
}
|
|
7152
|
-
}
|
|
7153
|
-
]
|
|
7154
|
-
},
|
|
7155
|
-
{
|
|
7156
|
-
"kind": "javascript-module",
|
|
7157
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
|
|
7158
|
-
"declarations": [
|
|
7159
|
-
{
|
|
7160
|
-
"kind": "variable",
|
|
7161
|
-
"name": "fileUploadListContext"
|
|
7162
|
-
}
|
|
7163
|
-
],
|
|
7164
|
-
"exports": [
|
|
7165
|
-
{
|
|
7166
|
-
"kind": "js",
|
|
7167
|
-
"name": "fileUploadListContext",
|
|
7168
|
-
"declaration": {
|
|
7169
|
-
"name": "fileUploadListContext",
|
|
7170
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
|
|
7171
|
-
}
|
|
7172
|
-
}
|
|
7173
|
-
]
|
|
7174
|
-
},
|
|
7175
|
-
{
|
|
7176
|
-
"kind": "javascript-module",
|
|
7177
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
|
|
7178
|
-
"declarations": [],
|
|
7179
|
-
"exports": [
|
|
7180
|
-
{
|
|
7181
|
-
"kind": "js",
|
|
7182
|
-
"name": "*",
|
|
7183
|
-
"declaration": {
|
|
7184
|
-
"name": "*",
|
|
7185
|
-
"package": "./FileUpload"
|
|
7186
|
-
}
|
|
7187
|
-
},
|
|
7188
|
-
{
|
|
7189
|
-
"kind": "js",
|
|
7190
|
-
"name": "*",
|
|
7191
|
-
"declaration": {
|
|
7192
|
-
"name": "*",
|
|
7193
|
-
"package": "./FileUpload.Button"
|
|
7194
|
-
}
|
|
7195
|
-
},
|
|
7196
|
-
{
|
|
7197
|
-
"kind": "js",
|
|
7198
|
-
"name": "*",
|
|
7199
|
-
"declaration": {
|
|
7200
|
-
"name": "*",
|
|
7201
|
-
"package": "./FileUpload.Dropzone"
|
|
7202
|
-
}
|
|
7203
|
-
},
|
|
7204
|
-
{
|
|
7205
|
-
"kind": "js",
|
|
7206
|
-
"name": "*",
|
|
7207
|
-
"declaration": {
|
|
7208
|
-
"name": "*",
|
|
7209
|
-
"package": "./FileUpload.List"
|
|
7210
|
-
}
|
|
7211
|
-
},
|
|
7212
|
-
{
|
|
7213
|
-
"kind": "js",
|
|
7214
|
-
"name": "*",
|
|
7215
|
-
"declaration": {
|
|
7216
|
-
"name": "*",
|
|
7217
|
-
"package": "./FileUpload.List.Item"
|
|
7218
|
-
}
|
|
7219
|
-
}
|
|
7220
|
-
]
|
|
7221
|
-
},
|
|
7222
|
-
{
|
|
7223
|
-
"kind": "javascript-module",
|
|
7224
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
|
|
7225
|
-
"declarations": [
|
|
7226
|
-
{
|
|
7227
|
-
"kind": "variable",
|
|
7228
|
-
"name": "bmFormInitials",
|
|
7229
|
-
"type": {
|
|
7230
|
-
"text": "BmFormContext"
|
|
7231
|
-
},
|
|
7232
|
-
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
7233
|
-
},
|
|
7234
|
-
{
|
|
7235
|
-
"kind": "variable",
|
|
7236
|
-
"name": "bmFormContext"
|
|
7237
|
-
}
|
|
7238
|
-
],
|
|
7239
|
-
"exports": [
|
|
7240
|
-
{
|
|
7241
|
-
"kind": "js",
|
|
7242
|
-
"name": "bmFormInitials",
|
|
7243
|
-
"declaration": {
|
|
7244
|
-
"name": "bmFormInitials",
|
|
7245
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7246
|
-
}
|
|
7247
|
-
},
|
|
7248
|
-
{
|
|
7249
|
-
"kind": "js",
|
|
7250
|
-
"name": "bmFormContext",
|
|
7251
|
-
"declaration": {
|
|
7252
|
-
"name": "bmFormContext",
|
|
7253
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7254
|
-
}
|
|
7255
|
-
}
|
|
7256
|
-
]
|
|
7257
|
-
},
|
|
7258
|
-
{
|
|
7259
|
-
"kind": "javascript-module",
|
|
7260
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
7261
|
-
"declarations": [
|
|
7262
|
-
{
|
|
7263
|
-
"kind": "class",
|
|
7264
|
-
"description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
|
|
7265
|
-
"name": "FormField",
|
|
7266
|
-
"members": [
|
|
7267
|
-
{
|
|
7268
|
-
"kind": "field",
|
|
7269
|
-
"name": "formAssociated",
|
|
7270
|
-
"type": {
|
|
7271
|
-
"text": "boolean"
|
|
7272
|
-
},
|
|
7273
|
-
"static": true,
|
|
7274
|
-
"default": "true"
|
|
7275
|
-
},
|
|
7276
|
-
{
|
|
7277
|
-
"kind": "field",
|
|
7278
|
-
"name": "id",
|
|
7279
|
-
"type": {
|
|
7280
|
-
"text": "string"
|
|
7281
|
-
},
|
|
7282
|
-
"default": "''",
|
|
7283
|
-
"attribute": "id"
|
|
7284
|
-
},
|
|
7285
|
-
{
|
|
7286
|
-
"kind": "field",
|
|
7287
|
-
"name": "name",
|
|
7288
|
-
"type": {
|
|
7289
|
-
"text": "string"
|
|
7290
|
-
},
|
|
7291
|
-
"default": "''",
|
|
7292
|
-
"attribute": "name"
|
|
7293
|
-
},
|
|
7294
|
-
{
|
|
7295
|
-
"kind": "field",
|
|
7296
|
-
"name": "value",
|
|
7297
|
-
"type": {
|
|
7298
|
-
"text": "string"
|
|
7299
|
-
},
|
|
7300
|
-
"default": "''",
|
|
7301
|
-
"attribute": "value"
|
|
7302
|
-
},
|
|
7303
|
-
{
|
|
7304
|
-
"kind": "field",
|
|
7305
|
-
"name": "validationRules",
|
|
7306
|
-
"type": {
|
|
7307
|
-
"text": "Array<FormValidator>"
|
|
7308
|
-
},
|
|
7309
|
-
"default": "[]",
|
|
7310
|
-
"attribute": "validationRules"
|
|
7311
|
-
},
|
|
7312
|
-
{
|
|
7313
|
-
"kind": "field",
|
|
7314
|
-
"name": "inputAriaLabel",
|
|
7315
|
-
"type": {
|
|
7316
|
-
"text": "Optional<string>"
|
|
7317
|
-
},
|
|
7318
|
-
"attribute": "input-aria-label"
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"kind": "field",
|
|
7322
|
-
"name": "formContext",
|
|
7323
|
-
"type": {
|
|
7324
|
-
"text": "BmFormContext"
|
|
7325
|
-
}
|
|
7326
|
-
},
|
|
7327
|
-
{
|
|
7328
|
-
"kind": "method",
|
|
7329
|
-
"name": "formAssociatedCallback",
|
|
7330
|
-
"return": {
|
|
7331
|
-
"type": {
|
|
7332
|
-
"text": "void"
|
|
7333
|
-
}
|
|
7334
|
-
}
|
|
7335
|
-
},
|
|
7336
|
-
{
|
|
7337
|
-
"kind": "method",
|
|
7338
|
-
"name": "formResetCallback",
|
|
7339
|
-
"return": {
|
|
7340
|
-
"type": {
|
|
7341
|
-
"text": "void"
|
|
7342
|
-
}
|
|
7343
|
-
}
|
|
7344
|
-
},
|
|
7345
|
-
{
|
|
7346
|
-
"kind": "method",
|
|
7347
|
-
"name": "finalizeAssociatedCallback",
|
|
7348
|
-
"return": {
|
|
7349
|
-
"type": {
|
|
7350
|
-
"text": "FinalizeAssociatedResult"
|
|
7351
|
-
}
|
|
7352
|
-
},
|
|
7353
|
-
"parameters": [
|
|
7354
|
-
{
|
|
7355
|
-
"name": "ctxValue",
|
|
7356
|
-
"type": {
|
|
7357
|
-
"text": "string"
|
|
7358
|
-
}
|
|
7359
|
-
}
|
|
7360
|
-
]
|
|
7361
|
-
}
|
|
7362
|
-
],
|
|
7363
|
-
"attributes": [
|
|
7364
|
-
{
|
|
7365
|
-
"name": "id",
|
|
7366
|
-
"type": {
|
|
7367
|
-
"text": "string"
|
|
7368
|
-
},
|
|
7369
|
-
"default": "''",
|
|
7370
|
-
"fieldName": "id"
|
|
7371
|
-
},
|
|
7372
|
-
{
|
|
7373
|
-
"name": "name",
|
|
7374
|
-
"type": {
|
|
7375
|
-
"text": "string"
|
|
7376
|
-
},
|
|
7377
|
-
"default": "''",
|
|
7378
|
-
"fieldName": "name"
|
|
7379
|
-
},
|
|
7380
|
-
{
|
|
7381
|
-
"name": "value",
|
|
7382
|
-
"type": {
|
|
7383
|
-
"text": "string"
|
|
7384
|
-
},
|
|
7385
|
-
"default": "''",
|
|
7386
|
-
"fieldName": "value"
|
|
7387
|
-
},
|
|
7388
|
-
{
|
|
7389
|
-
"name": "validationRules",
|
|
7390
|
-
"type": {
|
|
7391
|
-
"text": "Array<FormValidator>"
|
|
7392
|
-
},
|
|
7393
|
-
"default": "[]",
|
|
7394
|
-
"fieldName": "validationRules"
|
|
7395
|
-
},
|
|
7396
|
-
{
|
|
7397
|
-
"name": "input-aria-label",
|
|
7398
|
-
"type": {
|
|
7399
|
-
"text": "Optional<string>"
|
|
7400
|
-
},
|
|
7401
|
-
"fieldName": "inputAriaLabel"
|
|
7402
|
-
}
|
|
7403
|
-
],
|
|
7404
|
-
"superclass": {
|
|
7405
|
-
"name": "LitElement",
|
|
7406
|
-
"package": "lit"
|
|
7407
|
-
},
|
|
7408
|
-
"customElement": true
|
|
7409
|
-
}
|
|
7410
|
-
],
|
|
7411
|
-
"exports": [
|
|
7412
|
-
{
|
|
7413
|
-
"kind": "js",
|
|
7414
|
-
"name": "FormField",
|
|
7415
|
-
"declaration": {
|
|
7416
|
-
"name": "FormField",
|
|
7417
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7418
|
-
}
|
|
7419
|
-
}
|
|
7420
|
-
]
|
|
7421
|
-
},
|
|
7422
|
-
{
|
|
7423
|
-
"kind": "javascript-module",
|
|
7424
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
7425
|
-
"declarations": [
|
|
7426
|
-
{
|
|
7427
|
-
"kind": "class",
|
|
7428
|
-
"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** ",
|
|
7429
|
-
"name": "BmForm",
|
|
7430
|
-
"slots": [
|
|
7431
|
-
{
|
|
7432
|
-
"description": "Add controls to the Form",
|
|
7433
|
-
"name": "slot"
|
|
7434
|
-
}
|
|
7435
|
-
],
|
|
7436
|
-
"members": [
|
|
7437
|
-
{
|
|
7438
|
-
"kind": "field",
|
|
7439
|
-
"name": "validationMode",
|
|
7440
|
-
"type": {
|
|
7441
|
-
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
7442
|
-
},
|
|
7443
|
-
"default": "'onBlur'",
|
|
7444
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
7445
|
-
"attribute": "validationMode"
|
|
7446
|
-
},
|
|
7447
|
-
{
|
|
7448
|
-
"kind": "field",
|
|
7449
|
-
"name": "initialValues",
|
|
7450
|
-
"type": {
|
|
7451
|
-
"text": "Record<string, FormValue>"
|
|
7452
|
-
},
|
|
7453
|
-
"default": "{}",
|
|
7454
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
7455
|
-
"attribute": "initialValues"
|
|
7456
|
-
},
|
|
7457
|
-
{
|
|
7458
|
-
"kind": "field",
|
|
7459
|
-
"name": "required",
|
|
7460
|
-
"type": {
|
|
7461
|
-
"text": "boolean"
|
|
7462
|
-
},
|
|
7463
|
-
"default": "false",
|
|
7464
|
-
"description": "Specify if input is a required",
|
|
7465
|
-
"attribute": "required"
|
|
7466
|
-
},
|
|
7467
|
-
{
|
|
7468
|
-
"kind": "field",
|
|
7469
|
-
"name": "disabled",
|
|
7470
|
-
"type": {
|
|
7471
|
-
"text": "boolean"
|
|
7472
|
-
},
|
|
7473
|
-
"default": "false",
|
|
7474
|
-
"description": "Specify if input is a disabled",
|
|
7475
|
-
"attribute": "disabled"
|
|
7476
|
-
},
|
|
7477
|
-
{
|
|
7478
|
-
"kind": "field",
|
|
7479
|
-
"name": "readOnly",
|
|
7480
|
-
"type": {
|
|
7481
|
-
"text": "boolean"
|
|
7482
|
-
},
|
|
7483
|
-
"default": "false",
|
|
7484
|
-
"description": "Specify if input is a read only",
|
|
7485
|
-
"attribute": "readOnly"
|
|
7486
|
-
},
|
|
7487
|
-
{
|
|
7488
|
-
"kind": "field",
|
|
7489
|
-
"name": "action",
|
|
7490
|
-
"type": {
|
|
7491
|
-
"text": "Optional<string>"
|
|
7492
|
-
},
|
|
7493
|
-
"attribute": "action"
|
|
7494
|
-
},
|
|
7495
|
-
{
|
|
7496
|
-
"kind": "field",
|
|
7497
|
-
"name": "method",
|
|
7498
|
-
"type": {
|
|
7499
|
-
"text": "Optional<string>"
|
|
7500
|
-
},
|
|
7501
|
-
"attribute": "method"
|
|
7502
|
-
},
|
|
7503
|
-
{
|
|
7504
|
-
"kind": "field",
|
|
7505
|
-
"name": "target",
|
|
7506
|
-
"type": {
|
|
7507
|
-
"text": "Optional<string>"
|
|
7508
|
-
},
|
|
7509
|
-
"attribute": "target"
|
|
7510
|
-
},
|
|
7511
|
-
{
|
|
7512
|
-
"kind": "field",
|
|
7513
|
-
"name": "enctype",
|
|
7514
|
-
"type": {
|
|
7515
|
-
"text": "Optional<string>"
|
|
7516
|
-
},
|
|
7517
|
-
"attribute": "enctype"
|
|
7518
|
-
},
|
|
7519
|
-
{
|
|
7520
|
-
"kind": "field",
|
|
7521
|
-
"name": "formMeta",
|
|
7522
|
-
"type": {
|
|
7523
|
-
"text": "Record<string, FieldMeta>"
|
|
7524
|
-
},
|
|
7525
|
-
"default": "{}"
|
|
7526
|
-
},
|
|
7527
|
-
{
|
|
7528
|
-
"kind": "field",
|
|
7529
|
-
"name": "formRef"
|
|
7530
|
-
},
|
|
7531
|
-
{
|
|
7532
|
-
"kind": "field",
|
|
7533
|
-
"name": "formContext",
|
|
7534
|
-
"type": {
|
|
7535
|
-
"text": "BmFormContext"
|
|
7536
|
-
},
|
|
7537
|
-
"privacy": "public",
|
|
7538
|
-
"default": "bmFormInitials"
|
|
7539
|
-
}
|
|
7540
|
-
],
|
|
7541
7415
|
"events": [
|
|
7542
7416
|
{
|
|
7543
|
-
"description": "
|
|
7544
|
-
"name": "
|
|
7417
|
+
"description": "Dispatched when a file is uploaded. Preventing default on this event will make upload asynchronous",
|
|
7418
|
+
"name": "bm-selected"
|
|
7545
7419
|
}
|
|
7546
7420
|
],
|
|
7547
7421
|
"attributes": [
|
|
7548
7422
|
{
|
|
7549
|
-
"name": "
|
|
7550
|
-
"type": {
|
|
7551
|
-
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
7552
|
-
},
|
|
7553
|
-
"default": "'onBlur'",
|
|
7554
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
7555
|
-
"fieldName": "validationMode"
|
|
7556
|
-
},
|
|
7557
|
-
{
|
|
7558
|
-
"name": "initialValues",
|
|
7423
|
+
"name": "accept",
|
|
7559
7424
|
"type": {
|
|
7560
|
-
"text": "
|
|
7425
|
+
"text": "string | undefined"
|
|
7561
7426
|
},
|
|
7562
|
-
"
|
|
7563
|
-
"
|
|
7564
|
-
"fieldName": "initialValues"
|
|
7427
|
+
"description": "Specify what types of files can be uploaded",
|
|
7428
|
+
"fieldName": "accept"
|
|
7565
7429
|
},
|
|
7566
7430
|
{
|
|
7567
|
-
"name": "
|
|
7431
|
+
"name": "error",
|
|
7568
7432
|
"type": {
|
|
7569
|
-
"text": "boolean"
|
|
7433
|
+
"text": "string | boolean | undefined"
|
|
7570
7434
|
},
|
|
7571
|
-
"
|
|
7572
|
-
"
|
|
7573
|
-
"fieldName": "required"
|
|
7435
|
+
"description": "Specify error text and display error state of FileUpload",
|
|
7436
|
+
"fieldName": "error"
|
|
7574
7437
|
},
|
|
7575
7438
|
{
|
|
7576
7439
|
"name": "disabled",
|
|
7577
7440
|
"type": {
|
|
7578
|
-
"text": "boolean"
|
|
7441
|
+
"text": "boolean | undefined"
|
|
7579
7442
|
},
|
|
7580
7443
|
"default": "false",
|
|
7581
|
-
"description": "Specify if
|
|
7444
|
+
"description": "Specify if FileUpload is in disabled state",
|
|
7582
7445
|
"fieldName": "disabled"
|
|
7583
7446
|
},
|
|
7584
7447
|
{
|
|
7585
|
-
"name": "
|
|
7448
|
+
"name": "multiple",
|
|
7586
7449
|
"type": {
|
|
7587
|
-
"text": "boolean"
|
|
7450
|
+
"text": "boolean | undefined"
|
|
7588
7451
|
},
|
|
7452
|
+
"description": "Specify if more than one file can be can be uploaded",
|
|
7589
7453
|
"default": "false",
|
|
7590
|
-
"
|
|
7591
|
-
"fieldName": "readOnly"
|
|
7454
|
+
"fieldName": "multiple"
|
|
7592
7455
|
},
|
|
7593
7456
|
{
|
|
7594
|
-
"name": "
|
|
7457
|
+
"name": "fileLimit",
|
|
7595
7458
|
"type": {
|
|
7596
|
-
"text": "
|
|
7459
|
+
"text": "number | undefined"
|
|
7597
7460
|
},
|
|
7598
|
-
"
|
|
7461
|
+
"description": "Specify how many files can be uploaded",
|
|
7462
|
+
"fieldName": "fileLimit"
|
|
7599
7463
|
},
|
|
7600
7464
|
{
|
|
7601
|
-
"name": "
|
|
7465
|
+
"name": "maxFileSize",
|
|
7602
7466
|
"type": {
|
|
7603
|
-
"text": "
|
|
7467
|
+
"text": "number | undefined"
|
|
7604
7468
|
},
|
|
7605
|
-
"
|
|
7469
|
+
"description": "Specify the maximum file size that can be uploaded",
|
|
7470
|
+
"fieldName": "maxFileSize"
|
|
7606
7471
|
},
|
|
7607
7472
|
{
|
|
7608
|
-
"name": "
|
|
7473
|
+
"name": "required",
|
|
7609
7474
|
"type": {
|
|
7610
|
-
"text": "
|
|
7475
|
+
"text": "boolean | undefined"
|
|
7611
7476
|
},
|
|
7612
|
-
"
|
|
7477
|
+
"description": "Specify if FileUpload is a required input",
|
|
7478
|
+
"default": "false",
|
|
7479
|
+
"fieldName": "required"
|
|
7613
7480
|
},
|
|
7614
7481
|
{
|
|
7615
|
-
"name": "
|
|
7482
|
+
"name": "readOnly",
|
|
7616
7483
|
"type": {
|
|
7617
|
-
"text": "
|
|
7484
|
+
"text": "boolean | undefined"
|
|
7618
7485
|
},
|
|
7619
|
-
"
|
|
7620
|
-
|
|
7621
|
-
],
|
|
7622
|
-
"superclass": {
|
|
7623
|
-
"name": "LitElement",
|
|
7624
|
-
"package": "lit"
|
|
7625
|
-
},
|
|
7626
|
-
"summary": "`bm-form`",
|
|
7627
|
-
"tagName": "bm-form",
|
|
7628
|
-
"customElement": true
|
|
7629
|
-
}
|
|
7630
|
-
],
|
|
7631
|
-
"exports": [
|
|
7632
|
-
{
|
|
7633
|
-
"kind": "js",
|
|
7634
|
-
"name": "validators",
|
|
7635
|
-
"declaration": {
|
|
7636
|
-
"name": "validators",
|
|
7637
|
-
"package": "@viasat/beam-shared/components/form"
|
|
7638
|
-
}
|
|
7639
|
-
},
|
|
7640
|
-
{
|
|
7641
|
-
"kind": "js",
|
|
7642
|
-
"name": "BmForm",
|
|
7643
|
-
"declaration": {
|
|
7644
|
-
"name": "BmForm",
|
|
7645
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
7646
|
-
}
|
|
7647
|
-
},
|
|
7648
|
-
{
|
|
7649
|
-
"kind": "custom-element-definition",
|
|
7650
|
-
"name": "bm-form",
|
|
7651
|
-
"declaration": {
|
|
7652
|
-
"name": "BmForm",
|
|
7653
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
7654
|
-
}
|
|
7655
|
-
}
|
|
7656
|
-
]
|
|
7657
|
-
},
|
|
7658
|
-
{
|
|
7659
|
-
"kind": "javascript-module",
|
|
7660
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
7661
|
-
"declarations": [
|
|
7662
|
-
{
|
|
7663
|
-
"kind": "function",
|
|
7664
|
-
"name": "createId",
|
|
7665
|
-
"return": {
|
|
7666
|
-
"type": {
|
|
7667
|
-
"text": "string"
|
|
7668
|
-
}
|
|
7669
|
-
}
|
|
7670
|
-
}
|
|
7671
|
-
],
|
|
7672
|
-
"exports": [
|
|
7673
|
-
{
|
|
7674
|
-
"kind": "js",
|
|
7675
|
-
"name": "createId",
|
|
7676
|
-
"declaration": {
|
|
7677
|
-
"name": "createId",
|
|
7678
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
7679
|
-
}
|
|
7680
|
-
}
|
|
7681
|
-
]
|
|
7682
|
-
},
|
|
7683
|
-
{
|
|
7684
|
-
"kind": "javascript-module",
|
|
7685
|
-
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
7686
|
-
"declarations": [],
|
|
7687
|
-
"exports": [
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "js",
|
|
7690
|
-
"name": "*",
|
|
7691
|
-
"declaration": {
|
|
7692
|
-
"name": "*",
|
|
7693
|
-
"package": "./Form"
|
|
7694
|
-
}
|
|
7695
|
-
},
|
|
7696
|
-
{
|
|
7697
|
-
"kind": "js",
|
|
7698
|
-
"name": "*",
|
|
7699
|
-
"declaration": {
|
|
7700
|
-
"name": "*",
|
|
7701
|
-
"package": "./Form.decorator"
|
|
7702
|
-
}
|
|
7703
|
-
}
|
|
7704
|
-
]
|
|
7705
|
-
},
|
|
7706
|
-
{
|
|
7707
|
-
"kind": "javascript-module",
|
|
7708
|
-
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
7709
|
-
"declarations": [
|
|
7710
|
-
{
|
|
7711
|
-
"kind": "class",
|
|
7712
|
-
"description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7713
|
-
"name": "BmLabel",
|
|
7714
|
-
"slots": [
|
|
7715
|
-
{
|
|
7716
|
-
"description": "Specify the text for Label",
|
|
7717
|
-
"name": "text"
|
|
7718
|
-
},
|
|
7719
|
-
{
|
|
7720
|
-
"description": "Specify if the Label displays as optional",
|
|
7721
|
-
"name": "optional"
|
|
7486
|
+
"description": "Specify if FileUpload is in read-only state",
|
|
7487
|
+
"fieldName": "readOnly"
|
|
7722
7488
|
},
|
|
7723
7489
|
{
|
|
7724
|
-
"
|
|
7725
|
-
"name": "tooltip"
|
|
7726
|
-
}
|
|
7727
|
-
],
|
|
7728
|
-
"members": [
|
|
7729
|
-
{
|
|
7730
|
-
"kind": "field",
|
|
7731
|
-
"name": "disabled",
|
|
7490
|
+
"name": "hideRequiredMarker",
|
|
7732
7491
|
"type": {
|
|
7733
|
-
"text": "boolean"
|
|
7492
|
+
"text": "boolean | undefined"
|
|
7734
7493
|
},
|
|
7494
|
+
"description": "Specify if FileUpload displays with an asterisk",
|
|
7735
7495
|
"default": "false",
|
|
7736
|
-
"
|
|
7737
|
-
"attribute": "disabled"
|
|
7496
|
+
"fieldName": "hideRequiredMarker"
|
|
7738
7497
|
},
|
|
7739
7498
|
{
|
|
7740
|
-
"
|
|
7741
|
-
"name": "required",
|
|
7499
|
+
"name": "validationRules",
|
|
7742
7500
|
"type": {
|
|
7743
|
-
"text": "
|
|
7501
|
+
"text": "Array<FormValidator>"
|
|
7744
7502
|
},
|
|
7745
|
-
"default": "
|
|
7746
|
-
"
|
|
7747
|
-
"
|
|
7503
|
+
"default": "[]",
|
|
7504
|
+
"fieldName": "validationRules",
|
|
7505
|
+
"description": "Specify form validation rules for FileUpload",
|
|
7506
|
+
"inheritedFrom": {
|
|
7507
|
+
"name": "FormField",
|
|
7508
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7509
|
+
}
|
|
7748
7510
|
},
|
|
7749
7511
|
{
|
|
7750
|
-
"
|
|
7751
|
-
"name": "text",
|
|
7512
|
+
"name": "fluid",
|
|
7752
7513
|
"type": {
|
|
7753
|
-
"text": "
|
|
7514
|
+
"text": "boolean | undefined"
|
|
7754
7515
|
},
|
|
7755
|
-
"description": "Specify
|
|
7756
|
-
"
|
|
7516
|
+
"description": "Specify if FileUpload is fluid",
|
|
7517
|
+
"default": "false",
|
|
7518
|
+
"fieldName": "fluid"
|
|
7757
7519
|
},
|
|
7758
7520
|
{
|
|
7759
|
-
"
|
|
7760
|
-
"name": "optional",
|
|
7521
|
+
"name": "width",
|
|
7761
7522
|
"type": {
|
|
7762
|
-
"text": "
|
|
7523
|
+
"text": "string | undefined"
|
|
7763
7524
|
},
|
|
7764
|
-
"description": "Specify the
|
|
7765
|
-
"
|
|
7525
|
+
"description": "Specify the width of FileUpload",
|
|
7526
|
+
"fieldName": "width"
|
|
7766
7527
|
},
|
|
7767
7528
|
{
|
|
7768
|
-
"kind": "field",
|
|
7769
7529
|
"name": "theme",
|
|
7770
7530
|
"type": {
|
|
7771
|
-
"text": "
|
|
7772
|
-
},
|
|
7773
|
-
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7774
|
-
"attribute": "theme"
|
|
7775
|
-
}
|
|
7776
|
-
],
|
|
7777
|
-
"attributes": [
|
|
7778
|
-
{
|
|
7779
|
-
"name": "disabled",
|
|
7780
|
-
"type": {
|
|
7781
|
-
"text": "boolean"
|
|
7531
|
+
"text": "'light' | 'dark' | undefined"
|
|
7782
7532
|
},
|
|
7783
|
-
"
|
|
7784
|
-
"
|
|
7785
|
-
"fieldName": "disabled"
|
|
7533
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7534
|
+
"fieldName": "theme"
|
|
7786
7535
|
},
|
|
7787
7536
|
{
|
|
7788
|
-
"name": "
|
|
7537
|
+
"name": "id",
|
|
7789
7538
|
"type": {
|
|
7790
|
-
"text": "
|
|
7539
|
+
"text": "string"
|
|
7791
7540
|
},
|
|
7792
|
-
"default": "
|
|
7793
|
-
"
|
|
7794
|
-
"
|
|
7541
|
+
"default": "''",
|
|
7542
|
+
"fieldName": "id",
|
|
7543
|
+
"inheritedFrom": {
|
|
7544
|
+
"name": "FormField",
|
|
7545
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7546
|
+
}
|
|
7795
7547
|
},
|
|
7796
7548
|
{
|
|
7797
|
-
"name": "
|
|
7549
|
+
"name": "name",
|
|
7798
7550
|
"type": {
|
|
7799
|
-
"text": "
|
|
7551
|
+
"text": "string"
|
|
7800
7552
|
},
|
|
7801
|
-
"
|
|
7802
|
-
"fieldName": "
|
|
7553
|
+
"default": "''",
|
|
7554
|
+
"fieldName": "name",
|
|
7555
|
+
"inheritedFrom": {
|
|
7556
|
+
"name": "FormField",
|
|
7557
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7558
|
+
}
|
|
7803
7559
|
},
|
|
7804
7560
|
{
|
|
7805
|
-
"name": "
|
|
7561
|
+
"name": "value",
|
|
7806
7562
|
"type": {
|
|
7807
|
-
"text": "
|
|
7563
|
+
"text": "string"
|
|
7808
7564
|
},
|
|
7809
|
-
"
|
|
7810
|
-
"fieldName": "
|
|
7565
|
+
"default": "''",
|
|
7566
|
+
"fieldName": "value",
|
|
7567
|
+
"inheritedFrom": {
|
|
7568
|
+
"name": "FormField",
|
|
7569
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7570
|
+
}
|
|
7811
7571
|
},
|
|
7812
7572
|
{
|
|
7813
|
-
"name": "
|
|
7573
|
+
"name": "input-aria-label",
|
|
7814
7574
|
"type": {
|
|
7815
|
-
"text": "Optional<
|
|
7575
|
+
"text": "Optional<string>"
|
|
7816
7576
|
},
|
|
7817
|
-
"
|
|
7818
|
-
"
|
|
7577
|
+
"fieldName": "inputAriaLabel",
|
|
7578
|
+
"inheritedFrom": {
|
|
7579
|
+
"name": "FormField",
|
|
7580
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7581
|
+
}
|
|
7819
7582
|
}
|
|
7820
7583
|
],
|
|
7821
7584
|
"superclass": {
|
|
7822
|
-
"name": "
|
|
7823
|
-
"
|
|
7824
|
-
},
|
|
7825
|
-
"
|
|
7826
|
-
"tagName": "bm-label",
|
|
7585
|
+
"name": "FormField",
|
|
7586
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
7587
|
+
},
|
|
7588
|
+
"tagName": "bm-file-upload",
|
|
7827
7589
|
"customElement": true
|
|
7828
7590
|
}
|
|
7829
7591
|
],
|
|
7830
7592
|
"exports": [
|
|
7831
7593
|
{
|
|
7832
7594
|
"kind": "js",
|
|
7833
|
-
"name": "
|
|
7595
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7834
7596
|
"declaration": {
|
|
7835
|
-
"name": "
|
|
7836
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7597
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7598
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7599
|
+
}
|
|
7600
|
+
},
|
|
7601
|
+
{
|
|
7602
|
+
"kind": "js",
|
|
7603
|
+
"name": "BmFileUpload",
|
|
7604
|
+
"declaration": {
|
|
7605
|
+
"name": "BmFileUpload",
|
|
7606
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7837
7607
|
}
|
|
7838
7608
|
},
|
|
7839
7609
|
{
|
|
7840
7610
|
"kind": "custom-element-definition",
|
|
7841
|
-
"name": "bm-
|
|
7611
|
+
"name": "bm-file-upload",
|
|
7842
7612
|
"declaration": {
|
|
7843
|
-
"name": "
|
|
7844
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7613
|
+
"name": "BmFileUpload",
|
|
7614
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7845
7615
|
}
|
|
7846
7616
|
}
|
|
7847
7617
|
]
|
|
7848
7618
|
},
|
|
7849
7619
|
{
|
|
7850
7620
|
"kind": "javascript-module",
|
|
7851
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7621
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
|
|
7622
|
+
"declarations": [
|
|
7623
|
+
{
|
|
7624
|
+
"kind": "variable",
|
|
7625
|
+
"name": "fileUploadContext"
|
|
7626
|
+
}
|
|
7627
|
+
],
|
|
7628
|
+
"exports": [
|
|
7629
|
+
{
|
|
7630
|
+
"kind": "js",
|
|
7631
|
+
"name": "fileUploadContext",
|
|
7632
|
+
"declaration": {
|
|
7633
|
+
"name": "fileUploadContext",
|
|
7634
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
7635
|
+
}
|
|
7636
|
+
}
|
|
7637
|
+
]
|
|
7638
|
+
},
|
|
7639
|
+
{
|
|
7640
|
+
"kind": "javascript-module",
|
|
7641
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
|
|
7642
|
+
"declarations": [
|
|
7643
|
+
{
|
|
7644
|
+
"kind": "variable",
|
|
7645
|
+
"name": "fileUploadListContext"
|
|
7646
|
+
}
|
|
7647
|
+
],
|
|
7648
|
+
"exports": [
|
|
7649
|
+
{
|
|
7650
|
+
"kind": "js",
|
|
7651
|
+
"name": "fileUploadListContext",
|
|
7652
|
+
"declaration": {
|
|
7653
|
+
"name": "fileUploadListContext",
|
|
7654
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
|
|
7655
|
+
}
|
|
7656
|
+
}
|
|
7657
|
+
]
|
|
7658
|
+
},
|
|
7659
|
+
{
|
|
7660
|
+
"kind": "javascript-module",
|
|
7661
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
|
|
7852
7662
|
"declarations": [],
|
|
7853
7663
|
"exports": [
|
|
7854
7664
|
{
|
|
@@ -7856,7 +7666,39 @@
|
|
|
7856
7666
|
"name": "*",
|
|
7857
7667
|
"declaration": {
|
|
7858
7668
|
"name": "*",
|
|
7859
|
-
"package": "./
|
|
7669
|
+
"package": "./FileUpload"
|
|
7670
|
+
}
|
|
7671
|
+
},
|
|
7672
|
+
{
|
|
7673
|
+
"kind": "js",
|
|
7674
|
+
"name": "*",
|
|
7675
|
+
"declaration": {
|
|
7676
|
+
"name": "*",
|
|
7677
|
+
"package": "./FileUpload.Button"
|
|
7678
|
+
}
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"kind": "js",
|
|
7682
|
+
"name": "*",
|
|
7683
|
+
"declaration": {
|
|
7684
|
+
"name": "*",
|
|
7685
|
+
"package": "./FileUpload.Dropzone"
|
|
7686
|
+
}
|
|
7687
|
+
},
|
|
7688
|
+
{
|
|
7689
|
+
"kind": "js",
|
|
7690
|
+
"name": "*",
|
|
7691
|
+
"declaration": {
|
|
7692
|
+
"name": "*",
|
|
7693
|
+
"package": "./FileUpload.List"
|
|
7694
|
+
}
|
|
7695
|
+
},
|
|
7696
|
+
{
|
|
7697
|
+
"kind": "js",
|
|
7698
|
+
"name": "*",
|
|
7699
|
+
"declaration": {
|
|
7700
|
+
"name": "*",
|
|
7701
|
+
"package": "./FileUpload.List.Item"
|
|
7860
7702
|
}
|
|
7861
7703
|
}
|
|
7862
7704
|
]
|
|
@@ -8289,6 +8131,164 @@
|
|
|
8289
8131
|
}
|
|
8290
8132
|
]
|
|
8291
8133
|
},
|
|
8134
|
+
{
|
|
8135
|
+
"kind": "javascript-module",
|
|
8136
|
+
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
8137
|
+
"declarations": [
|
|
8138
|
+
{
|
|
8139
|
+
"kind": "class",
|
|
8140
|
+
"description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
8141
|
+
"name": "BmLabel",
|
|
8142
|
+
"slots": [
|
|
8143
|
+
{
|
|
8144
|
+
"description": "Specify the text for Label",
|
|
8145
|
+
"name": "text"
|
|
8146
|
+
},
|
|
8147
|
+
{
|
|
8148
|
+
"description": "Specify if the Label displays as optional",
|
|
8149
|
+
"name": "optional"
|
|
8150
|
+
},
|
|
8151
|
+
{
|
|
8152
|
+
"description": "Specify if the icon displays to add a Tooltip",
|
|
8153
|
+
"name": "tooltip"
|
|
8154
|
+
}
|
|
8155
|
+
],
|
|
8156
|
+
"members": [
|
|
8157
|
+
{
|
|
8158
|
+
"kind": "field",
|
|
8159
|
+
"name": "disabled",
|
|
8160
|
+
"type": {
|
|
8161
|
+
"text": "boolean"
|
|
8162
|
+
},
|
|
8163
|
+
"default": "false",
|
|
8164
|
+
"description": "Specify if the Label displays disabled",
|
|
8165
|
+
"attribute": "disabled"
|
|
8166
|
+
},
|
|
8167
|
+
{
|
|
8168
|
+
"kind": "field",
|
|
8169
|
+
"name": "required",
|
|
8170
|
+
"type": {
|
|
8171
|
+
"text": "boolean"
|
|
8172
|
+
},
|
|
8173
|
+
"default": "false",
|
|
8174
|
+
"description": "Specify if the Label displays as required",
|
|
8175
|
+
"attribute": "required"
|
|
8176
|
+
},
|
|
8177
|
+
{
|
|
8178
|
+
"kind": "field",
|
|
8179
|
+
"name": "text",
|
|
8180
|
+
"type": {
|
|
8181
|
+
"text": "Optional<string>"
|
|
8182
|
+
},
|
|
8183
|
+
"description": "Specify the text for Label",
|
|
8184
|
+
"attribute": "text"
|
|
8185
|
+
},
|
|
8186
|
+
{
|
|
8187
|
+
"kind": "field",
|
|
8188
|
+
"name": "optional",
|
|
8189
|
+
"type": {
|
|
8190
|
+
"text": "Optional<string>"
|
|
8191
|
+
},
|
|
8192
|
+
"description": "Specify the text for Label",
|
|
8193
|
+
"attribute": "optional"
|
|
8194
|
+
},
|
|
8195
|
+
{
|
|
8196
|
+
"kind": "field",
|
|
8197
|
+
"name": "theme",
|
|
8198
|
+
"type": {
|
|
8199
|
+
"text": "Optional<ThemeTypes>"
|
|
8200
|
+
},
|
|
8201
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
8202
|
+
"attribute": "theme"
|
|
8203
|
+
}
|
|
8204
|
+
],
|
|
8205
|
+
"attributes": [
|
|
8206
|
+
{
|
|
8207
|
+
"name": "disabled",
|
|
8208
|
+
"type": {
|
|
8209
|
+
"text": "boolean"
|
|
8210
|
+
},
|
|
8211
|
+
"default": "false",
|
|
8212
|
+
"description": "Specify if the Label displays disabled",
|
|
8213
|
+
"fieldName": "disabled"
|
|
8214
|
+
},
|
|
8215
|
+
{
|
|
8216
|
+
"name": "required",
|
|
8217
|
+
"type": {
|
|
8218
|
+
"text": "boolean"
|
|
8219
|
+
},
|
|
8220
|
+
"default": "false",
|
|
8221
|
+
"description": "Specify if the Label displays as required",
|
|
8222
|
+
"fieldName": "required"
|
|
8223
|
+
},
|
|
8224
|
+
{
|
|
8225
|
+
"name": "text",
|
|
8226
|
+
"type": {
|
|
8227
|
+
"text": "Optional<string>"
|
|
8228
|
+
},
|
|
8229
|
+
"description": "Specify the text for Label",
|
|
8230
|
+
"fieldName": "text"
|
|
8231
|
+
},
|
|
8232
|
+
{
|
|
8233
|
+
"name": "optional",
|
|
8234
|
+
"type": {
|
|
8235
|
+
"text": "Optional<string>"
|
|
8236
|
+
},
|
|
8237
|
+
"description": "Specify the text for Label",
|
|
8238
|
+
"fieldName": "optional"
|
|
8239
|
+
},
|
|
8240
|
+
{
|
|
8241
|
+
"name": "theme",
|
|
8242
|
+
"type": {
|
|
8243
|
+
"text": "Optional<ThemeTypes>"
|
|
8244
|
+
},
|
|
8245
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
8246
|
+
"fieldName": "theme"
|
|
8247
|
+
}
|
|
8248
|
+
],
|
|
8249
|
+
"superclass": {
|
|
8250
|
+
"name": "LitElement",
|
|
8251
|
+
"package": "lit"
|
|
8252
|
+
},
|
|
8253
|
+
"summary": "`bm-label`",
|
|
8254
|
+
"tagName": "bm-label",
|
|
8255
|
+
"customElement": true
|
|
8256
|
+
}
|
|
8257
|
+
],
|
|
8258
|
+
"exports": [
|
|
8259
|
+
{
|
|
8260
|
+
"kind": "js",
|
|
8261
|
+
"name": "BmLabel",
|
|
8262
|
+
"declaration": {
|
|
8263
|
+
"name": "BmLabel",
|
|
8264
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
8265
|
+
}
|
|
8266
|
+
},
|
|
8267
|
+
{
|
|
8268
|
+
"kind": "custom-element-definition",
|
|
8269
|
+
"name": "bm-label",
|
|
8270
|
+
"declaration": {
|
|
8271
|
+
"name": "BmLabel",
|
|
8272
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
8273
|
+
}
|
|
8274
|
+
}
|
|
8275
|
+
]
|
|
8276
|
+
},
|
|
8277
|
+
{
|
|
8278
|
+
"kind": "javascript-module",
|
|
8279
|
+
"path": "libs/web-components/src/lib/wip/Label/index.ts",
|
|
8280
|
+
"declarations": [],
|
|
8281
|
+
"exports": [
|
|
8282
|
+
{
|
|
8283
|
+
"kind": "js",
|
|
8284
|
+
"name": "*",
|
|
8285
|
+
"declaration": {
|
|
8286
|
+
"name": "*",
|
|
8287
|
+
"package": "./Label"
|
|
8288
|
+
}
|
|
8289
|
+
}
|
|
8290
|
+
]
|
|
8291
|
+
},
|
|
8292
8292
|
{
|
|
8293
8293
|
"kind": "javascript-module",
|
|
8294
8294
|
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|