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