@genesislcap/foundation-ui 14.286.0 → 14.287.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 +1025 -1025
- package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts +3 -0
- package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts.map +1 -1
- package/dist/dts/categorized-multiselect/categorized-multiselect.styles.d.ts.map +1 -1
- package/dist/dts/categorized-multiselect/categorized-multiselect.template.d.ts.map +1 -1
- package/dist/esm/categorized-multiselect/categorized-multiselect.styles.js +34 -0
- package/dist/esm/categorized-multiselect/categorized-multiselect.template.js +21 -4
- package/package.json +18 -18
|
@@ -1247,6 +1247,188 @@
|
|
|
1247
1247
|
}
|
|
1248
1248
|
]
|
|
1249
1249
|
},
|
|
1250
|
+
{
|
|
1251
|
+
"kind": "javascript-module",
|
|
1252
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1253
|
+
"declarations": [
|
|
1254
|
+
{
|
|
1255
|
+
"kind": "function",
|
|
1256
|
+
"name": "foundationAccordionStyles",
|
|
1257
|
+
"return": {
|
|
1258
|
+
"type": {
|
|
1259
|
+
"text": "ElementStyles"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1262
|
+
"parameters": [
|
|
1263
|
+
{
|
|
1264
|
+
"name": "context",
|
|
1265
|
+
"type": {
|
|
1266
|
+
"text": "ElementDefinitionContext"
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "definition",
|
|
1271
|
+
"type": {
|
|
1272
|
+
"text": "FoundationElementDefinition"
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
]
|
|
1276
|
+
}
|
|
1277
|
+
],
|
|
1278
|
+
"exports": [
|
|
1279
|
+
{
|
|
1280
|
+
"kind": "js",
|
|
1281
|
+
"name": "foundationAccordionStyles",
|
|
1282
|
+
"declaration": {
|
|
1283
|
+
"name": "foundationAccordionStyles",
|
|
1284
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1285
|
+
}
|
|
1286
|
+
}
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"kind": "javascript-module",
|
|
1291
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1292
|
+
"declarations": [
|
|
1293
|
+
{
|
|
1294
|
+
"kind": "function",
|
|
1295
|
+
"name": "foundationAccordionTemplate",
|
|
1296
|
+
"return": {
|
|
1297
|
+
"type": {
|
|
1298
|
+
"text": "ViewTemplate<Accordion>"
|
|
1299
|
+
}
|
|
1300
|
+
},
|
|
1301
|
+
"parameters": [
|
|
1302
|
+
{
|
|
1303
|
+
"name": "context",
|
|
1304
|
+
"type": {
|
|
1305
|
+
"text": "ElementDefinitionContext"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
{
|
|
1309
|
+
"name": "definition",
|
|
1310
|
+
"type": {
|
|
1311
|
+
"text": "FoundationElementDefinition"
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
]
|
|
1315
|
+
}
|
|
1316
|
+
],
|
|
1317
|
+
"exports": [
|
|
1318
|
+
{
|
|
1319
|
+
"kind": "js",
|
|
1320
|
+
"name": "foundationAccordionTemplate",
|
|
1321
|
+
"declaration": {
|
|
1322
|
+
"name": "foundationAccordionTemplate",
|
|
1323
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"kind": "javascript-module",
|
|
1330
|
+
"path": "src/accordion/accordion.ts",
|
|
1331
|
+
"declarations": [
|
|
1332
|
+
{
|
|
1333
|
+
"kind": "class",
|
|
1334
|
+
"description": "",
|
|
1335
|
+
"name": "Accordion",
|
|
1336
|
+
"superclass": {
|
|
1337
|
+
"name": "FASTAccordion",
|
|
1338
|
+
"package": "@microsoft/fast-foundation"
|
|
1339
|
+
},
|
|
1340
|
+
"tagName": "%%prefix%%-accordion",
|
|
1341
|
+
"customElement": true
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "variable",
|
|
1345
|
+
"name": "foundationAccordionShadowOptions",
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "ShadowRootInit"
|
|
1348
|
+
},
|
|
1349
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"kind": "variable",
|
|
1353
|
+
"name": "defaultAccordionConfig",
|
|
1354
|
+
"type": {
|
|
1355
|
+
"text": "object"
|
|
1356
|
+
},
|
|
1357
|
+
"default": "{}"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "variable",
|
|
1361
|
+
"name": "foundationAccordion",
|
|
1362
|
+
"description": "The Foundation Accordion",
|
|
1363
|
+
"privacy": "public"
|
|
1364
|
+
}
|
|
1365
|
+
],
|
|
1366
|
+
"exports": [
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "js",
|
|
1369
|
+
"name": "Accordion",
|
|
1370
|
+
"declaration": {
|
|
1371
|
+
"name": "Accordion",
|
|
1372
|
+
"module": "src/accordion/accordion.ts"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"kind": "js",
|
|
1377
|
+
"name": "foundationAccordionShadowOptions",
|
|
1378
|
+
"declaration": {
|
|
1379
|
+
"name": "foundationAccordionShadowOptions",
|
|
1380
|
+
"module": "src/accordion/accordion.ts"
|
|
1381
|
+
}
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "js",
|
|
1385
|
+
"name": "defaultAccordionConfig",
|
|
1386
|
+
"declaration": {
|
|
1387
|
+
"name": "defaultAccordionConfig",
|
|
1388
|
+
"module": "src/accordion/accordion.ts"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "foundationAccordion",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "foundationAccordion",
|
|
1396
|
+
"module": "src/accordion/accordion.ts"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "javascript-module",
|
|
1403
|
+
"path": "src/accordion/index.ts",
|
|
1404
|
+
"declarations": [],
|
|
1405
|
+
"exports": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./accordion.template"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./accordion.styles"
|
|
1420
|
+
}
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./accordion"
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
]
|
|
1431
|
+
},
|
|
1250
1432
|
{
|
|
1251
1433
|
"kind": "javascript-module",
|
|
1252
1434
|
"path": "src/_config/index.ts",
|
|
@@ -1280,11 +1462,11 @@
|
|
|
1280
1462
|
},
|
|
1281
1463
|
{
|
|
1282
1464
|
"kind": "javascript-module",
|
|
1283
|
-
"path": "src/
|
|
1465
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1284
1466
|
"declarations": [
|
|
1285
1467
|
{
|
|
1286
1468
|
"kind": "function",
|
|
1287
|
-
"name": "
|
|
1469
|
+
"name": "actionsMenuBaseStyles",
|
|
1288
1470
|
"return": {
|
|
1289
1471
|
"type": {
|
|
1290
1472
|
"text": "ElementStyles"
|
|
@@ -1304,29 +1486,13 @@
|
|
|
1304
1486
|
}
|
|
1305
1487
|
}
|
|
1306
1488
|
]
|
|
1307
|
-
}
|
|
1308
|
-
],
|
|
1309
|
-
"exports": [
|
|
1310
|
-
{
|
|
1311
|
-
"kind": "js",
|
|
1312
|
-
"name": "foundationAccordionItemStyles",
|
|
1313
|
-
"declaration": {
|
|
1314
|
-
"name": "foundationAccordionItemStyles",
|
|
1315
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"kind": "javascript-module",
|
|
1322
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1323
|
-
"declarations": [
|
|
1489
|
+
},
|
|
1324
1490
|
{
|
|
1325
1491
|
"kind": "function",
|
|
1326
|
-
"name": "
|
|
1492
|
+
"name": "foundationActionsMenuStyles",
|
|
1327
1493
|
"return": {
|
|
1328
1494
|
"type": {
|
|
1329
|
-
"text": "
|
|
1495
|
+
"text": "ElementStyles"
|
|
1330
1496
|
}
|
|
1331
1497
|
},
|
|
1332
1498
|
"parameters": [
|
|
@@ -1348,118 +1514,270 @@
|
|
|
1348
1514
|
"exports": [
|
|
1349
1515
|
{
|
|
1350
1516
|
"kind": "js",
|
|
1351
|
-
"name": "
|
|
1517
|
+
"name": "actionsMenuBaseStyles",
|
|
1352
1518
|
"declaration": {
|
|
1353
|
-
"name": "
|
|
1354
|
-
"module": "src/
|
|
1519
|
+
"name": "actionsMenuBaseStyles",
|
|
1520
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"kind": "js",
|
|
1525
|
+
"name": "foundationActionsMenuStyles",
|
|
1526
|
+
"declaration": {
|
|
1527
|
+
"name": "foundationActionsMenuStyles",
|
|
1528
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1355
1529
|
}
|
|
1356
1530
|
}
|
|
1357
1531
|
]
|
|
1358
1532
|
},
|
|
1359
1533
|
{
|
|
1360
1534
|
"kind": "javascript-module",
|
|
1361
|
-
"path": "src/
|
|
1535
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1362
1536
|
"declarations": [
|
|
1363
1537
|
{
|
|
1364
|
-
"kind": "
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1367
|
-
"superclass": {
|
|
1368
|
-
"name": "FASTAccordionItem",
|
|
1369
|
-
"package": "@microsoft/fast-components"
|
|
1370
|
-
},
|
|
1371
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1372
|
-
"customElement": true,
|
|
1373
|
-
"attributes": [
|
|
1538
|
+
"kind": "function",
|
|
1539
|
+
"name": "menuTemplate",
|
|
1540
|
+
"parameters": [
|
|
1374
1541
|
{
|
|
1375
|
-
"name": "
|
|
1542
|
+
"name": "prefix",
|
|
1376
1543
|
"type": {
|
|
1377
|
-
"text": "
|
|
1378
|
-
},
|
|
1379
|
-
"default": "2",
|
|
1380
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1381
|
-
"fieldName": "headinglevel",
|
|
1382
|
-
"inheritedFrom": {
|
|
1383
|
-
"name": "AccordionItem",
|
|
1384
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1544
|
+
"text": "string"
|
|
1385
1545
|
}
|
|
1386
|
-
}
|
|
1546
|
+
}
|
|
1547
|
+
]
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"kind": "function",
|
|
1551
|
+
"name": "singleOptionTemplate",
|
|
1552
|
+
"parameters": [
|
|
1387
1553
|
{
|
|
1554
|
+
"name": "prefix",
|
|
1555
|
+
"type": {
|
|
1556
|
+
"text": "string"
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
]
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
"kind": "variable",
|
|
1563
|
+
"name": "foundationActionsMenuTemplate",
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1566
|
+
},
|
|
1567
|
+
"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`"
|
|
1568
|
+
}
|
|
1569
|
+
],
|
|
1570
|
+
"exports": [
|
|
1571
|
+
{
|
|
1572
|
+
"kind": "js",
|
|
1573
|
+
"name": "menuTemplate",
|
|
1574
|
+
"declaration": {
|
|
1575
|
+
"name": "menuTemplate",
|
|
1576
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1577
|
+
}
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"kind": "js",
|
|
1581
|
+
"name": "singleOptionTemplate",
|
|
1582
|
+
"declaration": {
|
|
1583
|
+
"name": "singleOptionTemplate",
|
|
1584
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"kind": "js",
|
|
1589
|
+
"name": "foundationActionsMenuTemplate",
|
|
1590
|
+
"declaration": {
|
|
1591
|
+
"name": "foundationActionsMenuTemplate",
|
|
1592
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"kind": "javascript-module",
|
|
1599
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1600
|
+
"declarations": [
|
|
1601
|
+
{
|
|
1602
|
+
"kind": "class",
|
|
1603
|
+
"description": "",
|
|
1604
|
+
"name": "ActionsMenu",
|
|
1605
|
+
"members": [
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "field",
|
|
1608
|
+
"name": "actions",
|
|
1609
|
+
"type": {
|
|
1610
|
+
"text": "ActionMenuItem[]"
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "field",
|
|
1615
|
+
"name": "isVertical",
|
|
1388
1616
|
"type": {
|
|
1389
1617
|
"text": "boolean"
|
|
1390
1618
|
},
|
|
1391
|
-
"default": "false"
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
"
|
|
1395
|
-
|
|
1396
|
-
|
|
1619
|
+
"default": "false"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "field",
|
|
1623
|
+
"name": "addDefaultActions",
|
|
1624
|
+
"type": {
|
|
1625
|
+
"text": "boolean"
|
|
1626
|
+
},
|
|
1627
|
+
"default": "true"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"kind": "field",
|
|
1631
|
+
"name": "autoCloseOnAction",
|
|
1632
|
+
"type": {
|
|
1633
|
+
"text": "boolean"
|
|
1634
|
+
},
|
|
1635
|
+
"default": "true"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
"kind": "field",
|
|
1639
|
+
"name": "classNames",
|
|
1640
|
+
"type": {
|
|
1641
|
+
"text": "string"
|
|
1397
1642
|
}
|
|
1398
1643
|
},
|
|
1399
1644
|
{
|
|
1400
|
-
"
|
|
1645
|
+
"kind": "field",
|
|
1646
|
+
"name": "definition",
|
|
1647
|
+
"type": {
|
|
1648
|
+
"text": "any"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "field",
|
|
1653
|
+
"name": "name",
|
|
1401
1654
|
"type": {
|
|
1402
1655
|
"text": "string"
|
|
1403
1656
|
},
|
|
1404
|
-
"
|
|
1405
|
-
|
|
1406
|
-
"inheritedFrom": {
|
|
1407
|
-
"name": "AccordionItem",
|
|
1408
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1409
|
-
}
|
|
1410
|
-
}
|
|
1411
|
-
],
|
|
1412
|
-
"members": [
|
|
1657
|
+
"default": "'Actions'"
|
|
1658
|
+
},
|
|
1413
1659
|
{
|
|
1414
1660
|
"kind": "field",
|
|
1415
|
-
"name": "
|
|
1661
|
+
"name": "open",
|
|
1416
1662
|
"type": {
|
|
1417
|
-
"text": "
|
|
1663
|
+
"text": "boolean"
|
|
1418
1664
|
},
|
|
1419
|
-
"
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
"
|
|
1423
|
-
|
|
1424
|
-
|
|
1665
|
+
"default": "false"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "field",
|
|
1669
|
+
"name": "buttonAppearance",
|
|
1670
|
+
"type": {
|
|
1671
|
+
"text": "string"
|
|
1425
1672
|
}
|
|
1426
1673
|
},
|
|
1427
1674
|
{
|
|
1428
1675
|
"kind": "field",
|
|
1429
|
-
"name": "
|
|
1676
|
+
"name": "hideDisabled",
|
|
1430
1677
|
"type": {
|
|
1431
1678
|
"text": "boolean"
|
|
1432
1679
|
},
|
|
1433
|
-
"
|
|
1434
|
-
"default": "false",
|
|
1435
|
-
"description": "Expands or collapses the item.",
|
|
1436
|
-
"inheritedFrom": {
|
|
1437
|
-
"name": "AccordionItem",
|
|
1438
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1439
|
-
}
|
|
1680
|
+
"default": "false"
|
|
1440
1681
|
},
|
|
1441
1682
|
{
|
|
1442
1683
|
"kind": "field",
|
|
1443
|
-
"name": "
|
|
1684
|
+
"name": "hideMenuSingleOption",
|
|
1444
1685
|
"type": {
|
|
1445
|
-
"text": "
|
|
1686
|
+
"text": "boolean"
|
|
1446
1687
|
},
|
|
1447
|
-
"
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1688
|
+
"default": "false"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"kind": "field",
|
|
1692
|
+
"name": "singleOption",
|
|
1693
|
+
"type": {
|
|
1694
|
+
"text": "ActionMenuItem"
|
|
1452
1695
|
}
|
|
1453
1696
|
},
|
|
1454
1697
|
{
|
|
1455
1698
|
"kind": "field",
|
|
1456
|
-
"name": "
|
|
1457
|
-
"
|
|
1458
|
-
|
|
1459
|
-
"name": "AccordionItem",
|
|
1460
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1699
|
+
"name": "actionsMenu",
|
|
1700
|
+
"type": {
|
|
1701
|
+
"text": "HTMLElement"
|
|
1461
1702
|
}
|
|
1462
1703
|
},
|
|
1704
|
+
{
|
|
1705
|
+
"kind": "method",
|
|
1706
|
+
"name": "definitionChanged",
|
|
1707
|
+
"privacy": "protected",
|
|
1708
|
+
"parameters": [
|
|
1709
|
+
{
|
|
1710
|
+
"name": "oldValue",
|
|
1711
|
+
"type": {
|
|
1712
|
+
"text": "any"
|
|
1713
|
+
}
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"name": "newValue",
|
|
1717
|
+
"type": {
|
|
1718
|
+
"text": "any"
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
]
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"kind": "method",
|
|
1725
|
+
"name": "openChanged",
|
|
1726
|
+
"privacy": "protected"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "method",
|
|
1730
|
+
"name": "toggleActionsMenuVisibility"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"kind": "method",
|
|
1734
|
+
"name": "onActionMenuItemClick",
|
|
1735
|
+
"parameters": [
|
|
1736
|
+
{
|
|
1737
|
+
"name": "callback",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "(rowData) => void | any"
|
|
1740
|
+
}
|
|
1741
|
+
}
|
|
1742
|
+
]
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"kind": "field",
|
|
1746
|
+
"name": "allActions",
|
|
1747
|
+
"type": {
|
|
1748
|
+
"text": "ActionMenuItem[]"
|
|
1749
|
+
},
|
|
1750
|
+
"readonly": true
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "field",
|
|
1754
|
+
"name": "rowData",
|
|
1755
|
+
"readonly": true
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"kind": "method",
|
|
1759
|
+
"name": "getLabel",
|
|
1760
|
+
"parameters": [
|
|
1761
|
+
{
|
|
1762
|
+
"name": "name",
|
|
1763
|
+
"type": {
|
|
1764
|
+
"text": "string | ((rowData: any) => string)"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "method",
|
|
1771
|
+
"name": "getTemplate",
|
|
1772
|
+
"parameters": [
|
|
1773
|
+
{
|
|
1774
|
+
"name": "prefix",
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "string"
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
1780
|
+
},
|
|
1463
1781
|
{
|
|
1464
1782
|
"kind": "field",
|
|
1465
1783
|
"name": "_presentation",
|
|
@@ -1572,78 +1890,107 @@
|
|
|
1572
1890
|
}
|
|
1573
1891
|
}
|
|
1574
1892
|
],
|
|
1575
|
-
"
|
|
1893
|
+
"attributes": [
|
|
1576
1894
|
{
|
|
1577
|
-
"
|
|
1578
|
-
"
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1895
|
+
"name": "is-vertical",
|
|
1896
|
+
"type": {
|
|
1897
|
+
"text": "boolean"
|
|
1898
|
+
},
|
|
1899
|
+
"default": "false",
|
|
1900
|
+
"fieldName": "isVertical"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "add-default-actions",
|
|
1904
|
+
"type": {
|
|
1905
|
+
"text": "boolean"
|
|
1906
|
+
},
|
|
1907
|
+
"default": "true",
|
|
1908
|
+
"fieldName": "addDefaultActions"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "auto-close-on-action",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "boolean"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "true",
|
|
1916
|
+
"fieldName": "autoCloseOnAction"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"name": "name",
|
|
1920
|
+
"type": {
|
|
1921
|
+
"text": "string"
|
|
1922
|
+
},
|
|
1923
|
+
"default": "'Actions'",
|
|
1924
|
+
"fieldName": "name"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "open",
|
|
1928
|
+
"type": {
|
|
1929
|
+
"text": "boolean"
|
|
1930
|
+
},
|
|
1931
|
+
"default": "false",
|
|
1932
|
+
"fieldName": "open"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"name": "buttonAppearance",
|
|
1936
|
+
"type": {
|
|
1937
|
+
"text": "string"
|
|
1938
|
+
},
|
|
1939
|
+
"fieldName": "buttonAppearance"
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"name": "hide-disabled",
|
|
1943
|
+
"type": {
|
|
1944
|
+
"text": "boolean"
|
|
1945
|
+
},
|
|
1946
|
+
"default": "false",
|
|
1947
|
+
"fieldName": "hideDisabled"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"name": "hide-menu-single-option",
|
|
1951
|
+
"type": {
|
|
1952
|
+
"text": "boolean"
|
|
1953
|
+
},
|
|
1954
|
+
"default": "false",
|
|
1955
|
+
"fieldName": "hideMenuSingleOption"
|
|
1956
|
+
}
|
|
1957
|
+
],
|
|
1958
|
+
"superclass": {
|
|
1959
|
+
"name": "FoundationElement",
|
|
1960
|
+
"package": "@microsoft/fast-foundation"
|
|
1599
1961
|
},
|
|
1600
|
-
"
|
|
1962
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1963
|
+
"customElement": true
|
|
1601
1964
|
},
|
|
1602
1965
|
{
|
|
1603
1966
|
"kind": "variable",
|
|
1604
|
-
"name": "
|
|
1605
|
-
"description": "The Foundation
|
|
1967
|
+
"name": "foundationActionsMenu",
|
|
1968
|
+
"description": "The Foundation Actions Menu",
|
|
1606
1969
|
"privacy": "public"
|
|
1607
1970
|
}
|
|
1608
1971
|
],
|
|
1609
1972
|
"exports": [
|
|
1610
1973
|
{
|
|
1611
1974
|
"kind": "js",
|
|
1612
|
-
"name": "
|
|
1613
|
-
"declaration": {
|
|
1614
|
-
"name": "AccordionItem",
|
|
1615
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1616
|
-
}
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"kind": "js",
|
|
1620
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1621
|
-
"declaration": {
|
|
1622
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1623
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1624
|
-
}
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"kind": "js",
|
|
1628
|
-
"name": "defaultAccordionItemConfig",
|
|
1975
|
+
"name": "ActionsMenu",
|
|
1629
1976
|
"declaration": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/
|
|
1977
|
+
"name": "ActionsMenu",
|
|
1978
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1632
1979
|
}
|
|
1633
1980
|
},
|
|
1634
1981
|
{
|
|
1635
1982
|
"kind": "js",
|
|
1636
|
-
"name": "
|
|
1983
|
+
"name": "foundationActionsMenu",
|
|
1637
1984
|
"declaration": {
|
|
1638
|
-
"name": "
|
|
1639
|
-
"module": "src/
|
|
1985
|
+
"name": "foundationActionsMenu",
|
|
1986
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1640
1987
|
}
|
|
1641
1988
|
}
|
|
1642
1989
|
]
|
|
1643
1990
|
},
|
|
1644
1991
|
{
|
|
1645
1992
|
"kind": "javascript-module",
|
|
1646
|
-
"path": "src/
|
|
1993
|
+
"path": "src/actions-menu/index.ts",
|
|
1647
1994
|
"declarations": [],
|
|
1648
1995
|
"exports": [
|
|
1649
1996
|
{
|
|
@@ -1651,7 +1998,7 @@
|
|
|
1651
1998
|
"name": "*",
|
|
1652
1999
|
"declaration": {
|
|
1653
2000
|
"name": "*",
|
|
1654
|
-
"package": "./
|
|
2001
|
+
"package": "./actions-menu.styles"
|
|
1655
2002
|
}
|
|
1656
2003
|
},
|
|
1657
2004
|
{
|
|
@@ -1659,7 +2006,7 @@
|
|
|
1659
2006
|
"name": "*",
|
|
1660
2007
|
"declaration": {
|
|
1661
2008
|
"name": "*",
|
|
1662
|
-
"package": "./
|
|
2009
|
+
"package": "./actions-menu.template"
|
|
1663
2010
|
}
|
|
1664
2011
|
},
|
|
1665
2012
|
{
|
|
@@ -1667,18 +2014,18 @@
|
|
|
1667
2014
|
"name": "*",
|
|
1668
2015
|
"declaration": {
|
|
1669
2016
|
"name": "*",
|
|
1670
|
-
"package": "./
|
|
2017
|
+
"package": "./actions-menu"
|
|
1671
2018
|
}
|
|
1672
2019
|
}
|
|
1673
2020
|
]
|
|
1674
2021
|
},
|
|
1675
2022
|
{
|
|
1676
2023
|
"kind": "javascript-module",
|
|
1677
|
-
"path": "src/
|
|
2024
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1678
2025
|
"declarations": [
|
|
1679
2026
|
{
|
|
1680
2027
|
"kind": "function",
|
|
1681
|
-
"name": "
|
|
2028
|
+
"name": "foundationAnchorStyles",
|
|
1682
2029
|
"return": {
|
|
1683
2030
|
"type": {
|
|
1684
2031
|
"text": "ElementStyles"
|
|
@@ -1703,24 +2050,24 @@
|
|
|
1703
2050
|
"exports": [
|
|
1704
2051
|
{
|
|
1705
2052
|
"kind": "js",
|
|
1706
|
-
"name": "
|
|
2053
|
+
"name": "foundationAnchorStyles",
|
|
1707
2054
|
"declaration": {
|
|
1708
|
-
"name": "
|
|
1709
|
-
"module": "src/
|
|
2055
|
+
"name": "foundationAnchorStyles",
|
|
2056
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1710
2057
|
}
|
|
1711
2058
|
}
|
|
1712
2059
|
]
|
|
1713
2060
|
},
|
|
1714
2061
|
{
|
|
1715
2062
|
"kind": "javascript-module",
|
|
1716
|
-
"path": "src/
|
|
2063
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1717
2064
|
"declarations": [
|
|
1718
2065
|
{
|
|
1719
2066
|
"kind": "function",
|
|
1720
|
-
"name": "
|
|
2067
|
+
"name": "foundationAnchorTemplate",
|
|
1721
2068
|
"return": {
|
|
1722
2069
|
"type": {
|
|
1723
|
-
"text": "ViewTemplate<
|
|
2070
|
+
"text": "ViewTemplate<Anchor>"
|
|
1724
2071
|
}
|
|
1725
2072
|
},
|
|
1726
2073
|
"parameters": [
|
|
@@ -1742,770 +2089,29 @@
|
|
|
1742
2089
|
"exports": [
|
|
1743
2090
|
{
|
|
1744
2091
|
"kind": "js",
|
|
1745
|
-
"name": "
|
|
2092
|
+
"name": "foundationAnchorTemplate",
|
|
1746
2093
|
"declaration": {
|
|
1747
|
-
"name": "
|
|
1748
|
-
"module": "src/
|
|
2094
|
+
"name": "foundationAnchorTemplate",
|
|
2095
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1749
2096
|
}
|
|
1750
2097
|
}
|
|
1751
2098
|
]
|
|
1752
2099
|
},
|
|
1753
2100
|
{
|
|
1754
2101
|
"kind": "javascript-module",
|
|
1755
|
-
"path": "src/
|
|
2102
|
+
"path": "src/anchor/anchor.ts",
|
|
1756
2103
|
"declarations": [
|
|
1757
2104
|
{
|
|
1758
2105
|
"kind": "class",
|
|
1759
2106
|
"description": "",
|
|
1760
|
-
"name": "
|
|
2107
|
+
"name": "Anchor",
|
|
1761
2108
|
"superclass": {
|
|
1762
|
-
"name": "
|
|
1763
|
-
"package": "@microsoft/fast-
|
|
1764
|
-
},
|
|
1765
|
-
"tagName": "%%prefix%%-accordion",
|
|
1766
|
-
"customElement": true
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"kind": "variable",
|
|
1770
|
-
"name": "foundationAccordionShadowOptions",
|
|
1771
|
-
"type": {
|
|
1772
|
-
"text": "ShadowRootInit"
|
|
1773
|
-
},
|
|
1774
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"kind": "variable",
|
|
1778
|
-
"name": "defaultAccordionConfig",
|
|
1779
|
-
"type": {
|
|
1780
|
-
"text": "object"
|
|
1781
|
-
},
|
|
1782
|
-
"default": "{}"
|
|
1783
|
-
},
|
|
1784
|
-
{
|
|
1785
|
-
"kind": "variable",
|
|
1786
|
-
"name": "foundationAccordion",
|
|
1787
|
-
"description": "The Foundation Accordion",
|
|
1788
|
-
"privacy": "public"
|
|
1789
|
-
}
|
|
1790
|
-
],
|
|
1791
|
-
"exports": [
|
|
1792
|
-
{
|
|
1793
|
-
"kind": "js",
|
|
1794
|
-
"name": "Accordion",
|
|
1795
|
-
"declaration": {
|
|
1796
|
-
"name": "Accordion",
|
|
1797
|
-
"module": "src/accordion/accordion.ts"
|
|
1798
|
-
}
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"kind": "js",
|
|
1802
|
-
"name": "foundationAccordionShadowOptions",
|
|
1803
|
-
"declaration": {
|
|
1804
|
-
"name": "foundationAccordionShadowOptions",
|
|
1805
|
-
"module": "src/accordion/accordion.ts"
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"kind": "js",
|
|
1810
|
-
"name": "defaultAccordionConfig",
|
|
1811
|
-
"declaration": {
|
|
1812
|
-
"name": "defaultAccordionConfig",
|
|
1813
|
-
"module": "src/accordion/accordion.ts"
|
|
1814
|
-
}
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "js",
|
|
1818
|
-
"name": "foundationAccordion",
|
|
1819
|
-
"declaration": {
|
|
1820
|
-
"name": "foundationAccordion",
|
|
1821
|
-
"module": "src/accordion/accordion.ts"
|
|
1822
|
-
}
|
|
1823
|
-
}
|
|
1824
|
-
]
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"kind": "javascript-module",
|
|
1828
|
-
"path": "src/accordion/index.ts",
|
|
1829
|
-
"declarations": [],
|
|
1830
|
-
"exports": [
|
|
1831
|
-
{
|
|
1832
|
-
"kind": "js",
|
|
1833
|
-
"name": "*",
|
|
1834
|
-
"declaration": {
|
|
1835
|
-
"name": "*",
|
|
1836
|
-
"package": "./accordion.template"
|
|
1837
|
-
}
|
|
1838
|
-
},
|
|
1839
|
-
{
|
|
1840
|
-
"kind": "js",
|
|
1841
|
-
"name": "*",
|
|
1842
|
-
"declaration": {
|
|
1843
|
-
"name": "*",
|
|
1844
|
-
"package": "./accordion.styles"
|
|
1845
|
-
}
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"kind": "js",
|
|
1849
|
-
"name": "*",
|
|
1850
|
-
"declaration": {
|
|
1851
|
-
"name": "*",
|
|
1852
|
-
"package": "./accordion"
|
|
1853
|
-
}
|
|
1854
|
-
}
|
|
1855
|
-
]
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"kind": "javascript-module",
|
|
1859
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1860
|
-
"declarations": [
|
|
1861
|
-
{
|
|
1862
|
-
"kind": "function",
|
|
1863
|
-
"name": "actionsMenuBaseStyles",
|
|
1864
|
-
"return": {
|
|
1865
|
-
"type": {
|
|
1866
|
-
"text": "ElementStyles"
|
|
1867
|
-
}
|
|
2109
|
+
"name": "FASTAnchor",
|
|
2110
|
+
"package": "@microsoft/fast-components"
|
|
1868
2111
|
},
|
|
1869
|
-
"
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
"type": {
|
|
1873
|
-
"text": "ElementDefinitionContext"
|
|
1874
|
-
}
|
|
1875
|
-
},
|
|
1876
|
-
{
|
|
1877
|
-
"name": "definition",
|
|
1878
|
-
"type": {
|
|
1879
|
-
"text": "FoundationElementDefinition"
|
|
1880
|
-
}
|
|
1881
|
-
}
|
|
1882
|
-
]
|
|
1883
|
-
},
|
|
1884
|
-
{
|
|
1885
|
-
"kind": "function",
|
|
1886
|
-
"name": "foundationActionsMenuStyles",
|
|
1887
|
-
"return": {
|
|
1888
|
-
"type": {
|
|
1889
|
-
"text": "ElementStyles"
|
|
1890
|
-
}
|
|
1891
|
-
},
|
|
1892
|
-
"parameters": [
|
|
1893
|
-
{
|
|
1894
|
-
"name": "context",
|
|
1895
|
-
"type": {
|
|
1896
|
-
"text": "ElementDefinitionContext"
|
|
1897
|
-
}
|
|
1898
|
-
},
|
|
1899
|
-
{
|
|
1900
|
-
"name": "definition",
|
|
1901
|
-
"type": {
|
|
1902
|
-
"text": "FoundationElementDefinition"
|
|
1903
|
-
}
|
|
1904
|
-
}
|
|
1905
|
-
]
|
|
1906
|
-
}
|
|
1907
|
-
],
|
|
1908
|
-
"exports": [
|
|
1909
|
-
{
|
|
1910
|
-
"kind": "js",
|
|
1911
|
-
"name": "actionsMenuBaseStyles",
|
|
1912
|
-
"declaration": {
|
|
1913
|
-
"name": "actionsMenuBaseStyles",
|
|
1914
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1915
|
-
}
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"kind": "js",
|
|
1919
|
-
"name": "foundationActionsMenuStyles",
|
|
1920
|
-
"declaration": {
|
|
1921
|
-
"name": "foundationActionsMenuStyles",
|
|
1922
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1923
|
-
}
|
|
1924
|
-
}
|
|
1925
|
-
]
|
|
1926
|
-
},
|
|
1927
|
-
{
|
|
1928
|
-
"kind": "javascript-module",
|
|
1929
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1930
|
-
"declarations": [
|
|
1931
|
-
{
|
|
1932
|
-
"kind": "function",
|
|
1933
|
-
"name": "menuTemplate",
|
|
1934
|
-
"parameters": [
|
|
1935
|
-
{
|
|
1936
|
-
"name": "prefix",
|
|
1937
|
-
"type": {
|
|
1938
|
-
"text": "string"
|
|
1939
|
-
}
|
|
1940
|
-
}
|
|
1941
|
-
]
|
|
1942
|
-
},
|
|
1943
|
-
{
|
|
1944
|
-
"kind": "function",
|
|
1945
|
-
"name": "singleOptionTemplate",
|
|
1946
|
-
"parameters": [
|
|
1947
|
-
{
|
|
1948
|
-
"name": "prefix",
|
|
1949
|
-
"type": {
|
|
1950
|
-
"text": "string"
|
|
1951
|
-
}
|
|
1952
|
-
}
|
|
1953
|
-
]
|
|
1954
|
-
},
|
|
1955
|
-
{
|
|
1956
|
-
"kind": "variable",
|
|
1957
|
-
"name": "foundationActionsMenuTemplate",
|
|
1958
|
-
"type": {
|
|
1959
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1960
|
-
},
|
|
1961
|
-
"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`"
|
|
1962
|
-
}
|
|
1963
|
-
],
|
|
1964
|
-
"exports": [
|
|
1965
|
-
{
|
|
1966
|
-
"kind": "js",
|
|
1967
|
-
"name": "menuTemplate",
|
|
1968
|
-
"declaration": {
|
|
1969
|
-
"name": "menuTemplate",
|
|
1970
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1971
|
-
}
|
|
1972
|
-
},
|
|
1973
|
-
{
|
|
1974
|
-
"kind": "js",
|
|
1975
|
-
"name": "singleOptionTemplate",
|
|
1976
|
-
"declaration": {
|
|
1977
|
-
"name": "singleOptionTemplate",
|
|
1978
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1979
|
-
}
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"kind": "js",
|
|
1983
|
-
"name": "foundationActionsMenuTemplate",
|
|
1984
|
-
"declaration": {
|
|
1985
|
-
"name": "foundationActionsMenuTemplate",
|
|
1986
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
]
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "javascript-module",
|
|
1993
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
1994
|
-
"declarations": [
|
|
1995
|
-
{
|
|
1996
|
-
"kind": "class",
|
|
1997
|
-
"description": "",
|
|
1998
|
-
"name": "ActionsMenu",
|
|
1999
|
-
"members": [
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "field",
|
|
2002
|
-
"name": "actions",
|
|
2003
|
-
"type": {
|
|
2004
|
-
"text": "ActionMenuItem[]"
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
"kind": "field",
|
|
2009
|
-
"name": "isVertical",
|
|
2010
|
-
"type": {
|
|
2011
|
-
"text": "boolean"
|
|
2012
|
-
},
|
|
2013
|
-
"default": "false"
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"kind": "field",
|
|
2017
|
-
"name": "addDefaultActions",
|
|
2018
|
-
"type": {
|
|
2019
|
-
"text": "boolean"
|
|
2020
|
-
},
|
|
2021
|
-
"default": "true"
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"kind": "field",
|
|
2025
|
-
"name": "autoCloseOnAction",
|
|
2026
|
-
"type": {
|
|
2027
|
-
"text": "boolean"
|
|
2028
|
-
},
|
|
2029
|
-
"default": "true"
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "field",
|
|
2033
|
-
"name": "classNames",
|
|
2034
|
-
"type": {
|
|
2035
|
-
"text": "string"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"kind": "field",
|
|
2040
|
-
"name": "definition",
|
|
2041
|
-
"type": {
|
|
2042
|
-
"text": "any"
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
{
|
|
2046
|
-
"kind": "field",
|
|
2047
|
-
"name": "name",
|
|
2048
|
-
"type": {
|
|
2049
|
-
"text": "string"
|
|
2050
|
-
},
|
|
2051
|
-
"default": "'Actions'"
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"kind": "field",
|
|
2055
|
-
"name": "open",
|
|
2056
|
-
"type": {
|
|
2057
|
-
"text": "boolean"
|
|
2058
|
-
},
|
|
2059
|
-
"default": "false"
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"kind": "field",
|
|
2063
|
-
"name": "buttonAppearance",
|
|
2064
|
-
"type": {
|
|
2065
|
-
"text": "string"
|
|
2066
|
-
}
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"kind": "field",
|
|
2070
|
-
"name": "hideDisabled",
|
|
2071
|
-
"type": {
|
|
2072
|
-
"text": "boolean"
|
|
2073
|
-
},
|
|
2074
|
-
"default": "false"
|
|
2075
|
-
},
|
|
2076
|
-
{
|
|
2077
|
-
"kind": "field",
|
|
2078
|
-
"name": "hideMenuSingleOption",
|
|
2079
|
-
"type": {
|
|
2080
|
-
"text": "boolean"
|
|
2081
|
-
},
|
|
2082
|
-
"default": "false"
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"kind": "field",
|
|
2086
|
-
"name": "singleOption",
|
|
2087
|
-
"type": {
|
|
2088
|
-
"text": "ActionMenuItem"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"kind": "field",
|
|
2093
|
-
"name": "actionsMenu",
|
|
2094
|
-
"type": {
|
|
2095
|
-
"text": "HTMLElement"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"kind": "method",
|
|
2100
|
-
"name": "definitionChanged",
|
|
2101
|
-
"privacy": "protected",
|
|
2102
|
-
"parameters": [
|
|
2103
|
-
{
|
|
2104
|
-
"name": "oldValue",
|
|
2105
|
-
"type": {
|
|
2106
|
-
"text": "any"
|
|
2107
|
-
}
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"name": "newValue",
|
|
2111
|
-
"type": {
|
|
2112
|
-
"text": "any"
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
]
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
"kind": "method",
|
|
2119
|
-
"name": "openChanged",
|
|
2120
|
-
"privacy": "protected"
|
|
2121
|
-
},
|
|
2122
|
-
{
|
|
2123
|
-
"kind": "method",
|
|
2124
|
-
"name": "toggleActionsMenuVisibility"
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"kind": "method",
|
|
2128
|
-
"name": "onActionMenuItemClick",
|
|
2129
|
-
"parameters": [
|
|
2130
|
-
{
|
|
2131
|
-
"name": "callback",
|
|
2132
|
-
"type": {
|
|
2133
|
-
"text": "(rowData) => void | any"
|
|
2134
|
-
}
|
|
2135
|
-
}
|
|
2136
|
-
]
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"kind": "field",
|
|
2140
|
-
"name": "allActions",
|
|
2141
|
-
"type": {
|
|
2142
|
-
"text": "ActionMenuItem[]"
|
|
2143
|
-
},
|
|
2144
|
-
"readonly": true
|
|
2145
|
-
},
|
|
2146
|
-
{
|
|
2147
|
-
"kind": "field",
|
|
2148
|
-
"name": "rowData",
|
|
2149
|
-
"readonly": true
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
"kind": "method",
|
|
2153
|
-
"name": "getLabel",
|
|
2154
|
-
"parameters": [
|
|
2155
|
-
{
|
|
2156
|
-
"name": "name",
|
|
2157
|
-
"type": {
|
|
2158
|
-
"text": "string | ((rowData: any) => string)"
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2161
|
-
]
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
"kind": "method",
|
|
2165
|
-
"name": "getTemplate",
|
|
2166
|
-
"parameters": [
|
|
2167
|
-
{
|
|
2168
|
-
"name": "prefix",
|
|
2169
|
-
"type": {
|
|
2170
|
-
"text": "string"
|
|
2171
|
-
}
|
|
2172
|
-
}
|
|
2173
|
-
]
|
|
2174
|
-
},
|
|
2175
|
-
{
|
|
2176
|
-
"kind": "field",
|
|
2177
|
-
"name": "_presentation",
|
|
2178
|
-
"type": {
|
|
2179
|
-
"text": "ComponentPresentation | null | undefined"
|
|
2180
|
-
},
|
|
2181
|
-
"privacy": "private",
|
|
2182
|
-
"default": "void 0",
|
|
2183
|
-
"inheritedFrom": {
|
|
2184
|
-
"name": "FoundationElement",
|
|
2185
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2186
|
-
}
|
|
2187
|
-
},
|
|
2188
|
-
{
|
|
2189
|
-
"kind": "field",
|
|
2190
|
-
"name": "$presentation",
|
|
2191
|
-
"type": {
|
|
2192
|
-
"text": "ComponentPresentation | null"
|
|
2193
|
-
},
|
|
2194
|
-
"privacy": "public",
|
|
2195
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2196
|
-
"inheritedFrom": {
|
|
2197
|
-
"name": "FoundationElement",
|
|
2198
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2199
|
-
}
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "field",
|
|
2203
|
-
"name": "template",
|
|
2204
|
-
"type": {
|
|
2205
|
-
"text": "ElementViewTemplate | void | null"
|
|
2206
|
-
},
|
|
2207
|
-
"privacy": "public",
|
|
2208
|
-
"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.",
|
|
2209
|
-
"inheritedFrom": {
|
|
2210
|
-
"name": "FoundationElement",
|
|
2211
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2212
|
-
}
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"kind": "method",
|
|
2216
|
-
"name": "templateChanged",
|
|
2217
|
-
"privacy": "protected",
|
|
2218
|
-
"return": {
|
|
2219
|
-
"type": {
|
|
2220
|
-
"text": "void"
|
|
2221
|
-
}
|
|
2222
|
-
},
|
|
2223
|
-
"inheritedFrom": {
|
|
2224
|
-
"name": "FoundationElement",
|
|
2225
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2226
|
-
}
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "field",
|
|
2230
|
-
"name": "styles",
|
|
2231
|
-
"type": {
|
|
2232
|
-
"text": "ElementStyles | void | null"
|
|
2233
|
-
},
|
|
2234
|
-
"privacy": "public",
|
|
2235
|
-
"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.",
|
|
2236
|
-
"inheritedFrom": {
|
|
2237
|
-
"name": "FoundationElement",
|
|
2238
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2239
|
-
}
|
|
2240
|
-
},
|
|
2241
|
-
{
|
|
2242
|
-
"kind": "method",
|
|
2243
|
-
"name": "stylesChanged",
|
|
2244
|
-
"privacy": "protected",
|
|
2245
|
-
"return": {
|
|
2246
|
-
"type": {
|
|
2247
|
-
"text": "void"
|
|
2248
|
-
}
|
|
2249
|
-
},
|
|
2250
|
-
"inheritedFrom": {
|
|
2251
|
-
"name": "FoundationElement",
|
|
2252
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"kind": "method",
|
|
2257
|
-
"name": "compose",
|
|
2258
|
-
"privacy": "public",
|
|
2259
|
-
"static": true,
|
|
2260
|
-
"return": {
|
|
2261
|
-
"type": {
|
|
2262
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2263
|
-
}
|
|
2264
|
-
},
|
|
2265
|
-
"parameters": [
|
|
2266
|
-
{
|
|
2267
|
-
"name": "this",
|
|
2268
|
-
"type": {
|
|
2269
|
-
"text": "K"
|
|
2270
|
-
}
|
|
2271
|
-
},
|
|
2272
|
-
{
|
|
2273
|
-
"name": "elementDefinition",
|
|
2274
|
-
"type": {
|
|
2275
|
-
"text": "T"
|
|
2276
|
-
},
|
|
2277
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2278
|
-
}
|
|
2279
|
-
],
|
|
2280
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2281
|
-
"inheritedFrom": {
|
|
2282
|
-
"name": "FoundationElement",
|
|
2283
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
2284
|
-
}
|
|
2285
|
-
}
|
|
2286
|
-
],
|
|
2287
|
-
"attributes": [
|
|
2288
|
-
{
|
|
2289
|
-
"name": "is-vertical",
|
|
2290
|
-
"type": {
|
|
2291
|
-
"text": "boolean"
|
|
2292
|
-
},
|
|
2293
|
-
"default": "false",
|
|
2294
|
-
"fieldName": "isVertical"
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"name": "add-default-actions",
|
|
2298
|
-
"type": {
|
|
2299
|
-
"text": "boolean"
|
|
2300
|
-
},
|
|
2301
|
-
"default": "true",
|
|
2302
|
-
"fieldName": "addDefaultActions"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "auto-close-on-action",
|
|
2306
|
-
"type": {
|
|
2307
|
-
"text": "boolean"
|
|
2308
|
-
},
|
|
2309
|
-
"default": "true",
|
|
2310
|
-
"fieldName": "autoCloseOnAction"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"name": "name",
|
|
2314
|
-
"type": {
|
|
2315
|
-
"text": "string"
|
|
2316
|
-
},
|
|
2317
|
-
"default": "'Actions'",
|
|
2318
|
-
"fieldName": "name"
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"name": "open",
|
|
2322
|
-
"type": {
|
|
2323
|
-
"text": "boolean"
|
|
2324
|
-
},
|
|
2325
|
-
"default": "false",
|
|
2326
|
-
"fieldName": "open"
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "buttonAppearance",
|
|
2330
|
-
"type": {
|
|
2331
|
-
"text": "string"
|
|
2332
|
-
},
|
|
2333
|
-
"fieldName": "buttonAppearance"
|
|
2334
|
-
},
|
|
2335
|
-
{
|
|
2336
|
-
"name": "hide-disabled",
|
|
2337
|
-
"type": {
|
|
2338
|
-
"text": "boolean"
|
|
2339
|
-
},
|
|
2340
|
-
"default": "false",
|
|
2341
|
-
"fieldName": "hideDisabled"
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
"name": "hide-menu-single-option",
|
|
2345
|
-
"type": {
|
|
2346
|
-
"text": "boolean"
|
|
2347
|
-
},
|
|
2348
|
-
"default": "false",
|
|
2349
|
-
"fieldName": "hideMenuSingleOption"
|
|
2350
|
-
}
|
|
2351
|
-
],
|
|
2352
|
-
"superclass": {
|
|
2353
|
-
"name": "FoundationElement",
|
|
2354
|
-
"package": "@microsoft/fast-foundation"
|
|
2355
|
-
},
|
|
2356
|
-
"tagName": "%%prefix%%-actions-menu",
|
|
2357
|
-
"customElement": true
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "variable",
|
|
2361
|
-
"name": "foundationActionsMenu",
|
|
2362
|
-
"description": "The Foundation Actions Menu",
|
|
2363
|
-
"privacy": "public"
|
|
2364
|
-
}
|
|
2365
|
-
],
|
|
2366
|
-
"exports": [
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "js",
|
|
2369
|
-
"name": "ActionsMenu",
|
|
2370
|
-
"declaration": {
|
|
2371
|
-
"name": "ActionsMenu",
|
|
2372
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2373
|
-
}
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"kind": "js",
|
|
2377
|
-
"name": "foundationActionsMenu",
|
|
2378
|
-
"declaration": {
|
|
2379
|
-
"name": "foundationActionsMenu",
|
|
2380
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
]
|
|
2384
|
-
},
|
|
2385
|
-
{
|
|
2386
|
-
"kind": "javascript-module",
|
|
2387
|
-
"path": "src/actions-menu/index.ts",
|
|
2388
|
-
"declarations": [],
|
|
2389
|
-
"exports": [
|
|
2390
|
-
{
|
|
2391
|
-
"kind": "js",
|
|
2392
|
-
"name": "*",
|
|
2393
|
-
"declaration": {
|
|
2394
|
-
"name": "*",
|
|
2395
|
-
"package": "./actions-menu.styles"
|
|
2396
|
-
}
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"kind": "js",
|
|
2400
|
-
"name": "*",
|
|
2401
|
-
"declaration": {
|
|
2402
|
-
"name": "*",
|
|
2403
|
-
"package": "./actions-menu.template"
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"kind": "js",
|
|
2408
|
-
"name": "*",
|
|
2409
|
-
"declaration": {
|
|
2410
|
-
"name": "*",
|
|
2411
|
-
"package": "./actions-menu"
|
|
2412
|
-
}
|
|
2413
|
-
}
|
|
2414
|
-
]
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"kind": "javascript-module",
|
|
2418
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
2419
|
-
"declarations": [
|
|
2420
|
-
{
|
|
2421
|
-
"kind": "function",
|
|
2422
|
-
"name": "foundationAnchorStyles",
|
|
2423
|
-
"return": {
|
|
2424
|
-
"type": {
|
|
2425
|
-
"text": "ElementStyles"
|
|
2426
|
-
}
|
|
2427
|
-
},
|
|
2428
|
-
"parameters": [
|
|
2429
|
-
{
|
|
2430
|
-
"name": "context",
|
|
2431
|
-
"type": {
|
|
2432
|
-
"text": "ElementDefinitionContext"
|
|
2433
|
-
}
|
|
2434
|
-
},
|
|
2435
|
-
{
|
|
2436
|
-
"name": "definition",
|
|
2437
|
-
"type": {
|
|
2438
|
-
"text": "FoundationElementDefinition"
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2441
|
-
]
|
|
2442
|
-
}
|
|
2443
|
-
],
|
|
2444
|
-
"exports": [
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "js",
|
|
2447
|
-
"name": "foundationAnchorStyles",
|
|
2448
|
-
"declaration": {
|
|
2449
|
-
"name": "foundationAnchorStyles",
|
|
2450
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
2451
|
-
}
|
|
2452
|
-
}
|
|
2453
|
-
]
|
|
2454
|
-
},
|
|
2455
|
-
{
|
|
2456
|
-
"kind": "javascript-module",
|
|
2457
|
-
"path": "src/anchor/anchor.template.ts",
|
|
2458
|
-
"declarations": [
|
|
2459
|
-
{
|
|
2460
|
-
"kind": "function",
|
|
2461
|
-
"name": "foundationAnchorTemplate",
|
|
2462
|
-
"return": {
|
|
2463
|
-
"type": {
|
|
2464
|
-
"text": "ViewTemplate<Anchor>"
|
|
2465
|
-
}
|
|
2466
|
-
},
|
|
2467
|
-
"parameters": [
|
|
2468
|
-
{
|
|
2469
|
-
"name": "context",
|
|
2470
|
-
"type": {
|
|
2471
|
-
"text": "ElementDefinitionContext"
|
|
2472
|
-
}
|
|
2473
|
-
},
|
|
2474
|
-
{
|
|
2475
|
-
"name": "definition",
|
|
2476
|
-
"type": {
|
|
2477
|
-
"text": "FoundationElementDefinition"
|
|
2478
|
-
}
|
|
2479
|
-
}
|
|
2480
|
-
]
|
|
2481
|
-
}
|
|
2482
|
-
],
|
|
2483
|
-
"exports": [
|
|
2484
|
-
{
|
|
2485
|
-
"kind": "js",
|
|
2486
|
-
"name": "foundationAnchorTemplate",
|
|
2487
|
-
"declaration": {
|
|
2488
|
-
"name": "foundationAnchorTemplate",
|
|
2489
|
-
"module": "src/anchor/anchor.template.ts"
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2492
|
-
]
|
|
2493
|
-
},
|
|
2494
|
-
{
|
|
2495
|
-
"kind": "javascript-module",
|
|
2496
|
-
"path": "src/anchor/anchor.ts",
|
|
2497
|
-
"declarations": [
|
|
2498
|
-
{
|
|
2499
|
-
"kind": "class",
|
|
2500
|
-
"description": "",
|
|
2501
|
-
"name": "Anchor",
|
|
2502
|
-
"superclass": {
|
|
2503
|
-
"name": "FASTAnchor",
|
|
2504
|
-
"package": "@microsoft/fast-components"
|
|
2505
|
-
},
|
|
2506
|
-
"tagName": "%%prefix%%-anchor",
|
|
2507
|
-
"customElement": true,
|
|
2508
|
-
"attributes": [
|
|
2112
|
+
"tagName": "%%prefix%%-anchor",
|
|
2113
|
+
"customElement": true,
|
|
2114
|
+
"attributes": [
|
|
2509
2115
|
{
|
|
2510
2116
|
"name": "download",
|
|
2511
2117
|
"type": {
|
|
@@ -4095,9 +3701,139 @@
|
|
|
4095
3701
|
},
|
|
4096
3702
|
{
|
|
4097
3703
|
"kind": "field",
|
|
4098
|
-
"name": "startObservers",
|
|
3704
|
+
"name": "startObservers",
|
|
3705
|
+
"privacy": "private",
|
|
3706
|
+
"description": "starts observers",
|
|
3707
|
+
"inheritedFrom": {
|
|
3708
|
+
"name": "AnchoredRegion",
|
|
3709
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"kind": "field",
|
|
3714
|
+
"name": "requestPositionUpdates",
|
|
3715
|
+
"privacy": "private",
|
|
3716
|
+
"description": "get position updates",
|
|
3717
|
+
"inheritedFrom": {
|
|
3718
|
+
"name": "AnchoredRegion",
|
|
3719
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3720
|
+
}
|
|
3721
|
+
},
|
|
3722
|
+
{
|
|
3723
|
+
"kind": "field",
|
|
3724
|
+
"name": "stopObservers",
|
|
3725
|
+
"privacy": "private",
|
|
3726
|
+
"description": "stops observers",
|
|
3727
|
+
"inheritedFrom": {
|
|
3728
|
+
"name": "AnchoredRegion",
|
|
3729
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3730
|
+
}
|
|
3731
|
+
},
|
|
3732
|
+
{
|
|
3733
|
+
"kind": "field",
|
|
3734
|
+
"name": "getViewport",
|
|
3735
|
+
"privacy": "private",
|
|
3736
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3737
|
+
"inheritedFrom": {
|
|
3738
|
+
"name": "AnchoredRegion",
|
|
3739
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "field",
|
|
3744
|
+
"name": "getAnchor",
|
|
3745
|
+
"privacy": "private",
|
|
3746
|
+
"description": "Gets the anchor element by id",
|
|
3747
|
+
"inheritedFrom": {
|
|
3748
|
+
"name": "AnchoredRegion",
|
|
3749
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3750
|
+
}
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"kind": "field",
|
|
3754
|
+
"name": "handleIntersection",
|
|
3755
|
+
"privacy": "private",
|
|
3756
|
+
"description": "Handle intersections",
|
|
3757
|
+
"inheritedFrom": {
|
|
3758
|
+
"name": "AnchoredRegion",
|
|
3759
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3760
|
+
}
|
|
3761
|
+
},
|
|
3762
|
+
{
|
|
3763
|
+
"kind": "field",
|
|
3764
|
+
"name": "applyIntersectionEntries",
|
|
3765
|
+
"privacy": "private",
|
|
3766
|
+
"description": "iterate through intersection entries and apply data",
|
|
3767
|
+
"inheritedFrom": {
|
|
3768
|
+
"name": "AnchoredRegion",
|
|
3769
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"kind": "field",
|
|
3774
|
+
"name": "updateRegionOffset",
|
|
3775
|
+
"privacy": "private",
|
|
3776
|
+
"description": "Update the offset values",
|
|
3777
|
+
"inheritedFrom": {
|
|
3778
|
+
"name": "AnchoredRegion",
|
|
3779
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "field",
|
|
3784
|
+
"name": "isRectDifferent",
|
|
3785
|
+
"privacy": "private",
|
|
3786
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3787
|
+
"inheritedFrom": {
|
|
3788
|
+
"name": "AnchoredRegion",
|
|
3789
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
{
|
|
3793
|
+
"kind": "field",
|
|
3794
|
+
"name": "handleResize",
|
|
3795
|
+
"privacy": "private",
|
|
3796
|
+
"description": "Handle resize events",
|
|
3797
|
+
"inheritedFrom": {
|
|
3798
|
+
"name": "AnchoredRegion",
|
|
3799
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3800
|
+
}
|
|
3801
|
+
},
|
|
3802
|
+
{
|
|
3803
|
+
"kind": "field",
|
|
3804
|
+
"name": "reset",
|
|
3805
|
+
"privacy": "private",
|
|
3806
|
+
"description": "resets the component",
|
|
3807
|
+
"inheritedFrom": {
|
|
3808
|
+
"name": "AnchoredRegion",
|
|
3809
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3810
|
+
}
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"kind": "field",
|
|
3814
|
+
"name": "updateLayout",
|
|
3815
|
+
"privacy": "private",
|
|
3816
|
+
"description": "Recalculate layout related state values",
|
|
3817
|
+
"inheritedFrom": {
|
|
3818
|
+
"name": "AnchoredRegion",
|
|
3819
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3820
|
+
}
|
|
3821
|
+
},
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "field",
|
|
3824
|
+
"name": "updateRegionStyle",
|
|
3825
|
+
"privacy": "private",
|
|
3826
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3827
|
+
"inheritedFrom": {
|
|
3828
|
+
"name": "AnchoredRegion",
|
|
3829
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3830
|
+
}
|
|
3831
|
+
},
|
|
3832
|
+
{
|
|
3833
|
+
"kind": "field",
|
|
3834
|
+
"name": "updatePositionClasses",
|
|
4099
3835
|
"privacy": "private",
|
|
4100
|
-
"description": "
|
|
3836
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4101
3837
|
"inheritedFrom": {
|
|
4102
3838
|
"name": "AnchoredRegion",
|
|
4103
3839
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4105,9 +3841,9 @@
|
|
|
4105
3841
|
},
|
|
4106
3842
|
{
|
|
4107
3843
|
"kind": "field",
|
|
4108
|
-
"name": "
|
|
3844
|
+
"name": "setHorizontalPosition",
|
|
4109
3845
|
"privacy": "private",
|
|
4110
|
-
"description": "
|
|
3846
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4111
3847
|
"inheritedFrom": {
|
|
4112
3848
|
"name": "AnchoredRegion",
|
|
4113
3849
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4115,9 +3851,9 @@
|
|
|
4115
3851
|
},
|
|
4116
3852
|
{
|
|
4117
3853
|
"kind": "field",
|
|
4118
|
-
"name": "
|
|
3854
|
+
"name": "setVerticalPosition",
|
|
4119
3855
|
"privacy": "private",
|
|
4120
|
-
"description": "
|
|
3856
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4121
3857
|
"inheritedFrom": {
|
|
4122
3858
|
"name": "AnchoredRegion",
|
|
4123
3859
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4125,9 +3861,9 @@
|
|
|
4125
3861
|
},
|
|
4126
3862
|
{
|
|
4127
3863
|
"kind": "field",
|
|
4128
|
-
"name": "
|
|
3864
|
+
"name": "getPositioningOptions",
|
|
4129
3865
|
"privacy": "private",
|
|
4130
|
-
"description": "
|
|
3866
|
+
"description": "Get available positions based on positioning mode",
|
|
4131
3867
|
"inheritedFrom": {
|
|
4132
3868
|
"name": "AnchoredRegion",
|
|
4133
3869
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4135,9 +3871,9 @@
|
|
|
4135
3871
|
},
|
|
4136
3872
|
{
|
|
4137
3873
|
"kind": "field",
|
|
4138
|
-
"name": "
|
|
3874
|
+
"name": "getAvailableSpace",
|
|
4139
3875
|
"privacy": "private",
|
|
4140
|
-
"description": "
|
|
3876
|
+
"description": "Get the space available for a particular relative position",
|
|
4141
3877
|
"inheritedFrom": {
|
|
4142
3878
|
"name": "AnchoredRegion",
|
|
4143
3879
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4145,9 +3881,9 @@
|
|
|
4145
3881
|
},
|
|
4146
3882
|
{
|
|
4147
3883
|
"kind": "field",
|
|
4148
|
-
"name": "
|
|
3884
|
+
"name": "getNextRegionDimension",
|
|
4149
3885
|
"privacy": "private",
|
|
4150
|
-
"description": "
|
|
3886
|
+
"description": "Get region dimensions",
|
|
4151
3887
|
"inheritedFrom": {
|
|
4152
3888
|
"name": "AnchoredRegion",
|
|
4153
3889
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4155,9 +3891,9 @@
|
|
|
4155
3891
|
},
|
|
4156
3892
|
{
|
|
4157
3893
|
"kind": "field",
|
|
4158
|
-
"name": "
|
|
3894
|
+
"name": "startAutoUpdateEventListeners",
|
|
4159
3895
|
"privacy": "private",
|
|
4160
|
-
"description": "
|
|
3896
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4161
3897
|
"inheritedFrom": {
|
|
4162
3898
|
"name": "AnchoredRegion",
|
|
4163
3899
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4165,9 +3901,9 @@
|
|
|
4165
3901
|
},
|
|
4166
3902
|
{
|
|
4167
3903
|
"kind": "field",
|
|
4168
|
-
"name": "
|
|
3904
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4169
3905
|
"privacy": "private",
|
|
4170
|
-
"description": "
|
|
3906
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4171
3907
|
"inheritedFrom": {
|
|
4172
3908
|
"name": "AnchoredRegion",
|
|
4173
3909
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4175,132 +3911,404 @@
|
|
|
4175
3911
|
},
|
|
4176
3912
|
{
|
|
4177
3913
|
"kind": "field",
|
|
4178
|
-
"name": "
|
|
3914
|
+
"name": "_presentation",
|
|
3915
|
+
"type": {
|
|
3916
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3917
|
+
},
|
|
4179
3918
|
"privacy": "private",
|
|
4180
|
-
"
|
|
3919
|
+
"default": "void 0",
|
|
4181
3920
|
"inheritedFrom": {
|
|
4182
|
-
"name": "
|
|
4183
|
-
"module": "src/
|
|
3921
|
+
"name": "FoundationElement",
|
|
3922
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4184
3923
|
}
|
|
4185
3924
|
},
|
|
4186
3925
|
{
|
|
4187
3926
|
"kind": "field",
|
|
4188
|
-
"name": "
|
|
4189
|
-
"
|
|
4190
|
-
|
|
3927
|
+
"name": "$presentation",
|
|
3928
|
+
"type": {
|
|
3929
|
+
"text": "ComponentPresentation | null"
|
|
3930
|
+
},
|
|
3931
|
+
"privacy": "public",
|
|
3932
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3933
|
+
"inheritedFrom": {
|
|
3934
|
+
"name": "FoundationElement",
|
|
3935
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3936
|
+
}
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"kind": "field",
|
|
3940
|
+
"name": "template",
|
|
3941
|
+
"type": {
|
|
3942
|
+
"text": "ElementViewTemplate | void | null"
|
|
3943
|
+
},
|
|
3944
|
+
"privacy": "public",
|
|
3945
|
+
"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.",
|
|
3946
|
+
"inheritedFrom": {
|
|
3947
|
+
"name": "FoundationElement",
|
|
3948
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3949
|
+
}
|
|
3950
|
+
},
|
|
3951
|
+
{
|
|
3952
|
+
"kind": "method",
|
|
3953
|
+
"name": "templateChanged",
|
|
3954
|
+
"privacy": "protected",
|
|
3955
|
+
"return": {
|
|
3956
|
+
"type": {
|
|
3957
|
+
"text": "void"
|
|
3958
|
+
}
|
|
3959
|
+
},
|
|
3960
|
+
"inheritedFrom": {
|
|
3961
|
+
"name": "FoundationElement",
|
|
3962
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3963
|
+
}
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"kind": "field",
|
|
3967
|
+
"name": "styles",
|
|
3968
|
+
"type": {
|
|
3969
|
+
"text": "ElementStyles | void | null"
|
|
3970
|
+
},
|
|
3971
|
+
"privacy": "public",
|
|
3972
|
+
"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.",
|
|
3973
|
+
"inheritedFrom": {
|
|
3974
|
+
"name": "FoundationElement",
|
|
3975
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3976
|
+
}
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"kind": "method",
|
|
3980
|
+
"name": "stylesChanged",
|
|
3981
|
+
"privacy": "protected",
|
|
3982
|
+
"return": {
|
|
3983
|
+
"type": {
|
|
3984
|
+
"text": "void"
|
|
3985
|
+
}
|
|
3986
|
+
},
|
|
3987
|
+
"inheritedFrom": {
|
|
3988
|
+
"name": "FoundationElement",
|
|
3989
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3990
|
+
}
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"kind": "method",
|
|
3994
|
+
"name": "compose",
|
|
3995
|
+
"privacy": "public",
|
|
3996
|
+
"static": true,
|
|
3997
|
+
"return": {
|
|
3998
|
+
"type": {
|
|
3999
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
"parameters": [
|
|
4003
|
+
{
|
|
4004
|
+
"name": "this",
|
|
4005
|
+
"type": {
|
|
4006
|
+
"text": "K"
|
|
4007
|
+
}
|
|
4008
|
+
},
|
|
4009
|
+
{
|
|
4010
|
+
"name": "elementDefinition",
|
|
4011
|
+
"type": {
|
|
4012
|
+
"text": "T"
|
|
4013
|
+
},
|
|
4014
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4015
|
+
}
|
|
4016
|
+
],
|
|
4017
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4018
|
+
"inheritedFrom": {
|
|
4019
|
+
"name": "FoundationElement",
|
|
4020
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
],
|
|
4024
|
+
"events": [
|
|
4025
|
+
{
|
|
4026
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4027
|
+
"name": "loaded",
|
|
4191
4028
|
"inheritedFrom": {
|
|
4192
4029
|
"name": "AnchoredRegion",
|
|
4193
4030
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4194
4031
|
}
|
|
4195
4032
|
},
|
|
4196
4033
|
{
|
|
4197
|
-
"
|
|
4198
|
-
"name": "
|
|
4199
|
-
"
|
|
4200
|
-
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
|
|
4034
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4035
|
+
"name": "positionchange",
|
|
4036
|
+
"inheritedFrom": {
|
|
4037
|
+
"name": "AnchoredRegion",
|
|
4038
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4039
|
+
}
|
|
4040
|
+
}
|
|
4041
|
+
]
|
|
4042
|
+
},
|
|
4043
|
+
{
|
|
4044
|
+
"kind": "variable",
|
|
4045
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4046
|
+
"type": {
|
|
4047
|
+
"text": "ShadowRootInit"
|
|
4048
|
+
},
|
|
4049
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4050
|
+
},
|
|
4051
|
+
{
|
|
4052
|
+
"kind": "variable",
|
|
4053
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4054
|
+
"type": {
|
|
4055
|
+
"text": "object"
|
|
4056
|
+
},
|
|
4057
|
+
"default": "{}"
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"kind": "variable",
|
|
4061
|
+
"name": "foundationAnchoredRegion",
|
|
4062
|
+
"description": "The Foundation Anchored Region",
|
|
4063
|
+
"privacy": "public"
|
|
4064
|
+
}
|
|
4065
|
+
],
|
|
4066
|
+
"exports": [
|
|
4067
|
+
{
|
|
4068
|
+
"kind": "js",
|
|
4069
|
+
"name": "AnchoredRegion",
|
|
4070
|
+
"declaration": {
|
|
4071
|
+
"name": "AnchoredRegion",
|
|
4072
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4073
|
+
}
|
|
4074
|
+
},
|
|
4075
|
+
{
|
|
4076
|
+
"kind": "js",
|
|
4077
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4078
|
+
"declaration": {
|
|
4079
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4080
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4081
|
+
}
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"kind": "js",
|
|
4085
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4086
|
+
"declaration": {
|
|
4087
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4088
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"kind": "js",
|
|
4093
|
+
"name": "foundationAnchoredRegion",
|
|
4094
|
+
"declaration": {
|
|
4095
|
+
"name": "foundationAnchoredRegion",
|
|
4096
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4097
|
+
}
|
|
4098
|
+
}
|
|
4099
|
+
]
|
|
4100
|
+
},
|
|
4101
|
+
{
|
|
4102
|
+
"kind": "javascript-module",
|
|
4103
|
+
"path": "src/anchored-region/index.ts",
|
|
4104
|
+
"declarations": [],
|
|
4105
|
+
"exports": [
|
|
4106
|
+
{
|
|
4107
|
+
"kind": "js",
|
|
4108
|
+
"name": "*",
|
|
4109
|
+
"declaration": {
|
|
4110
|
+
"name": "*",
|
|
4111
|
+
"package": "./anchor-region.template"
|
|
4112
|
+
}
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"kind": "js",
|
|
4116
|
+
"name": "*",
|
|
4117
|
+
"declaration": {
|
|
4118
|
+
"name": "*",
|
|
4119
|
+
"package": "./anchored-region.styles"
|
|
4120
|
+
}
|
|
4121
|
+
},
|
|
4122
|
+
{
|
|
4123
|
+
"kind": "js",
|
|
4124
|
+
"name": "*",
|
|
4125
|
+
"declaration": {
|
|
4126
|
+
"name": "*",
|
|
4127
|
+
"package": "./anchored-region"
|
|
4128
|
+
}
|
|
4129
|
+
}
|
|
4130
|
+
]
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
"kind": "javascript-module",
|
|
4134
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
4135
|
+
"declarations": [
|
|
4136
|
+
{
|
|
4137
|
+
"kind": "function",
|
|
4138
|
+
"name": "foundationAccordionItemStyles",
|
|
4139
|
+
"return": {
|
|
4140
|
+
"type": {
|
|
4141
|
+
"text": "ElementStyles"
|
|
4142
|
+
}
|
|
4143
|
+
},
|
|
4144
|
+
"parameters": [
|
|
4145
|
+
{
|
|
4146
|
+
"name": "context",
|
|
4147
|
+
"type": {
|
|
4148
|
+
"text": "ElementDefinitionContext"
|
|
4204
4149
|
}
|
|
4205
4150
|
},
|
|
4206
4151
|
{
|
|
4207
|
-
"
|
|
4208
|
-
"
|
|
4209
|
-
|
|
4210
|
-
"description": "Recalculate layout related state values",
|
|
4211
|
-
"inheritedFrom": {
|
|
4212
|
-
"name": "AnchoredRegion",
|
|
4213
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4152
|
+
"name": "definition",
|
|
4153
|
+
"type": {
|
|
4154
|
+
"text": "FoundationElementDefinition"
|
|
4214
4155
|
}
|
|
4215
|
-
}
|
|
4156
|
+
}
|
|
4157
|
+
]
|
|
4158
|
+
}
|
|
4159
|
+
],
|
|
4160
|
+
"exports": [
|
|
4161
|
+
{
|
|
4162
|
+
"kind": "js",
|
|
4163
|
+
"name": "foundationAccordionItemStyles",
|
|
4164
|
+
"declaration": {
|
|
4165
|
+
"name": "foundationAccordionItemStyles",
|
|
4166
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
4167
|
+
}
|
|
4168
|
+
}
|
|
4169
|
+
]
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"kind": "javascript-module",
|
|
4173
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
4174
|
+
"declarations": [
|
|
4175
|
+
{
|
|
4176
|
+
"kind": "function",
|
|
4177
|
+
"name": "foundationAccordionItemTemplate",
|
|
4178
|
+
"return": {
|
|
4179
|
+
"type": {
|
|
4180
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
"parameters": [
|
|
4216
4184
|
{
|
|
4217
|
-
"
|
|
4218
|
-
"
|
|
4219
|
-
|
|
4220
|
-
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4221
|
-
"inheritedFrom": {
|
|
4222
|
-
"name": "AnchoredRegion",
|
|
4223
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4185
|
+
"name": "context",
|
|
4186
|
+
"type": {
|
|
4187
|
+
"text": "ElementDefinitionContext"
|
|
4224
4188
|
}
|
|
4225
4189
|
},
|
|
4226
4190
|
{
|
|
4227
|
-
"
|
|
4228
|
-
"
|
|
4229
|
-
|
|
4230
|
-
"description": "Updates the css classes that reflect the current position of the element",
|
|
4231
|
-
"inheritedFrom": {
|
|
4232
|
-
"name": "AnchoredRegion",
|
|
4233
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4191
|
+
"name": "definition",
|
|
4192
|
+
"type": {
|
|
4193
|
+
"text": "FoundationElementDefinition"
|
|
4234
4194
|
}
|
|
4235
|
-
}
|
|
4195
|
+
}
|
|
4196
|
+
]
|
|
4197
|
+
}
|
|
4198
|
+
],
|
|
4199
|
+
"exports": [
|
|
4200
|
+
{
|
|
4201
|
+
"kind": "js",
|
|
4202
|
+
"name": "foundationAccordionItemTemplate",
|
|
4203
|
+
"declaration": {
|
|
4204
|
+
"name": "foundationAccordionItemTemplate",
|
|
4205
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
4206
|
+
}
|
|
4207
|
+
}
|
|
4208
|
+
]
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"kind": "javascript-module",
|
|
4212
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
4213
|
+
"declarations": [
|
|
4214
|
+
{
|
|
4215
|
+
"kind": "class",
|
|
4216
|
+
"description": "",
|
|
4217
|
+
"name": "AccordionItem",
|
|
4218
|
+
"superclass": {
|
|
4219
|
+
"name": "FASTAccordionItem",
|
|
4220
|
+
"package": "@microsoft/fast-components"
|
|
4221
|
+
},
|
|
4222
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
4223
|
+
"customElement": true,
|
|
4224
|
+
"attributes": [
|
|
4236
4225
|
{
|
|
4237
|
-
"
|
|
4238
|
-
"
|
|
4239
|
-
|
|
4240
|
-
|
|
4226
|
+
"name": "heading-level",
|
|
4227
|
+
"type": {
|
|
4228
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
4229
|
+
},
|
|
4230
|
+
"default": "2",
|
|
4231
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
4232
|
+
"fieldName": "headinglevel",
|
|
4241
4233
|
"inheritedFrom": {
|
|
4242
|
-
"name": "
|
|
4243
|
-
"module": "src/
|
|
4234
|
+
"name": "AccordionItem",
|
|
4235
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4244
4236
|
}
|
|
4245
4237
|
},
|
|
4246
4238
|
{
|
|
4247
|
-
"
|
|
4248
|
-
|
|
4249
|
-
|
|
4250
|
-
"
|
|
4239
|
+
"type": {
|
|
4240
|
+
"text": "boolean"
|
|
4241
|
+
},
|
|
4242
|
+
"default": "false",
|
|
4243
|
+
"description": "Expands or collapses the item.",
|
|
4244
|
+
"fieldName": "expanded",
|
|
4251
4245
|
"inheritedFrom": {
|
|
4252
|
-
"name": "
|
|
4253
|
-
"module": "src/
|
|
4246
|
+
"name": "AccordionItem",
|
|
4247
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4254
4248
|
}
|
|
4255
4249
|
},
|
|
4256
4250
|
{
|
|
4257
|
-
"
|
|
4258
|
-
"
|
|
4259
|
-
|
|
4260
|
-
|
|
4251
|
+
"name": "id",
|
|
4252
|
+
"type": {
|
|
4253
|
+
"text": "string"
|
|
4254
|
+
},
|
|
4255
|
+
"description": "The item ID",
|
|
4256
|
+
"fieldName": "id",
|
|
4261
4257
|
"inheritedFrom": {
|
|
4262
|
-
"name": "
|
|
4263
|
-
"module": "src/
|
|
4258
|
+
"name": "AccordionItem",
|
|
4259
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4264
4260
|
}
|
|
4265
|
-
}
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"members": [
|
|
4266
4264
|
{
|
|
4267
4265
|
"kind": "field",
|
|
4268
|
-
"name": "
|
|
4269
|
-
"
|
|
4270
|
-
|
|
4266
|
+
"name": "headinglevel",
|
|
4267
|
+
"type": {
|
|
4268
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
4269
|
+
},
|
|
4270
|
+
"privacy": "public",
|
|
4271
|
+
"default": "2",
|
|
4272
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
4271
4273
|
"inheritedFrom": {
|
|
4272
|
-
"name": "
|
|
4273
|
-
"module": "src/
|
|
4274
|
+
"name": "AccordionItem",
|
|
4275
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4274
4276
|
}
|
|
4275
4277
|
},
|
|
4276
4278
|
{
|
|
4277
4279
|
"kind": "field",
|
|
4278
|
-
"name": "
|
|
4279
|
-
"
|
|
4280
|
-
|
|
4280
|
+
"name": "expanded",
|
|
4281
|
+
"type": {
|
|
4282
|
+
"text": "boolean"
|
|
4283
|
+
},
|
|
4284
|
+
"privacy": "public",
|
|
4285
|
+
"default": "false",
|
|
4286
|
+
"description": "Expands or collapses the item.",
|
|
4281
4287
|
"inheritedFrom": {
|
|
4282
|
-
"name": "
|
|
4283
|
-
"module": "src/
|
|
4288
|
+
"name": "AccordionItem",
|
|
4289
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4284
4290
|
}
|
|
4285
4291
|
},
|
|
4286
4292
|
{
|
|
4287
4293
|
"kind": "field",
|
|
4288
|
-
"name": "
|
|
4289
|
-
"
|
|
4290
|
-
|
|
4294
|
+
"name": "id",
|
|
4295
|
+
"type": {
|
|
4296
|
+
"text": "string"
|
|
4297
|
+
},
|
|
4298
|
+
"privacy": "public",
|
|
4299
|
+
"description": "The item ID",
|
|
4291
4300
|
"inheritedFrom": {
|
|
4292
|
-
"name": "
|
|
4293
|
-
"module": "src/
|
|
4301
|
+
"name": "AccordionItem",
|
|
4302
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4294
4303
|
}
|
|
4295
4304
|
},
|
|
4296
4305
|
{
|
|
4297
4306
|
"kind": "field",
|
|
4298
|
-
"name": "
|
|
4307
|
+
"name": "change",
|
|
4299
4308
|
"privacy": "private",
|
|
4300
|
-
"description": "stops event listeners that can trigger auto updating",
|
|
4301
4309
|
"inheritedFrom": {
|
|
4302
|
-
"name": "
|
|
4303
|
-
"module": "src/
|
|
4310
|
+
"name": "AccordionItem",
|
|
4311
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4304
4312
|
}
|
|
4305
4313
|
},
|
|
4306
4314
|
{
|
|
@@ -4417,26 +4425,18 @@
|
|
|
4417
4425
|
],
|
|
4418
4426
|
"events": [
|
|
4419
4427
|
{
|
|
4420
|
-
"description": "Fires a custom '
|
|
4421
|
-
"name": "
|
|
4422
|
-
"inheritedFrom": {
|
|
4423
|
-
"name": "AnchoredRegion",
|
|
4424
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4425
|
-
}
|
|
4426
|
-
},
|
|
4427
|
-
{
|
|
4428
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4429
|
-
"name": "positionchange",
|
|
4428
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
4429
|
+
"name": "change",
|
|
4430
4430
|
"inheritedFrom": {
|
|
4431
|
-
"name": "
|
|
4432
|
-
"module": "src/
|
|
4431
|
+
"name": "AccordionItem",
|
|
4432
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4433
4433
|
}
|
|
4434
4434
|
}
|
|
4435
4435
|
]
|
|
4436
4436
|
},
|
|
4437
4437
|
{
|
|
4438
4438
|
"kind": "variable",
|
|
4439
|
-
"name": "
|
|
4439
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
4440
4440
|
"type": {
|
|
4441
4441
|
"text": "ShadowRootInit"
|
|
4442
4442
|
},
|
|
@@ -4444,57 +4444,57 @@
|
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
4446
|
"kind": "variable",
|
|
4447
|
-
"name": "
|
|
4447
|
+
"name": "defaultAccordionItemConfig",
|
|
4448
4448
|
"type": {
|
|
4449
4449
|
"text": "object"
|
|
4450
4450
|
},
|
|
4451
|
-
"default": "{}"
|
|
4451
|
+
"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}"
|
|
4452
4452
|
},
|
|
4453
4453
|
{
|
|
4454
4454
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4456
|
-
"description": "The Foundation
|
|
4455
|
+
"name": "foundationAccordionItem",
|
|
4456
|
+
"description": "The Foundation Accordion Item",
|
|
4457
4457
|
"privacy": "public"
|
|
4458
4458
|
}
|
|
4459
4459
|
],
|
|
4460
4460
|
"exports": [
|
|
4461
4461
|
{
|
|
4462
4462
|
"kind": "js",
|
|
4463
|
-
"name": "
|
|
4463
|
+
"name": "AccordionItem",
|
|
4464
4464
|
"declaration": {
|
|
4465
|
-
"name": "
|
|
4466
|
-
"module": "src/
|
|
4465
|
+
"name": "AccordionItem",
|
|
4466
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4467
4467
|
}
|
|
4468
4468
|
},
|
|
4469
4469
|
{
|
|
4470
4470
|
"kind": "js",
|
|
4471
|
-
"name": "
|
|
4471
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
4472
4472
|
"declaration": {
|
|
4473
|
-
"name": "
|
|
4474
|
-
"module": "src/
|
|
4473
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
4474
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4475
4475
|
}
|
|
4476
4476
|
},
|
|
4477
4477
|
{
|
|
4478
4478
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4479
|
+
"name": "defaultAccordionItemConfig",
|
|
4480
4480
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/
|
|
4481
|
+
"name": "defaultAccordionItemConfig",
|
|
4482
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4483
4483
|
}
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
4486
4486
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4487
|
+
"name": "foundationAccordionItem",
|
|
4488
4488
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4489
|
+
"name": "foundationAccordionItem",
|
|
4490
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
4491
4491
|
}
|
|
4492
4492
|
}
|
|
4493
4493
|
]
|
|
4494
4494
|
},
|
|
4495
4495
|
{
|
|
4496
4496
|
"kind": "javascript-module",
|
|
4497
|
-
"path": "src/
|
|
4497
|
+
"path": "src/accordion-item/index.ts",
|
|
4498
4498
|
"declarations": [],
|
|
4499
4499
|
"exports": [
|
|
4500
4500
|
{
|
|
@@ -4502,7 +4502,7 @@
|
|
|
4502
4502
|
"name": "*",
|
|
4503
4503
|
"declaration": {
|
|
4504
4504
|
"name": "*",
|
|
4505
|
-
"package": "./
|
|
4505
|
+
"package": "./accordion-item.template"
|
|
4506
4506
|
}
|
|
4507
4507
|
},
|
|
4508
4508
|
{
|
|
@@ -4510,7 +4510,7 @@
|
|
|
4510
4510
|
"name": "*",
|
|
4511
4511
|
"declaration": {
|
|
4512
4512
|
"name": "*",
|
|
4513
|
-
"package": "./
|
|
4513
|
+
"package": "./accordion-item.styles"
|
|
4514
4514
|
}
|
|
4515
4515
|
},
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./accordion-item"
|
|
4522
4522
|
}
|
|
4523
4523
|
}
|
|
4524
4524
|
]
|
|
@@ -8345,7 +8345,7 @@
|
|
|
8345
8345
|
{
|
|
8346
8346
|
"kind": "variable",
|
|
8347
8347
|
"name": "categorizedMultiselectStyles",
|
|
8348
|
-
"default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
|
|
8348
|
+
"default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .option-content {\n display: flex;\n align-items: center;\n gap: calc(var(--design-unit) * 4px);\n width: 100%;\n }\n\n .icon-container {\n display: flex;\n align-items: center;\n justify-content: center;\n width: calc(\n ((var(--base-height-multiplier) * var(--design-unit)) + (var(--design-unit) * 2)) * 1px + 4px\n );\n height: calc(\n ((var(--base-height-multiplier) * var(--design-unit)) + (var(--design-unit) * 2)) * 1px\n );\n border-radius: calc((var(--control-corner-radius) - 1) * 2px);\n background: var(--neutral-layer-2);\n box-sizing: border-box;\n box-shadow: 0 0 5px 0 rgba(0 0 0 / 35%);\n flex-shrink: 0;\n }\n\n .text-content {\n display: flex;\n flex-direction: column;\n flex: 1;\n }\n\n .svg-icon {\n height: 2em;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
|
|
8349
8349
|
}
|
|
8350
8350
|
],
|
|
8351
8351
|
"exports": [
|