@genesislcap/foundation-zero 14.116.1 → 14.117.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 +511 -511
- package/package.json +7 -7
|
@@ -808,37 +808,6 @@
|
|
|
808
808
|
}
|
|
809
809
|
]
|
|
810
810
|
},
|
|
811
|
-
{
|
|
812
|
-
"kind": "javascript-module",
|
|
813
|
-
"path": "src/_config/index.ts",
|
|
814
|
-
"declarations": [],
|
|
815
|
-
"exports": [
|
|
816
|
-
{
|
|
817
|
-
"kind": "js",
|
|
818
|
-
"name": "*",
|
|
819
|
-
"declaration": {
|
|
820
|
-
"name": "*",
|
|
821
|
-
"package": "./styles"
|
|
822
|
-
}
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
"kind": "js",
|
|
826
|
-
"name": "*",
|
|
827
|
-
"declaration": {
|
|
828
|
-
"name": "*",
|
|
829
|
-
"package": "./tokens"
|
|
830
|
-
}
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"kind": "js",
|
|
834
|
-
"name": "*",
|
|
835
|
-
"declaration": {
|
|
836
|
-
"name": "*",
|
|
837
|
-
"package": "./values"
|
|
838
|
-
}
|
|
839
|
-
}
|
|
840
|
-
]
|
|
841
|
-
},
|
|
842
811
|
{
|
|
843
812
|
"kind": "javascript-module",
|
|
844
813
|
"path": "src/accordion/accordion.stories.ts",
|
|
@@ -1027,6 +996,37 @@
|
|
|
1027
996
|
}
|
|
1028
997
|
]
|
|
1029
998
|
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "javascript-module",
|
|
1001
|
+
"path": "src/_config/index.ts",
|
|
1002
|
+
"declarations": [],
|
|
1003
|
+
"exports": [
|
|
1004
|
+
{
|
|
1005
|
+
"kind": "js",
|
|
1006
|
+
"name": "*",
|
|
1007
|
+
"declaration": {
|
|
1008
|
+
"name": "*",
|
|
1009
|
+
"package": "./styles"
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"kind": "js",
|
|
1014
|
+
"name": "*",
|
|
1015
|
+
"declaration": {
|
|
1016
|
+
"name": "*",
|
|
1017
|
+
"package": "./tokens"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "js",
|
|
1022
|
+
"name": "*",
|
|
1023
|
+
"declaration": {
|
|
1024
|
+
"name": "*",
|
|
1025
|
+
"package": "./values"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
]
|
|
1029
|
+
},
|
|
1030
1030
|
{
|
|
1031
1031
|
"kind": "javascript-module",
|
|
1032
1032
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
},
|
|
1390
1390
|
{
|
|
1391
1391
|
"kind": "javascript-module",
|
|
1392
|
-
"path": "src/
|
|
1392
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
1393
1393
|
"declarations": [
|
|
1394
1394
|
{
|
|
1395
1395
|
"kind": "variable",
|
|
@@ -1397,15 +1397,23 @@
|
|
|
1397
1397
|
"type": {
|
|
1398
1398
|
"text": "Meta"
|
|
1399
1399
|
},
|
|
1400
|
-
"default": "{\n title: '
|
|
1400
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
1401
1401
|
},
|
|
1402
1402
|
{
|
|
1403
1403
|
"kind": "variable",
|
|
1404
|
-
"name": "
|
|
1404
|
+
"name": "Horizontal",
|
|
1405
1405
|
"type": {
|
|
1406
1406
|
"text": "StoryObj"
|
|
1407
1407
|
},
|
|
1408
|
-
"default": "{\n args: {\n
|
|
1408
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"kind": "variable",
|
|
1412
|
+
"name": "Vertical",
|
|
1413
|
+
"type": {
|
|
1414
|
+
"text": "StoryObj"
|
|
1415
|
+
},
|
|
1416
|
+
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1409
1417
|
}
|
|
1410
1418
|
],
|
|
1411
1419
|
"exports": [
|
|
@@ -1414,68 +1422,37 @@
|
|
|
1414
1422
|
"name": "default",
|
|
1415
1423
|
"declaration": {
|
|
1416
1424
|
"name": "meta",
|
|
1417
|
-
"module": "src/
|
|
1425
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1418
1426
|
}
|
|
1419
1427
|
},
|
|
1420
1428
|
{
|
|
1421
1429
|
"kind": "js",
|
|
1422
|
-
"name": "
|
|
1430
|
+
"name": "Horizontal",
|
|
1423
1431
|
"declaration": {
|
|
1424
|
-
"name": "
|
|
1425
|
-
"module": "src/
|
|
1432
|
+
"name": "Horizontal",
|
|
1433
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1426
1434
|
}
|
|
1427
|
-
}
|
|
1428
|
-
]
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "javascript-module",
|
|
1432
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
1433
|
-
"declarations": [
|
|
1434
|
-
{
|
|
1435
|
-
"kind": "function",
|
|
1436
|
-
"name": "zeroAnchorStyles",
|
|
1437
|
-
"return": {
|
|
1438
|
-
"type": {
|
|
1439
|
-
"text": "ElementStyles"
|
|
1440
|
-
}
|
|
1441
|
-
},
|
|
1442
|
-
"parameters": [
|
|
1443
|
-
{
|
|
1444
|
-
"name": "context",
|
|
1445
|
-
"type": {
|
|
1446
|
-
"text": "ElementDefinitionContext"
|
|
1447
|
-
}
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"name": "definition",
|
|
1451
|
-
"type": {
|
|
1452
|
-
"text": "FoundationElementDefinition"
|
|
1453
|
-
}
|
|
1454
|
-
}
|
|
1455
|
-
]
|
|
1456
|
-
}
|
|
1457
|
-
],
|
|
1458
|
-
"exports": [
|
|
1435
|
+
},
|
|
1459
1436
|
{
|
|
1460
1437
|
"kind": "js",
|
|
1461
|
-
"name": "
|
|
1438
|
+
"name": "Vertical",
|
|
1462
1439
|
"declaration": {
|
|
1463
|
-
"name": "
|
|
1464
|
-
"module": "src/
|
|
1440
|
+
"name": "Vertical",
|
|
1441
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
1465
1442
|
}
|
|
1466
1443
|
}
|
|
1467
1444
|
]
|
|
1468
1445
|
},
|
|
1469
1446
|
{
|
|
1470
1447
|
"kind": "javascript-module",
|
|
1471
|
-
"path": "src/
|
|
1448
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1472
1449
|
"declarations": [
|
|
1473
1450
|
{
|
|
1474
1451
|
"kind": "function",
|
|
1475
|
-
"name": "
|
|
1452
|
+
"name": "zeroActionsMenuStyles",
|
|
1476
1453
|
"return": {
|
|
1477
1454
|
"type": {
|
|
1478
|
-
"text": "
|
|
1455
|
+
"text": "ElementStyles"
|
|
1479
1456
|
}
|
|
1480
1457
|
},
|
|
1481
1458
|
"parameters": [
|
|
@@ -1497,252 +1474,383 @@
|
|
|
1497
1474
|
"exports": [
|
|
1498
1475
|
{
|
|
1499
1476
|
"kind": "js",
|
|
1500
|
-
"name": "
|
|
1477
|
+
"name": "zeroActionsMenuStyles",
|
|
1501
1478
|
"declaration": {
|
|
1502
|
-
"name": "
|
|
1503
|
-
"module": "src/
|
|
1479
|
+
"name": "zeroActionsMenuStyles",
|
|
1480
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1504
1481
|
}
|
|
1505
1482
|
}
|
|
1506
1483
|
]
|
|
1507
1484
|
},
|
|
1508
1485
|
{
|
|
1509
1486
|
"kind": "javascript-module",
|
|
1510
|
-
"path": "src/
|
|
1487
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1511
1488
|
"declarations": [
|
|
1512
1489
|
{
|
|
1513
1490
|
"kind": "class",
|
|
1514
1491
|
"description": "",
|
|
1515
|
-
"name": "
|
|
1492
|
+
"name": "ActionsMenu",
|
|
1516
1493
|
"superclass": {
|
|
1517
|
-
"name": "
|
|
1494
|
+
"name": "FoundationActionsMenu",
|
|
1518
1495
|
"package": "@genesislcap/foundation-ui"
|
|
1519
1496
|
},
|
|
1520
|
-
"tagName": "%%prefix%%-
|
|
1497
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1521
1498
|
"customElement": true,
|
|
1522
1499
|
"attributes": [
|
|
1523
1500
|
{
|
|
1524
|
-
"name": "
|
|
1501
|
+
"name": "is-vertical",
|
|
1525
1502
|
"type": {
|
|
1526
|
-
"text": "
|
|
1503
|
+
"text": "boolean"
|
|
1527
1504
|
},
|
|
1528
|
-
"
|
|
1529
|
-
"fieldName": "
|
|
1505
|
+
"default": "false",
|
|
1506
|
+
"fieldName": "isVertical",
|
|
1530
1507
|
"inheritedFrom": {
|
|
1531
|
-
"name": "
|
|
1532
|
-
"module": "src/
|
|
1508
|
+
"name": "ActionsMenu",
|
|
1509
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1533
1510
|
}
|
|
1534
1511
|
},
|
|
1535
1512
|
{
|
|
1536
|
-
"name": "
|
|
1513
|
+
"name": "add-default-actions",
|
|
1537
1514
|
"type": {
|
|
1538
|
-
"text": "
|
|
1515
|
+
"text": "boolean"
|
|
1539
1516
|
},
|
|
1540
|
-
"
|
|
1541
|
-
"fieldName": "
|
|
1517
|
+
"default": "true",
|
|
1518
|
+
"fieldName": "addDefaultActions",
|
|
1542
1519
|
"inheritedFrom": {
|
|
1543
|
-
"name": "
|
|
1544
|
-
"module": "src/
|
|
1520
|
+
"name": "ActionsMenu",
|
|
1521
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1545
1522
|
}
|
|
1546
1523
|
},
|
|
1547
1524
|
{
|
|
1548
|
-
"name": "
|
|
1525
|
+
"name": "auto-close-on-action",
|
|
1549
1526
|
"type": {
|
|
1550
|
-
"text": "
|
|
1527
|
+
"text": "boolean"
|
|
1551
1528
|
},
|
|
1552
|
-
"
|
|
1553
|
-
"fieldName": "
|
|
1529
|
+
"default": "true",
|
|
1530
|
+
"fieldName": "autoCloseOnAction",
|
|
1554
1531
|
"inheritedFrom": {
|
|
1555
|
-
"name": "
|
|
1556
|
-
"module": "src/
|
|
1532
|
+
"name": "ActionsMenu",
|
|
1533
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1557
1534
|
}
|
|
1558
1535
|
},
|
|
1559
1536
|
{
|
|
1560
|
-
"name": "
|
|
1537
|
+
"name": "name",
|
|
1561
1538
|
"type": {
|
|
1562
1539
|
"text": "string"
|
|
1563
1540
|
},
|
|
1564
|
-
"
|
|
1565
|
-
"fieldName": "
|
|
1541
|
+
"default": "'Actions'",
|
|
1542
|
+
"fieldName": "name",
|
|
1566
1543
|
"inheritedFrom": {
|
|
1567
|
-
"name": "
|
|
1568
|
-
"module": "src/
|
|
1544
|
+
"name": "ActionsMenu",
|
|
1545
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1569
1546
|
}
|
|
1570
1547
|
},
|
|
1571
1548
|
{
|
|
1572
|
-
"name": "
|
|
1549
|
+
"name": "open",
|
|
1573
1550
|
"type": {
|
|
1574
|
-
"text": "
|
|
1551
|
+
"text": "boolean"
|
|
1575
1552
|
},
|
|
1576
|
-
"
|
|
1577
|
-
"fieldName": "
|
|
1553
|
+
"default": "false",
|
|
1554
|
+
"fieldName": "open",
|
|
1578
1555
|
"inheritedFrom": {
|
|
1579
|
-
"name": "
|
|
1580
|
-
"module": "src/
|
|
1556
|
+
"name": "ActionsMenu",
|
|
1557
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1581
1558
|
}
|
|
1582
1559
|
},
|
|
1583
1560
|
{
|
|
1584
|
-
"name": "
|
|
1561
|
+
"name": "buttonAppearance",
|
|
1585
1562
|
"type": {
|
|
1586
1563
|
"text": "string"
|
|
1587
1564
|
},
|
|
1588
|
-
"
|
|
1589
|
-
"fieldName": "rel",
|
|
1565
|
+
"fieldName": "buttonAppearance",
|
|
1590
1566
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/
|
|
1567
|
+
"name": "ActionsMenu",
|
|
1568
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1593
1569
|
}
|
|
1594
1570
|
},
|
|
1595
1571
|
{
|
|
1596
|
-
"name": "
|
|
1572
|
+
"name": "hide-disabled",
|
|
1597
1573
|
"type": {
|
|
1598
|
-
"text": "
|
|
1574
|
+
"text": "boolean"
|
|
1599
1575
|
},
|
|
1600
|
-
"
|
|
1601
|
-
"fieldName": "
|
|
1576
|
+
"default": "false",
|
|
1577
|
+
"fieldName": "hideDisabled",
|
|
1602
1578
|
"inheritedFrom": {
|
|
1603
|
-
"name": "
|
|
1604
|
-
"module": "src/
|
|
1579
|
+
"name": "ActionsMenu",
|
|
1580
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1605
1581
|
}
|
|
1606
1582
|
},
|
|
1607
1583
|
{
|
|
1608
|
-
"name": "
|
|
1584
|
+
"name": "hide-menu-single-option",
|
|
1609
1585
|
"type": {
|
|
1610
|
-
"text": "
|
|
1586
|
+
"text": "boolean"
|
|
1611
1587
|
},
|
|
1612
|
-
"
|
|
1613
|
-
"fieldName": "
|
|
1588
|
+
"default": "false",
|
|
1589
|
+
"fieldName": "hideMenuSingleOption",
|
|
1614
1590
|
"inheritedFrom": {
|
|
1615
|
-
"name": "
|
|
1616
|
-
"module": "src/
|
|
1591
|
+
"name": "ActionsMenu",
|
|
1592
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1617
1593
|
}
|
|
1618
1594
|
}
|
|
1619
1595
|
],
|
|
1620
1596
|
"members": [
|
|
1621
1597
|
{
|
|
1622
1598
|
"kind": "field",
|
|
1623
|
-
"name": "
|
|
1599
|
+
"name": "actions",
|
|
1624
1600
|
"type": {
|
|
1625
|
-
"text": "
|
|
1601
|
+
"text": "ActionMenuItem[]"
|
|
1626
1602
|
},
|
|
1627
|
-
"privacy": "public",
|
|
1628
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1629
1603
|
"inheritedFrom": {
|
|
1630
|
-
"name": "
|
|
1631
|
-
"module": "src/
|
|
1604
|
+
"name": "ActionsMenu",
|
|
1605
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1632
1606
|
}
|
|
1633
1607
|
},
|
|
1634
1608
|
{
|
|
1635
1609
|
"kind": "field",
|
|
1636
|
-
"name": "
|
|
1610
|
+
"name": "isVertical",
|
|
1637
1611
|
"type": {
|
|
1638
|
-
"text": "
|
|
1612
|
+
"text": "boolean"
|
|
1639
1613
|
},
|
|
1640
|
-
"
|
|
1641
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1614
|
+
"default": "false",
|
|
1642
1615
|
"inheritedFrom": {
|
|
1643
|
-
"name": "
|
|
1644
|
-
"module": "src/
|
|
1645
|
-
}
|
|
1616
|
+
"name": "ActionsMenu",
|
|
1617
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1618
|
+
}
|
|
1646
1619
|
},
|
|
1647
1620
|
{
|
|
1648
1621
|
"kind": "field",
|
|
1649
|
-
"name": "
|
|
1622
|
+
"name": "addDefaultActions",
|
|
1650
1623
|
"type": {
|
|
1651
|
-
"text": "
|
|
1624
|
+
"text": "boolean"
|
|
1652
1625
|
},
|
|
1653
|
-
"
|
|
1654
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1626
|
+
"default": "true",
|
|
1655
1627
|
"inheritedFrom": {
|
|
1656
|
-
"name": "
|
|
1657
|
-
"module": "src/
|
|
1628
|
+
"name": "ActionsMenu",
|
|
1629
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1658
1630
|
}
|
|
1659
1631
|
},
|
|
1660
1632
|
{
|
|
1661
1633
|
"kind": "field",
|
|
1662
|
-
"name": "
|
|
1634
|
+
"name": "autoCloseOnAction",
|
|
1663
1635
|
"type": {
|
|
1664
|
-
"text": "
|
|
1636
|
+
"text": "boolean"
|
|
1665
1637
|
},
|
|
1666
|
-
"
|
|
1667
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1638
|
+
"default": "true",
|
|
1668
1639
|
"inheritedFrom": {
|
|
1669
|
-
"name": "
|
|
1670
|
-
"module": "src/
|
|
1640
|
+
"name": "ActionsMenu",
|
|
1641
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1671
1642
|
}
|
|
1672
1643
|
},
|
|
1673
1644
|
{
|
|
1674
1645
|
"kind": "field",
|
|
1675
|
-
"name": "
|
|
1646
|
+
"name": "classNames",
|
|
1676
1647
|
"type": {
|
|
1677
1648
|
"text": "string"
|
|
1678
1649
|
},
|
|
1679
|
-
"privacy": "public",
|
|
1680
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1681
1650
|
"inheritedFrom": {
|
|
1682
|
-
"name": "
|
|
1683
|
-
"module": "src/
|
|
1651
|
+
"name": "ActionsMenu",
|
|
1652
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1684
1653
|
}
|
|
1685
1654
|
},
|
|
1686
1655
|
{
|
|
1687
1656
|
"kind": "field",
|
|
1688
|
-
"name": "
|
|
1657
|
+
"name": "definition",
|
|
1658
|
+
"type": {
|
|
1659
|
+
"text": "any"
|
|
1660
|
+
},
|
|
1661
|
+
"inheritedFrom": {
|
|
1662
|
+
"name": "ActionsMenu",
|
|
1663
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"kind": "field",
|
|
1668
|
+
"name": "name",
|
|
1689
1669
|
"type": {
|
|
1690
1670
|
"text": "string"
|
|
1691
1671
|
},
|
|
1692
|
-
"
|
|
1693
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1672
|
+
"default": "'Actions'",
|
|
1694
1673
|
"inheritedFrom": {
|
|
1695
|
-
"name": "
|
|
1696
|
-
"module": "src/
|
|
1674
|
+
"name": "ActionsMenu",
|
|
1675
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1697
1676
|
}
|
|
1698
1677
|
},
|
|
1699
1678
|
{
|
|
1700
1679
|
"kind": "field",
|
|
1701
|
-
"name": "
|
|
1680
|
+
"name": "open",
|
|
1702
1681
|
"type": {
|
|
1703
|
-
"text": "
|
|
1682
|
+
"text": "boolean"
|
|
1704
1683
|
},
|
|
1705
|
-
"
|
|
1706
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1684
|
+
"default": "false",
|
|
1707
1685
|
"inheritedFrom": {
|
|
1708
|
-
"name": "
|
|
1709
|
-
"module": "src/
|
|
1686
|
+
"name": "ActionsMenu",
|
|
1687
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1710
1688
|
}
|
|
1711
1689
|
},
|
|
1712
1690
|
{
|
|
1713
1691
|
"kind": "field",
|
|
1714
|
-
"name": "
|
|
1692
|
+
"name": "buttonAppearance",
|
|
1715
1693
|
"type": {
|
|
1716
1694
|
"text": "string"
|
|
1717
1695
|
},
|
|
1718
|
-
"privacy": "public",
|
|
1719
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1720
1696
|
"inheritedFrom": {
|
|
1721
|
-
"name": "
|
|
1722
|
-
"module": "src/
|
|
1697
|
+
"name": "ActionsMenu",
|
|
1698
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1723
1699
|
}
|
|
1724
1700
|
},
|
|
1725
1701
|
{
|
|
1726
1702
|
"kind": "field",
|
|
1727
|
-
"name": "
|
|
1703
|
+
"name": "hideDisabled",
|
|
1728
1704
|
"type": {
|
|
1729
|
-
"text": "
|
|
1705
|
+
"text": "boolean"
|
|
1730
1706
|
},
|
|
1731
|
-
"
|
|
1732
|
-
"description": "References the root element",
|
|
1707
|
+
"default": "false",
|
|
1733
1708
|
"inheritedFrom": {
|
|
1734
|
-
"name": "
|
|
1735
|
-
"module": "src/
|
|
1709
|
+
"name": "ActionsMenu",
|
|
1710
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1736
1711
|
}
|
|
1737
1712
|
},
|
|
1738
1713
|
{
|
|
1739
1714
|
"kind": "field",
|
|
1740
|
-
"name": "
|
|
1741
|
-
"
|
|
1742
|
-
|
|
1715
|
+
"name": "hideMenuSingleOption",
|
|
1716
|
+
"type": {
|
|
1717
|
+
"text": "boolean"
|
|
1718
|
+
},
|
|
1719
|
+
"default": "false",
|
|
1743
1720
|
"inheritedFrom": {
|
|
1744
|
-
"name": "
|
|
1745
|
-
"module": "src/
|
|
1721
|
+
"name": "ActionsMenu",
|
|
1722
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"kind": "field",
|
|
1727
|
+
"name": "singleOption",
|
|
1728
|
+
"type": {
|
|
1729
|
+
"text": "ActionMenuItem"
|
|
1730
|
+
},
|
|
1731
|
+
"inheritedFrom": {
|
|
1732
|
+
"name": "ActionsMenu",
|
|
1733
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
"kind": "field",
|
|
1738
|
+
"name": "actionsMenu",
|
|
1739
|
+
"type": {
|
|
1740
|
+
"text": "HTMLElement"
|
|
1741
|
+
},
|
|
1742
|
+
"inheritedFrom": {
|
|
1743
|
+
"name": "ActionsMenu",
|
|
1744
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1745
|
+
}
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"kind": "method",
|
|
1749
|
+
"name": "definitionChanged",
|
|
1750
|
+
"privacy": "protected",
|
|
1751
|
+
"parameters": [
|
|
1752
|
+
{
|
|
1753
|
+
"name": "oldValue",
|
|
1754
|
+
"type": {
|
|
1755
|
+
"text": "any"
|
|
1756
|
+
}
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"name": "newValue",
|
|
1760
|
+
"type": {
|
|
1761
|
+
"text": "any"
|
|
1762
|
+
}
|
|
1763
|
+
}
|
|
1764
|
+
],
|
|
1765
|
+
"inheritedFrom": {
|
|
1766
|
+
"name": "ActionsMenu",
|
|
1767
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1768
|
+
}
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "method",
|
|
1772
|
+
"name": "openChanged",
|
|
1773
|
+
"privacy": "protected",
|
|
1774
|
+
"inheritedFrom": {
|
|
1775
|
+
"name": "ActionsMenu",
|
|
1776
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"kind": "method",
|
|
1781
|
+
"name": "toggleActionsMenuVisibility",
|
|
1782
|
+
"inheritedFrom": {
|
|
1783
|
+
"name": "ActionsMenu",
|
|
1784
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
{
|
|
1788
|
+
"kind": "method",
|
|
1789
|
+
"name": "onActionMenuItemClick",
|
|
1790
|
+
"parameters": [
|
|
1791
|
+
{
|
|
1792
|
+
"name": "callback",
|
|
1793
|
+
"type": {
|
|
1794
|
+
"text": "(rowData) => void | any"
|
|
1795
|
+
}
|
|
1796
|
+
}
|
|
1797
|
+
],
|
|
1798
|
+
"inheritedFrom": {
|
|
1799
|
+
"name": "ActionsMenu",
|
|
1800
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "field",
|
|
1805
|
+
"name": "allActions",
|
|
1806
|
+
"type": {
|
|
1807
|
+
"text": "ActionMenuItem[]"
|
|
1808
|
+
},
|
|
1809
|
+
"readonly": true,
|
|
1810
|
+
"inheritedFrom": {
|
|
1811
|
+
"name": "ActionsMenu",
|
|
1812
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "field",
|
|
1817
|
+
"name": "rowData",
|
|
1818
|
+
"readonly": true,
|
|
1819
|
+
"inheritedFrom": {
|
|
1820
|
+
"name": "ActionsMenu",
|
|
1821
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"kind": "method",
|
|
1826
|
+
"name": "getLabel",
|
|
1827
|
+
"parameters": [
|
|
1828
|
+
{
|
|
1829
|
+
"name": "name",
|
|
1830
|
+
"type": {
|
|
1831
|
+
"text": "string | ((rowData: any) => string)"
|
|
1832
|
+
}
|
|
1833
|
+
}
|
|
1834
|
+
],
|
|
1835
|
+
"inheritedFrom": {
|
|
1836
|
+
"name": "ActionsMenu",
|
|
1837
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"kind": "method",
|
|
1842
|
+
"name": "getTemplate",
|
|
1843
|
+
"parameters": [
|
|
1844
|
+
{
|
|
1845
|
+
"name": "prefix",
|
|
1846
|
+
"type": {
|
|
1847
|
+
"text": "string"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
],
|
|
1851
|
+
"inheritedFrom": {
|
|
1852
|
+
"name": "ActionsMenu",
|
|
1853
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1746
1854
|
}
|
|
1747
1855
|
},
|
|
1748
1856
|
{
|
|
@@ -1754,8 +1862,8 @@
|
|
|
1754
1862
|
"privacy": "private",
|
|
1755
1863
|
"default": "void 0",
|
|
1756
1864
|
"inheritedFrom": {
|
|
1757
|
-
"name": "
|
|
1758
|
-
"module": "src/
|
|
1865
|
+
"name": "FoundationElement",
|
|
1866
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1759
1867
|
}
|
|
1760
1868
|
},
|
|
1761
1869
|
{
|
|
@@ -1767,8 +1875,8 @@
|
|
|
1767
1875
|
"privacy": "public",
|
|
1768
1876
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1769
1877
|
"inheritedFrom": {
|
|
1770
|
-
"name": "
|
|
1771
|
-
"module": "src/
|
|
1878
|
+
"name": "FoundationElement",
|
|
1879
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1772
1880
|
}
|
|
1773
1881
|
},
|
|
1774
1882
|
{
|
|
@@ -1780,8 +1888,8 @@
|
|
|
1780
1888
|
"privacy": "public",
|
|
1781
1889
|
"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.",
|
|
1782
1890
|
"inheritedFrom": {
|
|
1783
|
-
"name": "
|
|
1784
|
-
"module": "src/
|
|
1891
|
+
"name": "FoundationElement",
|
|
1892
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1785
1893
|
}
|
|
1786
1894
|
},
|
|
1787
1895
|
{
|
|
@@ -1794,8 +1902,8 @@
|
|
|
1794
1902
|
}
|
|
1795
1903
|
},
|
|
1796
1904
|
"inheritedFrom": {
|
|
1797
|
-
"name": "
|
|
1798
|
-
"module": "src/
|
|
1905
|
+
"name": "FoundationElement",
|
|
1906
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1799
1907
|
}
|
|
1800
1908
|
},
|
|
1801
1909
|
{
|
|
@@ -1807,8 +1915,8 @@
|
|
|
1807
1915
|
"privacy": "public",
|
|
1808
1916
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1809
1917
|
"inheritedFrom": {
|
|
1810
|
-
"name": "
|
|
1811
|
-
"module": "src/
|
|
1918
|
+
"name": "FoundationElement",
|
|
1919
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1812
1920
|
}
|
|
1813
1921
|
},
|
|
1814
1922
|
{
|
|
@@ -1821,8 +1929,8 @@
|
|
|
1821
1929
|
}
|
|
1822
1930
|
},
|
|
1823
1931
|
"inheritedFrom": {
|
|
1824
|
-
"name": "
|
|
1825
|
-
"module": "src/
|
|
1932
|
+
"name": "FoundationElement",
|
|
1933
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1826
1934
|
}
|
|
1827
1935
|
},
|
|
1828
1936
|
{
|
|
@@ -1852,39 +1960,41 @@
|
|
|
1852
1960
|
],
|
|
1853
1961
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1854
1962
|
"inheritedFrom": {
|
|
1855
|
-
"name": "
|
|
1856
|
-
"module": "src/
|
|
1963
|
+
"name": "FoundationElement",
|
|
1964
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1857
1965
|
}
|
|
1858
1966
|
}
|
|
1859
1967
|
]
|
|
1860
1968
|
},
|
|
1861
1969
|
{
|
|
1862
1970
|
"kind": "variable",
|
|
1863
|
-
"name": "
|
|
1971
|
+
"name": "zeroActionsMenu",
|
|
1972
|
+
"description": "The Zero Actions Menu",
|
|
1973
|
+
"privacy": "public"
|
|
1864
1974
|
}
|
|
1865
1975
|
],
|
|
1866
1976
|
"exports": [
|
|
1867
1977
|
{
|
|
1868
1978
|
"kind": "js",
|
|
1869
|
-
"name": "
|
|
1979
|
+
"name": "ActionsMenu",
|
|
1870
1980
|
"declaration": {
|
|
1871
|
-
"name": "
|
|
1872
|
-
"module": "src/
|
|
1981
|
+
"name": "ActionsMenu",
|
|
1982
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1873
1983
|
}
|
|
1874
1984
|
},
|
|
1875
1985
|
{
|
|
1876
1986
|
"kind": "js",
|
|
1877
|
-
"name": "
|
|
1987
|
+
"name": "zeroActionsMenu",
|
|
1878
1988
|
"declaration": {
|
|
1879
|
-
"name": "
|
|
1880
|
-
"module": "src/
|
|
1989
|
+
"name": "zeroActionsMenu",
|
|
1990
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1881
1991
|
}
|
|
1882
1992
|
}
|
|
1883
1993
|
]
|
|
1884
1994
|
},
|
|
1885
1995
|
{
|
|
1886
1996
|
"kind": "javascript-module",
|
|
1887
|
-
"path": "src/
|
|
1997
|
+
"path": "src/actions-menu/index.ts",
|
|
1888
1998
|
"declarations": [],
|
|
1889
1999
|
"exports": [
|
|
1890
2000
|
{
|
|
@@ -1892,15 +2002,7 @@
|
|
|
1892
2002
|
"name": "*",
|
|
1893
2003
|
"declaration": {
|
|
1894
2004
|
"name": "*",
|
|
1895
|
-
"package": "./
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"kind": "js",
|
|
1900
|
-
"name": "*",
|
|
1901
|
-
"declaration": {
|
|
1902
|
-
"name": "*",
|
|
1903
|
-
"package": "./anchor.styles"
|
|
2005
|
+
"package": "./actions-menu"
|
|
1904
2006
|
}
|
|
1905
2007
|
},
|
|
1906
2008
|
{
|
|
@@ -1908,14 +2010,14 @@
|
|
|
1908
2010
|
"name": "*",
|
|
1909
2011
|
"declaration": {
|
|
1910
2012
|
"name": "*",
|
|
1911
|
-
"package": "./
|
|
2013
|
+
"package": "./actions-menu.styles"
|
|
1912
2014
|
}
|
|
1913
2015
|
}
|
|
1914
2016
|
]
|
|
1915
2017
|
},
|
|
1916
2018
|
{
|
|
1917
2019
|
"kind": "javascript-module",
|
|
1918
|
-
"path": "src/
|
|
2020
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1919
2021
|
"declarations": [
|
|
1920
2022
|
{
|
|
1921
2023
|
"kind": "variable",
|
|
@@ -1923,23 +2025,15 @@
|
|
|
1923
2025
|
"type": {
|
|
1924
2026
|
"text": "Meta"
|
|
1925
2027
|
},
|
|
1926
|
-
"default": "{\n title: '
|
|
1927
|
-
},
|
|
1928
|
-
{
|
|
1929
|
-
"kind": "variable",
|
|
1930
|
-
"name": "Horizontal",
|
|
1931
|
-
"type": {
|
|
1932
|
-
"text": "StoryObj"
|
|
1933
|
-
},
|
|
1934
|
-
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
2028
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1935
2029
|
},
|
|
1936
2030
|
{
|
|
1937
2031
|
"kind": "variable",
|
|
1938
|
-
"name": "
|
|
2032
|
+
"name": "All",
|
|
1939
2033
|
"type": {
|
|
1940
2034
|
"text": "StoryObj"
|
|
1941
2035
|
},
|
|
1942
|
-
"default": "{\n args: {\n
|
|
2036
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1943
2037
|
}
|
|
1944
2038
|
],
|
|
1945
2039
|
"exports": [
|
|
@@ -1948,37 +2042,68 @@
|
|
|
1948
2042
|
"name": "default",
|
|
1949
2043
|
"declaration": {
|
|
1950
2044
|
"name": "meta",
|
|
1951
|
-
"module": "src/
|
|
2045
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1952
2046
|
}
|
|
1953
2047
|
},
|
|
1954
2048
|
{
|
|
1955
2049
|
"kind": "js",
|
|
1956
|
-
"name": "
|
|
2050
|
+
"name": "All",
|
|
1957
2051
|
"declaration": {
|
|
1958
|
-
"name": "
|
|
1959
|
-
"module": "src/
|
|
2052
|
+
"name": "All",
|
|
2053
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1960
2054
|
}
|
|
1961
|
-
}
|
|
2055
|
+
}
|
|
2056
|
+
]
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"kind": "javascript-module",
|
|
2060
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
2061
|
+
"declarations": [
|
|
2062
|
+
{
|
|
2063
|
+
"kind": "function",
|
|
2064
|
+
"name": "zeroAnchorStyles",
|
|
2065
|
+
"return": {
|
|
2066
|
+
"type": {
|
|
2067
|
+
"text": "ElementStyles"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"parameters": [
|
|
2071
|
+
{
|
|
2072
|
+
"name": "context",
|
|
2073
|
+
"type": {
|
|
2074
|
+
"text": "ElementDefinitionContext"
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "definition",
|
|
2079
|
+
"type": {
|
|
2080
|
+
"text": "FoundationElementDefinition"
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
]
|
|
2084
|
+
}
|
|
2085
|
+
],
|
|
2086
|
+
"exports": [
|
|
1962
2087
|
{
|
|
1963
2088
|
"kind": "js",
|
|
1964
|
-
"name": "
|
|
2089
|
+
"name": "zeroAnchorStyles",
|
|
1965
2090
|
"declaration": {
|
|
1966
|
-
"name": "
|
|
1967
|
-
"module": "src/
|
|
2091
|
+
"name": "zeroAnchorStyles",
|
|
2092
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1968
2093
|
}
|
|
1969
2094
|
}
|
|
1970
2095
|
]
|
|
1971
2096
|
},
|
|
1972
2097
|
{
|
|
1973
2098
|
"kind": "javascript-module",
|
|
1974
|
-
"path": "src/
|
|
2099
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1975
2100
|
"declarations": [
|
|
1976
2101
|
{
|
|
1977
2102
|
"kind": "function",
|
|
1978
|
-
"name": "
|
|
2103
|
+
"name": "zeroAnchorTemplate",
|
|
1979
2104
|
"return": {
|
|
1980
2105
|
"type": {
|
|
1981
|
-
"text": "
|
|
2106
|
+
"text": "ViewTemplate<Anchor>"
|
|
1982
2107
|
}
|
|
1983
2108
|
},
|
|
1984
2109
|
"parameters": [
|
|
@@ -2000,383 +2125,252 @@
|
|
|
2000
2125
|
"exports": [
|
|
2001
2126
|
{
|
|
2002
2127
|
"kind": "js",
|
|
2003
|
-
"name": "
|
|
2128
|
+
"name": "zeroAnchorTemplate",
|
|
2004
2129
|
"declaration": {
|
|
2005
|
-
"name": "
|
|
2006
|
-
"module": "src/
|
|
2130
|
+
"name": "zeroAnchorTemplate",
|
|
2131
|
+
"module": "src/anchor/anchor.template.ts"
|
|
2007
2132
|
}
|
|
2008
2133
|
}
|
|
2009
2134
|
]
|
|
2010
2135
|
},
|
|
2011
2136
|
{
|
|
2012
2137
|
"kind": "javascript-module",
|
|
2013
|
-
"path": "src/
|
|
2138
|
+
"path": "src/anchor/anchor.ts",
|
|
2014
2139
|
"declarations": [
|
|
2015
2140
|
{
|
|
2016
2141
|
"kind": "class",
|
|
2017
2142
|
"description": "",
|
|
2018
|
-
"name": "
|
|
2143
|
+
"name": "Anchor",
|
|
2019
2144
|
"superclass": {
|
|
2020
|
-
"name": "
|
|
2145
|
+
"name": "FoundationAnchor",
|
|
2021
2146
|
"package": "@genesislcap/foundation-ui"
|
|
2022
2147
|
},
|
|
2023
|
-
"tagName": "%%prefix%%-
|
|
2148
|
+
"tagName": "%%prefix%%-anchor",
|
|
2024
2149
|
"customElement": true,
|
|
2025
2150
|
"attributes": [
|
|
2026
2151
|
{
|
|
2027
|
-
"name": "
|
|
2028
|
-
"type": {
|
|
2029
|
-
"text": "boolean"
|
|
2030
|
-
},
|
|
2031
|
-
"default": "false",
|
|
2032
|
-
"fieldName": "isVertical",
|
|
2033
|
-
"inheritedFrom": {
|
|
2034
|
-
"name": "ActionsMenu",
|
|
2035
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"name": "add-default-actions",
|
|
2040
|
-
"type": {
|
|
2041
|
-
"text": "boolean"
|
|
2042
|
-
},
|
|
2043
|
-
"default": "true",
|
|
2044
|
-
"fieldName": "addDefaultActions",
|
|
2045
|
-
"inheritedFrom": {
|
|
2046
|
-
"name": "ActionsMenu",
|
|
2047
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2048
|
-
}
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"name": "auto-close-on-action",
|
|
2052
|
-
"type": {
|
|
2053
|
-
"text": "boolean"
|
|
2054
|
-
},
|
|
2055
|
-
"default": "true",
|
|
2056
|
-
"fieldName": "autoCloseOnAction",
|
|
2057
|
-
"inheritedFrom": {
|
|
2058
|
-
"name": "ActionsMenu",
|
|
2059
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2060
|
-
}
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"name": "name",
|
|
2152
|
+
"name": "download",
|
|
2064
2153
|
"type": {
|
|
2065
2154
|
"text": "string"
|
|
2066
2155
|
},
|
|
2067
|
-
"
|
|
2068
|
-
"fieldName": "
|
|
2069
|
-
"inheritedFrom": {
|
|
2070
|
-
"name": "ActionsMenu",
|
|
2071
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2072
|
-
}
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"name": "open",
|
|
2076
|
-
"type": {
|
|
2077
|
-
"text": "boolean"
|
|
2078
|
-
},
|
|
2079
|
-
"default": "false",
|
|
2080
|
-
"fieldName": "open",
|
|
2156
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2157
|
+
"fieldName": "download",
|
|
2081
2158
|
"inheritedFrom": {
|
|
2082
|
-
"name": "
|
|
2083
|
-
"module": "src/
|
|
2159
|
+
"name": "Anchor",
|
|
2160
|
+
"module": "src/anchor/anchor.ts"
|
|
2084
2161
|
}
|
|
2085
2162
|
},
|
|
2086
2163
|
{
|
|
2087
|
-
"name": "
|
|
2164
|
+
"name": "href",
|
|
2088
2165
|
"type": {
|
|
2089
2166
|
"text": "string"
|
|
2090
2167
|
},
|
|
2091
|
-
"
|
|
2168
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2169
|
+
"fieldName": "href",
|
|
2092
2170
|
"inheritedFrom": {
|
|
2093
|
-
"name": "
|
|
2094
|
-
"module": "src/
|
|
2171
|
+
"name": "Anchor",
|
|
2172
|
+
"module": "src/anchor/anchor.ts"
|
|
2095
2173
|
}
|
|
2096
2174
|
},
|
|
2097
2175
|
{
|
|
2098
|
-
"name": "
|
|
2176
|
+
"name": "hreflang",
|
|
2099
2177
|
"type": {
|
|
2100
|
-
"text": "
|
|
2178
|
+
"text": "string"
|
|
2101
2179
|
},
|
|
2102
|
-
"
|
|
2103
|
-
"fieldName": "
|
|
2180
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2181
|
+
"fieldName": "hreflang",
|
|
2104
2182
|
"inheritedFrom": {
|
|
2105
|
-
"name": "
|
|
2106
|
-
"module": "src/
|
|
2183
|
+
"name": "Anchor",
|
|
2184
|
+
"module": "src/anchor/anchor.ts"
|
|
2107
2185
|
}
|
|
2108
2186
|
},
|
|
2109
2187
|
{
|
|
2110
|
-
"name": "
|
|
2111
|
-
"type": {
|
|
2112
|
-
"text": "boolean"
|
|
2113
|
-
},
|
|
2114
|
-
"default": "false",
|
|
2115
|
-
"fieldName": "hideMenuSingleOption",
|
|
2116
|
-
"inheritedFrom": {
|
|
2117
|
-
"name": "ActionsMenu",
|
|
2118
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2121
|
-
],
|
|
2122
|
-
"members": [
|
|
2123
|
-
{
|
|
2124
|
-
"kind": "field",
|
|
2125
|
-
"name": "actions",
|
|
2188
|
+
"name": "ping",
|
|
2126
2189
|
"type": {
|
|
2127
|
-
"text": "
|
|
2190
|
+
"text": "string"
|
|
2128
2191
|
},
|
|
2192
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2193
|
+
"fieldName": "ping",
|
|
2129
2194
|
"inheritedFrom": {
|
|
2130
|
-
"name": "
|
|
2131
|
-
"module": "src/
|
|
2195
|
+
"name": "Anchor",
|
|
2196
|
+
"module": "src/anchor/anchor.ts"
|
|
2132
2197
|
}
|
|
2133
2198
|
},
|
|
2134
2199
|
{
|
|
2135
|
-
"
|
|
2136
|
-
"name": "isVertical",
|
|
2200
|
+
"name": "referrerpolicy",
|
|
2137
2201
|
"type": {
|
|
2138
|
-
"text": "
|
|
2202
|
+
"text": "string"
|
|
2139
2203
|
},
|
|
2140
|
-
"
|
|
2204
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2205
|
+
"fieldName": "referrerpolicy",
|
|
2141
2206
|
"inheritedFrom": {
|
|
2142
|
-
"name": "
|
|
2143
|
-
"module": "src/
|
|
2207
|
+
"name": "Anchor",
|
|
2208
|
+
"module": "src/anchor/anchor.ts"
|
|
2144
2209
|
}
|
|
2145
2210
|
},
|
|
2146
2211
|
{
|
|
2147
|
-
"
|
|
2148
|
-
"name": "addDefaultActions",
|
|
2212
|
+
"name": "rel",
|
|
2149
2213
|
"type": {
|
|
2150
|
-
"text": "
|
|
2214
|
+
"text": "string"
|
|
2151
2215
|
},
|
|
2152
|
-
"
|
|
2216
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2217
|
+
"fieldName": "rel",
|
|
2153
2218
|
"inheritedFrom": {
|
|
2154
|
-
"name": "
|
|
2155
|
-
"module": "src/
|
|
2219
|
+
"name": "Anchor",
|
|
2220
|
+
"module": "src/anchor/anchor.ts"
|
|
2156
2221
|
}
|
|
2157
2222
|
},
|
|
2158
2223
|
{
|
|
2159
|
-
"
|
|
2160
|
-
"name": "autoCloseOnAction",
|
|
2224
|
+
"name": "target",
|
|
2161
2225
|
"type": {
|
|
2162
|
-
"text": "
|
|
2226
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2163
2227
|
},
|
|
2164
|
-
"
|
|
2228
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2229
|
+
"fieldName": "target",
|
|
2165
2230
|
"inheritedFrom": {
|
|
2166
|
-
"name": "
|
|
2167
|
-
"module": "src/
|
|
2231
|
+
"name": "Anchor",
|
|
2232
|
+
"module": "src/anchor/anchor.ts"
|
|
2168
2233
|
}
|
|
2169
2234
|
},
|
|
2170
2235
|
{
|
|
2171
|
-
"
|
|
2172
|
-
"name": "classNames",
|
|
2236
|
+
"name": "type",
|
|
2173
2237
|
"type": {
|
|
2174
2238
|
"text": "string"
|
|
2175
2239
|
},
|
|
2240
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
2241
|
+
"fieldName": "type",
|
|
2176
2242
|
"inheritedFrom": {
|
|
2177
|
-
"name": "
|
|
2178
|
-
"module": "src/
|
|
2243
|
+
"name": "Anchor",
|
|
2244
|
+
"module": "src/anchor/anchor.ts"
|
|
2179
2245
|
}
|
|
2180
|
-
}
|
|
2246
|
+
}
|
|
2247
|
+
],
|
|
2248
|
+
"members": [
|
|
2181
2249
|
{
|
|
2182
2250
|
"kind": "field",
|
|
2183
|
-
"name": "
|
|
2251
|
+
"name": "download",
|
|
2184
2252
|
"type": {
|
|
2185
|
-
"text": "
|
|
2253
|
+
"text": "string"
|
|
2186
2254
|
},
|
|
2255
|
+
"privacy": "public",
|
|
2256
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2187
2257
|
"inheritedFrom": {
|
|
2188
|
-
"name": "
|
|
2189
|
-
"module": "src/
|
|
2258
|
+
"name": "Anchor",
|
|
2259
|
+
"module": "src/anchor/anchor.ts"
|
|
2190
2260
|
}
|
|
2191
2261
|
},
|
|
2192
2262
|
{
|
|
2193
2263
|
"kind": "field",
|
|
2194
|
-
"name": "
|
|
2264
|
+
"name": "href",
|
|
2195
2265
|
"type": {
|
|
2196
2266
|
"text": "string"
|
|
2197
2267
|
},
|
|
2198
|
-
"
|
|
2268
|
+
"privacy": "public",
|
|
2269
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2199
2270
|
"inheritedFrom": {
|
|
2200
|
-
"name": "
|
|
2201
|
-
"module": "src/
|
|
2271
|
+
"name": "Anchor",
|
|
2272
|
+
"module": "src/anchor/anchor.ts"
|
|
2202
2273
|
}
|
|
2203
2274
|
},
|
|
2204
2275
|
{
|
|
2205
2276
|
"kind": "field",
|
|
2206
|
-
"name": "
|
|
2277
|
+
"name": "hreflang",
|
|
2207
2278
|
"type": {
|
|
2208
|
-
"text": "
|
|
2279
|
+
"text": "string"
|
|
2209
2280
|
},
|
|
2210
|
-
"
|
|
2281
|
+
"privacy": "public",
|
|
2282
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2211
2283
|
"inheritedFrom": {
|
|
2212
|
-
"name": "
|
|
2213
|
-
"module": "src/
|
|
2284
|
+
"name": "Anchor",
|
|
2285
|
+
"module": "src/anchor/anchor.ts"
|
|
2214
2286
|
}
|
|
2215
2287
|
},
|
|
2216
2288
|
{
|
|
2217
2289
|
"kind": "field",
|
|
2218
|
-
"name": "
|
|
2290
|
+
"name": "ping",
|
|
2219
2291
|
"type": {
|
|
2220
2292
|
"text": "string"
|
|
2221
2293
|
},
|
|
2294
|
+
"privacy": "public",
|
|
2295
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2222
2296
|
"inheritedFrom": {
|
|
2223
|
-
"name": "
|
|
2224
|
-
"module": "src/
|
|
2297
|
+
"name": "Anchor",
|
|
2298
|
+
"module": "src/anchor/anchor.ts"
|
|
2225
2299
|
}
|
|
2226
2300
|
},
|
|
2227
2301
|
{
|
|
2228
2302
|
"kind": "field",
|
|
2229
|
-
"name": "
|
|
2303
|
+
"name": "referrerpolicy",
|
|
2230
2304
|
"type": {
|
|
2231
|
-
"text": "
|
|
2305
|
+
"text": "string"
|
|
2232
2306
|
},
|
|
2233
|
-
"
|
|
2307
|
+
"privacy": "public",
|
|
2308
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2234
2309
|
"inheritedFrom": {
|
|
2235
|
-
"name": "
|
|
2236
|
-
"module": "src/
|
|
2310
|
+
"name": "Anchor",
|
|
2311
|
+
"module": "src/anchor/anchor.ts"
|
|
2237
2312
|
}
|
|
2238
2313
|
},
|
|
2239
2314
|
{
|
|
2240
2315
|
"kind": "field",
|
|
2241
|
-
"name": "
|
|
2316
|
+
"name": "rel",
|
|
2242
2317
|
"type": {
|
|
2243
|
-
"text": "
|
|
2318
|
+
"text": "string"
|
|
2244
2319
|
},
|
|
2245
|
-
"
|
|
2320
|
+
"privacy": "public",
|
|
2321
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2246
2322
|
"inheritedFrom": {
|
|
2247
|
-
"name": "
|
|
2248
|
-
"module": "src/
|
|
2323
|
+
"name": "Anchor",
|
|
2324
|
+
"module": "src/anchor/anchor.ts"
|
|
2249
2325
|
}
|
|
2250
2326
|
},
|
|
2251
2327
|
{
|
|
2252
2328
|
"kind": "field",
|
|
2253
|
-
"name": "
|
|
2329
|
+
"name": "target",
|
|
2254
2330
|
"type": {
|
|
2255
|
-
"text": "
|
|
2331
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
2256
2332
|
},
|
|
2333
|
+
"privacy": "public",
|
|
2334
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2257
2335
|
"inheritedFrom": {
|
|
2258
|
-
"name": "
|
|
2259
|
-
"module": "src/
|
|
2336
|
+
"name": "Anchor",
|
|
2337
|
+
"module": "src/anchor/anchor.ts"
|
|
2260
2338
|
}
|
|
2261
2339
|
},
|
|
2262
2340
|
{
|
|
2263
2341
|
"kind": "field",
|
|
2264
|
-
"name": "
|
|
2342
|
+
"name": "type",
|
|
2265
2343
|
"type": {
|
|
2266
|
-
"text": "
|
|
2344
|
+
"text": "string"
|
|
2267
2345
|
},
|
|
2346
|
+
"privacy": "public",
|
|
2347
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
2268
2348
|
"inheritedFrom": {
|
|
2269
|
-
"name": "
|
|
2270
|
-
"module": "src/
|
|
2271
|
-
}
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
"kind": "method",
|
|
2275
|
-
"name": "definitionChanged",
|
|
2276
|
-
"privacy": "protected",
|
|
2277
|
-
"parameters": [
|
|
2278
|
-
{
|
|
2279
|
-
"name": "oldValue",
|
|
2280
|
-
"type": {
|
|
2281
|
-
"text": "any"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"name": "newValue",
|
|
2286
|
-
"type": {
|
|
2287
|
-
"text": "any"
|
|
2288
|
-
}
|
|
2289
|
-
}
|
|
2290
|
-
],
|
|
2291
|
-
"inheritedFrom": {
|
|
2292
|
-
"name": "ActionsMenu",
|
|
2293
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "method",
|
|
2298
|
-
"name": "openChanged",
|
|
2299
|
-
"privacy": "protected",
|
|
2300
|
-
"inheritedFrom": {
|
|
2301
|
-
"name": "ActionsMenu",
|
|
2302
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2303
|
-
}
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
"kind": "method",
|
|
2307
|
-
"name": "toggleActionsMenuVisibility",
|
|
2308
|
-
"inheritedFrom": {
|
|
2309
|
-
"name": "ActionsMenu",
|
|
2310
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
"kind": "method",
|
|
2315
|
-
"name": "onActionMenuItemClick",
|
|
2316
|
-
"parameters": [
|
|
2317
|
-
{
|
|
2318
|
-
"name": "callback",
|
|
2319
|
-
"type": {
|
|
2320
|
-
"text": "(rowData) => void | any"
|
|
2321
|
-
}
|
|
2322
|
-
}
|
|
2323
|
-
],
|
|
2324
|
-
"inheritedFrom": {
|
|
2325
|
-
"name": "ActionsMenu",
|
|
2326
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2349
|
+
"name": "Anchor",
|
|
2350
|
+
"module": "src/anchor/anchor.ts"
|
|
2327
2351
|
}
|
|
2328
2352
|
},
|
|
2329
2353
|
{
|
|
2330
2354
|
"kind": "field",
|
|
2331
|
-
"name": "
|
|
2355
|
+
"name": "control",
|
|
2332
2356
|
"type": {
|
|
2333
|
-
"text": "
|
|
2357
|
+
"text": "HTMLAnchorElement | undefined"
|
|
2334
2358
|
},
|
|
2335
|
-
"
|
|
2359
|
+
"privacy": "public",
|
|
2360
|
+
"description": "References the root element",
|
|
2336
2361
|
"inheritedFrom": {
|
|
2337
|
-
"name": "
|
|
2338
|
-
"module": "src/
|
|
2362
|
+
"name": "Anchor",
|
|
2363
|
+
"module": "src/anchor/anchor.ts"
|
|
2339
2364
|
}
|
|
2340
2365
|
},
|
|
2341
2366
|
{
|
|
2342
2367
|
"kind": "field",
|
|
2343
|
-
"name": "
|
|
2344
|
-
"
|
|
2345
|
-
"
|
|
2346
|
-
"name": "ActionsMenu",
|
|
2347
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2348
|
-
}
|
|
2349
|
-
},
|
|
2350
|
-
{
|
|
2351
|
-
"kind": "method",
|
|
2352
|
-
"name": "getLabel",
|
|
2353
|
-
"parameters": [
|
|
2354
|
-
{
|
|
2355
|
-
"name": "name",
|
|
2356
|
-
"type": {
|
|
2357
|
-
"text": "string | ((rowData: any) => string)"
|
|
2358
|
-
}
|
|
2359
|
-
}
|
|
2360
|
-
],
|
|
2361
|
-
"inheritedFrom": {
|
|
2362
|
-
"name": "ActionsMenu",
|
|
2363
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
2364
|
-
}
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"kind": "method",
|
|
2368
|
-
"name": "getTemplate",
|
|
2369
|
-
"parameters": [
|
|
2370
|
-
{
|
|
2371
|
-
"name": "prefix",
|
|
2372
|
-
"type": {
|
|
2373
|
-
"text": "string"
|
|
2374
|
-
}
|
|
2375
|
-
}
|
|
2376
|
-
],
|
|
2368
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
2369
|
+
"privacy": "private",
|
|
2370
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
2377
2371
|
"inheritedFrom": {
|
|
2378
|
-
"name": "
|
|
2379
|
-
"module": "src/
|
|
2372
|
+
"name": "Anchor",
|
|
2373
|
+
"module": "src/anchor/anchor.ts"
|
|
2380
2374
|
}
|
|
2381
2375
|
},
|
|
2382
2376
|
{
|
|
@@ -2388,8 +2382,8 @@
|
|
|
2388
2382
|
"privacy": "private",
|
|
2389
2383
|
"default": "void 0",
|
|
2390
2384
|
"inheritedFrom": {
|
|
2391
|
-
"name": "
|
|
2392
|
-
"module": "src/
|
|
2385
|
+
"name": "Anchor",
|
|
2386
|
+
"module": "src/anchor/anchor.ts"
|
|
2393
2387
|
}
|
|
2394
2388
|
},
|
|
2395
2389
|
{
|
|
@@ -2401,8 +2395,8 @@
|
|
|
2401
2395
|
"privacy": "public",
|
|
2402
2396
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2403
2397
|
"inheritedFrom": {
|
|
2404
|
-
"name": "
|
|
2405
|
-
"module": "src/
|
|
2398
|
+
"name": "Anchor",
|
|
2399
|
+
"module": "src/anchor/anchor.ts"
|
|
2406
2400
|
}
|
|
2407
2401
|
},
|
|
2408
2402
|
{
|
|
@@ -2414,8 +2408,8 @@
|
|
|
2414
2408
|
"privacy": "public",
|
|
2415
2409
|
"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.",
|
|
2416
2410
|
"inheritedFrom": {
|
|
2417
|
-
"name": "
|
|
2418
|
-
"module": "src/
|
|
2411
|
+
"name": "Anchor",
|
|
2412
|
+
"module": "src/anchor/anchor.ts"
|
|
2419
2413
|
}
|
|
2420
2414
|
},
|
|
2421
2415
|
{
|
|
@@ -2428,8 +2422,8 @@
|
|
|
2428
2422
|
}
|
|
2429
2423
|
},
|
|
2430
2424
|
"inheritedFrom": {
|
|
2431
|
-
"name": "
|
|
2432
|
-
"module": "src/
|
|
2425
|
+
"name": "Anchor",
|
|
2426
|
+
"module": "src/anchor/anchor.ts"
|
|
2433
2427
|
}
|
|
2434
2428
|
},
|
|
2435
2429
|
{
|
|
@@ -2441,8 +2435,8 @@
|
|
|
2441
2435
|
"privacy": "public",
|
|
2442
2436
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2443
2437
|
"inheritedFrom": {
|
|
2444
|
-
"name": "
|
|
2445
|
-
"module": "src/
|
|
2438
|
+
"name": "Anchor",
|
|
2439
|
+
"module": "src/anchor/anchor.ts"
|
|
2446
2440
|
}
|
|
2447
2441
|
},
|
|
2448
2442
|
{
|
|
@@ -2455,8 +2449,8 @@
|
|
|
2455
2449
|
}
|
|
2456
2450
|
},
|
|
2457
2451
|
"inheritedFrom": {
|
|
2458
|
-
"name": "
|
|
2459
|
-
"module": "src/
|
|
2452
|
+
"name": "Anchor",
|
|
2453
|
+
"module": "src/anchor/anchor.ts"
|
|
2460
2454
|
}
|
|
2461
2455
|
},
|
|
2462
2456
|
{
|
|
@@ -2486,41 +2480,39 @@
|
|
|
2486
2480
|
],
|
|
2487
2481
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2488
2482
|
"inheritedFrom": {
|
|
2489
|
-
"name": "
|
|
2490
|
-
"module": "src/
|
|
2483
|
+
"name": "Anchor",
|
|
2484
|
+
"module": "src/anchor/anchor.ts"
|
|
2491
2485
|
}
|
|
2492
2486
|
}
|
|
2493
2487
|
]
|
|
2494
2488
|
},
|
|
2495
2489
|
{
|
|
2496
2490
|
"kind": "variable",
|
|
2497
|
-
"name": "
|
|
2498
|
-
"description": "The Zero Actions Menu",
|
|
2499
|
-
"privacy": "public"
|
|
2491
|
+
"name": "zeroAnchor"
|
|
2500
2492
|
}
|
|
2501
2493
|
],
|
|
2502
2494
|
"exports": [
|
|
2503
2495
|
{
|
|
2504
2496
|
"kind": "js",
|
|
2505
|
-
"name": "
|
|
2497
|
+
"name": "Anchor",
|
|
2506
2498
|
"declaration": {
|
|
2507
|
-
"name": "
|
|
2508
|
-
"module": "src/
|
|
2499
|
+
"name": "Anchor",
|
|
2500
|
+
"module": "src/anchor/anchor.ts"
|
|
2509
2501
|
}
|
|
2510
2502
|
},
|
|
2511
2503
|
{
|
|
2512
2504
|
"kind": "js",
|
|
2513
|
-
"name": "
|
|
2505
|
+
"name": "zeroAnchor",
|
|
2514
2506
|
"declaration": {
|
|
2515
|
-
"name": "
|
|
2516
|
-
"module": "src/
|
|
2507
|
+
"name": "zeroAnchor",
|
|
2508
|
+
"module": "src/anchor/anchor.ts"
|
|
2517
2509
|
}
|
|
2518
2510
|
}
|
|
2519
2511
|
]
|
|
2520
2512
|
},
|
|
2521
2513
|
{
|
|
2522
2514
|
"kind": "javascript-module",
|
|
2523
|
-
"path": "src/
|
|
2515
|
+
"path": "src/anchor/index.ts",
|
|
2524
2516
|
"declarations": [],
|
|
2525
2517
|
"exports": [
|
|
2526
2518
|
{
|
|
@@ -2528,7 +2520,7 @@
|
|
|
2528
2520
|
"name": "*",
|
|
2529
2521
|
"declaration": {
|
|
2530
2522
|
"name": "*",
|
|
2531
|
-
"package": "./
|
|
2523
|
+
"package": "./anchor"
|
|
2532
2524
|
}
|
|
2533
2525
|
},
|
|
2534
2526
|
{
|
|
@@ -2536,7 +2528,15 @@
|
|
|
2536
2528
|
"name": "*",
|
|
2537
2529
|
"declaration": {
|
|
2538
2530
|
"name": "*",
|
|
2539
|
-
"package": "./
|
|
2531
|
+
"package": "./anchor.styles"
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"kind": "js",
|
|
2536
|
+
"name": "*",
|
|
2537
|
+
"declaration": {
|
|
2538
|
+
"name": "*",
|
|
2539
|
+
"package": "./anchor.template"
|
|
2540
2540
|
}
|
|
2541
2541
|
}
|
|
2542
2542
|
]
|