@viasat/beam-web-components 2.49.1 → 2.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Accordion/Accordion.js +3 -3
- package/Accordion/AccordionGroup.js +3 -3
- package/Accordion/index.js +1 -1
- package/Alert/Alert.js +5 -5
- package/Avatar/Avatar.js +2 -2
- package/Avatar/AvatarGroup.js +2 -2
- package/Avatar/index.js +1 -1
- package/Badge/Badge.js +2 -2
- package/BadgeDot/BadgeDot.js +2 -2
- package/Box/Box.js +2 -2
- package/Breadcrumbs/Breadcrumbs.js +3 -3
- package/Breadcrumbs/BreadcrumbsItem.js +3 -3
- package/Breadcrumbs/index.js +1 -1
- package/Button/Button.js +2 -2
- package/CloseButton/CloseButton.js +2 -2
- package/Divider/Divider.js +2 -2
- package/EmptyState/EmptyState.js +2 -2
- package/HelperText/HelperText.js +3 -3
- package/HelperText/index.js +1 -1
- package/Icon/Icon.js +2 -2
- package/InputChoiceGroup/InputChoiceGroup.js +2 -2
- package/Label/Label.js +2 -2
- package/Link/Link.js +2 -2
- package/List/List.js +2 -2
- package/List/ListItem.js +2 -2
- package/ProgressBar/ProgressBar.js +2 -2
- package/SegmentedControl/SegmentedControl.js +2 -2
- package/SegmentedControl/SegmentedControlItem.js +10 -10
- package/SegmentedControl/SegmentedControlList.js +2 -2
- package/SegmentedControl/SegmentedControlPanel.js +2 -2
- package/Spinner/Spinner.js +2 -2
- package/Text/Text.js +2 -2
- package/TextField/TextField.js +6 -6
- package/Tooltip/Tooltip.js +9 -9
- package/chunks/{Accordion.BF2pHMSP.js → Accordion.fbo-T2zU.js} +4 -4
- package/chunks/{Avatar.kVWwOxWe.js → Avatar.DkegKDfD.js} +2 -2
- package/chunks/{BreadcrumbsItem.BoIbfnh6.js → BreadcrumbsItem.xWwSJgcO.js} +2 -2
- package/chunks/{HelperText.3YJvB8x0.js → HelperText.Cc_6DlKP.js} +5 -5
- package/chunks/classNames.m6VYRyOu.js +18 -0
- package/chunks/{classNames.BQclmCHG.js → register-custom-element.D_kw6JXe.js} +34 -29
- package/custom-elements.json +1515 -1515
- package/local/Accordion/Accordion.js +4 -4
- package/local/Accordion/AccordionGroup.js +4 -4
- package/local/Accordion/index.js +1 -1
- package/local/Alert/Alert.js +11 -11
- package/local/Avatar/Avatar.js +3 -3
- package/local/Avatar/AvatarGroup.js +3 -3
- package/local/Avatar/index.js +1 -1
- package/local/Badge/Badge.js +2 -2
- package/local/BadgeDot/BadgeDot.js +2 -2
- package/local/Box/Box.js +2 -2
- package/local/Breadcrumbs/Breadcrumbs.js +3 -3
- package/local/Breadcrumbs/BreadcrumbsItem.js +3 -3
- package/local/Breadcrumbs/index.js +1 -1
- package/local/Button/Button.js +3 -3
- package/local/CloseButton/CloseButton.js +2 -2
- package/local/Divider/Divider.js +7 -7
- package/local/EmptyState/EmptyState.js +2 -2
- package/local/HelperText/HelperText.js +3 -3
- package/local/HelperText/index.js +1 -1
- package/local/Icon/Icon.js +2 -2
- package/local/InputChoiceGroup/InputChoiceGroup.js +3 -3
- package/local/Label/Label.js +2 -2
- package/local/Link/Link.js +2 -2
- package/local/List/List.js +3 -3
- package/local/List/ListItem.js +3 -3
- package/local/ProgressBar/ProgressBar.js +2 -2
- package/local/SegmentedControl/SegmentedControl.js +3 -3
- package/local/SegmentedControl/SegmentedControlItem.js +7 -7
- package/local/SegmentedControl/SegmentedControlList.js +2 -2
- package/local/SegmentedControl/SegmentedControlPanel.js +2 -2
- package/local/Spinner/Spinner.js +2 -2
- package/local/Text/Text.js +2 -2
- package/local/TextField/TextField.js +7 -7
- package/local/Tooltip/Tooltip.js +8 -8
- package/local/chunks/{Accordion.DM6Nkgnh.js → Accordion.QupR4x7N.js} +9 -9
- package/local/chunks/{Avatar.BT61pkbV.js → Avatar.D0_A6fGG.js} +2 -2
- package/local/chunks/{BreadcrumbsItem.CsPbcOZ5.js → BreadcrumbsItem.Ds7TtgQn.js} +2 -2
- package/local/chunks/classNames.Ciobzb4w.js +30 -0
- package/local/chunks/{index.CUGawMXL.js → index.BoeGm2HZ.js} +8 -8
- package/local/chunks/register-custom-element.AOEv8hcs.js +133 -0
- package/local/chunks/{state.CqiuSzAl.js → state.Dr3yBpId.js} +1 -1
- package/local/wip/Checkbox/Checkbox.js +2 -2
- package/local/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +1 -1
- package/local/wip/FileUpload/FileUpload.Button.js +2 -2
- package/local/wip/FileUpload/FileUpload.Dropzone.js +3 -3
- package/local/wip/FileUpload/FileUpload.List.Item.js +3 -3
- package/local/wip/FileUpload/FileUpload.List.js +2 -2
- package/local/wip/FileUpload/FileUpload.js +8 -8
- package/local/wip/Form/Form.decorator.js +3 -3
- package/local/wip/Form/Form.js +122 -110
- package/local/wip/NativeSelect/NativeSelect.js +10 -10
- package/local/wip/RadioButton/RadioButton.js +2 -2
- package/local/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/local/wip/Switch/Switch.js +2 -2
- package/local/wip/Switch/SwitchGroup/SwitchGroup.js +1 -1
- package/local/wip/TextArea/TextArea.js +8 -8
- package/package.json +6 -6
- package/vscode.html-custom-data.json +118 -118
- package/wip/Checkbox/Checkbox.js +2 -2
- package/wip/Checkbox/CheckboxGroup/CheckboxGroup.js +1 -1
- package/wip/FileUpload/FileUpload.Button.js +2 -2
- package/wip/FileUpload/FileUpload.Dropzone.js +2 -2
- package/wip/FileUpload/FileUpload.List.Item.js +3 -3
- package/wip/FileUpload/FileUpload.List.js +2 -2
- package/wip/FileUpload/FileUpload.js +12 -12
- package/wip/Form/Form.decorator.js +1 -1
- package/wip/Form/Form.js +124 -112
- package/wip/NativeSelect/NativeSelect.js +9 -9
- package/wip/RadioButton/RadioButton.js +2 -2
- package/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.js +1 -1
- package/wip/Switch/Switch.js +5 -5
- package/wip/Switch/SwitchGroup/SwitchGroup.js +1 -1
- package/wip/TextArea/TextArea.js +5 -5
- package/chunks/register-custom-element.DHGKOhmA.js +0 -17
- package/local/chunks/classNames.CARKFDmR.js +0 -106
- package/local/chunks/register-custom-element.vod7zfGv.js +0 -51
package/custom-elements.json
CHANGED
|
@@ -581,673 +581,673 @@
|
|
|
581
581
|
},
|
|
582
582
|
{
|
|
583
583
|
"kind": "javascript-module",
|
|
584
|
-
"path": "libs/web-components/src/lib/
|
|
584
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
585
585
|
"declarations": [
|
|
586
586
|
{
|
|
587
587
|
"kind": "class",
|
|
588
|
-
"description": "`bm-
|
|
589
|
-
"name": "
|
|
588
|
+
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
589
|
+
"name": "BmBox",
|
|
590
590
|
"slots": [
|
|
591
591
|
{
|
|
592
|
-
"description": "
|
|
593
|
-
"name": "
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
597
|
-
"name": "heading"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
601
|
-
"name": "body"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"description": "Specify if actions display on the Alert",
|
|
605
|
-
"name": "actions"
|
|
592
|
+
"description": "Provide content for the Box",
|
|
593
|
+
"name": "default"
|
|
606
594
|
}
|
|
607
595
|
],
|
|
608
596
|
"members": [
|
|
609
597
|
{
|
|
610
598
|
"kind": "field",
|
|
611
|
-
"name": "
|
|
599
|
+
"name": "backgroundColor",
|
|
612
600
|
"type": {
|
|
613
|
-
"text": "
|
|
601
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
614
602
|
},
|
|
615
|
-
"description": "Specify the
|
|
616
|
-
"attribute": "
|
|
603
|
+
"description": "Specify the background color of a Box",
|
|
604
|
+
"attribute": "backgroundColor"
|
|
617
605
|
},
|
|
618
606
|
{
|
|
619
607
|
"kind": "field",
|
|
620
|
-
"name": "
|
|
608
|
+
"name": "borderColor",
|
|
621
609
|
"type": {
|
|
622
|
-
"text": "
|
|
610
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
623
611
|
},
|
|
624
|
-
"description": "Specify the
|
|
625
|
-
"attribute": "
|
|
612
|
+
"description": "Specify the border color of a Box",
|
|
613
|
+
"attribute": "borderColor"
|
|
626
614
|
},
|
|
627
615
|
{
|
|
628
616
|
"kind": "field",
|
|
629
|
-
"name": "
|
|
617
|
+
"name": "borderWidth",
|
|
630
618
|
"type": {
|
|
631
|
-
"text": "'
|
|
619
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
632
620
|
},
|
|
633
|
-
"
|
|
634
|
-
"
|
|
635
|
-
"attribute": "size"
|
|
621
|
+
"description": "Specify the border width of a Box",
|
|
622
|
+
"attribute": "borderWidth"
|
|
636
623
|
},
|
|
637
624
|
{
|
|
638
625
|
"kind": "field",
|
|
639
|
-
"name": "
|
|
626
|
+
"name": "borderRadius",
|
|
640
627
|
"type": {
|
|
641
|
-
"text": "
|
|
628
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
642
629
|
},
|
|
643
|
-
"
|
|
644
|
-
"
|
|
645
|
-
"attribute": "fullWidth"
|
|
630
|
+
"description": "Specify the border radius of a Box",
|
|
631
|
+
"attribute": "borderRadius"
|
|
646
632
|
},
|
|
647
633
|
{
|
|
648
634
|
"kind": "field",
|
|
649
|
-
"name": "
|
|
635
|
+
"name": "px",
|
|
650
636
|
"type": {
|
|
651
|
-
"text": "'
|
|
637
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
652
638
|
},
|
|
653
|
-
"description": "Specify
|
|
654
|
-
"attribute": "
|
|
639
|
+
"description": "Specify before and after padding of a Box",
|
|
640
|
+
"attribute": "px"
|
|
655
641
|
},
|
|
656
642
|
{
|
|
657
643
|
"kind": "field",
|
|
658
|
-
"name": "
|
|
644
|
+
"name": "py",
|
|
659
645
|
"type": {
|
|
660
|
-
"text": "'
|
|
646
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
661
647
|
},
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
"attribute": "appearance"
|
|
648
|
+
"description": "Specify top and bottom padding of a Box",
|
|
649
|
+
"attribute": "py"
|
|
665
650
|
},
|
|
666
651
|
{
|
|
667
652
|
"kind": "field",
|
|
668
|
-
"name": "
|
|
653
|
+
"name": "pTop",
|
|
669
654
|
"type": {
|
|
670
|
-
"text": "
|
|
655
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
671
656
|
},
|
|
672
|
-
"
|
|
673
|
-
"
|
|
674
|
-
"attribute": "hidden"
|
|
657
|
+
"description": "Specify top padding of a Box",
|
|
658
|
+
"attribute": "pTop"
|
|
675
659
|
},
|
|
676
660
|
{
|
|
677
661
|
"kind": "field",
|
|
678
|
-
"name": "
|
|
662
|
+
"name": "pBottom",
|
|
679
663
|
"type": {
|
|
680
|
-
"text": "
|
|
664
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
681
665
|
},
|
|
682
|
-
"
|
|
683
|
-
"
|
|
684
|
-
"attribute": "hideIcon"
|
|
666
|
+
"description": "Specify bottom padding of a Box",
|
|
667
|
+
"attribute": "pBottom"
|
|
685
668
|
},
|
|
686
669
|
{
|
|
687
670
|
"kind": "field",
|
|
688
|
-
"name": "
|
|
671
|
+
"name": "pBefore",
|
|
689
672
|
"type": {
|
|
690
|
-
"text": "
|
|
673
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
691
674
|
},
|
|
692
|
-
"
|
|
693
|
-
"
|
|
694
|
-
"attribute": "dismissible"
|
|
675
|
+
"description": "Specify before padding of a Box",
|
|
676
|
+
"attribute": "pBefore"
|
|
695
677
|
},
|
|
696
678
|
{
|
|
697
679
|
"kind": "field",
|
|
698
|
-
"name": "
|
|
680
|
+
"name": "pAfter",
|
|
699
681
|
"type": {
|
|
700
|
-
"text": "
|
|
682
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
701
683
|
},
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
"attribute": "disableAutoFocus"
|
|
684
|
+
"description": "Specify after padding of a Box",
|
|
685
|
+
"attribute": "pAfter"
|
|
705
686
|
},
|
|
706
687
|
{
|
|
707
688
|
"kind": "field",
|
|
708
|
-
"name": "
|
|
689
|
+
"name": "mx",
|
|
709
690
|
"type": {
|
|
710
|
-
"text": "
|
|
691
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
711
692
|
},
|
|
712
|
-
"
|
|
713
|
-
"
|
|
714
|
-
|
|
715
|
-
}
|
|
716
|
-
],
|
|
717
|
-
"events": [
|
|
693
|
+
"description": "Specify before and after margin of a Box",
|
|
694
|
+
"attribute": "mx"
|
|
695
|
+
},
|
|
718
696
|
{
|
|
719
|
-
"
|
|
720
|
-
"name": "
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
697
|
+
"kind": "field",
|
|
698
|
+
"name": "my",
|
|
699
|
+
"type": {
|
|
700
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
701
|
+
},
|
|
702
|
+
"description": "Specify top and bottom margin of a Box",
|
|
703
|
+
"attribute": "my"
|
|
704
|
+
},
|
|
724
705
|
{
|
|
725
|
-
"
|
|
706
|
+
"kind": "field",
|
|
707
|
+
"name": "mTop",
|
|
726
708
|
"type": {
|
|
727
|
-
"text": "
|
|
709
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
728
710
|
},
|
|
729
|
-
"description": "Specify
|
|
730
|
-
"
|
|
711
|
+
"description": "Specify top margin of a Box",
|
|
712
|
+
"attribute": "mTop"
|
|
731
713
|
},
|
|
732
714
|
{
|
|
733
|
-
"
|
|
715
|
+
"kind": "field",
|
|
716
|
+
"name": "mBottom",
|
|
734
717
|
"type": {
|
|
735
|
-
"text": "
|
|
718
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
736
719
|
},
|
|
737
|
-
"description": "Specify
|
|
738
|
-
"
|
|
720
|
+
"description": "Specify bottom margin of a Box",
|
|
721
|
+
"attribute": "mBottom"
|
|
739
722
|
},
|
|
740
723
|
{
|
|
741
|
-
"
|
|
724
|
+
"kind": "field",
|
|
725
|
+
"name": "mBefore",
|
|
742
726
|
"type": {
|
|
743
|
-
"text": "'
|
|
727
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
744
728
|
},
|
|
745
|
-
"
|
|
746
|
-
"
|
|
747
|
-
"fieldName": "size"
|
|
729
|
+
"description": "Specify before margin of a Box",
|
|
730
|
+
"attribute": "mBefore"
|
|
748
731
|
},
|
|
749
732
|
{
|
|
750
|
-
"
|
|
733
|
+
"kind": "field",
|
|
734
|
+
"name": "mAfter",
|
|
751
735
|
"type": {
|
|
752
|
-
"text": "
|
|
736
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
753
737
|
},
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
"fieldName": "fullWidth"
|
|
738
|
+
"description": "Specify after margin of a Box",
|
|
739
|
+
"attribute": "mAfter"
|
|
757
740
|
},
|
|
758
741
|
{
|
|
759
|
-
"
|
|
742
|
+
"kind": "field",
|
|
743
|
+
"name": "m",
|
|
760
744
|
"type": {
|
|
761
|
-
"text": "'
|
|
745
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
762
746
|
},
|
|
763
|
-
"description": "Specify
|
|
764
|
-
"
|
|
747
|
+
"description": "Specify all margin",
|
|
748
|
+
"attribute": "m"
|
|
765
749
|
},
|
|
766
750
|
{
|
|
767
|
-
"
|
|
751
|
+
"kind": "field",
|
|
752
|
+
"name": "p",
|
|
768
753
|
"type": {
|
|
769
|
-
"text": "'
|
|
754
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
770
755
|
},
|
|
771
|
-
"
|
|
772
|
-
"
|
|
773
|
-
"fieldName": "appearance"
|
|
756
|
+
"description": "Specify all padding",
|
|
757
|
+
"attribute": "p"
|
|
774
758
|
},
|
|
775
759
|
{
|
|
776
|
-
"
|
|
760
|
+
"kind": "field",
|
|
761
|
+
"name": "gap",
|
|
777
762
|
"type": {
|
|
778
|
-
"text": "
|
|
763
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
779
764
|
},
|
|
780
|
-
"
|
|
781
|
-
"
|
|
782
|
-
"fieldName": "hidden"
|
|
765
|
+
"description": "Specify gap between child elements",
|
|
766
|
+
"attribute": "gap"
|
|
783
767
|
},
|
|
784
768
|
{
|
|
785
|
-
"
|
|
769
|
+
"kind": "field",
|
|
770
|
+
"name": "shadow",
|
|
786
771
|
"type": {
|
|
787
|
-
"text": "
|
|
772
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
788
773
|
},
|
|
789
|
-
"
|
|
790
|
-
"
|
|
791
|
-
|
|
774
|
+
"description": "Specify if a Box has a shadow",
|
|
775
|
+
"attribute": "shadow"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"attributes": [
|
|
779
|
+
{
|
|
780
|
+
"name": "backgroundColor",
|
|
781
|
+
"type": {
|
|
782
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
783
|
+
},
|
|
784
|
+
"description": "Specify the background color of a Box",
|
|
785
|
+
"fieldName": "backgroundColor"
|
|
792
786
|
},
|
|
793
787
|
{
|
|
794
|
-
"name": "
|
|
788
|
+
"name": "borderColor",
|
|
795
789
|
"type": {
|
|
796
|
-
"text": "
|
|
790
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
797
791
|
},
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"fieldName": "dismissible"
|
|
792
|
+
"description": "Specify the border color of a Box",
|
|
793
|
+
"fieldName": "borderColor"
|
|
801
794
|
},
|
|
802
795
|
{
|
|
803
|
-
"name": "
|
|
796
|
+
"name": "borderWidth",
|
|
804
797
|
"type": {
|
|
805
|
-
"text": "
|
|
798
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
806
799
|
},
|
|
807
|
-
"
|
|
808
|
-
"
|
|
809
|
-
"fieldName": "disableAutoFocus"
|
|
800
|
+
"description": "Specify the border width of a Box",
|
|
801
|
+
"fieldName": "borderWidth"
|
|
810
802
|
},
|
|
811
803
|
{
|
|
812
|
-
"name": "
|
|
804
|
+
"name": "borderRadius",
|
|
813
805
|
"type": {
|
|
814
|
-
"text": "
|
|
815
|
-
},
|
|
816
|
-
"default": "false",
|
|
817
|
-
"description": "Prevent Escape from closing",
|
|
818
|
-
"fieldName": "disableCloseOnEscape"
|
|
819
|
-
}
|
|
820
|
-
],
|
|
821
|
-
"superclass": {
|
|
822
|
-
"name": "LitElement",
|
|
823
|
-
"package": "lit"
|
|
824
|
-
},
|
|
825
|
-
"tagName": "bm-alert",
|
|
826
|
-
"customElement": true
|
|
827
|
-
}
|
|
828
|
-
],
|
|
829
|
-
"exports": [
|
|
830
|
-
{
|
|
831
|
-
"kind": "js",
|
|
832
|
-
"name": "BmAlert",
|
|
833
|
-
"declaration": {
|
|
834
|
-
"name": "BmAlert",
|
|
835
|
-
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"kind": "custom-element-definition",
|
|
840
|
-
"name": "bm-alert",
|
|
841
|
-
"declaration": {
|
|
842
|
-
"name": "BmAlert",
|
|
843
|
-
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
]
|
|
847
|
-
},
|
|
848
|
-
{
|
|
849
|
-
"kind": "javascript-module",
|
|
850
|
-
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
851
|
-
"declarations": [],
|
|
852
|
-
"exports": [
|
|
853
|
-
{
|
|
854
|
-
"kind": "js",
|
|
855
|
-
"name": "*",
|
|
856
|
-
"declaration": {
|
|
857
|
-
"name": "*",
|
|
858
|
-
"package": "./Alert"
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
]
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"kind": "javascript-module",
|
|
865
|
-
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
866
|
-
"declarations": [
|
|
867
|
-
{
|
|
868
|
-
"kind": "class",
|
|
869
|
-
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
870
|
-
"name": "BmBox",
|
|
871
|
-
"slots": [
|
|
872
|
-
{
|
|
873
|
-
"description": "Provide content for the Box",
|
|
874
|
-
"name": "default"
|
|
875
|
-
}
|
|
876
|
-
],
|
|
877
|
-
"members": [
|
|
878
|
-
{
|
|
879
|
-
"kind": "field",
|
|
880
|
-
"name": "backgroundColor",
|
|
881
|
-
"type": {
|
|
882
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
883
|
-
},
|
|
884
|
-
"description": "Specify the background color of a Box",
|
|
885
|
-
"attribute": "backgroundColor"
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
"kind": "field",
|
|
889
|
-
"name": "borderColor",
|
|
890
|
-
"type": {
|
|
891
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
892
|
-
},
|
|
893
|
-
"description": "Specify the border color of a Box",
|
|
894
|
-
"attribute": "borderColor"
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "field",
|
|
898
|
-
"name": "borderWidth",
|
|
899
|
-
"type": {
|
|
900
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
901
|
-
},
|
|
902
|
-
"description": "Specify the border width of a Box",
|
|
903
|
-
"attribute": "borderWidth"
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"kind": "field",
|
|
907
|
-
"name": "borderRadius",
|
|
908
|
-
"type": {
|
|
909
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
806
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
910
807
|
},
|
|
911
808
|
"description": "Specify the border radius of a Box",
|
|
912
|
-
"
|
|
809
|
+
"fieldName": "borderRadius"
|
|
913
810
|
},
|
|
914
811
|
{
|
|
915
|
-
"kind": "field",
|
|
916
812
|
"name": "px",
|
|
917
813
|
"type": {
|
|
918
814
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
919
815
|
},
|
|
920
816
|
"description": "Specify before and after padding of a Box",
|
|
921
|
-
"
|
|
817
|
+
"fieldName": "px"
|
|
922
818
|
},
|
|
923
819
|
{
|
|
924
|
-
"kind": "field",
|
|
925
820
|
"name": "py",
|
|
926
821
|
"type": {
|
|
927
822
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
928
823
|
},
|
|
929
824
|
"description": "Specify top and bottom padding of a Box",
|
|
930
|
-
"
|
|
825
|
+
"fieldName": "py"
|
|
931
826
|
},
|
|
932
827
|
{
|
|
933
|
-
"kind": "field",
|
|
934
828
|
"name": "pTop",
|
|
935
829
|
"type": {
|
|
936
830
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
937
831
|
},
|
|
938
832
|
"description": "Specify top padding of a Box",
|
|
939
|
-
"
|
|
833
|
+
"fieldName": "pTop"
|
|
940
834
|
},
|
|
941
835
|
{
|
|
942
|
-
"kind": "field",
|
|
943
836
|
"name": "pBottom",
|
|
944
837
|
"type": {
|
|
945
838
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
946
839
|
},
|
|
947
840
|
"description": "Specify bottom padding of a Box",
|
|
948
|
-
"
|
|
841
|
+
"fieldName": "pBottom"
|
|
949
842
|
},
|
|
950
843
|
{
|
|
951
|
-
"kind": "field",
|
|
952
844
|
"name": "pBefore",
|
|
953
845
|
"type": {
|
|
954
846
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
955
847
|
},
|
|
956
848
|
"description": "Specify before padding of a Box",
|
|
957
|
-
"
|
|
849
|
+
"fieldName": "pBefore"
|
|
958
850
|
},
|
|
959
851
|
{
|
|
960
|
-
"kind": "field",
|
|
961
852
|
"name": "pAfter",
|
|
962
853
|
"type": {
|
|
963
854
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
964
855
|
},
|
|
965
856
|
"description": "Specify after padding of a Box",
|
|
966
|
-
"
|
|
857
|
+
"fieldName": "pAfter"
|
|
967
858
|
},
|
|
968
859
|
{
|
|
969
|
-
"kind": "field",
|
|
970
860
|
"name": "mx",
|
|
971
861
|
"type": {
|
|
972
862
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
973
863
|
},
|
|
974
864
|
"description": "Specify before and after margin of a Box",
|
|
975
|
-
"
|
|
865
|
+
"fieldName": "mx"
|
|
976
866
|
},
|
|
977
867
|
{
|
|
978
|
-
"kind": "field",
|
|
979
868
|
"name": "my",
|
|
980
869
|
"type": {
|
|
981
870
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
982
871
|
},
|
|
983
872
|
"description": "Specify top and bottom margin of a Box",
|
|
984
|
-
"
|
|
873
|
+
"fieldName": "my"
|
|
985
874
|
},
|
|
986
875
|
{
|
|
987
|
-
"kind": "field",
|
|
988
876
|
"name": "mTop",
|
|
989
877
|
"type": {
|
|
990
878
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
991
879
|
},
|
|
992
880
|
"description": "Specify top margin of a Box",
|
|
993
|
-
"
|
|
881
|
+
"fieldName": "mTop"
|
|
994
882
|
},
|
|
995
883
|
{
|
|
996
|
-
"kind": "field",
|
|
997
884
|
"name": "mBottom",
|
|
998
885
|
"type": {
|
|
999
886
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1000
887
|
},
|
|
1001
888
|
"description": "Specify bottom margin of a Box",
|
|
1002
|
-
"
|
|
889
|
+
"fieldName": "mBottom"
|
|
1003
890
|
},
|
|
1004
891
|
{
|
|
1005
|
-
"kind": "field",
|
|
1006
892
|
"name": "mBefore",
|
|
1007
893
|
"type": {
|
|
1008
894
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1009
895
|
},
|
|
1010
896
|
"description": "Specify before margin of a Box",
|
|
1011
|
-
"
|
|
897
|
+
"fieldName": "mBefore"
|
|
1012
898
|
},
|
|
1013
899
|
{
|
|
1014
|
-
"kind": "field",
|
|
1015
900
|
"name": "mAfter",
|
|
1016
901
|
"type": {
|
|
1017
902
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1018
903
|
},
|
|
1019
904
|
"description": "Specify after margin of a Box",
|
|
1020
|
-
"
|
|
905
|
+
"fieldName": "mAfter"
|
|
1021
906
|
},
|
|
1022
907
|
{
|
|
1023
|
-
"kind": "field",
|
|
1024
908
|
"name": "m",
|
|
1025
909
|
"type": {
|
|
1026
910
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1027
911
|
},
|
|
1028
912
|
"description": "Specify all margin",
|
|
1029
|
-
"
|
|
913
|
+
"fieldName": "m"
|
|
1030
914
|
},
|
|
1031
915
|
{
|
|
1032
|
-
"kind": "field",
|
|
1033
916
|
"name": "p",
|
|
1034
917
|
"type": {
|
|
1035
918
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1036
919
|
},
|
|
1037
920
|
"description": "Specify all padding",
|
|
1038
|
-
"
|
|
921
|
+
"fieldName": "p"
|
|
1039
922
|
},
|
|
1040
923
|
{
|
|
1041
|
-
"kind": "field",
|
|
1042
924
|
"name": "gap",
|
|
1043
925
|
"type": {
|
|
1044
926
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1045
927
|
},
|
|
1046
928
|
"description": "Specify gap between child elements",
|
|
1047
|
-
"
|
|
929
|
+
"fieldName": "gap"
|
|
1048
930
|
},
|
|
1049
931
|
{
|
|
1050
|
-
"kind": "field",
|
|
1051
932
|
"name": "shadow",
|
|
1052
933
|
"type": {
|
|
1053
934
|
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1054
935
|
},
|
|
1055
936
|
"description": "Specify if a Box has a shadow",
|
|
1056
|
-
"
|
|
937
|
+
"fieldName": "shadow"
|
|
1057
938
|
}
|
|
1058
939
|
],
|
|
1059
|
-
"
|
|
940
|
+
"superclass": {
|
|
941
|
+
"name": "LitElement",
|
|
942
|
+
"package": "lit"
|
|
943
|
+
},
|
|
944
|
+
"tagName": "bm-box",
|
|
945
|
+
"customElement": true
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"exports": [
|
|
949
|
+
{
|
|
950
|
+
"kind": "js",
|
|
951
|
+
"name": "BmBox",
|
|
952
|
+
"declaration": {
|
|
953
|
+
"name": "BmBox",
|
|
954
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "custom-element-definition",
|
|
959
|
+
"name": "bm-box",
|
|
960
|
+
"declaration": {
|
|
961
|
+
"name": "BmBox",
|
|
962
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
963
|
+
}
|
|
964
|
+
}
|
|
965
|
+
]
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"kind": "javascript-module",
|
|
969
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
970
|
+
"declarations": [],
|
|
971
|
+
"exports": [
|
|
972
|
+
{
|
|
973
|
+
"kind": "js",
|
|
974
|
+
"name": "*",
|
|
975
|
+
"declaration": {
|
|
976
|
+
"name": "*",
|
|
977
|
+
"package": "./Box"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"kind": "javascript-module",
|
|
984
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
985
|
+
"declarations": [
|
|
986
|
+
{
|
|
987
|
+
"kind": "class",
|
|
988
|
+
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
|
|
989
|
+
"name": "BmAlert",
|
|
990
|
+
"slots": [
|
|
1060
991
|
{
|
|
1061
|
-
"
|
|
1062
|
-
"
|
|
1063
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1064
|
-
},
|
|
1065
|
-
"description": "Specify the background color of a Box",
|
|
1066
|
-
"fieldName": "backgroundColor"
|
|
992
|
+
"description": "Specify a different icon for the Alert",
|
|
993
|
+
"name": "icon"
|
|
1067
994
|
},
|
|
1068
995
|
{
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1071
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1072
|
-
},
|
|
1073
|
-
"description": "Specify the border color of a Box",
|
|
1074
|
-
"fieldName": "borderColor"
|
|
996
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
997
|
+
"name": "heading"
|
|
1075
998
|
},
|
|
1076
999
|
{
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1079
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1080
|
-
},
|
|
1081
|
-
"description": "Specify the border width of a Box",
|
|
1082
|
-
"fieldName": "borderWidth"
|
|
1000
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1001
|
+
"name": "body"
|
|
1083
1002
|
},
|
|
1084
1003
|
{
|
|
1085
|
-
"
|
|
1004
|
+
"description": "Specify if actions display on the Alert",
|
|
1005
|
+
"name": "actions"
|
|
1006
|
+
}
|
|
1007
|
+
],
|
|
1008
|
+
"members": [
|
|
1009
|
+
{
|
|
1010
|
+
"kind": "field",
|
|
1011
|
+
"name": "heading",
|
|
1086
1012
|
"type": {
|
|
1087
|
-
"text": "
|
|
1013
|
+
"text": "string | undefined"
|
|
1088
1014
|
},
|
|
1089
|
-
"description": "Specify the
|
|
1090
|
-
"
|
|
1015
|
+
"description": "Specify the heading text for Alert",
|
|
1016
|
+
"attribute": "heading"
|
|
1091
1017
|
},
|
|
1092
1018
|
{
|
|
1093
|
-
"
|
|
1019
|
+
"kind": "field",
|
|
1020
|
+
"name": "body",
|
|
1094
1021
|
"type": {
|
|
1095
|
-
"text": "
|
|
1022
|
+
"text": "string | undefined"
|
|
1096
1023
|
},
|
|
1097
|
-
"description": "Specify
|
|
1098
|
-
"
|
|
1024
|
+
"description": "Specify the body text for Alert",
|
|
1025
|
+
"attribute": "body"
|
|
1099
1026
|
},
|
|
1100
1027
|
{
|
|
1101
|
-
"
|
|
1028
|
+
"kind": "field",
|
|
1029
|
+
"name": "size",
|
|
1102
1030
|
"type": {
|
|
1103
|
-
"text": "'
|
|
1031
|
+
"text": "'sm' | 'md'"
|
|
1104
1032
|
},
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1033
|
+
"default": "'sm'",
|
|
1034
|
+
"description": "Specify the size of the Alert",
|
|
1035
|
+
"attribute": "size"
|
|
1107
1036
|
},
|
|
1108
1037
|
{
|
|
1109
|
-
"
|
|
1038
|
+
"kind": "field",
|
|
1039
|
+
"name": "fullWidth",
|
|
1110
1040
|
"type": {
|
|
1111
|
-
"text": "
|
|
1041
|
+
"text": "boolean"
|
|
1112
1042
|
},
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1043
|
+
"default": "false",
|
|
1044
|
+
"description": "Specify if the Alert has no border radius",
|
|
1045
|
+
"attribute": "fullWidth"
|
|
1115
1046
|
},
|
|
1116
1047
|
{
|
|
1117
|
-
"
|
|
1048
|
+
"kind": "field",
|
|
1049
|
+
"name": "theme",
|
|
1118
1050
|
"type": {
|
|
1119
|
-
"text": "'
|
|
1051
|
+
"text": "'light' | 'dark' | undefined"
|
|
1120
1052
|
},
|
|
1121
|
-
"description": "Specify
|
|
1122
|
-
"
|
|
1053
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1054
|
+
"attribute": "theme"
|
|
1123
1055
|
},
|
|
1124
1056
|
{
|
|
1125
|
-
"
|
|
1057
|
+
"kind": "field",
|
|
1058
|
+
"name": "appearance",
|
|
1126
1059
|
"type": {
|
|
1127
|
-
"text": "'
|
|
1060
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1128
1061
|
},
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1062
|
+
"default": "'infoPrimary'",
|
|
1063
|
+
"description": "Specify the appearance of the Alert",
|
|
1064
|
+
"attribute": "appearance"
|
|
1131
1065
|
},
|
|
1132
1066
|
{
|
|
1133
|
-
"
|
|
1067
|
+
"kind": "field",
|
|
1068
|
+
"name": "hidden",
|
|
1134
1069
|
"type": {
|
|
1135
|
-
"text": "
|
|
1070
|
+
"text": "boolean"
|
|
1136
1071
|
},
|
|
1137
|
-
"
|
|
1138
|
-
"
|
|
1072
|
+
"default": "false",
|
|
1073
|
+
"description": "Specify if the Alert is hidden",
|
|
1074
|
+
"attribute": "hidden"
|
|
1139
1075
|
},
|
|
1140
1076
|
{
|
|
1141
|
-
"
|
|
1077
|
+
"kind": "field",
|
|
1078
|
+
"name": "hideIcon",
|
|
1142
1079
|
"type": {
|
|
1143
|
-
"text": "
|
|
1080
|
+
"text": "boolean"
|
|
1144
1081
|
},
|
|
1145
|
-
"
|
|
1146
|
-
"
|
|
1082
|
+
"default": "false",
|
|
1083
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1084
|
+
"attribute": "hideIcon"
|
|
1147
1085
|
},
|
|
1148
1086
|
{
|
|
1149
|
-
"
|
|
1087
|
+
"kind": "field",
|
|
1088
|
+
"name": "dismissible",
|
|
1150
1089
|
"type": {
|
|
1151
|
-
"text": "
|
|
1090
|
+
"text": "boolean"
|
|
1152
1091
|
},
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1092
|
+
"default": "false",
|
|
1093
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1094
|
+
"attribute": "dismissible"
|
|
1155
1095
|
},
|
|
1156
1096
|
{
|
|
1157
|
-
"
|
|
1097
|
+
"kind": "field",
|
|
1098
|
+
"name": "disableAutoFocus",
|
|
1158
1099
|
"type": {
|
|
1159
|
-
"text": "
|
|
1100
|
+
"text": "boolean"
|
|
1160
1101
|
},
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1102
|
+
"default": "false",
|
|
1103
|
+
"description": "Prevent autofocus on show",
|
|
1104
|
+
"attribute": "disableAutoFocus"
|
|
1163
1105
|
},
|
|
1164
1106
|
{
|
|
1165
|
-
"
|
|
1107
|
+
"kind": "field",
|
|
1108
|
+
"name": "disableCloseOnEscape",
|
|
1166
1109
|
"type": {
|
|
1167
|
-
"text": "
|
|
1110
|
+
"text": "boolean"
|
|
1168
1111
|
},
|
|
1169
|
-
"
|
|
1170
|
-
"
|
|
1112
|
+
"default": "false",
|
|
1113
|
+
"description": "Prevent Escape from closing",
|
|
1114
|
+
"attribute": "disableCloseOnEscape"
|
|
1115
|
+
}
|
|
1116
|
+
],
|
|
1117
|
+
"events": [
|
|
1118
|
+
{
|
|
1119
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1120
|
+
"name": "bm-dismiss"
|
|
1121
|
+
}
|
|
1122
|
+
],
|
|
1123
|
+
"attributes": [
|
|
1124
|
+
{
|
|
1125
|
+
"name": "heading",
|
|
1126
|
+
"type": {
|
|
1127
|
+
"text": "string | undefined"
|
|
1128
|
+
},
|
|
1129
|
+
"description": "Specify the heading text for Alert",
|
|
1130
|
+
"fieldName": "heading"
|
|
1171
1131
|
},
|
|
1172
1132
|
{
|
|
1173
|
-
"name": "
|
|
1133
|
+
"name": "body",
|
|
1174
1134
|
"type": {
|
|
1175
|
-
"text": "
|
|
1135
|
+
"text": "string | undefined"
|
|
1176
1136
|
},
|
|
1177
|
-
"description": "Specify
|
|
1178
|
-
"fieldName": "
|
|
1137
|
+
"description": "Specify the body text for Alert",
|
|
1138
|
+
"fieldName": "body"
|
|
1179
1139
|
},
|
|
1180
1140
|
{
|
|
1181
|
-
"name": "
|
|
1141
|
+
"name": "size",
|
|
1182
1142
|
"type": {
|
|
1183
|
-
"text": "'
|
|
1143
|
+
"text": "'sm' | 'md'"
|
|
1184
1144
|
},
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1145
|
+
"default": "'sm'",
|
|
1146
|
+
"description": "Specify the size of the Alert",
|
|
1147
|
+
"fieldName": "size"
|
|
1187
1148
|
},
|
|
1188
1149
|
{
|
|
1189
|
-
"name": "
|
|
1150
|
+
"name": "fullWidth",
|
|
1190
1151
|
"type": {
|
|
1191
|
-
"text": "
|
|
1152
|
+
"text": "boolean"
|
|
1192
1153
|
},
|
|
1193
|
-
"
|
|
1194
|
-
"
|
|
1154
|
+
"default": "false",
|
|
1155
|
+
"description": "Specify if the Alert has no border radius",
|
|
1156
|
+
"fieldName": "fullWidth"
|
|
1195
1157
|
},
|
|
1196
1158
|
{
|
|
1197
|
-
"name": "
|
|
1159
|
+
"name": "theme",
|
|
1198
1160
|
"type": {
|
|
1199
|
-
"text": "'
|
|
1161
|
+
"text": "'light' | 'dark' | undefined"
|
|
1200
1162
|
},
|
|
1201
|
-
"description": "Specify
|
|
1202
|
-
"fieldName": "
|
|
1163
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1164
|
+
"fieldName": "theme"
|
|
1203
1165
|
},
|
|
1204
1166
|
{
|
|
1205
|
-
"name": "
|
|
1167
|
+
"name": "appearance",
|
|
1206
1168
|
"type": {
|
|
1207
|
-
"text": "'
|
|
1169
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1208
1170
|
},
|
|
1209
|
-
"
|
|
1210
|
-
"
|
|
1171
|
+
"default": "'infoPrimary'",
|
|
1172
|
+
"description": "Specify the appearance of the Alert",
|
|
1173
|
+
"fieldName": "appearance"
|
|
1211
1174
|
},
|
|
1212
1175
|
{
|
|
1213
|
-
"name": "
|
|
1176
|
+
"name": "hidden",
|
|
1214
1177
|
"type": {
|
|
1215
|
-
"text": "
|
|
1178
|
+
"text": "boolean"
|
|
1216
1179
|
},
|
|
1217
|
-
"
|
|
1218
|
-
"
|
|
1180
|
+
"default": "false",
|
|
1181
|
+
"description": "Specify if the Alert is hidden",
|
|
1182
|
+
"fieldName": "hidden"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "hideIcon",
|
|
1186
|
+
"type": {
|
|
1187
|
+
"text": "boolean"
|
|
1188
|
+
},
|
|
1189
|
+
"default": "false",
|
|
1190
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1191
|
+
"fieldName": "hideIcon"
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
"name": "dismissible",
|
|
1195
|
+
"type": {
|
|
1196
|
+
"text": "boolean"
|
|
1197
|
+
},
|
|
1198
|
+
"default": "false",
|
|
1199
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1200
|
+
"fieldName": "dismissible"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "disableAutoFocus",
|
|
1204
|
+
"type": {
|
|
1205
|
+
"text": "boolean"
|
|
1206
|
+
},
|
|
1207
|
+
"default": "false",
|
|
1208
|
+
"description": "Prevent autofocus on show",
|
|
1209
|
+
"fieldName": "disableAutoFocus"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"name": "disableCloseOnEscape",
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": "boolean"
|
|
1215
|
+
},
|
|
1216
|
+
"default": "false",
|
|
1217
|
+
"description": "Prevent Escape from closing",
|
|
1218
|
+
"fieldName": "disableCloseOnEscape"
|
|
1219
1219
|
}
|
|
1220
1220
|
],
|
|
1221
1221
|
"superclass": {
|
|
1222
1222
|
"name": "LitElement",
|
|
1223
1223
|
"package": "lit"
|
|
1224
1224
|
},
|
|
1225
|
-
"tagName": "bm-
|
|
1225
|
+
"tagName": "bm-alert",
|
|
1226
1226
|
"customElement": true
|
|
1227
1227
|
}
|
|
1228
1228
|
],
|
|
1229
1229
|
"exports": [
|
|
1230
1230
|
{
|
|
1231
1231
|
"kind": "js",
|
|
1232
|
-
"name": "
|
|
1232
|
+
"name": "BmAlert",
|
|
1233
1233
|
"declaration": {
|
|
1234
|
-
"name": "
|
|
1235
|
-
"module": "libs/web-components/src/lib/
|
|
1234
|
+
"name": "BmAlert",
|
|
1235
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1236
1236
|
}
|
|
1237
1237
|
},
|
|
1238
1238
|
{
|
|
1239
1239
|
"kind": "custom-element-definition",
|
|
1240
|
-
"name": "bm-
|
|
1240
|
+
"name": "bm-alert",
|
|
1241
1241
|
"declaration": {
|
|
1242
|
-
"name": "
|
|
1243
|
-
"module": "libs/web-components/src/lib/
|
|
1242
|
+
"name": "BmAlert",
|
|
1243
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1244
1244
|
}
|
|
1245
1245
|
}
|
|
1246
1246
|
]
|
|
1247
1247
|
},
|
|
1248
1248
|
{
|
|
1249
1249
|
"kind": "javascript-module",
|
|
1250
|
-
"path": "libs/web-components/src/lib/
|
|
1250
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1251
1251
|
"declarations": [],
|
|
1252
1252
|
"exports": [
|
|
1253
1253
|
{
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
"name": "*",
|
|
1256
1256
|
"declaration": {
|
|
1257
1257
|
"name": "*",
|
|
1258
|
-
"package": "./
|
|
1258
|
+
"package": "./Alert"
|
|
1259
1259
|
}
|
|
1260
1260
|
}
|
|
1261
1261
|
]
|
|
@@ -6423,248 +6423,139 @@
|
|
|
6423
6423
|
},
|
|
6424
6424
|
{
|
|
6425
6425
|
"kind": "javascript-module",
|
|
6426
|
-
"path": "libs/web-components/src/lib/wip/
|
|
6427
|
-
"declarations": [
|
|
6428
|
-
{
|
|
6429
|
-
"kind": "variable",
|
|
6430
|
-
"name": "bmFormInitials",
|
|
6431
|
-
"type": {
|
|
6432
|
-
"text": "BmFormContext"
|
|
6433
|
-
},
|
|
6434
|
-
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
6435
|
-
},
|
|
6436
|
-
{
|
|
6437
|
-
"kind": "variable",
|
|
6438
|
-
"name": "bmFormContext"
|
|
6439
|
-
}
|
|
6440
|
-
],
|
|
6441
|
-
"exports": [
|
|
6442
|
-
{
|
|
6443
|
-
"kind": "js",
|
|
6444
|
-
"name": "bmFormInitials",
|
|
6445
|
-
"declaration": {
|
|
6446
|
-
"name": "bmFormInitials",
|
|
6447
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
6448
|
-
}
|
|
6449
|
-
},
|
|
6450
|
-
{
|
|
6451
|
-
"kind": "js",
|
|
6452
|
-
"name": "bmFormContext",
|
|
6453
|
-
"declaration": {
|
|
6454
|
-
"name": "bmFormContext",
|
|
6455
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
6456
|
-
}
|
|
6457
|
-
}
|
|
6458
|
-
]
|
|
6459
|
-
},
|
|
6460
|
-
{
|
|
6461
|
-
"kind": "javascript-module",
|
|
6462
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
6426
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts",
|
|
6463
6427
|
"declarations": [
|
|
6464
6428
|
{
|
|
6465
6429
|
"kind": "class",
|
|
6466
|
-
"description": "### Attributes:\n- **
|
|
6467
|
-
"name": "
|
|
6468
|
-
"
|
|
6469
|
-
{
|
|
6470
|
-
"kind": "field",
|
|
6471
|
-
"name": "formAssociated",
|
|
6472
|
-
"type": {
|
|
6473
|
-
"text": "boolean"
|
|
6474
|
-
},
|
|
6475
|
-
"static": true,
|
|
6476
|
-
"default": "true"
|
|
6477
|
-
},
|
|
6430
|
+
"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",
|
|
6431
|
+
"name": "BmFileUploadButton",
|
|
6432
|
+
"slots": [
|
|
6478
6433
|
{
|
|
6479
|
-
"
|
|
6480
|
-
"name": "
|
|
6481
|
-
"
|
|
6482
|
-
"
|
|
6483
|
-
|
|
6484
|
-
|
|
6485
|
-
"attribute": "id"
|
|
6434
|
+
"description": "Specify text for the Button",
|
|
6435
|
+
"name": "default",
|
|
6436
|
+
"inheritedFrom": {
|
|
6437
|
+
"name": "BmButton",
|
|
6438
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6439
|
+
}
|
|
6486
6440
|
},
|
|
6487
6441
|
{
|
|
6488
|
-
"
|
|
6489
|
-
"name": "
|
|
6490
|
-
"
|
|
6491
|
-
"
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
"attribute": "name"
|
|
6442
|
+
"description": "Specify if the Button displays icon before the text",
|
|
6443
|
+
"name": "iconBefore",
|
|
6444
|
+
"inheritedFrom": {
|
|
6445
|
+
"name": "BmButton",
|
|
6446
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6447
|
+
}
|
|
6495
6448
|
},
|
|
6496
6449
|
{
|
|
6497
|
-
"
|
|
6498
|
-
"name": "
|
|
6499
|
-
"
|
|
6500
|
-
"
|
|
6501
|
-
|
|
6502
|
-
|
|
6503
|
-
|
|
6504
|
-
|
|
6450
|
+
"description": "Specify if the Button displays icon after the text",
|
|
6451
|
+
"name": "iconAfter",
|
|
6452
|
+
"inheritedFrom": {
|
|
6453
|
+
"name": "BmButton",
|
|
6454
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6455
|
+
}
|
|
6456
|
+
}
|
|
6457
|
+
],
|
|
6458
|
+
"members": [
|
|
6505
6459
|
{
|
|
6506
6460
|
"kind": "field",
|
|
6507
|
-
"name": "
|
|
6461
|
+
"name": "error",
|
|
6508
6462
|
"type": {
|
|
6509
|
-
"text": "
|
|
6463
|
+
"text": "boolean | undefined"
|
|
6510
6464
|
},
|
|
6511
|
-
"
|
|
6512
|
-
"attribute": "
|
|
6465
|
+
"description": "Specify if FileUpload is in error state",
|
|
6466
|
+
"attribute": "error"
|
|
6513
6467
|
},
|
|
6514
6468
|
{
|
|
6515
6469
|
"kind": "field",
|
|
6516
|
-
"name": "
|
|
6470
|
+
"name": "accept",
|
|
6517
6471
|
"type": {
|
|
6518
6472
|
"text": "string | undefined"
|
|
6519
6473
|
},
|
|
6520
|
-
"
|
|
6474
|
+
"description": "Specify the accepted file types",
|
|
6475
|
+
"attribute": "accept"
|
|
6521
6476
|
},
|
|
6522
6477
|
{
|
|
6523
6478
|
"kind": "field",
|
|
6524
|
-
"name": "
|
|
6525
|
-
"type": {
|
|
6526
|
-
"text": "BmFormContext"
|
|
6527
|
-
}
|
|
6528
|
-
},
|
|
6529
|
-
{
|
|
6530
|
-
"kind": "method",
|
|
6531
|
-
"name": "formAssociatedCallback",
|
|
6532
|
-
"return": {
|
|
6533
|
-
"type": {
|
|
6534
|
-
"text": "void"
|
|
6535
|
-
}
|
|
6536
|
-
}
|
|
6537
|
-
},
|
|
6538
|
-
{
|
|
6539
|
-
"kind": "method",
|
|
6540
|
-
"name": "formResetCallback",
|
|
6541
|
-
"return": {
|
|
6542
|
-
"type": {
|
|
6543
|
-
"text": "void"
|
|
6544
|
-
}
|
|
6545
|
-
}
|
|
6546
|
-
},
|
|
6547
|
-
{
|
|
6548
|
-
"kind": "method",
|
|
6549
|
-
"name": "finalizeAssociatedCallback",
|
|
6550
|
-
"return": {
|
|
6551
|
-
"type": {
|
|
6552
|
-
"text": "FinalizeAssociatedResult"
|
|
6553
|
-
}
|
|
6554
|
-
},
|
|
6555
|
-
"parameters": [
|
|
6556
|
-
{
|
|
6557
|
-
"name": "ctxValue",
|
|
6558
|
-
"type": {
|
|
6559
|
-
"text": "string"
|
|
6560
|
-
}
|
|
6561
|
-
}
|
|
6562
|
-
]
|
|
6563
|
-
}
|
|
6564
|
-
],
|
|
6565
|
-
"attributes": [
|
|
6566
|
-
{
|
|
6567
|
-
"name": "id",
|
|
6479
|
+
"name": "multiple",
|
|
6568
6480
|
"type": {
|
|
6569
|
-
"text": "
|
|
6481
|
+
"text": "boolean | undefined"
|
|
6570
6482
|
},
|
|
6571
|
-
"
|
|
6572
|
-
"
|
|
6483
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6484
|
+
"attribute": "multiple"
|
|
6573
6485
|
},
|
|
6574
6486
|
{
|
|
6575
|
-
"
|
|
6487
|
+
"kind": "field",
|
|
6488
|
+
"name": "appearance",
|
|
6576
6489
|
"type": {
|
|
6577
|
-
"text": "
|
|
6490
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
6578
6491
|
},
|
|
6579
|
-
"default": "''",
|
|
6580
|
-
"
|
|
6492
|
+
"default": "'neutral-subtle'",
|
|
6493
|
+
"description": "Specify the appearance of a Button",
|
|
6494
|
+
"attribute": "appearance",
|
|
6495
|
+
"inheritedFrom": {
|
|
6496
|
+
"name": "BmButton",
|
|
6497
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6498
|
+
}
|
|
6581
6499
|
},
|
|
6582
6500
|
{
|
|
6583
|
-
"
|
|
6501
|
+
"kind": "field",
|
|
6502
|
+
"name": "kind",
|
|
6584
6503
|
"type": {
|
|
6585
|
-
"text": "
|
|
6504
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
6586
6505
|
},
|
|
6587
|
-
"default": "''",
|
|
6588
|
-
"
|
|
6506
|
+
"default": "'outline'",
|
|
6507
|
+
"description": "Specify the kind of Button",
|
|
6508
|
+
"attribute": "kind",
|
|
6509
|
+
"inheritedFrom": {
|
|
6510
|
+
"name": "BmButton",
|
|
6511
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6512
|
+
}
|
|
6589
6513
|
},
|
|
6590
6514
|
{
|
|
6591
|
-
"
|
|
6515
|
+
"kind": "field",
|
|
6516
|
+
"name": "size",
|
|
6592
6517
|
"type": {
|
|
6593
|
-
"text": "
|
|
6518
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
6594
6519
|
},
|
|
6595
|
-
"default": "
|
|
6596
|
-
"
|
|
6520
|
+
"default": "'md'",
|
|
6521
|
+
"description": "Specify the size of a Button",
|
|
6522
|
+
"attribute": "size",
|
|
6523
|
+
"inheritedFrom": {
|
|
6524
|
+
"name": "BmButton",
|
|
6525
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6526
|
+
}
|
|
6597
6527
|
},
|
|
6598
|
-
{
|
|
6599
|
-
"name": "input-aria-label",
|
|
6600
|
-
"type": {
|
|
6601
|
-
"text": "string | undefined"
|
|
6602
|
-
},
|
|
6603
|
-
"fieldName": "inputAriaLabel"
|
|
6604
|
-
}
|
|
6605
|
-
],
|
|
6606
|
-
"superclass": {
|
|
6607
|
-
"name": "LitElement",
|
|
6608
|
-
"package": "lit"
|
|
6609
|
-
},
|
|
6610
|
-
"customElement": true
|
|
6611
|
-
}
|
|
6612
|
-
],
|
|
6613
|
-
"exports": [
|
|
6614
|
-
{
|
|
6615
|
-
"kind": "js",
|
|
6616
|
-
"name": "FormField",
|
|
6617
|
-
"declaration": {
|
|
6618
|
-
"name": "FormField",
|
|
6619
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
6620
|
-
}
|
|
6621
|
-
}
|
|
6622
|
-
]
|
|
6623
|
-
},
|
|
6624
|
-
{
|
|
6625
|
-
"kind": "javascript-module",
|
|
6626
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
6627
|
-
"declarations": [
|
|
6628
|
-
{
|
|
6629
|
-
"kind": "class",
|
|
6630
|
-
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
6631
|
-
"name": "BmForm",
|
|
6632
|
-
"slots": [
|
|
6633
|
-
{
|
|
6634
|
-
"description": "Add controls to the Form",
|
|
6635
|
-
"name": "slot"
|
|
6636
|
-
}
|
|
6637
|
-
],
|
|
6638
|
-
"members": [
|
|
6639
6528
|
{
|
|
6640
6529
|
"kind": "field",
|
|
6641
|
-
"name": "
|
|
6530
|
+
"name": "iconOnly",
|
|
6642
6531
|
"type": {
|
|
6643
|
-
"text": "
|
|
6532
|
+
"text": "boolean | undefined"
|
|
6644
6533
|
},
|
|
6645
|
-
"
|
|
6646
|
-
"
|
|
6647
|
-
"
|
|
6534
|
+
"description": "Specify if the icon displays without text",
|
|
6535
|
+
"attribute": "iconOnly",
|
|
6536
|
+
"default": "false",
|
|
6537
|
+
"inheritedFrom": {
|
|
6538
|
+
"name": "BmButton",
|
|
6539
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6540
|
+
}
|
|
6648
6541
|
},
|
|
6649
6542
|
{
|
|
6650
6543
|
"kind": "field",
|
|
6651
|
-
"name": "
|
|
6652
|
-
"
|
|
6653
|
-
"text": "Record<string, FormValue>"
|
|
6654
|
-
},
|
|
6655
|
-
"default": "{}",
|
|
6656
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
6657
|
-
"attribute": "initialValues"
|
|
6544
|
+
"name": "iconBefore",
|
|
6545
|
+
"default": "unsafeSVG(Upload)"
|
|
6658
6546
|
},
|
|
6659
6547
|
{
|
|
6660
6548
|
"kind": "field",
|
|
6661
|
-
"name": "
|
|
6549
|
+
"name": "formAssociated",
|
|
6662
6550
|
"type": {
|
|
6663
6551
|
"text": "boolean"
|
|
6664
6552
|
},
|
|
6665
|
-
"
|
|
6666
|
-
"
|
|
6667
|
-
"
|
|
6553
|
+
"static": true,
|
|
6554
|
+
"default": "true",
|
|
6555
|
+
"inheritedFrom": {
|
|
6556
|
+
"name": "BmButton",
|
|
6557
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6558
|
+
}
|
|
6668
6559
|
},
|
|
6669
6560
|
{
|
|
6670
6561
|
"kind": "field",
|
|
@@ -6673,106 +6564,154 @@
|
|
|
6673
6564
|
"text": "boolean"
|
|
6674
6565
|
},
|
|
6675
6566
|
"default": "false",
|
|
6676
|
-
"description": "Specify if
|
|
6677
|
-
"attribute": "disabled"
|
|
6567
|
+
"description": "Specify if the Button is disabled",
|
|
6568
|
+
"attribute": "disabled",
|
|
6569
|
+
"inheritedFrom": {
|
|
6570
|
+
"name": "BmButton",
|
|
6571
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6572
|
+
}
|
|
6678
6573
|
},
|
|
6679
6574
|
{
|
|
6680
6575
|
"kind": "field",
|
|
6681
|
-
"name": "
|
|
6576
|
+
"name": "fluid",
|
|
6682
6577
|
"type": {
|
|
6683
6578
|
"text": "boolean"
|
|
6684
6579
|
},
|
|
6685
6580
|
"default": "false",
|
|
6686
|
-
"description": "Specify if
|
|
6687
|
-
"attribute": "
|
|
6581
|
+
"description": "Specify if Button is fluid",
|
|
6582
|
+
"attribute": "fluid",
|
|
6583
|
+
"inheritedFrom": {
|
|
6584
|
+
"name": "BmButton",
|
|
6585
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6586
|
+
}
|
|
6688
6587
|
},
|
|
6689
6588
|
{
|
|
6690
6589
|
"kind": "field",
|
|
6691
|
-
"name": "
|
|
6590
|
+
"name": "width",
|
|
6692
6591
|
"type": {
|
|
6693
6592
|
"text": "string | undefined"
|
|
6694
6593
|
},
|
|
6695
|
-
"
|
|
6594
|
+
"description": "Specify the width of a Button",
|
|
6595
|
+
"attribute": "width",
|
|
6596
|
+
"inheritedFrom": {
|
|
6597
|
+
"name": "BmButton",
|
|
6598
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6599
|
+
}
|
|
6696
6600
|
},
|
|
6697
6601
|
{
|
|
6698
6602
|
"kind": "field",
|
|
6699
|
-
"name": "
|
|
6603
|
+
"name": "height",
|
|
6700
6604
|
"type": {
|
|
6701
6605
|
"text": "string | undefined"
|
|
6702
6606
|
},
|
|
6703
|
-
"
|
|
6607
|
+
"description": "Specify the height of a Button",
|
|
6608
|
+
"attribute": "height",
|
|
6609
|
+
"inheritedFrom": {
|
|
6610
|
+
"name": "BmButton",
|
|
6611
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6612
|
+
}
|
|
6704
6613
|
},
|
|
6705
6614
|
{
|
|
6706
6615
|
"kind": "field",
|
|
6707
|
-
"name": "
|
|
6616
|
+
"name": "theme",
|
|
6708
6617
|
"type": {
|
|
6709
|
-
"text": "
|
|
6618
|
+
"text": "'light' | 'dark' | undefined"
|
|
6710
6619
|
},
|
|
6711
|
-
"
|
|
6620
|
+
"description": "Specify the theme of the Button",
|
|
6621
|
+
"attribute": "theme",
|
|
6622
|
+
"inheritedFrom": {
|
|
6623
|
+
"name": "BmButton",
|
|
6624
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6625
|
+
}
|
|
6712
6626
|
},
|
|
6713
6627
|
{
|
|
6714
6628
|
"kind": "field",
|
|
6715
|
-
"name": "
|
|
6629
|
+
"name": "type",
|
|
6716
6630
|
"type": {
|
|
6717
|
-
"text": "string
|
|
6631
|
+
"text": "string"
|
|
6718
6632
|
},
|
|
6719
|
-
"
|
|
6633
|
+
"default": "'button'",
|
|
6634
|
+
"attribute": "type",
|
|
6635
|
+
"inheritedFrom": {
|
|
6636
|
+
"name": "BmButton",
|
|
6637
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6638
|
+
}
|
|
6720
6639
|
},
|
|
6721
6640
|
{
|
|
6722
6641
|
"kind": "field",
|
|
6723
|
-
"name": "
|
|
6642
|
+
"name": "formContext",
|
|
6724
6643
|
"type": {
|
|
6725
|
-
"text": "
|
|
6644
|
+
"text": "BmFormContext"
|
|
6726
6645
|
},
|
|
6727
|
-
"
|
|
6728
|
-
|
|
6646
|
+
"inheritedFrom": {
|
|
6647
|
+
"name": "BmButton",
|
|
6648
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6649
|
+
}
|
|
6650
|
+
}
|
|
6651
|
+
],
|
|
6652
|
+
"attributes": [
|
|
6729
6653
|
{
|
|
6730
|
-
"
|
|
6731
|
-
"
|
|
6654
|
+
"name": "error",
|
|
6655
|
+
"type": {
|
|
6656
|
+
"text": "boolean | undefined"
|
|
6657
|
+
},
|
|
6658
|
+
"description": "Specify if FileUpload is in error state",
|
|
6659
|
+
"fieldName": "error"
|
|
6732
6660
|
},
|
|
6733
6661
|
{
|
|
6734
|
-
"
|
|
6735
|
-
"name": "formContext",
|
|
6662
|
+
"name": "accept",
|
|
6736
6663
|
"type": {
|
|
6737
|
-
"text": "
|
|
6664
|
+
"text": "string | undefined"
|
|
6738
6665
|
},
|
|
6739
|
-
"
|
|
6740
|
-
"
|
|
6741
|
-
}
|
|
6742
|
-
],
|
|
6743
|
-
"events": [
|
|
6666
|
+
"description": "Specify the accepted file types",
|
|
6667
|
+
"fieldName": "accept"
|
|
6668
|
+
},
|
|
6744
6669
|
{
|
|
6745
|
-
"
|
|
6746
|
-
"
|
|
6747
|
-
|
|
6748
|
-
|
|
6749
|
-
|
|
6670
|
+
"name": "multiple",
|
|
6671
|
+
"type": {
|
|
6672
|
+
"text": "boolean | undefined"
|
|
6673
|
+
},
|
|
6674
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6675
|
+
"fieldName": "multiple"
|
|
6676
|
+
},
|
|
6750
6677
|
{
|
|
6751
|
-
"name": "
|
|
6678
|
+
"name": "appearance",
|
|
6752
6679
|
"type": {
|
|
6753
|
-
"text": "'
|
|
6680
|
+
"text": "'accent' | 'neutral' | 'neutral-subtle' | 'destructive'"
|
|
6754
6681
|
},
|
|
6755
|
-
"default": "'
|
|
6756
|
-
"description": "Specify
|
|
6757
|
-
"fieldName": "
|
|
6682
|
+
"default": "'accent'",
|
|
6683
|
+
"description": "Specify the appearance of a Button",
|
|
6684
|
+
"fieldName": "appearance",
|
|
6685
|
+
"inheritedFrom": {
|
|
6686
|
+
"name": "BmButton",
|
|
6687
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6688
|
+
}
|
|
6758
6689
|
},
|
|
6759
6690
|
{
|
|
6760
|
-
"name": "
|
|
6691
|
+
"name": "kind",
|
|
6761
6692
|
"type": {
|
|
6762
|
-
"text": "
|
|
6693
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
6763
6694
|
},
|
|
6764
|
-
"default": "
|
|
6765
|
-
"description": "Specify
|
|
6766
|
-
"fieldName": "
|
|
6695
|
+
"default": "'filled'",
|
|
6696
|
+
"description": "Specify the kind of Button",
|
|
6697
|
+
"fieldName": "kind",
|
|
6698
|
+
"inheritedFrom": {
|
|
6699
|
+
"name": "BmButton",
|
|
6700
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6701
|
+
}
|
|
6767
6702
|
},
|
|
6768
6703
|
{
|
|
6769
|
-
"name": "
|
|
6704
|
+
"name": "size",
|
|
6770
6705
|
"type": {
|
|
6771
|
-
"text": "
|
|
6706
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
6772
6707
|
},
|
|
6773
|
-
"default": "
|
|
6774
|
-
"description": "Specify
|
|
6775
|
-
"fieldName": "
|
|
6708
|
+
"default": "'md'",
|
|
6709
|
+
"description": "Specify the size of a Button",
|
|
6710
|
+
"fieldName": "size",
|
|
6711
|
+
"inheritedFrom": {
|
|
6712
|
+
"name": "BmButton",
|
|
6713
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6714
|
+
}
|
|
6776
6715
|
},
|
|
6777
6716
|
{
|
|
6778
6717
|
"name": "disabled",
|
|
@@ -6780,163 +6719,126 @@
|
|
|
6780
6719
|
"text": "boolean"
|
|
6781
6720
|
},
|
|
6782
6721
|
"default": "false",
|
|
6783
|
-
"description": "Specify if
|
|
6784
|
-
"fieldName": "disabled"
|
|
6722
|
+
"description": "Specify if the Button is disabled",
|
|
6723
|
+
"fieldName": "disabled",
|
|
6724
|
+
"inheritedFrom": {
|
|
6725
|
+
"name": "BmButton",
|
|
6726
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6727
|
+
}
|
|
6785
6728
|
},
|
|
6786
6729
|
{
|
|
6787
|
-
"name": "
|
|
6730
|
+
"name": "fluid",
|
|
6788
6731
|
"type": {
|
|
6789
6732
|
"text": "boolean"
|
|
6790
6733
|
},
|
|
6791
6734
|
"default": "false",
|
|
6792
|
-
"description": "Specify if
|
|
6793
|
-
"fieldName": "
|
|
6735
|
+
"description": "Specify if Button is fluid",
|
|
6736
|
+
"fieldName": "fluid",
|
|
6737
|
+
"inheritedFrom": {
|
|
6738
|
+
"name": "BmButton",
|
|
6739
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6740
|
+
}
|
|
6794
6741
|
},
|
|
6795
6742
|
{
|
|
6796
|
-
"name": "
|
|
6743
|
+
"name": "width",
|
|
6797
6744
|
"type": {
|
|
6798
6745
|
"text": "string | undefined"
|
|
6799
6746
|
},
|
|
6800
|
-
"
|
|
6747
|
+
"description": "Specify the width of a Button",
|
|
6748
|
+
"fieldName": "width",
|
|
6749
|
+
"inheritedFrom": {
|
|
6750
|
+
"name": "BmButton",
|
|
6751
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6752
|
+
}
|
|
6801
6753
|
},
|
|
6802
6754
|
{
|
|
6803
|
-
"name": "
|
|
6755
|
+
"name": "height",
|
|
6804
6756
|
"type": {
|
|
6805
6757
|
"text": "string | undefined"
|
|
6806
6758
|
},
|
|
6807
|
-
"
|
|
6759
|
+
"description": "Specify the height of a Button",
|
|
6760
|
+
"fieldName": "height",
|
|
6761
|
+
"inheritedFrom": {
|
|
6762
|
+
"name": "BmButton",
|
|
6763
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6764
|
+
}
|
|
6808
6765
|
},
|
|
6809
6766
|
{
|
|
6810
|
-
"name": "
|
|
6767
|
+
"name": "theme",
|
|
6811
6768
|
"type": {
|
|
6812
|
-
"text": "
|
|
6769
|
+
"text": "'light' | 'dark' | undefined"
|
|
6813
6770
|
},
|
|
6814
|
-
"
|
|
6771
|
+
"description": "Specify the theme of the Button",
|
|
6772
|
+
"fieldName": "theme",
|
|
6773
|
+
"inheritedFrom": {
|
|
6774
|
+
"name": "BmButton",
|
|
6775
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6776
|
+
}
|
|
6815
6777
|
},
|
|
6816
6778
|
{
|
|
6817
|
-
"name": "
|
|
6779
|
+
"name": "iconOnly",
|
|
6818
6780
|
"type": {
|
|
6819
|
-
"text": "
|
|
6781
|
+
"text": "boolean | undefined"
|
|
6820
6782
|
},
|
|
6821
|
-
"
|
|
6783
|
+
"description": "Specify if the icon displays without text",
|
|
6784
|
+
"fieldName": "iconOnly",
|
|
6785
|
+
"inheritedFrom": {
|
|
6786
|
+
"name": "BmButton",
|
|
6787
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6788
|
+
}
|
|
6789
|
+
},
|
|
6790
|
+
{
|
|
6791
|
+
"name": "type",
|
|
6792
|
+
"type": {
|
|
6793
|
+
"text": "string"
|
|
6794
|
+
},
|
|
6795
|
+
"default": "'button'",
|
|
6796
|
+
"fieldName": "type",
|
|
6797
|
+
"inheritedFrom": {
|
|
6798
|
+
"name": "BmButton",
|
|
6799
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6800
|
+
}
|
|
6822
6801
|
}
|
|
6823
6802
|
],
|
|
6824
6803
|
"superclass": {
|
|
6825
|
-
"name": "
|
|
6826
|
-
"
|
|
6804
|
+
"name": "BmButton",
|
|
6805
|
+
"module": "/libs/web-components/src/lib/Button/Button"
|
|
6827
6806
|
},
|
|
6828
|
-
"
|
|
6829
|
-
"tagName": "bm-form",
|
|
6807
|
+
"tagName": "bm-file-upload-button",
|
|
6830
6808
|
"customElement": true
|
|
6831
6809
|
}
|
|
6832
6810
|
],
|
|
6833
6811
|
"exports": [
|
|
6834
6812
|
{
|
|
6835
6813
|
"kind": "js",
|
|
6836
|
-
"name": "
|
|
6837
|
-
"declaration": {
|
|
6838
|
-
"name": "validators",
|
|
6839
|
-
"package": "@viasat/beam-shared/components/form"
|
|
6840
|
-
}
|
|
6841
|
-
},
|
|
6842
|
-
{
|
|
6843
|
-
"kind": "js",
|
|
6844
|
-
"name": "BmForm",
|
|
6814
|
+
"name": "BmFileUploadButton",
|
|
6845
6815
|
"declaration": {
|
|
6846
|
-
"name": "
|
|
6847
|
-
"module": "libs/web-components/src/lib/wip/
|
|
6816
|
+
"name": "BmFileUploadButton",
|
|
6817
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts"
|
|
6848
6818
|
}
|
|
6849
6819
|
},
|
|
6850
6820
|
{
|
|
6851
6821
|
"kind": "custom-element-definition",
|
|
6852
|
-
"name": "bm-
|
|
6853
|
-
"declaration": {
|
|
6854
|
-
"name": "BmForm",
|
|
6855
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
6856
|
-
}
|
|
6857
|
-
}
|
|
6858
|
-
]
|
|
6859
|
-
},
|
|
6860
|
-
{
|
|
6861
|
-
"kind": "javascript-module",
|
|
6862
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
6863
|
-
"declarations": [
|
|
6864
|
-
{
|
|
6865
|
-
"kind": "function",
|
|
6866
|
-
"name": "createId",
|
|
6867
|
-
"return": {
|
|
6868
|
-
"type": {
|
|
6869
|
-
"text": "string"
|
|
6870
|
-
}
|
|
6871
|
-
}
|
|
6872
|
-
}
|
|
6873
|
-
],
|
|
6874
|
-
"exports": [
|
|
6875
|
-
{
|
|
6876
|
-
"kind": "js",
|
|
6877
|
-
"name": "createId",
|
|
6878
|
-
"declaration": {
|
|
6879
|
-
"name": "createId",
|
|
6880
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
6881
|
-
}
|
|
6882
|
-
}
|
|
6883
|
-
]
|
|
6884
|
-
},
|
|
6885
|
-
{
|
|
6886
|
-
"kind": "javascript-module",
|
|
6887
|
-
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
6888
|
-
"declarations": [],
|
|
6889
|
-
"exports": [
|
|
6890
|
-
{
|
|
6891
|
-
"kind": "js",
|
|
6892
|
-
"name": "*",
|
|
6893
|
-
"declaration": {
|
|
6894
|
-
"name": "*",
|
|
6895
|
-
"package": "./Form"
|
|
6896
|
-
}
|
|
6897
|
-
},
|
|
6898
|
-
{
|
|
6899
|
-
"kind": "js",
|
|
6900
|
-
"name": "*",
|
|
6822
|
+
"name": "bm-file-upload-button",
|
|
6901
6823
|
"declaration": {
|
|
6902
|
-
"name": "
|
|
6903
|
-
"
|
|
6824
|
+
"name": "BmFileUploadButton",
|
|
6825
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Button.ts"
|
|
6904
6826
|
}
|
|
6905
6827
|
}
|
|
6906
6828
|
]
|
|
6907
6829
|
},
|
|
6908
6830
|
{
|
|
6909
6831
|
"kind": "javascript-module",
|
|
6910
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
6832
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts",
|
|
6911
6833
|
"declarations": [
|
|
6912
6834
|
{
|
|
6913
6835
|
"kind": "class",
|
|
6914
|
-
"description": "`bm-file-upload-
|
|
6915
|
-
"name": "
|
|
6836
|
+
"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",
|
|
6837
|
+
"name": "BmFileUploadDropzone",
|
|
6916
6838
|
"slots": [
|
|
6917
6839
|
{
|
|
6918
|
-
"description": "Specify text for the
|
|
6919
|
-
"name": "default"
|
|
6920
|
-
"inheritedFrom": {
|
|
6921
|
-
"name": "BmButton",
|
|
6922
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6923
|
-
}
|
|
6924
|
-
},
|
|
6925
|
-
{
|
|
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
|
-
}
|
|
6932
|
-
},
|
|
6933
|
-
{
|
|
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
|
-
}
|
|
6840
|
+
"description": "Specify text for the Dropzone",
|
|
6841
|
+
"name": "default"
|
|
6940
6842
|
}
|
|
6941
6843
|
],
|
|
6942
6844
|
"members": [
|
|
@@ -6951,389 +6853,376 @@
|
|
|
6951
6853
|
},
|
|
6952
6854
|
{
|
|
6953
6855
|
"kind": "field",
|
|
6954
|
-
"name": "
|
|
6856
|
+
"name": "theme",
|
|
6955
6857
|
"type": {
|
|
6956
|
-
"text": "
|
|
6858
|
+
"text": "'light' | 'dark' | undefined"
|
|
6957
6859
|
},
|
|
6958
|
-
"description": "Specify the
|
|
6959
|
-
"attribute": "
|
|
6860
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
6861
|
+
"attribute": "theme"
|
|
6960
6862
|
},
|
|
6961
6863
|
{
|
|
6962
6864
|
"kind": "field",
|
|
6963
|
-
"name": "
|
|
6865
|
+
"name": "disabled",
|
|
6964
6866
|
"type": {
|
|
6965
6867
|
"text": "boolean | undefined"
|
|
6966
6868
|
},
|
|
6967
|
-
"
|
|
6968
|
-
"
|
|
6869
|
+
"default": "false",
|
|
6870
|
+
"description": "Specify if the FileUpload is disabled",
|
|
6871
|
+
"attribute": "disabled"
|
|
6969
6872
|
},
|
|
6970
6873
|
{
|
|
6971
6874
|
"kind": "field",
|
|
6972
|
-
"name": "
|
|
6875
|
+
"name": "accept",
|
|
6973
6876
|
"type": {
|
|
6974
|
-
"text": "
|
|
6877
|
+
"text": "string | undefined"
|
|
6975
6878
|
},
|
|
6976
|
-
"
|
|
6977
|
-
"
|
|
6978
|
-
"attribute": "appearance",
|
|
6979
|
-
"inheritedFrom": {
|
|
6980
|
-
"name": "BmButton",
|
|
6981
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6982
|
-
}
|
|
6879
|
+
"description": "Specify the accepted file types",
|
|
6880
|
+
"attribute": "accept"
|
|
6983
6881
|
},
|
|
6984
6882
|
{
|
|
6985
6883
|
"kind": "field",
|
|
6986
|
-
"name": "
|
|
6884
|
+
"name": "name",
|
|
6987
6885
|
"type": {
|
|
6988
|
-
"text": "
|
|
6886
|
+
"text": "string | undefined"
|
|
6989
6887
|
},
|
|
6990
|
-
"
|
|
6991
|
-
"
|
|
6992
|
-
"attribute": "kind",
|
|
6993
|
-
"inheritedFrom": {
|
|
6994
|
-
"name": "BmButton",
|
|
6995
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
6996
|
-
}
|
|
6888
|
+
"description": "Specify the name of the FileUpload",
|
|
6889
|
+
"attribute": "name"
|
|
6997
6890
|
},
|
|
6998
6891
|
{
|
|
6999
6892
|
"kind": "field",
|
|
7000
|
-
"name": "
|
|
6893
|
+
"name": "multiple",
|
|
7001
6894
|
"type": {
|
|
7002
|
-
"text": "
|
|
6895
|
+
"text": "boolean | undefined"
|
|
7003
6896
|
},
|
|
7004
|
-
"
|
|
7005
|
-
"
|
|
7006
|
-
"attribute": "size",
|
|
7007
|
-
"inheritedFrom": {
|
|
7008
|
-
"name": "BmButton",
|
|
7009
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7010
|
-
}
|
|
6897
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6898
|
+
"attribute": "multiple"
|
|
7011
6899
|
},
|
|
7012
6900
|
{
|
|
7013
|
-
"kind": "
|
|
7014
|
-
"name": "
|
|
6901
|
+
"kind": "method",
|
|
6902
|
+
"name": "focus",
|
|
6903
|
+
"privacy": "public"
|
|
6904
|
+
}
|
|
6905
|
+
],
|
|
6906
|
+
"attributes": [
|
|
6907
|
+
{
|
|
6908
|
+
"name": "error",
|
|
7015
6909
|
"type": {
|
|
7016
6910
|
"text": "boolean | undefined"
|
|
7017
6911
|
},
|
|
7018
|
-
"description": "Specify if
|
|
7019
|
-
"
|
|
7020
|
-
"default": "false",
|
|
7021
|
-
"inheritedFrom": {
|
|
7022
|
-
"name": "BmButton",
|
|
7023
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7024
|
-
}
|
|
7025
|
-
},
|
|
7026
|
-
{
|
|
7027
|
-
"kind": "field",
|
|
7028
|
-
"name": "iconBefore",
|
|
7029
|
-
"default": "unsafeSVG(Upload)"
|
|
6912
|
+
"description": "Specify if FileUpload is in error state",
|
|
6913
|
+
"fieldName": "error"
|
|
7030
6914
|
},
|
|
7031
6915
|
{
|
|
7032
|
-
"
|
|
7033
|
-
"name": "formAssociated",
|
|
6916
|
+
"name": "theme",
|
|
7034
6917
|
"type": {
|
|
7035
|
-
"text": "
|
|
6918
|
+
"text": "'light' | 'dark' | undefined"
|
|
7036
6919
|
},
|
|
7037
|
-
"
|
|
7038
|
-
"
|
|
7039
|
-
"inheritedFrom": {
|
|
7040
|
-
"name": "BmButton",
|
|
7041
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7042
|
-
}
|
|
6920
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
6921
|
+
"fieldName": "theme"
|
|
7043
6922
|
},
|
|
7044
6923
|
{
|
|
7045
|
-
"kind": "field",
|
|
7046
6924
|
"name": "disabled",
|
|
7047
6925
|
"type": {
|
|
7048
|
-
"text": "boolean"
|
|
6926
|
+
"text": "boolean | undefined"
|
|
7049
6927
|
},
|
|
7050
6928
|
"default": "false",
|
|
7051
|
-
"description": "Specify if the
|
|
7052
|
-
"
|
|
7053
|
-
"inheritedFrom": {
|
|
7054
|
-
"name": "BmButton",
|
|
7055
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7056
|
-
}
|
|
6929
|
+
"description": "Specify if the FileUpload is disabled",
|
|
6930
|
+
"fieldName": "disabled"
|
|
7057
6931
|
},
|
|
7058
6932
|
{
|
|
7059
|
-
"
|
|
7060
|
-
"name": "fluid",
|
|
6933
|
+
"name": "accept",
|
|
7061
6934
|
"type": {
|
|
7062
|
-
"text": "
|
|
6935
|
+
"text": "string | undefined"
|
|
7063
6936
|
},
|
|
7064
|
-
"
|
|
7065
|
-
"
|
|
7066
|
-
"attribute": "fluid",
|
|
7067
|
-
"inheritedFrom": {
|
|
7068
|
-
"name": "BmButton",
|
|
7069
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7070
|
-
}
|
|
6937
|
+
"description": "Specify the accepted file types",
|
|
6938
|
+
"fieldName": "accept"
|
|
7071
6939
|
},
|
|
7072
6940
|
{
|
|
7073
|
-
"
|
|
7074
|
-
"name": "width",
|
|
6941
|
+
"name": "name",
|
|
7075
6942
|
"type": {
|
|
7076
6943
|
"text": "string | undefined"
|
|
7077
6944
|
},
|
|
7078
|
-
"description": "Specify the
|
|
7079
|
-
"
|
|
7080
|
-
"inheritedFrom": {
|
|
7081
|
-
"name": "BmButton",
|
|
7082
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7083
|
-
}
|
|
6945
|
+
"description": "Specify the name of the FileUpload",
|
|
6946
|
+
"fieldName": "name"
|
|
7084
6947
|
},
|
|
6948
|
+
{
|
|
6949
|
+
"name": "multiple",
|
|
6950
|
+
"type": {
|
|
6951
|
+
"text": "boolean | undefined"
|
|
6952
|
+
},
|
|
6953
|
+
"description": "Specify if multiple files can be uploaded",
|
|
6954
|
+
"fieldName": "multiple"
|
|
6955
|
+
}
|
|
6956
|
+
],
|
|
6957
|
+
"superclass": {
|
|
6958
|
+
"name": "LitElement",
|
|
6959
|
+
"package": "lit"
|
|
6960
|
+
},
|
|
6961
|
+
"tagName": "bm-file-upload-dropzone",
|
|
6962
|
+
"customElement": true
|
|
6963
|
+
}
|
|
6964
|
+
],
|
|
6965
|
+
"exports": [
|
|
6966
|
+
{
|
|
6967
|
+
"kind": "js",
|
|
6968
|
+
"name": "BmFileUploadDropzone",
|
|
6969
|
+
"declaration": {
|
|
6970
|
+
"name": "BmFileUploadDropzone",
|
|
6971
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
6972
|
+
}
|
|
6973
|
+
},
|
|
6974
|
+
{
|
|
6975
|
+
"kind": "custom-element-definition",
|
|
6976
|
+
"name": "bm-file-upload-dropzone",
|
|
6977
|
+
"declaration": {
|
|
6978
|
+
"name": "BmFileUploadDropzone",
|
|
6979
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.Dropzone.ts"
|
|
6980
|
+
}
|
|
6981
|
+
}
|
|
6982
|
+
]
|
|
6983
|
+
},
|
|
6984
|
+
{
|
|
6985
|
+
"kind": "javascript-module",
|
|
6986
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts",
|
|
6987
|
+
"declarations": [
|
|
6988
|
+
{
|
|
6989
|
+
"kind": "class",
|
|
6990
|
+
"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",
|
|
6991
|
+
"name": "BmFileUploadListItem",
|
|
6992
|
+
"members": [
|
|
7085
6993
|
{
|
|
7086
6994
|
"kind": "field",
|
|
7087
|
-
"name": "
|
|
6995
|
+
"name": "error",
|
|
7088
6996
|
"type": {
|
|
7089
6997
|
"text": "string | undefined"
|
|
7090
6998
|
},
|
|
7091
|
-
"
|
|
7092
|
-
"
|
|
7093
|
-
"
|
|
7094
|
-
"name": "BmButton",
|
|
7095
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7096
|
-
}
|
|
6999
|
+
"default": "''",
|
|
7000
|
+
"description": "Specify error text and display error state of list item",
|
|
7001
|
+
"attribute": "error"
|
|
7097
7002
|
},
|
|
7098
7003
|
{
|
|
7099
7004
|
"kind": "field",
|
|
7100
|
-
"name": "
|
|
7005
|
+
"name": "fileName",
|
|
7101
7006
|
"type": {
|
|
7102
|
-
"text": "
|
|
7007
|
+
"text": "string | undefined"
|
|
7103
7008
|
},
|
|
7104
|
-
"description": "
|
|
7105
|
-
"attribute": "
|
|
7106
|
-
"inheritedFrom": {
|
|
7107
|
-
"name": "BmButton",
|
|
7108
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7109
|
-
}
|
|
7009
|
+
"description": "The name of the uploaded file",
|
|
7010
|
+
"attribute": "fileName"
|
|
7110
7011
|
},
|
|
7111
7012
|
{
|
|
7112
7013
|
"kind": "field",
|
|
7113
|
-
"name": "
|
|
7014
|
+
"name": "fileSize",
|
|
7114
7015
|
"type": {
|
|
7115
|
-
"text": "string"
|
|
7016
|
+
"text": "string | undefined"
|
|
7116
7017
|
},
|
|
7117
|
-
"
|
|
7118
|
-
"attribute": "
|
|
7119
|
-
"inheritedFrom": {
|
|
7120
|
-
"name": "BmButton",
|
|
7121
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7122
|
-
}
|
|
7018
|
+
"description": "The size of the uploaded file",
|
|
7019
|
+
"attribute": "fileSize"
|
|
7123
7020
|
},
|
|
7124
7021
|
{
|
|
7125
7022
|
"kind": "field",
|
|
7126
|
-
"name": "
|
|
7023
|
+
"name": "size",
|
|
7127
7024
|
"type": {
|
|
7128
|
-
"text": "
|
|
7025
|
+
"text": "'md' | 'lg' | undefined"
|
|
7129
7026
|
},
|
|
7130
|
-
"
|
|
7131
|
-
|
|
7132
|
-
|
|
7133
|
-
|
|
7134
|
-
}
|
|
7135
|
-
],
|
|
7136
|
-
"attributes": [
|
|
7027
|
+
"default": "'md'",
|
|
7028
|
+
"description": "Specify the size of the item",
|
|
7029
|
+
"attribute": "size"
|
|
7030
|
+
},
|
|
7137
7031
|
{
|
|
7138
|
-
"
|
|
7032
|
+
"kind": "field",
|
|
7033
|
+
"name": "thumbnail",
|
|
7139
7034
|
"type": {
|
|
7140
|
-
"text": "boolean | undefined"
|
|
7035
|
+
"text": "string | boolean | undefined"
|
|
7141
7036
|
},
|
|
7142
|
-
"description": "Specify if
|
|
7143
|
-
"
|
|
7037
|
+
"description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
7038
|
+
"default": "false",
|
|
7039
|
+
"attribute": "thumbnail"
|
|
7144
7040
|
},
|
|
7145
7041
|
{
|
|
7146
|
-
"
|
|
7042
|
+
"kind": "field",
|
|
7043
|
+
"name": "state",
|
|
7147
7044
|
"type": {
|
|
7148
|
-
"text": "
|
|
7045
|
+
"text": "'error' | 'success' | 'uploading' | 'uploaded'"
|
|
7149
7046
|
},
|
|
7150
|
-
"
|
|
7151
|
-
"
|
|
7047
|
+
"default": "'uploaded'",
|
|
7048
|
+
"description": "Specify the status of the file",
|
|
7049
|
+
"attribute": "state"
|
|
7152
7050
|
},
|
|
7153
7051
|
{
|
|
7154
|
-
"
|
|
7052
|
+
"kind": "field",
|
|
7053
|
+
"name": "progress",
|
|
7155
7054
|
"type": {
|
|
7156
|
-
"text": "
|
|
7055
|
+
"text": "number | undefined"
|
|
7157
7056
|
},
|
|
7158
|
-
"
|
|
7159
|
-
"
|
|
7057
|
+
"default": "0",
|
|
7058
|
+
"description": "Specify the progress of the file upload",
|
|
7059
|
+
"attribute": "progress"
|
|
7160
7060
|
},
|
|
7161
7061
|
{
|
|
7162
|
-
"
|
|
7062
|
+
"kind": "field",
|
|
7063
|
+
"name": "theme",
|
|
7163
7064
|
"type": {
|
|
7164
|
-
"text": "'
|
|
7065
|
+
"text": "'light' | 'dark' | undefined"
|
|
7165
7066
|
},
|
|
7166
|
-
"
|
|
7167
|
-
"
|
|
7168
|
-
"fieldName": "appearance",
|
|
7169
|
-
"inheritedFrom": {
|
|
7170
|
-
"name": "BmButton",
|
|
7171
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7172
|
-
}
|
|
7067
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7068
|
+
"attribute": "theme"
|
|
7173
7069
|
},
|
|
7174
7070
|
{
|
|
7175
|
-
"
|
|
7071
|
+
"kind": "field",
|
|
7072
|
+
"name": "disabled",
|
|
7176
7073
|
"type": {
|
|
7177
|
-
"text": "
|
|
7074
|
+
"text": "boolean | undefined"
|
|
7178
7075
|
},
|
|
7179
|
-
"
|
|
7180
|
-
"
|
|
7181
|
-
|
|
7182
|
-
|
|
7183
|
-
|
|
7184
|
-
|
|
7185
|
-
|
|
7076
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7077
|
+
"attribute": "disabled"
|
|
7078
|
+
}
|
|
7079
|
+
],
|
|
7080
|
+
"events": [
|
|
7081
|
+
{
|
|
7082
|
+
"description": "Dispatched when the dismiss button is clicked",
|
|
7083
|
+
"name": "bm-dismiss"
|
|
7084
|
+
}
|
|
7085
|
+
],
|
|
7086
|
+
"attributes": [
|
|
7087
|
+
{
|
|
7088
|
+
"name": "error",
|
|
7089
|
+
"type": {
|
|
7090
|
+
"text": "string | undefined"
|
|
7091
|
+
},
|
|
7092
|
+
"default": "''",
|
|
7093
|
+
"description": "Specify error text and display error state of list item",
|
|
7094
|
+
"fieldName": "error"
|
|
7186
7095
|
},
|
|
7187
7096
|
{
|
|
7188
|
-
"name": "
|
|
7097
|
+
"name": "fileName",
|
|
7189
7098
|
"type": {
|
|
7190
|
-
"text": "
|
|
7099
|
+
"text": "string | undefined"
|
|
7191
7100
|
},
|
|
7192
|
-
"
|
|
7193
|
-
"
|
|
7194
|
-
"fieldName": "size",
|
|
7195
|
-
"inheritedFrom": {
|
|
7196
|
-
"name": "BmButton",
|
|
7197
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7198
|
-
}
|
|
7101
|
+
"description": "The name of the uploaded file",
|
|
7102
|
+
"fieldName": "fileName"
|
|
7199
7103
|
},
|
|
7200
7104
|
{
|
|
7201
|
-
"name": "
|
|
7105
|
+
"name": "fileSize",
|
|
7202
7106
|
"type": {
|
|
7203
|
-
"text": "
|
|
7107
|
+
"text": "string | undefined"
|
|
7204
7108
|
},
|
|
7205
|
-
"
|
|
7206
|
-
"
|
|
7207
|
-
"fieldName": "disabled",
|
|
7208
|
-
"inheritedFrom": {
|
|
7209
|
-
"name": "BmButton",
|
|
7210
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7211
|
-
}
|
|
7109
|
+
"description": "The size of the uploaded file",
|
|
7110
|
+
"fieldName": "fileSize"
|
|
7212
7111
|
},
|
|
7213
7112
|
{
|
|
7214
|
-
"name": "
|
|
7113
|
+
"name": "size",
|
|
7215
7114
|
"type": {
|
|
7216
|
-
"text": "
|
|
7115
|
+
"text": "'md' | 'lg' | undefined"
|
|
7217
7116
|
},
|
|
7218
|
-
"default": "
|
|
7219
|
-
"description": "Specify
|
|
7220
|
-
"fieldName": "
|
|
7221
|
-
"inheritedFrom": {
|
|
7222
|
-
"name": "BmButton",
|
|
7223
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7224
|
-
}
|
|
7117
|
+
"default": "'md'",
|
|
7118
|
+
"description": "Specify the size of the item",
|
|
7119
|
+
"fieldName": "size"
|
|
7225
7120
|
},
|
|
7226
7121
|
{
|
|
7227
|
-
"name": "
|
|
7122
|
+
"name": "thumbnail",
|
|
7228
7123
|
"type": {
|
|
7229
|
-
"text": "string | undefined"
|
|
7124
|
+
"text": "string | boolean | undefined"
|
|
7230
7125
|
},
|
|
7231
|
-
"description": "Specify the
|
|
7232
|
-
"
|
|
7233
|
-
"
|
|
7234
|
-
"name": "BmButton",
|
|
7235
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7236
|
-
}
|
|
7126
|
+
"description": "Specify if the item displays a default thumbnail or a preview of the image being uploaded. Image only displays for size lg.",
|
|
7127
|
+
"default": "false",
|
|
7128
|
+
"fieldName": "thumbnail"
|
|
7237
7129
|
},
|
|
7238
7130
|
{
|
|
7239
|
-
"name": "
|
|
7131
|
+
"name": "state",
|
|
7240
7132
|
"type": {
|
|
7241
|
-
"text": "
|
|
7133
|
+
"text": "'error' | 'success' | 'uploading' | 'uploaded'"
|
|
7242
7134
|
},
|
|
7243
|
-
"
|
|
7244
|
-
"
|
|
7245
|
-
"
|
|
7246
|
-
"name": "BmButton",
|
|
7247
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7248
|
-
}
|
|
7135
|
+
"default": "'uploaded'",
|
|
7136
|
+
"description": "Specify the status of the file",
|
|
7137
|
+
"fieldName": "state"
|
|
7249
7138
|
},
|
|
7250
7139
|
{
|
|
7251
|
-
"name": "
|
|
7140
|
+
"name": "progress",
|
|
7252
7141
|
"type": {
|
|
7253
|
-
"text": "
|
|
7142
|
+
"text": "number | undefined"
|
|
7254
7143
|
},
|
|
7255
|
-
"
|
|
7256
|
-
"
|
|
7257
|
-
"
|
|
7258
|
-
"name": "BmButton",
|
|
7259
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7260
|
-
}
|
|
7144
|
+
"default": "0",
|
|
7145
|
+
"description": "Specify the progress of the file upload",
|
|
7146
|
+
"fieldName": "progress"
|
|
7261
7147
|
},
|
|
7262
7148
|
{
|
|
7263
|
-
"name": "
|
|
7149
|
+
"name": "theme",
|
|
7264
7150
|
"type": {
|
|
7265
|
-
"text": "
|
|
7151
|
+
"text": "'light' | 'dark' | undefined"
|
|
7266
7152
|
},
|
|
7267
|
-
"description": "Specify
|
|
7268
|
-
"fieldName": "
|
|
7269
|
-
"inheritedFrom": {
|
|
7270
|
-
"name": "BmButton",
|
|
7271
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7272
|
-
}
|
|
7153
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7154
|
+
"fieldName": "theme"
|
|
7273
7155
|
},
|
|
7274
7156
|
{
|
|
7275
|
-
"name": "
|
|
7157
|
+
"name": "disabled",
|
|
7276
7158
|
"type": {
|
|
7277
|
-
"text": "
|
|
7159
|
+
"text": "boolean | undefined"
|
|
7278
7160
|
},
|
|
7279
|
-
"
|
|
7280
|
-
"fieldName": "
|
|
7281
|
-
"inheritedFrom": {
|
|
7282
|
-
"name": "BmButton",
|
|
7283
|
-
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
7284
|
-
}
|
|
7161
|
+
"description": "Specify if the FileUpload is disabled",
|
|
7162
|
+
"fieldName": "disabled"
|
|
7285
7163
|
}
|
|
7286
7164
|
],
|
|
7287
7165
|
"superclass": {
|
|
7288
|
-
"name": "
|
|
7289
|
-
"
|
|
7166
|
+
"name": "LitElement",
|
|
7167
|
+
"package": "lit"
|
|
7290
7168
|
},
|
|
7291
|
-
"tagName": "bm-file-upload-
|
|
7169
|
+
"tagName": "bm-file-upload-list-item",
|
|
7292
7170
|
"customElement": true
|
|
7293
7171
|
}
|
|
7294
7172
|
],
|
|
7295
7173
|
"exports": [
|
|
7296
7174
|
{
|
|
7297
7175
|
"kind": "js",
|
|
7298
|
-
"name": "
|
|
7176
|
+
"name": "BmFileUploadListItem",
|
|
7299
7177
|
"declaration": {
|
|
7300
|
-
"name": "
|
|
7301
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7178
|
+
"name": "BmFileUploadListItem",
|
|
7179
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
7302
7180
|
}
|
|
7303
7181
|
},
|
|
7304
7182
|
{
|
|
7305
7183
|
"kind": "custom-element-definition",
|
|
7306
|
-
"name": "bm-file-upload-
|
|
7184
|
+
"name": "bm-file-upload-list-item",
|
|
7307
7185
|
"declaration": {
|
|
7308
|
-
"name": "
|
|
7309
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7186
|
+
"name": "BmFileUploadListItem",
|
|
7187
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
7310
7188
|
}
|
|
7311
7189
|
}
|
|
7312
7190
|
]
|
|
7313
7191
|
},
|
|
7314
7192
|
{
|
|
7315
7193
|
"kind": "javascript-module",
|
|
7316
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7194
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts",
|
|
7317
7195
|
"declarations": [
|
|
7318
7196
|
{
|
|
7319
7197
|
"kind": "class",
|
|
7320
|
-
"description": "`bm-file-upload-
|
|
7321
|
-
"name": "
|
|
7198
|
+
"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",
|
|
7199
|
+
"name": "BmFileUploadList",
|
|
7322
7200
|
"slots": [
|
|
7323
7201
|
{
|
|
7324
|
-
"description": "Specify
|
|
7202
|
+
"description": "Specify the list items",
|
|
7325
7203
|
"name": "default"
|
|
7326
7204
|
}
|
|
7327
7205
|
],
|
|
7328
7206
|
"members": [
|
|
7329
7207
|
{
|
|
7330
7208
|
"kind": "field",
|
|
7331
|
-
"name": "
|
|
7209
|
+
"name": "thumbnail",
|
|
7332
7210
|
"type": {
|
|
7333
7211
|
"text": "boolean | undefined"
|
|
7334
7212
|
},
|
|
7335
|
-
"description": "Specify if
|
|
7336
|
-
"
|
|
7213
|
+
"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.",
|
|
7214
|
+
"default": "false",
|
|
7215
|
+
"attribute": "thumbnail"
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"kind": "field",
|
|
7219
|
+
"name": "size",
|
|
7220
|
+
"type": {
|
|
7221
|
+
"text": "'md' | 'lg' | undefined"
|
|
7222
|
+
},
|
|
7223
|
+
"description": "Specify FileUpload List size",
|
|
7224
|
+
"default": "'md'",
|
|
7225
|
+
"attribute": "size"
|
|
7337
7226
|
},
|
|
7338
7227
|
{
|
|
7339
7228
|
"kind": "field",
|
|
@@ -7350,51 +7239,37 @@
|
|
|
7350
7239
|
"type": {
|
|
7351
7240
|
"text": "boolean | undefined"
|
|
7352
7241
|
},
|
|
7353
|
-
"default": "false",
|
|
7354
7242
|
"description": "Specify if the FileUpload is disabled",
|
|
7355
7243
|
"attribute": "disabled"
|
|
7356
7244
|
},
|
|
7357
7245
|
{
|
|
7358
7246
|
"kind": "field",
|
|
7359
|
-
"name": "
|
|
7360
|
-
"type": {
|
|
7361
|
-
"text": "string | undefined"
|
|
7362
|
-
},
|
|
7363
|
-
"description": "Specify the accepted file types",
|
|
7364
|
-
"attribute": "accept"
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"kind": "field",
|
|
7368
|
-
"name": "name",
|
|
7247
|
+
"name": "renderItem",
|
|
7369
7248
|
"type": {
|
|
7370
|
-
"text": "
|
|
7249
|
+
"text": "(fileItem: FileItem, dismissFile: () => void) => void | undefined"
|
|
7371
7250
|
},
|
|
7372
|
-
"description": "Specify
|
|
7373
|
-
"attribute": "
|
|
7374
|
-
}
|
|
7251
|
+
"description": "Specify a render function for the list item",
|
|
7252
|
+
"attribute": "renderItem"
|
|
7253
|
+
}
|
|
7254
|
+
],
|
|
7255
|
+
"attributes": [
|
|
7375
7256
|
{
|
|
7376
|
-
"
|
|
7377
|
-
"name": "multiple",
|
|
7257
|
+
"name": "thumbnail",
|
|
7378
7258
|
"type": {
|
|
7379
7259
|
"text": "boolean | undefined"
|
|
7380
7260
|
},
|
|
7381
|
-
"description": "Specify if
|
|
7382
|
-
"
|
|
7261
|
+
"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.",
|
|
7262
|
+
"default": "false",
|
|
7263
|
+
"fieldName": "thumbnail"
|
|
7383
7264
|
},
|
|
7384
7265
|
{
|
|
7385
|
-
"
|
|
7386
|
-
"name": "focus",
|
|
7387
|
-
"privacy": "public"
|
|
7388
|
-
}
|
|
7389
|
-
],
|
|
7390
|
-
"attributes": [
|
|
7391
|
-
{
|
|
7392
|
-
"name": "error",
|
|
7266
|
+
"name": "size",
|
|
7393
7267
|
"type": {
|
|
7394
|
-
"text": "
|
|
7268
|
+
"text": "'md' | 'lg' | undefined"
|
|
7395
7269
|
},
|
|
7396
|
-
"description": "Specify
|
|
7397
|
-
"
|
|
7270
|
+
"description": "Specify FileUpload List size",
|
|
7271
|
+
"default": "'md'",
|
|
7272
|
+
"fieldName": "size"
|
|
7398
7273
|
},
|
|
7399
7274
|
{
|
|
7400
7275
|
"name": "theme",
|
|
@@ -7409,351 +7284,439 @@
|
|
|
7409
7284
|
"type": {
|
|
7410
7285
|
"text": "boolean | undefined"
|
|
7411
7286
|
},
|
|
7412
|
-
"default": "false",
|
|
7413
7287
|
"description": "Specify if the FileUpload is disabled",
|
|
7414
7288
|
"fieldName": "disabled"
|
|
7415
7289
|
},
|
|
7416
7290
|
{
|
|
7417
|
-
"name": "
|
|
7291
|
+
"name": "renderItem",
|
|
7418
7292
|
"type": {
|
|
7419
|
-
"text": "
|
|
7293
|
+
"text": "(fileItem: FileItem, dismissFile: () => void) => void | undefined"
|
|
7420
7294
|
},
|
|
7421
|
-
"description": "Specify the
|
|
7422
|
-
"fieldName": "
|
|
7423
|
-
},
|
|
7424
|
-
{
|
|
7425
|
-
"name": "name",
|
|
7426
|
-
"type": {
|
|
7427
|
-
"text": "string | undefined"
|
|
7428
|
-
},
|
|
7429
|
-
"description": "Specify the name of the FileUpload",
|
|
7430
|
-
"fieldName": "name"
|
|
7431
|
-
},
|
|
7432
|
-
{
|
|
7433
|
-
"name": "multiple",
|
|
7434
|
-
"type": {
|
|
7435
|
-
"text": "boolean | undefined"
|
|
7436
|
-
},
|
|
7437
|
-
"description": "Specify if multiple files can be uploaded",
|
|
7438
|
-
"fieldName": "multiple"
|
|
7295
|
+
"description": "Specify a render function for the list item",
|
|
7296
|
+
"fieldName": "renderItem"
|
|
7439
7297
|
}
|
|
7440
7298
|
],
|
|
7441
7299
|
"superclass": {
|
|
7442
7300
|
"name": "LitElement",
|
|
7443
7301
|
"package": "lit"
|
|
7444
7302
|
},
|
|
7445
|
-
"tagName": "bm-file-upload-
|
|
7303
|
+
"tagName": "bm-file-upload-list",
|
|
7446
7304
|
"customElement": true
|
|
7447
7305
|
}
|
|
7448
7306
|
],
|
|
7449
7307
|
"exports": [
|
|
7450
7308
|
{
|
|
7451
7309
|
"kind": "js",
|
|
7452
|
-
"name": "
|
|
7310
|
+
"name": "BmFileUploadList",
|
|
7453
7311
|
"declaration": {
|
|
7454
|
-
"name": "
|
|
7455
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7312
|
+
"name": "BmFileUploadList",
|
|
7313
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts"
|
|
7456
7314
|
}
|
|
7457
7315
|
},
|
|
7458
7316
|
{
|
|
7459
7317
|
"kind": "custom-element-definition",
|
|
7460
|
-
"name": "bm-file-upload-
|
|
7318
|
+
"name": "bm-file-upload-list",
|
|
7461
7319
|
"declaration": {
|
|
7462
|
-
"name": "
|
|
7463
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7320
|
+
"name": "BmFileUploadList",
|
|
7321
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts"
|
|
7464
7322
|
}
|
|
7465
7323
|
}
|
|
7466
7324
|
]
|
|
7467
7325
|
},
|
|
7468
7326
|
{
|
|
7469
7327
|
"kind": "javascript-module",
|
|
7470
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7328
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts",
|
|
7471
7329
|
"declarations": [
|
|
7472
7330
|
{
|
|
7473
7331
|
"kind": "class",
|
|
7474
|
-
"description": "
|
|
7475
|
-
"name": "
|
|
7332
|
+
"description": "",
|
|
7333
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7334
|
+
"superclass": {
|
|
7335
|
+
"name": "CustomEvent",
|
|
7336
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7337
|
+
}
|
|
7338
|
+
},
|
|
7339
|
+
{
|
|
7340
|
+
"kind": "class",
|
|
7341
|
+
"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",
|
|
7342
|
+
"name": "BmFileUpload",
|
|
7343
|
+
"slots": [
|
|
7344
|
+
{
|
|
7345
|
+
"description": "Specify Label for for FileUpload",
|
|
7346
|
+
"name": "label"
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"description": "Specify HelperText for FileUpload",
|
|
7350
|
+
"name": "helper-text"
|
|
7351
|
+
}
|
|
7352
|
+
],
|
|
7476
7353
|
"members": [
|
|
7477
7354
|
{
|
|
7478
7355
|
"kind": "field",
|
|
7479
|
-
"name": "
|
|
7356
|
+
"name": "accept",
|
|
7480
7357
|
"type": {
|
|
7481
7358
|
"text": "string | undefined"
|
|
7482
7359
|
},
|
|
7483
|
-
"
|
|
7484
|
-
"
|
|
7485
|
-
"attribute": "error"
|
|
7360
|
+
"description": "Specify what types of files can be uploaded",
|
|
7361
|
+
"attribute": "accept"
|
|
7486
7362
|
},
|
|
7487
7363
|
{
|
|
7488
7364
|
"kind": "field",
|
|
7489
|
-
"name": "
|
|
7365
|
+
"name": "error",
|
|
7490
7366
|
"type": {
|
|
7491
|
-
"text": "string | undefined"
|
|
7367
|
+
"text": "string | boolean | undefined"
|
|
7492
7368
|
},
|
|
7493
|
-
"description": "
|
|
7494
|
-
"attribute": "
|
|
7369
|
+
"description": "Specify error text and display error state of FileUpload",
|
|
7370
|
+
"attribute": "error"
|
|
7495
7371
|
},
|
|
7496
7372
|
{
|
|
7497
7373
|
"kind": "field",
|
|
7498
|
-
"name": "
|
|
7374
|
+
"name": "disabled",
|
|
7499
7375
|
"type": {
|
|
7500
|
-
"text": "
|
|
7376
|
+
"text": "boolean | undefined"
|
|
7501
7377
|
},
|
|
7502
|
-
"
|
|
7503
|
-
"
|
|
7378
|
+
"default": "false",
|
|
7379
|
+
"description": "Specify if FileUpload is in disabled state",
|
|
7380
|
+
"attribute": "disabled"
|
|
7504
7381
|
},
|
|
7505
7382
|
{
|
|
7506
7383
|
"kind": "field",
|
|
7507
|
-
"name": "
|
|
7384
|
+
"name": "multiple",
|
|
7508
7385
|
"type": {
|
|
7509
|
-
"text": "
|
|
7386
|
+
"text": "boolean | undefined"
|
|
7510
7387
|
},
|
|
7511
|
-
"
|
|
7512
|
-
"
|
|
7513
|
-
"attribute": "
|
|
7388
|
+
"description": "Specify if more than one file can be can be uploaded",
|
|
7389
|
+
"default": "false",
|
|
7390
|
+
"attribute": "multiple"
|
|
7514
7391
|
},
|
|
7515
7392
|
{
|
|
7516
7393
|
"kind": "field",
|
|
7517
|
-
"name": "
|
|
7394
|
+
"name": "fileLimit",
|
|
7518
7395
|
"type": {
|
|
7519
|
-
"text": "
|
|
7396
|
+
"text": "number | undefined"
|
|
7520
7397
|
},
|
|
7521
|
-
"description": "Specify
|
|
7522
|
-
"
|
|
7523
|
-
"attribute": "thumbnail"
|
|
7398
|
+
"description": "Specify how many files can be uploaded",
|
|
7399
|
+
"attribute": "fileLimit"
|
|
7524
7400
|
},
|
|
7525
7401
|
{
|
|
7526
7402
|
"kind": "field",
|
|
7527
|
-
"name": "
|
|
7403
|
+
"name": "maxFileSize",
|
|
7528
7404
|
"type": {
|
|
7529
|
-
"text": "
|
|
7405
|
+
"text": "number | undefined"
|
|
7530
7406
|
},
|
|
7531
|
-
"
|
|
7532
|
-
"
|
|
7533
|
-
"attribute": "state"
|
|
7407
|
+
"description": "Specify the maximum file size that can be uploaded",
|
|
7408
|
+
"attribute": "maxFileSize"
|
|
7534
7409
|
},
|
|
7535
7410
|
{
|
|
7536
7411
|
"kind": "field",
|
|
7537
|
-
"name": "
|
|
7412
|
+
"name": "required",
|
|
7538
7413
|
"type": {
|
|
7539
|
-
"text": "
|
|
7414
|
+
"text": "boolean | undefined"
|
|
7540
7415
|
},
|
|
7541
|
-
"
|
|
7542
|
-
"
|
|
7543
|
-
"attribute": "
|
|
7416
|
+
"description": "Specify if FileUpload is a required input",
|
|
7417
|
+
"default": "false",
|
|
7418
|
+
"attribute": "required"
|
|
7544
7419
|
},
|
|
7545
7420
|
{
|
|
7546
7421
|
"kind": "field",
|
|
7547
|
-
"name": "
|
|
7422
|
+
"name": "readOnly",
|
|
7548
7423
|
"type": {
|
|
7549
|
-
"text": "
|
|
7424
|
+
"text": "boolean | undefined"
|
|
7550
7425
|
},
|
|
7551
|
-
"description": "Specify
|
|
7552
|
-
"attribute": "
|
|
7426
|
+
"description": "Specify if FileUpload is in read-only state",
|
|
7427
|
+
"attribute": "readOnly"
|
|
7553
7428
|
},
|
|
7554
7429
|
{
|
|
7555
7430
|
"kind": "field",
|
|
7556
|
-
"name": "
|
|
7431
|
+
"name": "hideRequiredMarker",
|
|
7557
7432
|
"type": {
|
|
7558
7433
|
"text": "boolean | undefined"
|
|
7559
7434
|
},
|
|
7560
|
-
"description": "Specify if
|
|
7561
|
-
"
|
|
7562
|
-
|
|
7563
|
-
|
|
7564
|
-
"events": [
|
|
7565
|
-
{
|
|
7566
|
-
"description": "Dispatched when the dismiss button is clicked",
|
|
7567
|
-
"name": "bm-dismiss"
|
|
7568
|
-
}
|
|
7569
|
-
],
|
|
7570
|
-
"attributes": [
|
|
7435
|
+
"description": "Specify if FileUpload displays with an asterisk",
|
|
7436
|
+
"default": "false",
|
|
7437
|
+
"attribute": "hideRequiredMarker"
|
|
7438
|
+
},
|
|
7571
7439
|
{
|
|
7572
|
-
"
|
|
7440
|
+
"kind": "field",
|
|
7441
|
+
"name": "validationRules",
|
|
7573
7442
|
"type": {
|
|
7574
|
-
"text": "
|
|
7443
|
+
"text": "Array<FormValidator>"
|
|
7575
7444
|
},
|
|
7576
|
-
"default": "
|
|
7577
|
-
"
|
|
7578
|
-
"
|
|
7445
|
+
"default": "[]",
|
|
7446
|
+
"attribute": "validationRules",
|
|
7447
|
+
"description": "Specify form validation rules for FileUpload",
|
|
7448
|
+
"inheritedFrom": {
|
|
7449
|
+
"name": "FormField",
|
|
7450
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7451
|
+
}
|
|
7579
7452
|
},
|
|
7580
7453
|
{
|
|
7581
|
-
"
|
|
7454
|
+
"kind": "field",
|
|
7455
|
+
"name": "fluid",
|
|
7582
7456
|
"type": {
|
|
7583
|
-
"text": "
|
|
7457
|
+
"text": "boolean | undefined"
|
|
7584
7458
|
},
|
|
7585
|
-
"description": "
|
|
7586
|
-
"
|
|
7459
|
+
"description": "Specify if FileUpload is fluid",
|
|
7460
|
+
"default": "false",
|
|
7461
|
+
"attribute": "fluid"
|
|
7587
7462
|
},
|
|
7588
7463
|
{
|
|
7589
|
-
"
|
|
7464
|
+
"kind": "field",
|
|
7465
|
+
"name": "width",
|
|
7590
7466
|
"type": {
|
|
7591
7467
|
"text": "string | undefined"
|
|
7592
7468
|
},
|
|
7593
|
-
"description": "
|
|
7594
|
-
"
|
|
7469
|
+
"description": "Specify the width of FileUpload",
|
|
7470
|
+
"attribute": "width"
|
|
7595
7471
|
},
|
|
7596
7472
|
{
|
|
7597
|
-
"
|
|
7473
|
+
"kind": "field",
|
|
7474
|
+
"name": "theme",
|
|
7598
7475
|
"type": {
|
|
7599
|
-
"text": "'
|
|
7476
|
+
"text": "'light' | 'dark' | undefined"
|
|
7600
7477
|
},
|
|
7601
|
-
"
|
|
7602
|
-
"
|
|
7603
|
-
"fieldName": "size"
|
|
7478
|
+
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7479
|
+
"attribute": "theme"
|
|
7604
7480
|
},
|
|
7605
7481
|
{
|
|
7606
|
-
"
|
|
7482
|
+
"kind": "field",
|
|
7483
|
+
"name": "formContext",
|
|
7607
7484
|
"type": {
|
|
7608
|
-
"text": "
|
|
7485
|
+
"text": "BmFormContext"
|
|
7609
7486
|
},
|
|
7610
|
-
"
|
|
7611
|
-
|
|
7612
|
-
|
|
7487
|
+
"inheritedFrom": {
|
|
7488
|
+
"name": "FormField",
|
|
7489
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7490
|
+
}
|
|
7613
7491
|
},
|
|
7614
7492
|
{
|
|
7615
|
-
"
|
|
7616
|
-
"
|
|
7617
|
-
|
|
7493
|
+
"kind": "field",
|
|
7494
|
+
"name": "pickerRef"
|
|
7495
|
+
},
|
|
7496
|
+
{
|
|
7497
|
+
"kind": "method",
|
|
7498
|
+
"name": "formAssociatedCallback",
|
|
7499
|
+
"return": {
|
|
7500
|
+
"type": {
|
|
7501
|
+
"text": "void"
|
|
7502
|
+
}
|
|
7618
7503
|
},
|
|
7619
|
-
"
|
|
7620
|
-
|
|
7621
|
-
|
|
7504
|
+
"inheritedFrom": {
|
|
7505
|
+
"name": "FormField",
|
|
7506
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7507
|
+
}
|
|
7622
7508
|
},
|
|
7623
7509
|
{
|
|
7624
|
-
"
|
|
7625
|
-
"
|
|
7626
|
-
|
|
7510
|
+
"kind": "method",
|
|
7511
|
+
"name": "formResetCallback",
|
|
7512
|
+
"return": {
|
|
7513
|
+
"type": {
|
|
7514
|
+
"text": "void"
|
|
7515
|
+
}
|
|
7627
7516
|
},
|
|
7628
|
-
"
|
|
7629
|
-
|
|
7630
|
-
|
|
7517
|
+
"inheritedFrom": {
|
|
7518
|
+
"name": "FormField",
|
|
7519
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7520
|
+
}
|
|
7631
7521
|
},
|
|
7632
7522
|
{
|
|
7633
|
-
"
|
|
7523
|
+
"kind": "field",
|
|
7524
|
+
"name": "formAssociated",
|
|
7634
7525
|
"type": {
|
|
7635
|
-
"text": "
|
|
7526
|
+
"text": "boolean"
|
|
7636
7527
|
},
|
|
7637
|
-
"
|
|
7638
|
-
"
|
|
7528
|
+
"static": true,
|
|
7529
|
+
"default": "true",
|
|
7530
|
+
"inheritedFrom": {
|
|
7531
|
+
"name": "FormField",
|
|
7532
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7533
|
+
}
|
|
7639
7534
|
},
|
|
7640
7535
|
{
|
|
7641
|
-
"
|
|
7536
|
+
"kind": "field",
|
|
7537
|
+
"name": "id",
|
|
7642
7538
|
"type": {
|
|
7643
|
-
"text": "
|
|
7539
|
+
"text": "string"
|
|
7644
7540
|
},
|
|
7645
|
-
"
|
|
7646
|
-
"
|
|
7541
|
+
"default": "''",
|
|
7542
|
+
"attribute": "id",
|
|
7543
|
+
"inheritedFrom": {
|
|
7544
|
+
"name": "FormField",
|
|
7545
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7546
|
+
}
|
|
7547
|
+
},
|
|
7548
|
+
{
|
|
7549
|
+
"kind": "field",
|
|
7550
|
+
"name": "name",
|
|
7551
|
+
"type": {
|
|
7552
|
+
"text": "string"
|
|
7553
|
+
},
|
|
7554
|
+
"default": "''",
|
|
7555
|
+
"attribute": "name",
|
|
7556
|
+
"inheritedFrom": {
|
|
7557
|
+
"name": "FormField",
|
|
7558
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7559
|
+
}
|
|
7560
|
+
},
|
|
7561
|
+
{
|
|
7562
|
+
"kind": "field",
|
|
7563
|
+
"name": "value",
|
|
7564
|
+
"type": {
|
|
7565
|
+
"text": "string"
|
|
7566
|
+
},
|
|
7567
|
+
"default": "''",
|
|
7568
|
+
"attribute": "value",
|
|
7569
|
+
"inheritedFrom": {
|
|
7570
|
+
"name": "FormField",
|
|
7571
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7572
|
+
}
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"kind": "field",
|
|
7576
|
+
"name": "inputAriaLabel",
|
|
7577
|
+
"type": {
|
|
7578
|
+
"text": "string | undefined"
|
|
7579
|
+
},
|
|
7580
|
+
"attribute": "input-aria-label",
|
|
7581
|
+
"inheritedFrom": {
|
|
7582
|
+
"name": "FormField",
|
|
7583
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7584
|
+
}
|
|
7585
|
+
},
|
|
7586
|
+
{
|
|
7587
|
+
"kind": "method",
|
|
7588
|
+
"name": "finalizeAssociatedCallback",
|
|
7589
|
+
"return": {
|
|
7590
|
+
"type": {
|
|
7591
|
+
"text": "FinalizeAssociatedResult"
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7594
|
+
"parameters": [
|
|
7595
|
+
{
|
|
7596
|
+
"name": "ctxValue",
|
|
7597
|
+
"type": {
|
|
7598
|
+
"text": "string"
|
|
7599
|
+
}
|
|
7600
|
+
}
|
|
7601
|
+
],
|
|
7602
|
+
"inheritedFrom": {
|
|
7603
|
+
"name": "FormField",
|
|
7604
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7605
|
+
}
|
|
7647
7606
|
}
|
|
7648
7607
|
],
|
|
7649
|
-
"
|
|
7650
|
-
"name": "LitElement",
|
|
7651
|
-
"package": "lit"
|
|
7652
|
-
},
|
|
7653
|
-
"tagName": "bm-file-upload-list-item",
|
|
7654
|
-
"customElement": true
|
|
7655
|
-
}
|
|
7656
|
-
],
|
|
7657
|
-
"exports": [
|
|
7658
|
-
{
|
|
7659
|
-
"kind": "js",
|
|
7660
|
-
"name": "BmFileUploadListItem",
|
|
7661
|
-
"declaration": {
|
|
7662
|
-
"name": "BmFileUploadListItem",
|
|
7663
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
7664
|
-
}
|
|
7665
|
-
},
|
|
7666
|
-
{
|
|
7667
|
-
"kind": "custom-element-definition",
|
|
7668
|
-
"name": "bm-file-upload-list-item",
|
|
7669
|
-
"declaration": {
|
|
7670
|
-
"name": "BmFileUploadListItem",
|
|
7671
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.Item.ts"
|
|
7672
|
-
}
|
|
7673
|
-
}
|
|
7674
|
-
]
|
|
7675
|
-
},
|
|
7676
|
-
{
|
|
7677
|
-
"kind": "javascript-module",
|
|
7678
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUpload.List.ts",
|
|
7679
|
-
"declarations": [
|
|
7680
|
-
{
|
|
7681
|
-
"kind": "class",
|
|
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",
|
|
7684
|
-
"slots": [
|
|
7608
|
+
"events": [
|
|
7685
7609
|
{
|
|
7686
|
-
"description": "
|
|
7687
|
-
"name": "
|
|
7610
|
+
"description": "Dispatched when a file is uploaded. Preventing default on this event will make upload asynchronous",
|
|
7611
|
+
"name": "bm-selected"
|
|
7688
7612
|
}
|
|
7689
7613
|
],
|
|
7690
|
-
"
|
|
7614
|
+
"attributes": [
|
|
7691
7615
|
{
|
|
7692
|
-
"
|
|
7693
|
-
"
|
|
7616
|
+
"name": "accept",
|
|
7617
|
+
"type": {
|
|
7618
|
+
"text": "string | undefined"
|
|
7619
|
+
},
|
|
7620
|
+
"description": "Specify what types of files can be uploaded",
|
|
7621
|
+
"fieldName": "accept"
|
|
7622
|
+
},
|
|
7623
|
+
{
|
|
7624
|
+
"name": "error",
|
|
7625
|
+
"type": {
|
|
7626
|
+
"text": "string | boolean | undefined"
|
|
7627
|
+
},
|
|
7628
|
+
"description": "Specify error text and display error state of FileUpload",
|
|
7629
|
+
"fieldName": "error"
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"name": "disabled",
|
|
7694
7633
|
"type": {
|
|
7695
7634
|
"text": "boolean | undefined"
|
|
7696
7635
|
},
|
|
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
7636
|
"default": "false",
|
|
7699
|
-
"
|
|
7637
|
+
"description": "Specify if FileUpload is in disabled state",
|
|
7638
|
+
"fieldName": "disabled"
|
|
7700
7639
|
},
|
|
7701
7640
|
{
|
|
7702
|
-
"
|
|
7703
|
-
"name": "size",
|
|
7641
|
+
"name": "multiple",
|
|
7704
7642
|
"type": {
|
|
7705
|
-
"text": "
|
|
7643
|
+
"text": "boolean | undefined"
|
|
7706
7644
|
},
|
|
7707
|
-
"description": "Specify
|
|
7708
|
-
"default": "
|
|
7709
|
-
"
|
|
7645
|
+
"description": "Specify if more than one file can be can be uploaded",
|
|
7646
|
+
"default": "false",
|
|
7647
|
+
"fieldName": "multiple"
|
|
7710
7648
|
},
|
|
7711
7649
|
{
|
|
7712
|
-
"
|
|
7713
|
-
"name": "theme",
|
|
7650
|
+
"name": "fileLimit",
|
|
7714
7651
|
"type": {
|
|
7715
|
-
"text": "
|
|
7652
|
+
"text": "number | undefined"
|
|
7716
7653
|
},
|
|
7717
|
-
"description": "Specify
|
|
7718
|
-
"
|
|
7654
|
+
"description": "Specify how many files can be uploaded",
|
|
7655
|
+
"fieldName": "fileLimit"
|
|
7719
7656
|
},
|
|
7720
7657
|
{
|
|
7721
|
-
"
|
|
7722
|
-
"
|
|
7658
|
+
"name": "maxFileSize",
|
|
7659
|
+
"type": {
|
|
7660
|
+
"text": "number | undefined"
|
|
7661
|
+
},
|
|
7662
|
+
"description": "Specify the maximum file size that can be uploaded",
|
|
7663
|
+
"fieldName": "maxFileSize"
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"name": "required",
|
|
7723
7667
|
"type": {
|
|
7724
7668
|
"text": "boolean | undefined"
|
|
7725
7669
|
},
|
|
7726
|
-
"description": "Specify if
|
|
7727
|
-
"
|
|
7670
|
+
"description": "Specify if FileUpload is a required input",
|
|
7671
|
+
"default": "false",
|
|
7672
|
+
"fieldName": "required"
|
|
7728
7673
|
},
|
|
7729
7674
|
{
|
|
7730
|
-
"
|
|
7731
|
-
"name": "renderItem",
|
|
7675
|
+
"name": "readOnly",
|
|
7732
7676
|
"type": {
|
|
7733
|
-
"text": "
|
|
7677
|
+
"text": "boolean | undefined"
|
|
7734
7678
|
},
|
|
7735
|
-
"description": "Specify
|
|
7736
|
-
"
|
|
7737
|
-
}
|
|
7738
|
-
],
|
|
7739
|
-
"attributes": [
|
|
7679
|
+
"description": "Specify if FileUpload is in read-only state",
|
|
7680
|
+
"fieldName": "readOnly"
|
|
7681
|
+
},
|
|
7740
7682
|
{
|
|
7741
|
-
"name": "
|
|
7683
|
+
"name": "hideRequiredMarker",
|
|
7742
7684
|
"type": {
|
|
7743
7685
|
"text": "boolean | undefined"
|
|
7744
7686
|
},
|
|
7745
|
-
"description": "Specify if
|
|
7687
|
+
"description": "Specify if FileUpload displays with an asterisk",
|
|
7746
7688
|
"default": "false",
|
|
7747
|
-
"fieldName": "
|
|
7689
|
+
"fieldName": "hideRequiredMarker"
|
|
7748
7690
|
},
|
|
7749
7691
|
{
|
|
7750
|
-
"name": "
|
|
7692
|
+
"name": "validationRules",
|
|
7751
7693
|
"type": {
|
|
7752
|
-
"text": "
|
|
7694
|
+
"text": "Array<FormValidator>"
|
|
7753
7695
|
},
|
|
7754
|
-
"
|
|
7755
|
-
"
|
|
7756
|
-
"
|
|
7696
|
+
"default": "[]",
|
|
7697
|
+
"fieldName": "validationRules",
|
|
7698
|
+
"description": "Specify form validation rules for FileUpload",
|
|
7699
|
+
"inheritedFrom": {
|
|
7700
|
+
"name": "FormField",
|
|
7701
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7702
|
+
}
|
|
7703
|
+
},
|
|
7704
|
+
{
|
|
7705
|
+
"name": "fluid",
|
|
7706
|
+
"type": {
|
|
7707
|
+
"text": "boolean | undefined"
|
|
7708
|
+
},
|
|
7709
|
+
"description": "Specify if FileUpload is fluid",
|
|
7710
|
+
"default": "false",
|
|
7711
|
+
"fieldName": "fluid"
|
|
7712
|
+
},
|
|
7713
|
+
{
|
|
7714
|
+
"name": "width",
|
|
7715
|
+
"type": {
|
|
7716
|
+
"text": "string | undefined"
|
|
7717
|
+
},
|
|
7718
|
+
"description": "Specify the width of FileUpload",
|
|
7719
|
+
"fieldName": "width"
|
|
7757
7720
|
},
|
|
7758
7721
|
{
|
|
7759
7722
|
"name": "theme",
|
|
@@ -7764,161 +7727,255 @@
|
|
|
7764
7727
|
"fieldName": "theme"
|
|
7765
7728
|
},
|
|
7766
7729
|
{
|
|
7767
|
-
"name": "
|
|
7730
|
+
"name": "id",
|
|
7768
7731
|
"type": {
|
|
7769
|
-
"text": "
|
|
7732
|
+
"text": "string"
|
|
7770
7733
|
},
|
|
7771
|
-
"
|
|
7772
|
-
"fieldName": "
|
|
7734
|
+
"default": "''",
|
|
7735
|
+
"fieldName": "id",
|
|
7736
|
+
"inheritedFrom": {
|
|
7737
|
+
"name": "FormField",
|
|
7738
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7739
|
+
}
|
|
7773
7740
|
},
|
|
7774
7741
|
{
|
|
7775
|
-
"name": "
|
|
7742
|
+
"name": "name",
|
|
7776
7743
|
"type": {
|
|
7777
|
-
"text": "
|
|
7744
|
+
"text": "string"
|
|
7778
7745
|
},
|
|
7779
|
-
"
|
|
7780
|
-
"fieldName": "
|
|
7746
|
+
"default": "''",
|
|
7747
|
+
"fieldName": "name",
|
|
7748
|
+
"inheritedFrom": {
|
|
7749
|
+
"name": "FormField",
|
|
7750
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7751
|
+
}
|
|
7752
|
+
},
|
|
7753
|
+
{
|
|
7754
|
+
"name": "value",
|
|
7755
|
+
"type": {
|
|
7756
|
+
"text": "string"
|
|
7757
|
+
},
|
|
7758
|
+
"default": "''",
|
|
7759
|
+
"fieldName": "value",
|
|
7760
|
+
"inheritedFrom": {
|
|
7761
|
+
"name": "FormField",
|
|
7762
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7763
|
+
}
|
|
7764
|
+
},
|
|
7765
|
+
{
|
|
7766
|
+
"name": "input-aria-label",
|
|
7767
|
+
"type": {
|
|
7768
|
+
"text": "string | undefined"
|
|
7769
|
+
},
|
|
7770
|
+
"fieldName": "inputAriaLabel",
|
|
7771
|
+
"inheritedFrom": {
|
|
7772
|
+
"name": "FormField",
|
|
7773
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7774
|
+
}
|
|
7781
7775
|
}
|
|
7782
7776
|
],
|
|
7783
7777
|
"superclass": {
|
|
7784
|
-
"name": "
|
|
7785
|
-
"
|
|
7778
|
+
"name": "FormField",
|
|
7779
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
7786
7780
|
},
|
|
7787
|
-
"tagName": "bm-file-upload
|
|
7781
|
+
"tagName": "bm-file-upload",
|
|
7788
7782
|
"customElement": true
|
|
7789
7783
|
}
|
|
7790
7784
|
],
|
|
7791
7785
|
"exports": [
|
|
7792
7786
|
{
|
|
7793
7787
|
"kind": "js",
|
|
7794
|
-
"name": "
|
|
7788
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7795
7789
|
"declaration": {
|
|
7796
|
-
"name": "
|
|
7797
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7790
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7791
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7792
|
+
}
|
|
7793
|
+
},
|
|
7794
|
+
{
|
|
7795
|
+
"kind": "js",
|
|
7796
|
+
"name": "BmFileUpload",
|
|
7797
|
+
"declaration": {
|
|
7798
|
+
"name": "BmFileUpload",
|
|
7799
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7798
7800
|
}
|
|
7799
7801
|
},
|
|
7800
7802
|
{
|
|
7801
7803
|
"kind": "custom-element-definition",
|
|
7802
|
-
"name": "bm-file-upload
|
|
7804
|
+
"name": "bm-file-upload",
|
|
7803
7805
|
"declaration": {
|
|
7804
|
-
"name": "
|
|
7805
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.
|
|
7806
|
+
"name": "BmFileUpload",
|
|
7807
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7806
7808
|
}
|
|
7807
7809
|
}
|
|
7808
7810
|
]
|
|
7809
7811
|
},
|
|
7810
7812
|
{
|
|
7811
7813
|
"kind": "javascript-module",
|
|
7812
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/
|
|
7814
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
|
|
7813
7815
|
"declarations": [
|
|
7814
7816
|
{
|
|
7815
|
-
"kind": "
|
|
7816
|
-
"
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7820
|
-
|
|
7817
|
+
"kind": "variable",
|
|
7818
|
+
"name": "fileUploadContext"
|
|
7819
|
+
}
|
|
7820
|
+
],
|
|
7821
|
+
"exports": [
|
|
7822
|
+
{
|
|
7823
|
+
"kind": "js",
|
|
7824
|
+
"name": "fileUploadContext",
|
|
7825
|
+
"declaration": {
|
|
7826
|
+
"name": "fileUploadContext",
|
|
7827
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
7828
|
+
}
|
|
7829
|
+
}
|
|
7830
|
+
]
|
|
7831
|
+
},
|
|
7832
|
+
{
|
|
7833
|
+
"kind": "javascript-module",
|
|
7834
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
|
|
7835
|
+
"declarations": [
|
|
7836
|
+
{
|
|
7837
|
+
"kind": "variable",
|
|
7838
|
+
"name": "fileUploadListContext"
|
|
7839
|
+
}
|
|
7840
|
+
],
|
|
7841
|
+
"exports": [
|
|
7842
|
+
{
|
|
7843
|
+
"kind": "js",
|
|
7844
|
+
"name": "fileUploadListContext",
|
|
7845
|
+
"declaration": {
|
|
7846
|
+
"name": "fileUploadListContext",
|
|
7847
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
|
|
7848
|
+
}
|
|
7849
|
+
}
|
|
7850
|
+
]
|
|
7851
|
+
},
|
|
7852
|
+
{
|
|
7853
|
+
"kind": "javascript-module",
|
|
7854
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
|
|
7855
|
+
"declarations": [],
|
|
7856
|
+
"exports": [
|
|
7857
|
+
{
|
|
7858
|
+
"kind": "js",
|
|
7859
|
+
"name": "*",
|
|
7860
|
+
"declaration": {
|
|
7861
|
+
"name": "*",
|
|
7862
|
+
"package": "./FileUpload"
|
|
7821
7863
|
}
|
|
7822
7864
|
},
|
|
7823
7865
|
{
|
|
7824
|
-
"kind": "
|
|
7825
|
-
"
|
|
7826
|
-
"
|
|
7827
|
-
|
|
7828
|
-
|
|
7829
|
-
|
|
7830
|
-
|
|
7831
|
-
|
|
7832
|
-
|
|
7833
|
-
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
|
|
7838
|
-
|
|
7839
|
-
|
|
7840
|
-
|
|
7841
|
-
|
|
7842
|
-
|
|
7843
|
-
|
|
7844
|
-
|
|
7845
|
-
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
|
|
7849
|
-
|
|
7850
|
-
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
|
|
7854
|
-
|
|
7855
|
-
|
|
7856
|
-
|
|
7857
|
-
|
|
7858
|
-
|
|
7859
|
-
|
|
7860
|
-
|
|
7861
|
-
|
|
7862
|
-
|
|
7863
|
-
|
|
7864
|
-
|
|
7865
|
-
|
|
7866
|
-
|
|
7867
|
-
|
|
7868
|
-
|
|
7869
|
-
|
|
7870
|
-
|
|
7871
|
-
|
|
7872
|
-
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
|
|
7877
|
-
|
|
7878
|
-
|
|
7879
|
-
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
|
|
7883
|
-
|
|
7884
|
-
|
|
7866
|
+
"kind": "js",
|
|
7867
|
+
"name": "*",
|
|
7868
|
+
"declaration": {
|
|
7869
|
+
"name": "*",
|
|
7870
|
+
"package": "./FileUpload.Button"
|
|
7871
|
+
}
|
|
7872
|
+
},
|
|
7873
|
+
{
|
|
7874
|
+
"kind": "js",
|
|
7875
|
+
"name": "*",
|
|
7876
|
+
"declaration": {
|
|
7877
|
+
"name": "*",
|
|
7878
|
+
"package": "./FileUpload.Dropzone"
|
|
7879
|
+
}
|
|
7880
|
+
},
|
|
7881
|
+
{
|
|
7882
|
+
"kind": "js",
|
|
7883
|
+
"name": "*",
|
|
7884
|
+
"declaration": {
|
|
7885
|
+
"name": "*",
|
|
7886
|
+
"package": "./FileUpload.List"
|
|
7887
|
+
}
|
|
7888
|
+
},
|
|
7889
|
+
{
|
|
7890
|
+
"kind": "js",
|
|
7891
|
+
"name": "*",
|
|
7892
|
+
"declaration": {
|
|
7893
|
+
"name": "*",
|
|
7894
|
+
"package": "./FileUpload.List.Item"
|
|
7895
|
+
}
|
|
7896
|
+
}
|
|
7897
|
+
]
|
|
7898
|
+
},
|
|
7899
|
+
{
|
|
7900
|
+
"kind": "javascript-module",
|
|
7901
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
|
|
7902
|
+
"declarations": [
|
|
7903
|
+
{
|
|
7904
|
+
"kind": "variable",
|
|
7905
|
+
"name": "bmFormInitials",
|
|
7906
|
+
"type": {
|
|
7907
|
+
"text": "BmFormContext"
|
|
7908
|
+
},
|
|
7909
|
+
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
7910
|
+
},
|
|
7911
|
+
{
|
|
7912
|
+
"kind": "variable",
|
|
7913
|
+
"name": "bmFormContext"
|
|
7914
|
+
}
|
|
7915
|
+
],
|
|
7916
|
+
"exports": [
|
|
7917
|
+
{
|
|
7918
|
+
"kind": "js",
|
|
7919
|
+
"name": "bmFormInitials",
|
|
7920
|
+
"declaration": {
|
|
7921
|
+
"name": "bmFormInitials",
|
|
7922
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7923
|
+
}
|
|
7924
|
+
},
|
|
7925
|
+
{
|
|
7926
|
+
"kind": "js",
|
|
7927
|
+
"name": "bmFormContext",
|
|
7928
|
+
"declaration": {
|
|
7929
|
+
"name": "bmFormContext",
|
|
7930
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7931
|
+
}
|
|
7932
|
+
}
|
|
7933
|
+
]
|
|
7934
|
+
},
|
|
7935
|
+
{
|
|
7936
|
+
"kind": "javascript-module",
|
|
7937
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
7938
|
+
"declarations": [
|
|
7939
|
+
{
|
|
7940
|
+
"kind": "class",
|
|
7941
|
+
"description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
|
|
7942
|
+
"name": "FormField",
|
|
7943
|
+
"members": [
|
|
7885
7944
|
{
|
|
7886
7945
|
"kind": "field",
|
|
7887
|
-
"name": "
|
|
7946
|
+
"name": "formAssociated",
|
|
7888
7947
|
"type": {
|
|
7889
|
-
"text": "
|
|
7948
|
+
"text": "boolean"
|
|
7890
7949
|
},
|
|
7891
|
-
"
|
|
7892
|
-
"
|
|
7950
|
+
"static": true,
|
|
7951
|
+
"default": "true"
|
|
7893
7952
|
},
|
|
7894
7953
|
{
|
|
7895
7954
|
"kind": "field",
|
|
7896
|
-
"name": "
|
|
7955
|
+
"name": "id",
|
|
7897
7956
|
"type": {
|
|
7898
|
-
"text": "
|
|
7957
|
+
"text": "string"
|
|
7899
7958
|
},
|
|
7900
|
-
"
|
|
7901
|
-
"
|
|
7902
|
-
"attribute": "required"
|
|
7959
|
+
"default": "''",
|
|
7960
|
+
"attribute": "id"
|
|
7903
7961
|
},
|
|
7904
7962
|
{
|
|
7905
7963
|
"kind": "field",
|
|
7906
|
-
"name": "
|
|
7964
|
+
"name": "name",
|
|
7907
7965
|
"type": {
|
|
7908
|
-
"text": "
|
|
7966
|
+
"text": "string"
|
|
7909
7967
|
},
|
|
7910
|
-
"
|
|
7911
|
-
"attribute": "
|
|
7968
|
+
"default": "''",
|
|
7969
|
+
"attribute": "name"
|
|
7912
7970
|
},
|
|
7913
7971
|
{
|
|
7914
7972
|
"kind": "field",
|
|
7915
|
-
"name": "
|
|
7973
|
+
"name": "value",
|
|
7916
7974
|
"type": {
|
|
7917
|
-
"text": "
|
|
7975
|
+
"text": "string"
|
|
7918
7976
|
},
|
|
7919
|
-
"
|
|
7920
|
-
"
|
|
7921
|
-
"attribute": "hideRequiredMarker"
|
|
7977
|
+
"default": "''",
|
|
7978
|
+
"attribute": "value"
|
|
7922
7979
|
},
|
|
7923
7980
|
{
|
|
7924
7981
|
"kind": "field",
|
|
@@ -7927,56 +7984,23 @@
|
|
|
7927
7984
|
"text": "Array<FormValidator>"
|
|
7928
7985
|
},
|
|
7929
7986
|
"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
|
-
}
|
|
7936
|
-
},
|
|
7937
|
-
{
|
|
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"
|
|
7987
|
+
"attribute": "validationRules"
|
|
7946
7988
|
},
|
|
7947
7989
|
{
|
|
7948
7990
|
"kind": "field",
|
|
7949
|
-
"name": "
|
|
7991
|
+
"name": "inputAriaLabel",
|
|
7950
7992
|
"type": {
|
|
7951
7993
|
"text": "string | undefined"
|
|
7952
7994
|
},
|
|
7953
|
-
"
|
|
7954
|
-
"attribute": "width"
|
|
7955
|
-
},
|
|
7956
|
-
{
|
|
7957
|
-
"kind": "field",
|
|
7958
|
-
"name": "theme",
|
|
7959
|
-
"type": {
|
|
7960
|
-
"text": "'light' | 'dark' | undefined"
|
|
7961
|
-
},
|
|
7962
|
-
"description": "Specify the theme of the FileUpload. By default it inherits the theme from the parent",
|
|
7963
|
-
"attribute": "theme"
|
|
7995
|
+
"attribute": "input-aria-label"
|
|
7964
7996
|
},
|
|
7965
7997
|
{
|
|
7966
7998
|
"kind": "field",
|
|
7967
7999
|
"name": "formContext",
|
|
7968
8000
|
"type": {
|
|
7969
8001
|
"text": "BmFormContext"
|
|
7970
|
-
},
|
|
7971
|
-
"inheritedFrom": {
|
|
7972
|
-
"name": "FormField",
|
|
7973
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7974
8002
|
}
|
|
7975
8003
|
},
|
|
7976
|
-
{
|
|
7977
|
-
"kind": "field",
|
|
7978
|
-
"name": "pickerRef"
|
|
7979
|
-
},
|
|
7980
8004
|
{
|
|
7981
8005
|
"kind": "method",
|
|
7982
8006
|
"name": "formAssociatedCallback",
|
|
@@ -7984,10 +8008,6 @@
|
|
|
7984
8008
|
"type": {
|
|
7985
8009
|
"text": "void"
|
|
7986
8010
|
}
|
|
7987
|
-
},
|
|
7988
|
-
"inheritedFrom": {
|
|
7989
|
-
"name": "FormField",
|
|
7990
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7991
8011
|
}
|
|
7992
8012
|
},
|
|
7993
8013
|
{
|
|
@@ -7997,345 +8017,349 @@
|
|
|
7997
8017
|
"type": {
|
|
7998
8018
|
"text": "void"
|
|
7999
8019
|
}
|
|
8000
|
-
},
|
|
8001
|
-
"inheritedFrom": {
|
|
8002
|
-
"name": "FormField",
|
|
8003
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8004
8020
|
}
|
|
8005
8021
|
},
|
|
8006
8022
|
{
|
|
8007
|
-
"kind": "
|
|
8008
|
-
"name": "
|
|
8009
|
-
"
|
|
8010
|
-
"
|
|
8023
|
+
"kind": "method",
|
|
8024
|
+
"name": "finalizeAssociatedCallback",
|
|
8025
|
+
"return": {
|
|
8026
|
+
"type": {
|
|
8027
|
+
"text": "FinalizeAssociatedResult"
|
|
8028
|
+
}
|
|
8011
8029
|
},
|
|
8012
|
-
"
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
|
|
8016
|
-
|
|
8017
|
-
|
|
8018
|
-
|
|
8030
|
+
"parameters": [
|
|
8031
|
+
{
|
|
8032
|
+
"name": "ctxValue",
|
|
8033
|
+
"type": {
|
|
8034
|
+
"text": "string"
|
|
8035
|
+
}
|
|
8036
|
+
}
|
|
8037
|
+
]
|
|
8038
|
+
}
|
|
8039
|
+
],
|
|
8040
|
+
"attributes": [
|
|
8019
8041
|
{
|
|
8020
|
-
"kind": "field",
|
|
8021
8042
|
"name": "id",
|
|
8022
8043
|
"type": {
|
|
8023
8044
|
"text": "string"
|
|
8024
8045
|
},
|
|
8025
8046
|
"default": "''",
|
|
8026
|
-
"
|
|
8027
|
-
"inheritedFrom": {
|
|
8028
|
-
"name": "FormField",
|
|
8029
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8030
|
-
}
|
|
8047
|
+
"fieldName": "id"
|
|
8031
8048
|
},
|
|
8032
8049
|
{
|
|
8033
|
-
"kind": "field",
|
|
8034
8050
|
"name": "name",
|
|
8035
8051
|
"type": {
|
|
8036
8052
|
"text": "string"
|
|
8037
8053
|
},
|
|
8038
8054
|
"default": "''",
|
|
8039
|
-
"
|
|
8040
|
-
"inheritedFrom": {
|
|
8041
|
-
"name": "FormField",
|
|
8042
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8043
|
-
}
|
|
8055
|
+
"fieldName": "name"
|
|
8044
8056
|
},
|
|
8045
8057
|
{
|
|
8046
|
-
"kind": "field",
|
|
8047
8058
|
"name": "value",
|
|
8048
8059
|
"type": {
|
|
8049
8060
|
"text": "string"
|
|
8050
8061
|
},
|
|
8051
8062
|
"default": "''",
|
|
8052
|
-
"
|
|
8053
|
-
"inheritedFrom": {
|
|
8054
|
-
"name": "FormField",
|
|
8055
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8056
|
-
}
|
|
8063
|
+
"fieldName": "value"
|
|
8057
8064
|
},
|
|
8058
8065
|
{
|
|
8059
|
-
"
|
|
8060
|
-
"name": "inputAriaLabel",
|
|
8066
|
+
"name": "validationRules",
|
|
8061
8067
|
"type": {
|
|
8062
|
-
"text": "
|
|
8068
|
+
"text": "Array<FormValidator>"
|
|
8063
8069
|
},
|
|
8064
|
-
"
|
|
8065
|
-
"
|
|
8066
|
-
"name": "FormField",
|
|
8067
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8068
|
-
}
|
|
8070
|
+
"default": "[]",
|
|
8071
|
+
"fieldName": "validationRules"
|
|
8069
8072
|
},
|
|
8070
8073
|
{
|
|
8071
|
-
"
|
|
8072
|
-
"
|
|
8073
|
-
|
|
8074
|
-
"type": {
|
|
8075
|
-
"text": "FinalizeAssociatedResult"
|
|
8076
|
-
}
|
|
8074
|
+
"name": "input-aria-label",
|
|
8075
|
+
"type": {
|
|
8076
|
+
"text": "string | undefined"
|
|
8077
8077
|
},
|
|
8078
|
-
"
|
|
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
|
-
}
|
|
8078
|
+
"fieldName": "inputAriaLabel"
|
|
8090
8079
|
}
|
|
8091
8080
|
],
|
|
8092
|
-
"
|
|
8081
|
+
"superclass": {
|
|
8082
|
+
"name": "LitElement",
|
|
8083
|
+
"package": "lit"
|
|
8084
|
+
},
|
|
8085
|
+
"customElement": true
|
|
8086
|
+
}
|
|
8087
|
+
],
|
|
8088
|
+
"exports": [
|
|
8089
|
+
{
|
|
8090
|
+
"kind": "js",
|
|
8091
|
+
"name": "FormField",
|
|
8092
|
+
"declaration": {
|
|
8093
|
+
"name": "FormField",
|
|
8094
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8095
|
+
}
|
|
8096
|
+
}
|
|
8097
|
+
]
|
|
8098
|
+
},
|
|
8099
|
+
{
|
|
8100
|
+
"kind": "javascript-module",
|
|
8101
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8102
|
+
"declarations": [
|
|
8103
|
+
{
|
|
8104
|
+
"kind": "class",
|
|
8105
|
+
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
8106
|
+
"name": "BmForm",
|
|
8107
|
+
"slots": [
|
|
8093
8108
|
{
|
|
8094
|
-
"description": "
|
|
8095
|
-
"name": "
|
|
8109
|
+
"description": "Add controls to the Form",
|
|
8110
|
+
"name": "slot"
|
|
8096
8111
|
}
|
|
8097
8112
|
],
|
|
8098
|
-
"
|
|
8113
|
+
"members": [
|
|
8099
8114
|
{
|
|
8100
|
-
"
|
|
8115
|
+
"kind": "field",
|
|
8116
|
+
"name": "validationMode",
|
|
8101
8117
|
"type": {
|
|
8102
|
-
"text": "
|
|
8118
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8119
|
+
},
|
|
8120
|
+
"default": "'onBlur'",
|
|
8121
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8122
|
+
"attribute": "validationMode"
|
|
8123
|
+
},
|
|
8124
|
+
{
|
|
8125
|
+
"kind": "field",
|
|
8126
|
+
"name": "initialValues",
|
|
8127
|
+
"type": {
|
|
8128
|
+
"text": "Record<string, FormValue>"
|
|
8129
|
+
},
|
|
8130
|
+
"default": "{}",
|
|
8131
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8132
|
+
"attribute": "initialValues"
|
|
8133
|
+
},
|
|
8134
|
+
{
|
|
8135
|
+
"kind": "field",
|
|
8136
|
+
"name": "required",
|
|
8137
|
+
"type": {
|
|
8138
|
+
"text": "boolean"
|
|
8139
|
+
},
|
|
8140
|
+
"default": "false",
|
|
8141
|
+
"description": "Specify if input is a required",
|
|
8142
|
+
"attribute": "required"
|
|
8143
|
+
},
|
|
8144
|
+
{
|
|
8145
|
+
"kind": "field",
|
|
8146
|
+
"name": "disabled",
|
|
8147
|
+
"type": {
|
|
8148
|
+
"text": "boolean"
|
|
8149
|
+
},
|
|
8150
|
+
"default": "false",
|
|
8151
|
+
"description": "Specify if input is a disabled",
|
|
8152
|
+
"attribute": "disabled"
|
|
8153
|
+
},
|
|
8154
|
+
{
|
|
8155
|
+
"kind": "field",
|
|
8156
|
+
"name": "readOnly",
|
|
8157
|
+
"type": {
|
|
8158
|
+
"text": "boolean"
|
|
8103
8159
|
},
|
|
8104
|
-
"
|
|
8105
|
-
"
|
|
8160
|
+
"default": "false",
|
|
8161
|
+
"description": "Specify if input is a read only",
|
|
8162
|
+
"attribute": "readOnly"
|
|
8106
8163
|
},
|
|
8107
8164
|
{
|
|
8108
|
-
"
|
|
8165
|
+
"kind": "field",
|
|
8166
|
+
"name": "action",
|
|
8109
8167
|
"type": {
|
|
8110
|
-
"text": "string |
|
|
8168
|
+
"text": "string | undefined"
|
|
8111
8169
|
},
|
|
8112
|
-
"
|
|
8113
|
-
"fieldName": "error"
|
|
8170
|
+
"attribute": "action"
|
|
8114
8171
|
},
|
|
8115
8172
|
{
|
|
8116
|
-
"
|
|
8173
|
+
"kind": "field",
|
|
8174
|
+
"name": "method",
|
|
8117
8175
|
"type": {
|
|
8118
|
-
"text": "
|
|
8176
|
+
"text": "string | undefined"
|
|
8119
8177
|
},
|
|
8120
|
-
"
|
|
8121
|
-
"description": "Specify if FileUpload is in disabled state",
|
|
8122
|
-
"fieldName": "disabled"
|
|
8178
|
+
"attribute": "method"
|
|
8123
8179
|
},
|
|
8124
8180
|
{
|
|
8125
|
-
"
|
|
8181
|
+
"kind": "field",
|
|
8182
|
+
"name": "target",
|
|
8126
8183
|
"type": {
|
|
8127
|
-
"text": "
|
|
8184
|
+
"text": "string | undefined"
|
|
8128
8185
|
},
|
|
8129
|
-
"
|
|
8130
|
-
"default": "false",
|
|
8131
|
-
"fieldName": "multiple"
|
|
8186
|
+
"attribute": "target"
|
|
8132
8187
|
},
|
|
8133
8188
|
{
|
|
8134
|
-
"
|
|
8189
|
+
"kind": "field",
|
|
8190
|
+
"name": "enctype",
|
|
8135
8191
|
"type": {
|
|
8136
|
-
"text": "
|
|
8192
|
+
"text": "string | undefined"
|
|
8137
8193
|
},
|
|
8138
|
-
"
|
|
8139
|
-
"fieldName": "fileLimit"
|
|
8194
|
+
"attribute": "enctype"
|
|
8140
8195
|
},
|
|
8141
8196
|
{
|
|
8142
|
-
"
|
|
8197
|
+
"kind": "field",
|
|
8198
|
+
"name": "formMeta",
|
|
8143
8199
|
"type": {
|
|
8144
|
-
"text": "
|
|
8200
|
+
"text": "Record<string, FieldMeta>"
|
|
8145
8201
|
},
|
|
8146
|
-
"
|
|
8147
|
-
"fieldName": "maxFileSize"
|
|
8202
|
+
"default": "{}"
|
|
8148
8203
|
},
|
|
8149
8204
|
{
|
|
8150
|
-
"
|
|
8151
|
-
"
|
|
8152
|
-
"text": "boolean | undefined"
|
|
8153
|
-
},
|
|
8154
|
-
"description": "Specify if FileUpload is a required input",
|
|
8155
|
-
"default": "false",
|
|
8156
|
-
"fieldName": "required"
|
|
8205
|
+
"kind": "field",
|
|
8206
|
+
"name": "formRef"
|
|
8157
8207
|
},
|
|
8158
8208
|
{
|
|
8159
|
-
"
|
|
8209
|
+
"kind": "field",
|
|
8210
|
+
"name": "formContext",
|
|
8160
8211
|
"type": {
|
|
8161
|
-
"text": "
|
|
8212
|
+
"text": "BmFormContext"
|
|
8162
8213
|
},
|
|
8163
|
-
"
|
|
8164
|
-
"
|
|
8165
|
-
}
|
|
8214
|
+
"privacy": "public",
|
|
8215
|
+
"default": "bmFormInitials"
|
|
8216
|
+
}
|
|
8217
|
+
],
|
|
8218
|
+
"events": [
|
|
8166
8219
|
{
|
|
8167
|
-
"
|
|
8220
|
+
"description": "Validates the inputs and submits the form",
|
|
8221
|
+
"name": "submit"
|
|
8222
|
+
}
|
|
8223
|
+
],
|
|
8224
|
+
"attributes": [
|
|
8225
|
+
{
|
|
8226
|
+
"name": "validationMode",
|
|
8168
8227
|
"type": {
|
|
8169
|
-
"text": "
|
|
8228
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8170
8229
|
},
|
|
8171
|
-
"
|
|
8172
|
-
"
|
|
8173
|
-
"fieldName": "
|
|
8230
|
+
"default": "'onBlur'",
|
|
8231
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8232
|
+
"fieldName": "validationMode"
|
|
8174
8233
|
},
|
|
8175
8234
|
{
|
|
8176
|
-
"name": "
|
|
8235
|
+
"name": "initialValues",
|
|
8177
8236
|
"type": {
|
|
8178
|
-
"text": "
|
|
8237
|
+
"text": "Record<string, FormValue>"
|
|
8179
8238
|
},
|
|
8180
|
-
"default": "
|
|
8181
|
-
"
|
|
8182
|
-
"
|
|
8183
|
-
"inheritedFrom": {
|
|
8184
|
-
"name": "FormField",
|
|
8185
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8186
|
-
}
|
|
8239
|
+
"default": "{}",
|
|
8240
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8241
|
+
"fieldName": "initialValues"
|
|
8187
8242
|
},
|
|
8188
8243
|
{
|
|
8189
|
-
"name": "
|
|
8244
|
+
"name": "required",
|
|
8190
8245
|
"type": {
|
|
8191
|
-
"text": "boolean
|
|
8246
|
+
"text": "boolean"
|
|
8192
8247
|
},
|
|
8193
|
-
"description": "Specify if FileUpload is fluid",
|
|
8194
8248
|
"default": "false",
|
|
8195
|
-
"
|
|
8249
|
+
"description": "Specify if input is a required",
|
|
8250
|
+
"fieldName": "required"
|
|
8196
8251
|
},
|
|
8197
8252
|
{
|
|
8198
|
-
"name": "
|
|
8253
|
+
"name": "disabled",
|
|
8199
8254
|
"type": {
|
|
8200
|
-
"text": "
|
|
8255
|
+
"text": "boolean"
|
|
8201
8256
|
},
|
|
8202
|
-
"
|
|
8203
|
-
"
|
|
8257
|
+
"default": "false",
|
|
8258
|
+
"description": "Specify if input is a disabled",
|
|
8259
|
+
"fieldName": "disabled"
|
|
8204
8260
|
},
|
|
8205
8261
|
{
|
|
8206
|
-
"name": "
|
|
8262
|
+
"name": "readOnly",
|
|
8207
8263
|
"type": {
|
|
8208
|
-
"text": "
|
|
8264
|
+
"text": "boolean"
|
|
8209
8265
|
},
|
|
8210
|
-
"
|
|
8211
|
-
"
|
|
8266
|
+
"default": "false",
|
|
8267
|
+
"description": "Specify if input is a read only",
|
|
8268
|
+
"fieldName": "readOnly"
|
|
8212
8269
|
},
|
|
8213
8270
|
{
|
|
8214
|
-
"name": "
|
|
8271
|
+
"name": "action",
|
|
8215
8272
|
"type": {
|
|
8216
|
-
"text": "string"
|
|
8273
|
+
"text": "string | undefined"
|
|
8217
8274
|
},
|
|
8218
|
-
"
|
|
8219
|
-
"fieldName": "id",
|
|
8220
|
-
"inheritedFrom": {
|
|
8221
|
-
"name": "FormField",
|
|
8222
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8223
|
-
}
|
|
8275
|
+
"fieldName": "action"
|
|
8224
8276
|
},
|
|
8225
8277
|
{
|
|
8226
|
-
"name": "
|
|
8278
|
+
"name": "method",
|
|
8227
8279
|
"type": {
|
|
8228
|
-
"text": "string"
|
|
8280
|
+
"text": "string | undefined"
|
|
8229
8281
|
},
|
|
8230
|
-
"
|
|
8231
|
-
"fieldName": "name",
|
|
8232
|
-
"inheritedFrom": {
|
|
8233
|
-
"name": "FormField",
|
|
8234
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8235
|
-
}
|
|
8282
|
+
"fieldName": "method"
|
|
8236
8283
|
},
|
|
8237
8284
|
{
|
|
8238
|
-
"name": "
|
|
8285
|
+
"name": "target",
|
|
8239
8286
|
"type": {
|
|
8240
|
-
"text": "string"
|
|
8287
|
+
"text": "string | undefined"
|
|
8241
8288
|
},
|
|
8242
|
-
"
|
|
8243
|
-
"fieldName": "value",
|
|
8244
|
-
"inheritedFrom": {
|
|
8245
|
-
"name": "FormField",
|
|
8246
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8247
|
-
}
|
|
8289
|
+
"fieldName": "target"
|
|
8248
8290
|
},
|
|
8249
8291
|
{
|
|
8250
|
-
"name": "
|
|
8292
|
+
"name": "enctype",
|
|
8251
8293
|
"type": {
|
|
8252
8294
|
"text": "string | undefined"
|
|
8253
8295
|
},
|
|
8254
|
-
"fieldName": "
|
|
8255
|
-
"inheritedFrom": {
|
|
8256
|
-
"name": "FormField",
|
|
8257
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8258
|
-
}
|
|
8296
|
+
"fieldName": "enctype"
|
|
8259
8297
|
}
|
|
8260
8298
|
],
|
|
8261
8299
|
"superclass": {
|
|
8262
|
-
"name": "
|
|
8263
|
-
"
|
|
8300
|
+
"name": "LitElement",
|
|
8301
|
+
"package": "lit"
|
|
8264
8302
|
},
|
|
8265
|
-
"
|
|
8303
|
+
"summary": "`bm-form`",
|
|
8304
|
+
"tagName": "bm-form",
|
|
8266
8305
|
"customElement": true
|
|
8267
8306
|
}
|
|
8268
8307
|
],
|
|
8269
8308
|
"exports": [
|
|
8270
8309
|
{
|
|
8271
8310
|
"kind": "js",
|
|
8272
|
-
"name": "
|
|
8311
|
+
"name": "validators",
|
|
8273
8312
|
"declaration": {
|
|
8274
|
-
"name": "
|
|
8275
|
-
"
|
|
8313
|
+
"name": "validators",
|
|
8314
|
+
"package": "@viasat/beam-shared/components/form"
|
|
8276
8315
|
}
|
|
8277
8316
|
},
|
|
8278
8317
|
{
|
|
8279
8318
|
"kind": "js",
|
|
8280
|
-
"name": "
|
|
8319
|
+
"name": "BmForm",
|
|
8281
8320
|
"declaration": {
|
|
8282
|
-
"name": "
|
|
8283
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8321
|
+
"name": "BmForm",
|
|
8322
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8284
8323
|
}
|
|
8285
8324
|
},
|
|
8286
8325
|
{
|
|
8287
8326
|
"kind": "custom-element-definition",
|
|
8288
|
-
"name": "bm-
|
|
8327
|
+
"name": "bm-form",
|
|
8289
8328
|
"declaration": {
|
|
8290
|
-
"name": "
|
|
8291
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8329
|
+
"name": "BmForm",
|
|
8330
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8292
8331
|
}
|
|
8293
8332
|
}
|
|
8294
8333
|
]
|
|
8295
8334
|
},
|
|
8296
8335
|
{
|
|
8297
8336
|
"kind": "javascript-module",
|
|
8298
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8337
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8299
8338
|
"declarations": [
|
|
8300
8339
|
{
|
|
8301
|
-
"kind": "
|
|
8302
|
-
"name": "
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
"kind": "js",
|
|
8308
|
-
"name": "fileUploadContext",
|
|
8309
|
-
"declaration": {
|
|
8310
|
-
"name": "fileUploadContext",
|
|
8311
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
8340
|
+
"kind": "function",
|
|
8341
|
+
"name": "createId",
|
|
8342
|
+
"return": {
|
|
8343
|
+
"type": {
|
|
8344
|
+
"text": "string"
|
|
8345
|
+
}
|
|
8312
8346
|
}
|
|
8313
8347
|
}
|
|
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
8348
|
],
|
|
8325
8349
|
"exports": [
|
|
8326
8350
|
{
|
|
8327
8351
|
"kind": "js",
|
|
8328
|
-
"name": "
|
|
8352
|
+
"name": "createId",
|
|
8329
8353
|
"declaration": {
|
|
8330
|
-
"name": "
|
|
8331
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8354
|
+
"name": "createId",
|
|
8355
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8332
8356
|
}
|
|
8333
8357
|
}
|
|
8334
8358
|
]
|
|
8335
8359
|
},
|
|
8336
8360
|
{
|
|
8337
8361
|
"kind": "javascript-module",
|
|
8338
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8362
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8339
8363
|
"declarations": [],
|
|
8340
8364
|
"exports": [
|
|
8341
8365
|
{
|
|
@@ -8343,31 +8367,7 @@
|
|
|
8343
8367
|
"name": "*",
|
|
8344
8368
|
"declaration": {
|
|
8345
8369
|
"name": "*",
|
|
8346
|
-
"package": "./
|
|
8347
|
-
}
|
|
8348
|
-
},
|
|
8349
|
-
{
|
|
8350
|
-
"kind": "js",
|
|
8351
|
-
"name": "*",
|
|
8352
|
-
"declaration": {
|
|
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"
|
|
8370
|
+
"package": "./Form"
|
|
8371
8371
|
}
|
|
8372
8372
|
},
|
|
8373
8373
|
{
|
|
@@ -8375,7 +8375,7 @@
|
|
|
8375
8375
|
"name": "*",
|
|
8376
8376
|
"declaration": {
|
|
8377
8377
|
"name": "*",
|
|
8378
|
-
"package": "./
|
|
8378
|
+
"package": "./Form.decorator"
|
|
8379
8379
|
}
|
|
8380
8380
|
}
|
|
8381
8381
|
]
|