@viasat/beam-web-components 2.19.0 → 2.21.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/custom-elements.json +627 -627
- package/package.json +6 -6
- package/vscode.html-custom-data.json +136 -136
package/custom-elements.json
CHANGED
|
@@ -684,6 +684,138 @@
|
|
|
684
684
|
}
|
|
685
685
|
]
|
|
686
686
|
},
|
|
687
|
+
{
|
|
688
|
+
"kind": "javascript-module",
|
|
689
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
690
|
+
"declarations": [
|
|
691
|
+
{
|
|
692
|
+
"kind": "class",
|
|
693
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
694
|
+
"name": "BmBadgeDot",
|
|
695
|
+
"slots": [
|
|
696
|
+
{
|
|
697
|
+
"description": "Provide text for the BadgeDot",
|
|
698
|
+
"name": "default"
|
|
699
|
+
}
|
|
700
|
+
],
|
|
701
|
+
"members": [
|
|
702
|
+
{
|
|
703
|
+
"kind": "field",
|
|
704
|
+
"name": "theme",
|
|
705
|
+
"type": {
|
|
706
|
+
"text": "'light' | 'dark' | undefined"
|
|
707
|
+
},
|
|
708
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
709
|
+
"attribute": "theme"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
"kind": "field",
|
|
713
|
+
"name": "appearance",
|
|
714
|
+
"type": {
|
|
715
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
716
|
+
},
|
|
717
|
+
"default": "'infoPrimary'",
|
|
718
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
719
|
+
"attribute": "appearance"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"kind": "field",
|
|
723
|
+
"name": "emphasis",
|
|
724
|
+
"type": {
|
|
725
|
+
"text": "'strong' | 'subtle'"
|
|
726
|
+
},
|
|
727
|
+
"default": "'strong'",
|
|
728
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
729
|
+
"attribute": "emphasis"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"kind": "field",
|
|
733
|
+
"name": "overrideDotColor",
|
|
734
|
+
"type": {
|
|
735
|
+
"text": "string | undefined"
|
|
736
|
+
},
|
|
737
|
+
"description": "Overrides default dot color",
|
|
738
|
+
"attribute": "overrideDotColor"
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"attributes": [
|
|
742
|
+
{
|
|
743
|
+
"name": "theme",
|
|
744
|
+
"type": {
|
|
745
|
+
"text": "'light' | 'dark' | undefined"
|
|
746
|
+
},
|
|
747
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
748
|
+
"fieldName": "theme"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"name": "appearance",
|
|
752
|
+
"type": {
|
|
753
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
754
|
+
},
|
|
755
|
+
"default": "'infoPrimary'",
|
|
756
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
757
|
+
"fieldName": "appearance"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"name": "emphasis",
|
|
761
|
+
"type": {
|
|
762
|
+
"text": "'strong' | 'subtle'"
|
|
763
|
+
},
|
|
764
|
+
"default": "'strong'",
|
|
765
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
766
|
+
"fieldName": "emphasis"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"name": "overrideDotColor",
|
|
770
|
+
"type": {
|
|
771
|
+
"text": "string | undefined"
|
|
772
|
+
},
|
|
773
|
+
"description": "Overrides default dot color",
|
|
774
|
+
"fieldName": "overrideDotColor"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"superclass": {
|
|
778
|
+
"name": "LitElement",
|
|
779
|
+
"package": "lit"
|
|
780
|
+
},
|
|
781
|
+
"tagName": "bm-badge-dot",
|
|
782
|
+
"customElement": true
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"exports": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "js",
|
|
788
|
+
"name": "BmBadgeDot",
|
|
789
|
+
"declaration": {
|
|
790
|
+
"name": "BmBadgeDot",
|
|
791
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "custom-element-definition",
|
|
796
|
+
"name": "bm-badge-dot",
|
|
797
|
+
"declaration": {
|
|
798
|
+
"name": "BmBadgeDot",
|
|
799
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "javascript-module",
|
|
806
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
807
|
+
"declarations": [],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "*",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "*",
|
|
814
|
+
"package": "./BadgeDot"
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
687
819
|
{
|
|
688
820
|
"kind": "javascript-module",
|
|
689
821
|
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
@@ -841,805 +973,673 @@
|
|
|
841
973
|
},
|
|
842
974
|
{
|
|
843
975
|
"kind": "javascript-module",
|
|
844
|
-
"path": "libs/web-components/src/lib/
|
|
976
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
845
977
|
"declarations": [
|
|
846
978
|
{
|
|
847
979
|
"kind": "class",
|
|
848
|
-
"description": "`bm-
|
|
849
|
-
"name": "
|
|
980
|
+
"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",
|
|
981
|
+
"name": "BmBox",
|
|
850
982
|
"slots": [
|
|
851
983
|
{
|
|
852
|
-
"description": "
|
|
853
|
-
"name": "
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
857
|
-
"name": "heading"
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
861
|
-
"name": "body"
|
|
862
|
-
},
|
|
863
|
-
{
|
|
864
|
-
"description": "Specify if actions display on the Alert",
|
|
865
|
-
"name": "actions"
|
|
984
|
+
"description": "Provide content for the Box",
|
|
985
|
+
"name": "default"
|
|
866
986
|
}
|
|
867
987
|
],
|
|
868
988
|
"members": [
|
|
869
989
|
{
|
|
870
990
|
"kind": "field",
|
|
871
|
-
"name": "
|
|
991
|
+
"name": "backgroundColor",
|
|
872
992
|
"type": {
|
|
873
|
-
"text": "
|
|
993
|
+
"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"
|
|
874
994
|
},
|
|
875
|
-
"description": "Specify the
|
|
876
|
-
"attribute": "
|
|
995
|
+
"description": "Specify the background color of a Box",
|
|
996
|
+
"attribute": "backgroundColor"
|
|
877
997
|
},
|
|
878
998
|
{
|
|
879
999
|
"kind": "field",
|
|
880
|
-
"name": "
|
|
1000
|
+
"name": "borderColor",
|
|
881
1001
|
"type": {
|
|
882
|
-
"text": "
|
|
1002
|
+
"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"
|
|
883
1003
|
},
|
|
884
|
-
"description": "Specify the
|
|
885
|
-
"attribute": "
|
|
1004
|
+
"description": "Specify the border color of a Box",
|
|
1005
|
+
"attribute": "borderColor"
|
|
886
1006
|
},
|
|
887
1007
|
{
|
|
888
1008
|
"kind": "field",
|
|
889
|
-
"name": "
|
|
1009
|
+
"name": "borderWidth",
|
|
890
1010
|
"type": {
|
|
891
|
-
"text": "'
|
|
1011
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
892
1012
|
},
|
|
893
|
-
"
|
|
894
|
-
"
|
|
895
|
-
"attribute": "size"
|
|
1013
|
+
"description": "Specify the border width of a Box",
|
|
1014
|
+
"attribute": "borderWidth"
|
|
896
1015
|
},
|
|
897
1016
|
{
|
|
898
1017
|
"kind": "field",
|
|
899
|
-
"name": "
|
|
1018
|
+
"name": "borderRadius",
|
|
900
1019
|
"type": {
|
|
901
|
-
"text": "
|
|
1020
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
902
1021
|
},
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
"attribute": "fullWidth"
|
|
1022
|
+
"description": "Specify the border radius of a Box",
|
|
1023
|
+
"attribute": "borderRadius"
|
|
906
1024
|
},
|
|
907
1025
|
{
|
|
908
1026
|
"kind": "field",
|
|
909
|
-
"name": "
|
|
1027
|
+
"name": "px",
|
|
910
1028
|
"type": {
|
|
911
|
-
"text": "'
|
|
1029
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
912
1030
|
},
|
|
913
|
-
"description": "Specify
|
|
914
|
-
"attribute": "
|
|
1031
|
+
"description": "Specify before and after padding of a Box",
|
|
1032
|
+
"attribute": "px"
|
|
915
1033
|
},
|
|
916
1034
|
{
|
|
917
1035
|
"kind": "field",
|
|
918
|
-
"name": "
|
|
1036
|
+
"name": "py",
|
|
919
1037
|
"type": {
|
|
920
|
-
"text": "'
|
|
1038
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
921
1039
|
},
|
|
922
|
-
"
|
|
923
|
-
"
|
|
924
|
-
"attribute": "appearance"
|
|
1040
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1041
|
+
"attribute": "py"
|
|
925
1042
|
},
|
|
926
1043
|
{
|
|
927
1044
|
"kind": "field",
|
|
928
|
-
"name": "
|
|
1045
|
+
"name": "pTop",
|
|
929
1046
|
"type": {
|
|
930
|
-
"text": "
|
|
1047
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
931
1048
|
},
|
|
932
|
-
"
|
|
933
|
-
"
|
|
934
|
-
"attribute": "hidden"
|
|
1049
|
+
"description": "Specify top padding of a Box",
|
|
1050
|
+
"attribute": "pTop"
|
|
935
1051
|
},
|
|
936
1052
|
{
|
|
937
1053
|
"kind": "field",
|
|
938
|
-
"name": "
|
|
1054
|
+
"name": "pBottom",
|
|
939
1055
|
"type": {
|
|
940
|
-
"text": "
|
|
1056
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
941
1057
|
},
|
|
942
|
-
"
|
|
943
|
-
"
|
|
944
|
-
"attribute": "hideIcon"
|
|
1058
|
+
"description": "Specify bottom padding of a Box",
|
|
1059
|
+
"attribute": "pBottom"
|
|
945
1060
|
},
|
|
946
1061
|
{
|
|
947
1062
|
"kind": "field",
|
|
948
|
-
"name": "
|
|
1063
|
+
"name": "pBefore",
|
|
949
1064
|
"type": {
|
|
950
|
-
"text": "
|
|
1065
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
951
1066
|
},
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
"attribute": "dismissible"
|
|
1067
|
+
"description": "Specify before padding of a Box",
|
|
1068
|
+
"attribute": "pBefore"
|
|
955
1069
|
},
|
|
956
1070
|
{
|
|
957
1071
|
"kind": "field",
|
|
958
|
-
"name": "
|
|
1072
|
+
"name": "pAfter",
|
|
959
1073
|
"type": {
|
|
960
|
-
"text": "
|
|
1074
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
961
1075
|
},
|
|
962
|
-
"
|
|
963
|
-
"
|
|
964
|
-
"attribute": "disableAutoFocus"
|
|
1076
|
+
"description": "Specify after padding of a Box",
|
|
1077
|
+
"attribute": "pAfter"
|
|
965
1078
|
},
|
|
966
1079
|
{
|
|
967
1080
|
"kind": "field",
|
|
968
|
-
"name": "
|
|
1081
|
+
"name": "mx",
|
|
969
1082
|
"type": {
|
|
970
|
-
"text": "
|
|
1083
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
971
1084
|
},
|
|
972
|
-
"
|
|
973
|
-
"
|
|
974
|
-
|
|
975
|
-
}
|
|
976
|
-
],
|
|
977
|
-
"events": [
|
|
1085
|
+
"description": "Specify before and after margin of a Box",
|
|
1086
|
+
"attribute": "mx"
|
|
1087
|
+
},
|
|
978
1088
|
{
|
|
979
|
-
"
|
|
980
|
-
"name": "
|
|
981
|
-
}
|
|
982
|
-
],
|
|
983
|
-
"attributes": [
|
|
984
|
-
{
|
|
985
|
-
"name": "heading",
|
|
986
|
-
"type": {
|
|
987
|
-
"text": "string | undefined"
|
|
988
|
-
},
|
|
989
|
-
"description": "Specify the heading text for Alert",
|
|
990
|
-
"fieldName": "heading"
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"name": "body",
|
|
994
|
-
"type": {
|
|
995
|
-
"text": "string | undefined"
|
|
996
|
-
},
|
|
997
|
-
"description": "Specify the body text for Alert",
|
|
998
|
-
"fieldName": "body"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"name": "size",
|
|
1002
|
-
"type": {
|
|
1003
|
-
"text": "'sm' | 'md'"
|
|
1004
|
-
},
|
|
1005
|
-
"default": "'sm'",
|
|
1006
|
-
"description": "Specify the size of the Alert",
|
|
1007
|
-
"fieldName": "size"
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
"name": "fullWidth",
|
|
1011
|
-
"type": {
|
|
1012
|
-
"text": "boolean"
|
|
1013
|
-
},
|
|
1014
|
-
"default": "false",
|
|
1015
|
-
"description": "Specify if the Alert has no border radius",
|
|
1016
|
-
"fieldName": "fullWidth"
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
"name": "theme",
|
|
1020
|
-
"type": {
|
|
1021
|
-
"text": "'light' | 'dark' | undefined"
|
|
1022
|
-
},
|
|
1023
|
-
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1024
|
-
"fieldName": "theme"
|
|
1025
|
-
},
|
|
1026
|
-
{
|
|
1027
|
-
"name": "appearance",
|
|
1089
|
+
"kind": "field",
|
|
1090
|
+
"name": "my",
|
|
1028
1091
|
"type": {
|
|
1029
|
-
"text": "'
|
|
1092
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1030
1093
|
},
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1033
|
-
"fieldName": "appearance"
|
|
1094
|
+
"description": "Specify top and bottom margin of a Box",
|
|
1095
|
+
"attribute": "my"
|
|
1034
1096
|
},
|
|
1035
1097
|
{
|
|
1036
|
-
"
|
|
1098
|
+
"kind": "field",
|
|
1099
|
+
"name": "mTop",
|
|
1037
1100
|
"type": {
|
|
1038
|
-
"text": "
|
|
1101
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1039
1102
|
},
|
|
1040
|
-
"
|
|
1041
|
-
"
|
|
1042
|
-
"fieldName": "hidden"
|
|
1103
|
+
"description": "Specify top margin of a Box",
|
|
1104
|
+
"attribute": "mTop"
|
|
1043
1105
|
},
|
|
1044
1106
|
{
|
|
1045
|
-
"
|
|
1107
|
+
"kind": "field",
|
|
1108
|
+
"name": "mBottom",
|
|
1046
1109
|
"type": {
|
|
1047
|
-
"text": "
|
|
1110
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1048
1111
|
},
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
"fieldName": "hideIcon"
|
|
1112
|
+
"description": "Specify bottom margin of a Box",
|
|
1113
|
+
"attribute": "mBottom"
|
|
1052
1114
|
},
|
|
1053
1115
|
{
|
|
1054
|
-
"
|
|
1116
|
+
"kind": "field",
|
|
1117
|
+
"name": "mBefore",
|
|
1055
1118
|
"type": {
|
|
1056
|
-
"text": "
|
|
1119
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1057
1120
|
},
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
"fieldName": "dismissible"
|
|
1121
|
+
"description": "Specify before margin of a Box",
|
|
1122
|
+
"attribute": "mBefore"
|
|
1061
1123
|
},
|
|
1062
1124
|
{
|
|
1063
|
-
"
|
|
1125
|
+
"kind": "field",
|
|
1126
|
+
"name": "mAfter",
|
|
1064
1127
|
"type": {
|
|
1065
|
-
"text": "
|
|
1128
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1066
1129
|
},
|
|
1067
|
-
"
|
|
1068
|
-
"
|
|
1069
|
-
"fieldName": "disableAutoFocus"
|
|
1130
|
+
"description": "Specify after margin of a Box",
|
|
1131
|
+
"attribute": "mAfter"
|
|
1070
1132
|
},
|
|
1071
|
-
{
|
|
1072
|
-
"name": "disableCloseOnEscape",
|
|
1073
|
-
"type": {
|
|
1074
|
-
"text": "boolean"
|
|
1075
|
-
},
|
|
1076
|
-
"default": "false",
|
|
1077
|
-
"description": "Prevent Escape from closing",
|
|
1078
|
-
"fieldName": "disableCloseOnEscape"
|
|
1079
|
-
}
|
|
1080
|
-
],
|
|
1081
|
-
"superclass": {
|
|
1082
|
-
"name": "LitElement",
|
|
1083
|
-
"package": "lit"
|
|
1084
|
-
},
|
|
1085
|
-
"tagName": "bm-alert",
|
|
1086
|
-
"customElement": true
|
|
1087
|
-
}
|
|
1088
|
-
],
|
|
1089
|
-
"exports": [
|
|
1090
|
-
{
|
|
1091
|
-
"kind": "js",
|
|
1092
|
-
"name": "BmAlert",
|
|
1093
|
-
"declaration": {
|
|
1094
|
-
"name": "BmAlert",
|
|
1095
|
-
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1096
|
-
}
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"kind": "custom-element-definition",
|
|
1100
|
-
"name": "bm-alert",
|
|
1101
|
-
"declaration": {
|
|
1102
|
-
"name": "BmAlert",
|
|
1103
|
-
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1104
|
-
}
|
|
1105
|
-
}
|
|
1106
|
-
]
|
|
1107
|
-
},
|
|
1108
|
-
{
|
|
1109
|
-
"kind": "javascript-module",
|
|
1110
|
-
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1111
|
-
"declarations": [],
|
|
1112
|
-
"exports": [
|
|
1113
|
-
{
|
|
1114
|
-
"kind": "js",
|
|
1115
|
-
"name": "*",
|
|
1116
|
-
"declaration": {
|
|
1117
|
-
"name": "*",
|
|
1118
|
-
"package": "./Alert"
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
]
|
|
1122
|
-
},
|
|
1123
|
-
{
|
|
1124
|
-
"kind": "javascript-module",
|
|
1125
|
-
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1126
|
-
"declarations": [
|
|
1127
|
-
{
|
|
1128
|
-
"kind": "class",
|
|
1129
|
-
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
1130
|
-
"name": "BmBadgeDot",
|
|
1131
|
-
"slots": [
|
|
1132
|
-
{
|
|
1133
|
-
"description": "Provide text for the BadgeDot",
|
|
1134
|
-
"name": "default"
|
|
1135
|
-
}
|
|
1136
|
-
],
|
|
1137
|
-
"members": [
|
|
1138
1133
|
{
|
|
1139
1134
|
"kind": "field",
|
|
1140
|
-
"name": "
|
|
1135
|
+
"name": "m",
|
|
1141
1136
|
"type": {
|
|
1142
|
-
"text": "'
|
|
1137
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1143
1138
|
},
|
|
1144
|
-
"description": "Specify
|
|
1145
|
-
"attribute": "
|
|
1139
|
+
"description": "Specify all margin",
|
|
1140
|
+
"attribute": "m"
|
|
1146
1141
|
},
|
|
1147
1142
|
{
|
|
1148
1143
|
"kind": "field",
|
|
1149
|
-
"name": "
|
|
1144
|
+
"name": "p",
|
|
1150
1145
|
"type": {
|
|
1151
|
-
"text": "'
|
|
1146
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1152
1147
|
},
|
|
1153
|
-
"
|
|
1154
|
-
"
|
|
1155
|
-
"attribute": "appearance"
|
|
1148
|
+
"description": "Specify all padding",
|
|
1149
|
+
"attribute": "p"
|
|
1156
1150
|
},
|
|
1157
1151
|
{
|
|
1158
1152
|
"kind": "field",
|
|
1159
|
-
"name": "
|
|
1153
|
+
"name": "gap",
|
|
1160
1154
|
"type": {
|
|
1161
|
-
"text": "'
|
|
1155
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1162
1156
|
},
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"attribute": "emphasis"
|
|
1157
|
+
"description": "Specify gap between child elements",
|
|
1158
|
+
"attribute": "gap"
|
|
1166
1159
|
},
|
|
1167
1160
|
{
|
|
1168
1161
|
"kind": "field",
|
|
1169
|
-
"name": "
|
|
1162
|
+
"name": "shadow",
|
|
1170
1163
|
"type": {
|
|
1171
|
-
"text": "
|
|
1164
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1172
1165
|
},
|
|
1173
|
-
"description": "
|
|
1174
|
-
"attribute": "
|
|
1166
|
+
"description": "Specify if a Box has a shadow",
|
|
1167
|
+
"attribute": "shadow"
|
|
1175
1168
|
}
|
|
1176
1169
|
],
|
|
1177
1170
|
"attributes": [
|
|
1178
1171
|
{
|
|
1179
|
-
"name": "theme",
|
|
1180
|
-
"type": {
|
|
1181
|
-
"text": "'light' | 'dark' | undefined"
|
|
1182
|
-
},
|
|
1183
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1184
|
-
"fieldName": "theme"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "appearance",
|
|
1188
|
-
"type": {
|
|
1189
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1190
|
-
},
|
|
1191
|
-
"default": "'infoPrimary'",
|
|
1192
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
1193
|
-
"fieldName": "appearance"
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "emphasis",
|
|
1197
|
-
"type": {
|
|
1198
|
-
"text": "'strong' | 'subtle'"
|
|
1199
|
-
},
|
|
1200
|
-
"default": "'strong'",
|
|
1201
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
1202
|
-
"fieldName": "emphasis"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"name": "overrideDotColor",
|
|
1206
|
-
"type": {
|
|
1207
|
-
"text": "string | undefined"
|
|
1208
|
-
},
|
|
1209
|
-
"description": "Overrides default dot color",
|
|
1210
|
-
"fieldName": "overrideDotColor"
|
|
1211
|
-
}
|
|
1212
|
-
],
|
|
1213
|
-
"superclass": {
|
|
1214
|
-
"name": "LitElement",
|
|
1215
|
-
"package": "lit"
|
|
1216
|
-
},
|
|
1217
|
-
"tagName": "bm-badge-dot",
|
|
1218
|
-
"customElement": true
|
|
1219
|
-
}
|
|
1220
|
-
],
|
|
1221
|
-
"exports": [
|
|
1222
|
-
{
|
|
1223
|
-
"kind": "js",
|
|
1224
|
-
"name": "BmBadgeDot",
|
|
1225
|
-
"declaration": {
|
|
1226
|
-
"name": "BmBadgeDot",
|
|
1227
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1228
|
-
}
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
"kind": "custom-element-definition",
|
|
1232
|
-
"name": "bm-badge-dot",
|
|
1233
|
-
"declaration": {
|
|
1234
|
-
"name": "BmBadgeDot",
|
|
1235
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1238
|
-
]
|
|
1239
|
-
},
|
|
1240
|
-
{
|
|
1241
|
-
"kind": "javascript-module",
|
|
1242
|
-
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1243
|
-
"declarations": [],
|
|
1244
|
-
"exports": [
|
|
1245
|
-
{
|
|
1246
|
-
"kind": "js",
|
|
1247
|
-
"name": "*",
|
|
1248
|
-
"declaration": {
|
|
1249
|
-
"name": "*",
|
|
1250
|
-
"package": "./BadgeDot"
|
|
1251
|
-
}
|
|
1252
|
-
}
|
|
1253
|
-
]
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
"kind": "javascript-module",
|
|
1257
|
-
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1258
|
-
"declarations": [
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "class",
|
|
1261
|
-
"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",
|
|
1262
|
-
"name": "BmBox",
|
|
1263
|
-
"slots": [
|
|
1264
|
-
{
|
|
1265
|
-
"description": "Provide content for the Box",
|
|
1266
|
-
"name": "default"
|
|
1267
|
-
}
|
|
1268
|
-
],
|
|
1269
|
-
"members": [
|
|
1270
|
-
{
|
|
1271
|
-
"kind": "field",
|
|
1272
1172
|
"name": "backgroundColor",
|
|
1273
1173
|
"type": {
|
|
1274
1174
|
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1275
1175
|
},
|
|
1276
1176
|
"description": "Specify the background color of a Box",
|
|
1277
|
-
"
|
|
1177
|
+
"fieldName": "backgroundColor"
|
|
1278
1178
|
},
|
|
1279
1179
|
{
|
|
1280
|
-
"kind": "field",
|
|
1281
1180
|
"name": "borderColor",
|
|
1282
1181
|
"type": {
|
|
1283
1182
|
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1284
1183
|
},
|
|
1285
1184
|
"description": "Specify the border color of a Box",
|
|
1286
|
-
"
|
|
1185
|
+
"fieldName": "borderColor"
|
|
1287
1186
|
},
|
|
1288
1187
|
{
|
|
1289
|
-
"kind": "field",
|
|
1290
1188
|
"name": "borderWidth",
|
|
1291
1189
|
"type": {
|
|
1292
1190
|
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1293
1191
|
},
|
|
1294
1192
|
"description": "Specify the border width of a Box",
|
|
1295
|
-
"
|
|
1193
|
+
"fieldName": "borderWidth"
|
|
1296
1194
|
},
|
|
1297
1195
|
{
|
|
1298
|
-
"kind": "field",
|
|
1299
1196
|
"name": "borderRadius",
|
|
1300
1197
|
"type": {
|
|
1301
1198
|
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1302
1199
|
},
|
|
1303
1200
|
"description": "Specify the border radius of a Box",
|
|
1304
|
-
"
|
|
1201
|
+
"fieldName": "borderRadius"
|
|
1305
1202
|
},
|
|
1306
1203
|
{
|
|
1307
|
-
"kind": "field",
|
|
1308
1204
|
"name": "px",
|
|
1309
1205
|
"type": {
|
|
1310
1206
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1311
1207
|
},
|
|
1312
1208
|
"description": "Specify before and after padding of a Box",
|
|
1313
|
-
"
|
|
1209
|
+
"fieldName": "px"
|
|
1314
1210
|
},
|
|
1315
1211
|
{
|
|
1316
|
-
"kind": "field",
|
|
1317
1212
|
"name": "py",
|
|
1318
1213
|
"type": {
|
|
1319
1214
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1320
1215
|
},
|
|
1321
1216
|
"description": "Specify top and bottom padding of a Box",
|
|
1322
|
-
"
|
|
1217
|
+
"fieldName": "py"
|
|
1323
1218
|
},
|
|
1324
1219
|
{
|
|
1325
|
-
"kind": "field",
|
|
1326
1220
|
"name": "pTop",
|
|
1327
1221
|
"type": {
|
|
1328
1222
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1329
1223
|
},
|
|
1330
1224
|
"description": "Specify top padding of a Box",
|
|
1331
|
-
"
|
|
1225
|
+
"fieldName": "pTop"
|
|
1332
1226
|
},
|
|
1333
1227
|
{
|
|
1334
|
-
"kind": "field",
|
|
1335
1228
|
"name": "pBottom",
|
|
1336
1229
|
"type": {
|
|
1337
1230
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1338
1231
|
},
|
|
1339
1232
|
"description": "Specify bottom padding of a Box",
|
|
1340
|
-
"
|
|
1233
|
+
"fieldName": "pBottom"
|
|
1341
1234
|
},
|
|
1342
1235
|
{
|
|
1343
|
-
"kind": "field",
|
|
1344
1236
|
"name": "pBefore",
|
|
1345
1237
|
"type": {
|
|
1346
1238
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1347
1239
|
},
|
|
1348
1240
|
"description": "Specify before padding of a Box",
|
|
1349
|
-
"
|
|
1241
|
+
"fieldName": "pBefore"
|
|
1350
1242
|
},
|
|
1351
1243
|
{
|
|
1352
|
-
"kind": "field",
|
|
1353
1244
|
"name": "pAfter",
|
|
1354
1245
|
"type": {
|
|
1355
1246
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1356
1247
|
},
|
|
1357
1248
|
"description": "Specify after padding of a Box",
|
|
1358
|
-
"
|
|
1249
|
+
"fieldName": "pAfter"
|
|
1359
1250
|
},
|
|
1360
1251
|
{
|
|
1361
|
-
"kind": "field",
|
|
1362
1252
|
"name": "mx",
|
|
1363
1253
|
"type": {
|
|
1364
1254
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1365
1255
|
},
|
|
1366
1256
|
"description": "Specify before and after margin of a Box",
|
|
1367
|
-
"
|
|
1257
|
+
"fieldName": "mx"
|
|
1368
1258
|
},
|
|
1369
1259
|
{
|
|
1370
|
-
"kind": "field",
|
|
1371
1260
|
"name": "my",
|
|
1372
1261
|
"type": {
|
|
1373
1262
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1374
1263
|
},
|
|
1375
1264
|
"description": "Specify top and bottom margin of a Box",
|
|
1376
|
-
"
|
|
1265
|
+
"fieldName": "my"
|
|
1377
1266
|
},
|
|
1378
1267
|
{
|
|
1379
|
-
"kind": "field",
|
|
1380
1268
|
"name": "mTop",
|
|
1381
1269
|
"type": {
|
|
1382
1270
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1383
1271
|
},
|
|
1384
1272
|
"description": "Specify top margin of a Box",
|
|
1385
|
-
"
|
|
1273
|
+
"fieldName": "mTop"
|
|
1386
1274
|
},
|
|
1387
1275
|
{
|
|
1388
|
-
"kind": "field",
|
|
1389
1276
|
"name": "mBottom",
|
|
1390
1277
|
"type": {
|
|
1391
1278
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1392
1279
|
},
|
|
1393
1280
|
"description": "Specify bottom margin of a Box",
|
|
1394
|
-
"
|
|
1281
|
+
"fieldName": "mBottom"
|
|
1395
1282
|
},
|
|
1396
1283
|
{
|
|
1397
|
-
"kind": "field",
|
|
1398
1284
|
"name": "mBefore",
|
|
1399
1285
|
"type": {
|
|
1400
1286
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1401
1287
|
},
|
|
1402
1288
|
"description": "Specify before margin of a Box",
|
|
1403
|
-
"
|
|
1289
|
+
"fieldName": "mBefore"
|
|
1404
1290
|
},
|
|
1405
1291
|
{
|
|
1406
|
-
"kind": "field",
|
|
1407
1292
|
"name": "mAfter",
|
|
1408
1293
|
"type": {
|
|
1409
1294
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1410
1295
|
},
|
|
1411
1296
|
"description": "Specify after margin of a Box",
|
|
1412
|
-
"
|
|
1297
|
+
"fieldName": "mAfter"
|
|
1413
1298
|
},
|
|
1414
1299
|
{
|
|
1415
|
-
"kind": "field",
|
|
1416
1300
|
"name": "m",
|
|
1417
1301
|
"type": {
|
|
1418
1302
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1419
1303
|
},
|
|
1420
1304
|
"description": "Specify all margin",
|
|
1421
|
-
"
|
|
1305
|
+
"fieldName": "m"
|
|
1422
1306
|
},
|
|
1423
1307
|
{
|
|
1424
|
-
"kind": "field",
|
|
1425
1308
|
"name": "p",
|
|
1426
1309
|
"type": {
|
|
1427
1310
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1428
1311
|
},
|
|
1429
1312
|
"description": "Specify all padding",
|
|
1430
|
-
"
|
|
1313
|
+
"fieldName": "p"
|
|
1431
1314
|
},
|
|
1432
1315
|
{
|
|
1433
|
-
"kind": "field",
|
|
1434
1316
|
"name": "gap",
|
|
1435
1317
|
"type": {
|
|
1436
1318
|
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1437
1319
|
},
|
|
1438
1320
|
"description": "Specify gap between child elements",
|
|
1439
|
-
"
|
|
1321
|
+
"fieldName": "gap"
|
|
1440
1322
|
},
|
|
1441
1323
|
{
|
|
1442
|
-
"kind": "field",
|
|
1443
1324
|
"name": "shadow",
|
|
1444
1325
|
"type": {
|
|
1445
1326
|
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1446
1327
|
},
|
|
1447
1328
|
"description": "Specify if a Box has a shadow",
|
|
1448
|
-
"
|
|
1329
|
+
"fieldName": "shadow"
|
|
1449
1330
|
}
|
|
1450
1331
|
],
|
|
1451
|
-
"
|
|
1332
|
+
"superclass": {
|
|
1333
|
+
"name": "LitElement",
|
|
1334
|
+
"package": "lit"
|
|
1335
|
+
},
|
|
1336
|
+
"tagName": "bm-box",
|
|
1337
|
+
"customElement": true
|
|
1338
|
+
}
|
|
1339
|
+
],
|
|
1340
|
+
"exports": [
|
|
1341
|
+
{
|
|
1342
|
+
"kind": "js",
|
|
1343
|
+
"name": "BmBox",
|
|
1344
|
+
"declaration": {
|
|
1345
|
+
"name": "BmBox",
|
|
1346
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1347
|
+
}
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"kind": "custom-element-definition",
|
|
1351
|
+
"name": "bm-box",
|
|
1352
|
+
"declaration": {
|
|
1353
|
+
"name": "BmBox",
|
|
1354
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
]
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "javascript-module",
|
|
1361
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1362
|
+
"declarations": [],
|
|
1363
|
+
"exports": [
|
|
1364
|
+
{
|
|
1365
|
+
"kind": "js",
|
|
1366
|
+
"name": "*",
|
|
1367
|
+
"declaration": {
|
|
1368
|
+
"name": "*",
|
|
1369
|
+
"package": "./Box"
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
]
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"kind": "javascript-module",
|
|
1376
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1377
|
+
"declarations": [
|
|
1378
|
+
{
|
|
1379
|
+
"kind": "class",
|
|
1380
|
+
"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",
|
|
1381
|
+
"name": "BmAlert",
|
|
1382
|
+
"slots": [
|
|
1452
1383
|
{
|
|
1453
|
-
"
|
|
1384
|
+
"description": "Specify a different icon for the Alert",
|
|
1385
|
+
"name": "icon"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1389
|
+
"name": "heading"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1393
|
+
"name": "body"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"description": "Specify if actions display on the Alert",
|
|
1397
|
+
"name": "actions"
|
|
1398
|
+
}
|
|
1399
|
+
],
|
|
1400
|
+
"members": [
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "field",
|
|
1403
|
+
"name": "heading",
|
|
1454
1404
|
"type": {
|
|
1455
|
-
"text": "
|
|
1405
|
+
"text": "string | undefined"
|
|
1456
1406
|
},
|
|
1457
|
-
"description": "Specify the
|
|
1458
|
-
"
|
|
1407
|
+
"description": "Specify the heading text for Alert",
|
|
1408
|
+
"attribute": "heading"
|
|
1459
1409
|
},
|
|
1460
1410
|
{
|
|
1461
|
-
"
|
|
1411
|
+
"kind": "field",
|
|
1412
|
+
"name": "body",
|
|
1462
1413
|
"type": {
|
|
1463
|
-
"text": "
|
|
1414
|
+
"text": "string | undefined"
|
|
1464
1415
|
},
|
|
1465
|
-
"description": "Specify the
|
|
1466
|
-
"
|
|
1416
|
+
"description": "Specify the body text for Alert",
|
|
1417
|
+
"attribute": "body"
|
|
1467
1418
|
},
|
|
1468
1419
|
{
|
|
1469
|
-
"
|
|
1420
|
+
"kind": "field",
|
|
1421
|
+
"name": "size",
|
|
1470
1422
|
"type": {
|
|
1471
|
-
"text": "'
|
|
1423
|
+
"text": "'sm' | 'md'"
|
|
1472
1424
|
},
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1425
|
+
"default": "'sm'",
|
|
1426
|
+
"description": "Specify the size of the Alert",
|
|
1427
|
+
"attribute": "size"
|
|
1475
1428
|
},
|
|
1476
1429
|
{
|
|
1477
|
-
"
|
|
1430
|
+
"kind": "field",
|
|
1431
|
+
"name": "fullWidth",
|
|
1478
1432
|
"type": {
|
|
1479
|
-
"text": "
|
|
1433
|
+
"text": "boolean"
|
|
1480
1434
|
},
|
|
1481
|
-
"
|
|
1482
|
-
"
|
|
1435
|
+
"default": "false",
|
|
1436
|
+
"description": "Specify if the Alert has no border radius",
|
|
1437
|
+
"attribute": "fullWidth"
|
|
1483
1438
|
},
|
|
1484
1439
|
{
|
|
1485
|
-
"
|
|
1440
|
+
"kind": "field",
|
|
1441
|
+
"name": "theme",
|
|
1486
1442
|
"type": {
|
|
1487
|
-
"text": "'
|
|
1443
|
+
"text": "'light' | 'dark' | undefined"
|
|
1488
1444
|
},
|
|
1489
|
-
"description": "Specify
|
|
1490
|
-
"
|
|
1445
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1446
|
+
"attribute": "theme"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"kind": "field",
|
|
1450
|
+
"name": "appearance",
|
|
1451
|
+
"type": {
|
|
1452
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1453
|
+
},
|
|
1454
|
+
"default": "'infoPrimary'",
|
|
1455
|
+
"description": "Specify the appearance of the Alert",
|
|
1456
|
+
"attribute": "appearance"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"kind": "field",
|
|
1460
|
+
"name": "hidden",
|
|
1461
|
+
"type": {
|
|
1462
|
+
"text": "boolean"
|
|
1463
|
+
},
|
|
1464
|
+
"default": "false",
|
|
1465
|
+
"description": "Specify if the Alert is hidden",
|
|
1466
|
+
"attribute": "hidden"
|
|
1491
1467
|
},
|
|
1492
1468
|
{
|
|
1493
|
-
"
|
|
1469
|
+
"kind": "field",
|
|
1470
|
+
"name": "hideIcon",
|
|
1494
1471
|
"type": {
|
|
1495
|
-
"text": "
|
|
1472
|
+
"text": "boolean"
|
|
1496
1473
|
},
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1474
|
+
"default": "false",
|
|
1475
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1476
|
+
"attribute": "hideIcon"
|
|
1499
1477
|
},
|
|
1500
1478
|
{
|
|
1501
|
-
"
|
|
1479
|
+
"kind": "field",
|
|
1480
|
+
"name": "dismissible",
|
|
1502
1481
|
"type": {
|
|
1503
|
-
"text": "
|
|
1482
|
+
"text": "boolean"
|
|
1504
1483
|
},
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1484
|
+
"default": "false",
|
|
1485
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1486
|
+
"attribute": "dismissible"
|
|
1507
1487
|
},
|
|
1508
1488
|
{
|
|
1509
|
-
"
|
|
1489
|
+
"kind": "field",
|
|
1490
|
+
"name": "disableAutoFocus",
|
|
1510
1491
|
"type": {
|
|
1511
|
-
"text": "
|
|
1492
|
+
"text": "boolean"
|
|
1512
1493
|
},
|
|
1513
|
-
"
|
|
1514
|
-
"
|
|
1494
|
+
"default": "false",
|
|
1495
|
+
"description": "Prevent autofocus on show",
|
|
1496
|
+
"attribute": "disableAutoFocus"
|
|
1515
1497
|
},
|
|
1516
1498
|
{
|
|
1517
|
-
"
|
|
1499
|
+
"kind": "field",
|
|
1500
|
+
"name": "disableCloseOnEscape",
|
|
1518
1501
|
"type": {
|
|
1519
|
-
"text": "
|
|
1502
|
+
"text": "boolean"
|
|
1520
1503
|
},
|
|
1521
|
-
"
|
|
1522
|
-
"
|
|
1523
|
-
|
|
1504
|
+
"default": "false",
|
|
1505
|
+
"description": "Prevent Escape from closing",
|
|
1506
|
+
"attribute": "disableCloseOnEscape"
|
|
1507
|
+
}
|
|
1508
|
+
],
|
|
1509
|
+
"events": [
|
|
1524
1510
|
{
|
|
1525
|
-
"
|
|
1511
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1512
|
+
"name": "bm-dismiss"
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"attributes": [
|
|
1516
|
+
{
|
|
1517
|
+
"name": "heading",
|
|
1526
1518
|
"type": {
|
|
1527
|
-
"text": "
|
|
1519
|
+
"text": "string | undefined"
|
|
1528
1520
|
},
|
|
1529
|
-
"description": "Specify
|
|
1530
|
-
"fieldName": "
|
|
1521
|
+
"description": "Specify the heading text for Alert",
|
|
1522
|
+
"fieldName": "heading"
|
|
1531
1523
|
},
|
|
1532
1524
|
{
|
|
1533
|
-
"name": "
|
|
1525
|
+
"name": "body",
|
|
1534
1526
|
"type": {
|
|
1535
|
-
"text": "
|
|
1527
|
+
"text": "string | undefined"
|
|
1536
1528
|
},
|
|
1537
|
-
"description": "Specify
|
|
1538
|
-
"fieldName": "
|
|
1529
|
+
"description": "Specify the body text for Alert",
|
|
1530
|
+
"fieldName": "body"
|
|
1539
1531
|
},
|
|
1540
1532
|
{
|
|
1541
|
-
"name": "
|
|
1533
|
+
"name": "size",
|
|
1542
1534
|
"type": {
|
|
1543
|
-
"text": "'
|
|
1535
|
+
"text": "'sm' | 'md'"
|
|
1544
1536
|
},
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1537
|
+
"default": "'sm'",
|
|
1538
|
+
"description": "Specify the size of the Alert",
|
|
1539
|
+
"fieldName": "size"
|
|
1547
1540
|
},
|
|
1548
1541
|
{
|
|
1549
|
-
"name": "
|
|
1542
|
+
"name": "fullWidth",
|
|
1550
1543
|
"type": {
|
|
1551
|
-
"text": "
|
|
1544
|
+
"text": "boolean"
|
|
1552
1545
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1546
|
+
"default": "false",
|
|
1547
|
+
"description": "Specify if the Alert has no border radius",
|
|
1548
|
+
"fieldName": "fullWidth"
|
|
1555
1549
|
},
|
|
1556
1550
|
{
|
|
1557
|
-
"name": "
|
|
1551
|
+
"name": "theme",
|
|
1558
1552
|
"type": {
|
|
1559
|
-
"text": "'
|
|
1553
|
+
"text": "'light' | 'dark' | undefined"
|
|
1560
1554
|
},
|
|
1561
|
-
"description": "Specify
|
|
1562
|
-
"fieldName": "
|
|
1555
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1556
|
+
"fieldName": "theme"
|
|
1563
1557
|
},
|
|
1564
1558
|
{
|
|
1565
|
-
"name": "
|
|
1559
|
+
"name": "appearance",
|
|
1566
1560
|
"type": {
|
|
1567
|
-
"text": "'
|
|
1561
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1568
1562
|
},
|
|
1569
|
-
"
|
|
1570
|
-
"
|
|
1563
|
+
"default": "'infoPrimary'",
|
|
1564
|
+
"description": "Specify the appearance of the Alert",
|
|
1565
|
+
"fieldName": "appearance"
|
|
1571
1566
|
},
|
|
1572
1567
|
{
|
|
1573
|
-
"name": "
|
|
1568
|
+
"name": "hidden",
|
|
1574
1569
|
"type": {
|
|
1575
|
-
"text": "
|
|
1570
|
+
"text": "boolean"
|
|
1576
1571
|
},
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
1572
|
+
"default": "false",
|
|
1573
|
+
"description": "Specify if the Alert is hidden",
|
|
1574
|
+
"fieldName": "hidden"
|
|
1579
1575
|
},
|
|
1580
1576
|
{
|
|
1581
|
-
"name": "
|
|
1577
|
+
"name": "hideIcon",
|
|
1582
1578
|
"type": {
|
|
1583
|
-
"text": "
|
|
1579
|
+
"text": "boolean"
|
|
1584
1580
|
},
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1581
|
+
"default": "false",
|
|
1582
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1583
|
+
"fieldName": "hideIcon"
|
|
1587
1584
|
},
|
|
1588
1585
|
{
|
|
1589
|
-
"name": "
|
|
1586
|
+
"name": "dismissible",
|
|
1590
1587
|
"type": {
|
|
1591
|
-
"text": "
|
|
1588
|
+
"text": "boolean"
|
|
1592
1589
|
},
|
|
1593
|
-
"
|
|
1594
|
-
"
|
|
1590
|
+
"default": "false",
|
|
1591
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1592
|
+
"fieldName": "dismissible"
|
|
1595
1593
|
},
|
|
1596
1594
|
{
|
|
1597
|
-
"name": "
|
|
1595
|
+
"name": "disableAutoFocus",
|
|
1598
1596
|
"type": {
|
|
1599
|
-
"text": "
|
|
1597
|
+
"text": "boolean"
|
|
1600
1598
|
},
|
|
1601
|
-
"
|
|
1602
|
-
"
|
|
1599
|
+
"default": "false",
|
|
1600
|
+
"description": "Prevent autofocus on show",
|
|
1601
|
+
"fieldName": "disableAutoFocus"
|
|
1603
1602
|
},
|
|
1604
1603
|
{
|
|
1605
|
-
"name": "
|
|
1604
|
+
"name": "disableCloseOnEscape",
|
|
1606
1605
|
"type": {
|
|
1607
|
-
"text": "
|
|
1606
|
+
"text": "boolean"
|
|
1608
1607
|
},
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1608
|
+
"default": "false",
|
|
1609
|
+
"description": "Prevent Escape from closing",
|
|
1610
|
+
"fieldName": "disableCloseOnEscape"
|
|
1611
1611
|
}
|
|
1612
1612
|
],
|
|
1613
1613
|
"superclass": {
|
|
1614
1614
|
"name": "LitElement",
|
|
1615
1615
|
"package": "lit"
|
|
1616
1616
|
},
|
|
1617
|
-
"tagName": "bm-
|
|
1617
|
+
"tagName": "bm-alert",
|
|
1618
1618
|
"customElement": true
|
|
1619
1619
|
}
|
|
1620
1620
|
],
|
|
1621
1621
|
"exports": [
|
|
1622
1622
|
{
|
|
1623
1623
|
"kind": "js",
|
|
1624
|
-
"name": "
|
|
1624
|
+
"name": "BmAlert",
|
|
1625
1625
|
"declaration": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "libs/web-components/src/lib/
|
|
1626
|
+
"name": "BmAlert",
|
|
1627
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1628
1628
|
}
|
|
1629
1629
|
},
|
|
1630
1630
|
{
|
|
1631
1631
|
"kind": "custom-element-definition",
|
|
1632
|
-
"name": "bm-
|
|
1632
|
+
"name": "bm-alert",
|
|
1633
1633
|
"declaration": {
|
|
1634
|
-
"name": "
|
|
1635
|
-
"module": "libs/web-components/src/lib/
|
|
1634
|
+
"name": "BmAlert",
|
|
1635
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1636
1636
|
}
|
|
1637
1637
|
}
|
|
1638
1638
|
]
|
|
1639
1639
|
},
|
|
1640
1640
|
{
|
|
1641
1641
|
"kind": "javascript-module",
|
|
1642
|
-
"path": "libs/web-components/src/lib/
|
|
1642
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1643
1643
|
"declarations": [],
|
|
1644
1644
|
"exports": [
|
|
1645
1645
|
{
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
"name": "*",
|
|
1648
1648
|
"declaration": {
|
|
1649
1649
|
"name": "*",
|
|
1650
|
-
"package": "./
|
|
1650
|
+
"package": "./Alert"
|
|
1651
1651
|
}
|
|
1652
1652
|
}
|
|
1653
1653
|
]
|
|
@@ -2205,99 +2205,7 @@
|
|
|
2205
2205
|
},
|
|
2206
2206
|
{
|
|
2207
2207
|
"kind": "javascript-module",
|
|
2208
|
-
"path": "libs/web-components/src/lib/Button/index.ts",
|
|
2209
|
-
"declarations": [],
|
|
2210
|
-
"exports": [
|
|
2211
|
-
{
|
|
2212
|
-
"kind": "js",
|
|
2213
|
-
"name": "*",
|
|
2214
|
-
"declaration": {
|
|
2215
|
-
"name": "*",
|
|
2216
|
-
"package": "./Button"
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
]
|
|
2220
|
-
},
|
|
2221
|
-
{
|
|
2222
|
-
"kind": "javascript-module",
|
|
2223
|
-
"path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
|
|
2224
|
-
"declarations": [
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "class",
|
|
2227
|
-
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
|
|
2228
|
-
"name": "BmCloseButton",
|
|
2229
|
-
"members": [
|
|
2230
|
-
{
|
|
2231
|
-
"kind": "field",
|
|
2232
|
-
"name": "size",
|
|
2233
|
-
"type": {
|
|
2234
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2235
|
-
},
|
|
2236
|
-
"default": "'md'",
|
|
2237
|
-
"description": "Specify the size of the CloseButton",
|
|
2238
|
-
"attribute": "size"
|
|
2239
|
-
},
|
|
2240
|
-
{
|
|
2241
|
-
"kind": "field",
|
|
2242
|
-
"name": "disabled",
|
|
2243
|
-
"type": {
|
|
2244
|
-
"text": "boolean"
|
|
2245
|
-
},
|
|
2246
|
-
"default": "false",
|
|
2247
|
-
"description": "Specify if the CloseButton is disabled",
|
|
2248
|
-
"attribute": "disabled"
|
|
2249
|
-
}
|
|
2250
|
-
],
|
|
2251
|
-
"attributes": [
|
|
2252
|
-
{
|
|
2253
|
-
"name": "size",
|
|
2254
|
-
"type": {
|
|
2255
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2256
|
-
},
|
|
2257
|
-
"default": "'md'",
|
|
2258
|
-
"description": "Specify the size of the CloseButton",
|
|
2259
|
-
"fieldName": "size"
|
|
2260
|
-
},
|
|
2261
|
-
{
|
|
2262
|
-
"name": "disabled",
|
|
2263
|
-
"type": {
|
|
2264
|
-
"text": "boolean"
|
|
2265
|
-
},
|
|
2266
|
-
"default": "false",
|
|
2267
|
-
"description": "Specify if the CloseButton is disabled",
|
|
2268
|
-
"fieldName": "disabled"
|
|
2269
|
-
}
|
|
2270
|
-
],
|
|
2271
|
-
"superclass": {
|
|
2272
|
-
"name": "LitElement",
|
|
2273
|
-
"package": "lit"
|
|
2274
|
-
},
|
|
2275
|
-
"tagName": "bm-close-button",
|
|
2276
|
-
"customElement": true
|
|
2277
|
-
}
|
|
2278
|
-
],
|
|
2279
|
-
"exports": [
|
|
2280
|
-
{
|
|
2281
|
-
"kind": "js",
|
|
2282
|
-
"name": "BmCloseButton",
|
|
2283
|
-
"declaration": {
|
|
2284
|
-
"name": "BmCloseButton",
|
|
2285
|
-
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2286
|
-
}
|
|
2287
|
-
},
|
|
2288
|
-
{
|
|
2289
|
-
"kind": "custom-element-definition",
|
|
2290
|
-
"name": "bm-close-button",
|
|
2291
|
-
"declaration": {
|
|
2292
|
-
"name": "BmCloseButton",
|
|
2293
|
-
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2294
|
-
}
|
|
2295
|
-
}
|
|
2296
|
-
]
|
|
2297
|
-
},
|
|
2298
|
-
{
|
|
2299
|
-
"kind": "javascript-module",
|
|
2300
|
-
"path": "libs/web-components/src/lib/CloseButton/index.ts",
|
|
2208
|
+
"path": "libs/web-components/src/lib/Button/index.ts",
|
|
2301
2209
|
"declarations": [],
|
|
2302
2210
|
"exports": [
|
|
2303
2211
|
{
|
|
@@ -2305,139 +2213,91 @@
|
|
|
2305
2213
|
"name": "*",
|
|
2306
2214
|
"declaration": {
|
|
2307
2215
|
"name": "*",
|
|
2308
|
-
"package": "./
|
|
2216
|
+
"package": "./Button"
|
|
2309
2217
|
}
|
|
2310
2218
|
}
|
|
2311
2219
|
]
|
|
2312
2220
|
},
|
|
2313
2221
|
{
|
|
2314
2222
|
"kind": "javascript-module",
|
|
2315
|
-
"path": "libs/web-components/src/lib/
|
|
2223
|
+
"path": "libs/web-components/src/lib/CloseButton/CloseButton.ts",
|
|
2316
2224
|
"declarations": [
|
|
2317
2225
|
{
|
|
2318
2226
|
"kind": "class",
|
|
2319
|
-
"description": "`bm-
|
|
2320
|
-
"name": "
|
|
2321
|
-
"slots": [
|
|
2322
|
-
{
|
|
2323
|
-
"description": "Specify an icon for EmptyState",
|
|
2324
|
-
"name": "icon"
|
|
2325
|
-
},
|
|
2326
|
-
{
|
|
2327
|
-
"description": "Specify heading text for EmptyState",
|
|
2328
|
-
"name": "heading"
|
|
2329
|
-
},
|
|
2330
|
-
{
|
|
2331
|
-
"description": "Specify body text for EmptyState",
|
|
2332
|
-
"name": "body"
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"description": "Add actions to EmptyState",
|
|
2336
|
-
"name": "actions"
|
|
2337
|
-
}
|
|
2338
|
-
],
|
|
2227
|
+
"description": "`bm-close-button`\n\n### Attributes:\n- **size** - Specify the size of the CloseButton\n- **disabled** - Specify if the CloseButton is disabled",
|
|
2228
|
+
"name": "BmCloseButton",
|
|
2339
2229
|
"members": [
|
|
2340
2230
|
{
|
|
2341
2231
|
"kind": "field",
|
|
2342
|
-
"name": "
|
|
2343
|
-
"type": {
|
|
2344
|
-
"text": "string | undefined"
|
|
2345
|
-
},
|
|
2346
|
-
"description": "Specify heading text for EmptyState",
|
|
2347
|
-
"attribute": "heading"
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "field",
|
|
2351
|
-
"name": "body",
|
|
2352
|
-
"type": {
|
|
2353
|
-
"text": "string | undefined"
|
|
2354
|
-
},
|
|
2355
|
-
"description": "Specify body text for EmptyState",
|
|
2356
|
-
"attribute": "body"
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "field",
|
|
2360
|
-
"name": "actions",
|
|
2232
|
+
"name": "size",
|
|
2361
2233
|
"type": {
|
|
2362
|
-
"text": "
|
|
2234
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2363
2235
|
},
|
|
2364
|
-
"
|
|
2365
|
-
"
|
|
2236
|
+
"default": "'md'",
|
|
2237
|
+
"description": "Specify the size of the CloseButton",
|
|
2238
|
+
"attribute": "size"
|
|
2366
2239
|
},
|
|
2367
2240
|
{
|
|
2368
2241
|
"kind": "field",
|
|
2369
|
-
"name": "
|
|
2242
|
+
"name": "disabled",
|
|
2370
2243
|
"type": {
|
|
2371
|
-
"text": "
|
|
2244
|
+
"text": "boolean"
|
|
2372
2245
|
},
|
|
2373
|
-
"
|
|
2374
|
-
"
|
|
2246
|
+
"default": "false",
|
|
2247
|
+
"description": "Specify if the CloseButton is disabled",
|
|
2248
|
+
"attribute": "disabled"
|
|
2375
2249
|
}
|
|
2376
2250
|
],
|
|
2377
2251
|
"attributes": [
|
|
2378
2252
|
{
|
|
2379
|
-
"name": "
|
|
2380
|
-
"type": {
|
|
2381
|
-
"text": "string | undefined"
|
|
2382
|
-
},
|
|
2383
|
-
"description": "Specify heading text for EmptyState",
|
|
2384
|
-
"fieldName": "heading"
|
|
2385
|
-
},
|
|
2386
|
-
{
|
|
2387
|
-
"name": "body",
|
|
2388
|
-
"type": {
|
|
2389
|
-
"text": "string | undefined"
|
|
2390
|
-
},
|
|
2391
|
-
"description": "Specify body text for EmptyState",
|
|
2392
|
-
"fieldName": "body"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"name": "actions",
|
|
2253
|
+
"name": "size",
|
|
2396
2254
|
"type": {
|
|
2397
|
-
"text": "
|
|
2255
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2398
2256
|
},
|
|
2399
|
-
"
|
|
2400
|
-
"
|
|
2257
|
+
"default": "'md'",
|
|
2258
|
+
"description": "Specify the size of the CloseButton",
|
|
2259
|
+
"fieldName": "size"
|
|
2401
2260
|
},
|
|
2402
2261
|
{
|
|
2403
|
-
"name": "
|
|
2262
|
+
"name": "disabled",
|
|
2404
2263
|
"type": {
|
|
2405
|
-
"text": "
|
|
2264
|
+
"text": "boolean"
|
|
2406
2265
|
},
|
|
2407
|
-
"
|
|
2408
|
-
"
|
|
2266
|
+
"default": "false",
|
|
2267
|
+
"description": "Specify if the CloseButton is disabled",
|
|
2268
|
+
"fieldName": "disabled"
|
|
2409
2269
|
}
|
|
2410
2270
|
],
|
|
2411
2271
|
"superclass": {
|
|
2412
2272
|
"name": "LitElement",
|
|
2413
2273
|
"package": "lit"
|
|
2414
2274
|
},
|
|
2415
|
-
"tagName": "bm-
|
|
2275
|
+
"tagName": "bm-close-button",
|
|
2416
2276
|
"customElement": true
|
|
2417
2277
|
}
|
|
2418
2278
|
],
|
|
2419
2279
|
"exports": [
|
|
2420
2280
|
{
|
|
2421
2281
|
"kind": "js",
|
|
2422
|
-
"name": "
|
|
2282
|
+
"name": "BmCloseButton",
|
|
2423
2283
|
"declaration": {
|
|
2424
|
-
"name": "
|
|
2425
|
-
"module": "libs/web-components/src/lib/
|
|
2284
|
+
"name": "BmCloseButton",
|
|
2285
|
+
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2426
2286
|
}
|
|
2427
2287
|
},
|
|
2428
2288
|
{
|
|
2429
2289
|
"kind": "custom-element-definition",
|
|
2430
|
-
"name": "bm-
|
|
2290
|
+
"name": "bm-close-button",
|
|
2431
2291
|
"declaration": {
|
|
2432
|
-
"name": "
|
|
2433
|
-
"module": "libs/web-components/src/lib/
|
|
2292
|
+
"name": "BmCloseButton",
|
|
2293
|
+
"module": "libs/web-components/src/lib/CloseButton/CloseButton.ts"
|
|
2434
2294
|
}
|
|
2435
2295
|
}
|
|
2436
2296
|
]
|
|
2437
2297
|
},
|
|
2438
2298
|
{
|
|
2439
2299
|
"kind": "javascript-module",
|
|
2440
|
-
"path": "libs/web-components/src/lib/
|
|
2300
|
+
"path": "libs/web-components/src/lib/CloseButton/index.ts",
|
|
2441
2301
|
"declarations": [],
|
|
2442
2302
|
"exports": [
|
|
2443
2303
|
{
|
|
@@ -2445,7 +2305,7 @@
|
|
|
2445
2305
|
"name": "*",
|
|
2446
2306
|
"declaration": {
|
|
2447
2307
|
"name": "*",
|
|
2448
|
-
"package": "./
|
|
2308
|
+
"package": "./CloseButton"
|
|
2449
2309
|
}
|
|
2450
2310
|
}
|
|
2451
2311
|
]
|
|
@@ -2643,6 +2503,146 @@
|
|
|
2643
2503
|
}
|
|
2644
2504
|
]
|
|
2645
2505
|
},
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "javascript-module",
|
|
2508
|
+
"path": "libs/web-components/src/lib/EmptyState/EmptyState.ts",
|
|
2509
|
+
"declarations": [
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "class",
|
|
2512
|
+
"description": "`bm-empty-state`\n\n### Attributes:\n- **heading** - Specify heading text for EmptyState\n- **body** - Specify body text for EmptyState\n- **actions** - Specify action for EmptyState\n- **theme** - Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2513
|
+
"name": "BmEmptyState",
|
|
2514
|
+
"slots": [
|
|
2515
|
+
{
|
|
2516
|
+
"description": "Specify an icon for EmptyState",
|
|
2517
|
+
"name": "icon"
|
|
2518
|
+
},
|
|
2519
|
+
{
|
|
2520
|
+
"description": "Specify heading text for EmptyState",
|
|
2521
|
+
"name": "heading"
|
|
2522
|
+
},
|
|
2523
|
+
{
|
|
2524
|
+
"description": "Specify body text for EmptyState",
|
|
2525
|
+
"name": "body"
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"description": "Add actions to EmptyState",
|
|
2529
|
+
"name": "actions"
|
|
2530
|
+
}
|
|
2531
|
+
],
|
|
2532
|
+
"members": [
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "field",
|
|
2535
|
+
"name": "heading",
|
|
2536
|
+
"type": {
|
|
2537
|
+
"text": "string | undefined"
|
|
2538
|
+
},
|
|
2539
|
+
"description": "Specify heading text for EmptyState",
|
|
2540
|
+
"attribute": "heading"
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"kind": "field",
|
|
2544
|
+
"name": "body",
|
|
2545
|
+
"type": {
|
|
2546
|
+
"text": "string | undefined"
|
|
2547
|
+
},
|
|
2548
|
+
"description": "Specify body text for EmptyState",
|
|
2549
|
+
"attribute": "body"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "field",
|
|
2553
|
+
"name": "actions",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "HTMLSlotElement | undefined"
|
|
2556
|
+
},
|
|
2557
|
+
"description": "Specify action for EmptyState",
|
|
2558
|
+
"attribute": "actions"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"kind": "field",
|
|
2562
|
+
"name": "theme",
|
|
2563
|
+
"type": {
|
|
2564
|
+
"text": "'light' | 'dark' | undefined"
|
|
2565
|
+
},
|
|
2566
|
+
"description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2567
|
+
"attribute": "theme"
|
|
2568
|
+
}
|
|
2569
|
+
],
|
|
2570
|
+
"attributes": [
|
|
2571
|
+
{
|
|
2572
|
+
"name": "heading",
|
|
2573
|
+
"type": {
|
|
2574
|
+
"text": "string | undefined"
|
|
2575
|
+
},
|
|
2576
|
+
"description": "Specify heading text for EmptyState",
|
|
2577
|
+
"fieldName": "heading"
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"name": "body",
|
|
2581
|
+
"type": {
|
|
2582
|
+
"text": "string | undefined"
|
|
2583
|
+
},
|
|
2584
|
+
"description": "Specify body text for EmptyState",
|
|
2585
|
+
"fieldName": "body"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"name": "actions",
|
|
2589
|
+
"type": {
|
|
2590
|
+
"text": "HTMLSlotElement | undefined"
|
|
2591
|
+
},
|
|
2592
|
+
"description": "Specify action for EmptyState",
|
|
2593
|
+
"fieldName": "actions"
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"name": "theme",
|
|
2597
|
+
"type": {
|
|
2598
|
+
"text": "'light' | 'dark' | undefined"
|
|
2599
|
+
},
|
|
2600
|
+
"description": "Specify the theme of EmptyState. By default it inherits the theme from the parent",
|
|
2601
|
+
"fieldName": "theme"
|
|
2602
|
+
}
|
|
2603
|
+
],
|
|
2604
|
+
"superclass": {
|
|
2605
|
+
"name": "LitElement",
|
|
2606
|
+
"package": "lit"
|
|
2607
|
+
},
|
|
2608
|
+
"tagName": "bm-empty-state",
|
|
2609
|
+
"customElement": true
|
|
2610
|
+
}
|
|
2611
|
+
],
|
|
2612
|
+
"exports": [
|
|
2613
|
+
{
|
|
2614
|
+
"kind": "js",
|
|
2615
|
+
"name": "BmEmptyState",
|
|
2616
|
+
"declaration": {
|
|
2617
|
+
"name": "BmEmptyState",
|
|
2618
|
+
"module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
|
|
2619
|
+
}
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"kind": "custom-element-definition",
|
|
2623
|
+
"name": "bm-empty-state",
|
|
2624
|
+
"declaration": {
|
|
2625
|
+
"name": "BmEmptyState",
|
|
2626
|
+
"module": "libs/web-components/src/lib/EmptyState/EmptyState.ts"
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
]
|
|
2630
|
+
},
|
|
2631
|
+
{
|
|
2632
|
+
"kind": "javascript-module",
|
|
2633
|
+
"path": "libs/web-components/src/lib/EmptyState/index.ts",
|
|
2634
|
+
"declarations": [],
|
|
2635
|
+
"exports": [
|
|
2636
|
+
{
|
|
2637
|
+
"kind": "js",
|
|
2638
|
+
"name": "*",
|
|
2639
|
+
"declaration": {
|
|
2640
|
+
"name": "*",
|
|
2641
|
+
"package": "./EmptyState"
|
|
2642
|
+
}
|
|
2643
|
+
}
|
|
2644
|
+
]
|
|
2645
|
+
},
|
|
2646
2646
|
{
|
|
2647
2647
|
"kind": "javascript-module",
|
|
2648
2648
|
"path": "libs/web-components/src/lib/HelperText/HelperText.ts",
|