@viasat/beam-web-components 2.48.2 → 2.49.1
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/custom-elements.json +1495 -1495
- package/package.json +6 -6
- package/vscode.html-custom-data.json +185 -185
package/custom-elements.json
CHANGED
|
@@ -294,15 +294,19 @@
|
|
|
294
294
|
},
|
|
295
295
|
{
|
|
296
296
|
"kind": "javascript-module",
|
|
297
|
-
"path": "libs/web-components/src/lib/
|
|
297
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
298
298
|
"declarations": [
|
|
299
299
|
{
|
|
300
300
|
"kind": "class",
|
|
301
|
-
"description": "`bm-
|
|
302
|
-
"name": "
|
|
301
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
302
|
+
"name": "BmBadge",
|
|
303
303
|
"slots": [
|
|
304
304
|
{
|
|
305
|
-
"description": "
|
|
305
|
+
"description": "Provide text for the Badge",
|
|
306
|
+
"name": "default"
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"description": "Specify a different icon for the Badge",
|
|
306
310
|
"name": "icon"
|
|
307
311
|
}
|
|
308
312
|
],
|
|
@@ -311,522 +315,258 @@
|
|
|
311
315
|
"kind": "field",
|
|
312
316
|
"name": "appearance",
|
|
313
317
|
"type": {
|
|
314
|
-
"text": "'
|
|
318
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
315
319
|
},
|
|
316
|
-
"default": "'
|
|
317
|
-
"description": "Specify the appearance of the
|
|
320
|
+
"default": "'infoPrimary'",
|
|
321
|
+
"description": "Specify the appearance of the Badge",
|
|
318
322
|
"attribute": "appearance"
|
|
319
323
|
},
|
|
320
324
|
{
|
|
321
325
|
"kind": "field",
|
|
322
|
-
"name": "
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "string | undefined"
|
|
325
|
-
},
|
|
326
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
327
|
-
"attribute": "name"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"kind": "field",
|
|
331
|
-
"name": "src",
|
|
332
|
-
"type": {
|
|
333
|
-
"text": "string | undefined"
|
|
334
|
-
},
|
|
335
|
-
"description": "Pass an image to the Avatar",
|
|
336
|
-
"attribute": "src"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"kind": "field",
|
|
340
|
-
"name": "alt",
|
|
326
|
+
"name": "theme",
|
|
341
327
|
"type": {
|
|
342
|
-
"text": "
|
|
328
|
+
"text": "'light' | 'dark' | undefined"
|
|
343
329
|
},
|
|
344
|
-
"description": "
|
|
345
|
-
"attribute": "
|
|
330
|
+
"description": "Theme of the Badge",
|
|
331
|
+
"attribute": "theme"
|
|
346
332
|
},
|
|
347
333
|
{
|
|
348
334
|
"kind": "field",
|
|
349
335
|
"name": "size",
|
|
350
336
|
"type": {
|
|
351
|
-
"text": "'
|
|
337
|
+
"text": "'sm' | 'md' | undefined"
|
|
352
338
|
},
|
|
353
|
-
"default": "'
|
|
354
|
-
"description": "Specify the size of the
|
|
339
|
+
"default": "'sm'",
|
|
340
|
+
"description": "Specify the size of the Badge",
|
|
355
341
|
"attribute": "size"
|
|
356
342
|
},
|
|
357
343
|
{
|
|
358
344
|
"kind": "field",
|
|
359
|
-
"name": "
|
|
360
|
-
"type": {
|
|
361
|
-
"text": "boolean | undefined"
|
|
362
|
-
},
|
|
363
|
-
"default": "false",
|
|
364
|
-
"description": "Specify if the Avatar is disabled",
|
|
365
|
-
"attribute": "disabled"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"kind": "field",
|
|
369
|
-
"name": "shape",
|
|
370
|
-
"type": {
|
|
371
|
-
"text": "'circle' | 'square' | undefined"
|
|
372
|
-
},
|
|
373
|
-
"default": "'circle'",
|
|
374
|
-
"description": "Specify the shape of the Avatar",
|
|
375
|
-
"attribute": "shape"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"kind": "field",
|
|
379
|
-
"name": "isInteractive",
|
|
380
|
-
"type": {
|
|
381
|
-
"text": "boolean"
|
|
382
|
-
},
|
|
383
|
-
"default": "false",
|
|
384
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
385
|
-
"attribute": "isInteractive"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"kind": "field",
|
|
389
|
-
"name": "isFocusable",
|
|
345
|
+
"name": "emphasis",
|
|
390
346
|
"type": {
|
|
391
|
-
"text": "
|
|
347
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
392
348
|
},
|
|
393
|
-
"default": "
|
|
394
|
-
"description": "
|
|
395
|
-
"attribute": "
|
|
349
|
+
"default": "'strong'",
|
|
350
|
+
"description": "Specify the emphasis of the Badge",
|
|
351
|
+
"attribute": "emphasis"
|
|
396
352
|
},
|
|
397
353
|
{
|
|
398
354
|
"kind": "field",
|
|
399
|
-
"name": "
|
|
355
|
+
"name": "hideIcon",
|
|
400
356
|
"type": {
|
|
401
|
-
"text": "boolean"
|
|
357
|
+
"text": "boolean | undefined"
|
|
402
358
|
},
|
|
403
|
-
"
|
|
404
|
-
"attribute": "
|
|
359
|
+
"description": "Hides Badge icon",
|
|
360
|
+
"attribute": "hideIcon"
|
|
405
361
|
}
|
|
406
362
|
],
|
|
407
363
|
"attributes": [
|
|
408
364
|
{
|
|
409
365
|
"name": "appearance",
|
|
410
366
|
"type": {
|
|
411
|
-
"text": "'
|
|
367
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
412
368
|
},
|
|
413
|
-
"default": "'
|
|
414
|
-
"description": "Specify the appearance of the
|
|
369
|
+
"default": "'infoPrimary'",
|
|
370
|
+
"description": "Specify the appearance of the Badge",
|
|
415
371
|
"fieldName": "appearance"
|
|
416
372
|
},
|
|
417
373
|
{
|
|
418
|
-
"name": "
|
|
419
|
-
"type": {
|
|
420
|
-
"text": "string | undefined"
|
|
421
|
-
},
|
|
422
|
-
"description": "Specify a name to display initials in the Avatar",
|
|
423
|
-
"fieldName": "name"
|
|
424
|
-
},
|
|
425
|
-
{
|
|
426
|
-
"name": "src",
|
|
427
|
-
"type": {
|
|
428
|
-
"text": "string | undefined"
|
|
429
|
-
},
|
|
430
|
-
"description": "Pass an image to the Avatar",
|
|
431
|
-
"fieldName": "src"
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
"name": "alt",
|
|
374
|
+
"name": "theme",
|
|
435
375
|
"type": {
|
|
436
|
-
"text": "
|
|
376
|
+
"text": "'light' | 'dark' | undefined"
|
|
437
377
|
},
|
|
438
|
-
"description": "
|
|
439
|
-
"fieldName": "
|
|
378
|
+
"description": "Theme of the Badge",
|
|
379
|
+
"fieldName": "theme"
|
|
440
380
|
},
|
|
441
381
|
{
|
|
442
382
|
"name": "size",
|
|
443
383
|
"type": {
|
|
444
|
-
"text": "'
|
|
384
|
+
"text": "'sm' | 'md' | undefined"
|
|
445
385
|
},
|
|
446
|
-
"default": "'
|
|
447
|
-
"description": "Specify the size of the
|
|
386
|
+
"default": "'sm'",
|
|
387
|
+
"description": "Specify the size of the Badge",
|
|
448
388
|
"fieldName": "size"
|
|
449
389
|
},
|
|
450
390
|
{
|
|
451
|
-
"name": "
|
|
452
|
-
"type": {
|
|
453
|
-
"text": "boolean | undefined"
|
|
454
|
-
},
|
|
455
|
-
"default": "false",
|
|
456
|
-
"description": "Specify if the Avatar is disabled",
|
|
457
|
-
"fieldName": "disabled"
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
"name": "shape",
|
|
461
|
-
"type": {
|
|
462
|
-
"text": "'circle' | 'square' | undefined"
|
|
463
|
-
},
|
|
464
|
-
"default": "'circle'",
|
|
465
|
-
"description": "Specify the shape of the Avatar",
|
|
466
|
-
"fieldName": "shape"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "isInteractive",
|
|
470
|
-
"type": {
|
|
471
|
-
"text": "boolean"
|
|
472
|
-
},
|
|
473
|
-
"default": "false",
|
|
474
|
-
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
475
|
-
"fieldName": "isInteractive"
|
|
476
|
-
},
|
|
477
|
-
{
|
|
478
|
-
"name": "isFocusable",
|
|
391
|
+
"name": "emphasis",
|
|
479
392
|
"type": {
|
|
480
|
-
"text": "
|
|
393
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
481
394
|
},
|
|
482
|
-
"default": "
|
|
483
|
-
"description": "
|
|
484
|
-
"fieldName": "
|
|
395
|
+
"default": "'strong'",
|
|
396
|
+
"description": "Specify the emphasis of the Badge",
|
|
397
|
+
"fieldName": "emphasis"
|
|
485
398
|
},
|
|
486
399
|
{
|
|
487
|
-
"name": "
|
|
400
|
+
"name": "hideIcon",
|
|
488
401
|
"type": {
|
|
489
|
-
"text": "boolean"
|
|
402
|
+
"text": "boolean | undefined"
|
|
490
403
|
},
|
|
491
|
-
"
|
|
492
|
-
"fieldName": "
|
|
404
|
+
"description": "Hides Badge icon",
|
|
405
|
+
"fieldName": "hideIcon"
|
|
493
406
|
}
|
|
494
407
|
],
|
|
495
408
|
"superclass": {
|
|
496
409
|
"name": "LitElement",
|
|
497
410
|
"package": "lit"
|
|
498
411
|
},
|
|
499
|
-
"tagName": "bm-
|
|
412
|
+
"tagName": "bm-badge",
|
|
500
413
|
"customElement": true
|
|
501
414
|
}
|
|
502
415
|
],
|
|
503
416
|
"exports": [
|
|
504
417
|
{
|
|
505
418
|
"kind": "js",
|
|
506
|
-
"name": "
|
|
419
|
+
"name": "BmBadge",
|
|
507
420
|
"declaration": {
|
|
508
|
-
"name": "
|
|
509
|
-
"module": "libs/web-components/src/lib/
|
|
421
|
+
"name": "BmBadge",
|
|
422
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
510
423
|
}
|
|
511
424
|
},
|
|
512
425
|
{
|
|
513
426
|
"kind": "custom-element-definition",
|
|
514
|
-
"name": "bm-
|
|
427
|
+
"name": "bm-badge",
|
|
515
428
|
"declaration": {
|
|
516
|
-
"name": "
|
|
517
|
-
"module": "libs/web-components/src/lib/
|
|
429
|
+
"name": "BmBadge",
|
|
430
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
518
431
|
}
|
|
519
432
|
}
|
|
520
433
|
]
|
|
521
434
|
},
|
|
522
435
|
{
|
|
523
436
|
"kind": "javascript-module",
|
|
524
|
-
"path": "libs/web-components/src/lib/
|
|
525
|
-
"declarations": [
|
|
526
|
-
{
|
|
527
|
-
"kind": "variable",
|
|
528
|
-
"name": "AvatarGroupCtx"
|
|
529
|
-
}
|
|
530
|
-
],
|
|
437
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
438
|
+
"declarations": [],
|
|
531
439
|
"exports": [
|
|
532
440
|
{
|
|
533
441
|
"kind": "js",
|
|
534
|
-
"name": "
|
|
442
|
+
"name": "*",
|
|
535
443
|
"declaration": {
|
|
536
|
-
"name": "
|
|
537
|
-
"
|
|
444
|
+
"name": "*",
|
|
445
|
+
"package": "./Badge"
|
|
538
446
|
}
|
|
539
447
|
}
|
|
540
448
|
]
|
|
541
449
|
},
|
|
542
450
|
{
|
|
543
451
|
"kind": "javascript-module",
|
|
544
|
-
"path": "libs/web-components/src/lib/
|
|
452
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
545
453
|
"declarations": [
|
|
546
454
|
{
|
|
547
455
|
"kind": "class",
|
|
548
|
-
"description": "`bm-
|
|
549
|
-
"name": "
|
|
456
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
457
|
+
"name": "BmBadgeDot",
|
|
550
458
|
"slots": [
|
|
551
459
|
{
|
|
552
|
-
"description": "
|
|
460
|
+
"description": "Provide text for the BadgeDot",
|
|
553
461
|
"name": "default"
|
|
554
462
|
}
|
|
555
463
|
],
|
|
556
464
|
"members": [
|
|
557
465
|
{
|
|
558
466
|
"kind": "field",
|
|
559
|
-
"name": "
|
|
467
|
+
"name": "theme",
|
|
560
468
|
"type": {
|
|
561
|
-
"text": "
|
|
469
|
+
"text": "'light' | 'dark' | undefined"
|
|
562
470
|
},
|
|
563
|
-
"
|
|
564
|
-
"
|
|
565
|
-
"attribute": "wrapping"
|
|
471
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
472
|
+
"attribute": "theme"
|
|
566
473
|
},
|
|
567
474
|
{
|
|
568
475
|
"kind": "field",
|
|
569
|
-
"name": "
|
|
476
|
+
"name": "appearance",
|
|
570
477
|
"type": {
|
|
571
|
-
"text": "
|
|
478
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
572
479
|
},
|
|
573
|
-
"default": "
|
|
574
|
-
"description": "Specify the
|
|
575
|
-
"attribute": "
|
|
576
|
-
"reflects": true
|
|
480
|
+
"default": "'infoPrimary'",
|
|
481
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
482
|
+
"attribute": "appearance"
|
|
577
483
|
},
|
|
578
484
|
{
|
|
579
485
|
"kind": "field",
|
|
580
|
-
"name": "
|
|
486
|
+
"name": "emphasis",
|
|
581
487
|
"type": {
|
|
582
|
-
"text": "'
|
|
488
|
+
"text": "'strong' | 'subtle'"
|
|
583
489
|
},
|
|
584
|
-
"default": "'
|
|
585
|
-
"description": "Specify the
|
|
586
|
-
"attribute": "
|
|
490
|
+
"default": "'strong'",
|
|
491
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
492
|
+
"attribute": "emphasis"
|
|
587
493
|
},
|
|
588
494
|
{
|
|
589
495
|
"kind": "field",
|
|
590
|
-
"name": "
|
|
496
|
+
"name": "overrideDotColor",
|
|
591
497
|
"type": {
|
|
592
|
-
"text": "
|
|
498
|
+
"text": "string | undefined"
|
|
593
499
|
},
|
|
594
|
-
"
|
|
595
|
-
"
|
|
596
|
-
"attribute": "layout"
|
|
500
|
+
"description": "Overrides default dot color",
|
|
501
|
+
"attribute": "overrideDotColor"
|
|
597
502
|
}
|
|
598
503
|
],
|
|
599
504
|
"attributes": [
|
|
600
505
|
{
|
|
601
|
-
"name": "wrapping",
|
|
602
|
-
"type": {
|
|
603
|
-
"text": "boolean"
|
|
604
|
-
},
|
|
605
|
-
"default": "false",
|
|
606
|
-
"description": "Specify if the AvatarGroup wraps",
|
|
607
|
-
"fieldName": "wrapping"
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"name": "maxCount",
|
|
611
|
-
"type": {
|
|
612
|
-
"text": "number"
|
|
613
|
-
},
|
|
614
|
-
"default": "5",
|
|
615
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
616
|
-
"fieldName": "maxCount"
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"name": "size",
|
|
620
|
-
"type": {
|
|
621
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
622
|
-
},
|
|
623
|
-
"default": "'md'",
|
|
624
|
-
"description": "Specify the size of all Avatars",
|
|
625
|
-
"fieldName": "size"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "layout",
|
|
629
|
-
"type": {
|
|
630
|
-
"text": "'stacked' | 'spaced' | undefined"
|
|
631
|
-
},
|
|
632
|
-
"default": "'stacked'",
|
|
633
|
-
"description": "Specify the kind of the group.",
|
|
634
|
-
"fieldName": "layout"
|
|
635
|
-
}
|
|
636
|
-
],
|
|
637
|
-
"superclass": {
|
|
638
|
-
"name": "LitElement",
|
|
639
|
-
"package": "lit"
|
|
640
|
-
},
|
|
641
|
-
"tagName": "bm-avatar-group",
|
|
642
|
-
"customElement": true
|
|
643
|
-
}
|
|
644
|
-
],
|
|
645
|
-
"exports": [
|
|
646
|
-
{
|
|
647
|
-
"kind": "js",
|
|
648
|
-
"name": "BmAvatarGroup",
|
|
649
|
-
"declaration": {
|
|
650
|
-
"name": "BmAvatarGroup",
|
|
651
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"kind": "custom-element-definition",
|
|
656
|
-
"name": "bm-avatar-group",
|
|
657
|
-
"declaration": {
|
|
658
|
-
"name": "BmAvatarGroup",
|
|
659
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
]
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"kind": "javascript-module",
|
|
666
|
-
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
667
|
-
"declarations": [],
|
|
668
|
-
"exports": [
|
|
669
|
-
{
|
|
670
|
-
"kind": "js",
|
|
671
|
-
"name": "*",
|
|
672
|
-
"declaration": {
|
|
673
|
-
"name": "*",
|
|
674
|
-
"package": "./Avatar"
|
|
675
|
-
}
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
"kind": "js",
|
|
679
|
-
"name": "*",
|
|
680
|
-
"declaration": {
|
|
681
|
-
"name": "*",
|
|
682
|
-
"package": "./AvatarGroup"
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
]
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"kind": "javascript-module",
|
|
689
|
-
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
690
|
-
"declarations": [
|
|
691
|
-
{
|
|
692
|
-
"kind": "class",
|
|
693
|
-
"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",
|
|
694
|
-
"name": "BmBadge",
|
|
695
|
-
"slots": [
|
|
696
|
-
{
|
|
697
|
-
"description": "Provide text for the Badge",
|
|
698
|
-
"name": "default"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"description": "Specify a different icon for the Badge",
|
|
702
|
-
"name": "icon"
|
|
703
|
-
}
|
|
704
|
-
],
|
|
705
|
-
"members": [
|
|
706
|
-
{
|
|
707
|
-
"kind": "field",
|
|
708
|
-
"name": "appearance",
|
|
709
|
-
"type": {
|
|
710
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
711
|
-
},
|
|
712
|
-
"default": "'infoPrimary'",
|
|
713
|
-
"description": "Specify the appearance of the Badge",
|
|
714
|
-
"attribute": "appearance"
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"kind": "field",
|
|
718
506
|
"name": "theme",
|
|
719
507
|
"type": {
|
|
720
508
|
"text": "'light' | 'dark' | undefined"
|
|
721
509
|
},
|
|
722
|
-
"description": "
|
|
723
|
-
"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"kind": "field",
|
|
727
|
-
"name": "size",
|
|
728
|
-
"type": {
|
|
729
|
-
"text": "'sm' | 'md' | undefined"
|
|
730
|
-
},
|
|
731
|
-
"default": "'sm'",
|
|
732
|
-
"description": "Specify the size of the Badge",
|
|
733
|
-
"attribute": "size"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"kind": "field",
|
|
737
|
-
"name": "emphasis",
|
|
738
|
-
"type": {
|
|
739
|
-
"text": "'strong' | 'medium' | 'subtle'"
|
|
740
|
-
},
|
|
741
|
-
"default": "'strong'",
|
|
742
|
-
"description": "Specify the emphasis of the Badge",
|
|
743
|
-
"attribute": "emphasis"
|
|
510
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
511
|
+
"fieldName": "theme"
|
|
744
512
|
},
|
|
745
|
-
{
|
|
746
|
-
"kind": "field",
|
|
747
|
-
"name": "hideIcon",
|
|
748
|
-
"type": {
|
|
749
|
-
"text": "boolean | undefined"
|
|
750
|
-
},
|
|
751
|
-
"description": "Hides Badge icon",
|
|
752
|
-
"attribute": "hideIcon"
|
|
753
|
-
}
|
|
754
|
-
],
|
|
755
|
-
"attributes": [
|
|
756
513
|
{
|
|
757
514
|
"name": "appearance",
|
|
758
515
|
"type": {
|
|
759
516
|
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
760
517
|
},
|
|
761
518
|
"default": "'infoPrimary'",
|
|
762
|
-
"description": "Specify the appearance of the
|
|
519
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
763
520
|
"fieldName": "appearance"
|
|
764
521
|
},
|
|
765
|
-
{
|
|
766
|
-
"name": "theme",
|
|
767
|
-
"type": {
|
|
768
|
-
"text": "'light' | 'dark' | undefined"
|
|
769
|
-
},
|
|
770
|
-
"description": "Theme of the Badge",
|
|
771
|
-
"fieldName": "theme"
|
|
772
|
-
},
|
|
773
|
-
{
|
|
774
|
-
"name": "size",
|
|
775
|
-
"type": {
|
|
776
|
-
"text": "'sm' | 'md' | undefined"
|
|
777
|
-
},
|
|
778
|
-
"default": "'sm'",
|
|
779
|
-
"description": "Specify the size of the Badge",
|
|
780
|
-
"fieldName": "size"
|
|
781
|
-
},
|
|
782
522
|
{
|
|
783
523
|
"name": "emphasis",
|
|
784
524
|
"type": {
|
|
785
|
-
"text": "'strong' | '
|
|
525
|
+
"text": "'strong' | 'subtle'"
|
|
786
526
|
},
|
|
787
527
|
"default": "'strong'",
|
|
788
|
-
"description": "Specify the emphasis of the
|
|
528
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
789
529
|
"fieldName": "emphasis"
|
|
790
530
|
},
|
|
791
531
|
{
|
|
792
|
-
"name": "
|
|
532
|
+
"name": "overrideDotColor",
|
|
793
533
|
"type": {
|
|
794
|
-
"text": "
|
|
534
|
+
"text": "string | undefined"
|
|
795
535
|
},
|
|
796
|
-
"description": "
|
|
797
|
-
"fieldName": "
|
|
536
|
+
"description": "Overrides default dot color",
|
|
537
|
+
"fieldName": "overrideDotColor"
|
|
798
538
|
}
|
|
799
539
|
],
|
|
800
540
|
"superclass": {
|
|
801
541
|
"name": "LitElement",
|
|
802
542
|
"package": "lit"
|
|
803
543
|
},
|
|
804
|
-
"tagName": "bm-badge",
|
|
544
|
+
"tagName": "bm-badge-dot",
|
|
805
545
|
"customElement": true
|
|
806
546
|
}
|
|
807
547
|
],
|
|
808
548
|
"exports": [
|
|
809
549
|
{
|
|
810
550
|
"kind": "js",
|
|
811
|
-
"name": "
|
|
551
|
+
"name": "BmBadgeDot",
|
|
812
552
|
"declaration": {
|
|
813
|
-
"name": "
|
|
814
|
-
"module": "libs/web-components/src/lib/
|
|
553
|
+
"name": "BmBadgeDot",
|
|
554
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
815
555
|
}
|
|
816
556
|
},
|
|
817
557
|
{
|
|
818
558
|
"kind": "custom-element-definition",
|
|
819
|
-
"name": "bm-badge",
|
|
559
|
+
"name": "bm-badge-dot",
|
|
820
560
|
"declaration": {
|
|
821
|
-
"name": "
|
|
822
|
-
"module": "libs/web-components/src/lib/
|
|
561
|
+
"name": "BmBadgeDot",
|
|
562
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
823
563
|
}
|
|
824
564
|
}
|
|
825
565
|
]
|
|
826
566
|
},
|
|
827
567
|
{
|
|
828
568
|
"kind": "javascript-module",
|
|
829
|
-
"path": "libs/web-components/src/lib/
|
|
569
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
830
570
|
"declarations": [],
|
|
831
571
|
"exports": [
|
|
832
572
|
{
|
|
@@ -834,7 +574,7 @@
|
|
|
834
574
|
"name": "*",
|
|
835
575
|
"declaration": {
|
|
836
576
|
"name": "*",
|
|
837
|
-
"package": "./
|
|
577
|
+
"package": "./BadgeDot"
|
|
838
578
|
}
|
|
839
579
|
}
|
|
840
580
|
]
|
|
@@ -1824,234 +1564,494 @@
|
|
|
1824
1564
|
},
|
|
1825
1565
|
{
|
|
1826
1566
|
"kind": "javascript-module",
|
|
1827
|
-
"path": "libs/web-components/src/lib/
|
|
1567
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
1828
1568
|
"declarations": [
|
|
1829
1569
|
{
|
|
1830
1570
|
"kind": "class",
|
|
1831
|
-
"description": "`bm-
|
|
1832
|
-
"name": "
|
|
1571
|
+
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
|
|
1572
|
+
"name": "BmAvatar",
|
|
1833
1573
|
"slots": [
|
|
1834
1574
|
{
|
|
1835
|
-
"description": "
|
|
1836
|
-
"name": "
|
|
1575
|
+
"description": "Customize the default icon",
|
|
1576
|
+
"name": "icon"
|
|
1837
1577
|
}
|
|
1838
1578
|
],
|
|
1839
1579
|
"members": [
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "field",
|
|
1842
|
-
"name": "theme",
|
|
1843
|
-
"type": {
|
|
1844
|
-
"text": "'light' | 'dark' | undefined"
|
|
1845
|
-
},
|
|
1846
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1847
|
-
"attribute": "theme"
|
|
1848
|
-
},
|
|
1849
1580
|
{
|
|
1850
1581
|
"kind": "field",
|
|
1851
1582
|
"name": "appearance",
|
|
1852
1583
|
"type": {
|
|
1853
|
-
"text": "'
|
|
1584
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1854
1585
|
},
|
|
1855
|
-
"default": "'
|
|
1856
|
-
"description": "Specify the appearance of the
|
|
1586
|
+
"default": "'neutral'",
|
|
1587
|
+
"description": "Specify the appearance of the Avatar",
|
|
1857
1588
|
"attribute": "appearance"
|
|
1858
1589
|
},
|
|
1859
1590
|
{
|
|
1860
1591
|
"kind": "field",
|
|
1861
|
-
"name": "
|
|
1592
|
+
"name": "name",
|
|
1862
1593
|
"type": {
|
|
1863
|
-
"text": "
|
|
1594
|
+
"text": "string | undefined"
|
|
1864
1595
|
},
|
|
1865
|
-
"
|
|
1866
|
-
"
|
|
1867
|
-
"attribute": "emphasis"
|
|
1596
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1597
|
+
"attribute": "name"
|
|
1868
1598
|
},
|
|
1869
1599
|
{
|
|
1870
1600
|
"kind": "field",
|
|
1871
|
-
"name": "
|
|
1601
|
+
"name": "src",
|
|
1872
1602
|
"type": {
|
|
1873
1603
|
"text": "string | undefined"
|
|
1874
1604
|
},
|
|
1875
|
-
"description": "
|
|
1876
|
-
"attribute": "
|
|
1877
|
-
}
|
|
1878
|
-
],
|
|
1879
|
-
"attributes": [
|
|
1605
|
+
"description": "Pass an image to the Avatar",
|
|
1606
|
+
"attribute": "src"
|
|
1607
|
+
},
|
|
1880
1608
|
{
|
|
1881
|
-
"
|
|
1609
|
+
"kind": "field",
|
|
1610
|
+
"name": "alt",
|
|
1882
1611
|
"type": {
|
|
1883
|
-
"text": "
|
|
1612
|
+
"text": "string | undefined"
|
|
1884
1613
|
},
|
|
1885
|
-
"description": "Specify
|
|
1886
|
-
"
|
|
1614
|
+
"description": "Specify alt for image",
|
|
1615
|
+
"attribute": "alt"
|
|
1887
1616
|
},
|
|
1888
1617
|
{
|
|
1889
|
-
"
|
|
1618
|
+
"kind": "field",
|
|
1619
|
+
"name": "size",
|
|
1890
1620
|
"type": {
|
|
1891
|
-
"text": "'
|
|
1621
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1892
1622
|
},
|
|
1893
|
-
"default": "'
|
|
1894
|
-
"description": "Specify the
|
|
1623
|
+
"default": "'md'",
|
|
1624
|
+
"description": "Specify the size of the Avatar",
|
|
1625
|
+
"attribute": "size"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"kind": "field",
|
|
1629
|
+
"name": "disabled",
|
|
1630
|
+
"type": {
|
|
1631
|
+
"text": "boolean | undefined"
|
|
1632
|
+
},
|
|
1633
|
+
"default": "false",
|
|
1634
|
+
"description": "Specify if the Avatar is disabled",
|
|
1635
|
+
"attribute": "disabled"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "shape",
|
|
1640
|
+
"type": {
|
|
1641
|
+
"text": "'circle' | 'square' | undefined"
|
|
1642
|
+
},
|
|
1643
|
+
"default": "'circle'",
|
|
1644
|
+
"description": "Specify the shape of the Avatar",
|
|
1645
|
+
"attribute": "shape"
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "field",
|
|
1649
|
+
"name": "isInteractive",
|
|
1650
|
+
"type": {
|
|
1651
|
+
"text": "boolean"
|
|
1652
|
+
},
|
|
1653
|
+
"default": "false",
|
|
1654
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1655
|
+
"attribute": "isInteractive"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "field",
|
|
1659
|
+
"name": "isFocusable",
|
|
1660
|
+
"type": {
|
|
1661
|
+
"text": "boolean"
|
|
1662
|
+
},
|
|
1663
|
+
"default": "false",
|
|
1664
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1665
|
+
"attribute": "isFocusable"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "field",
|
|
1669
|
+
"name": "withBorder",
|
|
1670
|
+
"type": {
|
|
1671
|
+
"text": "boolean"
|
|
1672
|
+
},
|
|
1673
|
+
"default": "false",
|
|
1674
|
+
"attribute": "withBorder"
|
|
1675
|
+
}
|
|
1676
|
+
],
|
|
1677
|
+
"attributes": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "appearance",
|
|
1680
|
+
"type": {
|
|
1681
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1682
|
+
},
|
|
1683
|
+
"default": "'neutral'",
|
|
1684
|
+
"description": "Specify the appearance of the Avatar",
|
|
1895
1685
|
"fieldName": "appearance"
|
|
1896
1686
|
},
|
|
1897
1687
|
{
|
|
1898
|
-
"name": "
|
|
1688
|
+
"name": "name",
|
|
1899
1689
|
"type": {
|
|
1900
|
-
"text": "
|
|
1690
|
+
"text": "string | undefined"
|
|
1901
1691
|
},
|
|
1902
|
-
"
|
|
1903
|
-
"
|
|
1904
|
-
"fieldName": "emphasis"
|
|
1692
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1693
|
+
"fieldName": "name"
|
|
1905
1694
|
},
|
|
1906
1695
|
{
|
|
1907
|
-
"name": "
|
|
1696
|
+
"name": "src",
|
|
1908
1697
|
"type": {
|
|
1909
1698
|
"text": "string | undefined"
|
|
1910
1699
|
},
|
|
1911
|
-
"description": "
|
|
1912
|
-
"fieldName": "
|
|
1700
|
+
"description": "Pass an image to the Avatar",
|
|
1701
|
+
"fieldName": "src"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"name": "alt",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"text": "string | undefined"
|
|
1707
|
+
},
|
|
1708
|
+
"description": "Specify alt for image",
|
|
1709
|
+
"fieldName": "alt"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"name": "size",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1715
|
+
},
|
|
1716
|
+
"default": "'md'",
|
|
1717
|
+
"description": "Specify the size of the Avatar",
|
|
1718
|
+
"fieldName": "size"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"name": "disabled",
|
|
1722
|
+
"type": {
|
|
1723
|
+
"text": "boolean | undefined"
|
|
1724
|
+
},
|
|
1725
|
+
"default": "false",
|
|
1726
|
+
"description": "Specify if the Avatar is disabled",
|
|
1727
|
+
"fieldName": "disabled"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"name": "shape",
|
|
1731
|
+
"type": {
|
|
1732
|
+
"text": "'circle' | 'square' | undefined"
|
|
1733
|
+
},
|
|
1734
|
+
"default": "'circle'",
|
|
1735
|
+
"description": "Specify the shape of the Avatar",
|
|
1736
|
+
"fieldName": "shape"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"name": "isInteractive",
|
|
1740
|
+
"type": {
|
|
1741
|
+
"text": "boolean"
|
|
1742
|
+
},
|
|
1743
|
+
"default": "false",
|
|
1744
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1745
|
+
"fieldName": "isInteractive"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "isFocusable",
|
|
1749
|
+
"type": {
|
|
1750
|
+
"text": "boolean"
|
|
1751
|
+
},
|
|
1752
|
+
"default": "false",
|
|
1753
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1754
|
+
"fieldName": "isFocusable"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "withBorder",
|
|
1758
|
+
"type": {
|
|
1759
|
+
"text": "boolean"
|
|
1760
|
+
},
|
|
1761
|
+
"default": "false",
|
|
1762
|
+
"fieldName": "withBorder"
|
|
1913
1763
|
}
|
|
1914
1764
|
],
|
|
1915
1765
|
"superclass": {
|
|
1916
1766
|
"name": "LitElement",
|
|
1917
1767
|
"package": "lit"
|
|
1918
1768
|
},
|
|
1919
|
-
"tagName": "bm-
|
|
1769
|
+
"tagName": "bm-avatar",
|
|
1920
1770
|
"customElement": true
|
|
1921
1771
|
}
|
|
1922
1772
|
],
|
|
1923
1773
|
"exports": [
|
|
1924
1774
|
{
|
|
1925
1775
|
"kind": "js",
|
|
1926
|
-
"name": "
|
|
1776
|
+
"name": "BmAvatar",
|
|
1927
1777
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "libs/web-components/src/lib/
|
|
1778
|
+
"name": "BmAvatar",
|
|
1779
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1930
1780
|
}
|
|
1931
1781
|
},
|
|
1932
1782
|
{
|
|
1933
1783
|
"kind": "custom-element-definition",
|
|
1934
|
-
"name": "bm-
|
|
1784
|
+
"name": "bm-avatar",
|
|
1935
1785
|
"declaration": {
|
|
1936
|
-
"name": "
|
|
1937
|
-
"module": "libs/web-components/src/lib/
|
|
1786
|
+
"name": "BmAvatar",
|
|
1787
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1938
1788
|
}
|
|
1939
1789
|
}
|
|
1940
1790
|
]
|
|
1941
1791
|
},
|
|
1942
1792
|
{
|
|
1943
1793
|
"kind": "javascript-module",
|
|
1944
|
-
"path": "libs/web-components/src/lib/
|
|
1945
|
-
"declarations": [
|
|
1794
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1795
|
+
"declarations": [
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "variable",
|
|
1798
|
+
"name": "AvatarGroupCtx"
|
|
1799
|
+
}
|
|
1800
|
+
],
|
|
1946
1801
|
"exports": [
|
|
1947
1802
|
{
|
|
1948
1803
|
"kind": "js",
|
|
1949
|
-
"name": "
|
|
1804
|
+
"name": "AvatarGroupCtx",
|
|
1950
1805
|
"declaration": {
|
|
1951
|
-
"name": "
|
|
1952
|
-
"
|
|
1806
|
+
"name": "AvatarGroupCtx",
|
|
1807
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1953
1808
|
}
|
|
1954
1809
|
}
|
|
1955
1810
|
]
|
|
1956
1811
|
},
|
|
1957
1812
|
{
|
|
1958
1813
|
"kind": "javascript-module",
|
|
1959
|
-
"path": "libs/web-components/src/lib/
|
|
1814
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1960
1815
|
"declarations": [
|
|
1961
1816
|
{
|
|
1962
1817
|
"kind": "class",
|
|
1963
|
-
"description": "`bm-
|
|
1964
|
-
"name": "
|
|
1818
|
+
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
|
|
1819
|
+
"name": "BmAvatarGroup",
|
|
1965
1820
|
"slots": [
|
|
1966
1821
|
{
|
|
1967
|
-
"description": "
|
|
1822
|
+
"description": "Add Avatars to create a group",
|
|
1968
1823
|
"name": "default"
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"description": "Specify if the Button displays icon before the text",
|
|
1972
|
-
"name": "iconBefore"
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"description": "Specify if the Button displays icon after the text",
|
|
1976
|
-
"name": "iconAfter"
|
|
1977
1824
|
}
|
|
1978
1825
|
],
|
|
1979
1826
|
"members": [
|
|
1980
1827
|
{
|
|
1981
1828
|
"kind": "field",
|
|
1982
|
-
"name": "
|
|
1829
|
+
"name": "wrapping",
|
|
1983
1830
|
"type": {
|
|
1984
1831
|
"text": "boolean"
|
|
1985
1832
|
},
|
|
1986
|
-
"
|
|
1987
|
-
"
|
|
1988
|
-
|
|
1989
|
-
{
|
|
1990
|
-
"kind": "field",
|
|
1991
|
-
"name": "appearance",
|
|
1992
|
-
"type": {
|
|
1993
|
-
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
1994
|
-
},
|
|
1995
|
-
"default": "'accent'",
|
|
1996
|
-
"description": "Specify the appearance of a Button",
|
|
1997
|
-
"attribute": "appearance"
|
|
1833
|
+
"default": "false",
|
|
1834
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1835
|
+
"attribute": "wrapping"
|
|
1998
1836
|
},
|
|
1999
1837
|
{
|
|
2000
1838
|
"kind": "field",
|
|
2001
|
-
"name": "
|
|
1839
|
+
"name": "maxCount",
|
|
2002
1840
|
"type": {
|
|
2003
|
-
"text": "
|
|
1841
|
+
"text": "number"
|
|
2004
1842
|
},
|
|
2005
|
-
"default": "
|
|
2006
|
-
"description": "Specify the
|
|
2007
|
-
"attribute": "
|
|
1843
|
+
"default": "5",
|
|
1844
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1845
|
+
"attribute": "maxCount",
|
|
1846
|
+
"reflects": true
|
|
2008
1847
|
},
|
|
2009
1848
|
{
|
|
2010
1849
|
"kind": "field",
|
|
2011
1850
|
"name": "size",
|
|
2012
1851
|
"type": {
|
|
2013
|
-
"text": "'sm' | 'md' | 'lg'"
|
|
1852
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2014
1853
|
},
|
|
2015
1854
|
"default": "'md'",
|
|
2016
|
-
"description": "Specify the size of
|
|
1855
|
+
"description": "Specify the size of all Avatars",
|
|
2017
1856
|
"attribute": "size"
|
|
2018
1857
|
},
|
|
2019
1858
|
{
|
|
2020
1859
|
"kind": "field",
|
|
2021
|
-
"name": "
|
|
1860
|
+
"name": "layout",
|
|
2022
1861
|
"type": {
|
|
2023
|
-
"text": "
|
|
1862
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
2024
1863
|
},
|
|
2025
|
-
"default": "
|
|
2026
|
-
"description": "Specify
|
|
2027
|
-
"attribute": "
|
|
2028
|
-
}
|
|
1864
|
+
"default": "'stacked'",
|
|
1865
|
+
"description": "Specify the kind of the group.",
|
|
1866
|
+
"attribute": "layout"
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"attributes": [
|
|
2029
1870
|
{
|
|
2030
|
-
"
|
|
2031
|
-
"name": "fluid",
|
|
1871
|
+
"name": "wrapping",
|
|
2032
1872
|
"type": {
|
|
2033
1873
|
"text": "boolean"
|
|
2034
1874
|
},
|
|
2035
1875
|
"default": "false",
|
|
2036
|
-
"description": "Specify if
|
|
2037
|
-
"
|
|
1876
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1877
|
+
"fieldName": "wrapping"
|
|
2038
1878
|
},
|
|
2039
1879
|
{
|
|
2040
|
-
"
|
|
2041
|
-
"name": "width",
|
|
1880
|
+
"name": "maxCount",
|
|
2042
1881
|
"type": {
|
|
2043
|
-
"text": "
|
|
1882
|
+
"text": "number"
|
|
2044
1883
|
},
|
|
2045
|
-
"
|
|
2046
|
-
"
|
|
1884
|
+
"default": "5",
|
|
1885
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1886
|
+
"fieldName": "maxCount"
|
|
2047
1887
|
},
|
|
2048
1888
|
{
|
|
2049
|
-
"
|
|
2050
|
-
"name": "height",
|
|
1889
|
+
"name": "size",
|
|
2051
1890
|
"type": {
|
|
2052
|
-
"text": "
|
|
1891
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2053
1892
|
},
|
|
2054
|
-
"
|
|
1893
|
+
"default": "'md'",
|
|
1894
|
+
"description": "Specify the size of all Avatars",
|
|
1895
|
+
"fieldName": "size"
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
"name": "layout",
|
|
1899
|
+
"type": {
|
|
1900
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1901
|
+
},
|
|
1902
|
+
"default": "'stacked'",
|
|
1903
|
+
"description": "Specify the kind of the group.",
|
|
1904
|
+
"fieldName": "layout"
|
|
1905
|
+
}
|
|
1906
|
+
],
|
|
1907
|
+
"superclass": {
|
|
1908
|
+
"name": "LitElement",
|
|
1909
|
+
"package": "lit"
|
|
1910
|
+
},
|
|
1911
|
+
"tagName": "bm-avatar-group",
|
|
1912
|
+
"customElement": true
|
|
1913
|
+
}
|
|
1914
|
+
],
|
|
1915
|
+
"exports": [
|
|
1916
|
+
{
|
|
1917
|
+
"kind": "js",
|
|
1918
|
+
"name": "BmAvatarGroup",
|
|
1919
|
+
"declaration": {
|
|
1920
|
+
"name": "BmAvatarGroup",
|
|
1921
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1922
|
+
}
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "custom-element-definition",
|
|
1926
|
+
"name": "bm-avatar-group",
|
|
1927
|
+
"declaration": {
|
|
1928
|
+
"name": "BmAvatarGroup",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "javascript-module",
|
|
1936
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1937
|
+
"declarations": [],
|
|
1938
|
+
"exports": [
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "js",
|
|
1941
|
+
"name": "*",
|
|
1942
|
+
"declaration": {
|
|
1943
|
+
"name": "*",
|
|
1944
|
+
"package": "./Avatar"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "js",
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"declaration": {
|
|
1951
|
+
"name": "*",
|
|
1952
|
+
"package": "./AvatarGroup"
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
]
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "javascript-module",
|
|
1959
|
+
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
1960
|
+
"declarations": [
|
|
1961
|
+
{
|
|
1962
|
+
"kind": "class",
|
|
1963
|
+
"description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
|
|
1964
|
+
"name": "BmButton",
|
|
1965
|
+
"slots": [
|
|
1966
|
+
{
|
|
1967
|
+
"description": "Provide content for the Button",
|
|
1968
|
+
"name": "default"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"description": "Specify if the Button displays icon before the text",
|
|
1972
|
+
"name": "iconBefore"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"description": "Specify if the Button displays icon after the text",
|
|
1976
|
+
"name": "iconAfter"
|
|
1977
|
+
}
|
|
1978
|
+
],
|
|
1979
|
+
"members": [
|
|
1980
|
+
{
|
|
1981
|
+
"kind": "field",
|
|
1982
|
+
"name": "formAssociated",
|
|
1983
|
+
"type": {
|
|
1984
|
+
"text": "boolean"
|
|
1985
|
+
},
|
|
1986
|
+
"static": true,
|
|
1987
|
+
"default": "true"
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "field",
|
|
1991
|
+
"name": "appearance",
|
|
1992
|
+
"type": {
|
|
1993
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
1994
|
+
},
|
|
1995
|
+
"default": "'accent'",
|
|
1996
|
+
"description": "Specify the appearance of a Button",
|
|
1997
|
+
"attribute": "appearance"
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "field",
|
|
2001
|
+
"name": "kind",
|
|
2002
|
+
"type": {
|
|
2003
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
2004
|
+
},
|
|
2005
|
+
"default": "'filled'",
|
|
2006
|
+
"description": "Specify the kind of Button",
|
|
2007
|
+
"attribute": "kind"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"kind": "field",
|
|
2011
|
+
"name": "size",
|
|
2012
|
+
"type": {
|
|
2013
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
2014
|
+
},
|
|
2015
|
+
"default": "'md'",
|
|
2016
|
+
"description": "Specify the size of a Button",
|
|
2017
|
+
"attribute": "size"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"kind": "field",
|
|
2021
|
+
"name": "disabled",
|
|
2022
|
+
"type": {
|
|
2023
|
+
"text": "boolean"
|
|
2024
|
+
},
|
|
2025
|
+
"default": "false",
|
|
2026
|
+
"description": "Specify if the Button is disabled",
|
|
2027
|
+
"attribute": "disabled"
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"kind": "field",
|
|
2031
|
+
"name": "fluid",
|
|
2032
|
+
"type": {
|
|
2033
|
+
"text": "boolean"
|
|
2034
|
+
},
|
|
2035
|
+
"default": "false",
|
|
2036
|
+
"description": "Specify if Button is fluid",
|
|
2037
|
+
"attribute": "fluid"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "field",
|
|
2041
|
+
"name": "width",
|
|
2042
|
+
"type": {
|
|
2043
|
+
"text": "string | undefined"
|
|
2044
|
+
},
|
|
2045
|
+
"description": "Specify the width of a Button",
|
|
2046
|
+
"attribute": "width"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"kind": "field",
|
|
2050
|
+
"name": "height",
|
|
2051
|
+
"type": {
|
|
2052
|
+
"text": "string | undefined"
|
|
2053
|
+
},
|
|
2054
|
+
"description": "Specify the height of a Button",
|
|
2055
2055
|
"attribute": "height"
|
|
2056
2056
|
},
|
|
2057
2057
|
{
|
|
@@ -6907,75 +6907,93 @@
|
|
|
6907
6907
|
},
|
|
6908
6908
|
{
|
|
6909
6909
|
"kind": "javascript-module",
|
|
6910
|
-
"path": "libs/web-components/src/lib/wip/
|
|
6910
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
|
|
6911
6911
|
"declarations": [
|
|
6912
6912
|
{
|
|
6913
6913
|
"kind": "class",
|
|
6914
|
-
"description": "### Attributes:\n- **
|
|
6915
|
-
"name": "
|
|
6914
|
+
"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",
|
|
6915
|
+
"name": "BmFileUploadButton",
|
|
6916
6916
|
"slots": [
|
|
6917
6917
|
{
|
|
6918
|
-
"description": "Specify
|
|
6919
|
-
"name": "
|
|
6918
|
+
"description": "Specify text for the Button",
|
|
6919
|
+
"name": "default",
|
|
6920
|
+
"inheritedFrom": {
|
|
6921
|
+
"name": "BmButton",
|
|
6922
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6923
|
+
}
|
|
6920
6924
|
},
|
|
6921
6925
|
{
|
|
6922
|
-
"description": "Specify
|
|
6923
|
-
"name": "
|
|
6926
|
+
"description": "Specify if the Button displays icon before the text",
|
|
6927
|
+
"name": "iconBefore",
|
|
6928
|
+
"inheritedFrom": {
|
|
6929
|
+
"name": "BmButton",
|
|
6930
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6931
|
+
}
|
|
6924
6932
|
},
|
|
6925
6933
|
{
|
|
6926
|
-
"description": "Specify
|
|
6927
|
-
"name": "
|
|
6934
|
+
"description": "Specify if the Button displays icon after the text",
|
|
6935
|
+
"name": "iconAfter",
|
|
6936
|
+
"inheritedFrom": {
|
|
6937
|
+
"name": "BmButton",
|
|
6938
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6939
|
+
}
|
|
6928
6940
|
}
|
|
6929
6941
|
],
|
|
6930
6942
|
"members": [
|
|
6931
6943
|
{
|
|
6932
6944
|
"kind": "field",
|
|
6933
|
-
"name": "
|
|
6945
|
+
"name": "error",
|
|
6934
6946
|
"type": {
|
|
6935
|
-
"text": "boolean"
|
|
6947
|
+
"text": "boolean | undefined"
|
|
6936
6948
|
},
|
|
6937
|
-
"
|
|
6938
|
-
"
|
|
6939
|
-
"attribute": "required"
|
|
6949
|
+
"description": "Specify if FileUpload is in error state",
|
|
6950
|
+
"attribute": "error"
|
|
6940
6951
|
},
|
|
6941
6952
|
{
|
|
6942
6953
|
"kind": "field",
|
|
6943
|
-
"name": "
|
|
6954
|
+
"name": "accept",
|
|
6944
6955
|
"type": {
|
|
6945
|
-
"text": "
|
|
6956
|
+
"text": "string | undefined"
|
|
6946
6957
|
},
|
|
6947
|
-
"
|
|
6948
|
-
"
|
|
6949
|
-
"attribute": "readOnly"
|
|
6958
|
+
"description": "Specify the accepted file types",
|
|
6959
|
+
"attribute": "accept"
|
|
6950
6960
|
},
|
|
6951
6961
|
{
|
|
6952
6962
|
"kind": "field",
|
|
6953
|
-
"name": "
|
|
6963
|
+
"name": "multiple",
|
|
6954
6964
|
"type": {
|
|
6955
|
-
"text": "boolean"
|
|
6965
|
+
"text": "boolean | undefined"
|
|
6956
6966
|
},
|
|
6957
|
-
"
|
|
6958
|
-
"
|
|
6959
|
-
"attribute": "disabled"
|
|
6967
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6968
|
+
"attribute": "multiple"
|
|
6960
6969
|
},
|
|
6961
6970
|
{
|
|
6962
6971
|
"kind": "field",
|
|
6963
|
-
"name": "
|
|
6972
|
+
"name": "appearance",
|
|
6964
6973
|
"type": {
|
|
6965
|
-
"text": "
|
|
6974
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
6966
6975
|
},
|
|
6967
|
-
"
|
|
6968
|
-
"
|
|
6976
|
+
"default": "'neutral-subtle'",
|
|
6977
|
+
"description": "Specify the appearance of a Button",
|
|
6978
|
+
"attribute": "appearance",
|
|
6979
|
+
"inheritedFrom": {
|
|
6980
|
+
"name": "BmButton",
|
|
6981
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6982
|
+
}
|
|
6969
6983
|
},
|
|
6970
6984
|
{
|
|
6971
6985
|
"kind": "field",
|
|
6972
|
-
"name": "
|
|
6986
|
+
"name": "kind",
|
|
6973
6987
|
"type": {
|
|
6974
|
-
"text": "
|
|
6988
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
6975
6989
|
},
|
|
6976
|
-
"default": "
|
|
6977
|
-
"description": "Specify
|
|
6978
|
-
"attribute": "
|
|
6990
|
+
"default": "'outline'",
|
|
6991
|
+
"description": "Specify the kind of Button",
|
|
6992
|
+
"attribute": "kind",
|
|
6993
|
+
"inheritedFrom": {
|
|
6994
|
+
"name": "BmButton",
|
|
6995
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6996
|
+
}
|
|
6979
6997
|
},
|
|
6980
6998
|
{
|
|
6981
6999
|
"kind": "field",
|
|
@@ -6983,144 +7001,124 @@
|
|
|
6983
7001
|
"type": {
|
|
6984
7002
|
"text": "'sm' | 'md' | 'lg'"
|
|
6985
7003
|
},
|
|
6986
|
-
"default": "
|
|
6987
|
-
"description": "Specify the size of
|
|
6988
|
-
"attribute": "size"
|
|
7004
|
+
"default": "'md'",
|
|
7005
|
+
"description": "Specify the size of a Button",
|
|
7006
|
+
"attribute": "size",
|
|
7007
|
+
"inheritedFrom": {
|
|
7008
|
+
"name": "BmButton",
|
|
7009
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7010
|
+
}
|
|
6989
7011
|
},
|
|
6990
7012
|
{
|
|
6991
7013
|
"kind": "field",
|
|
6992
|
-
"name": "
|
|
7014
|
+
"name": "iconOnly",
|
|
6993
7015
|
"type": {
|
|
6994
|
-
"text": "
|
|
7016
|
+
"text": "boolean | undefined"
|
|
6995
7017
|
},
|
|
6996
|
-
"description": "Specify the
|
|
6997
|
-
"attribute": "
|
|
7018
|
+
"description": "Specify if the icon displays without text",
|
|
7019
|
+
"attribute": "iconOnly",
|
|
7020
|
+
"default": "false",
|
|
7021
|
+
"inheritedFrom": {
|
|
7022
|
+
"name": "BmButton",
|
|
7023
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7024
|
+
}
|
|
6998
7025
|
},
|
|
6999
7026
|
{
|
|
7000
7027
|
"kind": "field",
|
|
7001
|
-
"name": "
|
|
7002
|
-
"
|
|
7003
|
-
"text": "boolean"
|
|
7004
|
-
},
|
|
7005
|
-
"default": "true",
|
|
7006
|
-
"description": "Specify if overflow displays ellipsis",
|
|
7007
|
-
"attribute": "ellipse"
|
|
7028
|
+
"name": "iconBefore",
|
|
7029
|
+
"default": "unsafeSVG(Upload)"
|
|
7008
7030
|
},
|
|
7009
7031
|
{
|
|
7010
7032
|
"kind": "field",
|
|
7011
|
-
"name": "
|
|
7033
|
+
"name": "formAssociated",
|
|
7012
7034
|
"type": {
|
|
7013
7035
|
"text": "boolean"
|
|
7014
7036
|
},
|
|
7015
|
-
"
|
|
7016
|
-
"
|
|
7017
|
-
"attribute": "hideRequiredMarker"
|
|
7018
|
-
},
|
|
7019
|
-
{
|
|
7020
|
-
"kind": "field",
|
|
7021
|
-
"name": "theme",
|
|
7022
|
-
"type": {
|
|
7023
|
-
"text": "'light' | 'dark' | undefined"
|
|
7024
|
-
},
|
|
7025
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
7026
|
-
"attribute": "theme"
|
|
7027
|
-
},
|
|
7028
|
-
{
|
|
7029
|
-
"kind": "method",
|
|
7030
|
-
"name": "finalizeAssociatedCallback",
|
|
7031
|
-
"return": {
|
|
7032
|
-
"type": {
|
|
7033
|
-
"text": "FinalizeAssociatedResult"
|
|
7034
|
-
}
|
|
7035
|
-
},
|
|
7036
|
-
"parameters": [
|
|
7037
|
-
{
|
|
7038
|
-
"name": "value",
|
|
7039
|
-
"type": {
|
|
7040
|
-
"text": "string"
|
|
7041
|
-
}
|
|
7042
|
-
}
|
|
7043
|
-
],
|
|
7037
|
+
"static": true,
|
|
7038
|
+
"default": "true",
|
|
7044
7039
|
"inheritedFrom": {
|
|
7045
|
-
"name": "
|
|
7046
|
-
"module": "libs/web-components/src/lib/
|
|
7040
|
+
"name": "BmButton",
|
|
7041
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7047
7042
|
}
|
|
7048
7043
|
},
|
|
7049
7044
|
{
|
|
7050
7045
|
"kind": "field",
|
|
7051
|
-
"name": "
|
|
7046
|
+
"name": "disabled",
|
|
7052
7047
|
"type": {
|
|
7053
7048
|
"text": "boolean"
|
|
7054
7049
|
},
|
|
7055
|
-
"
|
|
7056
|
-
"
|
|
7050
|
+
"default": "false",
|
|
7051
|
+
"description": "Specify if the Button is disabled",
|
|
7052
|
+
"attribute": "disabled",
|
|
7057
7053
|
"inheritedFrom": {
|
|
7058
|
-
"name": "
|
|
7059
|
-
"module": "libs/web-components/src/lib/
|
|
7054
|
+
"name": "BmButton",
|
|
7055
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7060
7056
|
}
|
|
7061
7057
|
},
|
|
7062
7058
|
{
|
|
7063
7059
|
"kind": "field",
|
|
7064
|
-
"name": "
|
|
7060
|
+
"name": "fluid",
|
|
7065
7061
|
"type": {
|
|
7066
|
-
"text": "
|
|
7062
|
+
"text": "boolean"
|
|
7067
7063
|
},
|
|
7068
|
-
"default": "
|
|
7069
|
-
"
|
|
7064
|
+
"default": "false",
|
|
7065
|
+
"description": "Specify if Button is fluid",
|
|
7066
|
+
"attribute": "fluid",
|
|
7070
7067
|
"inheritedFrom": {
|
|
7071
|
-
"name": "
|
|
7072
|
-
"module": "libs/web-components/src/lib/
|
|
7068
|
+
"name": "BmButton",
|
|
7069
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7073
7070
|
}
|
|
7074
7071
|
},
|
|
7075
7072
|
{
|
|
7076
7073
|
"kind": "field",
|
|
7077
|
-
"name": "
|
|
7074
|
+
"name": "width",
|
|
7078
7075
|
"type": {
|
|
7079
|
-
"text": "string"
|
|
7076
|
+
"text": "string | undefined"
|
|
7080
7077
|
},
|
|
7081
|
-
"
|
|
7082
|
-
"attribute": "
|
|
7078
|
+
"description": "Specify the width of a Button",
|
|
7079
|
+
"attribute": "width",
|
|
7083
7080
|
"inheritedFrom": {
|
|
7084
|
-
"name": "
|
|
7085
|
-
"module": "libs/web-components/src/lib/
|
|
7081
|
+
"name": "BmButton",
|
|
7082
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7086
7083
|
}
|
|
7087
7084
|
},
|
|
7088
7085
|
{
|
|
7089
7086
|
"kind": "field",
|
|
7090
|
-
"name": "
|
|
7087
|
+
"name": "height",
|
|
7091
7088
|
"type": {
|
|
7092
|
-
"text": "string"
|
|
7089
|
+
"text": "string | undefined"
|
|
7093
7090
|
},
|
|
7094
|
-
"
|
|
7095
|
-
"attribute": "
|
|
7091
|
+
"description": "Specify the height of a Button",
|
|
7092
|
+
"attribute": "height",
|
|
7096
7093
|
"inheritedFrom": {
|
|
7097
|
-
"name": "
|
|
7098
|
-
"module": "libs/web-components/src/lib/
|
|
7094
|
+
"name": "BmButton",
|
|
7095
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7099
7096
|
}
|
|
7100
7097
|
},
|
|
7101
7098
|
{
|
|
7102
7099
|
"kind": "field",
|
|
7103
|
-
"name": "
|
|
7100
|
+
"name": "theme",
|
|
7104
7101
|
"type": {
|
|
7105
|
-
"text": "
|
|
7102
|
+
"text": "'light' | 'dark' | undefined"
|
|
7106
7103
|
},
|
|
7107
|
-
"
|
|
7108
|
-
"attribute": "
|
|
7104
|
+
"description": "Specify the theme of the Button",
|
|
7105
|
+
"attribute": "theme",
|
|
7109
7106
|
"inheritedFrom": {
|
|
7110
|
-
"name": "
|
|
7111
|
-
"module": "libs/web-components/src/lib/
|
|
7107
|
+
"name": "BmButton",
|
|
7108
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7112
7109
|
}
|
|
7113
7110
|
},
|
|
7114
7111
|
{
|
|
7115
7112
|
"kind": "field",
|
|
7116
|
-
"name": "
|
|
7113
|
+
"name": "type",
|
|
7117
7114
|
"type": {
|
|
7118
|
-
"text": "string
|
|
7115
|
+
"text": "string"
|
|
7119
7116
|
},
|
|
7120
|
-
"
|
|
7117
|
+
"default": "'button'",
|
|
7118
|
+
"attribute": "type",
|
|
7121
7119
|
"inheritedFrom": {
|
|
7122
|
-
"name": "
|
|
7123
|
-
"module": "libs/web-components/src/lib/
|
|
7120
|
+
"name": "BmButton",
|
|
7121
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7124
7122
|
}
|
|
7125
7123
|
},
|
|
7126
7124
|
{
|
|
@@ -7130,260 +7128,201 @@
|
|
|
7130
7128
|
"text": "BmFormContext"
|
|
7131
7129
|
},
|
|
7132
7130
|
"inheritedFrom": {
|
|
7133
|
-
"name": "
|
|
7134
|
-
"module": "libs/web-components/src/lib/
|
|
7135
|
-
}
|
|
7136
|
-
},
|
|
7137
|
-
{
|
|
7138
|
-
"kind": "method",
|
|
7139
|
-
"name": "formAssociatedCallback",
|
|
7140
|
-
"return": {
|
|
7141
|
-
"type": {
|
|
7142
|
-
"text": "void"
|
|
7143
|
-
}
|
|
7144
|
-
},
|
|
7145
|
-
"inheritedFrom": {
|
|
7146
|
-
"name": "FormField",
|
|
7147
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7148
|
-
}
|
|
7149
|
-
},
|
|
7150
|
-
{
|
|
7151
|
-
"kind": "method",
|
|
7152
|
-
"name": "formResetCallback",
|
|
7153
|
-
"return": {
|
|
7154
|
-
"type": {
|
|
7155
|
-
"text": "void"
|
|
7156
|
-
}
|
|
7157
|
-
},
|
|
7158
|
-
"inheritedFrom": {
|
|
7159
|
-
"name": "FormField",
|
|
7160
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7131
|
+
"name": "BmButton",
|
|
7132
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7161
7133
|
}
|
|
7162
7134
|
}
|
|
7163
7135
|
],
|
|
7164
7136
|
"attributes": [
|
|
7165
7137
|
{
|
|
7166
|
-
"name": "
|
|
7138
|
+
"name": "error",
|
|
7167
7139
|
"type": {
|
|
7168
|
-
"text": "boolean"
|
|
7140
|
+
"text": "boolean | undefined"
|
|
7169
7141
|
},
|
|
7170
|
-
"
|
|
7171
|
-
"
|
|
7172
|
-
"fieldName": "required"
|
|
7142
|
+
"description": "Specify if FileUpload is in error state",
|
|
7143
|
+
"fieldName": "error"
|
|
7173
7144
|
},
|
|
7174
7145
|
{
|
|
7175
|
-
"name": "
|
|
7146
|
+
"name": "accept",
|
|
7176
7147
|
"type": {
|
|
7177
|
-
"text": "
|
|
7148
|
+
"text": "string | undefined"
|
|
7178
7149
|
},
|
|
7179
|
-
"
|
|
7180
|
-
"
|
|
7181
|
-
"fieldName": "readOnly"
|
|
7150
|
+
"description": "Specify the accepted file types",
|
|
7151
|
+
"fieldName": "accept"
|
|
7182
7152
|
},
|
|
7183
7153
|
{
|
|
7184
|
-
"name": "
|
|
7154
|
+
"name": "multiple",
|
|
7185
7155
|
"type": {
|
|
7186
|
-
"text": "boolean"
|
|
7156
|
+
"text": "boolean | undefined"
|
|
7187
7157
|
},
|
|
7188
|
-
"
|
|
7189
|
-
"
|
|
7190
|
-
"fieldName": "disabled"
|
|
7158
|
+
"description": "Specify if multiple files can be uploaded",
|
|
7159
|
+
"fieldName": "multiple"
|
|
7191
7160
|
},
|
|
7192
7161
|
{
|
|
7193
|
-
"name": "
|
|
7162
|
+
"name": "appearance",
|
|
7194
7163
|
"type": {
|
|
7195
|
-
"text": "
|
|
7164
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
7196
7165
|
},
|
|
7197
|
-
"
|
|
7198
|
-
"
|
|
7166
|
+
"default": "'accent'",
|
|
7167
|
+
"description": "Specify the appearance of a Button",
|
|
7168
|
+
"fieldName": "appearance",
|
|
7169
|
+
"inheritedFrom": {
|
|
7170
|
+
"name": "BmButton",
|
|
7171
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7172
|
+
}
|
|
7199
7173
|
},
|
|
7200
7174
|
{
|
|
7201
|
-
"name": "
|
|
7175
|
+
"name": "kind",
|
|
7202
7176
|
"type": {
|
|
7203
|
-
"text": "
|
|
7177
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
7204
7178
|
},
|
|
7205
|
-
"default": "
|
|
7206
|
-
"description": "Specify
|
|
7207
|
-
"fieldName": "
|
|
7179
|
+
"default": "'filled'",
|
|
7180
|
+
"description": "Specify the kind of Button",
|
|
7181
|
+
"fieldName": "kind",
|
|
7182
|
+
"inheritedFrom": {
|
|
7183
|
+
"name": "BmButton",
|
|
7184
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7185
|
+
}
|
|
7208
7186
|
},
|
|
7209
7187
|
{
|
|
7210
7188
|
"name": "size",
|
|
7211
7189
|
"type": {
|
|
7212
7190
|
"text": "'sm' | 'md' | 'lg'"
|
|
7213
7191
|
},
|
|
7214
|
-
"default": "
|
|
7215
|
-
"description": "Specify the size of
|
|
7216
|
-
"fieldName": "size"
|
|
7217
|
-
|
|
7218
|
-
|
|
7219
|
-
|
|
7220
|
-
|
|
7221
|
-
"text": "string | undefined"
|
|
7222
|
-
},
|
|
7223
|
-
"description": "Specify the width of NativeSelect",
|
|
7224
|
-
"fieldName": "width"
|
|
7192
|
+
"default": "'md'",
|
|
7193
|
+
"description": "Specify the size of a Button",
|
|
7194
|
+
"fieldName": "size",
|
|
7195
|
+
"inheritedFrom": {
|
|
7196
|
+
"name": "BmButton",
|
|
7197
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7198
|
+
}
|
|
7225
7199
|
},
|
|
7226
7200
|
{
|
|
7227
|
-
"name": "
|
|
7201
|
+
"name": "disabled",
|
|
7228
7202
|
"type": {
|
|
7229
7203
|
"text": "boolean"
|
|
7230
7204
|
},
|
|
7231
|
-
"default": "
|
|
7232
|
-
"description": "Specify if
|
|
7233
|
-
"fieldName": "
|
|
7205
|
+
"default": "false",
|
|
7206
|
+
"description": "Specify if the Button is disabled",
|
|
7207
|
+
"fieldName": "disabled",
|
|
7208
|
+
"inheritedFrom": {
|
|
7209
|
+
"name": "BmButton",
|
|
7210
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7211
|
+
}
|
|
7234
7212
|
},
|
|
7235
7213
|
{
|
|
7236
|
-
"name": "
|
|
7214
|
+
"name": "fluid",
|
|
7237
7215
|
"type": {
|
|
7238
7216
|
"text": "boolean"
|
|
7239
7217
|
},
|
|
7240
7218
|
"default": "false",
|
|
7241
|
-
"description": "Specify if
|
|
7242
|
-
"fieldName": "
|
|
7219
|
+
"description": "Specify if Button is fluid",
|
|
7220
|
+
"fieldName": "fluid",
|
|
7221
|
+
"inheritedFrom": {
|
|
7222
|
+
"name": "BmButton",
|
|
7223
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7224
|
+
}
|
|
7243
7225
|
},
|
|
7244
7226
|
{
|
|
7245
|
-
"name": "
|
|
7227
|
+
"name": "width",
|
|
7246
7228
|
"type": {
|
|
7247
|
-
"text": "
|
|
7248
|
-
},
|
|
7249
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
7250
|
-
"fieldName": "theme"
|
|
7251
|
-
},
|
|
7252
|
-
{
|
|
7253
|
-
"name": "id",
|
|
7254
|
-
"type": {
|
|
7255
|
-
"text": "string"
|
|
7229
|
+
"text": "string | undefined"
|
|
7256
7230
|
},
|
|
7257
|
-
"
|
|
7258
|
-
"fieldName": "
|
|
7231
|
+
"description": "Specify the width of a Button",
|
|
7232
|
+
"fieldName": "width",
|
|
7259
7233
|
"inheritedFrom": {
|
|
7260
|
-
"name": "
|
|
7261
|
-
"module": "libs/web-components/src/lib/
|
|
7234
|
+
"name": "BmButton",
|
|
7235
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7262
7236
|
}
|
|
7263
7237
|
},
|
|
7264
7238
|
{
|
|
7265
|
-
"name": "
|
|
7239
|
+
"name": "height",
|
|
7266
7240
|
"type": {
|
|
7267
|
-
"text": "string"
|
|
7241
|
+
"text": "string | undefined"
|
|
7268
7242
|
},
|
|
7269
|
-
"
|
|
7270
|
-
"fieldName": "
|
|
7243
|
+
"description": "Specify the height of a Button",
|
|
7244
|
+
"fieldName": "height",
|
|
7271
7245
|
"inheritedFrom": {
|
|
7272
|
-
"name": "
|
|
7273
|
-
"module": "libs/web-components/src/lib/
|
|
7246
|
+
"name": "BmButton",
|
|
7247
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7274
7248
|
}
|
|
7275
7249
|
},
|
|
7276
7250
|
{
|
|
7277
|
-
"name": "
|
|
7251
|
+
"name": "theme",
|
|
7278
7252
|
"type": {
|
|
7279
|
-
"text": "
|
|
7253
|
+
"text": "'light' | 'dark' | undefined"
|
|
7280
7254
|
},
|
|
7281
|
-
"
|
|
7282
|
-
"fieldName": "
|
|
7255
|
+
"description": "Specify the theme of the Button",
|
|
7256
|
+
"fieldName": "theme",
|
|
7283
7257
|
"inheritedFrom": {
|
|
7284
|
-
"name": "
|
|
7285
|
-
"module": "libs/web-components/src/lib/
|
|
7258
|
+
"name": "BmButton",
|
|
7259
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7286
7260
|
}
|
|
7287
7261
|
},
|
|
7288
7262
|
{
|
|
7289
|
-
"name": "
|
|
7263
|
+
"name": "iconOnly",
|
|
7290
7264
|
"type": {
|
|
7291
|
-
"text": "
|
|
7265
|
+
"text": "boolean | undefined"
|
|
7292
7266
|
},
|
|
7293
|
-
"
|
|
7294
|
-
"fieldName": "
|
|
7267
|
+
"description": "Specify if the icon displays without text",
|
|
7268
|
+
"fieldName": "iconOnly",
|
|
7295
7269
|
"inheritedFrom": {
|
|
7296
|
-
"name": "
|
|
7297
|
-
"module": "libs/web-components/src/lib/
|
|
7270
|
+
"name": "BmButton",
|
|
7271
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7298
7272
|
}
|
|
7299
7273
|
},
|
|
7300
7274
|
{
|
|
7301
|
-
"name": "
|
|
7275
|
+
"name": "type",
|
|
7302
7276
|
"type": {
|
|
7303
|
-
"text": "string
|
|
7277
|
+
"text": "string"
|
|
7304
7278
|
},
|
|
7305
|
-
"
|
|
7279
|
+
"default": "'button'",
|
|
7280
|
+
"fieldName": "type",
|
|
7306
7281
|
"inheritedFrom": {
|
|
7307
|
-
"name": "
|
|
7308
|
-
"module": "libs/web-components/src/lib/
|
|
7282
|
+
"name": "BmButton",
|
|
7283
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7309
7284
|
}
|
|
7310
7285
|
}
|
|
7311
7286
|
],
|
|
7312
7287
|
"superclass": {
|
|
7313
|
-
"name": "
|
|
7314
|
-
"module": "/libs/web-components/src/lib/
|
|
7288
|
+
"name": "BmButton",
|
|
7289
|
+
"module": "/libs/web-components/src/lib/Button/Button"
|
|
7315
7290
|
},
|
|
7316
|
-
"
|
|
7317
|
-
"tagName": "bm-native-select",
|
|
7291
|
+
"tagName": "bm-file-upload-button",
|
|
7318
7292
|
"customElement": true
|
|
7319
7293
|
}
|
|
7320
7294
|
],
|
|
7321
7295
|
"exports": [
|
|
7322
7296
|
{
|
|
7323
7297
|
"kind": "js",
|
|
7324
|
-
"name": "
|
|
7298
|
+
"name": "BmFileUploadButton",
|
|
7325
7299
|
"declaration": {
|
|
7326
|
-
"name": "
|
|
7327
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7300
|
+
"name": "BmFileUploadButton",
|
|
7301
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts"
|
|
7328
7302
|
}
|
|
7329
7303
|
},
|
|
7330
7304
|
{
|
|
7331
7305
|
"kind": "custom-element-definition",
|
|
7332
|
-
"name": "bm-
|
|
7333
|
-
"declaration": {
|
|
7334
|
-
"name": "BmNativeSelect",
|
|
7335
|
-
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
7336
|
-
}
|
|
7337
|
-
}
|
|
7338
|
-
]
|
|
7339
|
-
},
|
|
7340
|
-
{
|
|
7341
|
-
"kind": "javascript-module",
|
|
7342
|
-
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
7343
|
-
"declarations": [],
|
|
7344
|
-
"exports": [
|
|
7345
|
-
{
|
|
7346
|
-
"kind": "js",
|
|
7347
|
-
"name": "*",
|
|
7306
|
+
"name": "bm-file-upload-button",
|
|
7348
7307
|
"declaration": {
|
|
7349
|
-
"name": "
|
|
7350
|
-
"
|
|
7308
|
+
"name": "BmFileUploadButton",
|
|
7309
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts"
|
|
7351
7310
|
}
|
|
7352
7311
|
}
|
|
7353
7312
|
]
|
|
7354
7313
|
},
|
|
7355
7314
|
{
|
|
7356
7315
|
"kind": "javascript-module",
|
|
7357
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7316
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts",
|
|
7358
7317
|
"declarations": [
|
|
7359
7318
|
{
|
|
7360
7319
|
"kind": "class",
|
|
7361
|
-
"description": "`bm-file-upload-
|
|
7362
|
-
"name": "
|
|
7320
|
+
"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",
|
|
7321
|
+
"name": "BmFileUploadDropzone",
|
|
7363
7322
|
"slots": [
|
|
7364
7323
|
{
|
|
7365
|
-
"description": "Specify text for the
|
|
7366
|
-
"name": "default"
|
|
7367
|
-
"inheritedFrom": {
|
|
7368
|
-
"name": "BmButton",
|
|
7369
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7370
|
-
}
|
|
7371
|
-
},
|
|
7372
|
-
{
|
|
7373
|
-
"description": "Specify if the Button displays icon before the text",
|
|
7374
|
-
"name": "iconBefore",
|
|
7375
|
-
"inheritedFrom": {
|
|
7376
|
-
"name": "BmButton",
|
|
7377
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7378
|
-
}
|
|
7379
|
-
},
|
|
7380
|
-
{
|
|
7381
|
-
"description": "Specify if the Button displays icon after the text",
|
|
7382
|
-
"name": "iconAfter",
|
|
7383
|
-
"inheritedFrom": {
|
|
7384
|
-
"name": "BmButton",
|
|
7385
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7386
|
-
}
|
|
7324
|
+
"description": "Specify text for the Dropzone",
|
|
7325
|
+
"name": "default"
|
|
7387
7326
|
}
|
|
7388
7327
|
],
|
|
7389
7328
|
"members": [
|
|
@@ -7398,389 +7337,376 @@
|
|
|
7398
7337
|
},
|
|
7399
7338
|
{
|
|
7400
7339
|
"kind": "field",
|
|
7401
|
-
"name": "
|
|
7340
|
+
"name": "theme",
|
|
7402
7341
|
"type": {
|
|
7403
|
-
"text": "
|
|
7342
|
+
"text": "'light' | 'dark' | undefined"
|
|
7404
7343
|
},
|
|
7405
|
-
"description": "Specify the
|
|
7406
|
-
"attribute": "
|
|
7344
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7345
|
+
"attribute": "theme"
|
|
7407
7346
|
},
|
|
7408
7347
|
{
|
|
7409
7348
|
"kind": "field",
|
|
7410
|
-
"name": "
|
|
7349
|
+
"name": "disabled",
|
|
7411
7350
|
"type": {
|
|
7412
7351
|
"text": "boolean | undefined"
|
|
7413
7352
|
},
|
|
7414
|
-
"
|
|
7415
|
-
"
|
|
7353
|
+
"default": "false",
|
|
7354
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7355
|
+
"attribute": "disabled"
|
|
7416
7356
|
},
|
|
7417
7357
|
{
|
|
7418
7358
|
"kind": "field",
|
|
7419
|
-
"name": "
|
|
7359
|
+
"name": "accept",
|
|
7420
7360
|
"type": {
|
|
7421
|
-
"text": "
|
|
7361
|
+
"text": "string | undefined"
|
|
7422
7362
|
},
|
|
7423
|
-
"
|
|
7424
|
-
"
|
|
7425
|
-
"attribute": "appearance",
|
|
7426
|
-
"inheritedFrom": {
|
|
7427
|
-
"name": "BmButton",
|
|
7428
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7429
|
-
}
|
|
7363
|
+
"description": "Specify the accepted file types",
|
|
7364
|
+
"attribute": "accept"
|
|
7430
7365
|
},
|
|
7431
7366
|
{
|
|
7432
7367
|
"kind": "field",
|
|
7433
|
-
"name": "
|
|
7368
|
+
"name": "name",
|
|
7434
7369
|
"type": {
|
|
7435
|
-
"text": "
|
|
7370
|
+
"text": "string | undefined"
|
|
7436
7371
|
},
|
|
7437
|
-
"
|
|
7438
|
-
"
|
|
7439
|
-
"attribute": "kind",
|
|
7440
|
-
"inheritedFrom": {
|
|
7441
|
-
"name": "BmButton",
|
|
7442
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7443
|
-
}
|
|
7372
|
+
"description": "Specify the name of the FileUpload",
|
|
7373
|
+
"attribute": "name"
|
|
7444
7374
|
},
|
|
7445
7375
|
{
|
|
7446
7376
|
"kind": "field",
|
|
7447
|
-
"name": "
|
|
7377
|
+
"name": "multiple",
|
|
7448
7378
|
"type": {
|
|
7449
|
-
"text": "
|
|
7379
|
+
"text": "boolean | undefined"
|
|
7450
7380
|
},
|
|
7451
|
-
"
|
|
7452
|
-
"
|
|
7453
|
-
"attribute": "size",
|
|
7454
|
-
"inheritedFrom": {
|
|
7455
|
-
"name": "BmButton",
|
|
7456
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7457
|
-
}
|
|
7381
|
+
"description": "Specify if multiple files can be uploaded",
|
|
7382
|
+
"attribute": "multiple"
|
|
7458
7383
|
},
|
|
7459
7384
|
{
|
|
7460
|
-
"kind": "
|
|
7461
|
-
"name": "
|
|
7385
|
+
"kind": "method",
|
|
7386
|
+
"name": "focus",
|
|
7387
|
+
"privacy": "public"
|
|
7388
|
+
}
|
|
7389
|
+
],
|
|
7390
|
+
"attributes": [
|
|
7391
|
+
{
|
|
7392
|
+
"name": "error",
|
|
7462
7393
|
"type": {
|
|
7463
7394
|
"text": "boolean | undefined"
|
|
7464
7395
|
},
|
|
7465
|
-
"description": "Specify if
|
|
7466
|
-
"
|
|
7467
|
-
"default": "false",
|
|
7468
|
-
"inheritedFrom": {
|
|
7469
|
-
"name": "BmButton",
|
|
7470
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7471
|
-
}
|
|
7472
|
-
},
|
|
7473
|
-
{
|
|
7474
|
-
"kind": "field",
|
|
7475
|
-
"name": "iconBefore",
|
|
7476
|
-
"default": "unsafeSVG(Upload)"
|
|
7396
|
+
"description": "Specify if FileUpload is in error state",
|
|
7397
|
+
"fieldName": "error"
|
|
7477
7398
|
},
|
|
7478
7399
|
{
|
|
7479
|
-
"
|
|
7480
|
-
"name": "formAssociated",
|
|
7400
|
+
"name": "theme",
|
|
7481
7401
|
"type": {
|
|
7482
|
-
"text": "
|
|
7402
|
+
"text": "'light' | 'dark' | undefined"
|
|
7483
7403
|
},
|
|
7484
|
-
"
|
|
7485
|
-
"
|
|
7486
|
-
"inheritedFrom": {
|
|
7487
|
-
"name": "BmButton",
|
|
7488
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7489
|
-
}
|
|
7404
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7405
|
+
"fieldName": "theme"
|
|
7490
7406
|
},
|
|
7491
7407
|
{
|
|
7492
|
-
"kind": "field",
|
|
7493
7408
|
"name": "disabled",
|
|
7494
7409
|
"type": {
|
|
7495
|
-
"text": "boolean"
|
|
7410
|
+
"text": "boolean | undefined"
|
|
7496
7411
|
},
|
|
7497
7412
|
"default": "false",
|
|
7498
|
-
"description": "Specify if the
|
|
7499
|
-
"
|
|
7500
|
-
"inheritedFrom": {
|
|
7501
|
-
"name": "BmButton",
|
|
7502
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7503
|
-
}
|
|
7413
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7414
|
+
"fieldName": "disabled"
|
|
7504
7415
|
},
|
|
7505
7416
|
{
|
|
7506
|
-
"
|
|
7507
|
-
"name": "fluid",
|
|
7417
|
+
"name": "accept",
|
|
7508
7418
|
"type": {
|
|
7509
|
-
"text": "
|
|
7419
|
+
"text": "string | undefined"
|
|
7510
7420
|
},
|
|
7511
|
-
"
|
|
7512
|
-
"
|
|
7513
|
-
"attribute": "fluid",
|
|
7514
|
-
"inheritedFrom": {
|
|
7515
|
-
"name": "BmButton",
|
|
7516
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7517
|
-
}
|
|
7421
|
+
"description": "Specify the accepted file types",
|
|
7422
|
+
"fieldName": "accept"
|
|
7518
7423
|
},
|
|
7519
7424
|
{
|
|
7520
|
-
"
|
|
7521
|
-
"name": "width",
|
|
7425
|
+
"name": "name",
|
|
7522
7426
|
"type": {
|
|
7523
7427
|
"text": "string | undefined"
|
|
7524
7428
|
},
|
|
7525
|
-
"description": "Specify the
|
|
7526
|
-
"
|
|
7527
|
-
"inheritedFrom": {
|
|
7528
|
-
"name": "BmButton",
|
|
7529
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7530
|
-
}
|
|
7429
|
+
"description": "Specify the name of the FileUpload",
|
|
7430
|
+
"fieldName": "name"
|
|
7531
7431
|
},
|
|
7432
|
+
{
|
|
7433
|
+
"name": "multiple",
|
|
7434
|
+
"type": {
|
|
7435
|
+
"text": "boolean | undefined"
|
|
7436
|
+
},
|
|
7437
|
+
"description": "Specify if multiple files can be uploaded",
|
|
7438
|
+
"fieldName": "multiple"
|
|
7439
|
+
}
|
|
7440
|
+
],
|
|
7441
|
+
"superclass": {
|
|
7442
|
+
"name": "LitElement",
|
|
7443
|
+
"package": "lit"
|
|
7444
|
+
},
|
|
7445
|
+
"tagName": "bm-file-upload-dropzone",
|
|
7446
|
+
"customElement": true
|
|
7447
|
+
}
|
|
7448
|
+
],
|
|
7449
|
+
"exports": [
|
|
7450
|
+
{
|
|
7451
|
+
"kind": "js",
|
|
7452
|
+
"name": "BmFileUploadDropzone",
|
|
7453
|
+
"declaration": {
|
|
7454
|
+
"name": "BmFileUploadDropzone",
|
|
7455
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
7456
|
+
}
|
|
7457
|
+
},
|
|
7458
|
+
{
|
|
7459
|
+
"kind": "custom-element-definition",
|
|
7460
|
+
"name": "bm-file-upload-dropzone",
|
|
7461
|
+
"declaration": {
|
|
7462
|
+
"name": "BmFileUploadDropzone",
|
|
7463
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
7464
|
+
}
|
|
7465
|
+
}
|
|
7466
|
+
]
|
|
7467
|
+
},
|
|
7468
|
+
{
|
|
7469
|
+
"kind": "javascript-module",
|
|
7470
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts",
|
|
7471
|
+
"declarations": [
|
|
7472
|
+
{
|
|
7473
|
+
"kind": "class",
|
|
7474
|
+
"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",
|
|
7475
|
+
"name": "BmFileUploadListItem",
|
|
7476
|
+
"members": [
|
|
7532
7477
|
{
|
|
7533
7478
|
"kind": "field",
|
|
7534
|
-
"name": "
|
|
7479
|
+
"name": "error",
|
|
7535
7480
|
"type": {
|
|
7536
7481
|
"text": "string | undefined"
|
|
7537
7482
|
},
|
|
7538
|
-
"
|
|
7539
|
-
"
|
|
7540
|
-
"
|
|
7541
|
-
"name": "BmButton",
|
|
7542
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7543
|
-
}
|
|
7483
|
+
"default": "''",
|
|
7484
|
+
"description": "Specify error text and display error state of list item",
|
|
7485
|
+
"attribute": "error"
|
|
7544
7486
|
},
|
|
7545
7487
|
{
|
|
7546
7488
|
"kind": "field",
|
|
7547
|
-
"name": "
|
|
7489
|
+
"name": "fileName",
|
|
7548
7490
|
"type": {
|
|
7549
|
-
"text": "
|
|
7491
|
+
"text": "string | undefined"
|
|
7550
7492
|
},
|
|
7551
|
-
"description": "
|
|
7552
|
-
"attribute": "
|
|
7553
|
-
"inheritedFrom": {
|
|
7554
|
-
"name": "BmButton",
|
|
7555
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7556
|
-
}
|
|
7493
|
+
"description": "The name of the uploaded file",
|
|
7494
|
+
"attribute": "fileName"
|
|
7557
7495
|
},
|
|
7558
7496
|
{
|
|
7559
7497
|
"kind": "field",
|
|
7560
|
-
"name": "
|
|
7498
|
+
"name": "fileSize",
|
|
7561
7499
|
"type": {
|
|
7562
|
-
"text": "string"
|
|
7500
|
+
"text": "string | undefined"
|
|
7563
7501
|
},
|
|
7564
|
-
"
|
|
7565
|
-
"attribute": "
|
|
7566
|
-
"inheritedFrom": {
|
|
7567
|
-
"name": "BmButton",
|
|
7568
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7569
|
-
}
|
|
7502
|
+
"description": "The size of the uploaded file",
|
|
7503
|
+
"attribute": "fileSize"
|
|
7570
7504
|
},
|
|
7571
7505
|
{
|
|
7572
7506
|
"kind": "field",
|
|
7573
|
-
"name": "
|
|
7507
|
+
"name": "size",
|
|
7574
7508
|
"type": {
|
|
7575
|
-
"text": "
|
|
7509
|
+
"text": "'md' | 'lg' | undefined"
|
|
7576
7510
|
},
|
|
7577
|
-
"
|
|
7578
|
-
|
|
7579
|
-
|
|
7580
|
-
|
|
7581
|
-
}
|
|
7582
|
-
],
|
|
7583
|
-
"attributes": [
|
|
7511
|
+
"default": "'md'",
|
|
7512
|
+
"description": "Specify the size of the item",
|
|
7513
|
+
"attribute": "size"
|
|
7514
|
+
},
|
|
7584
7515
|
{
|
|
7585
|
-
"
|
|
7516
|
+
"kind": "field",
|
|
7517
|
+
"name": "thumbnail",
|
|
7586
7518
|
"type": {
|
|
7587
|
-
"text": "boolean | undefined"
|
|
7519
|
+
"text": "string | boolean | undefined"
|
|
7588
7520
|
},
|
|
7589
|
-
"description": "Specify if
|
|
7590
|
-
"
|
|
7521
|
+
"description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
7522
|
+
"default": "false",
|
|
7523
|
+
"attribute": "thumbnail"
|
|
7591
7524
|
},
|
|
7592
7525
|
{
|
|
7593
|
-
"
|
|
7526
|
+
"kind": "field",
|
|
7527
|
+
"name": "state",
|
|
7594
7528
|
"type": {
|
|
7595
|
-
"text": "
|
|
7529
|
+
"text": "'error' | 'success' | 'uploading' | 'uploaded'"
|
|
7596
7530
|
},
|
|
7597
|
-
"
|
|
7598
|
-
"
|
|
7531
|
+
"default": "'uploaded'",
|
|
7532
|
+
"description": "Specify the status of the file",
|
|
7533
|
+
"attribute": "state"
|
|
7599
7534
|
},
|
|
7600
7535
|
{
|
|
7601
|
-
"
|
|
7536
|
+
"kind": "field",
|
|
7537
|
+
"name": "progress",
|
|
7602
7538
|
"type": {
|
|
7603
|
-
"text": "
|
|
7539
|
+
"text": "number | undefined"
|
|
7604
7540
|
},
|
|
7605
|
-
"
|
|
7606
|
-
"
|
|
7541
|
+
"default": "0",
|
|
7542
|
+
"description": "Specify the progress of the file upload",
|
|
7543
|
+
"attribute": "progress"
|
|
7607
7544
|
},
|
|
7608
7545
|
{
|
|
7609
|
-
"
|
|
7546
|
+
"kind": "field",
|
|
7547
|
+
"name": "theme",
|
|
7610
7548
|
"type": {
|
|
7611
|
-
"text": "'
|
|
7549
|
+
"text": "'light' | 'dark' | undefined"
|
|
7612
7550
|
},
|
|
7613
|
-
"
|
|
7614
|
-
"
|
|
7615
|
-
"fieldName": "appearance",
|
|
7616
|
-
"inheritedFrom": {
|
|
7617
|
-
"name": "BmButton",
|
|
7618
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7619
|
-
}
|
|
7551
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7552
|
+
"attribute": "theme"
|
|
7620
7553
|
},
|
|
7621
7554
|
{
|
|
7622
|
-
"
|
|
7555
|
+
"kind": "field",
|
|
7556
|
+
"name": "disabled",
|
|
7623
7557
|
"type": {
|
|
7624
|
-
"text": "
|
|
7558
|
+
"text": "boolean | undefined"
|
|
7625
7559
|
},
|
|
7626
|
-
"
|
|
7627
|
-
"
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
|
|
7560
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7561
|
+
"attribute": "disabled"
|
|
7562
|
+
}
|
|
7563
|
+
],
|
|
7564
|
+
"events": [
|
|
7565
|
+
{
|
|
7566
|
+
"description": "Dispatched when the dismiss button is clicked",
|
|
7567
|
+
"name": "bm-dismiss"
|
|
7568
|
+
}
|
|
7569
|
+
],
|
|
7570
|
+
"attributes": [
|
|
7571
|
+
{
|
|
7572
|
+
"name": "error",
|
|
7573
|
+
"type": {
|
|
7574
|
+
"text": "string | undefined"
|
|
7575
|
+
},
|
|
7576
|
+
"default": "''",
|
|
7577
|
+
"description": "Specify error text and display error state of list item",
|
|
7578
|
+
"fieldName": "error"
|
|
7633
7579
|
},
|
|
7634
7580
|
{
|
|
7635
|
-
"name": "
|
|
7581
|
+
"name": "fileName",
|
|
7636
7582
|
"type": {
|
|
7637
|
-
"text": "
|
|
7583
|
+
"text": "string | undefined"
|
|
7638
7584
|
},
|
|
7639
|
-
"
|
|
7640
|
-
"
|
|
7641
|
-
"fieldName": "size",
|
|
7642
|
-
"inheritedFrom": {
|
|
7643
|
-
"name": "BmButton",
|
|
7644
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7645
|
-
}
|
|
7585
|
+
"description": "The name of the uploaded file",
|
|
7586
|
+
"fieldName": "fileName"
|
|
7646
7587
|
},
|
|
7647
7588
|
{
|
|
7648
|
-
"name": "
|
|
7589
|
+
"name": "fileSize",
|
|
7649
7590
|
"type": {
|
|
7650
|
-
"text": "
|
|
7591
|
+
"text": "string | undefined"
|
|
7651
7592
|
},
|
|
7652
|
-
"
|
|
7653
|
-
"
|
|
7654
|
-
"fieldName": "disabled",
|
|
7655
|
-
"inheritedFrom": {
|
|
7656
|
-
"name": "BmButton",
|
|
7657
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7658
|
-
}
|
|
7593
|
+
"description": "The size of the uploaded file",
|
|
7594
|
+
"fieldName": "fileSize"
|
|
7659
7595
|
},
|
|
7660
7596
|
{
|
|
7661
|
-
"name": "
|
|
7597
|
+
"name": "size",
|
|
7662
7598
|
"type": {
|
|
7663
|
-
"text": "
|
|
7599
|
+
"text": "'md' | 'lg' | undefined"
|
|
7600
|
+
},
|
|
7601
|
+
"default": "'md'",
|
|
7602
|
+
"description": "Specify the size of the item",
|
|
7603
|
+
"fieldName": "size"
|
|
7604
|
+
},
|
|
7605
|
+
{
|
|
7606
|
+
"name": "thumbnail",
|
|
7607
|
+
"type": {
|
|
7608
|
+
"text": "string | boolean | undefined"
|
|
7664
7609
|
},
|
|
7610
|
+
"description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
7665
7611
|
"default": "false",
|
|
7666
|
-
"
|
|
7667
|
-
"fieldName": "fluid",
|
|
7668
|
-
"inheritedFrom": {
|
|
7669
|
-
"name": "BmButton",
|
|
7670
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7671
|
-
}
|
|
7612
|
+
"fieldName": "thumbnail"
|
|
7672
7613
|
},
|
|
7673
7614
|
{
|
|
7674
|
-
"name": "
|
|
7615
|
+
"name": "state",
|
|
7675
7616
|
"type": {
|
|
7676
|
-
"text": "
|
|
7617
|
+
"text": "'error' | 'success' | 'uploading' | 'uploaded'"
|
|
7677
7618
|
},
|
|
7678
|
-
"
|
|
7679
|
-
"
|
|
7680
|
-
"
|
|
7681
|
-
"name": "BmButton",
|
|
7682
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7683
|
-
}
|
|
7619
|
+
"default": "'uploaded'",
|
|
7620
|
+
"description": "Specify the status of the file",
|
|
7621
|
+
"fieldName": "state"
|
|
7684
7622
|
},
|
|
7685
7623
|
{
|
|
7686
|
-
"name": "
|
|
7624
|
+
"name": "progress",
|
|
7687
7625
|
"type": {
|
|
7688
|
-
"text": "
|
|
7626
|
+
"text": "number | undefined"
|
|
7689
7627
|
},
|
|
7690
|
-
"
|
|
7691
|
-
"
|
|
7692
|
-
"
|
|
7693
|
-
"name": "BmButton",
|
|
7694
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7695
|
-
}
|
|
7628
|
+
"default": "0",
|
|
7629
|
+
"description": "Specify the progress of the file upload",
|
|
7630
|
+
"fieldName": "progress"
|
|
7696
7631
|
},
|
|
7697
7632
|
{
|
|
7698
7633
|
"name": "theme",
|
|
7699
7634
|
"type": {
|
|
7700
7635
|
"text": "'light' | 'dark' | undefined"
|
|
7701
7636
|
},
|
|
7702
|
-
"description": "Specify the theme of the
|
|
7703
|
-
"fieldName": "theme"
|
|
7704
|
-
"inheritedFrom": {
|
|
7705
|
-
"name": "BmButton",
|
|
7706
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7707
|
-
}
|
|
7637
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7638
|
+
"fieldName": "theme"
|
|
7708
7639
|
},
|
|
7709
7640
|
{
|
|
7710
|
-
"name": "
|
|
7641
|
+
"name": "disabled",
|
|
7711
7642
|
"type": {
|
|
7712
7643
|
"text": "boolean | undefined"
|
|
7713
7644
|
},
|
|
7714
|
-
"description": "Specify if the
|
|
7715
|
-
"fieldName": "
|
|
7716
|
-
"inheritedFrom": {
|
|
7717
|
-
"name": "BmButton",
|
|
7718
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7719
|
-
}
|
|
7720
|
-
},
|
|
7721
|
-
{
|
|
7722
|
-
"name": "type",
|
|
7723
|
-
"type": {
|
|
7724
|
-
"text": "string"
|
|
7725
|
-
},
|
|
7726
|
-
"default": "'button'",
|
|
7727
|
-
"fieldName": "type",
|
|
7728
|
-
"inheritedFrom": {
|
|
7729
|
-
"name": "BmButton",
|
|
7730
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7731
|
-
}
|
|
7645
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7646
|
+
"fieldName": "disabled"
|
|
7732
7647
|
}
|
|
7733
7648
|
],
|
|
7734
7649
|
"superclass": {
|
|
7735
|
-
"name": "
|
|
7736
|
-
"
|
|
7650
|
+
"name": "LitElement",
|
|
7651
|
+
"package": "lit"
|
|
7737
7652
|
},
|
|
7738
|
-
"tagName": "bm-file-upload-
|
|
7653
|
+
"tagName": "bm-file-upload-list-item",
|
|
7739
7654
|
"customElement": true
|
|
7740
7655
|
}
|
|
7741
7656
|
],
|
|
7742
7657
|
"exports": [
|
|
7743
7658
|
{
|
|
7744
7659
|
"kind": "js",
|
|
7745
|
-
"name": "
|
|
7660
|
+
"name": "BmFileUploadListItem",
|
|
7746
7661
|
"declaration": {
|
|
7747
|
-
"name": "
|
|
7748
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7662
|
+
"name": "BmFileUploadListItem",
|
|
7663
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
7749
7664
|
}
|
|
7750
7665
|
},
|
|
7751
7666
|
{
|
|
7752
7667
|
"kind": "custom-element-definition",
|
|
7753
|
-
"name": "bm-file-upload-
|
|
7668
|
+
"name": "bm-file-upload-list-item",
|
|
7754
7669
|
"declaration": {
|
|
7755
|
-
"name": "
|
|
7756
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7670
|
+
"name": "BmFileUploadListItem",
|
|
7671
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
7757
7672
|
}
|
|
7758
7673
|
}
|
|
7759
7674
|
]
|
|
7760
7675
|
},
|
|
7761
7676
|
{
|
|
7762
7677
|
"kind": "javascript-module",
|
|
7763
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7678
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts",
|
|
7764
7679
|
"declarations": [
|
|
7765
7680
|
{
|
|
7766
7681
|
"kind": "class",
|
|
7767
|
-
"description": "`bm-file-upload-
|
|
7768
|
-
"name": "
|
|
7682
|
+
"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",
|
|
7683
|
+
"name": "BmFileUploadList",
|
|
7769
7684
|
"slots": [
|
|
7770
7685
|
{
|
|
7771
|
-
"description": "Specify
|
|
7686
|
+
"description": "Specify the list items",
|
|
7772
7687
|
"name": "default"
|
|
7773
7688
|
}
|
|
7774
7689
|
],
|
|
7775
7690
|
"members": [
|
|
7776
7691
|
{
|
|
7777
7692
|
"kind": "field",
|
|
7778
|
-
"name": "
|
|
7693
|
+
"name": "thumbnail",
|
|
7779
7694
|
"type": {
|
|
7780
7695
|
"text": "boolean | undefined"
|
|
7781
7696
|
},
|
|
7782
|
-
"description": "Specify if
|
|
7783
|
-
"
|
|
7697
|
+
"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.",
|
|
7698
|
+
"default": "false",
|
|
7699
|
+
"attribute": "thumbnail"
|
|
7700
|
+
},
|
|
7701
|
+
{
|
|
7702
|
+
"kind": "field",
|
|
7703
|
+
"name": "size",
|
|
7704
|
+
"type": {
|
|
7705
|
+
"text": "'md' | 'lg' | undefined"
|
|
7706
|
+
},
|
|
7707
|
+
"description": "Specify FileUpload List size",
|
|
7708
|
+
"default": "'md'",
|
|
7709
|
+
"attribute": "size"
|
|
7784
7710
|
},
|
|
7785
7711
|
{
|
|
7786
7712
|
"kind": "field",
|
|
@@ -7797,51 +7723,37 @@
|
|
|
7797
7723
|
"type": {
|
|
7798
7724
|
"text": "boolean | undefined"
|
|
7799
7725
|
},
|
|
7800
|
-
"default": "false",
|
|
7801
7726
|
"description": "Specify if the FileUpload is disabled",
|
|
7802
7727
|
"attribute": "disabled"
|
|
7803
7728
|
},
|
|
7804
7729
|
{
|
|
7805
7730
|
"kind": "field",
|
|
7806
|
-
"name": "
|
|
7807
|
-
"type": {
|
|
7808
|
-
"text": "string | undefined"
|
|
7809
|
-
},
|
|
7810
|
-
"description": "Specify the accepted file types",
|
|
7811
|
-
"attribute": "accept"
|
|
7812
|
-
},
|
|
7813
|
-
{
|
|
7814
|
-
"kind": "field",
|
|
7815
|
-
"name": "name",
|
|
7731
|
+
"name": "renderItem",
|
|
7816
7732
|
"type": {
|
|
7817
|
-
"text": "
|
|
7733
|
+
"text": "(fileItem: FileItem, dismissFile: () => void) => void | undefined"
|
|
7818
7734
|
},
|
|
7819
|
-
"description": "Specify
|
|
7820
|
-
"attribute": "
|
|
7821
|
-
}
|
|
7735
|
+
"description": "Specify a render function for the list item",
|
|
7736
|
+
"attribute": "renderItem"
|
|
7737
|
+
}
|
|
7738
|
+
],
|
|
7739
|
+
"attributes": [
|
|
7822
7740
|
{
|
|
7823
|
-
"
|
|
7824
|
-
"name": "multiple",
|
|
7741
|
+
"name": "thumbnail",
|
|
7825
7742
|
"type": {
|
|
7826
7743
|
"text": "boolean | undefined"
|
|
7827
7744
|
},
|
|
7828
|
-
"description": "Specify if
|
|
7829
|
-
"
|
|
7745
|
+
"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.",
|
|
7746
|
+
"default": "false",
|
|
7747
|
+
"fieldName": "thumbnail"
|
|
7830
7748
|
},
|
|
7831
7749
|
{
|
|
7832
|
-
"
|
|
7833
|
-
"name": "focus",
|
|
7834
|
-
"privacy": "public"
|
|
7835
|
-
}
|
|
7836
|
-
],
|
|
7837
|
-
"attributes": [
|
|
7838
|
-
{
|
|
7839
|
-
"name": "error",
|
|
7750
|
+
"name": "size",
|
|
7840
7751
|
"type": {
|
|
7841
|
-
"text": "
|
|
7752
|
+
"text": "'md' | 'lg' | undefined"
|
|
7842
7753
|
},
|
|
7843
|
-
"description": "Specify
|
|
7844
|
-
"
|
|
7754
|
+
"description": "Specify FileUpload List size",
|
|
7755
|
+
"default": "'md'",
|
|
7756
|
+
"fieldName": "size"
|
|
7845
7757
|
},
|
|
7846
7758
|
{
|
|
7847
7759
|
"name": "theme",
|
|
@@ -7856,351 +7768,439 @@
|
|
|
7856
7768
|
"type": {
|
|
7857
7769
|
"text": "boolean | undefined"
|
|
7858
7770
|
},
|
|
7859
|
-
"default": "false",
|
|
7860
7771
|
"description": "Specify if the FileUpload is disabled",
|
|
7861
7772
|
"fieldName": "disabled"
|
|
7862
7773
|
},
|
|
7863
7774
|
{
|
|
7864
|
-
"name": "
|
|
7865
|
-
"type": {
|
|
7866
|
-
"text": "string | undefined"
|
|
7867
|
-
},
|
|
7868
|
-
"description": "Specify the accepted file types",
|
|
7869
|
-
"fieldName": "accept"
|
|
7870
|
-
},
|
|
7871
|
-
{
|
|
7872
|
-
"name": "name",
|
|
7873
|
-
"type": {
|
|
7874
|
-
"text": "string | undefined"
|
|
7875
|
-
},
|
|
7876
|
-
"description": "Specify the name of the FileUpload",
|
|
7877
|
-
"fieldName": "name"
|
|
7878
|
-
},
|
|
7879
|
-
{
|
|
7880
|
-
"name": "multiple",
|
|
7775
|
+
"name": "renderItem",
|
|
7881
7776
|
"type": {
|
|
7882
|
-
"text": "
|
|
7777
|
+
"text": "(fileItem: FileItem, dismissFile: () => void) => void | undefined"
|
|
7883
7778
|
},
|
|
7884
|
-
"description": "Specify
|
|
7885
|
-
"fieldName": "
|
|
7779
|
+
"description": "Specify a render function for the list item",
|
|
7780
|
+
"fieldName": "renderItem"
|
|
7886
7781
|
}
|
|
7887
7782
|
],
|
|
7888
7783
|
"superclass": {
|
|
7889
7784
|
"name": "LitElement",
|
|
7890
7785
|
"package": "lit"
|
|
7891
7786
|
},
|
|
7892
|
-
"tagName": "bm-file-upload-
|
|
7787
|
+
"tagName": "bm-file-upload-list",
|
|
7893
7788
|
"customElement": true
|
|
7894
7789
|
}
|
|
7895
7790
|
],
|
|
7896
7791
|
"exports": [
|
|
7897
7792
|
{
|
|
7898
7793
|
"kind": "js",
|
|
7899
|
-
"name": "
|
|
7794
|
+
"name": "BmFileUploadList",
|
|
7900
7795
|
"declaration": {
|
|
7901
|
-
"name": "
|
|
7902
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7796
|
+
"name": "BmFileUploadList",
|
|
7797
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts"
|
|
7903
7798
|
}
|
|
7904
7799
|
},
|
|
7905
7800
|
{
|
|
7906
7801
|
"kind": "custom-element-definition",
|
|
7907
|
-
"name": "bm-file-upload-
|
|
7802
|
+
"name": "bm-file-upload-list",
|
|
7908
7803
|
"declaration": {
|
|
7909
|
-
"name": "
|
|
7910
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7804
|
+
"name": "BmFileUploadList",
|
|
7805
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts"
|
|
7911
7806
|
}
|
|
7912
7807
|
}
|
|
7913
7808
|
]
|
|
7914
7809
|
},
|
|
7915
7810
|
{
|
|
7916
7811
|
"kind": "javascript-module",
|
|
7917
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7812
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts",
|
|
7918
7813
|
"declarations": [
|
|
7919
7814
|
{
|
|
7920
7815
|
"kind": "class",
|
|
7921
|
-
"description": "
|
|
7922
|
-
"name": "
|
|
7923
|
-
"
|
|
7816
|
+
"description": "",
|
|
7817
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7818
|
+
"superclass": {
|
|
7819
|
+
"name": "CustomEvent",
|
|
7820
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7821
|
+
}
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"kind": "class",
|
|
7825
|
+
"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",
|
|
7826
|
+
"name": "BmFileUpload",
|
|
7827
|
+
"slots": [
|
|
7924
7828
|
{
|
|
7925
|
-
"
|
|
7926
|
-
"name": "
|
|
7927
|
-
"type": {
|
|
7928
|
-
"text": "string | undefined"
|
|
7929
|
-
},
|
|
7930
|
-
"default": "''",
|
|
7931
|
-
"description": "Specify error text and display error state of list item",
|
|
7932
|
-
"attribute": "error"
|
|
7829
|
+
"description": "Specify Label for for FileUpload",
|
|
7830
|
+
"name": "label"
|
|
7933
7831
|
},
|
|
7832
|
+
{
|
|
7833
|
+
"description": "Specify HelperText for FileUpload",
|
|
7834
|
+
"name": "helper-text"
|
|
7835
|
+
}
|
|
7836
|
+
],
|
|
7837
|
+
"members": [
|
|
7934
7838
|
{
|
|
7935
7839
|
"kind": "field",
|
|
7936
|
-
"name": "
|
|
7840
|
+
"name": "accept",
|
|
7937
7841
|
"type": {
|
|
7938
7842
|
"text": "string | undefined"
|
|
7939
7843
|
},
|
|
7940
|
-
"description": "
|
|
7941
|
-
"attribute": "
|
|
7844
|
+
"description": "Specify what types of files can be uploaded",
|
|
7845
|
+
"attribute": "accept"
|
|
7942
7846
|
},
|
|
7943
7847
|
{
|
|
7944
7848
|
"kind": "field",
|
|
7945
|
-
"name": "
|
|
7849
|
+
"name": "error",
|
|
7946
7850
|
"type": {
|
|
7947
|
-
"text": "string | undefined"
|
|
7851
|
+
"text": "string | boolean | undefined"
|
|
7948
7852
|
},
|
|
7949
|
-
"description": "
|
|
7950
|
-
"attribute": "
|
|
7853
|
+
"description": "Specify error text and display error state of FileUpload",
|
|
7854
|
+
"attribute": "error"
|
|
7951
7855
|
},
|
|
7952
7856
|
{
|
|
7953
7857
|
"kind": "field",
|
|
7954
|
-
"name": "
|
|
7858
|
+
"name": "disabled",
|
|
7955
7859
|
"type": {
|
|
7956
|
-
"text": "
|
|
7860
|
+
"text": "boolean | undefined"
|
|
7957
7861
|
},
|
|
7958
|
-
"default": "
|
|
7959
|
-
"description": "Specify
|
|
7960
|
-
"attribute": "
|
|
7862
|
+
"default": "false",
|
|
7863
|
+
"description": "Specify if FileUpload is in disabled state",
|
|
7864
|
+
"attribute": "disabled"
|
|
7961
7865
|
},
|
|
7962
7866
|
{
|
|
7963
7867
|
"kind": "field",
|
|
7964
|
-
"name": "
|
|
7868
|
+
"name": "multiple",
|
|
7965
7869
|
"type": {
|
|
7966
|
-
"text": "
|
|
7870
|
+
"text": "boolean | undefined"
|
|
7967
7871
|
},
|
|
7968
|
-
"description": "Specify if
|
|
7872
|
+
"description": "Specify if more than one file can be can be uploaded",
|
|
7969
7873
|
"default": "false",
|
|
7970
|
-
"attribute": "
|
|
7874
|
+
"attribute": "multiple"
|
|
7971
7875
|
},
|
|
7972
7876
|
{
|
|
7973
7877
|
"kind": "field",
|
|
7974
|
-
"name": "
|
|
7878
|
+
"name": "fileLimit",
|
|
7975
7879
|
"type": {
|
|
7976
|
-
"text": "
|
|
7880
|
+
"text": "number | undefined"
|
|
7977
7881
|
},
|
|
7978
|
-
"
|
|
7979
|
-
"
|
|
7980
|
-
"attribute": "state"
|
|
7882
|
+
"description": "Specify how many files can be uploaded",
|
|
7883
|
+
"attribute": "fileLimit"
|
|
7981
7884
|
},
|
|
7982
7885
|
{
|
|
7983
7886
|
"kind": "field",
|
|
7984
|
-
"name": "
|
|
7887
|
+
"name": "maxFileSize",
|
|
7985
7888
|
"type": {
|
|
7986
7889
|
"text": "number | undefined"
|
|
7987
7890
|
},
|
|
7988
|
-
"
|
|
7989
|
-
"
|
|
7990
|
-
"attribute": "progress"
|
|
7891
|
+
"description": "Specify the maximum file size that can be uploaded",
|
|
7892
|
+
"attribute": "maxFileSize"
|
|
7991
7893
|
},
|
|
7992
7894
|
{
|
|
7993
7895
|
"kind": "field",
|
|
7994
|
-
"name": "
|
|
7896
|
+
"name": "required",
|
|
7995
7897
|
"type": {
|
|
7996
|
-
"text": "
|
|
7898
|
+
"text": "boolean | undefined"
|
|
7997
7899
|
},
|
|
7998
|
-
"description": "Specify
|
|
7999
|
-
"
|
|
7900
|
+
"description": "Specify if FileUpload is a required input",
|
|
7901
|
+
"default": "false",
|
|
7902
|
+
"attribute": "required"
|
|
8000
7903
|
},
|
|
8001
7904
|
{
|
|
8002
7905
|
"kind": "field",
|
|
8003
|
-
"name": "
|
|
7906
|
+
"name": "readOnly",
|
|
8004
7907
|
"type": {
|
|
8005
7908
|
"text": "boolean | undefined"
|
|
8006
7909
|
},
|
|
8007
|
-
"description": "Specify if
|
|
8008
|
-
"attribute": "
|
|
8009
|
-
}
|
|
8010
|
-
],
|
|
8011
|
-
"events": [
|
|
8012
|
-
{
|
|
8013
|
-
"description": "Dispatched when the dismiss button is clicked",
|
|
8014
|
-
"name": "bm-dismiss"
|
|
8015
|
-
}
|
|
8016
|
-
],
|
|
8017
|
-
"attributes": [
|
|
7910
|
+
"description": "Specify if FileUpload is in read-only state",
|
|
7911
|
+
"attribute": "readOnly"
|
|
7912
|
+
},
|
|
8018
7913
|
{
|
|
8019
|
-
"
|
|
7914
|
+
"kind": "field",
|
|
7915
|
+
"name": "hideRequiredMarker",
|
|
8020
7916
|
"type": {
|
|
8021
|
-
"text": "
|
|
7917
|
+
"text": "boolean | undefined"
|
|
8022
7918
|
},
|
|
8023
|
-
"
|
|
8024
|
-
"
|
|
8025
|
-
"
|
|
7919
|
+
"description": "Specify if FileUpload displays with an asterisk",
|
|
7920
|
+
"default": "false",
|
|
7921
|
+
"attribute": "hideRequiredMarker"
|
|
8026
7922
|
},
|
|
8027
7923
|
{
|
|
8028
|
-
"
|
|
7924
|
+
"kind": "field",
|
|
7925
|
+
"name": "validationRules",
|
|
8029
7926
|
"type": {
|
|
8030
|
-
"text": "
|
|
7927
|
+
"text": "Array<FormValidator>"
|
|
8031
7928
|
},
|
|
8032
|
-
"
|
|
8033
|
-
"
|
|
7929
|
+
"default": "[]",
|
|
7930
|
+
"attribute": "validationRules",
|
|
7931
|
+
"description": "Specify form validation rules for FileUpload",
|
|
7932
|
+
"inheritedFrom": {
|
|
7933
|
+
"name": "FormField",
|
|
7934
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7935
|
+
}
|
|
8034
7936
|
},
|
|
8035
7937
|
{
|
|
8036
|
-
"
|
|
7938
|
+
"kind": "field",
|
|
7939
|
+
"name": "fluid",
|
|
7940
|
+
"type": {
|
|
7941
|
+
"text": "boolean | undefined"
|
|
7942
|
+
},
|
|
7943
|
+
"description": "Specify if FileUpload is fluid",
|
|
7944
|
+
"default": "false",
|
|
7945
|
+
"attribute": "fluid"
|
|
7946
|
+
},
|
|
7947
|
+
{
|
|
7948
|
+
"kind": "field",
|
|
7949
|
+
"name": "width",
|
|
8037
7950
|
"type": {
|
|
8038
7951
|
"text": "string | undefined"
|
|
8039
7952
|
},
|
|
8040
|
-
"description": "
|
|
8041
|
-
"
|
|
7953
|
+
"description": "Specify the width of FileUpload",
|
|
7954
|
+
"attribute": "width"
|
|
8042
7955
|
},
|
|
8043
7956
|
{
|
|
8044
|
-
"
|
|
7957
|
+
"kind": "field",
|
|
7958
|
+
"name": "theme",
|
|
8045
7959
|
"type": {
|
|
8046
|
-
"text": "'
|
|
7960
|
+
"text": "'light' | 'dark' | undefined"
|
|
8047
7961
|
},
|
|
8048
|
-
"
|
|
8049
|
-
"
|
|
8050
|
-
"fieldName": "size"
|
|
7962
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7963
|
+
"attribute": "theme"
|
|
8051
7964
|
},
|
|
8052
7965
|
{
|
|
8053
|
-
"
|
|
7966
|
+
"kind": "field",
|
|
7967
|
+
"name": "formContext",
|
|
8054
7968
|
"type": {
|
|
8055
|
-
"text": "
|
|
7969
|
+
"text": "BmFormContext"
|
|
8056
7970
|
},
|
|
8057
|
-
"
|
|
8058
|
-
|
|
8059
|
-
|
|
7971
|
+
"inheritedFrom": {
|
|
7972
|
+
"name": "FormField",
|
|
7973
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7974
|
+
}
|
|
8060
7975
|
},
|
|
8061
7976
|
{
|
|
8062
|
-
"
|
|
7977
|
+
"kind": "field",
|
|
7978
|
+
"name": "pickerRef"
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"kind": "method",
|
|
7982
|
+
"name": "formAssociatedCallback",
|
|
7983
|
+
"return": {
|
|
7984
|
+
"type": {
|
|
7985
|
+
"text": "void"
|
|
7986
|
+
}
|
|
7987
|
+
},
|
|
7988
|
+
"inheritedFrom": {
|
|
7989
|
+
"name": "FormField",
|
|
7990
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7991
|
+
}
|
|
7992
|
+
},
|
|
7993
|
+
{
|
|
7994
|
+
"kind": "method",
|
|
7995
|
+
"name": "formResetCallback",
|
|
7996
|
+
"return": {
|
|
7997
|
+
"type": {
|
|
7998
|
+
"text": "void"
|
|
7999
|
+
}
|
|
8000
|
+
},
|
|
8001
|
+
"inheritedFrom": {
|
|
8002
|
+
"name": "FormField",
|
|
8003
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8004
|
+
}
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"kind": "field",
|
|
8008
|
+
"name": "formAssociated",
|
|
8063
8009
|
"type": {
|
|
8064
|
-
"text": "
|
|
8010
|
+
"text": "boolean"
|
|
8065
8011
|
},
|
|
8066
|
-
"
|
|
8067
|
-
"
|
|
8068
|
-
"
|
|
8012
|
+
"static": true,
|
|
8013
|
+
"default": "true",
|
|
8014
|
+
"inheritedFrom": {
|
|
8015
|
+
"name": "FormField",
|
|
8016
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8017
|
+
}
|
|
8069
8018
|
},
|
|
8070
8019
|
{
|
|
8071
|
-
"
|
|
8020
|
+
"kind": "field",
|
|
8021
|
+
"name": "id",
|
|
8072
8022
|
"type": {
|
|
8073
|
-
"text": "
|
|
8023
|
+
"text": "string"
|
|
8074
8024
|
},
|
|
8075
|
-
"default": "
|
|
8076
|
-
"
|
|
8077
|
-
"
|
|
8025
|
+
"default": "''",
|
|
8026
|
+
"attribute": "id",
|
|
8027
|
+
"inheritedFrom": {
|
|
8028
|
+
"name": "FormField",
|
|
8029
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8030
|
+
}
|
|
8078
8031
|
},
|
|
8079
8032
|
{
|
|
8080
|
-
"
|
|
8033
|
+
"kind": "field",
|
|
8034
|
+
"name": "name",
|
|
8081
8035
|
"type": {
|
|
8082
|
-
"text": "
|
|
8036
|
+
"text": "string"
|
|
8083
8037
|
},
|
|
8084
|
-
"
|
|
8085
|
-
"
|
|
8038
|
+
"default": "''",
|
|
8039
|
+
"attribute": "name",
|
|
8040
|
+
"inheritedFrom": {
|
|
8041
|
+
"name": "FormField",
|
|
8042
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8043
|
+
}
|
|
8086
8044
|
},
|
|
8087
8045
|
{
|
|
8088
|
-
"
|
|
8046
|
+
"kind": "field",
|
|
8047
|
+
"name": "value",
|
|
8089
8048
|
"type": {
|
|
8090
|
-
"text": "
|
|
8049
|
+
"text": "string"
|
|
8091
8050
|
},
|
|
8092
|
-
"
|
|
8093
|
-
"
|
|
8051
|
+
"default": "''",
|
|
8052
|
+
"attribute": "value",
|
|
8053
|
+
"inheritedFrom": {
|
|
8054
|
+
"name": "FormField",
|
|
8055
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8056
|
+
}
|
|
8057
|
+
},
|
|
8058
|
+
{
|
|
8059
|
+
"kind": "field",
|
|
8060
|
+
"name": "inputAriaLabel",
|
|
8061
|
+
"type": {
|
|
8062
|
+
"text": "string | undefined"
|
|
8063
|
+
},
|
|
8064
|
+
"attribute": "input-aria-label",
|
|
8065
|
+
"inheritedFrom": {
|
|
8066
|
+
"name": "FormField",
|
|
8067
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8068
|
+
}
|
|
8069
|
+
},
|
|
8070
|
+
{
|
|
8071
|
+
"kind": "method",
|
|
8072
|
+
"name": "finalizeAssociatedCallback",
|
|
8073
|
+
"return": {
|
|
8074
|
+
"type": {
|
|
8075
|
+
"text": "FinalizeAssociatedResult"
|
|
8076
|
+
}
|
|
8077
|
+
},
|
|
8078
|
+
"parameters": [
|
|
8079
|
+
{
|
|
8080
|
+
"name": "ctxValue",
|
|
8081
|
+
"type": {
|
|
8082
|
+
"text": "string"
|
|
8083
|
+
}
|
|
8084
|
+
}
|
|
8085
|
+
],
|
|
8086
|
+
"inheritedFrom": {
|
|
8087
|
+
"name": "FormField",
|
|
8088
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8089
|
+
}
|
|
8094
8090
|
}
|
|
8095
8091
|
],
|
|
8096
|
-
"
|
|
8097
|
-
"name": "LitElement",
|
|
8098
|
-
"package": "lit"
|
|
8099
|
-
},
|
|
8100
|
-
"tagName": "bm-file-upload-list-item",
|
|
8101
|
-
"customElement": true
|
|
8102
|
-
}
|
|
8103
|
-
],
|
|
8104
|
-
"exports": [
|
|
8105
|
-
{
|
|
8106
|
-
"kind": "js",
|
|
8107
|
-
"name": "BmFileUploadListItem",
|
|
8108
|
-
"declaration": {
|
|
8109
|
-
"name": "BmFileUploadListItem",
|
|
8110
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
8111
|
-
}
|
|
8112
|
-
},
|
|
8113
|
-
{
|
|
8114
|
-
"kind": "custom-element-definition",
|
|
8115
|
-
"name": "bm-file-upload-list-item",
|
|
8116
|
-
"declaration": {
|
|
8117
|
-
"name": "BmFileUploadListItem",
|
|
8118
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
8119
|
-
}
|
|
8120
|
-
}
|
|
8121
|
-
]
|
|
8122
|
-
},
|
|
8123
|
-
{
|
|
8124
|
-
"kind": "javascript-module",
|
|
8125
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts",
|
|
8126
|
-
"declarations": [
|
|
8127
|
-
{
|
|
8128
|
-
"kind": "class",
|
|
8129
|
-
"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",
|
|
8130
|
-
"name": "BmFileUploadList",
|
|
8131
|
-
"slots": [
|
|
8092
|
+
"events": [
|
|
8132
8093
|
{
|
|
8133
|
-
"description": "
|
|
8134
|
-
"name": "
|
|
8094
|
+
"description": "Dispatched when a file is uploaded. Preventing default on this event will make upload asynchronous",
|
|
8095
|
+
"name": "bm-selected"
|
|
8135
8096
|
}
|
|
8136
8097
|
],
|
|
8137
|
-
"
|
|
8098
|
+
"attributes": [
|
|
8138
8099
|
{
|
|
8139
|
-
"
|
|
8140
|
-
"
|
|
8100
|
+
"name": "accept",
|
|
8101
|
+
"type": {
|
|
8102
|
+
"text": "string | undefined"
|
|
8103
|
+
},
|
|
8104
|
+
"description": "Specify what types of files can be uploaded",
|
|
8105
|
+
"fieldName": "accept"
|
|
8106
|
+
},
|
|
8107
|
+
{
|
|
8108
|
+
"name": "error",
|
|
8109
|
+
"type": {
|
|
8110
|
+
"text": "string | boolean | undefined"
|
|
8111
|
+
},
|
|
8112
|
+
"description": "Specify error text and display error state of FileUpload",
|
|
8113
|
+
"fieldName": "error"
|
|
8114
|
+
},
|
|
8115
|
+
{
|
|
8116
|
+
"name": "disabled",
|
|
8141
8117
|
"type": {
|
|
8142
8118
|
"text": "boolean | undefined"
|
|
8143
8119
|
},
|
|
8144
|
-
"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.",
|
|
8145
8120
|
"default": "false",
|
|
8146
|
-
"
|
|
8121
|
+
"description": "Specify if FileUpload is in disabled state",
|
|
8122
|
+
"fieldName": "disabled"
|
|
8147
8123
|
},
|
|
8148
8124
|
{
|
|
8149
|
-
"
|
|
8150
|
-
"name": "size",
|
|
8125
|
+
"name": "multiple",
|
|
8151
8126
|
"type": {
|
|
8152
|
-
"text": "
|
|
8127
|
+
"text": "boolean | undefined"
|
|
8153
8128
|
},
|
|
8154
|
-
"description": "Specify
|
|
8155
|
-
"default": "
|
|
8156
|
-
"
|
|
8129
|
+
"description": "Specify if more than one file can be can be uploaded",
|
|
8130
|
+
"default": "false",
|
|
8131
|
+
"fieldName": "multiple"
|
|
8157
8132
|
},
|
|
8158
8133
|
{
|
|
8159
|
-
"
|
|
8160
|
-
"name": "theme",
|
|
8134
|
+
"name": "fileLimit",
|
|
8161
8135
|
"type": {
|
|
8162
|
-
"text": "
|
|
8136
|
+
"text": "number | undefined"
|
|
8163
8137
|
},
|
|
8164
|
-
"description": "Specify
|
|
8165
|
-
"
|
|
8138
|
+
"description": "Specify how many files can be uploaded",
|
|
8139
|
+
"fieldName": "fileLimit"
|
|
8166
8140
|
},
|
|
8167
8141
|
{
|
|
8168
|
-
"
|
|
8169
|
-
"
|
|
8142
|
+
"name": "maxFileSize",
|
|
8143
|
+
"type": {
|
|
8144
|
+
"text": "number | undefined"
|
|
8145
|
+
},
|
|
8146
|
+
"description": "Specify the maximum file size that can be uploaded",
|
|
8147
|
+
"fieldName": "maxFileSize"
|
|
8148
|
+
},
|
|
8149
|
+
{
|
|
8150
|
+
"name": "required",
|
|
8170
8151
|
"type": {
|
|
8171
8152
|
"text": "boolean | undefined"
|
|
8172
8153
|
},
|
|
8173
|
-
"description": "Specify if
|
|
8174
|
-
"
|
|
8154
|
+
"description": "Specify if FileUpload is a required input",
|
|
8155
|
+
"default": "false",
|
|
8156
|
+
"fieldName": "required"
|
|
8175
8157
|
},
|
|
8176
8158
|
{
|
|
8177
|
-
"
|
|
8178
|
-
"name": "renderItem",
|
|
8159
|
+
"name": "readOnly",
|
|
8179
8160
|
"type": {
|
|
8180
|
-
"text": "
|
|
8161
|
+
"text": "boolean | undefined"
|
|
8181
8162
|
},
|
|
8182
|
-
"description": "Specify
|
|
8183
|
-
"
|
|
8184
|
-
}
|
|
8185
|
-
],
|
|
8186
|
-
"attributes": [
|
|
8163
|
+
"description": "Specify if FileUpload is in read-only state",
|
|
8164
|
+
"fieldName": "readOnly"
|
|
8165
|
+
},
|
|
8187
8166
|
{
|
|
8188
|
-
"name": "
|
|
8167
|
+
"name": "hideRequiredMarker",
|
|
8189
8168
|
"type": {
|
|
8190
8169
|
"text": "boolean | undefined"
|
|
8191
8170
|
},
|
|
8192
|
-
"description": "Specify if
|
|
8171
|
+
"description": "Specify if FileUpload displays with an asterisk",
|
|
8193
8172
|
"default": "false",
|
|
8194
|
-
"fieldName": "
|
|
8173
|
+
"fieldName": "hideRequiredMarker"
|
|
8195
8174
|
},
|
|
8196
8175
|
{
|
|
8197
|
-
"name": "
|
|
8176
|
+
"name": "validationRules",
|
|
8198
8177
|
"type": {
|
|
8199
|
-
"text": "
|
|
8178
|
+
"text": "Array<FormValidator>"
|
|
8200
8179
|
},
|
|
8201
|
-
"
|
|
8202
|
-
"
|
|
8203
|
-
"
|
|
8180
|
+
"default": "[]",
|
|
8181
|
+
"fieldName": "validationRules",
|
|
8182
|
+
"description": "Specify form validation rules for FileUpload",
|
|
8183
|
+
"inheritedFrom": {
|
|
8184
|
+
"name": "FormField",
|
|
8185
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8186
|
+
}
|
|
8187
|
+
},
|
|
8188
|
+
{
|
|
8189
|
+
"name": "fluid",
|
|
8190
|
+
"type": {
|
|
8191
|
+
"text": "boolean | undefined"
|
|
8192
|
+
},
|
|
8193
|
+
"description": "Specify if FileUpload is fluid",
|
|
8194
|
+
"default": "false",
|
|
8195
|
+
"fieldName": "fluid"
|
|
8196
|
+
},
|
|
8197
|
+
{
|
|
8198
|
+
"name": "width",
|
|
8199
|
+
"type": {
|
|
8200
|
+
"text": "string | undefined"
|
|
8201
|
+
},
|
|
8202
|
+
"description": "Specify the width of FileUpload",
|
|
8203
|
+
"fieldName": "width"
|
|
8204
8204
|
},
|
|
8205
8205
|
{
|
|
8206
8206
|
"name": "theme",
|
|
@@ -8211,171 +8211,311 @@
|
|
|
8211
8211
|
"fieldName": "theme"
|
|
8212
8212
|
},
|
|
8213
8213
|
{
|
|
8214
|
-
"name": "
|
|
8214
|
+
"name": "id",
|
|
8215
8215
|
"type": {
|
|
8216
|
-
"text": "
|
|
8216
|
+
"text": "string"
|
|
8217
8217
|
},
|
|
8218
|
-
"
|
|
8219
|
-
"fieldName": "
|
|
8218
|
+
"default": "''",
|
|
8219
|
+
"fieldName": "id",
|
|
8220
|
+
"inheritedFrom": {
|
|
8221
|
+
"name": "FormField",
|
|
8222
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8223
|
+
}
|
|
8220
8224
|
},
|
|
8221
8225
|
{
|
|
8222
|
-
"name": "
|
|
8226
|
+
"name": "name",
|
|
8223
8227
|
"type": {
|
|
8224
|
-
"text": "
|
|
8228
|
+
"text": "string"
|
|
8225
8229
|
},
|
|
8226
|
-
"
|
|
8227
|
-
"fieldName": "
|
|
8230
|
+
"default": "''",
|
|
8231
|
+
"fieldName": "name",
|
|
8232
|
+
"inheritedFrom": {
|
|
8233
|
+
"name": "FormField",
|
|
8234
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8235
|
+
}
|
|
8236
|
+
},
|
|
8237
|
+
{
|
|
8238
|
+
"name": "value",
|
|
8239
|
+
"type": {
|
|
8240
|
+
"text": "string"
|
|
8241
|
+
},
|
|
8242
|
+
"default": "''",
|
|
8243
|
+
"fieldName": "value",
|
|
8244
|
+
"inheritedFrom": {
|
|
8245
|
+
"name": "FormField",
|
|
8246
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8247
|
+
}
|
|
8248
|
+
},
|
|
8249
|
+
{
|
|
8250
|
+
"name": "input-aria-label",
|
|
8251
|
+
"type": {
|
|
8252
|
+
"text": "string | undefined"
|
|
8253
|
+
},
|
|
8254
|
+
"fieldName": "inputAriaLabel",
|
|
8255
|
+
"inheritedFrom": {
|
|
8256
|
+
"name": "FormField",
|
|
8257
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8258
|
+
}
|
|
8228
8259
|
}
|
|
8229
8260
|
],
|
|
8230
8261
|
"superclass": {
|
|
8231
|
-
"name": "
|
|
8232
|
-
"
|
|
8262
|
+
"name": "FormField",
|
|
8263
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8233
8264
|
},
|
|
8234
|
-
"tagName": "bm-file-upload
|
|
8265
|
+
"tagName": "bm-file-upload",
|
|
8235
8266
|
"customElement": true
|
|
8236
8267
|
}
|
|
8237
8268
|
],
|
|
8238
8269
|
"exports": [
|
|
8239
8270
|
{
|
|
8240
8271
|
"kind": "js",
|
|
8241
|
-
"name": "
|
|
8272
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
8273
|
+
"declaration": {
|
|
8274
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
8275
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
8276
|
+
}
|
|
8277
|
+
},
|
|
8278
|
+
{
|
|
8279
|
+
"kind": "js",
|
|
8280
|
+
"name": "BmFileUpload",
|
|
8281
|
+
"declaration": {
|
|
8282
|
+
"name": "BmFileUpload",
|
|
8283
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
8284
|
+
}
|
|
8285
|
+
},
|
|
8286
|
+
{
|
|
8287
|
+
"kind": "custom-element-definition",
|
|
8288
|
+
"name": "bm-file-upload",
|
|
8289
|
+
"declaration": {
|
|
8290
|
+
"name": "BmFileUpload",
|
|
8291
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
8292
|
+
}
|
|
8293
|
+
}
|
|
8294
|
+
]
|
|
8295
|
+
},
|
|
8296
|
+
{
|
|
8297
|
+
"kind": "javascript-module",
|
|
8298
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
|
|
8299
|
+
"declarations": [
|
|
8300
|
+
{
|
|
8301
|
+
"kind": "variable",
|
|
8302
|
+
"name": "fileUploadContext"
|
|
8303
|
+
}
|
|
8304
|
+
],
|
|
8305
|
+
"exports": [
|
|
8306
|
+
{
|
|
8307
|
+
"kind": "js",
|
|
8308
|
+
"name": "fileUploadContext",
|
|
8309
|
+
"declaration": {
|
|
8310
|
+
"name": "fileUploadContext",
|
|
8311
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
8312
|
+
}
|
|
8313
|
+
}
|
|
8314
|
+
]
|
|
8315
|
+
},
|
|
8316
|
+
{
|
|
8317
|
+
"kind": "javascript-module",
|
|
8318
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
|
|
8319
|
+
"declarations": [
|
|
8320
|
+
{
|
|
8321
|
+
"kind": "variable",
|
|
8322
|
+
"name": "fileUploadListContext"
|
|
8323
|
+
}
|
|
8324
|
+
],
|
|
8325
|
+
"exports": [
|
|
8326
|
+
{
|
|
8327
|
+
"kind": "js",
|
|
8328
|
+
"name": "fileUploadListContext",
|
|
8242
8329
|
"declaration": {
|
|
8243
|
-
"name": "
|
|
8244
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/
|
|
8330
|
+
"name": "fileUploadListContext",
|
|
8331
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
|
|
8332
|
+
}
|
|
8333
|
+
}
|
|
8334
|
+
]
|
|
8335
|
+
},
|
|
8336
|
+
{
|
|
8337
|
+
"kind": "javascript-module",
|
|
8338
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
|
|
8339
|
+
"declarations": [],
|
|
8340
|
+
"exports": [
|
|
8341
|
+
{
|
|
8342
|
+
"kind": "js",
|
|
8343
|
+
"name": "*",
|
|
8344
|
+
"declaration": {
|
|
8345
|
+
"name": "*",
|
|
8346
|
+
"package": "./FileUpload"
|
|
8245
8347
|
}
|
|
8246
8348
|
},
|
|
8247
8349
|
{
|
|
8248
|
-
"kind": "
|
|
8249
|
-
"name": "
|
|
8350
|
+
"kind": "js",
|
|
8351
|
+
"name": "*",
|
|
8250
8352
|
"declaration": {
|
|
8251
|
-
"name": "
|
|
8252
|
-
"
|
|
8353
|
+
"name": "*",
|
|
8354
|
+
"package": "./FileUpload.Button"
|
|
8355
|
+
}
|
|
8356
|
+
},
|
|
8357
|
+
{
|
|
8358
|
+
"kind": "js",
|
|
8359
|
+
"name": "*",
|
|
8360
|
+
"declaration": {
|
|
8361
|
+
"name": "*",
|
|
8362
|
+
"package": "./FileUpload.Dropzone"
|
|
8363
|
+
}
|
|
8364
|
+
},
|
|
8365
|
+
{
|
|
8366
|
+
"kind": "js",
|
|
8367
|
+
"name": "*",
|
|
8368
|
+
"declaration": {
|
|
8369
|
+
"name": "*",
|
|
8370
|
+
"package": "./FileUpload.List"
|
|
8371
|
+
}
|
|
8372
|
+
},
|
|
8373
|
+
{
|
|
8374
|
+
"kind": "js",
|
|
8375
|
+
"name": "*",
|
|
8376
|
+
"declaration": {
|
|
8377
|
+
"name": "*",
|
|
8378
|
+
"package": "./FileUpload.List.Item"
|
|
8253
8379
|
}
|
|
8254
8380
|
}
|
|
8255
8381
|
]
|
|
8256
8382
|
},
|
|
8257
8383
|
{
|
|
8258
8384
|
"kind": "javascript-module",
|
|
8259
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8385
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
8260
8386
|
"declarations": [
|
|
8261
8387
|
{
|
|
8262
8388
|
"kind": "class",
|
|
8263
|
-
"description": "",
|
|
8264
|
-
"name": "
|
|
8265
|
-
"superclass": {
|
|
8266
|
-
"name": "CustomEvent",
|
|
8267
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
8268
|
-
}
|
|
8269
|
-
},
|
|
8270
|
-
{
|
|
8271
|
-
"kind": "class",
|
|
8272
|
-
"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",
|
|
8273
|
-
"name": "BmFileUpload",
|
|
8389
|
+
"description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **size** - Specify the size of NativeSelect\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8390
|
+
"name": "BmNativeSelect",
|
|
8274
8391
|
"slots": [
|
|
8275
8392
|
{
|
|
8276
|
-
"description": "Specify
|
|
8393
|
+
"description": "Specify Options for NativeSelect",
|
|
8394
|
+
"name": "slot"
|
|
8395
|
+
},
|
|
8396
|
+
{
|
|
8397
|
+
"description": "Specify Label for NativeSelect",
|
|
8277
8398
|
"name": "label"
|
|
8278
8399
|
},
|
|
8279
8400
|
{
|
|
8280
|
-
"description": "Specify HelperText for
|
|
8401
|
+
"description": "Specify HelperText for NativeSelect",
|
|
8281
8402
|
"name": "helper-text"
|
|
8282
8403
|
}
|
|
8283
8404
|
],
|
|
8284
8405
|
"members": [
|
|
8285
8406
|
{
|
|
8286
8407
|
"kind": "field",
|
|
8287
|
-
"name": "
|
|
8408
|
+
"name": "required",
|
|
8288
8409
|
"type": {
|
|
8289
|
-
"text": "
|
|
8410
|
+
"text": "boolean"
|
|
8290
8411
|
},
|
|
8291
|
-
"
|
|
8292
|
-
"
|
|
8412
|
+
"default": "false",
|
|
8413
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8414
|
+
"attribute": "required"
|
|
8293
8415
|
},
|
|
8294
8416
|
{
|
|
8295
8417
|
"kind": "field",
|
|
8296
|
-
"name": "
|
|
8418
|
+
"name": "readOnly",
|
|
8297
8419
|
"type": {
|
|
8298
|
-
"text": "
|
|
8420
|
+
"text": "boolean"
|
|
8299
8421
|
},
|
|
8300
|
-
"
|
|
8301
|
-
"
|
|
8422
|
+
"default": "false",
|
|
8423
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8424
|
+
"attribute": "readOnly"
|
|
8302
8425
|
},
|
|
8303
8426
|
{
|
|
8304
8427
|
"kind": "field",
|
|
8305
8428
|
"name": "disabled",
|
|
8306
8429
|
"type": {
|
|
8307
|
-
"text": "boolean
|
|
8430
|
+
"text": "boolean"
|
|
8308
8431
|
},
|
|
8309
8432
|
"default": "false",
|
|
8310
|
-
"description": "Specify if
|
|
8433
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8311
8434
|
"attribute": "disabled"
|
|
8312
8435
|
},
|
|
8313
8436
|
{
|
|
8314
8437
|
"kind": "field",
|
|
8315
|
-
"name": "
|
|
8438
|
+
"name": "error",
|
|
8316
8439
|
"type": {
|
|
8317
|
-
"text": "
|
|
8440
|
+
"text": "string | undefined"
|
|
8318
8441
|
},
|
|
8319
|
-
"description": "Specify
|
|
8320
|
-
"
|
|
8321
|
-
"attribute": "multiple"
|
|
8442
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8443
|
+
"attribute": "error"
|
|
8322
8444
|
},
|
|
8323
8445
|
{
|
|
8324
8446
|
"kind": "field",
|
|
8325
|
-
"name": "
|
|
8447
|
+
"name": "fluid",
|
|
8326
8448
|
"type": {
|
|
8327
|
-
"text": "
|
|
8449
|
+
"text": "boolean"
|
|
8328
8450
|
},
|
|
8329
|
-
"
|
|
8330
|
-
"
|
|
8451
|
+
"default": "false",
|
|
8452
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8453
|
+
"attribute": "fluid"
|
|
8331
8454
|
},
|
|
8332
8455
|
{
|
|
8333
8456
|
"kind": "field",
|
|
8334
|
-
"name": "
|
|
8457
|
+
"name": "size",
|
|
8335
8458
|
"type": {
|
|
8336
|
-
"text": "
|
|
8459
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
8337
8460
|
},
|
|
8338
|
-
"
|
|
8339
|
-
"
|
|
8461
|
+
"default": "defaultInputSize",
|
|
8462
|
+
"description": "Specify the size of NativeSelect",
|
|
8463
|
+
"attribute": "size"
|
|
8340
8464
|
},
|
|
8341
8465
|
{
|
|
8342
8466
|
"kind": "field",
|
|
8343
|
-
"name": "
|
|
8467
|
+
"name": "width",
|
|
8344
8468
|
"type": {
|
|
8345
|
-
"text": "
|
|
8469
|
+
"text": "string | undefined"
|
|
8346
8470
|
},
|
|
8347
|
-
"description": "Specify
|
|
8348
|
-
"
|
|
8349
|
-
"attribute": "required"
|
|
8471
|
+
"description": "Specify the width of NativeSelect",
|
|
8472
|
+
"attribute": "width"
|
|
8350
8473
|
},
|
|
8351
8474
|
{
|
|
8352
8475
|
"kind": "field",
|
|
8353
|
-
"name": "
|
|
8476
|
+
"name": "ellipse",
|
|
8354
8477
|
"type": {
|
|
8355
|
-
"text": "boolean
|
|
8478
|
+
"text": "boolean"
|
|
8356
8479
|
},
|
|
8357
|
-
"
|
|
8358
|
-
"
|
|
8480
|
+
"default": "true",
|
|
8481
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8482
|
+
"attribute": "ellipse"
|
|
8359
8483
|
},
|
|
8360
8484
|
{
|
|
8361
8485
|
"kind": "field",
|
|
8362
8486
|
"name": "hideRequiredMarker",
|
|
8363
8487
|
"type": {
|
|
8364
|
-
"text": "boolean
|
|
8488
|
+
"text": "boolean"
|
|
8365
8489
|
},
|
|
8366
|
-
"description": "Specify if FileUpload displays with an asterisk",
|
|
8367
8490
|
"default": "false",
|
|
8491
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8368
8492
|
"attribute": "hideRequiredMarker"
|
|
8369
8493
|
},
|
|
8370
8494
|
{
|
|
8371
8495
|
"kind": "field",
|
|
8372
|
-
"name": "
|
|
8496
|
+
"name": "theme",
|
|
8373
8497
|
"type": {
|
|
8374
|
-
"text": "
|
|
8498
|
+
"text": "'light' | 'dark' | undefined"
|
|
8375
8499
|
},
|
|
8376
|
-
"
|
|
8377
|
-
"attribute": "
|
|
8378
|
-
|
|
8500
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8501
|
+
"attribute": "theme"
|
|
8502
|
+
},
|
|
8503
|
+
{
|
|
8504
|
+
"kind": "method",
|
|
8505
|
+
"name": "finalizeAssociatedCallback",
|
|
8506
|
+
"return": {
|
|
8507
|
+
"type": {
|
|
8508
|
+
"text": "FinalizeAssociatedResult"
|
|
8509
|
+
}
|
|
8510
|
+
},
|
|
8511
|
+
"parameters": [
|
|
8512
|
+
{
|
|
8513
|
+
"name": "value",
|
|
8514
|
+
"type": {
|
|
8515
|
+
"text": "string"
|
|
8516
|
+
}
|
|
8517
|
+
}
|
|
8518
|
+
],
|
|
8379
8519
|
"inheritedFrom": {
|
|
8380
8520
|
"name": "FormField",
|
|
8381
8521
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -8383,38 +8523,12 @@
|
|
|
8383
8523
|
},
|
|
8384
8524
|
{
|
|
8385
8525
|
"kind": "field",
|
|
8386
|
-
"name": "
|
|
8387
|
-
"type": {
|
|
8388
|
-
"text": "boolean | undefined"
|
|
8389
|
-
},
|
|
8390
|
-
"description": "Specify if FileUpload is fluid",
|
|
8391
|
-
"default": "false",
|
|
8392
|
-
"attribute": "fluid"
|
|
8393
|
-
},
|
|
8394
|
-
{
|
|
8395
|
-
"kind": "field",
|
|
8396
|
-
"name": "width",
|
|
8397
|
-
"type": {
|
|
8398
|
-
"text": "string | undefined"
|
|
8399
|
-
},
|
|
8400
|
-
"description": "Specify the width of FileUpload",
|
|
8401
|
-
"attribute": "width"
|
|
8402
|
-
},
|
|
8403
|
-
{
|
|
8404
|
-
"kind": "field",
|
|
8405
|
-
"name": "theme",
|
|
8406
|
-
"type": {
|
|
8407
|
-
"text": "'light' | 'dark' | undefined"
|
|
8408
|
-
},
|
|
8409
|
-
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
8410
|
-
"attribute": "theme"
|
|
8411
|
-
},
|
|
8412
|
-
{
|
|
8413
|
-
"kind": "field",
|
|
8414
|
-
"name": "formContext",
|
|
8526
|
+
"name": "formAssociated",
|
|
8415
8527
|
"type": {
|
|
8416
|
-
"text": "
|
|
8528
|
+
"text": "boolean"
|
|
8417
8529
|
},
|
|
8530
|
+
"static": true,
|
|
8531
|
+
"default": "true",
|
|
8418
8532
|
"inheritedFrom": {
|
|
8419
8533
|
"name": "FormField",
|
|
8420
8534
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -8422,29 +8536,25 @@
|
|
|
8422
8536
|
},
|
|
8423
8537
|
{
|
|
8424
8538
|
"kind": "field",
|
|
8425
|
-
"name": "
|
|
8426
|
-
|
|
8427
|
-
|
|
8428
|
-
"kind": "method",
|
|
8429
|
-
"name": "formAssociatedCallback",
|
|
8430
|
-
"return": {
|
|
8431
|
-
"type": {
|
|
8432
|
-
"text": "void"
|
|
8433
|
-
}
|
|
8539
|
+
"name": "id",
|
|
8540
|
+
"type": {
|
|
8541
|
+
"text": "string"
|
|
8434
8542
|
},
|
|
8543
|
+
"default": "''",
|
|
8544
|
+
"attribute": "id",
|
|
8435
8545
|
"inheritedFrom": {
|
|
8436
8546
|
"name": "FormField",
|
|
8437
8547
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8438
8548
|
}
|
|
8439
8549
|
},
|
|
8440
8550
|
{
|
|
8441
|
-
"kind": "
|
|
8442
|
-
"name": "
|
|
8443
|
-
"
|
|
8444
|
-
"
|
|
8445
|
-
"text": "void"
|
|
8446
|
-
}
|
|
8551
|
+
"kind": "field",
|
|
8552
|
+
"name": "name",
|
|
8553
|
+
"type": {
|
|
8554
|
+
"text": "string"
|
|
8447
8555
|
},
|
|
8556
|
+
"default": "''",
|
|
8557
|
+
"attribute": "name",
|
|
8448
8558
|
"inheritedFrom": {
|
|
8449
8559
|
"name": "FormField",
|
|
8450
8560
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -8452,12 +8562,12 @@
|
|
|
8452
8562
|
},
|
|
8453
8563
|
{
|
|
8454
8564
|
"kind": "field",
|
|
8455
|
-
"name": "
|
|
8565
|
+
"name": "value",
|
|
8456
8566
|
"type": {
|
|
8457
|
-
"text": "
|
|
8567
|
+
"text": "string"
|
|
8458
8568
|
},
|
|
8459
|
-
"
|
|
8460
|
-
"
|
|
8569
|
+
"default": "''",
|
|
8570
|
+
"attribute": "value",
|
|
8461
8571
|
"inheritedFrom": {
|
|
8462
8572
|
"name": "FormField",
|
|
8463
8573
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -8465,12 +8575,12 @@
|
|
|
8465
8575
|
},
|
|
8466
8576
|
{
|
|
8467
8577
|
"kind": "field",
|
|
8468
|
-
"name": "
|
|
8578
|
+
"name": "validationRules",
|
|
8469
8579
|
"type": {
|
|
8470
|
-
"text": "
|
|
8580
|
+
"text": "Array<FormValidator>"
|
|
8471
8581
|
},
|
|
8472
|
-
"default": "
|
|
8473
|
-
"attribute": "
|
|
8582
|
+
"default": "[]",
|
|
8583
|
+
"attribute": "validationRules",
|
|
8474
8584
|
"inheritedFrom": {
|
|
8475
8585
|
"name": "FormField",
|
|
8476
8586
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -8478,12 +8588,11 @@
|
|
|
8478
8588
|
},
|
|
8479
8589
|
{
|
|
8480
8590
|
"kind": "field",
|
|
8481
|
-
"name": "
|
|
8591
|
+
"name": "inputAriaLabel",
|
|
8482
8592
|
"type": {
|
|
8483
|
-
"text": "string"
|
|
8593
|
+
"text": "string | undefined"
|
|
8484
8594
|
},
|
|
8485
|
-
"
|
|
8486
|
-
"attribute": "name",
|
|
8595
|
+
"attribute": "input-aria-label",
|
|
8487
8596
|
"inheritedFrom": {
|
|
8488
8597
|
"name": "FormField",
|
|
8489
8598
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -8491,24 +8600,23 @@
|
|
|
8491
8600
|
},
|
|
8492
8601
|
{
|
|
8493
8602
|
"kind": "field",
|
|
8494
|
-
"name": "
|
|
8603
|
+
"name": "formContext",
|
|
8495
8604
|
"type": {
|
|
8496
|
-
"text": "
|
|
8605
|
+
"text": "BmFormContext"
|
|
8497
8606
|
},
|
|
8498
|
-
"default": "''",
|
|
8499
|
-
"attribute": "value",
|
|
8500
8607
|
"inheritedFrom": {
|
|
8501
8608
|
"name": "FormField",
|
|
8502
8609
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8503
8610
|
}
|
|
8504
8611
|
},
|
|
8505
8612
|
{
|
|
8506
|
-
"kind": "
|
|
8507
|
-
"name": "
|
|
8508
|
-
"
|
|
8509
|
-
"
|
|
8613
|
+
"kind": "method",
|
|
8614
|
+
"name": "formAssociatedCallback",
|
|
8615
|
+
"return": {
|
|
8616
|
+
"type": {
|
|
8617
|
+
"text": "void"
|
|
8618
|
+
}
|
|
8510
8619
|
},
|
|
8511
|
-
"attribute": "input-aria-label",
|
|
8512
8620
|
"inheritedFrom": {
|
|
8513
8621
|
"name": "FormField",
|
|
8514
8622
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
@@ -8516,145 +8624,104 @@
|
|
|
8516
8624
|
},
|
|
8517
8625
|
{
|
|
8518
8626
|
"kind": "method",
|
|
8519
|
-
"name": "
|
|
8627
|
+
"name": "formResetCallback",
|
|
8520
8628
|
"return": {
|
|
8521
8629
|
"type": {
|
|
8522
|
-
"text": "
|
|
8630
|
+
"text": "void"
|
|
8523
8631
|
}
|
|
8524
8632
|
},
|
|
8525
|
-
"parameters": [
|
|
8526
|
-
{
|
|
8527
|
-
"name": "ctxValue",
|
|
8528
|
-
"type": {
|
|
8529
|
-
"text": "string"
|
|
8530
|
-
}
|
|
8531
|
-
}
|
|
8532
|
-
],
|
|
8533
8633
|
"inheritedFrom": {
|
|
8534
8634
|
"name": "FormField",
|
|
8535
8635
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8536
8636
|
}
|
|
8537
8637
|
}
|
|
8538
8638
|
],
|
|
8539
|
-
"events": [
|
|
8540
|
-
{
|
|
8541
|
-
"description": "Dispatched when a file is uploaded. Preventing default on this event will make upload asynchronous",
|
|
8542
|
-
"name": "bm-selected"
|
|
8543
|
-
}
|
|
8544
|
-
],
|
|
8545
8639
|
"attributes": [
|
|
8546
8640
|
{
|
|
8547
|
-
"name": "
|
|
8641
|
+
"name": "required",
|
|
8548
8642
|
"type": {
|
|
8549
|
-
"text": "
|
|
8643
|
+
"text": "boolean"
|
|
8550
8644
|
},
|
|
8551
|
-
"
|
|
8552
|
-
"
|
|
8645
|
+
"default": "false",
|
|
8646
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8647
|
+
"fieldName": "required"
|
|
8553
8648
|
},
|
|
8554
8649
|
{
|
|
8555
|
-
"name": "
|
|
8650
|
+
"name": "readOnly",
|
|
8556
8651
|
"type": {
|
|
8557
|
-
"text": "
|
|
8652
|
+
"text": "boolean"
|
|
8558
8653
|
},
|
|
8559
|
-
"
|
|
8560
|
-
"
|
|
8654
|
+
"default": "false",
|
|
8655
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8656
|
+
"fieldName": "readOnly"
|
|
8561
8657
|
},
|
|
8562
8658
|
{
|
|
8563
8659
|
"name": "disabled",
|
|
8564
8660
|
"type": {
|
|
8565
|
-
"text": "boolean
|
|
8661
|
+
"text": "boolean"
|
|
8566
8662
|
},
|
|
8567
8663
|
"default": "false",
|
|
8568
|
-
"description": "Specify if
|
|
8664
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8569
8665
|
"fieldName": "disabled"
|
|
8570
8666
|
},
|
|
8571
8667
|
{
|
|
8572
|
-
"name": "
|
|
8668
|
+
"name": "error",
|
|
8573
8669
|
"type": {
|
|
8574
|
-
"text": "
|
|
8670
|
+
"text": "string | undefined"
|
|
8575
8671
|
},
|
|
8576
|
-
"description": "Specify
|
|
8577
|
-
"
|
|
8578
|
-
"fieldName": "multiple"
|
|
8672
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8673
|
+
"fieldName": "error"
|
|
8579
8674
|
},
|
|
8580
8675
|
{
|
|
8581
|
-
"name": "
|
|
8676
|
+
"name": "fluid",
|
|
8582
8677
|
"type": {
|
|
8583
|
-
"text": "
|
|
8678
|
+
"text": "boolean"
|
|
8584
8679
|
},
|
|
8585
|
-
"
|
|
8586
|
-
"
|
|
8680
|
+
"default": "false",
|
|
8681
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8682
|
+
"fieldName": "fluid"
|
|
8587
8683
|
},
|
|
8588
8684
|
{
|
|
8589
|
-
"name": "
|
|
8685
|
+
"name": "size",
|
|
8590
8686
|
"type": {
|
|
8591
|
-
"text": "
|
|
8687
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
8592
8688
|
},
|
|
8593
|
-
"
|
|
8594
|
-
"
|
|
8689
|
+
"default": "defaultInputSize",
|
|
8690
|
+
"description": "Specify the size of NativeSelect",
|
|
8691
|
+
"fieldName": "size"
|
|
8595
8692
|
},
|
|
8596
8693
|
{
|
|
8597
|
-
"name": "
|
|
8694
|
+
"name": "width",
|
|
8598
8695
|
"type": {
|
|
8599
|
-
"text": "
|
|
8696
|
+
"text": "string | undefined"
|
|
8600
8697
|
},
|
|
8601
|
-
"description": "Specify
|
|
8602
|
-
"
|
|
8603
|
-
"fieldName": "required"
|
|
8698
|
+
"description": "Specify the width of NativeSelect",
|
|
8699
|
+
"fieldName": "width"
|
|
8604
8700
|
},
|
|
8605
8701
|
{
|
|
8606
|
-
"name": "
|
|
8702
|
+
"name": "ellipse",
|
|
8607
8703
|
"type": {
|
|
8608
|
-
"text": "boolean
|
|
8704
|
+
"text": "boolean"
|
|
8609
8705
|
},
|
|
8610
|
-
"
|
|
8611
|
-
"
|
|
8706
|
+
"default": "true",
|
|
8707
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8708
|
+
"fieldName": "ellipse"
|
|
8612
8709
|
},
|
|
8613
8710
|
{
|
|
8614
8711
|
"name": "hideRequiredMarker",
|
|
8615
8712
|
"type": {
|
|
8616
|
-
"text": "boolean
|
|
8713
|
+
"text": "boolean"
|
|
8617
8714
|
},
|
|
8618
|
-
"description": "Specify if FileUpload displays with an asterisk",
|
|
8619
8715
|
"default": "false",
|
|
8716
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8620
8717
|
"fieldName": "hideRequiredMarker"
|
|
8621
8718
|
},
|
|
8622
|
-
{
|
|
8623
|
-
"name": "validationRules",
|
|
8624
|
-
"type": {
|
|
8625
|
-
"text": "Array<FormValidator>"
|
|
8626
|
-
},
|
|
8627
|
-
"default": "[]",
|
|
8628
|
-
"fieldName": "validationRules",
|
|
8629
|
-
"description": "Specify form validation rules for FileUpload",
|
|
8630
|
-
"inheritedFrom": {
|
|
8631
|
-
"name": "FormField",
|
|
8632
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8633
|
-
}
|
|
8634
|
-
},
|
|
8635
|
-
{
|
|
8636
|
-
"name": "fluid",
|
|
8637
|
-
"type": {
|
|
8638
|
-
"text": "boolean | undefined"
|
|
8639
|
-
},
|
|
8640
|
-
"description": "Specify if FileUpload is fluid",
|
|
8641
|
-
"default": "false",
|
|
8642
|
-
"fieldName": "fluid"
|
|
8643
|
-
},
|
|
8644
|
-
{
|
|
8645
|
-
"name": "width",
|
|
8646
|
-
"type": {
|
|
8647
|
-
"text": "string | undefined"
|
|
8648
|
-
},
|
|
8649
|
-
"description": "Specify the width of FileUpload",
|
|
8650
|
-
"fieldName": "width"
|
|
8651
|
-
},
|
|
8652
8719
|
{
|
|
8653
8720
|
"name": "theme",
|
|
8654
8721
|
"type": {
|
|
8655
8722
|
"text": "'light' | 'dark' | undefined"
|
|
8656
8723
|
},
|
|
8657
|
-
"description": "Specify the theme of the
|
|
8724
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8658
8725
|
"fieldName": "theme"
|
|
8659
8726
|
},
|
|
8660
8727
|
{
|
|
@@ -8693,6 +8760,18 @@
|
|
|
8693
8760
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8694
8761
|
}
|
|
8695
8762
|
},
|
|
8763
|
+
{
|
|
8764
|
+
"name": "validationRules",
|
|
8765
|
+
"type": {
|
|
8766
|
+
"text": "Array<FormValidator>"
|
|
8767
|
+
},
|
|
8768
|
+
"default": "[]",
|
|
8769
|
+
"fieldName": "validationRules",
|
|
8770
|
+
"inheritedFrom": {
|
|
8771
|
+
"name": "FormField",
|
|
8772
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8773
|
+
}
|
|
8774
|
+
},
|
|
8696
8775
|
{
|
|
8697
8776
|
"name": "input-aria-label",
|
|
8698
8777
|
"type": {
|
|
@@ -8709,80 +8788,33 @@
|
|
|
8709
8788
|
"name": "FormField",
|
|
8710
8789
|
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8711
8790
|
},
|
|
8712
|
-
"
|
|
8791
|
+
"summary": "`bm-native-select`",
|
|
8792
|
+
"tagName": "bm-native-select",
|
|
8713
8793
|
"customElement": true
|
|
8714
8794
|
}
|
|
8715
8795
|
],
|
|
8716
8796
|
"exports": [
|
|
8717
8797
|
{
|
|
8718
8798
|
"kind": "js",
|
|
8719
|
-
"name": "
|
|
8720
|
-
"declaration": {
|
|
8721
|
-
"name": "BmFileUploadFileSelectedEvent",
|
|
8722
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
8723
|
-
}
|
|
8724
|
-
},
|
|
8725
|
-
{
|
|
8726
|
-
"kind": "js",
|
|
8727
|
-
"name": "BmFileUpload",
|
|
8799
|
+
"name": "BmNativeSelect",
|
|
8728
8800
|
"declaration": {
|
|
8729
|
-
"name": "
|
|
8730
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8801
|
+
"name": "BmNativeSelect",
|
|
8802
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8731
8803
|
}
|
|
8732
8804
|
},
|
|
8733
8805
|
{
|
|
8734
8806
|
"kind": "custom-element-definition",
|
|
8735
|
-
"name": "bm-
|
|
8736
|
-
"declaration": {
|
|
8737
|
-
"name": "BmFileUpload",
|
|
8738
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
8739
|
-
}
|
|
8740
|
-
}
|
|
8741
|
-
]
|
|
8742
|
-
},
|
|
8743
|
-
{
|
|
8744
|
-
"kind": "javascript-module",
|
|
8745
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
|
|
8746
|
-
"declarations": [
|
|
8747
|
-
{
|
|
8748
|
-
"kind": "variable",
|
|
8749
|
-
"name": "fileUploadContext"
|
|
8750
|
-
}
|
|
8751
|
-
],
|
|
8752
|
-
"exports": [
|
|
8753
|
-
{
|
|
8754
|
-
"kind": "js",
|
|
8755
|
-
"name": "fileUploadContext",
|
|
8756
|
-
"declaration": {
|
|
8757
|
-
"name": "fileUploadContext",
|
|
8758
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
8759
|
-
}
|
|
8760
|
-
}
|
|
8761
|
-
]
|
|
8762
|
-
},
|
|
8763
|
-
{
|
|
8764
|
-
"kind": "javascript-module",
|
|
8765
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
|
|
8766
|
-
"declarations": [
|
|
8767
|
-
{
|
|
8768
|
-
"kind": "variable",
|
|
8769
|
-
"name": "fileUploadListContext"
|
|
8770
|
-
}
|
|
8771
|
-
],
|
|
8772
|
-
"exports": [
|
|
8773
|
-
{
|
|
8774
|
-
"kind": "js",
|
|
8775
|
-
"name": "fileUploadListContext",
|
|
8807
|
+
"name": "bm-native-select",
|
|
8776
8808
|
"declaration": {
|
|
8777
|
-
"name": "
|
|
8778
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8809
|
+
"name": "BmNativeSelect",
|
|
8810
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8779
8811
|
}
|
|
8780
8812
|
}
|
|
8781
8813
|
]
|
|
8782
8814
|
},
|
|
8783
8815
|
{
|
|
8784
8816
|
"kind": "javascript-module",
|
|
8785
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8817
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8786
8818
|
"declarations": [],
|
|
8787
8819
|
"exports": [
|
|
8788
8820
|
{
|
|
@@ -8790,39 +8822,7 @@
|
|
|
8790
8822
|
"name": "*",
|
|
8791
8823
|
"declaration": {
|
|
8792
8824
|
"name": "*",
|
|
8793
|
-
"package": "./
|
|
8794
|
-
}
|
|
8795
|
-
},
|
|
8796
|
-
{
|
|
8797
|
-
"kind": "js",
|
|
8798
|
-
"name": "*",
|
|
8799
|
-
"declaration": {
|
|
8800
|
-
"name": "*",
|
|
8801
|
-
"package": "./FileUpload.Button"
|
|
8802
|
-
}
|
|
8803
|
-
},
|
|
8804
|
-
{
|
|
8805
|
-
"kind": "js",
|
|
8806
|
-
"name": "*",
|
|
8807
|
-
"declaration": {
|
|
8808
|
-
"name": "*",
|
|
8809
|
-
"package": "./FileUpload.Dropzone"
|
|
8810
|
-
}
|
|
8811
|
-
},
|
|
8812
|
-
{
|
|
8813
|
-
"kind": "js",
|
|
8814
|
-
"name": "*",
|
|
8815
|
-
"declaration": {
|
|
8816
|
-
"name": "*",
|
|
8817
|
-
"package": "./FileUpload.List"
|
|
8818
|
-
}
|
|
8819
|
-
},
|
|
8820
|
-
{
|
|
8821
|
-
"kind": "js",
|
|
8822
|
-
"name": "*",
|
|
8823
|
-
"declaration": {
|
|
8824
|
-
"name": "*",
|
|
8825
|
-
"package": "./FileUpload.List.Item"
|
|
8825
|
+
"package": "./NativeSelect"
|
|
8826
8826
|
}
|
|
8827
8827
|
}
|
|
8828
8828
|
]
|