@viasat/beam-web-components 2.2.0 → 2.8.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/Avatar/AvatarGroup.js +1 -1
- package/Breadcrumbs/Breadcrumbs.js +1 -1
- package/Link/Link.js +1 -1
- package/SegmentedControl/SegmentedControlItem.js +1 -1
- package/chunks/dom.CroF8n1N.js +29 -0
- package/custom-elements.json +1110 -1110
- package/local/Avatar/AvatarGroup.js +1 -1
- package/local/Breadcrumbs/Breadcrumbs.js +1 -1
- package/local/Link/Link.js +1 -1
- package/local/SegmentedControl/SegmentedControlItem.js +1 -1
- package/local/chunks/dom.CroF8n1N.js +29 -0
- package/local/wip/Checkbox/Checkbox.js +1 -1
- package/local/wip/RadioButton/RadioButton.js +1 -1
- package/package.json +6 -6
- package/vscode.html-custom-data.json +188 -188
- package/wip/Checkbox/Checkbox.js +1 -1
- package/wip/RadioButton/RadioButton.js +1 -1
- package/chunks/dom.Bbze9_v5.js +0 -29
- package/local/chunks/dom.Bbze9_v5.js +0 -29
package/custom-elements.json
CHANGED
|
@@ -1285,256 +1285,273 @@
|
|
|
1285
1285
|
},
|
|
1286
1286
|
{
|
|
1287
1287
|
"kind": "javascript-module",
|
|
1288
|
-
"path": "libs/web-components/src/lib/
|
|
1288
|
+
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1289
1289
|
"declarations": [
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "class",
|
|
1292
|
-
"description": "`bm-
|
|
1293
|
-
"name": "
|
|
1292
|
+
"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",
|
|
1293
|
+
"name": "BmAlert",
|
|
1294
1294
|
"slots": [
|
|
1295
1295
|
{
|
|
1296
|
-
"description": "
|
|
1297
|
-
"name": "
|
|
1296
|
+
"description": "Specify a different icon for the Alert",
|
|
1297
|
+
"name": "icon"
|
|
1298
1298
|
},
|
|
1299
1299
|
{
|
|
1300
|
-
"description": "Specify
|
|
1301
|
-
"name": "
|
|
1300
|
+
"description": "Specify the heading text for Alert or pass the `heading` attribute to set the heading",
|
|
1301
|
+
"name": "heading"
|
|
1302
1302
|
},
|
|
1303
1303
|
{
|
|
1304
|
-
"description": "Specify
|
|
1305
|
-
"name": "
|
|
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"
|
|
1306
1310
|
}
|
|
1307
1311
|
],
|
|
1308
1312
|
"members": [
|
|
1309
1313
|
{
|
|
1310
1314
|
"kind": "field",
|
|
1311
|
-
"name": "
|
|
1312
|
-
"type": {
|
|
1313
|
-
"text": "boolean"
|
|
1314
|
-
},
|
|
1315
|
-
"static": true,
|
|
1316
|
-
"default": "true"
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"kind": "field",
|
|
1320
|
-
"name": "appearance",
|
|
1315
|
+
"name": "heading",
|
|
1321
1316
|
"type": {
|
|
1322
|
-
"text": "
|
|
1317
|
+
"text": "string | undefined"
|
|
1323
1318
|
},
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"attribute": "appearance"
|
|
1319
|
+
"description": "Specify the heading text for Alert",
|
|
1320
|
+
"attribute": "heading"
|
|
1327
1321
|
},
|
|
1328
1322
|
{
|
|
1329
1323
|
"kind": "field",
|
|
1330
|
-
"name": "
|
|
1324
|
+
"name": "body",
|
|
1331
1325
|
"type": {
|
|
1332
|
-
"text": "
|
|
1326
|
+
"text": "string | undefined"
|
|
1333
1327
|
},
|
|
1334
|
-
"
|
|
1335
|
-
"
|
|
1336
|
-
"attribute": "kind"
|
|
1328
|
+
"description": "Specify the body text for Alert",
|
|
1329
|
+
"attribute": "body"
|
|
1337
1330
|
},
|
|
1338
1331
|
{
|
|
1339
1332
|
"kind": "field",
|
|
1340
1333
|
"name": "size",
|
|
1341
1334
|
"type": {
|
|
1342
|
-
"text": "'sm' | 'md'
|
|
1335
|
+
"text": "'sm' | 'md'"
|
|
1343
1336
|
},
|
|
1344
|
-
"default": "'
|
|
1345
|
-
"description": "Specify the size of
|
|
1337
|
+
"default": "'sm'",
|
|
1338
|
+
"description": "Specify the size of the Alert",
|
|
1346
1339
|
"attribute": "size"
|
|
1347
1340
|
},
|
|
1348
1341
|
{
|
|
1349
1342
|
"kind": "field",
|
|
1350
|
-
"name": "
|
|
1343
|
+
"name": "fullWidth",
|
|
1351
1344
|
"type": {
|
|
1352
1345
|
"text": "boolean"
|
|
1353
1346
|
},
|
|
1354
1347
|
"default": "false",
|
|
1355
|
-
"description": "Specify if the
|
|
1356
|
-
"attribute": "
|
|
1348
|
+
"description": "Specify if the Alert has no border radius",
|
|
1349
|
+
"attribute": "fullWidth"
|
|
1357
1350
|
},
|
|
1358
1351
|
{
|
|
1359
1352
|
"kind": "field",
|
|
1360
|
-
"name": "
|
|
1353
|
+
"name": "theme",
|
|
1361
1354
|
"type": {
|
|
1362
|
-
"text": "
|
|
1355
|
+
"text": "'light' | 'dark' | undefined"
|
|
1363
1356
|
},
|
|
1364
|
-
"
|
|
1365
|
-
"
|
|
1366
|
-
"attribute": "fluid"
|
|
1357
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1358
|
+
"attribute": "theme"
|
|
1367
1359
|
},
|
|
1368
1360
|
{
|
|
1369
1361
|
"kind": "field",
|
|
1370
|
-
"name": "
|
|
1362
|
+
"name": "appearance",
|
|
1371
1363
|
"type": {
|
|
1372
|
-
"text": "
|
|
1364
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1373
1365
|
},
|
|
1374
|
-
"
|
|
1375
|
-
"
|
|
1366
|
+
"default": "'infoPrimary'",
|
|
1367
|
+
"description": "Specify the appearance of the Alert",
|
|
1368
|
+
"attribute": "appearance"
|
|
1376
1369
|
},
|
|
1377
1370
|
{
|
|
1378
1371
|
"kind": "field",
|
|
1379
|
-
"name": "
|
|
1372
|
+
"name": "hidden",
|
|
1380
1373
|
"type": {
|
|
1381
|
-
"text": "
|
|
1374
|
+
"text": "boolean"
|
|
1382
1375
|
},
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1376
|
+
"default": "false",
|
|
1377
|
+
"description": "Specify if the Alert is hidden",
|
|
1378
|
+
"attribute": "hidden"
|
|
1385
1379
|
},
|
|
1386
1380
|
{
|
|
1387
1381
|
"kind": "field",
|
|
1388
|
-
"name": "
|
|
1382
|
+
"name": "hideIcon",
|
|
1389
1383
|
"type": {
|
|
1390
|
-
"text": "
|
|
1384
|
+
"text": "boolean"
|
|
1391
1385
|
},
|
|
1392
|
-
"
|
|
1393
|
-
"
|
|
1386
|
+
"default": "false",
|
|
1387
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1388
|
+
"attribute": "hideIcon"
|
|
1394
1389
|
},
|
|
1395
1390
|
{
|
|
1396
1391
|
"kind": "field",
|
|
1397
|
-
"name": "
|
|
1392
|
+
"name": "dismissible",
|
|
1398
1393
|
"type": {
|
|
1399
|
-
"text": "boolean
|
|
1394
|
+
"text": "boolean"
|
|
1400
1395
|
},
|
|
1401
|
-
"
|
|
1402
|
-
"
|
|
1396
|
+
"default": "false",
|
|
1397
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1398
|
+
"attribute": "dismissible"
|
|
1403
1399
|
},
|
|
1404
1400
|
{
|
|
1405
1401
|
"kind": "field",
|
|
1406
|
-
"name": "
|
|
1402
|
+
"name": "disableAutoFocus",
|
|
1407
1403
|
"type": {
|
|
1408
|
-
"text": "
|
|
1404
|
+
"text": "boolean"
|
|
1409
1405
|
},
|
|
1410
|
-
"default": "
|
|
1411
|
-
"
|
|
1406
|
+
"default": "false",
|
|
1407
|
+
"description": "Prevent autofocus on show",
|
|
1408
|
+
"attribute": "disableAutoFocus"
|
|
1412
1409
|
},
|
|
1413
1410
|
{
|
|
1414
1411
|
"kind": "field",
|
|
1415
|
-
"name": "
|
|
1412
|
+
"name": "disableCloseOnEscape",
|
|
1416
1413
|
"type": {
|
|
1417
|
-
"text": "
|
|
1418
|
-
}
|
|
1414
|
+
"text": "boolean"
|
|
1415
|
+
},
|
|
1416
|
+
"default": "false",
|
|
1417
|
+
"description": "Prevent Escape from closing",
|
|
1418
|
+
"attribute": "disableCloseOnEscape"
|
|
1419
|
+
}
|
|
1420
|
+
],
|
|
1421
|
+
"events": [
|
|
1422
|
+
{
|
|
1423
|
+
"description": "Dispatched when the Alert has been dismissed",
|
|
1424
|
+
"name": "bm-dismiss"
|
|
1419
1425
|
}
|
|
1420
1426
|
],
|
|
1421
1427
|
"attributes": [
|
|
1422
1428
|
{
|
|
1423
|
-
"name": "
|
|
1429
|
+
"name": "heading",
|
|
1424
1430
|
"type": {
|
|
1425
|
-
"text": "
|
|
1431
|
+
"text": "string | undefined"
|
|
1426
1432
|
},
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1429
|
-
"fieldName": "appearance"
|
|
1433
|
+
"description": "Specify the heading text for Alert",
|
|
1434
|
+
"fieldName": "heading"
|
|
1430
1435
|
},
|
|
1431
1436
|
{
|
|
1432
|
-
"name": "
|
|
1437
|
+
"name": "body",
|
|
1433
1438
|
"type": {
|
|
1434
|
-
"text": "
|
|
1439
|
+
"text": "string | undefined"
|
|
1435
1440
|
},
|
|
1436
|
-
"
|
|
1437
|
-
"
|
|
1438
|
-
"fieldName": "kind"
|
|
1441
|
+
"description": "Specify the body text for Alert",
|
|
1442
|
+
"fieldName": "body"
|
|
1439
1443
|
},
|
|
1440
1444
|
{
|
|
1441
1445
|
"name": "size",
|
|
1442
1446
|
"type": {
|
|
1443
|
-
"text": "'sm' | 'md'
|
|
1447
|
+
"text": "'sm' | 'md'"
|
|
1444
1448
|
},
|
|
1445
|
-
"default": "'
|
|
1446
|
-
"description": "Specify the size of
|
|
1449
|
+
"default": "'sm'",
|
|
1450
|
+
"description": "Specify the size of the Alert",
|
|
1447
1451
|
"fieldName": "size"
|
|
1448
1452
|
},
|
|
1449
1453
|
{
|
|
1450
|
-
"name": "
|
|
1454
|
+
"name": "fullWidth",
|
|
1451
1455
|
"type": {
|
|
1452
1456
|
"text": "boolean"
|
|
1453
1457
|
},
|
|
1454
1458
|
"default": "false",
|
|
1455
|
-
"description": "Specify if the
|
|
1456
|
-
"fieldName": "
|
|
1459
|
+
"description": "Specify if the Alert has no border radius",
|
|
1460
|
+
"fieldName": "fullWidth"
|
|
1457
1461
|
},
|
|
1458
1462
|
{
|
|
1459
|
-
"name": "
|
|
1463
|
+
"name": "theme",
|
|
1460
1464
|
"type": {
|
|
1461
|
-
"text": "
|
|
1465
|
+
"text": "'light' | 'dark' | undefined"
|
|
1462
1466
|
},
|
|
1463
|
-
"
|
|
1464
|
-
"
|
|
1465
|
-
"fieldName": "fluid"
|
|
1467
|
+
"description": "Specify the theme of the Alert. By default it inherits the theme from the parent",
|
|
1468
|
+
"fieldName": "theme"
|
|
1466
1469
|
},
|
|
1467
1470
|
{
|
|
1468
|
-
"name": "
|
|
1471
|
+
"name": "appearance",
|
|
1469
1472
|
"type": {
|
|
1470
|
-
"text": "
|
|
1473
|
+
"text": "'infoPrimary' | 'infoSecondary' | 'positive' | 'warning' | 'negative'"
|
|
1471
1474
|
},
|
|
1472
|
-
"
|
|
1473
|
-
"
|
|
1475
|
+
"default": "'infoPrimary'",
|
|
1476
|
+
"description": "Specify the appearance of the Alert",
|
|
1477
|
+
"fieldName": "appearance"
|
|
1474
1478
|
},
|
|
1475
1479
|
{
|
|
1476
|
-
"name": "
|
|
1480
|
+
"name": "hidden",
|
|
1477
1481
|
"type": {
|
|
1478
|
-
"text": "
|
|
1482
|
+
"text": "boolean"
|
|
1479
1483
|
},
|
|
1480
|
-
"
|
|
1481
|
-
"
|
|
1484
|
+
"default": "false",
|
|
1485
|
+
"description": "Specify if the Alert is hidden",
|
|
1486
|
+
"fieldName": "hidden"
|
|
1482
1487
|
},
|
|
1483
1488
|
{
|
|
1484
|
-
"name": "
|
|
1489
|
+
"name": "hideIcon",
|
|
1485
1490
|
"type": {
|
|
1486
|
-
"text": "
|
|
1491
|
+
"text": "boolean"
|
|
1487
1492
|
},
|
|
1488
|
-
"
|
|
1489
|
-
"
|
|
1493
|
+
"default": "false",
|
|
1494
|
+
"description": "Specify if the icon displays on the Alert",
|
|
1495
|
+
"fieldName": "hideIcon"
|
|
1490
1496
|
},
|
|
1491
1497
|
{
|
|
1492
|
-
"name": "
|
|
1498
|
+
"name": "dismissible",
|
|
1493
1499
|
"type": {
|
|
1494
|
-
"text": "boolean
|
|
1500
|
+
"text": "boolean"
|
|
1495
1501
|
},
|
|
1496
|
-
"
|
|
1497
|
-
"
|
|
1502
|
+
"default": "false",
|
|
1503
|
+
"description": "Specify if the Alert can be dismissed",
|
|
1504
|
+
"fieldName": "dismissible"
|
|
1498
1505
|
},
|
|
1499
1506
|
{
|
|
1500
|
-
"name": "
|
|
1507
|
+
"name": "disableAutoFocus",
|
|
1501
1508
|
"type": {
|
|
1502
|
-
"text": "
|
|
1509
|
+
"text": "boolean"
|
|
1503
1510
|
},
|
|
1504
|
-
"default": "
|
|
1505
|
-
"
|
|
1511
|
+
"default": "false",
|
|
1512
|
+
"description": "Prevent autofocus on show",
|
|
1513
|
+
"fieldName": "disableAutoFocus"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"name": "disableCloseOnEscape",
|
|
1517
|
+
"type": {
|
|
1518
|
+
"text": "boolean"
|
|
1519
|
+
},
|
|
1520
|
+
"default": "false",
|
|
1521
|
+
"description": "Prevent Escape from closing",
|
|
1522
|
+
"fieldName": "disableCloseOnEscape"
|
|
1506
1523
|
}
|
|
1507
1524
|
],
|
|
1508
1525
|
"superclass": {
|
|
1509
1526
|
"name": "LitElement",
|
|
1510
1527
|
"package": "lit"
|
|
1511
1528
|
},
|
|
1512
|
-
"tagName": "bm-
|
|
1529
|
+
"tagName": "bm-alert",
|
|
1513
1530
|
"customElement": true
|
|
1514
1531
|
}
|
|
1515
1532
|
],
|
|
1516
1533
|
"exports": [
|
|
1517
1534
|
{
|
|
1518
1535
|
"kind": "js",
|
|
1519
|
-
"name": "
|
|
1536
|
+
"name": "BmAlert",
|
|
1520
1537
|
"declaration": {
|
|
1521
|
-
"name": "
|
|
1522
|
-
"module": "libs/web-components/src/lib/
|
|
1538
|
+
"name": "BmAlert",
|
|
1539
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1523
1540
|
}
|
|
1524
1541
|
},
|
|
1525
1542
|
{
|
|
1526
1543
|
"kind": "custom-element-definition",
|
|
1527
|
-
"name": "bm-
|
|
1544
|
+
"name": "bm-alert",
|
|
1528
1545
|
"declaration": {
|
|
1529
|
-
"name": "
|
|
1530
|
-
"module": "libs/web-components/src/lib/
|
|
1546
|
+
"name": "BmAlert",
|
|
1547
|
+
"module": "libs/web-components/src/lib/Alert/Alert.ts"
|
|
1531
1548
|
}
|
|
1532
1549
|
}
|
|
1533
1550
|
]
|
|
1534
1551
|
},
|
|
1535
1552
|
{
|
|
1536
1553
|
"kind": "javascript-module",
|
|
1537
|
-
"path": "libs/web-components/src/lib/
|
|
1554
|
+
"path": "libs/web-components/src/lib/Alert/index.ts",
|
|
1538
1555
|
"declarations": [],
|
|
1539
1556
|
"exports": [
|
|
1540
1557
|
{
|
|
@@ -1542,672 +1559,647 @@
|
|
|
1542
1559
|
"name": "*",
|
|
1543
1560
|
"declaration": {
|
|
1544
1561
|
"name": "*",
|
|
1545
|
-
"package": "./
|
|
1562
|
+
"package": "./Alert"
|
|
1546
1563
|
}
|
|
1547
1564
|
}
|
|
1548
1565
|
]
|
|
1549
1566
|
},
|
|
1550
1567
|
{
|
|
1551
1568
|
"kind": "javascript-module",
|
|
1552
|
-
"path": "libs/web-components/src/lib/
|
|
1569
|
+
"path": "libs/web-components/src/lib/Button/Button.ts",
|
|
1553
1570
|
"declarations": [
|
|
1554
1571
|
{
|
|
1555
1572
|
"kind": "class",
|
|
1556
|
-
"description": "`bm-
|
|
1557
|
-
"name": "
|
|
1573
|
+
"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** ",
|
|
1574
|
+
"name": "BmButton",
|
|
1558
1575
|
"slots": [
|
|
1559
1576
|
{
|
|
1560
|
-
"description": "
|
|
1561
|
-
"name": "
|
|
1562
|
-
}
|
|
1563
|
-
],
|
|
1564
|
-
"members": [
|
|
1577
|
+
"description": "Provide content for the Button",
|
|
1578
|
+
"name": "default"
|
|
1579
|
+
},
|
|
1565
1580
|
{
|
|
1566
|
-
"
|
|
1567
|
-
"name": "
|
|
1568
|
-
"type": {
|
|
1569
|
-
"text": "'accent' | 'neutral' | undefined"
|
|
1570
|
-
},
|
|
1571
|
-
"default": "'neutral'",
|
|
1572
|
-
"description": "Specify the appearance of the Avatar",
|
|
1573
|
-
"attribute": "appearance"
|
|
1581
|
+
"description": "Specify if the Button displays icon before the text",
|
|
1582
|
+
"name": "iconBefore"
|
|
1574
1583
|
},
|
|
1584
|
+
{
|
|
1585
|
+
"description": "Specify if the Button displays icon after the text",
|
|
1586
|
+
"name": "iconAfter"
|
|
1587
|
+
}
|
|
1588
|
+
],
|
|
1589
|
+
"members": [
|
|
1575
1590
|
{
|
|
1576
1591
|
"kind": "field",
|
|
1577
|
-
"name": "
|
|
1592
|
+
"name": "formAssociated",
|
|
1578
1593
|
"type": {
|
|
1579
|
-
"text": "
|
|
1594
|
+
"text": "boolean"
|
|
1580
1595
|
},
|
|
1581
|
-
"
|
|
1582
|
-
"
|
|
1596
|
+
"static": true,
|
|
1597
|
+
"default": "true"
|
|
1583
1598
|
},
|
|
1584
1599
|
{
|
|
1585
1600
|
"kind": "field",
|
|
1586
|
-
"name": "
|
|
1601
|
+
"name": "appearance",
|
|
1587
1602
|
"type": {
|
|
1588
|
-
"text": "
|
|
1603
|
+
"text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
|
|
1589
1604
|
},
|
|
1590
|
-
"
|
|
1591
|
-
"
|
|
1605
|
+
"default": "'accent'",
|
|
1606
|
+
"description": "Specify the appearance of a Button",
|
|
1607
|
+
"attribute": "appearance"
|
|
1592
1608
|
},
|
|
1593
1609
|
{
|
|
1594
1610
|
"kind": "field",
|
|
1595
|
-
"name": "
|
|
1611
|
+
"name": "kind",
|
|
1596
1612
|
"type": {
|
|
1597
|
-
"text": "
|
|
1613
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
1598
1614
|
},
|
|
1599
|
-
"
|
|
1600
|
-
"
|
|
1615
|
+
"default": "'filled'",
|
|
1616
|
+
"description": "Specify the kind of Button",
|
|
1617
|
+
"attribute": "kind"
|
|
1601
1618
|
},
|
|
1602
1619
|
{
|
|
1603
1620
|
"kind": "field",
|
|
1604
1621
|
"name": "size",
|
|
1605
1622
|
"type": {
|
|
1606
|
-
"text": "'
|
|
1623
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
1607
1624
|
},
|
|
1608
1625
|
"default": "'md'",
|
|
1609
|
-
"description": "Specify the size of
|
|
1626
|
+
"description": "Specify the size of a Button",
|
|
1610
1627
|
"attribute": "size"
|
|
1611
1628
|
},
|
|
1612
1629
|
{
|
|
1613
1630
|
"kind": "field",
|
|
1614
1631
|
"name": "disabled",
|
|
1615
1632
|
"type": {
|
|
1616
|
-
"text": "boolean
|
|
1633
|
+
"text": "boolean"
|
|
1617
1634
|
},
|
|
1618
1635
|
"default": "false",
|
|
1619
|
-
"description": "Specify if the
|
|
1636
|
+
"description": "Specify if the Button is disabled",
|
|
1620
1637
|
"attribute": "disabled"
|
|
1621
1638
|
},
|
|
1622
1639
|
{
|
|
1623
1640
|
"kind": "field",
|
|
1624
|
-
"name": "
|
|
1641
|
+
"name": "fluid",
|
|
1625
1642
|
"type": {
|
|
1626
|
-
"text": "
|
|
1643
|
+
"text": "boolean"
|
|
1627
1644
|
},
|
|
1628
|
-
"default": "
|
|
1629
|
-
"description": "Specify
|
|
1630
|
-
"attribute": "
|
|
1645
|
+
"default": "false",
|
|
1646
|
+
"description": "Specify if Button is fluid",
|
|
1647
|
+
"attribute": "fluid"
|
|
1631
1648
|
},
|
|
1632
1649
|
{
|
|
1633
1650
|
"kind": "field",
|
|
1634
|
-
"name": "
|
|
1651
|
+
"name": "width",
|
|
1635
1652
|
"type": {
|
|
1636
|
-
"text": "
|
|
1653
|
+
"text": "string | undefined"
|
|
1637
1654
|
},
|
|
1638
|
-
"
|
|
1639
|
-
"
|
|
1640
|
-
"attribute": "isInteractive"
|
|
1655
|
+
"description": "Specify the width of a Button",
|
|
1656
|
+
"attribute": "width"
|
|
1641
1657
|
},
|
|
1642
1658
|
{
|
|
1643
1659
|
"kind": "field",
|
|
1644
|
-
"name": "
|
|
1660
|
+
"name": "height",
|
|
1645
1661
|
"type": {
|
|
1646
|
-
"text": "
|
|
1662
|
+
"text": "string | undefined"
|
|
1647
1663
|
},
|
|
1648
|
-
"
|
|
1649
|
-
"
|
|
1650
|
-
"attribute": "isFocusable"
|
|
1664
|
+
"description": "Specify the height of a Button",
|
|
1665
|
+
"attribute": "height"
|
|
1651
1666
|
},
|
|
1652
1667
|
{
|
|
1653
1668
|
"kind": "field",
|
|
1654
|
-
"name": "
|
|
1669
|
+
"name": "theme",
|
|
1655
1670
|
"type": {
|
|
1656
|
-
"text": "
|
|
1671
|
+
"text": "'light' | 'dark' | undefined"
|
|
1657
1672
|
},
|
|
1658
|
-
"
|
|
1659
|
-
"attribute": "
|
|
1660
|
-
}
|
|
1661
|
-
],
|
|
1662
|
-
"attributes": [
|
|
1673
|
+
"description": "Specify the theme of the Button",
|
|
1674
|
+
"attribute": "theme"
|
|
1675
|
+
},
|
|
1663
1676
|
{
|
|
1664
|
-
"
|
|
1677
|
+
"kind": "field",
|
|
1678
|
+
"name": "iconOnly",
|
|
1665
1679
|
"type": {
|
|
1666
|
-
"text": "
|
|
1680
|
+
"text": "boolean | undefined"
|
|
1667
1681
|
},
|
|
1668
|
-
"
|
|
1669
|
-
"
|
|
1670
|
-
"fieldName": "appearance"
|
|
1682
|
+
"description": "Specify if the icon displays without text",
|
|
1683
|
+
"attribute": "iconOnly"
|
|
1671
1684
|
},
|
|
1672
1685
|
{
|
|
1673
|
-
"
|
|
1686
|
+
"kind": "field",
|
|
1687
|
+
"name": "type",
|
|
1674
1688
|
"type": {
|
|
1675
|
-
"text": "string
|
|
1689
|
+
"text": "string"
|
|
1676
1690
|
},
|
|
1677
|
-
"
|
|
1678
|
-
"
|
|
1691
|
+
"default": "'button'",
|
|
1692
|
+
"attribute": "type"
|
|
1679
1693
|
},
|
|
1680
1694
|
{
|
|
1681
|
-
"
|
|
1695
|
+
"kind": "field",
|
|
1696
|
+
"name": "formContext",
|
|
1682
1697
|
"type": {
|
|
1683
|
-
"text": "
|
|
1698
|
+
"text": "BmFormContext"
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
],
|
|
1702
|
+
"attributes": [
|
|
1703
|
+
{
|
|
1704
|
+
"name": "appearance",
|
|
1705
|
+
"type": {
|
|
1706
|
+
"text": "'accent' | 'neutral' | 'destructive' | 'neutral-subtle'"
|
|
1684
1707
|
},
|
|
1685
|
-
"
|
|
1686
|
-
"
|
|
1708
|
+
"default": "'accent'",
|
|
1709
|
+
"description": "Specify the appearance of a Button",
|
|
1710
|
+
"fieldName": "appearance"
|
|
1687
1711
|
},
|
|
1688
1712
|
{
|
|
1689
|
-
"name": "
|
|
1713
|
+
"name": "kind",
|
|
1690
1714
|
"type": {
|
|
1691
|
-
"text": "
|
|
1715
|
+
"text": "'filled' | 'outline' | 'ghost' | 'bare'"
|
|
1692
1716
|
},
|
|
1693
|
-
"
|
|
1694
|
-
"
|
|
1717
|
+
"default": "'filled'",
|
|
1718
|
+
"description": "Specify the kind of Button",
|
|
1719
|
+
"fieldName": "kind"
|
|
1695
1720
|
},
|
|
1696
1721
|
{
|
|
1697
1722
|
"name": "size",
|
|
1698
1723
|
"type": {
|
|
1699
|
-
"text": "'
|
|
1724
|
+
"text": "'sm' | 'md' | 'lg'"
|
|
1700
1725
|
},
|
|
1701
1726
|
"default": "'md'",
|
|
1702
|
-
"description": "Specify the size of
|
|
1727
|
+
"description": "Specify the size of a Button",
|
|
1703
1728
|
"fieldName": "size"
|
|
1704
1729
|
},
|
|
1705
1730
|
{
|
|
1706
1731
|
"name": "disabled",
|
|
1707
1732
|
"type": {
|
|
1708
|
-
"text": "boolean
|
|
1733
|
+
"text": "boolean"
|
|
1709
1734
|
},
|
|
1710
1735
|
"default": "false",
|
|
1711
|
-
"description": "Specify if the
|
|
1736
|
+
"description": "Specify if the Button is disabled",
|
|
1712
1737
|
"fieldName": "disabled"
|
|
1713
1738
|
},
|
|
1714
1739
|
{
|
|
1715
|
-
"name": "
|
|
1740
|
+
"name": "fluid",
|
|
1716
1741
|
"type": {
|
|
1717
|
-
"text": "
|
|
1742
|
+
"text": "boolean"
|
|
1718
1743
|
},
|
|
1719
|
-
"default": "
|
|
1720
|
-
"description": "Specify
|
|
1721
|
-
"fieldName": "
|
|
1744
|
+
"default": "false",
|
|
1745
|
+
"description": "Specify if Button is fluid",
|
|
1746
|
+
"fieldName": "fluid"
|
|
1722
1747
|
},
|
|
1723
1748
|
{
|
|
1724
|
-
"name": "
|
|
1749
|
+
"name": "width",
|
|
1725
1750
|
"type": {
|
|
1726
|
-
"text": "
|
|
1751
|
+
"text": "string | undefined"
|
|
1727
1752
|
},
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1730
|
-
"fieldName": "isInteractive"
|
|
1753
|
+
"description": "Specify the width of a Button",
|
|
1754
|
+
"fieldName": "width"
|
|
1731
1755
|
},
|
|
1732
1756
|
{
|
|
1733
|
-
"name": "
|
|
1757
|
+
"name": "height",
|
|
1734
1758
|
"type": {
|
|
1735
|
-
"text": "
|
|
1759
|
+
"text": "string | undefined"
|
|
1736
1760
|
},
|
|
1737
|
-
"
|
|
1738
|
-
"
|
|
1739
|
-
"fieldName": "isFocusable"
|
|
1761
|
+
"description": "Specify the height of a Button",
|
|
1762
|
+
"fieldName": "height"
|
|
1740
1763
|
},
|
|
1741
1764
|
{
|
|
1742
|
-
"name": "
|
|
1765
|
+
"name": "theme",
|
|
1743
1766
|
"type": {
|
|
1744
|
-
"text": "
|
|
1767
|
+
"text": "'light' | 'dark' | undefined"
|
|
1745
1768
|
},
|
|
1746
|
-
"
|
|
1747
|
-
"fieldName": "
|
|
1769
|
+
"description": "Specify the theme of the Button",
|
|
1770
|
+
"fieldName": "theme"
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"name": "iconOnly",
|
|
1774
|
+
"type": {
|
|
1775
|
+
"text": "boolean | undefined"
|
|
1776
|
+
},
|
|
1777
|
+
"description": "Specify if the icon displays without text",
|
|
1778
|
+
"fieldName": "iconOnly"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"name": "type",
|
|
1782
|
+
"type": {
|
|
1783
|
+
"text": "string"
|
|
1784
|
+
},
|
|
1785
|
+
"default": "'button'",
|
|
1786
|
+
"fieldName": "type"
|
|
1748
1787
|
}
|
|
1749
1788
|
],
|
|
1750
1789
|
"superclass": {
|
|
1751
1790
|
"name": "LitElement",
|
|
1752
1791
|
"package": "lit"
|
|
1753
1792
|
},
|
|
1754
|
-
"tagName": "bm-
|
|
1793
|
+
"tagName": "bm-button",
|
|
1755
1794
|
"customElement": true
|
|
1756
1795
|
}
|
|
1757
1796
|
],
|
|
1758
1797
|
"exports": [
|
|
1759
1798
|
{
|
|
1760
1799
|
"kind": "js",
|
|
1761
|
-
"name": "
|
|
1800
|
+
"name": "BmButton",
|
|
1762
1801
|
"declaration": {
|
|
1763
|
-
"name": "
|
|
1764
|
-
"module": "libs/web-components/src/lib/
|
|
1802
|
+
"name": "BmButton",
|
|
1803
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
1765
1804
|
}
|
|
1766
1805
|
},
|
|
1767
1806
|
{
|
|
1768
1807
|
"kind": "custom-element-definition",
|
|
1769
|
-
"name": "bm-
|
|
1808
|
+
"name": "bm-button",
|
|
1770
1809
|
"declaration": {
|
|
1771
|
-
"name": "
|
|
1772
|
-
"module": "libs/web-components/src/lib/
|
|
1810
|
+
"name": "BmButton",
|
|
1811
|
+
"module": "libs/web-components/src/lib/Button/Button.ts"
|
|
1773
1812
|
}
|
|
1774
1813
|
}
|
|
1775
1814
|
]
|
|
1776
1815
|
},
|
|
1777
1816
|
{
|
|
1778
1817
|
"kind": "javascript-module",
|
|
1779
|
-
"path": "libs/web-components/src/lib/
|
|
1780
|
-
"declarations": [
|
|
1781
|
-
{
|
|
1782
|
-
"kind": "variable",
|
|
1783
|
-
"name": "AvatarGroupCtx"
|
|
1784
|
-
}
|
|
1785
|
-
],
|
|
1818
|
+
"path": "libs/web-components/src/lib/Button/index.ts",
|
|
1819
|
+
"declarations": [],
|
|
1786
1820
|
"exports": [
|
|
1787
1821
|
{
|
|
1788
1822
|
"kind": "js",
|
|
1789
|
-
"name": "
|
|
1823
|
+
"name": "*",
|
|
1790
1824
|
"declaration": {
|
|
1791
|
-
"name": "
|
|
1792
|
-
"
|
|
1825
|
+
"name": "*",
|
|
1826
|
+
"package": "./Button"
|
|
1793
1827
|
}
|
|
1794
1828
|
}
|
|
1795
1829
|
]
|
|
1796
1830
|
},
|
|
1797
1831
|
{
|
|
1798
1832
|
"kind": "javascript-module",
|
|
1799
|
-
"path": "libs/web-components/src/lib/Avatar/
|
|
1833
|
+
"path": "libs/web-components/src/lib/Avatar/Avatar.ts",
|
|
1800
1834
|
"declarations": [
|
|
1801
1835
|
{
|
|
1802
1836
|
"kind": "class",
|
|
1803
|
-
"description": "`bm-avatar
|
|
1804
|
-
"name": "
|
|
1837
|
+
"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** ",
|
|
1838
|
+
"name": "BmAvatar",
|
|
1805
1839
|
"slots": [
|
|
1806
1840
|
{
|
|
1807
|
-
"description": "
|
|
1808
|
-
"name": "
|
|
1841
|
+
"description": "Customize the default icon",
|
|
1842
|
+
"name": "icon"
|
|
1809
1843
|
}
|
|
1810
1844
|
],
|
|
1811
1845
|
"members": [
|
|
1812
1846
|
{
|
|
1813
1847
|
"kind": "field",
|
|
1814
|
-
"name": "
|
|
1848
|
+
"name": "appearance",
|
|
1815
1849
|
"type": {
|
|
1816
|
-
"text": "
|
|
1850
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1817
1851
|
},
|
|
1818
|
-
"default": "
|
|
1819
|
-
"description": "Specify
|
|
1820
|
-
"attribute": "
|
|
1852
|
+
"default": "'neutral'",
|
|
1853
|
+
"description": "Specify the appearance of the Avatar",
|
|
1854
|
+
"attribute": "appearance"
|
|
1821
1855
|
},
|
|
1822
1856
|
{
|
|
1823
1857
|
"kind": "field",
|
|
1824
|
-
"name": "
|
|
1858
|
+
"name": "name",
|
|
1825
1859
|
"type": {
|
|
1826
|
-
"text": "
|
|
1860
|
+
"text": "string | undefined"
|
|
1827
1861
|
},
|
|
1828
|
-
"
|
|
1829
|
-
"
|
|
1830
|
-
"attribute": "maxCount",
|
|
1831
|
-
"reflects": true
|
|
1862
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1863
|
+
"attribute": "name"
|
|
1832
1864
|
},
|
|
1833
1865
|
{
|
|
1834
1866
|
"kind": "field",
|
|
1835
|
-
"name": "
|
|
1867
|
+
"name": "src",
|
|
1836
1868
|
"type": {
|
|
1837
|
-
"text": "
|
|
1869
|
+
"text": "string | undefined"
|
|
1838
1870
|
},
|
|
1839
|
-
"
|
|
1840
|
-
"
|
|
1841
|
-
"attribute": "size"
|
|
1871
|
+
"description": "Pass an image to the Avatar",
|
|
1872
|
+
"attribute": "src"
|
|
1842
1873
|
},
|
|
1843
1874
|
{
|
|
1844
1875
|
"kind": "field",
|
|
1845
|
-
"name": "
|
|
1876
|
+
"name": "alt",
|
|
1846
1877
|
"type": {
|
|
1847
|
-
"text": "
|
|
1878
|
+
"text": "string | undefined"
|
|
1848
1879
|
},
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
|
|
1852
|
-
}
|
|
1853
|
-
],
|
|
1854
|
-
"attributes": [
|
|
1880
|
+
"description": "Specify alt for image",
|
|
1881
|
+
"attribute": "alt"
|
|
1882
|
+
},
|
|
1855
1883
|
{
|
|
1856
|
-
"
|
|
1884
|
+
"kind": "field",
|
|
1885
|
+
"name": "size",
|
|
1857
1886
|
"type": {
|
|
1858
|
-
"text": "
|
|
1887
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
1859
1888
|
},
|
|
1860
|
-
"default": "
|
|
1861
|
-
"description": "Specify
|
|
1862
|
-
"
|
|
1889
|
+
"default": "'md'",
|
|
1890
|
+
"description": "Specify the size of the Avatar",
|
|
1891
|
+
"attribute": "size"
|
|
1863
1892
|
},
|
|
1864
1893
|
{
|
|
1865
|
-
"
|
|
1894
|
+
"kind": "field",
|
|
1895
|
+
"name": "disabled",
|
|
1866
1896
|
"type": {
|
|
1867
|
-
"text": "
|
|
1897
|
+
"text": "boolean | undefined"
|
|
1868
1898
|
},
|
|
1869
|
-
"default": "
|
|
1870
|
-
"description": "Specify the
|
|
1871
|
-
"
|
|
1899
|
+
"default": "false",
|
|
1900
|
+
"description": "Specify if the Avatar is disabled",
|
|
1901
|
+
"attribute": "disabled"
|
|
1872
1902
|
},
|
|
1873
1903
|
{
|
|
1874
|
-
"
|
|
1904
|
+
"kind": "field",
|
|
1905
|
+
"name": "shape",
|
|
1875
1906
|
"type": {
|
|
1876
|
-
"text": "'
|
|
1907
|
+
"text": "'circle' | 'square' | undefined"
|
|
1877
1908
|
},
|
|
1878
|
-
"default": "'
|
|
1879
|
-
"description": "Specify the
|
|
1880
|
-
"
|
|
1909
|
+
"default": "'circle'",
|
|
1910
|
+
"description": "Specify the shape of the Avatar",
|
|
1911
|
+
"attribute": "shape"
|
|
1881
1912
|
},
|
|
1882
1913
|
{
|
|
1883
|
-
"
|
|
1914
|
+
"kind": "field",
|
|
1915
|
+
"name": "isInteractive",
|
|
1884
1916
|
"type": {
|
|
1885
|
-
"text": "
|
|
1917
|
+
"text": "boolean"
|
|
1886
1918
|
},
|
|
1887
|
-
"default": "
|
|
1888
|
-
"description": "
|
|
1889
|
-
"
|
|
1890
|
-
}
|
|
1891
|
-
],
|
|
1892
|
-
"superclass": {
|
|
1893
|
-
"name": "LitElement",
|
|
1894
|
-
"package": "lit"
|
|
1895
|
-
},
|
|
1896
|
-
"tagName": "bm-avatar-group",
|
|
1897
|
-
"customElement": true
|
|
1898
|
-
}
|
|
1899
|
-
],
|
|
1900
|
-
"exports": [
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "js",
|
|
1903
|
-
"name": "BmAvatarGroup",
|
|
1904
|
-
"declaration": {
|
|
1905
|
-
"name": "BmAvatarGroup",
|
|
1906
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"kind": "custom-element-definition",
|
|
1911
|
-
"name": "bm-avatar-group",
|
|
1912
|
-
"declaration": {
|
|
1913
|
-
"name": "BmAvatarGroup",
|
|
1914
|
-
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
1915
|
-
}
|
|
1916
|
-
}
|
|
1917
|
-
]
|
|
1918
|
-
},
|
|
1919
|
-
{
|
|
1920
|
-
"kind": "javascript-module",
|
|
1921
|
-
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
1922
|
-
"declarations": [],
|
|
1923
|
-
"exports": [
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "js",
|
|
1926
|
-
"name": "*",
|
|
1927
|
-
"declaration": {
|
|
1928
|
-
"name": "*",
|
|
1929
|
-
"package": "./Avatar"
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "js",
|
|
1934
|
-
"name": "*",
|
|
1935
|
-
"declaration": {
|
|
1936
|
-
"name": "*",
|
|
1937
|
-
"package": "./AvatarGroup"
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1940
|
-
]
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "javascript-module",
|
|
1944
|
-
"path": "libs/web-components/src/lib/Alert/Alert.ts",
|
|
1945
|
-
"declarations": [
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "class",
|
|
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",
|
|
1950
|
-
"slots": [
|
|
1951
|
-
{
|
|
1952
|
-
"description": "Specify a different icon for the Alert",
|
|
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"
|
|
1919
|
+
"default": "false",
|
|
1920
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
1921
|
+
"attribute": "isInteractive"
|
|
1962
1922
|
},
|
|
1963
|
-
{
|
|
1964
|
-
"description": "Specify if actions display on the Alert",
|
|
1965
|
-
"name": "actions"
|
|
1966
|
-
}
|
|
1967
|
-
],
|
|
1968
|
-
"members": [
|
|
1969
1923
|
{
|
|
1970
1924
|
"kind": "field",
|
|
1971
|
-
"name": "
|
|
1925
|
+
"name": "isFocusable",
|
|
1972
1926
|
"type": {
|
|
1973
|
-
"text": "
|
|
1927
|
+
"text": "boolean"
|
|
1974
1928
|
},
|
|
1975
|
-
"
|
|
1976
|
-
"
|
|
1929
|
+
"default": "false",
|
|
1930
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
1931
|
+
"attribute": "isFocusable"
|
|
1977
1932
|
},
|
|
1978
1933
|
{
|
|
1979
1934
|
"kind": "field",
|
|
1980
|
-
"name": "
|
|
1935
|
+
"name": "withBorder",
|
|
1981
1936
|
"type": {
|
|
1982
|
-
"text": "
|
|
1937
|
+
"text": "boolean"
|
|
1983
1938
|
},
|
|
1984
|
-
"
|
|
1985
|
-
"attribute": "
|
|
1939
|
+
"default": "false",
|
|
1940
|
+
"attribute": "withBorder"
|
|
1941
|
+
}
|
|
1942
|
+
],
|
|
1943
|
+
"attributes": [
|
|
1944
|
+
{
|
|
1945
|
+
"name": "appearance",
|
|
1946
|
+
"type": {
|
|
1947
|
+
"text": "'accent' | 'neutral' | undefined"
|
|
1948
|
+
},
|
|
1949
|
+
"default": "'neutral'",
|
|
1950
|
+
"description": "Specify the appearance of the Avatar",
|
|
1951
|
+
"fieldName": "appearance"
|
|
1986
1952
|
},
|
|
1987
1953
|
{
|
|
1988
|
-
"
|
|
1989
|
-
"name": "size",
|
|
1954
|
+
"name": "name",
|
|
1990
1955
|
"type": {
|
|
1991
|
-
"text": "
|
|
1956
|
+
"text": "string | undefined"
|
|
1992
1957
|
},
|
|
1993
|
-
"
|
|
1994
|
-
"
|
|
1995
|
-
"attribute": "size"
|
|
1958
|
+
"description": "Specify a name to display initials in the Avatar",
|
|
1959
|
+
"fieldName": "name"
|
|
1996
1960
|
},
|
|
1997
1961
|
{
|
|
1998
|
-
"
|
|
1999
|
-
"name": "fullWidth",
|
|
1962
|
+
"name": "src",
|
|
2000
1963
|
"type": {
|
|
2001
|
-
"text": "
|
|
1964
|
+
"text": "string | undefined"
|
|
2002
1965
|
},
|
|
2003
|
-
"
|
|
2004
|
-
"
|
|
2005
|
-
"attribute": "fullWidth"
|
|
1966
|
+
"description": "Pass an image to the Avatar",
|
|
1967
|
+
"fieldName": "src"
|
|
2006
1968
|
},
|
|
2007
1969
|
{
|
|
2008
|
-
"
|
|
2009
|
-
"name": "theme",
|
|
1970
|
+
"name": "alt",
|
|
2010
1971
|
"type": {
|
|
2011
|
-
"text": "
|
|
1972
|
+
"text": "string | undefined"
|
|
2012
1973
|
},
|
|
2013
|
-
"description": "Specify
|
|
2014
|
-
"
|
|
1974
|
+
"description": "Specify alt for image",
|
|
1975
|
+
"fieldName": "alt"
|
|
2015
1976
|
},
|
|
2016
1977
|
{
|
|
2017
|
-
"
|
|
2018
|
-
"name": "appearance",
|
|
1978
|
+
"name": "size",
|
|
2019
1979
|
"type": {
|
|
2020
|
-
"text": "'
|
|
1980
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined"
|
|
2021
1981
|
},
|
|
2022
|
-
"default": "'
|
|
2023
|
-
"description": "Specify the
|
|
2024
|
-
"
|
|
1982
|
+
"default": "'md'",
|
|
1983
|
+
"description": "Specify the size of the Avatar",
|
|
1984
|
+
"fieldName": "size"
|
|
2025
1985
|
},
|
|
2026
1986
|
{
|
|
2027
|
-
"
|
|
2028
|
-
"name": "hidden",
|
|
1987
|
+
"name": "disabled",
|
|
2029
1988
|
"type": {
|
|
2030
|
-
"text": "boolean"
|
|
1989
|
+
"text": "boolean | undefined"
|
|
2031
1990
|
},
|
|
2032
1991
|
"default": "false",
|
|
2033
|
-
"description": "Specify if the
|
|
2034
|
-
"
|
|
1992
|
+
"description": "Specify if the Avatar is disabled",
|
|
1993
|
+
"fieldName": "disabled"
|
|
2035
1994
|
},
|
|
2036
1995
|
{
|
|
2037
|
-
"
|
|
2038
|
-
"name": "hideIcon",
|
|
1996
|
+
"name": "shape",
|
|
2039
1997
|
"type": {
|
|
2040
|
-
"text": "
|
|
1998
|
+
"text": "'circle' | 'square' | undefined"
|
|
2041
1999
|
},
|
|
2042
|
-
"default": "
|
|
2043
|
-
"description": "Specify
|
|
2044
|
-
"
|
|
2000
|
+
"default": "'circle'",
|
|
2001
|
+
"description": "Specify the shape of the Avatar",
|
|
2002
|
+
"fieldName": "shape"
|
|
2045
2003
|
},
|
|
2046
2004
|
{
|
|
2047
|
-
"
|
|
2048
|
-
"name": "dismissible",
|
|
2005
|
+
"name": "isInteractive",
|
|
2049
2006
|
"type": {
|
|
2050
2007
|
"text": "boolean"
|
|
2051
2008
|
},
|
|
2052
2009
|
"default": "false",
|
|
2053
|
-
"description": "
|
|
2054
|
-
"
|
|
2010
|
+
"description": "If Avatar is interactive, use `isInteractive` to make the Avatar focusable and show state layer",
|
|
2011
|
+
"fieldName": "isInteractive"
|
|
2055
2012
|
},
|
|
2056
2013
|
{
|
|
2057
|
-
"
|
|
2058
|
-
"name": "disableAutoFocus",
|
|
2014
|
+
"name": "isFocusable",
|
|
2059
2015
|
"type": {
|
|
2060
2016
|
"text": "boolean"
|
|
2061
2017
|
},
|
|
2062
2018
|
"default": "false",
|
|
2063
|
-
"description": "
|
|
2064
|
-
"
|
|
2019
|
+
"description": "If Avatar is not interactive and Tooltip is provided, use `isFocusable` to make the Avatar focusable",
|
|
2020
|
+
"fieldName": "isFocusable"
|
|
2065
2021
|
},
|
|
2066
2022
|
{
|
|
2067
|
-
"
|
|
2068
|
-
"name": "disableCloseOnEscape",
|
|
2023
|
+
"name": "withBorder",
|
|
2069
2024
|
"type": {
|
|
2070
2025
|
"text": "boolean"
|
|
2071
2026
|
},
|
|
2072
2027
|
"default": "false",
|
|
2073
|
-
"
|
|
2074
|
-
"attribute": "disableCloseOnEscape"
|
|
2028
|
+
"fieldName": "withBorder"
|
|
2075
2029
|
}
|
|
2076
2030
|
],
|
|
2077
|
-
"
|
|
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": [
|
|
2078
2087
|
{
|
|
2079
|
-
"description": "
|
|
2080
|
-
"name": "
|
|
2088
|
+
"description": "Add Avatars to create a group",
|
|
2089
|
+
"name": "default"
|
|
2081
2090
|
}
|
|
2082
2091
|
],
|
|
2083
|
-
"
|
|
2084
|
-
{
|
|
2085
|
-
"name": "heading",
|
|
2086
|
-
"type": {
|
|
2087
|
-
"text": "string | undefined"
|
|
2088
|
-
},
|
|
2089
|
-
"description": "Specify the heading text for Alert",
|
|
2090
|
-
"fieldName": "heading"
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"name": "body",
|
|
2094
|
-
"type": {
|
|
2095
|
-
"text": "string | undefined"
|
|
2096
|
-
},
|
|
2097
|
-
"description": "Specify the body text for Alert",
|
|
2098
|
-
"fieldName": "body"
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"name": "size",
|
|
2102
|
-
"type": {
|
|
2103
|
-
"text": "'sm' | 'md'"
|
|
2104
|
-
},
|
|
2105
|
-
"default": "'sm'",
|
|
2106
|
-
"description": "Specify the size of the Alert",
|
|
2107
|
-
"fieldName": "size"
|
|
2108
|
-
},
|
|
2092
|
+
"members": [
|
|
2109
2093
|
{
|
|
2110
|
-
"
|
|
2094
|
+
"kind": "field",
|
|
2095
|
+
"name": "wrapping",
|
|
2111
2096
|
"type": {
|
|
2112
2097
|
"text": "boolean"
|
|
2113
2098
|
},
|
|
2114
2099
|
"default": "false",
|
|
2115
|
-
"description": "Specify if the
|
|
2116
|
-
"
|
|
2100
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
2101
|
+
"attribute": "wrapping"
|
|
2117
2102
|
},
|
|
2118
2103
|
{
|
|
2119
|
-
"
|
|
2104
|
+
"kind": "field",
|
|
2105
|
+
"name": "maxCount",
|
|
2120
2106
|
"type": {
|
|
2121
|
-
"text": "
|
|
2107
|
+
"text": "number"
|
|
2122
2108
|
},
|
|
2123
|
-
"
|
|
2124
|
-
"
|
|
2109
|
+
"default": "5",
|
|
2110
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
2111
|
+
"attribute": "maxCount",
|
|
2112
|
+
"reflects": true
|
|
2125
2113
|
},
|
|
2126
2114
|
{
|
|
2127
|
-
"
|
|
2115
|
+
"kind": "field",
|
|
2116
|
+
"name": "size",
|
|
2128
2117
|
"type": {
|
|
2129
|
-
"text": "'
|
|
2118
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2130
2119
|
},
|
|
2131
|
-
"default": "'
|
|
2132
|
-
"description": "Specify the
|
|
2133
|
-
"
|
|
2120
|
+
"default": "'md'",
|
|
2121
|
+
"description": "Specify the size of all Avatars",
|
|
2122
|
+
"attribute": "size"
|
|
2134
2123
|
},
|
|
2135
2124
|
{
|
|
2136
|
-
"
|
|
2125
|
+
"kind": "field",
|
|
2126
|
+
"name": "layout",
|
|
2137
2127
|
"type": {
|
|
2138
|
-
"text": "
|
|
2128
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
2139
2129
|
},
|
|
2140
|
-
"default": "
|
|
2141
|
-
"description": "Specify
|
|
2142
|
-
"
|
|
2143
|
-
}
|
|
2130
|
+
"default": "'stacked'",
|
|
2131
|
+
"description": "Specify the kind of the group.",
|
|
2132
|
+
"attribute": "layout"
|
|
2133
|
+
}
|
|
2134
|
+
],
|
|
2135
|
+
"attributes": [
|
|
2144
2136
|
{
|
|
2145
|
-
"name": "
|
|
2137
|
+
"name": "wrapping",
|
|
2146
2138
|
"type": {
|
|
2147
2139
|
"text": "boolean"
|
|
2148
2140
|
},
|
|
2149
2141
|
"default": "false",
|
|
2150
|
-
"description": "Specify if the
|
|
2151
|
-
"fieldName": "
|
|
2142
|
+
"description": "Specify if the AvatarGroup wraps",
|
|
2143
|
+
"fieldName": "wrapping"
|
|
2152
2144
|
},
|
|
2153
2145
|
{
|
|
2154
|
-
"name": "
|
|
2146
|
+
"name": "maxCount",
|
|
2155
2147
|
"type": {
|
|
2156
|
-
"text": "
|
|
2148
|
+
"text": "number"
|
|
2157
2149
|
},
|
|
2158
|
-
"default": "
|
|
2159
|
-
"description": "Specify
|
|
2160
|
-
"fieldName": "
|
|
2150
|
+
"default": "5",
|
|
2151
|
+
"description": "Specify the max number of avatars displayed in the group.",
|
|
2152
|
+
"fieldName": "maxCount"
|
|
2161
2153
|
},
|
|
2162
2154
|
{
|
|
2163
|
-
"name": "
|
|
2155
|
+
"name": "size",
|
|
2164
2156
|
"type": {
|
|
2165
|
-
"text": "
|
|
2157
|
+
"text": "'xs' | 'sm' | 'md' | 'lg' | 'xl'"
|
|
2166
2158
|
},
|
|
2167
|
-
"default": "
|
|
2168
|
-
"description": "
|
|
2169
|
-
"fieldName": "
|
|
2159
|
+
"default": "'md'",
|
|
2160
|
+
"description": "Specify the size of all Avatars",
|
|
2161
|
+
"fieldName": "size"
|
|
2170
2162
|
},
|
|
2171
2163
|
{
|
|
2172
|
-
"name": "
|
|
2164
|
+
"name": "layout",
|
|
2173
2165
|
"type": {
|
|
2174
|
-
"text": "
|
|
2166
|
+
"text": "'stacked' | 'spaced' | undefined"
|
|
2175
2167
|
},
|
|
2176
|
-
"default": "
|
|
2177
|
-
"description": "
|
|
2178
|
-
"fieldName": "
|
|
2168
|
+
"default": "'stacked'",
|
|
2169
|
+
"description": "Specify the kind of the group.",
|
|
2170
|
+
"fieldName": "layout"
|
|
2179
2171
|
}
|
|
2180
2172
|
],
|
|
2181
2173
|
"superclass": {
|
|
2182
2174
|
"name": "LitElement",
|
|
2183
2175
|
"package": "lit"
|
|
2184
2176
|
},
|
|
2185
|
-
"tagName": "bm-
|
|
2177
|
+
"tagName": "bm-avatar-group",
|
|
2186
2178
|
"customElement": true
|
|
2187
2179
|
}
|
|
2188
2180
|
],
|
|
2189
2181
|
"exports": [
|
|
2190
2182
|
{
|
|
2191
2183
|
"kind": "js",
|
|
2192
|
-
"name": "
|
|
2184
|
+
"name": "BmAvatarGroup",
|
|
2193
2185
|
"declaration": {
|
|
2194
|
-
"name": "
|
|
2195
|
-
"module": "libs/web-components/src/lib/
|
|
2186
|
+
"name": "BmAvatarGroup",
|
|
2187
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
2196
2188
|
}
|
|
2197
2189
|
},
|
|
2198
2190
|
{
|
|
2199
2191
|
"kind": "custom-element-definition",
|
|
2200
|
-
"name": "bm-
|
|
2192
|
+
"name": "bm-avatar-group",
|
|
2201
2193
|
"declaration": {
|
|
2202
|
-
"name": "
|
|
2203
|
-
"module": "libs/web-components/src/lib/
|
|
2194
|
+
"name": "BmAvatarGroup",
|
|
2195
|
+
"module": "libs/web-components/src/lib/Avatar/AvatarGroup.ts"
|
|
2204
2196
|
}
|
|
2205
2197
|
}
|
|
2206
2198
|
]
|
|
2207
2199
|
},
|
|
2208
2200
|
{
|
|
2209
2201
|
"kind": "javascript-module",
|
|
2210
|
-
"path": "libs/web-components/src/lib/
|
|
2202
|
+
"path": "libs/web-components/src/lib/Avatar/index.ts",
|
|
2211
2203
|
"declarations": [],
|
|
2212
2204
|
"exports": [
|
|
2213
2205
|
{
|
|
@@ -2215,7 +2207,15 @@
|
|
|
2215
2207
|
"name": "*",
|
|
2216
2208
|
"declaration": {
|
|
2217
2209
|
"name": "*",
|
|
2218
|
-
"package": "./
|
|
2210
|
+
"package": "./Avatar"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
{
|
|
2214
|
+
"kind": "js",
|
|
2215
|
+
"name": "*",
|
|
2216
|
+
"declaration": {
|
|
2217
|
+
"name": "*",
|
|
2218
|
+
"package": "./AvatarGroup"
|
|
2219
2219
|
}
|
|
2220
2220
|
}
|
|
2221
2221
|
]
|
|
@@ -7090,281 +7090,91 @@
|
|
|
7090
7090
|
"type": {
|
|
7091
7091
|
"text": "Optional<string>"
|
|
7092
7092
|
},
|
|
7093
|
-
"fieldName": "inputAriaLabel",
|
|
7094
|
-
"inheritedFrom": {
|
|
7095
|
-
"name": "FormField",
|
|
7096
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7097
|
-
}
|
|
7098
|
-
}
|
|
7099
|
-
],
|
|
7100
|
-
"superclass": {
|
|
7101
|
-
"name": "FormField",
|
|
7102
|
-
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
7103
|
-
},
|
|
7104
|
-
"tagName": "bm-file-upload",
|
|
7105
|
-
"customElement": true
|
|
7106
|
-
}
|
|
7107
|
-
],
|
|
7108
|
-
"exports": [
|
|
7109
|
-
{
|
|
7110
|
-
"kind": "js",
|
|
7111
|
-
"name": "BmFileUploadFileSelectedEvent",
|
|
7112
|
-
"declaration": {
|
|
7113
|
-
"name": "BmFileUploadFileSelectedEvent",
|
|
7114
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7115
|
-
}
|
|
7116
|
-
},
|
|
7117
|
-
{
|
|
7118
|
-
"kind": "js",
|
|
7119
|
-
"name": "BmFileUpload",
|
|
7120
|
-
"declaration": {
|
|
7121
|
-
"name": "BmFileUpload",
|
|
7122
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7123
|
-
}
|
|
7124
|
-
},
|
|
7125
|
-
{
|
|
7126
|
-
"kind": "custom-element-definition",
|
|
7127
|
-
"name": "bm-file-upload",
|
|
7128
|
-
"declaration": {
|
|
7129
|
-
"name": "BmFileUpload",
|
|
7130
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7131
|
-
}
|
|
7132
|
-
}
|
|
7133
|
-
]
|
|
7134
|
-
},
|
|
7135
|
-
{
|
|
7136
|
-
"kind": "javascript-module",
|
|
7137
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
|
|
7138
|
-
"declarations": [
|
|
7139
|
-
{
|
|
7140
|
-
"kind": "variable",
|
|
7141
|
-
"name": "fileUploadContext"
|
|
7142
|
-
}
|
|
7143
|
-
],
|
|
7144
|
-
"exports": [
|
|
7145
|
-
{
|
|
7146
|
-
"kind": "js",
|
|
7147
|
-
"name": "fileUploadContext",
|
|
7148
|
-
"declaration": {
|
|
7149
|
-
"name": "fileUploadContext",
|
|
7150
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
7151
|
-
}
|
|
7152
|
-
}
|
|
7153
|
-
]
|
|
7154
|
-
},
|
|
7155
|
-
{
|
|
7156
|
-
"kind": "javascript-module",
|
|
7157
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
|
|
7158
|
-
"declarations": [
|
|
7159
|
-
{
|
|
7160
|
-
"kind": "variable",
|
|
7161
|
-
"name": "fileUploadListContext"
|
|
7162
|
-
}
|
|
7163
|
-
],
|
|
7164
|
-
"exports": [
|
|
7165
|
-
{
|
|
7166
|
-
"kind": "js",
|
|
7167
|
-
"name": "fileUploadListContext",
|
|
7168
|
-
"declaration": {
|
|
7169
|
-
"name": "fileUploadListContext",
|
|
7170
|
-
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
|
|
7171
|
-
}
|
|
7172
|
-
}
|
|
7173
|
-
]
|
|
7174
|
-
},
|
|
7175
|
-
{
|
|
7176
|
-
"kind": "javascript-module",
|
|
7177
|
-
"path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
|
|
7178
|
-
"declarations": [],
|
|
7179
|
-
"exports": [
|
|
7180
|
-
{
|
|
7181
|
-
"kind": "js",
|
|
7182
|
-
"name": "*",
|
|
7183
|
-
"declaration": {
|
|
7184
|
-
"name": "*",
|
|
7185
|
-
"package": "./FileUpload"
|
|
7186
|
-
}
|
|
7187
|
-
},
|
|
7188
|
-
{
|
|
7189
|
-
"kind": "js",
|
|
7190
|
-
"name": "*",
|
|
7191
|
-
"declaration": {
|
|
7192
|
-
"name": "*",
|
|
7193
|
-
"package": "./FileUpload.Button"
|
|
7194
|
-
}
|
|
7195
|
-
},
|
|
7196
|
-
{
|
|
7197
|
-
"kind": "js",
|
|
7198
|
-
"name": "*",
|
|
7199
|
-
"declaration": {
|
|
7200
|
-
"name": "*",
|
|
7201
|
-
"package": "./FileUpload.Dropzone"
|
|
7202
|
-
}
|
|
7203
|
-
},
|
|
7204
|
-
{
|
|
7205
|
-
"kind": "js",
|
|
7206
|
-
"name": "*",
|
|
7207
|
-
"declaration": {
|
|
7208
|
-
"name": "*",
|
|
7209
|
-
"package": "./FileUpload.List"
|
|
7210
|
-
}
|
|
7211
|
-
},
|
|
7212
|
-
{
|
|
7213
|
-
"kind": "js",
|
|
7214
|
-
"name": "*",
|
|
7215
|
-
"declaration": {
|
|
7216
|
-
"name": "*",
|
|
7217
|
-
"package": "./FileUpload.List.Item"
|
|
7218
|
-
}
|
|
7219
|
-
}
|
|
7220
|
-
]
|
|
7221
|
-
},
|
|
7222
|
-
{
|
|
7223
|
-
"kind": "javascript-module",
|
|
7224
|
-
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
7225
|
-
"declarations": [
|
|
7226
|
-
{
|
|
7227
|
-
"kind": "class",
|
|
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": [
|
|
7231
|
-
{
|
|
7232
|
-
"description": "Specify the text for Label",
|
|
7233
|
-
"name": "text"
|
|
7234
|
-
},
|
|
7235
|
-
{
|
|
7236
|
-
"description": "Specify if the Label displays as optional",
|
|
7237
|
-
"name": "optional"
|
|
7238
|
-
},
|
|
7239
|
-
{
|
|
7240
|
-
"description": "Specify if the icon displays to add a Tooltip",
|
|
7241
|
-
"name": "tooltip"
|
|
7242
|
-
}
|
|
7243
|
-
],
|
|
7244
|
-
"members": [
|
|
7245
|
-
{
|
|
7246
|
-
"kind": "field",
|
|
7247
|
-
"name": "disabled",
|
|
7248
|
-
"type": {
|
|
7249
|
-
"text": "boolean"
|
|
7250
|
-
},
|
|
7251
|
-
"default": "false",
|
|
7252
|
-
"description": "Specify if the Label displays disabled",
|
|
7253
|
-
"attribute": "disabled"
|
|
7254
|
-
},
|
|
7255
|
-
{
|
|
7256
|
-
"kind": "field",
|
|
7257
|
-
"name": "required",
|
|
7258
|
-
"type": {
|
|
7259
|
-
"text": "boolean"
|
|
7260
|
-
},
|
|
7261
|
-
"default": "false",
|
|
7262
|
-
"description": "Specify if the Label displays as required",
|
|
7263
|
-
"attribute": "required"
|
|
7264
|
-
},
|
|
7265
|
-
{
|
|
7266
|
-
"kind": "field",
|
|
7267
|
-
"name": "text",
|
|
7268
|
-
"type": {
|
|
7269
|
-
"text": "Optional<string>"
|
|
7270
|
-
},
|
|
7271
|
-
"description": "Specify the text for Label",
|
|
7272
|
-
"attribute": "text"
|
|
7273
|
-
},
|
|
7274
|
-
{
|
|
7275
|
-
"kind": "field",
|
|
7276
|
-
"name": "optional",
|
|
7277
|
-
"type": {
|
|
7278
|
-
"text": "Optional<string>"
|
|
7279
|
-
},
|
|
7280
|
-
"description": "Specify the text for Label",
|
|
7281
|
-
"attribute": "optional"
|
|
7282
|
-
},
|
|
7283
|
-
{
|
|
7284
|
-
"kind": "field",
|
|
7285
|
-
"name": "theme",
|
|
7286
|
-
"type": {
|
|
7287
|
-
"text": "Optional<ThemeTypes>"
|
|
7288
|
-
},
|
|
7289
|
-
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7290
|
-
"attribute": "theme"
|
|
7291
|
-
}
|
|
7292
|
-
],
|
|
7293
|
-
"attributes": [
|
|
7294
|
-
{
|
|
7295
|
-
"name": "disabled",
|
|
7296
|
-
"type": {
|
|
7297
|
-
"text": "boolean"
|
|
7298
|
-
},
|
|
7299
|
-
"default": "false",
|
|
7300
|
-
"description": "Specify if the Label displays disabled",
|
|
7301
|
-
"fieldName": "disabled"
|
|
7302
|
-
},
|
|
7303
|
-
{
|
|
7304
|
-
"name": "required",
|
|
7305
|
-
"type": {
|
|
7306
|
-
"text": "boolean"
|
|
7307
|
-
},
|
|
7308
|
-
"default": "false",
|
|
7309
|
-
"description": "Specify if the Label displays as required",
|
|
7310
|
-
"fieldName": "required"
|
|
7311
|
-
},
|
|
7312
|
-
{
|
|
7313
|
-
"name": "text",
|
|
7314
|
-
"type": {
|
|
7315
|
-
"text": "Optional<string>"
|
|
7316
|
-
},
|
|
7317
|
-
"description": "Specify the text for Label",
|
|
7318
|
-
"fieldName": "text"
|
|
7319
|
-
},
|
|
7320
|
-
{
|
|
7321
|
-
"name": "optional",
|
|
7322
|
-
"type": {
|
|
7323
|
-
"text": "Optional<string>"
|
|
7324
|
-
},
|
|
7325
|
-
"description": "Specify the text for Label",
|
|
7326
|
-
"fieldName": "optional"
|
|
7327
|
-
},
|
|
7328
|
-
{
|
|
7329
|
-
"name": "theme",
|
|
7330
|
-
"type": {
|
|
7331
|
-
"text": "Optional<ThemeTypes>"
|
|
7332
|
-
},
|
|
7333
|
-
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
7334
|
-
"fieldName": "theme"
|
|
7093
|
+
"fieldName": "inputAriaLabel",
|
|
7094
|
+
"inheritedFrom": {
|
|
7095
|
+
"name": "FormField",
|
|
7096
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7097
|
+
}
|
|
7335
7098
|
}
|
|
7336
7099
|
],
|
|
7337
7100
|
"superclass": {
|
|
7338
|
-
"name": "
|
|
7339
|
-
"
|
|
7101
|
+
"name": "FormField",
|
|
7102
|
+
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
7340
7103
|
},
|
|
7341
|
-
"
|
|
7342
|
-
"tagName": "bm-label",
|
|
7104
|
+
"tagName": "bm-file-upload",
|
|
7343
7105
|
"customElement": true
|
|
7344
7106
|
}
|
|
7345
7107
|
],
|
|
7346
7108
|
"exports": [
|
|
7347
7109
|
{
|
|
7348
7110
|
"kind": "js",
|
|
7349
|
-
"name": "
|
|
7111
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7350
7112
|
"declaration": {
|
|
7351
|
-
"name": "
|
|
7352
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7113
|
+
"name": "BmFileUploadFileSelectedEvent",
|
|
7114
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7115
|
+
}
|
|
7116
|
+
},
|
|
7117
|
+
{
|
|
7118
|
+
"kind": "js",
|
|
7119
|
+
"name": "BmFileUpload",
|
|
7120
|
+
"declaration": {
|
|
7121
|
+
"name": "BmFileUpload",
|
|
7122
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7353
7123
|
}
|
|
7354
7124
|
},
|
|
7355
7125
|
{
|
|
7356
7126
|
"kind": "custom-element-definition",
|
|
7357
|
-
"name": "bm-
|
|
7127
|
+
"name": "bm-file-upload",
|
|
7358
7128
|
"declaration": {
|
|
7359
|
-
"name": "
|
|
7360
|
-
"module": "libs/web-components/src/lib/wip/
|
|
7129
|
+
"name": "BmFileUpload",
|
|
7130
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUpload.ts"
|
|
7361
7131
|
}
|
|
7362
7132
|
}
|
|
7363
7133
|
]
|
|
7364
7134
|
},
|
|
7365
7135
|
{
|
|
7366
7136
|
"kind": "javascript-module",
|
|
7367
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7137
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts",
|
|
7138
|
+
"declarations": [
|
|
7139
|
+
{
|
|
7140
|
+
"kind": "variable",
|
|
7141
|
+
"name": "fileUploadContext"
|
|
7142
|
+
}
|
|
7143
|
+
],
|
|
7144
|
+
"exports": [
|
|
7145
|
+
{
|
|
7146
|
+
"kind": "js",
|
|
7147
|
+
"name": "fileUploadContext",
|
|
7148
|
+
"declaration": {
|
|
7149
|
+
"name": "fileUploadContext",
|
|
7150
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadContext.ts"
|
|
7151
|
+
}
|
|
7152
|
+
}
|
|
7153
|
+
]
|
|
7154
|
+
},
|
|
7155
|
+
{
|
|
7156
|
+
"kind": "javascript-module",
|
|
7157
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts",
|
|
7158
|
+
"declarations": [
|
|
7159
|
+
{
|
|
7160
|
+
"kind": "variable",
|
|
7161
|
+
"name": "fileUploadListContext"
|
|
7162
|
+
}
|
|
7163
|
+
],
|
|
7164
|
+
"exports": [
|
|
7165
|
+
{
|
|
7166
|
+
"kind": "js",
|
|
7167
|
+
"name": "fileUploadListContext",
|
|
7168
|
+
"declaration": {
|
|
7169
|
+
"name": "fileUploadListContext",
|
|
7170
|
+
"module": "libs/web-components/src/lib/wip/FileUpload/FileUploadListContext.ts"
|
|
7171
|
+
}
|
|
7172
|
+
}
|
|
7173
|
+
]
|
|
7174
|
+
},
|
|
7175
|
+
{
|
|
7176
|
+
"kind": "javascript-module",
|
|
7177
|
+
"path": "libs/web-components/src/lib/wip/FileUpload/index.ts",
|
|
7368
7178
|
"declarations": [],
|
|
7369
7179
|
"exports": [
|
|
7370
7180
|
{
|
|
@@ -7372,7 +7182,39 @@
|
|
|
7372
7182
|
"name": "*",
|
|
7373
7183
|
"declaration": {
|
|
7374
7184
|
"name": "*",
|
|
7375
|
-
"package": "./
|
|
7185
|
+
"package": "./FileUpload"
|
|
7186
|
+
}
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"kind": "js",
|
|
7190
|
+
"name": "*",
|
|
7191
|
+
"declaration": {
|
|
7192
|
+
"name": "*",
|
|
7193
|
+
"package": "./FileUpload.Button"
|
|
7194
|
+
}
|
|
7195
|
+
},
|
|
7196
|
+
{
|
|
7197
|
+
"kind": "js",
|
|
7198
|
+
"name": "*",
|
|
7199
|
+
"declaration": {
|
|
7200
|
+
"name": "*",
|
|
7201
|
+
"package": "./FileUpload.Dropzone"
|
|
7202
|
+
}
|
|
7203
|
+
},
|
|
7204
|
+
{
|
|
7205
|
+
"kind": "js",
|
|
7206
|
+
"name": "*",
|
|
7207
|
+
"declaration": {
|
|
7208
|
+
"name": "*",
|
|
7209
|
+
"package": "./FileUpload.List"
|
|
7210
|
+
}
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
"kind": "js",
|
|
7214
|
+
"name": "*",
|
|
7215
|
+
"declaration": {
|
|
7216
|
+
"name": "*",
|
|
7217
|
+
"package": "./FileUpload.List.Item"
|
|
7376
7218
|
}
|
|
7377
7219
|
}
|
|
7378
7220
|
]
|
|
@@ -7863,50 +7705,27 @@
|
|
|
7863
7705
|
},
|
|
7864
7706
|
{
|
|
7865
7707
|
"kind": "javascript-module",
|
|
7866
|
-
"path": "libs/web-components/src/lib/wip/
|
|
7708
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts",
|
|
7867
7709
|
"declarations": [
|
|
7868
7710
|
{
|
|
7869
7711
|
"kind": "class",
|
|
7870
|
-
"description": "### Attributes:\n- **
|
|
7871
|
-
"name": "
|
|
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",
|
|
7872
7714
|
"slots": [
|
|
7873
7715
|
{
|
|
7874
|
-
"description": "Specify
|
|
7716
|
+
"description": "Specify Options for NativeSelect",
|
|
7717
|
+
"name": "slot"
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
"description": "Specify Label for NativeSelect",
|
|
7875
7721
|
"name": "label"
|
|
7876
7722
|
},
|
|
7877
7723
|
{
|
|
7878
|
-
"description": "Specify
|
|
7724
|
+
"description": "Specify HelperText for NativeSelect",
|
|
7879
7725
|
"name": "helper-text"
|
|
7880
7726
|
}
|
|
7881
7727
|
],
|
|
7882
7728
|
"members": [
|
|
7883
|
-
{
|
|
7884
|
-
"kind": "field",
|
|
7885
|
-
"name": "rows",
|
|
7886
|
-
"type": {
|
|
7887
|
-
"text": "Optional<number>"
|
|
7888
|
-
},
|
|
7889
|
-
"description": "Specify the height of TextArea",
|
|
7890
|
-
"attribute": "rows"
|
|
7891
|
-
},
|
|
7892
|
-
{
|
|
7893
|
-
"kind": "field",
|
|
7894
|
-
"name": "cols",
|
|
7895
|
-
"type": {
|
|
7896
|
-
"text": "Optional<number>"
|
|
7897
|
-
},
|
|
7898
|
-
"description": "Specify the width of TextArea",
|
|
7899
|
-
"attribute": "cols"
|
|
7900
|
-
},
|
|
7901
|
-
{
|
|
7902
|
-
"kind": "field",
|
|
7903
|
-
"name": "placeholder",
|
|
7904
|
-
"type": {
|
|
7905
|
-
"text": "Optional<string>"
|
|
7906
|
-
},
|
|
7907
|
-
"description": "Specify placeholder text for TextArea",
|
|
7908
|
-
"attribute": "placeholder"
|
|
7909
|
-
},
|
|
7910
7729
|
{
|
|
7911
7730
|
"kind": "field",
|
|
7912
7731
|
"name": "required",
|
|
@@ -7914,47 +7733,37 @@
|
|
|
7914
7733
|
"text": "boolean"
|
|
7915
7734
|
},
|
|
7916
7735
|
"default": "false",
|
|
7917
|
-
"description": "Specify if
|
|
7736
|
+
"description": "Specify if NativeSelect is a required input",
|
|
7918
7737
|
"attribute": "required"
|
|
7919
7738
|
},
|
|
7920
7739
|
{
|
|
7921
7740
|
"kind": "field",
|
|
7922
|
-
"name": "
|
|
7741
|
+
"name": "readOnly",
|
|
7923
7742
|
"type": {
|
|
7924
7743
|
"text": "boolean"
|
|
7925
7744
|
},
|
|
7926
7745
|
"default": "false",
|
|
7927
|
-
"description": "Specify if
|
|
7928
|
-
"attribute": "
|
|
7929
|
-
},
|
|
7930
|
-
{
|
|
7931
|
-
"kind": "field",
|
|
7932
|
-
"name": "error",
|
|
7933
|
-
"type": {
|
|
7934
|
-
"text": "Optional<string>"
|
|
7935
|
-
},
|
|
7936
|
-
"description": "Specify error text and display error state of a TextArea",
|
|
7937
|
-
"attribute": "error"
|
|
7746
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
7747
|
+
"attribute": "readOnly"
|
|
7938
7748
|
},
|
|
7939
7749
|
{
|
|
7940
7750
|
"kind": "field",
|
|
7941
|
-
"name": "
|
|
7751
|
+
"name": "disabled",
|
|
7942
7752
|
"type": {
|
|
7943
7753
|
"text": "boolean"
|
|
7944
7754
|
},
|
|
7945
7755
|
"default": "false",
|
|
7946
|
-
"description": "Specify if
|
|
7947
|
-
"attribute": "
|
|
7756
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
7757
|
+
"attribute": "disabled"
|
|
7948
7758
|
},
|
|
7949
7759
|
{
|
|
7950
7760
|
"kind": "field",
|
|
7951
|
-
"name": "
|
|
7761
|
+
"name": "error",
|
|
7952
7762
|
"type": {
|
|
7953
|
-
"text": "
|
|
7763
|
+
"text": "Optional<string>"
|
|
7954
7764
|
},
|
|
7955
|
-
"
|
|
7956
|
-
"
|
|
7957
|
-
"attribute": "disabled"
|
|
7765
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
7766
|
+
"attribute": "error"
|
|
7958
7767
|
},
|
|
7959
7768
|
{
|
|
7960
7769
|
"kind": "field",
|
|
@@ -7963,7 +7772,7 @@
|
|
|
7963
7772
|
"text": "boolean"
|
|
7964
7773
|
},
|
|
7965
7774
|
"default": "false",
|
|
7966
|
-
"description": "Specify if
|
|
7775
|
+
"description": "Specify if NativeSelect is fluid",
|
|
7967
7776
|
"attribute": "fluid"
|
|
7968
7777
|
},
|
|
7969
7778
|
{
|
|
@@ -7972,37 +7781,28 @@
|
|
|
7972
7781
|
"type": {
|
|
7973
7782
|
"text": "Optional<string>"
|
|
7974
7783
|
},
|
|
7975
|
-
"description": "Specify the width of
|
|
7784
|
+
"description": "Specify the width of NativeSelect",
|
|
7976
7785
|
"attribute": "width"
|
|
7977
7786
|
},
|
|
7978
7787
|
{
|
|
7979
7788
|
"kind": "field",
|
|
7980
|
-
"name": "
|
|
7789
|
+
"name": "ellipse",
|
|
7981
7790
|
"type": {
|
|
7982
7791
|
"text": "boolean"
|
|
7983
7792
|
},
|
|
7984
|
-
"default": "
|
|
7985
|
-
"description": "Specify if
|
|
7986
|
-
"attribute": "
|
|
7987
|
-
},
|
|
7988
|
-
{
|
|
7989
|
-
"kind": "field",
|
|
7990
|
-
"name": "maxCount",
|
|
7991
|
-
"type": {
|
|
7992
|
-
"text": "Optional<number>"
|
|
7993
|
-
},
|
|
7994
|
-
"description": "Specify the maximum character count for the TextArea",
|
|
7995
|
-
"attribute": "maxCount"
|
|
7793
|
+
"default": "true",
|
|
7794
|
+
"description": "Specify if overflow displays ellipsis",
|
|
7795
|
+
"attribute": "ellipse"
|
|
7996
7796
|
},
|
|
7997
7797
|
{
|
|
7998
7798
|
"kind": "field",
|
|
7999
|
-
"name": "
|
|
7799
|
+
"name": "hideRequiredMarker",
|
|
8000
7800
|
"type": {
|
|
8001
7801
|
"text": "boolean"
|
|
8002
7802
|
},
|
|
8003
7803
|
"default": "false",
|
|
8004
|
-
"description": "Specify if the
|
|
8005
|
-
"attribute": "
|
|
7804
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
7805
|
+
"attribute": "hideRequiredMarker"
|
|
8006
7806
|
},
|
|
8007
7807
|
{
|
|
8008
7808
|
"kind": "field",
|
|
@@ -8010,13 +7810,9 @@
|
|
|
8010
7810
|
"type": {
|
|
8011
7811
|
"text": "Optional<ThemeTypes>"
|
|
8012
7812
|
},
|
|
8013
|
-
"description": "Specify the theme of the
|
|
7813
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8014
7814
|
"attribute": "theme"
|
|
8015
7815
|
},
|
|
8016
|
-
{
|
|
8017
|
-
"kind": "field",
|
|
8018
|
-
"name": "formFieldCounterRef"
|
|
8019
|
-
},
|
|
8020
7816
|
{
|
|
8021
7817
|
"kind": "method",
|
|
8022
7818
|
"name": "finalizeAssociatedCallback",
|
|
@@ -8137,72 +7933,31 @@
|
|
|
8137
7933
|
"inheritedFrom": {
|
|
8138
7934
|
"name": "FormField",
|
|
8139
7935
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8140
|
-
}
|
|
8141
|
-
},
|
|
8142
|
-
{
|
|
8143
|
-
"kind": "method",
|
|
8144
|
-
"name": "formResetCallback",
|
|
8145
|
-
"return": {
|
|
8146
|
-
"type": {
|
|
8147
|
-
"text": "void"
|
|
8148
|
-
}
|
|
8149
|
-
},
|
|
8150
|
-
"inheritedFrom": {
|
|
8151
|
-
"name": "FormField",
|
|
8152
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8153
|
-
}
|
|
8154
|
-
}
|
|
8155
|
-
],
|
|
8156
|
-
"attributes": [
|
|
8157
|
-
{
|
|
8158
|
-
"name": "rows",
|
|
8159
|
-
"type": {
|
|
8160
|
-
"text": "Optional<number>"
|
|
8161
|
-
},
|
|
8162
|
-
"description": "Specify the height of TextArea",
|
|
8163
|
-
"fieldName": "rows"
|
|
8164
|
-
},
|
|
8165
|
-
{
|
|
8166
|
-
"name": "cols",
|
|
8167
|
-
"type": {
|
|
8168
|
-
"text": "Optional<number>"
|
|
8169
|
-
},
|
|
8170
|
-
"description": "Specify the width of TextArea",
|
|
8171
|
-
"fieldName": "cols"
|
|
8172
|
-
},
|
|
8173
|
-
{
|
|
8174
|
-
"name": "placeholder",
|
|
8175
|
-
"type": {
|
|
8176
|
-
"text": "Optional<string>"
|
|
8177
|
-
},
|
|
8178
|
-
"description": "Specify placeholder text for TextArea",
|
|
8179
|
-
"fieldName": "placeholder"
|
|
7936
|
+
}
|
|
8180
7937
|
},
|
|
8181
7938
|
{
|
|
8182
|
-
"
|
|
8183
|
-
"
|
|
8184
|
-
|
|
7939
|
+
"kind": "method",
|
|
7940
|
+
"name": "formResetCallback",
|
|
7941
|
+
"return": {
|
|
7942
|
+
"type": {
|
|
7943
|
+
"text": "void"
|
|
7944
|
+
}
|
|
8185
7945
|
},
|
|
8186
|
-
"
|
|
8187
|
-
|
|
8188
|
-
|
|
8189
|
-
|
|
7946
|
+
"inheritedFrom": {
|
|
7947
|
+
"name": "FormField",
|
|
7948
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
7949
|
+
}
|
|
7950
|
+
}
|
|
7951
|
+
],
|
|
7952
|
+
"attributes": [
|
|
8190
7953
|
{
|
|
8191
|
-
"name": "
|
|
7954
|
+
"name": "required",
|
|
8192
7955
|
"type": {
|
|
8193
7956
|
"text": "boolean"
|
|
8194
7957
|
},
|
|
8195
7958
|
"default": "false",
|
|
8196
|
-
"description": "Specify if
|
|
8197
|
-
"fieldName": "
|
|
8198
|
-
},
|
|
8199
|
-
{
|
|
8200
|
-
"name": "error",
|
|
8201
|
-
"type": {
|
|
8202
|
-
"text": "Optional<string>"
|
|
8203
|
-
},
|
|
8204
|
-
"description": "Specify error text and display error state of a TextArea",
|
|
8205
|
-
"fieldName": "error"
|
|
7959
|
+
"description": "Specify if NativeSelect is a required input",
|
|
7960
|
+
"fieldName": "required"
|
|
8206
7961
|
},
|
|
8207
7962
|
{
|
|
8208
7963
|
"name": "readOnly",
|
|
@@ -8210,7 +7965,7 @@
|
|
|
8210
7965
|
"text": "boolean"
|
|
8211
7966
|
},
|
|
8212
7967
|
"default": "false",
|
|
8213
|
-
"description": "Specify if
|
|
7968
|
+
"description": "Specify if NativeSelect displays in a read-only state",
|
|
8214
7969
|
"fieldName": "readOnly"
|
|
8215
7970
|
},
|
|
8216
7971
|
{
|
|
@@ -8219,16 +7974,24 @@
|
|
|
8219
7974
|
"text": "boolean"
|
|
8220
7975
|
},
|
|
8221
7976
|
"default": "false",
|
|
8222
|
-
"description": "Specify if
|
|
7977
|
+
"description": "Specify if NativeSelect displays in a disabled state",
|
|
8223
7978
|
"fieldName": "disabled"
|
|
8224
7979
|
},
|
|
7980
|
+
{
|
|
7981
|
+
"name": "error",
|
|
7982
|
+
"type": {
|
|
7983
|
+
"text": "Optional<string>"
|
|
7984
|
+
},
|
|
7985
|
+
"description": "Specify error text and display error state of a NativeSelect",
|
|
7986
|
+
"fieldName": "error"
|
|
7987
|
+
},
|
|
8225
7988
|
{
|
|
8226
7989
|
"name": "fluid",
|
|
8227
7990
|
"type": {
|
|
8228
7991
|
"text": "boolean"
|
|
8229
7992
|
},
|
|
8230
7993
|
"default": "false",
|
|
8231
|
-
"description": "Specify if
|
|
7994
|
+
"description": "Specify if NativeSelect is fluid",
|
|
8232
7995
|
"fieldName": "fluid"
|
|
8233
7996
|
},
|
|
8234
7997
|
{
|
|
@@ -8236,41 +7999,33 @@
|
|
|
8236
7999
|
"type": {
|
|
8237
8000
|
"text": "Optional<string>"
|
|
8238
8001
|
},
|
|
8239
|
-
"description": "Specify the width of
|
|
8002
|
+
"description": "Specify the width of NativeSelect",
|
|
8240
8003
|
"fieldName": "width"
|
|
8241
8004
|
},
|
|
8242
8005
|
{
|
|
8243
|
-
"name": "
|
|
8006
|
+
"name": "ellipse",
|
|
8244
8007
|
"type": {
|
|
8245
8008
|
"text": "boolean"
|
|
8246
8009
|
},
|
|
8247
|
-
"default": "
|
|
8248
|
-
"description": "Specify if
|
|
8249
|
-
"fieldName": "
|
|
8250
|
-
},
|
|
8251
|
-
{
|
|
8252
|
-
"name": "maxCount",
|
|
8253
|
-
"type": {
|
|
8254
|
-
"text": "Optional<number>"
|
|
8255
|
-
},
|
|
8256
|
-
"description": "Specify the maximum character count for the TextArea",
|
|
8257
|
-
"fieldName": "maxCount"
|
|
8010
|
+
"default": "true",
|
|
8011
|
+
"description": "Specify if overflow displays ellipsis",
|
|
8012
|
+
"fieldName": "ellipse"
|
|
8258
8013
|
},
|
|
8259
8014
|
{
|
|
8260
|
-
"name": "
|
|
8015
|
+
"name": "hideRequiredMarker",
|
|
8261
8016
|
"type": {
|
|
8262
8017
|
"text": "boolean"
|
|
8263
8018
|
},
|
|
8264
8019
|
"default": "false",
|
|
8265
|
-
"description": "Specify if the
|
|
8266
|
-
"fieldName": "
|
|
8020
|
+
"description": "Specify if the NativeSelect displays with an asterisk",
|
|
8021
|
+
"fieldName": "hideRequiredMarker"
|
|
8267
8022
|
},
|
|
8268
8023
|
{
|
|
8269
8024
|
"name": "theme",
|
|
8270
8025
|
"type": {
|
|
8271
8026
|
"text": "Optional<ThemeTypes>"
|
|
8272
8027
|
},
|
|
8273
|
-
"description": "Specify the theme of the
|
|
8028
|
+
"description": "Specify the theme of the NativeSelect. By default it inherits the theme from the parent",
|
|
8274
8029
|
"fieldName": "theme"
|
|
8275
8030
|
},
|
|
8276
8031
|
{
|
|
@@ -8337,33 +8092,33 @@
|
|
|
8337
8092
|
"name": "FormField",
|
|
8338
8093
|
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
8339
8094
|
},
|
|
8340
|
-
"summary": "`bm-
|
|
8341
|
-
"tagName": "bm-
|
|
8095
|
+
"summary": "`bm-native-select`",
|
|
8096
|
+
"tagName": "bm-native-select",
|
|
8342
8097
|
"customElement": true
|
|
8343
8098
|
}
|
|
8344
8099
|
],
|
|
8345
8100
|
"exports": [
|
|
8346
8101
|
{
|
|
8347
8102
|
"kind": "js",
|
|
8348
|
-
"name": "
|
|
8103
|
+
"name": "BmNativeSelect",
|
|
8349
8104
|
"declaration": {
|
|
8350
|
-
"name": "
|
|
8351
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8105
|
+
"name": "BmNativeSelect",
|
|
8106
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8352
8107
|
}
|
|
8353
8108
|
},
|
|
8354
8109
|
{
|
|
8355
8110
|
"kind": "custom-element-definition",
|
|
8356
|
-
"name": "bm-
|
|
8111
|
+
"name": "bm-native-select",
|
|
8357
8112
|
"declaration": {
|
|
8358
|
-
"name": "
|
|
8359
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8113
|
+
"name": "BmNativeSelect",
|
|
8114
|
+
"module": "libs/web-components/src/lib/wip/NativeSelect/NativeSelect.ts"
|
|
8360
8115
|
}
|
|
8361
8116
|
}
|
|
8362
8117
|
]
|
|
8363
8118
|
},
|
|
8364
8119
|
{
|
|
8365
8120
|
"kind": "javascript-module",
|
|
8366
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8121
|
+
"path": "libs/web-components/src/lib/wip/NativeSelect/index.ts",
|
|
8367
8122
|
"declarations": [],
|
|
8368
8123
|
"exports": [
|
|
8369
8124
|
{
|
|
@@ -8371,7 +8126,7 @@
|
|
|
8371
8126
|
"name": "*",
|
|
8372
8127
|
"declaration": {
|
|
8373
8128
|
"name": "*",
|
|
8374
|
-
"package": "./
|
|
8129
|
+
"package": "./NativeSelect"
|
|
8375
8130
|
}
|
|
8376
8131
|
}
|
|
8377
8132
|
]
|
|
@@ -8713,85 +8468,251 @@
|
|
|
8713
8468
|
"fieldName": "error"
|
|
8714
8469
|
},
|
|
8715
8470
|
{
|
|
8716
|
-
"name": "readOnly",
|
|
8471
|
+
"name": "readOnly",
|
|
8472
|
+
"type": {
|
|
8473
|
+
"text": "boolean | undefined"
|
|
8474
|
+
},
|
|
8475
|
+
"description": "Specify if RadioButton displays in a read-only state",
|
|
8476
|
+
"fieldName": "readOnly"
|
|
8477
|
+
},
|
|
8478
|
+
{
|
|
8479
|
+
"name": "disabled",
|
|
8480
|
+
"type": {
|
|
8481
|
+
"text": "boolean | undefined"
|
|
8482
|
+
},
|
|
8483
|
+
"description": "Specify if RadioButton displays in a disabled state",
|
|
8484
|
+
"fieldName": "disabled"
|
|
8485
|
+
},
|
|
8486
|
+
{
|
|
8487
|
+
"name": "theme",
|
|
8488
|
+
"type": {
|
|
8489
|
+
"text": "'light' | 'dark' | undefined"
|
|
8490
|
+
},
|
|
8491
|
+
"description": "Specify the theme of the RadioButton. By default it inherits the theme from the parent",
|
|
8492
|
+
"fieldName": "theme"
|
|
8493
|
+
},
|
|
8494
|
+
{
|
|
8495
|
+
"name": "value",
|
|
8496
|
+
"type": {
|
|
8497
|
+
"text": "string | undefined"
|
|
8498
|
+
},
|
|
8499
|
+
"description": "The value attribute for the input element",
|
|
8500
|
+
"fieldName": "value"
|
|
8501
|
+
},
|
|
8502
|
+
{
|
|
8503
|
+
"name": "checked",
|
|
8504
|
+
"type": {
|
|
8505
|
+
"text": "boolean"
|
|
8506
|
+
},
|
|
8507
|
+
"default": "false",
|
|
8508
|
+
"description": "The checked attribute for the input element",
|
|
8509
|
+
"fieldName": "checked"
|
|
8510
|
+
},
|
|
8511
|
+
{
|
|
8512
|
+
"name": "onKeyDown",
|
|
8513
|
+
"type": {
|
|
8514
|
+
"text": "(event: KeyboardEvent) => void | undefined"
|
|
8515
|
+
},
|
|
8516
|
+
"description": "A user-defined function to handle keydown events",
|
|
8517
|
+
"fieldName": "onKeyDown"
|
|
8518
|
+
}
|
|
8519
|
+
],
|
|
8520
|
+
"superclass": {
|
|
8521
|
+
"name": "LitElement",
|
|
8522
|
+
"package": "lit"
|
|
8523
|
+
},
|
|
8524
|
+
"tagName": "bm-radio-button",
|
|
8525
|
+
"customElement": true
|
|
8526
|
+
}
|
|
8527
|
+
],
|
|
8528
|
+
"exports": [
|
|
8529
|
+
{
|
|
8530
|
+
"kind": "js",
|
|
8531
|
+
"name": "BmRadioButton",
|
|
8532
|
+
"declaration": {
|
|
8533
|
+
"name": "BmRadioButton",
|
|
8534
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8535
|
+
}
|
|
8536
|
+
},
|
|
8537
|
+
{
|
|
8538
|
+
"kind": "custom-element-definition",
|
|
8539
|
+
"name": "bm-radio-button",
|
|
8540
|
+
"declaration": {
|
|
8541
|
+
"name": "BmRadioButton",
|
|
8542
|
+
"module": "libs/web-components/src/lib/wip/RadioButton/RadioButton.ts"
|
|
8543
|
+
}
|
|
8544
|
+
}
|
|
8545
|
+
]
|
|
8546
|
+
},
|
|
8547
|
+
{
|
|
8548
|
+
"kind": "javascript-module",
|
|
8549
|
+
"path": "libs/web-components/src/lib/wip/RadioButton/index.ts",
|
|
8550
|
+
"declarations": [],
|
|
8551
|
+
"exports": [
|
|
8552
|
+
{
|
|
8553
|
+
"kind": "js",
|
|
8554
|
+
"name": "*",
|
|
8555
|
+
"declaration": {
|
|
8556
|
+
"name": "*",
|
|
8557
|
+
"package": "./RadioButton"
|
|
8558
|
+
}
|
|
8559
|
+
},
|
|
8560
|
+
{
|
|
8561
|
+
"kind": "js",
|
|
8562
|
+
"name": "*",
|
|
8563
|
+
"declaration": {
|
|
8564
|
+
"name": "*",
|
|
8565
|
+
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8566
|
+
}
|
|
8567
|
+
}
|
|
8568
|
+
]
|
|
8569
|
+
},
|
|
8570
|
+
{
|
|
8571
|
+
"kind": "javascript-module",
|
|
8572
|
+
"path": "libs/web-components/src/lib/wip/Label/Label.ts",
|
|
8573
|
+
"declarations": [
|
|
8574
|
+
{
|
|
8575
|
+
"kind": "class",
|
|
8576
|
+
"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",
|
|
8577
|
+
"name": "BmLabel",
|
|
8578
|
+
"slots": [
|
|
8579
|
+
{
|
|
8580
|
+
"description": "Specify the text for Label",
|
|
8581
|
+
"name": "text"
|
|
8582
|
+
},
|
|
8583
|
+
{
|
|
8584
|
+
"description": "Specify if the Label displays as optional",
|
|
8585
|
+
"name": "optional"
|
|
8586
|
+
},
|
|
8587
|
+
{
|
|
8588
|
+
"description": "Specify if the icon displays to add a Tooltip",
|
|
8589
|
+
"name": "tooltip"
|
|
8590
|
+
}
|
|
8591
|
+
],
|
|
8592
|
+
"members": [
|
|
8593
|
+
{
|
|
8594
|
+
"kind": "field",
|
|
8595
|
+
"name": "disabled",
|
|
8596
|
+
"type": {
|
|
8597
|
+
"text": "boolean"
|
|
8598
|
+
},
|
|
8599
|
+
"default": "false",
|
|
8600
|
+
"description": "Specify if the Label displays disabled",
|
|
8601
|
+
"attribute": "disabled"
|
|
8602
|
+
},
|
|
8603
|
+
{
|
|
8604
|
+
"kind": "field",
|
|
8605
|
+
"name": "required",
|
|
8606
|
+
"type": {
|
|
8607
|
+
"text": "boolean"
|
|
8608
|
+
},
|
|
8609
|
+
"default": "false",
|
|
8610
|
+
"description": "Specify if the Label displays as required",
|
|
8611
|
+
"attribute": "required"
|
|
8612
|
+
},
|
|
8613
|
+
{
|
|
8614
|
+
"kind": "field",
|
|
8615
|
+
"name": "text",
|
|
8616
|
+
"type": {
|
|
8617
|
+
"text": "Optional<string>"
|
|
8618
|
+
},
|
|
8619
|
+
"description": "Specify the text for Label",
|
|
8620
|
+
"attribute": "text"
|
|
8621
|
+
},
|
|
8622
|
+
{
|
|
8623
|
+
"kind": "field",
|
|
8624
|
+
"name": "optional",
|
|
8625
|
+
"type": {
|
|
8626
|
+
"text": "Optional<string>"
|
|
8627
|
+
},
|
|
8628
|
+
"description": "Specify the text for Label",
|
|
8629
|
+
"attribute": "optional"
|
|
8630
|
+
},
|
|
8631
|
+
{
|
|
8632
|
+
"kind": "field",
|
|
8633
|
+
"name": "theme",
|
|
8717
8634
|
"type": {
|
|
8718
|
-
"text": "
|
|
8635
|
+
"text": "Optional<ThemeTypes>"
|
|
8719
8636
|
},
|
|
8720
|
-
"description": "Specify
|
|
8721
|
-
"
|
|
8722
|
-
}
|
|
8637
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
8638
|
+
"attribute": "theme"
|
|
8639
|
+
}
|
|
8640
|
+
],
|
|
8641
|
+
"attributes": [
|
|
8723
8642
|
{
|
|
8724
8643
|
"name": "disabled",
|
|
8725
8644
|
"type": {
|
|
8726
|
-
"text": "boolean
|
|
8645
|
+
"text": "boolean"
|
|
8727
8646
|
},
|
|
8728
|
-
"
|
|
8647
|
+
"default": "false",
|
|
8648
|
+
"description": "Specify if the Label displays disabled",
|
|
8729
8649
|
"fieldName": "disabled"
|
|
8730
8650
|
},
|
|
8731
8651
|
{
|
|
8732
|
-
"name": "
|
|
8652
|
+
"name": "required",
|
|
8733
8653
|
"type": {
|
|
8734
|
-
"text": "
|
|
8654
|
+
"text": "boolean"
|
|
8735
8655
|
},
|
|
8736
|
-
"
|
|
8737
|
-
"
|
|
8656
|
+
"default": "false",
|
|
8657
|
+
"description": "Specify if the Label displays as required",
|
|
8658
|
+
"fieldName": "required"
|
|
8738
8659
|
},
|
|
8739
8660
|
{
|
|
8740
|
-
"name": "
|
|
8661
|
+
"name": "text",
|
|
8741
8662
|
"type": {
|
|
8742
|
-
"text": "string
|
|
8663
|
+
"text": "Optional<string>"
|
|
8743
8664
|
},
|
|
8744
|
-
"description": "
|
|
8745
|
-
"fieldName": "
|
|
8665
|
+
"description": "Specify the text for Label",
|
|
8666
|
+
"fieldName": "text"
|
|
8746
8667
|
},
|
|
8747
8668
|
{
|
|
8748
|
-
"name": "
|
|
8669
|
+
"name": "optional",
|
|
8749
8670
|
"type": {
|
|
8750
|
-
"text": "
|
|
8671
|
+
"text": "Optional<string>"
|
|
8751
8672
|
},
|
|
8752
|
-
"
|
|
8753
|
-
"
|
|
8754
|
-
"fieldName": "checked"
|
|
8673
|
+
"description": "Specify the text for Label",
|
|
8674
|
+
"fieldName": "optional"
|
|
8755
8675
|
},
|
|
8756
8676
|
{
|
|
8757
|
-
"name": "
|
|
8677
|
+
"name": "theme",
|
|
8758
8678
|
"type": {
|
|
8759
|
-
"text": "
|
|
8679
|
+
"text": "Optional<ThemeTypes>"
|
|
8760
8680
|
},
|
|
8761
|
-
"description": "
|
|
8762
|
-
"fieldName": "
|
|
8681
|
+
"description": "Specify the theme of the Label. By default it inherits the theme from the parent",
|
|
8682
|
+
"fieldName": "theme"
|
|
8763
8683
|
}
|
|
8764
8684
|
],
|
|
8765
8685
|
"superclass": {
|
|
8766
8686
|
"name": "LitElement",
|
|
8767
8687
|
"package": "lit"
|
|
8768
8688
|
},
|
|
8769
|
-
"
|
|
8689
|
+
"summary": "`bm-label`",
|
|
8690
|
+
"tagName": "bm-label",
|
|
8770
8691
|
"customElement": true
|
|
8771
8692
|
}
|
|
8772
8693
|
],
|
|
8773
8694
|
"exports": [
|
|
8774
8695
|
{
|
|
8775
8696
|
"kind": "js",
|
|
8776
|
-
"name": "
|
|
8697
|
+
"name": "BmLabel",
|
|
8777
8698
|
"declaration": {
|
|
8778
|
-
"name": "
|
|
8779
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8699
|
+
"name": "BmLabel",
|
|
8700
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
8780
8701
|
}
|
|
8781
8702
|
},
|
|
8782
8703
|
{
|
|
8783
8704
|
"kind": "custom-element-definition",
|
|
8784
|
-
"name": "bm-
|
|
8705
|
+
"name": "bm-label",
|
|
8785
8706
|
"declaration": {
|
|
8786
|
-
"name": "
|
|
8787
|
-
"module": "libs/web-components/src/lib/wip/
|
|
8707
|
+
"name": "BmLabel",
|
|
8708
|
+
"module": "libs/web-components/src/lib/wip/Label/Label.ts"
|
|
8788
8709
|
}
|
|
8789
8710
|
}
|
|
8790
8711
|
]
|
|
8791
8712
|
},
|
|
8792
8713
|
{
|
|
8793
8714
|
"kind": "javascript-module",
|
|
8794
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8715
|
+
"path": "libs/web-components/src/lib/wip/Label/index.ts",
|
|
8795
8716
|
"declarations": [],
|
|
8796
8717
|
"exports": [
|
|
8797
8718
|
{
|
|
@@ -8799,53 +8720,55 @@
|
|
|
8799
8720
|
"name": "*",
|
|
8800
8721
|
"declaration": {
|
|
8801
8722
|
"name": "*",
|
|
8802
|
-
"package": "./
|
|
8803
|
-
}
|
|
8804
|
-
},
|
|
8805
|
-
{
|
|
8806
|
-
"kind": "js",
|
|
8807
|
-
"name": "*",
|
|
8808
|
-
"declaration": {
|
|
8809
|
-
"name": "*",
|
|
8810
|
-
"package": "./RadioButtonGroup/RadioButtonGroup"
|
|
8723
|
+
"package": "./Label"
|
|
8811
8724
|
}
|
|
8812
8725
|
}
|
|
8813
8726
|
]
|
|
8814
8727
|
},
|
|
8815
8728
|
{
|
|
8816
8729
|
"kind": "javascript-module",
|
|
8817
|
-
"path": "libs/web-components/src/lib/wip/
|
|
8730
|
+
"path": "libs/web-components/src/lib/wip/TextArea/TextArea.ts",
|
|
8818
8731
|
"declarations": [
|
|
8819
8732
|
{
|
|
8820
8733
|
"kind": "class",
|
|
8821
|
-
"description": "### Attributes:\n- **placeholder** - Specify placeholder text for
|
|
8822
|
-
"name": "
|
|
8734
|
+
"description": "### Attributes:\n- **rows** - Specify the height of TextArea\n- **cols** - Specify the width of TextArea\n- **placeholder** - Specify placeholder text for TextArea\n- **required** - Specify if TextArea is a required input\n- **hideRequiredMarker** - Specify if the TextArea displays with an asterisk\n- **error** - Specify error text and display error state of a TextArea\n- **readOnly** - Specify if TextArea displays in a read-only state\n- **disabled** - Specify if TextArea displays in a disabled state\n- **fluid** - Specify if TextArea is fluid\n- **width** - Specify the width of TextArea\n- **hideResize** - Specify if TextArea can be manually resized\n- **maxCount** - Specify the maximum character count for the TextArea\n- **autoResize** - Specify if the TextArea automatically resizes to fit the text\n- **theme** - Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
8735
|
+
"name": "BmTextArea",
|
|
8823
8736
|
"slots": [
|
|
8824
8737
|
{
|
|
8825
|
-
"description": "Specify the label for
|
|
8738
|
+
"description": "Specify the label for TextArea",
|
|
8826
8739
|
"name": "label"
|
|
8827
8740
|
},
|
|
8828
8741
|
{
|
|
8829
|
-
"description": "Specify the helper text for
|
|
8742
|
+
"description": "Specify the helper text for TextArea",
|
|
8830
8743
|
"name": "helper-text"
|
|
8831
|
-
},
|
|
8832
|
-
{
|
|
8833
|
-
"description": "Specify content to display after input",
|
|
8834
|
-
"name": "content-after"
|
|
8835
|
-
},
|
|
8836
|
-
{
|
|
8837
|
-
"description": "Specify content to display before input",
|
|
8838
|
-
"name": "content-before"
|
|
8839
8744
|
}
|
|
8840
8745
|
],
|
|
8841
8746
|
"members": [
|
|
8747
|
+
{
|
|
8748
|
+
"kind": "field",
|
|
8749
|
+
"name": "rows",
|
|
8750
|
+
"type": {
|
|
8751
|
+
"text": "Optional<number>"
|
|
8752
|
+
},
|
|
8753
|
+
"description": "Specify the height of TextArea",
|
|
8754
|
+
"attribute": "rows"
|
|
8755
|
+
},
|
|
8756
|
+
{
|
|
8757
|
+
"kind": "field",
|
|
8758
|
+
"name": "cols",
|
|
8759
|
+
"type": {
|
|
8760
|
+
"text": "Optional<number>"
|
|
8761
|
+
},
|
|
8762
|
+
"description": "Specify the width of TextArea",
|
|
8763
|
+
"attribute": "cols"
|
|
8764
|
+
},
|
|
8842
8765
|
{
|
|
8843
8766
|
"kind": "field",
|
|
8844
8767
|
"name": "placeholder",
|
|
8845
8768
|
"type": {
|
|
8846
8769
|
"text": "Optional<string>"
|
|
8847
8770
|
},
|
|
8848
|
-
"description": "Specify placeholder text for
|
|
8771
|
+
"description": "Specify placeholder text for TextArea",
|
|
8849
8772
|
"attribute": "placeholder"
|
|
8850
8773
|
},
|
|
8851
8774
|
{
|
|
@@ -8855,7 +8778,7 @@
|
|
|
8855
8778
|
"text": "boolean"
|
|
8856
8779
|
},
|
|
8857
8780
|
"default": "false",
|
|
8858
|
-
"description": "Specify if
|
|
8781
|
+
"description": "Specify if TextArea is a required input",
|
|
8859
8782
|
"attribute": "required"
|
|
8860
8783
|
},
|
|
8861
8784
|
{
|
|
@@ -8865,7 +8788,7 @@
|
|
|
8865
8788
|
"text": "boolean"
|
|
8866
8789
|
},
|
|
8867
8790
|
"default": "false",
|
|
8868
|
-
"description": "Specify if the
|
|
8791
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
8869
8792
|
"attribute": "hideRequiredMarker"
|
|
8870
8793
|
},
|
|
8871
8794
|
{
|
|
@@ -8874,7 +8797,7 @@
|
|
|
8874
8797
|
"type": {
|
|
8875
8798
|
"text": "Optional<string>"
|
|
8876
8799
|
},
|
|
8877
|
-
"description": "Specify error text and display error state of a
|
|
8800
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
8878
8801
|
"attribute": "error"
|
|
8879
8802
|
},
|
|
8880
8803
|
{
|
|
@@ -8884,7 +8807,7 @@
|
|
|
8884
8807
|
"text": "boolean"
|
|
8885
8808
|
},
|
|
8886
8809
|
"default": "false",
|
|
8887
|
-
"description": "Specify if
|
|
8810
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
8888
8811
|
"attribute": "readOnly"
|
|
8889
8812
|
},
|
|
8890
8813
|
{
|
|
@@ -8894,7 +8817,7 @@
|
|
|
8894
8817
|
"text": "boolean"
|
|
8895
8818
|
},
|
|
8896
8819
|
"default": "false",
|
|
8897
|
-
"description": "Specify if
|
|
8820
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
8898
8821
|
"attribute": "disabled"
|
|
8899
8822
|
},
|
|
8900
8823
|
{
|
|
@@ -8904,7 +8827,7 @@
|
|
|
8904
8827
|
"text": "boolean"
|
|
8905
8828
|
},
|
|
8906
8829
|
"default": "false",
|
|
8907
|
-
"description": "Specify if
|
|
8830
|
+
"description": "Specify if TextArea is fluid",
|
|
8908
8831
|
"attribute": "fluid"
|
|
8909
8832
|
},
|
|
8910
8833
|
{
|
|
@@ -8913,45 +8836,71 @@
|
|
|
8913
8836
|
"type": {
|
|
8914
8837
|
"text": "Optional<string>"
|
|
8915
8838
|
},
|
|
8916
|
-
"description": "Specify the width of
|
|
8839
|
+
"description": "Specify the width of TextArea",
|
|
8917
8840
|
"attribute": "width"
|
|
8918
8841
|
},
|
|
8919
8842
|
{
|
|
8920
8843
|
"kind": "field",
|
|
8921
|
-
"name": "
|
|
8844
|
+
"name": "hideResize",
|
|
8922
8845
|
"type": {
|
|
8923
8846
|
"text": "boolean"
|
|
8924
8847
|
},
|
|
8925
8848
|
"default": "false",
|
|
8926
|
-
"description": "Specify if
|
|
8927
|
-
"attribute": "
|
|
8849
|
+
"description": "Specify if TextArea can be manually resized",
|
|
8850
|
+
"attribute": "hideResize"
|
|
8928
8851
|
},
|
|
8929
8852
|
{
|
|
8930
8853
|
"kind": "field",
|
|
8931
|
-
"name": "
|
|
8854
|
+
"name": "maxCount",
|
|
8932
8855
|
"type": {
|
|
8933
|
-
"text": "Optional<
|
|
8856
|
+
"text": "Optional<number>"
|
|
8934
8857
|
},
|
|
8935
|
-
"description": "Specify the
|
|
8936
|
-
"attribute": "
|
|
8858
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
8859
|
+
"attribute": "maxCount"
|
|
8937
8860
|
},
|
|
8938
8861
|
{
|
|
8939
8862
|
"kind": "field",
|
|
8940
|
-
"name": "
|
|
8863
|
+
"name": "autoResize",
|
|
8941
8864
|
"type": {
|
|
8942
|
-
"text": "
|
|
8865
|
+
"text": "boolean"
|
|
8943
8866
|
},
|
|
8944
|
-
"default": "
|
|
8945
|
-
"
|
|
8867
|
+
"default": "false",
|
|
8868
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
8869
|
+
"attribute": "autoResize"
|
|
8946
8870
|
},
|
|
8947
8871
|
{
|
|
8948
8872
|
"kind": "field",
|
|
8949
|
-
"name": "
|
|
8873
|
+
"name": "theme",
|
|
8950
8874
|
"type": {
|
|
8951
|
-
"text": "
|
|
8875
|
+
"text": "Optional<ThemeTypes>"
|
|
8952
8876
|
},
|
|
8953
|
-
"
|
|
8954
|
-
"attribute": "
|
|
8877
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
8878
|
+
"attribute": "theme"
|
|
8879
|
+
},
|
|
8880
|
+
{
|
|
8881
|
+
"kind": "field",
|
|
8882
|
+
"name": "formFieldCounterRef"
|
|
8883
|
+
},
|
|
8884
|
+
{
|
|
8885
|
+
"kind": "method",
|
|
8886
|
+
"name": "finalizeAssociatedCallback",
|
|
8887
|
+
"return": {
|
|
8888
|
+
"type": {
|
|
8889
|
+
"text": "FinalizeAssociatedResult"
|
|
8890
|
+
}
|
|
8891
|
+
},
|
|
8892
|
+
"parameters": [
|
|
8893
|
+
{
|
|
8894
|
+
"name": "value",
|
|
8895
|
+
"type": {
|
|
8896
|
+
"text": "string"
|
|
8897
|
+
}
|
|
8898
|
+
}
|
|
8899
|
+
],
|
|
8900
|
+
"inheritedFrom": {
|
|
8901
|
+
"name": "FormField",
|
|
8902
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
8903
|
+
}
|
|
8955
8904
|
},
|
|
8956
8905
|
{
|
|
8957
8906
|
"kind": "field",
|
|
@@ -9066,36 +9015,31 @@
|
|
|
9066
9015
|
"name": "FormField",
|
|
9067
9016
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9068
9017
|
}
|
|
9069
|
-
},
|
|
9070
|
-
{
|
|
9071
|
-
"kind": "method",
|
|
9072
|
-
"name": "finalizeAssociatedCallback",
|
|
9073
|
-
"return": {
|
|
9074
|
-
"type": {
|
|
9075
|
-
"text": "FinalizeAssociatedResult"
|
|
9076
|
-
}
|
|
9077
|
-
},
|
|
9078
|
-
"parameters": [
|
|
9079
|
-
{
|
|
9080
|
-
"name": "ctxValue",
|
|
9081
|
-
"type": {
|
|
9082
|
-
"text": "string"
|
|
9083
|
-
}
|
|
9084
|
-
}
|
|
9085
|
-
],
|
|
9086
|
-
"inheritedFrom": {
|
|
9087
|
-
"name": "FormField",
|
|
9088
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9089
|
-
}
|
|
9090
9018
|
}
|
|
9091
9019
|
],
|
|
9092
9020
|
"attributes": [
|
|
9021
|
+
{
|
|
9022
|
+
"name": "rows",
|
|
9023
|
+
"type": {
|
|
9024
|
+
"text": "Optional<number>"
|
|
9025
|
+
},
|
|
9026
|
+
"description": "Specify the height of TextArea",
|
|
9027
|
+
"fieldName": "rows"
|
|
9028
|
+
},
|
|
9029
|
+
{
|
|
9030
|
+
"name": "cols",
|
|
9031
|
+
"type": {
|
|
9032
|
+
"text": "Optional<number>"
|
|
9033
|
+
},
|
|
9034
|
+
"description": "Specify the width of TextArea",
|
|
9035
|
+
"fieldName": "cols"
|
|
9036
|
+
},
|
|
9093
9037
|
{
|
|
9094
9038
|
"name": "placeholder",
|
|
9095
9039
|
"type": {
|
|
9096
9040
|
"text": "Optional<string>"
|
|
9097
9041
|
},
|
|
9098
|
-
"description": "Specify placeholder text for
|
|
9042
|
+
"description": "Specify placeholder text for TextArea",
|
|
9099
9043
|
"fieldName": "placeholder"
|
|
9100
9044
|
},
|
|
9101
9045
|
{
|
|
@@ -9104,7 +9048,7 @@
|
|
|
9104
9048
|
"text": "boolean"
|
|
9105
9049
|
},
|
|
9106
9050
|
"default": "false",
|
|
9107
|
-
"description": "Specify if
|
|
9051
|
+
"description": "Specify if TextArea is a required input",
|
|
9108
9052
|
"fieldName": "required"
|
|
9109
9053
|
},
|
|
9110
9054
|
{
|
|
@@ -9113,7 +9057,7 @@
|
|
|
9113
9057
|
"text": "boolean"
|
|
9114
9058
|
},
|
|
9115
9059
|
"default": "false",
|
|
9116
|
-
"description": "Specify if the
|
|
9060
|
+
"description": "Specify if the TextArea displays with an asterisk",
|
|
9117
9061
|
"fieldName": "hideRequiredMarker"
|
|
9118
9062
|
},
|
|
9119
9063
|
{
|
|
@@ -9121,7 +9065,7 @@
|
|
|
9121
9065
|
"type": {
|
|
9122
9066
|
"text": "Optional<string>"
|
|
9123
9067
|
},
|
|
9124
|
-
"description": "Specify error text and display error state of a
|
|
9068
|
+
"description": "Specify error text and display error state of a TextArea",
|
|
9125
9069
|
"fieldName": "error"
|
|
9126
9070
|
},
|
|
9127
9071
|
{
|
|
@@ -9130,7 +9074,7 @@
|
|
|
9130
9074
|
"text": "boolean"
|
|
9131
9075
|
},
|
|
9132
9076
|
"default": "false",
|
|
9133
|
-
"description": "Specify if
|
|
9077
|
+
"description": "Specify if TextArea displays in a read-only state",
|
|
9134
9078
|
"fieldName": "readOnly"
|
|
9135
9079
|
},
|
|
9136
9080
|
{
|
|
@@ -9139,7 +9083,7 @@
|
|
|
9139
9083
|
"text": "boolean"
|
|
9140
9084
|
},
|
|
9141
9085
|
"default": "false",
|
|
9142
|
-
"description": "Specify if
|
|
9086
|
+
"description": "Specify if TextArea displays in a disabled state",
|
|
9143
9087
|
"fieldName": "disabled"
|
|
9144
9088
|
},
|
|
9145
9089
|
{
|
|
@@ -9148,7 +9092,7 @@
|
|
|
9148
9092
|
"text": "boolean"
|
|
9149
9093
|
},
|
|
9150
9094
|
"default": "false",
|
|
9151
|
-
"description": "Specify if
|
|
9095
|
+
"description": "Specify if TextArea is fluid",
|
|
9152
9096
|
"fieldName": "fluid"
|
|
9153
9097
|
},
|
|
9154
9098
|
{
|
|
@@ -9156,41 +9100,42 @@
|
|
|
9156
9100
|
"type": {
|
|
9157
9101
|
"text": "Optional<string>"
|
|
9158
9102
|
},
|
|
9159
|
-
"description": "Specify the width of
|
|
9103
|
+
"description": "Specify the width of TextArea",
|
|
9160
9104
|
"fieldName": "width"
|
|
9161
9105
|
},
|
|
9162
9106
|
{
|
|
9163
|
-
"name": "
|
|
9107
|
+
"name": "hideResize",
|
|
9164
9108
|
"type": {
|
|
9165
9109
|
"text": "boolean"
|
|
9166
9110
|
},
|
|
9167
9111
|
"default": "false",
|
|
9168
|
-
"description": "Specify if
|
|
9169
|
-
"fieldName": "
|
|
9112
|
+
"description": "Specify if TextArea can be manually resized",
|
|
9113
|
+
"fieldName": "hideResize"
|
|
9170
9114
|
},
|
|
9171
9115
|
{
|
|
9172
|
-
"name": "
|
|
9116
|
+
"name": "maxCount",
|
|
9173
9117
|
"type": {
|
|
9174
|
-
"text": "Optional<
|
|
9118
|
+
"text": "Optional<number>"
|
|
9175
9119
|
},
|
|
9176
|
-
"description": "Specify the
|
|
9177
|
-
"fieldName": "
|
|
9120
|
+
"description": "Specify the maximum character count for the TextArea",
|
|
9121
|
+
"fieldName": "maxCount"
|
|
9178
9122
|
},
|
|
9179
9123
|
{
|
|
9180
|
-
"name": "
|
|
9124
|
+
"name": "autoResize",
|
|
9181
9125
|
"type": {
|
|
9182
|
-
"text": "
|
|
9126
|
+
"text": "boolean"
|
|
9183
9127
|
},
|
|
9184
|
-
"default": "
|
|
9185
|
-
"
|
|
9128
|
+
"default": "false",
|
|
9129
|
+
"description": "Specify if the TextArea automatically resizes to fit the text",
|
|
9130
|
+
"fieldName": "autoResize"
|
|
9186
9131
|
},
|
|
9187
9132
|
{
|
|
9188
|
-
"name": "
|
|
9133
|
+
"name": "theme",
|
|
9189
9134
|
"type": {
|
|
9190
|
-
"text": "
|
|
9135
|
+
"text": "Optional<ThemeTypes>"
|
|
9191
9136
|
},
|
|
9192
|
-
"
|
|
9193
|
-
"fieldName": "
|
|
9137
|
+
"description": "Specify the theme of the TextArea. By default it inherits the theme from the parent",
|
|
9138
|
+
"fieldName": "theme"
|
|
9194
9139
|
},
|
|
9195
9140
|
{
|
|
9196
9141
|
"name": "id",
|
|
@@ -9256,33 +9201,33 @@
|
|
|
9256
9201
|
"name": "FormField",
|
|
9257
9202
|
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9258
9203
|
},
|
|
9259
|
-
"summary": "`bm-text-
|
|
9260
|
-
"tagName": "bm-text-
|
|
9204
|
+
"summary": "`bm-text-area`",
|
|
9205
|
+
"tagName": "bm-text-area",
|
|
9261
9206
|
"customElement": true
|
|
9262
9207
|
}
|
|
9263
9208
|
],
|
|
9264
9209
|
"exports": [
|
|
9265
9210
|
{
|
|
9266
9211
|
"kind": "js",
|
|
9267
|
-
"name": "
|
|
9212
|
+
"name": "BmTextArea",
|
|
9268
9213
|
"declaration": {
|
|
9269
|
-
"name": "
|
|
9270
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9214
|
+
"name": "BmTextArea",
|
|
9215
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9271
9216
|
}
|
|
9272
9217
|
},
|
|
9273
9218
|
{
|
|
9274
9219
|
"kind": "custom-element-definition",
|
|
9275
|
-
"name": "bm-text-
|
|
9220
|
+
"name": "bm-text-area",
|
|
9276
9221
|
"declaration": {
|
|
9277
|
-
"name": "
|
|
9278
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9222
|
+
"name": "BmTextArea",
|
|
9223
|
+
"module": "libs/web-components/src/lib/wip/TextArea/TextArea.ts"
|
|
9279
9224
|
}
|
|
9280
9225
|
}
|
|
9281
9226
|
]
|
|
9282
9227
|
},
|
|
9283
9228
|
{
|
|
9284
9229
|
"kind": "javascript-module",
|
|
9285
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9230
|
+
"path": "libs/web-components/src/lib/wip/TextArea/index.ts",
|
|
9286
9231
|
"declarations": [],
|
|
9287
9232
|
"exports": [
|
|
9288
9233
|
{
|
|
@@ -9290,34 +9235,47 @@
|
|
|
9290
9235
|
"name": "*",
|
|
9291
9236
|
"declaration": {
|
|
9292
9237
|
"name": "*",
|
|
9293
|
-
"package": "./
|
|
9238
|
+
"package": "./TextArea"
|
|
9294
9239
|
}
|
|
9295
9240
|
}
|
|
9296
9241
|
]
|
|
9297
9242
|
},
|
|
9298
9243
|
{
|
|
9299
9244
|
"kind": "javascript-module",
|
|
9300
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9245
|
+
"path": "libs/web-components/src/lib/wip/TextField/TextField.ts",
|
|
9301
9246
|
"declarations": [
|
|
9302
9247
|
{
|
|
9303
9248
|
"kind": "class",
|
|
9304
|
-
"description": "### Attributes:\n- **
|
|
9305
|
-
"name": "
|
|
9249
|
+
"description": "### Attributes:\n- **placeholder** - Specify placeholder text for TextField\n- **required** - Specify if TextField is a required input\n- **hideRequiredMarker** - Specify if the TextField displays with an asterisk\n- **error** - Specify error text and display error state of a TextField\n- **readOnly** - Specify if TextField displays in a read-only state\n- **disabled** - Specify if TextField displays in a disabled state\n- **fluid** - Specify if TextField is fluid\n- **width** - Specify the width of TextField\n- **ellipse** - Specify if overflow displays ellipsis\n- **theme** - Specify the theme of the TextField. By default it inherits the theme from the parent\n- **type** \n- **inputMode** ",
|
|
9250
|
+
"name": "BmTextField",
|
|
9306
9251
|
"slots": [
|
|
9307
9252
|
{
|
|
9308
|
-
"description": "Specify
|
|
9309
|
-
"name": "slot"
|
|
9310
|
-
},
|
|
9311
|
-
{
|
|
9312
|
-
"description": "Specify Label for NativeSelect",
|
|
9253
|
+
"description": "Specify the label for TextField",
|
|
9313
9254
|
"name": "label"
|
|
9314
9255
|
},
|
|
9315
9256
|
{
|
|
9316
|
-
"description": "Specify
|
|
9257
|
+
"description": "Specify the helper text for TextField",
|
|
9317
9258
|
"name": "helper-text"
|
|
9259
|
+
},
|
|
9260
|
+
{
|
|
9261
|
+
"description": "Specify content to display after input",
|
|
9262
|
+
"name": "content-after"
|
|
9263
|
+
},
|
|
9264
|
+
{
|
|
9265
|
+
"description": "Specify content to display before input",
|
|
9266
|
+
"name": "content-before"
|
|
9318
9267
|
}
|
|
9319
9268
|
],
|
|
9320
9269
|
"members": [
|
|
9270
|
+
{
|
|
9271
|
+
"kind": "field",
|
|
9272
|
+
"name": "placeholder",
|
|
9273
|
+
"type": {
|
|
9274
|
+
"text": "Optional<string>"
|
|
9275
|
+
},
|
|
9276
|
+
"description": "Specify placeholder text for TextField",
|
|
9277
|
+
"attribute": "placeholder"
|
|
9278
|
+
},
|
|
9321
9279
|
{
|
|
9322
9280
|
"kind": "field",
|
|
9323
9281
|
"name": "required",
|
|
@@ -9325,37 +9283,47 @@
|
|
|
9325
9283
|
"text": "boolean"
|
|
9326
9284
|
},
|
|
9327
9285
|
"default": "false",
|
|
9328
|
-
"description": "Specify if
|
|
9286
|
+
"description": "Specify if TextField is a required input",
|
|
9329
9287
|
"attribute": "required"
|
|
9330
9288
|
},
|
|
9331
9289
|
{
|
|
9332
9290
|
"kind": "field",
|
|
9333
|
-
"name": "
|
|
9291
|
+
"name": "hideRequiredMarker",
|
|
9334
9292
|
"type": {
|
|
9335
9293
|
"text": "boolean"
|
|
9336
9294
|
},
|
|
9337
9295
|
"default": "false",
|
|
9338
|
-
"description": "Specify if
|
|
9339
|
-
"attribute": "
|
|
9296
|
+
"description": "Specify if the TextField displays with an asterisk",
|
|
9297
|
+
"attribute": "hideRequiredMarker"
|
|
9340
9298
|
},
|
|
9341
9299
|
{
|
|
9342
9300
|
"kind": "field",
|
|
9343
|
-
"name": "
|
|
9301
|
+
"name": "error",
|
|
9302
|
+
"type": {
|
|
9303
|
+
"text": "Optional<string>"
|
|
9304
|
+
},
|
|
9305
|
+
"description": "Specify error text and display error state of a TextField",
|
|
9306
|
+
"attribute": "error"
|
|
9307
|
+
},
|
|
9308
|
+
{
|
|
9309
|
+
"kind": "field",
|
|
9310
|
+
"name": "readOnly",
|
|
9344
9311
|
"type": {
|
|
9345
9312
|
"text": "boolean"
|
|
9346
9313
|
},
|
|
9347
9314
|
"default": "false",
|
|
9348
|
-
"description": "Specify if
|
|
9349
|
-
"attribute": "
|
|
9315
|
+
"description": "Specify if TextField displays in a read-only state",
|
|
9316
|
+
"attribute": "readOnly"
|
|
9350
9317
|
},
|
|
9351
9318
|
{
|
|
9352
9319
|
"kind": "field",
|
|
9353
|
-
"name": "
|
|
9320
|
+
"name": "disabled",
|
|
9354
9321
|
"type": {
|
|
9355
|
-
"text": "
|
|
9322
|
+
"text": "boolean"
|
|
9356
9323
|
},
|
|
9357
|
-
"
|
|
9358
|
-
"
|
|
9324
|
+
"default": "false",
|
|
9325
|
+
"description": "Specify if TextField displays in a disabled state",
|
|
9326
|
+
"attribute": "disabled"
|
|
9359
9327
|
},
|
|
9360
9328
|
{
|
|
9361
9329
|
"kind": "field",
|
|
@@ -9364,7 +9332,7 @@
|
|
|
9364
9332
|
"text": "boolean"
|
|
9365
9333
|
},
|
|
9366
9334
|
"default": "false",
|
|
9367
|
-
"description": "Specify if
|
|
9335
|
+
"description": "Specify if TextField is fluid",
|
|
9368
9336
|
"attribute": "fluid"
|
|
9369
9337
|
},
|
|
9370
9338
|
{
|
|
@@ -9373,7 +9341,7 @@
|
|
|
9373
9341
|
"type": {
|
|
9374
9342
|
"text": "Optional<string>"
|
|
9375
9343
|
},
|
|
9376
|
-
"description": "Specify the width of
|
|
9344
|
+
"description": "Specify the width of TextField",
|
|
9377
9345
|
"attribute": "width"
|
|
9378
9346
|
},
|
|
9379
9347
|
{
|
|
@@ -9382,49 +9350,36 @@
|
|
|
9382
9350
|
"type": {
|
|
9383
9351
|
"text": "boolean"
|
|
9384
9352
|
},
|
|
9385
|
-
"default": "
|
|
9353
|
+
"default": "false",
|
|
9386
9354
|
"description": "Specify if overflow displays ellipsis",
|
|
9387
9355
|
"attribute": "ellipse"
|
|
9388
9356
|
},
|
|
9389
9357
|
{
|
|
9390
9358
|
"kind": "field",
|
|
9391
|
-
"name": "
|
|
9359
|
+
"name": "theme",
|
|
9392
9360
|
"type": {
|
|
9393
|
-
"text": "
|
|
9361
|
+
"text": "Optional<ThemeTypes>"
|
|
9394
9362
|
},
|
|
9395
|
-
"
|
|
9396
|
-
"
|
|
9397
|
-
"attribute": "hideRequiredMarker"
|
|
9363
|
+
"description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
|
|
9364
|
+
"attribute": "theme"
|
|
9398
9365
|
},
|
|
9399
9366
|
{
|
|
9400
9367
|
"kind": "field",
|
|
9401
|
-
"name": "
|
|
9368
|
+
"name": "type",
|
|
9402
9369
|
"type": {
|
|
9403
|
-
"text": "
|
|
9370
|
+
"text": "string"
|
|
9404
9371
|
},
|
|
9405
|
-
"
|
|
9406
|
-
"attribute": "
|
|
9372
|
+
"default": "'text'",
|
|
9373
|
+
"attribute": "type"
|
|
9407
9374
|
},
|
|
9408
9375
|
{
|
|
9409
|
-
"kind": "
|
|
9410
|
-
"name": "
|
|
9411
|
-
"
|
|
9412
|
-
"
|
|
9413
|
-
"text": "FinalizeAssociatedResult"
|
|
9414
|
-
}
|
|
9376
|
+
"kind": "field",
|
|
9377
|
+
"name": "inputMode",
|
|
9378
|
+
"type": {
|
|
9379
|
+
"text": "string"
|
|
9415
9380
|
},
|
|
9416
|
-
"
|
|
9417
|
-
|
|
9418
|
-
"name": "value",
|
|
9419
|
-
"type": {
|
|
9420
|
-
"text": "string"
|
|
9421
|
-
}
|
|
9422
|
-
}
|
|
9423
|
-
],
|
|
9424
|
-
"inheritedFrom": {
|
|
9425
|
-
"name": "FormField",
|
|
9426
|
-
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9427
|
-
}
|
|
9381
|
+
"default": "'text'",
|
|
9382
|
+
"attribute": "inputMode"
|
|
9428
9383
|
},
|
|
9429
9384
|
{
|
|
9430
9385
|
"kind": "field",
|
|
@@ -9539,43 +9494,81 @@
|
|
|
9539
9494
|
"name": "FormField",
|
|
9540
9495
|
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9541
9496
|
}
|
|
9497
|
+
},
|
|
9498
|
+
{
|
|
9499
|
+
"kind": "method",
|
|
9500
|
+
"name": "finalizeAssociatedCallback",
|
|
9501
|
+
"return": {
|
|
9502
|
+
"type": {
|
|
9503
|
+
"text": "FinalizeAssociatedResult"
|
|
9504
|
+
}
|
|
9505
|
+
},
|
|
9506
|
+
"parameters": [
|
|
9507
|
+
{
|
|
9508
|
+
"name": "ctxValue",
|
|
9509
|
+
"type": {
|
|
9510
|
+
"text": "string"
|
|
9511
|
+
}
|
|
9512
|
+
}
|
|
9513
|
+
],
|
|
9514
|
+
"inheritedFrom": {
|
|
9515
|
+
"name": "FormField",
|
|
9516
|
+
"module": "libs/web-components/src/lib/wip/Form/Form.decorator.ts"
|
|
9517
|
+
}
|
|
9542
9518
|
}
|
|
9543
9519
|
],
|
|
9544
9520
|
"attributes": [
|
|
9521
|
+
{
|
|
9522
|
+
"name": "placeholder",
|
|
9523
|
+
"type": {
|
|
9524
|
+
"text": "Optional<string>"
|
|
9525
|
+
},
|
|
9526
|
+
"description": "Specify placeholder text for TextField",
|
|
9527
|
+
"fieldName": "placeholder"
|
|
9528
|
+
},
|
|
9545
9529
|
{
|
|
9546
9530
|
"name": "required",
|
|
9547
9531
|
"type": {
|
|
9548
9532
|
"text": "boolean"
|
|
9549
9533
|
},
|
|
9550
9534
|
"default": "false",
|
|
9551
|
-
"description": "Specify if
|
|
9535
|
+
"description": "Specify if TextField is a required input",
|
|
9552
9536
|
"fieldName": "required"
|
|
9553
9537
|
},
|
|
9554
9538
|
{
|
|
9555
|
-
"name": "
|
|
9539
|
+
"name": "hideRequiredMarker",
|
|
9556
9540
|
"type": {
|
|
9557
9541
|
"text": "boolean"
|
|
9558
9542
|
},
|
|
9559
9543
|
"default": "false",
|
|
9560
|
-
"description": "Specify if
|
|
9561
|
-
"fieldName": "
|
|
9544
|
+
"description": "Specify if the TextField displays with an asterisk",
|
|
9545
|
+
"fieldName": "hideRequiredMarker"
|
|
9562
9546
|
},
|
|
9563
9547
|
{
|
|
9564
|
-
"name": "
|
|
9548
|
+
"name": "error",
|
|
9549
|
+
"type": {
|
|
9550
|
+
"text": "Optional<string>"
|
|
9551
|
+
},
|
|
9552
|
+
"description": "Specify error text and display error state of a TextField",
|
|
9553
|
+
"fieldName": "error"
|
|
9554
|
+
},
|
|
9555
|
+
{
|
|
9556
|
+
"name": "readOnly",
|
|
9565
9557
|
"type": {
|
|
9566
9558
|
"text": "boolean"
|
|
9567
9559
|
},
|
|
9568
9560
|
"default": "false",
|
|
9569
|
-
"description": "Specify if
|
|
9570
|
-
"fieldName": "
|
|
9561
|
+
"description": "Specify if TextField displays in a read-only state",
|
|
9562
|
+
"fieldName": "readOnly"
|
|
9571
9563
|
},
|
|
9572
9564
|
{
|
|
9573
|
-
"name": "
|
|
9565
|
+
"name": "disabled",
|
|
9574
9566
|
"type": {
|
|
9575
|
-
"text": "
|
|
9567
|
+
"text": "boolean"
|
|
9576
9568
|
},
|
|
9577
|
-
"
|
|
9578
|
-
"
|
|
9569
|
+
"default": "false",
|
|
9570
|
+
"description": "Specify if TextField displays in a disabled state",
|
|
9571
|
+
"fieldName": "disabled"
|
|
9579
9572
|
},
|
|
9580
9573
|
{
|
|
9581
9574
|
"name": "fluid",
|
|
@@ -9583,7 +9576,7 @@
|
|
|
9583
9576
|
"text": "boolean"
|
|
9584
9577
|
},
|
|
9585
9578
|
"default": "false",
|
|
9586
|
-
"description": "Specify if
|
|
9579
|
+
"description": "Specify if TextField is fluid",
|
|
9587
9580
|
"fieldName": "fluid"
|
|
9588
9581
|
},
|
|
9589
9582
|
{
|
|
@@ -9591,7 +9584,7 @@
|
|
|
9591
9584
|
"type": {
|
|
9592
9585
|
"text": "Optional<string>"
|
|
9593
9586
|
},
|
|
9594
|
-
"description": "Specify the width of
|
|
9587
|
+
"description": "Specify the width of TextField",
|
|
9595
9588
|
"fieldName": "width"
|
|
9596
9589
|
},
|
|
9597
9590
|
{
|
|
@@ -9599,26 +9592,33 @@
|
|
|
9599
9592
|
"type": {
|
|
9600
9593
|
"text": "boolean"
|
|
9601
9594
|
},
|
|
9602
|
-
"default": "
|
|
9595
|
+
"default": "false",
|
|
9603
9596
|
"description": "Specify if overflow displays ellipsis",
|
|
9604
9597
|
"fieldName": "ellipse"
|
|
9605
9598
|
},
|
|
9606
9599
|
{
|
|
9607
|
-
"name": "
|
|
9600
|
+
"name": "theme",
|
|
9608
9601
|
"type": {
|
|
9609
|
-
"text": "
|
|
9602
|
+
"text": "Optional<ThemeTypes>"
|
|
9610
9603
|
},
|
|
9611
|
-
"
|
|
9612
|
-
"
|
|
9613
|
-
"fieldName": "hideRequiredMarker"
|
|
9604
|
+
"description": "Specify the theme of the TextField. By default it inherits the theme from the parent",
|
|
9605
|
+
"fieldName": "theme"
|
|
9614
9606
|
},
|
|
9615
9607
|
{
|
|
9616
|
-
"name": "
|
|
9608
|
+
"name": "type",
|
|
9617
9609
|
"type": {
|
|
9618
|
-
"text": "
|
|
9610
|
+
"text": "string"
|
|
9619
9611
|
},
|
|
9620
|
-
"
|
|
9621
|
-
"fieldName": "
|
|
9612
|
+
"default": "'text'",
|
|
9613
|
+
"fieldName": "type"
|
|
9614
|
+
},
|
|
9615
|
+
{
|
|
9616
|
+
"name": "inputMode",
|
|
9617
|
+
"type": {
|
|
9618
|
+
"text": "string"
|
|
9619
|
+
},
|
|
9620
|
+
"default": "'text'",
|
|
9621
|
+
"fieldName": "inputMode"
|
|
9622
9622
|
},
|
|
9623
9623
|
{
|
|
9624
9624
|
"name": "id",
|
|
@@ -9684,33 +9684,33 @@
|
|
|
9684
9684
|
"name": "FormField",
|
|
9685
9685
|
"module": "/libs/web-components/src/lib/wip/Form/Form.decorator"
|
|
9686
9686
|
},
|
|
9687
|
-
"summary": "`bm-
|
|
9688
|
-
"tagName": "bm-
|
|
9687
|
+
"summary": "`bm-text-field`",
|
|
9688
|
+
"tagName": "bm-text-field",
|
|
9689
9689
|
"customElement": true
|
|
9690
9690
|
}
|
|
9691
9691
|
],
|
|
9692
9692
|
"exports": [
|
|
9693
9693
|
{
|
|
9694
9694
|
"kind": "js",
|
|
9695
|
-
"name": "
|
|
9695
|
+
"name": "BmTextField",
|
|
9696
9696
|
"declaration": {
|
|
9697
|
-
"name": "
|
|
9698
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9697
|
+
"name": "BmTextField",
|
|
9698
|
+
"module": "libs/web-components/src/lib/wip/TextField/TextField.ts"
|
|
9699
9699
|
}
|
|
9700
9700
|
},
|
|
9701
9701
|
{
|
|
9702
9702
|
"kind": "custom-element-definition",
|
|
9703
|
-
"name": "bm-
|
|
9703
|
+
"name": "bm-text-field",
|
|
9704
9704
|
"declaration": {
|
|
9705
|
-
"name": "
|
|
9706
|
-
"module": "libs/web-components/src/lib/wip/
|
|
9705
|
+
"name": "BmTextField",
|
|
9706
|
+
"module": "libs/web-components/src/lib/wip/TextField/TextField.ts"
|
|
9707
9707
|
}
|
|
9708
9708
|
}
|
|
9709
9709
|
]
|
|
9710
9710
|
},
|
|
9711
9711
|
{
|
|
9712
9712
|
"kind": "javascript-module",
|
|
9713
|
-
"path": "libs/web-components/src/lib/wip/
|
|
9713
|
+
"path": "libs/web-components/src/lib/wip/TextField/index.ts",
|
|
9714
9714
|
"declarations": [],
|
|
9715
9715
|
"exports": [
|
|
9716
9716
|
{
|
|
@@ -9718,7 +9718,7 @@
|
|
|
9718
9718
|
"name": "*",
|
|
9719
9719
|
"declaration": {
|
|
9720
9720
|
"name": "*",
|
|
9721
|
-
"package": "./
|
|
9721
|
+
"package": "./TextField"
|
|
9722
9722
|
}
|
|
9723
9723
|
}
|
|
9724
9724
|
]
|