@viasat/beam-web-components 2.71.0 → 2.72.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/Badge/Badge.js +20 -20
- package/custom-elements.json +724 -724
- package/local/Badge/Badge.js +19 -19
- package/package.json +6 -6
- package/vscode.html-custom-data.json +151 -151
package/custom-elements.json
CHANGED
|
@@ -839,138 +839,6 @@
|
|
|
839
839
|
}
|
|
840
840
|
]
|
|
841
841
|
},
|
|
842
|
-
{
|
|
843
|
-
"kind": "javascript-module",
|
|
844
|
-
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
845
|
-
"declarations": [
|
|
846
|
-
{
|
|
847
|
-
"kind": "class",
|
|
848
|
-
"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",
|
|
849
|
-
"name": "BmBadgeDot",
|
|
850
|
-
"slots": [
|
|
851
|
-
{
|
|
852
|
-
"description": "Provide text for the BadgeDot",
|
|
853
|
-
"name": "default"
|
|
854
|
-
}
|
|
855
|
-
],
|
|
856
|
-
"members": [
|
|
857
|
-
{
|
|
858
|
-
"kind": "field",
|
|
859
|
-
"name": "theme",
|
|
860
|
-
"type": {
|
|
861
|
-
"text": "'light' | 'dark' | undefined"
|
|
862
|
-
},
|
|
863
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
864
|
-
"attribute": "theme"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"kind": "field",
|
|
868
|
-
"name": "appearance",
|
|
869
|
-
"type": {
|
|
870
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
871
|
-
},
|
|
872
|
-
"default": "'infoPrimary'",
|
|
873
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
874
|
-
"attribute": "appearance"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"kind": "field",
|
|
878
|
-
"name": "emphasis",
|
|
879
|
-
"type": {
|
|
880
|
-
"text": "'strong' | 'subtle'"
|
|
881
|
-
},
|
|
882
|
-
"default": "'strong'",
|
|
883
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
884
|
-
"attribute": "emphasis"
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "field",
|
|
888
|
-
"name": "overrideDotColor",
|
|
889
|
-
"type": {
|
|
890
|
-
"text": "string | undefined"
|
|
891
|
-
},
|
|
892
|
-
"description": "Overrides default dot color",
|
|
893
|
-
"attribute": "overrideDotColor"
|
|
894
|
-
}
|
|
895
|
-
],
|
|
896
|
-
"attributes": [
|
|
897
|
-
{
|
|
898
|
-
"name": "theme",
|
|
899
|
-
"type": {
|
|
900
|
-
"text": "'light' | 'dark' | undefined"
|
|
901
|
-
},
|
|
902
|
-
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
903
|
-
"fieldName": "theme"
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"name": "appearance",
|
|
907
|
-
"type": {
|
|
908
|
-
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
909
|
-
},
|
|
910
|
-
"default": "'infoPrimary'",
|
|
911
|
-
"description": "Specify the appearance of the BadgeDot",
|
|
912
|
-
"fieldName": "appearance"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"name": "emphasis",
|
|
916
|
-
"type": {
|
|
917
|
-
"text": "'strong' | 'subtle'"
|
|
918
|
-
},
|
|
919
|
-
"default": "'strong'",
|
|
920
|
-
"description": "Specify the emphasis of the BadgeDot",
|
|
921
|
-
"fieldName": "emphasis"
|
|
922
|
-
},
|
|
923
|
-
{
|
|
924
|
-
"name": "overrideDotColor",
|
|
925
|
-
"type": {
|
|
926
|
-
"text": "string | undefined"
|
|
927
|
-
},
|
|
928
|
-
"description": "Overrides default dot color",
|
|
929
|
-
"fieldName": "overrideDotColor"
|
|
930
|
-
}
|
|
931
|
-
],
|
|
932
|
-
"superclass": {
|
|
933
|
-
"name": "LitElement",
|
|
934
|
-
"package": "lit"
|
|
935
|
-
},
|
|
936
|
-
"tagName": "bm-badge-dot",
|
|
937
|
-
"customElement": true
|
|
938
|
-
}
|
|
939
|
-
],
|
|
940
|
-
"exports": [
|
|
941
|
-
{
|
|
942
|
-
"kind": "js",
|
|
943
|
-
"name": "BmBadgeDot",
|
|
944
|
-
"declaration": {
|
|
945
|
-
"name": "BmBadgeDot",
|
|
946
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
947
|
-
}
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"kind": "custom-element-definition",
|
|
951
|
-
"name": "bm-badge-dot",
|
|
952
|
-
"declaration": {
|
|
953
|
-
"name": "BmBadgeDot",
|
|
954
|
-
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
]
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"kind": "javascript-module",
|
|
961
|
-
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
962
|
-
"declarations": [],
|
|
963
|
-
"exports": [
|
|
964
|
-
{
|
|
965
|
-
"kind": "js",
|
|
966
|
-
"name": "*",
|
|
967
|
-
"declaration": {
|
|
968
|
-
"name": "*",
|
|
969
|
-
"package": "./BadgeDot"
|
|
970
|
-
}
|
|
971
|
-
}
|
|
972
|
-
]
|
|
973
|
-
},
|
|
974
842
|
{
|
|
975
843
|
"kind": "javascript-module",
|
|
976
844
|
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
@@ -1254,389 +1122,87 @@
|
|
|
1254
1122
|
},
|
|
1255
1123
|
{
|
|
1256
1124
|
"kind": "javascript-module",
|
|
1257
|
-
"path": "libs/web-components/src/lib/
|
|
1258
|
-
"declarations": [
|
|
1259
|
-
{
|
|
1260
|
-
"kind": "variable",
|
|
1261
|
-
"name": "BreadcrumbGroupCtx"
|
|
1262
|
-
}
|
|
1263
|
-
],
|
|
1264
|
-
"exports": [
|
|
1265
|
-
{
|
|
1266
|
-
"kind": "js",
|
|
1267
|
-
"name": "BreadcrumbGroupCtx",
|
|
1268
|
-
"declaration": {
|
|
1269
|
-
"name": "BreadcrumbGroupCtx",
|
|
1270
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1271
|
-
}
|
|
1272
|
-
}
|
|
1273
|
-
]
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
"kind": "javascript-module",
|
|
1277
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1125
|
+
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1278
1126
|
"declarations": [
|
|
1279
1127
|
{
|
|
1280
1128
|
"kind": "class",
|
|
1281
|
-
"description": "`bm-
|
|
1282
|
-
"name": "
|
|
1129
|
+
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
1130
|
+
"name": "BmBox",
|
|
1283
1131
|
"slots": [
|
|
1284
1132
|
{
|
|
1285
|
-
"description": "
|
|
1133
|
+
"description": "Provide content for the Box",
|
|
1286
1134
|
"name": "default"
|
|
1287
1135
|
}
|
|
1288
1136
|
],
|
|
1289
1137
|
"members": [
|
|
1290
1138
|
{
|
|
1291
1139
|
"kind": "field",
|
|
1292
|
-
"name": "
|
|
1140
|
+
"name": "backgroundColor",
|
|
1293
1141
|
"type": {
|
|
1294
|
-
"text": "
|
|
1142
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1295
1143
|
},
|
|
1296
|
-
"
|
|
1297
|
-
"
|
|
1298
|
-
"attribute": "wrap"
|
|
1144
|
+
"description": "Specify the background color of a Box",
|
|
1145
|
+
"attribute": "backgroundColor"
|
|
1299
1146
|
},
|
|
1300
1147
|
{
|
|
1301
1148
|
"kind": "field",
|
|
1302
|
-
"name": "
|
|
1149
|
+
"name": "borderColor",
|
|
1303
1150
|
"type": {
|
|
1304
|
-
"text": "
|
|
1151
|
+
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1305
1152
|
},
|
|
1306
|
-
"
|
|
1307
|
-
"
|
|
1308
|
-
"attribute": "itemsBeforeCollapse"
|
|
1153
|
+
"description": "Specify the border color of a Box",
|
|
1154
|
+
"attribute": "borderColor"
|
|
1309
1155
|
},
|
|
1310
1156
|
{
|
|
1311
1157
|
"kind": "field",
|
|
1312
|
-
"name": "
|
|
1158
|
+
"name": "borderWidth",
|
|
1313
1159
|
"type": {
|
|
1314
|
-
"text": "
|
|
1160
|
+
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1315
1161
|
},
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"attribute": "itemsAfterCollapse"
|
|
1162
|
+
"description": "Specify the border width of a Box",
|
|
1163
|
+
"attribute": "borderWidth"
|
|
1319
1164
|
},
|
|
1320
1165
|
{
|
|
1321
1166
|
"kind": "field",
|
|
1322
|
-
"name": "
|
|
1167
|
+
"name": "borderRadius",
|
|
1323
1168
|
"type": {
|
|
1324
|
-
"text": "'
|
|
1169
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1325
1170
|
},
|
|
1326
|
-
"description": "Specify the
|
|
1327
|
-
"attribute": "
|
|
1328
|
-
}
|
|
1329
|
-
],
|
|
1330
|
-
"attributes": [
|
|
1171
|
+
"description": "Specify the border radius of a Box",
|
|
1172
|
+
"attribute": "borderRadius"
|
|
1173
|
+
},
|
|
1331
1174
|
{
|
|
1332
|
-
"
|
|
1175
|
+
"kind": "field",
|
|
1176
|
+
"name": "px",
|
|
1333
1177
|
"type": {
|
|
1334
|
-
"text": "
|
|
1178
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1335
1179
|
},
|
|
1336
|
-
"
|
|
1337
|
-
"
|
|
1338
|
-
"fieldName": "wrap"
|
|
1180
|
+
"description": "Specify before and after padding of a Box",
|
|
1181
|
+
"attribute": "px"
|
|
1339
1182
|
},
|
|
1340
1183
|
{
|
|
1341
|
-
"
|
|
1184
|
+
"kind": "field",
|
|
1185
|
+
"name": "py",
|
|
1342
1186
|
"type": {
|
|
1343
|
-
"text": "
|
|
1187
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1344
1188
|
},
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1347
|
-
"fieldName": "itemsBeforeCollapse"
|
|
1189
|
+
"description": "Specify top and bottom padding of a Box",
|
|
1190
|
+
"attribute": "py"
|
|
1348
1191
|
},
|
|
1349
1192
|
{
|
|
1350
|
-
"
|
|
1193
|
+
"kind": "field",
|
|
1194
|
+
"name": "pTop",
|
|
1351
1195
|
"type": {
|
|
1352
|
-
"text": "
|
|
1196
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1353
1197
|
},
|
|
1354
|
-
"
|
|
1355
|
-
"
|
|
1356
|
-
"fieldName": "itemsAfterCollapse"
|
|
1198
|
+
"description": "Specify top padding of a Box",
|
|
1199
|
+
"attribute": "pTop"
|
|
1357
1200
|
},
|
|
1358
1201
|
{
|
|
1359
|
-
"
|
|
1202
|
+
"kind": "field",
|
|
1203
|
+
"name": "pBottom",
|
|
1360
1204
|
"type": {
|
|
1361
|
-
"text": "'
|
|
1362
|
-
},
|
|
1363
|
-
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1364
|
-
"fieldName": "theme"
|
|
1365
|
-
}
|
|
1366
|
-
],
|
|
1367
|
-
"superclass": {
|
|
1368
|
-
"name": "LitElement",
|
|
1369
|
-
"package": "lit"
|
|
1370
|
-
},
|
|
1371
|
-
"tagName": "bm-breadcrumb",
|
|
1372
|
-
"customElement": true
|
|
1373
|
-
}
|
|
1374
|
-
],
|
|
1375
|
-
"exports": [
|
|
1376
|
-
{
|
|
1377
|
-
"kind": "js",
|
|
1378
|
-
"name": "BmBreadcrumbs",
|
|
1379
|
-
"declaration": {
|
|
1380
|
-
"name": "BmBreadcrumbs",
|
|
1381
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1382
|
-
}
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
"kind": "custom-element-definition",
|
|
1386
|
-
"name": "bm-breadcrumb",
|
|
1387
|
-
"declaration": {
|
|
1388
|
-
"name": "BmBreadcrumbs",
|
|
1389
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1390
|
-
}
|
|
1391
|
-
}
|
|
1392
|
-
]
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"kind": "javascript-module",
|
|
1396
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1397
|
-
"declarations": [
|
|
1398
|
-
{
|
|
1399
|
-
"kind": "class",
|
|
1400
|
-
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
|
|
1401
|
-
"name": "BmBreadcrumbsItem",
|
|
1402
|
-
"slots": [
|
|
1403
|
-
{
|
|
1404
|
-
"description": "Pass text to an item",
|
|
1405
|
-
"name": "default"
|
|
1406
|
-
},
|
|
1407
|
-
{
|
|
1408
|
-
"description": "Pass icon to an item",
|
|
1409
|
-
"name": "icon"
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
|
-
"members": [
|
|
1413
|
-
{
|
|
1414
|
-
"kind": "field",
|
|
1415
|
-
"name": "href",
|
|
1416
|
-
"type": {
|
|
1417
|
-
"text": "string | undefined"
|
|
1418
|
-
},
|
|
1419
|
-
"description": "Pass href to an item",
|
|
1420
|
-
"attribute": "href"
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "field",
|
|
1424
|
-
"name": "clickable",
|
|
1425
|
-
"type": {
|
|
1426
|
-
"text": "boolean"
|
|
1427
|
-
},
|
|
1428
|
-
"default": "false",
|
|
1429
|
-
"description": "Specify if the item is interactive without an href",
|
|
1430
|
-
"attribute": "clickable"
|
|
1431
|
-
},
|
|
1432
|
-
{
|
|
1433
|
-
"kind": "field",
|
|
1434
|
-
"name": "truncationWidth",
|
|
1435
|
-
"type": {
|
|
1436
|
-
"text": "string | undefined"
|
|
1437
|
-
},
|
|
1438
|
-
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1439
|
-
"attribute": "truncationWidth"
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "field",
|
|
1443
|
-
"name": "isCurrent",
|
|
1444
|
-
"type": {
|
|
1445
|
-
"text": "boolean"
|
|
1446
|
-
},
|
|
1447
|
-
"default": "false",
|
|
1448
|
-
"description": "Specify explicitly if the item is the last one",
|
|
1449
|
-
"attribute": "isCurrent",
|
|
1450
|
-
"reflects": true
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"kind": "field",
|
|
1454
|
-
"name": "isCollapsed",
|
|
1455
|
-
"type": {
|
|
1456
|
-
"text": "boolean"
|
|
1457
|
-
},
|
|
1458
|
-
"default": "false",
|
|
1459
|
-
"attribute": "isCollapsed",
|
|
1460
|
-
"reflects": true
|
|
1461
|
-
}
|
|
1462
|
-
],
|
|
1463
|
-
"attributes": [
|
|
1464
|
-
{
|
|
1465
|
-
"name": "href",
|
|
1466
|
-
"type": {
|
|
1467
|
-
"text": "string | undefined"
|
|
1468
|
-
},
|
|
1469
|
-
"description": "Pass href to an item",
|
|
1470
|
-
"fieldName": "href"
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"name": "clickable",
|
|
1474
|
-
"type": {
|
|
1475
|
-
"text": "boolean"
|
|
1476
|
-
},
|
|
1477
|
-
"default": "false",
|
|
1478
|
-
"description": "Specify if the item is interactive without an href",
|
|
1479
|
-
"fieldName": "clickable"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"name": "truncationWidth",
|
|
1483
|
-
"type": {
|
|
1484
|
-
"text": "string | undefined"
|
|
1485
|
-
},
|
|
1486
|
-
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1487
|
-
"fieldName": "truncationWidth"
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"name": "isCurrent",
|
|
1491
|
-
"type": {
|
|
1492
|
-
"text": "boolean"
|
|
1493
|
-
},
|
|
1494
|
-
"default": "false",
|
|
1495
|
-
"description": "Specify explicitly if the item is the last one",
|
|
1496
|
-
"fieldName": "isCurrent"
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"name": "isCollapsed",
|
|
1500
|
-
"type": {
|
|
1501
|
-
"text": "boolean"
|
|
1502
|
-
},
|
|
1503
|
-
"default": "false",
|
|
1504
|
-
"fieldName": "isCollapsed"
|
|
1505
|
-
}
|
|
1506
|
-
],
|
|
1507
|
-
"superclass": {
|
|
1508
|
-
"name": "LitElement",
|
|
1509
|
-
"package": "lit"
|
|
1510
|
-
},
|
|
1511
|
-
"tagName": "bm-breadcrumb-item",
|
|
1512
|
-
"customElement": true
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"exports": [
|
|
1516
|
-
{
|
|
1517
|
-
"kind": "js",
|
|
1518
|
-
"name": "BmBreadcrumbsItem",
|
|
1519
|
-
"declaration": {
|
|
1520
|
-
"name": "BmBreadcrumbsItem",
|
|
1521
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "custom-element-definition",
|
|
1526
|
-
"name": "bm-breadcrumb-item",
|
|
1527
|
-
"declaration": {
|
|
1528
|
-
"name": "BmBreadcrumbsItem",
|
|
1529
|
-
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
|
-
]
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"kind": "javascript-module",
|
|
1536
|
-
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1537
|
-
"declarations": [],
|
|
1538
|
-
"exports": [
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "js",
|
|
1541
|
-
"name": "*",
|
|
1542
|
-
"declaration": {
|
|
1543
|
-
"name": "*",
|
|
1544
|
-
"package": "./Breadcrumbs"
|
|
1545
|
-
}
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "js",
|
|
1549
|
-
"name": "*",
|
|
1550
|
-
"declaration": {
|
|
1551
|
-
"name": "*",
|
|
1552
|
-
"package": "./BreadcrumbsItem"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "javascript-module",
|
|
1559
|
-
"path": "libs/web-components/src/lib/Box/Box.ts",
|
|
1560
|
-
"declarations": [
|
|
1561
|
-
{
|
|
1562
|
-
"kind": "class",
|
|
1563
|
-
"description": "`bm-box`\n\n### Attributes:\n- **backgroundColor** - Specify the background color of a Box\n- **borderColor** - Specify the border color of a Box\n- **borderWidth** - Specify the border width of a Box\n- **borderRadius** - Specify the border radius of a Box\n- **px** - Specify before and after padding of a Box\n- **py** - Specify top and bottom padding of a Box\n- **pTop** - Specify top padding of a Box\n- **pBottom** - Specify bottom padding of a Box\n- **pBefore** - Specify before padding of a Box\n- **pAfter** - Specify after padding of a Box\n- **mx** - Specify before and after margin of a Box\n- **my** - Specify top and bottom margin of a Box\n- **mTop** - Specify top margin of a Box\n- **mBottom** - Specify bottom margin of a Box\n- **mBefore** - Specify before margin of a Box\n- **mAfter** - Specify after margin of a Box\n- **m** - Specify all margin\n- **p** - Specify all padding\n- **gap** - Specify gap between child elements\n- **shadow** - Specify if a Box has a shadow",
|
|
1564
|
-
"name": "BmBox",
|
|
1565
|
-
"slots": [
|
|
1566
|
-
{
|
|
1567
|
-
"description": "Provide content for the Box",
|
|
1568
|
-
"name": "default"
|
|
1569
|
-
}
|
|
1570
|
-
],
|
|
1571
|
-
"members": [
|
|
1572
|
-
{
|
|
1573
|
-
"kind": "field",
|
|
1574
|
-
"name": "backgroundColor",
|
|
1575
|
-
"type": {
|
|
1576
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'selected-subtle' | 'highlight' | 'transparent' | 'expressive-stronger' | 'expressive-inverse' | undefined"
|
|
1577
|
-
},
|
|
1578
|
-
"description": "Specify the background color of a Box",
|
|
1579
|
-
"attribute": "backgroundColor"
|
|
1580
|
-
},
|
|
1581
|
-
{
|
|
1582
|
-
"kind": "field",
|
|
1583
|
-
"name": "borderColor",
|
|
1584
|
-
"type": {
|
|
1585
|
-
"text": "'positive' | 'warning' | 'negative' | 'inverse' | 'selected' | 'expressive' | 'strong' | '00' | '00-alt' | '01' | '02' | '03' | 'info-primary' | 'info-secondary' | 'positive-strong' | 'warning-strong' | 'negative-strong' | 'info-primary-strong' | 'info-secondary-strong' | 'transparent' | 'expressive-stronger' | 'focus' | undefined"
|
|
1586
|
-
},
|
|
1587
|
-
"description": "Specify the border color of a Box",
|
|
1588
|
-
"attribute": "borderColor"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"kind": "field",
|
|
1592
|
-
"name": "borderWidth",
|
|
1593
|
-
"type": {
|
|
1594
|
-
"text": "'md' | 'lg' | 'xl' | 'none' | 'divider' | undefined"
|
|
1595
|
-
},
|
|
1596
|
-
"description": "Specify the border width of a Box",
|
|
1597
|
-
"attribute": "borderWidth"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"kind": "field",
|
|
1601
|
-
"name": "borderRadius",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'none' | 'round' | undefined"
|
|
1604
|
-
},
|
|
1605
|
-
"description": "Specify the border radius of a Box",
|
|
1606
|
-
"attribute": "borderRadius"
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "field",
|
|
1610
|
-
"name": "px",
|
|
1611
|
-
"type": {
|
|
1612
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1613
|
-
},
|
|
1614
|
-
"description": "Specify before and after padding of a Box",
|
|
1615
|
-
"attribute": "px"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"kind": "field",
|
|
1619
|
-
"name": "py",
|
|
1620
|
-
"type": {
|
|
1621
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1622
|
-
},
|
|
1623
|
-
"description": "Specify top and bottom padding of a Box",
|
|
1624
|
-
"attribute": "py"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "field",
|
|
1628
|
-
"name": "pTop",
|
|
1629
|
-
"type": {
|
|
1630
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1631
|
-
},
|
|
1632
|
-
"description": "Specify top padding of a Box",
|
|
1633
|
-
"attribute": "pTop"
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"kind": "field",
|
|
1637
|
-
"name": "pBottom",
|
|
1638
|
-
"type": {
|
|
1639
|
-
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1205
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1640
1206
|
},
|
|
1641
1207
|
"description": "Specify bottom padding of a Box",
|
|
1642
1208
|
"attribute": "pBottom"
|
|
@@ -1872,76 +1438,502 @@
|
|
|
1872
1438
|
"fieldName": "mBefore"
|
|
1873
1439
|
},
|
|
1874
1440
|
{
|
|
1875
|
-
"name": "mAfter",
|
|
1441
|
+
"name": "mAfter",
|
|
1442
|
+
"type": {
|
|
1443
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1444
|
+
},
|
|
1445
|
+
"description": "Specify after margin of a Box",
|
|
1446
|
+
"fieldName": "mAfter"
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
"name": "m",
|
|
1450
|
+
"type": {
|
|
1451
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1452
|
+
},
|
|
1453
|
+
"description": "Specify all margin",
|
|
1454
|
+
"fieldName": "m"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
"name": "p",
|
|
1458
|
+
"type": {
|
|
1459
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1460
|
+
},
|
|
1461
|
+
"description": "Specify all padding",
|
|
1462
|
+
"fieldName": "p"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "gap",
|
|
1466
|
+
"type": {
|
|
1467
|
+
"text": "'0' | '12' | '25' | '50' | '75' | '100' | '125' | '150' | '200' | '300' | '400' | '500' | '700' | '800' | undefined"
|
|
1468
|
+
},
|
|
1469
|
+
"description": "Specify gap between child elements",
|
|
1470
|
+
"fieldName": "gap"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"name": "shadow",
|
|
1474
|
+
"type": {
|
|
1475
|
+
"text": "'sm' | 'md' | 'lg' | 'none' | 'overlay' | undefined"
|
|
1476
|
+
},
|
|
1477
|
+
"description": "Specify if a Box has a shadow",
|
|
1478
|
+
"fieldName": "shadow"
|
|
1479
|
+
}
|
|
1480
|
+
],
|
|
1481
|
+
"superclass": {
|
|
1482
|
+
"name": "LitElement",
|
|
1483
|
+
"package": "lit"
|
|
1484
|
+
},
|
|
1485
|
+
"tagName": "bm-box",
|
|
1486
|
+
"customElement": true
|
|
1487
|
+
}
|
|
1488
|
+
],
|
|
1489
|
+
"exports": [
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "js",
|
|
1492
|
+
"name": "BmBox",
|
|
1493
|
+
"declaration": {
|
|
1494
|
+
"name": "BmBox",
|
|
1495
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "custom-element-definition",
|
|
1500
|
+
"name": "bm-box",
|
|
1501
|
+
"declaration": {
|
|
1502
|
+
"name": "BmBox",
|
|
1503
|
+
"module": "libs/web-components/src/lib/Box/Box.ts"
|
|
1504
|
+
}
|
|
1505
|
+
}
|
|
1506
|
+
]
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
"kind": "javascript-module",
|
|
1510
|
+
"path": "libs/web-components/src/lib/Box/index.ts",
|
|
1511
|
+
"declarations": [],
|
|
1512
|
+
"exports": [
|
|
1513
|
+
{
|
|
1514
|
+
"kind": "js",
|
|
1515
|
+
"name": "*",
|
|
1516
|
+
"declaration": {
|
|
1517
|
+
"name": "*",
|
|
1518
|
+
"package": "./Box"
|
|
1519
|
+
}
|
|
1520
|
+
}
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "javascript-module",
|
|
1525
|
+
"path": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts",
|
|
1526
|
+
"declarations": [
|
|
1527
|
+
{
|
|
1528
|
+
"kind": "class",
|
|
1529
|
+
"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",
|
|
1530
|
+
"name": "BmBadgeDot",
|
|
1531
|
+
"slots": [
|
|
1532
|
+
{
|
|
1533
|
+
"description": "Provide text for the BadgeDot",
|
|
1534
|
+
"name": "default"
|
|
1535
|
+
}
|
|
1536
|
+
],
|
|
1537
|
+
"members": [
|
|
1538
|
+
{
|
|
1539
|
+
"kind": "field",
|
|
1540
|
+
"name": "theme",
|
|
1541
|
+
"type": {
|
|
1542
|
+
"text": "'light' | 'dark' | undefined"
|
|
1543
|
+
},
|
|
1544
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1545
|
+
"attribute": "theme"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "field",
|
|
1549
|
+
"name": "appearance",
|
|
1550
|
+
"type": {
|
|
1551
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1552
|
+
},
|
|
1553
|
+
"default": "'infoPrimary'",
|
|
1554
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1555
|
+
"attribute": "appearance"
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"kind": "field",
|
|
1559
|
+
"name": "emphasis",
|
|
1560
|
+
"type": {
|
|
1561
|
+
"text": "'strong' | 'subtle'"
|
|
1562
|
+
},
|
|
1563
|
+
"default": "'strong'",
|
|
1564
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1565
|
+
"attribute": "emphasis"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"kind": "field",
|
|
1569
|
+
"name": "overrideDotColor",
|
|
1570
|
+
"type": {
|
|
1571
|
+
"text": "string | undefined"
|
|
1572
|
+
},
|
|
1573
|
+
"description": "Overrides default dot color",
|
|
1574
|
+
"attribute": "overrideDotColor"
|
|
1575
|
+
}
|
|
1576
|
+
],
|
|
1577
|
+
"attributes": [
|
|
1578
|
+
{
|
|
1579
|
+
"name": "theme",
|
|
1580
|
+
"type": {
|
|
1581
|
+
"text": "'light' | 'dark' | undefined"
|
|
1582
|
+
},
|
|
1583
|
+
"description": "Specify the theme of the BadgeDot. By default it inherits the theme from the parent",
|
|
1584
|
+
"fieldName": "theme"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"name": "appearance",
|
|
1588
|
+
"type": {
|
|
1589
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1590
|
+
},
|
|
1591
|
+
"default": "'infoPrimary'",
|
|
1592
|
+
"description": "Specify the appearance of the BadgeDot",
|
|
1593
|
+
"fieldName": "appearance"
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"name": "emphasis",
|
|
1597
|
+
"type": {
|
|
1598
|
+
"text": "'strong' | 'subtle'"
|
|
1599
|
+
},
|
|
1600
|
+
"default": "'strong'",
|
|
1601
|
+
"description": "Specify the emphasis of the BadgeDot",
|
|
1602
|
+
"fieldName": "emphasis"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"name": "overrideDotColor",
|
|
1606
|
+
"type": {
|
|
1607
|
+
"text": "string | undefined"
|
|
1608
|
+
},
|
|
1609
|
+
"description": "Overrides default dot color",
|
|
1610
|
+
"fieldName": "overrideDotColor"
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1613
|
+
"superclass": {
|
|
1614
|
+
"name": "LitElement",
|
|
1615
|
+
"package": "lit"
|
|
1616
|
+
},
|
|
1617
|
+
"tagName": "bm-badge-dot",
|
|
1618
|
+
"customElement": true
|
|
1619
|
+
}
|
|
1620
|
+
],
|
|
1621
|
+
"exports": [
|
|
1622
|
+
{
|
|
1623
|
+
"kind": "js",
|
|
1624
|
+
"name": "BmBadgeDot",
|
|
1625
|
+
"declaration": {
|
|
1626
|
+
"name": "BmBadgeDot",
|
|
1627
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"kind": "custom-element-definition",
|
|
1632
|
+
"name": "bm-badge-dot",
|
|
1633
|
+
"declaration": {
|
|
1634
|
+
"name": "BmBadgeDot",
|
|
1635
|
+
"module": "libs/web-components/src/lib/BadgeDot/BadgeDot.ts"
|
|
1636
|
+
}
|
|
1637
|
+
}
|
|
1638
|
+
]
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"kind": "javascript-module",
|
|
1642
|
+
"path": "libs/web-components/src/lib/BadgeDot/index.ts",
|
|
1643
|
+
"declarations": [],
|
|
1644
|
+
"exports": [
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "js",
|
|
1647
|
+
"name": "*",
|
|
1648
|
+
"declaration": {
|
|
1649
|
+
"name": "*",
|
|
1650
|
+
"package": "./BadgeDot"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "javascript-module",
|
|
1657
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts",
|
|
1658
|
+
"declarations": [
|
|
1659
|
+
{
|
|
1660
|
+
"kind": "variable",
|
|
1661
|
+
"name": "BreadcrumbGroupCtx"
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"exports": [
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "BreadcrumbGroupCtx",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "BreadcrumbGroupCtx",
|
|
1670
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.context.ts"
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
]
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"kind": "javascript-module",
|
|
1677
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts",
|
|
1678
|
+
"declarations": [
|
|
1679
|
+
{
|
|
1680
|
+
"kind": "class",
|
|
1681
|
+
"description": "`bm-breadcrumb`\n\n### Attributes:\n- **wrap** - Specify if items wrap or collapse to an ellipsis\n- **itemsBeforeCollapse** - Specify how many items show before ellipsis\n- **itemsAfterCollapse** - Specify how many items show after ellipsis\n- **theme** - Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1682
|
+
"name": "BmBreadcrumbs",
|
|
1683
|
+
"slots": [
|
|
1684
|
+
{
|
|
1685
|
+
"description": "Pass items to the Breadcrumb",
|
|
1686
|
+
"name": "default"
|
|
1687
|
+
}
|
|
1688
|
+
],
|
|
1689
|
+
"members": [
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "wrap",
|
|
1693
|
+
"type": {
|
|
1694
|
+
"text": "boolean"
|
|
1695
|
+
},
|
|
1696
|
+
"default": "true",
|
|
1697
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1698
|
+
"attribute": "wrap"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
"kind": "field",
|
|
1702
|
+
"name": "itemsBeforeCollapse",
|
|
1703
|
+
"type": {
|
|
1704
|
+
"text": "number"
|
|
1705
|
+
},
|
|
1706
|
+
"default": "1",
|
|
1707
|
+
"description": "Specify how many items show before ellipsis",
|
|
1708
|
+
"attribute": "itemsBeforeCollapse"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"kind": "field",
|
|
1712
|
+
"name": "itemsAfterCollapse",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "number"
|
|
1715
|
+
},
|
|
1716
|
+
"default": "1",
|
|
1717
|
+
"description": "Specify how many items show after ellipsis",
|
|
1718
|
+
"attribute": "itemsAfterCollapse"
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "field",
|
|
1722
|
+
"name": "theme",
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "'light' | 'dark' | undefined"
|
|
1725
|
+
},
|
|
1726
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1727
|
+
"attribute": "theme"
|
|
1728
|
+
}
|
|
1729
|
+
],
|
|
1730
|
+
"attributes": [
|
|
1731
|
+
{
|
|
1732
|
+
"name": "wrap",
|
|
1733
|
+
"type": {
|
|
1734
|
+
"text": "boolean"
|
|
1735
|
+
},
|
|
1736
|
+
"default": "true",
|
|
1737
|
+
"description": "Specify if items wrap or collapse to an ellipsis",
|
|
1738
|
+
"fieldName": "wrap"
|
|
1739
|
+
},
|
|
1740
|
+
{
|
|
1741
|
+
"name": "itemsBeforeCollapse",
|
|
1742
|
+
"type": {
|
|
1743
|
+
"text": "number"
|
|
1744
|
+
},
|
|
1745
|
+
"default": "1",
|
|
1746
|
+
"description": "Specify how many items show before ellipsis",
|
|
1747
|
+
"fieldName": "itemsBeforeCollapse"
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
"name": "itemsAfterCollapse",
|
|
1751
|
+
"type": {
|
|
1752
|
+
"text": "number"
|
|
1753
|
+
},
|
|
1754
|
+
"default": "1",
|
|
1755
|
+
"description": "Specify how many items show after ellipsis",
|
|
1756
|
+
"fieldName": "itemsAfterCollapse"
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "theme",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "'light' | 'dark' | undefined"
|
|
1762
|
+
},
|
|
1763
|
+
"description": "Specify the theme of the Breadcrumbs. By default, it inherits the theme from the parent",
|
|
1764
|
+
"fieldName": "theme"
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"superclass": {
|
|
1768
|
+
"name": "LitElement",
|
|
1769
|
+
"package": "lit"
|
|
1770
|
+
},
|
|
1771
|
+
"tagName": "bm-breadcrumb",
|
|
1772
|
+
"customElement": true
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"exports": [
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "js",
|
|
1778
|
+
"name": "BmBreadcrumbs",
|
|
1779
|
+
"declaration": {
|
|
1780
|
+
"name": "BmBreadcrumbs",
|
|
1781
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "custom-element-definition",
|
|
1786
|
+
"name": "bm-breadcrumb",
|
|
1787
|
+
"declaration": {
|
|
1788
|
+
"name": "BmBreadcrumbs",
|
|
1789
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/Breadcrumbs.ts"
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1792
|
+
]
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"kind": "javascript-module",
|
|
1796
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts",
|
|
1797
|
+
"declarations": [
|
|
1798
|
+
{
|
|
1799
|
+
"kind": "class",
|
|
1800
|
+
"description": "`bm-breadcrumb-item`\n\n### Attributes:\n- **href** - Pass href to an item\n- **clickable** - Specify if the item is interactive without an href\n- **truncationWidth** - Specify truncation width of the items. Sets max-width for all items but the last.\n- **isCurrent** - Specify explicitly if the item is the last one\n- **isCollapsed** ",
|
|
1801
|
+
"name": "BmBreadcrumbsItem",
|
|
1802
|
+
"slots": [
|
|
1803
|
+
{
|
|
1804
|
+
"description": "Pass text to an item",
|
|
1805
|
+
"name": "default"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"description": "Pass icon to an item",
|
|
1809
|
+
"name": "icon"
|
|
1810
|
+
}
|
|
1811
|
+
],
|
|
1812
|
+
"members": [
|
|
1813
|
+
{
|
|
1814
|
+
"kind": "field",
|
|
1815
|
+
"name": "href",
|
|
1816
|
+
"type": {
|
|
1817
|
+
"text": "string | undefined"
|
|
1818
|
+
},
|
|
1819
|
+
"description": "Pass href to an item",
|
|
1820
|
+
"attribute": "href"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"kind": "field",
|
|
1824
|
+
"name": "clickable",
|
|
1825
|
+
"type": {
|
|
1826
|
+
"text": "boolean"
|
|
1827
|
+
},
|
|
1828
|
+
"default": "false",
|
|
1829
|
+
"description": "Specify if the item is interactive without an href",
|
|
1830
|
+
"attribute": "clickable"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"kind": "field",
|
|
1834
|
+
"name": "truncationWidth",
|
|
1835
|
+
"type": {
|
|
1836
|
+
"text": "string | undefined"
|
|
1837
|
+
},
|
|
1838
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1839
|
+
"attribute": "truncationWidth"
|
|
1840
|
+
},
|
|
1841
|
+
{
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "isCurrent",
|
|
1844
|
+
"type": {
|
|
1845
|
+
"text": "boolean"
|
|
1846
|
+
},
|
|
1847
|
+
"default": "false",
|
|
1848
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1849
|
+
"attribute": "isCurrent",
|
|
1850
|
+
"reflects": true
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"kind": "field",
|
|
1854
|
+
"name": "isCollapsed",
|
|
1855
|
+
"type": {
|
|
1856
|
+
"text": "boolean"
|
|
1857
|
+
},
|
|
1858
|
+
"default": "false",
|
|
1859
|
+
"attribute": "isCollapsed",
|
|
1860
|
+
"reflects": true
|
|
1861
|
+
}
|
|
1862
|
+
],
|
|
1863
|
+
"attributes": [
|
|
1864
|
+
{
|
|
1865
|
+
"name": "href",
|
|
1876
1866
|
"type": {
|
|
1877
|
-
"text": "
|
|
1867
|
+
"text": "string | undefined"
|
|
1878
1868
|
},
|
|
1879
|
-
"description": "
|
|
1880
|
-
"fieldName": "
|
|
1869
|
+
"description": "Pass href to an item",
|
|
1870
|
+
"fieldName": "href"
|
|
1881
1871
|
},
|
|
1882
1872
|
{
|
|
1883
|
-
"name": "
|
|
1873
|
+
"name": "clickable",
|
|
1884
1874
|
"type": {
|
|
1885
|
-
"text": "
|
|
1875
|
+
"text": "boolean"
|
|
1886
1876
|
},
|
|
1887
|
-
"
|
|
1888
|
-
"
|
|
1877
|
+
"default": "false",
|
|
1878
|
+
"description": "Specify if the item is interactive without an href",
|
|
1879
|
+
"fieldName": "clickable"
|
|
1889
1880
|
},
|
|
1890
1881
|
{
|
|
1891
|
-
"name": "
|
|
1882
|
+
"name": "truncationWidth",
|
|
1892
1883
|
"type": {
|
|
1893
|
-
"text": "
|
|
1884
|
+
"text": "string | undefined"
|
|
1894
1885
|
},
|
|
1895
|
-
"description": "Specify all
|
|
1896
|
-
"fieldName": "
|
|
1886
|
+
"description": "Specify truncation width of the items. Sets max-width for all items but the last.",
|
|
1887
|
+
"fieldName": "truncationWidth"
|
|
1897
1888
|
},
|
|
1898
1889
|
{
|
|
1899
|
-
"name": "
|
|
1890
|
+
"name": "isCurrent",
|
|
1900
1891
|
"type": {
|
|
1901
|
-
"text": "
|
|
1892
|
+
"text": "boolean"
|
|
1902
1893
|
},
|
|
1903
|
-
"
|
|
1904
|
-
"
|
|
1894
|
+
"default": "false",
|
|
1895
|
+
"description": "Specify explicitly if the item is the last one",
|
|
1896
|
+
"fieldName": "isCurrent"
|
|
1905
1897
|
},
|
|
1906
1898
|
{
|
|
1907
|
-
"name": "
|
|
1899
|
+
"name": "isCollapsed",
|
|
1908
1900
|
"type": {
|
|
1909
|
-
"text": "
|
|
1901
|
+
"text": "boolean"
|
|
1910
1902
|
},
|
|
1911
|
-
"
|
|
1912
|
-
"fieldName": "
|
|
1903
|
+
"default": "false",
|
|
1904
|
+
"fieldName": "isCollapsed"
|
|
1913
1905
|
}
|
|
1914
1906
|
],
|
|
1915
1907
|
"superclass": {
|
|
1916
1908
|
"name": "LitElement",
|
|
1917
1909
|
"package": "lit"
|
|
1918
1910
|
},
|
|
1919
|
-
"tagName": "bm-
|
|
1911
|
+
"tagName": "bm-breadcrumb-item",
|
|
1920
1912
|
"customElement": true
|
|
1921
1913
|
}
|
|
1922
1914
|
],
|
|
1923
1915
|
"exports": [
|
|
1924
1916
|
{
|
|
1925
1917
|
"kind": "js",
|
|
1926
|
-
"name": "
|
|
1918
|
+
"name": "BmBreadcrumbsItem",
|
|
1927
1919
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "libs/web-components/src/lib/
|
|
1920
|
+
"name": "BmBreadcrumbsItem",
|
|
1921
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1930
1922
|
}
|
|
1931
1923
|
},
|
|
1932
1924
|
{
|
|
1933
1925
|
"kind": "custom-element-definition",
|
|
1934
|
-
"name": "bm-
|
|
1926
|
+
"name": "bm-breadcrumb-item",
|
|
1935
1927
|
"declaration": {
|
|
1936
|
-
"name": "
|
|
1937
|
-
"module": "libs/web-components/src/lib/
|
|
1928
|
+
"name": "BmBreadcrumbsItem",
|
|
1929
|
+
"module": "libs/web-components/src/lib/Breadcrumbs/BreadcrumbsItem.ts"
|
|
1938
1930
|
}
|
|
1939
1931
|
}
|
|
1940
1932
|
]
|
|
1941
1933
|
},
|
|
1942
1934
|
{
|
|
1943
1935
|
"kind": "javascript-module",
|
|
1944
|
-
"path": "libs/web-components/src/lib/
|
|
1936
|
+
"path": "libs/web-components/src/lib/Breadcrumbs/index.ts",
|
|
1945
1937
|
"declarations": [],
|
|
1946
1938
|
"exports": [
|
|
1947
1939
|
{
|
|
@@ -1949,7 +1941,15 @@
|
|
|
1949
1941
|
"name": "*",
|
|
1950
1942
|
"declaration": {
|
|
1951
1943
|
"name": "*",
|
|
1952
|
-
"package": "./
|
|
1944
|
+
"package": "./Breadcrumbs"
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"kind": "js",
|
|
1949
|
+
"name": "*",
|
|
1950
|
+
"declaration": {
|
|
1951
|
+
"name": "*",
|
|
1952
|
+
"package": "./BreadcrumbsItem"
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
1955
|
]
|
|
@@ -9365,23 +9365,238 @@
|
|
|
9365
9365
|
"type": {
|
|
9366
9366
|
"text": "string"
|
|
9367
9367
|
}
|
|
9368
|
-
}
|
|
9368
|
+
}
|
|
9369
|
+
}
|
|
9370
|
+
],
|
|
9371
|
+
"exports": [
|
|
9372
|
+
{
|
|
9373
|
+
"kind": "js",
|
|
9374
|
+
"name": "createId",
|
|
9375
|
+
"declaration": {
|
|
9376
|
+
"name": "createId",
|
|
9377
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
9378
|
+
}
|
|
9379
|
+
}
|
|
9380
|
+
]
|
|
9381
|
+
},
|
|
9382
|
+
{
|
|
9383
|
+
"kind": "javascript-module",
|
|
9384
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
9385
|
+
"declarations": [],
|
|
9386
|
+
"exports": [
|
|
9387
|
+
{
|
|
9388
|
+
"kind": "js",
|
|
9389
|
+
"name": "*",
|
|
9390
|
+
"declaration": {
|
|
9391
|
+
"name": "*",
|
|
9392
|
+
"package": "./Form"
|
|
9393
|
+
}
|
|
9394
|
+
},
|
|
9395
|
+
{
|
|
9396
|
+
"kind": "js",
|
|
9397
|
+
"name": "*",
|
|
9398
|
+
"declaration": {
|
|
9399
|
+
"name": "*",
|
|
9400
|
+
"package": "./Form.decorator"
|
|
9401
|
+
}
|
|
9402
|
+
}
|
|
9403
|
+
]
|
|
9404
|
+
},
|
|
9405
|
+
{
|
|
9406
|
+
"kind": "javascript-module",
|
|
9407
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9408
|
+
"declarations": [
|
|
9409
|
+
{
|
|
9410
|
+
"kind": "class",
|
|
9411
|
+
"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",
|
|
9412
|
+
"name": "BmRadioButton",
|
|
9413
|
+
"members": [
|
|
9414
|
+
{
|
|
9415
|
+
"kind": "field",
|
|
9416
|
+
"name": "label",
|
|
9417
|
+
"type": {
|
|
9418
|
+
"text": "string | undefined"
|
|
9419
|
+
},
|
|
9420
|
+
"description": "Specify the text for the label",
|
|
9421
|
+
"attribute": "label"
|
|
9422
|
+
},
|
|
9423
|
+
{
|
|
9424
|
+
"kind": "field",
|
|
9425
|
+
"name": "error",
|
|
9426
|
+
"type": {
|
|
9427
|
+
"text": "boolean | undefined"
|
|
9428
|
+
},
|
|
9429
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
9430
|
+
"attribute": "error"
|
|
9431
|
+
},
|
|
9432
|
+
{
|
|
9433
|
+
"kind": "field",
|
|
9434
|
+
"name": "readOnly",
|
|
9435
|
+
"type": {
|
|
9436
|
+
"text": "boolean | undefined"
|
|
9437
|
+
},
|
|
9438
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
9439
|
+
"attribute": "readOnly"
|
|
9440
|
+
},
|
|
9441
|
+
{
|
|
9442
|
+
"kind": "field",
|
|
9443
|
+
"name": "disabled",
|
|
9444
|
+
"type": {
|
|
9445
|
+
"text": "boolean | undefined"
|
|
9446
|
+
},
|
|
9447
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
9448
|
+
"attribute": "disabled"
|
|
9449
|
+
},
|
|
9450
|
+
{
|
|
9451
|
+
"kind": "field",
|
|
9452
|
+
"name": "theme",
|
|
9453
|
+
"type": {
|
|
9454
|
+
"text": "'light' | 'dark' | undefined"
|
|
9455
|
+
},
|
|
9456
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9457
|
+
"attribute": "theme"
|
|
9458
|
+
},
|
|
9459
|
+
{
|
|
9460
|
+
"kind": "field",
|
|
9461
|
+
"name": "value",
|
|
9462
|
+
"type": {
|
|
9463
|
+
"text": "string | undefined"
|
|
9464
|
+
},
|
|
9465
|
+
"description": "The value attribute for the input element",
|
|
9466
|
+
"attribute": "value"
|
|
9467
|
+
},
|
|
9468
|
+
{
|
|
9469
|
+
"kind": "field",
|
|
9470
|
+
"name": "checked",
|
|
9471
|
+
"type": {
|
|
9472
|
+
"text": "boolean"
|
|
9473
|
+
},
|
|
9474
|
+
"default": "false",
|
|
9475
|
+
"description": "The checked attribute for the input element",
|
|
9476
|
+
"attribute": "checked"
|
|
9477
|
+
},
|
|
9478
|
+
{
|
|
9479
|
+
"kind": "field",
|
|
9480
|
+
"name": "onKeyDown",
|
|
9481
|
+
"type": {
|
|
9482
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9483
|
+
},
|
|
9484
|
+
"description": "A user-defined function to handle keydown events",
|
|
9485
|
+
"attribute": "onKeyDown"
|
|
9486
|
+
},
|
|
9487
|
+
{
|
|
9488
|
+
"kind": "field",
|
|
9489
|
+
"name": "inputChoiceGroupContext",
|
|
9490
|
+
"type": {
|
|
9491
|
+
"text": "InputChoiceGroupContextProps"
|
|
9492
|
+
}
|
|
9493
|
+
},
|
|
9494
|
+
{
|
|
9495
|
+
"kind": "field",
|
|
9496
|
+
"name": "radioButtonRef"
|
|
9497
|
+
},
|
|
9498
|
+
{
|
|
9499
|
+
"kind": "method",
|
|
9500
|
+
"name": "focus"
|
|
9501
|
+
}
|
|
9502
|
+
],
|
|
9503
|
+
"attributes": [
|
|
9504
|
+
{
|
|
9505
|
+
"name": "label",
|
|
9506
|
+
"type": {
|
|
9507
|
+
"text": "string | undefined"
|
|
9508
|
+
},
|
|
9509
|
+
"description": "Specify the text for the label",
|
|
9510
|
+
"fieldName": "label"
|
|
9511
|
+
},
|
|
9512
|
+
{
|
|
9513
|
+
"name": "error",
|
|
9514
|
+
"type": {
|
|
9515
|
+
"text": "boolean | undefined"
|
|
9516
|
+
},
|
|
9517
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
9518
|
+
"fieldName": "error"
|
|
9519
|
+
},
|
|
9520
|
+
{
|
|
9521
|
+
"name": "readOnly",
|
|
9522
|
+
"type": {
|
|
9523
|
+
"text": "boolean | undefined"
|
|
9524
|
+
},
|
|
9525
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
9526
|
+
"fieldName": "readOnly"
|
|
9527
|
+
},
|
|
9528
|
+
{
|
|
9529
|
+
"name": "disabled",
|
|
9530
|
+
"type": {
|
|
9531
|
+
"text": "boolean | undefined"
|
|
9532
|
+
},
|
|
9533
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
9534
|
+
"fieldName": "disabled"
|
|
9535
|
+
},
|
|
9536
|
+
{
|
|
9537
|
+
"name": "theme",
|
|
9538
|
+
"type": {
|
|
9539
|
+
"text": "'light' | 'dark' | undefined"
|
|
9540
|
+
},
|
|
9541
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9542
|
+
"fieldName": "theme"
|
|
9543
|
+
},
|
|
9544
|
+
{
|
|
9545
|
+
"name": "value",
|
|
9546
|
+
"type": {
|
|
9547
|
+
"text": "string | undefined"
|
|
9548
|
+
},
|
|
9549
|
+
"description": "The value attribute for the input element",
|
|
9550
|
+
"fieldName": "value"
|
|
9551
|
+
},
|
|
9552
|
+
{
|
|
9553
|
+
"name": "checked",
|
|
9554
|
+
"type": {
|
|
9555
|
+
"text": "boolean"
|
|
9556
|
+
},
|
|
9557
|
+
"default": "false",
|
|
9558
|
+
"description": "The checked attribute for the input element",
|
|
9559
|
+
"fieldName": "checked"
|
|
9560
|
+
},
|
|
9561
|
+
{
|
|
9562
|
+
"name": "onKeyDown",
|
|
9563
|
+
"type": {
|
|
9564
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
9565
|
+
},
|
|
9566
|
+
"description": "A user-defined function to handle keydown events",
|
|
9567
|
+
"fieldName": "onKeyDown"
|
|
9568
|
+
}
|
|
9569
|
+
],
|
|
9570
|
+
"superclass": {
|
|
9571
|
+
"name": "LitElement",
|
|
9572
|
+
"package": "lit"
|
|
9573
|
+
},
|
|
9574
|
+
"tagName": "bm-radio-button",
|
|
9575
|
+
"customElement": true
|
|
9369
9576
|
}
|
|
9370
9577
|
],
|
|
9371
9578
|
"exports": [
|
|
9372
9579
|
{
|
|
9373
9580
|
"kind": "js",
|
|
9374
|
-
"name": "
|
|
9581
|
+
"name": "BmRadioButton",
|
|
9375
9582
|
"declaration": {
|
|
9376
|
-
"name": "
|
|
9377
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9583
|
+
"name": "BmRadioButton",
|
|
9584
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9585
|
+
}
|
|
9586
|
+
},
|
|
9587
|
+
{
|
|
9588
|
+
"kind": "custom-element-definition",
|
|
9589
|
+
"name": "bm-radio-button",
|
|
9590
|
+
"declaration": {
|
|
9591
|
+
"name": "BmRadioButton",
|
|
9592
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
9378
9593
|
}
|
|
9379
9594
|
}
|
|
9380
9595
|
]
|
|
9381
9596
|
},
|
|
9382
9597
|
{
|
|
9383
9598
|
"kind": "javascript-module",
|
|
9384
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9599
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
9385
9600
|
"declarations": [],
|
|
9386
9601
|
"exports": [
|
|
9387
9602
|
{
|
|
@@ -9389,7 +9604,7 @@
|
|
|
9389
9604
|
"name": "*",
|
|
9390
9605
|
"declaration": {
|
|
9391
9606
|
"name": "*",
|
|
9392
|
-
"package": "./
|
|
9607
|
+
"package": "./RadioButton"
|
|
9393
9608
|
}
|
|
9394
9609
|
},
|
|
9395
9610
|
{
|
|
@@ -9397,7 +9612,7 @@
|
|
|
9397
9612
|
"name": "*",
|
|
9398
9613
|
"declaration": {
|
|
9399
9614
|
"name": "*",
|
|
9400
|
-
"package": "./
|
|
9615
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
9401
9616
|
}
|
|
9402
9617
|
}
|
|
9403
9618
|
]
|
|
@@ -9920,221 +10135,6 @@
|
|
|
9920
10135
|
}
|
|
9921
10136
|
]
|
|
9922
10137
|
},
|
|
9923
|
-
{
|
|
9924
|
-
"kind": "javascript-module",
|
|
9925
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
9926
|
-
"declarations": [
|
|
9927
|
-
{
|
|
9928
|
-
"kind": "class",
|
|
9929
|
-
"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",
|
|
9930
|
-
"name": "BmRadioButton",
|
|
9931
|
-
"members": [
|
|
9932
|
-
{
|
|
9933
|
-
"kind": "field",
|
|
9934
|
-
"name": "label",
|
|
9935
|
-
"type": {
|
|
9936
|
-
"text": "string | undefined"
|
|
9937
|
-
},
|
|
9938
|
-
"description": "Specify the text for the label",
|
|
9939
|
-
"attribute": "label"
|
|
9940
|
-
},
|
|
9941
|
-
{
|
|
9942
|
-
"kind": "field",
|
|
9943
|
-
"name": "error",
|
|
9944
|
-
"type": {
|
|
9945
|
-
"text": "boolean | undefined"
|
|
9946
|
-
},
|
|
9947
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
9948
|
-
"attribute": "error"
|
|
9949
|
-
},
|
|
9950
|
-
{
|
|
9951
|
-
"kind": "field",
|
|
9952
|
-
"name": "readOnly",
|
|
9953
|
-
"type": {
|
|
9954
|
-
"text": "boolean | undefined"
|
|
9955
|
-
},
|
|
9956
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
9957
|
-
"attribute": "readOnly"
|
|
9958
|
-
},
|
|
9959
|
-
{
|
|
9960
|
-
"kind": "field",
|
|
9961
|
-
"name": "disabled",
|
|
9962
|
-
"type": {
|
|
9963
|
-
"text": "boolean | undefined"
|
|
9964
|
-
},
|
|
9965
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
9966
|
-
"attribute": "disabled"
|
|
9967
|
-
},
|
|
9968
|
-
{
|
|
9969
|
-
"kind": "field",
|
|
9970
|
-
"name": "theme",
|
|
9971
|
-
"type": {
|
|
9972
|
-
"text": "'light' | 'dark' | undefined"
|
|
9973
|
-
},
|
|
9974
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
9975
|
-
"attribute": "theme"
|
|
9976
|
-
},
|
|
9977
|
-
{
|
|
9978
|
-
"kind": "field",
|
|
9979
|
-
"name": "value",
|
|
9980
|
-
"type": {
|
|
9981
|
-
"text": "string | undefined"
|
|
9982
|
-
},
|
|
9983
|
-
"description": "The value attribute for the input element",
|
|
9984
|
-
"attribute": "value"
|
|
9985
|
-
},
|
|
9986
|
-
{
|
|
9987
|
-
"kind": "field",
|
|
9988
|
-
"name": "checked",
|
|
9989
|
-
"type": {
|
|
9990
|
-
"text": "boolean"
|
|
9991
|
-
},
|
|
9992
|
-
"default": "false",
|
|
9993
|
-
"description": "The checked attribute for the input element",
|
|
9994
|
-
"attribute": "checked"
|
|
9995
|
-
},
|
|
9996
|
-
{
|
|
9997
|
-
"kind": "field",
|
|
9998
|
-
"name": "onKeyDown",
|
|
9999
|
-
"type": {
|
|
10000
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
10001
|
-
},
|
|
10002
|
-
"description": "A user-defined function to handle keydown events",
|
|
10003
|
-
"attribute": "onKeyDown"
|
|
10004
|
-
},
|
|
10005
|
-
{
|
|
10006
|
-
"kind": "field",
|
|
10007
|
-
"name": "inputChoiceGroupContext",
|
|
10008
|
-
"type": {
|
|
10009
|
-
"text": "InputChoiceGroupContextProps"
|
|
10010
|
-
}
|
|
10011
|
-
},
|
|
10012
|
-
{
|
|
10013
|
-
"kind": "field",
|
|
10014
|
-
"name": "radioButtonRef"
|
|
10015
|
-
},
|
|
10016
|
-
{
|
|
10017
|
-
"kind": "method",
|
|
10018
|
-
"name": "focus"
|
|
10019
|
-
}
|
|
10020
|
-
],
|
|
10021
|
-
"attributes": [
|
|
10022
|
-
{
|
|
10023
|
-
"name": "label",
|
|
10024
|
-
"type": {
|
|
10025
|
-
"text": "string | undefined"
|
|
10026
|
-
},
|
|
10027
|
-
"description": "Specify the text for the label",
|
|
10028
|
-
"fieldName": "label"
|
|
10029
|
-
},
|
|
10030
|
-
{
|
|
10031
|
-
"name": "error",
|
|
10032
|
-
"type": {
|
|
10033
|
-
"text": "boolean | undefined"
|
|
10034
|
-
},
|
|
10035
|
-
"description": "Specify error text and display error state of a RadioButton",
|
|
10036
|
-
"fieldName": "error"
|
|
10037
|
-
},
|
|
10038
|
-
{
|
|
10039
|
-
"name": "readOnly",
|
|
10040
|
-
"type": {
|
|
10041
|
-
"text": "boolean | undefined"
|
|
10042
|
-
},
|
|
10043
|
-
"description": "Specify if RadioButton displays in a read-only state",
|
|
10044
|
-
"fieldName": "readOnly"
|
|
10045
|
-
},
|
|
10046
|
-
{
|
|
10047
|
-
"name": "disabled",
|
|
10048
|
-
"type": {
|
|
10049
|
-
"text": "boolean | undefined"
|
|
10050
|
-
},
|
|
10051
|
-
"description": "Specify if RadioButton displays in a disabled state",
|
|
10052
|
-
"fieldName": "disabled"
|
|
10053
|
-
},
|
|
10054
|
-
{
|
|
10055
|
-
"name": "theme",
|
|
10056
|
-
"type": {
|
|
10057
|
-
"text": "'light' | 'dark' | undefined"
|
|
10058
|
-
},
|
|
10059
|
-
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
10060
|
-
"fieldName": "theme"
|
|
10061
|
-
},
|
|
10062
|
-
{
|
|
10063
|
-
"name": "value",
|
|
10064
|
-
"type": {
|
|
10065
|
-
"text": "string | undefined"
|
|
10066
|
-
},
|
|
10067
|
-
"description": "The value attribute for the input element",
|
|
10068
|
-
"fieldName": "value"
|
|
10069
|
-
},
|
|
10070
|
-
{
|
|
10071
|
-
"name": "checked",
|
|
10072
|
-
"type": {
|
|
10073
|
-
"text": "boolean"
|
|
10074
|
-
},
|
|
10075
|
-
"default": "false",
|
|
10076
|
-
"description": "The checked attribute for the input element",
|
|
10077
|
-
"fieldName": "checked"
|
|
10078
|
-
},
|
|
10079
|
-
{
|
|
10080
|
-
"name": "onKeyDown",
|
|
10081
|
-
"type": {
|
|
10082
|
-
"text": "(event: KeyboardEvent) => void | undefined"
|
|
10083
|
-
},
|
|
10084
|
-
"description": "A user-defined function to handle keydown events",
|
|
10085
|
-
"fieldName": "onKeyDown"
|
|
10086
|
-
}
|
|
10087
|
-
],
|
|
10088
|
-
"superclass": {
|
|
10089
|
-
"name": "LitElement",
|
|
10090
|
-
"package": "lit"
|
|
10091
|
-
},
|
|
10092
|
-
"tagName": "bm-radio-button",
|
|
10093
|
-
"customElement": true
|
|
10094
|
-
}
|
|
10095
|
-
],
|
|
10096
|
-
"exports": [
|
|
10097
|
-
{
|
|
10098
|
-
"kind": "js",
|
|
10099
|
-
"name": "BmRadioButton",
|
|
10100
|
-
"declaration": {
|
|
10101
|
-
"name": "BmRadioButton",
|
|
10102
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
10103
|
-
}
|
|
10104
|
-
},
|
|
10105
|
-
{
|
|
10106
|
-
"kind": "custom-element-definition",
|
|
10107
|
-
"name": "bm-radio-button",
|
|
10108
|
-
"declaration": {
|
|
10109
|
-
"name": "BmRadioButton",
|
|
10110
|
-
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
10111
|
-
}
|
|
10112
|
-
}
|
|
10113
|
-
]
|
|
10114
|
-
},
|
|
10115
|
-
{
|
|
10116
|
-
"kind": "javascript-module",
|
|
10117
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
10118
|
-
"declarations": [],
|
|
10119
|
-
"exports": [
|
|
10120
|
-
{
|
|
10121
|
-
"kind": "js",
|
|
10122
|
-
"name": "*",
|
|
10123
|
-
"declaration": {
|
|
10124
|
-
"name": "*",
|
|
10125
|
-
"package": "./RadioButton"
|
|
10126
|
-
}
|
|
10127
|
-
},
|
|
10128
|
-
{
|
|
10129
|
-
"kind": "js",
|
|
10130
|
-
"name": "*",
|
|
10131
|
-
"declaration": {
|
|
10132
|
-
"name": "*",
|
|
10133
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
10134
|
-
}
|
|
10135
|
-
}
|
|
10136
|
-
]
|
|
10137
|
-
},
|
|
10138
10138
|
{
|
|
10139
10139
|
"kind": "javascript-module",
|
|
10140
10140
|
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|