@genesislcap/foundation-ui 14.340.2 → 14.341.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/dist/custom-elements.json +1040 -1033
- package/dist/dts/combobox/combobox.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts +1 -0
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/esm/combobox/combobox.js +5 -1
- package/dist/esm/options-datasource/options-datasource.js +11 -3
- package/package.json +18 -18
|
@@ -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,11 +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": "
|
|
1295
|
+
"name": "foundationAccordionItemStyles",
|
|
1478
1296
|
"return": {
|
|
1479
1297
|
"type": {
|
|
1480
1298
|
"text": "ElementStyles"
|
|
@@ -1494,13 +1312,29 @@
|
|
|
1494
1312
|
}
|
|
1495
1313
|
}
|
|
1496
1314
|
]
|
|
1497
|
-
}
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"exports": [
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "js",
|
|
1320
|
+
"name": "foundationAccordionItemStyles",
|
|
1321
|
+
"declaration": {
|
|
1322
|
+
"name": "foundationAccordionItemStyles",
|
|
1323
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"kind": "javascript-module",
|
|
1330
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1331
|
+
"declarations": [
|
|
1498
1332
|
{
|
|
1499
1333
|
"kind": "function",
|
|
1500
|
-
"name": "
|
|
1334
|
+
"name": "foundationAccordionItemTemplate",
|
|
1501
1335
|
"return": {
|
|
1502
1336
|
"type": {
|
|
1503
|
-
"text": "
|
|
1337
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1504
1338
|
}
|
|
1505
1339
|
},
|
|
1506
1340
|
"parameters": [
|
|
@@ -1522,270 +1356,118 @@
|
|
|
1522
1356
|
"exports": [
|
|
1523
1357
|
{
|
|
1524
1358
|
"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",
|
|
1359
|
+
"name": "foundationAccordionItemTemplate",
|
|
1534
1360
|
"declaration": {
|
|
1535
|
-
"name": "
|
|
1536
|
-
"module": "src/
|
|
1361
|
+
"name": "foundationAccordionItemTemplate",
|
|
1362
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1537
1363
|
}
|
|
1538
1364
|
}
|
|
1539
1365
|
]
|
|
1540
1366
|
},
|
|
1541
1367
|
{
|
|
1542
1368
|
"kind": "javascript-module",
|
|
1543
|
-
"path": "src/
|
|
1369
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1544
1370
|
"declarations": [
|
|
1545
1371
|
{
|
|
1546
|
-
"kind": "
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
1372
|
+
"kind": "class",
|
|
1373
|
+
"description": "",
|
|
1374
|
+
"name": "AccordionItem",
|
|
1375
|
+
"superclass": {
|
|
1376
|
+
"name": "FASTAccordionItem",
|
|
1377
|
+
"package": "@microsoft/fast-components"
|
|
1378
|
+
},
|
|
1379
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1380
|
+
"customElement": true,
|
|
1381
|
+
"attributes": [
|
|
1549
1382
|
{
|
|
1550
|
-
"name": "
|
|
1383
|
+
"name": "heading-level",
|
|
1551
1384
|
"type": {
|
|
1552
|
-
"text": "
|
|
1385
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1386
|
+
},
|
|
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"
|
|
1553
1393
|
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "function",
|
|
1559
|
-
"name": "singleOptionTemplate",
|
|
1560
|
-
"parameters": [
|
|
1394
|
+
},
|
|
1561
1395
|
{
|
|
1562
|
-
"name": "prefix",
|
|
1563
|
-
"type": {
|
|
1564
|
-
"text": "string"
|
|
1565
|
-
}
|
|
1566
|
-
}
|
|
1567
|
-
]
|
|
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
|
-
}
|
|
1577
|
-
],
|
|
1578
|
-
"exports": [
|
|
1579
|
-
{
|
|
1580
|
-
"kind": "js",
|
|
1581
|
-
"name": "menuTemplate",
|
|
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",
|
|
1598
|
-
"declaration": {
|
|
1599
|
-
"name": "foundationActionsMenuTemplate",
|
|
1600
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1603
|
-
]
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"kind": "javascript-module",
|
|
1607
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1608
|
-
"declarations": [
|
|
1609
|
-
{
|
|
1610
|
-
"kind": "class",
|
|
1611
|
-
"description": "",
|
|
1612
|
-
"name": "ActionsMenu",
|
|
1613
|
-
"members": [
|
|
1614
|
-
{
|
|
1615
|
-
"kind": "field",
|
|
1616
|
-
"name": "actions",
|
|
1617
|
-
"type": {
|
|
1618
|
-
"text": "ActionMenuItem[]"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "field",
|
|
1623
|
-
"name": "isVertical",
|
|
1624
|
-
"type": {
|
|
1625
|
-
"text": "boolean"
|
|
1626
|
-
},
|
|
1627
|
-
"default": "false"
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"kind": "field",
|
|
1631
|
-
"name": "addDefaultActions",
|
|
1632
|
-
"type": {
|
|
1633
|
-
"text": "boolean"
|
|
1634
|
-
},
|
|
1635
|
-
"default": "true"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
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
|
-
|
|
1412
|
+
"description": "The item ID",
|
|
1413
|
+
"fieldName": "id",
|
|
1414
|
+
"inheritedFrom": {
|
|
1415
|
+
"name": "AccordionItem",
|
|
1416
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"members": [
|
|
1667
1421
|
{
|
|
1668
1422
|
"kind": "field",
|
|
1669
|
-
"name": "
|
|
1423
|
+
"name": "headinglevel",
|
|
1670
1424
|
"type": {
|
|
1671
|
-
"text": "
|
|
1425
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1672
1426
|
},
|
|
1673
|
-
"
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
"
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
"text": "string"
|
|
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"
|
|
1680
1433
|
}
|
|
1681
1434
|
},
|
|
1682
1435
|
{
|
|
1683
1436
|
"kind": "field",
|
|
1684
|
-
"name": "
|
|
1437
|
+
"name": "expanded",
|
|
1685
1438
|
"type": {
|
|
1686
1439
|
"text": "boolean"
|
|
1687
1440
|
},
|
|
1688
|
-
"
|
|
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
|
+
}
|
|
1689
1448
|
},
|
|
1690
1449
|
{
|
|
1691
1450
|
"kind": "field",
|
|
1692
|
-
"name": "
|
|
1451
|
+
"name": "id",
|
|
1693
1452
|
"type": {
|
|
1694
|
-
"text": "
|
|
1453
|
+
"text": "string"
|
|
1695
1454
|
},
|
|
1696
|
-
"
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
"type": {
|
|
1702
|
-
"text": "ActionMenuItem"
|
|
1455
|
+
"privacy": "public",
|
|
1456
|
+
"description": "The item ID",
|
|
1457
|
+
"inheritedFrom": {
|
|
1458
|
+
"name": "AccordionItem",
|
|
1459
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1703
1460
|
}
|
|
1704
1461
|
},
|
|
1705
1462
|
{
|
|
1706
1463
|
"kind": "field",
|
|
1707
|
-
"name": "
|
|
1708
|
-
"
|
|
1709
|
-
|
|
1464
|
+
"name": "change",
|
|
1465
|
+
"privacy": "private",
|
|
1466
|
+
"inheritedFrom": {
|
|
1467
|
+
"name": "AccordionItem",
|
|
1468
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1710
1469
|
}
|
|
1711
1470
|
},
|
|
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
|
-
{
|
|
1753
|
-
"kind": "field",
|
|
1754
|
-
"name": "allActions",
|
|
1755
|
-
"type": {
|
|
1756
|
-
"text": "ActionMenuItem[]"
|
|
1757
|
-
},
|
|
1758
|
-
"readonly": true
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "field",
|
|
1762
|
-
"name": "rowData",
|
|
1763
|
-
"readonly": true
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"kind": "method",
|
|
1767
|
-
"name": "getLabel",
|
|
1768
|
-
"parameters": [
|
|
1769
|
-
{
|
|
1770
|
-
"name": "name",
|
|
1771
|
-
"type": {
|
|
1772
|
-
"text": "string | ((rowData: any) => string)"
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
]
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "method",
|
|
1779
|
-
"name": "getTemplate",
|
|
1780
|
-
"parameters": [
|
|
1781
|
-
{
|
|
1782
|
-
"name": "prefix",
|
|
1783
|
-
"type": {
|
|
1784
|
-
"text": "string"
|
|
1785
|
-
}
|
|
1786
|
-
}
|
|
1787
|
-
]
|
|
1788
|
-
},
|
|
1789
1471
|
{
|
|
1790
1472
|
"kind": "field",
|
|
1791
1473
|
"name": "_presentation",
|
|
@@ -1898,107 +1580,78 @@
|
|
|
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
|
-
},
|
|
1583
|
+
"events": [
|
|
1910
1584
|
{
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
},
|
|
1918
|
-
{
|
|
1919
|
-
"name": "auto-close-on-action",
|
|
1920
|
-
"type": {
|
|
1921
|
-
"text": "boolean"
|
|
1922
|
-
},
|
|
1923
|
-
"default": "true",
|
|
1924
|
-
"fieldName": "autoCloseOnAction"
|
|
1925
|
-
},
|
|
1926
|
-
{
|
|
1927
|
-
"name": "name",
|
|
1928
|
-
"type": {
|
|
1929
|
-
"text": "string"
|
|
1930
|
-
},
|
|
1931
|
-
"default": "'Actions'",
|
|
1932
|
-
"fieldName": "name"
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "open",
|
|
1936
|
-
"type": {
|
|
1937
|
-
"text": "boolean"
|
|
1938
|
-
},
|
|
1939
|
-
"default": "false",
|
|
1940
|
-
"fieldName": "open"
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"name": "buttonAppearance",
|
|
1944
|
-
"type": {
|
|
1945
|
-
"text": "string"
|
|
1946
|
-
},
|
|
1947
|
-
"fieldName": "buttonAppearance"
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"name": "hide-disabled",
|
|
1951
|
-
"type": {
|
|
1952
|
-
"text": "boolean"
|
|
1953
|
-
},
|
|
1954
|
-
"default": "false",
|
|
1955
|
-
"fieldName": "hideDisabled"
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"name": "hide-menu-single-option",
|
|
1959
|
-
"type": {
|
|
1960
|
-
"text": "boolean"
|
|
1961
|
-
},
|
|
1962
|
-
"default": "false",
|
|
1963
|
-
"fieldName": "hideMenuSingleOption"
|
|
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
|
+
}
|
|
1964
1591
|
}
|
|
1965
|
-
]
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1592
|
+
]
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"kind": "variable",
|
|
1596
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1597
|
+
"type": {
|
|
1598
|
+
"text": "ShadowRootInit"
|
|
1969
1599
|
},
|
|
1970
|
-
"
|
|
1971
|
-
"customElement": true
|
|
1600
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1972
1601
|
},
|
|
1973
1602
|
{
|
|
1974
1603
|
"kind": "variable",
|
|
1975
|
-
"name": "
|
|
1976
|
-
"
|
|
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",
|
|
1977
1614
|
"privacy": "public"
|
|
1978
1615
|
}
|
|
1979
1616
|
],
|
|
1980
1617
|
"exports": [
|
|
1981
1618
|
{
|
|
1982
1619
|
"kind": "js",
|
|
1983
|
-
"name": "
|
|
1620
|
+
"name": "AccordionItem",
|
|
1984
1621
|
"declaration": {
|
|
1985
|
-
"name": "
|
|
1986
|
-
"module": "src/
|
|
1622
|
+
"name": "AccordionItem",
|
|
1623
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1987
1624
|
}
|
|
1988
1625
|
},
|
|
1989
1626
|
{
|
|
1990
1627
|
"kind": "js",
|
|
1991
|
-
"name": "
|
|
1628
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1992
1629
|
"declaration": {
|
|
1993
|
-
"name": "
|
|
1994
|
-
"module": "src/
|
|
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"
|
|
1995
1648
|
}
|
|
1996
1649
|
}
|
|
1997
1650
|
]
|
|
1998
1651
|
},
|
|
1999
1652
|
{
|
|
2000
1653
|
"kind": "javascript-module",
|
|
2001
|
-
"path": "src/
|
|
1654
|
+
"path": "src/accordion-item/index.ts",
|
|
2002
1655
|
"declarations": [],
|
|
2003
1656
|
"exports": [
|
|
2004
1657
|
{
|
|
@@ -2006,7 +1659,7 @@
|
|
|
2006
1659
|
"name": "*",
|
|
2007
1660
|
"declaration": {
|
|
2008
1661
|
"name": "*",
|
|
2009
|
-
"package": "./
|
|
1662
|
+
"package": "./accordion-item.template"
|
|
2010
1663
|
}
|
|
2011
1664
|
},
|
|
2012
1665
|
{
|
|
@@ -2014,7 +1667,7 @@
|
|
|
2014
1667
|
"name": "*",
|
|
2015
1668
|
"declaration": {
|
|
2016
1669
|
"name": "*",
|
|
2017
|
-
"package": "./
|
|
1670
|
+
"package": "./accordion-item.styles"
|
|
2018
1671
|
}
|
|
2019
1672
|
},
|
|
2020
1673
|
{
|
|
@@ -2022,18 +1675,18 @@
|
|
|
2022
1675
|
"name": "*",
|
|
2023
1676
|
"declaration": {
|
|
2024
1677
|
"name": "*",
|
|
2025
|
-
"package": "./
|
|
1678
|
+
"package": "./accordion-item"
|
|
2026
1679
|
}
|
|
2027
1680
|
}
|
|
2028
1681
|
]
|
|
2029
1682
|
},
|
|
2030
1683
|
{
|
|
2031
1684
|
"kind": "javascript-module",
|
|
2032
|
-
"path": "src/
|
|
1685
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2033
1686
|
"declarations": [
|
|
2034
1687
|
{
|
|
2035
1688
|
"kind": "function",
|
|
2036
|
-
"name": "
|
|
1689
|
+
"name": "foundationAccordionStyles",
|
|
2037
1690
|
"return": {
|
|
2038
1691
|
"type": {
|
|
2039
1692
|
"text": "ElementStyles"
|
|
@@ -2058,24 +1711,24 @@
|
|
|
2058
1711
|
"exports": [
|
|
2059
1712
|
{
|
|
2060
1713
|
"kind": "js",
|
|
2061
|
-
"name": "
|
|
1714
|
+
"name": "foundationAccordionStyles",
|
|
2062
1715
|
"declaration": {
|
|
2063
|
-
"name": "
|
|
2064
|
-
"module": "src/
|
|
1716
|
+
"name": "foundationAccordionStyles",
|
|
1717
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2065
1718
|
}
|
|
2066
1719
|
}
|
|
2067
1720
|
]
|
|
2068
1721
|
},
|
|
2069
1722
|
{
|
|
2070
1723
|
"kind": "javascript-module",
|
|
2071
|
-
"path": "src/
|
|
1724
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2072
1725
|
"declarations": [
|
|
2073
1726
|
{
|
|
2074
1727
|
"kind": "function",
|
|
2075
|
-
"name": "
|
|
1728
|
+
"name": "foundationAccordionTemplate",
|
|
2076
1729
|
"return": {
|
|
2077
1730
|
"type": {
|
|
2078
|
-
"text": "ViewTemplate<
|
|
1731
|
+
"text": "ViewTemplate<Accordion>"
|
|
2079
1732
|
}
|
|
2080
1733
|
},
|
|
2081
1734
|
"parameters": [
|
|
@@ -2097,33 +1750,774 @@
|
|
|
2097
1750
|
"exports": [
|
|
2098
1751
|
{
|
|
2099
1752
|
"kind": "js",
|
|
2100
|
-
"name": "
|
|
1753
|
+
"name": "foundationAccordionTemplate",
|
|
2101
1754
|
"declaration": {
|
|
2102
|
-
"name": "
|
|
2103
|
-
"module": "src/
|
|
1755
|
+
"name": "foundationAccordionTemplate",
|
|
1756
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2104
1757
|
}
|
|
2105
1758
|
}
|
|
2106
1759
|
]
|
|
2107
1760
|
},
|
|
2108
1761
|
{
|
|
2109
1762
|
"kind": "javascript-module",
|
|
2110
|
-
"path": "src/
|
|
1763
|
+
"path": "src/accordion/accordion.ts",
|
|
2111
1764
|
"declarations": [
|
|
2112
1765
|
{
|
|
2113
1766
|
"kind": "class",
|
|
2114
1767
|
"description": "",
|
|
2115
|
-
"name": "
|
|
1768
|
+
"name": "Accordion",
|
|
2116
1769
|
"superclass": {
|
|
2117
|
-
"name": "
|
|
2118
|
-
"package": "@microsoft/fast-
|
|
1770
|
+
"name": "FASTAccordion",
|
|
1771
|
+
"package": "@microsoft/fast-foundation"
|
|
2119
1772
|
},
|
|
2120
|
-
"tagName": "%%prefix%%-
|
|
2121
|
-
"customElement": true
|
|
2122
|
-
|
|
1773
|
+
"tagName": "%%prefix%%-accordion",
|
|
1774
|
+
"customElement": true
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "variable",
|
|
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",
|
|
1796
|
+
"privacy": "public"
|
|
1797
|
+
}
|
|
1798
|
+
],
|
|
1799
|
+
"exports": [
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "js",
|
|
1802
|
+
"name": "Accordion",
|
|
1803
|
+
"declaration": {
|
|
1804
|
+
"name": "Accordion",
|
|
1805
|
+
"module": "src/accordion/accordion.ts"
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "js",
|
|
1810
|
+
"name": "foundationAccordionShadowOptions",
|
|
1811
|
+
"declaration": {
|
|
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"
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "javascript-module",
|
|
1836
|
+
"path": "src/accordion/index.ts",
|
|
1837
|
+
"declarations": [],
|
|
1838
|
+
"exports": [
|
|
1839
|
+
{
|
|
1840
|
+
"kind": "js",
|
|
1841
|
+
"name": "*",
|
|
1842
|
+
"declaration": {
|
|
1843
|
+
"name": "*",
|
|
1844
|
+
"package": "./accordion.template"
|
|
1845
|
+
}
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"kind": "js",
|
|
1849
|
+
"name": "*",
|
|
1850
|
+
"declaration": {
|
|
1851
|
+
"name": "*",
|
|
1852
|
+
"package": "./accordion.styles"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "js",
|
|
1857
|
+
"name": "*",
|
|
1858
|
+
"declaration": {
|
|
1859
|
+
"name": "*",
|
|
1860
|
+
"package": "./accordion"
|
|
1861
|
+
}
|
|
1862
|
+
}
|
|
1863
|
+
]
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"kind": "javascript-module",
|
|
1867
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1868
|
+
"declarations": [
|
|
1869
|
+
{
|
|
1870
|
+
"kind": "function",
|
|
1871
|
+
"name": "actionsMenuBaseStyles",
|
|
1872
|
+
"return": {
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "ElementStyles"
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
"parameters": [
|
|
2123
1878
|
{
|
|
2124
|
-
"name": "
|
|
1879
|
+
"name": "context",
|
|
2125
1880
|
"type": {
|
|
2126
|
-
"text": "
|
|
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",
|
|
1895
|
+
"return": {
|
|
1896
|
+
"type": {
|
|
1897
|
+
"text": "ElementStyles"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
"parameters": [
|
|
1901
|
+
{
|
|
1902
|
+
"name": "context",
|
|
1903
|
+
"type": {
|
|
1904
|
+
"text": "ElementDefinitionContext"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "definition",
|
|
1909
|
+
"type": {
|
|
1910
|
+
"text": "FoundationElementDefinition"
|
|
1911
|
+
}
|
|
1912
|
+
}
|
|
1913
|
+
]
|
|
1914
|
+
}
|
|
1915
|
+
],
|
|
1916
|
+
"exports": [
|
|
1917
|
+
{
|
|
1918
|
+
"kind": "js",
|
|
1919
|
+
"name": "actionsMenuBaseStyles",
|
|
1920
|
+
"declaration": {
|
|
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"
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
]
|
|
1934
|
+
},
|
|
1935
|
+
{
|
|
1936
|
+
"kind": "javascript-module",
|
|
1937
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1938
|
+
"declarations": [
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "function",
|
|
1941
|
+
"name": "menuTemplate",
|
|
1942
|
+
"parameters": [
|
|
1943
|
+
{
|
|
1944
|
+
"name": "prefix",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"text": "string"
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
]
|
|
1950
|
+
},
|
|
1951
|
+
{
|
|
1952
|
+
"kind": "function",
|
|
1953
|
+
"name": "singleOptionTemplate",
|
|
1954
|
+
"parameters": [
|
|
1955
|
+
{
|
|
1956
|
+
"name": "prefix",
|
|
1957
|
+
"type": {
|
|
1958
|
+
"text": "string"
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
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`"
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1972
|
+
"exports": [
|
|
1973
|
+
{
|
|
1974
|
+
"kind": "js",
|
|
1975
|
+
"name": "menuTemplate",
|
|
1976
|
+
"declaration": {
|
|
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"
|
|
1995
|
+
}
|
|
1996
|
+
}
|
|
1997
|
+
]
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
"kind": "javascript-module",
|
|
2001
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2002
|
+
"declarations": [
|
|
2003
|
+
{
|
|
2004
|
+
"kind": "class",
|
|
2005
|
+
"description": "",
|
|
2006
|
+
"name": "ActionsMenu",
|
|
2007
|
+
"members": [
|
|
2008
|
+
{
|
|
2009
|
+
"kind": "field",
|
|
2010
|
+
"name": "actions",
|
|
2011
|
+
"type": {
|
|
2012
|
+
"text": "ActionMenuItem[]"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "field",
|
|
2017
|
+
"name": "isVertical",
|
|
2018
|
+
"type": {
|
|
2019
|
+
"text": "boolean"
|
|
2020
|
+
},
|
|
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"
|
|
2051
|
+
}
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
"kind": "field",
|
|
2055
|
+
"name": "name",
|
|
2056
|
+
"type": {
|
|
2057
|
+
"text": "string"
|
|
2058
|
+
},
|
|
2059
|
+
"default": "'Actions'"
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"kind": "field",
|
|
2063
|
+
"name": "open",
|
|
2064
|
+
"type": {
|
|
2065
|
+
"text": "boolean"
|
|
2066
|
+
},
|
|
2067
|
+
"default": "false"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "field",
|
|
2071
|
+
"name": "buttonAppearance",
|
|
2072
|
+
"type": {
|
|
2073
|
+
"text": "string"
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
"kind": "field",
|
|
2078
|
+
"name": "hideDisabled",
|
|
2079
|
+
"type": {
|
|
2080
|
+
"text": "boolean"
|
|
2081
|
+
},
|
|
2082
|
+
"default": "false"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "hideMenuSingleOption",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "boolean"
|
|
2089
|
+
},
|
|
2090
|
+
"default": "false"
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"kind": "field",
|
|
2094
|
+
"name": "singleOption",
|
|
2095
|
+
"type": {
|
|
2096
|
+
"text": "ActionMenuItem"
|
|
2097
|
+
}
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"kind": "field",
|
|
2101
|
+
"name": "actionsMenu",
|
|
2102
|
+
"type": {
|
|
2103
|
+
"text": "HTMLElement"
|
|
2104
|
+
}
|
|
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
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "field",
|
|
2148
|
+
"name": "allActions",
|
|
2149
|
+
"type": {
|
|
2150
|
+
"text": "ActionMenuItem[]"
|
|
2151
|
+
},
|
|
2152
|
+
"readonly": true
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"kind": "field",
|
|
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
|
+
]
|
|
2182
|
+
},
|
|
2183
|
+
{
|
|
2184
|
+
"kind": "field",
|
|
2185
|
+
"name": "_presentation",
|
|
2186
|
+
"type": {
|
|
2187
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2188
|
+
},
|
|
2189
|
+
"privacy": "private",
|
|
2190
|
+
"default": "void 0",
|
|
2191
|
+
"inheritedFrom": {
|
|
2192
|
+
"name": "FoundationElement",
|
|
2193
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "field",
|
|
2198
|
+
"name": "$presentation",
|
|
2199
|
+
"type": {
|
|
2200
|
+
"text": "ComponentPresentation | null"
|
|
2201
|
+
},
|
|
2202
|
+
"privacy": "public",
|
|
2203
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2204
|
+
"inheritedFrom": {
|
|
2205
|
+
"name": "FoundationElement",
|
|
2206
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2207
|
+
}
|
|
2208
|
+
},
|
|
2209
|
+
{
|
|
2210
|
+
"kind": "field",
|
|
2211
|
+
"name": "template",
|
|
2212
|
+
"type": {
|
|
2213
|
+
"text": "ElementViewTemplate | void | null"
|
|
2214
|
+
},
|
|
2215
|
+
"privacy": "public",
|
|
2216
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2217
|
+
"inheritedFrom": {
|
|
2218
|
+
"name": "FoundationElement",
|
|
2219
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2220
|
+
}
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"kind": "method",
|
|
2224
|
+
"name": "templateChanged",
|
|
2225
|
+
"privacy": "protected",
|
|
2226
|
+
"return": {
|
|
2227
|
+
"type": {
|
|
2228
|
+
"text": "void"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
"inheritedFrom": {
|
|
2232
|
+
"name": "FoundationElement",
|
|
2233
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2234
|
+
}
|
|
2235
|
+
},
|
|
2236
|
+
{
|
|
2237
|
+
"kind": "field",
|
|
2238
|
+
"name": "styles",
|
|
2239
|
+
"type": {
|
|
2240
|
+
"text": "ElementStyles | void | null"
|
|
2241
|
+
},
|
|
2242
|
+
"privacy": "public",
|
|
2243
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2244
|
+
"inheritedFrom": {
|
|
2245
|
+
"name": "FoundationElement",
|
|
2246
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "method",
|
|
2251
|
+
"name": "stylesChanged",
|
|
2252
|
+
"privacy": "protected",
|
|
2253
|
+
"return": {
|
|
2254
|
+
"type": {
|
|
2255
|
+
"text": "void"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
"inheritedFrom": {
|
|
2259
|
+
"name": "FoundationElement",
|
|
2260
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"kind": "method",
|
|
2265
|
+
"name": "compose",
|
|
2266
|
+
"privacy": "public",
|
|
2267
|
+
"static": true,
|
|
2268
|
+
"return": {
|
|
2269
|
+
"type": {
|
|
2270
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"parameters": [
|
|
2274
|
+
{
|
|
2275
|
+
"name": "this",
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "K"
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2280
|
+
{
|
|
2281
|
+
"name": "elementDefinition",
|
|
2282
|
+
"type": {
|
|
2283
|
+
"text": "T"
|
|
2284
|
+
},
|
|
2285
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2286
|
+
}
|
|
2287
|
+
],
|
|
2288
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2289
|
+
"inheritedFrom": {
|
|
2290
|
+
"name": "FoundationElement",
|
|
2291
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2292
|
+
}
|
|
2293
|
+
}
|
|
2294
|
+
],
|
|
2295
|
+
"attributes": [
|
|
2296
|
+
{
|
|
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"
|
|
2358
|
+
}
|
|
2359
|
+
],
|
|
2360
|
+
"superclass": {
|
|
2361
|
+
"name": "FoundationElement",
|
|
2362
|
+
"package": "@microsoft/fast-foundation"
|
|
2363
|
+
},
|
|
2364
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2365
|
+
"customElement": true
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "variable",
|
|
2369
|
+
"name": "foundationActionsMenu",
|
|
2370
|
+
"description": "The Foundation Actions Menu",
|
|
2371
|
+
"privacy": "public"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"exports": [
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "js",
|
|
2377
|
+
"name": "ActionsMenu",
|
|
2378
|
+
"declaration": {
|
|
2379
|
+
"name": "ActionsMenu",
|
|
2380
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "js",
|
|
2385
|
+
"name": "foundationActionsMenu",
|
|
2386
|
+
"declaration": {
|
|
2387
|
+
"name": "foundationActionsMenu",
|
|
2388
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
]
|
|
2392
|
+
},
|
|
2393
|
+
{
|
|
2394
|
+
"kind": "javascript-module",
|
|
2395
|
+
"path": "src/actions-menu/index.ts",
|
|
2396
|
+
"declarations": [],
|
|
2397
|
+
"exports": [
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "js",
|
|
2400
|
+
"name": "*",
|
|
2401
|
+
"declaration": {
|
|
2402
|
+
"name": "*",
|
|
2403
|
+
"package": "./actions-menu.styles"
|
|
2404
|
+
}
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "js",
|
|
2408
|
+
"name": "*",
|
|
2409
|
+
"declaration": {
|
|
2410
|
+
"name": "*",
|
|
2411
|
+
"package": "./actions-menu.template"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"kind": "js",
|
|
2416
|
+
"name": "*",
|
|
2417
|
+
"declaration": {
|
|
2418
|
+
"name": "*",
|
|
2419
|
+
"package": "./actions-menu"
|
|
2420
|
+
}
|
|
2421
|
+
}
|
|
2422
|
+
]
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"kind": "javascript-module",
|
|
2426
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2427
|
+
"declarations": [
|
|
2428
|
+
{
|
|
2429
|
+
"kind": "function",
|
|
2430
|
+
"name": "foundationAnchorStyles",
|
|
2431
|
+
"return": {
|
|
2432
|
+
"type": {
|
|
2433
|
+
"text": "ElementStyles"
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2436
|
+
"parameters": [
|
|
2437
|
+
{
|
|
2438
|
+
"name": "context",
|
|
2439
|
+
"type": {
|
|
2440
|
+
"text": "ElementDefinitionContext"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
{
|
|
2444
|
+
"name": "definition",
|
|
2445
|
+
"type": {
|
|
2446
|
+
"text": "FoundationElementDefinition"
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
]
|
|
2450
|
+
}
|
|
2451
|
+
],
|
|
2452
|
+
"exports": [
|
|
2453
|
+
{
|
|
2454
|
+
"kind": "js",
|
|
2455
|
+
"name": "foundationAnchorStyles",
|
|
2456
|
+
"declaration": {
|
|
2457
|
+
"name": "foundationAnchorStyles",
|
|
2458
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
2459
|
+
}
|
|
2460
|
+
}
|
|
2461
|
+
]
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "javascript-module",
|
|
2465
|
+
"path": "src/anchor/anchor.template.ts",
|
|
2466
|
+
"declarations": [
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "function",
|
|
2469
|
+
"name": "foundationAnchorTemplate",
|
|
2470
|
+
"return": {
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": "ViewTemplate<Anchor>"
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
"parameters": [
|
|
2476
|
+
{
|
|
2477
|
+
"name": "context",
|
|
2478
|
+
"type": {
|
|
2479
|
+
"text": "ElementDefinitionContext"
|
|
2480
|
+
}
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"name": "definition",
|
|
2484
|
+
"type": {
|
|
2485
|
+
"text": "FoundationElementDefinition"
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
]
|
|
2489
|
+
}
|
|
2490
|
+
],
|
|
2491
|
+
"exports": [
|
|
2492
|
+
{
|
|
2493
|
+
"kind": "js",
|
|
2494
|
+
"name": "foundationAnchorTemplate",
|
|
2495
|
+
"declaration": {
|
|
2496
|
+
"name": "foundationAnchorTemplate",
|
|
2497
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2500
|
+
]
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "javascript-module",
|
|
2504
|
+
"path": "src/anchor/anchor.ts",
|
|
2505
|
+
"declarations": [
|
|
2506
|
+
{
|
|
2507
|
+
"kind": "class",
|
|
2508
|
+
"description": "",
|
|
2509
|
+
"name": "Anchor",
|
|
2510
|
+
"superclass": {
|
|
2511
|
+
"name": "FASTAnchor",
|
|
2512
|
+
"package": "@microsoft/fast-components"
|
|
2513
|
+
},
|
|
2514
|
+
"tagName": "%%prefix%%-anchor",
|
|
2515
|
+
"customElement": true,
|
|
2516
|
+
"attributes": [
|
|
2517
|
+
{
|
|
2518
|
+
"name": "download",
|
|
2519
|
+
"type": {
|
|
2520
|
+
"text": "string"
|
|
2127
2521
|
},
|
|
2128
2522
|
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2129
2523
|
"fieldName": "download",
|
|
@@ -3701,157 +4095,7 @@
|
|
|
3701
4095
|
"text": "void"
|
|
3702
4096
|
}
|
|
3703
4097
|
},
|
|
3704
|
-
"description": "sets the starting configuration for component internal values",
|
|
3705
|
-
"inheritedFrom": {
|
|
3706
|
-
"name": "AnchoredRegion",
|
|
3707
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3708
|
-
}
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"kind": "field",
|
|
3712
|
-
"name": "startObservers",
|
|
3713
|
-
"privacy": "private",
|
|
3714
|
-
"description": "starts observers",
|
|
3715
|
-
"inheritedFrom": {
|
|
3716
|
-
"name": "AnchoredRegion",
|
|
3717
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
|
-
{
|
|
3721
|
-
"kind": "field",
|
|
3722
|
-
"name": "requestPositionUpdates",
|
|
3723
|
-
"privacy": "private",
|
|
3724
|
-
"description": "get position updates",
|
|
3725
|
-
"inheritedFrom": {
|
|
3726
|
-
"name": "AnchoredRegion",
|
|
3727
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
|
-
{
|
|
3731
|
-
"kind": "field",
|
|
3732
|
-
"name": "stopObservers",
|
|
3733
|
-
"privacy": "private",
|
|
3734
|
-
"description": "stops observers",
|
|
3735
|
-
"inheritedFrom": {
|
|
3736
|
-
"name": "AnchoredRegion",
|
|
3737
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3738
|
-
}
|
|
3739
|
-
},
|
|
3740
|
-
{
|
|
3741
|
-
"kind": "field",
|
|
3742
|
-
"name": "getViewport",
|
|
3743
|
-
"privacy": "private",
|
|
3744
|
-
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3745
|
-
"inheritedFrom": {
|
|
3746
|
-
"name": "AnchoredRegion",
|
|
3747
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3748
|
-
}
|
|
3749
|
-
},
|
|
3750
|
-
{
|
|
3751
|
-
"kind": "field",
|
|
3752
|
-
"name": "getAnchor",
|
|
3753
|
-
"privacy": "private",
|
|
3754
|
-
"description": "Gets the anchor element by id",
|
|
3755
|
-
"inheritedFrom": {
|
|
3756
|
-
"name": "AnchoredRegion",
|
|
3757
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3758
|
-
}
|
|
3759
|
-
},
|
|
3760
|
-
{
|
|
3761
|
-
"kind": "field",
|
|
3762
|
-
"name": "handleIntersection",
|
|
3763
|
-
"privacy": "private",
|
|
3764
|
-
"description": "Handle intersections",
|
|
3765
|
-
"inheritedFrom": {
|
|
3766
|
-
"name": "AnchoredRegion",
|
|
3767
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3768
|
-
}
|
|
3769
|
-
},
|
|
3770
|
-
{
|
|
3771
|
-
"kind": "field",
|
|
3772
|
-
"name": "applyIntersectionEntries",
|
|
3773
|
-
"privacy": "private",
|
|
3774
|
-
"description": "iterate through intersection entries and apply data",
|
|
3775
|
-
"inheritedFrom": {
|
|
3776
|
-
"name": "AnchoredRegion",
|
|
3777
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3778
|
-
}
|
|
3779
|
-
},
|
|
3780
|
-
{
|
|
3781
|
-
"kind": "field",
|
|
3782
|
-
"name": "updateRegionOffset",
|
|
3783
|
-
"privacy": "private",
|
|
3784
|
-
"description": "Update the offset values",
|
|
3785
|
-
"inheritedFrom": {
|
|
3786
|
-
"name": "AnchoredRegion",
|
|
3787
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3788
|
-
}
|
|
3789
|
-
},
|
|
3790
|
-
{
|
|
3791
|
-
"kind": "field",
|
|
3792
|
-
"name": "isRectDifferent",
|
|
3793
|
-
"privacy": "private",
|
|
3794
|
-
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3795
|
-
"inheritedFrom": {
|
|
3796
|
-
"name": "AnchoredRegion",
|
|
3797
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3798
|
-
}
|
|
3799
|
-
},
|
|
3800
|
-
{
|
|
3801
|
-
"kind": "field",
|
|
3802
|
-
"name": "handleResize",
|
|
3803
|
-
"privacy": "private",
|
|
3804
|
-
"description": "Handle resize events",
|
|
3805
|
-
"inheritedFrom": {
|
|
3806
|
-
"name": "AnchoredRegion",
|
|
3807
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3808
|
-
}
|
|
3809
|
-
},
|
|
3810
|
-
{
|
|
3811
|
-
"kind": "field",
|
|
3812
|
-
"name": "reset",
|
|
3813
|
-
"privacy": "private",
|
|
3814
|
-
"description": "resets the component",
|
|
3815
|
-
"inheritedFrom": {
|
|
3816
|
-
"name": "AnchoredRegion",
|
|
3817
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3818
|
-
}
|
|
3819
|
-
},
|
|
3820
|
-
{
|
|
3821
|
-
"kind": "field",
|
|
3822
|
-
"name": "updateLayout",
|
|
3823
|
-
"privacy": "private",
|
|
3824
|
-
"description": "Recalculate layout related state values",
|
|
3825
|
-
"inheritedFrom": {
|
|
3826
|
-
"name": "AnchoredRegion",
|
|
3827
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3828
|
-
}
|
|
3829
|
-
},
|
|
3830
|
-
{
|
|
3831
|
-
"kind": "field",
|
|
3832
|
-
"name": "updateRegionStyle",
|
|
3833
|
-
"privacy": "private",
|
|
3834
|
-
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3835
|
-
"inheritedFrom": {
|
|
3836
|
-
"name": "AnchoredRegion",
|
|
3837
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3838
|
-
}
|
|
3839
|
-
},
|
|
3840
|
-
{
|
|
3841
|
-
"kind": "field",
|
|
3842
|
-
"name": "updatePositionClasses",
|
|
3843
|
-
"privacy": "private",
|
|
3844
|
-
"description": "Updates the css classes that reflect the current position of the element",
|
|
3845
|
-
"inheritedFrom": {
|
|
3846
|
-
"name": "AnchoredRegion",
|
|
3847
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3848
|
-
}
|
|
3849
|
-
},
|
|
3850
|
-
{
|
|
3851
|
-
"kind": "field",
|
|
3852
|
-
"name": "setHorizontalPosition",
|
|
3853
|
-
"privacy": "private",
|
|
3854
|
-
"description": "Get horizontal positioning state based on desired position",
|
|
4098
|
+
"description": "sets the starting configuration for component internal values",
|
|
3855
4099
|
"inheritedFrom": {
|
|
3856
4100
|
"name": "AnchoredRegion",
|
|
3857
4101
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3859,9 +4103,9 @@
|
|
|
3859
4103
|
},
|
|
3860
4104
|
{
|
|
3861
4105
|
"kind": "field",
|
|
3862
|
-
"name": "
|
|
4106
|
+
"name": "startObservers",
|
|
3863
4107
|
"privacy": "private",
|
|
3864
|
-
"description": "
|
|
4108
|
+
"description": "starts observers",
|
|
3865
4109
|
"inheritedFrom": {
|
|
3866
4110
|
"name": "AnchoredRegion",
|
|
3867
4111
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3869,9 +4113,9 @@
|
|
|
3869
4113
|
},
|
|
3870
4114
|
{
|
|
3871
4115
|
"kind": "field",
|
|
3872
|
-
"name": "
|
|
4116
|
+
"name": "requestPositionUpdates",
|
|
3873
4117
|
"privacy": "private",
|
|
3874
|
-
"description": "
|
|
4118
|
+
"description": "get position updates",
|
|
3875
4119
|
"inheritedFrom": {
|
|
3876
4120
|
"name": "AnchoredRegion",
|
|
3877
4121
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3879,9 +4123,9 @@
|
|
|
3879
4123
|
},
|
|
3880
4124
|
{
|
|
3881
4125
|
"kind": "field",
|
|
3882
|
-
"name": "
|
|
4126
|
+
"name": "stopObservers",
|
|
3883
4127
|
"privacy": "private",
|
|
3884
|
-
"description": "
|
|
4128
|
+
"description": "stops observers",
|
|
3885
4129
|
"inheritedFrom": {
|
|
3886
4130
|
"name": "AnchoredRegion",
|
|
3887
4131
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3889,9 +4133,9 @@
|
|
|
3889
4133
|
},
|
|
3890
4134
|
{
|
|
3891
4135
|
"kind": "field",
|
|
3892
|
-
"name": "
|
|
4136
|
+
"name": "getViewport",
|
|
3893
4137
|
"privacy": "private",
|
|
3894
|
-
"description": "
|
|
4138
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3895
4139
|
"inheritedFrom": {
|
|
3896
4140
|
"name": "AnchoredRegion",
|
|
3897
4141
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3899,9 +4143,9 @@
|
|
|
3899
4143
|
},
|
|
3900
4144
|
{
|
|
3901
4145
|
"kind": "field",
|
|
3902
|
-
"name": "
|
|
4146
|
+
"name": "getAnchor",
|
|
3903
4147
|
"privacy": "private",
|
|
3904
|
-
"description": "
|
|
4148
|
+
"description": "Gets the anchor element by id",
|
|
3905
4149
|
"inheritedFrom": {
|
|
3906
4150
|
"name": "AnchoredRegion",
|
|
3907
4151
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3909,9 +4153,9 @@
|
|
|
3909
4153
|
},
|
|
3910
4154
|
{
|
|
3911
4155
|
"kind": "field",
|
|
3912
|
-
"name": "
|
|
4156
|
+
"name": "handleIntersection",
|
|
3913
4157
|
"privacy": "private",
|
|
3914
|
-
"description": "
|
|
4158
|
+
"description": "Handle intersections",
|
|
3915
4159
|
"inheritedFrom": {
|
|
3916
4160
|
"name": "AnchoredRegion",
|
|
3917
4161
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3919,404 +4163,152 @@
|
|
|
3919
4163
|
},
|
|
3920
4164
|
{
|
|
3921
4165
|
"kind": "field",
|
|
3922
|
-
"name": "
|
|
3923
|
-
"type": {
|
|
3924
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3925
|
-
},
|
|
4166
|
+
"name": "applyIntersectionEntries",
|
|
3926
4167
|
"privacy": "private",
|
|
3927
|
-
"
|
|
3928
|
-
"inheritedFrom": {
|
|
3929
|
-
"name": "FoundationElement",
|
|
3930
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3931
|
-
}
|
|
3932
|
-
},
|
|
3933
|
-
{
|
|
3934
|
-
"kind": "field",
|
|
3935
|
-
"name": "$presentation",
|
|
3936
|
-
"type": {
|
|
3937
|
-
"text": "ComponentPresentation | null"
|
|
3938
|
-
},
|
|
3939
|
-
"privacy": "public",
|
|
3940
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4168
|
+
"description": "iterate through intersection entries and apply data",
|
|
3941
4169
|
"inheritedFrom": {
|
|
3942
|
-
"name": "
|
|
3943
|
-
"module": "src/
|
|
4170
|
+
"name": "AnchoredRegion",
|
|
4171
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3944
4172
|
}
|
|
3945
4173
|
},
|
|
3946
4174
|
{
|
|
3947
4175
|
"kind": "field",
|
|
3948
|
-
"name": "
|
|
3949
|
-
"
|
|
3950
|
-
|
|
3951
|
-
},
|
|
3952
|
-
"privacy": "public",
|
|
3953
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3954
|
-
"inheritedFrom": {
|
|
3955
|
-
"name": "FoundationElement",
|
|
3956
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3957
|
-
}
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"kind": "method",
|
|
3961
|
-
"name": "templateChanged",
|
|
3962
|
-
"privacy": "protected",
|
|
3963
|
-
"return": {
|
|
3964
|
-
"type": {
|
|
3965
|
-
"text": "void"
|
|
3966
|
-
}
|
|
3967
|
-
},
|
|
4176
|
+
"name": "updateRegionOffset",
|
|
4177
|
+
"privacy": "private",
|
|
4178
|
+
"description": "Update the offset values",
|
|
3968
4179
|
"inheritedFrom": {
|
|
3969
|
-
"name": "
|
|
3970
|
-
"module": "src/
|
|
4180
|
+
"name": "AnchoredRegion",
|
|
4181
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3971
4182
|
}
|
|
3972
4183
|
},
|
|
3973
4184
|
{
|
|
3974
4185
|
"kind": "field",
|
|
3975
|
-
"name": "
|
|
3976
|
-
"
|
|
3977
|
-
|
|
3978
|
-
},
|
|
3979
|
-
"privacy": "public",
|
|
3980
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3981
|
-
"inheritedFrom": {
|
|
3982
|
-
"name": "FoundationElement",
|
|
3983
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3984
|
-
}
|
|
3985
|
-
},
|
|
3986
|
-
{
|
|
3987
|
-
"kind": "method",
|
|
3988
|
-
"name": "stylesChanged",
|
|
3989
|
-
"privacy": "protected",
|
|
3990
|
-
"return": {
|
|
3991
|
-
"type": {
|
|
3992
|
-
"text": "void"
|
|
3993
|
-
}
|
|
3994
|
-
},
|
|
3995
|
-
"inheritedFrom": {
|
|
3996
|
-
"name": "FoundationElement",
|
|
3997
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3998
|
-
}
|
|
3999
|
-
},
|
|
4000
|
-
{
|
|
4001
|
-
"kind": "method",
|
|
4002
|
-
"name": "compose",
|
|
4003
|
-
"privacy": "public",
|
|
4004
|
-
"static": true,
|
|
4005
|
-
"return": {
|
|
4006
|
-
"type": {
|
|
4007
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4008
|
-
}
|
|
4009
|
-
},
|
|
4010
|
-
"parameters": [
|
|
4011
|
-
{
|
|
4012
|
-
"name": "this",
|
|
4013
|
-
"type": {
|
|
4014
|
-
"text": "K"
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "elementDefinition",
|
|
4019
|
-
"type": {
|
|
4020
|
-
"text": "T"
|
|
4021
|
-
},
|
|
4022
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4023
|
-
}
|
|
4024
|
-
],
|
|
4025
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4026
|
-
"inheritedFrom": {
|
|
4027
|
-
"name": "FoundationElement",
|
|
4028
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4029
|
-
}
|
|
4030
|
-
}
|
|
4031
|
-
],
|
|
4032
|
-
"events": [
|
|
4033
|
-
{
|
|
4034
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4035
|
-
"name": "loaded",
|
|
4186
|
+
"name": "isRectDifferent",
|
|
4187
|
+
"privacy": "private",
|
|
4188
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
4036
4189
|
"inheritedFrom": {
|
|
4037
4190
|
"name": "AnchoredRegion",
|
|
4038
4191
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4039
4192
|
}
|
|
4040
4193
|
},
|
|
4041
4194
|
{
|
|
4042
|
-
"
|
|
4043
|
-
"name": "
|
|
4195
|
+
"kind": "field",
|
|
4196
|
+
"name": "handleResize",
|
|
4197
|
+
"privacy": "private",
|
|
4198
|
+
"description": "Handle resize events",
|
|
4044
4199
|
"inheritedFrom": {
|
|
4045
4200
|
"name": "AnchoredRegion",
|
|
4046
4201
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4047
4202
|
}
|
|
4048
|
-
}
|
|
4049
|
-
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4058
|
-
},
|
|
4059
|
-
{
|
|
4060
|
-
"kind": "variable",
|
|
4061
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4062
|
-
"type": {
|
|
4063
|
-
"text": "object"
|
|
4064
|
-
},
|
|
4065
|
-
"default": "{}"
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"kind": "variable",
|
|
4069
|
-
"name": "foundationAnchoredRegion",
|
|
4070
|
-
"description": "The Foundation Anchored Region",
|
|
4071
|
-
"privacy": "public"
|
|
4072
|
-
}
|
|
4073
|
-
],
|
|
4074
|
-
"exports": [
|
|
4075
|
-
{
|
|
4076
|
-
"kind": "js",
|
|
4077
|
-
"name": "AnchoredRegion",
|
|
4078
|
-
"declaration": {
|
|
4079
|
-
"name": "AnchoredRegion",
|
|
4080
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4081
|
-
}
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
"kind": "js",
|
|
4085
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4086
|
-
"declaration": {
|
|
4087
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4088
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4089
|
-
}
|
|
4090
|
-
},
|
|
4091
|
-
{
|
|
4092
|
-
"kind": "js",
|
|
4093
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4094
|
-
"declaration": {
|
|
4095
|
-
"name": "defaultAnchoredRegionConfig",
|
|
4096
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4097
|
-
}
|
|
4098
|
-
},
|
|
4099
|
-
{
|
|
4100
|
-
"kind": "js",
|
|
4101
|
-
"name": "foundationAnchoredRegion",
|
|
4102
|
-
"declaration": {
|
|
4103
|
-
"name": "foundationAnchoredRegion",
|
|
4104
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4105
|
-
}
|
|
4106
|
-
}
|
|
4107
|
-
]
|
|
4108
|
-
},
|
|
4109
|
-
{
|
|
4110
|
-
"kind": "javascript-module",
|
|
4111
|
-
"path": "src/anchored-region/index.ts",
|
|
4112
|
-
"declarations": [],
|
|
4113
|
-
"exports": [
|
|
4114
|
-
{
|
|
4115
|
-
"kind": "js",
|
|
4116
|
-
"name": "*",
|
|
4117
|
-
"declaration": {
|
|
4118
|
-
"name": "*",
|
|
4119
|
-
"package": "./anchor-region.template"
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
{
|
|
4123
|
-
"kind": "js",
|
|
4124
|
-
"name": "*",
|
|
4125
|
-
"declaration": {
|
|
4126
|
-
"name": "*",
|
|
4127
|
-
"package": "./anchored-region.styles"
|
|
4128
|
-
}
|
|
4129
|
-
},
|
|
4130
|
-
{
|
|
4131
|
-
"kind": "js",
|
|
4132
|
-
"name": "*",
|
|
4133
|
-
"declaration": {
|
|
4134
|
-
"name": "*",
|
|
4135
|
-
"package": "./anchored-region"
|
|
4136
|
-
}
|
|
4137
|
-
}
|
|
4138
|
-
]
|
|
4139
|
-
},
|
|
4140
|
-
{
|
|
4141
|
-
"kind": "javascript-module",
|
|
4142
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
4143
|
-
"declarations": [
|
|
4144
|
-
{
|
|
4145
|
-
"kind": "function",
|
|
4146
|
-
"name": "foundationAccordionItemStyles",
|
|
4147
|
-
"return": {
|
|
4148
|
-
"type": {
|
|
4149
|
-
"text": "ElementStyles"
|
|
4150
|
-
}
|
|
4151
|
-
},
|
|
4152
|
-
"parameters": [
|
|
4153
|
-
{
|
|
4154
|
-
"name": "context",
|
|
4155
|
-
"type": {
|
|
4156
|
-
"text": "ElementDefinitionContext"
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"kind": "field",
|
|
4206
|
+
"name": "reset",
|
|
4207
|
+
"privacy": "private",
|
|
4208
|
+
"description": "resets the component",
|
|
4209
|
+
"inheritedFrom": {
|
|
4210
|
+
"name": "AnchoredRegion",
|
|
4211
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4157
4212
|
}
|
|
4158
4213
|
},
|
|
4159
4214
|
{
|
|
4160
|
-
"
|
|
4161
|
-
"
|
|
4162
|
-
|
|
4215
|
+
"kind": "field",
|
|
4216
|
+
"name": "updateLayout",
|
|
4217
|
+
"privacy": "private",
|
|
4218
|
+
"description": "Recalculate layout related state values",
|
|
4219
|
+
"inheritedFrom": {
|
|
4220
|
+
"name": "AnchoredRegion",
|
|
4221
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4163
4222
|
}
|
|
4164
|
-
}
|
|
4165
|
-
]
|
|
4166
|
-
}
|
|
4167
|
-
],
|
|
4168
|
-
"exports": [
|
|
4169
|
-
{
|
|
4170
|
-
"kind": "js",
|
|
4171
|
-
"name": "foundationAccordionItemStyles",
|
|
4172
|
-
"declaration": {
|
|
4173
|
-
"name": "foundationAccordionItemStyles",
|
|
4174
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
4175
|
-
}
|
|
4176
|
-
}
|
|
4177
|
-
]
|
|
4178
|
-
},
|
|
4179
|
-
{
|
|
4180
|
-
"kind": "javascript-module",
|
|
4181
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
4182
|
-
"declarations": [
|
|
4183
|
-
{
|
|
4184
|
-
"kind": "function",
|
|
4185
|
-
"name": "foundationAccordionItemTemplate",
|
|
4186
|
-
"return": {
|
|
4187
|
-
"type": {
|
|
4188
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
"parameters": [
|
|
4223
|
+
},
|
|
4192
4224
|
{
|
|
4193
|
-
"
|
|
4194
|
-
"
|
|
4195
|
-
|
|
4225
|
+
"kind": "field",
|
|
4226
|
+
"name": "updateRegionStyle",
|
|
4227
|
+
"privacy": "private",
|
|
4228
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4229
|
+
"inheritedFrom": {
|
|
4230
|
+
"name": "AnchoredRegion",
|
|
4231
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4196
4232
|
}
|
|
4197
4233
|
},
|
|
4198
4234
|
{
|
|
4199
|
-
"
|
|
4200
|
-
"
|
|
4201
|
-
|
|
4235
|
+
"kind": "field",
|
|
4236
|
+
"name": "updatePositionClasses",
|
|
4237
|
+
"privacy": "private",
|
|
4238
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4239
|
+
"inheritedFrom": {
|
|
4240
|
+
"name": "AnchoredRegion",
|
|
4241
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4202
4242
|
}
|
|
4203
|
-
}
|
|
4204
|
-
]
|
|
4205
|
-
}
|
|
4206
|
-
],
|
|
4207
|
-
"exports": [
|
|
4208
|
-
{
|
|
4209
|
-
"kind": "js",
|
|
4210
|
-
"name": "foundationAccordionItemTemplate",
|
|
4211
|
-
"declaration": {
|
|
4212
|
-
"name": "foundationAccordionItemTemplate",
|
|
4213
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
4214
|
-
}
|
|
4215
|
-
}
|
|
4216
|
-
]
|
|
4217
|
-
},
|
|
4218
|
-
{
|
|
4219
|
-
"kind": "javascript-module",
|
|
4220
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
4221
|
-
"declarations": [
|
|
4222
|
-
{
|
|
4223
|
-
"kind": "class",
|
|
4224
|
-
"description": "",
|
|
4225
|
-
"name": "AccordionItem",
|
|
4226
|
-
"superclass": {
|
|
4227
|
-
"name": "FASTAccordionItem",
|
|
4228
|
-
"package": "@microsoft/fast-components"
|
|
4229
|
-
},
|
|
4230
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
4231
|
-
"customElement": true,
|
|
4232
|
-
"attributes": [
|
|
4243
|
+
},
|
|
4233
4244
|
{
|
|
4234
|
-
"
|
|
4235
|
-
"
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
"default": "2",
|
|
4239
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
4240
|
-
"fieldName": "headinglevel",
|
|
4245
|
+
"kind": "field",
|
|
4246
|
+
"name": "setHorizontalPosition",
|
|
4247
|
+
"privacy": "private",
|
|
4248
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4241
4249
|
"inheritedFrom": {
|
|
4242
|
-
"name": "
|
|
4243
|
-
"module": "src/
|
|
4250
|
+
"name": "AnchoredRegion",
|
|
4251
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4244
4252
|
}
|
|
4245
4253
|
},
|
|
4246
4254
|
{
|
|
4247
|
-
"
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
"
|
|
4251
|
-
"description": "Expands or collapses the item.",
|
|
4252
|
-
"fieldName": "expanded",
|
|
4255
|
+
"kind": "field",
|
|
4256
|
+
"name": "setVerticalPosition",
|
|
4257
|
+
"privacy": "private",
|
|
4258
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4253
4259
|
"inheritedFrom": {
|
|
4254
|
-
"name": "
|
|
4255
|
-
"module": "src/
|
|
4260
|
+
"name": "AnchoredRegion",
|
|
4261
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4256
4262
|
}
|
|
4257
4263
|
},
|
|
4258
4264
|
{
|
|
4259
|
-
"
|
|
4260
|
-
"
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
"description": "The item ID",
|
|
4264
|
-
"fieldName": "id",
|
|
4265
|
+
"kind": "field",
|
|
4266
|
+
"name": "getPositioningOptions",
|
|
4267
|
+
"privacy": "private",
|
|
4268
|
+
"description": "Get available positions based on positioning mode",
|
|
4265
4269
|
"inheritedFrom": {
|
|
4266
|
-
"name": "
|
|
4267
|
-
"module": "src/
|
|
4270
|
+
"name": "AnchoredRegion",
|
|
4271
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4268
4272
|
}
|
|
4269
|
-
}
|
|
4270
|
-
],
|
|
4271
|
-
"members": [
|
|
4273
|
+
},
|
|
4272
4274
|
{
|
|
4273
4275
|
"kind": "field",
|
|
4274
|
-
"name": "
|
|
4275
|
-
"
|
|
4276
|
-
|
|
4277
|
-
},
|
|
4278
|
-
"privacy": "public",
|
|
4279
|
-
"default": "2",
|
|
4280
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
4276
|
+
"name": "getAvailableSpace",
|
|
4277
|
+
"privacy": "private",
|
|
4278
|
+
"description": "Get the space available for a particular relative position",
|
|
4281
4279
|
"inheritedFrom": {
|
|
4282
|
-
"name": "
|
|
4283
|
-
"module": "src/
|
|
4280
|
+
"name": "AnchoredRegion",
|
|
4281
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4284
4282
|
}
|
|
4285
4283
|
},
|
|
4286
4284
|
{
|
|
4287
4285
|
"kind": "field",
|
|
4288
|
-
"name": "
|
|
4289
|
-
"
|
|
4290
|
-
|
|
4291
|
-
},
|
|
4292
|
-
"privacy": "public",
|
|
4293
|
-
"default": "false",
|
|
4294
|
-
"description": "Expands or collapses the item.",
|
|
4286
|
+
"name": "getNextRegionDimension",
|
|
4287
|
+
"privacy": "private",
|
|
4288
|
+
"description": "Get region dimensions",
|
|
4295
4289
|
"inheritedFrom": {
|
|
4296
|
-
"name": "
|
|
4297
|
-
"module": "src/
|
|
4290
|
+
"name": "AnchoredRegion",
|
|
4291
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4298
4292
|
}
|
|
4299
4293
|
},
|
|
4300
4294
|
{
|
|
4301
4295
|
"kind": "field",
|
|
4302
|
-
"name": "
|
|
4303
|
-
"
|
|
4304
|
-
|
|
4305
|
-
},
|
|
4306
|
-
"privacy": "public",
|
|
4307
|
-
"description": "The item ID",
|
|
4296
|
+
"name": "startAutoUpdateEventListeners",
|
|
4297
|
+
"privacy": "private",
|
|
4298
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4308
4299
|
"inheritedFrom": {
|
|
4309
|
-
"name": "
|
|
4310
|
-
"module": "src/
|
|
4300
|
+
"name": "AnchoredRegion",
|
|
4301
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4311
4302
|
}
|
|
4312
4303
|
},
|
|
4313
4304
|
{
|
|
4314
4305
|
"kind": "field",
|
|
4315
|
-
"name": "
|
|
4306
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4316
4307
|
"privacy": "private",
|
|
4308
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4317
4309
|
"inheritedFrom": {
|
|
4318
|
-
"name": "
|
|
4319
|
-
"module": "src/
|
|
4310
|
+
"name": "AnchoredRegion",
|
|
4311
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4320
4312
|
}
|
|
4321
4313
|
},
|
|
4322
4314
|
{
|
|
@@ -4433,18 +4425,26 @@
|
|
|
4433
4425
|
],
|
|
4434
4426
|
"events": [
|
|
4435
4427
|
{
|
|
4436
|
-
"description": "Fires a custom '
|
|
4437
|
-
"name": "
|
|
4428
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4429
|
+
"name": "loaded",
|
|
4438
4430
|
"inheritedFrom": {
|
|
4439
|
-
"name": "
|
|
4440
|
-
"module": "src/
|
|
4431
|
+
"name": "AnchoredRegion",
|
|
4432
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4433
|
+
}
|
|
4434
|
+
},
|
|
4435
|
+
{
|
|
4436
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4437
|
+
"name": "positionchange",
|
|
4438
|
+
"inheritedFrom": {
|
|
4439
|
+
"name": "AnchoredRegion",
|
|
4440
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4441
4441
|
}
|
|
4442
4442
|
}
|
|
4443
4443
|
]
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
4446
|
"kind": "variable",
|
|
4447
|
-
"name": "
|
|
4447
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4448
4448
|
"type": {
|
|
4449
4449
|
"text": "ShadowRootInit"
|
|
4450
4450
|
},
|
|
@@ -4452,57 +4452,57 @@
|
|
|
4452
4452
|
},
|
|
4453
4453
|
{
|
|
4454
4454
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4455
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4456
4456
|
"type": {
|
|
4457
4457
|
"text": "object"
|
|
4458
4458
|
},
|
|
4459
|
-
"default": "{
|
|
4459
|
+
"default": "{}"
|
|
4460
4460
|
},
|
|
4461
4461
|
{
|
|
4462
4462
|
"kind": "variable",
|
|
4463
|
-
"name": "
|
|
4464
|
-
"description": "The Foundation
|
|
4463
|
+
"name": "foundationAnchoredRegion",
|
|
4464
|
+
"description": "The Foundation Anchored Region",
|
|
4465
4465
|
"privacy": "public"
|
|
4466
4466
|
}
|
|
4467
4467
|
],
|
|
4468
4468
|
"exports": [
|
|
4469
4469
|
{
|
|
4470
4470
|
"kind": "js",
|
|
4471
|
-
"name": "
|
|
4471
|
+
"name": "AnchoredRegion",
|
|
4472
4472
|
"declaration": {
|
|
4473
|
-
"name": "
|
|
4474
|
-
"module": "src/
|
|
4473
|
+
"name": "AnchoredRegion",
|
|
4474
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4475
4475
|
}
|
|
4476
4476
|
},
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4479
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4480
4480
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/
|
|
4481
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4482
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
4486
4486
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4487
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4489
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4490
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
},
|
|
4493
4493
|
{
|
|
4494
4494
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4495
|
+
"name": "foundationAnchoredRegion",
|
|
4496
4496
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4497
|
+
"name": "foundationAnchoredRegion",
|
|
4498
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4499
4499
|
}
|
|
4500
4500
|
}
|
|
4501
4501
|
]
|
|
4502
4502
|
},
|
|
4503
4503
|
{
|
|
4504
4504
|
"kind": "javascript-module",
|
|
4505
|
-
"path": "src/
|
|
4505
|
+
"path": "src/anchored-region/index.ts",
|
|
4506
4506
|
"declarations": [],
|
|
4507
4507
|
"exports": [
|
|
4508
4508
|
{
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"name": "*",
|
|
4511
4511
|
"declaration": {
|
|
4512
4512
|
"name": "*",
|
|
4513
|
-
"package": "./
|
|
4513
|
+
"package": "./anchor-region.template"
|
|
4514
4514
|
}
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./anchored-region.styles"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4529
|
+
"package": "./anchored-region"
|
|
4530
4530
|
}
|
|
4531
4531
|
}
|
|
4532
4532
|
]
|
|
@@ -31071,6 +31071,13 @@
|
|
|
31071
31071
|
"kind": "field",
|
|
31072
31072
|
"name": "labelFormatter"
|
|
31073
31073
|
},
|
|
31074
|
+
{
|
|
31075
|
+
"kind": "field",
|
|
31076
|
+
"name": "labelRowFormatter",
|
|
31077
|
+
"type": {
|
|
31078
|
+
"text": "(any) => string"
|
|
31079
|
+
}
|
|
31080
|
+
},
|
|
31074
31081
|
{
|
|
31075
31082
|
"kind": "field",
|
|
31076
31083
|
"name": "initialSelectedValue",
|