@genesislcap/foundation-ui 14.402.1 → 14.403.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 +662 -662
- package/package.json +19 -19
|
@@ -1289,34 +1289,42 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/
|
|
1293
|
-
"declarations": [
|
|
1292
|
+
"path": "src/_config/index.ts",
|
|
1293
|
+
"declarations": [],
|
|
1294
|
+
"exports": [
|
|
1294
1295
|
{
|
|
1295
|
-
"kind": "
|
|
1296
|
-
"name": "
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
},
|
|
1302
|
-
"parameters": [
|
|
1303
|
-
{
|
|
1304
|
-
"name": "context",
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "ElementDefinitionContext"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"name": "definition",
|
|
1311
|
-
"type": {
|
|
1312
|
-
"text": "FoundationElementDefinition"
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
]
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "*",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "*",
|
|
1300
|
+
"package": "./styles"
|
|
1301
|
+
}
|
|
1316
1302
|
},
|
|
1303
|
+
{
|
|
1304
|
+
"kind": "js",
|
|
1305
|
+
"name": "*",
|
|
1306
|
+
"declaration": {
|
|
1307
|
+
"name": "*",
|
|
1308
|
+
"package": "./tokens"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"kind": "js",
|
|
1313
|
+
"name": "*",
|
|
1314
|
+
"declaration": {
|
|
1315
|
+
"name": "*",
|
|
1316
|
+
"package": "./values"
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
]
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"kind": "javascript-module",
|
|
1323
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1324
|
+
"declarations": [
|
|
1317
1325
|
{
|
|
1318
1326
|
"kind": "function",
|
|
1319
|
-
"name": "
|
|
1327
|
+
"name": "foundationAccordionItemStyles",
|
|
1320
1328
|
"return": {
|
|
1321
1329
|
"type": {
|
|
1322
1330
|
"text": "ElementStyles"
|
|
@@ -1341,308 +1349,195 @@
|
|
|
1341
1349
|
"exports": [
|
|
1342
1350
|
{
|
|
1343
1351
|
"kind": "js",
|
|
1344
|
-
"name": "
|
|
1345
|
-
"declaration": {
|
|
1346
|
-
"name": "actionsMenuBaseStyles",
|
|
1347
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"kind": "js",
|
|
1352
|
-
"name": "foundationActionsMenuStyles",
|
|
1352
|
+
"name": "foundationAccordionItemStyles",
|
|
1353
1353
|
"declaration": {
|
|
1354
|
-
"name": "
|
|
1355
|
-
"module": "src/
|
|
1354
|
+
"name": "foundationAccordionItemStyles",
|
|
1355
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1356
1356
|
}
|
|
1357
1357
|
}
|
|
1358
1358
|
]
|
|
1359
1359
|
},
|
|
1360
1360
|
{
|
|
1361
1361
|
"kind": "javascript-module",
|
|
1362
|
-
"path": "src/
|
|
1362
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1363
1363
|
"declarations": [
|
|
1364
1364
|
{
|
|
1365
1365
|
"kind": "function",
|
|
1366
|
-
"name": "
|
|
1366
|
+
"name": "foundationAccordionItemTemplate",
|
|
1367
|
+
"return": {
|
|
1368
|
+
"type": {
|
|
1369
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1367
1372
|
"parameters": [
|
|
1368
1373
|
{
|
|
1369
|
-
"name": "
|
|
1374
|
+
"name": "context",
|
|
1370
1375
|
"type": {
|
|
1371
|
-
"text": "
|
|
1376
|
+
"text": "ElementDefinitionContext"
|
|
1372
1377
|
}
|
|
1373
|
-
}
|
|
1374
|
-
]
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"kind": "function",
|
|
1378
|
-
"name": "singleOptionTemplate",
|
|
1379
|
-
"parameters": [
|
|
1378
|
+
},
|
|
1380
1379
|
{
|
|
1381
|
-
"name": "
|
|
1380
|
+
"name": "definition",
|
|
1382
1381
|
"type": {
|
|
1383
|
-
"text": "
|
|
1382
|
+
"text": "FoundationElementDefinition"
|
|
1384
1383
|
}
|
|
1385
1384
|
}
|
|
1386
1385
|
]
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"kind": "variable",
|
|
1390
|
-
"name": "foundationActionsMenuTemplate",
|
|
1391
|
-
"type": {
|
|
1392
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1393
|
-
},
|
|
1394
|
-
"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`"
|
|
1395
1386
|
}
|
|
1396
1387
|
],
|
|
1397
1388
|
"exports": [
|
|
1398
1389
|
{
|
|
1399
1390
|
"kind": "js",
|
|
1400
|
-
"name": "
|
|
1401
|
-
"declaration": {
|
|
1402
|
-
"name": "menuTemplate",
|
|
1403
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1404
|
-
}
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "js",
|
|
1408
|
-
"name": "singleOptionTemplate",
|
|
1409
|
-
"declaration": {
|
|
1410
|
-
"name": "singleOptionTemplate",
|
|
1411
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "js",
|
|
1416
|
-
"name": "foundationActionsMenuTemplate",
|
|
1391
|
+
"name": "foundationAccordionItemTemplate",
|
|
1417
1392
|
"declaration": {
|
|
1418
|
-
"name": "
|
|
1419
|
-
"module": "src/
|
|
1393
|
+
"name": "foundationAccordionItemTemplate",
|
|
1394
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1420
1395
|
}
|
|
1421
1396
|
}
|
|
1422
1397
|
]
|
|
1423
1398
|
},
|
|
1424
1399
|
{
|
|
1425
1400
|
"kind": "javascript-module",
|
|
1426
|
-
"path": "src/
|
|
1401
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1427
1402
|
"declarations": [
|
|
1428
1403
|
{
|
|
1429
1404
|
"kind": "class",
|
|
1430
1405
|
"description": "",
|
|
1431
|
-
"name": "
|
|
1432
|
-
"
|
|
1406
|
+
"name": "AccordionItem",
|
|
1407
|
+
"superclass": {
|
|
1408
|
+
"name": "FASTAccordionItem",
|
|
1409
|
+
"package": "@microsoft/fast-components"
|
|
1410
|
+
},
|
|
1411
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1412
|
+
"customElement": true,
|
|
1413
|
+
"attributes": [
|
|
1433
1414
|
{
|
|
1434
|
-
"
|
|
1435
|
-
"name": "actions",
|
|
1415
|
+
"name": "heading-level",
|
|
1436
1416
|
"type": {
|
|
1437
|
-
"text": "
|
|
1417
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1418
|
+
},
|
|
1419
|
+
"default": "2",
|
|
1420
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1421
|
+
"fieldName": "headinglevel",
|
|
1422
|
+
"inheritedFrom": {
|
|
1423
|
+
"name": "AccordionItem",
|
|
1424
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1438
1425
|
}
|
|
1439
1426
|
},
|
|
1440
1427
|
{
|
|
1441
|
-
"kind": "field",
|
|
1442
|
-
"name": "isVertical",
|
|
1443
1428
|
"type": {
|
|
1444
1429
|
"text": "boolean"
|
|
1445
1430
|
},
|
|
1446
|
-
"default": "false"
|
|
1431
|
+
"default": "false",
|
|
1432
|
+
"description": "Expands or collapses the item.",
|
|
1433
|
+
"fieldName": "expanded",
|
|
1434
|
+
"inheritedFrom": {
|
|
1435
|
+
"name": "AccordionItem",
|
|
1436
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1437
|
+
}
|
|
1447
1438
|
},
|
|
1448
1439
|
{
|
|
1449
|
-
"
|
|
1450
|
-
"name": "addDefaultActions",
|
|
1440
|
+
"name": "id",
|
|
1451
1441
|
"type": {
|
|
1452
|
-
"text": "
|
|
1442
|
+
"text": "string"
|
|
1453
1443
|
},
|
|
1454
|
-
"
|
|
1455
|
-
|
|
1444
|
+
"description": "The item ID",
|
|
1445
|
+
"fieldName": "id",
|
|
1446
|
+
"inheritedFrom": {
|
|
1447
|
+
"name": "AccordionItem",
|
|
1448
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
],
|
|
1452
|
+
"members": [
|
|
1456
1453
|
{
|
|
1457
1454
|
"kind": "field",
|
|
1458
|
-
"name": "
|
|
1455
|
+
"name": "headinglevel",
|
|
1459
1456
|
"type": {
|
|
1460
|
-
"text": "
|
|
1457
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1461
1458
|
},
|
|
1462
|
-
"
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
"
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
"text": "string"
|
|
1459
|
+
"privacy": "public",
|
|
1460
|
+
"default": "2",
|
|
1461
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1462
|
+
"inheritedFrom": {
|
|
1463
|
+
"name": "AccordionItem",
|
|
1464
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1469
1465
|
}
|
|
1470
1466
|
},
|
|
1471
1467
|
{
|
|
1472
1468
|
"kind": "field",
|
|
1473
|
-
"name": "
|
|
1469
|
+
"name": "expanded",
|
|
1474
1470
|
"type": {
|
|
1475
|
-
"text": "
|
|
1471
|
+
"text": "boolean"
|
|
1472
|
+
},
|
|
1473
|
+
"privacy": "public",
|
|
1474
|
+
"default": "false",
|
|
1475
|
+
"description": "Expands or collapses the item.",
|
|
1476
|
+
"inheritedFrom": {
|
|
1477
|
+
"name": "AccordionItem",
|
|
1478
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1476
1479
|
}
|
|
1477
1480
|
},
|
|
1478
1481
|
{
|
|
1479
1482
|
"kind": "field",
|
|
1480
|
-
"name": "
|
|
1483
|
+
"name": "id",
|
|
1481
1484
|
"type": {
|
|
1482
1485
|
"text": "string"
|
|
1483
1486
|
},
|
|
1484
|
-
"
|
|
1487
|
+
"privacy": "public",
|
|
1488
|
+
"description": "The item ID",
|
|
1489
|
+
"inheritedFrom": {
|
|
1490
|
+
"name": "AccordionItem",
|
|
1491
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1492
|
+
}
|
|
1485
1493
|
},
|
|
1486
1494
|
{
|
|
1487
1495
|
"kind": "field",
|
|
1488
|
-
"name": "
|
|
1489
|
-
"
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1496
|
+
"name": "change",
|
|
1497
|
+
"privacy": "private",
|
|
1498
|
+
"inheritedFrom": {
|
|
1499
|
+
"name": "AccordionItem",
|
|
1500
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1501
|
+
}
|
|
1493
1502
|
},
|
|
1494
1503
|
{
|
|
1495
1504
|
"kind": "field",
|
|
1496
|
-
"name": "
|
|
1505
|
+
"name": "_presentation",
|
|
1497
1506
|
"type": {
|
|
1498
|
-
"text": "
|
|
1507
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1508
|
+
},
|
|
1509
|
+
"privacy": "private",
|
|
1510
|
+
"default": "void 0",
|
|
1511
|
+
"inheritedFrom": {
|
|
1512
|
+
"name": "FoundationElement",
|
|
1513
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1499
1514
|
}
|
|
1500
1515
|
},
|
|
1501
1516
|
{
|
|
1502
1517
|
"kind": "field",
|
|
1503
|
-
"name": "
|
|
1518
|
+
"name": "$presentation",
|
|
1504
1519
|
"type": {
|
|
1505
|
-
"text": "
|
|
1520
|
+
"text": "ComponentPresentation | null"
|
|
1506
1521
|
},
|
|
1507
|
-
"
|
|
1522
|
+
"privacy": "public",
|
|
1523
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1524
|
+
"inheritedFrom": {
|
|
1525
|
+
"name": "FoundationElement",
|
|
1526
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1527
|
+
}
|
|
1508
1528
|
},
|
|
1509
1529
|
{
|
|
1510
1530
|
"kind": "field",
|
|
1511
|
-
"name": "
|
|
1531
|
+
"name": "template",
|
|
1512
1532
|
"type": {
|
|
1513
|
-
"text": "
|
|
1533
|
+
"text": "ElementViewTemplate | void | null"
|
|
1514
1534
|
},
|
|
1515
|
-
"
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
"text": "ActionMenuItem"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "field",
|
|
1526
|
-
"name": "actionsMenu",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "HTMLElement"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"kind": "method",
|
|
1533
|
-
"name": "definitionChanged",
|
|
1534
|
-
"privacy": "protected",
|
|
1535
|
-
"parameters": [
|
|
1536
|
-
{
|
|
1537
|
-
"name": "oldValue",
|
|
1538
|
-
"type": {
|
|
1539
|
-
"text": "any"
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "newValue",
|
|
1544
|
-
"type": {
|
|
1545
|
-
"text": "any"
|
|
1546
|
-
}
|
|
1547
|
-
}
|
|
1548
|
-
]
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
"kind": "method",
|
|
1552
|
-
"name": "openChanged",
|
|
1553
|
-
"privacy": "protected"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"kind": "method",
|
|
1557
|
-
"name": "toggleActionsMenuVisibility"
|
|
1558
|
-
},
|
|
1559
|
-
{
|
|
1560
|
-
"kind": "method",
|
|
1561
|
-
"name": "onActionMenuItemClick",
|
|
1562
|
-
"parameters": [
|
|
1563
|
-
{
|
|
1564
|
-
"name": "callback",
|
|
1565
|
-
"type": {
|
|
1566
|
-
"text": "(rowData) => void | any"
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1569
|
-
]
|
|
1570
|
-
},
|
|
1571
|
-
{
|
|
1572
|
-
"kind": "field",
|
|
1573
|
-
"name": "allActions",
|
|
1574
|
-
"type": {
|
|
1575
|
-
"text": "ActionMenuItem[]"
|
|
1576
|
-
},
|
|
1577
|
-
"readonly": true
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"kind": "field",
|
|
1581
|
-
"name": "rowData",
|
|
1582
|
-
"readonly": true
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"kind": "method",
|
|
1586
|
-
"name": "getLabel",
|
|
1587
|
-
"parameters": [
|
|
1588
|
-
{
|
|
1589
|
-
"name": "name",
|
|
1590
|
-
"type": {
|
|
1591
|
-
"text": "string | ((rowData: any) => string)"
|
|
1592
|
-
}
|
|
1593
|
-
}
|
|
1594
|
-
]
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "method",
|
|
1598
|
-
"name": "getTemplate",
|
|
1599
|
-
"parameters": [
|
|
1600
|
-
{
|
|
1601
|
-
"name": "prefix",
|
|
1602
|
-
"type": {
|
|
1603
|
-
"text": "string"
|
|
1604
|
-
}
|
|
1605
|
-
}
|
|
1606
|
-
]
|
|
1607
|
-
},
|
|
1608
|
-
{
|
|
1609
|
-
"kind": "field",
|
|
1610
|
-
"name": "_presentation",
|
|
1611
|
-
"type": {
|
|
1612
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1613
|
-
},
|
|
1614
|
-
"privacy": "private",
|
|
1615
|
-
"default": "void 0",
|
|
1616
|
-
"inheritedFrom": {
|
|
1617
|
-
"name": "FoundationElement",
|
|
1618
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1619
|
-
}
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"kind": "field",
|
|
1623
|
-
"name": "$presentation",
|
|
1624
|
-
"type": {
|
|
1625
|
-
"text": "ComponentPresentation | null"
|
|
1626
|
-
},
|
|
1627
|
-
"privacy": "public",
|
|
1628
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1629
|
-
"inheritedFrom": {
|
|
1630
|
-
"name": "FoundationElement",
|
|
1631
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1632
|
-
}
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"kind": "field",
|
|
1636
|
-
"name": "template",
|
|
1637
|
-
"type": {
|
|
1638
|
-
"text": "ElementViewTemplate | void | null"
|
|
1639
|
-
},
|
|
1640
|
-
"privacy": "public",
|
|
1641
|
-
"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.",
|
|
1642
|
-
"inheritedFrom": {
|
|
1643
|
-
"name": "FoundationElement",
|
|
1644
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1645
|
-
}
|
|
1535
|
+
"privacy": "public",
|
|
1536
|
+
"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.",
|
|
1537
|
+
"inheritedFrom": {
|
|
1538
|
+
"name": "FoundationElement",
|
|
1539
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1540
|
+
}
|
|
1646
1541
|
},
|
|
1647
1542
|
{
|
|
1648
1543
|
"kind": "method",
|
|
@@ -1717,107 +1612,78 @@
|
|
|
1717
1612
|
}
|
|
1718
1613
|
}
|
|
1719
1614
|
],
|
|
1720
|
-
"
|
|
1721
|
-
{
|
|
1722
|
-
"name": "is-vertical",
|
|
1723
|
-
"type": {
|
|
1724
|
-
"text": "boolean"
|
|
1725
|
-
},
|
|
1726
|
-
"default": "false",
|
|
1727
|
-
"fieldName": "isVertical"
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"name": "add-default-actions",
|
|
1731
|
-
"type": {
|
|
1732
|
-
"text": "boolean"
|
|
1733
|
-
},
|
|
1734
|
-
"default": "true",
|
|
1735
|
-
"fieldName": "addDefaultActions"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"name": "auto-close-on-action",
|
|
1739
|
-
"type": {
|
|
1740
|
-
"text": "boolean"
|
|
1741
|
-
},
|
|
1742
|
-
"default": "true",
|
|
1743
|
-
"fieldName": "autoCloseOnAction"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "name",
|
|
1747
|
-
"type": {
|
|
1748
|
-
"text": "string"
|
|
1749
|
-
},
|
|
1750
|
-
"default": "'Actions'",
|
|
1751
|
-
"fieldName": "name"
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "open",
|
|
1755
|
-
"type": {
|
|
1756
|
-
"text": "boolean"
|
|
1757
|
-
},
|
|
1758
|
-
"default": "false",
|
|
1759
|
-
"fieldName": "open"
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"name": "buttonAppearance",
|
|
1763
|
-
"type": {
|
|
1764
|
-
"text": "string"
|
|
1765
|
-
},
|
|
1766
|
-
"fieldName": "buttonAppearance"
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "hide-disabled",
|
|
1770
|
-
"type": {
|
|
1771
|
-
"text": "boolean"
|
|
1772
|
-
},
|
|
1773
|
-
"default": "false",
|
|
1774
|
-
"fieldName": "hideDisabled"
|
|
1775
|
-
},
|
|
1615
|
+
"events": [
|
|
1776
1616
|
{
|
|
1777
|
-
"
|
|
1778
|
-
"
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1617
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1618
|
+
"name": "change",
|
|
1619
|
+
"inheritedFrom": {
|
|
1620
|
+
"name": "AccordionItem",
|
|
1621
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1622
|
+
}
|
|
1783
1623
|
}
|
|
1784
|
-
]
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1624
|
+
]
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "variable",
|
|
1628
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1629
|
+
"type": {
|
|
1630
|
+
"text": "ShadowRootInit"
|
|
1788
1631
|
},
|
|
1789
|
-
"
|
|
1790
|
-
"customElement": true
|
|
1632
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1791
1633
|
},
|
|
1792
1634
|
{
|
|
1793
1635
|
"kind": "variable",
|
|
1794
|
-
"name": "
|
|
1795
|
-
"
|
|
1636
|
+
"name": "defaultAccordionItemConfig",
|
|
1637
|
+
"type": {
|
|
1638
|
+
"text": "object"
|
|
1639
|
+
},
|
|
1640
|
+
"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}"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"kind": "variable",
|
|
1644
|
+
"name": "foundationAccordionItem",
|
|
1645
|
+
"description": "The Foundation Accordion Item",
|
|
1796
1646
|
"privacy": "public"
|
|
1797
1647
|
}
|
|
1798
1648
|
],
|
|
1799
1649
|
"exports": [
|
|
1800
1650
|
{
|
|
1801
1651
|
"kind": "js",
|
|
1802
|
-
"name": "
|
|
1652
|
+
"name": "AccordionItem",
|
|
1803
1653
|
"declaration": {
|
|
1804
|
-
"name": "
|
|
1805
|
-
"module": "src/
|
|
1654
|
+
"name": "AccordionItem",
|
|
1655
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1806
1656
|
}
|
|
1807
1657
|
},
|
|
1808
1658
|
{
|
|
1809
1659
|
"kind": "js",
|
|
1810
|
-
"name": "
|
|
1660
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1811
1661
|
"declaration": {
|
|
1812
|
-
"name": "
|
|
1813
|
-
"module": "src/
|
|
1662
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1663
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "js",
|
|
1668
|
+
"name": "defaultAccordionItemConfig",
|
|
1669
|
+
"declaration": {
|
|
1670
|
+
"name": "defaultAccordionItemConfig",
|
|
1671
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"kind": "js",
|
|
1676
|
+
"name": "foundationAccordionItem",
|
|
1677
|
+
"declaration": {
|
|
1678
|
+
"name": "foundationAccordionItem",
|
|
1679
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1814
1680
|
}
|
|
1815
1681
|
}
|
|
1816
1682
|
]
|
|
1817
1683
|
},
|
|
1818
1684
|
{
|
|
1819
1685
|
"kind": "javascript-module",
|
|
1820
|
-
"path": "src/
|
|
1686
|
+
"path": "src/accordion-item/index.ts",
|
|
1821
1687
|
"declarations": [],
|
|
1822
1688
|
"exports": [
|
|
1823
1689
|
{
|
|
@@ -1825,7 +1691,7 @@
|
|
|
1825
1691
|
"name": "*",
|
|
1826
1692
|
"declaration": {
|
|
1827
1693
|
"name": "*",
|
|
1828
|
-
"package": "./
|
|
1694
|
+
"package": "./accordion-item.template"
|
|
1829
1695
|
}
|
|
1830
1696
|
},
|
|
1831
1697
|
{
|
|
@@ -1833,7 +1699,7 @@
|
|
|
1833
1699
|
"name": "*",
|
|
1834
1700
|
"declaration": {
|
|
1835
1701
|
"name": "*",
|
|
1836
|
-
"package": "./
|
|
1702
|
+
"package": "./accordion-item.styles"
|
|
1837
1703
|
}
|
|
1838
1704
|
},
|
|
1839
1705
|
{
|
|
@@ -1841,14 +1707,165 @@
|
|
|
1841
1707
|
"name": "*",
|
|
1842
1708
|
"declaration": {
|
|
1843
1709
|
"name": "*",
|
|
1844
|
-
"package": "./
|
|
1710
|
+
"package": "./accordion-item"
|
|
1845
1711
|
}
|
|
1846
1712
|
}
|
|
1847
1713
|
]
|
|
1848
1714
|
},
|
|
1849
1715
|
{
|
|
1850
1716
|
"kind": "javascript-module",
|
|
1851
|
-
"path": "src/
|
|
1717
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1718
|
+
"declarations": [
|
|
1719
|
+
{
|
|
1720
|
+
"kind": "function",
|
|
1721
|
+
"name": "foundationAccordionStyles",
|
|
1722
|
+
"return": {
|
|
1723
|
+
"type": {
|
|
1724
|
+
"text": "ElementStyles"
|
|
1725
|
+
}
|
|
1726
|
+
},
|
|
1727
|
+
"parameters": [
|
|
1728
|
+
{
|
|
1729
|
+
"name": "context",
|
|
1730
|
+
"type": {
|
|
1731
|
+
"text": "ElementDefinitionContext"
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "definition",
|
|
1736
|
+
"type": {
|
|
1737
|
+
"text": "FoundationElementDefinition"
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
}
|
|
1742
|
+
],
|
|
1743
|
+
"exports": [
|
|
1744
|
+
{
|
|
1745
|
+
"kind": "js",
|
|
1746
|
+
"name": "foundationAccordionStyles",
|
|
1747
|
+
"declaration": {
|
|
1748
|
+
"name": "foundationAccordionStyles",
|
|
1749
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
]
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"kind": "javascript-module",
|
|
1756
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1757
|
+
"declarations": [
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "function",
|
|
1760
|
+
"name": "foundationAccordionTemplate",
|
|
1761
|
+
"return": {
|
|
1762
|
+
"type": {
|
|
1763
|
+
"text": "ViewTemplate<Accordion>"
|
|
1764
|
+
}
|
|
1765
|
+
},
|
|
1766
|
+
"parameters": [
|
|
1767
|
+
{
|
|
1768
|
+
"name": "context",
|
|
1769
|
+
"type": {
|
|
1770
|
+
"text": "ElementDefinitionContext"
|
|
1771
|
+
}
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"name": "definition",
|
|
1775
|
+
"type": {
|
|
1776
|
+
"text": "FoundationElementDefinition"
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
]
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"exports": [
|
|
1783
|
+
{
|
|
1784
|
+
"kind": "js",
|
|
1785
|
+
"name": "foundationAccordionTemplate",
|
|
1786
|
+
"declaration": {
|
|
1787
|
+
"name": "foundationAccordionTemplate",
|
|
1788
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
]
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
"kind": "javascript-module",
|
|
1795
|
+
"path": "src/accordion/accordion.ts",
|
|
1796
|
+
"declarations": [
|
|
1797
|
+
{
|
|
1798
|
+
"kind": "class",
|
|
1799
|
+
"description": "",
|
|
1800
|
+
"name": "Accordion",
|
|
1801
|
+
"superclass": {
|
|
1802
|
+
"name": "FASTAccordion",
|
|
1803
|
+
"package": "@microsoft/fast-foundation"
|
|
1804
|
+
},
|
|
1805
|
+
"tagName": "%%prefix%%-accordion",
|
|
1806
|
+
"customElement": true
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "variable",
|
|
1810
|
+
"name": "foundationAccordionShadowOptions",
|
|
1811
|
+
"type": {
|
|
1812
|
+
"text": "ShadowRootInit"
|
|
1813
|
+
},
|
|
1814
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "variable",
|
|
1818
|
+
"name": "defaultAccordionConfig",
|
|
1819
|
+
"type": {
|
|
1820
|
+
"text": "object"
|
|
1821
|
+
},
|
|
1822
|
+
"default": "{}"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "variable",
|
|
1826
|
+
"name": "foundationAccordion",
|
|
1827
|
+
"description": "The Foundation Accordion",
|
|
1828
|
+
"privacy": "public"
|
|
1829
|
+
}
|
|
1830
|
+
],
|
|
1831
|
+
"exports": [
|
|
1832
|
+
{
|
|
1833
|
+
"kind": "js",
|
|
1834
|
+
"name": "Accordion",
|
|
1835
|
+
"declaration": {
|
|
1836
|
+
"name": "Accordion",
|
|
1837
|
+
"module": "src/accordion/accordion.ts"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "js",
|
|
1842
|
+
"name": "foundationAccordionShadowOptions",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "foundationAccordionShadowOptions",
|
|
1845
|
+
"module": "src/accordion/accordion.ts"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "js",
|
|
1850
|
+
"name": "defaultAccordionConfig",
|
|
1851
|
+
"declaration": {
|
|
1852
|
+
"name": "defaultAccordionConfig",
|
|
1853
|
+
"module": "src/accordion/accordion.ts"
|
|
1854
|
+
}
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"kind": "js",
|
|
1858
|
+
"name": "foundationAccordion",
|
|
1859
|
+
"declaration": {
|
|
1860
|
+
"name": "foundationAccordion",
|
|
1861
|
+
"module": "src/accordion/accordion.ts"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
]
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"kind": "javascript-module",
|
|
1868
|
+
"path": "src/accordion/index.ts",
|
|
1852
1869
|
"declarations": [],
|
|
1853
1870
|
"exports": [
|
|
1854
1871
|
{
|
|
@@ -1856,7 +1873,7 @@
|
|
|
1856
1873
|
"name": "*",
|
|
1857
1874
|
"declaration": {
|
|
1858
1875
|
"name": "*",
|
|
1859
|
-
"package": "./
|
|
1876
|
+
"package": "./accordion.template"
|
|
1860
1877
|
}
|
|
1861
1878
|
},
|
|
1862
1879
|
{
|
|
@@ -1864,7 +1881,7 @@
|
|
|
1864
1881
|
"name": "*",
|
|
1865
1882
|
"declaration": {
|
|
1866
1883
|
"name": "*",
|
|
1867
|
-
"package": "./
|
|
1884
|
+
"package": "./accordion.styles"
|
|
1868
1885
|
}
|
|
1869
1886
|
},
|
|
1870
1887
|
{
|
|
@@ -1872,18 +1889,41 @@
|
|
|
1872
1889
|
"name": "*",
|
|
1873
1890
|
"declaration": {
|
|
1874
1891
|
"name": "*",
|
|
1875
|
-
"package": "./
|
|
1892
|
+
"package": "./accordion"
|
|
1876
1893
|
}
|
|
1877
1894
|
}
|
|
1878
1895
|
]
|
|
1879
1896
|
},
|
|
1880
1897
|
{
|
|
1881
1898
|
"kind": "javascript-module",
|
|
1882
|
-
"path": "src/
|
|
1899
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1883
1900
|
"declarations": [
|
|
1884
1901
|
{
|
|
1885
1902
|
"kind": "function",
|
|
1886
|
-
"name": "
|
|
1903
|
+
"name": "actionsMenuBaseStyles",
|
|
1904
|
+
"return": {
|
|
1905
|
+
"type": {
|
|
1906
|
+
"text": "ElementStyles"
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"parameters": [
|
|
1910
|
+
{
|
|
1911
|
+
"name": "context",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "ElementDefinitionContext"
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"name": "definition",
|
|
1918
|
+
"type": {
|
|
1919
|
+
"text": "FoundationElementDefinition"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
]
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "function",
|
|
1926
|
+
"name": "foundationActionsMenuStyles",
|
|
1887
1927
|
"return": {
|
|
1888
1928
|
"type": {
|
|
1889
1929
|
"text": "ElementStyles"
|
|
@@ -1908,157 +1948,270 @@
|
|
|
1908
1948
|
"exports": [
|
|
1909
1949
|
{
|
|
1910
1950
|
"kind": "js",
|
|
1911
|
-
"name": "
|
|
1951
|
+
"name": "actionsMenuBaseStyles",
|
|
1912
1952
|
"declaration": {
|
|
1913
|
-
"name": "
|
|
1914
|
-
"module": "src/
|
|
1953
|
+
"name": "actionsMenuBaseStyles",
|
|
1954
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1955
|
+
}
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
"kind": "js",
|
|
1959
|
+
"name": "foundationActionsMenuStyles",
|
|
1960
|
+
"declaration": {
|
|
1961
|
+
"name": "foundationActionsMenuStyles",
|
|
1962
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1915
1963
|
}
|
|
1916
1964
|
}
|
|
1917
1965
|
]
|
|
1918
1966
|
},
|
|
1919
1967
|
{
|
|
1920
1968
|
"kind": "javascript-module",
|
|
1921
|
-
"path": "src/
|
|
1969
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1922
1970
|
"declarations": [
|
|
1923
1971
|
{
|
|
1924
1972
|
"kind": "function",
|
|
1925
|
-
"name": "
|
|
1926
|
-
"
|
|
1927
|
-
|
|
1928
|
-
"
|
|
1973
|
+
"name": "menuTemplate",
|
|
1974
|
+
"parameters": [
|
|
1975
|
+
{
|
|
1976
|
+
"name": "prefix",
|
|
1977
|
+
"type": {
|
|
1978
|
+
"text": "string"
|
|
1979
|
+
}
|
|
1929
1980
|
}
|
|
1930
|
-
|
|
1981
|
+
]
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"kind": "function",
|
|
1985
|
+
"name": "singleOptionTemplate",
|
|
1931
1986
|
"parameters": [
|
|
1932
1987
|
{
|
|
1933
|
-
"name": "
|
|
1988
|
+
"name": "prefix",
|
|
1989
|
+
"type": {
|
|
1990
|
+
"text": "string"
|
|
1991
|
+
}
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"kind": "variable",
|
|
1997
|
+
"name": "foundationActionsMenuTemplate",
|
|
1998
|
+
"type": {
|
|
1999
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
2000
|
+
},
|
|
2001
|
+
"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`"
|
|
2002
|
+
}
|
|
2003
|
+
],
|
|
2004
|
+
"exports": [
|
|
2005
|
+
{
|
|
2006
|
+
"kind": "js",
|
|
2007
|
+
"name": "menuTemplate",
|
|
2008
|
+
"declaration": {
|
|
2009
|
+
"name": "menuTemplate",
|
|
2010
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2011
|
+
}
|
|
2012
|
+
},
|
|
2013
|
+
{
|
|
2014
|
+
"kind": "js",
|
|
2015
|
+
"name": "singleOptionTemplate",
|
|
2016
|
+
"declaration": {
|
|
2017
|
+
"name": "singleOptionTemplate",
|
|
2018
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
{
|
|
2022
|
+
"kind": "js",
|
|
2023
|
+
"name": "foundationActionsMenuTemplate",
|
|
2024
|
+
"declaration": {
|
|
2025
|
+
"name": "foundationActionsMenuTemplate",
|
|
2026
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2029
|
+
]
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "javascript-module",
|
|
2033
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2034
|
+
"declarations": [
|
|
2035
|
+
{
|
|
2036
|
+
"kind": "class",
|
|
2037
|
+
"description": "",
|
|
2038
|
+
"name": "ActionsMenu",
|
|
2039
|
+
"members": [
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "field",
|
|
2042
|
+
"name": "actions",
|
|
2043
|
+
"type": {
|
|
2044
|
+
"text": "ActionMenuItem[]"
|
|
2045
|
+
}
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"kind": "field",
|
|
2049
|
+
"name": "isVertical",
|
|
2050
|
+
"type": {
|
|
2051
|
+
"text": "boolean"
|
|
2052
|
+
},
|
|
2053
|
+
"default": "false"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "field",
|
|
2057
|
+
"name": "addDefaultActions",
|
|
2058
|
+
"type": {
|
|
2059
|
+
"text": "boolean"
|
|
2060
|
+
},
|
|
2061
|
+
"default": "true"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
"kind": "field",
|
|
2065
|
+
"name": "autoCloseOnAction",
|
|
2066
|
+
"type": {
|
|
2067
|
+
"text": "boolean"
|
|
2068
|
+
},
|
|
2069
|
+
"default": "true"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"kind": "field",
|
|
2073
|
+
"name": "classNames",
|
|
1934
2074
|
"type": {
|
|
1935
|
-
"text": "
|
|
2075
|
+
"text": "string"
|
|
1936
2076
|
}
|
|
1937
2077
|
},
|
|
1938
2078
|
{
|
|
2079
|
+
"kind": "field",
|
|
1939
2080
|
"name": "definition",
|
|
1940
2081
|
"type": {
|
|
1941
|
-
"text": "
|
|
2082
|
+
"text": "any"
|
|
1942
2083
|
}
|
|
1943
|
-
}
|
|
1944
|
-
]
|
|
1945
|
-
}
|
|
1946
|
-
],
|
|
1947
|
-
"exports": [
|
|
1948
|
-
{
|
|
1949
|
-
"kind": "js",
|
|
1950
|
-
"name": "foundationAccordionItemTemplate",
|
|
1951
|
-
"declaration": {
|
|
1952
|
-
"name": "foundationAccordionItemTemplate",
|
|
1953
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1954
|
-
}
|
|
1955
|
-
}
|
|
1956
|
-
]
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
"kind": "javascript-module",
|
|
1960
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1961
|
-
"declarations": [
|
|
1962
|
-
{
|
|
1963
|
-
"kind": "class",
|
|
1964
|
-
"description": "",
|
|
1965
|
-
"name": "AccordionItem",
|
|
1966
|
-
"superclass": {
|
|
1967
|
-
"name": "FASTAccordionItem",
|
|
1968
|
-
"package": "@microsoft/fast-components"
|
|
1969
|
-
},
|
|
1970
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1971
|
-
"customElement": true,
|
|
1972
|
-
"attributes": [
|
|
2084
|
+
},
|
|
1973
2085
|
{
|
|
1974
|
-
"
|
|
2086
|
+
"kind": "field",
|
|
2087
|
+
"name": "name",
|
|
1975
2088
|
"type": {
|
|
1976
|
-
"text": "
|
|
2089
|
+
"text": "string"
|
|
1977
2090
|
},
|
|
1978
|
-
"default": "
|
|
1979
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1980
|
-
"fieldName": "headinglevel",
|
|
1981
|
-
"inheritedFrom": {
|
|
1982
|
-
"name": "AccordionItem",
|
|
1983
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1984
|
-
}
|
|
2091
|
+
"default": "'Actions'"
|
|
1985
2092
|
},
|
|
1986
2093
|
{
|
|
2094
|
+
"kind": "field",
|
|
2095
|
+
"name": "open",
|
|
1987
2096
|
"type": {
|
|
1988
2097
|
"text": "boolean"
|
|
1989
2098
|
},
|
|
1990
|
-
"default": "false"
|
|
1991
|
-
"description": "Expands or collapses the item.",
|
|
1992
|
-
"fieldName": "expanded",
|
|
1993
|
-
"inheritedFrom": {
|
|
1994
|
-
"name": "AccordionItem",
|
|
1995
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1996
|
-
}
|
|
2099
|
+
"default": "false"
|
|
1997
2100
|
},
|
|
1998
2101
|
{
|
|
1999
|
-
"
|
|
2102
|
+
"kind": "field",
|
|
2103
|
+
"name": "buttonAppearance",
|
|
2000
2104
|
"type": {
|
|
2001
2105
|
"text": "string"
|
|
2002
|
-
},
|
|
2003
|
-
"description": "The item ID",
|
|
2004
|
-
"fieldName": "id",
|
|
2005
|
-
"inheritedFrom": {
|
|
2006
|
-
"name": "AccordionItem",
|
|
2007
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2008
2106
|
}
|
|
2009
|
-
}
|
|
2010
|
-
],
|
|
2011
|
-
"members": [
|
|
2107
|
+
},
|
|
2012
2108
|
{
|
|
2013
2109
|
"kind": "field",
|
|
2014
|
-
"name": "
|
|
2110
|
+
"name": "hideDisabled",
|
|
2015
2111
|
"type": {
|
|
2016
|
-
"text": "
|
|
2112
|
+
"text": "boolean"
|
|
2017
2113
|
},
|
|
2018
|
-
"
|
|
2019
|
-
"default": "2",
|
|
2020
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2021
|
-
"inheritedFrom": {
|
|
2022
|
-
"name": "AccordionItem",
|
|
2023
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2024
|
-
}
|
|
2114
|
+
"default": "false"
|
|
2025
2115
|
},
|
|
2026
2116
|
{
|
|
2027
2117
|
"kind": "field",
|
|
2028
|
-
"name": "
|
|
2118
|
+
"name": "hideMenuSingleOption",
|
|
2029
2119
|
"type": {
|
|
2030
2120
|
"text": "boolean"
|
|
2031
2121
|
},
|
|
2032
|
-
"
|
|
2033
|
-
"default": "false",
|
|
2034
|
-
"description": "Expands or collapses the item.",
|
|
2035
|
-
"inheritedFrom": {
|
|
2036
|
-
"name": "AccordionItem",
|
|
2037
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2038
|
-
}
|
|
2122
|
+
"default": "false"
|
|
2039
2123
|
},
|
|
2040
2124
|
{
|
|
2041
2125
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2126
|
+
"name": "singleOption",
|
|
2043
2127
|
"type": {
|
|
2044
|
-
"text": "
|
|
2045
|
-
},
|
|
2046
|
-
"privacy": "public",
|
|
2047
|
-
"description": "The item ID",
|
|
2048
|
-
"inheritedFrom": {
|
|
2049
|
-
"name": "AccordionItem",
|
|
2050
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2128
|
+
"text": "ActionMenuItem"
|
|
2051
2129
|
}
|
|
2052
2130
|
},
|
|
2053
2131
|
{
|
|
2054
2132
|
"kind": "field",
|
|
2055
|
-
"name": "
|
|
2056
|
-
"
|
|
2057
|
-
|
|
2058
|
-
"name": "AccordionItem",
|
|
2059
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2133
|
+
"name": "actionsMenu",
|
|
2134
|
+
"type": {
|
|
2135
|
+
"text": "HTMLElement"
|
|
2060
2136
|
}
|
|
2061
2137
|
},
|
|
2138
|
+
{
|
|
2139
|
+
"kind": "method",
|
|
2140
|
+
"name": "definitionChanged",
|
|
2141
|
+
"privacy": "protected",
|
|
2142
|
+
"parameters": [
|
|
2143
|
+
{
|
|
2144
|
+
"name": "oldValue",
|
|
2145
|
+
"type": {
|
|
2146
|
+
"text": "any"
|
|
2147
|
+
}
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"name": "newValue",
|
|
2151
|
+
"type": {
|
|
2152
|
+
"text": "any"
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
]
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "method",
|
|
2159
|
+
"name": "openChanged",
|
|
2160
|
+
"privacy": "protected"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "method",
|
|
2164
|
+
"name": "toggleActionsMenuVisibility"
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
"kind": "method",
|
|
2168
|
+
"name": "onActionMenuItemClick",
|
|
2169
|
+
"parameters": [
|
|
2170
|
+
{
|
|
2171
|
+
"name": "callback",
|
|
2172
|
+
"type": {
|
|
2173
|
+
"text": "(rowData) => void | any"
|
|
2174
|
+
}
|
|
2175
|
+
}
|
|
2176
|
+
]
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "field",
|
|
2180
|
+
"name": "allActions",
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "ActionMenuItem[]"
|
|
2183
|
+
},
|
|
2184
|
+
"readonly": true
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"kind": "field",
|
|
2188
|
+
"name": "rowData",
|
|
2189
|
+
"readonly": true
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "method",
|
|
2193
|
+
"name": "getLabel",
|
|
2194
|
+
"parameters": [
|
|
2195
|
+
{
|
|
2196
|
+
"name": "name",
|
|
2197
|
+
"type": {
|
|
2198
|
+
"text": "string | ((rowData: any) => string)"
|
|
2199
|
+
}
|
|
2200
|
+
}
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"kind": "method",
|
|
2205
|
+
"name": "getTemplate",
|
|
2206
|
+
"parameters": [
|
|
2207
|
+
{
|
|
2208
|
+
"name": "prefix",
|
|
2209
|
+
"type": {
|
|
2210
|
+
"text": "string"
|
|
2211
|
+
}
|
|
2212
|
+
}
|
|
2213
|
+
]
|
|
2214
|
+
},
|
|
2062
2215
|
{
|
|
2063
2216
|
"kind": "field",
|
|
2064
2217
|
"name": "_presentation",
|
|
@@ -2171,78 +2324,107 @@
|
|
|
2171
2324
|
}
|
|
2172
2325
|
}
|
|
2173
2326
|
],
|
|
2174
|
-
"
|
|
2327
|
+
"attributes": [
|
|
2328
|
+
{
|
|
2329
|
+
"name": "is-vertical",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "boolean"
|
|
2332
|
+
},
|
|
2333
|
+
"default": "false",
|
|
2334
|
+
"fieldName": "isVertical"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "add-default-actions",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "boolean"
|
|
2340
|
+
},
|
|
2341
|
+
"default": "true",
|
|
2342
|
+
"fieldName": "addDefaultActions"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "auto-close-on-action",
|
|
2346
|
+
"type": {
|
|
2347
|
+
"text": "boolean"
|
|
2348
|
+
},
|
|
2349
|
+
"default": "true",
|
|
2350
|
+
"fieldName": "autoCloseOnAction"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "name",
|
|
2354
|
+
"type": {
|
|
2355
|
+
"text": "string"
|
|
2356
|
+
},
|
|
2357
|
+
"default": "'Actions'",
|
|
2358
|
+
"fieldName": "name"
|
|
2359
|
+
},
|
|
2360
|
+
{
|
|
2361
|
+
"name": "open",
|
|
2362
|
+
"type": {
|
|
2363
|
+
"text": "boolean"
|
|
2364
|
+
},
|
|
2365
|
+
"default": "false",
|
|
2366
|
+
"fieldName": "open"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "buttonAppearance",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"text": "string"
|
|
2372
|
+
},
|
|
2373
|
+
"fieldName": "buttonAppearance"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"name": "hide-disabled",
|
|
2377
|
+
"type": {
|
|
2378
|
+
"text": "boolean"
|
|
2379
|
+
},
|
|
2380
|
+
"default": "false",
|
|
2381
|
+
"fieldName": "hideDisabled"
|
|
2382
|
+
},
|
|
2175
2383
|
{
|
|
2176
|
-
"
|
|
2177
|
-
"
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2384
|
+
"name": "hide-menu-single-option",
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "boolean"
|
|
2387
|
+
},
|
|
2388
|
+
"default": "false",
|
|
2389
|
+
"fieldName": "hideMenuSingleOption"
|
|
2182
2390
|
}
|
|
2183
|
-
]
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2188
|
-
"type": {
|
|
2189
|
-
"text": "ShadowRootInit"
|
|
2190
|
-
},
|
|
2191
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"kind": "variable",
|
|
2195
|
-
"name": "defaultAccordionItemConfig",
|
|
2196
|
-
"type": {
|
|
2197
|
-
"text": "object"
|
|
2391
|
+
],
|
|
2392
|
+
"superclass": {
|
|
2393
|
+
"name": "FoundationElement",
|
|
2394
|
+
"package": "@microsoft/fast-foundation"
|
|
2198
2395
|
},
|
|
2199
|
-
"
|
|
2396
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2397
|
+
"customElement": true
|
|
2200
2398
|
},
|
|
2201
2399
|
{
|
|
2202
2400
|
"kind": "variable",
|
|
2203
|
-
"name": "
|
|
2204
|
-
"description": "The Foundation
|
|
2401
|
+
"name": "foundationActionsMenu",
|
|
2402
|
+
"description": "The Foundation Actions Menu",
|
|
2205
2403
|
"privacy": "public"
|
|
2206
2404
|
}
|
|
2207
2405
|
],
|
|
2208
2406
|
"exports": [
|
|
2209
2407
|
{
|
|
2210
2408
|
"kind": "js",
|
|
2211
|
-
"name": "
|
|
2212
|
-
"declaration": {
|
|
2213
|
-
"name": "AccordionItem",
|
|
2214
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2215
|
-
}
|
|
2216
|
-
},
|
|
2217
|
-
{
|
|
2218
|
-
"kind": "js",
|
|
2219
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2220
|
-
"declaration": {
|
|
2221
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2222
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2223
|
-
}
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "js",
|
|
2227
|
-
"name": "defaultAccordionItemConfig",
|
|
2409
|
+
"name": "ActionsMenu",
|
|
2228
2410
|
"declaration": {
|
|
2229
|
-
"name": "
|
|
2230
|
-
"module": "src/
|
|
2411
|
+
"name": "ActionsMenu",
|
|
2412
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2231
2413
|
}
|
|
2232
2414
|
},
|
|
2233
2415
|
{
|
|
2234
2416
|
"kind": "js",
|
|
2235
|
-
"name": "
|
|
2417
|
+
"name": "foundationActionsMenu",
|
|
2236
2418
|
"declaration": {
|
|
2237
|
-
"name": "
|
|
2238
|
-
"module": "src/
|
|
2419
|
+
"name": "foundationActionsMenu",
|
|
2420
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2239
2421
|
}
|
|
2240
2422
|
}
|
|
2241
2423
|
]
|
|
2242
2424
|
},
|
|
2243
2425
|
{
|
|
2244
2426
|
"kind": "javascript-module",
|
|
2245
|
-
"path": "src/
|
|
2427
|
+
"path": "src/actions-menu/index.ts",
|
|
2246
2428
|
"declarations": [],
|
|
2247
2429
|
"exports": [
|
|
2248
2430
|
{
|
|
@@ -2250,7 +2432,7 @@
|
|
|
2250
2432
|
"name": "*",
|
|
2251
2433
|
"declaration": {
|
|
2252
2434
|
"name": "*",
|
|
2253
|
-
"package": "./
|
|
2435
|
+
"package": "./actions-menu.styles"
|
|
2254
2436
|
}
|
|
2255
2437
|
},
|
|
2256
2438
|
{
|
|
@@ -2258,7 +2440,7 @@
|
|
|
2258
2440
|
"name": "*",
|
|
2259
2441
|
"declaration": {
|
|
2260
2442
|
"name": "*",
|
|
2261
|
-
"package": "./
|
|
2443
|
+
"package": "./actions-menu.template"
|
|
2262
2444
|
}
|
|
2263
2445
|
},
|
|
2264
2446
|
{
|
|
@@ -2266,7 +2448,7 @@
|
|
|
2266
2448
|
"name": "*",
|
|
2267
2449
|
"declaration": {
|
|
2268
2450
|
"name": "*",
|
|
2269
|
-
"package": "./
|
|
2451
|
+
"package": "./actions-menu"
|
|
2270
2452
|
}
|
|
2271
2453
|
}
|
|
2272
2454
|
]
|
|
@@ -3251,188 +3433,6 @@
|
|
|
3251
3433
|
}
|
|
3252
3434
|
]
|
|
3253
3435
|
},
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "javascript-module",
|
|
3256
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3257
|
-
"declarations": [
|
|
3258
|
-
{
|
|
3259
|
-
"kind": "function",
|
|
3260
|
-
"name": "foundationAccordionStyles",
|
|
3261
|
-
"return": {
|
|
3262
|
-
"type": {
|
|
3263
|
-
"text": "ElementStyles"
|
|
3264
|
-
}
|
|
3265
|
-
},
|
|
3266
|
-
"parameters": [
|
|
3267
|
-
{
|
|
3268
|
-
"name": "context",
|
|
3269
|
-
"type": {
|
|
3270
|
-
"text": "ElementDefinitionContext"
|
|
3271
|
-
}
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"name": "definition",
|
|
3275
|
-
"type": {
|
|
3276
|
-
"text": "FoundationElementDefinition"
|
|
3277
|
-
}
|
|
3278
|
-
}
|
|
3279
|
-
]
|
|
3280
|
-
}
|
|
3281
|
-
],
|
|
3282
|
-
"exports": [
|
|
3283
|
-
{
|
|
3284
|
-
"kind": "js",
|
|
3285
|
-
"name": "foundationAccordionStyles",
|
|
3286
|
-
"declaration": {
|
|
3287
|
-
"name": "foundationAccordionStyles",
|
|
3288
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3289
|
-
}
|
|
3290
|
-
}
|
|
3291
|
-
]
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"kind": "javascript-module",
|
|
3295
|
-
"path": "src/accordion/accordion.template.ts",
|
|
3296
|
-
"declarations": [
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "function",
|
|
3299
|
-
"name": "foundationAccordionTemplate",
|
|
3300
|
-
"return": {
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": "ViewTemplate<Accordion>"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
"parameters": [
|
|
3306
|
-
{
|
|
3307
|
-
"name": "context",
|
|
3308
|
-
"type": {
|
|
3309
|
-
"text": "ElementDefinitionContext"
|
|
3310
|
-
}
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"name": "definition",
|
|
3314
|
-
"type": {
|
|
3315
|
-
"text": "FoundationElementDefinition"
|
|
3316
|
-
}
|
|
3317
|
-
}
|
|
3318
|
-
]
|
|
3319
|
-
}
|
|
3320
|
-
],
|
|
3321
|
-
"exports": [
|
|
3322
|
-
{
|
|
3323
|
-
"kind": "js",
|
|
3324
|
-
"name": "foundationAccordionTemplate",
|
|
3325
|
-
"declaration": {
|
|
3326
|
-
"name": "foundationAccordionTemplate",
|
|
3327
|
-
"module": "src/accordion/accordion.template.ts"
|
|
3328
|
-
}
|
|
3329
|
-
}
|
|
3330
|
-
]
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"kind": "javascript-module",
|
|
3334
|
-
"path": "src/accordion/accordion.ts",
|
|
3335
|
-
"declarations": [
|
|
3336
|
-
{
|
|
3337
|
-
"kind": "class",
|
|
3338
|
-
"description": "",
|
|
3339
|
-
"name": "Accordion",
|
|
3340
|
-
"superclass": {
|
|
3341
|
-
"name": "FASTAccordion",
|
|
3342
|
-
"package": "@microsoft/fast-foundation"
|
|
3343
|
-
},
|
|
3344
|
-
"tagName": "%%prefix%%-accordion",
|
|
3345
|
-
"customElement": true
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"kind": "variable",
|
|
3349
|
-
"name": "foundationAccordionShadowOptions",
|
|
3350
|
-
"type": {
|
|
3351
|
-
"text": "ShadowRootInit"
|
|
3352
|
-
},
|
|
3353
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3354
|
-
},
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "variable",
|
|
3357
|
-
"name": "defaultAccordionConfig",
|
|
3358
|
-
"type": {
|
|
3359
|
-
"text": "object"
|
|
3360
|
-
},
|
|
3361
|
-
"default": "{}"
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"kind": "variable",
|
|
3365
|
-
"name": "foundationAccordion",
|
|
3366
|
-
"description": "The Foundation Accordion",
|
|
3367
|
-
"privacy": "public"
|
|
3368
|
-
}
|
|
3369
|
-
],
|
|
3370
|
-
"exports": [
|
|
3371
|
-
{
|
|
3372
|
-
"kind": "js",
|
|
3373
|
-
"name": "Accordion",
|
|
3374
|
-
"declaration": {
|
|
3375
|
-
"name": "Accordion",
|
|
3376
|
-
"module": "src/accordion/accordion.ts"
|
|
3377
|
-
}
|
|
3378
|
-
},
|
|
3379
|
-
{
|
|
3380
|
-
"kind": "js",
|
|
3381
|
-
"name": "foundationAccordionShadowOptions",
|
|
3382
|
-
"declaration": {
|
|
3383
|
-
"name": "foundationAccordionShadowOptions",
|
|
3384
|
-
"module": "src/accordion/accordion.ts"
|
|
3385
|
-
}
|
|
3386
|
-
},
|
|
3387
|
-
{
|
|
3388
|
-
"kind": "js",
|
|
3389
|
-
"name": "defaultAccordionConfig",
|
|
3390
|
-
"declaration": {
|
|
3391
|
-
"name": "defaultAccordionConfig",
|
|
3392
|
-
"module": "src/accordion/accordion.ts"
|
|
3393
|
-
}
|
|
3394
|
-
},
|
|
3395
|
-
{
|
|
3396
|
-
"kind": "js",
|
|
3397
|
-
"name": "foundationAccordion",
|
|
3398
|
-
"declaration": {
|
|
3399
|
-
"name": "foundationAccordion",
|
|
3400
|
-
"module": "src/accordion/accordion.ts"
|
|
3401
|
-
}
|
|
3402
|
-
}
|
|
3403
|
-
]
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
"kind": "javascript-module",
|
|
3407
|
-
"path": "src/accordion/index.ts",
|
|
3408
|
-
"declarations": [],
|
|
3409
|
-
"exports": [
|
|
3410
|
-
{
|
|
3411
|
-
"kind": "js",
|
|
3412
|
-
"name": "*",
|
|
3413
|
-
"declaration": {
|
|
3414
|
-
"name": "*",
|
|
3415
|
-
"package": "./accordion.template"
|
|
3416
|
-
}
|
|
3417
|
-
},
|
|
3418
|
-
{
|
|
3419
|
-
"kind": "js",
|
|
3420
|
-
"name": "*",
|
|
3421
|
-
"declaration": {
|
|
3422
|
-
"name": "*",
|
|
3423
|
-
"package": "./accordion.styles"
|
|
3424
|
-
}
|
|
3425
|
-
},
|
|
3426
|
-
{
|
|
3427
|
-
"kind": "js",
|
|
3428
|
-
"name": "*",
|
|
3429
|
-
"declaration": {
|
|
3430
|
-
"name": "*",
|
|
3431
|
-
"package": "./accordion"
|
|
3432
|
-
}
|
|
3433
|
-
}
|
|
3434
|
-
]
|
|
3435
|
-
},
|
|
3436
3436
|
{
|
|
3437
3437
|
"kind": "javascript-module",
|
|
3438
3438
|
"path": "src/anchor/anchor.styles.ts",
|