@genesislcap/foundation-ui 14.392.0 → 14.393.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 +18 -18
|
@@ -1273,34 +1273,42 @@
|
|
|
1273
1273
|
},
|
|
1274
1274
|
{
|
|
1275
1275
|
"kind": "javascript-module",
|
|
1276
|
-
"path": "src/
|
|
1277
|
-
"declarations": [
|
|
1276
|
+
"path": "src/_config/index.ts",
|
|
1277
|
+
"declarations": [],
|
|
1278
|
+
"exports": [
|
|
1278
1279
|
{
|
|
1279
|
-
"kind": "
|
|
1280
|
-
"name": "
|
|
1281
|
-
"
|
|
1282
|
-
"
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
},
|
|
1286
|
-
"parameters": [
|
|
1287
|
-
{
|
|
1288
|
-
"name": "context",
|
|
1289
|
-
"type": {
|
|
1290
|
-
"text": "ElementDefinitionContext"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "definition",
|
|
1295
|
-
"type": {
|
|
1296
|
-
"text": "FoundationElementDefinition"
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
]
|
|
1280
|
+
"kind": "js",
|
|
1281
|
+
"name": "*",
|
|
1282
|
+
"declaration": {
|
|
1283
|
+
"name": "*",
|
|
1284
|
+
"package": "./styles"
|
|
1285
|
+
}
|
|
1300
1286
|
},
|
|
1287
|
+
{
|
|
1288
|
+
"kind": "js",
|
|
1289
|
+
"name": "*",
|
|
1290
|
+
"declaration": {
|
|
1291
|
+
"name": "*",
|
|
1292
|
+
"package": "./tokens"
|
|
1293
|
+
}
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "*",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "*",
|
|
1300
|
+
"package": "./values"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "javascript-module",
|
|
1307
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1308
|
+
"declarations": [
|
|
1301
1309
|
{
|
|
1302
1310
|
"kind": "function",
|
|
1303
|
-
"name": "
|
|
1311
|
+
"name": "foundationAccordionItemStyles",
|
|
1304
1312
|
"return": {
|
|
1305
1313
|
"type": {
|
|
1306
1314
|
"text": "ElementStyles"
|
|
@@ -1325,308 +1333,195 @@
|
|
|
1325
1333
|
"exports": [
|
|
1326
1334
|
{
|
|
1327
1335
|
"kind": "js",
|
|
1328
|
-
"name": "
|
|
1329
|
-
"declaration": {
|
|
1330
|
-
"name": "actionsMenuBaseStyles",
|
|
1331
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1332
|
-
}
|
|
1333
|
-
},
|
|
1334
|
-
{
|
|
1335
|
-
"kind": "js",
|
|
1336
|
-
"name": "foundationActionsMenuStyles",
|
|
1336
|
+
"name": "foundationAccordionItemStyles",
|
|
1337
1337
|
"declaration": {
|
|
1338
|
-
"name": "
|
|
1339
|
-
"module": "src/
|
|
1338
|
+
"name": "foundationAccordionItemStyles",
|
|
1339
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1340
1340
|
}
|
|
1341
1341
|
}
|
|
1342
1342
|
]
|
|
1343
1343
|
},
|
|
1344
1344
|
{
|
|
1345
1345
|
"kind": "javascript-module",
|
|
1346
|
-
"path": "src/
|
|
1346
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1347
1347
|
"declarations": [
|
|
1348
1348
|
{
|
|
1349
1349
|
"kind": "function",
|
|
1350
|
-
"name": "
|
|
1350
|
+
"name": "foundationAccordionItemTemplate",
|
|
1351
|
+
"return": {
|
|
1352
|
+
"type": {
|
|
1353
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1351
1356
|
"parameters": [
|
|
1352
1357
|
{
|
|
1353
|
-
"name": "
|
|
1358
|
+
"name": "context",
|
|
1354
1359
|
"type": {
|
|
1355
|
-
"text": "
|
|
1360
|
+
"text": "ElementDefinitionContext"
|
|
1356
1361
|
}
|
|
1357
|
-
}
|
|
1358
|
-
]
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"kind": "function",
|
|
1362
|
-
"name": "singleOptionTemplate",
|
|
1363
|
-
"parameters": [
|
|
1362
|
+
},
|
|
1364
1363
|
{
|
|
1365
|
-
"name": "
|
|
1364
|
+
"name": "definition",
|
|
1366
1365
|
"type": {
|
|
1367
|
-
"text": "
|
|
1366
|
+
"text": "FoundationElementDefinition"
|
|
1368
1367
|
}
|
|
1369
1368
|
}
|
|
1370
1369
|
]
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"kind": "variable",
|
|
1374
|
-
"name": "foundationActionsMenuTemplate",
|
|
1375
|
-
"type": {
|
|
1376
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1377
|
-
},
|
|
1378
|
-
"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`"
|
|
1379
1370
|
}
|
|
1380
1371
|
],
|
|
1381
1372
|
"exports": [
|
|
1382
1373
|
{
|
|
1383
1374
|
"kind": "js",
|
|
1384
|
-
"name": "
|
|
1385
|
-
"declaration": {
|
|
1386
|
-
"name": "menuTemplate",
|
|
1387
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "js",
|
|
1392
|
-
"name": "singleOptionTemplate",
|
|
1393
|
-
"declaration": {
|
|
1394
|
-
"name": "singleOptionTemplate",
|
|
1395
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1396
|
-
}
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"kind": "js",
|
|
1400
|
-
"name": "foundationActionsMenuTemplate",
|
|
1375
|
+
"name": "foundationAccordionItemTemplate",
|
|
1401
1376
|
"declaration": {
|
|
1402
|
-
"name": "
|
|
1403
|
-
"module": "src/
|
|
1377
|
+
"name": "foundationAccordionItemTemplate",
|
|
1378
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1404
1379
|
}
|
|
1405
1380
|
}
|
|
1406
1381
|
]
|
|
1407
1382
|
},
|
|
1408
1383
|
{
|
|
1409
1384
|
"kind": "javascript-module",
|
|
1410
|
-
"path": "src/
|
|
1385
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1411
1386
|
"declarations": [
|
|
1412
1387
|
{
|
|
1413
1388
|
"kind": "class",
|
|
1414
1389
|
"description": "",
|
|
1415
|
-
"name": "
|
|
1416
|
-
"
|
|
1390
|
+
"name": "AccordionItem",
|
|
1391
|
+
"superclass": {
|
|
1392
|
+
"name": "FASTAccordionItem",
|
|
1393
|
+
"package": "@microsoft/fast-components"
|
|
1394
|
+
},
|
|
1395
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1396
|
+
"customElement": true,
|
|
1397
|
+
"attributes": [
|
|
1417
1398
|
{
|
|
1418
|
-
"
|
|
1419
|
-
"name": "actions",
|
|
1399
|
+
"name": "heading-level",
|
|
1420
1400
|
"type": {
|
|
1421
|
-
"text": "
|
|
1401
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1402
|
+
},
|
|
1403
|
+
"default": "2",
|
|
1404
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1405
|
+
"fieldName": "headinglevel",
|
|
1406
|
+
"inheritedFrom": {
|
|
1407
|
+
"name": "AccordionItem",
|
|
1408
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1422
1409
|
}
|
|
1423
1410
|
},
|
|
1424
1411
|
{
|
|
1425
|
-
"kind": "field",
|
|
1426
|
-
"name": "isVertical",
|
|
1427
1412
|
"type": {
|
|
1428
1413
|
"text": "boolean"
|
|
1429
1414
|
},
|
|
1430
|
-
"default": "false"
|
|
1415
|
+
"default": "false",
|
|
1416
|
+
"description": "Expands or collapses the item.",
|
|
1417
|
+
"fieldName": "expanded",
|
|
1418
|
+
"inheritedFrom": {
|
|
1419
|
+
"name": "AccordionItem",
|
|
1420
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1421
|
+
}
|
|
1431
1422
|
},
|
|
1432
1423
|
{
|
|
1433
|
-
"
|
|
1434
|
-
"name": "addDefaultActions",
|
|
1424
|
+
"name": "id",
|
|
1435
1425
|
"type": {
|
|
1436
|
-
"text": "
|
|
1426
|
+
"text": "string"
|
|
1437
1427
|
},
|
|
1438
|
-
"
|
|
1439
|
-
|
|
1428
|
+
"description": "The item ID",
|
|
1429
|
+
"fieldName": "id",
|
|
1430
|
+
"inheritedFrom": {
|
|
1431
|
+
"name": "AccordionItem",
|
|
1432
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"members": [
|
|
1440
1437
|
{
|
|
1441
1438
|
"kind": "field",
|
|
1442
|
-
"name": "
|
|
1439
|
+
"name": "headinglevel",
|
|
1443
1440
|
"type": {
|
|
1444
|
-
"text": "
|
|
1441
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1445
1442
|
},
|
|
1446
|
-
"
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
"
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
"text": "string"
|
|
1443
|
+
"privacy": "public",
|
|
1444
|
+
"default": "2",
|
|
1445
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1446
|
+
"inheritedFrom": {
|
|
1447
|
+
"name": "AccordionItem",
|
|
1448
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1453
1449
|
}
|
|
1454
1450
|
},
|
|
1455
1451
|
{
|
|
1456
1452
|
"kind": "field",
|
|
1457
|
-
"name": "
|
|
1453
|
+
"name": "expanded",
|
|
1458
1454
|
"type": {
|
|
1459
|
-
"text": "
|
|
1455
|
+
"text": "boolean"
|
|
1456
|
+
},
|
|
1457
|
+
"privacy": "public",
|
|
1458
|
+
"default": "false",
|
|
1459
|
+
"description": "Expands or collapses the item.",
|
|
1460
|
+
"inheritedFrom": {
|
|
1461
|
+
"name": "AccordionItem",
|
|
1462
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1460
1463
|
}
|
|
1461
1464
|
},
|
|
1462
1465
|
{
|
|
1463
1466
|
"kind": "field",
|
|
1464
|
-
"name": "
|
|
1467
|
+
"name": "id",
|
|
1465
1468
|
"type": {
|
|
1466
1469
|
"text": "string"
|
|
1467
1470
|
},
|
|
1468
|
-
"
|
|
1471
|
+
"privacy": "public",
|
|
1472
|
+
"description": "The item ID",
|
|
1473
|
+
"inheritedFrom": {
|
|
1474
|
+
"name": "AccordionItem",
|
|
1475
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1476
|
+
}
|
|
1469
1477
|
},
|
|
1470
1478
|
{
|
|
1471
1479
|
"kind": "field",
|
|
1472
|
-
"name": "
|
|
1473
|
-
"
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1480
|
+
"name": "change",
|
|
1481
|
+
"privacy": "private",
|
|
1482
|
+
"inheritedFrom": {
|
|
1483
|
+
"name": "AccordionItem",
|
|
1484
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1485
|
+
}
|
|
1477
1486
|
},
|
|
1478
1487
|
{
|
|
1479
1488
|
"kind": "field",
|
|
1480
|
-
"name": "
|
|
1489
|
+
"name": "_presentation",
|
|
1481
1490
|
"type": {
|
|
1482
|
-
"text": "
|
|
1491
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1492
|
+
},
|
|
1493
|
+
"privacy": "private",
|
|
1494
|
+
"default": "void 0",
|
|
1495
|
+
"inheritedFrom": {
|
|
1496
|
+
"name": "FoundationElement",
|
|
1497
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1483
1498
|
}
|
|
1484
1499
|
},
|
|
1485
1500
|
{
|
|
1486
1501
|
"kind": "field",
|
|
1487
|
-
"name": "
|
|
1502
|
+
"name": "$presentation",
|
|
1488
1503
|
"type": {
|
|
1489
|
-
"text": "
|
|
1504
|
+
"text": "ComponentPresentation | null"
|
|
1490
1505
|
},
|
|
1491
|
-
"
|
|
1506
|
+
"privacy": "public",
|
|
1507
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1508
|
+
"inheritedFrom": {
|
|
1509
|
+
"name": "FoundationElement",
|
|
1510
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1511
|
+
}
|
|
1492
1512
|
},
|
|
1493
1513
|
{
|
|
1494
1514
|
"kind": "field",
|
|
1495
|
-
"name": "
|
|
1515
|
+
"name": "template",
|
|
1496
1516
|
"type": {
|
|
1497
|
-
"text": "
|
|
1517
|
+
"text": "ElementViewTemplate | void | null"
|
|
1498
1518
|
},
|
|
1499
|
-
"
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
"text": "ActionMenuItem"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "field",
|
|
1510
|
-
"name": "actionsMenu",
|
|
1511
|
-
"type": {
|
|
1512
|
-
"text": "HTMLElement"
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"kind": "method",
|
|
1517
|
-
"name": "definitionChanged",
|
|
1518
|
-
"privacy": "protected",
|
|
1519
|
-
"parameters": [
|
|
1520
|
-
{
|
|
1521
|
-
"name": "oldValue",
|
|
1522
|
-
"type": {
|
|
1523
|
-
"text": "any"
|
|
1524
|
-
}
|
|
1525
|
-
},
|
|
1526
|
-
{
|
|
1527
|
-
"name": "newValue",
|
|
1528
|
-
"type": {
|
|
1529
|
-
"text": "any"
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
|
-
]
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"kind": "method",
|
|
1536
|
-
"name": "openChanged",
|
|
1537
|
-
"privacy": "protected"
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
"kind": "method",
|
|
1541
|
-
"name": "toggleActionsMenuVisibility"
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"kind": "method",
|
|
1545
|
-
"name": "onActionMenuItemClick",
|
|
1546
|
-
"parameters": [
|
|
1547
|
-
{
|
|
1548
|
-
"name": "callback",
|
|
1549
|
-
"type": {
|
|
1550
|
-
"text": "(rowData) => void | any"
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
]
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"kind": "field",
|
|
1557
|
-
"name": "allActions",
|
|
1558
|
-
"type": {
|
|
1559
|
-
"text": "ActionMenuItem[]"
|
|
1560
|
-
},
|
|
1561
|
-
"readonly": true
|
|
1562
|
-
},
|
|
1563
|
-
{
|
|
1564
|
-
"kind": "field",
|
|
1565
|
-
"name": "rowData",
|
|
1566
|
-
"readonly": true
|
|
1567
|
-
},
|
|
1568
|
-
{
|
|
1569
|
-
"kind": "method",
|
|
1570
|
-
"name": "getLabel",
|
|
1571
|
-
"parameters": [
|
|
1572
|
-
{
|
|
1573
|
-
"name": "name",
|
|
1574
|
-
"type": {
|
|
1575
|
-
"text": "string | ((rowData: any) => string)"
|
|
1576
|
-
}
|
|
1577
|
-
}
|
|
1578
|
-
]
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
"kind": "method",
|
|
1582
|
-
"name": "getTemplate",
|
|
1583
|
-
"parameters": [
|
|
1584
|
-
{
|
|
1585
|
-
"name": "prefix",
|
|
1586
|
-
"type": {
|
|
1587
|
-
"text": "string"
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
]
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"kind": "field",
|
|
1594
|
-
"name": "_presentation",
|
|
1595
|
-
"type": {
|
|
1596
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1597
|
-
},
|
|
1598
|
-
"privacy": "private",
|
|
1599
|
-
"default": "void 0",
|
|
1600
|
-
"inheritedFrom": {
|
|
1601
|
-
"name": "FoundationElement",
|
|
1602
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"kind": "field",
|
|
1607
|
-
"name": "$presentation",
|
|
1608
|
-
"type": {
|
|
1609
|
-
"text": "ComponentPresentation | null"
|
|
1610
|
-
},
|
|
1611
|
-
"privacy": "public",
|
|
1612
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1613
|
-
"inheritedFrom": {
|
|
1614
|
-
"name": "FoundationElement",
|
|
1615
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1616
|
-
}
|
|
1617
|
-
},
|
|
1618
|
-
{
|
|
1619
|
-
"kind": "field",
|
|
1620
|
-
"name": "template",
|
|
1621
|
-
"type": {
|
|
1622
|
-
"text": "ElementViewTemplate | void | null"
|
|
1623
|
-
},
|
|
1624
|
-
"privacy": "public",
|
|
1625
|
-
"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.",
|
|
1626
|
-
"inheritedFrom": {
|
|
1627
|
-
"name": "FoundationElement",
|
|
1628
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1629
|
-
}
|
|
1519
|
+
"privacy": "public",
|
|
1520
|
+
"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.",
|
|
1521
|
+
"inheritedFrom": {
|
|
1522
|
+
"name": "FoundationElement",
|
|
1523
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1524
|
+
}
|
|
1630
1525
|
},
|
|
1631
1526
|
{
|
|
1632
1527
|
"kind": "method",
|
|
@@ -1701,107 +1596,78 @@
|
|
|
1701
1596
|
}
|
|
1702
1597
|
}
|
|
1703
1598
|
],
|
|
1704
|
-
"
|
|
1705
|
-
{
|
|
1706
|
-
"name": "is-vertical",
|
|
1707
|
-
"type": {
|
|
1708
|
-
"text": "boolean"
|
|
1709
|
-
},
|
|
1710
|
-
"default": "false",
|
|
1711
|
-
"fieldName": "isVertical"
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"name": "add-default-actions",
|
|
1715
|
-
"type": {
|
|
1716
|
-
"text": "boolean"
|
|
1717
|
-
},
|
|
1718
|
-
"default": "true",
|
|
1719
|
-
"fieldName": "addDefaultActions"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"name": "auto-close-on-action",
|
|
1723
|
-
"type": {
|
|
1724
|
-
"text": "boolean"
|
|
1725
|
-
},
|
|
1726
|
-
"default": "true",
|
|
1727
|
-
"fieldName": "autoCloseOnAction"
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"name": "name",
|
|
1731
|
-
"type": {
|
|
1732
|
-
"text": "string"
|
|
1733
|
-
},
|
|
1734
|
-
"default": "'Actions'",
|
|
1735
|
-
"fieldName": "name"
|
|
1736
|
-
},
|
|
1737
|
-
{
|
|
1738
|
-
"name": "open",
|
|
1739
|
-
"type": {
|
|
1740
|
-
"text": "boolean"
|
|
1741
|
-
},
|
|
1742
|
-
"default": "false",
|
|
1743
|
-
"fieldName": "open"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "buttonAppearance",
|
|
1747
|
-
"type": {
|
|
1748
|
-
"text": "string"
|
|
1749
|
-
},
|
|
1750
|
-
"fieldName": "buttonAppearance"
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "hide-disabled",
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": "boolean"
|
|
1756
|
-
},
|
|
1757
|
-
"default": "false",
|
|
1758
|
-
"fieldName": "hideDisabled"
|
|
1759
|
-
},
|
|
1599
|
+
"events": [
|
|
1760
1600
|
{
|
|
1761
|
-
"
|
|
1762
|
-
"
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1601
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1602
|
+
"name": "change",
|
|
1603
|
+
"inheritedFrom": {
|
|
1604
|
+
"name": "AccordionItem",
|
|
1605
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1606
|
+
}
|
|
1767
1607
|
}
|
|
1768
|
-
]
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1608
|
+
]
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "variable",
|
|
1612
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1613
|
+
"type": {
|
|
1614
|
+
"text": "ShadowRootInit"
|
|
1772
1615
|
},
|
|
1773
|
-
"
|
|
1774
|
-
"customElement": true
|
|
1616
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1775
1617
|
},
|
|
1776
1618
|
{
|
|
1777
1619
|
"kind": "variable",
|
|
1778
|
-
"name": "
|
|
1779
|
-
"
|
|
1620
|
+
"name": "defaultAccordionItemConfig",
|
|
1621
|
+
"type": {
|
|
1622
|
+
"text": "object"
|
|
1623
|
+
},
|
|
1624
|
+
"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}"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"kind": "variable",
|
|
1628
|
+
"name": "foundationAccordionItem",
|
|
1629
|
+
"description": "The Foundation Accordion Item",
|
|
1780
1630
|
"privacy": "public"
|
|
1781
1631
|
}
|
|
1782
1632
|
],
|
|
1783
1633
|
"exports": [
|
|
1784
1634
|
{
|
|
1785
1635
|
"kind": "js",
|
|
1786
|
-
"name": "
|
|
1636
|
+
"name": "AccordionItem",
|
|
1787
1637
|
"declaration": {
|
|
1788
|
-
"name": "
|
|
1789
|
-
"module": "src/
|
|
1638
|
+
"name": "AccordionItem",
|
|
1639
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1790
1640
|
}
|
|
1791
1641
|
},
|
|
1792
1642
|
{
|
|
1793
1643
|
"kind": "js",
|
|
1794
|
-
"name": "
|
|
1644
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1795
1645
|
"declaration": {
|
|
1796
|
-
"name": "
|
|
1797
|
-
"module": "src/
|
|
1646
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1647
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1648
|
+
}
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"kind": "js",
|
|
1652
|
+
"name": "defaultAccordionItemConfig",
|
|
1653
|
+
"declaration": {
|
|
1654
|
+
"name": "defaultAccordionItemConfig",
|
|
1655
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"kind": "js",
|
|
1660
|
+
"name": "foundationAccordionItem",
|
|
1661
|
+
"declaration": {
|
|
1662
|
+
"name": "foundationAccordionItem",
|
|
1663
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1798
1664
|
}
|
|
1799
1665
|
}
|
|
1800
1666
|
]
|
|
1801
1667
|
},
|
|
1802
1668
|
{
|
|
1803
1669
|
"kind": "javascript-module",
|
|
1804
|
-
"path": "src/
|
|
1670
|
+
"path": "src/accordion-item/index.ts",
|
|
1805
1671
|
"declarations": [],
|
|
1806
1672
|
"exports": [
|
|
1807
1673
|
{
|
|
@@ -1809,7 +1675,7 @@
|
|
|
1809
1675
|
"name": "*",
|
|
1810
1676
|
"declaration": {
|
|
1811
1677
|
"name": "*",
|
|
1812
|
-
"package": "./
|
|
1678
|
+
"package": "./accordion-item.template"
|
|
1813
1679
|
}
|
|
1814
1680
|
},
|
|
1815
1681
|
{
|
|
@@ -1817,7 +1683,7 @@
|
|
|
1817
1683
|
"name": "*",
|
|
1818
1684
|
"declaration": {
|
|
1819
1685
|
"name": "*",
|
|
1820
|
-
"package": "./
|
|
1686
|
+
"package": "./accordion-item.styles"
|
|
1821
1687
|
}
|
|
1822
1688
|
},
|
|
1823
1689
|
{
|
|
@@ -1825,14 +1691,165 @@
|
|
|
1825
1691
|
"name": "*",
|
|
1826
1692
|
"declaration": {
|
|
1827
1693
|
"name": "*",
|
|
1828
|
-
"package": "./
|
|
1694
|
+
"package": "./accordion-item"
|
|
1829
1695
|
}
|
|
1830
1696
|
}
|
|
1831
1697
|
]
|
|
1832
1698
|
},
|
|
1833
1699
|
{
|
|
1834
1700
|
"kind": "javascript-module",
|
|
1835
|
-
"path": "src/
|
|
1701
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1702
|
+
"declarations": [
|
|
1703
|
+
{
|
|
1704
|
+
"kind": "function",
|
|
1705
|
+
"name": "foundationAccordionStyles",
|
|
1706
|
+
"return": {
|
|
1707
|
+
"type": {
|
|
1708
|
+
"text": "ElementStyles"
|
|
1709
|
+
}
|
|
1710
|
+
},
|
|
1711
|
+
"parameters": [
|
|
1712
|
+
{
|
|
1713
|
+
"name": "context",
|
|
1714
|
+
"type": {
|
|
1715
|
+
"text": "ElementDefinitionContext"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"name": "definition",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "FoundationElementDefinition"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
]
|
|
1725
|
+
}
|
|
1726
|
+
],
|
|
1727
|
+
"exports": [
|
|
1728
|
+
{
|
|
1729
|
+
"kind": "js",
|
|
1730
|
+
"name": "foundationAccordionStyles",
|
|
1731
|
+
"declaration": {
|
|
1732
|
+
"name": "foundationAccordionStyles",
|
|
1733
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1734
|
+
}
|
|
1735
|
+
}
|
|
1736
|
+
]
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "javascript-module",
|
|
1740
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1741
|
+
"declarations": [
|
|
1742
|
+
{
|
|
1743
|
+
"kind": "function",
|
|
1744
|
+
"name": "foundationAccordionTemplate",
|
|
1745
|
+
"return": {
|
|
1746
|
+
"type": {
|
|
1747
|
+
"text": "ViewTemplate<Accordion>"
|
|
1748
|
+
}
|
|
1749
|
+
},
|
|
1750
|
+
"parameters": [
|
|
1751
|
+
{
|
|
1752
|
+
"name": "context",
|
|
1753
|
+
"type": {
|
|
1754
|
+
"text": "ElementDefinitionContext"
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "definition",
|
|
1759
|
+
"type": {
|
|
1760
|
+
"text": "FoundationElementDefinition"
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
]
|
|
1764
|
+
}
|
|
1765
|
+
],
|
|
1766
|
+
"exports": [
|
|
1767
|
+
{
|
|
1768
|
+
"kind": "js",
|
|
1769
|
+
"name": "foundationAccordionTemplate",
|
|
1770
|
+
"declaration": {
|
|
1771
|
+
"name": "foundationAccordionTemplate",
|
|
1772
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
]
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "javascript-module",
|
|
1779
|
+
"path": "src/accordion/accordion.ts",
|
|
1780
|
+
"declarations": [
|
|
1781
|
+
{
|
|
1782
|
+
"kind": "class",
|
|
1783
|
+
"description": "",
|
|
1784
|
+
"name": "Accordion",
|
|
1785
|
+
"superclass": {
|
|
1786
|
+
"name": "FASTAccordion",
|
|
1787
|
+
"package": "@microsoft/fast-foundation"
|
|
1788
|
+
},
|
|
1789
|
+
"tagName": "%%prefix%%-accordion",
|
|
1790
|
+
"customElement": true
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "variable",
|
|
1794
|
+
"name": "foundationAccordionShadowOptions",
|
|
1795
|
+
"type": {
|
|
1796
|
+
"text": "ShadowRootInit"
|
|
1797
|
+
},
|
|
1798
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "variable",
|
|
1802
|
+
"name": "defaultAccordionConfig",
|
|
1803
|
+
"type": {
|
|
1804
|
+
"text": "object"
|
|
1805
|
+
},
|
|
1806
|
+
"default": "{}"
|
|
1807
|
+
},
|
|
1808
|
+
{
|
|
1809
|
+
"kind": "variable",
|
|
1810
|
+
"name": "foundationAccordion",
|
|
1811
|
+
"description": "The Foundation Accordion",
|
|
1812
|
+
"privacy": "public"
|
|
1813
|
+
}
|
|
1814
|
+
],
|
|
1815
|
+
"exports": [
|
|
1816
|
+
{
|
|
1817
|
+
"kind": "js",
|
|
1818
|
+
"name": "Accordion",
|
|
1819
|
+
"declaration": {
|
|
1820
|
+
"name": "Accordion",
|
|
1821
|
+
"module": "src/accordion/accordion.ts"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "js",
|
|
1826
|
+
"name": "foundationAccordionShadowOptions",
|
|
1827
|
+
"declaration": {
|
|
1828
|
+
"name": "foundationAccordionShadowOptions",
|
|
1829
|
+
"module": "src/accordion/accordion.ts"
|
|
1830
|
+
}
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"kind": "js",
|
|
1834
|
+
"name": "defaultAccordionConfig",
|
|
1835
|
+
"declaration": {
|
|
1836
|
+
"name": "defaultAccordionConfig",
|
|
1837
|
+
"module": "src/accordion/accordion.ts"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "js",
|
|
1842
|
+
"name": "foundationAccordion",
|
|
1843
|
+
"declaration": {
|
|
1844
|
+
"name": "foundationAccordion",
|
|
1845
|
+
"module": "src/accordion/accordion.ts"
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"kind": "javascript-module",
|
|
1852
|
+
"path": "src/accordion/index.ts",
|
|
1836
1853
|
"declarations": [],
|
|
1837
1854
|
"exports": [
|
|
1838
1855
|
{
|
|
@@ -1840,7 +1857,7 @@
|
|
|
1840
1857
|
"name": "*",
|
|
1841
1858
|
"declaration": {
|
|
1842
1859
|
"name": "*",
|
|
1843
|
-
"package": "./
|
|
1860
|
+
"package": "./accordion.template"
|
|
1844
1861
|
}
|
|
1845
1862
|
},
|
|
1846
1863
|
{
|
|
@@ -1848,7 +1865,7 @@
|
|
|
1848
1865
|
"name": "*",
|
|
1849
1866
|
"declaration": {
|
|
1850
1867
|
"name": "*",
|
|
1851
|
-
"package": "./
|
|
1868
|
+
"package": "./accordion.styles"
|
|
1852
1869
|
}
|
|
1853
1870
|
},
|
|
1854
1871
|
{
|
|
@@ -1856,18 +1873,41 @@
|
|
|
1856
1873
|
"name": "*",
|
|
1857
1874
|
"declaration": {
|
|
1858
1875
|
"name": "*",
|
|
1859
|
-
"package": "./
|
|
1876
|
+
"package": "./accordion"
|
|
1860
1877
|
}
|
|
1861
1878
|
}
|
|
1862
1879
|
]
|
|
1863
1880
|
},
|
|
1864
1881
|
{
|
|
1865
1882
|
"kind": "javascript-module",
|
|
1866
|
-
"path": "src/
|
|
1883
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1867
1884
|
"declarations": [
|
|
1868
1885
|
{
|
|
1869
1886
|
"kind": "function",
|
|
1870
|
-
"name": "
|
|
1887
|
+
"name": "actionsMenuBaseStyles",
|
|
1888
|
+
"return": {
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "ElementStyles"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
"parameters": [
|
|
1894
|
+
{
|
|
1895
|
+
"name": "context",
|
|
1896
|
+
"type": {
|
|
1897
|
+
"text": "ElementDefinitionContext"
|
|
1898
|
+
}
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"name": "definition",
|
|
1902
|
+
"type": {
|
|
1903
|
+
"text": "FoundationElementDefinition"
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
]
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"kind": "function",
|
|
1910
|
+
"name": "foundationActionsMenuStyles",
|
|
1871
1911
|
"return": {
|
|
1872
1912
|
"type": {
|
|
1873
1913
|
"text": "ElementStyles"
|
|
@@ -1892,157 +1932,270 @@
|
|
|
1892
1932
|
"exports": [
|
|
1893
1933
|
{
|
|
1894
1934
|
"kind": "js",
|
|
1895
|
-
"name": "
|
|
1935
|
+
"name": "actionsMenuBaseStyles",
|
|
1896
1936
|
"declaration": {
|
|
1897
|
-
"name": "
|
|
1898
|
-
"module": "src/
|
|
1937
|
+
"name": "actionsMenuBaseStyles",
|
|
1938
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1939
|
+
}
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"kind": "js",
|
|
1943
|
+
"name": "foundationActionsMenuStyles",
|
|
1944
|
+
"declaration": {
|
|
1945
|
+
"name": "foundationActionsMenuStyles",
|
|
1946
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1899
1947
|
}
|
|
1900
1948
|
}
|
|
1901
1949
|
]
|
|
1902
1950
|
},
|
|
1903
1951
|
{
|
|
1904
1952
|
"kind": "javascript-module",
|
|
1905
|
-
"path": "src/
|
|
1953
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1906
1954
|
"declarations": [
|
|
1907
1955
|
{
|
|
1908
1956
|
"kind": "function",
|
|
1909
|
-
"name": "
|
|
1910
|
-
"
|
|
1911
|
-
|
|
1912
|
-
"
|
|
1957
|
+
"name": "menuTemplate",
|
|
1958
|
+
"parameters": [
|
|
1959
|
+
{
|
|
1960
|
+
"name": "prefix",
|
|
1961
|
+
"type": {
|
|
1962
|
+
"text": "string"
|
|
1963
|
+
}
|
|
1913
1964
|
}
|
|
1914
|
-
|
|
1965
|
+
]
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "function",
|
|
1969
|
+
"name": "singleOptionTemplate",
|
|
1915
1970
|
"parameters": [
|
|
1916
1971
|
{
|
|
1917
|
-
"name": "
|
|
1972
|
+
"name": "prefix",
|
|
1973
|
+
"type": {
|
|
1974
|
+
"text": "string"
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1977
|
+
]
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
"kind": "variable",
|
|
1981
|
+
"name": "foundationActionsMenuTemplate",
|
|
1982
|
+
"type": {
|
|
1983
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1984
|
+
},
|
|
1985
|
+
"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`"
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
"exports": [
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "js",
|
|
1991
|
+
"name": "menuTemplate",
|
|
1992
|
+
"declaration": {
|
|
1993
|
+
"name": "menuTemplate",
|
|
1994
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1995
|
+
}
|
|
1996
|
+
},
|
|
1997
|
+
{
|
|
1998
|
+
"kind": "js",
|
|
1999
|
+
"name": "singleOptionTemplate",
|
|
2000
|
+
"declaration": {
|
|
2001
|
+
"name": "singleOptionTemplate",
|
|
2002
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2003
|
+
}
|
|
2004
|
+
},
|
|
2005
|
+
{
|
|
2006
|
+
"kind": "js",
|
|
2007
|
+
"name": "foundationActionsMenuTemplate",
|
|
2008
|
+
"declaration": {
|
|
2009
|
+
"name": "foundationActionsMenuTemplate",
|
|
2010
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
]
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"kind": "javascript-module",
|
|
2017
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
2018
|
+
"declarations": [
|
|
2019
|
+
{
|
|
2020
|
+
"kind": "class",
|
|
2021
|
+
"description": "",
|
|
2022
|
+
"name": "ActionsMenu",
|
|
2023
|
+
"members": [
|
|
2024
|
+
{
|
|
2025
|
+
"kind": "field",
|
|
2026
|
+
"name": "actions",
|
|
2027
|
+
"type": {
|
|
2028
|
+
"text": "ActionMenuItem[]"
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
2031
|
+
{
|
|
2032
|
+
"kind": "field",
|
|
2033
|
+
"name": "isVertical",
|
|
2034
|
+
"type": {
|
|
2035
|
+
"text": "boolean"
|
|
2036
|
+
},
|
|
2037
|
+
"default": "false"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"kind": "field",
|
|
2041
|
+
"name": "addDefaultActions",
|
|
2042
|
+
"type": {
|
|
2043
|
+
"text": "boolean"
|
|
2044
|
+
},
|
|
2045
|
+
"default": "true"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"kind": "field",
|
|
2049
|
+
"name": "autoCloseOnAction",
|
|
2050
|
+
"type": {
|
|
2051
|
+
"text": "boolean"
|
|
2052
|
+
},
|
|
2053
|
+
"default": "true"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"kind": "field",
|
|
2057
|
+
"name": "classNames",
|
|
1918
2058
|
"type": {
|
|
1919
|
-
"text": "
|
|
2059
|
+
"text": "string"
|
|
1920
2060
|
}
|
|
1921
2061
|
},
|
|
1922
2062
|
{
|
|
2063
|
+
"kind": "field",
|
|
1923
2064
|
"name": "definition",
|
|
1924
2065
|
"type": {
|
|
1925
|
-
"text": "
|
|
2066
|
+
"text": "any"
|
|
1926
2067
|
}
|
|
1927
|
-
}
|
|
1928
|
-
]
|
|
1929
|
-
}
|
|
1930
|
-
],
|
|
1931
|
-
"exports": [
|
|
1932
|
-
{
|
|
1933
|
-
"kind": "js",
|
|
1934
|
-
"name": "foundationAccordionItemTemplate",
|
|
1935
|
-
"declaration": {
|
|
1936
|
-
"name": "foundationAccordionItemTemplate",
|
|
1937
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1940
|
-
]
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
"kind": "javascript-module",
|
|
1944
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1945
|
-
"declarations": [
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "class",
|
|
1948
|
-
"description": "",
|
|
1949
|
-
"name": "AccordionItem",
|
|
1950
|
-
"superclass": {
|
|
1951
|
-
"name": "FASTAccordionItem",
|
|
1952
|
-
"package": "@microsoft/fast-components"
|
|
1953
|
-
},
|
|
1954
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1955
|
-
"customElement": true,
|
|
1956
|
-
"attributes": [
|
|
2068
|
+
},
|
|
1957
2069
|
{
|
|
1958
|
-
"
|
|
2070
|
+
"kind": "field",
|
|
2071
|
+
"name": "name",
|
|
1959
2072
|
"type": {
|
|
1960
|
-
"text": "
|
|
2073
|
+
"text": "string"
|
|
1961
2074
|
},
|
|
1962
|
-
"default": "
|
|
1963
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1964
|
-
"fieldName": "headinglevel",
|
|
1965
|
-
"inheritedFrom": {
|
|
1966
|
-
"name": "AccordionItem",
|
|
1967
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1968
|
-
}
|
|
2075
|
+
"default": "'Actions'"
|
|
1969
2076
|
},
|
|
1970
2077
|
{
|
|
2078
|
+
"kind": "field",
|
|
2079
|
+
"name": "open",
|
|
1971
2080
|
"type": {
|
|
1972
2081
|
"text": "boolean"
|
|
1973
2082
|
},
|
|
1974
|
-
"default": "false"
|
|
1975
|
-
"description": "Expands or collapses the item.",
|
|
1976
|
-
"fieldName": "expanded",
|
|
1977
|
-
"inheritedFrom": {
|
|
1978
|
-
"name": "AccordionItem",
|
|
1979
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1980
|
-
}
|
|
2083
|
+
"default": "false"
|
|
1981
2084
|
},
|
|
1982
2085
|
{
|
|
1983
|
-
"
|
|
2086
|
+
"kind": "field",
|
|
2087
|
+
"name": "buttonAppearance",
|
|
1984
2088
|
"type": {
|
|
1985
2089
|
"text": "string"
|
|
1986
|
-
},
|
|
1987
|
-
"description": "The item ID",
|
|
1988
|
-
"fieldName": "id",
|
|
1989
|
-
"inheritedFrom": {
|
|
1990
|
-
"name": "AccordionItem",
|
|
1991
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1992
2090
|
}
|
|
1993
|
-
}
|
|
1994
|
-
],
|
|
1995
|
-
"members": [
|
|
2091
|
+
},
|
|
1996
2092
|
{
|
|
1997
2093
|
"kind": "field",
|
|
1998
|
-
"name": "
|
|
2094
|
+
"name": "hideDisabled",
|
|
1999
2095
|
"type": {
|
|
2000
|
-
"text": "
|
|
2096
|
+
"text": "boolean"
|
|
2001
2097
|
},
|
|
2002
|
-
"
|
|
2003
|
-
"default": "2",
|
|
2004
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2005
|
-
"inheritedFrom": {
|
|
2006
|
-
"name": "AccordionItem",
|
|
2007
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2008
|
-
}
|
|
2098
|
+
"default": "false"
|
|
2009
2099
|
},
|
|
2010
2100
|
{
|
|
2011
2101
|
"kind": "field",
|
|
2012
|
-
"name": "
|
|
2102
|
+
"name": "hideMenuSingleOption",
|
|
2013
2103
|
"type": {
|
|
2014
2104
|
"text": "boolean"
|
|
2015
2105
|
},
|
|
2016
|
-
"
|
|
2017
|
-
"default": "false",
|
|
2018
|
-
"description": "Expands or collapses the item.",
|
|
2019
|
-
"inheritedFrom": {
|
|
2020
|
-
"name": "AccordionItem",
|
|
2021
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2022
|
-
}
|
|
2106
|
+
"default": "false"
|
|
2023
2107
|
},
|
|
2024
2108
|
{
|
|
2025
2109
|
"kind": "field",
|
|
2026
|
-
"name": "
|
|
2110
|
+
"name": "singleOption",
|
|
2027
2111
|
"type": {
|
|
2028
|
-
"text": "
|
|
2029
|
-
},
|
|
2030
|
-
"privacy": "public",
|
|
2031
|
-
"description": "The item ID",
|
|
2032
|
-
"inheritedFrom": {
|
|
2033
|
-
"name": "AccordionItem",
|
|
2034
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2112
|
+
"text": "ActionMenuItem"
|
|
2035
2113
|
}
|
|
2036
2114
|
},
|
|
2037
2115
|
{
|
|
2038
2116
|
"kind": "field",
|
|
2039
|
-
"name": "
|
|
2040
|
-
"
|
|
2041
|
-
|
|
2042
|
-
"name": "AccordionItem",
|
|
2043
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2117
|
+
"name": "actionsMenu",
|
|
2118
|
+
"type": {
|
|
2119
|
+
"text": "HTMLElement"
|
|
2044
2120
|
}
|
|
2045
2121
|
},
|
|
2122
|
+
{
|
|
2123
|
+
"kind": "method",
|
|
2124
|
+
"name": "definitionChanged",
|
|
2125
|
+
"privacy": "protected",
|
|
2126
|
+
"parameters": [
|
|
2127
|
+
{
|
|
2128
|
+
"name": "oldValue",
|
|
2129
|
+
"type": {
|
|
2130
|
+
"text": "any"
|
|
2131
|
+
}
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"name": "newValue",
|
|
2135
|
+
"type": {
|
|
2136
|
+
"text": "any"
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
]
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"kind": "method",
|
|
2143
|
+
"name": "openChanged",
|
|
2144
|
+
"privacy": "protected"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"kind": "method",
|
|
2148
|
+
"name": "toggleActionsMenuVisibility"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"kind": "method",
|
|
2152
|
+
"name": "onActionMenuItemClick",
|
|
2153
|
+
"parameters": [
|
|
2154
|
+
{
|
|
2155
|
+
"name": "callback",
|
|
2156
|
+
"type": {
|
|
2157
|
+
"text": "(rowData) => void | any"
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
]
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"kind": "field",
|
|
2164
|
+
"name": "allActions",
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "ActionMenuItem[]"
|
|
2167
|
+
},
|
|
2168
|
+
"readonly": true
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"kind": "field",
|
|
2172
|
+
"name": "rowData",
|
|
2173
|
+
"readonly": true
|
|
2174
|
+
},
|
|
2175
|
+
{
|
|
2176
|
+
"kind": "method",
|
|
2177
|
+
"name": "getLabel",
|
|
2178
|
+
"parameters": [
|
|
2179
|
+
{
|
|
2180
|
+
"name": "name",
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "string | ((rowData: any) => string)"
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2185
|
+
]
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"kind": "method",
|
|
2189
|
+
"name": "getTemplate",
|
|
2190
|
+
"parameters": [
|
|
2191
|
+
{
|
|
2192
|
+
"name": "prefix",
|
|
2193
|
+
"type": {
|
|
2194
|
+
"text": "string"
|
|
2195
|
+
}
|
|
2196
|
+
}
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2046
2199
|
{
|
|
2047
2200
|
"kind": "field",
|
|
2048
2201
|
"name": "_presentation",
|
|
@@ -2155,78 +2308,107 @@
|
|
|
2155
2308
|
}
|
|
2156
2309
|
}
|
|
2157
2310
|
],
|
|
2158
|
-
"
|
|
2311
|
+
"attributes": [
|
|
2312
|
+
{
|
|
2313
|
+
"name": "is-vertical",
|
|
2314
|
+
"type": {
|
|
2315
|
+
"text": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"default": "false",
|
|
2318
|
+
"fieldName": "isVertical"
|
|
2319
|
+
},
|
|
2320
|
+
{
|
|
2321
|
+
"name": "add-default-actions",
|
|
2322
|
+
"type": {
|
|
2323
|
+
"text": "boolean"
|
|
2324
|
+
},
|
|
2325
|
+
"default": "true",
|
|
2326
|
+
"fieldName": "addDefaultActions"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "auto-close-on-action",
|
|
2330
|
+
"type": {
|
|
2331
|
+
"text": "boolean"
|
|
2332
|
+
},
|
|
2333
|
+
"default": "true",
|
|
2334
|
+
"fieldName": "autoCloseOnAction"
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
"name": "name",
|
|
2338
|
+
"type": {
|
|
2339
|
+
"text": "string"
|
|
2340
|
+
},
|
|
2341
|
+
"default": "'Actions'",
|
|
2342
|
+
"fieldName": "name"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "open",
|
|
2346
|
+
"type": {
|
|
2347
|
+
"text": "boolean"
|
|
2348
|
+
},
|
|
2349
|
+
"default": "false",
|
|
2350
|
+
"fieldName": "open"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"name": "buttonAppearance",
|
|
2354
|
+
"type": {
|
|
2355
|
+
"text": "string"
|
|
2356
|
+
},
|
|
2357
|
+
"fieldName": "buttonAppearance"
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"name": "hide-disabled",
|
|
2361
|
+
"type": {
|
|
2362
|
+
"text": "boolean"
|
|
2363
|
+
},
|
|
2364
|
+
"default": "false",
|
|
2365
|
+
"fieldName": "hideDisabled"
|
|
2366
|
+
},
|
|
2159
2367
|
{
|
|
2160
|
-
"
|
|
2161
|
-
"
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2368
|
+
"name": "hide-menu-single-option",
|
|
2369
|
+
"type": {
|
|
2370
|
+
"text": "boolean"
|
|
2371
|
+
},
|
|
2372
|
+
"default": "false",
|
|
2373
|
+
"fieldName": "hideMenuSingleOption"
|
|
2166
2374
|
}
|
|
2167
|
-
]
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2172
|
-
"type": {
|
|
2173
|
-
"text": "ShadowRootInit"
|
|
2174
|
-
},
|
|
2175
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"kind": "variable",
|
|
2179
|
-
"name": "defaultAccordionItemConfig",
|
|
2180
|
-
"type": {
|
|
2181
|
-
"text": "object"
|
|
2375
|
+
],
|
|
2376
|
+
"superclass": {
|
|
2377
|
+
"name": "FoundationElement",
|
|
2378
|
+
"package": "@microsoft/fast-foundation"
|
|
2182
2379
|
},
|
|
2183
|
-
"
|
|
2380
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2381
|
+
"customElement": true
|
|
2184
2382
|
},
|
|
2185
2383
|
{
|
|
2186
2384
|
"kind": "variable",
|
|
2187
|
-
"name": "
|
|
2188
|
-
"description": "The Foundation
|
|
2385
|
+
"name": "foundationActionsMenu",
|
|
2386
|
+
"description": "The Foundation Actions Menu",
|
|
2189
2387
|
"privacy": "public"
|
|
2190
2388
|
}
|
|
2191
2389
|
],
|
|
2192
2390
|
"exports": [
|
|
2193
2391
|
{
|
|
2194
2392
|
"kind": "js",
|
|
2195
|
-
"name": "
|
|
2196
|
-
"declaration": {
|
|
2197
|
-
"name": "AccordionItem",
|
|
2198
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2199
|
-
}
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "js",
|
|
2203
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2204
|
-
"declaration": {
|
|
2205
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2206
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
"kind": "js",
|
|
2211
|
-
"name": "defaultAccordionItemConfig",
|
|
2393
|
+
"name": "ActionsMenu",
|
|
2212
2394
|
"declaration": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"module": "src/
|
|
2395
|
+
"name": "ActionsMenu",
|
|
2396
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2215
2397
|
}
|
|
2216
2398
|
},
|
|
2217
2399
|
{
|
|
2218
2400
|
"kind": "js",
|
|
2219
|
-
"name": "
|
|
2401
|
+
"name": "foundationActionsMenu",
|
|
2220
2402
|
"declaration": {
|
|
2221
|
-
"name": "
|
|
2222
|
-
"module": "src/
|
|
2403
|
+
"name": "foundationActionsMenu",
|
|
2404
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2223
2405
|
}
|
|
2224
2406
|
}
|
|
2225
2407
|
]
|
|
2226
2408
|
},
|
|
2227
2409
|
{
|
|
2228
2410
|
"kind": "javascript-module",
|
|
2229
|
-
"path": "src/
|
|
2411
|
+
"path": "src/actions-menu/index.ts",
|
|
2230
2412
|
"declarations": [],
|
|
2231
2413
|
"exports": [
|
|
2232
2414
|
{
|
|
@@ -2234,7 +2416,7 @@
|
|
|
2234
2416
|
"name": "*",
|
|
2235
2417
|
"declaration": {
|
|
2236
2418
|
"name": "*",
|
|
2237
|
-
"package": "./
|
|
2419
|
+
"package": "./actions-menu.styles"
|
|
2238
2420
|
}
|
|
2239
2421
|
},
|
|
2240
2422
|
{
|
|
@@ -2242,7 +2424,7 @@
|
|
|
2242
2424
|
"name": "*",
|
|
2243
2425
|
"declaration": {
|
|
2244
2426
|
"name": "*",
|
|
2245
|
-
"package": "./
|
|
2427
|
+
"package": "./actions-menu.template"
|
|
2246
2428
|
}
|
|
2247
2429
|
},
|
|
2248
2430
|
{
|
|
@@ -2250,7 +2432,7 @@
|
|
|
2250
2432
|
"name": "*",
|
|
2251
2433
|
"declaration": {
|
|
2252
2434
|
"name": "*",
|
|
2253
|
-
"package": "./
|
|
2435
|
+
"package": "./actions-menu"
|
|
2254
2436
|
}
|
|
2255
2437
|
}
|
|
2256
2438
|
]
|
|
@@ -4365,188 +4547,6 @@
|
|
|
4365
4547
|
}
|
|
4366
4548
|
]
|
|
4367
4549
|
},
|
|
4368
|
-
{
|
|
4369
|
-
"kind": "javascript-module",
|
|
4370
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
4371
|
-
"declarations": [
|
|
4372
|
-
{
|
|
4373
|
-
"kind": "function",
|
|
4374
|
-
"name": "foundationAccordionStyles",
|
|
4375
|
-
"return": {
|
|
4376
|
-
"type": {
|
|
4377
|
-
"text": "ElementStyles"
|
|
4378
|
-
}
|
|
4379
|
-
},
|
|
4380
|
-
"parameters": [
|
|
4381
|
-
{
|
|
4382
|
-
"name": "context",
|
|
4383
|
-
"type": {
|
|
4384
|
-
"text": "ElementDefinitionContext"
|
|
4385
|
-
}
|
|
4386
|
-
},
|
|
4387
|
-
{
|
|
4388
|
-
"name": "definition",
|
|
4389
|
-
"type": {
|
|
4390
|
-
"text": "FoundationElementDefinition"
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
]
|
|
4394
|
-
}
|
|
4395
|
-
],
|
|
4396
|
-
"exports": [
|
|
4397
|
-
{
|
|
4398
|
-
"kind": "js",
|
|
4399
|
-
"name": "foundationAccordionStyles",
|
|
4400
|
-
"declaration": {
|
|
4401
|
-
"name": "foundationAccordionStyles",
|
|
4402
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
]
|
|
4406
|
-
},
|
|
4407
|
-
{
|
|
4408
|
-
"kind": "javascript-module",
|
|
4409
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4410
|
-
"declarations": [
|
|
4411
|
-
{
|
|
4412
|
-
"kind": "function",
|
|
4413
|
-
"name": "foundationAccordionTemplate",
|
|
4414
|
-
"return": {
|
|
4415
|
-
"type": {
|
|
4416
|
-
"text": "ViewTemplate<Accordion>"
|
|
4417
|
-
}
|
|
4418
|
-
},
|
|
4419
|
-
"parameters": [
|
|
4420
|
-
{
|
|
4421
|
-
"name": "context",
|
|
4422
|
-
"type": {
|
|
4423
|
-
"text": "ElementDefinitionContext"
|
|
4424
|
-
}
|
|
4425
|
-
},
|
|
4426
|
-
{
|
|
4427
|
-
"name": "definition",
|
|
4428
|
-
"type": {
|
|
4429
|
-
"text": "FoundationElementDefinition"
|
|
4430
|
-
}
|
|
4431
|
-
}
|
|
4432
|
-
]
|
|
4433
|
-
}
|
|
4434
|
-
],
|
|
4435
|
-
"exports": [
|
|
4436
|
-
{
|
|
4437
|
-
"kind": "js",
|
|
4438
|
-
"name": "foundationAccordionTemplate",
|
|
4439
|
-
"declaration": {
|
|
4440
|
-
"name": "foundationAccordionTemplate",
|
|
4441
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4442
|
-
}
|
|
4443
|
-
}
|
|
4444
|
-
]
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"kind": "javascript-module",
|
|
4448
|
-
"path": "src/accordion/accordion.ts",
|
|
4449
|
-
"declarations": [
|
|
4450
|
-
{
|
|
4451
|
-
"kind": "class",
|
|
4452
|
-
"description": "",
|
|
4453
|
-
"name": "Accordion",
|
|
4454
|
-
"superclass": {
|
|
4455
|
-
"name": "FASTAccordion",
|
|
4456
|
-
"package": "@microsoft/fast-foundation"
|
|
4457
|
-
},
|
|
4458
|
-
"tagName": "%%prefix%%-accordion",
|
|
4459
|
-
"customElement": true
|
|
4460
|
-
},
|
|
4461
|
-
{
|
|
4462
|
-
"kind": "variable",
|
|
4463
|
-
"name": "foundationAccordionShadowOptions",
|
|
4464
|
-
"type": {
|
|
4465
|
-
"text": "ShadowRootInit"
|
|
4466
|
-
},
|
|
4467
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4468
|
-
},
|
|
4469
|
-
{
|
|
4470
|
-
"kind": "variable",
|
|
4471
|
-
"name": "defaultAccordionConfig",
|
|
4472
|
-
"type": {
|
|
4473
|
-
"text": "object"
|
|
4474
|
-
},
|
|
4475
|
-
"default": "{}"
|
|
4476
|
-
},
|
|
4477
|
-
{
|
|
4478
|
-
"kind": "variable",
|
|
4479
|
-
"name": "foundationAccordion",
|
|
4480
|
-
"description": "The Foundation Accordion",
|
|
4481
|
-
"privacy": "public"
|
|
4482
|
-
}
|
|
4483
|
-
],
|
|
4484
|
-
"exports": [
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "js",
|
|
4487
|
-
"name": "Accordion",
|
|
4488
|
-
"declaration": {
|
|
4489
|
-
"name": "Accordion",
|
|
4490
|
-
"module": "src/accordion/accordion.ts"
|
|
4491
|
-
}
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"kind": "js",
|
|
4495
|
-
"name": "foundationAccordionShadowOptions",
|
|
4496
|
-
"declaration": {
|
|
4497
|
-
"name": "foundationAccordionShadowOptions",
|
|
4498
|
-
"module": "src/accordion/accordion.ts"
|
|
4499
|
-
}
|
|
4500
|
-
},
|
|
4501
|
-
{
|
|
4502
|
-
"kind": "js",
|
|
4503
|
-
"name": "defaultAccordionConfig",
|
|
4504
|
-
"declaration": {
|
|
4505
|
-
"name": "defaultAccordionConfig",
|
|
4506
|
-
"module": "src/accordion/accordion.ts"
|
|
4507
|
-
}
|
|
4508
|
-
},
|
|
4509
|
-
{
|
|
4510
|
-
"kind": "js",
|
|
4511
|
-
"name": "foundationAccordion",
|
|
4512
|
-
"declaration": {
|
|
4513
|
-
"name": "foundationAccordion",
|
|
4514
|
-
"module": "src/accordion/accordion.ts"
|
|
4515
|
-
}
|
|
4516
|
-
}
|
|
4517
|
-
]
|
|
4518
|
-
},
|
|
4519
|
-
{
|
|
4520
|
-
"kind": "javascript-module",
|
|
4521
|
-
"path": "src/accordion/index.ts",
|
|
4522
|
-
"declarations": [],
|
|
4523
|
-
"exports": [
|
|
4524
|
-
{
|
|
4525
|
-
"kind": "js",
|
|
4526
|
-
"name": "*",
|
|
4527
|
-
"declaration": {
|
|
4528
|
-
"name": "*",
|
|
4529
|
-
"package": "./accordion.template"
|
|
4530
|
-
}
|
|
4531
|
-
},
|
|
4532
|
-
{
|
|
4533
|
-
"kind": "js",
|
|
4534
|
-
"name": "*",
|
|
4535
|
-
"declaration": {
|
|
4536
|
-
"name": "*",
|
|
4537
|
-
"package": "./accordion.styles"
|
|
4538
|
-
}
|
|
4539
|
-
},
|
|
4540
|
-
{
|
|
4541
|
-
"kind": "js",
|
|
4542
|
-
"name": "*",
|
|
4543
|
-
"declaration": {
|
|
4544
|
-
"name": "*",
|
|
4545
|
-
"package": "./accordion"
|
|
4546
|
-
}
|
|
4547
|
-
}
|
|
4548
|
-
]
|
|
4549
|
-
},
|
|
4550
4550
|
{
|
|
4551
4551
|
"kind": "javascript-module",
|
|
4552
4552
|
"path": "src/avatar/avatar.styles.ts",
|