@viasat/beam-web-components 2.28.0 → 2.29.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 +1402 -1402
- package/package.json +6 -6
- package/vscode.html-custom-data.json +123 -123
package/custom-elements.json
CHANGED
|
@@ -684,6 +684,161 @@
|
|
|
684
684
|
}
|
|
685
685
|
]
|
|
686
686
|
},
|
|
687
|
+
{
|
|
688
|
+
"kind": "javascript-module",
|
|
689
|
+
"path": "libs/web-components/src/lib/Badge/Badge.ts",
|
|
690
|
+
"declarations": [
|
|
691
|
+
{
|
|
692
|
+
"kind": "class",
|
|
693
|
+
"description": "`bm-badge`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Badge\n- **theme** - Theme of the Badge\n- **size** - Specify the size of the Badge\n- **emphasis** - Specify the emphasis of the Badge\n- **hideIcon** - Hides Badge icon",
|
|
694
|
+
"name": "BmBadge",
|
|
695
|
+
"slots": [
|
|
696
|
+
{
|
|
697
|
+
"description": "Provide text for the Badge",
|
|
698
|
+
"name": "default"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"description": "Specify a different icon for the Badge",
|
|
702
|
+
"name": "icon"
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
"members": [
|
|
706
|
+
{
|
|
707
|
+
"kind": "field",
|
|
708
|
+
"name": "appearance",
|
|
709
|
+
"type": {
|
|
710
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
711
|
+
},
|
|
712
|
+
"default": "'infoPrimary'",
|
|
713
|
+
"description": "Specify the appearance of the Badge",
|
|
714
|
+
"attribute": "appearance"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"kind": "field",
|
|
718
|
+
"name": "theme",
|
|
719
|
+
"type": {
|
|
720
|
+
"text": "'light' | 'dark' | undefined"
|
|
721
|
+
},
|
|
722
|
+
"description": "Theme of the Badge",
|
|
723
|
+
"attribute": "theme"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"kind": "field",
|
|
727
|
+
"name": "size",
|
|
728
|
+
"type": {
|
|
729
|
+
"text": "'sm' | 'md' | undefined"
|
|
730
|
+
},
|
|
731
|
+
"default": "'sm'",
|
|
732
|
+
"description": "Specify the size of the Badge",
|
|
733
|
+
"attribute": "size"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"kind": "field",
|
|
737
|
+
"name": "emphasis",
|
|
738
|
+
"type": {
|
|
739
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
740
|
+
},
|
|
741
|
+
"default": "'strong'",
|
|
742
|
+
"description": "Specify the emphasis of the Badge",
|
|
743
|
+
"attribute": "emphasis"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
"kind": "field",
|
|
747
|
+
"name": "hideIcon",
|
|
748
|
+
"type": {
|
|
749
|
+
"text": "boolean | undefined"
|
|
750
|
+
},
|
|
751
|
+
"description": "Hides Badge icon",
|
|
752
|
+
"attribute": "hideIcon"
|
|
753
|
+
}
|
|
754
|
+
],
|
|
755
|
+
"attributes": [
|
|
756
|
+
{
|
|
757
|
+
"name": "appearance",
|
|
758
|
+
"type": {
|
|
759
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
760
|
+
},
|
|
761
|
+
"default": "'infoPrimary'",
|
|
762
|
+
"description": "Specify the appearance of the Badge",
|
|
763
|
+
"fieldName": "appearance"
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
"name": "theme",
|
|
767
|
+
"type": {
|
|
768
|
+
"text": "'light' | 'dark' | undefined"
|
|
769
|
+
},
|
|
770
|
+
"description": "Theme of the Badge",
|
|
771
|
+
"fieldName": "theme"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "size",
|
|
775
|
+
"type": {
|
|
776
|
+
"text": "'sm' | 'md' | undefined"
|
|
777
|
+
},
|
|
778
|
+
"default": "'sm'",
|
|
779
|
+
"description": "Specify the size of the Badge",
|
|
780
|
+
"fieldName": "size"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"name": "emphasis",
|
|
784
|
+
"type": {
|
|
785
|
+
"text": "'strong' | 'medium' | 'subtle'"
|
|
786
|
+
},
|
|
787
|
+
"default": "'strong'",
|
|
788
|
+
"description": "Specify the emphasis of the Badge",
|
|
789
|
+
"fieldName": "emphasis"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"name": "hideIcon",
|
|
793
|
+
"type": {
|
|
794
|
+
"text": "boolean | undefined"
|
|
795
|
+
},
|
|
796
|
+
"description": "Hides Badge icon",
|
|
797
|
+
"fieldName": "hideIcon"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"superclass": {
|
|
801
|
+
"name": "LitElement",
|
|
802
|
+
"package": "lit"
|
|
803
|
+
},
|
|
804
|
+
"tagName": "bm-badge",
|
|
805
|
+
"customElement": true
|
|
806
|
+
}
|
|
807
|
+
],
|
|
808
|
+
"exports": [
|
|
809
|
+
{
|
|
810
|
+
"kind": "js",
|
|
811
|
+
"name": "BmBadge",
|
|
812
|
+
"declaration": {
|
|
813
|
+
"name": "BmBadge",
|
|
814
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"kind": "custom-element-definition",
|
|
819
|
+
"name": "bm-badge",
|
|
820
|
+
"declaration": {
|
|
821
|
+
"name": "BmBadge",
|
|
822
|
+
"module": "libs/web-components/src/lib/Badge/Badge.ts"
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
]
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"kind": "javascript-module",
|
|
829
|
+
"path": "libs/web-components/src/lib/Badge/index.ts",
|
|
830
|
+
"declarations": [],
|
|
831
|
+
"exports": [
|
|
832
|
+
{
|
|
833
|
+
"kind": "js",
|
|
834
|
+
"name": "*",
|
|
835
|
+
"declaration": {
|
|
836
|
+
"name": "*",
|
|
837
|
+
"package": "./Badge"
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
]
|
|
841
|
+
},
|
|
687
842
|
{
|
|
688
843
|
"kind": "javascript-module",
|
|
689
844
|
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
@@ -967,147 +1122,124 @@
|
|
|
967
1122
|
},
|
|
968
1123
|
{
|
|
969
1124
|
"kind": "javascript-module",
|
|
970
|
-
"path": "libs/web-components/src/lib/
|
|
1125
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
971
1126
|
"declarations": [
|
|
972
1127
|
{
|
|
973
1128
|
"kind": "class",
|
|
974
|
-
"description": "`bm-badge`\n\n### Attributes:\n- **
|
|
975
|
-
"name": "
|
|
1129
|
+
"description": "`bm-badge-dot`\n\n### Attributes:\n- **theme** - Specify the theme of the BadgeDot. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the BadgeDot\n- **emphasis** - Specify the emphasis of the BadgeDot\n- **overrideDotColor** - Overrides default dot color",
|
|
1130
|
+
"name": "BmBadgeDot",
|
|
976
1131
|
"slots": [
|
|
977
1132
|
{
|
|
978
|
-
"description": "Provide text for the
|
|
1133
|
+
"description": "Provide text for the BadgeDot",
|
|
979
1134
|
"name": "default"
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
"description": "Specify a different icon for the Badge",
|
|
983
|
-
"name": "icon"
|
|
984
1135
|
}
|
|
985
1136
|
],
|
|
986
1137
|
"members": [
|
|
987
|
-
{
|
|
988
|
-
"kind": "field",
|
|
989
|
-
"name": "appearance",
|
|
990
|
-
"type": {
|
|
991
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
992
|
-
},
|
|
993
|
-
"default": "'infoPrimary'",
|
|
994
|
-
"description": "Specify the appearance of the Badge",
|
|
995
|
-
"attribute": "appearance"
|
|
996
|
-
},
|
|
997
1138
|
{
|
|
998
1139
|
"kind": "field",
|
|
999
1140
|
"name": "theme",
|
|
1000
1141
|
"type": {
|
|
1001
1142
|
"text": "'light' | 'dark' | undefined"
|
|
1002
1143
|
},
|
|
1003
|
-
"description": "
|
|
1144
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1004
1145
|
"attribute": "theme"
|
|
1005
1146
|
},
|
|
1006
1147
|
{
|
|
1007
1148
|
"kind": "field",
|
|
1008
|
-
"name": "
|
|
1149
|
+
"name": "appearance",
|
|
1009
1150
|
"type": {
|
|
1010
|
-
"text": "'
|
|
1151
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1011
1152
|
},
|
|
1012
|
-
"default": "'
|
|
1013
|
-
"description": "Specify the
|
|
1014
|
-
"attribute": "
|
|
1153
|
+
"default": "'infoPrimary'",
|
|
1154
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1155
|
+
"attribute": "appearance"
|
|
1015
1156
|
},
|
|
1016
1157
|
{
|
|
1017
1158
|
"kind": "field",
|
|
1018
1159
|
"name": "emphasis",
|
|
1019
1160
|
"type": {
|
|
1020
|
-
"text": "'strong' | '
|
|
1161
|
+
"text": "'strong' | 'subtle'"
|
|
1021
1162
|
},
|
|
1022
1163
|
"default": "'strong'",
|
|
1023
|
-
"description": "Specify the emphasis of the
|
|
1164
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1024
1165
|
"attribute": "emphasis"
|
|
1025
1166
|
},
|
|
1026
1167
|
{
|
|
1027
1168
|
"kind": "field",
|
|
1028
|
-
"name": "
|
|
1169
|
+
"name": "overrideDotColor",
|
|
1029
1170
|
"type": {
|
|
1030
|
-
"text": "
|
|
1171
|
+
"text": "string | undefined"
|
|
1031
1172
|
},
|
|
1032
|
-
"description": "
|
|
1033
|
-
"attribute": "
|
|
1173
|
+
"description": "Overrides default dot color",
|
|
1174
|
+
"attribute": "overrideDotColor"
|
|
1034
1175
|
}
|
|
1035
1176
|
],
|
|
1036
1177
|
"attributes": [
|
|
1037
|
-
{
|
|
1038
|
-
"name": "appearance",
|
|
1039
|
-
"type": {
|
|
1040
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1041
|
-
},
|
|
1042
|
-
"default": "'infoPrimary'",
|
|
1043
|
-
"description": "Specify the appearance of the Badge",
|
|
1044
|
-
"fieldName": "appearance"
|
|
1045
|
-
},
|
|
1046
1178
|
{
|
|
1047
1179
|
"name": "theme",
|
|
1048
1180
|
"type": {
|
|
1049
1181
|
"text": "'light' | 'dark' | undefined"
|
|
1050
1182
|
},
|
|
1051
|
-
"description": "
|
|
1183
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1052
1184
|
"fieldName": "theme"
|
|
1053
1185
|
},
|
|
1054
1186
|
{
|
|
1055
|
-
"name": "
|
|
1187
|
+
"name": "appearance",
|
|
1056
1188
|
"type": {
|
|
1057
|
-
"text": "'
|
|
1189
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1058
1190
|
},
|
|
1059
|
-
"default": "'
|
|
1060
|
-
"description": "Specify the
|
|
1061
|
-
"fieldName": "
|
|
1191
|
+
"default": "'infoPrimary'",
|
|
1192
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1193
|
+
"fieldName": "appearance"
|
|
1062
1194
|
},
|
|
1063
1195
|
{
|
|
1064
1196
|
"name": "emphasis",
|
|
1065
1197
|
"type": {
|
|
1066
|
-
"text": "'strong' | '
|
|
1198
|
+
"text": "'strong' | 'subtle'"
|
|
1067
1199
|
},
|
|
1068
1200
|
"default": "'strong'",
|
|
1069
|
-
"description": "Specify the emphasis of the
|
|
1201
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1070
1202
|
"fieldName": "emphasis"
|
|
1071
1203
|
},
|
|
1072
1204
|
{
|
|
1073
|
-
"name": "
|
|
1205
|
+
"name": "overrideDotColor",
|
|
1074
1206
|
"type": {
|
|
1075
|
-
"text": "
|
|
1207
|
+
"text": "string | undefined"
|
|
1076
1208
|
},
|
|
1077
|
-
"description": "
|
|
1078
|
-
"fieldName": "
|
|
1209
|
+
"description": "Overrides default dot color",
|
|
1210
|
+
"fieldName": "overrideDotColor"
|
|
1079
1211
|
}
|
|
1080
1212
|
],
|
|
1081
1213
|
"superclass": {
|
|
1082
1214
|
"name": "LitElement",
|
|
1083
1215
|
"package": "lit"
|
|
1084
1216
|
},
|
|
1085
|
-
"tagName": "bm-badge",
|
|
1217
|
+
"tagName": "bm-badge-dot",
|
|
1086
1218
|
"customElement": true
|
|
1087
1219
|
}
|
|
1088
1220
|
],
|
|
1089
1221
|
"exports": [
|
|
1090
1222
|
{
|
|
1091
1223
|
"kind": "js",
|
|
1092
|
-
"name": "
|
|
1224
|
+
"name": "BmBadgeDot",
|
|
1093
1225
|
"declaration": {
|
|
1094
|
-
"name": "
|
|
1095
|
-
"module": "libs/web-components/src/lib/
|
|
1226
|
+
"name": "BmBadgeDot",
|
|
1227
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1096
1228
|
}
|
|
1097
1229
|
},
|
|
1098
1230
|
{
|
|
1099
1231
|
"kind": "custom-element-definition",
|
|
1100
|
-
"name": "bm-badge",
|
|
1232
|
+
"name": "bm-badge-dot",
|
|
1101
1233
|
"declaration": {
|
|
1102
|
-
"name": "
|
|
1103
|
-
"module": "libs/web-components/src/lib/
|
|
1234
|
+
"name": "BmBadgeDot",
|
|
1235
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1104
1236
|
}
|
|
1105
1237
|
}
|
|
1106
1238
|
]
|
|
1107
1239
|
},
|
|
1108
1240
|
{
|
|
1109
1241
|
"kind": "javascript-module",
|
|
1110
|
-
"path": "libs/web-components/src/lib/
|
|
1242
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1111
1243
|
"declarations": [],
|
|
1112
1244
|
"exports": [
|
|
1113
1245
|
{
|
|
@@ -1115,146 +1247,14 @@
|
|
|
1115
1247
|
"name": "*",
|
|
1116
1248
|
"declaration": {
|
|
1117
1249
|
"name": "*",
|
|
1118
|
-
"package": "./
|
|
1250
|
+
"package": "./BadgeDot"
|
|
1119
1251
|
}
|
|
1120
1252
|
}
|
|
1121
1253
|
]
|
|
1122
1254
|
},
|
|
1123
1255
|
{
|
|
1124
1256
|
"kind": "javascript-module",
|
|
1125
|
-
"path": "libs/web-components/src/lib/
|
|
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
|
-
{
|
|
1139
|
-
"kind": "field",
|
|
1140
|
-
"name": "theme",
|
|
1141
|
-
"type": {
|
|
1142
|
-
"text": "'light' | 'dark' | undefined"
|
|
1143
|
-
},
|
|
1144
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1145
|
-
"attribute": "theme"
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
"kind": "field",
|
|
1149
|
-
"name": "appearance",
|
|
1150
|
-
"type": {
|
|
1151
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1152
|
-
},
|
|
1153
|
-
"default": "'infoPrimary'",
|
|
1154
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
1155
|
-
"attribute": "appearance"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"kind": "field",
|
|
1159
|
-
"name": "emphasis",
|
|
1160
|
-
"type": {
|
|
1161
|
-
"text": "'strong' | 'subtle'"
|
|
1162
|
-
},
|
|
1163
|
-
"default": "'strong'",
|
|
1164
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
1165
|
-
"attribute": "emphasis"
|
|
1166
|
-
},
|
|
1167
|
-
{
|
|
1168
|
-
"kind": "field",
|
|
1169
|
-
"name": "overrideDotColor",
|
|
1170
|
-
"type": {
|
|
1171
|
-
"text": "string | undefined"
|
|
1172
|
-
},
|
|
1173
|
-
"description": "Overrides default dot color",
|
|
1174
|
-
"attribute": "overrideDotColor"
|
|
1175
|
-
}
|
|
1176
|
-
],
|
|
1177
|
-
"attributes": [
|
|
1178
|
-
{
|
|
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",
|
|
1257
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1258
1258
|
"declarations": [
|
|
1259
1259
|
{
|
|
1260
1260
|
"kind": "class",
|
|
@@ -7879,126 +7879,113 @@
|
|
|
7879
7879
|
},
|
|
7880
7880
|
{
|
|
7881
7881
|
"kind": "javascript-module",
|
|
7882
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7883
|
-
"declarations": [
|
|
7884
|
-
{
|
|
7885
|
-
"kind": "variable",
|
|
7886
|
-
"name": "bmFormInitials",
|
|
7887
|
-
"type": {
|
|
7888
|
-
"text": "BmFormContext"
|
|
7889
|
-
},
|
|
7890
|
-
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
7891
|
-
},
|
|
7892
|
-
{
|
|
7893
|
-
"kind": "variable",
|
|
7894
|
-
"name": "bmFormContext"
|
|
7895
|
-
}
|
|
7896
|
-
],
|
|
7897
|
-
"exports": [
|
|
7898
|
-
{
|
|
7899
|
-
"kind": "js",
|
|
7900
|
-
"name": "bmFormInitials",
|
|
7901
|
-
"declaration": {
|
|
7902
|
-
"name": "bmFormInitials",
|
|
7903
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7904
|
-
}
|
|
7905
|
-
},
|
|
7906
|
-
{
|
|
7907
|
-
"kind": "js",
|
|
7908
|
-
"name": "bmFormContext",
|
|
7909
|
-
"declaration": {
|
|
7910
|
-
"name": "bmFormContext",
|
|
7911
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7912
|
-
}
|
|
7913
|
-
}
|
|
7914
|
-
]
|
|
7915
|
-
},
|
|
7916
|
-
{
|
|
7917
|
-
"kind": "javascript-module",
|
|
7918
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
7882
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
7919
7883
|
"declarations": [
|
|
7920
7884
|
{
|
|
7921
7885
|
"kind": "class",
|
|
7922
|
-
"description": "### Attributes:\n- **
|
|
7923
|
-
"name": "
|
|
7886
|
+
"description": "### Attributes:\n- **required** - Specify if NativeSelect is a required input\n- **readOnly** - Specify if NativeSelect displays in a read-only state\n- **disabled** - Specify if NativeSelect displays in a disabled state\n- **error** - Specify error text and display error state of a NativeSelect\n- **fluid** - Specify if NativeSelect is fluid\n- **width** - Specify the width of NativeSelect\n- **ellipse** - Specify if overflow displays ellipsis\n- **hideRequiredMarker** - Specify if the NativeSelect displays with an asterisk\n- **theme** - Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
7887
|
+
"name": "BmNativeSelect",
|
|
7888
|
+
"slots": [
|
|
7889
|
+
{
|
|
7890
|
+
"description": "Specify Options for NativeSelect",
|
|
7891
|
+
"name": "slot"
|
|
7892
|
+
},
|
|
7893
|
+
{
|
|
7894
|
+
"description": "Specify Label for NativeSelect",
|
|
7895
|
+
"name": "label"
|
|
7896
|
+
},
|
|
7897
|
+
{
|
|
7898
|
+
"description": "Specify HelperText for NativeSelect",
|
|
7899
|
+
"name": "helper-text"
|
|
7900
|
+
}
|
|
7901
|
+
],
|
|
7924
7902
|
"members": [
|
|
7925
7903
|
{
|
|
7926
7904
|
"kind": "field",
|
|
7927
|
-
"name": "
|
|
7905
|
+
"name": "required",
|
|
7928
7906
|
"type": {
|
|
7929
7907
|
"text": "boolean"
|
|
7930
7908
|
},
|
|
7931
|
-
"
|
|
7932
|
-
"
|
|
7909
|
+
"default": "false",
|
|
7910
|
+
"description": "Specify if NativeSelect is a required input",
|
|
7911
|
+
"attribute": "required"
|
|
7933
7912
|
},
|
|
7934
7913
|
{
|
|
7935
7914
|
"kind": "field",
|
|
7936
|
-
"name": "
|
|
7915
|
+
"name": "readOnly",
|
|
7937
7916
|
"type": {
|
|
7938
|
-
"text": "
|
|
7917
|
+
"text": "boolean"
|
|
7939
7918
|
},
|
|
7940
|
-
"default": "
|
|
7941
|
-
"
|
|
7919
|
+
"default": "false",
|
|
7920
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
7921
|
+
"attribute": "readOnly"
|
|
7942
7922
|
},
|
|
7943
7923
|
{
|
|
7944
7924
|
"kind": "field",
|
|
7945
|
-
"name": "
|
|
7925
|
+
"name": "disabled",
|
|
7946
7926
|
"type": {
|
|
7947
|
-
"text": "
|
|
7927
|
+
"text": "boolean"
|
|
7948
7928
|
},
|
|
7949
|
-
"default": "
|
|
7950
|
-
"
|
|
7929
|
+
"default": "false",
|
|
7930
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
7931
|
+
"attribute": "disabled"
|
|
7951
7932
|
},
|
|
7952
7933
|
{
|
|
7953
7934
|
"kind": "field",
|
|
7954
|
-
"name": "
|
|
7935
|
+
"name": "error",
|
|
7955
7936
|
"type": {
|
|
7956
|
-
"text": "string"
|
|
7937
|
+
"text": "string | undefined"
|
|
7957
7938
|
},
|
|
7958
|
-
"
|
|
7959
|
-
"attribute": "
|
|
7939
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
7940
|
+
"attribute": "error"
|
|
7960
7941
|
},
|
|
7961
7942
|
{
|
|
7962
7943
|
"kind": "field",
|
|
7963
|
-
"name": "
|
|
7944
|
+
"name": "fluid",
|
|
7964
7945
|
"type": {
|
|
7965
|
-
"text": "
|
|
7946
|
+
"text": "boolean"
|
|
7966
7947
|
},
|
|
7967
|
-
"default": "
|
|
7968
|
-
"
|
|
7948
|
+
"default": "false",
|
|
7949
|
+
"description": "Specify if NativeSelect is fluid",
|
|
7950
|
+
"attribute": "fluid"
|
|
7969
7951
|
},
|
|
7970
7952
|
{
|
|
7971
7953
|
"kind": "field",
|
|
7972
|
-
"name": "
|
|
7954
|
+
"name": "width",
|
|
7973
7955
|
"type": {
|
|
7974
7956
|
"text": "string | undefined"
|
|
7975
7957
|
},
|
|
7976
|
-
"
|
|
7958
|
+
"description": "Specify the width of NativeSelect",
|
|
7959
|
+
"attribute": "width"
|
|
7977
7960
|
},
|
|
7978
7961
|
{
|
|
7979
7962
|
"kind": "field",
|
|
7980
|
-
"name": "
|
|
7963
|
+
"name": "ellipse",
|
|
7981
7964
|
"type": {
|
|
7982
|
-
"text": "
|
|
7983
|
-
}
|
|
7984
|
-
|
|
7985
|
-
|
|
7986
|
-
"
|
|
7987
|
-
"name": "formAssociatedCallback",
|
|
7988
|
-
"return": {
|
|
7989
|
-
"type": {
|
|
7990
|
-
"text": "void"
|
|
7991
|
-
}
|
|
7992
|
-
}
|
|
7965
|
+
"text": "boolean"
|
|
7966
|
+
},
|
|
7967
|
+
"default": "true",
|
|
7968
|
+
"description": "Specify if overflow displays ellipsis",
|
|
7969
|
+
"attribute": "ellipse"
|
|
7993
7970
|
},
|
|
7994
7971
|
{
|
|
7995
|
-
"kind": "
|
|
7996
|
-
"name": "
|
|
7997
|
-
"
|
|
7998
|
-
"
|
|
7999
|
-
|
|
8000
|
-
|
|
8001
|
-
|
|
7972
|
+
"kind": "field",
|
|
7973
|
+
"name": "hideRequiredMarker",
|
|
7974
|
+
"type": {
|
|
7975
|
+
"text": "boolean"
|
|
7976
|
+
},
|
|
7977
|
+
"default": "false",
|
|
7978
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
7979
|
+
"attribute": "hideRequiredMarker"
|
|
7980
|
+
},
|
|
7981
|
+
{
|
|
7982
|
+
"kind": "field",
|
|
7983
|
+
"name": "theme",
|
|
7984
|
+
"type": {
|
|
7985
|
+
"text": "'light' | 'dark' | undefined"
|
|
7986
|
+
},
|
|
7987
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
7988
|
+
"attribute": "theme"
|
|
8002
7989
|
},
|
|
8003
7990
|
{
|
|
8004
7991
|
"kind": "method",
|
|
@@ -8010,773 +7997,778 @@
|
|
|
8010
7997
|
},
|
|
8011
7998
|
"parameters": [
|
|
8012
7999
|
{
|
|
8013
|
-
"name": "
|
|
8000
|
+
"name": "value",
|
|
8014
8001
|
"type": {
|
|
8015
8002
|
"text": "string"
|
|
8016
8003
|
}
|
|
8017
8004
|
}
|
|
8018
|
-
]
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8005
|
+
],
|
|
8006
|
+
"inheritedFrom": {
|
|
8007
|
+
"name": "FormField",
|
|
8008
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8009
|
+
}
|
|
8010
|
+
},
|
|
8011
|
+
{
|
|
8012
|
+
"kind": "field",
|
|
8013
|
+
"name": "formAssociated",
|
|
8014
|
+
"type": {
|
|
8015
|
+
"text": "boolean"
|
|
8016
|
+
},
|
|
8017
|
+
"static": true,
|
|
8018
|
+
"default": "true",
|
|
8019
|
+
"inheritedFrom": {
|
|
8020
|
+
"name": "FormField",
|
|
8021
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8022
|
+
}
|
|
8023
|
+
},
|
|
8022
8024
|
{
|
|
8025
|
+
"kind": "field",
|
|
8023
8026
|
"name": "id",
|
|
8024
8027
|
"type": {
|
|
8025
8028
|
"text": "string"
|
|
8026
8029
|
},
|
|
8027
8030
|
"default": "''",
|
|
8028
|
-
"
|
|
8031
|
+
"attribute": "id",
|
|
8032
|
+
"inheritedFrom": {
|
|
8033
|
+
"name": "FormField",
|
|
8034
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8035
|
+
}
|
|
8029
8036
|
},
|
|
8030
8037
|
{
|
|
8038
|
+
"kind": "field",
|
|
8031
8039
|
"name": "name",
|
|
8032
8040
|
"type": {
|
|
8033
8041
|
"text": "string"
|
|
8034
8042
|
},
|
|
8035
8043
|
"default": "''",
|
|
8036
|
-
"
|
|
8044
|
+
"attribute": "name",
|
|
8045
|
+
"inheritedFrom": {
|
|
8046
|
+
"name": "FormField",
|
|
8047
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8048
|
+
}
|
|
8037
8049
|
},
|
|
8038
8050
|
{
|
|
8051
|
+
"kind": "field",
|
|
8039
8052
|
"name": "value",
|
|
8040
8053
|
"type": {
|
|
8041
8054
|
"text": "string"
|
|
8042
8055
|
},
|
|
8043
8056
|
"default": "''",
|
|
8044
|
-
"
|
|
8057
|
+
"attribute": "value",
|
|
8058
|
+
"inheritedFrom": {
|
|
8059
|
+
"name": "FormField",
|
|
8060
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8061
|
+
}
|
|
8045
8062
|
},
|
|
8046
8063
|
{
|
|
8064
|
+
"kind": "field",
|
|
8047
8065
|
"name": "validationRules",
|
|
8048
8066
|
"type": {
|
|
8049
8067
|
"text": "Array<FormValidator>"
|
|
8050
8068
|
},
|
|
8051
8069
|
"default": "[]",
|
|
8052
|
-
"
|
|
8070
|
+
"attribute": "validationRules",
|
|
8071
|
+
"inheritedFrom": {
|
|
8072
|
+
"name": "FormField",
|
|
8073
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8074
|
+
}
|
|
8053
8075
|
},
|
|
8054
8076
|
{
|
|
8055
|
-
"
|
|
8077
|
+
"kind": "field",
|
|
8078
|
+
"name": "inputAriaLabel",
|
|
8056
8079
|
"type": {
|
|
8057
8080
|
"text": "string | undefined"
|
|
8058
8081
|
},
|
|
8059
|
-
"
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
},
|
|
8066
|
-
"customElement": true
|
|
8067
|
-
}
|
|
8068
|
-
],
|
|
8069
|
-
"exports": [
|
|
8070
|
-
{
|
|
8071
|
-
"kind": "js",
|
|
8072
|
-
"name": "FormField",
|
|
8073
|
-
"declaration": {
|
|
8074
|
-
"name": "FormField",
|
|
8075
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8076
|
-
}
|
|
8077
|
-
}
|
|
8078
|
-
]
|
|
8079
|
-
},
|
|
8080
|
-
{
|
|
8081
|
-
"kind": "javascript-module",
|
|
8082
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8083
|
-
"declarations": [
|
|
8084
|
-
{
|
|
8085
|
-
"kind": "class",
|
|
8086
|
-
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
8087
|
-
"name": "BmForm",
|
|
8088
|
-
"slots": [
|
|
8089
|
-
{
|
|
8090
|
-
"description": "Add controls to the Form",
|
|
8091
|
-
"name": "slot"
|
|
8092
|
-
}
|
|
8093
|
-
],
|
|
8094
|
-
"members": [
|
|
8082
|
+
"attribute": "input-aria-label",
|
|
8083
|
+
"inheritedFrom": {
|
|
8084
|
+
"name": "FormField",
|
|
8085
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8086
|
+
}
|
|
8087
|
+
},
|
|
8095
8088
|
{
|
|
8096
8089
|
"kind": "field",
|
|
8097
|
-
"name": "
|
|
8090
|
+
"name": "formContext",
|
|
8098
8091
|
"type": {
|
|
8099
|
-
"text": "
|
|
8092
|
+
"text": "BmFormContext"
|
|
8100
8093
|
},
|
|
8101
|
-
"
|
|
8102
|
-
|
|
8103
|
-
|
|
8094
|
+
"inheritedFrom": {
|
|
8095
|
+
"name": "FormField",
|
|
8096
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8097
|
+
}
|
|
8104
8098
|
},
|
|
8105
8099
|
{
|
|
8106
|
-
"kind": "
|
|
8107
|
-
"name": "
|
|
8108
|
-
"
|
|
8109
|
-
"
|
|
8100
|
+
"kind": "method",
|
|
8101
|
+
"name": "formAssociatedCallback",
|
|
8102
|
+
"return": {
|
|
8103
|
+
"type": {
|
|
8104
|
+
"text": "void"
|
|
8105
|
+
}
|
|
8110
8106
|
},
|
|
8111
|
-
"
|
|
8112
|
-
|
|
8113
|
-
|
|
8107
|
+
"inheritedFrom": {
|
|
8108
|
+
"name": "FormField",
|
|
8109
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8110
|
+
}
|
|
8114
8111
|
},
|
|
8115
8112
|
{
|
|
8116
|
-
"kind": "
|
|
8113
|
+
"kind": "method",
|
|
8114
|
+
"name": "formResetCallback",
|
|
8115
|
+
"return": {
|
|
8116
|
+
"type": {
|
|
8117
|
+
"text": "void"
|
|
8118
|
+
}
|
|
8119
|
+
},
|
|
8120
|
+
"inheritedFrom": {
|
|
8121
|
+
"name": "FormField",
|
|
8122
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8123
|
+
}
|
|
8124
|
+
}
|
|
8125
|
+
],
|
|
8126
|
+
"attributes": [
|
|
8127
|
+
{
|
|
8117
8128
|
"name": "required",
|
|
8118
8129
|
"type": {
|
|
8119
8130
|
"text": "boolean"
|
|
8120
8131
|
},
|
|
8121
8132
|
"default": "false",
|
|
8122
|
-
"description": "Specify if
|
|
8123
|
-
"
|
|
8133
|
+
"description": "Specify if NativeSelect is a required input",
|
|
8134
|
+
"fieldName": "required"
|
|
8124
8135
|
},
|
|
8125
8136
|
{
|
|
8126
|
-
"
|
|
8127
|
-
"name": "disabled",
|
|
8137
|
+
"name": "readOnly",
|
|
8128
8138
|
"type": {
|
|
8129
8139
|
"text": "boolean"
|
|
8130
8140
|
},
|
|
8131
8141
|
"default": "false",
|
|
8132
|
-
"description": "Specify if
|
|
8133
|
-
"
|
|
8142
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8143
|
+
"fieldName": "readOnly"
|
|
8134
8144
|
},
|
|
8135
8145
|
{
|
|
8136
|
-
"
|
|
8137
|
-
"name": "readOnly",
|
|
8146
|
+
"name": "disabled",
|
|
8138
8147
|
"type": {
|
|
8139
8148
|
"text": "boolean"
|
|
8140
8149
|
},
|
|
8141
8150
|
"default": "false",
|
|
8142
|
-
"description": "Specify if
|
|
8143
|
-
"
|
|
8151
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8152
|
+
"fieldName": "disabled"
|
|
8144
8153
|
},
|
|
8145
8154
|
{
|
|
8146
|
-
"
|
|
8147
|
-
"name": "action",
|
|
8155
|
+
"name": "error",
|
|
8148
8156
|
"type": {
|
|
8149
8157
|
"text": "string | undefined"
|
|
8150
8158
|
},
|
|
8151
|
-
"
|
|
8159
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
8160
|
+
"fieldName": "error"
|
|
8152
8161
|
},
|
|
8153
8162
|
{
|
|
8154
|
-
"
|
|
8155
|
-
"name": "method",
|
|
8163
|
+
"name": "fluid",
|
|
8156
8164
|
"type": {
|
|
8157
|
-
"text": "
|
|
8165
|
+
"text": "boolean"
|
|
8158
8166
|
},
|
|
8159
|
-
"
|
|
8167
|
+
"default": "false",
|
|
8168
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8169
|
+
"fieldName": "fluid"
|
|
8160
8170
|
},
|
|
8161
8171
|
{
|
|
8162
|
-
"
|
|
8163
|
-
"name": "target",
|
|
8172
|
+
"name": "width",
|
|
8164
8173
|
"type": {
|
|
8165
8174
|
"text": "string | undefined"
|
|
8166
8175
|
},
|
|
8167
|
-
"
|
|
8176
|
+
"description": "Specify the width of NativeSelect",
|
|
8177
|
+
"fieldName": "width"
|
|
8168
8178
|
},
|
|
8169
8179
|
{
|
|
8170
|
-
"
|
|
8171
|
-
"name": "enctype",
|
|
8180
|
+
"name": "ellipse",
|
|
8172
8181
|
"type": {
|
|
8173
|
-
"text": "
|
|
8182
|
+
"text": "boolean"
|
|
8174
8183
|
},
|
|
8175
|
-
"
|
|
8184
|
+
"default": "true",
|
|
8185
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8186
|
+
"fieldName": "ellipse"
|
|
8176
8187
|
},
|
|
8177
8188
|
{
|
|
8178
|
-
"
|
|
8179
|
-
"name": "formMeta",
|
|
8189
|
+
"name": "hideRequiredMarker",
|
|
8180
8190
|
"type": {
|
|
8181
|
-
"text": "
|
|
8191
|
+
"text": "boolean"
|
|
8182
8192
|
},
|
|
8183
|
-
"default": "
|
|
8184
|
-
|
|
8185
|
-
|
|
8186
|
-
"kind": "field",
|
|
8187
|
-
"name": "formRef"
|
|
8193
|
+
"default": "false",
|
|
8194
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8195
|
+
"fieldName": "hideRequiredMarker"
|
|
8188
8196
|
},
|
|
8189
8197
|
{
|
|
8190
|
-
"
|
|
8191
|
-
"name": "formContext",
|
|
8198
|
+
"name": "theme",
|
|
8192
8199
|
"type": {
|
|
8193
|
-
"text": "
|
|
8200
|
+
"text": "'light' | 'dark' | undefined"
|
|
8194
8201
|
},
|
|
8195
|
-
"
|
|
8196
|
-
"
|
|
8197
|
-
}
|
|
8198
|
-
],
|
|
8199
|
-
"events": [
|
|
8200
|
-
{
|
|
8201
|
-
"description": "Validates the inputs and submits the form",
|
|
8202
|
-
"name": "submit"
|
|
8203
|
-
}
|
|
8204
|
-
],
|
|
8205
|
-
"attributes": [
|
|
8202
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8203
|
+
"fieldName": "theme"
|
|
8204
|
+
},
|
|
8206
8205
|
{
|
|
8207
|
-
"name": "
|
|
8206
|
+
"name": "id",
|
|
8208
8207
|
"type": {
|
|
8209
|
-
"text": "
|
|
8208
|
+
"text": "string"
|
|
8210
8209
|
},
|
|
8211
|
-
"default": "'
|
|
8212
|
-
"
|
|
8213
|
-
"
|
|
8210
|
+
"default": "''",
|
|
8211
|
+
"fieldName": "id",
|
|
8212
|
+
"inheritedFrom": {
|
|
8213
|
+
"name": "FormField",
|
|
8214
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8215
|
+
}
|
|
8214
8216
|
},
|
|
8215
8217
|
{
|
|
8216
|
-
"name": "
|
|
8218
|
+
"name": "name",
|
|
8217
8219
|
"type": {
|
|
8218
|
-
"text": "
|
|
8219
|
-
},
|
|
8220
|
-
"default": "{}",
|
|
8221
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
8222
|
-
"fieldName": "initialValues"
|
|
8223
|
-
},
|
|
8224
|
-
{
|
|
8225
|
-
"name": "required",
|
|
8226
|
-
"type": {
|
|
8227
|
-
"text": "boolean"
|
|
8228
|
-
},
|
|
8229
|
-
"default": "false",
|
|
8230
|
-
"description": "Specify if input is a required",
|
|
8231
|
-
"fieldName": "required"
|
|
8232
|
-
},
|
|
8233
|
-
{
|
|
8234
|
-
"name": "disabled",
|
|
8235
|
-
"type": {
|
|
8236
|
-
"text": "boolean"
|
|
8237
|
-
},
|
|
8238
|
-
"default": "false",
|
|
8239
|
-
"description": "Specify if input is a disabled",
|
|
8240
|
-
"fieldName": "disabled"
|
|
8241
|
-
},
|
|
8242
|
-
{
|
|
8243
|
-
"name": "readOnly",
|
|
8244
|
-
"type": {
|
|
8245
|
-
"text": "boolean"
|
|
8246
|
-
},
|
|
8247
|
-
"default": "false",
|
|
8248
|
-
"description": "Specify if input is a read only",
|
|
8249
|
-
"fieldName": "readOnly"
|
|
8250
|
-
},
|
|
8251
|
-
{
|
|
8252
|
-
"name": "action",
|
|
8253
|
-
"type": {
|
|
8254
|
-
"text": "string | undefined"
|
|
8220
|
+
"text": "string"
|
|
8255
8221
|
},
|
|
8256
|
-
"
|
|
8222
|
+
"default": "''",
|
|
8223
|
+
"fieldName": "name",
|
|
8224
|
+
"inheritedFrom": {
|
|
8225
|
+
"name": "FormField",
|
|
8226
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8227
|
+
}
|
|
8257
8228
|
},
|
|
8258
8229
|
{
|
|
8259
|
-
"name": "
|
|
8230
|
+
"name": "value",
|
|
8260
8231
|
"type": {
|
|
8261
|
-
"text": "string
|
|
8232
|
+
"text": "string"
|
|
8262
8233
|
},
|
|
8263
|
-
"
|
|
8234
|
+
"default": "''",
|
|
8235
|
+
"fieldName": "value",
|
|
8236
|
+
"inheritedFrom": {
|
|
8237
|
+
"name": "FormField",
|
|
8238
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8239
|
+
}
|
|
8264
8240
|
},
|
|
8265
8241
|
{
|
|
8266
|
-
"name": "
|
|
8242
|
+
"name": "validationRules",
|
|
8267
8243
|
"type": {
|
|
8268
|
-
"text": "
|
|
8244
|
+
"text": "Array<FormValidator>"
|
|
8269
8245
|
},
|
|
8270
|
-
"
|
|
8246
|
+
"default": "[]",
|
|
8247
|
+
"fieldName": "validationRules",
|
|
8248
|
+
"inheritedFrom": {
|
|
8249
|
+
"name": "FormField",
|
|
8250
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8251
|
+
}
|
|
8271
8252
|
},
|
|
8272
8253
|
{
|
|
8273
|
-
"name": "
|
|
8254
|
+
"name": "input-aria-label",
|
|
8274
8255
|
"type": {
|
|
8275
8256
|
"text": "string | undefined"
|
|
8276
8257
|
},
|
|
8277
|
-
"fieldName": "
|
|
8258
|
+
"fieldName": "inputAriaLabel",
|
|
8259
|
+
"inheritedFrom": {
|
|
8260
|
+
"name": "FormField",
|
|
8261
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8262
|
+
}
|
|
8278
8263
|
}
|
|
8279
8264
|
],
|
|
8280
8265
|
"superclass": {
|
|
8281
|
-
"name": "
|
|
8282
|
-
"
|
|
8266
|
+
"name": "FormField",
|
|
8267
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8283
8268
|
},
|
|
8284
|
-
"summary": "`bm-
|
|
8285
|
-
"tagName": "bm-
|
|
8269
|
+
"summary": "`bm-native-select`",
|
|
8270
|
+
"tagName": "bm-native-select",
|
|
8286
8271
|
"customElement": true
|
|
8287
8272
|
}
|
|
8288
8273
|
],
|
|
8289
8274
|
"exports": [
|
|
8290
8275
|
{
|
|
8291
8276
|
"kind": "js",
|
|
8292
|
-
"name": "
|
|
8293
|
-
"declaration": {
|
|
8294
|
-
"name": "validators",
|
|
8295
|
-
"package": "@viasat/beam-shared/components/form"
|
|
8296
|
-
}
|
|
8297
|
-
},
|
|
8298
|
-
{
|
|
8299
|
-
"kind": "js",
|
|
8300
|
-
"name": "BmForm",
|
|
8277
|
+
"name": "BmNativeSelect",
|
|
8301
8278
|
"declaration": {
|
|
8302
|
-
"name": "
|
|
8303
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8279
|
+
"name": "BmNativeSelect",
|
|
8280
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8304
8281
|
}
|
|
8305
8282
|
},
|
|
8306
8283
|
{
|
|
8307
8284
|
"kind": "custom-element-definition",
|
|
8308
|
-
"name": "bm-
|
|
8285
|
+
"name": "bm-native-select",
|
|
8309
8286
|
"declaration": {
|
|
8310
|
-
"name": "
|
|
8311
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8287
|
+
"name": "BmNativeSelect",
|
|
8288
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8312
8289
|
}
|
|
8313
8290
|
}
|
|
8314
8291
|
]
|
|
8315
8292
|
},
|
|
8316
8293
|
{
|
|
8317
8294
|
"kind": "javascript-module",
|
|
8318
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8319
|
-
"declarations": [
|
|
8320
|
-
{
|
|
8321
|
-
"kind": "function",
|
|
8322
|
-
"name": "createId",
|
|
8323
|
-
"return": {
|
|
8324
|
-
"type": {
|
|
8325
|
-
"text": "string"
|
|
8326
|
-
}
|
|
8327
|
-
}
|
|
8328
|
-
}
|
|
8329
|
-
],
|
|
8295
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8296
|
+
"declarations": [],
|
|
8330
8297
|
"exports": [
|
|
8331
8298
|
{
|
|
8332
8299
|
"kind": "js",
|
|
8333
|
-
"name": "
|
|
8300
|
+
"name": "*",
|
|
8334
8301
|
"declaration": {
|
|
8335
|
-
"name": "
|
|
8336
|
-
"
|
|
8302
|
+
"name": "*",
|
|
8303
|
+
"package": "./NativeSelect"
|
|
8337
8304
|
}
|
|
8338
8305
|
}
|
|
8339
8306
|
]
|
|
8340
8307
|
},
|
|
8341
8308
|
{
|
|
8342
8309
|
"kind": "javascript-module",
|
|
8343
|
-
"path": "libs/web-components/src/lib/wip/Form/
|
|
8344
|
-
"declarations": [
|
|
8310
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
|
|
8311
|
+
"declarations": [
|
|
8312
|
+
{
|
|
8313
|
+
"kind": "variable",
|
|
8314
|
+
"name": "bmFormInitials",
|
|
8315
|
+
"type": {
|
|
8316
|
+
"text": "BmFormContext"
|
|
8317
|
+
},
|
|
8318
|
+
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
8319
|
+
},
|
|
8320
|
+
{
|
|
8321
|
+
"kind": "variable",
|
|
8322
|
+
"name": "bmFormContext"
|
|
8323
|
+
}
|
|
8324
|
+
],
|
|
8345
8325
|
"exports": [
|
|
8346
8326
|
{
|
|
8347
8327
|
"kind": "js",
|
|
8348
|
-
"name": "
|
|
8328
|
+
"name": "bmFormInitials",
|
|
8349
8329
|
"declaration": {
|
|
8350
|
-
"name": "
|
|
8351
|
-
"
|
|
8330
|
+
"name": "bmFormInitials",
|
|
8331
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
8352
8332
|
}
|
|
8353
8333
|
},
|
|
8354
8334
|
{
|
|
8355
8335
|
"kind": "js",
|
|
8356
|
-
"name": "
|
|
8336
|
+
"name": "bmFormContext",
|
|
8357
8337
|
"declaration": {
|
|
8358
|
-
"name": "
|
|
8359
|
-
"
|
|
8338
|
+
"name": "bmFormContext",
|
|
8339
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
8360
8340
|
}
|
|
8361
8341
|
}
|
|
8362
8342
|
]
|
|
8363
8343
|
},
|
|
8364
8344
|
{
|
|
8365
8345
|
"kind": "javascript-module",
|
|
8366
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8346
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
8367
8347
|
"declarations": [
|
|
8368
8348
|
{
|
|
8369
8349
|
"kind": "class",
|
|
8370
|
-
"description": "### Attributes:\n- **
|
|
8371
|
-
"name": "
|
|
8372
|
-
"slots": [
|
|
8373
|
-
{
|
|
8374
|
-
"description": "Specify Options for NativeSelect",
|
|
8375
|
-
"name": "slot"
|
|
8376
|
-
},
|
|
8377
|
-
{
|
|
8378
|
-
"description": "Specify Label for NativeSelect",
|
|
8379
|
-
"name": "label"
|
|
8380
|
-
},
|
|
8381
|
-
{
|
|
8382
|
-
"description": "Specify HelperText for NativeSelect",
|
|
8383
|
-
"name": "helper-text"
|
|
8384
|
-
}
|
|
8385
|
-
],
|
|
8350
|
+
"description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
|
|
8351
|
+
"name": "FormField",
|
|
8386
8352
|
"members": [
|
|
8387
8353
|
{
|
|
8388
8354
|
"kind": "field",
|
|
8389
|
-
"name": "
|
|
8355
|
+
"name": "formAssociated",
|
|
8390
8356
|
"type": {
|
|
8391
8357
|
"text": "boolean"
|
|
8392
8358
|
},
|
|
8393
|
-
"
|
|
8394
|
-
"
|
|
8395
|
-
"attribute": "required"
|
|
8359
|
+
"static": true,
|
|
8360
|
+
"default": "true"
|
|
8396
8361
|
},
|
|
8397
8362
|
{
|
|
8398
8363
|
"kind": "field",
|
|
8399
|
-
"name": "
|
|
8364
|
+
"name": "id",
|
|
8400
8365
|
"type": {
|
|
8401
|
-
"text": "
|
|
8366
|
+
"text": "string"
|
|
8402
8367
|
},
|
|
8403
|
-
"default": "
|
|
8404
|
-
"
|
|
8405
|
-
"attribute": "readOnly"
|
|
8368
|
+
"default": "''",
|
|
8369
|
+
"attribute": "id"
|
|
8406
8370
|
},
|
|
8407
8371
|
{
|
|
8408
8372
|
"kind": "field",
|
|
8409
|
-
"name": "
|
|
8373
|
+
"name": "name",
|
|
8410
8374
|
"type": {
|
|
8411
|
-
"text": "
|
|
8375
|
+
"text": "string"
|
|
8412
8376
|
},
|
|
8413
|
-
"default": "
|
|
8414
|
-
"
|
|
8415
|
-
"attribute": "disabled"
|
|
8377
|
+
"default": "''",
|
|
8378
|
+
"attribute": "name"
|
|
8416
8379
|
},
|
|
8417
8380
|
{
|
|
8418
8381
|
"kind": "field",
|
|
8419
|
-
"name": "
|
|
8382
|
+
"name": "value",
|
|
8420
8383
|
"type": {
|
|
8421
|
-
"text": "string
|
|
8384
|
+
"text": "string"
|
|
8422
8385
|
},
|
|
8423
|
-
"
|
|
8424
|
-
"attribute": "
|
|
8386
|
+
"default": "''",
|
|
8387
|
+
"attribute": "value"
|
|
8425
8388
|
},
|
|
8426
8389
|
{
|
|
8427
8390
|
"kind": "field",
|
|
8428
|
-
"name": "
|
|
8391
|
+
"name": "validationRules",
|
|
8429
8392
|
"type": {
|
|
8430
|
-
"text": "
|
|
8393
|
+
"text": "Array<FormValidator>"
|
|
8431
8394
|
},
|
|
8432
|
-
"default": "
|
|
8433
|
-
"
|
|
8434
|
-
"attribute": "fluid"
|
|
8395
|
+
"default": "[]",
|
|
8396
|
+
"attribute": "validationRules"
|
|
8435
8397
|
},
|
|
8436
8398
|
{
|
|
8437
8399
|
"kind": "field",
|
|
8438
|
-
"name": "
|
|
8400
|
+
"name": "inputAriaLabel",
|
|
8439
8401
|
"type": {
|
|
8440
8402
|
"text": "string | undefined"
|
|
8441
8403
|
},
|
|
8442
|
-
"
|
|
8443
|
-
"attribute": "width"
|
|
8444
|
-
},
|
|
8445
|
-
{
|
|
8446
|
-
"kind": "field",
|
|
8447
|
-
"name": "ellipse",
|
|
8448
|
-
"type": {
|
|
8449
|
-
"text": "boolean"
|
|
8450
|
-
},
|
|
8451
|
-
"default": "true",
|
|
8452
|
-
"description": "Specify if overflow displays ellipsis",
|
|
8453
|
-
"attribute": "ellipse"
|
|
8404
|
+
"attribute": "input-aria-label"
|
|
8454
8405
|
},
|
|
8455
8406
|
{
|
|
8456
8407
|
"kind": "field",
|
|
8457
|
-
"name": "
|
|
8408
|
+
"name": "formContext",
|
|
8458
8409
|
"type": {
|
|
8459
|
-
"text": "
|
|
8460
|
-
}
|
|
8461
|
-
"default": "false",
|
|
8462
|
-
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8463
|
-
"attribute": "hideRequiredMarker"
|
|
8410
|
+
"text": "BmFormContext"
|
|
8411
|
+
}
|
|
8464
8412
|
},
|
|
8465
8413
|
{
|
|
8466
|
-
"kind": "
|
|
8467
|
-
"name": "
|
|
8468
|
-
"
|
|
8469
|
-
"
|
|
8470
|
-
|
|
8471
|
-
|
|
8472
|
-
|
|
8414
|
+
"kind": "method",
|
|
8415
|
+
"name": "formAssociatedCallback",
|
|
8416
|
+
"return": {
|
|
8417
|
+
"type": {
|
|
8418
|
+
"text": "void"
|
|
8419
|
+
}
|
|
8420
|
+
}
|
|
8473
8421
|
},
|
|
8474
8422
|
{
|
|
8475
8423
|
"kind": "method",
|
|
8476
|
-
"name": "
|
|
8424
|
+
"name": "formResetCallback",
|
|
8477
8425
|
"return": {
|
|
8478
8426
|
"type": {
|
|
8479
|
-
"text": "
|
|
8427
|
+
"text": "void"
|
|
8428
|
+
}
|
|
8429
|
+
}
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"kind": "method",
|
|
8433
|
+
"name": "finalizeAssociatedCallback",
|
|
8434
|
+
"return": {
|
|
8435
|
+
"type": {
|
|
8436
|
+
"text": "FinalizeAssociatedResult"
|
|
8480
8437
|
}
|
|
8481
8438
|
},
|
|
8482
8439
|
"parameters": [
|
|
8483
8440
|
{
|
|
8484
|
-
"name": "
|
|
8441
|
+
"name": "ctxValue",
|
|
8485
8442
|
"type": {
|
|
8486
8443
|
"text": "string"
|
|
8487
8444
|
}
|
|
8488
8445
|
}
|
|
8489
|
-
]
|
|
8490
|
-
|
|
8491
|
-
|
|
8492
|
-
|
|
8493
|
-
}
|
|
8494
|
-
},
|
|
8495
|
-
{
|
|
8496
|
-
"kind": "field",
|
|
8497
|
-
"name": "formAssociated",
|
|
8498
|
-
"type": {
|
|
8499
|
-
"text": "boolean"
|
|
8500
|
-
},
|
|
8501
|
-
"static": true,
|
|
8502
|
-
"default": "true",
|
|
8503
|
-
"inheritedFrom": {
|
|
8504
|
-
"name": "FormField",
|
|
8505
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8506
|
-
}
|
|
8507
|
-
},
|
|
8446
|
+
]
|
|
8447
|
+
}
|
|
8448
|
+
],
|
|
8449
|
+
"attributes": [
|
|
8508
8450
|
{
|
|
8509
|
-
"kind": "field",
|
|
8510
8451
|
"name": "id",
|
|
8511
8452
|
"type": {
|
|
8512
8453
|
"text": "string"
|
|
8513
8454
|
},
|
|
8514
8455
|
"default": "''",
|
|
8515
|
-
"
|
|
8516
|
-
"inheritedFrom": {
|
|
8517
|
-
"name": "FormField",
|
|
8518
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8519
|
-
}
|
|
8456
|
+
"fieldName": "id"
|
|
8520
8457
|
},
|
|
8521
8458
|
{
|
|
8522
|
-
"kind": "field",
|
|
8523
8459
|
"name": "name",
|
|
8524
8460
|
"type": {
|
|
8525
8461
|
"text": "string"
|
|
8526
8462
|
},
|
|
8527
8463
|
"default": "''",
|
|
8528
|
-
"
|
|
8529
|
-
"inheritedFrom": {
|
|
8530
|
-
"name": "FormField",
|
|
8531
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8532
|
-
}
|
|
8464
|
+
"fieldName": "name"
|
|
8533
8465
|
},
|
|
8534
8466
|
{
|
|
8535
|
-
"kind": "field",
|
|
8536
8467
|
"name": "value",
|
|
8537
8468
|
"type": {
|
|
8538
8469
|
"text": "string"
|
|
8539
8470
|
},
|
|
8540
8471
|
"default": "''",
|
|
8541
|
-
"
|
|
8542
|
-
"inheritedFrom": {
|
|
8543
|
-
"name": "FormField",
|
|
8544
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8545
|
-
}
|
|
8472
|
+
"fieldName": "value"
|
|
8546
8473
|
},
|
|
8547
8474
|
{
|
|
8548
|
-
"kind": "field",
|
|
8549
8475
|
"name": "validationRules",
|
|
8550
8476
|
"type": {
|
|
8551
8477
|
"text": "Array<FormValidator>"
|
|
8552
8478
|
},
|
|
8553
8479
|
"default": "[]",
|
|
8554
|
-
"
|
|
8555
|
-
"inheritedFrom": {
|
|
8556
|
-
"name": "FormField",
|
|
8557
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8558
|
-
}
|
|
8480
|
+
"fieldName": "validationRules"
|
|
8559
8481
|
},
|
|
8560
8482
|
{
|
|
8561
|
-
"
|
|
8562
|
-
"name": "inputAriaLabel",
|
|
8483
|
+
"name": "input-aria-label",
|
|
8563
8484
|
"type": {
|
|
8564
8485
|
"text": "string | undefined"
|
|
8565
8486
|
},
|
|
8566
|
-
"
|
|
8567
|
-
|
|
8568
|
-
|
|
8569
|
-
|
|
8570
|
-
|
|
8571
|
-
|
|
8487
|
+
"fieldName": "inputAriaLabel"
|
|
8488
|
+
}
|
|
8489
|
+
],
|
|
8490
|
+
"superclass": {
|
|
8491
|
+
"name": "LitElement",
|
|
8492
|
+
"package": "lit"
|
|
8493
|
+
},
|
|
8494
|
+
"customElement": true
|
|
8495
|
+
}
|
|
8496
|
+
],
|
|
8497
|
+
"exports": [
|
|
8498
|
+
{
|
|
8499
|
+
"kind": "js",
|
|
8500
|
+
"name": "FormField",
|
|
8501
|
+
"declaration": {
|
|
8502
|
+
"name": "FormField",
|
|
8503
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8504
|
+
}
|
|
8505
|
+
}
|
|
8506
|
+
]
|
|
8507
|
+
},
|
|
8508
|
+
{
|
|
8509
|
+
"kind": "javascript-module",
|
|
8510
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8511
|
+
"declarations": [
|
|
8512
|
+
{
|
|
8513
|
+
"kind": "class",
|
|
8514
|
+
"description": "### Attributes:\n- **validationMode** - Specify if validation runs on change or when loosing focus\n- **initialValues** - Specify initial values on Form controls based on their names\n- **required** - Specify if input is a required\n- **disabled** - Specify if input is a disabled\n- **readOnly** - Specify if input is a read only\n- **action** \n- **method** \n- **target** \n- **enctype** ",
|
|
8515
|
+
"name": "BmForm",
|
|
8516
|
+
"slots": [
|
|
8517
|
+
{
|
|
8518
|
+
"description": "Add controls to the Form",
|
|
8519
|
+
"name": "slot"
|
|
8520
|
+
}
|
|
8521
|
+
],
|
|
8522
|
+
"members": [
|
|
8572
8523
|
{
|
|
8573
8524
|
"kind": "field",
|
|
8574
|
-
"name": "
|
|
8525
|
+
"name": "validationMode",
|
|
8575
8526
|
"type": {
|
|
8576
|
-
"text": "
|
|
8527
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8577
8528
|
},
|
|
8578
|
-
"
|
|
8579
|
-
|
|
8580
|
-
|
|
8581
|
-
}
|
|
8529
|
+
"default": "'onBlur'",
|
|
8530
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8531
|
+
"attribute": "validationMode"
|
|
8582
8532
|
},
|
|
8583
8533
|
{
|
|
8584
|
-
"kind": "
|
|
8585
|
-
"name": "
|
|
8586
|
-
"
|
|
8587
|
-
"
|
|
8588
|
-
"text": "void"
|
|
8589
|
-
}
|
|
8534
|
+
"kind": "field",
|
|
8535
|
+
"name": "initialValues",
|
|
8536
|
+
"type": {
|
|
8537
|
+
"text": "Record<string, FormValue>"
|
|
8590
8538
|
},
|
|
8591
|
-
"
|
|
8592
|
-
|
|
8593
|
-
|
|
8594
|
-
}
|
|
8539
|
+
"default": "{}",
|
|
8540
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8541
|
+
"attribute": "initialValues"
|
|
8595
8542
|
},
|
|
8596
8543
|
{
|
|
8597
|
-
"kind": "
|
|
8598
|
-
"name": "formResetCallback",
|
|
8599
|
-
"return": {
|
|
8600
|
-
"type": {
|
|
8601
|
-
"text": "void"
|
|
8602
|
-
}
|
|
8603
|
-
},
|
|
8604
|
-
"inheritedFrom": {
|
|
8605
|
-
"name": "FormField",
|
|
8606
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8607
|
-
}
|
|
8608
|
-
}
|
|
8609
|
-
],
|
|
8610
|
-
"attributes": [
|
|
8611
|
-
{
|
|
8544
|
+
"kind": "field",
|
|
8612
8545
|
"name": "required",
|
|
8613
8546
|
"type": {
|
|
8614
8547
|
"text": "boolean"
|
|
8615
8548
|
},
|
|
8616
8549
|
"default": "false",
|
|
8617
|
-
"description": "Specify if
|
|
8618
|
-
"
|
|
8550
|
+
"description": "Specify if input is a required",
|
|
8551
|
+
"attribute": "required"
|
|
8619
8552
|
},
|
|
8620
8553
|
{
|
|
8621
|
-
"
|
|
8554
|
+
"kind": "field",
|
|
8555
|
+
"name": "disabled",
|
|
8622
8556
|
"type": {
|
|
8623
8557
|
"text": "boolean"
|
|
8624
8558
|
},
|
|
8625
8559
|
"default": "false",
|
|
8626
|
-
"description": "Specify if
|
|
8627
|
-
"
|
|
8560
|
+
"description": "Specify if input is a disabled",
|
|
8561
|
+
"attribute": "disabled"
|
|
8628
8562
|
},
|
|
8629
8563
|
{
|
|
8630
|
-
"
|
|
8564
|
+
"kind": "field",
|
|
8565
|
+
"name": "readOnly",
|
|
8631
8566
|
"type": {
|
|
8632
8567
|
"text": "boolean"
|
|
8633
8568
|
},
|
|
8634
8569
|
"default": "false",
|
|
8635
|
-
"description": "Specify if
|
|
8636
|
-
"
|
|
8570
|
+
"description": "Specify if input is a read only",
|
|
8571
|
+
"attribute": "readOnly"
|
|
8637
8572
|
},
|
|
8638
8573
|
{
|
|
8639
|
-
"
|
|
8574
|
+
"kind": "field",
|
|
8575
|
+
"name": "action",
|
|
8640
8576
|
"type": {
|
|
8641
8577
|
"text": "string | undefined"
|
|
8642
8578
|
},
|
|
8643
|
-
"
|
|
8644
|
-
"fieldName": "error"
|
|
8579
|
+
"attribute": "action"
|
|
8645
8580
|
},
|
|
8646
8581
|
{
|
|
8647
|
-
"
|
|
8582
|
+
"kind": "field",
|
|
8583
|
+
"name": "method",
|
|
8648
8584
|
"type": {
|
|
8649
|
-
"text": "
|
|
8585
|
+
"text": "string | undefined"
|
|
8650
8586
|
},
|
|
8651
|
-
"
|
|
8652
|
-
"description": "Specify if NativeSelect is fluid",
|
|
8653
|
-
"fieldName": "fluid"
|
|
8587
|
+
"attribute": "method"
|
|
8654
8588
|
},
|
|
8655
8589
|
{
|
|
8656
|
-
"
|
|
8590
|
+
"kind": "field",
|
|
8591
|
+
"name": "target",
|
|
8657
8592
|
"type": {
|
|
8658
8593
|
"text": "string | undefined"
|
|
8659
8594
|
},
|
|
8660
|
-
"
|
|
8661
|
-
"fieldName": "width"
|
|
8595
|
+
"attribute": "target"
|
|
8662
8596
|
},
|
|
8663
8597
|
{
|
|
8664
|
-
"
|
|
8598
|
+
"kind": "field",
|
|
8599
|
+
"name": "enctype",
|
|
8665
8600
|
"type": {
|
|
8666
|
-
"text": "
|
|
8601
|
+
"text": "string | undefined"
|
|
8667
8602
|
},
|
|
8668
|
-
"
|
|
8669
|
-
"description": "Specify if overflow displays ellipsis",
|
|
8670
|
-
"fieldName": "ellipse"
|
|
8603
|
+
"attribute": "enctype"
|
|
8671
8604
|
},
|
|
8672
8605
|
{
|
|
8673
|
-
"
|
|
8606
|
+
"kind": "field",
|
|
8607
|
+
"name": "formMeta",
|
|
8674
8608
|
"type": {
|
|
8675
|
-
"text": "
|
|
8609
|
+
"text": "Record<string, FieldMeta>"
|
|
8676
8610
|
},
|
|
8677
|
-
"default": "
|
|
8678
|
-
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8679
|
-
"fieldName": "hideRequiredMarker"
|
|
8611
|
+
"default": "{}"
|
|
8680
8612
|
},
|
|
8681
8613
|
{
|
|
8682
|
-
"
|
|
8683
|
-
"
|
|
8684
|
-
"text": "'light' | 'dark' | undefined"
|
|
8685
|
-
},
|
|
8686
|
-
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8687
|
-
"fieldName": "theme"
|
|
8614
|
+
"kind": "field",
|
|
8615
|
+
"name": "formRef"
|
|
8688
8616
|
},
|
|
8689
8617
|
{
|
|
8690
|
-
"
|
|
8618
|
+
"kind": "field",
|
|
8619
|
+
"name": "formContext",
|
|
8691
8620
|
"type": {
|
|
8692
|
-
"text": "
|
|
8621
|
+
"text": "BmFormContext"
|
|
8693
8622
|
},
|
|
8694
|
-
"
|
|
8695
|
-
"
|
|
8696
|
-
|
|
8697
|
-
|
|
8698
|
-
|
|
8699
|
-
}
|
|
8700
|
-
},
|
|
8623
|
+
"privacy": "public",
|
|
8624
|
+
"default": "bmFormInitials"
|
|
8625
|
+
}
|
|
8626
|
+
],
|
|
8627
|
+
"events": [
|
|
8701
8628
|
{
|
|
8702
|
-
"
|
|
8629
|
+
"description": "Validates the inputs and submits the form",
|
|
8630
|
+
"name": "submit"
|
|
8631
|
+
}
|
|
8632
|
+
],
|
|
8633
|
+
"attributes": [
|
|
8634
|
+
{
|
|
8635
|
+
"name": "validationMode",
|
|
8703
8636
|
"type": {
|
|
8704
|
-
"text": "
|
|
8637
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8705
8638
|
},
|
|
8706
|
-
"default": "''",
|
|
8707
|
-
"
|
|
8708
|
-
"
|
|
8709
|
-
"name": "FormField",
|
|
8710
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8711
|
-
}
|
|
8639
|
+
"default": "'onBlur'",
|
|
8640
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8641
|
+
"fieldName": "validationMode"
|
|
8712
8642
|
},
|
|
8713
8643
|
{
|
|
8714
|
-
"name": "
|
|
8644
|
+
"name": "initialValues",
|
|
8715
8645
|
"type": {
|
|
8716
|
-
"text": "string"
|
|
8646
|
+
"text": "Record<string, FormValue>"
|
|
8717
8647
|
},
|
|
8718
|
-
"default": "
|
|
8719
|
-
"
|
|
8720
|
-
"
|
|
8721
|
-
"name": "FormField",
|
|
8722
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8723
|
-
}
|
|
8648
|
+
"default": "{}",
|
|
8649
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8650
|
+
"fieldName": "initialValues"
|
|
8724
8651
|
},
|
|
8725
8652
|
{
|
|
8726
|
-
"name": "
|
|
8653
|
+
"name": "required",
|
|
8727
8654
|
"type": {
|
|
8728
|
-
"text": "
|
|
8655
|
+
"text": "boolean"
|
|
8729
8656
|
},
|
|
8730
|
-
"default": "
|
|
8731
|
-
"
|
|
8732
|
-
"
|
|
8733
|
-
"name": "FormField",
|
|
8734
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8735
|
-
}
|
|
8657
|
+
"default": "false",
|
|
8658
|
+
"description": "Specify if input is a required",
|
|
8659
|
+
"fieldName": "required"
|
|
8736
8660
|
},
|
|
8737
8661
|
{
|
|
8738
|
-
"name": "
|
|
8662
|
+
"name": "disabled",
|
|
8663
|
+
"type": {
|
|
8664
|
+
"text": "boolean"
|
|
8665
|
+
},
|
|
8666
|
+
"default": "false",
|
|
8667
|
+
"description": "Specify if input is a disabled",
|
|
8668
|
+
"fieldName": "disabled"
|
|
8669
|
+
},
|
|
8670
|
+
{
|
|
8671
|
+
"name": "readOnly",
|
|
8672
|
+
"type": {
|
|
8673
|
+
"text": "boolean"
|
|
8674
|
+
},
|
|
8675
|
+
"default": "false",
|
|
8676
|
+
"description": "Specify if input is a read only",
|
|
8677
|
+
"fieldName": "readOnly"
|
|
8678
|
+
},
|
|
8679
|
+
{
|
|
8680
|
+
"name": "action",
|
|
8739
8681
|
"type": {
|
|
8740
8682
|
"text": "string | undefined"
|
|
8741
8683
|
},
|
|
8742
|
-
"fieldName": "
|
|
8743
|
-
|
|
8744
|
-
|
|
8745
|
-
|
|
8746
|
-
|
|
8684
|
+
"fieldName": "action"
|
|
8685
|
+
},
|
|
8686
|
+
{
|
|
8687
|
+
"name": "method",
|
|
8688
|
+
"type": {
|
|
8689
|
+
"text": "string | undefined"
|
|
8690
|
+
},
|
|
8691
|
+
"fieldName": "method"
|
|
8692
|
+
},
|
|
8693
|
+
{
|
|
8694
|
+
"name": "target",
|
|
8695
|
+
"type": {
|
|
8696
|
+
"text": "string | undefined"
|
|
8697
|
+
},
|
|
8698
|
+
"fieldName": "target"
|
|
8699
|
+
},
|
|
8700
|
+
{
|
|
8701
|
+
"name": "enctype",
|
|
8702
|
+
"type": {
|
|
8703
|
+
"text": "string | undefined"
|
|
8704
|
+
},
|
|
8705
|
+
"fieldName": "enctype"
|
|
8747
8706
|
}
|
|
8748
8707
|
],
|
|
8749
8708
|
"superclass": {
|
|
8750
|
-
"name": "
|
|
8751
|
-
"
|
|
8709
|
+
"name": "LitElement",
|
|
8710
|
+
"package": "lit"
|
|
8752
8711
|
},
|
|
8753
|
-
"summary": "`bm-
|
|
8754
|
-
"tagName": "bm-
|
|
8712
|
+
"summary": "`bm-form`",
|
|
8713
|
+
"tagName": "bm-form",
|
|
8755
8714
|
"customElement": true
|
|
8756
8715
|
}
|
|
8757
8716
|
],
|
|
8758
8717
|
"exports": [
|
|
8759
8718
|
{
|
|
8760
8719
|
"kind": "js",
|
|
8761
|
-
"name": "
|
|
8720
|
+
"name": "validators",
|
|
8762
8721
|
"declaration": {
|
|
8763
|
-
"name": "
|
|
8764
|
-
"
|
|
8722
|
+
"name": "validators",
|
|
8723
|
+
"package": "@viasat/beam-shared/components/form"
|
|
8724
|
+
}
|
|
8725
|
+
},
|
|
8726
|
+
{
|
|
8727
|
+
"kind": "js",
|
|
8728
|
+
"name": "BmForm",
|
|
8729
|
+
"declaration": {
|
|
8730
|
+
"name": "BmForm",
|
|
8731
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8765
8732
|
}
|
|
8766
8733
|
},
|
|
8767
8734
|
{
|
|
8768
8735
|
"kind": "custom-element-definition",
|
|
8769
|
-
"name": "bm-
|
|
8736
|
+
"name": "bm-form",
|
|
8770
8737
|
"declaration": {
|
|
8771
|
-
"name": "
|
|
8772
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8738
|
+
"name": "BmForm",
|
|
8739
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8773
8740
|
}
|
|
8774
8741
|
}
|
|
8775
8742
|
]
|
|
8776
8743
|
},
|
|
8777
8744
|
{
|
|
8778
8745
|
"kind": "javascript-module",
|
|
8779
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8746
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8747
|
+
"declarations": [
|
|
8748
|
+
{
|
|
8749
|
+
"kind": "function",
|
|
8750
|
+
"name": "createId",
|
|
8751
|
+
"return": {
|
|
8752
|
+
"type": {
|
|
8753
|
+
"text": "string"
|
|
8754
|
+
}
|
|
8755
|
+
}
|
|
8756
|
+
}
|
|
8757
|
+
],
|
|
8758
|
+
"exports": [
|
|
8759
|
+
{
|
|
8760
|
+
"kind": "js",
|
|
8761
|
+
"name": "createId",
|
|
8762
|
+
"declaration": {
|
|
8763
|
+
"name": "createId",
|
|
8764
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8765
|
+
}
|
|
8766
|
+
}
|
|
8767
|
+
]
|
|
8768
|
+
},
|
|
8769
|
+
{
|
|
8770
|
+
"kind": "javascript-module",
|
|
8771
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8780
8772
|
"declarations": [],
|
|
8781
8773
|
"exports": [
|
|
8782
8774
|
{
|
|
@@ -8784,361 +8776,154 @@
|
|
|
8784
8776
|
"name": "*",
|
|
8785
8777
|
"declaration": {
|
|
8786
8778
|
"name": "*",
|
|
8787
|
-
"package": "./
|
|
8779
|
+
"package": "./Form"
|
|
8780
|
+
}
|
|
8781
|
+
},
|
|
8782
|
+
{
|
|
8783
|
+
"kind": "js",
|
|
8784
|
+
"name": "*",
|
|
8785
|
+
"declaration": {
|
|
8786
|
+
"name": "*",
|
|
8787
|
+
"package": "./Form.decorator"
|
|
8788
8788
|
}
|
|
8789
8789
|
}
|
|
8790
8790
|
]
|
|
8791
8791
|
},
|
|
8792
8792
|
{
|
|
8793
8793
|
"kind": "javascript-module",
|
|
8794
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8794
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
8795
8795
|
"declarations": [
|
|
8796
8796
|
{
|
|
8797
8797
|
"kind": "class",
|
|
8798
|
-
"description": "`bm-
|
|
8799
|
-
"name": "
|
|
8798
|
+
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
8799
|
+
"name": "BmSwitch",
|
|
8800
|
+
"slots": [
|
|
8801
|
+
{
|
|
8802
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8803
|
+
"name": "onText"
|
|
8804
|
+
},
|
|
8805
|
+
{
|
|
8806
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8807
|
+
"name": "offText"
|
|
8808
|
+
}
|
|
8809
|
+
],
|
|
8800
8810
|
"members": [
|
|
8801
8811
|
{
|
|
8802
8812
|
"kind": "field",
|
|
8803
|
-
"name": "
|
|
8813
|
+
"name": "inputChoiceGroupContext",
|
|
8804
8814
|
"type": {
|
|
8805
|
-
"text": "
|
|
8806
|
-
}
|
|
8807
|
-
"description": "Specify the text for the label",
|
|
8808
|
-
"attribute": "label"
|
|
8815
|
+
"text": "InputChoiceGroupContextProps"
|
|
8816
|
+
}
|
|
8809
8817
|
},
|
|
8810
8818
|
{
|
|
8811
8819
|
"kind": "field",
|
|
8812
|
-
"name": "
|
|
8820
|
+
"name": "onText",
|
|
8813
8821
|
"type": {
|
|
8814
|
-
"text": "
|
|
8822
|
+
"text": "string | undefined"
|
|
8815
8823
|
},
|
|
8816
|
-
"
|
|
8817
|
-
"
|
|
8824
|
+
"default": "undefined",
|
|
8825
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8826
|
+
"attribute": "onText"
|
|
8818
8827
|
},
|
|
8819
8828
|
{
|
|
8820
8829
|
"kind": "field",
|
|
8821
|
-
"name": "
|
|
8830
|
+
"name": "offText",
|
|
8822
8831
|
"type": {
|
|
8823
|
-
"text": "
|
|
8832
|
+
"text": "string | undefined"
|
|
8824
8833
|
},
|
|
8825
|
-
"
|
|
8826
|
-
"
|
|
8834
|
+
"default": "undefined",
|
|
8835
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8836
|
+
"attribute": "offText"
|
|
8827
8837
|
},
|
|
8828
8838
|
{
|
|
8829
8839
|
"kind": "field",
|
|
8830
|
-
"name": "
|
|
8840
|
+
"name": "theme",
|
|
8831
8841
|
"type": {
|
|
8832
|
-
"text": "
|
|
8842
|
+
"text": "ThemeTypes | undefined"
|
|
8833
8843
|
},
|
|
8834
|
-
"
|
|
8835
|
-
"
|
|
8844
|
+
"default": "undefined",
|
|
8845
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
8836
8846
|
},
|
|
8837
8847
|
{
|
|
8838
8848
|
"kind": "field",
|
|
8839
|
-
"name": "
|
|
8849
|
+
"name": "textPosition",
|
|
8840
8850
|
"type": {
|
|
8841
|
-
"text": "'
|
|
8851
|
+
"text": "'before' | 'after'"
|
|
8842
8852
|
},
|
|
8843
|
-
"
|
|
8844
|
-
"
|
|
8853
|
+
"default": "'after'",
|
|
8854
|
+
"description": "Specify the position of the side label",
|
|
8855
|
+
"attribute": "textPosition"
|
|
8845
8856
|
},
|
|
8846
8857
|
{
|
|
8847
8858
|
"kind": "field",
|
|
8848
|
-
"name": "
|
|
8859
|
+
"name": "readOnly",
|
|
8849
8860
|
"type": {
|
|
8850
|
-
"text": "
|
|
8861
|
+
"text": "boolean"
|
|
8851
8862
|
},
|
|
8852
|
-
"
|
|
8853
|
-
"
|
|
8863
|
+
"default": "false",
|
|
8864
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
8865
|
+
"attribute": "readOnly"
|
|
8854
8866
|
},
|
|
8855
8867
|
{
|
|
8856
8868
|
"kind": "field",
|
|
8857
|
-
"name": "
|
|
8869
|
+
"name": "disabled",
|
|
8858
8870
|
"type": {
|
|
8859
8871
|
"text": "boolean"
|
|
8860
8872
|
},
|
|
8861
8873
|
"default": "false",
|
|
8862
|
-
"description": "
|
|
8863
|
-
"attribute": "
|
|
8874
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
8875
|
+
"attribute": "disabled"
|
|
8864
8876
|
},
|
|
8865
8877
|
{
|
|
8866
8878
|
"kind": "field",
|
|
8867
|
-
"name": "
|
|
8879
|
+
"name": "checked",
|
|
8868
8880
|
"type": {
|
|
8869
|
-
"text": "
|
|
8881
|
+
"text": "boolean"
|
|
8870
8882
|
},
|
|
8871
|
-
"
|
|
8872
|
-
"attribute": "
|
|
8883
|
+
"default": "false",
|
|
8884
|
+
"attribute": "checked"
|
|
8873
8885
|
},
|
|
8874
8886
|
{
|
|
8875
8887
|
"kind": "field",
|
|
8876
|
-
"name": "
|
|
8888
|
+
"name": "value",
|
|
8877
8889
|
"type": {
|
|
8878
|
-
"text": "
|
|
8879
|
-
}
|
|
8890
|
+
"text": "string | undefined"
|
|
8891
|
+
},
|
|
8892
|
+
"description": "The value attribute for the input element",
|
|
8893
|
+
"attribute": "value"
|
|
8880
8894
|
},
|
|
8881
8895
|
{
|
|
8882
8896
|
"kind": "field",
|
|
8883
|
-
"name": "
|
|
8884
|
-
},
|
|
8885
|
-
{
|
|
8886
|
-
"kind": "method",
|
|
8887
|
-
"name": "focus"
|
|
8897
|
+
"name": "switchRef"
|
|
8888
8898
|
}
|
|
8889
8899
|
],
|
|
8890
8900
|
"attributes": [
|
|
8891
8901
|
{
|
|
8892
|
-
"name": "
|
|
8902
|
+
"name": "onText",
|
|
8893
8903
|
"type": {
|
|
8894
8904
|
"text": "string | undefined"
|
|
8895
8905
|
},
|
|
8896
|
-
"
|
|
8897
|
-
"
|
|
8906
|
+
"default": "undefined",
|
|
8907
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8908
|
+
"fieldName": "onText"
|
|
8898
8909
|
},
|
|
8899
8910
|
{
|
|
8900
|
-
"name": "
|
|
8911
|
+
"name": "offText",
|
|
8901
8912
|
"type": {
|
|
8902
|
-
"text": "
|
|
8913
|
+
"text": "string | undefined"
|
|
8903
8914
|
},
|
|
8904
|
-
"
|
|
8905
|
-
"
|
|
8915
|
+
"default": "undefined",
|
|
8916
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8917
|
+
"fieldName": "offText"
|
|
8906
8918
|
},
|
|
8907
8919
|
{
|
|
8908
|
-
"name": "
|
|
8920
|
+
"name": "textPosition",
|
|
8909
8921
|
"type": {
|
|
8910
|
-
"text": "
|
|
8922
|
+
"text": "'before' | 'after'"
|
|
8911
8923
|
},
|
|
8912
|
-
"
|
|
8913
|
-
"
|
|
8914
|
-
|
|
8915
|
-
{
|
|
8916
|
-
"name": "disabled",
|
|
8917
|
-
"type": {
|
|
8918
|
-
"text": "boolean | undefined"
|
|
8919
|
-
},
|
|
8920
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
8921
|
-
"fieldName": "disabled"
|
|
8922
|
-
},
|
|
8923
|
-
{
|
|
8924
|
-
"name": "theme",
|
|
8925
|
-
"type": {
|
|
8926
|
-
"text": "'light' | 'dark' | undefined"
|
|
8927
|
-
},
|
|
8928
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8929
|
-
"fieldName": "theme"
|
|
8930
|
-
},
|
|
8931
|
-
{
|
|
8932
|
-
"name": "value",
|
|
8933
|
-
"type": {
|
|
8934
|
-
"text": "string | undefined"
|
|
8935
|
-
},
|
|
8936
|
-
"description": "The value attribute for the input element",
|
|
8937
|
-
"fieldName": "value"
|
|
8938
|
-
},
|
|
8939
|
-
{
|
|
8940
|
-
"name": "checked",
|
|
8941
|
-
"type": {
|
|
8942
|
-
"text": "boolean"
|
|
8943
|
-
},
|
|
8944
|
-
"default": "false",
|
|
8945
|
-
"description": "The checked attribute for the input element",
|
|
8946
|
-
"fieldName": "checked"
|
|
8947
|
-
},
|
|
8948
|
-
{
|
|
8949
|
-
"name": "onKeyDown",
|
|
8950
|
-
"type": {
|
|
8951
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8952
|
-
},
|
|
8953
|
-
"description": "A user-defined function to handle keydown events",
|
|
8954
|
-
"fieldName": "onKeyDown"
|
|
8955
|
-
}
|
|
8956
|
-
],
|
|
8957
|
-
"superclass": {
|
|
8958
|
-
"name": "LitElement",
|
|
8959
|
-
"package": "lit"
|
|
8960
|
-
},
|
|
8961
|
-
"tagName": "bm-radio-button",
|
|
8962
|
-
"customElement": true
|
|
8963
|
-
}
|
|
8964
|
-
],
|
|
8965
|
-
"exports": [
|
|
8966
|
-
{
|
|
8967
|
-
"kind": "js",
|
|
8968
|
-
"name": "BmRadioButton",
|
|
8969
|
-
"declaration": {
|
|
8970
|
-
"name": "BmRadioButton",
|
|
8971
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8972
|
-
}
|
|
8973
|
-
},
|
|
8974
|
-
{
|
|
8975
|
-
"kind": "custom-element-definition",
|
|
8976
|
-
"name": "bm-radio-button",
|
|
8977
|
-
"declaration": {
|
|
8978
|
-
"name": "BmRadioButton",
|
|
8979
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8980
|
-
}
|
|
8981
|
-
}
|
|
8982
|
-
]
|
|
8983
|
-
},
|
|
8984
|
-
{
|
|
8985
|
-
"kind": "javascript-module",
|
|
8986
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8987
|
-
"declarations": [],
|
|
8988
|
-
"exports": [
|
|
8989
|
-
{
|
|
8990
|
-
"kind": "js",
|
|
8991
|
-
"name": "*",
|
|
8992
|
-
"declaration": {
|
|
8993
|
-
"name": "*",
|
|
8994
|
-
"package": "./RadioButton"
|
|
8995
|
-
}
|
|
8996
|
-
},
|
|
8997
|
-
{
|
|
8998
|
-
"kind": "js",
|
|
8999
|
-
"name": "*",
|
|
9000
|
-
"declaration": {
|
|
9001
|
-
"name": "*",
|
|
9002
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9003
|
-
}
|
|
9004
|
-
}
|
|
9005
|
-
]
|
|
9006
|
-
},
|
|
9007
|
-
{
|
|
9008
|
-
"kind": "javascript-module",
|
|
9009
|
-
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
9010
|
-
"declarations": [
|
|
9011
|
-
{
|
|
9012
|
-
"kind": "class",
|
|
9013
|
-
"description": "`bm-switch`\n\n### Attributes:\n- **onText** - Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.\n- **offText** - Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.\n- **textPosition** - Specify the position of the side label\n- **readOnly** - Specify if Switch displays in a read-only state\n- **disabled** - Specify if Switch displays in a disabled state\n- **checked** \n- **value** - The value attribute for the input element",
|
|
9014
|
-
"name": "BmSwitch",
|
|
9015
|
-
"slots": [
|
|
9016
|
-
{
|
|
9017
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9018
|
-
"name": "onText"
|
|
9019
|
-
},
|
|
9020
|
-
{
|
|
9021
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9022
|
-
"name": "offText"
|
|
9023
|
-
}
|
|
9024
|
-
],
|
|
9025
|
-
"members": [
|
|
9026
|
-
{
|
|
9027
|
-
"kind": "field",
|
|
9028
|
-
"name": "inputChoiceGroupContext",
|
|
9029
|
-
"type": {
|
|
9030
|
-
"text": "InputChoiceGroupContextProps"
|
|
9031
|
-
}
|
|
9032
|
-
},
|
|
9033
|
-
{
|
|
9034
|
-
"kind": "field",
|
|
9035
|
-
"name": "onText",
|
|
9036
|
-
"type": {
|
|
9037
|
-
"text": "string | undefined"
|
|
9038
|
-
},
|
|
9039
|
-
"default": "undefined",
|
|
9040
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9041
|
-
"attribute": "onText"
|
|
9042
|
-
},
|
|
9043
|
-
{
|
|
9044
|
-
"kind": "field",
|
|
9045
|
-
"name": "offText",
|
|
9046
|
-
"type": {
|
|
9047
|
-
"text": "string | undefined"
|
|
9048
|
-
},
|
|
9049
|
-
"default": "undefined",
|
|
9050
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9051
|
-
"attribute": "offText"
|
|
9052
|
-
},
|
|
9053
|
-
{
|
|
9054
|
-
"kind": "field",
|
|
9055
|
-
"name": "theme",
|
|
9056
|
-
"type": {
|
|
9057
|
-
"text": "ThemeTypes | undefined"
|
|
9058
|
-
},
|
|
9059
|
-
"default": "undefined",
|
|
9060
|
-
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
9061
|
-
},
|
|
9062
|
-
{
|
|
9063
|
-
"kind": "field",
|
|
9064
|
-
"name": "textPosition",
|
|
9065
|
-
"type": {
|
|
9066
|
-
"text": "'before' | 'after'"
|
|
9067
|
-
},
|
|
9068
|
-
"default": "'after'",
|
|
9069
|
-
"description": "Specify the position of the side label",
|
|
9070
|
-
"attribute": "textPosition"
|
|
9071
|
-
},
|
|
9072
|
-
{
|
|
9073
|
-
"kind": "field",
|
|
9074
|
-
"name": "readOnly",
|
|
9075
|
-
"type": {
|
|
9076
|
-
"text": "boolean"
|
|
9077
|
-
},
|
|
9078
|
-
"default": "false",
|
|
9079
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
9080
|
-
"attribute": "readOnly"
|
|
9081
|
-
},
|
|
9082
|
-
{
|
|
9083
|
-
"kind": "field",
|
|
9084
|
-
"name": "disabled",
|
|
9085
|
-
"type": {
|
|
9086
|
-
"text": "boolean"
|
|
9087
|
-
},
|
|
9088
|
-
"default": "false",
|
|
9089
|
-
"description": "Specify if Switch displays in a disabled state",
|
|
9090
|
-
"attribute": "disabled"
|
|
9091
|
-
},
|
|
9092
|
-
{
|
|
9093
|
-
"kind": "field",
|
|
9094
|
-
"name": "checked",
|
|
9095
|
-
"type": {
|
|
9096
|
-
"text": "boolean"
|
|
9097
|
-
},
|
|
9098
|
-
"default": "false",
|
|
9099
|
-
"attribute": "checked"
|
|
9100
|
-
},
|
|
9101
|
-
{
|
|
9102
|
-
"kind": "field",
|
|
9103
|
-
"name": "value",
|
|
9104
|
-
"type": {
|
|
9105
|
-
"text": "string | undefined"
|
|
9106
|
-
},
|
|
9107
|
-
"description": "The value attribute for the input element",
|
|
9108
|
-
"attribute": "value"
|
|
9109
|
-
},
|
|
9110
|
-
{
|
|
9111
|
-
"kind": "field",
|
|
9112
|
-
"name": "switchRef"
|
|
9113
|
-
}
|
|
9114
|
-
],
|
|
9115
|
-
"attributes": [
|
|
9116
|
-
{
|
|
9117
|
-
"name": "onText",
|
|
9118
|
-
"type": {
|
|
9119
|
-
"text": "string | undefined"
|
|
9120
|
-
},
|
|
9121
|
-
"default": "undefined",
|
|
9122
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
9123
|
-
"fieldName": "onText"
|
|
9124
|
-
},
|
|
9125
|
-
{
|
|
9126
|
-
"name": "offText",
|
|
9127
|
-
"type": {
|
|
9128
|
-
"text": "string | undefined"
|
|
9129
|
-
},
|
|
9130
|
-
"default": "undefined",
|
|
9131
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
9132
|
-
"fieldName": "offText"
|
|
9133
|
-
},
|
|
9134
|
-
{
|
|
9135
|
-
"name": "textPosition",
|
|
9136
|
-
"type": {
|
|
9137
|
-
"text": "'before' | 'after'"
|
|
9138
|
-
},
|
|
9139
|
-
"default": "'after'",
|
|
9140
|
-
"description": "Specify the position of the side label",
|
|
9141
|
-
"fieldName": "textPosition"
|
|
8924
|
+
"default": "'after'",
|
|
8925
|
+
"description": "Specify the position of the side label",
|
|
8926
|
+
"fieldName": "textPosition"
|
|
9142
8927
|
},
|
|
9143
8928
|
{
|
|
9144
8929
|
"name": "readOnly",
|
|
@@ -9742,229 +9527,265 @@
|
|
|
9742
9527
|
},
|
|
9743
9528
|
{
|
|
9744
9529
|
"kind": "javascript-module",
|
|
9745
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9530
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9746
9531
|
"declarations": [
|
|
9747
9532
|
{
|
|
9748
9533
|
"kind": "class",
|
|
9749
|
-
"description": "",
|
|
9750
|
-
"name": "
|
|
9751
|
-
"
|
|
9752
|
-
"name": "InputChoiceGroup",
|
|
9753
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
9754
|
-
},
|
|
9755
|
-
"tagName": "bm-checkbox-group",
|
|
9756
|
-
"customElement": true,
|
|
9757
|
-
"slots": [
|
|
9534
|
+
"description": "`bm-radio-button`\n\n### Attributes:\n- **label** - Specify the text for the label\n- **error** - Specify error text and display error state of a RadioButton\n- **readOnly** - Specify if RadioButton displays in a read-only state\n- **disabled** - Specify if RadioButton displays in a disabled state\n- **theme** - Specify the theme of the RadioButton. By default it inherits the theme from the parent\n- **value** - The value attribute for the input element\n- **checked** - The checked attribute for the input element\n- **onKeyDown** - A user-defined function to handle keydown events",
|
|
9535
|
+
"name": "BmRadioButton",
|
|
9536
|
+
"members": [
|
|
9758
9537
|
{
|
|
9759
|
-
"
|
|
9538
|
+
"kind": "field",
|
|
9760
9539
|
"name": "label",
|
|
9761
|
-
"
|
|
9762
|
-
"
|
|
9763
|
-
|
|
9764
|
-
|
|
9540
|
+
"type": {
|
|
9541
|
+
"text": "string | undefined"
|
|
9542
|
+
},
|
|
9543
|
+
"description": "Specify the text for the label",
|
|
9544
|
+
"attribute": "label"
|
|
9765
9545
|
},
|
|
9766
9546
|
{
|
|
9767
|
-
"
|
|
9768
|
-
"name": "
|
|
9769
|
-
"
|
|
9770
|
-
"
|
|
9771
|
-
|
|
9772
|
-
|
|
9773
|
-
|
|
9774
|
-
|
|
9775
|
-
"attributes": [
|
|
9547
|
+
"kind": "field",
|
|
9548
|
+
"name": "error",
|
|
9549
|
+
"type": {
|
|
9550
|
+
"text": "boolean | undefined"
|
|
9551
|
+
},
|
|
9552
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
9553
|
+
"attribute": "error"
|
|
9554
|
+
},
|
|
9776
9555
|
{
|
|
9777
|
-
"
|
|
9556
|
+
"kind": "field",
|
|
9557
|
+
"name": "readOnly",
|
|
9778
9558
|
"type": {
|
|
9779
|
-
"text": "
|
|
9559
|
+
"text": "boolean | undefined"
|
|
9780
9560
|
},
|
|
9781
|
-
"description": "Specify
|
|
9782
|
-
"
|
|
9783
|
-
"inheritedFrom": {
|
|
9784
|
-
"name": "InputChoiceGroup",
|
|
9785
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9786
|
-
}
|
|
9561
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
9562
|
+
"attribute": "readOnly"
|
|
9787
9563
|
},
|
|
9788
9564
|
{
|
|
9789
|
-
"
|
|
9565
|
+
"kind": "field",
|
|
9566
|
+
"name": "disabled",
|
|
9790
9567
|
"type": {
|
|
9791
|
-
"text": "
|
|
9568
|
+
"text": "boolean | undefined"
|
|
9792
9569
|
},
|
|
9793
|
-
"
|
|
9794
|
-
"
|
|
9795
|
-
"deprecated": "use `orientation` and `fluid` instead",
|
|
9796
|
-
"fieldName": "layout",
|
|
9797
|
-
"inheritedFrom": {
|
|
9798
|
-
"name": "InputChoiceGroup",
|
|
9799
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9800
|
-
}
|
|
9570
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
9571
|
+
"attribute": "disabled"
|
|
9801
9572
|
},
|
|
9802
9573
|
{
|
|
9803
|
-
"
|
|
9574
|
+
"kind": "field",
|
|
9575
|
+
"name": "theme",
|
|
9804
9576
|
"type": {
|
|
9805
|
-
"text": "'
|
|
9577
|
+
"text": "'light' | 'dark' | undefined"
|
|
9806
9578
|
},
|
|
9807
|
-
"
|
|
9808
|
-
"
|
|
9809
|
-
"fieldName": "orientation",
|
|
9810
|
-
"inheritedFrom": {
|
|
9811
|
-
"name": "InputChoiceGroup",
|
|
9812
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9813
|
-
}
|
|
9579
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9580
|
+
"attribute": "theme"
|
|
9814
9581
|
},
|
|
9815
9582
|
{
|
|
9816
|
-
"
|
|
9583
|
+
"kind": "field",
|
|
9584
|
+
"name": "value",
|
|
9817
9585
|
"type": {
|
|
9818
|
-
"text": "
|
|
9586
|
+
"text": "string | undefined"
|
|
9819
9587
|
},
|
|
9820
|
-
"
|
|
9821
|
-
"
|
|
9822
|
-
"fieldName": "fluid",
|
|
9823
|
-
"inheritedFrom": {
|
|
9824
|
-
"name": "InputChoiceGroup",
|
|
9825
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9826
|
-
}
|
|
9588
|
+
"description": "The value attribute for the input element",
|
|
9589
|
+
"attribute": "value"
|
|
9827
9590
|
},
|
|
9828
9591
|
{
|
|
9829
|
-
"
|
|
9592
|
+
"kind": "field",
|
|
9593
|
+
"name": "checked",
|
|
9830
9594
|
"type": {
|
|
9831
9595
|
"text": "boolean"
|
|
9832
9596
|
},
|
|
9833
9597
|
"default": "false",
|
|
9834
|
-
"description": "
|
|
9835
|
-
"
|
|
9836
|
-
"inheritedFrom": {
|
|
9837
|
-
"name": "InputChoiceGroup",
|
|
9838
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9839
|
-
}
|
|
9598
|
+
"description": "The checked attribute for the input element",
|
|
9599
|
+
"attribute": "checked"
|
|
9840
9600
|
},
|
|
9841
9601
|
{
|
|
9842
|
-
"
|
|
9602
|
+
"kind": "field",
|
|
9603
|
+
"name": "onKeyDown",
|
|
9843
9604
|
"type": {
|
|
9844
|
-
"text": "
|
|
9605
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9845
9606
|
},
|
|
9846
|
-
"
|
|
9847
|
-
"
|
|
9848
|
-
|
|
9849
|
-
|
|
9850
|
-
|
|
9851
|
-
|
|
9607
|
+
"description": "A user-defined function to handle keydown events",
|
|
9608
|
+
"attribute": "onKeyDown"
|
|
9609
|
+
},
|
|
9610
|
+
{
|
|
9611
|
+
"kind": "field",
|
|
9612
|
+
"name": "inputChoiceGroupContext",
|
|
9613
|
+
"type": {
|
|
9614
|
+
"text": "InputChoiceGroupContextProps"
|
|
9852
9615
|
}
|
|
9853
9616
|
},
|
|
9854
9617
|
{
|
|
9855
|
-
"
|
|
9618
|
+
"kind": "field",
|
|
9619
|
+
"name": "radioButtonRef"
|
|
9620
|
+
},
|
|
9621
|
+
{
|
|
9622
|
+
"kind": "method",
|
|
9623
|
+
"name": "focus"
|
|
9624
|
+
}
|
|
9625
|
+
],
|
|
9626
|
+
"attributes": [
|
|
9627
|
+
{
|
|
9628
|
+
"name": "label",
|
|
9856
9629
|
"type": {
|
|
9857
9630
|
"text": "string | undefined"
|
|
9858
9631
|
},
|
|
9859
|
-
"description": "Specify
|
|
9860
|
-
"fieldName": "
|
|
9861
|
-
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
9632
|
+
"description": "Specify the text for the label",
|
|
9633
|
+
"fieldName": "label"
|
|
9634
|
+
},
|
|
9635
|
+
{
|
|
9636
|
+
"name": "error",
|
|
9637
|
+
"type": {
|
|
9638
|
+
"text": "boolean | undefined"
|
|
9639
|
+
},
|
|
9640
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
9641
|
+
"fieldName": "error"
|
|
9865
9642
|
},
|
|
9866
9643
|
{
|
|
9867
9644
|
"name": "readOnly",
|
|
9868
9645
|
"type": {
|
|
9869
|
-
"text": "boolean"
|
|
9646
|
+
"text": "boolean | undefined"
|
|
9870
9647
|
},
|
|
9871
|
-
"
|
|
9872
|
-
"
|
|
9873
|
-
"fieldName": "readOnly",
|
|
9874
|
-
"inheritedFrom": {
|
|
9875
|
-
"name": "InputChoiceGroup",
|
|
9876
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9877
|
-
}
|
|
9648
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
9649
|
+
"fieldName": "readOnly"
|
|
9878
9650
|
},
|
|
9879
9651
|
{
|
|
9880
9652
|
"name": "disabled",
|
|
9653
|
+
"type": {
|
|
9654
|
+
"text": "boolean | undefined"
|
|
9655
|
+
},
|
|
9656
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
9657
|
+
"fieldName": "disabled"
|
|
9658
|
+
},
|
|
9659
|
+
{
|
|
9660
|
+
"name": "theme",
|
|
9661
|
+
"type": {
|
|
9662
|
+
"text": "'light' | 'dark' | undefined"
|
|
9663
|
+
},
|
|
9664
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9665
|
+
"fieldName": "theme"
|
|
9666
|
+
},
|
|
9667
|
+
{
|
|
9668
|
+
"name": "value",
|
|
9669
|
+
"type": {
|
|
9670
|
+
"text": "string | undefined"
|
|
9671
|
+
},
|
|
9672
|
+
"description": "The value attribute for the input element",
|
|
9673
|
+
"fieldName": "value"
|
|
9674
|
+
},
|
|
9675
|
+
{
|
|
9676
|
+
"name": "checked",
|
|
9881
9677
|
"type": {
|
|
9882
9678
|
"text": "boolean"
|
|
9883
9679
|
},
|
|
9884
9680
|
"default": "false",
|
|
9885
|
-
"description": "
|
|
9886
|
-
"fieldName": "
|
|
9681
|
+
"description": "The checked attribute for the input element",
|
|
9682
|
+
"fieldName": "checked"
|
|
9683
|
+
},
|
|
9684
|
+
{
|
|
9685
|
+
"name": "onKeyDown",
|
|
9686
|
+
"type": {
|
|
9687
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9688
|
+
},
|
|
9689
|
+
"description": "A user-defined function to handle keydown events",
|
|
9690
|
+
"fieldName": "onKeyDown"
|
|
9691
|
+
}
|
|
9692
|
+
],
|
|
9693
|
+
"superclass": {
|
|
9694
|
+
"name": "LitElement",
|
|
9695
|
+
"package": "lit"
|
|
9696
|
+
},
|
|
9697
|
+
"tagName": "bm-radio-button",
|
|
9698
|
+
"customElement": true
|
|
9699
|
+
}
|
|
9700
|
+
],
|
|
9701
|
+
"exports": [
|
|
9702
|
+
{
|
|
9703
|
+
"kind": "js",
|
|
9704
|
+
"name": "BmRadioButton",
|
|
9705
|
+
"declaration": {
|
|
9706
|
+
"name": "BmRadioButton",
|
|
9707
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9708
|
+
}
|
|
9709
|
+
},
|
|
9710
|
+
{
|
|
9711
|
+
"kind": "custom-element-definition",
|
|
9712
|
+
"name": "bm-radio-button",
|
|
9713
|
+
"declaration": {
|
|
9714
|
+
"name": "BmRadioButton",
|
|
9715
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9716
|
+
}
|
|
9717
|
+
}
|
|
9718
|
+
]
|
|
9719
|
+
},
|
|
9720
|
+
{
|
|
9721
|
+
"kind": "javascript-module",
|
|
9722
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
9723
|
+
"declarations": [],
|
|
9724
|
+
"exports": [
|
|
9725
|
+
{
|
|
9726
|
+
"kind": "js",
|
|
9727
|
+
"name": "*",
|
|
9728
|
+
"declaration": {
|
|
9729
|
+
"name": "*",
|
|
9730
|
+
"package": "./RadioButton"
|
|
9731
|
+
}
|
|
9732
|
+
},
|
|
9733
|
+
{
|
|
9734
|
+
"kind": "js",
|
|
9735
|
+
"name": "*",
|
|
9736
|
+
"declaration": {
|
|
9737
|
+
"name": "*",
|
|
9738
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9739
|
+
}
|
|
9740
|
+
}
|
|
9741
|
+
]
|
|
9742
|
+
},
|
|
9743
|
+
{
|
|
9744
|
+
"kind": "javascript-module",
|
|
9745
|
+
"path": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts",
|
|
9746
|
+
"declarations": [
|
|
9747
|
+
{
|
|
9748
|
+
"kind": "class",
|
|
9749
|
+
"description": "",
|
|
9750
|
+
"name": "BmCheckboxGroup",
|
|
9751
|
+
"superclass": {
|
|
9752
|
+
"name": "InputChoiceGroup",
|
|
9753
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
9754
|
+
},
|
|
9755
|
+
"tagName": "bm-checkbox-group",
|
|
9756
|
+
"customElement": true,
|
|
9757
|
+
"slots": [
|
|
9758
|
+
{
|
|
9759
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
9760
|
+
"name": "label",
|
|
9887
9761
|
"inheritedFrom": {
|
|
9888
9762
|
"name": "InputChoiceGroup",
|
|
9889
9763
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9890
9764
|
}
|
|
9891
9765
|
},
|
|
9892
9766
|
{
|
|
9893
|
-
"
|
|
9894
|
-
"
|
|
9895
|
-
"text": "string"
|
|
9896
|
-
},
|
|
9897
|
-
"default": "''",
|
|
9898
|
-
"fieldName": "id",
|
|
9899
|
-
"inheritedFrom": {
|
|
9900
|
-
"name": "FormField",
|
|
9901
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9902
|
-
}
|
|
9903
|
-
},
|
|
9904
|
-
{
|
|
9905
|
-
"name": "name",
|
|
9906
|
-
"type": {
|
|
9907
|
-
"text": "string"
|
|
9908
|
-
},
|
|
9909
|
-
"default": "''",
|
|
9910
|
-
"fieldName": "name",
|
|
9911
|
-
"inheritedFrom": {
|
|
9912
|
-
"name": "FormField",
|
|
9913
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9914
|
-
}
|
|
9915
|
-
},
|
|
9916
|
-
{
|
|
9917
|
-
"name": "value",
|
|
9918
|
-
"type": {
|
|
9919
|
-
"text": "string"
|
|
9920
|
-
},
|
|
9921
|
-
"default": "''",
|
|
9922
|
-
"fieldName": "value",
|
|
9923
|
-
"inheritedFrom": {
|
|
9924
|
-
"name": "FormField",
|
|
9925
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9926
|
-
}
|
|
9927
|
-
},
|
|
9928
|
-
{
|
|
9929
|
-
"name": "validationRules",
|
|
9930
|
-
"type": {
|
|
9931
|
-
"text": "Array<FormValidator>"
|
|
9932
|
-
},
|
|
9933
|
-
"default": "[]",
|
|
9934
|
-
"fieldName": "validationRules",
|
|
9935
|
-
"inheritedFrom": {
|
|
9936
|
-
"name": "FormField",
|
|
9937
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9938
|
-
}
|
|
9939
|
-
},
|
|
9940
|
-
{
|
|
9941
|
-
"name": "input-aria-label",
|
|
9942
|
-
"type": {
|
|
9943
|
-
"text": "string | undefined"
|
|
9944
|
-
},
|
|
9945
|
-
"fieldName": "inputAriaLabel",
|
|
9767
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
9768
|
+
"name": "helperText",
|
|
9946
9769
|
"inheritedFrom": {
|
|
9947
|
-
"name": "
|
|
9948
|
-
"module": "libs/web-components/src/lib/
|
|
9770
|
+
"name": "InputChoiceGroup",
|
|
9771
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9949
9772
|
}
|
|
9950
9773
|
}
|
|
9951
9774
|
],
|
|
9952
|
-
"
|
|
9775
|
+
"attributes": [
|
|
9953
9776
|
{
|
|
9954
|
-
"kind": "field",
|
|
9955
9777
|
"name": "theme",
|
|
9956
9778
|
"type": {
|
|
9957
9779
|
"text": "'light' | 'dark' | undefined"
|
|
9958
9780
|
},
|
|
9959
9781
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9960
|
-
"
|
|
9782
|
+
"fieldName": "theme",
|
|
9961
9783
|
"inheritedFrom": {
|
|
9962
9784
|
"name": "InputChoiceGroup",
|
|
9963
9785
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9964
9786
|
}
|
|
9965
9787
|
},
|
|
9966
9788
|
{
|
|
9967
|
-
"kind": "field",
|
|
9968
9789
|
"name": "layout",
|
|
9969
9790
|
"type": {
|
|
9970
9791
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -9972,320 +9793,162 @@
|
|
|
9972
9793
|
"default": "'vertical'",
|
|
9973
9794
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9974
9795
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
9975
|
-
"
|
|
9796
|
+
"fieldName": "layout",
|
|
9976
9797
|
"inheritedFrom": {
|
|
9977
9798
|
"name": "InputChoiceGroup",
|
|
9978
9799
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9979
9800
|
}
|
|
9980
9801
|
},
|
|
9981
9802
|
{
|
|
9982
|
-
"kind": "field",
|
|
9983
9803
|
"name": "orientation",
|
|
9984
9804
|
"type": {
|
|
9985
9805
|
"text": "'horizontal' | 'vertical'"
|
|
9986
9806
|
},
|
|
9987
9807
|
"default": "'vertical'",
|
|
9988
9808
|
"description": "Specify InputChoiceGroup orientation",
|
|
9989
|
-
"
|
|
9809
|
+
"fieldName": "orientation",
|
|
9990
9810
|
"inheritedFrom": {
|
|
9991
9811
|
"name": "InputChoiceGroup",
|
|
9992
9812
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9993
9813
|
}
|
|
9994
9814
|
},
|
|
9995
9815
|
{
|
|
9996
|
-
"kind": "field",
|
|
9997
9816
|
"name": "fluid",
|
|
9998
9817
|
"type": {
|
|
9999
9818
|
"text": "boolean"
|
|
10000
9819
|
},
|
|
10001
9820
|
"default": "false",
|
|
10002
9821
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10003
|
-
"
|
|
9822
|
+
"fieldName": "fluid",
|
|
10004
9823
|
"inheritedFrom": {
|
|
10005
9824
|
"name": "InputChoiceGroup",
|
|
10006
9825
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10007
9826
|
}
|
|
10008
9827
|
},
|
|
10009
9828
|
{
|
|
10010
|
-
"kind": "field",
|
|
10011
9829
|
"name": "required",
|
|
10012
9830
|
"type": {
|
|
10013
9831
|
"text": "boolean"
|
|
10014
9832
|
},
|
|
10015
9833
|
"default": "false",
|
|
10016
9834
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10017
|
-
"
|
|
9835
|
+
"fieldName": "required",
|
|
10018
9836
|
"inheritedFrom": {
|
|
10019
9837
|
"name": "InputChoiceGroup",
|
|
10020
9838
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10021
9839
|
}
|
|
10022
9840
|
},
|
|
10023
9841
|
{
|
|
10024
|
-
"kind": "field",
|
|
10025
9842
|
"name": "hideRequiredMarker",
|
|
10026
9843
|
"type": {
|
|
10027
9844
|
"text": "boolean"
|
|
10028
9845
|
},
|
|
10029
9846
|
"default": "false",
|
|
10030
9847
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10031
|
-
"
|
|
9848
|
+
"fieldName": "hideRequiredMarker",
|
|
10032
9849
|
"inheritedFrom": {
|
|
10033
9850
|
"name": "InputChoiceGroup",
|
|
10034
9851
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10035
9852
|
}
|
|
10036
9853
|
},
|
|
10037
9854
|
{
|
|
10038
|
-
"kind": "field",
|
|
10039
9855
|
"name": "error",
|
|
10040
9856
|
"type": {
|
|
10041
9857
|
"text": "string | undefined"
|
|
10042
9858
|
},
|
|
10043
9859
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10044
|
-
"
|
|
9860
|
+
"fieldName": "error",
|
|
10045
9861
|
"inheritedFrom": {
|
|
10046
9862
|
"name": "InputChoiceGroup",
|
|
10047
9863
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10048
9864
|
}
|
|
10049
9865
|
},
|
|
10050
9866
|
{
|
|
10051
|
-
"kind": "field",
|
|
10052
9867
|
"name": "readOnly",
|
|
10053
9868
|
"type": {
|
|
10054
9869
|
"text": "boolean"
|
|
10055
9870
|
},
|
|
10056
9871
|
"default": "false",
|
|
10057
9872
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10058
|
-
"
|
|
9873
|
+
"fieldName": "readOnly",
|
|
10059
9874
|
"inheritedFrom": {
|
|
10060
9875
|
"name": "InputChoiceGroup",
|
|
10061
9876
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10062
9877
|
}
|
|
10063
9878
|
},
|
|
10064
9879
|
{
|
|
10065
|
-
"kind": "field",
|
|
10066
9880
|
"name": "disabled",
|
|
10067
9881
|
"type": {
|
|
10068
9882
|
"text": "boolean"
|
|
10069
9883
|
},
|
|
10070
9884
|
"default": "false",
|
|
10071
9885
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10072
|
-
"
|
|
10073
|
-
"inheritedFrom": {
|
|
10074
|
-
"name": "InputChoiceGroup",
|
|
10075
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10076
|
-
}
|
|
10077
|
-
},
|
|
10078
|
-
{
|
|
10079
|
-
"kind": "field",
|
|
10080
|
-
"name": "radioButtons",
|
|
10081
|
-
"type": {
|
|
10082
|
-
"text": "NodeListOf<Element>"
|
|
10083
|
-
},
|
|
10084
|
-
"inheritedFrom": {
|
|
10085
|
-
"name": "InputChoiceGroup",
|
|
10086
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10087
|
-
}
|
|
10088
|
-
},
|
|
10089
|
-
{
|
|
10090
|
-
"kind": "field",
|
|
10091
|
-
"name": "checkboxes",
|
|
10092
|
-
"type": {
|
|
10093
|
-
"text": "NodeListOf<Element>"
|
|
10094
|
-
},
|
|
10095
|
-
"inheritedFrom": {
|
|
10096
|
-
"name": "InputChoiceGroup",
|
|
10097
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10098
|
-
}
|
|
10099
|
-
},
|
|
10100
|
-
{
|
|
10101
|
-
"kind": "field",
|
|
10102
|
-
"name": "switches",
|
|
10103
|
-
"type": {
|
|
10104
|
-
"text": "NodeListOf<Element>"
|
|
10105
|
-
},
|
|
10106
|
-
"inheritedFrom": {
|
|
10107
|
-
"name": "InputChoiceGroup",
|
|
10108
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10109
|
-
}
|
|
10110
|
-
},
|
|
10111
|
-
{
|
|
10112
|
-
"kind": "field",
|
|
10113
|
-
"name": "inputGroupContextValue",
|
|
10114
|
-
"type": {
|
|
10115
|
-
"text": "InputChoiceGroupContextProps"
|
|
10116
|
-
},
|
|
10117
|
-
"privacy": "public",
|
|
10118
|
-
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
9886
|
+
"fieldName": "disabled",
|
|
10119
9887
|
"inheritedFrom": {
|
|
10120
9888
|
"name": "InputChoiceGroup",
|
|
10121
9889
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10122
9890
|
}
|
|
10123
9891
|
},
|
|
10124
9892
|
{
|
|
10125
|
-
"kind": "field",
|
|
10126
|
-
"name": "formAssociated",
|
|
10127
|
-
"type": {
|
|
10128
|
-
"text": "boolean"
|
|
10129
|
-
},
|
|
10130
|
-
"static": true,
|
|
10131
|
-
"default": "true",
|
|
10132
|
-
"inheritedFrom": {
|
|
10133
|
-
"name": "FormField",
|
|
10134
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10135
|
-
}
|
|
10136
|
-
},
|
|
10137
|
-
{
|
|
10138
|
-
"kind": "field",
|
|
10139
9893
|
"name": "id",
|
|
10140
9894
|
"type": {
|
|
10141
9895
|
"text": "string"
|
|
10142
9896
|
},
|
|
10143
9897
|
"default": "''",
|
|
10144
|
-
"
|
|
9898
|
+
"fieldName": "id",
|
|
10145
9899
|
"inheritedFrom": {
|
|
10146
9900
|
"name": "FormField",
|
|
10147
9901
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10148
9902
|
}
|
|
10149
9903
|
},
|
|
10150
9904
|
{
|
|
10151
|
-
"kind": "field",
|
|
10152
9905
|
"name": "name",
|
|
10153
9906
|
"type": {
|
|
10154
9907
|
"text": "string"
|
|
10155
9908
|
},
|
|
10156
9909
|
"default": "''",
|
|
10157
|
-
"
|
|
9910
|
+
"fieldName": "name",
|
|
10158
9911
|
"inheritedFrom": {
|
|
10159
9912
|
"name": "FormField",
|
|
10160
9913
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10161
9914
|
}
|
|
10162
9915
|
},
|
|
10163
9916
|
{
|
|
10164
|
-
"kind": "field",
|
|
10165
9917
|
"name": "value",
|
|
10166
9918
|
"type": {
|
|
10167
9919
|
"text": "string"
|
|
10168
9920
|
},
|
|
10169
9921
|
"default": "''",
|
|
10170
|
-
"
|
|
9922
|
+
"fieldName": "value",
|
|
10171
9923
|
"inheritedFrom": {
|
|
10172
9924
|
"name": "FormField",
|
|
10173
9925
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10174
9926
|
}
|
|
10175
9927
|
},
|
|
10176
9928
|
{
|
|
10177
|
-
"kind": "field",
|
|
10178
9929
|
"name": "validationRules",
|
|
10179
9930
|
"type": {
|
|
10180
9931
|
"text": "Array<FormValidator>"
|
|
10181
9932
|
},
|
|
10182
9933
|
"default": "[]",
|
|
10183
|
-
"
|
|
9934
|
+
"fieldName": "validationRules",
|
|
10184
9935
|
"inheritedFrom": {
|
|
10185
9936
|
"name": "FormField",
|
|
10186
9937
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10187
9938
|
}
|
|
10188
9939
|
},
|
|
10189
9940
|
{
|
|
10190
|
-
"
|
|
10191
|
-
"name": "inputAriaLabel",
|
|
9941
|
+
"name": "input-aria-label",
|
|
10192
9942
|
"type": {
|
|
10193
9943
|
"text": "string | undefined"
|
|
10194
9944
|
},
|
|
10195
|
-
"
|
|
10196
|
-
"inheritedFrom": {
|
|
10197
|
-
"name": "FormField",
|
|
10198
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10199
|
-
}
|
|
10200
|
-
},
|
|
10201
|
-
{
|
|
10202
|
-
"kind": "field",
|
|
10203
|
-
"name": "formContext",
|
|
10204
|
-
"type": {
|
|
10205
|
-
"text": "BmFormContext"
|
|
10206
|
-
},
|
|
10207
|
-
"inheritedFrom": {
|
|
10208
|
-
"name": "FormField",
|
|
10209
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10210
|
-
}
|
|
10211
|
-
},
|
|
10212
|
-
{
|
|
10213
|
-
"kind": "method",
|
|
10214
|
-
"name": "formAssociatedCallback",
|
|
10215
|
-
"return": {
|
|
10216
|
-
"type": {
|
|
10217
|
-
"text": "void"
|
|
10218
|
-
}
|
|
10219
|
-
},
|
|
10220
|
-
"inheritedFrom": {
|
|
10221
|
-
"name": "FormField",
|
|
10222
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10223
|
-
}
|
|
10224
|
-
},
|
|
10225
|
-
{
|
|
10226
|
-
"kind": "method",
|
|
10227
|
-
"name": "formResetCallback",
|
|
10228
|
-
"return": {
|
|
10229
|
-
"type": {
|
|
10230
|
-
"text": "void"
|
|
10231
|
-
}
|
|
10232
|
-
},
|
|
10233
|
-
"inheritedFrom": {
|
|
10234
|
-
"name": "FormField",
|
|
10235
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10236
|
-
}
|
|
10237
|
-
},
|
|
10238
|
-
{
|
|
10239
|
-
"kind": "method",
|
|
10240
|
-
"name": "finalizeAssociatedCallback",
|
|
10241
|
-
"return": {
|
|
10242
|
-
"type": {
|
|
10243
|
-
"text": "FinalizeAssociatedResult"
|
|
10244
|
-
}
|
|
10245
|
-
},
|
|
10246
|
-
"parameters": [
|
|
10247
|
-
{
|
|
10248
|
-
"name": "ctxValue",
|
|
10249
|
-
"type": {
|
|
10250
|
-
"text": "string"
|
|
10251
|
-
}
|
|
10252
|
-
}
|
|
10253
|
-
],
|
|
9945
|
+
"fieldName": "inputAriaLabel",
|
|
10254
9946
|
"inheritedFrom": {
|
|
10255
|
-
"name": "FormField",
|
|
10256
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10257
|
-
}
|
|
10258
|
-
}
|
|
10259
|
-
]
|
|
10260
|
-
}
|
|
10261
|
-
],
|
|
10262
|
-
"exports": [
|
|
10263
|
-
{
|
|
10264
|
-
"kind": "js",
|
|
10265
|
-
"name": "BmCheckboxGroup",
|
|
10266
|
-
"declaration": {
|
|
10267
|
-
"name": "BmCheckboxGroup",
|
|
10268
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10269
|
-
}
|
|
10270
|
-
},
|
|
10271
|
-
{
|
|
10272
|
-
"kind": "custom-element-definition",
|
|
10273
|
-
"name": "bm-checkbox-group",
|
|
10274
|
-
"declaration": {
|
|
10275
|
-
"name": "BmCheckboxGroup",
|
|
10276
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10277
|
-
}
|
|
10278
|
-
}
|
|
10279
|
-
]
|
|
10280
|
-
},
|
|
10281
|
-
{
|
|
10282
|
-
"kind": "javascript-module",
|
|
10283
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10284
|
-
"declarations": [
|
|
10285
|
-
{
|
|
10286
|
-
"kind": "class",
|
|
10287
|
-
"description": "",
|
|
10288
|
-
"name": "BmRadioButtonGroup",
|
|
9947
|
+
"name": "FormField",
|
|
9948
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9949
|
+
}
|
|
9950
|
+
}
|
|
9951
|
+
],
|
|
10289
9952
|
"members": [
|
|
10290
9953
|
{
|
|
10291
9954
|
"kind": "field",
|
|
@@ -10593,16 +10256,39 @@
|
|
|
10593
10256
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10594
10257
|
}
|
|
10595
10258
|
}
|
|
10596
|
-
]
|
|
10597
|
-
|
|
10598
|
-
|
|
10599
|
-
|
|
10600
|
-
|
|
10601
|
-
"
|
|
10602
|
-
"
|
|
10259
|
+
]
|
|
10260
|
+
}
|
|
10261
|
+
],
|
|
10262
|
+
"exports": [
|
|
10263
|
+
{
|
|
10264
|
+
"kind": "js",
|
|
10265
|
+
"name": "BmCheckboxGroup",
|
|
10266
|
+
"declaration": {
|
|
10267
|
+
"name": "BmCheckboxGroup",
|
|
10268
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10269
|
+
}
|
|
10270
|
+
},
|
|
10271
|
+
{
|
|
10272
|
+
"kind": "custom-element-definition",
|
|
10273
|
+
"name": "bm-checkbox-group",
|
|
10274
|
+
"declaration": {
|
|
10275
|
+
"name": "BmCheckboxGroup",
|
|
10276
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10277
|
+
}
|
|
10278
|
+
}
|
|
10279
|
+
]
|
|
10280
|
+
},
|
|
10281
|
+
{
|
|
10282
|
+
"kind": "javascript-module",
|
|
10283
|
+
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10284
|
+
"declarations": [
|
|
10285
|
+
{
|
|
10286
|
+
"kind": "class",
|
|
10287
|
+
"description": "`bm-switch-group`",
|
|
10288
|
+
"name": "BmSwitchGroup",
|
|
10603
10289
|
"slots": [
|
|
10604
10290
|
{
|
|
10605
|
-
"description": "
|
|
10291
|
+
"description": "Slot for the label of the SwitchGroup",
|
|
10606
10292
|
"name": "label",
|
|
10607
10293
|
"inheritedFrom": {
|
|
10608
10294
|
"name": "InputChoiceGroup",
|
|
@@ -10610,7 +10296,7 @@
|
|
|
10610
10296
|
}
|
|
10611
10297
|
},
|
|
10612
10298
|
{
|
|
10613
|
-
"description": "
|
|
10299
|
+
"description": "Slot for the helper text of the SwitchGroup",
|
|
10614
10300
|
"name": "helperText",
|
|
10615
10301
|
"inheritedFrom": {
|
|
10616
10302
|
"name": "InputChoiceGroup",
|
|
@@ -10618,6 +10304,12 @@
|
|
|
10618
10304
|
}
|
|
10619
10305
|
}
|
|
10620
10306
|
],
|
|
10307
|
+
"superclass": {
|
|
10308
|
+
"name": "InputChoiceGroup",
|
|
10309
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10310
|
+
},
|
|
10311
|
+
"tagName": "bm-switch-group",
|
|
10312
|
+
"customElement": true,
|
|
10621
10313
|
"attributes": [
|
|
10622
10314
|
{
|
|
10623
10315
|
"name": "theme",
|
|
@@ -10794,74 +10486,23 @@
|
|
|
10794
10486
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10795
10487
|
}
|
|
10796
10488
|
}
|
|
10797
|
-
]
|
|
10798
|
-
}
|
|
10799
|
-
],
|
|
10800
|
-
"exports": [
|
|
10801
|
-
{
|
|
10802
|
-
"kind": "js",
|
|
10803
|
-
"name": "BmRadioButtonGroup",
|
|
10804
|
-
"declaration": {
|
|
10805
|
-
"name": "BmRadioButtonGroup",
|
|
10806
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10807
|
-
}
|
|
10808
|
-
},
|
|
10809
|
-
{
|
|
10810
|
-
"kind": "custom-element-definition",
|
|
10811
|
-
"name": "bm-radio-button-group",
|
|
10812
|
-
"declaration": {
|
|
10813
|
-
"name": "BmRadioButtonGroup",
|
|
10814
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10815
|
-
}
|
|
10816
|
-
}
|
|
10817
|
-
]
|
|
10818
|
-
},
|
|
10819
|
-
{
|
|
10820
|
-
"kind": "javascript-module",
|
|
10821
|
-
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10822
|
-
"declarations": [
|
|
10823
|
-
{
|
|
10824
|
-
"kind": "class",
|
|
10825
|
-
"description": "`bm-switch-group`",
|
|
10826
|
-
"name": "BmSwitchGroup",
|
|
10827
|
-
"slots": [
|
|
10828
|
-
{
|
|
10829
|
-
"description": "Slot for the label of the SwitchGroup",
|
|
10830
|
-
"name": "label",
|
|
10831
|
-
"inheritedFrom": {
|
|
10832
|
-
"name": "InputChoiceGroup",
|
|
10833
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10834
|
-
}
|
|
10835
|
-
},
|
|
10836
|
-
{
|
|
10837
|
-
"description": "Slot for the helper text of the SwitchGroup",
|
|
10838
|
-
"name": "helperText",
|
|
10839
|
-
"inheritedFrom": {
|
|
10840
|
-
"name": "InputChoiceGroup",
|
|
10841
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10842
|
-
}
|
|
10843
|
-
}
|
|
10844
10489
|
],
|
|
10845
|
-
"
|
|
10846
|
-
"name": "InputChoiceGroup",
|
|
10847
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10848
|
-
},
|
|
10849
|
-
"tagName": "bm-switch-group",
|
|
10850
|
-
"customElement": true,
|
|
10851
|
-
"attributes": [
|
|
10490
|
+
"members": [
|
|
10852
10491
|
{
|
|
10492
|
+
"kind": "field",
|
|
10853
10493
|
"name": "theme",
|
|
10854
10494
|
"type": {
|
|
10855
10495
|
"text": "'light' | 'dark' | undefined"
|
|
10856
10496
|
},
|
|
10857
10497
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10858
|
-
"
|
|
10498
|
+
"attribute": "theme",
|
|
10859
10499
|
"inheritedFrom": {
|
|
10860
10500
|
"name": "InputChoiceGroup",
|
|
10861
10501
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10862
10502
|
}
|
|
10863
10503
|
},
|
|
10864
10504
|
{
|
|
10505
|
+
"kind": "field",
|
|
10865
10506
|
"name": "layout",
|
|
10866
10507
|
"type": {
|
|
10867
10508
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10869,162 +10510,320 @@
|
|
|
10869
10510
|
"default": "'vertical'",
|
|
10870
10511
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10871
10512
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10872
|
-
"
|
|
10513
|
+
"attribute": "layout",
|
|
10873
10514
|
"inheritedFrom": {
|
|
10874
10515
|
"name": "InputChoiceGroup",
|
|
10875
10516
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10876
10517
|
}
|
|
10877
10518
|
},
|
|
10878
10519
|
{
|
|
10520
|
+
"kind": "field",
|
|
10879
10521
|
"name": "orientation",
|
|
10880
10522
|
"type": {
|
|
10881
10523
|
"text": "'horizontal' | 'vertical'"
|
|
10882
10524
|
},
|
|
10883
10525
|
"default": "'vertical'",
|
|
10884
10526
|
"description": "Specify InputChoiceGroup orientation",
|
|
10885
|
-
"
|
|
10527
|
+
"attribute": "orientation",
|
|
10886
10528
|
"inheritedFrom": {
|
|
10887
10529
|
"name": "InputChoiceGroup",
|
|
10888
10530
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10889
10531
|
}
|
|
10890
10532
|
},
|
|
10891
10533
|
{
|
|
10534
|
+
"kind": "field",
|
|
10892
10535
|
"name": "fluid",
|
|
10893
10536
|
"type": {
|
|
10894
10537
|
"text": "boolean"
|
|
10895
10538
|
},
|
|
10896
10539
|
"default": "false",
|
|
10897
10540
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10898
|
-
"
|
|
10541
|
+
"attribute": "fluid",
|
|
10899
10542
|
"inheritedFrom": {
|
|
10900
10543
|
"name": "InputChoiceGroup",
|
|
10901
10544
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10902
10545
|
}
|
|
10903
10546
|
},
|
|
10904
10547
|
{
|
|
10548
|
+
"kind": "field",
|
|
10905
10549
|
"name": "required",
|
|
10906
10550
|
"type": {
|
|
10907
10551
|
"text": "boolean"
|
|
10908
10552
|
},
|
|
10909
10553
|
"default": "false",
|
|
10910
10554
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10911
|
-
"
|
|
10555
|
+
"attribute": "required",
|
|
10912
10556
|
"inheritedFrom": {
|
|
10913
10557
|
"name": "InputChoiceGroup",
|
|
10914
10558
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10915
10559
|
}
|
|
10916
10560
|
},
|
|
10917
10561
|
{
|
|
10562
|
+
"kind": "field",
|
|
10918
10563
|
"name": "hideRequiredMarker",
|
|
10919
10564
|
"type": {
|
|
10920
10565
|
"text": "boolean"
|
|
10921
10566
|
},
|
|
10922
10567
|
"default": "false",
|
|
10923
10568
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10924
|
-
"
|
|
10569
|
+
"attribute": "hideRequiredMarker",
|
|
10925
10570
|
"inheritedFrom": {
|
|
10926
10571
|
"name": "InputChoiceGroup",
|
|
10927
10572
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10928
10573
|
}
|
|
10929
10574
|
},
|
|
10930
10575
|
{
|
|
10576
|
+
"kind": "field",
|
|
10931
10577
|
"name": "error",
|
|
10932
10578
|
"type": {
|
|
10933
10579
|
"text": "string | undefined"
|
|
10934
10580
|
},
|
|
10935
10581
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10936
|
-
"
|
|
10582
|
+
"attribute": "error",
|
|
10937
10583
|
"inheritedFrom": {
|
|
10938
10584
|
"name": "InputChoiceGroup",
|
|
10939
10585
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10940
10586
|
}
|
|
10941
10587
|
},
|
|
10942
10588
|
{
|
|
10589
|
+
"kind": "field",
|
|
10943
10590
|
"name": "readOnly",
|
|
10944
10591
|
"type": {
|
|
10945
10592
|
"text": "boolean"
|
|
10946
10593
|
},
|
|
10947
10594
|
"default": "false",
|
|
10948
10595
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10949
|
-
"
|
|
10596
|
+
"attribute": "readOnly",
|
|
10950
10597
|
"inheritedFrom": {
|
|
10951
10598
|
"name": "InputChoiceGroup",
|
|
10952
10599
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10953
10600
|
}
|
|
10954
10601
|
},
|
|
10955
10602
|
{
|
|
10603
|
+
"kind": "field",
|
|
10956
10604
|
"name": "disabled",
|
|
10957
10605
|
"type": {
|
|
10958
10606
|
"text": "boolean"
|
|
10959
10607
|
},
|
|
10960
10608
|
"default": "false",
|
|
10961
10609
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10962
|
-
"
|
|
10610
|
+
"attribute": "disabled",
|
|
10611
|
+
"inheritedFrom": {
|
|
10612
|
+
"name": "InputChoiceGroup",
|
|
10613
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10614
|
+
}
|
|
10615
|
+
},
|
|
10616
|
+
{
|
|
10617
|
+
"kind": "field",
|
|
10618
|
+
"name": "radioButtons",
|
|
10619
|
+
"type": {
|
|
10620
|
+
"text": "NodeListOf<Element>"
|
|
10621
|
+
},
|
|
10622
|
+
"inheritedFrom": {
|
|
10623
|
+
"name": "InputChoiceGroup",
|
|
10624
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10625
|
+
}
|
|
10626
|
+
},
|
|
10627
|
+
{
|
|
10628
|
+
"kind": "field",
|
|
10629
|
+
"name": "checkboxes",
|
|
10630
|
+
"type": {
|
|
10631
|
+
"text": "NodeListOf<Element>"
|
|
10632
|
+
},
|
|
10633
|
+
"inheritedFrom": {
|
|
10634
|
+
"name": "InputChoiceGroup",
|
|
10635
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10636
|
+
}
|
|
10637
|
+
},
|
|
10638
|
+
{
|
|
10639
|
+
"kind": "field",
|
|
10640
|
+
"name": "switches",
|
|
10641
|
+
"type": {
|
|
10642
|
+
"text": "NodeListOf<Element>"
|
|
10643
|
+
},
|
|
10644
|
+
"inheritedFrom": {
|
|
10645
|
+
"name": "InputChoiceGroup",
|
|
10646
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10647
|
+
}
|
|
10648
|
+
},
|
|
10649
|
+
{
|
|
10650
|
+
"kind": "field",
|
|
10651
|
+
"name": "inputGroupContextValue",
|
|
10652
|
+
"type": {
|
|
10653
|
+
"text": "InputChoiceGroupContextProps"
|
|
10654
|
+
},
|
|
10655
|
+
"privacy": "public",
|
|
10656
|
+
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
10963
10657
|
"inheritedFrom": {
|
|
10964
10658
|
"name": "InputChoiceGroup",
|
|
10965
10659
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10966
10660
|
}
|
|
10967
10661
|
},
|
|
10968
10662
|
{
|
|
10663
|
+
"kind": "field",
|
|
10664
|
+
"name": "formAssociated",
|
|
10665
|
+
"type": {
|
|
10666
|
+
"text": "boolean"
|
|
10667
|
+
},
|
|
10668
|
+
"static": true,
|
|
10669
|
+
"default": "true",
|
|
10670
|
+
"inheritedFrom": {
|
|
10671
|
+
"name": "FormField",
|
|
10672
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10673
|
+
}
|
|
10674
|
+
},
|
|
10675
|
+
{
|
|
10676
|
+
"kind": "field",
|
|
10969
10677
|
"name": "id",
|
|
10970
10678
|
"type": {
|
|
10971
10679
|
"text": "string"
|
|
10972
10680
|
},
|
|
10973
10681
|
"default": "''",
|
|
10974
|
-
"
|
|
10682
|
+
"attribute": "id",
|
|
10975
10683
|
"inheritedFrom": {
|
|
10976
10684
|
"name": "FormField",
|
|
10977
10685
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10978
10686
|
}
|
|
10979
10687
|
},
|
|
10980
10688
|
{
|
|
10689
|
+
"kind": "field",
|
|
10981
10690
|
"name": "name",
|
|
10982
10691
|
"type": {
|
|
10983
10692
|
"text": "string"
|
|
10984
10693
|
},
|
|
10985
10694
|
"default": "''",
|
|
10986
|
-
"
|
|
10695
|
+
"attribute": "name",
|
|
10987
10696
|
"inheritedFrom": {
|
|
10988
10697
|
"name": "FormField",
|
|
10989
10698
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10990
10699
|
}
|
|
10991
10700
|
},
|
|
10992
10701
|
{
|
|
10702
|
+
"kind": "field",
|
|
10993
10703
|
"name": "value",
|
|
10994
10704
|
"type": {
|
|
10995
10705
|
"text": "string"
|
|
10996
10706
|
},
|
|
10997
10707
|
"default": "''",
|
|
10998
|
-
"
|
|
10708
|
+
"attribute": "value",
|
|
10999
10709
|
"inheritedFrom": {
|
|
11000
10710
|
"name": "FormField",
|
|
11001
10711
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11002
10712
|
}
|
|
11003
10713
|
},
|
|
11004
10714
|
{
|
|
10715
|
+
"kind": "field",
|
|
11005
10716
|
"name": "validationRules",
|
|
11006
10717
|
"type": {
|
|
11007
10718
|
"text": "Array<FormValidator>"
|
|
11008
10719
|
},
|
|
11009
10720
|
"default": "[]",
|
|
11010
|
-
"
|
|
10721
|
+
"attribute": "validationRules",
|
|
11011
10722
|
"inheritedFrom": {
|
|
11012
10723
|
"name": "FormField",
|
|
11013
10724
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11014
10725
|
}
|
|
11015
10726
|
},
|
|
11016
10727
|
{
|
|
11017
|
-
"
|
|
10728
|
+
"kind": "field",
|
|
10729
|
+
"name": "inputAriaLabel",
|
|
11018
10730
|
"type": {
|
|
11019
10731
|
"text": "string | undefined"
|
|
11020
10732
|
},
|
|
11021
|
-
"
|
|
10733
|
+
"attribute": "input-aria-label",
|
|
10734
|
+
"inheritedFrom": {
|
|
10735
|
+
"name": "FormField",
|
|
10736
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10737
|
+
}
|
|
10738
|
+
},
|
|
10739
|
+
{
|
|
10740
|
+
"kind": "field",
|
|
10741
|
+
"name": "formContext",
|
|
10742
|
+
"type": {
|
|
10743
|
+
"text": "BmFormContext"
|
|
10744
|
+
},
|
|
10745
|
+
"inheritedFrom": {
|
|
10746
|
+
"name": "FormField",
|
|
10747
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10748
|
+
}
|
|
10749
|
+
},
|
|
10750
|
+
{
|
|
10751
|
+
"kind": "method",
|
|
10752
|
+
"name": "formAssociatedCallback",
|
|
10753
|
+
"return": {
|
|
10754
|
+
"type": {
|
|
10755
|
+
"text": "void"
|
|
10756
|
+
}
|
|
10757
|
+
},
|
|
10758
|
+
"inheritedFrom": {
|
|
10759
|
+
"name": "FormField",
|
|
10760
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10761
|
+
}
|
|
10762
|
+
},
|
|
10763
|
+
{
|
|
10764
|
+
"kind": "method",
|
|
10765
|
+
"name": "formResetCallback",
|
|
10766
|
+
"return": {
|
|
10767
|
+
"type": {
|
|
10768
|
+
"text": "void"
|
|
10769
|
+
}
|
|
10770
|
+
},
|
|
10771
|
+
"inheritedFrom": {
|
|
10772
|
+
"name": "FormField",
|
|
10773
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10774
|
+
}
|
|
10775
|
+
},
|
|
10776
|
+
{
|
|
10777
|
+
"kind": "method",
|
|
10778
|
+
"name": "finalizeAssociatedCallback",
|
|
10779
|
+
"return": {
|
|
10780
|
+
"type": {
|
|
10781
|
+
"text": "FinalizeAssociatedResult"
|
|
10782
|
+
}
|
|
10783
|
+
},
|
|
10784
|
+
"parameters": [
|
|
10785
|
+
{
|
|
10786
|
+
"name": "ctxValue",
|
|
10787
|
+
"type": {
|
|
10788
|
+
"text": "string"
|
|
10789
|
+
}
|
|
10790
|
+
}
|
|
10791
|
+
],
|
|
11022
10792
|
"inheritedFrom": {
|
|
11023
10793
|
"name": "FormField",
|
|
11024
10794
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11025
10795
|
}
|
|
11026
10796
|
}
|
|
11027
|
-
]
|
|
10797
|
+
]
|
|
10798
|
+
}
|
|
10799
|
+
],
|
|
10800
|
+
"exports": [
|
|
10801
|
+
{
|
|
10802
|
+
"kind": "js",
|
|
10803
|
+
"name": "BmSwitchGroup",
|
|
10804
|
+
"declaration": {
|
|
10805
|
+
"name": "BmSwitchGroup",
|
|
10806
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10807
|
+
}
|
|
10808
|
+
},
|
|
10809
|
+
{
|
|
10810
|
+
"kind": "custom-element-definition",
|
|
10811
|
+
"name": "bm-switch-group",
|
|
10812
|
+
"declaration": {
|
|
10813
|
+
"name": "BmSwitchGroup",
|
|
10814
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10815
|
+
}
|
|
10816
|
+
}
|
|
10817
|
+
]
|
|
10818
|
+
},
|
|
10819
|
+
{
|
|
10820
|
+
"kind": "javascript-module",
|
|
10821
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10822
|
+
"declarations": [
|
|
10823
|
+
{
|
|
10824
|
+
"kind": "class",
|
|
10825
|
+
"description": "",
|
|
10826
|
+
"name": "BmRadioButtonGroup",
|
|
11028
10827
|
"members": [
|
|
11029
10828
|
{
|
|
11030
10829
|
"kind": "field",
|
|
@@ -11332,24 +11131,225 @@
|
|
|
11332
11131
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11333
11132
|
}
|
|
11334
11133
|
}
|
|
11134
|
+
],
|
|
11135
|
+
"superclass": {
|
|
11136
|
+
"name": "InputChoiceGroup",
|
|
11137
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
11138
|
+
},
|
|
11139
|
+
"tagName": "bm-radio-button-group",
|
|
11140
|
+
"customElement": true,
|
|
11141
|
+
"slots": [
|
|
11142
|
+
{
|
|
11143
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
11144
|
+
"name": "label",
|
|
11145
|
+
"inheritedFrom": {
|
|
11146
|
+
"name": "InputChoiceGroup",
|
|
11147
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11148
|
+
}
|
|
11149
|
+
},
|
|
11150
|
+
{
|
|
11151
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
11152
|
+
"name": "helperText",
|
|
11153
|
+
"inheritedFrom": {
|
|
11154
|
+
"name": "InputChoiceGroup",
|
|
11155
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11156
|
+
}
|
|
11157
|
+
}
|
|
11158
|
+
],
|
|
11159
|
+
"attributes": [
|
|
11160
|
+
{
|
|
11161
|
+
"name": "theme",
|
|
11162
|
+
"type": {
|
|
11163
|
+
"text": "'light' | 'dark' | undefined"
|
|
11164
|
+
},
|
|
11165
|
+
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
11166
|
+
"fieldName": "theme",
|
|
11167
|
+
"inheritedFrom": {
|
|
11168
|
+
"name": "InputChoiceGroup",
|
|
11169
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11170
|
+
}
|
|
11171
|
+
},
|
|
11172
|
+
{
|
|
11173
|
+
"name": "layout",
|
|
11174
|
+
"type": {
|
|
11175
|
+
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
11176
|
+
},
|
|
11177
|
+
"default": "'vertical'",
|
|
11178
|
+
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
11179
|
+
"deprecated": "use `orientation` and `fluid` instead",
|
|
11180
|
+
"fieldName": "layout",
|
|
11181
|
+
"inheritedFrom": {
|
|
11182
|
+
"name": "InputChoiceGroup",
|
|
11183
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11184
|
+
}
|
|
11185
|
+
},
|
|
11186
|
+
{
|
|
11187
|
+
"name": "orientation",
|
|
11188
|
+
"type": {
|
|
11189
|
+
"text": "'horizontal' | 'vertical'"
|
|
11190
|
+
},
|
|
11191
|
+
"default": "'vertical'",
|
|
11192
|
+
"description": "Specify InputChoiceGroup orientation",
|
|
11193
|
+
"fieldName": "orientation",
|
|
11194
|
+
"inheritedFrom": {
|
|
11195
|
+
"name": "InputChoiceGroup",
|
|
11196
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11197
|
+
}
|
|
11198
|
+
},
|
|
11199
|
+
{
|
|
11200
|
+
"name": "fluid",
|
|
11201
|
+
"type": {
|
|
11202
|
+
"text": "boolean"
|
|
11203
|
+
},
|
|
11204
|
+
"default": "false",
|
|
11205
|
+
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
11206
|
+
"fieldName": "fluid",
|
|
11207
|
+
"inheritedFrom": {
|
|
11208
|
+
"name": "InputChoiceGroup",
|
|
11209
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11210
|
+
}
|
|
11211
|
+
},
|
|
11212
|
+
{
|
|
11213
|
+
"name": "required",
|
|
11214
|
+
"type": {
|
|
11215
|
+
"text": "boolean"
|
|
11216
|
+
},
|
|
11217
|
+
"default": "false",
|
|
11218
|
+
"description": "Specify if InputChoiceGroup is a required input",
|
|
11219
|
+
"fieldName": "required",
|
|
11220
|
+
"inheritedFrom": {
|
|
11221
|
+
"name": "InputChoiceGroup",
|
|
11222
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11223
|
+
}
|
|
11224
|
+
},
|
|
11225
|
+
{
|
|
11226
|
+
"name": "hideRequiredMarker",
|
|
11227
|
+
"type": {
|
|
11228
|
+
"text": "boolean"
|
|
11229
|
+
},
|
|
11230
|
+
"default": "false",
|
|
11231
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
11232
|
+
"fieldName": "hideRequiredMarker",
|
|
11233
|
+
"inheritedFrom": {
|
|
11234
|
+
"name": "InputChoiceGroup",
|
|
11235
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11236
|
+
}
|
|
11237
|
+
},
|
|
11238
|
+
{
|
|
11239
|
+
"name": "error",
|
|
11240
|
+
"type": {
|
|
11241
|
+
"text": "string | undefined"
|
|
11242
|
+
},
|
|
11243
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
11244
|
+
"fieldName": "error",
|
|
11245
|
+
"inheritedFrom": {
|
|
11246
|
+
"name": "InputChoiceGroup",
|
|
11247
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11248
|
+
}
|
|
11249
|
+
},
|
|
11250
|
+
{
|
|
11251
|
+
"name": "readOnly",
|
|
11252
|
+
"type": {
|
|
11253
|
+
"text": "boolean"
|
|
11254
|
+
},
|
|
11255
|
+
"default": "false",
|
|
11256
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
11257
|
+
"fieldName": "readOnly",
|
|
11258
|
+
"inheritedFrom": {
|
|
11259
|
+
"name": "InputChoiceGroup",
|
|
11260
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11261
|
+
}
|
|
11262
|
+
},
|
|
11263
|
+
{
|
|
11264
|
+
"name": "disabled",
|
|
11265
|
+
"type": {
|
|
11266
|
+
"text": "boolean"
|
|
11267
|
+
},
|
|
11268
|
+
"default": "false",
|
|
11269
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11270
|
+
"fieldName": "disabled",
|
|
11271
|
+
"inheritedFrom": {
|
|
11272
|
+
"name": "InputChoiceGroup",
|
|
11273
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11274
|
+
}
|
|
11275
|
+
},
|
|
11276
|
+
{
|
|
11277
|
+
"name": "id",
|
|
11278
|
+
"type": {
|
|
11279
|
+
"text": "string"
|
|
11280
|
+
},
|
|
11281
|
+
"default": "''",
|
|
11282
|
+
"fieldName": "id",
|
|
11283
|
+
"inheritedFrom": {
|
|
11284
|
+
"name": "FormField",
|
|
11285
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11286
|
+
}
|
|
11287
|
+
},
|
|
11288
|
+
{
|
|
11289
|
+
"name": "name",
|
|
11290
|
+
"type": {
|
|
11291
|
+
"text": "string"
|
|
11292
|
+
},
|
|
11293
|
+
"default": "''",
|
|
11294
|
+
"fieldName": "name",
|
|
11295
|
+
"inheritedFrom": {
|
|
11296
|
+
"name": "FormField",
|
|
11297
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11298
|
+
}
|
|
11299
|
+
},
|
|
11300
|
+
{
|
|
11301
|
+
"name": "value",
|
|
11302
|
+
"type": {
|
|
11303
|
+
"text": "string"
|
|
11304
|
+
},
|
|
11305
|
+
"default": "''",
|
|
11306
|
+
"fieldName": "value",
|
|
11307
|
+
"inheritedFrom": {
|
|
11308
|
+
"name": "FormField",
|
|
11309
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11310
|
+
}
|
|
11311
|
+
},
|
|
11312
|
+
{
|
|
11313
|
+
"name": "validationRules",
|
|
11314
|
+
"type": {
|
|
11315
|
+
"text": "Array<FormValidator>"
|
|
11316
|
+
},
|
|
11317
|
+
"default": "[]",
|
|
11318
|
+
"fieldName": "validationRules",
|
|
11319
|
+
"inheritedFrom": {
|
|
11320
|
+
"name": "FormField",
|
|
11321
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11322
|
+
}
|
|
11323
|
+
},
|
|
11324
|
+
{
|
|
11325
|
+
"name": "input-aria-label",
|
|
11326
|
+
"type": {
|
|
11327
|
+
"text": "string | undefined"
|
|
11328
|
+
},
|
|
11329
|
+
"fieldName": "inputAriaLabel",
|
|
11330
|
+
"inheritedFrom": {
|
|
11331
|
+
"name": "FormField",
|
|
11332
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11333
|
+
}
|
|
11334
|
+
}
|
|
11335
11335
|
]
|
|
11336
11336
|
}
|
|
11337
11337
|
],
|
|
11338
11338
|
"exports": [
|
|
11339
11339
|
{
|
|
11340
11340
|
"kind": "js",
|
|
11341
|
-
"name": "
|
|
11341
|
+
"name": "BmRadioButtonGroup",
|
|
11342
11342
|
"declaration": {
|
|
11343
|
-
"name": "
|
|
11344
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11343
|
+
"name": "BmRadioButtonGroup",
|
|
11344
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
11345
11345
|
}
|
|
11346
11346
|
},
|
|
11347
11347
|
{
|
|
11348
11348
|
"kind": "custom-element-definition",
|
|
11349
|
-
"name": "bm-
|
|
11349
|
+
"name": "bm-radio-button-group",
|
|
11350
11350
|
"declaration": {
|
|
11351
|
-
"name": "
|
|
11352
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11351
|
+
"name": "BmRadioButtonGroup",
|
|
11352
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
11353
11353
|
}
|
|
11354
11354
|
}
|
|
11355
11355
|
]
|