@genesislcap/foundation-ui 14.307.1 → 14.307.2
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.
|
@@ -1255,188 +1255,6 @@
|
|
|
1255
1255
|
}
|
|
1256
1256
|
]
|
|
1257
1257
|
},
|
|
1258
|
-
{
|
|
1259
|
-
"kind": "javascript-module",
|
|
1260
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1261
|
-
"declarations": [
|
|
1262
|
-
{
|
|
1263
|
-
"kind": "function",
|
|
1264
|
-
"name": "foundationAccordionStyles",
|
|
1265
|
-
"return": {
|
|
1266
|
-
"type": {
|
|
1267
|
-
"text": "ElementStyles"
|
|
1268
|
-
}
|
|
1269
|
-
},
|
|
1270
|
-
"parameters": [
|
|
1271
|
-
{
|
|
1272
|
-
"name": "context",
|
|
1273
|
-
"type": {
|
|
1274
|
-
"text": "ElementDefinitionContext"
|
|
1275
|
-
}
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "definition",
|
|
1279
|
-
"type": {
|
|
1280
|
-
"text": "FoundationElementDefinition"
|
|
1281
|
-
}
|
|
1282
|
-
}
|
|
1283
|
-
]
|
|
1284
|
-
}
|
|
1285
|
-
],
|
|
1286
|
-
"exports": [
|
|
1287
|
-
{
|
|
1288
|
-
"kind": "js",
|
|
1289
|
-
"name": "foundationAccordionStyles",
|
|
1290
|
-
"declaration": {
|
|
1291
|
-
"name": "foundationAccordionStyles",
|
|
1292
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
]
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "javascript-module",
|
|
1299
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1300
|
-
"declarations": [
|
|
1301
|
-
{
|
|
1302
|
-
"kind": "function",
|
|
1303
|
-
"name": "foundationAccordionTemplate",
|
|
1304
|
-
"return": {
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "ViewTemplate<Accordion>"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"parameters": [
|
|
1310
|
-
{
|
|
1311
|
-
"name": "context",
|
|
1312
|
-
"type": {
|
|
1313
|
-
"text": "ElementDefinitionContext"
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "definition",
|
|
1318
|
-
"type": {
|
|
1319
|
-
"text": "FoundationElementDefinition"
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1323
|
-
}
|
|
1324
|
-
],
|
|
1325
|
-
"exports": [
|
|
1326
|
-
{
|
|
1327
|
-
"kind": "js",
|
|
1328
|
-
"name": "foundationAccordionTemplate",
|
|
1329
|
-
"declaration": {
|
|
1330
|
-
"name": "foundationAccordionTemplate",
|
|
1331
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1332
|
-
}
|
|
1333
|
-
}
|
|
1334
|
-
]
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"kind": "javascript-module",
|
|
1338
|
-
"path": "src/accordion/accordion.ts",
|
|
1339
|
-
"declarations": [
|
|
1340
|
-
{
|
|
1341
|
-
"kind": "class",
|
|
1342
|
-
"description": "",
|
|
1343
|
-
"name": "Accordion",
|
|
1344
|
-
"superclass": {
|
|
1345
|
-
"name": "FASTAccordion",
|
|
1346
|
-
"package": "@microsoft/fast-foundation"
|
|
1347
|
-
},
|
|
1348
|
-
"tagName": "%%prefix%%-accordion",
|
|
1349
|
-
"customElement": true
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"kind": "variable",
|
|
1353
|
-
"name": "foundationAccordionShadowOptions",
|
|
1354
|
-
"type": {
|
|
1355
|
-
"text": "ShadowRootInit"
|
|
1356
|
-
},
|
|
1357
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "variable",
|
|
1361
|
-
"name": "defaultAccordionConfig",
|
|
1362
|
-
"type": {
|
|
1363
|
-
"text": "object"
|
|
1364
|
-
},
|
|
1365
|
-
"default": "{}"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "variable",
|
|
1369
|
-
"name": "foundationAccordion",
|
|
1370
|
-
"description": "The Foundation Accordion",
|
|
1371
|
-
"privacy": "public"
|
|
1372
|
-
}
|
|
1373
|
-
],
|
|
1374
|
-
"exports": [
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "js",
|
|
1377
|
-
"name": "Accordion",
|
|
1378
|
-
"declaration": {
|
|
1379
|
-
"name": "Accordion",
|
|
1380
|
-
"module": "src/accordion/accordion.ts"
|
|
1381
|
-
}
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "js",
|
|
1385
|
-
"name": "foundationAccordionShadowOptions",
|
|
1386
|
-
"declaration": {
|
|
1387
|
-
"name": "foundationAccordionShadowOptions",
|
|
1388
|
-
"module": "src/accordion/accordion.ts"
|
|
1389
|
-
}
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "js",
|
|
1393
|
-
"name": "defaultAccordionConfig",
|
|
1394
|
-
"declaration": {
|
|
1395
|
-
"name": "defaultAccordionConfig",
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "js",
|
|
1401
|
-
"name": "foundationAccordion",
|
|
1402
|
-
"declaration": {
|
|
1403
|
-
"name": "foundationAccordion",
|
|
1404
|
-
"module": "src/accordion/accordion.ts"
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
]
|
|
1408
|
-
},
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/accordion/index.ts",
|
|
1412
|
-
"declarations": [],
|
|
1413
|
-
"exports": [
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "js",
|
|
1416
|
-
"name": "*",
|
|
1417
|
-
"declaration": {
|
|
1418
|
-
"name": "*",
|
|
1419
|
-
"package": "./accordion.template"
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./accordion.styles"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./accordion"
|
|
1436
|
-
}
|
|
1437
|
-
}
|
|
1438
|
-
]
|
|
1439
|
-
},
|
|
1440
1258
|
{
|
|
1441
1259
|
"kind": "javascript-module",
|
|
1442
1260
|
"path": "src/_config/index.ts",
|
|
@@ -1470,34 +1288,11 @@
|
|
|
1470
1288
|
},
|
|
1471
1289
|
{
|
|
1472
1290
|
"kind": "javascript-module",
|
|
1473
|
-
"path": "src/
|
|
1291
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1474
1292
|
"declarations": [
|
|
1475
1293
|
{
|
|
1476
1294
|
"kind": "function",
|
|
1477
|
-
"name": "
|
|
1478
|
-
"return": {
|
|
1479
|
-
"type": {
|
|
1480
|
-
"text": "ElementStyles"
|
|
1481
|
-
}
|
|
1482
|
-
},
|
|
1483
|
-
"parameters": [
|
|
1484
|
-
{
|
|
1485
|
-
"name": "context",
|
|
1486
|
-
"type": {
|
|
1487
|
-
"text": "ElementDefinitionContext"
|
|
1488
|
-
}
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"name": "definition",
|
|
1492
|
-
"type": {
|
|
1493
|
-
"text": "FoundationElementDefinition"
|
|
1494
|
-
}
|
|
1495
|
-
}
|
|
1496
|
-
]
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"kind": "function",
|
|
1500
|
-
"name": "foundationActionsMenuStyles",
|
|
1295
|
+
"name": "foundationAccordionItemStyles",
|
|
1501
1296
|
"return": {
|
|
1502
1297
|
"type": {
|
|
1503
1298
|
"text": "ElementStyles"
|
|
@@ -1522,269 +1317,156 @@
|
|
|
1522
1317
|
"exports": [
|
|
1523
1318
|
{
|
|
1524
1319
|
"kind": "js",
|
|
1525
|
-
"name": "
|
|
1526
|
-
"declaration": {
|
|
1527
|
-
"name": "actionsMenuBaseStyles",
|
|
1528
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"kind": "js",
|
|
1533
|
-
"name": "foundationActionsMenuStyles",
|
|
1320
|
+
"name": "foundationAccordionItemStyles",
|
|
1534
1321
|
"declaration": {
|
|
1535
|
-
"name": "
|
|
1536
|
-
"module": "src/
|
|
1322
|
+
"name": "foundationAccordionItemStyles",
|
|
1323
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1537
1324
|
}
|
|
1538
1325
|
}
|
|
1539
1326
|
]
|
|
1540
1327
|
},
|
|
1541
1328
|
{
|
|
1542
1329
|
"kind": "javascript-module",
|
|
1543
|
-
"path": "src/
|
|
1330
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1544
1331
|
"declarations": [
|
|
1545
1332
|
{
|
|
1546
1333
|
"kind": "function",
|
|
1547
|
-
"name": "
|
|
1334
|
+
"name": "foundationAccordionItemTemplate",
|
|
1335
|
+
"return": {
|
|
1336
|
+
"type": {
|
|
1337
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1548
1340
|
"parameters": [
|
|
1549
1341
|
{
|
|
1550
|
-
"name": "
|
|
1342
|
+
"name": "context",
|
|
1551
1343
|
"type": {
|
|
1552
|
-
"text": "
|
|
1344
|
+
"text": "ElementDefinitionContext"
|
|
1553
1345
|
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "function",
|
|
1559
|
-
"name": "singleOptionTemplate",
|
|
1560
|
-
"parameters": [
|
|
1346
|
+
},
|
|
1561
1347
|
{
|
|
1562
|
-
"name": "
|
|
1348
|
+
"name": "definition",
|
|
1563
1349
|
"type": {
|
|
1564
|
-
"text": "
|
|
1350
|
+
"text": "FoundationElementDefinition"
|
|
1565
1351
|
}
|
|
1566
1352
|
}
|
|
1567
1353
|
]
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"kind": "variable",
|
|
1571
|
-
"name": "foundationActionsMenuTemplate",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1574
|
-
},
|
|
1575
|
-
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1576
1354
|
}
|
|
1577
1355
|
],
|
|
1578
1356
|
"exports": [
|
|
1579
1357
|
{
|
|
1580
1358
|
"kind": "js",
|
|
1581
|
-
"name": "
|
|
1582
|
-
"declaration": {
|
|
1583
|
-
"name": "menuTemplate",
|
|
1584
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1585
|
-
}
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "js",
|
|
1589
|
-
"name": "singleOptionTemplate",
|
|
1590
|
-
"declaration": {
|
|
1591
|
-
"name": "singleOptionTemplate",
|
|
1592
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"kind": "js",
|
|
1597
|
-
"name": "foundationActionsMenuTemplate",
|
|
1359
|
+
"name": "foundationAccordionItemTemplate",
|
|
1598
1360
|
"declaration": {
|
|
1599
|
-
"name": "
|
|
1600
|
-
"module": "src/
|
|
1361
|
+
"name": "foundationAccordionItemTemplate",
|
|
1362
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1601
1363
|
}
|
|
1602
1364
|
}
|
|
1603
1365
|
]
|
|
1604
1366
|
},
|
|
1605
1367
|
{
|
|
1606
1368
|
"kind": "javascript-module",
|
|
1607
|
-
"path": "src/
|
|
1369
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1608
1370
|
"declarations": [
|
|
1609
1371
|
{
|
|
1610
1372
|
"kind": "class",
|
|
1611
1373
|
"description": "",
|
|
1612
|
-
"name": "
|
|
1613
|
-
"
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "field",
|
|
1623
|
-
"name": "isVertical",
|
|
1624
|
-
"type": {
|
|
1625
|
-
"text": "boolean"
|
|
1626
|
-
},
|
|
1627
|
-
"default": "false"
|
|
1628
|
-
},
|
|
1374
|
+
"name": "AccordionItem",
|
|
1375
|
+
"superclass": {
|
|
1376
|
+
"name": "FASTAccordionItem",
|
|
1377
|
+
"package": "@microsoft/fast-components"
|
|
1378
|
+
},
|
|
1379
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1380
|
+
"customElement": true,
|
|
1381
|
+
"attributes": [
|
|
1629
1382
|
{
|
|
1630
|
-
"
|
|
1631
|
-
"name": "addDefaultActions",
|
|
1383
|
+
"name": "heading-level",
|
|
1632
1384
|
"type": {
|
|
1633
|
-
"text": "
|
|
1385
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1634
1386
|
},
|
|
1635
|
-
"default": "
|
|
1387
|
+
"default": "2",
|
|
1388
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1389
|
+
"fieldName": "headinglevel",
|
|
1390
|
+
"inheritedFrom": {
|
|
1391
|
+
"name": "AccordionItem",
|
|
1392
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1393
|
+
}
|
|
1636
1394
|
},
|
|
1637
1395
|
{
|
|
1638
|
-
"kind": "field",
|
|
1639
|
-
"name": "autoCloseOnAction",
|
|
1640
1396
|
"type": {
|
|
1641
1397
|
"text": "boolean"
|
|
1642
1398
|
},
|
|
1643
|
-
"default": "
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
"
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
"text": "string"
|
|
1650
|
-
}
|
|
1651
|
-
},
|
|
1652
|
-
{
|
|
1653
|
-
"kind": "field",
|
|
1654
|
-
"name": "definition",
|
|
1655
|
-
"type": {
|
|
1656
|
-
"text": "any"
|
|
1399
|
+
"default": "false",
|
|
1400
|
+
"description": "Expands or collapses the item.",
|
|
1401
|
+
"fieldName": "expanded",
|
|
1402
|
+
"inheritedFrom": {
|
|
1403
|
+
"name": "AccordionItem",
|
|
1404
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1657
1405
|
}
|
|
1658
1406
|
},
|
|
1659
1407
|
{
|
|
1660
|
-
"
|
|
1661
|
-
"name": "name",
|
|
1408
|
+
"name": "id",
|
|
1662
1409
|
"type": {
|
|
1663
1410
|
"text": "string"
|
|
1664
1411
|
},
|
|
1665
|
-
"
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
"type": {
|
|
1671
|
-
"text": "boolean"
|
|
1672
|
-
},
|
|
1673
|
-
"default": "false"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "field",
|
|
1677
|
-
"name": "buttonAppearance",
|
|
1678
|
-
"type": {
|
|
1679
|
-
"text": "string"
|
|
1412
|
+
"description": "The item ID",
|
|
1413
|
+
"fieldName": "id",
|
|
1414
|
+
"inheritedFrom": {
|
|
1415
|
+
"name": "AccordionItem",
|
|
1416
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1680
1417
|
}
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
"name": "hideDisabled",
|
|
1685
|
-
"type": {
|
|
1686
|
-
"text": "boolean"
|
|
1687
|
-
},
|
|
1688
|
-
"default": "false"
|
|
1689
|
-
},
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"members": [
|
|
1690
1421
|
{
|
|
1691
1422
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1423
|
+
"name": "headinglevel",
|
|
1693
1424
|
"type": {
|
|
1694
|
-
"text": "
|
|
1425
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1695
1426
|
},
|
|
1696
|
-
"
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
"
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
"text": "ActionMenuItem"
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"kind": "field",
|
|
1707
|
-
"name": "actionsMenu",
|
|
1708
|
-
"type": {
|
|
1709
|
-
"text": "HTMLElement"
|
|
1427
|
+
"privacy": "public",
|
|
1428
|
+
"default": "2",
|
|
1429
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1430
|
+
"inheritedFrom": {
|
|
1431
|
+
"name": "AccordionItem",
|
|
1432
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1710
1433
|
}
|
|
1711
1434
|
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "method",
|
|
1714
|
-
"name": "definitionChanged",
|
|
1715
|
-
"privacy": "protected",
|
|
1716
|
-
"parameters": [
|
|
1717
|
-
{
|
|
1718
|
-
"name": "oldValue",
|
|
1719
|
-
"type": {
|
|
1720
|
-
"text": "any"
|
|
1721
|
-
}
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"name": "newValue",
|
|
1725
|
-
"type": {
|
|
1726
|
-
"text": "any"
|
|
1727
|
-
}
|
|
1728
|
-
}
|
|
1729
|
-
]
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
"kind": "method",
|
|
1733
|
-
"name": "openChanged",
|
|
1734
|
-
"privacy": "protected"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"kind": "method",
|
|
1738
|
-
"name": "toggleActionsMenuVisibility"
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "method",
|
|
1742
|
-
"name": "onActionMenuItemClick",
|
|
1743
|
-
"parameters": [
|
|
1744
|
-
{
|
|
1745
|
-
"name": "callback",
|
|
1746
|
-
"type": {
|
|
1747
|
-
"text": "(rowData) => void | any"
|
|
1748
|
-
}
|
|
1749
|
-
}
|
|
1750
|
-
]
|
|
1751
|
-
},
|
|
1752
1435
|
{
|
|
1753
1436
|
"kind": "field",
|
|
1754
|
-
"name": "
|
|
1437
|
+
"name": "expanded",
|
|
1755
1438
|
"type": {
|
|
1756
|
-
"text": "
|
|
1439
|
+
"text": "boolean"
|
|
1757
1440
|
},
|
|
1758
|
-
"
|
|
1441
|
+
"privacy": "public",
|
|
1442
|
+
"default": "false",
|
|
1443
|
+
"description": "Expands or collapses the item.",
|
|
1444
|
+
"inheritedFrom": {
|
|
1445
|
+
"name": "AccordionItem",
|
|
1446
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1447
|
+
}
|
|
1759
1448
|
},
|
|
1760
1449
|
{
|
|
1761
1450
|
"kind": "field",
|
|
1762
|
-
"name": "
|
|
1763
|
-
"
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
"
|
|
1767
|
-
"
|
|
1768
|
-
"
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
"text": "string | ((rowData: any) => string)"
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
]
|
|
1451
|
+
"name": "id",
|
|
1452
|
+
"type": {
|
|
1453
|
+
"text": "string"
|
|
1454
|
+
},
|
|
1455
|
+
"privacy": "public",
|
|
1456
|
+
"description": "The item ID",
|
|
1457
|
+
"inheritedFrom": {
|
|
1458
|
+
"name": "AccordionItem",
|
|
1459
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1460
|
+
}
|
|
1776
1461
|
},
|
|
1777
1462
|
{
|
|
1778
|
-
"kind": "
|
|
1779
|
-
"name": "
|
|
1780
|
-
"
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
]
|
|
1463
|
+
"kind": "field",
|
|
1464
|
+
"name": "change",
|
|
1465
|
+
"privacy": "private",
|
|
1466
|
+
"inheritedFrom": {
|
|
1467
|
+
"name": "AccordionItem",
|
|
1468
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1469
|
+
}
|
|
1788
1470
|
},
|
|
1789
1471
|
{
|
|
1790
1472
|
"kind": "field",
|
|
@@ -1898,107 +1580,260 @@
|
|
|
1898
1580
|
}
|
|
1899
1581
|
}
|
|
1900
1582
|
],
|
|
1901
|
-
"
|
|
1902
|
-
{
|
|
1903
|
-
"name": "is-vertical",
|
|
1904
|
-
"type": {
|
|
1905
|
-
"text": "boolean"
|
|
1906
|
-
},
|
|
1907
|
-
"default": "false",
|
|
1908
|
-
"fieldName": "isVertical"
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"name": "add-default-actions",
|
|
1912
|
-
"type": {
|
|
1913
|
-
"text": "boolean"
|
|
1914
|
-
},
|
|
1915
|
-
"default": "true",
|
|
1916
|
-
"fieldName": "addDefaultActions"
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"name": "auto-close-on-action",
|
|
1920
|
-
"type": {
|
|
1921
|
-
"text": "boolean"
|
|
1922
|
-
},
|
|
1923
|
-
"default": "true",
|
|
1924
|
-
"fieldName": "autoCloseOnAction"
|
|
1925
|
-
},
|
|
1583
|
+
"events": [
|
|
1926
1584
|
{
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
}
|
|
1585
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1586
|
+
"name": "change",
|
|
1587
|
+
"inheritedFrom": {
|
|
1588
|
+
"name": "AccordionItem",
|
|
1589
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
]
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "variable",
|
|
1596
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1597
|
+
"type": {
|
|
1598
|
+
"text": "ShadowRootInit"
|
|
1599
|
+
},
|
|
1600
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "variable",
|
|
1604
|
+
"name": "defaultAccordionItemConfig",
|
|
1605
|
+
"type": {
|
|
1606
|
+
"text": "object"
|
|
1607
|
+
},
|
|
1608
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "variable",
|
|
1612
|
+
"name": "foundationAccordionItem",
|
|
1613
|
+
"description": "The Foundation Accordion Item",
|
|
1614
|
+
"privacy": "public"
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
"exports": [
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "js",
|
|
1620
|
+
"name": "AccordionItem",
|
|
1621
|
+
"declaration": {
|
|
1622
|
+
"name": "AccordionItem",
|
|
1623
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1624
|
+
}
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "js",
|
|
1628
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1629
|
+
"declaration": {
|
|
1630
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1631
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"kind": "js",
|
|
1636
|
+
"name": "defaultAccordionItemConfig",
|
|
1637
|
+
"declaration": {
|
|
1638
|
+
"name": "defaultAccordionItemConfig",
|
|
1639
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "js",
|
|
1644
|
+
"name": "foundationAccordionItem",
|
|
1645
|
+
"declaration": {
|
|
1646
|
+
"name": "foundationAccordionItem",
|
|
1647
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
]
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "javascript-module",
|
|
1654
|
+
"path": "src/accordion-item/index.ts",
|
|
1655
|
+
"declarations": [],
|
|
1656
|
+
"exports": [
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "js",
|
|
1659
|
+
"name": "*",
|
|
1660
|
+
"declaration": {
|
|
1661
|
+
"name": "*",
|
|
1662
|
+
"package": "./accordion-item.template"
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "js",
|
|
1667
|
+
"name": "*",
|
|
1668
|
+
"declaration": {
|
|
1669
|
+
"name": "*",
|
|
1670
|
+
"package": "./accordion-item.styles"
|
|
1671
|
+
}
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
"kind": "js",
|
|
1675
|
+
"name": "*",
|
|
1676
|
+
"declaration": {
|
|
1677
|
+
"name": "*",
|
|
1678
|
+
"package": "./accordion-item"
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
]
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"kind": "javascript-module",
|
|
1685
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1686
|
+
"declarations": [
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "function",
|
|
1689
|
+
"name": "foundationAccordionStyles",
|
|
1690
|
+
"return": {
|
|
1691
|
+
"type": {
|
|
1692
|
+
"text": "ElementStyles"
|
|
1693
|
+
}
|
|
1694
|
+
},
|
|
1695
|
+
"parameters": [
|
|
1934
1696
|
{
|
|
1935
|
-
"name": "
|
|
1697
|
+
"name": "context",
|
|
1936
1698
|
"type": {
|
|
1937
|
-
"text": "
|
|
1938
|
-
}
|
|
1939
|
-
"default": "false",
|
|
1940
|
-
"fieldName": "open"
|
|
1699
|
+
"text": "ElementDefinitionContext"
|
|
1700
|
+
}
|
|
1941
1701
|
},
|
|
1942
1702
|
{
|
|
1943
|
-
"name": "
|
|
1703
|
+
"name": "definition",
|
|
1944
1704
|
"type": {
|
|
1945
|
-
"text": "
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
|
|
1705
|
+
"text": "FoundationElementDefinition"
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
]
|
|
1709
|
+
}
|
|
1710
|
+
],
|
|
1711
|
+
"exports": [
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "js",
|
|
1714
|
+
"name": "foundationAccordionStyles",
|
|
1715
|
+
"declaration": {
|
|
1716
|
+
"name": "foundationAccordionStyles",
|
|
1717
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
]
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "javascript-module",
|
|
1724
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1725
|
+
"declarations": [
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "function",
|
|
1728
|
+
"name": "foundationAccordionTemplate",
|
|
1729
|
+
"return": {
|
|
1730
|
+
"type": {
|
|
1731
|
+
"text": "ViewTemplate<Accordion>"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
"parameters": [
|
|
1949
1735
|
{
|
|
1950
|
-
"name": "
|
|
1736
|
+
"name": "context",
|
|
1951
1737
|
"type": {
|
|
1952
|
-
"text": "
|
|
1953
|
-
}
|
|
1954
|
-
"default": "false",
|
|
1955
|
-
"fieldName": "hideDisabled"
|
|
1738
|
+
"text": "ElementDefinitionContext"
|
|
1739
|
+
}
|
|
1956
1740
|
},
|
|
1957
1741
|
{
|
|
1958
|
-
"name": "
|
|
1742
|
+
"name": "definition",
|
|
1959
1743
|
"type": {
|
|
1960
|
-
"text": "
|
|
1961
|
-
}
|
|
1962
|
-
"default": "false",
|
|
1963
|
-
"fieldName": "hideMenuSingleOption"
|
|
1744
|
+
"text": "FoundationElementDefinition"
|
|
1745
|
+
}
|
|
1964
1746
|
}
|
|
1965
|
-
]
|
|
1747
|
+
]
|
|
1748
|
+
}
|
|
1749
|
+
],
|
|
1750
|
+
"exports": [
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "js",
|
|
1753
|
+
"name": "foundationAccordionTemplate",
|
|
1754
|
+
"declaration": {
|
|
1755
|
+
"name": "foundationAccordionTemplate",
|
|
1756
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
]
|
|
1760
|
+
},
|
|
1761
|
+
{
|
|
1762
|
+
"kind": "javascript-module",
|
|
1763
|
+
"path": "src/accordion/accordion.ts",
|
|
1764
|
+
"declarations": [
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "class",
|
|
1767
|
+
"description": "",
|
|
1768
|
+
"name": "Accordion",
|
|
1966
1769
|
"superclass": {
|
|
1967
|
-
"name": "
|
|
1770
|
+
"name": "FASTAccordion",
|
|
1968
1771
|
"package": "@microsoft/fast-foundation"
|
|
1969
1772
|
},
|
|
1970
|
-
"tagName": "%%prefix%%-
|
|
1773
|
+
"tagName": "%%prefix%%-accordion",
|
|
1971
1774
|
"customElement": true
|
|
1972
1775
|
},
|
|
1973
1776
|
{
|
|
1974
1777
|
"kind": "variable",
|
|
1975
|
-
"name": "
|
|
1976
|
-
"
|
|
1778
|
+
"name": "foundationAccordionShadowOptions",
|
|
1779
|
+
"type": {
|
|
1780
|
+
"text": "ShadowRootInit"
|
|
1781
|
+
},
|
|
1782
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "variable",
|
|
1786
|
+
"name": "defaultAccordionConfig",
|
|
1787
|
+
"type": {
|
|
1788
|
+
"text": "object"
|
|
1789
|
+
},
|
|
1790
|
+
"default": "{}"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "variable",
|
|
1794
|
+
"name": "foundationAccordion",
|
|
1795
|
+
"description": "The Foundation Accordion",
|
|
1977
1796
|
"privacy": "public"
|
|
1978
1797
|
}
|
|
1979
1798
|
],
|
|
1980
1799
|
"exports": [
|
|
1981
1800
|
{
|
|
1982
1801
|
"kind": "js",
|
|
1983
|
-
"name": "
|
|
1802
|
+
"name": "Accordion",
|
|
1984
1803
|
"declaration": {
|
|
1985
|
-
"name": "
|
|
1986
|
-
"module": "src/
|
|
1804
|
+
"name": "Accordion",
|
|
1805
|
+
"module": "src/accordion/accordion.ts"
|
|
1987
1806
|
}
|
|
1988
1807
|
},
|
|
1989
1808
|
{
|
|
1990
1809
|
"kind": "js",
|
|
1991
|
-
"name": "
|
|
1810
|
+
"name": "foundationAccordionShadowOptions",
|
|
1992
1811
|
"declaration": {
|
|
1993
|
-
"name": "
|
|
1994
|
-
"module": "src/
|
|
1812
|
+
"name": "foundationAccordionShadowOptions",
|
|
1813
|
+
"module": "src/accordion/accordion.ts"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "js",
|
|
1818
|
+
"name": "defaultAccordionConfig",
|
|
1819
|
+
"declaration": {
|
|
1820
|
+
"name": "defaultAccordionConfig",
|
|
1821
|
+
"module": "src/accordion/accordion.ts"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "js",
|
|
1826
|
+
"name": "foundationAccordion",
|
|
1827
|
+
"declaration": {
|
|
1828
|
+
"name": "foundationAccordion",
|
|
1829
|
+
"module": "src/accordion/accordion.ts"
|
|
1995
1830
|
}
|
|
1996
1831
|
}
|
|
1997
1832
|
]
|
|
1998
1833
|
},
|
|
1999
1834
|
{
|
|
2000
1835
|
"kind": "javascript-module",
|
|
2001
|
-
"path": "src/
|
|
1836
|
+
"path": "src/accordion/index.ts",
|
|
2002
1837
|
"declarations": [],
|
|
2003
1838
|
"exports": [
|
|
2004
1839
|
{
|
|
@@ -2006,7 +1841,7 @@
|
|
|
2006
1841
|
"name": "*",
|
|
2007
1842
|
"declaration": {
|
|
2008
1843
|
"name": "*",
|
|
2009
|
-
"package": "./
|
|
1844
|
+
"package": "./accordion.template"
|
|
2010
1845
|
}
|
|
2011
1846
|
},
|
|
2012
1847
|
{
|
|
@@ -2014,7 +1849,7 @@
|
|
|
2014
1849
|
"name": "*",
|
|
2015
1850
|
"declaration": {
|
|
2016
1851
|
"name": "*",
|
|
2017
|
-
"package": "./
|
|
1852
|
+
"package": "./accordion.styles"
|
|
2018
1853
|
}
|
|
2019
1854
|
},
|
|
2020
1855
|
{
|
|
@@ -2022,18 +1857,41 @@
|
|
|
2022
1857
|
"name": "*",
|
|
2023
1858
|
"declaration": {
|
|
2024
1859
|
"name": "*",
|
|
2025
|
-
"package": "./
|
|
1860
|
+
"package": "./accordion"
|
|
2026
1861
|
}
|
|
2027
1862
|
}
|
|
2028
1863
|
]
|
|
2029
1864
|
},
|
|
2030
1865
|
{
|
|
2031
1866
|
"kind": "javascript-module",
|
|
2032
|
-
"path": "src/
|
|
1867
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
2033
1868
|
"declarations": [
|
|
2034
1869
|
{
|
|
2035
1870
|
"kind": "function",
|
|
2036
|
-
"name": "
|
|
1871
|
+
"name": "actionsMenuBaseStyles",
|
|
1872
|
+
"return": {
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "ElementStyles"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"parameters": [
|
|
1878
|
+
{
|
|
1879
|
+
"name": "context",
|
|
1880
|
+
"type": {
|
|
1881
|
+
"text": "ElementDefinitionContext"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "definition",
|
|
1886
|
+
"type": {
|
|
1887
|
+
"text": "FoundationElementDefinition"
|
|
1888
|
+
}
|
|
1889
|
+
}
|
|
1890
|
+
]
|
|
1891
|
+
},
|
|
1892
|
+
{
|
|
1893
|
+
"kind": "function",
|
|
1894
|
+
"name": "foundationActionsMenuStyles",
|
|
2037
1895
|
"return": {
|
|
2038
1896
|
"type": {
|
|
2039
1897
|
"text": "ElementStyles"
|
|
@@ -2058,156 +1916,269 @@
|
|
|
2058
1916
|
"exports": [
|
|
2059
1917
|
{
|
|
2060
1918
|
"kind": "js",
|
|
2061
|
-
"name": "
|
|
1919
|
+
"name": "actionsMenuBaseStyles",
|
|
2062
1920
|
"declaration": {
|
|
2063
|
-
"name": "
|
|
2064
|
-
"module": "src/
|
|
1921
|
+
"name": "actionsMenuBaseStyles",
|
|
1922
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"kind": "js",
|
|
1927
|
+
"name": "foundationActionsMenuStyles",
|
|
1928
|
+
"declaration": {
|
|
1929
|
+
"name": "foundationActionsMenuStyles",
|
|
1930
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2065
1931
|
}
|
|
2066
1932
|
}
|
|
2067
1933
|
]
|
|
2068
1934
|
},
|
|
2069
1935
|
{
|
|
2070
1936
|
"kind": "javascript-module",
|
|
2071
|
-
"path": "src/
|
|
1937
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
2072
1938
|
"declarations": [
|
|
2073
1939
|
{
|
|
2074
1940
|
"kind": "function",
|
|
2075
|
-
"name": "
|
|
2076
|
-
"return": {
|
|
2077
|
-
"type": {
|
|
2078
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
2079
|
-
}
|
|
2080
|
-
},
|
|
1941
|
+
"name": "menuTemplate",
|
|
2081
1942
|
"parameters": [
|
|
2082
1943
|
{
|
|
2083
|
-
"name": "
|
|
1944
|
+
"name": "prefix",
|
|
2084
1945
|
"type": {
|
|
2085
|
-
"text": "
|
|
1946
|
+
"text": "string"
|
|
2086
1947
|
}
|
|
2087
|
-
}
|
|
1948
|
+
}
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "function",
|
|
1953
|
+
"name": "singleOptionTemplate",
|
|
1954
|
+
"parameters": [
|
|
2088
1955
|
{
|
|
2089
|
-
"name": "
|
|
1956
|
+
"name": "prefix",
|
|
2090
1957
|
"type": {
|
|
2091
|
-
"text": "
|
|
1958
|
+
"text": "string"
|
|
2092
1959
|
}
|
|
2093
1960
|
}
|
|
2094
1961
|
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"kind": "variable",
|
|
1965
|
+
"name": "foundationActionsMenuTemplate",
|
|
1966
|
+
"type": {
|
|
1967
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1968
|
+
},
|
|
1969
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
2095
1970
|
}
|
|
2096
1971
|
],
|
|
2097
1972
|
"exports": [
|
|
2098
1973
|
{
|
|
2099
1974
|
"kind": "js",
|
|
2100
|
-
"name": "
|
|
1975
|
+
"name": "menuTemplate",
|
|
2101
1976
|
"declaration": {
|
|
2102
|
-
"name": "
|
|
2103
|
-
"module": "src/
|
|
1977
|
+
"name": "menuTemplate",
|
|
1978
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1979
|
+
}
|
|
1980
|
+
},
|
|
1981
|
+
{
|
|
1982
|
+
"kind": "js",
|
|
1983
|
+
"name": "singleOptionTemplate",
|
|
1984
|
+
"declaration": {
|
|
1985
|
+
"name": "singleOptionTemplate",
|
|
1986
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "js",
|
|
1991
|
+
"name": "foundationActionsMenuTemplate",
|
|
1992
|
+
"declaration": {
|
|
1993
|
+
"name": "foundationActionsMenuTemplate",
|
|
1994
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2104
1995
|
}
|
|
2105
1996
|
}
|
|
2106
1997
|
]
|
|
2107
1998
|
},
|
|
2108
1999
|
{
|
|
2109
2000
|
"kind": "javascript-module",
|
|
2110
|
-
"path": "src/
|
|
2001
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2111
2002
|
"declarations": [
|
|
2112
2003
|
{
|
|
2113
2004
|
"kind": "class",
|
|
2114
2005
|
"description": "",
|
|
2115
|
-
"name": "
|
|
2116
|
-
"
|
|
2117
|
-
"name": "FASTAccordionItem",
|
|
2118
|
-
"package": "@microsoft/fast-components"
|
|
2119
|
-
},
|
|
2120
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
2121
|
-
"customElement": true,
|
|
2122
|
-
"attributes": [
|
|
2006
|
+
"name": "ActionsMenu",
|
|
2007
|
+
"members": [
|
|
2123
2008
|
{
|
|
2124
|
-
"
|
|
2009
|
+
"kind": "field",
|
|
2010
|
+
"name": "actions",
|
|
2125
2011
|
"type": {
|
|
2126
|
-
"text": "
|
|
2012
|
+
"text": "ActionMenuItem[]"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "field",
|
|
2017
|
+
"name": "isVertical",
|
|
2018
|
+
"type": {
|
|
2019
|
+
"text": "boolean"
|
|
2127
2020
|
},
|
|
2128
|
-
"default": "
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
"
|
|
2132
|
-
|
|
2133
|
-
|
|
2021
|
+
"default": "false"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"kind": "field",
|
|
2025
|
+
"name": "addDefaultActions",
|
|
2026
|
+
"type": {
|
|
2027
|
+
"text": "boolean"
|
|
2028
|
+
},
|
|
2029
|
+
"default": "true"
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "field",
|
|
2033
|
+
"name": "autoCloseOnAction",
|
|
2034
|
+
"type": {
|
|
2035
|
+
"text": "boolean"
|
|
2036
|
+
},
|
|
2037
|
+
"default": "true"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "field",
|
|
2041
|
+
"name": "classNames",
|
|
2042
|
+
"type": {
|
|
2043
|
+
"text": "string"
|
|
2044
|
+
}
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"kind": "field",
|
|
2048
|
+
"name": "definition",
|
|
2049
|
+
"type": {
|
|
2050
|
+
"text": "any"
|
|
2134
2051
|
}
|
|
2135
2052
|
},
|
|
2136
2053
|
{
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "name",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "string"
|
|
2058
|
+
},
|
|
2059
|
+
"default": "'Actions'"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "field",
|
|
2063
|
+
"name": "open",
|
|
2137
2064
|
"type": {
|
|
2138
2065
|
"text": "boolean"
|
|
2139
2066
|
},
|
|
2140
|
-
"default": "false"
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
"
|
|
2144
|
-
|
|
2145
|
-
|
|
2067
|
+
"default": "false"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "field",
|
|
2071
|
+
"name": "buttonAppearance",
|
|
2072
|
+
"type": {
|
|
2073
|
+
"text": "string"
|
|
2146
2074
|
}
|
|
2147
2075
|
},
|
|
2148
2076
|
{
|
|
2149
|
-
"
|
|
2077
|
+
"kind": "field",
|
|
2078
|
+
"name": "hideDisabled",
|
|
2079
|
+
"type": {
|
|
2080
|
+
"text": "boolean"
|
|
2081
|
+
},
|
|
2082
|
+
"default": "false"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "hideMenuSingleOption",
|
|
2150
2087
|
"type": {
|
|
2151
|
-
"text": "
|
|
2088
|
+
"text": "boolean"
|
|
2152
2089
|
},
|
|
2153
|
-
"
|
|
2154
|
-
|
|
2155
|
-
"inheritedFrom": {
|
|
2156
|
-
"name": "AccordionItem",
|
|
2157
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2158
|
-
}
|
|
2159
|
-
}
|
|
2160
|
-
],
|
|
2161
|
-
"members": [
|
|
2090
|
+
"default": "false"
|
|
2091
|
+
},
|
|
2162
2092
|
{
|
|
2163
2093
|
"kind": "field",
|
|
2164
|
-
"name": "
|
|
2094
|
+
"name": "singleOption",
|
|
2165
2095
|
"type": {
|
|
2166
|
-
"text": "
|
|
2167
|
-
},
|
|
2168
|
-
"privacy": "public",
|
|
2169
|
-
"default": "2",
|
|
2170
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2171
|
-
"inheritedFrom": {
|
|
2172
|
-
"name": "AccordionItem",
|
|
2173
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2096
|
+
"text": "ActionMenuItem"
|
|
2174
2097
|
}
|
|
2175
2098
|
},
|
|
2176
2099
|
{
|
|
2177
2100
|
"kind": "field",
|
|
2178
|
-
"name": "
|
|
2101
|
+
"name": "actionsMenu",
|
|
2179
2102
|
"type": {
|
|
2180
|
-
"text": "
|
|
2181
|
-
},
|
|
2182
|
-
"privacy": "public",
|
|
2183
|
-
"default": "false",
|
|
2184
|
-
"description": "Expands or collapses the item.",
|
|
2185
|
-
"inheritedFrom": {
|
|
2186
|
-
"name": "AccordionItem",
|
|
2187
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2103
|
+
"text": "HTMLElement"
|
|
2188
2104
|
}
|
|
2189
2105
|
},
|
|
2106
|
+
{
|
|
2107
|
+
"kind": "method",
|
|
2108
|
+
"name": "definitionChanged",
|
|
2109
|
+
"privacy": "protected",
|
|
2110
|
+
"parameters": [
|
|
2111
|
+
{
|
|
2112
|
+
"name": "oldValue",
|
|
2113
|
+
"type": {
|
|
2114
|
+
"text": "any"
|
|
2115
|
+
}
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"name": "newValue",
|
|
2119
|
+
"type": {
|
|
2120
|
+
"text": "any"
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
]
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"kind": "method",
|
|
2127
|
+
"name": "openChanged",
|
|
2128
|
+
"privacy": "protected"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"kind": "method",
|
|
2132
|
+
"name": "toggleActionsMenuVisibility"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"kind": "method",
|
|
2136
|
+
"name": "onActionMenuItemClick",
|
|
2137
|
+
"parameters": [
|
|
2138
|
+
{
|
|
2139
|
+
"name": "callback",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "(rowData) => void | any"
|
|
2142
|
+
}
|
|
2143
|
+
}
|
|
2144
|
+
]
|
|
2145
|
+
},
|
|
2190
2146
|
{
|
|
2191
2147
|
"kind": "field",
|
|
2192
|
-
"name": "
|
|
2148
|
+
"name": "allActions",
|
|
2193
2149
|
"type": {
|
|
2194
|
-
"text": "
|
|
2150
|
+
"text": "ActionMenuItem[]"
|
|
2195
2151
|
},
|
|
2196
|
-
"
|
|
2197
|
-
"description": "The item ID",
|
|
2198
|
-
"inheritedFrom": {
|
|
2199
|
-
"name": "AccordionItem",
|
|
2200
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2201
|
-
}
|
|
2152
|
+
"readonly": true
|
|
2202
2153
|
},
|
|
2203
2154
|
{
|
|
2204
2155
|
"kind": "field",
|
|
2205
|
-
"name": "
|
|
2206
|
-
"
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2156
|
+
"name": "rowData",
|
|
2157
|
+
"readonly": true
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"kind": "method",
|
|
2161
|
+
"name": "getLabel",
|
|
2162
|
+
"parameters": [
|
|
2163
|
+
{
|
|
2164
|
+
"name": "name",
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "string | ((rowData: any) => string)"
|
|
2167
|
+
}
|
|
2168
|
+
}
|
|
2169
|
+
]
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"kind": "method",
|
|
2173
|
+
"name": "getTemplate",
|
|
2174
|
+
"parameters": [
|
|
2175
|
+
{
|
|
2176
|
+
"name": "prefix",
|
|
2177
|
+
"type": {
|
|
2178
|
+
"text": "string"
|
|
2179
|
+
}
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
2211
2182
|
},
|
|
2212
2183
|
{
|
|
2213
2184
|
"kind": "field",
|
|
@@ -2321,78 +2292,107 @@
|
|
|
2321
2292
|
}
|
|
2322
2293
|
}
|
|
2323
2294
|
],
|
|
2324
|
-
"
|
|
2295
|
+
"attributes": [
|
|
2325
2296
|
{
|
|
2326
|
-
"
|
|
2327
|
-
"
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2297
|
+
"name": "is-vertical",
|
|
2298
|
+
"type": {
|
|
2299
|
+
"text": "boolean"
|
|
2300
|
+
},
|
|
2301
|
+
"default": "false",
|
|
2302
|
+
"fieldName": "isVertical"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "add-default-actions",
|
|
2306
|
+
"type": {
|
|
2307
|
+
"text": "boolean"
|
|
2308
|
+
},
|
|
2309
|
+
"default": "true",
|
|
2310
|
+
"fieldName": "addDefaultActions"
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"name": "auto-close-on-action",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"default": "true",
|
|
2318
|
+
"fieldName": "autoCloseOnAction"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "name",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "string"
|
|
2324
|
+
},
|
|
2325
|
+
"default": "'Actions'",
|
|
2326
|
+
"fieldName": "name"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "open",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "boolean"
|
|
2332
|
+
},
|
|
2333
|
+
"default": "false",
|
|
2334
|
+
"fieldName": "open"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "buttonAppearance",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "string"
|
|
2340
|
+
},
|
|
2341
|
+
"fieldName": "buttonAppearance"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"name": "hide-disabled",
|
|
2345
|
+
"type": {
|
|
2346
|
+
"text": "boolean"
|
|
2347
|
+
},
|
|
2348
|
+
"default": "false",
|
|
2349
|
+
"fieldName": "hideDisabled"
|
|
2350
|
+
},
|
|
2351
|
+
{
|
|
2352
|
+
"name": "hide-menu-single-option",
|
|
2353
|
+
"type": {
|
|
2354
|
+
"text": "boolean"
|
|
2355
|
+
},
|
|
2356
|
+
"default": "false",
|
|
2357
|
+
"fieldName": "hideMenuSingleOption"
|
|
2332
2358
|
}
|
|
2333
|
-
]
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2338
|
-
"type": {
|
|
2339
|
-
"text": "ShadowRootInit"
|
|
2340
|
-
},
|
|
2341
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"kind": "variable",
|
|
2345
|
-
"name": "defaultAccordionItemConfig",
|
|
2346
|
-
"type": {
|
|
2347
|
-
"text": "object"
|
|
2359
|
+
],
|
|
2360
|
+
"superclass": {
|
|
2361
|
+
"name": "FoundationElement",
|
|
2362
|
+
"package": "@microsoft/fast-foundation"
|
|
2348
2363
|
},
|
|
2349
|
-
"
|
|
2364
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2365
|
+
"customElement": true
|
|
2350
2366
|
},
|
|
2351
2367
|
{
|
|
2352
2368
|
"kind": "variable",
|
|
2353
|
-
"name": "
|
|
2354
|
-
"description": "The Foundation
|
|
2369
|
+
"name": "foundationActionsMenu",
|
|
2370
|
+
"description": "The Foundation Actions Menu",
|
|
2355
2371
|
"privacy": "public"
|
|
2356
2372
|
}
|
|
2357
2373
|
],
|
|
2358
2374
|
"exports": [
|
|
2359
2375
|
{
|
|
2360
2376
|
"kind": "js",
|
|
2361
|
-
"name": "
|
|
2362
|
-
"declaration": {
|
|
2363
|
-
"name": "AccordionItem",
|
|
2364
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2365
|
-
}
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2372
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "js",
|
|
2377
|
-
"name": "defaultAccordionItemConfig",
|
|
2377
|
+
"name": "ActionsMenu",
|
|
2378
2378
|
"declaration": {
|
|
2379
|
-
"name": "
|
|
2380
|
-
"module": "src/
|
|
2379
|
+
"name": "ActionsMenu",
|
|
2380
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2381
2381
|
}
|
|
2382
2382
|
},
|
|
2383
2383
|
{
|
|
2384
2384
|
"kind": "js",
|
|
2385
|
-
"name": "
|
|
2385
|
+
"name": "foundationActionsMenu",
|
|
2386
2386
|
"declaration": {
|
|
2387
|
-
"name": "
|
|
2388
|
-
"module": "src/
|
|
2387
|
+
"name": "foundationActionsMenu",
|
|
2388
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2389
2389
|
}
|
|
2390
2390
|
}
|
|
2391
2391
|
]
|
|
2392
2392
|
},
|
|
2393
2393
|
{
|
|
2394
2394
|
"kind": "javascript-module",
|
|
2395
|
-
"path": "src/
|
|
2395
|
+
"path": "src/actions-menu/index.ts",
|
|
2396
2396
|
"declarations": [],
|
|
2397
2397
|
"exports": [
|
|
2398
2398
|
{
|
|
@@ -2400,7 +2400,7 @@
|
|
|
2400
2400
|
"name": "*",
|
|
2401
2401
|
"declaration": {
|
|
2402
2402
|
"name": "*",
|
|
2403
|
-
"package": "./
|
|
2403
|
+
"package": "./actions-menu.styles"
|
|
2404
2404
|
}
|
|
2405
2405
|
},
|
|
2406
2406
|
{
|
|
@@ -2408,7 +2408,7 @@
|
|
|
2408
2408
|
"name": "*",
|
|
2409
2409
|
"declaration": {
|
|
2410
2410
|
"name": "*",
|
|
2411
|
-
"package": "./
|
|
2411
|
+
"package": "./actions-menu.template"
|
|
2412
2412
|
}
|
|
2413
2413
|
},
|
|
2414
2414
|
{
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
"name": "*",
|
|
2417
2417
|
"declaration": {
|
|
2418
2418
|
"name": "*",
|
|
2419
|
-
"package": "./
|
|
2419
|
+
"package": "./actions-menu"
|
|
2420
2420
|
}
|
|
2421
2421
|
}
|
|
2422
2422
|
]
|