@genesislcap/foundation-ui 14.319.0 → 14.320.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 +476 -476
- package/package.json +18 -18
|
@@ -1257,11 +1257,11 @@
|
|
|
1257
1257
|
},
|
|
1258
1258
|
{
|
|
1259
1259
|
"kind": "javascript-module",
|
|
1260
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1260
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1261
1261
|
"declarations": [
|
|
1262
1262
|
{
|
|
1263
1263
|
"kind": "function",
|
|
1264
|
-
"name": "
|
|
1264
|
+
"name": "foundationAccordionItemStyles",
|
|
1265
1265
|
"return": {
|
|
1266
1266
|
"type": {
|
|
1267
1267
|
"text": "ElementStyles"
|
|
@@ -1286,24 +1286,24 @@
|
|
|
1286
1286
|
"exports": [
|
|
1287
1287
|
{
|
|
1288
1288
|
"kind": "js",
|
|
1289
|
-
"name": "
|
|
1289
|
+
"name": "foundationAccordionItemStyles",
|
|
1290
1290
|
"declaration": {
|
|
1291
|
-
"name": "
|
|
1292
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1291
|
+
"name": "foundationAccordionItemStyles",
|
|
1292
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1293
1293
|
}
|
|
1294
1294
|
}
|
|
1295
1295
|
]
|
|
1296
1296
|
},
|
|
1297
1297
|
{
|
|
1298
1298
|
"kind": "javascript-module",
|
|
1299
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1299
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1300
1300
|
"declarations": [
|
|
1301
1301
|
{
|
|
1302
1302
|
"kind": "function",
|
|
1303
|
-
"name": "
|
|
1303
|
+
"name": "foundationAccordionItemTemplate",
|
|
1304
1304
|
"return": {
|
|
1305
1305
|
"type": {
|
|
1306
|
-
"text": "ViewTemplate<
|
|
1306
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1307
1307
|
}
|
|
1308
1308
|
},
|
|
1309
1309
|
"parameters": [
|
|
@@ -1325,32 +1325,244 @@
|
|
|
1325
1325
|
"exports": [
|
|
1326
1326
|
{
|
|
1327
1327
|
"kind": "js",
|
|
1328
|
-
"name": "
|
|
1328
|
+
"name": "foundationAccordionItemTemplate",
|
|
1329
1329
|
"declaration": {
|
|
1330
|
-
"name": "
|
|
1331
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1330
|
+
"name": "foundationAccordionItemTemplate",
|
|
1331
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1332
1332
|
}
|
|
1333
1333
|
}
|
|
1334
1334
|
]
|
|
1335
1335
|
},
|
|
1336
1336
|
{
|
|
1337
1337
|
"kind": "javascript-module",
|
|
1338
|
-
"path": "src/accordion/accordion.ts",
|
|
1338
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1339
1339
|
"declarations": [
|
|
1340
1340
|
{
|
|
1341
1341
|
"kind": "class",
|
|
1342
1342
|
"description": "",
|
|
1343
|
-
"name": "
|
|
1343
|
+
"name": "AccordionItem",
|
|
1344
1344
|
"superclass": {
|
|
1345
|
-
"name": "
|
|
1346
|
-
"package": "@microsoft/fast-
|
|
1345
|
+
"name": "FASTAccordionItem",
|
|
1346
|
+
"package": "@microsoft/fast-components"
|
|
1347
1347
|
},
|
|
1348
|
-
"tagName": "%%prefix%%-accordion",
|
|
1349
|
-
"customElement": true
|
|
1348
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1349
|
+
"customElement": true,
|
|
1350
|
+
"attributes": [
|
|
1351
|
+
{
|
|
1352
|
+
"name": "heading-level",
|
|
1353
|
+
"type": {
|
|
1354
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1355
|
+
},
|
|
1356
|
+
"default": "2",
|
|
1357
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1358
|
+
"fieldName": "headinglevel",
|
|
1359
|
+
"inheritedFrom": {
|
|
1360
|
+
"name": "AccordionItem",
|
|
1361
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1362
|
+
}
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"type": {
|
|
1366
|
+
"text": "boolean"
|
|
1367
|
+
},
|
|
1368
|
+
"default": "false",
|
|
1369
|
+
"description": "Expands or collapses the item.",
|
|
1370
|
+
"fieldName": "expanded",
|
|
1371
|
+
"inheritedFrom": {
|
|
1372
|
+
"name": "AccordionItem",
|
|
1373
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
"name": "id",
|
|
1378
|
+
"type": {
|
|
1379
|
+
"text": "string"
|
|
1380
|
+
},
|
|
1381
|
+
"description": "The item ID",
|
|
1382
|
+
"fieldName": "id",
|
|
1383
|
+
"inheritedFrom": {
|
|
1384
|
+
"name": "AccordionItem",
|
|
1385
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
],
|
|
1389
|
+
"members": [
|
|
1390
|
+
{
|
|
1391
|
+
"kind": "field",
|
|
1392
|
+
"name": "headinglevel",
|
|
1393
|
+
"type": {
|
|
1394
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1395
|
+
},
|
|
1396
|
+
"privacy": "public",
|
|
1397
|
+
"default": "2",
|
|
1398
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1399
|
+
"inheritedFrom": {
|
|
1400
|
+
"name": "AccordionItem",
|
|
1401
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1402
|
+
}
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"kind": "field",
|
|
1406
|
+
"name": "expanded",
|
|
1407
|
+
"type": {
|
|
1408
|
+
"text": "boolean"
|
|
1409
|
+
},
|
|
1410
|
+
"privacy": "public",
|
|
1411
|
+
"default": "false",
|
|
1412
|
+
"description": "Expands or collapses the item.",
|
|
1413
|
+
"inheritedFrom": {
|
|
1414
|
+
"name": "AccordionItem",
|
|
1415
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"kind": "field",
|
|
1420
|
+
"name": "id",
|
|
1421
|
+
"type": {
|
|
1422
|
+
"text": "string"
|
|
1423
|
+
},
|
|
1424
|
+
"privacy": "public",
|
|
1425
|
+
"description": "The item ID",
|
|
1426
|
+
"inheritedFrom": {
|
|
1427
|
+
"name": "AccordionItem",
|
|
1428
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "field",
|
|
1433
|
+
"name": "change",
|
|
1434
|
+
"privacy": "private",
|
|
1435
|
+
"inheritedFrom": {
|
|
1436
|
+
"name": "AccordionItem",
|
|
1437
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1438
|
+
}
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "field",
|
|
1442
|
+
"name": "_presentation",
|
|
1443
|
+
"type": {
|
|
1444
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1445
|
+
},
|
|
1446
|
+
"privacy": "private",
|
|
1447
|
+
"default": "void 0",
|
|
1448
|
+
"inheritedFrom": {
|
|
1449
|
+
"name": "FoundationElement",
|
|
1450
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"kind": "field",
|
|
1455
|
+
"name": "$presentation",
|
|
1456
|
+
"type": {
|
|
1457
|
+
"text": "ComponentPresentation | null"
|
|
1458
|
+
},
|
|
1459
|
+
"privacy": "public",
|
|
1460
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1461
|
+
"inheritedFrom": {
|
|
1462
|
+
"name": "FoundationElement",
|
|
1463
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "field",
|
|
1468
|
+
"name": "template",
|
|
1469
|
+
"type": {
|
|
1470
|
+
"text": "ElementViewTemplate | void | null"
|
|
1471
|
+
},
|
|
1472
|
+
"privacy": "public",
|
|
1473
|
+
"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.",
|
|
1474
|
+
"inheritedFrom": {
|
|
1475
|
+
"name": "FoundationElement",
|
|
1476
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "method",
|
|
1481
|
+
"name": "templateChanged",
|
|
1482
|
+
"privacy": "protected",
|
|
1483
|
+
"return": {
|
|
1484
|
+
"type": {
|
|
1485
|
+
"text": "void"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
"inheritedFrom": {
|
|
1489
|
+
"name": "FoundationElement",
|
|
1490
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "field",
|
|
1495
|
+
"name": "styles",
|
|
1496
|
+
"type": {
|
|
1497
|
+
"text": "ElementStyles | void | null"
|
|
1498
|
+
},
|
|
1499
|
+
"privacy": "public",
|
|
1500
|
+
"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.",
|
|
1501
|
+
"inheritedFrom": {
|
|
1502
|
+
"name": "FoundationElement",
|
|
1503
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"kind": "method",
|
|
1508
|
+
"name": "stylesChanged",
|
|
1509
|
+
"privacy": "protected",
|
|
1510
|
+
"return": {
|
|
1511
|
+
"type": {
|
|
1512
|
+
"text": "void"
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
"inheritedFrom": {
|
|
1516
|
+
"name": "FoundationElement",
|
|
1517
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1518
|
+
}
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"kind": "method",
|
|
1522
|
+
"name": "compose",
|
|
1523
|
+
"privacy": "public",
|
|
1524
|
+
"static": true,
|
|
1525
|
+
"return": {
|
|
1526
|
+
"type": {
|
|
1527
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
"parameters": [
|
|
1531
|
+
{
|
|
1532
|
+
"name": "this",
|
|
1533
|
+
"type": {
|
|
1534
|
+
"text": "K"
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"name": "elementDefinition",
|
|
1539
|
+
"type": {
|
|
1540
|
+
"text": "T"
|
|
1541
|
+
},
|
|
1542
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1546
|
+
"inheritedFrom": {
|
|
1547
|
+
"name": "FoundationElement",
|
|
1548
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
],
|
|
1552
|
+
"events": [
|
|
1553
|
+
{
|
|
1554
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1555
|
+
"name": "change",
|
|
1556
|
+
"inheritedFrom": {
|
|
1557
|
+
"name": "AccordionItem",
|
|
1558
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
]
|
|
1350
1562
|
},
|
|
1351
1563
|
{
|
|
1352
1564
|
"kind": "variable",
|
|
1353
|
-
"name": "
|
|
1565
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1354
1566
|
"type": {
|
|
1355
1567
|
"text": "ShadowRootInit"
|
|
1356
1568
|
},
|
|
@@ -1358,57 +1570,57 @@
|
|
|
1358
1570
|
},
|
|
1359
1571
|
{
|
|
1360
1572
|
"kind": "variable",
|
|
1361
|
-
"name": "
|
|
1573
|
+
"name": "defaultAccordionItemConfig",
|
|
1362
1574
|
"type": {
|
|
1363
1575
|
"text": "object"
|
|
1364
1576
|
},
|
|
1365
|
-
"default": "{}"
|
|
1577
|
+
"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}"
|
|
1366
1578
|
},
|
|
1367
1579
|
{
|
|
1368
1580
|
"kind": "variable",
|
|
1369
|
-
"name": "
|
|
1370
|
-
"description": "The Foundation Accordion",
|
|
1581
|
+
"name": "foundationAccordionItem",
|
|
1582
|
+
"description": "The Foundation Accordion Item",
|
|
1371
1583
|
"privacy": "public"
|
|
1372
1584
|
}
|
|
1373
1585
|
],
|
|
1374
1586
|
"exports": [
|
|
1375
1587
|
{
|
|
1376
1588
|
"kind": "js",
|
|
1377
|
-
"name": "
|
|
1589
|
+
"name": "AccordionItem",
|
|
1378
1590
|
"declaration": {
|
|
1379
|
-
"name": "
|
|
1380
|
-
"module": "src/accordion/accordion.ts"
|
|
1591
|
+
"name": "AccordionItem",
|
|
1592
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1381
1593
|
}
|
|
1382
1594
|
},
|
|
1383
1595
|
{
|
|
1384
1596
|
"kind": "js",
|
|
1385
|
-
"name": "
|
|
1597
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1386
1598
|
"declaration": {
|
|
1387
|
-
"name": "
|
|
1388
|
-
"module": "src/accordion/accordion.ts"
|
|
1599
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1600
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1389
1601
|
}
|
|
1390
1602
|
},
|
|
1391
1603
|
{
|
|
1392
1604
|
"kind": "js",
|
|
1393
|
-
"name": "
|
|
1605
|
+
"name": "defaultAccordionItemConfig",
|
|
1394
1606
|
"declaration": {
|
|
1395
|
-
"name": "
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1607
|
+
"name": "defaultAccordionItemConfig",
|
|
1608
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1397
1609
|
}
|
|
1398
1610
|
},
|
|
1399
1611
|
{
|
|
1400
1612
|
"kind": "js",
|
|
1401
|
-
"name": "
|
|
1613
|
+
"name": "foundationAccordionItem",
|
|
1402
1614
|
"declaration": {
|
|
1403
|
-
"name": "
|
|
1404
|
-
"module": "src/accordion/accordion.ts"
|
|
1615
|
+
"name": "foundationAccordionItem",
|
|
1616
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1405
1617
|
}
|
|
1406
1618
|
}
|
|
1407
1619
|
]
|
|
1408
1620
|
},
|
|
1409
1621
|
{
|
|
1410
1622
|
"kind": "javascript-module",
|
|
1411
|
-
"path": "src/accordion/index.ts",
|
|
1623
|
+
"path": "src/accordion-item/index.ts",
|
|
1412
1624
|
"declarations": [],
|
|
1413
1625
|
"exports": [
|
|
1414
1626
|
{
|
|
@@ -1416,7 +1628,7 @@
|
|
|
1416
1628
|
"name": "*",
|
|
1417
1629
|
"declaration": {
|
|
1418
1630
|
"name": "*",
|
|
1419
|
-
"package": "./accordion.template"
|
|
1631
|
+
"package": "./accordion-item.template"
|
|
1420
1632
|
}
|
|
1421
1633
|
},
|
|
1422
1634
|
{
|
|
@@ -1424,7 +1636,7 @@
|
|
|
1424
1636
|
"name": "*",
|
|
1425
1637
|
"declaration": {
|
|
1426
1638
|
"name": "*",
|
|
1427
|
-
"package": "./accordion.styles"
|
|
1639
|
+
"package": "./accordion-item.styles"
|
|
1428
1640
|
}
|
|
1429
1641
|
},
|
|
1430
1642
|
{
|
|
@@ -1432,7 +1644,7 @@
|
|
|
1432
1644
|
"name": "*",
|
|
1433
1645
|
"declaration": {
|
|
1434
1646
|
"name": "*",
|
|
1435
|
-
"package": "./accordion"
|
|
1647
|
+
"package": "./accordion-item"
|
|
1436
1648
|
}
|
|
1437
1649
|
}
|
|
1438
1650
|
]
|
|
@@ -3897,426 +4109,24 @@
|
|
|
3897
4109
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3898
4110
|
}
|
|
3899
4111
|
},
|
|
3900
|
-
{
|
|
3901
|
-
"kind": "field",
|
|
3902
|
-
"name": "startAutoUpdateEventListeners",
|
|
3903
|
-
"privacy": "private",
|
|
3904
|
-
"description": "starts event listeners that can trigger auto updating",
|
|
3905
|
-
"inheritedFrom": {
|
|
3906
|
-
"name": "AnchoredRegion",
|
|
3907
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3908
|
-
}
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"kind": "field",
|
|
3912
|
-
"name": "stopAutoUpdateEventListeners",
|
|
3913
|
-
"privacy": "private",
|
|
3914
|
-
"description": "stops event listeners that can trigger auto updating",
|
|
3915
|
-
"inheritedFrom": {
|
|
3916
|
-
"name": "AnchoredRegion",
|
|
3917
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3918
|
-
}
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"kind": "field",
|
|
3922
|
-
"name": "_presentation",
|
|
3923
|
-
"type": {
|
|
3924
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3925
|
-
},
|
|
3926
|
-
"privacy": "private",
|
|
3927
|
-
"default": "void 0",
|
|
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.",
|
|
3941
|
-
"inheritedFrom": {
|
|
3942
|
-
"name": "FoundationElement",
|
|
3943
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3944
|
-
}
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"kind": "field",
|
|
3948
|
-
"name": "template",
|
|
3949
|
-
"type": {
|
|
3950
|
-
"text": "ElementViewTemplate | void | null"
|
|
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
|
-
},
|
|
3968
|
-
"inheritedFrom": {
|
|
3969
|
-
"name": "FoundationElement",
|
|
3970
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3971
|
-
}
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"kind": "field",
|
|
3975
|
-
"name": "styles",
|
|
3976
|
-
"type": {
|
|
3977
|
-
"text": "ElementStyles | void | null"
|
|
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",
|
|
4036
|
-
"inheritedFrom": {
|
|
4037
|
-
"name": "AnchoredRegion",
|
|
4038
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4039
|
-
}
|
|
4040
|
-
},
|
|
4041
|
-
{
|
|
4042
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4043
|
-
"name": "positionchange",
|
|
4044
|
-
"inheritedFrom": {
|
|
4045
|
-
"name": "AnchoredRegion",
|
|
4046
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4047
|
-
}
|
|
4048
|
-
}
|
|
4049
|
-
]
|
|
4050
|
-
},
|
|
4051
|
-
{
|
|
4052
|
-
"kind": "variable",
|
|
4053
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
4054
|
-
"type": {
|
|
4055
|
-
"text": "ShadowRootInit"
|
|
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"
|
|
4157
|
-
}
|
|
4158
|
-
},
|
|
4159
|
-
{
|
|
4160
|
-
"name": "definition",
|
|
4161
|
-
"type": {
|
|
4162
|
-
"text": "FoundationElementDefinition"
|
|
4163
|
-
}
|
|
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": [
|
|
4192
|
-
{
|
|
4193
|
-
"name": "context",
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "ElementDefinitionContext"
|
|
4196
|
-
}
|
|
4197
|
-
},
|
|
4198
|
-
{
|
|
4199
|
-
"name": "definition",
|
|
4200
|
-
"type": {
|
|
4201
|
-
"text": "FoundationElementDefinition"
|
|
4202
|
-
}
|
|
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": [
|
|
4233
|
-
{
|
|
4234
|
-
"name": "heading-level",
|
|
4235
|
-
"type": {
|
|
4236
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
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",
|
|
4241
|
-
"inheritedFrom": {
|
|
4242
|
-
"name": "AccordionItem",
|
|
4243
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
4244
|
-
}
|
|
4245
|
-
},
|
|
4246
|
-
{
|
|
4247
|
-
"type": {
|
|
4248
|
-
"text": "boolean"
|
|
4249
|
-
},
|
|
4250
|
-
"default": "false",
|
|
4251
|
-
"description": "Expands or collapses the item.",
|
|
4252
|
-
"fieldName": "expanded",
|
|
4253
|
-
"inheritedFrom": {
|
|
4254
|
-
"name": "AccordionItem",
|
|
4255
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
4256
|
-
}
|
|
4257
|
-
},
|
|
4258
|
-
{
|
|
4259
|
-
"name": "id",
|
|
4260
|
-
"type": {
|
|
4261
|
-
"text": "string"
|
|
4262
|
-
},
|
|
4263
|
-
"description": "The item ID",
|
|
4264
|
-
"fieldName": "id",
|
|
4265
|
-
"inheritedFrom": {
|
|
4266
|
-
"name": "AccordionItem",
|
|
4267
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
4268
|
-
}
|
|
4269
|
-
}
|
|
4270
|
-
],
|
|
4271
|
-
"members": [
|
|
4272
|
-
{
|
|
4273
|
-
"kind": "field",
|
|
4274
|
-
"name": "headinglevel",
|
|
4275
|
-
"type": {
|
|
4276
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
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.",
|
|
4281
|
-
"inheritedFrom": {
|
|
4282
|
-
"name": "AccordionItem",
|
|
4283
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
4284
|
-
}
|
|
4285
|
-
},
|
|
4286
|
-
{
|
|
4287
|
-
"kind": "field",
|
|
4288
|
-
"name": "expanded",
|
|
4289
|
-
"type": {
|
|
4290
|
-
"text": "boolean"
|
|
4291
|
-
},
|
|
4292
|
-
"privacy": "public",
|
|
4293
|
-
"default": "false",
|
|
4294
|
-
"description": "Expands or collapses the item.",
|
|
4295
|
-
"inheritedFrom": {
|
|
4296
|
-
"name": "AccordionItem",
|
|
4297
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
4298
|
-
}
|
|
4299
|
-
},
|
|
4300
|
-
{
|
|
4301
|
-
"kind": "field",
|
|
4302
|
-
"name": "id",
|
|
4303
|
-
"type": {
|
|
4304
|
-
"text": "string"
|
|
4305
|
-
},
|
|
4306
|
-
"privacy": "public",
|
|
4307
|
-
"description": "The item ID",
|
|
4112
|
+
{
|
|
4113
|
+
"kind": "field",
|
|
4114
|
+
"name": "startAutoUpdateEventListeners",
|
|
4115
|
+
"privacy": "private",
|
|
4116
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4308
4117
|
"inheritedFrom": {
|
|
4309
|
-
"name": "
|
|
4310
|
-
"module": "src/
|
|
4118
|
+
"name": "AnchoredRegion",
|
|
4119
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4311
4120
|
}
|
|
4312
4121
|
},
|
|
4313
4122
|
{
|
|
4314
4123
|
"kind": "field",
|
|
4315
|
-
"name": "
|
|
4124
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4316
4125
|
"privacy": "private",
|
|
4126
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4317
4127
|
"inheritedFrom": {
|
|
4318
|
-
"name": "
|
|
4319
|
-
"module": "src/
|
|
4128
|
+
"name": "AnchoredRegion",
|
|
4129
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4320
4130
|
}
|
|
4321
4131
|
},
|
|
4322
4132
|
{
|
|
@@ -4433,18 +4243,26 @@
|
|
|
4433
4243
|
],
|
|
4434
4244
|
"events": [
|
|
4435
4245
|
{
|
|
4436
|
-
"description": "Fires a custom '
|
|
4437
|
-
"name": "
|
|
4246
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4247
|
+
"name": "loaded",
|
|
4438
4248
|
"inheritedFrom": {
|
|
4439
|
-
"name": "
|
|
4440
|
-
"module": "src/
|
|
4249
|
+
"name": "AnchoredRegion",
|
|
4250
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4251
|
+
}
|
|
4252
|
+
},
|
|
4253
|
+
{
|
|
4254
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4255
|
+
"name": "positionchange",
|
|
4256
|
+
"inheritedFrom": {
|
|
4257
|
+
"name": "AnchoredRegion",
|
|
4258
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4441
4259
|
}
|
|
4442
4260
|
}
|
|
4443
4261
|
]
|
|
4444
4262
|
},
|
|
4445
4263
|
{
|
|
4446
4264
|
"kind": "variable",
|
|
4447
|
-
"name": "
|
|
4265
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4448
4266
|
"type": {
|
|
4449
4267
|
"text": "ShadowRootInit"
|
|
4450
4268
|
},
|
|
@@ -4452,57 +4270,57 @@
|
|
|
4452
4270
|
},
|
|
4453
4271
|
{
|
|
4454
4272
|
"kind": "variable",
|
|
4455
|
-
"name": "
|
|
4273
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4456
4274
|
"type": {
|
|
4457
4275
|
"text": "object"
|
|
4458
4276
|
},
|
|
4459
|
-
"default": "{
|
|
4277
|
+
"default": "{}"
|
|
4460
4278
|
},
|
|
4461
4279
|
{
|
|
4462
4280
|
"kind": "variable",
|
|
4463
|
-
"name": "
|
|
4464
|
-
"description": "The Foundation
|
|
4281
|
+
"name": "foundationAnchoredRegion",
|
|
4282
|
+
"description": "The Foundation Anchored Region",
|
|
4465
4283
|
"privacy": "public"
|
|
4466
4284
|
}
|
|
4467
4285
|
],
|
|
4468
4286
|
"exports": [
|
|
4469
4287
|
{
|
|
4470
4288
|
"kind": "js",
|
|
4471
|
-
"name": "
|
|
4289
|
+
"name": "AnchoredRegion",
|
|
4472
4290
|
"declaration": {
|
|
4473
|
-
"name": "
|
|
4474
|
-
"module": "src/
|
|
4291
|
+
"name": "AnchoredRegion",
|
|
4292
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4475
4293
|
}
|
|
4476
4294
|
},
|
|
4477
4295
|
{
|
|
4478
4296
|
"kind": "js",
|
|
4479
|
-
"name": "
|
|
4297
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4480
4298
|
"declaration": {
|
|
4481
|
-
"name": "
|
|
4482
|
-
"module": "src/
|
|
4299
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4300
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4483
4301
|
}
|
|
4484
4302
|
},
|
|
4485
4303
|
{
|
|
4486
4304
|
"kind": "js",
|
|
4487
|
-
"name": "
|
|
4305
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4488
4306
|
"declaration": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4307
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4308
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4491
4309
|
}
|
|
4492
4310
|
},
|
|
4493
4311
|
{
|
|
4494
4312
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4313
|
+
"name": "foundationAnchoredRegion",
|
|
4496
4314
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4315
|
+
"name": "foundationAnchoredRegion",
|
|
4316
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4499
4317
|
}
|
|
4500
4318
|
}
|
|
4501
4319
|
]
|
|
4502
4320
|
},
|
|
4503
4321
|
{
|
|
4504
4322
|
"kind": "javascript-module",
|
|
4505
|
-
"path": "src/
|
|
4323
|
+
"path": "src/anchored-region/index.ts",
|
|
4506
4324
|
"declarations": [],
|
|
4507
4325
|
"exports": [
|
|
4508
4326
|
{
|
|
@@ -4510,7 +4328,7 @@
|
|
|
4510
4328
|
"name": "*",
|
|
4511
4329
|
"declaration": {
|
|
4512
4330
|
"name": "*",
|
|
4513
|
-
"package": "./
|
|
4331
|
+
"package": "./anchor-region.template"
|
|
4514
4332
|
}
|
|
4515
4333
|
},
|
|
4516
4334
|
{
|
|
@@ -4518,7 +4336,7 @@
|
|
|
4518
4336
|
"name": "*",
|
|
4519
4337
|
"declaration": {
|
|
4520
4338
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4339
|
+
"package": "./anchored-region.styles"
|
|
4522
4340
|
}
|
|
4523
4341
|
},
|
|
4524
4342
|
{
|
|
@@ -4526,7 +4344,189 @@
|
|
|
4526
4344
|
"name": "*",
|
|
4527
4345
|
"declaration": {
|
|
4528
4346
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4347
|
+
"package": "./anchored-region"
|
|
4348
|
+
}
|
|
4349
|
+
}
|
|
4350
|
+
]
|
|
4351
|
+
},
|
|
4352
|
+
{
|
|
4353
|
+
"kind": "javascript-module",
|
|
4354
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
4355
|
+
"declarations": [
|
|
4356
|
+
{
|
|
4357
|
+
"kind": "function",
|
|
4358
|
+
"name": "foundationAccordionStyles",
|
|
4359
|
+
"return": {
|
|
4360
|
+
"type": {
|
|
4361
|
+
"text": "ElementStyles"
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4364
|
+
"parameters": [
|
|
4365
|
+
{
|
|
4366
|
+
"name": "context",
|
|
4367
|
+
"type": {
|
|
4368
|
+
"text": "ElementDefinitionContext"
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
{
|
|
4372
|
+
"name": "definition",
|
|
4373
|
+
"type": {
|
|
4374
|
+
"text": "FoundationElementDefinition"
|
|
4375
|
+
}
|
|
4376
|
+
}
|
|
4377
|
+
]
|
|
4378
|
+
}
|
|
4379
|
+
],
|
|
4380
|
+
"exports": [
|
|
4381
|
+
{
|
|
4382
|
+
"kind": "js",
|
|
4383
|
+
"name": "foundationAccordionStyles",
|
|
4384
|
+
"declaration": {
|
|
4385
|
+
"name": "foundationAccordionStyles",
|
|
4386
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
4387
|
+
}
|
|
4388
|
+
}
|
|
4389
|
+
]
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"kind": "javascript-module",
|
|
4393
|
+
"path": "src/accordion/accordion.template.ts",
|
|
4394
|
+
"declarations": [
|
|
4395
|
+
{
|
|
4396
|
+
"kind": "function",
|
|
4397
|
+
"name": "foundationAccordionTemplate",
|
|
4398
|
+
"return": {
|
|
4399
|
+
"type": {
|
|
4400
|
+
"text": "ViewTemplate<Accordion>"
|
|
4401
|
+
}
|
|
4402
|
+
},
|
|
4403
|
+
"parameters": [
|
|
4404
|
+
{
|
|
4405
|
+
"name": "context",
|
|
4406
|
+
"type": {
|
|
4407
|
+
"text": "ElementDefinitionContext"
|
|
4408
|
+
}
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"name": "definition",
|
|
4412
|
+
"type": {
|
|
4413
|
+
"text": "FoundationElementDefinition"
|
|
4414
|
+
}
|
|
4415
|
+
}
|
|
4416
|
+
]
|
|
4417
|
+
}
|
|
4418
|
+
],
|
|
4419
|
+
"exports": [
|
|
4420
|
+
{
|
|
4421
|
+
"kind": "js",
|
|
4422
|
+
"name": "foundationAccordionTemplate",
|
|
4423
|
+
"declaration": {
|
|
4424
|
+
"name": "foundationAccordionTemplate",
|
|
4425
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4428
|
+
]
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "javascript-module",
|
|
4432
|
+
"path": "src/accordion/accordion.ts",
|
|
4433
|
+
"declarations": [
|
|
4434
|
+
{
|
|
4435
|
+
"kind": "class",
|
|
4436
|
+
"description": "",
|
|
4437
|
+
"name": "Accordion",
|
|
4438
|
+
"superclass": {
|
|
4439
|
+
"name": "FASTAccordion",
|
|
4440
|
+
"package": "@microsoft/fast-foundation"
|
|
4441
|
+
},
|
|
4442
|
+
"tagName": "%%prefix%%-accordion",
|
|
4443
|
+
"customElement": true
|
|
4444
|
+
},
|
|
4445
|
+
{
|
|
4446
|
+
"kind": "variable",
|
|
4447
|
+
"name": "foundationAccordionShadowOptions",
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "ShadowRootInit"
|
|
4450
|
+
},
|
|
4451
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"kind": "variable",
|
|
4455
|
+
"name": "defaultAccordionConfig",
|
|
4456
|
+
"type": {
|
|
4457
|
+
"text": "object"
|
|
4458
|
+
},
|
|
4459
|
+
"default": "{}"
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"kind": "variable",
|
|
4463
|
+
"name": "foundationAccordion",
|
|
4464
|
+
"description": "The Foundation Accordion",
|
|
4465
|
+
"privacy": "public"
|
|
4466
|
+
}
|
|
4467
|
+
],
|
|
4468
|
+
"exports": [
|
|
4469
|
+
{
|
|
4470
|
+
"kind": "js",
|
|
4471
|
+
"name": "Accordion",
|
|
4472
|
+
"declaration": {
|
|
4473
|
+
"name": "Accordion",
|
|
4474
|
+
"module": "src/accordion/accordion.ts"
|
|
4475
|
+
}
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"kind": "js",
|
|
4479
|
+
"name": "foundationAccordionShadowOptions",
|
|
4480
|
+
"declaration": {
|
|
4481
|
+
"name": "foundationAccordionShadowOptions",
|
|
4482
|
+
"module": "src/accordion/accordion.ts"
|
|
4483
|
+
}
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "js",
|
|
4487
|
+
"name": "defaultAccordionConfig",
|
|
4488
|
+
"declaration": {
|
|
4489
|
+
"name": "defaultAccordionConfig",
|
|
4490
|
+
"module": "src/accordion/accordion.ts"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "js",
|
|
4495
|
+
"name": "foundationAccordion",
|
|
4496
|
+
"declaration": {
|
|
4497
|
+
"name": "foundationAccordion",
|
|
4498
|
+
"module": "src/accordion/accordion.ts"
|
|
4499
|
+
}
|
|
4500
|
+
}
|
|
4501
|
+
]
|
|
4502
|
+
},
|
|
4503
|
+
{
|
|
4504
|
+
"kind": "javascript-module",
|
|
4505
|
+
"path": "src/accordion/index.ts",
|
|
4506
|
+
"declarations": [],
|
|
4507
|
+
"exports": [
|
|
4508
|
+
{
|
|
4509
|
+
"kind": "js",
|
|
4510
|
+
"name": "*",
|
|
4511
|
+
"declaration": {
|
|
4512
|
+
"name": "*",
|
|
4513
|
+
"package": "./accordion.template"
|
|
4514
|
+
}
|
|
4515
|
+
},
|
|
4516
|
+
{
|
|
4517
|
+
"kind": "js",
|
|
4518
|
+
"name": "*",
|
|
4519
|
+
"declaration": {
|
|
4520
|
+
"name": "*",
|
|
4521
|
+
"package": "./accordion.styles"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "js",
|
|
4526
|
+
"name": "*",
|
|
4527
|
+
"declaration": {
|
|
4528
|
+
"name": "*",
|
|
4529
|
+
"package": "./accordion"
|
|
4530
4530
|
}
|
|
4531
4531
|
}
|
|
4532
4532
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.320.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@genesislcap/foundation-testing": "14.
|
|
87
|
-
"@genesislcap/genx": "14.
|
|
88
|
-
"@genesislcap/rollup-builder": "14.
|
|
89
|
-
"@genesislcap/ts-builder": "14.
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
91
|
-
"@genesislcap/vite-builder": "14.
|
|
92
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/foundation-testing": "14.320.0",
|
|
87
|
+
"@genesislcap/genx": "14.320.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.320.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.320.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.320.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.320.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.320.0",
|
|
93
93
|
"copyfiles": "^2.4.1"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
99
99
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
100
100
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
101
|
-
"@genesislcap/expression-builder": "14.
|
|
102
|
-
"@genesislcap/foundation-comms": "14.
|
|
103
|
-
"@genesislcap/foundation-criteria": "14.
|
|
104
|
-
"@genesislcap/foundation-errors": "14.
|
|
105
|
-
"@genesislcap/foundation-events": "14.
|
|
106
|
-
"@genesislcap/foundation-logger": "14.
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.
|
|
108
|
-
"@genesislcap/foundation-user": "14.
|
|
109
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
+
"@genesislcap/expression-builder": "14.320.0",
|
|
102
|
+
"@genesislcap/foundation-comms": "14.320.0",
|
|
103
|
+
"@genesislcap/foundation-criteria": "14.320.0",
|
|
104
|
+
"@genesislcap/foundation-errors": "14.320.0",
|
|
105
|
+
"@genesislcap/foundation-events": "14.320.0",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.320.0",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.320.0",
|
|
108
|
+
"@genesislcap/foundation-user": "14.320.0",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.320.0",
|
|
110
110
|
"@microsoft/fast-colors": "5.3.1",
|
|
111
111
|
"@microsoft/fast-components": "2.30.6",
|
|
112
112
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -128,5 +128,5 @@
|
|
|
128
128
|
"access": "public"
|
|
129
129
|
},
|
|
130
130
|
"customElements": "dist/custom-elements.json",
|
|
131
|
-
"gitHead": "
|
|
131
|
+
"gitHead": "957aa7b2e81fa3c2915d5154be42c0500790127f"
|
|
132
132
|
}
|