@viasat/beam-web-components 2.8.0 → 2.10.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/Box/Box.js +3 -3
- package/Divider/Divider.js +3 -3
- package/Tooltip/Tooltip.js +1 -1
- package/custom-elements.json +1540 -1540
- package/local/Accordion/Accordion.js +1 -1
- package/local/Accordion/AccordionGroup.js +1 -1
- package/local/Accordion/index.js +1 -1
- package/local/BadgeDot/BadgeDot.js +3 -3
- package/local/Divider/Divider.js +4 -4
- package/local/InputChoiceGroup/InputChoiceGroup.js +1 -1
- package/local/Tooltip/Tooltip.js +1 -1
- package/local/chunks/{Accordion.PGU7OILE.js → Accordion.BP1XR2Gd.js} +1 -1
- package/local/wip/FileUpload/FileUpload.js +1 -1
- package/local/wip/NativeSelect/NativeSelect.js +4 -4
- package/local/wip/TextArea/TextArea.js +4 -4
- package/local/wip/TextField/TextField.js +4 -4
- package/package.json +6 -6
- package/vscode.html-custom-data.json +185 -185
package/custom-elements.json
CHANGED
|
@@ -1285,324 +1285,435 @@
|
|
|
1285
1285
|
},
|
|
1286
1286
|
{
|
|
1287
1287
|
"kind": "javascript-module",
|
|
1288
|
-
"path": "libs/web-components/src/lib/
|
|
1288
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
1289
1289
|
"declarations": [
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "class",
|
|
1292
|
-
"description": "`bm-
|
|
1293
|
-
"name": "
|
|
1292
|
+
"description": "`bm-avatar`\n\n### Attributes:\n- **appearance** - Specify the appearance of the Avatar\n- **name** - Specify a name to display initials in the Avatar\n- **src** - Pass an image to the Avatar\n- **alt** - Specify alt for image\n- **size** - Specify the size of the Avatar\n- **disabled** - Specify if the Avatar is disabled\n- **shape** - Specify the shape of the Avatar\n- **isInteractive** - If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer\n- **isFocusable** - If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable\n- **withBorder** ",
|
|
1293
|
+
"name": "BmAvatar",
|
|
1294
1294
|
"slots": [
|
|
1295
1295
|
{
|
|
1296
|
-
"description": "
|
|
1296
|
+
"description": "Customize the default icon",
|
|
1297
1297
|
"name": "icon"
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1301
|
-
"name": "heading"
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1305
|
-
"name": "body"
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"description": "Specify if actions display on the Alert",
|
|
1309
|
-
"name": "actions"
|
|
1310
1298
|
}
|
|
1311
1299
|
],
|
|
1312
1300
|
"members": [
|
|
1313
1301
|
{
|
|
1314
1302
|
"kind": "field",
|
|
1315
|
-
"name": "
|
|
1303
|
+
"name": "appearance",
|
|
1316
1304
|
"type": {
|
|
1317
|
-
"text": "
|
|
1305
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1318
1306
|
},
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1307
|
+
"default": "'neutral'",
|
|
1308
|
+
"description": "Specify the appearance of the Avatar",
|
|
1309
|
+
"attribute": "appearance"
|
|
1321
1310
|
},
|
|
1322
1311
|
{
|
|
1323
1312
|
"kind": "field",
|
|
1324
|
-
"name": "
|
|
1313
|
+
"name": "name",
|
|
1325
1314
|
"type": {
|
|
1326
1315
|
"text": "string | undefined"
|
|
1327
1316
|
},
|
|
1328
|
-
"description": "Specify
|
|
1329
|
-
"attribute": "
|
|
1330
|
-
},
|
|
1331
|
-
{
|
|
1332
|
-
"kind": "field",
|
|
1333
|
-
"name": "size",
|
|
1334
|
-
"type": {
|
|
1335
|
-
"text": "'sm' | 'md'"
|
|
1336
|
-
},
|
|
1337
|
-
"default": "'sm'",
|
|
1338
|
-
"description": "Specify the size of the Alert",
|
|
1339
|
-
"attribute": "size"
|
|
1317
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1318
|
+
"attribute": "name"
|
|
1340
1319
|
},
|
|
1341
1320
|
{
|
|
1342
1321
|
"kind": "field",
|
|
1343
|
-
"name": "
|
|
1322
|
+
"name": "src",
|
|
1344
1323
|
"type": {
|
|
1345
|
-
"text": "
|
|
1324
|
+
"text": "string | undefined"
|
|
1346
1325
|
},
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"attribute": "fullWidth"
|
|
1326
|
+
"description": "Pass an image to the Avatar",
|
|
1327
|
+
"attribute": "src"
|
|
1350
1328
|
},
|
|
1351
1329
|
{
|
|
1352
1330
|
"kind": "field",
|
|
1353
|
-
"name": "
|
|
1331
|
+
"name": "alt",
|
|
1354
1332
|
"type": {
|
|
1355
|
-
"text": "
|
|
1333
|
+
"text": "string | undefined"
|
|
1356
1334
|
},
|
|
1357
|
-
"description": "Specify
|
|
1358
|
-
"attribute": "
|
|
1335
|
+
"description": "Specify alt for image",
|
|
1336
|
+
"attribute": "alt"
|
|
1359
1337
|
},
|
|
1360
1338
|
{
|
|
1361
1339
|
"kind": "field",
|
|
1362
|
-
"name": "
|
|
1340
|
+
"name": "size",
|
|
1363
1341
|
"type": {
|
|
1364
|
-
"text": "'
|
|
1342
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1365
1343
|
},
|
|
1366
|
-
"default": "'
|
|
1367
|
-
"description": "Specify the
|
|
1368
|
-
"attribute": "
|
|
1344
|
+
"default": "'md'",
|
|
1345
|
+
"description": "Specify the size of the Avatar",
|
|
1346
|
+
"attribute": "size"
|
|
1369
1347
|
},
|
|
1370
1348
|
{
|
|
1371
1349
|
"kind": "field",
|
|
1372
|
-
"name": "
|
|
1350
|
+
"name": "disabled",
|
|
1373
1351
|
"type": {
|
|
1374
|
-
"text": "boolean"
|
|
1352
|
+
"text": "boolean | undefined"
|
|
1375
1353
|
},
|
|
1376
1354
|
"default": "false",
|
|
1377
|
-
"description": "Specify if the
|
|
1378
|
-
"attribute": "
|
|
1355
|
+
"description": "Specify if the Avatar is disabled",
|
|
1356
|
+
"attribute": "disabled"
|
|
1379
1357
|
},
|
|
1380
1358
|
{
|
|
1381
1359
|
"kind": "field",
|
|
1382
|
-
"name": "
|
|
1360
|
+
"name": "shape",
|
|
1383
1361
|
"type": {
|
|
1384
|
-
"text": "
|
|
1362
|
+
"text": "'circle' | 'square' | undefined"
|
|
1385
1363
|
},
|
|
1386
|
-
"default": "
|
|
1387
|
-
"description": "Specify
|
|
1388
|
-
"attribute": "
|
|
1364
|
+
"default": "'circle'",
|
|
1365
|
+
"description": "Specify the shape of the Avatar",
|
|
1366
|
+
"attribute": "shape"
|
|
1389
1367
|
},
|
|
1390
1368
|
{
|
|
1391
1369
|
"kind": "field",
|
|
1392
|
-
"name": "
|
|
1370
|
+
"name": "isInteractive",
|
|
1393
1371
|
"type": {
|
|
1394
1372
|
"text": "boolean"
|
|
1395
1373
|
},
|
|
1396
1374
|
"default": "false",
|
|
1397
|
-
"description": "
|
|
1398
|
-
"attribute": "
|
|
1375
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1376
|
+
"attribute": "isInteractive"
|
|
1399
1377
|
},
|
|
1400
1378
|
{
|
|
1401
1379
|
"kind": "field",
|
|
1402
|
-
"name": "
|
|
1380
|
+
"name": "isFocusable",
|
|
1403
1381
|
"type": {
|
|
1404
1382
|
"text": "boolean"
|
|
1405
1383
|
},
|
|
1406
1384
|
"default": "false",
|
|
1407
|
-
"description": "
|
|
1408
|
-
"attribute": "
|
|
1385
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1386
|
+
"attribute": "isFocusable"
|
|
1409
1387
|
},
|
|
1410
1388
|
{
|
|
1411
1389
|
"kind": "field",
|
|
1412
|
-
"name": "
|
|
1390
|
+
"name": "withBorder",
|
|
1413
1391
|
"type": {
|
|
1414
1392
|
"text": "boolean"
|
|
1415
1393
|
},
|
|
1416
1394
|
"default": "false",
|
|
1417
|
-
"
|
|
1418
|
-
"attribute": "disableCloseOnEscape"
|
|
1419
|
-
}
|
|
1420
|
-
],
|
|
1421
|
-
"events": [
|
|
1422
|
-
{
|
|
1423
|
-
"description": "Dispatched when the Alert has been dismissed",
|
|
1424
|
-
"name": "bm-dismiss"
|
|
1395
|
+
"attribute": "withBorder"
|
|
1425
1396
|
}
|
|
1426
1397
|
],
|
|
1427
1398
|
"attributes": [
|
|
1428
1399
|
{
|
|
1429
|
-
"name": "
|
|
1400
|
+
"name": "appearance",
|
|
1430
1401
|
"type": {
|
|
1431
|
-
"text": "
|
|
1402
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1432
1403
|
},
|
|
1433
|
-
"
|
|
1434
|
-
"
|
|
1404
|
+
"default": "'neutral'",
|
|
1405
|
+
"description": "Specify the appearance of the Avatar",
|
|
1406
|
+
"fieldName": "appearance"
|
|
1435
1407
|
},
|
|
1436
1408
|
{
|
|
1437
|
-
"name": "
|
|
1409
|
+
"name": "name",
|
|
1438
1410
|
"type": {
|
|
1439
1411
|
"text": "string | undefined"
|
|
1440
1412
|
},
|
|
1441
|
-
"description": "Specify
|
|
1442
|
-
"fieldName": "
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "size",
|
|
1446
|
-
"type": {
|
|
1447
|
-
"text": "'sm' | 'md'"
|
|
1448
|
-
},
|
|
1449
|
-
"default": "'sm'",
|
|
1450
|
-
"description": "Specify the size of the Alert",
|
|
1451
|
-
"fieldName": "size"
|
|
1413
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1414
|
+
"fieldName": "name"
|
|
1452
1415
|
},
|
|
1453
1416
|
{
|
|
1454
|
-
"name": "
|
|
1417
|
+
"name": "src",
|
|
1455
1418
|
"type": {
|
|
1456
|
-
"text": "
|
|
1419
|
+
"text": "string | undefined"
|
|
1457
1420
|
},
|
|
1458
|
-
"
|
|
1459
|
-
"
|
|
1460
|
-
"fieldName": "fullWidth"
|
|
1421
|
+
"description": "Pass an image to the Avatar",
|
|
1422
|
+
"fieldName": "src"
|
|
1461
1423
|
},
|
|
1462
1424
|
{
|
|
1463
|
-
"name": "
|
|
1425
|
+
"name": "alt",
|
|
1464
1426
|
"type": {
|
|
1465
|
-
"text": "
|
|
1427
|
+
"text": "string | undefined"
|
|
1466
1428
|
},
|
|
1467
|
-
"description": "Specify
|
|
1468
|
-
"fieldName": "
|
|
1429
|
+
"description": "Specify alt for image",
|
|
1430
|
+
"fieldName": "alt"
|
|
1469
1431
|
},
|
|
1470
1432
|
{
|
|
1471
|
-
"name": "
|
|
1433
|
+
"name": "size",
|
|
1472
1434
|
"type": {
|
|
1473
|
-
"text": "'
|
|
1435
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1474
1436
|
},
|
|
1475
|
-
"default": "'
|
|
1476
|
-
"description": "Specify the
|
|
1477
|
-
"fieldName": "
|
|
1437
|
+
"default": "'md'",
|
|
1438
|
+
"description": "Specify the size of the Avatar",
|
|
1439
|
+
"fieldName": "size"
|
|
1478
1440
|
},
|
|
1479
1441
|
{
|
|
1480
|
-
"name": "
|
|
1442
|
+
"name": "disabled",
|
|
1481
1443
|
"type": {
|
|
1482
|
-
"text": "boolean"
|
|
1444
|
+
"text": "boolean | undefined"
|
|
1483
1445
|
},
|
|
1484
1446
|
"default": "false",
|
|
1485
|
-
"description": "Specify if the
|
|
1486
|
-
"fieldName": "
|
|
1447
|
+
"description": "Specify if the Avatar is disabled",
|
|
1448
|
+
"fieldName": "disabled"
|
|
1487
1449
|
},
|
|
1488
1450
|
{
|
|
1489
|
-
"name": "
|
|
1451
|
+
"name": "shape",
|
|
1490
1452
|
"type": {
|
|
1491
|
-
"text": "
|
|
1453
|
+
"text": "'circle' | 'square' | undefined"
|
|
1492
1454
|
},
|
|
1493
|
-
"default": "
|
|
1494
|
-
"description": "Specify
|
|
1495
|
-
"fieldName": "
|
|
1455
|
+
"default": "'circle'",
|
|
1456
|
+
"description": "Specify the shape of the Avatar",
|
|
1457
|
+
"fieldName": "shape"
|
|
1496
1458
|
},
|
|
1497
1459
|
{
|
|
1498
|
-
"name": "
|
|
1460
|
+
"name": "isInteractive",
|
|
1499
1461
|
"type": {
|
|
1500
1462
|
"text": "boolean"
|
|
1501
1463
|
},
|
|
1502
1464
|
"default": "false",
|
|
1503
|
-
"description": "
|
|
1504
|
-
"fieldName": "
|
|
1465
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1466
|
+
"fieldName": "isInteractive"
|
|
1505
1467
|
},
|
|
1506
1468
|
{
|
|
1507
|
-
"name": "
|
|
1469
|
+
"name": "isFocusable",
|
|
1508
1470
|
"type": {
|
|
1509
1471
|
"text": "boolean"
|
|
1510
1472
|
},
|
|
1511
1473
|
"default": "false",
|
|
1512
|
-
"description": "
|
|
1513
|
-
"fieldName": "
|
|
1474
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1475
|
+
"fieldName": "isFocusable"
|
|
1514
1476
|
},
|
|
1515
1477
|
{
|
|
1516
|
-
"name": "
|
|
1478
|
+
"name": "withBorder",
|
|
1517
1479
|
"type": {
|
|
1518
1480
|
"text": "boolean"
|
|
1519
1481
|
},
|
|
1520
1482
|
"default": "false",
|
|
1521
|
-
"
|
|
1522
|
-
"fieldName": "disableCloseOnEscape"
|
|
1483
|
+
"fieldName": "withBorder"
|
|
1523
1484
|
}
|
|
1524
1485
|
],
|
|
1525
1486
|
"superclass": {
|
|
1526
1487
|
"name": "LitElement",
|
|
1527
1488
|
"package": "lit"
|
|
1528
1489
|
},
|
|
1529
|
-
"tagName": "bm-
|
|
1490
|
+
"tagName": "bm-avatar",
|
|
1530
1491
|
"customElement": true
|
|
1531
1492
|
}
|
|
1532
1493
|
],
|
|
1533
1494
|
"exports": [
|
|
1534
1495
|
{
|
|
1535
1496
|
"kind": "js",
|
|
1536
|
-
"name": "
|
|
1497
|
+
"name": "BmAvatar",
|
|
1537
1498
|
"declaration": {
|
|
1538
|
-
"name": "
|
|
1539
|
-
"module": "libs/web-components/src/lib/
|
|
1499
|
+
"name": "BmAvatar",
|
|
1500
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1540
1501
|
}
|
|
1541
1502
|
},
|
|
1542
1503
|
{
|
|
1543
1504
|
"kind": "custom-element-definition",
|
|
1544
|
-
"name": "bm-
|
|
1505
|
+
"name": "bm-avatar",
|
|
1545
1506
|
"declaration": {
|
|
1546
|
-
"name": "
|
|
1547
|
-
"module": "libs/web-components/src/lib/
|
|
1507
|
+
"name": "BmAvatar",
|
|
1508
|
+
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
1548
1509
|
}
|
|
1549
1510
|
}
|
|
1550
1511
|
]
|
|
1551
1512
|
},
|
|
1552
1513
|
{
|
|
1553
1514
|
"kind": "javascript-module",
|
|
1554
|
-
"path": "libs/web-components/src/lib/
|
|
1555
|
-
"declarations": [
|
|
1515
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
1516
|
+
"declarations": [
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "variable",
|
|
1519
|
+
"name": "AvatarGroupCtx"
|
|
1520
|
+
}
|
|
1521
|
+
],
|
|
1556
1522
|
"exports": [
|
|
1557
1523
|
{
|
|
1558
1524
|
"kind": "js",
|
|
1559
|
-
"name": "
|
|
1525
|
+
"name": "AvatarGroupCtx",
|
|
1560
1526
|
"declaration": {
|
|
1561
|
-
"name": "
|
|
1562
|
-
"
|
|
1527
|
+
"name": "AvatarGroupCtx",
|
|
1528
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
1563
1529
|
}
|
|
1564
1530
|
}
|
|
1565
1531
|
]
|
|
1566
1532
|
},
|
|
1567
1533
|
{
|
|
1568
1534
|
"kind": "javascript-module",
|
|
1569
|
-
"path": "libs/web-components/src/lib/
|
|
1535
|
+
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
1570
1536
|
"declarations": [
|
|
1571
1537
|
{
|
|
1572
1538
|
"kind": "class",
|
|
1573
|
-
"description": "`bm-
|
|
1574
|
-
"name": "
|
|
1539
|
+
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
|
|
1540
|
+
"name": "BmAvatarGroup",
|
|
1575
1541
|
"slots": [
|
|
1576
1542
|
{
|
|
1577
|
-
"description": "
|
|
1543
|
+
"description": "Add Avatars to create a group",
|
|
1578
1544
|
"name": "default"
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"description": "Specify if the Button displays icon before the text",
|
|
1582
|
-
"name": "iconBefore"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"description": "Specify if the Button displays icon after the text",
|
|
1586
|
-
"name": "iconAfter"
|
|
1587
1545
|
}
|
|
1588
1546
|
],
|
|
1589
1547
|
"members": [
|
|
1590
1548
|
{
|
|
1591
1549
|
"kind": "field",
|
|
1592
|
-
"name": "
|
|
1550
|
+
"name": "wrapping",
|
|
1593
1551
|
"type": {
|
|
1594
1552
|
"text": "boolean"
|
|
1595
1553
|
},
|
|
1596
|
-
"
|
|
1597
|
-
"
|
|
1554
|
+
"default": "false",
|
|
1555
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1556
|
+
"attribute": "wrapping"
|
|
1598
1557
|
},
|
|
1599
1558
|
{
|
|
1600
1559
|
"kind": "field",
|
|
1601
|
-
"name": "
|
|
1560
|
+
"name": "maxCount",
|
|
1602
1561
|
"type": {
|
|
1603
|
-
"text": "
|
|
1562
|
+
"text": "number"
|
|
1604
1563
|
},
|
|
1605
|
-
"default": "
|
|
1564
|
+
"default": "5",
|
|
1565
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1566
|
+
"attribute": "maxCount",
|
|
1567
|
+
"reflects": true
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "field",
|
|
1571
|
+
"name": "size",
|
|
1572
|
+
"type": {
|
|
1573
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1574
|
+
},
|
|
1575
|
+
"default": "'md'",
|
|
1576
|
+
"description": "Specify the size of all Avatars",
|
|
1577
|
+
"attribute": "size"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "field",
|
|
1581
|
+
"name": "layout",
|
|
1582
|
+
"type": {
|
|
1583
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1584
|
+
},
|
|
1585
|
+
"default": "'stacked'",
|
|
1586
|
+
"description": "Specify the kind of the group.",
|
|
1587
|
+
"attribute": "layout"
|
|
1588
|
+
}
|
|
1589
|
+
],
|
|
1590
|
+
"attributes": [
|
|
1591
|
+
{
|
|
1592
|
+
"name": "wrapping",
|
|
1593
|
+
"type": {
|
|
1594
|
+
"text": "boolean"
|
|
1595
|
+
},
|
|
1596
|
+
"default": "false",
|
|
1597
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
1598
|
+
"fieldName": "wrapping"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "maxCount",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "number"
|
|
1604
|
+
},
|
|
1605
|
+
"default": "5",
|
|
1606
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
1607
|
+
"fieldName": "maxCount"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"name": "size",
|
|
1611
|
+
"type": {
|
|
1612
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
1613
|
+
},
|
|
1614
|
+
"default": "'md'",
|
|
1615
|
+
"description": "Specify the size of all Avatars",
|
|
1616
|
+
"fieldName": "size"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"name": "layout",
|
|
1620
|
+
"type": {
|
|
1621
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
1622
|
+
},
|
|
1623
|
+
"default": "'stacked'",
|
|
1624
|
+
"description": "Specify the kind of the group.",
|
|
1625
|
+
"fieldName": "layout"
|
|
1626
|
+
}
|
|
1627
|
+
],
|
|
1628
|
+
"superclass": {
|
|
1629
|
+
"name": "LitElement",
|
|
1630
|
+
"package": "lit"
|
|
1631
|
+
},
|
|
1632
|
+
"tagName": "bm-avatar-group",
|
|
1633
|
+
"customElement": true
|
|
1634
|
+
}
|
|
1635
|
+
],
|
|
1636
|
+
"exports": [
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "js",
|
|
1639
|
+
"name": "BmAvatarGroup",
|
|
1640
|
+
"declaration": {
|
|
1641
|
+
"name": "BmAvatarGroup",
|
|
1642
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1643
|
+
}
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
"kind": "custom-element-definition",
|
|
1647
|
+
"name": "bm-avatar-group",
|
|
1648
|
+
"declaration": {
|
|
1649
|
+
"name": "BmAvatarGroup",
|
|
1650
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"kind": "javascript-module",
|
|
1657
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1658
|
+
"declarations": [],
|
|
1659
|
+
"exports": [
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "js",
|
|
1662
|
+
"name": "*",
|
|
1663
|
+
"declaration": {
|
|
1664
|
+
"name": "*",
|
|
1665
|
+
"package": "./Avatar"
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
"kind": "js",
|
|
1670
|
+
"name": "*",
|
|
1671
|
+
"declaration": {
|
|
1672
|
+
"name": "*",
|
|
1673
|
+
"package": "./AvatarGroup"
|
|
1674
|
+
}
|
|
1675
|
+
}
|
|
1676
|
+
]
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"kind": "javascript-module",
|
|
1680
|
+
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
1681
|
+
"declarations": [
|
|
1682
|
+
{
|
|
1683
|
+
"kind": "class",
|
|
1684
|
+
"description": "`bm-button`\n\n### Attributes:\n- **appearance** - Specify the appearance of a Button\n- **kind** - Specify the kind of Button\n- **size** - Specify the size of a Button\n- **disabled** - Specify if the Button is disabled\n- **fluid** - Specify if Button is fluid\n- **width** - Specify the width of a Button\n- **height** - Specify the height of a Button\n- **theme** - Specify the theme of the Button\n- **iconOnly** - Specify if the icon displays without text\n- **type** ",
|
|
1685
|
+
"name": "BmButton",
|
|
1686
|
+
"slots": [
|
|
1687
|
+
{
|
|
1688
|
+
"description": "Provide content for the Button",
|
|
1689
|
+
"name": "default"
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"description": "Specify if the Button displays icon before the text",
|
|
1693
|
+
"name": "iconBefore"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"description": "Specify if the Button displays icon after the text",
|
|
1697
|
+
"name": "iconAfter"
|
|
1698
|
+
}
|
|
1699
|
+
],
|
|
1700
|
+
"members": [
|
|
1701
|
+
{
|
|
1702
|
+
"kind": "field",
|
|
1703
|
+
"name": "formAssociated",
|
|
1704
|
+
"type": {
|
|
1705
|
+
"text": "boolean"
|
|
1706
|
+
},
|
|
1707
|
+
"static": true,
|
|
1708
|
+
"default": "true"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
"kind": "field",
|
|
1712
|
+
"name": "appearance",
|
|
1713
|
+
"type": {
|
|
1714
|
+
"text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
|
|
1715
|
+
},
|
|
1716
|
+
"default": "'accent'",
|
|
1606
1717
|
"description": "Specify the appearance of a Button",
|
|
1607
1718
|
"attribute": "appearance"
|
|
1608
1719
|
},
|
|
@@ -1830,376 +1941,273 @@
|
|
|
1830
1941
|
},
|
|
1831
1942
|
{
|
|
1832
1943
|
"kind": "javascript-module",
|
|
1833
|
-
"path": "libs/web-components/src/lib/
|
|
1944
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1834
1945
|
"declarations": [
|
|
1835
1946
|
{
|
|
1836
1947
|
"kind": "class",
|
|
1837
|
-
"description": "`bm-
|
|
1838
|
-
"name": "
|
|
1948
|
+
"description": "`bm-alert`\n\n### Attributes:\n- **heading** - Specify the heading text for Alert\n- **body** - Specify the body text for Alert\n- **size** - Specify the size of the Alert\n- **fullWidth** - Specify if the Alert has no border radius\n- **theme** - Specify the theme of the Alert. By default it inherits the theme from the parent\n- **appearance** - Specify the appearance of the Alert\n- **hidden** - Specify if the Alert is hidden\n- **hideIcon** - Specify if the icon displays on the Alert\n- **dismissible** - Specify if the Alert can be dismissed\n- **disableAutoFocus** - Prevent autofocus on show\n- **disableCloseOnEscape** - Prevent Escape from closing",
|
|
1949
|
+
"name": "BmAlert",
|
|
1839
1950
|
"slots": [
|
|
1840
1951
|
{
|
|
1841
|
-
"description": "
|
|
1952
|
+
"description": "Specify a different icon for the Alert",
|
|
1842
1953
|
"name": "icon"
|
|
1954
|
+
},
|
|
1955
|
+
{
|
|
1956
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1957
|
+
"name": "heading"
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"description": "Specify the body text for Alert or pass the `body` attribute to set the body",
|
|
1961
|
+
"name": "body"
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"description": "Specify if actions display on the Alert",
|
|
1965
|
+
"name": "actions"
|
|
1843
1966
|
}
|
|
1844
1967
|
],
|
|
1845
1968
|
"members": [
|
|
1846
1969
|
{
|
|
1847
1970
|
"kind": "field",
|
|
1848
|
-
"name": "
|
|
1971
|
+
"name": "heading",
|
|
1849
1972
|
"type": {
|
|
1850
|
-
"text": "
|
|
1973
|
+
"text": "string | undefined"
|
|
1851
1974
|
},
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1854
|
-
"attribute": "appearance"
|
|
1975
|
+
"description": "Specify the heading text for Alert",
|
|
1976
|
+
"attribute": "heading"
|
|
1855
1977
|
},
|
|
1856
1978
|
{
|
|
1857
1979
|
"kind": "field",
|
|
1858
|
-
"name": "
|
|
1980
|
+
"name": "body",
|
|
1859
1981
|
"type": {
|
|
1860
1982
|
"text": "string | undefined"
|
|
1861
1983
|
},
|
|
1862
|
-
"description": "Specify
|
|
1863
|
-
"attribute": "
|
|
1984
|
+
"description": "Specify the body text for Alert",
|
|
1985
|
+
"attribute": "body"
|
|
1864
1986
|
},
|
|
1865
1987
|
{
|
|
1866
1988
|
"kind": "field",
|
|
1867
|
-
"name": "
|
|
1989
|
+
"name": "size",
|
|
1868
1990
|
"type": {
|
|
1869
|
-
"text": "
|
|
1991
|
+
"text": "'sm' | 'md'"
|
|
1870
1992
|
},
|
|
1871
|
-
"
|
|
1872
|
-
"
|
|
1993
|
+
"default": "'sm'",
|
|
1994
|
+
"description": "Specify the size of the Alert",
|
|
1995
|
+
"attribute": "size"
|
|
1873
1996
|
},
|
|
1874
1997
|
{
|
|
1875
1998
|
"kind": "field",
|
|
1876
|
-
"name": "
|
|
1999
|
+
"name": "fullWidth",
|
|
1877
2000
|
"type": {
|
|
1878
|
-
"text": "
|
|
2001
|
+
"text": "boolean"
|
|
1879
2002
|
},
|
|
1880
|
-
"
|
|
1881
|
-
"
|
|
2003
|
+
"default": "false",
|
|
2004
|
+
"description": "Specify if the Alert has no border radius",
|
|
2005
|
+
"attribute": "fullWidth"
|
|
1882
2006
|
},
|
|
1883
2007
|
{
|
|
1884
2008
|
"kind": "field",
|
|
1885
|
-
"name": "
|
|
2009
|
+
"name": "theme",
|
|
1886
2010
|
"type": {
|
|
1887
|
-
"text": "'
|
|
2011
|
+
"text": "'light' | 'dark' | undefined"
|
|
1888
2012
|
},
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
"attribute": "size"
|
|
2013
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
2014
|
+
"attribute": "theme"
|
|
1892
2015
|
},
|
|
1893
2016
|
{
|
|
1894
2017
|
"kind": "field",
|
|
1895
|
-
"name": "
|
|
2018
|
+
"name": "appearance",
|
|
1896
2019
|
"type": {
|
|
1897
|
-
"text": "
|
|
2020
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1898
2021
|
},
|
|
1899
|
-
"default": "
|
|
1900
|
-
"description": "Specify
|
|
1901
|
-
"attribute": "
|
|
2022
|
+
"default": "'infoPrimary'",
|
|
2023
|
+
"description": "Specify the appearance of the Alert",
|
|
2024
|
+
"attribute": "appearance"
|
|
1902
2025
|
},
|
|
1903
2026
|
{
|
|
1904
2027
|
"kind": "field",
|
|
1905
|
-
"name": "
|
|
2028
|
+
"name": "hidden",
|
|
1906
2029
|
"type": {
|
|
1907
|
-
"text": "
|
|
2030
|
+
"text": "boolean"
|
|
1908
2031
|
},
|
|
1909
|
-
"default": "
|
|
1910
|
-
"description": "Specify the
|
|
1911
|
-
"attribute": "
|
|
2032
|
+
"default": "false",
|
|
2033
|
+
"description": "Specify if the Alert is hidden",
|
|
2034
|
+
"attribute": "hidden"
|
|
1912
2035
|
},
|
|
1913
2036
|
{
|
|
1914
2037
|
"kind": "field",
|
|
1915
|
-
"name": "
|
|
2038
|
+
"name": "hideIcon",
|
|
1916
2039
|
"type": {
|
|
1917
2040
|
"text": "boolean"
|
|
1918
2041
|
},
|
|
1919
2042
|
"default": "false",
|
|
1920
|
-
"description": "
|
|
1921
|
-
"attribute": "
|
|
2043
|
+
"description": "Specify if the icon displays on the Alert",
|
|
2044
|
+
"attribute": "hideIcon"
|
|
1922
2045
|
},
|
|
1923
2046
|
{
|
|
1924
2047
|
"kind": "field",
|
|
1925
|
-
"name": "
|
|
2048
|
+
"name": "dismissible",
|
|
1926
2049
|
"type": {
|
|
1927
2050
|
"text": "boolean"
|
|
1928
2051
|
},
|
|
1929
2052
|
"default": "false",
|
|
1930
|
-
"description": "
|
|
1931
|
-
"attribute": "
|
|
2053
|
+
"description": "Specify if the Alert can be dismissed",
|
|
2054
|
+
"attribute": "dismissible"
|
|
1932
2055
|
},
|
|
1933
2056
|
{
|
|
1934
2057
|
"kind": "field",
|
|
1935
|
-
"name": "
|
|
2058
|
+
"name": "disableAutoFocus",
|
|
1936
2059
|
"type": {
|
|
1937
2060
|
"text": "boolean"
|
|
1938
2061
|
},
|
|
1939
2062
|
"default": "false",
|
|
1940
|
-
"
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
"attributes": [
|
|
2063
|
+
"description": "Prevent autofocus on show",
|
|
2064
|
+
"attribute": "disableAutoFocus"
|
|
2065
|
+
},
|
|
1944
2066
|
{
|
|
1945
|
-
"
|
|
2067
|
+
"kind": "field",
|
|
2068
|
+
"name": "disableCloseOnEscape",
|
|
1946
2069
|
"type": {
|
|
1947
|
-
"text": "
|
|
2070
|
+
"text": "boolean"
|
|
1948
2071
|
},
|
|
1949
|
-
"default": "
|
|
1950
|
-
"description": "
|
|
1951
|
-
"
|
|
1952
|
-
}
|
|
2072
|
+
"default": "false",
|
|
2073
|
+
"description": "Prevent Escape from closing",
|
|
2074
|
+
"attribute": "disableCloseOnEscape"
|
|
2075
|
+
}
|
|
2076
|
+
],
|
|
2077
|
+
"events": [
|
|
1953
2078
|
{
|
|
1954
|
-
"
|
|
1955
|
-
"
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
"fieldName": "name"
|
|
1960
|
-
},
|
|
2079
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
2080
|
+
"name": "bm-dismiss"
|
|
2081
|
+
}
|
|
2082
|
+
],
|
|
2083
|
+
"attributes": [
|
|
1961
2084
|
{
|
|
1962
|
-
"name": "
|
|
2085
|
+
"name": "heading",
|
|
1963
2086
|
"type": {
|
|
1964
2087
|
"text": "string | undefined"
|
|
1965
2088
|
},
|
|
1966
|
-
"description": "
|
|
1967
|
-
"fieldName": "
|
|
2089
|
+
"description": "Specify the heading text for Alert",
|
|
2090
|
+
"fieldName": "heading"
|
|
1968
2091
|
},
|
|
1969
2092
|
{
|
|
1970
|
-
"name": "
|
|
2093
|
+
"name": "body",
|
|
1971
2094
|
"type": {
|
|
1972
2095
|
"text": "string | undefined"
|
|
1973
2096
|
},
|
|
1974
|
-
"description": "Specify
|
|
1975
|
-
"fieldName": "
|
|
2097
|
+
"description": "Specify the body text for Alert",
|
|
2098
|
+
"fieldName": "body"
|
|
1976
2099
|
},
|
|
1977
2100
|
{
|
|
1978
2101
|
"name": "size",
|
|
1979
2102
|
"type": {
|
|
1980
|
-
"text": "'
|
|
2103
|
+
"text": "'sm' | 'md'"
|
|
1981
2104
|
},
|
|
1982
|
-
"default": "'
|
|
1983
|
-
"description": "Specify the size of the
|
|
2105
|
+
"default": "'sm'",
|
|
2106
|
+
"description": "Specify the size of the Alert",
|
|
1984
2107
|
"fieldName": "size"
|
|
1985
2108
|
},
|
|
1986
2109
|
{
|
|
1987
|
-
"name": "
|
|
2110
|
+
"name": "fullWidth",
|
|
1988
2111
|
"type": {
|
|
1989
|
-
"text": "boolean
|
|
2112
|
+
"text": "boolean"
|
|
1990
2113
|
},
|
|
1991
2114
|
"default": "false",
|
|
1992
|
-
"description": "Specify if the
|
|
1993
|
-
"fieldName": "
|
|
2115
|
+
"description": "Specify if the Alert has no border radius",
|
|
2116
|
+
"fieldName": "fullWidth"
|
|
1994
2117
|
},
|
|
1995
2118
|
{
|
|
1996
|
-
"name": "
|
|
2119
|
+
"name": "theme",
|
|
1997
2120
|
"type": {
|
|
1998
|
-
"text": "'
|
|
2121
|
+
"text": "'light' | 'dark' | undefined"
|
|
1999
2122
|
},
|
|
2000
|
-
"
|
|
2001
|
-
"
|
|
2002
|
-
"fieldName": "shape"
|
|
2123
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
2124
|
+
"fieldName": "theme"
|
|
2003
2125
|
},
|
|
2004
2126
|
{
|
|
2005
|
-
"name": "
|
|
2127
|
+
"name": "appearance",
|
|
2006
2128
|
"type": {
|
|
2007
|
-
"text": "
|
|
2129
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
2008
2130
|
},
|
|
2009
|
-
"default": "
|
|
2010
|
-
"description": "
|
|
2011
|
-
"fieldName": "
|
|
2131
|
+
"default": "'infoPrimary'",
|
|
2132
|
+
"description": "Specify the appearance of the Alert",
|
|
2133
|
+
"fieldName": "appearance"
|
|
2012
2134
|
},
|
|
2013
2135
|
{
|
|
2014
|
-
"name": "
|
|
2136
|
+
"name": "hidden",
|
|
2015
2137
|
"type": {
|
|
2016
2138
|
"text": "boolean"
|
|
2017
2139
|
},
|
|
2018
2140
|
"default": "false",
|
|
2019
|
-
"description": "
|
|
2020
|
-
"fieldName": "
|
|
2141
|
+
"description": "Specify if the Alert is hidden",
|
|
2142
|
+
"fieldName": "hidden"
|
|
2021
2143
|
},
|
|
2022
2144
|
{
|
|
2023
|
-
"name": "
|
|
2145
|
+
"name": "hideIcon",
|
|
2024
2146
|
"type": {
|
|
2025
2147
|
"text": "boolean"
|
|
2026
2148
|
},
|
|
2027
2149
|
"default": "false",
|
|
2028
|
-
"
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
"superclass": {
|
|
2032
|
-
"name": "LitElement",
|
|
2033
|
-
"package": "lit"
|
|
2034
|
-
},
|
|
2035
|
-
"tagName": "bm-avatar",
|
|
2036
|
-
"customElement": true
|
|
2037
|
-
}
|
|
2038
|
-
],
|
|
2039
|
-
"exports": [
|
|
2040
|
-
{
|
|
2041
|
-
"kind": "js",
|
|
2042
|
-
"name": "BmAvatar",
|
|
2043
|
-
"declaration": {
|
|
2044
|
-
"name": "BmAvatar",
|
|
2045
|
-
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
2046
|
-
}
|
|
2047
|
-
},
|
|
2048
|
-
{
|
|
2049
|
-
"kind": "custom-element-definition",
|
|
2050
|
-
"name": "bm-avatar",
|
|
2051
|
-
"declaration": {
|
|
2052
|
-
"name": "BmAvatar",
|
|
2053
|
-
"module": "libs/web-components/src/lib/Avatar/Avatar.ts"
|
|
2054
|
-
}
|
|
2055
|
-
}
|
|
2056
|
-
]
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"kind": "javascript-module",
|
|
2060
|
-
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts",
|
|
2061
|
-
"declarations": [
|
|
2062
|
-
{
|
|
2063
|
-
"kind": "variable",
|
|
2064
|
-
"name": "AvatarGroupCtx"
|
|
2065
|
-
}
|
|
2066
|
-
],
|
|
2067
|
-
"exports": [
|
|
2068
|
-
{
|
|
2069
|
-
"kind": "js",
|
|
2070
|
-
"name": "AvatarGroupCtx",
|
|
2071
|
-
"declaration": {
|
|
2072
|
-
"name": "AvatarGroupCtx",
|
|
2073
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.context.ts"
|
|
2074
|
-
}
|
|
2075
|
-
}
|
|
2076
|
-
]
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"kind": "javascript-module",
|
|
2080
|
-
"path": "libs/web-components/src/lib/Avatar/AvatarGroup.ts",
|
|
2081
|
-
"declarations": [
|
|
2082
|
-
{
|
|
2083
|
-
"kind": "class",
|
|
2084
|
-
"description": "`bm-avatar-group`\n\n### Attributes:\n- **wrapping** - Specify if the AvatarGroup wraps\n- **maxCount** - Specify the max number of avatars displayed in the group.\n- **size** - Specify the size of all Avatars\n- **layout** - Specify the kind of the group.",
|
|
2085
|
-
"name": "BmAvatarGroup",
|
|
2086
|
-
"slots": [
|
|
2087
|
-
{
|
|
2088
|
-
"description": "Add Avatars to create a group",
|
|
2089
|
-
"name": "default"
|
|
2090
|
-
}
|
|
2091
|
-
],
|
|
2092
|
-
"members": [
|
|
2150
|
+
"description": "Specify if the icon displays on the Alert",
|
|
2151
|
+
"fieldName": "hideIcon"
|
|
2152
|
+
},
|
|
2093
2153
|
{
|
|
2094
|
-
"
|
|
2095
|
-
"name": "wrapping",
|
|
2154
|
+
"name": "dismissible",
|
|
2096
2155
|
"type": {
|
|
2097
2156
|
"text": "boolean"
|
|
2098
2157
|
},
|
|
2099
2158
|
"default": "false",
|
|
2100
|
-
"description": "Specify if the
|
|
2101
|
-
"
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"kind": "field",
|
|
2105
|
-
"name": "maxCount",
|
|
2106
|
-
"type": {
|
|
2107
|
-
"text": "number"
|
|
2108
|
-
},
|
|
2109
|
-
"default": "5",
|
|
2110
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
2111
|
-
"attribute": "maxCount",
|
|
2112
|
-
"reflects": true
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"kind": "field",
|
|
2116
|
-
"name": "size",
|
|
2117
|
-
"type": {
|
|
2118
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2119
|
-
},
|
|
2120
|
-
"default": "'md'",
|
|
2121
|
-
"description": "Specify the size of all Avatars",
|
|
2122
|
-
"attribute": "size"
|
|
2159
|
+
"description": "Specify if the Alert can be dismissed",
|
|
2160
|
+
"fieldName": "dismissible"
|
|
2123
2161
|
},
|
|
2124
2162
|
{
|
|
2125
|
-
"
|
|
2126
|
-
"name": "layout",
|
|
2127
|
-
"type": {
|
|
2128
|
-
"text": "'stacked' | 'spaced' | undefined"
|
|
2129
|
-
},
|
|
2130
|
-
"default": "'stacked'",
|
|
2131
|
-
"description": "Specify the kind of the group.",
|
|
2132
|
-
"attribute": "layout"
|
|
2133
|
-
}
|
|
2134
|
-
],
|
|
2135
|
-
"attributes": [
|
|
2136
|
-
{
|
|
2137
|
-
"name": "wrapping",
|
|
2163
|
+
"name": "disableAutoFocus",
|
|
2138
2164
|
"type": {
|
|
2139
2165
|
"text": "boolean"
|
|
2140
2166
|
},
|
|
2141
2167
|
"default": "false",
|
|
2142
|
-
"description": "
|
|
2143
|
-
"fieldName": "
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"name": "maxCount",
|
|
2147
|
-
"type": {
|
|
2148
|
-
"text": "number"
|
|
2149
|
-
},
|
|
2150
|
-
"default": "5",
|
|
2151
|
-
"description": "Specify the max number of avatars displayed in the group.",
|
|
2152
|
-
"fieldName": "maxCount"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"name": "size",
|
|
2156
|
-
"type": {
|
|
2157
|
-
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2158
|
-
},
|
|
2159
|
-
"default": "'md'",
|
|
2160
|
-
"description": "Specify the size of all Avatars",
|
|
2161
|
-
"fieldName": "size"
|
|
2168
|
+
"description": "Prevent autofocus on show",
|
|
2169
|
+
"fieldName": "disableAutoFocus"
|
|
2162
2170
|
},
|
|
2163
2171
|
{
|
|
2164
|
-
"name": "
|
|
2172
|
+
"name": "disableCloseOnEscape",
|
|
2165
2173
|
"type": {
|
|
2166
|
-
"text": "
|
|
2174
|
+
"text": "boolean"
|
|
2167
2175
|
},
|
|
2168
|
-
"default": "
|
|
2169
|
-
"description": "
|
|
2170
|
-
"fieldName": "
|
|
2176
|
+
"default": "false",
|
|
2177
|
+
"description": "Prevent Escape from closing",
|
|
2178
|
+
"fieldName": "disableCloseOnEscape"
|
|
2171
2179
|
}
|
|
2172
2180
|
],
|
|
2173
2181
|
"superclass": {
|
|
2174
2182
|
"name": "LitElement",
|
|
2175
2183
|
"package": "lit"
|
|
2176
2184
|
},
|
|
2177
|
-
"tagName": "bm-
|
|
2185
|
+
"tagName": "bm-alert",
|
|
2178
2186
|
"customElement": true
|
|
2179
2187
|
}
|
|
2180
2188
|
],
|
|
2181
2189
|
"exports": [
|
|
2182
2190
|
{
|
|
2183
2191
|
"kind": "js",
|
|
2184
|
-
"name": "
|
|
2192
|
+
"name": "BmAlert",
|
|
2185
2193
|
"declaration": {
|
|
2186
|
-
"name": "
|
|
2187
|
-
"module": "libs/web-components/src/lib/
|
|
2194
|
+
"name": "BmAlert",
|
|
2195
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
2188
2196
|
}
|
|
2189
2197
|
},
|
|
2190
2198
|
{
|
|
2191
2199
|
"kind": "custom-element-definition",
|
|
2192
|
-
"name": "bm-
|
|
2200
|
+
"name": "bm-alert",
|
|
2193
2201
|
"declaration": {
|
|
2194
|
-
"name": "
|
|
2195
|
-
"module": "libs/web-components/src/lib/
|
|
2202
|
+
"name": "BmAlert",
|
|
2203
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
2196
2204
|
}
|
|
2197
2205
|
}
|
|
2198
2206
|
]
|
|
2199
2207
|
},
|
|
2200
2208
|
{
|
|
2201
2209
|
"kind": "javascript-module",
|
|
2202
|
-
"path": "libs/web-components/src/lib/
|
|
2210
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
2203
2211
|
"declarations": [],
|
|
2204
2212
|
"exports": [
|
|
2205
2213
|
{
|
|
@@ -2207,15 +2215,7 @@
|
|
|
2207
2215
|
"name": "*",
|
|
2208
2216
|
"declaration": {
|
|
2209
2217
|
"name": "*",
|
|
2210
|
-
"package": "./
|
|
2211
|
-
}
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"kind": "js",
|
|
2215
|
-
"name": "*",
|
|
2216
|
-
"declaration": {
|
|
2217
|
-
"name": "*",
|
|
2218
|
-
"package": "./AvatarGroup"
|
|
2218
|
+
"package": "./Alert"
|
|
2219
2219
|
}
|
|
2220
2220
|
}
|
|
2221
2221
|
]
|
|
@@ -7221,239 +7221,185 @@
|
|
|
7221
7221
|
},
|
|
7222
7222
|
{
|
|
7223
7223
|
"kind": "javascript-module",
|
|
7224
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7225
|
-
"declarations": [
|
|
7226
|
-
{
|
|
7227
|
-
"kind": "variable",
|
|
7228
|
-
"name": "bmFormInitials",
|
|
7229
|
-
"type": {
|
|
7230
|
-
"text": "BmFormContext"
|
|
7231
|
-
},
|
|
7232
|
-
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
7233
|
-
},
|
|
7234
|
-
{
|
|
7235
|
-
"kind": "variable",
|
|
7236
|
-
"name": "bmFormContext"
|
|
7237
|
-
}
|
|
7238
|
-
],
|
|
7239
|
-
"exports": [
|
|
7240
|
-
{
|
|
7241
|
-
"kind": "js",
|
|
7242
|
-
"name": "bmFormInitials",
|
|
7243
|
-
"declaration": {
|
|
7244
|
-
"name": "bmFormInitials",
|
|
7245
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7246
|
-
}
|
|
7247
|
-
},
|
|
7248
|
-
{
|
|
7249
|
-
"kind": "js",
|
|
7250
|
-
"name": "bmFormContext",
|
|
7251
|
-
"declaration": {
|
|
7252
|
-
"name": "bmFormContext",
|
|
7253
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
7254
|
-
}
|
|
7255
|
-
}
|
|
7256
|
-
]
|
|
7257
|
-
},
|
|
7258
|
-
{
|
|
7259
|
-
"kind": "javascript-module",
|
|
7260
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
7224
|
+
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
7261
7225
|
"declarations": [
|
|
7262
7226
|
{
|
|
7263
7227
|
"kind": "class",
|
|
7264
|
-
"description": "### Attributes:\n- **
|
|
7265
|
-
"name": "
|
|
7266
|
-
"
|
|
7228
|
+
"description": "### Attributes:\n- **disabled** - Specify if the Label displays disabled\n- **required** - Specify if the Label displays as required\n- **text** - Specify the text for Label\n- **optional** - Specify the text for Label\n- **theme** - Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7229
|
+
"name": "BmLabel",
|
|
7230
|
+
"slots": [
|
|
7267
7231
|
{
|
|
7268
|
-
"
|
|
7269
|
-
"name": "
|
|
7270
|
-
"type": {
|
|
7271
|
-
"text": "boolean"
|
|
7272
|
-
},
|
|
7273
|
-
"static": true,
|
|
7274
|
-
"default": "true"
|
|
7232
|
+
"description": "Specify the text for Label",
|
|
7233
|
+
"name": "text"
|
|
7275
7234
|
},
|
|
7276
7235
|
{
|
|
7277
|
-
"
|
|
7278
|
-
"name": "
|
|
7279
|
-
"type": {
|
|
7280
|
-
"text": "string"
|
|
7281
|
-
},
|
|
7282
|
-
"default": "''",
|
|
7283
|
-
"attribute": "id"
|
|
7236
|
+
"description": "Specify if the Label displays as optional",
|
|
7237
|
+
"name": "optional"
|
|
7284
7238
|
},
|
|
7239
|
+
{
|
|
7240
|
+
"description": "Specify if the icon displays to add a Tooltip",
|
|
7241
|
+
"name": "tooltip"
|
|
7242
|
+
}
|
|
7243
|
+
],
|
|
7244
|
+
"members": [
|
|
7285
7245
|
{
|
|
7286
7246
|
"kind": "field",
|
|
7287
|
-
"name": "
|
|
7247
|
+
"name": "disabled",
|
|
7288
7248
|
"type": {
|
|
7289
|
-
"text": "
|
|
7249
|
+
"text": "boolean"
|
|
7290
7250
|
},
|
|
7291
|
-
"default": "
|
|
7292
|
-
"
|
|
7251
|
+
"default": "false",
|
|
7252
|
+
"description": "Specify if the Label displays disabled",
|
|
7253
|
+
"attribute": "disabled"
|
|
7293
7254
|
},
|
|
7294
7255
|
{
|
|
7295
7256
|
"kind": "field",
|
|
7296
|
-
"name": "
|
|
7257
|
+
"name": "required",
|
|
7297
7258
|
"type": {
|
|
7298
|
-
"text": "
|
|
7259
|
+
"text": "boolean"
|
|
7299
7260
|
},
|
|
7300
|
-
"default": "
|
|
7301
|
-
"
|
|
7261
|
+
"default": "false",
|
|
7262
|
+
"description": "Specify if the Label displays as required",
|
|
7263
|
+
"attribute": "required"
|
|
7302
7264
|
},
|
|
7303
7265
|
{
|
|
7304
7266
|
"kind": "field",
|
|
7305
|
-
"name": "
|
|
7267
|
+
"name": "text",
|
|
7306
7268
|
"type": {
|
|
7307
|
-
"text": "
|
|
7269
|
+
"text": "Optional<string>"
|
|
7308
7270
|
},
|
|
7309
|
-
"
|
|
7310
|
-
"attribute": "
|
|
7271
|
+
"description": "Specify the text for Label",
|
|
7272
|
+
"attribute": "text"
|
|
7311
7273
|
},
|
|
7312
7274
|
{
|
|
7313
7275
|
"kind": "field",
|
|
7314
|
-
"name": "
|
|
7276
|
+
"name": "optional",
|
|
7315
7277
|
"type": {
|
|
7316
7278
|
"text": "Optional<string>"
|
|
7317
7279
|
},
|
|
7318
|
-
"
|
|
7280
|
+
"description": "Specify the text for Label",
|
|
7281
|
+
"attribute": "optional"
|
|
7319
7282
|
},
|
|
7320
7283
|
{
|
|
7321
7284
|
"kind": "field",
|
|
7322
|
-
"name": "
|
|
7285
|
+
"name": "theme",
|
|
7323
7286
|
"type": {
|
|
7324
|
-
"text": "
|
|
7325
|
-
}
|
|
7326
|
-
},
|
|
7327
|
-
{
|
|
7328
|
-
"kind": "method",
|
|
7329
|
-
"name": "formAssociatedCallback",
|
|
7330
|
-
"return": {
|
|
7331
|
-
"type": {
|
|
7332
|
-
"text": "void"
|
|
7333
|
-
}
|
|
7334
|
-
}
|
|
7335
|
-
},
|
|
7336
|
-
{
|
|
7337
|
-
"kind": "method",
|
|
7338
|
-
"name": "formResetCallback",
|
|
7339
|
-
"return": {
|
|
7340
|
-
"type": {
|
|
7341
|
-
"text": "void"
|
|
7342
|
-
}
|
|
7343
|
-
}
|
|
7344
|
-
},
|
|
7345
|
-
{
|
|
7346
|
-
"kind": "method",
|
|
7347
|
-
"name": "finalizeAssociatedCallback",
|
|
7348
|
-
"return": {
|
|
7349
|
-
"type": {
|
|
7350
|
-
"text": "FinalizeAssociatedResult"
|
|
7351
|
-
}
|
|
7287
|
+
"text": "Optional<ThemeTypes>"
|
|
7352
7288
|
},
|
|
7353
|
-
"
|
|
7354
|
-
|
|
7355
|
-
"name": "ctxValue",
|
|
7356
|
-
"type": {
|
|
7357
|
-
"text": "string"
|
|
7358
|
-
}
|
|
7359
|
-
}
|
|
7360
|
-
]
|
|
7289
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7290
|
+
"attribute": "theme"
|
|
7361
7291
|
}
|
|
7362
7292
|
],
|
|
7363
7293
|
"attributes": [
|
|
7364
7294
|
{
|
|
7365
|
-
"name": "
|
|
7295
|
+
"name": "disabled",
|
|
7366
7296
|
"type": {
|
|
7367
|
-
"text": "
|
|
7297
|
+
"text": "boolean"
|
|
7368
7298
|
},
|
|
7369
|
-
"default": "
|
|
7370
|
-
"
|
|
7299
|
+
"default": "false",
|
|
7300
|
+
"description": "Specify if the Label displays disabled",
|
|
7301
|
+
"fieldName": "disabled"
|
|
7371
7302
|
},
|
|
7372
7303
|
{
|
|
7373
|
-
"name": "
|
|
7304
|
+
"name": "required",
|
|
7374
7305
|
"type": {
|
|
7375
|
-
"text": "
|
|
7306
|
+
"text": "boolean"
|
|
7376
7307
|
},
|
|
7377
|
-
"default": "
|
|
7378
|
-
"
|
|
7308
|
+
"default": "false",
|
|
7309
|
+
"description": "Specify if the Label displays as required",
|
|
7310
|
+
"fieldName": "required"
|
|
7379
7311
|
},
|
|
7380
7312
|
{
|
|
7381
|
-
"name": "
|
|
7313
|
+
"name": "text",
|
|
7382
7314
|
"type": {
|
|
7383
|
-
"text": "string"
|
|
7315
|
+
"text": "Optional<string>"
|
|
7384
7316
|
},
|
|
7385
|
-
"
|
|
7386
|
-
"fieldName": "
|
|
7317
|
+
"description": "Specify the text for Label",
|
|
7318
|
+
"fieldName": "text"
|
|
7387
7319
|
},
|
|
7388
7320
|
{
|
|
7389
|
-
"name": "
|
|
7321
|
+
"name": "optional",
|
|
7390
7322
|
"type": {
|
|
7391
|
-
"text": "
|
|
7323
|
+
"text": "Optional<string>"
|
|
7392
7324
|
},
|
|
7393
|
-
"
|
|
7394
|
-
"fieldName": "
|
|
7325
|
+
"description": "Specify the text for Label",
|
|
7326
|
+
"fieldName": "optional"
|
|
7395
7327
|
},
|
|
7396
7328
|
{
|
|
7397
|
-
"name": "
|
|
7329
|
+
"name": "theme",
|
|
7398
7330
|
"type": {
|
|
7399
|
-
"text": "Optional<
|
|
7331
|
+
"text": "Optional<ThemeTypes>"
|
|
7400
7332
|
},
|
|
7401
|
-
"
|
|
7333
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7334
|
+
"fieldName": "theme"
|
|
7402
7335
|
}
|
|
7403
7336
|
],
|
|
7404
7337
|
"superclass": {
|
|
7405
7338
|
"name": "LitElement",
|
|
7406
7339
|
"package": "lit"
|
|
7407
7340
|
},
|
|
7341
|
+
"summary": "`bm-label`",
|
|
7342
|
+
"tagName": "bm-label",
|
|
7408
7343
|
"customElement": true
|
|
7409
7344
|
}
|
|
7410
7345
|
],
|
|
7411
7346
|
"exports": [
|
|
7412
7347
|
{
|
|
7413
7348
|
"kind": "js",
|
|
7414
|
-
"name": "
|
|
7349
|
+
"name": "BmLabel",
|
|
7415
7350
|
"declaration": {
|
|
7416
|
-
"name": "
|
|
7417
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7351
|
+
"name": "BmLabel",
|
|
7352
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
7353
|
+
}
|
|
7354
|
+
},
|
|
7355
|
+
{
|
|
7356
|
+
"kind": "custom-element-definition",
|
|
7357
|
+
"name": "bm-label",
|
|
7358
|
+
"declaration": {
|
|
7359
|
+
"name": "BmLabel",
|
|
7360
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
7418
7361
|
}
|
|
7419
7362
|
}
|
|
7420
7363
|
]
|
|
7421
7364
|
},
|
|
7422
7365
|
{
|
|
7423
7366
|
"kind": "javascript-module",
|
|
7424
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7367
|
+
"path": "libs/web-components/src/lib/wip/Label/index.ts",
|
|
7368
|
+
"declarations": [],
|
|
7369
|
+
"exports": [
|
|
7370
|
+
{
|
|
7371
|
+
"kind": "js",
|
|
7372
|
+
"name": "*",
|
|
7373
|
+
"declaration": {
|
|
7374
|
+
"name": "*",
|
|
7375
|
+
"package": "./Label"
|
|
7376
|
+
}
|
|
7377
|
+
}
|
|
7378
|
+
]
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"kind": "javascript-module",
|
|
7382
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
7425
7383
|
"declarations": [
|
|
7426
7384
|
{
|
|
7427
7385
|
"kind": "class",
|
|
7428
|
-
"description": "### Attributes:\n- **
|
|
7429
|
-
"name": "
|
|
7386
|
+
"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",
|
|
7387
|
+
"name": "BmNativeSelect",
|
|
7430
7388
|
"slots": [
|
|
7431
7389
|
{
|
|
7432
|
-
"description": "
|
|
7390
|
+
"description": "Specify Options for NativeSelect",
|
|
7433
7391
|
"name": "slot"
|
|
7434
|
-
}
|
|
7435
|
-
],
|
|
7436
|
-
"members": [
|
|
7437
|
-
{
|
|
7438
|
-
"kind": "field",
|
|
7439
|
-
"name": "validationMode",
|
|
7440
|
-
"type": {
|
|
7441
|
-
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
7442
|
-
},
|
|
7443
|
-
"default": "'onBlur'",
|
|
7444
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
7445
|
-
"attribute": "validationMode"
|
|
7446
7392
|
},
|
|
7447
7393
|
{
|
|
7448
|
-
"
|
|
7449
|
-
"name": "
|
|
7450
|
-
"type": {
|
|
7451
|
-
"text": "Record<string, FormValue>"
|
|
7452
|
-
},
|
|
7453
|
-
"default": "{}",
|
|
7454
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
7455
|
-
"attribute": "initialValues"
|
|
7394
|
+
"description": "Specify Label for NativeSelect",
|
|
7395
|
+
"name": "label"
|
|
7456
7396
|
},
|
|
7397
|
+
{
|
|
7398
|
+
"description": "Specify HelperText for NativeSelect",
|
|
7399
|
+
"name": "helper-text"
|
|
7400
|
+
}
|
|
7401
|
+
],
|
|
7402
|
+
"members": [
|
|
7457
7403
|
{
|
|
7458
7404
|
"kind": "field",
|
|
7459
7405
|
"name": "required",
|
|
@@ -7461,304 +7407,32 @@
|
|
|
7461
7407
|
"text": "boolean"
|
|
7462
7408
|
},
|
|
7463
7409
|
"default": "false",
|
|
7464
|
-
"description": "Specify if
|
|
7410
|
+
"description": "Specify if NativeSelect is a required input",
|
|
7465
7411
|
"attribute": "required"
|
|
7466
7412
|
},
|
|
7467
7413
|
{
|
|
7468
7414
|
"kind": "field",
|
|
7469
|
-
"name": "
|
|
7415
|
+
"name": "readOnly",
|
|
7470
7416
|
"type": {
|
|
7471
7417
|
"text": "boolean"
|
|
7472
7418
|
},
|
|
7473
7419
|
"default": "false",
|
|
7474
|
-
"description": "Specify if
|
|
7475
|
-
"attribute": "
|
|
7420
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
7421
|
+
"attribute": "readOnly"
|
|
7476
7422
|
},
|
|
7477
7423
|
{
|
|
7478
7424
|
"kind": "field",
|
|
7479
|
-
"name": "
|
|
7425
|
+
"name": "disabled",
|
|
7480
7426
|
"type": {
|
|
7481
7427
|
"text": "boolean"
|
|
7482
7428
|
},
|
|
7483
7429
|
"default": "false",
|
|
7484
|
-
"description": "Specify if
|
|
7485
|
-
"attribute": "
|
|
7430
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
7431
|
+
"attribute": "disabled"
|
|
7486
7432
|
},
|
|
7487
7433
|
{
|
|
7488
7434
|
"kind": "field",
|
|
7489
|
-
"name": "
|
|
7490
|
-
"type": {
|
|
7491
|
-
"text": "Optional<string>"
|
|
7492
|
-
},
|
|
7493
|
-
"attribute": "action"
|
|
7494
|
-
},
|
|
7495
|
-
{
|
|
7496
|
-
"kind": "field",
|
|
7497
|
-
"name": "method",
|
|
7498
|
-
"type": {
|
|
7499
|
-
"text": "Optional<string>"
|
|
7500
|
-
},
|
|
7501
|
-
"attribute": "method"
|
|
7502
|
-
},
|
|
7503
|
-
{
|
|
7504
|
-
"kind": "field",
|
|
7505
|
-
"name": "target",
|
|
7506
|
-
"type": {
|
|
7507
|
-
"text": "Optional<string>"
|
|
7508
|
-
},
|
|
7509
|
-
"attribute": "target"
|
|
7510
|
-
},
|
|
7511
|
-
{
|
|
7512
|
-
"kind": "field",
|
|
7513
|
-
"name": "enctype",
|
|
7514
|
-
"type": {
|
|
7515
|
-
"text": "Optional<string>"
|
|
7516
|
-
},
|
|
7517
|
-
"attribute": "enctype"
|
|
7518
|
-
},
|
|
7519
|
-
{
|
|
7520
|
-
"kind": "field",
|
|
7521
|
-
"name": "formMeta",
|
|
7522
|
-
"type": {
|
|
7523
|
-
"text": "Record<string, FieldMeta>"
|
|
7524
|
-
},
|
|
7525
|
-
"default": "{}"
|
|
7526
|
-
},
|
|
7527
|
-
{
|
|
7528
|
-
"kind": "field",
|
|
7529
|
-
"name": "formRef"
|
|
7530
|
-
},
|
|
7531
|
-
{
|
|
7532
|
-
"kind": "field",
|
|
7533
|
-
"name": "formContext",
|
|
7534
|
-
"type": {
|
|
7535
|
-
"text": "BmFormContext"
|
|
7536
|
-
},
|
|
7537
|
-
"privacy": "public",
|
|
7538
|
-
"default": "bmFormInitials"
|
|
7539
|
-
}
|
|
7540
|
-
],
|
|
7541
|
-
"events": [
|
|
7542
|
-
{
|
|
7543
|
-
"description": "Validates the inputs and submits the form",
|
|
7544
|
-
"name": "submit"
|
|
7545
|
-
}
|
|
7546
|
-
],
|
|
7547
|
-
"attributes": [
|
|
7548
|
-
{
|
|
7549
|
-
"name": "validationMode",
|
|
7550
|
-
"type": {
|
|
7551
|
-
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
7552
|
-
},
|
|
7553
|
-
"default": "'onBlur'",
|
|
7554
|
-
"description": "Specify if validation runs on change or when loosing focus",
|
|
7555
|
-
"fieldName": "validationMode"
|
|
7556
|
-
},
|
|
7557
|
-
{
|
|
7558
|
-
"name": "initialValues",
|
|
7559
|
-
"type": {
|
|
7560
|
-
"text": "Record<string, FormValue>"
|
|
7561
|
-
},
|
|
7562
|
-
"default": "{}",
|
|
7563
|
-
"description": "Specify initial values on Form controls based on their names",
|
|
7564
|
-
"fieldName": "initialValues"
|
|
7565
|
-
},
|
|
7566
|
-
{
|
|
7567
|
-
"name": "required",
|
|
7568
|
-
"type": {
|
|
7569
|
-
"text": "boolean"
|
|
7570
|
-
},
|
|
7571
|
-
"default": "false",
|
|
7572
|
-
"description": "Specify if input is a required",
|
|
7573
|
-
"fieldName": "required"
|
|
7574
|
-
},
|
|
7575
|
-
{
|
|
7576
|
-
"name": "disabled",
|
|
7577
|
-
"type": {
|
|
7578
|
-
"text": "boolean"
|
|
7579
|
-
},
|
|
7580
|
-
"default": "false",
|
|
7581
|
-
"description": "Specify if input is a disabled",
|
|
7582
|
-
"fieldName": "disabled"
|
|
7583
|
-
},
|
|
7584
|
-
{
|
|
7585
|
-
"name": "readOnly",
|
|
7586
|
-
"type": {
|
|
7587
|
-
"text": "boolean"
|
|
7588
|
-
},
|
|
7589
|
-
"default": "false",
|
|
7590
|
-
"description": "Specify if input is a read only",
|
|
7591
|
-
"fieldName": "readOnly"
|
|
7592
|
-
},
|
|
7593
|
-
{
|
|
7594
|
-
"name": "action",
|
|
7595
|
-
"type": {
|
|
7596
|
-
"text": "Optional<string>"
|
|
7597
|
-
},
|
|
7598
|
-
"fieldName": "action"
|
|
7599
|
-
},
|
|
7600
|
-
{
|
|
7601
|
-
"name": "method",
|
|
7602
|
-
"type": {
|
|
7603
|
-
"text": "Optional<string>"
|
|
7604
|
-
},
|
|
7605
|
-
"fieldName": "method"
|
|
7606
|
-
},
|
|
7607
|
-
{
|
|
7608
|
-
"name": "target",
|
|
7609
|
-
"type": {
|
|
7610
|
-
"text": "Optional<string>"
|
|
7611
|
-
},
|
|
7612
|
-
"fieldName": "target"
|
|
7613
|
-
},
|
|
7614
|
-
{
|
|
7615
|
-
"name": "enctype",
|
|
7616
|
-
"type": {
|
|
7617
|
-
"text": "Optional<string>"
|
|
7618
|
-
},
|
|
7619
|
-
"fieldName": "enctype"
|
|
7620
|
-
}
|
|
7621
|
-
],
|
|
7622
|
-
"superclass": {
|
|
7623
|
-
"name": "LitElement",
|
|
7624
|
-
"package": "lit"
|
|
7625
|
-
},
|
|
7626
|
-
"summary": "`bm-form`",
|
|
7627
|
-
"tagName": "bm-form",
|
|
7628
|
-
"customElement": true
|
|
7629
|
-
}
|
|
7630
|
-
],
|
|
7631
|
-
"exports": [
|
|
7632
|
-
{
|
|
7633
|
-
"kind": "js",
|
|
7634
|
-
"name": "validators",
|
|
7635
|
-
"declaration": {
|
|
7636
|
-
"name": "validators",
|
|
7637
|
-
"package": "@viasat/beam-shared/components/form"
|
|
7638
|
-
}
|
|
7639
|
-
},
|
|
7640
|
-
{
|
|
7641
|
-
"kind": "js",
|
|
7642
|
-
"name": "BmForm",
|
|
7643
|
-
"declaration": {
|
|
7644
|
-
"name": "BmForm",
|
|
7645
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
7646
|
-
}
|
|
7647
|
-
},
|
|
7648
|
-
{
|
|
7649
|
-
"kind": "custom-element-definition",
|
|
7650
|
-
"name": "bm-form",
|
|
7651
|
-
"declaration": {
|
|
7652
|
-
"name": "BmForm",
|
|
7653
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
7654
|
-
}
|
|
7655
|
-
}
|
|
7656
|
-
]
|
|
7657
|
-
},
|
|
7658
|
-
{
|
|
7659
|
-
"kind": "javascript-module",
|
|
7660
|
-
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
7661
|
-
"declarations": [
|
|
7662
|
-
{
|
|
7663
|
-
"kind": "function",
|
|
7664
|
-
"name": "createId",
|
|
7665
|
-
"return": {
|
|
7666
|
-
"type": {
|
|
7667
|
-
"text": "string"
|
|
7668
|
-
}
|
|
7669
|
-
}
|
|
7670
|
-
}
|
|
7671
|
-
],
|
|
7672
|
-
"exports": [
|
|
7673
|
-
{
|
|
7674
|
-
"kind": "js",
|
|
7675
|
-
"name": "createId",
|
|
7676
|
-
"declaration": {
|
|
7677
|
-
"name": "createId",
|
|
7678
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
7679
|
-
}
|
|
7680
|
-
}
|
|
7681
|
-
]
|
|
7682
|
-
},
|
|
7683
|
-
{
|
|
7684
|
-
"kind": "javascript-module",
|
|
7685
|
-
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
7686
|
-
"declarations": [],
|
|
7687
|
-
"exports": [
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "js",
|
|
7690
|
-
"name": "*",
|
|
7691
|
-
"declaration": {
|
|
7692
|
-
"name": "*",
|
|
7693
|
-
"package": "./Form"
|
|
7694
|
-
}
|
|
7695
|
-
},
|
|
7696
|
-
{
|
|
7697
|
-
"kind": "js",
|
|
7698
|
-
"name": "*",
|
|
7699
|
-
"declaration": {
|
|
7700
|
-
"name": "*",
|
|
7701
|
-
"package": "./Form.decorator"
|
|
7702
|
-
}
|
|
7703
|
-
}
|
|
7704
|
-
]
|
|
7705
|
-
},
|
|
7706
|
-
{
|
|
7707
|
-
"kind": "javascript-module",
|
|
7708
|
-
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
7709
|
-
"declarations": [
|
|
7710
|
-
{
|
|
7711
|
-
"kind": "class",
|
|
7712
|
-
"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",
|
|
7713
|
-
"name": "BmNativeSelect",
|
|
7714
|
-
"slots": [
|
|
7715
|
-
{
|
|
7716
|
-
"description": "Specify Options for NativeSelect",
|
|
7717
|
-
"name": "slot"
|
|
7718
|
-
},
|
|
7719
|
-
{
|
|
7720
|
-
"description": "Specify Label for NativeSelect",
|
|
7721
|
-
"name": "label"
|
|
7722
|
-
},
|
|
7723
|
-
{
|
|
7724
|
-
"description": "Specify HelperText for NativeSelect",
|
|
7725
|
-
"name": "helper-text"
|
|
7726
|
-
}
|
|
7727
|
-
],
|
|
7728
|
-
"members": [
|
|
7729
|
-
{
|
|
7730
|
-
"kind": "field",
|
|
7731
|
-
"name": "required",
|
|
7732
|
-
"type": {
|
|
7733
|
-
"text": "boolean"
|
|
7734
|
-
},
|
|
7735
|
-
"default": "false",
|
|
7736
|
-
"description": "Specify if NativeSelect is a required input",
|
|
7737
|
-
"attribute": "required"
|
|
7738
|
-
},
|
|
7739
|
-
{
|
|
7740
|
-
"kind": "field",
|
|
7741
|
-
"name": "readOnly",
|
|
7742
|
-
"type": {
|
|
7743
|
-
"text": "boolean"
|
|
7744
|
-
},
|
|
7745
|
-
"default": "false",
|
|
7746
|
-
"description": "Specify if NativeSelect displays in a read-only state",
|
|
7747
|
-
"attribute": "readOnly"
|
|
7748
|
-
},
|
|
7749
|
-
{
|
|
7750
|
-
"kind": "field",
|
|
7751
|
-
"name": "disabled",
|
|
7752
|
-
"type": {
|
|
7753
|
-
"text": "boolean"
|
|
7754
|
-
},
|
|
7755
|
-
"default": "false",
|
|
7756
|
-
"description": "Specify if NativeSelect displays in a disabled state",
|
|
7757
|
-
"attribute": "disabled"
|
|
7758
|
-
},
|
|
7759
|
-
{
|
|
7760
|
-
"kind": "field",
|
|
7761
|
-
"name": "error",
|
|
7435
|
+
"name": "error",
|
|
7762
7436
|
"type": {
|
|
7763
7437
|
"text": "Optional<string>"
|
|
7764
7438
|
},
|
|
@@ -8133,420 +7807,683 @@
|
|
|
8133
7807
|
},
|
|
8134
7808
|
{
|
|
8135
7809
|
"kind": "javascript-module",
|
|
8136
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7810
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts",
|
|
7811
|
+
"declarations": [
|
|
7812
|
+
{
|
|
7813
|
+
"kind": "class",
|
|
7814
|
+
"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",
|
|
7815
|
+
"name": "BmRadioButton",
|
|
7816
|
+
"members": [
|
|
7817
|
+
{
|
|
7818
|
+
"kind": "field",
|
|
7819
|
+
"name": "label",
|
|
7820
|
+
"type": {
|
|
7821
|
+
"text": "string | undefined"
|
|
7822
|
+
},
|
|
7823
|
+
"description": "Specify the text for the label",
|
|
7824
|
+
"attribute": "label"
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"kind": "field",
|
|
7828
|
+
"name": "error",
|
|
7829
|
+
"type": {
|
|
7830
|
+
"text": "boolean | undefined"
|
|
7831
|
+
},
|
|
7832
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
7833
|
+
"attribute": "error"
|
|
7834
|
+
},
|
|
7835
|
+
{
|
|
7836
|
+
"kind": "field",
|
|
7837
|
+
"name": "readOnly",
|
|
7838
|
+
"type": {
|
|
7839
|
+
"text": "boolean | undefined"
|
|
7840
|
+
},
|
|
7841
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
7842
|
+
"attribute": "readOnly"
|
|
7843
|
+
},
|
|
7844
|
+
{
|
|
7845
|
+
"kind": "field",
|
|
7846
|
+
"name": "disabled",
|
|
7847
|
+
"type": {
|
|
7848
|
+
"text": "boolean | undefined"
|
|
7849
|
+
},
|
|
7850
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
7851
|
+
"attribute": "disabled"
|
|
7852
|
+
},
|
|
7853
|
+
{
|
|
7854
|
+
"kind": "field",
|
|
7855
|
+
"name": "theme",
|
|
7856
|
+
"type": {
|
|
7857
|
+
"text": "'light' | 'dark' | undefined"
|
|
7858
|
+
},
|
|
7859
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
7860
|
+
"attribute": "theme"
|
|
7861
|
+
},
|
|
7862
|
+
{
|
|
7863
|
+
"kind": "field",
|
|
7864
|
+
"name": "value",
|
|
7865
|
+
"type": {
|
|
7866
|
+
"text": "string | undefined"
|
|
7867
|
+
},
|
|
7868
|
+
"description": "The value attribute for the input element",
|
|
7869
|
+
"attribute": "value"
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"kind": "field",
|
|
7873
|
+
"name": "checked",
|
|
7874
|
+
"type": {
|
|
7875
|
+
"text": "boolean"
|
|
7876
|
+
},
|
|
7877
|
+
"default": "false",
|
|
7878
|
+
"description": "The checked attribute for the input element",
|
|
7879
|
+
"attribute": "checked"
|
|
7880
|
+
},
|
|
7881
|
+
{
|
|
7882
|
+
"kind": "field",
|
|
7883
|
+
"name": "onKeyDown",
|
|
7884
|
+
"type": {
|
|
7885
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
7886
|
+
},
|
|
7887
|
+
"description": "A user-defined function to handle keydown events",
|
|
7888
|
+
"attribute": "onKeyDown"
|
|
7889
|
+
},
|
|
7890
|
+
{
|
|
7891
|
+
"kind": "field",
|
|
7892
|
+
"name": "inputChoiceGroupContext",
|
|
7893
|
+
"type": {
|
|
7894
|
+
"text": "InputChoiceGroupContextProps"
|
|
7895
|
+
}
|
|
7896
|
+
},
|
|
7897
|
+
{
|
|
7898
|
+
"kind": "field",
|
|
7899
|
+
"name": "radioButtonRef"
|
|
7900
|
+
},
|
|
7901
|
+
{
|
|
7902
|
+
"kind": "method",
|
|
7903
|
+
"name": "focus"
|
|
7904
|
+
}
|
|
7905
|
+
],
|
|
7906
|
+
"attributes": [
|
|
7907
|
+
{
|
|
7908
|
+
"name": "label",
|
|
7909
|
+
"type": {
|
|
7910
|
+
"text": "string | undefined"
|
|
7911
|
+
},
|
|
7912
|
+
"description": "Specify the text for the label",
|
|
7913
|
+
"fieldName": "label"
|
|
7914
|
+
},
|
|
7915
|
+
{
|
|
7916
|
+
"name": "error",
|
|
7917
|
+
"type": {
|
|
7918
|
+
"text": "boolean | undefined"
|
|
7919
|
+
},
|
|
7920
|
+
"description": "Specify error text and display error state of a RadioButton",
|
|
7921
|
+
"fieldName": "error"
|
|
7922
|
+
},
|
|
7923
|
+
{
|
|
7924
|
+
"name": "readOnly",
|
|
7925
|
+
"type": {
|
|
7926
|
+
"text": "boolean | undefined"
|
|
7927
|
+
},
|
|
7928
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
7929
|
+
"fieldName": "readOnly"
|
|
7930
|
+
},
|
|
7931
|
+
{
|
|
7932
|
+
"name": "disabled",
|
|
7933
|
+
"type": {
|
|
7934
|
+
"text": "boolean | undefined"
|
|
7935
|
+
},
|
|
7936
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
7937
|
+
"fieldName": "disabled"
|
|
7938
|
+
},
|
|
7939
|
+
{
|
|
7940
|
+
"name": "theme",
|
|
7941
|
+
"type": {
|
|
7942
|
+
"text": "'light' | 'dark' | undefined"
|
|
7943
|
+
},
|
|
7944
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
7945
|
+
"fieldName": "theme"
|
|
7946
|
+
},
|
|
7947
|
+
{
|
|
7948
|
+
"name": "value",
|
|
7949
|
+
"type": {
|
|
7950
|
+
"text": "string | undefined"
|
|
7951
|
+
},
|
|
7952
|
+
"description": "The value attribute for the input element",
|
|
7953
|
+
"fieldName": "value"
|
|
7954
|
+
},
|
|
7955
|
+
{
|
|
7956
|
+
"name": "checked",
|
|
7957
|
+
"type": {
|
|
7958
|
+
"text": "boolean"
|
|
7959
|
+
},
|
|
7960
|
+
"default": "false",
|
|
7961
|
+
"description": "The checked attribute for the input element",
|
|
7962
|
+
"fieldName": "checked"
|
|
7963
|
+
},
|
|
7964
|
+
{
|
|
7965
|
+
"name": "onKeyDown",
|
|
7966
|
+
"type": {
|
|
7967
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
7968
|
+
},
|
|
7969
|
+
"description": "A user-defined function to handle keydown events",
|
|
7970
|
+
"fieldName": "onKeyDown"
|
|
7971
|
+
}
|
|
7972
|
+
],
|
|
7973
|
+
"superclass": {
|
|
7974
|
+
"name": "LitElement",
|
|
7975
|
+
"package": "lit"
|
|
7976
|
+
},
|
|
7977
|
+
"tagName": "bm-radio-button",
|
|
7978
|
+
"customElement": true
|
|
7979
|
+
}
|
|
7980
|
+
],
|
|
7981
|
+
"exports": [
|
|
7982
|
+
{
|
|
7983
|
+
"kind": "js",
|
|
7984
|
+
"name": "BmRadioButton",
|
|
7985
|
+
"declaration": {
|
|
7986
|
+
"name": "BmRadioButton",
|
|
7987
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
7988
|
+
}
|
|
7989
|
+
},
|
|
7990
|
+
{
|
|
7991
|
+
"kind": "custom-element-definition",
|
|
7992
|
+
"name": "bm-radio-button",
|
|
7993
|
+
"declaration": {
|
|
7994
|
+
"name": "BmRadioButton",
|
|
7995
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
7996
|
+
}
|
|
7997
|
+
}
|
|
7998
|
+
]
|
|
7999
|
+
},
|
|
8000
|
+
{
|
|
8001
|
+
"kind": "javascript-module",
|
|
8002
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8003
|
+
"declarations": [],
|
|
8004
|
+
"exports": [
|
|
8005
|
+
{
|
|
8006
|
+
"kind": "js",
|
|
8007
|
+
"name": "*",
|
|
8008
|
+
"declaration": {
|
|
8009
|
+
"name": "*",
|
|
8010
|
+
"package": "./RadioButton"
|
|
8011
|
+
}
|
|
8012
|
+
},
|
|
8013
|
+
{
|
|
8014
|
+
"kind": "js",
|
|
8015
|
+
"name": "*",
|
|
8016
|
+
"declaration": {
|
|
8017
|
+
"name": "*",
|
|
8018
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8019
|
+
}
|
|
8020
|
+
}
|
|
8021
|
+
]
|
|
8022
|
+
},
|
|
8023
|
+
{
|
|
8024
|
+
"kind": "javascript-module",
|
|
8025
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.context.ts",
|
|
8026
|
+
"declarations": [
|
|
8027
|
+
{
|
|
8028
|
+
"kind": "variable",
|
|
8029
|
+
"name": "bmFormInitials",
|
|
8030
|
+
"type": {
|
|
8031
|
+
"text": "BmFormContext"
|
|
8032
|
+
},
|
|
8033
|
+
"default": "{ required: false, disabled: false, readOnly: false, initialValues: {}, registerField: () => undefined, formBlurHandler: () => undefined, formChangeHandler: () => undefined, }"
|
|
8034
|
+
},
|
|
8035
|
+
{
|
|
8036
|
+
"kind": "variable",
|
|
8037
|
+
"name": "bmFormContext"
|
|
8038
|
+
}
|
|
8039
|
+
],
|
|
8040
|
+
"exports": [
|
|
8041
|
+
{
|
|
8042
|
+
"kind": "js",
|
|
8043
|
+
"name": "bmFormInitials",
|
|
8044
|
+
"declaration": {
|
|
8045
|
+
"name": "bmFormInitials",
|
|
8046
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
8047
|
+
}
|
|
8048
|
+
},
|
|
8049
|
+
{
|
|
8050
|
+
"kind": "js",
|
|
8051
|
+
"name": "bmFormContext",
|
|
8052
|
+
"declaration": {
|
|
8053
|
+
"name": "bmFormContext",
|
|
8054
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.context.ts"
|
|
8055
|
+
}
|
|
8056
|
+
}
|
|
8057
|
+
]
|
|
8058
|
+
},
|
|
8059
|
+
{
|
|
8060
|
+
"kind": "javascript-module",
|
|
8061
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.decorator.ts",
|
|
8137
8062
|
"declarations": [
|
|
8138
8063
|
{
|
|
8139
8064
|
"kind": "class",
|
|
8140
|
-
"description": "
|
|
8141
|
-
"name": "
|
|
8142
|
-
"slots": [
|
|
8143
|
-
{
|
|
8144
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8145
|
-
"name": "onText"
|
|
8146
|
-
},
|
|
8147
|
-
{
|
|
8148
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8149
|
-
"name": "offText"
|
|
8150
|
-
}
|
|
8151
|
-
],
|
|
8065
|
+
"description": "### Attributes:\n- **id** \n- **name** \n- **value** \n- **validationRules** \n- **input-aria-label** ",
|
|
8066
|
+
"name": "FormField",
|
|
8152
8067
|
"members": [
|
|
8153
8068
|
{
|
|
8154
8069
|
"kind": "field",
|
|
8155
|
-
"name": "
|
|
8070
|
+
"name": "formAssociated",
|
|
8156
8071
|
"type": {
|
|
8157
|
-
"text": "
|
|
8158
|
-
}
|
|
8072
|
+
"text": "boolean"
|
|
8073
|
+
},
|
|
8074
|
+
"static": true,
|
|
8075
|
+
"default": "true"
|
|
8159
8076
|
},
|
|
8160
8077
|
{
|
|
8161
8078
|
"kind": "field",
|
|
8162
|
-
"name": "
|
|
8079
|
+
"name": "id",
|
|
8163
8080
|
"type": {
|
|
8164
|
-
"text": "string
|
|
8081
|
+
"text": "string"
|
|
8165
8082
|
},
|
|
8166
|
-
"default": "
|
|
8167
|
-
"
|
|
8168
|
-
"attribute": "onText"
|
|
8083
|
+
"default": "''",
|
|
8084
|
+
"attribute": "id"
|
|
8169
8085
|
},
|
|
8170
8086
|
{
|
|
8171
8087
|
"kind": "field",
|
|
8172
|
-
"name": "
|
|
8088
|
+
"name": "name",
|
|
8173
8089
|
"type": {
|
|
8174
|
-
"text": "string
|
|
8090
|
+
"text": "string"
|
|
8175
8091
|
},
|
|
8176
|
-
"default": "
|
|
8177
|
-
"
|
|
8178
|
-
"attribute": "offText"
|
|
8092
|
+
"default": "''",
|
|
8093
|
+
"attribute": "name"
|
|
8179
8094
|
},
|
|
8180
8095
|
{
|
|
8181
8096
|
"kind": "field",
|
|
8182
|
-
"name": "
|
|
8097
|
+
"name": "value",
|
|
8183
8098
|
"type": {
|
|
8184
|
-
"text": "
|
|
8099
|
+
"text": "string"
|
|
8185
8100
|
},
|
|
8186
|
-
"default": "
|
|
8187
|
-
"
|
|
8101
|
+
"default": "''",
|
|
8102
|
+
"attribute": "value"
|
|
8188
8103
|
},
|
|
8189
8104
|
{
|
|
8190
8105
|
"kind": "field",
|
|
8191
|
-
"name": "
|
|
8106
|
+
"name": "validationRules",
|
|
8192
8107
|
"type": {
|
|
8193
|
-
"text": "
|
|
8108
|
+
"text": "Array<FormValidator>"
|
|
8194
8109
|
},
|
|
8195
|
-
"default": "
|
|
8196
|
-
"
|
|
8197
|
-
"attribute": "textPosition"
|
|
8110
|
+
"default": "[]",
|
|
8111
|
+
"attribute": "validationRules"
|
|
8198
8112
|
},
|
|
8199
8113
|
{
|
|
8200
8114
|
"kind": "field",
|
|
8201
|
-
"name": "
|
|
8115
|
+
"name": "inputAriaLabel",
|
|
8202
8116
|
"type": {
|
|
8203
|
-
"text": "
|
|
8117
|
+
"text": "Optional<string>"
|
|
8204
8118
|
},
|
|
8205
|
-
"
|
|
8206
|
-
"description": "Specify if Switch displays in a read-only state",
|
|
8207
|
-
"attribute": "readOnly"
|
|
8119
|
+
"attribute": "input-aria-label"
|
|
8208
8120
|
},
|
|
8209
8121
|
{
|
|
8210
8122
|
"kind": "field",
|
|
8211
|
-
"name": "
|
|
8123
|
+
"name": "formContext",
|
|
8212
8124
|
"type": {
|
|
8213
|
-
"text": "
|
|
8214
|
-
}
|
|
8215
|
-
"default": "false",
|
|
8216
|
-
"description": "Specify if Switch displays in a disabled state",
|
|
8217
|
-
"attribute": "disabled"
|
|
8125
|
+
"text": "BmFormContext"
|
|
8126
|
+
}
|
|
8218
8127
|
},
|
|
8219
8128
|
{
|
|
8220
|
-
"kind": "
|
|
8221
|
-
"name": "
|
|
8222
|
-
"
|
|
8223
|
-
"
|
|
8224
|
-
|
|
8225
|
-
|
|
8226
|
-
|
|
8129
|
+
"kind": "method",
|
|
8130
|
+
"name": "formAssociatedCallback",
|
|
8131
|
+
"return": {
|
|
8132
|
+
"type": {
|
|
8133
|
+
"text": "void"
|
|
8134
|
+
}
|
|
8135
|
+
}
|
|
8227
8136
|
},
|
|
8228
8137
|
{
|
|
8229
|
-
"kind": "
|
|
8230
|
-
"name": "
|
|
8231
|
-
"
|
|
8232
|
-
"
|
|
8233
|
-
|
|
8234
|
-
|
|
8235
|
-
|
|
8138
|
+
"kind": "method",
|
|
8139
|
+
"name": "formResetCallback",
|
|
8140
|
+
"return": {
|
|
8141
|
+
"type": {
|
|
8142
|
+
"text": "void"
|
|
8143
|
+
}
|
|
8144
|
+
}
|
|
8236
8145
|
},
|
|
8237
8146
|
{
|
|
8238
|
-
"kind": "
|
|
8239
|
-
"name": "
|
|
8147
|
+
"kind": "method",
|
|
8148
|
+
"name": "finalizeAssociatedCallback",
|
|
8149
|
+
"return": {
|
|
8150
|
+
"type": {
|
|
8151
|
+
"text": "FinalizeAssociatedResult"
|
|
8152
|
+
}
|
|
8153
|
+
},
|
|
8154
|
+
"parameters": [
|
|
8155
|
+
{
|
|
8156
|
+
"name": "ctxValue",
|
|
8157
|
+
"type": {
|
|
8158
|
+
"text": "string"
|
|
8159
|
+
}
|
|
8160
|
+
}
|
|
8161
|
+
]
|
|
8240
8162
|
}
|
|
8241
8163
|
],
|
|
8242
8164
|
"attributes": [
|
|
8243
8165
|
{
|
|
8244
|
-
"name": "
|
|
8245
|
-
"type": {
|
|
8246
|
-
"text": "string | undefined"
|
|
8247
|
-
},
|
|
8248
|
-
"default": "undefined",
|
|
8249
|
-
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8250
|
-
"fieldName": "onText"
|
|
8251
|
-
},
|
|
8252
|
-
{
|
|
8253
|
-
"name": "offText",
|
|
8254
|
-
"type": {
|
|
8255
|
-
"text": "string | undefined"
|
|
8256
|
-
},
|
|
8257
|
-
"default": "undefined",
|
|
8258
|
-
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8259
|
-
"fieldName": "offText"
|
|
8260
|
-
},
|
|
8261
|
-
{
|
|
8262
|
-
"name": "textPosition",
|
|
8166
|
+
"name": "id",
|
|
8263
8167
|
"type": {
|
|
8264
|
-
"text": "
|
|
8168
|
+
"text": "string"
|
|
8265
8169
|
},
|
|
8266
|
-
"default": "'
|
|
8267
|
-
"
|
|
8268
|
-
"fieldName": "textPosition"
|
|
8170
|
+
"default": "''",
|
|
8171
|
+
"fieldName": "id"
|
|
8269
8172
|
},
|
|
8270
8173
|
{
|
|
8271
|
-
"name": "
|
|
8174
|
+
"name": "name",
|
|
8272
8175
|
"type": {
|
|
8273
|
-
"text": "
|
|
8176
|
+
"text": "string"
|
|
8274
8177
|
},
|
|
8275
|
-
"default": "
|
|
8276
|
-
"
|
|
8277
|
-
"fieldName": "readOnly"
|
|
8178
|
+
"default": "''",
|
|
8179
|
+
"fieldName": "name"
|
|
8278
8180
|
},
|
|
8279
8181
|
{
|
|
8280
|
-
"name": "
|
|
8182
|
+
"name": "value",
|
|
8281
8183
|
"type": {
|
|
8282
|
-
"text": "
|
|
8184
|
+
"text": "string"
|
|
8283
8185
|
},
|
|
8284
|
-
"default": "
|
|
8285
|
-
"
|
|
8286
|
-
"fieldName": "disabled"
|
|
8186
|
+
"default": "''",
|
|
8187
|
+
"fieldName": "value"
|
|
8287
8188
|
},
|
|
8288
8189
|
{
|
|
8289
|
-
"name": "
|
|
8190
|
+
"name": "validationRules",
|
|
8290
8191
|
"type": {
|
|
8291
|
-
"text": "
|
|
8192
|
+
"text": "Array<FormValidator>"
|
|
8292
8193
|
},
|
|
8293
|
-
"default": "
|
|
8294
|
-
"fieldName": "
|
|
8194
|
+
"default": "[]",
|
|
8195
|
+
"fieldName": "validationRules"
|
|
8295
8196
|
},
|
|
8296
8197
|
{
|
|
8297
|
-
"name": "
|
|
8198
|
+
"name": "input-aria-label",
|
|
8298
8199
|
"type": {
|
|
8299
|
-
"text": "string
|
|
8200
|
+
"text": "Optional<string>"
|
|
8300
8201
|
},
|
|
8301
|
-
"
|
|
8302
|
-
"fieldName": "value"
|
|
8202
|
+
"fieldName": "inputAriaLabel"
|
|
8303
8203
|
}
|
|
8304
8204
|
],
|
|
8305
8205
|
"superclass": {
|
|
8306
8206
|
"name": "LitElement",
|
|
8307
8207
|
"package": "lit"
|
|
8308
8208
|
},
|
|
8309
|
-
"tagName": "bm-switch",
|
|
8310
8209
|
"customElement": true
|
|
8311
8210
|
}
|
|
8312
8211
|
],
|
|
8313
8212
|
"exports": [
|
|
8314
8213
|
{
|
|
8315
8214
|
"kind": "js",
|
|
8316
|
-
"name": "
|
|
8317
|
-
"declaration": {
|
|
8318
|
-
"name": "BmSwitch",
|
|
8319
|
-
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
8320
|
-
}
|
|
8321
|
-
},
|
|
8322
|
-
{
|
|
8323
|
-
"kind": "custom-element-definition",
|
|
8324
|
-
"name": "bm-switch",
|
|
8325
|
-
"declaration": {
|
|
8326
|
-
"name": "BmSwitch",
|
|
8327
|
-
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
8328
|
-
}
|
|
8329
|
-
}
|
|
8330
|
-
]
|
|
8331
|
-
},
|
|
8332
|
-
{
|
|
8333
|
-
"kind": "javascript-module",
|
|
8334
|
-
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
8335
|
-
"declarations": [],
|
|
8336
|
-
"exports": [
|
|
8337
|
-
{
|
|
8338
|
-
"kind": "js",
|
|
8339
|
-
"name": "*",
|
|
8340
|
-
"declaration": {
|
|
8341
|
-
"name": "*",
|
|
8342
|
-
"package": "./Switch"
|
|
8343
|
-
}
|
|
8344
|
-
},
|
|
8345
|
-
{
|
|
8346
|
-
"kind": "js",
|
|
8347
|
-
"name": "*",
|
|
8215
|
+
"name": "FormField",
|
|
8348
8216
|
"declaration": {
|
|
8349
|
-
"name": "
|
|
8350
|
-
"
|
|
8217
|
+
"name": "FormField",
|
|
8218
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8351
8219
|
}
|
|
8352
8220
|
}
|
|
8353
8221
|
]
|
|
8354
8222
|
},
|
|
8355
8223
|
{
|
|
8356
8224
|
"kind": "javascript-module",
|
|
8357
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8225
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.ts",
|
|
8358
8226
|
"declarations": [
|
|
8359
8227
|
{
|
|
8360
8228
|
"kind": "class",
|
|
8361
|
-
"description": "
|
|
8362
|
-
"name": "
|
|
8229
|
+
"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** ",
|
|
8230
|
+
"name": "BmForm",
|
|
8231
|
+
"slots": [
|
|
8232
|
+
{
|
|
8233
|
+
"description": "Add controls to the Form",
|
|
8234
|
+
"name": "slot"
|
|
8235
|
+
}
|
|
8236
|
+
],
|
|
8363
8237
|
"members": [
|
|
8364
8238
|
{
|
|
8365
8239
|
"kind": "field",
|
|
8366
|
-
"name": "
|
|
8240
|
+
"name": "validationMode",
|
|
8241
|
+
"type": {
|
|
8242
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8243
|
+
},
|
|
8244
|
+
"default": "'onBlur'",
|
|
8245
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8246
|
+
"attribute": "validationMode"
|
|
8247
|
+
},
|
|
8248
|
+
{
|
|
8249
|
+
"kind": "field",
|
|
8250
|
+
"name": "initialValues",
|
|
8251
|
+
"type": {
|
|
8252
|
+
"text": "Record<string, FormValue>"
|
|
8253
|
+
},
|
|
8254
|
+
"default": "{}",
|
|
8255
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8256
|
+
"attribute": "initialValues"
|
|
8257
|
+
},
|
|
8258
|
+
{
|
|
8259
|
+
"kind": "field",
|
|
8260
|
+
"name": "required",
|
|
8367
8261
|
"type": {
|
|
8368
|
-
"text": "
|
|
8262
|
+
"text": "boolean"
|
|
8369
8263
|
},
|
|
8370
|
-
"
|
|
8371
|
-
"
|
|
8264
|
+
"default": "false",
|
|
8265
|
+
"description": "Specify if input is a required",
|
|
8266
|
+
"attribute": "required"
|
|
8372
8267
|
},
|
|
8373
8268
|
{
|
|
8374
8269
|
"kind": "field",
|
|
8375
|
-
"name": "
|
|
8270
|
+
"name": "disabled",
|
|
8376
8271
|
"type": {
|
|
8377
|
-
"text": "boolean
|
|
8272
|
+
"text": "boolean"
|
|
8378
8273
|
},
|
|
8379
|
-
"
|
|
8380
|
-
"
|
|
8274
|
+
"default": "false",
|
|
8275
|
+
"description": "Specify if input is a disabled",
|
|
8276
|
+
"attribute": "disabled"
|
|
8381
8277
|
},
|
|
8382
8278
|
{
|
|
8383
8279
|
"kind": "field",
|
|
8384
8280
|
"name": "readOnly",
|
|
8385
8281
|
"type": {
|
|
8386
|
-
"text": "boolean
|
|
8282
|
+
"text": "boolean"
|
|
8387
8283
|
},
|
|
8388
|
-
"
|
|
8284
|
+
"default": "false",
|
|
8285
|
+
"description": "Specify if input is a read only",
|
|
8389
8286
|
"attribute": "readOnly"
|
|
8390
8287
|
},
|
|
8391
8288
|
{
|
|
8392
8289
|
"kind": "field",
|
|
8393
|
-
"name": "
|
|
8290
|
+
"name": "action",
|
|
8394
8291
|
"type": {
|
|
8395
|
-
"text": "
|
|
8292
|
+
"text": "Optional<string>"
|
|
8396
8293
|
},
|
|
8397
|
-
"
|
|
8398
|
-
"attribute": "disabled"
|
|
8294
|
+
"attribute": "action"
|
|
8399
8295
|
},
|
|
8400
8296
|
{
|
|
8401
8297
|
"kind": "field",
|
|
8402
|
-
"name": "
|
|
8298
|
+
"name": "method",
|
|
8403
8299
|
"type": {
|
|
8404
|
-
"text": "
|
|
8300
|
+
"text": "Optional<string>"
|
|
8405
8301
|
},
|
|
8406
|
-
"
|
|
8407
|
-
"attribute": "theme"
|
|
8302
|
+
"attribute": "method"
|
|
8408
8303
|
},
|
|
8409
8304
|
{
|
|
8410
8305
|
"kind": "field",
|
|
8411
|
-
"name": "
|
|
8306
|
+
"name": "target",
|
|
8412
8307
|
"type": {
|
|
8413
|
-
"text": "string
|
|
8308
|
+
"text": "Optional<string>"
|
|
8414
8309
|
},
|
|
8415
|
-
"
|
|
8416
|
-
"attribute": "value"
|
|
8310
|
+
"attribute": "target"
|
|
8417
8311
|
},
|
|
8418
8312
|
{
|
|
8419
8313
|
"kind": "field",
|
|
8420
|
-
"name": "
|
|
8314
|
+
"name": "enctype",
|
|
8421
8315
|
"type": {
|
|
8422
|
-
"text": "
|
|
8316
|
+
"text": "Optional<string>"
|
|
8423
8317
|
},
|
|
8424
|
-
"
|
|
8425
|
-
"description": "The checked attribute for the input element",
|
|
8426
|
-
"attribute": "checked"
|
|
8318
|
+
"attribute": "enctype"
|
|
8427
8319
|
},
|
|
8428
8320
|
{
|
|
8429
8321
|
"kind": "field",
|
|
8430
|
-
"name": "
|
|
8322
|
+
"name": "formMeta",
|
|
8431
8323
|
"type": {
|
|
8432
|
-
"text": "
|
|
8324
|
+
"text": "Record<string, FieldMeta>"
|
|
8433
8325
|
},
|
|
8434
|
-
"
|
|
8435
|
-
"attribute": "onKeyDown"
|
|
8326
|
+
"default": "{}"
|
|
8436
8327
|
},
|
|
8437
8328
|
{
|
|
8438
8329
|
"kind": "field",
|
|
8439
|
-
"name": "
|
|
8440
|
-
"type": {
|
|
8441
|
-
"text": "InputChoiceGroupContextProps"
|
|
8442
|
-
}
|
|
8330
|
+
"name": "formRef"
|
|
8443
8331
|
},
|
|
8444
8332
|
{
|
|
8445
8333
|
"kind": "field",
|
|
8446
|
-
"name": "
|
|
8447
|
-
|
|
8334
|
+
"name": "formContext",
|
|
8335
|
+
"type": {
|
|
8336
|
+
"text": "BmFormContext"
|
|
8337
|
+
},
|
|
8338
|
+
"privacy": "public",
|
|
8339
|
+
"default": "bmFormInitials"
|
|
8340
|
+
}
|
|
8341
|
+
],
|
|
8342
|
+
"events": [
|
|
8448
8343
|
{
|
|
8449
|
-
"
|
|
8450
|
-
"name": "
|
|
8344
|
+
"description": "Validates the inputs and submits the form",
|
|
8345
|
+
"name": "submit"
|
|
8451
8346
|
}
|
|
8452
8347
|
],
|
|
8453
8348
|
"attributes": [
|
|
8454
8349
|
{
|
|
8455
|
-
"name": "
|
|
8350
|
+
"name": "validationMode",
|
|
8456
8351
|
"type": {
|
|
8457
|
-
"text": "
|
|
8352
|
+
"text": "'onChange' | 'onBlur' | 'onSubmit'"
|
|
8458
8353
|
},
|
|
8459
|
-
"
|
|
8460
|
-
"
|
|
8354
|
+
"default": "'onBlur'",
|
|
8355
|
+
"description": "Specify if validation runs on change or when loosing focus",
|
|
8356
|
+
"fieldName": "validationMode"
|
|
8461
8357
|
},
|
|
8462
8358
|
{
|
|
8463
|
-
"name": "
|
|
8359
|
+
"name": "initialValues",
|
|
8464
8360
|
"type": {
|
|
8465
|
-
"text": "
|
|
8361
|
+
"text": "Record<string, FormValue>"
|
|
8466
8362
|
},
|
|
8467
|
-
"
|
|
8468
|
-
"
|
|
8363
|
+
"default": "{}",
|
|
8364
|
+
"description": "Specify initial values on Form controls based on their names",
|
|
8365
|
+
"fieldName": "initialValues"
|
|
8469
8366
|
},
|
|
8470
8367
|
{
|
|
8471
|
-
"name": "
|
|
8368
|
+
"name": "required",
|
|
8472
8369
|
"type": {
|
|
8473
|
-
"text": "boolean
|
|
8370
|
+
"text": "boolean"
|
|
8474
8371
|
},
|
|
8475
|
-
"
|
|
8476
|
-
"
|
|
8372
|
+
"default": "false",
|
|
8373
|
+
"description": "Specify if input is a required",
|
|
8374
|
+
"fieldName": "required"
|
|
8477
8375
|
},
|
|
8478
8376
|
{
|
|
8479
8377
|
"name": "disabled",
|
|
8480
8378
|
"type": {
|
|
8481
|
-
"text": "boolean
|
|
8379
|
+
"text": "boolean"
|
|
8482
8380
|
},
|
|
8483
|
-
"
|
|
8381
|
+
"default": "false",
|
|
8382
|
+
"description": "Specify if input is a disabled",
|
|
8484
8383
|
"fieldName": "disabled"
|
|
8485
8384
|
},
|
|
8486
8385
|
{
|
|
8487
|
-
"name": "
|
|
8386
|
+
"name": "readOnly",
|
|
8488
8387
|
"type": {
|
|
8489
|
-
"text": "
|
|
8388
|
+
"text": "boolean"
|
|
8490
8389
|
},
|
|
8491
|
-
"
|
|
8492
|
-
"
|
|
8390
|
+
"default": "false",
|
|
8391
|
+
"description": "Specify if input is a read only",
|
|
8392
|
+
"fieldName": "readOnly"
|
|
8493
8393
|
},
|
|
8494
8394
|
{
|
|
8495
|
-
"name": "
|
|
8395
|
+
"name": "action",
|
|
8496
8396
|
"type": {
|
|
8497
|
-
"text": "string
|
|
8397
|
+
"text": "Optional<string>"
|
|
8498
8398
|
},
|
|
8499
|
-
"
|
|
8500
|
-
"fieldName": "value"
|
|
8399
|
+
"fieldName": "action"
|
|
8501
8400
|
},
|
|
8502
8401
|
{
|
|
8503
|
-
"name": "
|
|
8402
|
+
"name": "method",
|
|
8504
8403
|
"type": {
|
|
8505
|
-
"text": "
|
|
8404
|
+
"text": "Optional<string>"
|
|
8506
8405
|
},
|
|
8507
|
-
"
|
|
8508
|
-
"description": "The checked attribute for the input element",
|
|
8509
|
-
"fieldName": "checked"
|
|
8406
|
+
"fieldName": "method"
|
|
8510
8407
|
},
|
|
8511
8408
|
{
|
|
8512
|
-
"name": "
|
|
8409
|
+
"name": "target",
|
|
8513
8410
|
"type": {
|
|
8514
|
-
"text": "
|
|
8411
|
+
"text": "Optional<string>"
|
|
8515
8412
|
},
|
|
8516
|
-
"
|
|
8517
|
-
|
|
8413
|
+
"fieldName": "target"
|
|
8414
|
+
},
|
|
8415
|
+
{
|
|
8416
|
+
"name": "enctype",
|
|
8417
|
+
"type": {
|
|
8418
|
+
"text": "Optional<string>"
|
|
8419
|
+
},
|
|
8420
|
+
"fieldName": "enctype"
|
|
8518
8421
|
}
|
|
8519
8422
|
],
|
|
8520
8423
|
"superclass": {
|
|
8521
8424
|
"name": "LitElement",
|
|
8522
8425
|
"package": "lit"
|
|
8523
8426
|
},
|
|
8524
|
-
"
|
|
8427
|
+
"summary": "`bm-form`",
|
|
8428
|
+
"tagName": "bm-form",
|
|
8525
8429
|
"customElement": true
|
|
8526
8430
|
}
|
|
8527
8431
|
],
|
|
8528
8432
|
"exports": [
|
|
8529
8433
|
{
|
|
8530
8434
|
"kind": "js",
|
|
8531
|
-
"name": "
|
|
8435
|
+
"name": "validators",
|
|
8532
8436
|
"declaration": {
|
|
8533
|
-
"name": "
|
|
8534
|
-
"
|
|
8437
|
+
"name": "validators",
|
|
8438
|
+
"package": "@viasat/beam-shared/components/form"
|
|
8439
|
+
}
|
|
8440
|
+
},
|
|
8441
|
+
{
|
|
8442
|
+
"kind": "js",
|
|
8443
|
+
"name": "BmForm",
|
|
8444
|
+
"declaration": {
|
|
8445
|
+
"name": "BmForm",
|
|
8446
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8535
8447
|
}
|
|
8536
8448
|
},
|
|
8537
8449
|
{
|
|
8538
8450
|
"kind": "custom-element-definition",
|
|
8539
|
-
"name": "bm-
|
|
8451
|
+
"name": "bm-form",
|
|
8540
8452
|
"declaration": {
|
|
8541
|
-
"name": "
|
|
8542
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8453
|
+
"name": "BmForm",
|
|
8454
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.ts"
|
|
8543
8455
|
}
|
|
8544
8456
|
}
|
|
8545
8457
|
]
|
|
8546
8458
|
},
|
|
8547
8459
|
{
|
|
8548
8460
|
"kind": "javascript-module",
|
|
8549
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8461
|
+
"path": "libs/web-components/src/lib/wip/Form/Form.utils.ts",
|
|
8462
|
+
"declarations": [
|
|
8463
|
+
{
|
|
8464
|
+
"kind": "function",
|
|
8465
|
+
"name": "createId",
|
|
8466
|
+
"return": {
|
|
8467
|
+
"type": {
|
|
8468
|
+
"text": "string"
|
|
8469
|
+
}
|
|
8470
|
+
}
|
|
8471
|
+
}
|
|
8472
|
+
],
|
|
8473
|
+
"exports": [
|
|
8474
|
+
{
|
|
8475
|
+
"kind": "js",
|
|
8476
|
+
"name": "createId",
|
|
8477
|
+
"declaration": {
|
|
8478
|
+
"name": "createId",
|
|
8479
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.utils.ts"
|
|
8480
|
+
}
|
|
8481
|
+
}
|
|
8482
|
+
]
|
|
8483
|
+
},
|
|
8484
|
+
{
|
|
8485
|
+
"kind": "javascript-module",
|
|
8486
|
+
"path": "libs/web-components/src/lib/wip/Form/index.ts",
|
|
8550
8487
|
"declarations": [],
|
|
8551
8488
|
"exports": [
|
|
8552
8489
|
{
|
|
@@ -8554,7 +8491,7 @@
|
|
|
8554
8491
|
"name": "*",
|
|
8555
8492
|
"declaration": {
|
|
8556
8493
|
"name": "*",
|
|
8557
|
-
"package": "./
|
|
8494
|
+
"package": "./Form"
|
|
8558
8495
|
}
|
|
8559
8496
|
},
|
|
8560
8497
|
{
|
|
@@ -8562,34 +8499,86 @@
|
|
|
8562
8499
|
"name": "*",
|
|
8563
8500
|
"declaration": {
|
|
8564
8501
|
"name": "*",
|
|
8565
|
-
"package": "./
|
|
8502
|
+
"package": "./Form.decorator"
|
|
8566
8503
|
}
|
|
8567
8504
|
}
|
|
8568
8505
|
]
|
|
8569
8506
|
},
|
|
8570
8507
|
{
|
|
8571
8508
|
"kind": "javascript-module",
|
|
8572
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8509
|
+
"path": "libs/web-components/src/lib/wip/Switch/Switch.ts",
|
|
8573
8510
|
"declarations": [
|
|
8574
8511
|
{
|
|
8575
8512
|
"kind": "class",
|
|
8576
|
-
"description": "### Attributes:\n- **
|
|
8577
|
-
"name": "
|
|
8513
|
+
"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",
|
|
8514
|
+
"name": "BmSwitch",
|
|
8578
8515
|
"slots": [
|
|
8579
8516
|
{
|
|
8580
|
-
"description": "Specify
|
|
8581
|
-
"name": "
|
|
8517
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8518
|
+
"name": "onText"
|
|
8519
|
+
},
|
|
8520
|
+
{
|
|
8521
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8522
|
+
"name": "offText"
|
|
8523
|
+
}
|
|
8524
|
+
],
|
|
8525
|
+
"members": [
|
|
8526
|
+
{
|
|
8527
|
+
"kind": "field",
|
|
8528
|
+
"name": "inputChoiceGroupContext",
|
|
8529
|
+
"type": {
|
|
8530
|
+
"text": "InputChoiceGroupContextProps"
|
|
8531
|
+
}
|
|
8532
|
+
},
|
|
8533
|
+
{
|
|
8534
|
+
"kind": "field",
|
|
8535
|
+
"name": "onText",
|
|
8536
|
+
"type": {
|
|
8537
|
+
"text": "string | undefined"
|
|
8538
|
+
},
|
|
8539
|
+
"default": "undefined",
|
|
8540
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8541
|
+
"attribute": "onText"
|
|
8542
|
+
},
|
|
8543
|
+
{
|
|
8544
|
+
"kind": "field",
|
|
8545
|
+
"name": "offText",
|
|
8546
|
+
"type": {
|
|
8547
|
+
"text": "string | undefined"
|
|
8548
|
+
},
|
|
8549
|
+
"default": "undefined",
|
|
8550
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8551
|
+
"attribute": "offText"
|
|
8552
|
+
},
|
|
8553
|
+
{
|
|
8554
|
+
"kind": "field",
|
|
8555
|
+
"name": "theme",
|
|
8556
|
+
"type": {
|
|
8557
|
+
"text": "ThemeTypes | undefined"
|
|
8558
|
+
},
|
|
8559
|
+
"default": "undefined",
|
|
8560
|
+
"description": "Specify the theme of the Switch. By default it inherits the theme from the parent"
|
|
8561
|
+
},
|
|
8562
|
+
{
|
|
8563
|
+
"kind": "field",
|
|
8564
|
+
"name": "textPosition",
|
|
8565
|
+
"type": {
|
|
8566
|
+
"text": "'before' | 'after'"
|
|
8567
|
+
},
|
|
8568
|
+
"default": "'after'",
|
|
8569
|
+
"description": "Specify the position of the side label",
|
|
8570
|
+
"attribute": "textPosition"
|
|
8582
8571
|
},
|
|
8583
8572
|
{
|
|
8584
|
-
"
|
|
8585
|
-
"name": "
|
|
8573
|
+
"kind": "field",
|
|
8574
|
+
"name": "readOnly",
|
|
8575
|
+
"type": {
|
|
8576
|
+
"text": "boolean"
|
|
8577
|
+
},
|
|
8578
|
+
"default": "false",
|
|
8579
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
8580
|
+
"attribute": "readOnly"
|
|
8586
8581
|
},
|
|
8587
|
-
{
|
|
8588
|
-
"description": "Specify if the icon displays to add a Tooltip",
|
|
8589
|
-
"name": "tooltip"
|
|
8590
|
-
}
|
|
8591
|
-
],
|
|
8592
|
-
"members": [
|
|
8593
8582
|
{
|
|
8594
8583
|
"kind": "field",
|
|
8595
8584
|
"name": "disabled",
|
|
@@ -8597,122 +8586,125 @@
|
|
|
8597
8586
|
"text": "boolean"
|
|
8598
8587
|
},
|
|
8599
8588
|
"default": "false",
|
|
8600
|
-
"description": "Specify if
|
|
8589
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
8601
8590
|
"attribute": "disabled"
|
|
8602
8591
|
},
|
|
8603
8592
|
{
|
|
8604
8593
|
"kind": "field",
|
|
8605
|
-
"name": "
|
|
8594
|
+
"name": "checked",
|
|
8606
8595
|
"type": {
|
|
8607
8596
|
"text": "boolean"
|
|
8608
8597
|
},
|
|
8609
8598
|
"default": "false",
|
|
8610
|
-
"
|
|
8611
|
-
"attribute": "required"
|
|
8599
|
+
"attribute": "checked"
|
|
8612
8600
|
},
|
|
8613
8601
|
{
|
|
8614
8602
|
"kind": "field",
|
|
8615
|
-
"name": "
|
|
8603
|
+
"name": "value",
|
|
8616
8604
|
"type": {
|
|
8617
|
-
"text": "
|
|
8605
|
+
"text": "string | undefined"
|
|
8618
8606
|
},
|
|
8619
|
-
"description": "
|
|
8620
|
-
"attribute": "
|
|
8607
|
+
"description": "The value attribute for the input element",
|
|
8608
|
+
"attribute": "value"
|
|
8621
8609
|
},
|
|
8622
8610
|
{
|
|
8623
8611
|
"kind": "field",
|
|
8624
|
-
"name": "
|
|
8612
|
+
"name": "switchRef"
|
|
8613
|
+
}
|
|
8614
|
+
],
|
|
8615
|
+
"attributes": [
|
|
8616
|
+
{
|
|
8617
|
+
"name": "onText",
|
|
8625
8618
|
"type": {
|
|
8626
|
-
"text": "
|
|
8619
|
+
"text": "string | undefined"
|
|
8627
8620
|
},
|
|
8628
|
-
"
|
|
8629
|
-
"
|
|
8621
|
+
"default": "undefined",
|
|
8622
|
+
"description": "Specify a side label for the “on” position. If onText is not specified, side label defaults to offText value.",
|
|
8623
|
+
"fieldName": "onText"
|
|
8630
8624
|
},
|
|
8631
8625
|
{
|
|
8632
|
-
"
|
|
8633
|
-
"name": "theme",
|
|
8626
|
+
"name": "offText",
|
|
8634
8627
|
"type": {
|
|
8635
|
-
"text": "
|
|
8628
|
+
"text": "string | undefined"
|
|
8636
8629
|
},
|
|
8637
|
-
"
|
|
8638
|
-
"
|
|
8639
|
-
|
|
8640
|
-
|
|
8641
|
-
"attributes": [
|
|
8630
|
+
"default": "undefined",
|
|
8631
|
+
"description": "Specify a side label for the “off” position. If offText is not specified, side label defaults to onText value.",
|
|
8632
|
+
"fieldName": "offText"
|
|
8633
|
+
},
|
|
8642
8634
|
{
|
|
8643
|
-
"name": "
|
|
8635
|
+
"name": "textPosition",
|
|
8644
8636
|
"type": {
|
|
8645
|
-
"text": "
|
|
8637
|
+
"text": "'before' | 'after'"
|
|
8646
8638
|
},
|
|
8647
|
-
"default": "
|
|
8648
|
-
"description": "Specify
|
|
8649
|
-
"fieldName": "
|
|
8639
|
+
"default": "'after'",
|
|
8640
|
+
"description": "Specify the position of the side label",
|
|
8641
|
+
"fieldName": "textPosition"
|
|
8650
8642
|
},
|
|
8651
8643
|
{
|
|
8652
|
-
"name": "
|
|
8644
|
+
"name": "readOnly",
|
|
8653
8645
|
"type": {
|
|
8654
8646
|
"text": "boolean"
|
|
8655
8647
|
},
|
|
8656
8648
|
"default": "false",
|
|
8657
|
-
"description": "Specify if
|
|
8658
|
-
"fieldName": "
|
|
8649
|
+
"description": "Specify if Switch displays in a read-only state",
|
|
8650
|
+
"fieldName": "readOnly"
|
|
8659
8651
|
},
|
|
8660
8652
|
{
|
|
8661
|
-
"name": "
|
|
8653
|
+
"name": "disabled",
|
|
8662
8654
|
"type": {
|
|
8663
|
-
"text": "
|
|
8655
|
+
"text": "boolean"
|
|
8664
8656
|
},
|
|
8665
|
-
"
|
|
8666
|
-
"
|
|
8657
|
+
"default": "false",
|
|
8658
|
+
"description": "Specify if Switch displays in a disabled state",
|
|
8659
|
+
"fieldName": "disabled"
|
|
8667
8660
|
},
|
|
8668
8661
|
{
|
|
8669
|
-
"name": "
|
|
8662
|
+
"name": "checked",
|
|
8670
8663
|
"type": {
|
|
8671
|
-
"text": "
|
|
8664
|
+
"text": "boolean"
|
|
8672
8665
|
},
|
|
8673
|
-
"
|
|
8674
|
-
"fieldName": "
|
|
8666
|
+
"default": "false",
|
|
8667
|
+
"fieldName": "checked"
|
|
8675
8668
|
},
|
|
8676
8669
|
{
|
|
8677
|
-
"name": "
|
|
8670
|
+
"name": "value",
|
|
8678
8671
|
"type": {
|
|
8679
|
-
"text": "
|
|
8672
|
+
"text": "string | undefined"
|
|
8680
8673
|
},
|
|
8681
|
-
"description": "
|
|
8682
|
-
"fieldName": "
|
|
8674
|
+
"description": "The value attribute for the input element",
|
|
8675
|
+
"fieldName": "value"
|
|
8683
8676
|
}
|
|
8684
8677
|
],
|
|
8685
8678
|
"superclass": {
|
|
8686
8679
|
"name": "LitElement",
|
|
8687
8680
|
"package": "lit"
|
|
8688
8681
|
},
|
|
8689
|
-
"
|
|
8690
|
-
"tagName": "bm-label",
|
|
8682
|
+
"tagName": "bm-switch",
|
|
8691
8683
|
"customElement": true
|
|
8692
8684
|
}
|
|
8693
8685
|
],
|
|
8694
8686
|
"exports": [
|
|
8695
8687
|
{
|
|
8696
8688
|
"kind": "js",
|
|
8697
|
-
"name": "
|
|
8689
|
+
"name": "BmSwitch",
|
|
8698
8690
|
"declaration": {
|
|
8699
|
-
"name": "
|
|
8700
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8691
|
+
"name": "BmSwitch",
|
|
8692
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
8701
8693
|
}
|
|
8702
8694
|
},
|
|
8703
8695
|
{
|
|
8704
8696
|
"kind": "custom-element-definition",
|
|
8705
|
-
"name": "bm-
|
|
8697
|
+
"name": "bm-switch",
|
|
8706
8698
|
"declaration": {
|
|
8707
|
-
"name": "
|
|
8708
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8699
|
+
"name": "BmSwitch",
|
|
8700
|
+
"module": "libs/web-components/src/lib/wip/Switch/Switch.ts"
|
|
8709
8701
|
}
|
|
8710
8702
|
}
|
|
8711
8703
|
]
|
|
8712
8704
|
},
|
|
8713
8705
|
{
|
|
8714
8706
|
"kind": "javascript-module",
|
|
8715
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8707
|
+
"path": "libs/web-components/src/lib/wip/Switch/index.ts",
|
|
8716
8708
|
"declarations": [],
|
|
8717
8709
|
"exports": [
|
|
8718
8710
|
{
|
|
@@ -8720,7 +8712,15 @@
|
|
|
8720
8712
|
"name": "*",
|
|
8721
8713
|
"declaration": {
|
|
8722
8714
|
"name": "*",
|
|
8723
|
-
"package": "./
|
|
8715
|
+
"package": "./Switch"
|
|
8716
|
+
}
|
|
8717
|
+
},
|
|
8718
|
+
{
|
|
8719
|
+
"kind": "js",
|
|
8720
|
+
"name": "*",
|
|
8721
|
+
"declaration": {
|
|
8722
|
+
"name": "*",
|
|
8723
|
+
"package": "./SwitchGroup/SwitchGroup"
|
|
8724
8724
|
}
|
|
8725
8725
|
}
|
|
8726
8726
|
]
|
|
@@ -9747,28 +9747,207 @@
|
|
|
9747
9747
|
}
|
|
9748
9748
|
},
|
|
9749
9749
|
{
|
|
9750
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
9751
|
-
"name": "helperText",
|
|
9750
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
9751
|
+
"name": "helperText",
|
|
9752
|
+
"inheritedFrom": {
|
|
9753
|
+
"name": "InputChoiceGroup",
|
|
9754
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9755
|
+
}
|
|
9756
|
+
}
|
|
9757
|
+
],
|
|
9758
|
+
"attributes": [
|
|
9759
|
+
{
|
|
9760
|
+
"name": "theme",
|
|
9761
|
+
"type": {
|
|
9762
|
+
"text": "'light' | 'dark' | undefined"
|
|
9763
|
+
},
|
|
9764
|
+
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9765
|
+
"fieldName": "theme",
|
|
9766
|
+
"inheritedFrom": {
|
|
9767
|
+
"name": "InputChoiceGroup",
|
|
9768
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9769
|
+
}
|
|
9770
|
+
},
|
|
9771
|
+
{
|
|
9772
|
+
"name": "layout",
|
|
9773
|
+
"type": {
|
|
9774
|
+
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
9775
|
+
},
|
|
9776
|
+
"default": "'vertical'",
|
|
9777
|
+
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9778
|
+
"deprecated": "use `orientation` and `fluid` instead",
|
|
9779
|
+
"fieldName": "layout",
|
|
9780
|
+
"inheritedFrom": {
|
|
9781
|
+
"name": "InputChoiceGroup",
|
|
9782
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9783
|
+
}
|
|
9784
|
+
},
|
|
9785
|
+
{
|
|
9786
|
+
"name": "orientation",
|
|
9787
|
+
"type": {
|
|
9788
|
+
"text": "'horizontal' | 'vertical'"
|
|
9789
|
+
},
|
|
9790
|
+
"default": "'vertical'",
|
|
9791
|
+
"description": "Specify InputChoiceGroup orientation",
|
|
9792
|
+
"fieldName": "orientation",
|
|
9793
|
+
"inheritedFrom": {
|
|
9794
|
+
"name": "InputChoiceGroup",
|
|
9795
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9796
|
+
}
|
|
9797
|
+
},
|
|
9798
|
+
{
|
|
9799
|
+
"name": "fluid",
|
|
9800
|
+
"type": {
|
|
9801
|
+
"text": "boolean"
|
|
9802
|
+
},
|
|
9803
|
+
"default": "false",
|
|
9804
|
+
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9805
|
+
"fieldName": "fluid",
|
|
9806
|
+
"inheritedFrom": {
|
|
9807
|
+
"name": "InputChoiceGroup",
|
|
9808
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9809
|
+
}
|
|
9810
|
+
},
|
|
9811
|
+
{
|
|
9812
|
+
"name": "required",
|
|
9813
|
+
"type": {
|
|
9814
|
+
"text": "boolean"
|
|
9815
|
+
},
|
|
9816
|
+
"default": "false",
|
|
9817
|
+
"description": "Specify if InputChoiceGroup is a required input",
|
|
9818
|
+
"fieldName": "required",
|
|
9819
|
+
"inheritedFrom": {
|
|
9820
|
+
"name": "InputChoiceGroup",
|
|
9821
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9822
|
+
}
|
|
9823
|
+
},
|
|
9824
|
+
{
|
|
9825
|
+
"name": "hideRequiredMarker",
|
|
9826
|
+
"type": {
|
|
9827
|
+
"text": "boolean"
|
|
9828
|
+
},
|
|
9829
|
+
"default": "false",
|
|
9830
|
+
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9831
|
+
"fieldName": "hideRequiredMarker",
|
|
9832
|
+
"inheritedFrom": {
|
|
9833
|
+
"name": "InputChoiceGroup",
|
|
9834
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9835
|
+
}
|
|
9836
|
+
},
|
|
9837
|
+
{
|
|
9838
|
+
"name": "error",
|
|
9839
|
+
"type": {
|
|
9840
|
+
"text": "string | undefined"
|
|
9841
|
+
},
|
|
9842
|
+
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9843
|
+
"fieldName": "error",
|
|
9844
|
+
"inheritedFrom": {
|
|
9845
|
+
"name": "InputChoiceGroup",
|
|
9846
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9847
|
+
}
|
|
9848
|
+
},
|
|
9849
|
+
{
|
|
9850
|
+
"name": "readOnly",
|
|
9851
|
+
"type": {
|
|
9852
|
+
"text": "boolean"
|
|
9853
|
+
},
|
|
9854
|
+
"default": "false",
|
|
9855
|
+
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9856
|
+
"fieldName": "readOnly",
|
|
9857
|
+
"inheritedFrom": {
|
|
9858
|
+
"name": "InputChoiceGroup",
|
|
9859
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9860
|
+
}
|
|
9861
|
+
},
|
|
9862
|
+
{
|
|
9863
|
+
"name": "disabled",
|
|
9864
|
+
"type": {
|
|
9865
|
+
"text": "boolean"
|
|
9866
|
+
},
|
|
9867
|
+
"default": "false",
|
|
9868
|
+
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9869
|
+
"fieldName": "disabled",
|
|
9870
|
+
"inheritedFrom": {
|
|
9871
|
+
"name": "InputChoiceGroup",
|
|
9872
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9873
|
+
}
|
|
9874
|
+
},
|
|
9875
|
+
{
|
|
9876
|
+
"name": "id",
|
|
9877
|
+
"type": {
|
|
9878
|
+
"text": "string"
|
|
9879
|
+
},
|
|
9880
|
+
"default": "''",
|
|
9881
|
+
"fieldName": "id",
|
|
9752
9882
|
"inheritedFrom": {
|
|
9753
|
-
"name": "
|
|
9754
|
-
"module": "libs/web-components/src/lib/
|
|
9883
|
+
"name": "FormField",
|
|
9884
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9885
|
+
}
|
|
9886
|
+
},
|
|
9887
|
+
{
|
|
9888
|
+
"name": "name",
|
|
9889
|
+
"type": {
|
|
9890
|
+
"text": "string"
|
|
9891
|
+
},
|
|
9892
|
+
"default": "''",
|
|
9893
|
+
"fieldName": "name",
|
|
9894
|
+
"inheritedFrom": {
|
|
9895
|
+
"name": "FormField",
|
|
9896
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9897
|
+
}
|
|
9898
|
+
},
|
|
9899
|
+
{
|
|
9900
|
+
"name": "value",
|
|
9901
|
+
"type": {
|
|
9902
|
+
"text": "string"
|
|
9903
|
+
},
|
|
9904
|
+
"default": "''",
|
|
9905
|
+
"fieldName": "value",
|
|
9906
|
+
"inheritedFrom": {
|
|
9907
|
+
"name": "FormField",
|
|
9908
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9909
|
+
}
|
|
9910
|
+
},
|
|
9911
|
+
{
|
|
9912
|
+
"name": "validationRules",
|
|
9913
|
+
"type": {
|
|
9914
|
+
"text": "Array<FormValidator>"
|
|
9915
|
+
},
|
|
9916
|
+
"default": "[]",
|
|
9917
|
+
"fieldName": "validationRules",
|
|
9918
|
+
"inheritedFrom": {
|
|
9919
|
+
"name": "FormField",
|
|
9920
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9921
|
+
}
|
|
9922
|
+
},
|
|
9923
|
+
{
|
|
9924
|
+
"name": "input-aria-label",
|
|
9925
|
+
"type": {
|
|
9926
|
+
"text": "Optional<string>"
|
|
9927
|
+
},
|
|
9928
|
+
"fieldName": "inputAriaLabel",
|
|
9929
|
+
"inheritedFrom": {
|
|
9930
|
+
"name": "FormField",
|
|
9931
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9755
9932
|
}
|
|
9756
9933
|
}
|
|
9757
9934
|
],
|
|
9758
|
-
"
|
|
9935
|
+
"members": [
|
|
9759
9936
|
{
|
|
9937
|
+
"kind": "field",
|
|
9760
9938
|
"name": "theme",
|
|
9761
9939
|
"type": {
|
|
9762
9940
|
"text": "'light' | 'dark' | undefined"
|
|
9763
9941
|
},
|
|
9764
9942
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
9765
|
-
"
|
|
9943
|
+
"attribute": "theme",
|
|
9766
9944
|
"inheritedFrom": {
|
|
9767
9945
|
"name": "InputChoiceGroup",
|
|
9768
9946
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9769
9947
|
}
|
|
9770
9948
|
},
|
|
9771
9949
|
{
|
|
9950
|
+
"kind": "field",
|
|
9772
9951
|
"name": "layout",
|
|
9773
9952
|
"type": {
|
|
9774
9953
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -9776,162 +9955,320 @@
|
|
|
9776
9955
|
"default": "'vertical'",
|
|
9777
9956
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
9778
9957
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
9779
|
-
"
|
|
9958
|
+
"attribute": "layout",
|
|
9780
9959
|
"inheritedFrom": {
|
|
9781
9960
|
"name": "InputChoiceGroup",
|
|
9782
9961
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9783
9962
|
}
|
|
9784
9963
|
},
|
|
9785
9964
|
{
|
|
9965
|
+
"kind": "field",
|
|
9786
9966
|
"name": "orientation",
|
|
9787
9967
|
"type": {
|
|
9788
9968
|
"text": "'horizontal' | 'vertical'"
|
|
9789
9969
|
},
|
|
9790
9970
|
"default": "'vertical'",
|
|
9791
9971
|
"description": "Specify InputChoiceGroup orientation",
|
|
9792
|
-
"
|
|
9972
|
+
"attribute": "orientation",
|
|
9793
9973
|
"inheritedFrom": {
|
|
9794
9974
|
"name": "InputChoiceGroup",
|
|
9795
9975
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9796
9976
|
}
|
|
9797
9977
|
},
|
|
9798
9978
|
{
|
|
9979
|
+
"kind": "field",
|
|
9799
9980
|
"name": "fluid",
|
|
9800
9981
|
"type": {
|
|
9801
9982
|
"text": "boolean"
|
|
9802
9983
|
},
|
|
9803
9984
|
"default": "false",
|
|
9804
9985
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
9805
|
-
"
|
|
9986
|
+
"attribute": "fluid",
|
|
9806
9987
|
"inheritedFrom": {
|
|
9807
9988
|
"name": "InputChoiceGroup",
|
|
9808
9989
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9809
9990
|
}
|
|
9810
9991
|
},
|
|
9811
9992
|
{
|
|
9993
|
+
"kind": "field",
|
|
9812
9994
|
"name": "required",
|
|
9813
9995
|
"type": {
|
|
9814
9996
|
"text": "boolean"
|
|
9815
9997
|
},
|
|
9816
9998
|
"default": "false",
|
|
9817
9999
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
9818
|
-
"
|
|
10000
|
+
"attribute": "required",
|
|
9819
10001
|
"inheritedFrom": {
|
|
9820
10002
|
"name": "InputChoiceGroup",
|
|
9821
10003
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9822
10004
|
}
|
|
9823
10005
|
},
|
|
9824
10006
|
{
|
|
10007
|
+
"kind": "field",
|
|
9825
10008
|
"name": "hideRequiredMarker",
|
|
9826
10009
|
"type": {
|
|
9827
10010
|
"text": "boolean"
|
|
9828
10011
|
},
|
|
9829
10012
|
"default": "false",
|
|
9830
10013
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
9831
|
-
"
|
|
10014
|
+
"attribute": "hideRequiredMarker",
|
|
9832
10015
|
"inheritedFrom": {
|
|
9833
10016
|
"name": "InputChoiceGroup",
|
|
9834
10017
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9835
10018
|
}
|
|
9836
10019
|
},
|
|
9837
10020
|
{
|
|
10021
|
+
"kind": "field",
|
|
9838
10022
|
"name": "error",
|
|
9839
10023
|
"type": {
|
|
9840
10024
|
"text": "string | undefined"
|
|
9841
10025
|
},
|
|
9842
10026
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
9843
|
-
"
|
|
10027
|
+
"attribute": "error",
|
|
9844
10028
|
"inheritedFrom": {
|
|
9845
10029
|
"name": "InputChoiceGroup",
|
|
9846
10030
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9847
10031
|
}
|
|
9848
10032
|
},
|
|
9849
10033
|
{
|
|
10034
|
+
"kind": "field",
|
|
9850
10035
|
"name": "readOnly",
|
|
9851
10036
|
"type": {
|
|
9852
10037
|
"text": "boolean"
|
|
9853
10038
|
},
|
|
9854
10039
|
"default": "false",
|
|
9855
10040
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
9856
|
-
"
|
|
10041
|
+
"attribute": "readOnly",
|
|
9857
10042
|
"inheritedFrom": {
|
|
9858
10043
|
"name": "InputChoiceGroup",
|
|
9859
10044
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9860
10045
|
}
|
|
9861
10046
|
},
|
|
9862
10047
|
{
|
|
10048
|
+
"kind": "field",
|
|
9863
10049
|
"name": "disabled",
|
|
9864
10050
|
"type": {
|
|
9865
10051
|
"text": "boolean"
|
|
9866
10052
|
},
|
|
9867
10053
|
"default": "false",
|
|
9868
10054
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
9869
|
-
"
|
|
10055
|
+
"attribute": "disabled",
|
|
10056
|
+
"inheritedFrom": {
|
|
10057
|
+
"name": "InputChoiceGroup",
|
|
10058
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10059
|
+
}
|
|
10060
|
+
},
|
|
10061
|
+
{
|
|
10062
|
+
"kind": "field",
|
|
10063
|
+
"name": "radioButtons",
|
|
10064
|
+
"type": {
|
|
10065
|
+
"text": "NodeListOf<Element>"
|
|
10066
|
+
},
|
|
10067
|
+
"inheritedFrom": {
|
|
10068
|
+
"name": "InputChoiceGroup",
|
|
10069
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10070
|
+
}
|
|
10071
|
+
},
|
|
10072
|
+
{
|
|
10073
|
+
"kind": "field",
|
|
10074
|
+
"name": "checkboxes",
|
|
10075
|
+
"type": {
|
|
10076
|
+
"text": "NodeListOf<Element>"
|
|
10077
|
+
},
|
|
10078
|
+
"inheritedFrom": {
|
|
10079
|
+
"name": "InputChoiceGroup",
|
|
10080
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10081
|
+
}
|
|
10082
|
+
},
|
|
10083
|
+
{
|
|
10084
|
+
"kind": "field",
|
|
10085
|
+
"name": "switches",
|
|
10086
|
+
"type": {
|
|
10087
|
+
"text": "NodeListOf<Element>"
|
|
10088
|
+
},
|
|
10089
|
+
"inheritedFrom": {
|
|
10090
|
+
"name": "InputChoiceGroup",
|
|
10091
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10092
|
+
}
|
|
10093
|
+
},
|
|
10094
|
+
{
|
|
10095
|
+
"kind": "field",
|
|
10096
|
+
"name": "inputGroupContextValue",
|
|
10097
|
+
"type": {
|
|
10098
|
+
"text": "InputChoiceGroupContextProps"
|
|
10099
|
+
},
|
|
10100
|
+
"privacy": "public",
|
|
10101
|
+
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
9870
10102
|
"inheritedFrom": {
|
|
9871
10103
|
"name": "InputChoiceGroup",
|
|
9872
10104
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
9873
10105
|
}
|
|
9874
10106
|
},
|
|
9875
10107
|
{
|
|
10108
|
+
"kind": "field",
|
|
10109
|
+
"name": "formAssociated",
|
|
10110
|
+
"type": {
|
|
10111
|
+
"text": "boolean"
|
|
10112
|
+
},
|
|
10113
|
+
"static": true,
|
|
10114
|
+
"default": "true",
|
|
10115
|
+
"inheritedFrom": {
|
|
10116
|
+
"name": "FormField",
|
|
10117
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10118
|
+
}
|
|
10119
|
+
},
|
|
10120
|
+
{
|
|
10121
|
+
"kind": "field",
|
|
9876
10122
|
"name": "id",
|
|
9877
10123
|
"type": {
|
|
9878
10124
|
"text": "string"
|
|
9879
10125
|
},
|
|
9880
10126
|
"default": "''",
|
|
9881
|
-
"
|
|
10127
|
+
"attribute": "id",
|
|
9882
10128
|
"inheritedFrom": {
|
|
9883
10129
|
"name": "FormField",
|
|
9884
10130
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9885
10131
|
}
|
|
9886
10132
|
},
|
|
9887
10133
|
{
|
|
10134
|
+
"kind": "field",
|
|
9888
10135
|
"name": "name",
|
|
9889
10136
|
"type": {
|
|
9890
10137
|
"text": "string"
|
|
9891
10138
|
},
|
|
9892
10139
|
"default": "''",
|
|
9893
|
-
"
|
|
10140
|
+
"attribute": "name",
|
|
9894
10141
|
"inheritedFrom": {
|
|
9895
10142
|
"name": "FormField",
|
|
9896
10143
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9897
10144
|
}
|
|
9898
10145
|
},
|
|
9899
10146
|
{
|
|
10147
|
+
"kind": "field",
|
|
9900
10148
|
"name": "value",
|
|
9901
10149
|
"type": {
|
|
9902
10150
|
"text": "string"
|
|
9903
10151
|
},
|
|
9904
10152
|
"default": "''",
|
|
9905
|
-
"
|
|
10153
|
+
"attribute": "value",
|
|
9906
10154
|
"inheritedFrom": {
|
|
9907
10155
|
"name": "FormField",
|
|
9908
10156
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9909
10157
|
}
|
|
9910
10158
|
},
|
|
9911
10159
|
{
|
|
10160
|
+
"kind": "field",
|
|
9912
10161
|
"name": "validationRules",
|
|
9913
10162
|
"type": {
|
|
9914
10163
|
"text": "Array<FormValidator>"
|
|
9915
10164
|
},
|
|
9916
10165
|
"default": "[]",
|
|
9917
|
-
"
|
|
10166
|
+
"attribute": "validationRules",
|
|
9918
10167
|
"inheritedFrom": {
|
|
9919
10168
|
"name": "FormField",
|
|
9920
10169
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9921
10170
|
}
|
|
9922
10171
|
},
|
|
9923
10172
|
{
|
|
9924
|
-
"
|
|
10173
|
+
"kind": "field",
|
|
10174
|
+
"name": "inputAriaLabel",
|
|
9925
10175
|
"type": {
|
|
9926
10176
|
"text": "Optional<string>"
|
|
9927
10177
|
},
|
|
9928
|
-
"
|
|
10178
|
+
"attribute": "input-aria-label",
|
|
10179
|
+
"inheritedFrom": {
|
|
10180
|
+
"name": "FormField",
|
|
10181
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10182
|
+
}
|
|
10183
|
+
},
|
|
10184
|
+
{
|
|
10185
|
+
"kind": "field",
|
|
10186
|
+
"name": "formContext",
|
|
10187
|
+
"type": {
|
|
10188
|
+
"text": "BmFormContext"
|
|
10189
|
+
},
|
|
10190
|
+
"inheritedFrom": {
|
|
10191
|
+
"name": "FormField",
|
|
10192
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10193
|
+
}
|
|
10194
|
+
},
|
|
10195
|
+
{
|
|
10196
|
+
"kind": "method",
|
|
10197
|
+
"name": "formAssociatedCallback",
|
|
10198
|
+
"return": {
|
|
10199
|
+
"type": {
|
|
10200
|
+
"text": "void"
|
|
10201
|
+
}
|
|
10202
|
+
},
|
|
10203
|
+
"inheritedFrom": {
|
|
10204
|
+
"name": "FormField",
|
|
10205
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10206
|
+
}
|
|
10207
|
+
},
|
|
10208
|
+
{
|
|
10209
|
+
"kind": "method",
|
|
10210
|
+
"name": "formResetCallback",
|
|
10211
|
+
"return": {
|
|
10212
|
+
"type": {
|
|
10213
|
+
"text": "void"
|
|
10214
|
+
}
|
|
10215
|
+
},
|
|
10216
|
+
"inheritedFrom": {
|
|
10217
|
+
"name": "FormField",
|
|
10218
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10219
|
+
}
|
|
10220
|
+
},
|
|
10221
|
+
{
|
|
10222
|
+
"kind": "method",
|
|
10223
|
+
"name": "finalizeAssociatedCallback",
|
|
10224
|
+
"return": {
|
|
10225
|
+
"type": {
|
|
10226
|
+
"text": "FinalizeAssociatedResult"
|
|
10227
|
+
}
|
|
10228
|
+
},
|
|
10229
|
+
"parameters": [
|
|
10230
|
+
{
|
|
10231
|
+
"name": "ctxValue",
|
|
10232
|
+
"type": {
|
|
10233
|
+
"text": "string"
|
|
10234
|
+
}
|
|
10235
|
+
}
|
|
10236
|
+
],
|
|
9929
10237
|
"inheritedFrom": {
|
|
9930
10238
|
"name": "FormField",
|
|
9931
10239
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9932
10240
|
}
|
|
9933
10241
|
}
|
|
9934
|
-
]
|
|
10242
|
+
]
|
|
10243
|
+
}
|
|
10244
|
+
],
|
|
10245
|
+
"exports": [
|
|
10246
|
+
{
|
|
10247
|
+
"kind": "js",
|
|
10248
|
+
"name": "BmCheckboxGroup",
|
|
10249
|
+
"declaration": {
|
|
10250
|
+
"name": "BmCheckboxGroup",
|
|
10251
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10252
|
+
}
|
|
10253
|
+
},
|
|
10254
|
+
{
|
|
10255
|
+
"kind": "custom-element-definition",
|
|
10256
|
+
"name": "bm-checkbox-group",
|
|
10257
|
+
"declaration": {
|
|
10258
|
+
"name": "BmCheckboxGroup",
|
|
10259
|
+
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10260
|
+
}
|
|
10261
|
+
}
|
|
10262
|
+
]
|
|
10263
|
+
},
|
|
10264
|
+
{
|
|
10265
|
+
"kind": "javascript-module",
|
|
10266
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10267
|
+
"declarations": [
|
|
10268
|
+
{
|
|
10269
|
+
"kind": "class",
|
|
10270
|
+
"description": "",
|
|
10271
|
+
"name": "BmRadioButtonGroup",
|
|
9935
10272
|
"members": [
|
|
9936
10273
|
{
|
|
9937
10274
|
"kind": "field",
|
|
@@ -10239,39 +10576,16 @@
|
|
|
10239
10576
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10240
10577
|
}
|
|
10241
10578
|
}
|
|
10242
|
-
]
|
|
10243
|
-
|
|
10244
|
-
|
|
10245
|
-
|
|
10246
|
-
|
|
10247
|
-
"
|
|
10248
|
-
"
|
|
10249
|
-
"declaration": {
|
|
10250
|
-
"name": "BmCheckboxGroup",
|
|
10251
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10252
|
-
}
|
|
10253
|
-
},
|
|
10254
|
-
{
|
|
10255
|
-
"kind": "custom-element-definition",
|
|
10256
|
-
"name": "bm-checkbox-group",
|
|
10257
|
-
"declaration": {
|
|
10258
|
-
"name": "BmCheckboxGroup",
|
|
10259
|
-
"module": "libs/web-components/src/lib/wip/Checkbox/CheckboxGroup/CheckboxGroup.ts"
|
|
10260
|
-
}
|
|
10261
|
-
}
|
|
10262
|
-
]
|
|
10263
|
-
},
|
|
10264
|
-
{
|
|
10265
|
-
"kind": "javascript-module",
|
|
10266
|
-
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10267
|
-
"declarations": [
|
|
10268
|
-
{
|
|
10269
|
-
"kind": "class",
|
|
10270
|
-
"description": "`bm-switch-group`",
|
|
10271
|
-
"name": "BmSwitchGroup",
|
|
10579
|
+
],
|
|
10580
|
+
"superclass": {
|
|
10581
|
+
"name": "InputChoiceGroup",
|
|
10582
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10583
|
+
},
|
|
10584
|
+
"tagName": "bm-radio-button-group",
|
|
10585
|
+
"customElement": true,
|
|
10272
10586
|
"slots": [
|
|
10273
10587
|
{
|
|
10274
|
-
"description": "
|
|
10588
|
+
"description": "Add label text to the InputChoiceGroup",
|
|
10275
10589
|
"name": "label",
|
|
10276
10590
|
"inheritedFrom": {
|
|
10277
10591
|
"name": "InputChoiceGroup",
|
|
@@ -10279,7 +10593,7 @@
|
|
|
10279
10593
|
}
|
|
10280
10594
|
},
|
|
10281
10595
|
{
|
|
10282
|
-
"description": "
|
|
10596
|
+
"description": "Add helper text to the InputChoiceGroup",
|
|
10283
10597
|
"name": "helperText",
|
|
10284
10598
|
"inheritedFrom": {
|
|
10285
10599
|
"name": "InputChoiceGroup",
|
|
@@ -10287,12 +10601,6 @@
|
|
|
10287
10601
|
}
|
|
10288
10602
|
}
|
|
10289
10603
|
],
|
|
10290
|
-
"superclass": {
|
|
10291
|
-
"name": "InputChoiceGroup",
|
|
10292
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10293
|
-
},
|
|
10294
|
-
"tagName": "bm-switch-group",
|
|
10295
|
-
"customElement": true,
|
|
10296
10604
|
"attributes": [
|
|
10297
10605
|
{
|
|
10298
10606
|
"name": "theme",
|
|
@@ -10469,23 +10777,74 @@
|
|
|
10469
10777
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10470
10778
|
}
|
|
10471
10779
|
}
|
|
10780
|
+
]
|
|
10781
|
+
}
|
|
10782
|
+
],
|
|
10783
|
+
"exports": [
|
|
10784
|
+
{
|
|
10785
|
+
"kind": "js",
|
|
10786
|
+
"name": "BmRadioButtonGroup",
|
|
10787
|
+
"declaration": {
|
|
10788
|
+
"name": "BmRadioButtonGroup",
|
|
10789
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10790
|
+
}
|
|
10791
|
+
},
|
|
10792
|
+
{
|
|
10793
|
+
"kind": "custom-element-definition",
|
|
10794
|
+
"name": "bm-radio-button-group",
|
|
10795
|
+
"declaration": {
|
|
10796
|
+
"name": "BmRadioButtonGroup",
|
|
10797
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts"
|
|
10798
|
+
}
|
|
10799
|
+
}
|
|
10800
|
+
]
|
|
10801
|
+
},
|
|
10802
|
+
{
|
|
10803
|
+
"kind": "javascript-module",
|
|
10804
|
+
"path": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts",
|
|
10805
|
+
"declarations": [
|
|
10806
|
+
{
|
|
10807
|
+
"kind": "class",
|
|
10808
|
+
"description": "`bm-switch-group`",
|
|
10809
|
+
"name": "BmSwitchGroup",
|
|
10810
|
+
"slots": [
|
|
10811
|
+
{
|
|
10812
|
+
"description": "Slot for the label of the SwitchGroup",
|
|
10813
|
+
"name": "label",
|
|
10814
|
+
"inheritedFrom": {
|
|
10815
|
+
"name": "InputChoiceGroup",
|
|
10816
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10817
|
+
}
|
|
10818
|
+
},
|
|
10819
|
+
{
|
|
10820
|
+
"description": "Slot for the helper text of the SwitchGroup",
|
|
10821
|
+
"name": "helperText",
|
|
10822
|
+
"inheritedFrom": {
|
|
10823
|
+
"name": "InputChoiceGroup",
|
|
10824
|
+
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10825
|
+
}
|
|
10826
|
+
}
|
|
10472
10827
|
],
|
|
10473
|
-
"
|
|
10828
|
+
"superclass": {
|
|
10829
|
+
"name": "InputChoiceGroup",
|
|
10830
|
+
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
10831
|
+
},
|
|
10832
|
+
"tagName": "bm-switch-group",
|
|
10833
|
+
"customElement": true,
|
|
10834
|
+
"attributes": [
|
|
10474
10835
|
{
|
|
10475
|
-
"kind": "field",
|
|
10476
10836
|
"name": "theme",
|
|
10477
10837
|
"type": {
|
|
10478
10838
|
"text": "'light' | 'dark' | undefined"
|
|
10479
10839
|
},
|
|
10480
10840
|
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
10481
|
-
"
|
|
10841
|
+
"fieldName": "theme",
|
|
10482
10842
|
"inheritedFrom": {
|
|
10483
10843
|
"name": "InputChoiceGroup",
|
|
10484
10844
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10485
10845
|
}
|
|
10486
10846
|
},
|
|
10487
10847
|
{
|
|
10488
|
-
"kind": "field",
|
|
10489
10848
|
"name": "layout",
|
|
10490
10849
|
"type": {
|
|
10491
10850
|
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
@@ -10493,320 +10852,162 @@
|
|
|
10493
10852
|
"default": "'vertical'",
|
|
10494
10853
|
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
10495
10854
|
"deprecated": "use `orientation` and `fluid` instead",
|
|
10496
|
-
"
|
|
10855
|
+
"fieldName": "layout",
|
|
10497
10856
|
"inheritedFrom": {
|
|
10498
10857
|
"name": "InputChoiceGroup",
|
|
10499
10858
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10500
10859
|
}
|
|
10501
10860
|
},
|
|
10502
10861
|
{
|
|
10503
|
-
"kind": "field",
|
|
10504
10862
|
"name": "orientation",
|
|
10505
10863
|
"type": {
|
|
10506
10864
|
"text": "'horizontal' | 'vertical'"
|
|
10507
10865
|
},
|
|
10508
10866
|
"default": "'vertical'",
|
|
10509
10867
|
"description": "Specify InputChoiceGroup orientation",
|
|
10510
|
-
"
|
|
10868
|
+
"fieldName": "orientation",
|
|
10511
10869
|
"inheritedFrom": {
|
|
10512
10870
|
"name": "InputChoiceGroup",
|
|
10513
10871
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10514
10872
|
}
|
|
10515
10873
|
},
|
|
10516
10874
|
{
|
|
10517
|
-
"kind": "field",
|
|
10518
10875
|
"name": "fluid",
|
|
10519
10876
|
"type": {
|
|
10520
10877
|
"text": "boolean"
|
|
10521
10878
|
},
|
|
10522
10879
|
"default": "false",
|
|
10523
10880
|
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
10524
|
-
"
|
|
10881
|
+
"fieldName": "fluid",
|
|
10525
10882
|
"inheritedFrom": {
|
|
10526
10883
|
"name": "InputChoiceGroup",
|
|
10527
10884
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10528
10885
|
}
|
|
10529
10886
|
},
|
|
10530
10887
|
{
|
|
10531
|
-
"kind": "field",
|
|
10532
10888
|
"name": "required",
|
|
10533
10889
|
"type": {
|
|
10534
10890
|
"text": "boolean"
|
|
10535
10891
|
},
|
|
10536
10892
|
"default": "false",
|
|
10537
10893
|
"description": "Specify if InputChoiceGroup is a required input",
|
|
10538
|
-
"
|
|
10894
|
+
"fieldName": "required",
|
|
10539
10895
|
"inheritedFrom": {
|
|
10540
10896
|
"name": "InputChoiceGroup",
|
|
10541
10897
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10542
10898
|
}
|
|
10543
10899
|
},
|
|
10544
10900
|
{
|
|
10545
|
-
"kind": "field",
|
|
10546
10901
|
"name": "hideRequiredMarker",
|
|
10547
10902
|
"type": {
|
|
10548
10903
|
"text": "boolean"
|
|
10549
10904
|
},
|
|
10550
10905
|
"default": "false",
|
|
10551
10906
|
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
10552
|
-
"
|
|
10907
|
+
"fieldName": "hideRequiredMarker",
|
|
10553
10908
|
"inheritedFrom": {
|
|
10554
10909
|
"name": "InputChoiceGroup",
|
|
10555
10910
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10556
10911
|
}
|
|
10557
10912
|
},
|
|
10558
10913
|
{
|
|
10559
|
-
"kind": "field",
|
|
10560
10914
|
"name": "error",
|
|
10561
10915
|
"type": {
|
|
10562
10916
|
"text": "string | undefined"
|
|
10563
10917
|
},
|
|
10564
10918
|
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
10565
|
-
"
|
|
10919
|
+
"fieldName": "error",
|
|
10566
10920
|
"inheritedFrom": {
|
|
10567
10921
|
"name": "InputChoiceGroup",
|
|
10568
10922
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10569
10923
|
}
|
|
10570
10924
|
},
|
|
10571
10925
|
{
|
|
10572
|
-
"kind": "field",
|
|
10573
10926
|
"name": "readOnly",
|
|
10574
10927
|
"type": {
|
|
10575
10928
|
"text": "boolean"
|
|
10576
10929
|
},
|
|
10577
10930
|
"default": "false",
|
|
10578
10931
|
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
10579
|
-
"
|
|
10932
|
+
"fieldName": "readOnly",
|
|
10580
10933
|
"inheritedFrom": {
|
|
10581
10934
|
"name": "InputChoiceGroup",
|
|
10582
10935
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10583
10936
|
}
|
|
10584
10937
|
},
|
|
10585
10938
|
{
|
|
10586
|
-
"kind": "field",
|
|
10587
10939
|
"name": "disabled",
|
|
10588
10940
|
"type": {
|
|
10589
10941
|
"text": "boolean"
|
|
10590
10942
|
},
|
|
10591
10943
|
"default": "false",
|
|
10592
10944
|
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
10593
|
-
"
|
|
10594
|
-
"inheritedFrom": {
|
|
10595
|
-
"name": "InputChoiceGroup",
|
|
10596
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10597
|
-
}
|
|
10598
|
-
},
|
|
10599
|
-
{
|
|
10600
|
-
"kind": "field",
|
|
10601
|
-
"name": "radioButtons",
|
|
10602
|
-
"type": {
|
|
10603
|
-
"text": "NodeListOf<Element>"
|
|
10604
|
-
},
|
|
10605
|
-
"inheritedFrom": {
|
|
10606
|
-
"name": "InputChoiceGroup",
|
|
10607
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10608
|
-
}
|
|
10609
|
-
},
|
|
10610
|
-
{
|
|
10611
|
-
"kind": "field",
|
|
10612
|
-
"name": "checkboxes",
|
|
10613
|
-
"type": {
|
|
10614
|
-
"text": "NodeListOf<Element>"
|
|
10615
|
-
},
|
|
10616
|
-
"inheritedFrom": {
|
|
10617
|
-
"name": "InputChoiceGroup",
|
|
10618
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10619
|
-
}
|
|
10620
|
-
},
|
|
10621
|
-
{
|
|
10622
|
-
"kind": "field",
|
|
10623
|
-
"name": "switches",
|
|
10624
|
-
"type": {
|
|
10625
|
-
"text": "NodeListOf<Element>"
|
|
10626
|
-
},
|
|
10627
|
-
"inheritedFrom": {
|
|
10628
|
-
"name": "InputChoiceGroup",
|
|
10629
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10630
|
-
}
|
|
10631
|
-
},
|
|
10632
|
-
{
|
|
10633
|
-
"kind": "field",
|
|
10634
|
-
"name": "inputGroupContextValue",
|
|
10635
|
-
"type": {
|
|
10636
|
-
"text": "InputChoiceGroupContextProps"
|
|
10637
|
-
},
|
|
10638
|
-
"privacy": "public",
|
|
10639
|
-
"default": "{ name: '', required: false, error: undefined, readOnly: false, disabled: false, selectedValue: undefined, updateSelectedValue: this.updateSelectedValue.bind(this), }",
|
|
10945
|
+
"fieldName": "disabled",
|
|
10640
10946
|
"inheritedFrom": {
|
|
10641
10947
|
"name": "InputChoiceGroup",
|
|
10642
10948
|
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
10643
10949
|
}
|
|
10644
10950
|
},
|
|
10645
10951
|
{
|
|
10646
|
-
"kind": "field",
|
|
10647
|
-
"name": "formAssociated",
|
|
10648
|
-
"type": {
|
|
10649
|
-
"text": "boolean"
|
|
10650
|
-
},
|
|
10651
|
-
"static": true,
|
|
10652
|
-
"default": "true",
|
|
10653
|
-
"inheritedFrom": {
|
|
10654
|
-
"name": "FormField",
|
|
10655
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10656
|
-
}
|
|
10657
|
-
},
|
|
10658
|
-
{
|
|
10659
|
-
"kind": "field",
|
|
10660
10952
|
"name": "id",
|
|
10661
10953
|
"type": {
|
|
10662
10954
|
"text": "string"
|
|
10663
10955
|
},
|
|
10664
10956
|
"default": "''",
|
|
10665
|
-
"
|
|
10957
|
+
"fieldName": "id",
|
|
10666
10958
|
"inheritedFrom": {
|
|
10667
10959
|
"name": "FormField",
|
|
10668
10960
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10669
10961
|
}
|
|
10670
10962
|
},
|
|
10671
10963
|
{
|
|
10672
|
-
"kind": "field",
|
|
10673
10964
|
"name": "name",
|
|
10674
10965
|
"type": {
|
|
10675
10966
|
"text": "string"
|
|
10676
10967
|
},
|
|
10677
10968
|
"default": "''",
|
|
10678
|
-
"
|
|
10969
|
+
"fieldName": "name",
|
|
10679
10970
|
"inheritedFrom": {
|
|
10680
10971
|
"name": "FormField",
|
|
10681
10972
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10682
10973
|
}
|
|
10683
10974
|
},
|
|
10684
10975
|
{
|
|
10685
|
-
"kind": "field",
|
|
10686
10976
|
"name": "value",
|
|
10687
10977
|
"type": {
|
|
10688
10978
|
"text": "string"
|
|
10689
10979
|
},
|
|
10690
10980
|
"default": "''",
|
|
10691
|
-
"
|
|
10981
|
+
"fieldName": "value",
|
|
10692
10982
|
"inheritedFrom": {
|
|
10693
10983
|
"name": "FormField",
|
|
10694
10984
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10695
10985
|
}
|
|
10696
10986
|
},
|
|
10697
10987
|
{
|
|
10698
|
-
"kind": "field",
|
|
10699
10988
|
"name": "validationRules",
|
|
10700
10989
|
"type": {
|
|
10701
10990
|
"text": "Array<FormValidator>"
|
|
10702
10991
|
},
|
|
10703
10992
|
"default": "[]",
|
|
10704
|
-
"
|
|
10705
|
-
"inheritedFrom": {
|
|
10706
|
-
"name": "FormField",
|
|
10707
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10708
|
-
}
|
|
10709
|
-
},
|
|
10710
|
-
{
|
|
10711
|
-
"kind": "field",
|
|
10712
|
-
"name": "inputAriaLabel",
|
|
10713
|
-
"type": {
|
|
10714
|
-
"text": "Optional<string>"
|
|
10715
|
-
},
|
|
10716
|
-
"attribute": "input-aria-label",
|
|
10717
|
-
"inheritedFrom": {
|
|
10718
|
-
"name": "FormField",
|
|
10719
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10720
|
-
}
|
|
10721
|
-
},
|
|
10722
|
-
{
|
|
10723
|
-
"kind": "field",
|
|
10724
|
-
"name": "formContext",
|
|
10725
|
-
"type": {
|
|
10726
|
-
"text": "BmFormContext"
|
|
10727
|
-
},
|
|
10728
|
-
"inheritedFrom": {
|
|
10729
|
-
"name": "FormField",
|
|
10730
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10731
|
-
}
|
|
10732
|
-
},
|
|
10733
|
-
{
|
|
10734
|
-
"kind": "method",
|
|
10735
|
-
"name": "formAssociatedCallback",
|
|
10736
|
-
"return": {
|
|
10737
|
-
"type": {
|
|
10738
|
-
"text": "void"
|
|
10739
|
-
}
|
|
10740
|
-
},
|
|
10741
|
-
"inheritedFrom": {
|
|
10742
|
-
"name": "FormField",
|
|
10743
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10744
|
-
}
|
|
10745
|
-
},
|
|
10746
|
-
{
|
|
10747
|
-
"kind": "method",
|
|
10748
|
-
"name": "formResetCallback",
|
|
10749
|
-
"return": {
|
|
10750
|
-
"type": {
|
|
10751
|
-
"text": "void"
|
|
10752
|
-
}
|
|
10753
|
-
},
|
|
10993
|
+
"fieldName": "validationRules",
|
|
10754
10994
|
"inheritedFrom": {
|
|
10755
10995
|
"name": "FormField",
|
|
10756
10996
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10757
10997
|
}
|
|
10758
10998
|
},
|
|
10759
10999
|
{
|
|
10760
|
-
"
|
|
10761
|
-
"
|
|
10762
|
-
|
|
10763
|
-
"type": {
|
|
10764
|
-
"text": "FinalizeAssociatedResult"
|
|
10765
|
-
}
|
|
11000
|
+
"name": "input-aria-label",
|
|
11001
|
+
"type": {
|
|
11002
|
+
"text": "Optional<string>"
|
|
10766
11003
|
},
|
|
10767
|
-
"
|
|
10768
|
-
{
|
|
10769
|
-
"name": "ctxValue",
|
|
10770
|
-
"type": {
|
|
10771
|
-
"text": "string"
|
|
10772
|
-
}
|
|
10773
|
-
}
|
|
10774
|
-
],
|
|
11004
|
+
"fieldName": "inputAriaLabel",
|
|
10775
11005
|
"inheritedFrom": {
|
|
10776
11006
|
"name": "FormField",
|
|
10777
11007
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
10778
11008
|
}
|
|
10779
11009
|
}
|
|
10780
|
-
]
|
|
10781
|
-
}
|
|
10782
|
-
],
|
|
10783
|
-
"exports": [
|
|
10784
|
-
{
|
|
10785
|
-
"kind": "js",
|
|
10786
|
-
"name": "BmSwitchGroup",
|
|
10787
|
-
"declaration": {
|
|
10788
|
-
"name": "BmSwitchGroup",
|
|
10789
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10790
|
-
}
|
|
10791
|
-
},
|
|
10792
|
-
{
|
|
10793
|
-
"kind": "custom-element-definition",
|
|
10794
|
-
"name": "bm-switch-group",
|
|
10795
|
-
"declaration": {
|
|
10796
|
-
"name": "BmSwitchGroup",
|
|
10797
|
-
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
10798
|
-
}
|
|
10799
|
-
}
|
|
10800
|
-
]
|
|
10801
|
-
},
|
|
10802
|
-
{
|
|
10803
|
-
"kind": "javascript-module",
|
|
10804
|
-
"path": "libs/web-components/src/lib/wip/RadioButton/RadioButtonGroup/RadioButtonGroup.ts",
|
|
10805
|
-
"declarations": [
|
|
10806
|
-
{
|
|
10807
|
-
"kind": "class",
|
|
10808
|
-
"description": "",
|
|
10809
|
-
"name": "BmRadioButtonGroup",
|
|
11010
|
+
],
|
|
10810
11011
|
"members": [
|
|
10811
11012
|
{
|
|
10812
11013
|
"kind": "field",
|
|
@@ -11114,225 +11315,24 @@
|
|
|
11114
11315
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11115
11316
|
}
|
|
11116
11317
|
}
|
|
11117
|
-
],
|
|
11118
|
-
"superclass": {
|
|
11119
|
-
"name": "InputChoiceGroup",
|
|
11120
|
-
"module": "/libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup"
|
|
11121
|
-
},
|
|
11122
|
-
"tagName": "bm-radio-button-group",
|
|
11123
|
-
"customElement": true,
|
|
11124
|
-
"slots": [
|
|
11125
|
-
{
|
|
11126
|
-
"description": "Add label text to the InputChoiceGroup",
|
|
11127
|
-
"name": "label",
|
|
11128
|
-
"inheritedFrom": {
|
|
11129
|
-
"name": "InputChoiceGroup",
|
|
11130
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11131
|
-
}
|
|
11132
|
-
},
|
|
11133
|
-
{
|
|
11134
|
-
"description": "Add helper text to the InputChoiceGroup",
|
|
11135
|
-
"name": "helperText",
|
|
11136
|
-
"inheritedFrom": {
|
|
11137
|
-
"name": "InputChoiceGroup",
|
|
11138
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11139
|
-
}
|
|
11140
|
-
}
|
|
11141
|
-
],
|
|
11142
|
-
"attributes": [
|
|
11143
|
-
{
|
|
11144
|
-
"name": "theme",
|
|
11145
|
-
"type": {
|
|
11146
|
-
"text": "'light' | 'dark' | undefined"
|
|
11147
|
-
},
|
|
11148
|
-
"description": "Specify the theme of the InputChoiceGroup. By default it inherits the theme from the parent",
|
|
11149
|
-
"fieldName": "theme",
|
|
11150
|
-
"inheritedFrom": {
|
|
11151
|
-
"name": "InputChoiceGroup",
|
|
11152
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11153
|
-
}
|
|
11154
|
-
},
|
|
11155
|
-
{
|
|
11156
|
-
"name": "layout",
|
|
11157
|
-
"type": {
|
|
11158
|
-
"text": "'horizontal' | 'vertical' | 'horizontalFluid'"
|
|
11159
|
-
},
|
|
11160
|
-
"default": "'vertical'",
|
|
11161
|
-
"description": "Specify InputChoiceGroup orientation\n\n**Deprecated**: use `orientation` and `fluid` instead",
|
|
11162
|
-
"deprecated": "use `orientation` and `fluid` instead",
|
|
11163
|
-
"fieldName": "layout",
|
|
11164
|
-
"inheritedFrom": {
|
|
11165
|
-
"name": "InputChoiceGroup",
|
|
11166
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11167
|
-
}
|
|
11168
|
-
},
|
|
11169
|
-
{
|
|
11170
|
-
"name": "orientation",
|
|
11171
|
-
"type": {
|
|
11172
|
-
"text": "'horizontal' | 'vertical'"
|
|
11173
|
-
},
|
|
11174
|
-
"default": "'vertical'",
|
|
11175
|
-
"description": "Specify InputChoiceGroup orientation",
|
|
11176
|
-
"fieldName": "orientation",
|
|
11177
|
-
"inheritedFrom": {
|
|
11178
|
-
"name": "InputChoiceGroup",
|
|
11179
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11180
|
-
}
|
|
11181
|
-
},
|
|
11182
|
-
{
|
|
11183
|
-
"name": "fluid",
|
|
11184
|
-
"type": {
|
|
11185
|
-
"text": "boolean"
|
|
11186
|
-
},
|
|
11187
|
-
"default": "false",
|
|
11188
|
-
"description": "Specify if InputChoiceGroup should take the full width of its container",
|
|
11189
|
-
"fieldName": "fluid",
|
|
11190
|
-
"inheritedFrom": {
|
|
11191
|
-
"name": "InputChoiceGroup",
|
|
11192
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11193
|
-
}
|
|
11194
|
-
},
|
|
11195
|
-
{
|
|
11196
|
-
"name": "required",
|
|
11197
|
-
"type": {
|
|
11198
|
-
"text": "boolean"
|
|
11199
|
-
},
|
|
11200
|
-
"default": "false",
|
|
11201
|
-
"description": "Specify if InputChoiceGroup is a required input",
|
|
11202
|
-
"fieldName": "required",
|
|
11203
|
-
"inheritedFrom": {
|
|
11204
|
-
"name": "InputChoiceGroup",
|
|
11205
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11206
|
-
}
|
|
11207
|
-
},
|
|
11208
|
-
{
|
|
11209
|
-
"name": "hideRequiredMarker",
|
|
11210
|
-
"type": {
|
|
11211
|
-
"text": "boolean"
|
|
11212
|
-
},
|
|
11213
|
-
"default": "false",
|
|
11214
|
-
"description": "Specify if the InputChoiceGroup displays with an asterisk",
|
|
11215
|
-
"fieldName": "hideRequiredMarker",
|
|
11216
|
-
"inheritedFrom": {
|
|
11217
|
-
"name": "InputChoiceGroup",
|
|
11218
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11219
|
-
}
|
|
11220
|
-
},
|
|
11221
|
-
{
|
|
11222
|
-
"name": "error",
|
|
11223
|
-
"type": {
|
|
11224
|
-
"text": "string | undefined"
|
|
11225
|
-
},
|
|
11226
|
-
"description": "Specify error text and display error state of a InputChoiceGroup",
|
|
11227
|
-
"fieldName": "error",
|
|
11228
|
-
"inheritedFrom": {
|
|
11229
|
-
"name": "InputChoiceGroup",
|
|
11230
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11231
|
-
}
|
|
11232
|
-
},
|
|
11233
|
-
{
|
|
11234
|
-
"name": "readOnly",
|
|
11235
|
-
"type": {
|
|
11236
|
-
"text": "boolean"
|
|
11237
|
-
},
|
|
11238
|
-
"default": "false",
|
|
11239
|
-
"description": "Specify if InputChoiceGroup displays in a read-only state",
|
|
11240
|
-
"fieldName": "readOnly",
|
|
11241
|
-
"inheritedFrom": {
|
|
11242
|
-
"name": "InputChoiceGroup",
|
|
11243
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11244
|
-
}
|
|
11245
|
-
},
|
|
11246
|
-
{
|
|
11247
|
-
"name": "disabled",
|
|
11248
|
-
"type": {
|
|
11249
|
-
"text": "boolean"
|
|
11250
|
-
},
|
|
11251
|
-
"default": "false",
|
|
11252
|
-
"description": "Specify if InputChoiceGroup displays in a disabled state",
|
|
11253
|
-
"fieldName": "disabled",
|
|
11254
|
-
"inheritedFrom": {
|
|
11255
|
-
"name": "InputChoiceGroup",
|
|
11256
|
-
"module": "libs/web-components/src/lib/InputChoiceGroup/InputChoiceGroup.ts"
|
|
11257
|
-
}
|
|
11258
|
-
},
|
|
11259
|
-
{
|
|
11260
|
-
"name": "id",
|
|
11261
|
-
"type": {
|
|
11262
|
-
"text": "string"
|
|
11263
|
-
},
|
|
11264
|
-
"default": "''",
|
|
11265
|
-
"fieldName": "id",
|
|
11266
|
-
"inheritedFrom": {
|
|
11267
|
-
"name": "FormField",
|
|
11268
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11269
|
-
}
|
|
11270
|
-
},
|
|
11271
|
-
{
|
|
11272
|
-
"name": "name",
|
|
11273
|
-
"type": {
|
|
11274
|
-
"text": "string"
|
|
11275
|
-
},
|
|
11276
|
-
"default": "''",
|
|
11277
|
-
"fieldName": "name",
|
|
11278
|
-
"inheritedFrom": {
|
|
11279
|
-
"name": "FormField",
|
|
11280
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11281
|
-
}
|
|
11282
|
-
},
|
|
11283
|
-
{
|
|
11284
|
-
"name": "value",
|
|
11285
|
-
"type": {
|
|
11286
|
-
"text": "string"
|
|
11287
|
-
},
|
|
11288
|
-
"default": "''",
|
|
11289
|
-
"fieldName": "value",
|
|
11290
|
-
"inheritedFrom": {
|
|
11291
|
-
"name": "FormField",
|
|
11292
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11293
|
-
}
|
|
11294
|
-
},
|
|
11295
|
-
{
|
|
11296
|
-
"name": "validationRules",
|
|
11297
|
-
"type": {
|
|
11298
|
-
"text": "Array<FormValidator>"
|
|
11299
|
-
},
|
|
11300
|
-
"default": "[]",
|
|
11301
|
-
"fieldName": "validationRules",
|
|
11302
|
-
"inheritedFrom": {
|
|
11303
|
-
"name": "FormField",
|
|
11304
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11305
|
-
}
|
|
11306
|
-
},
|
|
11307
|
-
{
|
|
11308
|
-
"name": "input-aria-label",
|
|
11309
|
-
"type": {
|
|
11310
|
-
"text": "Optional<string>"
|
|
11311
|
-
},
|
|
11312
|
-
"fieldName": "inputAriaLabel",
|
|
11313
|
-
"inheritedFrom": {
|
|
11314
|
-
"name": "FormField",
|
|
11315
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
11316
|
-
}
|
|
11317
|
-
}
|
|
11318
11318
|
]
|
|
11319
11319
|
}
|
|
11320
11320
|
],
|
|
11321
11321
|
"exports": [
|
|
11322
11322
|
{
|
|
11323
11323
|
"kind": "js",
|
|
11324
|
-
"name": "
|
|
11324
|
+
"name": "BmSwitchGroup",
|
|
11325
11325
|
"declaration": {
|
|
11326
|
-
"name": "
|
|
11327
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11326
|
+
"name": "BmSwitchGroup",
|
|
11327
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11328
11328
|
}
|
|
11329
11329
|
},
|
|
11330
11330
|
{
|
|
11331
11331
|
"kind": "custom-element-definition",
|
|
11332
|
-
"name": "bm-
|
|
11332
|
+
"name": "bm-switch-group",
|
|
11333
11333
|
"declaration": {
|
|
11334
|
-
"name": "
|
|
11335
|
-
"module": "libs/web-components/src/lib/wip/
|
|
11334
|
+
"name": "BmSwitchGroup",
|
|
11335
|
+
"module": "libs/web-components/src/lib/wip/Switch/SwitchGroup/SwitchGroup.ts"
|
|
11336
11336
|
}
|
|
11337
11337
|
}
|
|
11338
11338
|
]
|