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