@genesislcap/foundation-zero 14.137.0 → 14.137.1-alpha-ee4af66.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 +1283 -1283
- package/package.json +7 -7
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
},
|
|
1390
1390
|
{
|
|
1391
1391
|
"kind": "javascript-module",
|
|
1392
|
-
"path": "src/
|
|
1392
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1393
1393
|
"declarations": [
|
|
1394
1394
|
{
|
|
1395
1395
|
"kind": "variable",
|
|
@@ -1397,23 +1397,15 @@
|
|
|
1397
1397
|
"type": {
|
|
1398
1398
|
"text": "Meta"
|
|
1399
1399
|
},
|
|
1400
|
-
"default": "{\n title: '
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "variable",
|
|
1404
|
-
"name": "Horizontal",
|
|
1405
|
-
"type": {
|
|
1406
|
-
"text": "StoryObj"
|
|
1407
|
-
},
|
|
1408
|
-
"default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
|
|
1400
|
+
"default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
|
|
1409
1401
|
},
|
|
1410
1402
|
{
|
|
1411
1403
|
"kind": "variable",
|
|
1412
|
-
"name": "
|
|
1404
|
+
"name": "All",
|
|
1413
1405
|
"type": {
|
|
1414
1406
|
"text": "StoryObj"
|
|
1415
1407
|
},
|
|
1416
|
-
"default": "{\n args: {\n
|
|
1408
|
+
"default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
|
|
1417
1409
|
}
|
|
1418
1410
|
],
|
|
1419
1411
|
"exports": [
|
|
@@ -1422,37 +1414,68 @@
|
|
|
1422
1414
|
"name": "default",
|
|
1423
1415
|
"declaration": {
|
|
1424
1416
|
"name": "meta",
|
|
1425
|
-
"module": "src/
|
|
1417
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1426
1418
|
}
|
|
1427
1419
|
},
|
|
1428
1420
|
{
|
|
1429
1421
|
"kind": "js",
|
|
1430
|
-
"name": "
|
|
1422
|
+
"name": "All",
|
|
1431
1423
|
"declaration": {
|
|
1432
|
-
"name": "
|
|
1433
|
-
"module": "src/
|
|
1424
|
+
"name": "All",
|
|
1425
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1434
1426
|
}
|
|
1435
|
-
}
|
|
1427
|
+
}
|
|
1428
|
+
]
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "javascript-module",
|
|
1432
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1433
|
+
"declarations": [
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "function",
|
|
1436
|
+
"name": "zeroAnchorStyles",
|
|
1437
|
+
"return": {
|
|
1438
|
+
"type": {
|
|
1439
|
+
"text": "ElementStyles"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
"parameters": [
|
|
1443
|
+
{
|
|
1444
|
+
"name": "context",
|
|
1445
|
+
"type": {
|
|
1446
|
+
"text": "ElementDefinitionContext"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"name": "definition",
|
|
1451
|
+
"type": {
|
|
1452
|
+
"text": "FoundationElementDefinition"
|
|
1453
|
+
}
|
|
1454
|
+
}
|
|
1455
|
+
]
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"exports": [
|
|
1436
1459
|
{
|
|
1437
1460
|
"kind": "js",
|
|
1438
|
-
"name": "
|
|
1461
|
+
"name": "zeroAnchorStyles",
|
|
1439
1462
|
"declaration": {
|
|
1440
|
-
"name": "
|
|
1441
|
-
"module": "src/
|
|
1463
|
+
"name": "zeroAnchorStyles",
|
|
1464
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1442
1465
|
}
|
|
1443
1466
|
}
|
|
1444
1467
|
]
|
|
1445
1468
|
},
|
|
1446
1469
|
{
|
|
1447
1470
|
"kind": "javascript-module",
|
|
1448
|
-
"path": "src/
|
|
1471
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1449
1472
|
"declarations": [
|
|
1450
1473
|
{
|
|
1451
1474
|
"kind": "function",
|
|
1452
|
-
"name": "
|
|
1475
|
+
"name": "zeroAnchorTemplate",
|
|
1453
1476
|
"return": {
|
|
1454
1477
|
"type": {
|
|
1455
|
-
"text": "
|
|
1478
|
+
"text": "ViewTemplate<Anchor>"
|
|
1456
1479
|
}
|
|
1457
1480
|
},
|
|
1458
1481
|
"parameters": [
|
|
@@ -1474,383 +1497,252 @@
|
|
|
1474
1497
|
"exports": [
|
|
1475
1498
|
{
|
|
1476
1499
|
"kind": "js",
|
|
1477
|
-
"name": "
|
|
1500
|
+
"name": "zeroAnchorTemplate",
|
|
1478
1501
|
"declaration": {
|
|
1479
|
-
"name": "
|
|
1480
|
-
"module": "src/
|
|
1502
|
+
"name": "zeroAnchorTemplate",
|
|
1503
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1481
1504
|
}
|
|
1482
1505
|
}
|
|
1483
1506
|
]
|
|
1484
1507
|
},
|
|
1485
1508
|
{
|
|
1486
1509
|
"kind": "javascript-module",
|
|
1487
|
-
"path": "src/
|
|
1510
|
+
"path": "src/anchor/anchor.ts",
|
|
1488
1511
|
"declarations": [
|
|
1489
1512
|
{
|
|
1490
1513
|
"kind": "class",
|
|
1491
1514
|
"description": "",
|
|
1492
|
-
"name": "
|
|
1515
|
+
"name": "Anchor",
|
|
1493
1516
|
"superclass": {
|
|
1494
|
-
"name": "
|
|
1517
|
+
"name": "FoundationAnchor",
|
|
1495
1518
|
"package": "@genesislcap/foundation-ui"
|
|
1496
1519
|
},
|
|
1497
|
-
"tagName": "%%prefix%%-
|
|
1520
|
+
"tagName": "%%prefix%%-anchor",
|
|
1498
1521
|
"customElement": true,
|
|
1499
1522
|
"attributes": [
|
|
1500
1523
|
{
|
|
1501
|
-
"name": "
|
|
1524
|
+
"name": "download",
|
|
1502
1525
|
"type": {
|
|
1503
|
-
"text": "
|
|
1526
|
+
"text": "string"
|
|
1504
1527
|
},
|
|
1505
|
-
"
|
|
1506
|
-
"fieldName": "
|
|
1528
|
+
"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.",
|
|
1529
|
+
"fieldName": "download",
|
|
1507
1530
|
"inheritedFrom": {
|
|
1508
|
-
"name": "
|
|
1509
|
-
"module": "src/
|
|
1531
|
+
"name": "Anchor",
|
|
1532
|
+
"module": "src/anchor/anchor.ts"
|
|
1510
1533
|
}
|
|
1511
1534
|
},
|
|
1512
1535
|
{
|
|
1513
|
-
"name": "
|
|
1536
|
+
"name": "href",
|
|
1514
1537
|
"type": {
|
|
1515
|
-
"text": "
|
|
1538
|
+
"text": "string"
|
|
1516
1539
|
},
|
|
1517
|
-
"
|
|
1518
|
-
"fieldName": "
|
|
1540
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1541
|
+
"fieldName": "href",
|
|
1519
1542
|
"inheritedFrom": {
|
|
1520
|
-
"name": "
|
|
1521
|
-
"module": "src/
|
|
1543
|
+
"name": "Anchor",
|
|
1544
|
+
"module": "src/anchor/anchor.ts"
|
|
1522
1545
|
}
|
|
1523
1546
|
},
|
|
1524
1547
|
{
|
|
1525
|
-
"name": "
|
|
1548
|
+
"name": "hreflang",
|
|
1526
1549
|
"type": {
|
|
1527
|
-
"text": "
|
|
1550
|
+
"text": "string"
|
|
1528
1551
|
},
|
|
1529
|
-
"
|
|
1530
|
-
"fieldName": "
|
|
1552
|
+
"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.",
|
|
1553
|
+
"fieldName": "hreflang",
|
|
1531
1554
|
"inheritedFrom": {
|
|
1532
|
-
"name": "
|
|
1533
|
-
"module": "src/
|
|
1555
|
+
"name": "Anchor",
|
|
1556
|
+
"module": "src/anchor/anchor.ts"
|
|
1534
1557
|
}
|
|
1535
1558
|
},
|
|
1536
1559
|
{
|
|
1537
|
-
"name": "
|
|
1560
|
+
"name": "ping",
|
|
1538
1561
|
"type": {
|
|
1539
1562
|
"text": "string"
|
|
1540
1563
|
},
|
|
1541
|
-
"
|
|
1542
|
-
"fieldName": "
|
|
1564
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1565
|
+
"fieldName": "ping",
|
|
1543
1566
|
"inheritedFrom": {
|
|
1544
|
-
"name": "
|
|
1545
|
-
"module": "src/
|
|
1567
|
+
"name": "Anchor",
|
|
1568
|
+
"module": "src/anchor/anchor.ts"
|
|
1546
1569
|
}
|
|
1547
1570
|
},
|
|
1548
1571
|
{
|
|
1549
|
-
"name": "
|
|
1572
|
+
"name": "referrerpolicy",
|
|
1550
1573
|
"type": {
|
|
1551
|
-
"text": "
|
|
1574
|
+
"text": "string"
|
|
1552
1575
|
},
|
|
1553
|
-
"
|
|
1554
|
-
"fieldName": "
|
|
1576
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1577
|
+
"fieldName": "referrerpolicy",
|
|
1555
1578
|
"inheritedFrom": {
|
|
1556
|
-
"name": "
|
|
1557
|
-
"module": "src/
|
|
1579
|
+
"name": "Anchor",
|
|
1580
|
+
"module": "src/anchor/anchor.ts"
|
|
1558
1581
|
}
|
|
1559
1582
|
},
|
|
1560
1583
|
{
|
|
1561
|
-
"name": "
|
|
1584
|
+
"name": "rel",
|
|
1562
1585
|
"type": {
|
|
1563
1586
|
"text": "string"
|
|
1564
1587
|
},
|
|
1565
|
-
"
|
|
1588
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1589
|
+
"fieldName": "rel",
|
|
1566
1590
|
"inheritedFrom": {
|
|
1567
|
-
"name": "
|
|
1568
|
-
"module": "src/
|
|
1591
|
+
"name": "Anchor",
|
|
1592
|
+
"module": "src/anchor/anchor.ts"
|
|
1569
1593
|
}
|
|
1570
1594
|
},
|
|
1571
1595
|
{
|
|
1572
|
-
"name": "
|
|
1596
|
+
"name": "target",
|
|
1573
1597
|
"type": {
|
|
1574
|
-
"text": "
|
|
1598
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1575
1599
|
},
|
|
1576
|
-
"
|
|
1577
|
-
"fieldName": "
|
|
1600
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1601
|
+
"fieldName": "target",
|
|
1578
1602
|
"inheritedFrom": {
|
|
1579
|
-
"name": "
|
|
1580
|
-
"module": "src/
|
|
1603
|
+
"name": "Anchor",
|
|
1604
|
+
"module": "src/anchor/anchor.ts"
|
|
1581
1605
|
}
|
|
1582
1606
|
},
|
|
1583
1607
|
{
|
|
1584
|
-
"name": "
|
|
1608
|
+
"name": "type",
|
|
1585
1609
|
"type": {
|
|
1586
|
-
"text": "
|
|
1610
|
+
"text": "string"
|
|
1587
1611
|
},
|
|
1588
|
-
"
|
|
1589
|
-
"fieldName": "
|
|
1612
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
1613
|
+
"fieldName": "type",
|
|
1590
1614
|
"inheritedFrom": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/
|
|
1615
|
+
"name": "Anchor",
|
|
1616
|
+
"module": "src/anchor/anchor.ts"
|
|
1593
1617
|
}
|
|
1594
1618
|
}
|
|
1595
1619
|
],
|
|
1596
1620
|
"members": [
|
|
1597
1621
|
{
|
|
1598
1622
|
"kind": "field",
|
|
1599
|
-
"name": "
|
|
1623
|
+
"name": "download",
|
|
1600
1624
|
"type": {
|
|
1601
|
-
"text": "
|
|
1625
|
+
"text": "string"
|
|
1602
1626
|
},
|
|
1627
|
+
"privacy": "public",
|
|
1628
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1603
1629
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/
|
|
1630
|
+
"name": "Anchor",
|
|
1631
|
+
"module": "src/anchor/anchor.ts"
|
|
1606
1632
|
}
|
|
1607
1633
|
},
|
|
1608
1634
|
{
|
|
1609
1635
|
"kind": "field",
|
|
1610
|
-
"name": "
|
|
1636
|
+
"name": "href",
|
|
1611
1637
|
"type": {
|
|
1612
|
-
"text": "
|
|
1638
|
+
"text": "string"
|
|
1613
1639
|
},
|
|
1614
|
-
"
|
|
1640
|
+
"privacy": "public",
|
|
1641
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1615
1642
|
"inheritedFrom": {
|
|
1616
|
-
"name": "
|
|
1617
|
-
"module": "src/
|
|
1643
|
+
"name": "Anchor",
|
|
1644
|
+
"module": "src/anchor/anchor.ts"
|
|
1618
1645
|
}
|
|
1619
1646
|
},
|
|
1620
1647
|
{
|
|
1621
1648
|
"kind": "field",
|
|
1622
|
-
"name": "
|
|
1649
|
+
"name": "hreflang",
|
|
1623
1650
|
"type": {
|
|
1624
|
-
"text": "
|
|
1651
|
+
"text": "string"
|
|
1625
1652
|
},
|
|
1626
|
-
"
|
|
1653
|
+
"privacy": "public",
|
|
1654
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1627
1655
|
"inheritedFrom": {
|
|
1628
|
-
"name": "
|
|
1629
|
-
"module": "src/
|
|
1656
|
+
"name": "Anchor",
|
|
1657
|
+
"module": "src/anchor/anchor.ts"
|
|
1630
1658
|
}
|
|
1631
1659
|
},
|
|
1632
1660
|
{
|
|
1633
1661
|
"kind": "field",
|
|
1634
|
-
"name": "
|
|
1662
|
+
"name": "ping",
|
|
1635
1663
|
"type": {
|
|
1636
|
-
"text": "
|
|
1664
|
+
"text": "string"
|
|
1637
1665
|
},
|
|
1638
|
-
"
|
|
1666
|
+
"privacy": "public",
|
|
1667
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1639
1668
|
"inheritedFrom": {
|
|
1640
|
-
"name": "
|
|
1641
|
-
"module": "src/
|
|
1669
|
+
"name": "Anchor",
|
|
1670
|
+
"module": "src/anchor/anchor.ts"
|
|
1642
1671
|
}
|
|
1643
1672
|
},
|
|
1644
1673
|
{
|
|
1645
1674
|
"kind": "field",
|
|
1646
|
-
"name": "
|
|
1675
|
+
"name": "referrerpolicy",
|
|
1647
1676
|
"type": {
|
|
1648
1677
|
"text": "string"
|
|
1649
1678
|
},
|
|
1679
|
+
"privacy": "public",
|
|
1680
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1650
1681
|
"inheritedFrom": {
|
|
1651
|
-
"name": "
|
|
1652
|
-
"module": "src/
|
|
1682
|
+
"name": "Anchor",
|
|
1683
|
+
"module": "src/anchor/anchor.ts"
|
|
1653
1684
|
}
|
|
1654
1685
|
},
|
|
1655
1686
|
{
|
|
1656
1687
|
"kind": "field",
|
|
1657
|
-
"name": "
|
|
1688
|
+
"name": "rel",
|
|
1658
1689
|
"type": {
|
|
1659
|
-
"text": "
|
|
1690
|
+
"text": "string"
|
|
1660
1691
|
},
|
|
1692
|
+
"privacy": "public",
|
|
1693
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1661
1694
|
"inheritedFrom": {
|
|
1662
|
-
"name": "
|
|
1663
|
-
"module": "src/
|
|
1695
|
+
"name": "Anchor",
|
|
1696
|
+
"module": "src/anchor/anchor.ts"
|
|
1664
1697
|
}
|
|
1665
1698
|
},
|
|
1666
1699
|
{
|
|
1667
1700
|
"kind": "field",
|
|
1668
|
-
"name": "
|
|
1701
|
+
"name": "target",
|
|
1669
1702
|
"type": {
|
|
1670
|
-
"text": "
|
|
1703
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
1671
1704
|
},
|
|
1672
|
-
"
|
|
1705
|
+
"privacy": "public",
|
|
1706
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1673
1707
|
"inheritedFrom": {
|
|
1674
|
-
"name": "
|
|
1675
|
-
"module": "src/
|
|
1708
|
+
"name": "Anchor",
|
|
1709
|
+
"module": "src/anchor/anchor.ts"
|
|
1676
1710
|
}
|
|
1677
1711
|
},
|
|
1678
1712
|
{
|
|
1679
1713
|
"kind": "field",
|
|
1680
|
-
"name": "
|
|
1714
|
+
"name": "type",
|
|
1681
1715
|
"type": {
|
|
1682
|
-
"text": "
|
|
1716
|
+
"text": "string"
|
|
1683
1717
|
},
|
|
1684
|
-
"
|
|
1718
|
+
"privacy": "public",
|
|
1719
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
1685
1720
|
"inheritedFrom": {
|
|
1686
|
-
"name": "
|
|
1687
|
-
"module": "src/
|
|
1688
|
-
}
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
"kind": "field",
|
|
1692
|
-
"name": "buttonAppearance",
|
|
1693
|
-
"type": {
|
|
1694
|
-
"text": "string"
|
|
1695
|
-
},
|
|
1696
|
-
"inheritedFrom": {
|
|
1697
|
-
"name": "ActionsMenu",
|
|
1698
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"kind": "field",
|
|
1703
|
-
"name": "hideDisabled",
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": "boolean"
|
|
1706
|
-
},
|
|
1707
|
-
"default": "false",
|
|
1708
|
-
"inheritedFrom": {
|
|
1709
|
-
"name": "ActionsMenu",
|
|
1710
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1711
|
-
}
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"kind": "field",
|
|
1715
|
-
"name": "hideMenuSingleOption",
|
|
1716
|
-
"type": {
|
|
1717
|
-
"text": "boolean"
|
|
1718
|
-
},
|
|
1719
|
-
"default": "false",
|
|
1720
|
-
"inheritedFrom": {
|
|
1721
|
-
"name": "ActionsMenu",
|
|
1722
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1723
|
-
}
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
"kind": "field",
|
|
1727
|
-
"name": "singleOption",
|
|
1728
|
-
"type": {
|
|
1729
|
-
"text": "ActionMenuItem"
|
|
1730
|
-
},
|
|
1731
|
-
"inheritedFrom": {
|
|
1732
|
-
"name": "ActionsMenu",
|
|
1733
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1734
|
-
}
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"kind": "field",
|
|
1738
|
-
"name": "actionsMenu",
|
|
1739
|
-
"type": {
|
|
1740
|
-
"text": "HTMLElement"
|
|
1741
|
-
},
|
|
1742
|
-
"inheritedFrom": {
|
|
1743
|
-
"name": "ActionsMenu",
|
|
1744
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1745
|
-
}
|
|
1746
|
-
},
|
|
1747
|
-
{
|
|
1748
|
-
"kind": "method",
|
|
1749
|
-
"name": "definitionChanged",
|
|
1750
|
-
"privacy": "protected",
|
|
1751
|
-
"parameters": [
|
|
1752
|
-
{
|
|
1753
|
-
"name": "oldValue",
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": "any"
|
|
1756
|
-
}
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"name": "newValue",
|
|
1760
|
-
"type": {
|
|
1761
|
-
"text": "any"
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
],
|
|
1765
|
-
"inheritedFrom": {
|
|
1766
|
-
"name": "ActionsMenu",
|
|
1767
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1768
|
-
}
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
"kind": "method",
|
|
1772
|
-
"name": "openChanged",
|
|
1773
|
-
"privacy": "protected",
|
|
1774
|
-
"inheritedFrom": {
|
|
1775
|
-
"name": "ActionsMenu",
|
|
1776
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1777
|
-
}
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "method",
|
|
1781
|
-
"name": "toggleActionsMenuVisibility",
|
|
1782
|
-
"inheritedFrom": {
|
|
1783
|
-
"name": "ActionsMenu",
|
|
1784
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1785
|
-
}
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "method",
|
|
1789
|
-
"name": "onActionMenuItemClick",
|
|
1790
|
-
"parameters": [
|
|
1791
|
-
{
|
|
1792
|
-
"name": "callback",
|
|
1793
|
-
"type": {
|
|
1794
|
-
"text": "(rowData) => void | any"
|
|
1795
|
-
}
|
|
1796
|
-
}
|
|
1797
|
-
],
|
|
1798
|
-
"inheritedFrom": {
|
|
1799
|
-
"name": "ActionsMenu",
|
|
1800
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1721
|
+
"name": "Anchor",
|
|
1722
|
+
"module": "src/anchor/anchor.ts"
|
|
1801
1723
|
}
|
|
1802
1724
|
},
|
|
1803
1725
|
{
|
|
1804
1726
|
"kind": "field",
|
|
1805
|
-
"name": "
|
|
1727
|
+
"name": "control",
|
|
1806
1728
|
"type": {
|
|
1807
|
-
"text": "
|
|
1729
|
+
"text": "HTMLAnchorElement | undefined"
|
|
1808
1730
|
},
|
|
1809
|
-
"
|
|
1731
|
+
"privacy": "public",
|
|
1732
|
+
"description": "References the root element",
|
|
1810
1733
|
"inheritedFrom": {
|
|
1811
|
-
"name": "
|
|
1812
|
-
"module": "src/
|
|
1734
|
+
"name": "Anchor",
|
|
1735
|
+
"module": "src/anchor/anchor.ts"
|
|
1813
1736
|
}
|
|
1814
1737
|
},
|
|
1815
1738
|
{
|
|
1816
1739
|
"kind": "field",
|
|
1817
|
-
"name": "
|
|
1818
|
-
"
|
|
1819
|
-
"
|
|
1820
|
-
"name": "ActionsMenu",
|
|
1821
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1822
|
-
}
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "method",
|
|
1826
|
-
"name": "getLabel",
|
|
1827
|
-
"parameters": [
|
|
1828
|
-
{
|
|
1829
|
-
"name": "name",
|
|
1830
|
-
"type": {
|
|
1831
|
-
"text": "string | ((rowData: any) => string)"
|
|
1832
|
-
}
|
|
1833
|
-
}
|
|
1834
|
-
],
|
|
1835
|
-
"inheritedFrom": {
|
|
1836
|
-
"name": "ActionsMenu",
|
|
1837
|
-
"module": "src/actions-menu/actions-menu.ts"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "method",
|
|
1842
|
-
"name": "getTemplate",
|
|
1843
|
-
"parameters": [
|
|
1844
|
-
{
|
|
1845
|
-
"name": "prefix",
|
|
1846
|
-
"type": {
|
|
1847
|
-
"text": "string"
|
|
1848
|
-
}
|
|
1849
|
-
}
|
|
1850
|
-
],
|
|
1740
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
1741
|
+
"privacy": "private",
|
|
1742
|
+
"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",
|
|
1851
1743
|
"inheritedFrom": {
|
|
1852
|
-
"name": "
|
|
1853
|
-
"module": "src/
|
|
1744
|
+
"name": "Anchor",
|
|
1745
|
+
"module": "src/anchor/anchor.ts"
|
|
1854
1746
|
}
|
|
1855
1747
|
},
|
|
1856
1748
|
{
|
|
@@ -1862,8 +1754,8 @@
|
|
|
1862
1754
|
"privacy": "private",
|
|
1863
1755
|
"default": "void 0",
|
|
1864
1756
|
"inheritedFrom": {
|
|
1865
|
-
"name": "
|
|
1866
|
-
"module": "src/
|
|
1757
|
+
"name": "Anchor",
|
|
1758
|
+
"module": "src/anchor/anchor.ts"
|
|
1867
1759
|
}
|
|
1868
1760
|
},
|
|
1869
1761
|
{
|
|
@@ -1875,8 +1767,8 @@
|
|
|
1875
1767
|
"privacy": "public",
|
|
1876
1768
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1877
1769
|
"inheritedFrom": {
|
|
1878
|
-
"name": "
|
|
1879
|
-
"module": "src/
|
|
1770
|
+
"name": "Anchor",
|
|
1771
|
+
"module": "src/anchor/anchor.ts"
|
|
1880
1772
|
}
|
|
1881
1773
|
},
|
|
1882
1774
|
{
|
|
@@ -1888,8 +1780,8 @@
|
|
|
1888
1780
|
"privacy": "public",
|
|
1889
1781
|
"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.",
|
|
1890
1782
|
"inheritedFrom": {
|
|
1891
|
-
"name": "
|
|
1892
|
-
"module": "src/
|
|
1783
|
+
"name": "Anchor",
|
|
1784
|
+
"module": "src/anchor/anchor.ts"
|
|
1893
1785
|
}
|
|
1894
1786
|
},
|
|
1895
1787
|
{
|
|
@@ -1902,8 +1794,8 @@
|
|
|
1902
1794
|
}
|
|
1903
1795
|
},
|
|
1904
1796
|
"inheritedFrom": {
|
|
1905
|
-
"name": "
|
|
1906
|
-
"module": "src/
|
|
1797
|
+
"name": "Anchor",
|
|
1798
|
+
"module": "src/anchor/anchor.ts"
|
|
1907
1799
|
}
|
|
1908
1800
|
},
|
|
1909
1801
|
{
|
|
@@ -1915,8 +1807,8 @@
|
|
|
1915
1807
|
"privacy": "public",
|
|
1916
1808
|
"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.",
|
|
1917
1809
|
"inheritedFrom": {
|
|
1918
|
-
"name": "
|
|
1919
|
-
"module": "src/
|
|
1810
|
+
"name": "Anchor",
|
|
1811
|
+
"module": "src/anchor/anchor.ts"
|
|
1920
1812
|
}
|
|
1921
1813
|
},
|
|
1922
1814
|
{
|
|
@@ -1929,8 +1821,8 @@
|
|
|
1929
1821
|
}
|
|
1930
1822
|
},
|
|
1931
1823
|
"inheritedFrom": {
|
|
1932
|
-
"name": "
|
|
1933
|
-
"module": "src/
|
|
1824
|
+
"name": "Anchor",
|
|
1825
|
+
"module": "src/anchor/anchor.ts"
|
|
1934
1826
|
}
|
|
1935
1827
|
},
|
|
1936
1828
|
{
|
|
@@ -1960,41 +1852,39 @@
|
|
|
1960
1852
|
],
|
|
1961
1853
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1962
1854
|
"inheritedFrom": {
|
|
1963
|
-
"name": "
|
|
1964
|
-
"module": "src/
|
|
1855
|
+
"name": "Anchor",
|
|
1856
|
+
"module": "src/anchor/anchor.ts"
|
|
1965
1857
|
}
|
|
1966
1858
|
}
|
|
1967
1859
|
]
|
|
1968
1860
|
},
|
|
1969
1861
|
{
|
|
1970
1862
|
"kind": "variable",
|
|
1971
|
-
"name": "
|
|
1972
|
-
"description": "The Zero Actions Menu",
|
|
1973
|
-
"privacy": "public"
|
|
1863
|
+
"name": "zeroAnchor"
|
|
1974
1864
|
}
|
|
1975
1865
|
],
|
|
1976
1866
|
"exports": [
|
|
1977
1867
|
{
|
|
1978
1868
|
"kind": "js",
|
|
1979
|
-
"name": "
|
|
1869
|
+
"name": "Anchor",
|
|
1980
1870
|
"declaration": {
|
|
1981
|
-
"name": "
|
|
1982
|
-
"module": "src/
|
|
1871
|
+
"name": "Anchor",
|
|
1872
|
+
"module": "src/anchor/anchor.ts"
|
|
1983
1873
|
}
|
|
1984
1874
|
},
|
|
1985
1875
|
{
|
|
1986
1876
|
"kind": "js",
|
|
1987
|
-
"name": "
|
|
1877
|
+
"name": "zeroAnchor",
|
|
1988
1878
|
"declaration": {
|
|
1989
|
-
"name": "
|
|
1990
|
-
"module": "src/
|
|
1879
|
+
"name": "zeroAnchor",
|
|
1880
|
+
"module": "src/anchor/anchor.ts"
|
|
1991
1881
|
}
|
|
1992
1882
|
}
|
|
1993
1883
|
]
|
|
1994
1884
|
},
|
|
1995
1885
|
{
|
|
1996
1886
|
"kind": "javascript-module",
|
|
1997
|
-
"path": "src/
|
|
1887
|
+
"path": "src/anchor/index.ts",
|
|
1998
1888
|
"declarations": [],
|
|
1999
1889
|
"exports": [
|
|
2000
1890
|
{
|
|
@@ -2002,7 +1892,7 @@
|
|
|
2002
1892
|
"name": "*",
|
|
2003
1893
|
"declaration": {
|
|
2004
1894
|
"name": "*",
|
|
2005
|
-
"package": "./
|
|
1895
|
+
"package": "./anchor"
|
|
2006
1896
|
}
|
|
2007
1897
|
},
|
|
2008
1898
|
{
|
|
@@ -2010,14 +1900,22 @@
|
|
|
2010
1900
|
"name": "*",
|
|
2011
1901
|
"declaration": {
|
|
2012
1902
|
"name": "*",
|
|
2013
|
-
"package": "./
|
|
1903
|
+
"package": "./anchor.styles"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "js",
|
|
1908
|
+
"name": "*",
|
|
1909
|
+
"declaration": {
|
|
1910
|
+
"name": "*",
|
|
1911
|
+
"package": "./anchor.template"
|
|
2014
1912
|
}
|
|
2015
1913
|
}
|
|
2016
1914
|
]
|
|
2017
1915
|
},
|
|
2018
1916
|
{
|
|
2019
1917
|
"kind": "javascript-module",
|
|
2020
|
-
"path": "src/
|
|
1918
|
+
"path": "src/anchored-region/anchored-region.stories.ts",
|
|
2021
1919
|
"declarations": [
|
|
2022
1920
|
{
|
|
2023
1921
|
"kind": "variable",
|
|
@@ -2025,15 +1923,15 @@
|
|
|
2025
1923
|
"type": {
|
|
2026
1924
|
"text": "Meta"
|
|
2027
1925
|
},
|
|
2028
|
-
"default": "{\n title: '
|
|
1926
|
+
"default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
|
|
2029
1927
|
},
|
|
2030
1928
|
{
|
|
2031
1929
|
"kind": "variable",
|
|
2032
|
-
"name": "
|
|
1930
|
+
"name": "Default",
|
|
2033
1931
|
"type": {
|
|
2034
1932
|
"text": "StoryObj"
|
|
2035
1933
|
},
|
|
2036
|
-
"default": "{\n args: {\n anchorText: '
|
|
1934
|
+
"default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
|
|
2037
1935
|
}
|
|
2038
1936
|
],
|
|
2039
1937
|
"exports": [
|
|
@@ -2042,26 +1940,26 @@
|
|
|
2042
1940
|
"name": "default",
|
|
2043
1941
|
"declaration": {
|
|
2044
1942
|
"name": "meta",
|
|
2045
|
-
"module": "src/
|
|
1943
|
+
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2046
1944
|
}
|
|
2047
1945
|
},
|
|
2048
1946
|
{
|
|
2049
1947
|
"kind": "js",
|
|
2050
|
-
"name": "
|
|
1948
|
+
"name": "Default",
|
|
2051
1949
|
"declaration": {
|
|
2052
|
-
"name": "
|
|
2053
|
-
"module": "src/
|
|
1950
|
+
"name": "Default",
|
|
1951
|
+
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2054
1952
|
}
|
|
2055
1953
|
}
|
|
2056
1954
|
]
|
|
2057
1955
|
},
|
|
2058
1956
|
{
|
|
2059
1957
|
"kind": "javascript-module",
|
|
2060
|
-
"path": "src/
|
|
1958
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2061
1959
|
"declarations": [
|
|
2062
1960
|
{
|
|
2063
1961
|
"kind": "function",
|
|
2064
|
-
"name": "
|
|
1962
|
+
"name": "zeroAnchoredRegionStyles",
|
|
2065
1963
|
"return": {
|
|
2066
1964
|
"type": {
|
|
2067
1965
|
"text": "ElementStyles"
|
|
@@ -2086,24 +1984,24 @@
|
|
|
2086
1984
|
"exports": [
|
|
2087
1985
|
{
|
|
2088
1986
|
"kind": "js",
|
|
2089
|
-
"name": "
|
|
1987
|
+
"name": "zeroAnchoredRegionStyles",
|
|
2090
1988
|
"declaration": {
|
|
2091
|
-
"name": "
|
|
2092
|
-
"module": "src/
|
|
1989
|
+
"name": "zeroAnchoredRegionStyles",
|
|
1990
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2093
1991
|
}
|
|
2094
1992
|
}
|
|
2095
1993
|
]
|
|
2096
1994
|
},
|
|
2097
1995
|
{
|
|
2098
1996
|
"kind": "javascript-module",
|
|
2099
|
-
"path": "src/
|
|
1997
|
+
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2100
1998
|
"declarations": [
|
|
2101
1999
|
{
|
|
2102
2000
|
"kind": "function",
|
|
2103
|
-
"name": "
|
|
2001
|
+
"name": "zeroAnchoredRegionTemplate",
|
|
2104
2002
|
"return": {
|
|
2105
2003
|
"type": {
|
|
2106
|
-
"text": "ViewTemplate<
|
|
2004
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2107
2005
|
}
|
|
2108
2006
|
},
|
|
2109
2007
|
"parameters": [
|
|
@@ -2125,772 +2023,636 @@
|
|
|
2125
2023
|
"exports": [
|
|
2126
2024
|
{
|
|
2127
2025
|
"kind": "js",
|
|
2128
|
-
"name": "
|
|
2026
|
+
"name": "zeroAnchoredRegionTemplate",
|
|
2129
2027
|
"declaration": {
|
|
2130
|
-
"name": "
|
|
2131
|
-
"module": "src/
|
|
2028
|
+
"name": "zeroAnchoredRegionTemplate",
|
|
2029
|
+
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2132
2030
|
}
|
|
2133
2031
|
}
|
|
2134
2032
|
]
|
|
2135
2033
|
},
|
|
2136
2034
|
{
|
|
2137
2035
|
"kind": "javascript-module",
|
|
2138
|
-
"path": "src/
|
|
2036
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2139
2037
|
"declarations": [
|
|
2140
2038
|
{
|
|
2141
2039
|
"kind": "class",
|
|
2142
2040
|
"description": "",
|
|
2143
|
-
"name": "
|
|
2041
|
+
"name": "AnchoredRegion",
|
|
2144
2042
|
"superclass": {
|
|
2145
|
-
"name": "
|
|
2043
|
+
"name": "FoundationAnchoredRegion",
|
|
2146
2044
|
"package": "@genesislcap/foundation-ui"
|
|
2147
2045
|
},
|
|
2148
|
-
"tagName": "%%prefix%%-
|
|
2046
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2149
2047
|
"customElement": true,
|
|
2150
2048
|
"attributes": [
|
|
2151
2049
|
{
|
|
2152
|
-
"name": "
|
|
2050
|
+
"name": "anchor",
|
|
2153
2051
|
"type": {
|
|
2154
2052
|
"text": "string"
|
|
2155
2053
|
},
|
|
2156
|
-
"
|
|
2157
|
-
"
|
|
2054
|
+
"default": "\"\"",
|
|
2055
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2056
|
+
"fieldName": "anchor",
|
|
2158
2057
|
"inheritedFrom": {
|
|
2159
|
-
"name": "
|
|
2160
|
-
"module": "src/
|
|
2058
|
+
"name": "AnchoredRegion",
|
|
2059
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2161
2060
|
}
|
|
2162
2061
|
},
|
|
2163
2062
|
{
|
|
2164
|
-
"name": "
|
|
2063
|
+
"name": "viewport",
|
|
2165
2064
|
"type": {
|
|
2166
2065
|
"text": "string"
|
|
2167
2066
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2067
|
+
"default": "\"\"",
|
|
2068
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2069
|
+
"fieldName": "viewport",
|
|
2170
2070
|
"inheritedFrom": {
|
|
2171
|
-
"name": "
|
|
2172
|
-
"module": "src/
|
|
2071
|
+
"name": "AnchoredRegion",
|
|
2072
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2173
2073
|
}
|
|
2174
2074
|
},
|
|
2175
2075
|
{
|
|
2176
|
-
"name": "
|
|
2076
|
+
"name": "horizontal-positioning-mode",
|
|
2177
2077
|
"type": {
|
|
2178
|
-
"text": "
|
|
2078
|
+
"text": "AxisPositioningMode"
|
|
2179
2079
|
},
|
|
2180
|
-
"
|
|
2181
|
-
"
|
|
2080
|
+
"default": "\"uncontrolled\"",
|
|
2081
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2082
|
+
"fieldName": "horizontalPositioningMode",
|
|
2182
2083
|
"inheritedFrom": {
|
|
2183
|
-
"name": "
|
|
2184
|
-
"module": "src/
|
|
2084
|
+
"name": "AnchoredRegion",
|
|
2085
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2185
2086
|
}
|
|
2186
2087
|
},
|
|
2187
2088
|
{
|
|
2188
|
-
"name": "
|
|
2089
|
+
"name": "horizontal-default-position",
|
|
2189
2090
|
"type": {
|
|
2190
|
-
"text": "
|
|
2091
|
+
"text": "HorizontalPosition"
|
|
2191
2092
|
},
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2093
|
+
"default": "\"unset\"",
|
|
2094
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2095
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2194
2096
|
"inheritedFrom": {
|
|
2195
|
-
"name": "
|
|
2196
|
-
"module": "src/
|
|
2097
|
+
"name": "AnchoredRegion",
|
|
2098
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2197
2099
|
}
|
|
2198
2100
|
},
|
|
2199
2101
|
{
|
|
2200
|
-
"name": "
|
|
2102
|
+
"name": "horizontal-viewport-lock",
|
|
2201
2103
|
"type": {
|
|
2202
|
-
"text": "
|
|
2104
|
+
"text": "boolean"
|
|
2203
2105
|
},
|
|
2204
|
-
"
|
|
2205
|
-
"
|
|
2106
|
+
"default": "false",
|
|
2107
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2108
|
+
"fieldName": "horizontalViewportLock",
|
|
2206
2109
|
"inheritedFrom": {
|
|
2207
|
-
"name": "
|
|
2208
|
-
"module": "src/
|
|
2110
|
+
"name": "AnchoredRegion",
|
|
2111
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2209
2112
|
}
|
|
2210
2113
|
},
|
|
2211
2114
|
{
|
|
2212
|
-
"name": "
|
|
2115
|
+
"name": "horizontal-inset",
|
|
2213
2116
|
"type": {
|
|
2214
|
-
"text": "
|
|
2117
|
+
"text": "boolean"
|
|
2215
2118
|
},
|
|
2216
|
-
"
|
|
2217
|
-
"
|
|
2119
|
+
"default": "false",
|
|
2120
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2121
|
+
"fieldName": "horizontalInset",
|
|
2218
2122
|
"inheritedFrom": {
|
|
2219
|
-
"name": "
|
|
2220
|
-
"module": "src/
|
|
2123
|
+
"name": "AnchoredRegion",
|
|
2124
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2221
2125
|
}
|
|
2222
2126
|
},
|
|
2223
2127
|
{
|
|
2224
|
-
"name": "
|
|
2128
|
+
"name": "horizontal-threshold",
|
|
2225
2129
|
"type": {
|
|
2226
|
-
"text": "
|
|
2130
|
+
"text": "number"
|
|
2227
2131
|
},
|
|
2228
|
-
"description": "
|
|
2229
|
-
"fieldName": "
|
|
2132
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2133
|
+
"fieldName": "horizontalThreshold",
|
|
2230
2134
|
"inheritedFrom": {
|
|
2231
|
-
"name": "
|
|
2232
|
-
"module": "src/
|
|
2135
|
+
"name": "AnchoredRegion",
|
|
2136
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2233
2137
|
}
|
|
2234
2138
|
},
|
|
2235
2139
|
{
|
|
2236
|
-
"name": "
|
|
2140
|
+
"name": "horizontal-scaling",
|
|
2237
2141
|
"type": {
|
|
2238
|
-
"text": "
|
|
2142
|
+
"text": "AxisScalingMode"
|
|
2239
2143
|
},
|
|
2240
|
-
"
|
|
2241
|
-
"
|
|
2144
|
+
"default": "\"content\"",
|
|
2145
|
+
"description": "Defines how the width of the region is calculated",
|
|
2146
|
+
"fieldName": "horizontalScaling",
|
|
2242
2147
|
"inheritedFrom": {
|
|
2243
|
-
"name": "
|
|
2244
|
-
"module": "src/
|
|
2148
|
+
"name": "AnchoredRegion",
|
|
2149
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2245
2150
|
}
|
|
2246
|
-
}
|
|
2247
|
-
],
|
|
2248
|
-
"members": [
|
|
2151
|
+
},
|
|
2249
2152
|
{
|
|
2250
|
-
"
|
|
2251
|
-
"name": "download",
|
|
2153
|
+
"name": "vertical-positioning-mode",
|
|
2252
2154
|
"type": {
|
|
2253
|
-
"text": "
|
|
2155
|
+
"text": "AxisPositioningMode"
|
|
2254
2156
|
},
|
|
2255
|
-
"
|
|
2256
|
-
"description": "
|
|
2157
|
+
"default": "\"uncontrolled\"",
|
|
2158
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2159
|
+
"fieldName": "verticalPositioningMode",
|
|
2257
2160
|
"inheritedFrom": {
|
|
2258
|
-
"name": "
|
|
2259
|
-
"module": "src/
|
|
2161
|
+
"name": "AnchoredRegion",
|
|
2162
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2260
2163
|
}
|
|
2261
2164
|
},
|
|
2262
2165
|
{
|
|
2263
|
-
"
|
|
2264
|
-
"name": "href",
|
|
2166
|
+
"name": "vertical-default-position",
|
|
2265
2167
|
"type": {
|
|
2266
|
-
"text": "
|
|
2168
|
+
"text": "VerticalPosition"
|
|
2267
2169
|
},
|
|
2268
|
-
"
|
|
2269
|
-
"description": "The
|
|
2170
|
+
"default": "\"unset\"",
|
|
2171
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2172
|
+
"fieldName": "verticalDefaultPosition",
|
|
2270
2173
|
"inheritedFrom": {
|
|
2271
|
-
"name": "
|
|
2272
|
-
"module": "src/
|
|
2174
|
+
"name": "AnchoredRegion",
|
|
2175
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2273
2176
|
}
|
|
2274
2177
|
},
|
|
2275
2178
|
{
|
|
2276
|
-
"
|
|
2277
|
-
"name": "hreflang",
|
|
2179
|
+
"name": "vertical-viewport-lock",
|
|
2278
2180
|
"type": {
|
|
2279
|
-
"text": "
|
|
2181
|
+
"text": "boolean"
|
|
2280
2182
|
},
|
|
2281
|
-
"
|
|
2282
|
-
"description": "
|
|
2183
|
+
"default": "false",
|
|
2184
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2185
|
+
"fieldName": "verticalViewportLock",
|
|
2283
2186
|
"inheritedFrom": {
|
|
2284
|
-
"name": "
|
|
2285
|
-
"module": "src/
|
|
2187
|
+
"name": "AnchoredRegion",
|
|
2188
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2286
2189
|
}
|
|
2287
2190
|
},
|
|
2288
2191
|
{
|
|
2289
|
-
"
|
|
2290
|
-
"name": "ping",
|
|
2192
|
+
"name": "vertical-inset",
|
|
2291
2193
|
"type": {
|
|
2292
|
-
"text": "
|
|
2194
|
+
"text": "boolean"
|
|
2293
2195
|
},
|
|
2294
|
-
"
|
|
2295
|
-
"description": "
|
|
2196
|
+
"default": "false",
|
|
2197
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2198
|
+
"fieldName": "verticalInset",
|
|
2296
2199
|
"inheritedFrom": {
|
|
2297
|
-
"name": "
|
|
2298
|
-
"module": "src/
|
|
2200
|
+
"name": "AnchoredRegion",
|
|
2201
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2299
2202
|
}
|
|
2300
2203
|
},
|
|
2301
2204
|
{
|
|
2302
|
-
"
|
|
2303
|
-
"name": "referrerpolicy",
|
|
2205
|
+
"name": "vertical-threshold",
|
|
2304
2206
|
"type": {
|
|
2305
|
-
"text": "
|
|
2207
|
+
"text": "number"
|
|
2306
2208
|
},
|
|
2307
|
-
"
|
|
2308
|
-
"
|
|
2209
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2210
|
+
"fieldName": "verticalThreshold",
|
|
2309
2211
|
"inheritedFrom": {
|
|
2310
|
-
"name": "
|
|
2311
|
-
"module": "src/
|
|
2212
|
+
"name": "AnchoredRegion",
|
|
2213
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2312
2214
|
}
|
|
2313
2215
|
},
|
|
2314
2216
|
{
|
|
2315
|
-
"
|
|
2316
|
-
"name": "rel",
|
|
2217
|
+
"name": "vertical-scaling",
|
|
2317
2218
|
"type": {
|
|
2318
|
-
"text": "
|
|
2219
|
+
"text": "AxisScalingMode"
|
|
2319
2220
|
},
|
|
2320
|
-
"
|
|
2321
|
-
"description": "
|
|
2221
|
+
"default": "\"content\"",
|
|
2222
|
+
"description": "Defines how the height of the region is calculated",
|
|
2223
|
+
"fieldName": "verticalScaling",
|
|
2322
2224
|
"inheritedFrom": {
|
|
2323
|
-
"name": "
|
|
2324
|
-
"module": "src/
|
|
2225
|
+
"name": "AnchoredRegion",
|
|
2226
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2325
2227
|
}
|
|
2326
2228
|
},
|
|
2327
2229
|
{
|
|
2328
|
-
"
|
|
2329
|
-
"name": "target",
|
|
2230
|
+
"name": "fixed-placement",
|
|
2330
2231
|
"type": {
|
|
2331
|
-
"text": "
|
|
2232
|
+
"text": "boolean"
|
|
2332
2233
|
},
|
|
2333
|
-
"
|
|
2334
|
-
"description": "
|
|
2234
|
+
"default": "false",
|
|
2235
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2236
|
+
"fieldName": "fixedPlacement",
|
|
2335
2237
|
"inheritedFrom": {
|
|
2336
|
-
"name": "
|
|
2337
|
-
"module": "src/
|
|
2238
|
+
"name": "AnchoredRegion",
|
|
2239
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2338
2240
|
}
|
|
2339
2241
|
},
|
|
2340
2242
|
{
|
|
2341
|
-
"
|
|
2342
|
-
"name": "type",
|
|
2243
|
+
"name": "auto-update-mode",
|
|
2343
2244
|
"type": {
|
|
2344
|
-
"text": "
|
|
2245
|
+
"text": "AutoUpdateMode"
|
|
2345
2246
|
},
|
|
2346
|
-
"
|
|
2347
|
-
"description": "
|
|
2247
|
+
"default": "\"anchor\"",
|
|
2248
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2249
|
+
"fieldName": "autoUpdateMode",
|
|
2348
2250
|
"inheritedFrom": {
|
|
2349
|
-
"name": "
|
|
2350
|
-
"module": "src/
|
|
2251
|
+
"name": "AnchoredRegion",
|
|
2252
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2351
2253
|
}
|
|
2352
|
-
}
|
|
2254
|
+
}
|
|
2255
|
+
],
|
|
2256
|
+
"members": [
|
|
2353
2257
|
{
|
|
2354
2258
|
"kind": "field",
|
|
2355
|
-
"name": "
|
|
2259
|
+
"name": "anchor",
|
|
2356
2260
|
"type": {
|
|
2357
|
-
"text": "
|
|
2261
|
+
"text": "string"
|
|
2358
2262
|
},
|
|
2359
2263
|
"privacy": "public",
|
|
2360
|
-
"
|
|
2264
|
+
"default": "\"\"",
|
|
2265
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2361
2266
|
"inheritedFrom": {
|
|
2362
|
-
"name": "
|
|
2363
|
-
"module": "src/
|
|
2267
|
+
"name": "AnchoredRegion",
|
|
2268
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2364
2269
|
}
|
|
2365
2270
|
},
|
|
2366
2271
|
{
|
|
2367
|
-
"kind": "
|
|
2368
|
-
"name": "
|
|
2272
|
+
"kind": "method",
|
|
2273
|
+
"name": "anchorChanged",
|
|
2369
2274
|
"privacy": "private",
|
|
2370
|
-
"
|
|
2275
|
+
"return": {
|
|
2276
|
+
"type": {
|
|
2277
|
+
"text": "void"
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2371
2280
|
"inheritedFrom": {
|
|
2372
|
-
"name": "
|
|
2373
|
-
"module": "src/
|
|
2374
|
-
}
|
|
2281
|
+
"name": "AnchoredRegion",
|
|
2282
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2283
|
+
}
|
|
2375
2284
|
},
|
|
2376
2285
|
{
|
|
2377
2286
|
"kind": "field",
|
|
2378
|
-
"name": "
|
|
2287
|
+
"name": "viewport",
|
|
2379
2288
|
"type": {
|
|
2380
|
-
"text": "
|
|
2289
|
+
"text": "string"
|
|
2381
2290
|
},
|
|
2291
|
+
"privacy": "public",
|
|
2292
|
+
"default": "\"\"",
|
|
2293
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2294
|
+
"inheritedFrom": {
|
|
2295
|
+
"name": "AnchoredRegion",
|
|
2296
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2297
|
+
}
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
"kind": "method",
|
|
2301
|
+
"name": "viewportChanged",
|
|
2382
2302
|
"privacy": "private",
|
|
2383
|
-
"
|
|
2303
|
+
"return": {
|
|
2304
|
+
"type": {
|
|
2305
|
+
"text": "void"
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2384
2308
|
"inheritedFrom": {
|
|
2385
|
-
"name": "
|
|
2386
|
-
"module": "src/
|
|
2309
|
+
"name": "AnchoredRegion",
|
|
2310
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2387
2311
|
}
|
|
2388
2312
|
},
|
|
2389
2313
|
{
|
|
2390
2314
|
"kind": "field",
|
|
2391
|
-
"name": "
|
|
2315
|
+
"name": "horizontalPositioningMode",
|
|
2392
2316
|
"type": {
|
|
2393
|
-
"text": "
|
|
2317
|
+
"text": "AxisPositioningMode"
|
|
2394
2318
|
},
|
|
2395
2319
|
"privacy": "public",
|
|
2396
|
-
"
|
|
2320
|
+
"default": "\"uncontrolled\"",
|
|
2321
|
+
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2397
2322
|
"inheritedFrom": {
|
|
2398
|
-
"name": "
|
|
2399
|
-
"module": "src/
|
|
2323
|
+
"name": "AnchoredRegion",
|
|
2324
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
{
|
|
2328
|
+
"kind": "method",
|
|
2329
|
+
"name": "horizontalPositioningModeChanged",
|
|
2330
|
+
"privacy": "private",
|
|
2331
|
+
"return": {
|
|
2332
|
+
"type": {
|
|
2333
|
+
"text": "void"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
"inheritedFrom": {
|
|
2337
|
+
"name": "AnchoredRegion",
|
|
2338
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2400
2339
|
}
|
|
2401
2340
|
},
|
|
2402
2341
|
{
|
|
2403
2342
|
"kind": "field",
|
|
2404
|
-
"name": "
|
|
2343
|
+
"name": "horizontalDefaultPosition",
|
|
2405
2344
|
"type": {
|
|
2406
|
-
"text": "
|
|
2345
|
+
"text": "HorizontalPosition"
|
|
2407
2346
|
},
|
|
2408
2347
|
"privacy": "public",
|
|
2409
|
-
"
|
|
2348
|
+
"default": "\"unset\"",
|
|
2349
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2410
2350
|
"inheritedFrom": {
|
|
2411
|
-
"name": "
|
|
2412
|
-
"module": "src/
|
|
2351
|
+
"name": "AnchoredRegion",
|
|
2352
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2413
2353
|
}
|
|
2414
2354
|
},
|
|
2415
2355
|
{
|
|
2416
2356
|
"kind": "method",
|
|
2417
|
-
"name": "
|
|
2418
|
-
"privacy": "
|
|
2357
|
+
"name": "horizontalDefaultPositionChanged",
|
|
2358
|
+
"privacy": "private",
|
|
2419
2359
|
"return": {
|
|
2420
2360
|
"type": {
|
|
2421
2361
|
"text": "void"
|
|
2422
2362
|
}
|
|
2423
2363
|
},
|
|
2424
2364
|
"inheritedFrom": {
|
|
2425
|
-
"name": "
|
|
2426
|
-
"module": "src/
|
|
2365
|
+
"name": "AnchoredRegion",
|
|
2366
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2427
2367
|
}
|
|
2428
2368
|
},
|
|
2429
2369
|
{
|
|
2430
2370
|
"kind": "field",
|
|
2431
|
-
"name": "
|
|
2371
|
+
"name": "horizontalViewportLock",
|
|
2432
2372
|
"type": {
|
|
2433
|
-
"text": "
|
|
2373
|
+
"text": "boolean"
|
|
2434
2374
|
},
|
|
2435
2375
|
"privacy": "public",
|
|
2436
|
-
"
|
|
2376
|
+
"default": "false",
|
|
2377
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2437
2378
|
"inheritedFrom": {
|
|
2438
|
-
"name": "
|
|
2439
|
-
"module": "src/
|
|
2379
|
+
"name": "AnchoredRegion",
|
|
2380
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2440
2381
|
}
|
|
2441
2382
|
},
|
|
2442
2383
|
{
|
|
2443
2384
|
"kind": "method",
|
|
2444
|
-
"name": "
|
|
2445
|
-
"privacy": "
|
|
2385
|
+
"name": "horizontalViewportLockChanged",
|
|
2386
|
+
"privacy": "private",
|
|
2446
2387
|
"return": {
|
|
2447
2388
|
"type": {
|
|
2448
2389
|
"text": "void"
|
|
2449
2390
|
}
|
|
2450
2391
|
},
|
|
2451
2392
|
"inheritedFrom": {
|
|
2452
|
-
"name": "
|
|
2453
|
-
"module": "src/
|
|
2393
|
+
"name": "AnchoredRegion",
|
|
2394
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2454
2395
|
}
|
|
2455
2396
|
},
|
|
2456
2397
|
{
|
|
2457
|
-
"kind": "
|
|
2458
|
-
"name": "
|
|
2398
|
+
"kind": "field",
|
|
2399
|
+
"name": "horizontalInset",
|
|
2400
|
+
"type": {
|
|
2401
|
+
"text": "boolean"
|
|
2402
|
+
},
|
|
2459
2403
|
"privacy": "public",
|
|
2460
|
-
"
|
|
2404
|
+
"default": "false",
|
|
2405
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2406
|
+
"inheritedFrom": {
|
|
2407
|
+
"name": "AnchoredRegion",
|
|
2408
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2409
|
+
}
|
|
2410
|
+
},
|
|
2411
|
+
{
|
|
2412
|
+
"kind": "method",
|
|
2413
|
+
"name": "horizontalInsetChanged",
|
|
2414
|
+
"privacy": "private",
|
|
2461
2415
|
"return": {
|
|
2462
2416
|
"type": {
|
|
2463
|
-
"text": "
|
|
2417
|
+
"text": "void"
|
|
2464
2418
|
}
|
|
2465
2419
|
},
|
|
2466
|
-
"parameters": [
|
|
2467
|
-
{
|
|
2468
|
-
"name": "this",
|
|
2469
|
-
"type": {
|
|
2470
|
-
"text": "K"
|
|
2471
|
-
}
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"name": "elementDefinition",
|
|
2475
|
-
"type": {
|
|
2476
|
-
"text": "T"
|
|
2477
|
-
},
|
|
2478
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
2479
|
-
}
|
|
2480
|
-
],
|
|
2481
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2482
2420
|
"inheritedFrom": {
|
|
2483
|
-
"name": "
|
|
2484
|
-
"module": "src/
|
|
2421
|
+
"name": "AnchoredRegion",
|
|
2422
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2485
2423
|
}
|
|
2486
|
-
}
|
|
2487
|
-
]
|
|
2488
|
-
},
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "variable",
|
|
2491
|
-
"name": "zeroAnchor"
|
|
2492
|
-
}
|
|
2493
|
-
],
|
|
2494
|
-
"exports": [
|
|
2495
|
-
{
|
|
2496
|
-
"kind": "js",
|
|
2497
|
-
"name": "Anchor",
|
|
2498
|
-
"declaration": {
|
|
2499
|
-
"name": "Anchor",
|
|
2500
|
-
"module": "src/anchor/anchor.ts"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"kind": "js",
|
|
2505
|
-
"name": "zeroAnchor",
|
|
2506
|
-
"declaration": {
|
|
2507
|
-
"name": "zeroAnchor",
|
|
2508
|
-
"module": "src/anchor/anchor.ts"
|
|
2509
|
-
}
|
|
2510
|
-
}
|
|
2511
|
-
]
|
|
2512
|
-
},
|
|
2513
|
-
{
|
|
2514
|
-
"kind": "javascript-module",
|
|
2515
|
-
"path": "src/anchor/index.ts",
|
|
2516
|
-
"declarations": [],
|
|
2517
|
-
"exports": [
|
|
2518
|
-
{
|
|
2519
|
-
"kind": "js",
|
|
2520
|
-
"name": "*",
|
|
2521
|
-
"declaration": {
|
|
2522
|
-
"name": "*",
|
|
2523
|
-
"package": "./anchor"
|
|
2524
|
-
}
|
|
2525
|
-
},
|
|
2526
|
-
{
|
|
2527
|
-
"kind": "js",
|
|
2528
|
-
"name": "*",
|
|
2529
|
-
"declaration": {
|
|
2530
|
-
"name": "*",
|
|
2531
|
-
"package": "./anchor.styles"
|
|
2532
|
-
}
|
|
2533
|
-
},
|
|
2534
|
-
{
|
|
2535
|
-
"kind": "js",
|
|
2536
|
-
"name": "*",
|
|
2537
|
-
"declaration": {
|
|
2538
|
-
"name": "*",
|
|
2539
|
-
"package": "./anchor.template"
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2542
|
-
]
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "javascript-module",
|
|
2546
|
-
"path": "src/anchored-region/anchored-region.stories.ts",
|
|
2547
|
-
"declarations": [
|
|
2548
|
-
{
|
|
2549
|
-
"kind": "variable",
|
|
2550
|
-
"name": "meta",
|
|
2551
|
-
"type": {
|
|
2552
|
-
"text": "Meta"
|
|
2553
|
-
},
|
|
2554
|
-
"default": "{\n title: 'Anchored Region',\n component: 'zero-anchored-region',\n}"
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
"kind": "variable",
|
|
2558
|
-
"name": "Default",
|
|
2559
|
-
"type": {
|
|
2560
|
-
"text": "StoryObj"
|
|
2561
|
-
},
|
|
2562
|
-
"default": "{\n args: {\n anchorText: 'This will show above button',\n },\n ...StylesMapperTemplate,\n}"
|
|
2563
|
-
}
|
|
2564
|
-
],
|
|
2565
|
-
"exports": [
|
|
2566
|
-
{
|
|
2567
|
-
"kind": "js",
|
|
2568
|
-
"name": "default",
|
|
2569
|
-
"declaration": {
|
|
2570
|
-
"name": "meta",
|
|
2571
|
-
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "js",
|
|
2576
|
-
"name": "Default",
|
|
2577
|
-
"declaration": {
|
|
2578
|
-
"name": "Default",
|
|
2579
|
-
"module": "src/anchored-region/anchored-region.stories.ts"
|
|
2580
|
-
}
|
|
2581
|
-
}
|
|
2582
|
-
]
|
|
2583
|
-
},
|
|
2584
|
-
{
|
|
2585
|
-
"kind": "javascript-module",
|
|
2586
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2587
|
-
"declarations": [
|
|
2588
|
-
{
|
|
2589
|
-
"kind": "function",
|
|
2590
|
-
"name": "zeroAnchoredRegionStyles",
|
|
2591
|
-
"return": {
|
|
2592
|
-
"type": {
|
|
2593
|
-
"text": "ElementStyles"
|
|
2594
|
-
}
|
|
2595
|
-
},
|
|
2596
|
-
"parameters": [
|
|
2424
|
+
},
|
|
2597
2425
|
{
|
|
2598
|
-
"
|
|
2426
|
+
"kind": "field",
|
|
2427
|
+
"name": "horizontalThreshold",
|
|
2599
2428
|
"type": {
|
|
2600
|
-
"text": "
|
|
2429
|
+
"text": "number"
|
|
2430
|
+
},
|
|
2431
|
+
"privacy": "public",
|
|
2432
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2433
|
+
"inheritedFrom": {
|
|
2434
|
+
"name": "AnchoredRegion",
|
|
2435
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2601
2436
|
}
|
|
2602
2437
|
},
|
|
2603
2438
|
{
|
|
2604
|
-
"
|
|
2605
|
-
"
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
],
|
|
2612
|
-
"exports": [
|
|
2613
|
-
{
|
|
2614
|
-
"kind": "js",
|
|
2615
|
-
"name": "zeroAnchoredRegionStyles",
|
|
2616
|
-
"declaration": {
|
|
2617
|
-
"name": "zeroAnchoredRegionStyles",
|
|
2618
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2619
|
-
}
|
|
2620
|
-
}
|
|
2621
|
-
]
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"kind": "javascript-module",
|
|
2625
|
-
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2626
|
-
"declarations": [
|
|
2627
|
-
{
|
|
2628
|
-
"kind": "function",
|
|
2629
|
-
"name": "zeroAnchoredRegionTemplate",
|
|
2630
|
-
"return": {
|
|
2631
|
-
"type": {
|
|
2632
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
2633
|
-
}
|
|
2634
|
-
},
|
|
2635
|
-
"parameters": [
|
|
2636
|
-
{
|
|
2637
|
-
"name": "context",
|
|
2638
|
-
"type": {
|
|
2639
|
-
"text": "ElementDefinitionContext"
|
|
2640
|
-
}
|
|
2641
|
-
},
|
|
2642
|
-
{
|
|
2643
|
-
"name": "definition",
|
|
2644
|
-
"type": {
|
|
2645
|
-
"text": "FoundationElementDefinition"
|
|
2646
|
-
}
|
|
2647
|
-
}
|
|
2648
|
-
]
|
|
2649
|
-
}
|
|
2650
|
-
],
|
|
2651
|
-
"exports": [
|
|
2652
|
-
{
|
|
2653
|
-
"kind": "js",
|
|
2654
|
-
"name": "zeroAnchoredRegionTemplate",
|
|
2655
|
-
"declaration": {
|
|
2656
|
-
"name": "zeroAnchoredRegionTemplate",
|
|
2657
|
-
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2658
|
-
}
|
|
2659
|
-
}
|
|
2660
|
-
]
|
|
2661
|
-
},
|
|
2662
|
-
{
|
|
2663
|
-
"kind": "javascript-module",
|
|
2664
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
2665
|
-
"declarations": [
|
|
2666
|
-
{
|
|
2667
|
-
"kind": "class",
|
|
2668
|
-
"description": "",
|
|
2669
|
-
"name": "AnchoredRegion",
|
|
2670
|
-
"superclass": {
|
|
2671
|
-
"name": "FoundationAnchoredRegion",
|
|
2672
|
-
"package": "@genesislcap/foundation-ui"
|
|
2673
|
-
},
|
|
2674
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
2675
|
-
"customElement": true,
|
|
2676
|
-
"attributes": [
|
|
2677
|
-
{
|
|
2678
|
-
"name": "anchor",
|
|
2679
|
-
"type": {
|
|
2680
|
-
"text": "string"
|
|
2439
|
+
"kind": "method",
|
|
2440
|
+
"name": "horizontalThresholdChanged",
|
|
2441
|
+
"privacy": "private",
|
|
2442
|
+
"return": {
|
|
2443
|
+
"type": {
|
|
2444
|
+
"text": "void"
|
|
2445
|
+
}
|
|
2681
2446
|
},
|
|
2682
|
-
"default": "\"\"",
|
|
2683
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2684
|
-
"fieldName": "anchor",
|
|
2685
2447
|
"inheritedFrom": {
|
|
2686
2448
|
"name": "AnchoredRegion",
|
|
2687
2449
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2688
2450
|
}
|
|
2689
2451
|
},
|
|
2690
2452
|
{
|
|
2691
|
-
"
|
|
2453
|
+
"kind": "field",
|
|
2454
|
+
"name": "horizontalScaling",
|
|
2692
2455
|
"type": {
|
|
2693
|
-
"text": "
|
|
2456
|
+
"text": "AxisScalingMode"
|
|
2694
2457
|
},
|
|
2695
|
-
"
|
|
2696
|
-
"
|
|
2697
|
-
"
|
|
2458
|
+
"privacy": "public",
|
|
2459
|
+
"default": "\"content\"",
|
|
2460
|
+
"description": "Defines how the width of the region is calculated",
|
|
2698
2461
|
"inheritedFrom": {
|
|
2699
2462
|
"name": "AnchoredRegion",
|
|
2700
2463
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2701
2464
|
}
|
|
2702
2465
|
},
|
|
2703
2466
|
{
|
|
2704
|
-
"
|
|
2705
|
-
"
|
|
2706
|
-
|
|
2467
|
+
"kind": "method",
|
|
2468
|
+
"name": "horizontalScalingChanged",
|
|
2469
|
+
"privacy": "private",
|
|
2470
|
+
"return": {
|
|
2471
|
+
"type": {
|
|
2472
|
+
"text": "void"
|
|
2473
|
+
}
|
|
2707
2474
|
},
|
|
2708
|
-
"default": "\"uncontrolled\"",
|
|
2709
|
-
"description": "Sets what logic the component uses to determine horizontal placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the horizontal axis",
|
|
2710
|
-
"fieldName": "horizontalPositioningMode",
|
|
2711
2475
|
"inheritedFrom": {
|
|
2712
2476
|
"name": "AnchoredRegion",
|
|
2713
2477
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2714
2478
|
}
|
|
2715
2479
|
},
|
|
2716
2480
|
{
|
|
2717
|
-
"
|
|
2481
|
+
"kind": "field",
|
|
2482
|
+
"name": "verticalPositioningMode",
|
|
2718
2483
|
"type": {
|
|
2719
|
-
"text": "
|
|
2484
|
+
"text": "AxisPositioningMode"
|
|
2720
2485
|
},
|
|
2721
|
-
"
|
|
2722
|
-
"
|
|
2723
|
-
"
|
|
2486
|
+
"privacy": "public",
|
|
2487
|
+
"default": "\"uncontrolled\"",
|
|
2488
|
+
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2724
2489
|
"inheritedFrom": {
|
|
2725
2490
|
"name": "AnchoredRegion",
|
|
2726
2491
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2727
2492
|
}
|
|
2728
2493
|
},
|
|
2729
2494
|
{
|
|
2730
|
-
"
|
|
2731
|
-
"
|
|
2732
|
-
|
|
2495
|
+
"kind": "method",
|
|
2496
|
+
"name": "verticalPositioningModeChanged",
|
|
2497
|
+
"privacy": "private",
|
|
2498
|
+
"return": {
|
|
2499
|
+
"type": {
|
|
2500
|
+
"text": "void"
|
|
2501
|
+
}
|
|
2733
2502
|
},
|
|
2734
|
-
"default": "false",
|
|
2735
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2736
|
-
"fieldName": "horizontalViewportLock",
|
|
2737
2503
|
"inheritedFrom": {
|
|
2738
2504
|
"name": "AnchoredRegion",
|
|
2739
2505
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2740
2506
|
}
|
|
2741
2507
|
},
|
|
2742
2508
|
{
|
|
2743
|
-
"
|
|
2509
|
+
"kind": "field",
|
|
2510
|
+
"name": "verticalDefaultPosition",
|
|
2744
2511
|
"type": {
|
|
2745
|
-
"text": "
|
|
2512
|
+
"text": "VerticalPosition"
|
|
2746
2513
|
},
|
|
2747
|
-
"
|
|
2748
|
-
"
|
|
2749
|
-
"
|
|
2514
|
+
"privacy": "public",
|
|
2515
|
+
"default": "\"unset\"",
|
|
2516
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
2750
2517
|
"inheritedFrom": {
|
|
2751
2518
|
"name": "AnchoredRegion",
|
|
2752
2519
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2753
2520
|
}
|
|
2754
2521
|
},
|
|
2755
2522
|
{
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2758
|
-
|
|
2523
|
+
"kind": "method",
|
|
2524
|
+
"name": "verticalDefaultPositionChanged",
|
|
2525
|
+
"privacy": "private",
|
|
2526
|
+
"return": {
|
|
2527
|
+
"type": {
|
|
2528
|
+
"text": "void"
|
|
2529
|
+
}
|
|
2759
2530
|
},
|
|
2760
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2761
|
-
"fieldName": "horizontalThreshold",
|
|
2762
2531
|
"inheritedFrom": {
|
|
2763
2532
|
"name": "AnchoredRegion",
|
|
2764
2533
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2765
2534
|
}
|
|
2766
2535
|
},
|
|
2767
2536
|
{
|
|
2768
|
-
"
|
|
2537
|
+
"kind": "field",
|
|
2538
|
+
"name": "verticalViewportLock",
|
|
2769
2539
|
"type": {
|
|
2770
|
-
"text": "
|
|
2540
|
+
"text": "boolean"
|
|
2771
2541
|
},
|
|
2772
|
-
"
|
|
2773
|
-
"
|
|
2774
|
-
"
|
|
2542
|
+
"privacy": "public",
|
|
2543
|
+
"default": "false",
|
|
2544
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2775
2545
|
"inheritedFrom": {
|
|
2776
2546
|
"name": "AnchoredRegion",
|
|
2777
2547
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2778
2548
|
}
|
|
2779
2549
|
},
|
|
2780
2550
|
{
|
|
2781
|
-
"
|
|
2782
|
-
"
|
|
2783
|
-
|
|
2551
|
+
"kind": "method",
|
|
2552
|
+
"name": "verticalViewportLockChanged",
|
|
2553
|
+
"privacy": "private",
|
|
2554
|
+
"return": {
|
|
2555
|
+
"type": {
|
|
2556
|
+
"text": "void"
|
|
2557
|
+
}
|
|
2784
2558
|
},
|
|
2785
|
-
"default": "\"uncontrolled\"",
|
|
2786
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2787
|
-
"fieldName": "verticalPositioningMode",
|
|
2788
2559
|
"inheritedFrom": {
|
|
2789
2560
|
"name": "AnchoredRegion",
|
|
2790
2561
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2791
2562
|
}
|
|
2792
2563
|
},
|
|
2793
2564
|
{
|
|
2794
|
-
"
|
|
2565
|
+
"kind": "field",
|
|
2566
|
+
"name": "verticalInset",
|
|
2795
2567
|
"type": {
|
|
2796
|
-
"text": "
|
|
2568
|
+
"text": "boolean"
|
|
2797
2569
|
},
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2800
|
-
"
|
|
2570
|
+
"privacy": "public",
|
|
2571
|
+
"default": "false",
|
|
2572
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
2801
2573
|
"inheritedFrom": {
|
|
2802
2574
|
"name": "AnchoredRegion",
|
|
2803
2575
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2804
2576
|
}
|
|
2805
2577
|
},
|
|
2806
2578
|
{
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2809
|
-
|
|
2579
|
+
"kind": "method",
|
|
2580
|
+
"name": "verticalInsetChanged",
|
|
2581
|
+
"privacy": "private",
|
|
2582
|
+
"return": {
|
|
2583
|
+
"type": {
|
|
2584
|
+
"text": "void"
|
|
2585
|
+
}
|
|
2810
2586
|
},
|
|
2811
|
-
"default": "false",
|
|
2812
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
2813
|
-
"fieldName": "verticalViewportLock",
|
|
2814
2587
|
"inheritedFrom": {
|
|
2815
2588
|
"name": "AnchoredRegion",
|
|
2816
2589
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2817
2590
|
}
|
|
2818
2591
|
},
|
|
2819
2592
|
{
|
|
2820
|
-
"
|
|
2593
|
+
"kind": "field",
|
|
2594
|
+
"name": "verticalThreshold",
|
|
2821
2595
|
"type": {
|
|
2822
|
-
"text": "
|
|
2596
|
+
"text": "number"
|
|
2823
2597
|
},
|
|
2824
|
-
"
|
|
2825
|
-
"description": "
|
|
2826
|
-
"fieldName": "verticalInset",
|
|
2598
|
+
"privacy": "public",
|
|
2599
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2827
2600
|
"inheritedFrom": {
|
|
2828
2601
|
"name": "AnchoredRegion",
|
|
2829
2602
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2830
2603
|
}
|
|
2831
2604
|
},
|
|
2832
2605
|
{
|
|
2833
|
-
"
|
|
2834
|
-
"
|
|
2835
|
-
|
|
2606
|
+
"kind": "method",
|
|
2607
|
+
"name": "verticalThresholdChanged",
|
|
2608
|
+
"privacy": "private",
|
|
2609
|
+
"return": {
|
|
2610
|
+
"type": {
|
|
2611
|
+
"text": "void"
|
|
2612
|
+
}
|
|
2836
2613
|
},
|
|
2837
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
2838
|
-
"fieldName": "verticalThreshold",
|
|
2839
2614
|
"inheritedFrom": {
|
|
2840
2615
|
"name": "AnchoredRegion",
|
|
2841
2616
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2842
2617
|
}
|
|
2843
2618
|
},
|
|
2844
2619
|
{
|
|
2845
|
-
"
|
|
2620
|
+
"kind": "field",
|
|
2621
|
+
"name": "verticalScaling",
|
|
2846
2622
|
"type": {
|
|
2847
2623
|
"text": "AxisScalingMode"
|
|
2848
2624
|
},
|
|
2625
|
+
"privacy": "public",
|
|
2849
2626
|
"default": "\"content\"",
|
|
2850
2627
|
"description": "Defines how the height of the region is calculated",
|
|
2851
|
-
"fieldName": "verticalScaling",
|
|
2852
2628
|
"inheritedFrom": {
|
|
2853
2629
|
"name": "AnchoredRegion",
|
|
2854
2630
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2855
2631
|
}
|
|
2856
2632
|
},
|
|
2857
2633
|
{
|
|
2858
|
-
"
|
|
2859
|
-
"
|
|
2860
|
-
|
|
2634
|
+
"kind": "method",
|
|
2635
|
+
"name": "verticalScalingChanged",
|
|
2636
|
+
"privacy": "private",
|
|
2637
|
+
"return": {
|
|
2638
|
+
"type": {
|
|
2639
|
+
"text": "void"
|
|
2640
|
+
}
|
|
2861
2641
|
},
|
|
2862
|
-
"default": "false",
|
|
2863
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2864
|
-
"fieldName": "fixedPlacement",
|
|
2865
2642
|
"inheritedFrom": {
|
|
2866
2643
|
"name": "AnchoredRegion",
|
|
2867
2644
|
"module": "src/anchored-region/anchored-region.ts"
|
|
2868
2645
|
}
|
|
2869
2646
|
},
|
|
2870
2647
|
{
|
|
2871
|
-
"
|
|
2648
|
+
"kind": "field",
|
|
2649
|
+
"name": "fixedPlacement",
|
|
2872
2650
|
"type": {
|
|
2873
|
-
"text": "
|
|
2651
|
+
"text": "boolean"
|
|
2874
2652
|
},
|
|
2875
|
-
"
|
|
2876
|
-
"
|
|
2877
|
-
"
|
|
2878
|
-
"inheritedFrom": {
|
|
2879
|
-
"name": "AnchoredRegion",
|
|
2880
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
2881
|
-
}
|
|
2882
|
-
}
|
|
2883
|
-
],
|
|
2884
|
-
"members": [
|
|
2885
|
-
{
|
|
2886
|
-
"kind": "field",
|
|
2887
|
-
"name": "anchor",
|
|
2888
|
-
"type": {
|
|
2889
|
-
"text": "string"
|
|
2890
|
-
},
|
|
2891
|
-
"privacy": "public",
|
|
2892
|
-
"default": "\"\"",
|
|
2893
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2653
|
+
"privacy": "public",
|
|
2654
|
+
"default": "false",
|
|
2655
|
+
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
2894
2656
|
"inheritedFrom": {
|
|
2895
2657
|
"name": "AnchoredRegion",
|
|
2896
2658
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2898,7 +2660,7 @@
|
|
|
2898
2660
|
},
|
|
2899
2661
|
{
|
|
2900
2662
|
"kind": "method",
|
|
2901
|
-
"name": "
|
|
2663
|
+
"name": "fixedPlacementChanged",
|
|
2902
2664
|
"privacy": "private",
|
|
2903
2665
|
"return": {
|
|
2904
2666
|
"type": {
|
|
@@ -2912,13 +2674,13 @@
|
|
|
2912
2674
|
},
|
|
2913
2675
|
{
|
|
2914
2676
|
"kind": "field",
|
|
2915
|
-
"name": "
|
|
2677
|
+
"name": "autoUpdateMode",
|
|
2916
2678
|
"type": {
|
|
2917
|
-
"text": "
|
|
2679
|
+
"text": "AutoUpdateMode"
|
|
2918
2680
|
},
|
|
2919
2681
|
"privacy": "public",
|
|
2920
|
-
"default": "\"\"",
|
|
2921
|
-
"description": "
|
|
2682
|
+
"default": "\"anchor\"",
|
|
2683
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
2922
2684
|
"inheritedFrom": {
|
|
2923
2685
|
"name": "AnchoredRegion",
|
|
2924
2686
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2926,13 +2688,27 @@
|
|
|
2926
2688
|
},
|
|
2927
2689
|
{
|
|
2928
2690
|
"kind": "method",
|
|
2929
|
-
"name": "
|
|
2691
|
+
"name": "autoUpdateModeChanged",
|
|
2930
2692
|
"privacy": "private",
|
|
2931
2693
|
"return": {
|
|
2932
2694
|
"type": {
|
|
2933
2695
|
"text": "void"
|
|
2934
2696
|
}
|
|
2935
2697
|
},
|
|
2698
|
+
"parameters": [
|
|
2699
|
+
{
|
|
2700
|
+
"name": "prevMode",
|
|
2701
|
+
"type": {
|
|
2702
|
+
"text": "AutoUpdateMode"
|
|
2703
|
+
}
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "newMode",
|
|
2707
|
+
"type": {
|
|
2708
|
+
"text": "AutoUpdateMode"
|
|
2709
|
+
}
|
|
2710
|
+
}
|
|
2711
|
+
],
|
|
2936
2712
|
"inheritedFrom": {
|
|
2937
2713
|
"name": "AnchoredRegion",
|
|
2938
2714
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2940,13 +2716,13 @@
|
|
|
2940
2716
|
},
|
|
2941
2717
|
{
|
|
2942
2718
|
"kind": "field",
|
|
2943
|
-
"name": "
|
|
2719
|
+
"name": "anchorElement",
|
|
2944
2720
|
"type": {
|
|
2945
|
-
"text": "
|
|
2721
|
+
"text": "HTMLElement | null"
|
|
2946
2722
|
},
|
|
2947
2723
|
"privacy": "public",
|
|
2948
|
-
"default": "
|
|
2949
|
-
"description": "
|
|
2724
|
+
"default": "null",
|
|
2725
|
+
"description": "The HTML element being used as the anchor",
|
|
2950
2726
|
"inheritedFrom": {
|
|
2951
2727
|
"name": "AnchoredRegion",
|
|
2952
2728
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2954,7 +2730,7 @@
|
|
|
2954
2730
|
},
|
|
2955
2731
|
{
|
|
2956
2732
|
"kind": "method",
|
|
2957
|
-
"name": "
|
|
2733
|
+
"name": "anchorElementChanged",
|
|
2958
2734
|
"privacy": "private",
|
|
2959
2735
|
"return": {
|
|
2960
2736
|
"type": {
|
|
@@ -2968,13 +2744,13 @@
|
|
|
2968
2744
|
},
|
|
2969
2745
|
{
|
|
2970
2746
|
"kind": "field",
|
|
2971
|
-
"name": "
|
|
2747
|
+
"name": "viewportElement",
|
|
2972
2748
|
"type": {
|
|
2973
|
-
"text": "
|
|
2749
|
+
"text": "HTMLElement | null"
|
|
2974
2750
|
},
|
|
2975
2751
|
"privacy": "public",
|
|
2976
|
-
"default": "
|
|
2977
|
-
"description": "The
|
|
2752
|
+
"default": "null",
|
|
2753
|
+
"description": "The HTML element being used as the viewport",
|
|
2978
2754
|
"inheritedFrom": {
|
|
2979
2755
|
"name": "AnchoredRegion",
|
|
2980
2756
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -2982,7 +2758,7 @@
|
|
|
2982
2758
|
},
|
|
2983
2759
|
{
|
|
2984
2760
|
"kind": "method",
|
|
2985
|
-
"name": "
|
|
2761
|
+
"name": "viewportElementChanged",
|
|
2986
2762
|
"privacy": "private",
|
|
2987
2763
|
"return": {
|
|
2988
2764
|
"type": {
|
|
@@ -2996,27 +2772,25 @@
|
|
|
2996
2772
|
},
|
|
2997
2773
|
{
|
|
2998
2774
|
"kind": "field",
|
|
2999
|
-
"name": "
|
|
2775
|
+
"name": "verticalPosition",
|
|
3000
2776
|
"type": {
|
|
3001
|
-
"text": "
|
|
2777
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3002
2778
|
},
|
|
3003
2779
|
"privacy": "public",
|
|
3004
|
-
"
|
|
3005
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2780
|
+
"description": "indicates the current horizontal position of the region",
|
|
3006
2781
|
"inheritedFrom": {
|
|
3007
2782
|
"name": "AnchoredRegion",
|
|
3008
2783
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3009
2784
|
}
|
|
3010
2785
|
},
|
|
3011
2786
|
{
|
|
3012
|
-
"kind": "
|
|
3013
|
-
"name": "
|
|
3014
|
-
"
|
|
3015
|
-
|
|
3016
|
-
"type": {
|
|
3017
|
-
"text": "void"
|
|
3018
|
-
}
|
|
2787
|
+
"kind": "field",
|
|
2788
|
+
"name": "horizontalPosition",
|
|
2789
|
+
"type": {
|
|
2790
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3019
2791
|
},
|
|
2792
|
+
"privacy": "public",
|
|
2793
|
+
"description": "indicates the current vertical position of the region",
|
|
3020
2794
|
"inheritedFrom": {
|
|
3021
2795
|
"name": "AnchoredRegion",
|
|
3022
2796
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3024,27 +2798,24 @@
|
|
|
3024
2798
|
},
|
|
3025
2799
|
{
|
|
3026
2800
|
"kind": "field",
|
|
3027
|
-
"name": "
|
|
2801
|
+
"name": "translateX",
|
|
3028
2802
|
"type": {
|
|
3029
|
-
"text": "
|
|
2803
|
+
"text": "number"
|
|
3030
2804
|
},
|
|
3031
|
-
"privacy": "
|
|
3032
|
-
"
|
|
3033
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2805
|
+
"privacy": "private",
|
|
2806
|
+
"description": "values to be applied to the component's transform on render",
|
|
3034
2807
|
"inheritedFrom": {
|
|
3035
2808
|
"name": "AnchoredRegion",
|
|
3036
2809
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3037
2810
|
}
|
|
3038
2811
|
},
|
|
3039
2812
|
{
|
|
3040
|
-
"kind": "
|
|
3041
|
-
"name": "
|
|
3042
|
-
"
|
|
3043
|
-
|
|
3044
|
-
"type": {
|
|
3045
|
-
"text": "void"
|
|
3046
|
-
}
|
|
2813
|
+
"kind": "field",
|
|
2814
|
+
"name": "translateY",
|
|
2815
|
+
"type": {
|
|
2816
|
+
"text": "number"
|
|
3047
2817
|
},
|
|
2818
|
+
"privacy": "private",
|
|
3048
2819
|
"inheritedFrom": {
|
|
3049
2820
|
"name": "AnchoredRegion",
|
|
3050
2821
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3052,26 +2823,24 @@
|
|
|
3052
2823
|
},
|
|
3053
2824
|
{
|
|
3054
2825
|
"kind": "field",
|
|
3055
|
-
"name": "
|
|
2826
|
+
"name": "regionWidth",
|
|
3056
2827
|
"type": {
|
|
3057
|
-
"text": "
|
|
2828
|
+
"text": "string"
|
|
3058
2829
|
},
|
|
3059
|
-
"privacy": "
|
|
3060
|
-
"description": "
|
|
2830
|
+
"privacy": "private",
|
|
2831
|
+
"description": "the span to be applied to the region on each axis",
|
|
3061
2832
|
"inheritedFrom": {
|
|
3062
2833
|
"name": "AnchoredRegion",
|
|
3063
2834
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3064
2835
|
}
|
|
3065
2836
|
},
|
|
3066
2837
|
{
|
|
3067
|
-
"kind": "
|
|
3068
|
-
"name": "
|
|
3069
|
-
"
|
|
3070
|
-
|
|
3071
|
-
"type": {
|
|
3072
|
-
"text": "void"
|
|
3073
|
-
}
|
|
2838
|
+
"kind": "field",
|
|
2839
|
+
"name": "regionHeight",
|
|
2840
|
+
"type": {
|
|
2841
|
+
"text": "string"
|
|
3074
2842
|
},
|
|
2843
|
+
"privacy": "private",
|
|
3075
2844
|
"inheritedFrom": {
|
|
3076
2845
|
"name": "AnchoredRegion",
|
|
3077
2846
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3079,27 +2848,24 @@
|
|
|
3079
2848
|
},
|
|
3080
2849
|
{
|
|
3081
2850
|
"kind": "field",
|
|
3082
|
-
"name": "
|
|
2851
|
+
"name": "resizeDetector",
|
|
3083
2852
|
"type": {
|
|
3084
|
-
"text": "
|
|
2853
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3085
2854
|
},
|
|
3086
|
-
"privacy": "
|
|
3087
|
-
"default": "
|
|
3088
|
-
"description": "Defines how the width of the region is calculated",
|
|
2855
|
+
"privacy": "private",
|
|
2856
|
+
"default": "null",
|
|
3089
2857
|
"inheritedFrom": {
|
|
3090
2858
|
"name": "AnchoredRegion",
|
|
3091
2859
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3092
2860
|
}
|
|
3093
2861
|
},
|
|
3094
2862
|
{
|
|
3095
|
-
"kind": "
|
|
3096
|
-
"name": "
|
|
3097
|
-
"
|
|
3098
|
-
|
|
3099
|
-
"type": {
|
|
3100
|
-
"text": "void"
|
|
3101
|
-
}
|
|
2863
|
+
"kind": "field",
|
|
2864
|
+
"name": "viewportRect",
|
|
2865
|
+
"type": {
|
|
2866
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3102
2867
|
},
|
|
2868
|
+
"privacy": "private",
|
|
3103
2869
|
"inheritedFrom": {
|
|
3104
2870
|
"name": "AnchoredRegion",
|
|
3105
2871
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3107,27 +2873,23 @@
|
|
|
3107
2873
|
},
|
|
3108
2874
|
{
|
|
3109
2875
|
"kind": "field",
|
|
3110
|
-
"name": "
|
|
2876
|
+
"name": "anchorRect",
|
|
3111
2877
|
"type": {
|
|
3112
|
-
"text": "
|
|
2878
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3113
2879
|
},
|
|
3114
|
-
"privacy": "
|
|
3115
|
-
"default": "\"uncontrolled\"",
|
|
3116
|
-
"description": "Sets what logic the component uses to determine vertical placement.\n'locktodefault' forces the default position\n'dynamic' decides placement based on available space\n'uncontrolled' does not control placement on the vertical axis",
|
|
2880
|
+
"privacy": "private",
|
|
3117
2881
|
"inheritedFrom": {
|
|
3118
2882
|
"name": "AnchoredRegion",
|
|
3119
2883
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3120
2884
|
}
|
|
3121
2885
|
},
|
|
3122
2886
|
{
|
|
3123
|
-
"kind": "
|
|
3124
|
-
"name": "
|
|
3125
|
-
"
|
|
3126
|
-
|
|
3127
|
-
"type": {
|
|
3128
|
-
"text": "void"
|
|
3129
|
-
}
|
|
2887
|
+
"kind": "field",
|
|
2888
|
+
"name": "regionRect",
|
|
2889
|
+
"type": {
|
|
2890
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3130
2891
|
},
|
|
2892
|
+
"privacy": "private",
|
|
3131
2893
|
"inheritedFrom": {
|
|
3132
2894
|
"name": "AnchoredRegion",
|
|
3133
2895
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3135,27 +2897,26 @@
|
|
|
3135
2897
|
},
|
|
3136
2898
|
{
|
|
3137
2899
|
"kind": "field",
|
|
3138
|
-
"name": "
|
|
2900
|
+
"name": "baseHorizontalOffset",
|
|
3139
2901
|
"type": {
|
|
3140
|
-
"text": "
|
|
2902
|
+
"text": "number"
|
|
3141
2903
|
},
|
|
3142
|
-
"privacy": "
|
|
3143
|
-
"default": "
|
|
3144
|
-
"description": "
|
|
2904
|
+
"privacy": "private",
|
|
2905
|
+
"default": "0",
|
|
2906
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3145
2907
|
"inheritedFrom": {
|
|
3146
2908
|
"name": "AnchoredRegion",
|
|
3147
2909
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3148
2910
|
}
|
|
3149
2911
|
},
|
|
3150
2912
|
{
|
|
3151
|
-
"kind": "
|
|
3152
|
-
"name": "
|
|
3153
|
-
"
|
|
3154
|
-
|
|
3155
|
-
"type": {
|
|
3156
|
-
"text": "void"
|
|
3157
|
-
}
|
|
2913
|
+
"kind": "field",
|
|
2914
|
+
"name": "baseVerticalOffset",
|
|
2915
|
+
"type": {
|
|
2916
|
+
"text": "number"
|
|
3158
2917
|
},
|
|
2918
|
+
"privacy": "private",
|
|
2919
|
+
"default": "0",
|
|
3159
2920
|
"inheritedFrom": {
|
|
3160
2921
|
"name": "AnchoredRegion",
|
|
3161
2922
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3163,27 +2924,37 @@
|
|
|
3163
2924
|
},
|
|
3164
2925
|
{
|
|
3165
2926
|
"kind": "field",
|
|
3166
|
-
"name": "
|
|
2927
|
+
"name": "pendingPositioningUpdate",
|
|
3167
2928
|
"type": {
|
|
3168
2929
|
"text": "boolean"
|
|
3169
2930
|
},
|
|
3170
|
-
"privacy": "
|
|
2931
|
+
"privacy": "private",
|
|
3171
2932
|
"default": "false",
|
|
3172
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3173
2933
|
"inheritedFrom": {
|
|
3174
2934
|
"name": "AnchoredRegion",
|
|
3175
2935
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3176
2936
|
}
|
|
3177
2937
|
},
|
|
3178
2938
|
{
|
|
3179
|
-
"kind": "
|
|
3180
|
-
"name": "
|
|
2939
|
+
"kind": "field",
|
|
2940
|
+
"name": "pendingReset",
|
|
2941
|
+
"type": {
|
|
2942
|
+
"text": "boolean"
|
|
2943
|
+
},
|
|
3181
2944
|
"privacy": "private",
|
|
3182
|
-
"
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
2945
|
+
"default": "false",
|
|
2946
|
+
"inheritedFrom": {
|
|
2947
|
+
"name": "AnchoredRegion",
|
|
2948
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2949
|
+
}
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"kind": "field",
|
|
2953
|
+
"name": "currentDirection",
|
|
2954
|
+
"type": {
|
|
2955
|
+
"text": "Direction"
|
|
3186
2956
|
},
|
|
2957
|
+
"privacy": "private",
|
|
3187
2958
|
"inheritedFrom": {
|
|
3188
2959
|
"name": "AnchoredRegion",
|
|
3189
2960
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3191,27 +2962,25 @@
|
|
|
3191
2962
|
},
|
|
3192
2963
|
{
|
|
3193
2964
|
"kind": "field",
|
|
3194
|
-
"name": "
|
|
2965
|
+
"name": "regionVisible",
|
|
3195
2966
|
"type": {
|
|
3196
2967
|
"text": "boolean"
|
|
3197
2968
|
},
|
|
3198
|
-
"privacy": "
|
|
2969
|
+
"privacy": "private",
|
|
3199
2970
|
"default": "false",
|
|
3200
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3201
2971
|
"inheritedFrom": {
|
|
3202
2972
|
"name": "AnchoredRegion",
|
|
3203
2973
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3204
2974
|
}
|
|
3205
2975
|
},
|
|
3206
2976
|
{
|
|
3207
|
-
"kind": "
|
|
3208
|
-
"name": "
|
|
3209
|
-
"
|
|
3210
|
-
|
|
3211
|
-
"type": {
|
|
3212
|
-
"text": "void"
|
|
3213
|
-
}
|
|
2977
|
+
"kind": "field",
|
|
2978
|
+
"name": "forceUpdate",
|
|
2979
|
+
"type": {
|
|
2980
|
+
"text": "boolean"
|
|
3214
2981
|
},
|
|
2982
|
+
"privacy": "private",
|
|
2983
|
+
"default": "false",
|
|
3215
2984
|
"inheritedFrom": {
|
|
3216
2985
|
"name": "AnchoredRegion",
|
|
3217
2986
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3219,26 +2988,26 @@
|
|
|
3219
2988
|
},
|
|
3220
2989
|
{
|
|
3221
2990
|
"kind": "field",
|
|
3222
|
-
"name": "
|
|
2991
|
+
"name": "updateThreshold",
|
|
3223
2992
|
"type": {
|
|
3224
2993
|
"text": "number"
|
|
3225
2994
|
},
|
|
3226
|
-
"privacy": "
|
|
3227
|
-
"
|
|
2995
|
+
"privacy": "private",
|
|
2996
|
+
"default": "0.5",
|
|
3228
2997
|
"inheritedFrom": {
|
|
3229
2998
|
"name": "AnchoredRegion",
|
|
3230
2999
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3231
3000
|
}
|
|
3232
3001
|
},
|
|
3233
3002
|
{
|
|
3234
|
-
"kind": "
|
|
3235
|
-
"name": "
|
|
3236
|
-
"
|
|
3237
|
-
|
|
3238
|
-
"type": {
|
|
3239
|
-
"text": "void"
|
|
3240
|
-
}
|
|
3003
|
+
"kind": "field",
|
|
3004
|
+
"name": "intersectionService",
|
|
3005
|
+
"type": {
|
|
3006
|
+
"text": "IntersectionService"
|
|
3241
3007
|
},
|
|
3008
|
+
"privacy": "private",
|
|
3009
|
+
"static": true,
|
|
3010
|
+
"default": "new IntersectionService()",
|
|
3242
3011
|
"inheritedFrom": {
|
|
3243
3012
|
"name": "AnchoredRegion",
|
|
3244
3013
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3246,13 +3015,9 @@
|
|
|
3246
3015
|
},
|
|
3247
3016
|
{
|
|
3248
3017
|
"kind": "field",
|
|
3249
|
-
"name": "
|
|
3250
|
-
"type": {
|
|
3251
|
-
"text": "AxisScalingMode"
|
|
3252
|
-
},
|
|
3018
|
+
"name": "update",
|
|
3253
3019
|
"privacy": "public",
|
|
3254
|
-
"
|
|
3255
|
-
"description": "Defines how the height of the region is calculated",
|
|
3020
|
+
"description": "update position",
|
|
3256
3021
|
"inheritedFrom": {
|
|
3257
3022
|
"name": "AnchoredRegion",
|
|
3258
3023
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3260,27 +3025,29 @@
|
|
|
3260
3025
|
},
|
|
3261
3026
|
{
|
|
3262
3027
|
"kind": "method",
|
|
3263
|
-
"name": "
|
|
3028
|
+
"name": "disconnectResizeDetector",
|
|
3264
3029
|
"privacy": "private",
|
|
3265
3030
|
"return": {
|
|
3266
3031
|
"type": {
|
|
3267
3032
|
"text": "void"
|
|
3268
3033
|
}
|
|
3269
3034
|
},
|
|
3035
|
+
"description": "destroys the instance's resize observer",
|
|
3270
3036
|
"inheritedFrom": {
|
|
3271
3037
|
"name": "AnchoredRegion",
|
|
3272
3038
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3273
3039
|
}
|
|
3274
3040
|
},
|
|
3275
3041
|
{
|
|
3276
|
-
"kind": "
|
|
3277
|
-
"name": "
|
|
3278
|
-
"
|
|
3279
|
-
|
|
3042
|
+
"kind": "method",
|
|
3043
|
+
"name": "initializeResizeDetector",
|
|
3044
|
+
"privacy": "private",
|
|
3045
|
+
"return": {
|
|
3046
|
+
"type": {
|
|
3047
|
+
"text": "void"
|
|
3048
|
+
}
|
|
3280
3049
|
},
|
|
3281
|
-
"
|
|
3282
|
-
"default": "false",
|
|
3283
|
-
"description": "Whether the region is positioned using css \"position: fixed\".\nOtherwise the region uses \"position: absolute\".\nFixed placement allows the region to break out of parent containers,",
|
|
3050
|
+
"description": "initializes the instance's resize observer",
|
|
3284
3051
|
"inheritedFrom": {
|
|
3285
3052
|
"name": "AnchoredRegion",
|
|
3286
3053
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3288,27 +3055,29 @@
|
|
|
3288
3055
|
},
|
|
3289
3056
|
{
|
|
3290
3057
|
"kind": "method",
|
|
3291
|
-
"name": "
|
|
3058
|
+
"name": "updateForAttributeChange",
|
|
3292
3059
|
"privacy": "private",
|
|
3293
3060
|
"return": {
|
|
3294
3061
|
"type": {
|
|
3295
3062
|
"text": "void"
|
|
3296
3063
|
}
|
|
3297
3064
|
},
|
|
3065
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3298
3066
|
"inheritedFrom": {
|
|
3299
3067
|
"name": "AnchoredRegion",
|
|
3300
3068
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3301
3069
|
}
|
|
3302
3070
|
},
|
|
3303
3071
|
{
|
|
3304
|
-
"kind": "
|
|
3305
|
-
"name": "
|
|
3306
|
-
"
|
|
3307
|
-
|
|
3072
|
+
"kind": "method",
|
|
3073
|
+
"name": "initialize",
|
|
3074
|
+
"privacy": "private",
|
|
3075
|
+
"return": {
|
|
3076
|
+
"type": {
|
|
3077
|
+
"text": "void"
|
|
3078
|
+
}
|
|
3308
3079
|
},
|
|
3309
|
-
"
|
|
3310
|
-
"default": "\"anchor\"",
|
|
3311
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3080
|
+
"description": "fully initializes the component",
|
|
3312
3081
|
"inheritedFrom": {
|
|
3313
3082
|
"name": "AnchoredRegion",
|
|
3314
3083
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3316,27 +3085,29 @@
|
|
|
3316
3085
|
},
|
|
3317
3086
|
{
|
|
3318
3087
|
"kind": "method",
|
|
3319
|
-
"name": "
|
|
3088
|
+
"name": "requestReset",
|
|
3320
3089
|
"privacy": "private",
|
|
3321
3090
|
"return": {
|
|
3322
3091
|
"type": {
|
|
3323
3092
|
"text": "void"
|
|
3324
3093
|
}
|
|
3325
3094
|
},
|
|
3326
|
-
"
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3095
|
+
"description": "Request a reset if there are currently no open requests",
|
|
3096
|
+
"inheritedFrom": {
|
|
3097
|
+
"name": "AnchoredRegion",
|
|
3098
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
{
|
|
3102
|
+
"kind": "method",
|
|
3103
|
+
"name": "setInitialState",
|
|
3104
|
+
"privacy": "private",
|
|
3105
|
+
"return": {
|
|
3106
|
+
"type": {
|
|
3107
|
+
"text": "void"
|
|
3338
3108
|
}
|
|
3339
|
-
|
|
3109
|
+
},
|
|
3110
|
+
"description": "sets the starting configuration for component internal values",
|
|
3340
3111
|
"inheritedFrom": {
|
|
3341
3112
|
"name": "AnchoredRegion",
|
|
3342
3113
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3344,27 +3115,19 @@
|
|
|
3344
3115
|
},
|
|
3345
3116
|
{
|
|
3346
3117
|
"kind": "field",
|
|
3347
|
-
"name": "
|
|
3348
|
-
"
|
|
3349
|
-
|
|
3350
|
-
},
|
|
3351
|
-
"privacy": "public",
|
|
3352
|
-
"default": "null",
|
|
3353
|
-
"description": "The HTML element being used as the anchor",
|
|
3118
|
+
"name": "startObservers",
|
|
3119
|
+
"privacy": "private",
|
|
3120
|
+
"description": "starts observers",
|
|
3354
3121
|
"inheritedFrom": {
|
|
3355
3122
|
"name": "AnchoredRegion",
|
|
3356
3123
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3357
3124
|
}
|
|
3358
3125
|
},
|
|
3359
3126
|
{
|
|
3360
|
-
"kind": "
|
|
3361
|
-
"name": "
|
|
3127
|
+
"kind": "field",
|
|
3128
|
+
"name": "requestPositionUpdates",
|
|
3362
3129
|
"privacy": "private",
|
|
3363
|
-
"
|
|
3364
|
-
"type": {
|
|
3365
|
-
"text": "void"
|
|
3366
|
-
}
|
|
3367
|
-
},
|
|
3130
|
+
"description": "get position updates",
|
|
3368
3131
|
"inheritedFrom": {
|
|
3369
3132
|
"name": "AnchoredRegion",
|
|
3370
3133
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3372,27 +3135,19 @@
|
|
|
3372
3135
|
},
|
|
3373
3136
|
{
|
|
3374
3137
|
"kind": "field",
|
|
3375
|
-
"name": "
|
|
3376
|
-
"
|
|
3377
|
-
|
|
3378
|
-
},
|
|
3379
|
-
"privacy": "public",
|
|
3380
|
-
"default": "null",
|
|
3381
|
-
"description": "The HTML element being used as the viewport",
|
|
3138
|
+
"name": "stopObservers",
|
|
3139
|
+
"privacy": "private",
|
|
3140
|
+
"description": "stops observers",
|
|
3382
3141
|
"inheritedFrom": {
|
|
3383
3142
|
"name": "AnchoredRegion",
|
|
3384
3143
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3385
3144
|
}
|
|
3386
3145
|
},
|
|
3387
3146
|
{
|
|
3388
|
-
"kind": "
|
|
3389
|
-
"name": "
|
|
3147
|
+
"kind": "field",
|
|
3148
|
+
"name": "getViewport",
|
|
3390
3149
|
"privacy": "private",
|
|
3391
|
-
"
|
|
3392
|
-
"type": {
|
|
3393
|
-
"text": "void"
|
|
3394
|
-
}
|
|
3395
|
-
},
|
|
3150
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3396
3151
|
"inheritedFrom": {
|
|
3397
3152
|
"name": "AnchoredRegion",
|
|
3398
3153
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3400,12 +3155,9 @@
|
|
|
3400
3155
|
},
|
|
3401
3156
|
{
|
|
3402
3157
|
"kind": "field",
|
|
3403
|
-
"name": "
|
|
3404
|
-
"
|
|
3405
|
-
|
|
3406
|
-
},
|
|
3407
|
-
"privacy": "public",
|
|
3408
|
-
"description": "indicates the current horizontal position of the region",
|
|
3158
|
+
"name": "getAnchor",
|
|
3159
|
+
"privacy": "private",
|
|
3160
|
+
"description": "Gets the anchor element by id",
|
|
3409
3161
|
"inheritedFrom": {
|
|
3410
3162
|
"name": "AnchoredRegion",
|
|
3411
3163
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3413,12 +3165,9 @@
|
|
|
3413
3165
|
},
|
|
3414
3166
|
{
|
|
3415
3167
|
"kind": "field",
|
|
3416
|
-
"name": "
|
|
3417
|
-
"
|
|
3418
|
-
|
|
3419
|
-
},
|
|
3420
|
-
"privacy": "public",
|
|
3421
|
-
"description": "indicates the current vertical position of the region",
|
|
3168
|
+
"name": "handleIntersection",
|
|
3169
|
+
"privacy": "private",
|
|
3170
|
+
"description": "Handle intersections",
|
|
3422
3171
|
"inheritedFrom": {
|
|
3423
3172
|
"name": "AnchoredRegion",
|
|
3424
3173
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3426,12 +3175,9 @@
|
|
|
3426
3175
|
},
|
|
3427
3176
|
{
|
|
3428
3177
|
"kind": "field",
|
|
3429
|
-
"name": "
|
|
3430
|
-
"type": {
|
|
3431
|
-
"text": "number"
|
|
3432
|
-
},
|
|
3178
|
+
"name": "applyIntersectionEntries",
|
|
3433
3179
|
"privacy": "private",
|
|
3434
|
-
"description": "
|
|
3180
|
+
"description": "iterate through intersection entries and apply data",
|
|
3435
3181
|
"inheritedFrom": {
|
|
3436
3182
|
"name": "AnchoredRegion",
|
|
3437
3183
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3439,11 +3185,9 @@
|
|
|
3439
3185
|
},
|
|
3440
3186
|
{
|
|
3441
3187
|
"kind": "field",
|
|
3442
|
-
"name": "
|
|
3443
|
-
"type": {
|
|
3444
|
-
"text": "number"
|
|
3445
|
-
},
|
|
3188
|
+
"name": "updateRegionOffset",
|
|
3446
3189
|
"privacy": "private",
|
|
3190
|
+
"description": "Update the offset values",
|
|
3447
3191
|
"inheritedFrom": {
|
|
3448
3192
|
"name": "AnchoredRegion",
|
|
3449
3193
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3451,12 +3195,9 @@
|
|
|
3451
3195
|
},
|
|
3452
3196
|
{
|
|
3453
3197
|
"kind": "field",
|
|
3454
|
-
"name": "
|
|
3455
|
-
"type": {
|
|
3456
|
-
"text": "string"
|
|
3457
|
-
},
|
|
3198
|
+
"name": "isRectDifferent",
|
|
3458
3199
|
"privacy": "private",
|
|
3459
|
-
"description": "
|
|
3200
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3460
3201
|
"inheritedFrom": {
|
|
3461
3202
|
"name": "AnchoredRegion",
|
|
3462
3203
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3464,11 +3205,9 @@
|
|
|
3464
3205
|
},
|
|
3465
3206
|
{
|
|
3466
3207
|
"kind": "field",
|
|
3467
|
-
"name": "
|
|
3468
|
-
"type": {
|
|
3469
|
-
"text": "string"
|
|
3470
|
-
},
|
|
3208
|
+
"name": "handleResize",
|
|
3471
3209
|
"privacy": "private",
|
|
3210
|
+
"description": "Handle resize events",
|
|
3472
3211
|
"inheritedFrom": {
|
|
3473
3212
|
"name": "AnchoredRegion",
|
|
3474
3213
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3476,12 +3215,9 @@
|
|
|
3476
3215
|
},
|
|
3477
3216
|
{
|
|
3478
3217
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3480
|
-
"type": {
|
|
3481
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
3482
|
-
},
|
|
3218
|
+
"name": "reset",
|
|
3483
3219
|
"privacy": "private",
|
|
3484
|
-
"
|
|
3220
|
+
"description": "resets the component",
|
|
3485
3221
|
"inheritedFrom": {
|
|
3486
3222
|
"name": "AnchoredRegion",
|
|
3487
3223
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3489,11 +3225,9 @@
|
|
|
3489
3225
|
},
|
|
3490
3226
|
{
|
|
3491
3227
|
"kind": "field",
|
|
3492
|
-
"name": "
|
|
3493
|
-
"type": {
|
|
3494
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3495
|
-
},
|
|
3228
|
+
"name": "updateLayout",
|
|
3496
3229
|
"privacy": "private",
|
|
3230
|
+
"description": "Recalculate layout related state values",
|
|
3497
3231
|
"inheritedFrom": {
|
|
3498
3232
|
"name": "AnchoredRegion",
|
|
3499
3233
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3501,11 +3235,9 @@
|
|
|
3501
3235
|
},
|
|
3502
3236
|
{
|
|
3503
3237
|
"kind": "field",
|
|
3504
|
-
"name": "
|
|
3505
|
-
"type": {
|
|
3506
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3507
|
-
},
|
|
3238
|
+
"name": "updateRegionStyle",
|
|
3508
3239
|
"privacy": "private",
|
|
3240
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3509
3241
|
"inheritedFrom": {
|
|
3510
3242
|
"name": "AnchoredRegion",
|
|
3511
3243
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3513,11 +3245,9 @@
|
|
|
3513
3245
|
},
|
|
3514
3246
|
{
|
|
3515
3247
|
"kind": "field",
|
|
3516
|
-
"name": "
|
|
3517
|
-
"type": {
|
|
3518
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
3519
|
-
},
|
|
3248
|
+
"name": "updatePositionClasses",
|
|
3520
3249
|
"privacy": "private",
|
|
3250
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
3521
3251
|
"inheritedFrom": {
|
|
3522
3252
|
"name": "AnchoredRegion",
|
|
3523
3253
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3525,13 +3255,9 @@
|
|
|
3525
3255
|
},
|
|
3526
3256
|
{
|
|
3527
3257
|
"kind": "field",
|
|
3528
|
-
"name": "
|
|
3529
|
-
"type": {
|
|
3530
|
-
"text": "number"
|
|
3531
|
-
},
|
|
3258
|
+
"name": "setHorizontalPosition",
|
|
3532
3259
|
"privacy": "private",
|
|
3533
|
-
"
|
|
3534
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3260
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
3535
3261
|
"inheritedFrom": {
|
|
3536
3262
|
"name": "AnchoredRegion",
|
|
3537
3263
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3539,12 +3265,9 @@
|
|
|
3539
3265
|
},
|
|
3540
3266
|
{
|
|
3541
3267
|
"kind": "field",
|
|
3542
|
-
"name": "
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "number"
|
|
3545
|
-
},
|
|
3268
|
+
"name": "setVerticalPosition",
|
|
3546
3269
|
"privacy": "private",
|
|
3547
|
-
"
|
|
3270
|
+
"description": "Set vertical positioning state based on desired position",
|
|
3548
3271
|
"inheritedFrom": {
|
|
3549
3272
|
"name": "AnchoredRegion",
|
|
3550
3273
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3552,12 +3275,9 @@
|
|
|
3552
3275
|
},
|
|
3553
3276
|
{
|
|
3554
3277
|
"kind": "field",
|
|
3555
|
-
"name": "
|
|
3556
|
-
"type": {
|
|
3557
|
-
"text": "boolean"
|
|
3558
|
-
},
|
|
3278
|
+
"name": "getPositioningOptions",
|
|
3559
3279
|
"privacy": "private",
|
|
3560
|
-
"
|
|
3280
|
+
"description": "Get available positions based on positioning mode",
|
|
3561
3281
|
"inheritedFrom": {
|
|
3562
3282
|
"name": "AnchoredRegion",
|
|
3563
3283
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3565,12 +3285,52 @@
|
|
|
3565
3285
|
},
|
|
3566
3286
|
{
|
|
3567
3287
|
"kind": "field",
|
|
3568
|
-
"name": "
|
|
3288
|
+
"name": "getAvailableSpace",
|
|
3289
|
+
"privacy": "private",
|
|
3290
|
+
"description": "Get the space available for a particular relative position",
|
|
3291
|
+
"inheritedFrom": {
|
|
3292
|
+
"name": "AnchoredRegion",
|
|
3293
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3294
|
+
}
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"kind": "field",
|
|
3298
|
+
"name": "getNextRegionDimension",
|
|
3299
|
+
"privacy": "private",
|
|
3300
|
+
"description": "Get region dimensions",
|
|
3301
|
+
"inheritedFrom": {
|
|
3302
|
+
"name": "AnchoredRegion",
|
|
3303
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"kind": "field",
|
|
3308
|
+
"name": "startAutoUpdateEventListeners",
|
|
3309
|
+
"privacy": "private",
|
|
3310
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
3311
|
+
"inheritedFrom": {
|
|
3312
|
+
"name": "AnchoredRegion",
|
|
3313
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"kind": "field",
|
|
3318
|
+
"name": "stopAutoUpdateEventListeners",
|
|
3319
|
+
"privacy": "private",
|
|
3320
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
3321
|
+
"inheritedFrom": {
|
|
3322
|
+
"name": "AnchoredRegion",
|
|
3323
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3324
|
+
}
|
|
3325
|
+
},
|
|
3326
|
+
{
|
|
3327
|
+
"kind": "field",
|
|
3328
|
+
"name": "_presentation",
|
|
3569
3329
|
"type": {
|
|
3570
|
-
"text": "
|
|
3330
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3571
3331
|
},
|
|
3572
3332
|
"privacy": "private",
|
|
3573
|
-
"default": "
|
|
3333
|
+
"default": "void 0",
|
|
3574
3334
|
"inheritedFrom": {
|
|
3575
3335
|
"name": "AnchoredRegion",
|
|
3576
3336
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3578,377 +3338,641 @@
|
|
|
3578
3338
|
},
|
|
3579
3339
|
{
|
|
3580
3340
|
"kind": "field",
|
|
3581
|
-
"name": "
|
|
3341
|
+
"name": "$presentation",
|
|
3582
3342
|
"type": {
|
|
3583
|
-
"text": "
|
|
3343
|
+
"text": "ComponentPresentation | null"
|
|
3584
3344
|
},
|
|
3585
|
-
"privacy": "
|
|
3345
|
+
"privacy": "public",
|
|
3346
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3586
3347
|
"inheritedFrom": {
|
|
3587
3348
|
"name": "AnchoredRegion",
|
|
3588
3349
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3589
3350
|
}
|
|
3590
3351
|
},
|
|
3591
3352
|
{
|
|
3592
|
-
"kind": "field",
|
|
3593
|
-
"name": "
|
|
3353
|
+
"kind": "field",
|
|
3354
|
+
"name": "template",
|
|
3355
|
+
"type": {
|
|
3356
|
+
"text": "ElementViewTemplate | void | null"
|
|
3357
|
+
},
|
|
3358
|
+
"privacy": "public",
|
|
3359
|
+
"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.",
|
|
3360
|
+
"inheritedFrom": {
|
|
3361
|
+
"name": "AnchoredRegion",
|
|
3362
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "method",
|
|
3367
|
+
"name": "templateChanged",
|
|
3368
|
+
"privacy": "protected",
|
|
3369
|
+
"return": {
|
|
3370
|
+
"type": {
|
|
3371
|
+
"text": "void"
|
|
3372
|
+
}
|
|
3373
|
+
},
|
|
3374
|
+
"inheritedFrom": {
|
|
3375
|
+
"name": "AnchoredRegion",
|
|
3376
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "field",
|
|
3381
|
+
"name": "styles",
|
|
3382
|
+
"type": {
|
|
3383
|
+
"text": "ElementStyles | void | null"
|
|
3384
|
+
},
|
|
3385
|
+
"privacy": "public",
|
|
3386
|
+
"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.",
|
|
3387
|
+
"inheritedFrom": {
|
|
3388
|
+
"name": "AnchoredRegion",
|
|
3389
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3390
|
+
}
|
|
3391
|
+
},
|
|
3392
|
+
{
|
|
3393
|
+
"kind": "method",
|
|
3394
|
+
"name": "stylesChanged",
|
|
3395
|
+
"privacy": "protected",
|
|
3396
|
+
"return": {
|
|
3397
|
+
"type": {
|
|
3398
|
+
"text": "void"
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
"inheritedFrom": {
|
|
3402
|
+
"name": "AnchoredRegion",
|
|
3403
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3404
|
+
}
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"kind": "method",
|
|
3408
|
+
"name": "compose",
|
|
3409
|
+
"privacy": "public",
|
|
3410
|
+
"static": true,
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"parameters": [
|
|
3417
|
+
{
|
|
3418
|
+
"name": "this",
|
|
3419
|
+
"type": {
|
|
3420
|
+
"text": "K"
|
|
3421
|
+
}
|
|
3422
|
+
},
|
|
3423
|
+
{
|
|
3424
|
+
"name": "elementDefinition",
|
|
3425
|
+
"type": {
|
|
3426
|
+
"text": "T"
|
|
3427
|
+
},
|
|
3428
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3429
|
+
}
|
|
3430
|
+
],
|
|
3431
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3432
|
+
"inheritedFrom": {
|
|
3433
|
+
"name": "AnchoredRegion",
|
|
3434
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3435
|
+
}
|
|
3436
|
+
}
|
|
3437
|
+
],
|
|
3438
|
+
"events": [
|
|
3439
|
+
{
|
|
3440
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3441
|
+
"name": "loaded",
|
|
3442
|
+
"inheritedFrom": {
|
|
3443
|
+
"name": "AnchoredRegion",
|
|
3444
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3449
|
+
"name": "positionchange",
|
|
3450
|
+
"inheritedFrom": {
|
|
3451
|
+
"name": "AnchoredRegion",
|
|
3452
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3453
|
+
}
|
|
3454
|
+
}
|
|
3455
|
+
]
|
|
3456
|
+
},
|
|
3457
|
+
{
|
|
3458
|
+
"kind": "variable",
|
|
3459
|
+
"name": "zeroAnchoredRegion"
|
|
3460
|
+
}
|
|
3461
|
+
],
|
|
3462
|
+
"exports": [
|
|
3463
|
+
{
|
|
3464
|
+
"kind": "js",
|
|
3465
|
+
"name": "AnchoredRegion",
|
|
3466
|
+
"declaration": {
|
|
3467
|
+
"name": "AnchoredRegion",
|
|
3468
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3469
|
+
}
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
"kind": "js",
|
|
3473
|
+
"name": "zeroAnchoredRegion",
|
|
3474
|
+
"declaration": {
|
|
3475
|
+
"name": "zeroAnchoredRegion",
|
|
3476
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3477
|
+
}
|
|
3478
|
+
}
|
|
3479
|
+
]
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"kind": "javascript-module",
|
|
3483
|
+
"path": "src/anchored-region/index.ts",
|
|
3484
|
+
"declarations": [],
|
|
3485
|
+
"exports": [
|
|
3486
|
+
{
|
|
3487
|
+
"kind": "js",
|
|
3488
|
+
"name": "*",
|
|
3489
|
+
"declaration": {
|
|
3490
|
+
"name": "*",
|
|
3491
|
+
"package": "./anchored-region"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"kind": "js",
|
|
3496
|
+
"name": "*",
|
|
3497
|
+
"declaration": {
|
|
3498
|
+
"name": "*",
|
|
3499
|
+
"package": "./anchored-region.styles"
|
|
3500
|
+
}
|
|
3501
|
+
},
|
|
3502
|
+
{
|
|
3503
|
+
"kind": "js",
|
|
3504
|
+
"name": "*",
|
|
3505
|
+
"declaration": {
|
|
3506
|
+
"name": "*",
|
|
3507
|
+
"package": "./anchored-region.template"
|
|
3508
|
+
}
|
|
3509
|
+
}
|
|
3510
|
+
]
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"kind": "javascript-module",
|
|
3514
|
+
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
3515
|
+
"declarations": [
|
|
3516
|
+
{
|
|
3517
|
+
"kind": "variable",
|
|
3518
|
+
"name": "meta",
|
|
3519
|
+
"type": {
|
|
3520
|
+
"text": "Meta"
|
|
3521
|
+
},
|
|
3522
|
+
"default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "variable",
|
|
3526
|
+
"name": "Horizontal",
|
|
3527
|
+
"type": {
|
|
3528
|
+
"text": "StoryObj"
|
|
3529
|
+
},
|
|
3530
|
+
"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}"
|
|
3531
|
+
},
|
|
3532
|
+
{
|
|
3533
|
+
"kind": "variable",
|
|
3534
|
+
"name": "Vertical",
|
|
3535
|
+
"type": {
|
|
3536
|
+
"text": "StoryObj"
|
|
3537
|
+
},
|
|
3538
|
+
"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}"
|
|
3539
|
+
}
|
|
3540
|
+
],
|
|
3541
|
+
"exports": [
|
|
3542
|
+
{
|
|
3543
|
+
"kind": "js",
|
|
3544
|
+
"name": "default",
|
|
3545
|
+
"declaration": {
|
|
3546
|
+
"name": "meta",
|
|
3547
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
3548
|
+
}
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"kind": "js",
|
|
3552
|
+
"name": "Horizontal",
|
|
3553
|
+
"declaration": {
|
|
3554
|
+
"name": "Horizontal",
|
|
3555
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"kind": "js",
|
|
3560
|
+
"name": "Vertical",
|
|
3561
|
+
"declaration": {
|
|
3562
|
+
"name": "Vertical",
|
|
3563
|
+
"module": "src/actions-menu/actions-menu.stories.ts"
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
]
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"kind": "javascript-module",
|
|
3570
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3571
|
+
"declarations": [
|
|
3572
|
+
{
|
|
3573
|
+
"kind": "function",
|
|
3574
|
+
"name": "zeroActionsMenuStyles",
|
|
3575
|
+
"return": {
|
|
3576
|
+
"type": {
|
|
3577
|
+
"text": "ElementStyles"
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
"parameters": [
|
|
3581
|
+
{
|
|
3582
|
+
"name": "context",
|
|
3583
|
+
"type": {
|
|
3584
|
+
"text": "ElementDefinitionContext"
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "definition",
|
|
3589
|
+
"type": {
|
|
3590
|
+
"text": "FoundationElementDefinition"
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
]
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"exports": [
|
|
3597
|
+
{
|
|
3598
|
+
"kind": "js",
|
|
3599
|
+
"name": "zeroActionsMenuStyles",
|
|
3600
|
+
"declaration": {
|
|
3601
|
+
"name": "zeroActionsMenuStyles",
|
|
3602
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
3603
|
+
}
|
|
3604
|
+
}
|
|
3605
|
+
]
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"kind": "javascript-module",
|
|
3609
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
3610
|
+
"declarations": [
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "class",
|
|
3613
|
+
"description": "",
|
|
3614
|
+
"name": "ActionsMenu",
|
|
3615
|
+
"superclass": {
|
|
3616
|
+
"name": "FoundationActionsMenu",
|
|
3617
|
+
"package": "@genesislcap/foundation-ui"
|
|
3618
|
+
},
|
|
3619
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
3620
|
+
"customElement": true,
|
|
3621
|
+
"attributes": [
|
|
3622
|
+
{
|
|
3623
|
+
"name": "is-vertical",
|
|
3594
3624
|
"type": {
|
|
3595
3625
|
"text": "boolean"
|
|
3596
3626
|
},
|
|
3597
|
-
"privacy": "private",
|
|
3598
3627
|
"default": "false",
|
|
3628
|
+
"fieldName": "isVertical",
|
|
3599
3629
|
"inheritedFrom": {
|
|
3600
|
-
"name": "
|
|
3601
|
-
"module": "src/
|
|
3630
|
+
"name": "ActionsMenu",
|
|
3631
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3602
3632
|
}
|
|
3603
3633
|
},
|
|
3604
3634
|
{
|
|
3605
|
-
"
|
|
3606
|
-
"name": "forceUpdate",
|
|
3635
|
+
"name": "add-default-actions",
|
|
3607
3636
|
"type": {
|
|
3608
3637
|
"text": "boolean"
|
|
3609
3638
|
},
|
|
3610
|
-
"
|
|
3611
|
-
"
|
|
3639
|
+
"default": "true",
|
|
3640
|
+
"fieldName": "addDefaultActions",
|
|
3612
3641
|
"inheritedFrom": {
|
|
3613
|
-
"name": "
|
|
3614
|
-
"module": "src/
|
|
3642
|
+
"name": "ActionsMenu",
|
|
3643
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3615
3644
|
}
|
|
3616
3645
|
},
|
|
3617
3646
|
{
|
|
3618
|
-
"
|
|
3619
|
-
"name": "updateThreshold",
|
|
3647
|
+
"name": "auto-close-on-action",
|
|
3620
3648
|
"type": {
|
|
3621
|
-
"text": "
|
|
3649
|
+
"text": "boolean"
|
|
3622
3650
|
},
|
|
3623
|
-
"
|
|
3624
|
-
"
|
|
3651
|
+
"default": "true",
|
|
3652
|
+
"fieldName": "autoCloseOnAction",
|
|
3625
3653
|
"inheritedFrom": {
|
|
3626
|
-
"name": "
|
|
3627
|
-
"module": "src/
|
|
3654
|
+
"name": "ActionsMenu",
|
|
3655
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3628
3656
|
}
|
|
3629
3657
|
},
|
|
3630
3658
|
{
|
|
3631
|
-
"
|
|
3632
|
-
"name": "intersectionService",
|
|
3659
|
+
"name": "name",
|
|
3633
3660
|
"type": {
|
|
3634
|
-
"text": "
|
|
3635
|
-
},
|
|
3636
|
-
"privacy": "private",
|
|
3637
|
-
"static": true,
|
|
3638
|
-
"default": "new IntersectionService()",
|
|
3639
|
-
"inheritedFrom": {
|
|
3640
|
-
"name": "AnchoredRegion",
|
|
3641
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3642
|
-
}
|
|
3643
|
-
},
|
|
3644
|
-
{
|
|
3645
|
-
"kind": "field",
|
|
3646
|
-
"name": "update",
|
|
3647
|
-
"privacy": "public",
|
|
3648
|
-
"description": "update position",
|
|
3649
|
-
"inheritedFrom": {
|
|
3650
|
-
"name": "AnchoredRegion",
|
|
3651
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3652
|
-
}
|
|
3653
|
-
},
|
|
3654
|
-
{
|
|
3655
|
-
"kind": "method",
|
|
3656
|
-
"name": "disconnectResizeDetector",
|
|
3657
|
-
"privacy": "private",
|
|
3658
|
-
"return": {
|
|
3659
|
-
"type": {
|
|
3660
|
-
"text": "void"
|
|
3661
|
-
}
|
|
3662
|
-
},
|
|
3663
|
-
"description": "destroys the instance's resize observer",
|
|
3664
|
-
"inheritedFrom": {
|
|
3665
|
-
"name": "AnchoredRegion",
|
|
3666
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3667
|
-
}
|
|
3668
|
-
},
|
|
3669
|
-
{
|
|
3670
|
-
"kind": "method",
|
|
3671
|
-
"name": "initializeResizeDetector",
|
|
3672
|
-
"privacy": "private",
|
|
3673
|
-
"return": {
|
|
3674
|
-
"type": {
|
|
3675
|
-
"text": "void"
|
|
3676
|
-
}
|
|
3661
|
+
"text": "string"
|
|
3677
3662
|
},
|
|
3678
|
-
"
|
|
3663
|
+
"default": "'Actions'",
|
|
3664
|
+
"fieldName": "name",
|
|
3679
3665
|
"inheritedFrom": {
|
|
3680
|
-
"name": "
|
|
3681
|
-
"module": "src/
|
|
3666
|
+
"name": "ActionsMenu",
|
|
3667
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3682
3668
|
}
|
|
3683
3669
|
},
|
|
3684
3670
|
{
|
|
3685
|
-
"
|
|
3686
|
-
"
|
|
3687
|
-
|
|
3688
|
-
"return": {
|
|
3689
|
-
"type": {
|
|
3690
|
-
"text": "void"
|
|
3691
|
-
}
|
|
3671
|
+
"name": "open",
|
|
3672
|
+
"type": {
|
|
3673
|
+
"text": "boolean"
|
|
3692
3674
|
},
|
|
3693
|
-
"
|
|
3675
|
+
"default": "false",
|
|
3676
|
+
"fieldName": "open",
|
|
3694
3677
|
"inheritedFrom": {
|
|
3695
|
-
"name": "
|
|
3696
|
-
"module": "src/
|
|
3678
|
+
"name": "ActionsMenu",
|
|
3679
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3697
3680
|
}
|
|
3698
3681
|
},
|
|
3699
3682
|
{
|
|
3700
|
-
"
|
|
3701
|
-
"
|
|
3702
|
-
|
|
3703
|
-
"return": {
|
|
3704
|
-
"type": {
|
|
3705
|
-
"text": "void"
|
|
3706
|
-
}
|
|
3683
|
+
"name": "buttonAppearance",
|
|
3684
|
+
"type": {
|
|
3685
|
+
"text": "string"
|
|
3707
3686
|
},
|
|
3708
|
-
"
|
|
3687
|
+
"fieldName": "buttonAppearance",
|
|
3709
3688
|
"inheritedFrom": {
|
|
3710
|
-
"name": "
|
|
3711
|
-
"module": "src/
|
|
3689
|
+
"name": "ActionsMenu",
|
|
3690
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3712
3691
|
}
|
|
3713
3692
|
},
|
|
3714
3693
|
{
|
|
3715
|
-
"
|
|
3716
|
-
"
|
|
3717
|
-
|
|
3718
|
-
"return": {
|
|
3719
|
-
"type": {
|
|
3720
|
-
"text": "void"
|
|
3721
|
-
}
|
|
3694
|
+
"name": "hide-disabled",
|
|
3695
|
+
"type": {
|
|
3696
|
+
"text": "boolean"
|
|
3722
3697
|
},
|
|
3723
|
-
"
|
|
3698
|
+
"default": "false",
|
|
3699
|
+
"fieldName": "hideDisabled",
|
|
3724
3700
|
"inheritedFrom": {
|
|
3725
|
-
"name": "
|
|
3726
|
-
"module": "src/
|
|
3701
|
+
"name": "ActionsMenu",
|
|
3702
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3727
3703
|
}
|
|
3728
3704
|
},
|
|
3729
3705
|
{
|
|
3730
|
-
"
|
|
3731
|
-
"
|
|
3732
|
-
|
|
3733
|
-
"return": {
|
|
3734
|
-
"type": {
|
|
3735
|
-
"text": "void"
|
|
3736
|
-
}
|
|
3706
|
+
"name": "hide-menu-single-option",
|
|
3707
|
+
"type": {
|
|
3708
|
+
"text": "boolean"
|
|
3737
3709
|
},
|
|
3738
|
-
"
|
|
3710
|
+
"default": "false",
|
|
3711
|
+
"fieldName": "hideMenuSingleOption",
|
|
3739
3712
|
"inheritedFrom": {
|
|
3740
|
-
"name": "
|
|
3741
|
-
"module": "src/
|
|
3713
|
+
"name": "ActionsMenu",
|
|
3714
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3742
3715
|
}
|
|
3743
|
-
}
|
|
3716
|
+
}
|
|
3717
|
+
],
|
|
3718
|
+
"members": [
|
|
3744
3719
|
{
|
|
3745
3720
|
"kind": "field",
|
|
3746
|
-
"name": "
|
|
3747
|
-
"
|
|
3748
|
-
|
|
3721
|
+
"name": "actions",
|
|
3722
|
+
"type": {
|
|
3723
|
+
"text": "ActionMenuItem[]"
|
|
3724
|
+
},
|
|
3749
3725
|
"inheritedFrom": {
|
|
3750
|
-
"name": "
|
|
3751
|
-
"module": "src/
|
|
3726
|
+
"name": "ActionsMenu",
|
|
3727
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3752
3728
|
}
|
|
3753
3729
|
},
|
|
3754
3730
|
{
|
|
3755
3731
|
"kind": "field",
|
|
3756
|
-
"name": "
|
|
3757
|
-
"
|
|
3758
|
-
|
|
3732
|
+
"name": "isVertical",
|
|
3733
|
+
"type": {
|
|
3734
|
+
"text": "boolean"
|
|
3735
|
+
},
|
|
3736
|
+
"default": "false",
|
|
3759
3737
|
"inheritedFrom": {
|
|
3760
|
-
"name": "
|
|
3761
|
-
"module": "src/
|
|
3738
|
+
"name": "ActionsMenu",
|
|
3739
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3762
3740
|
}
|
|
3763
3741
|
},
|
|
3764
3742
|
{
|
|
3765
3743
|
"kind": "field",
|
|
3766
|
-
"name": "
|
|
3767
|
-
"
|
|
3768
|
-
|
|
3744
|
+
"name": "addDefaultActions",
|
|
3745
|
+
"type": {
|
|
3746
|
+
"text": "boolean"
|
|
3747
|
+
},
|
|
3748
|
+
"default": "true",
|
|
3769
3749
|
"inheritedFrom": {
|
|
3770
|
-
"name": "
|
|
3771
|
-
"module": "src/
|
|
3750
|
+
"name": "ActionsMenu",
|
|
3751
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3772
3752
|
}
|
|
3773
3753
|
},
|
|
3774
3754
|
{
|
|
3775
3755
|
"kind": "field",
|
|
3776
|
-
"name": "
|
|
3777
|
-
"
|
|
3778
|
-
|
|
3756
|
+
"name": "autoCloseOnAction",
|
|
3757
|
+
"type": {
|
|
3758
|
+
"text": "boolean"
|
|
3759
|
+
},
|
|
3760
|
+
"default": "true",
|
|
3779
3761
|
"inheritedFrom": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
3762
|
+
"name": "ActionsMenu",
|
|
3763
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3782
3764
|
}
|
|
3783
3765
|
},
|
|
3784
3766
|
{
|
|
3785
3767
|
"kind": "field",
|
|
3786
|
-
"name": "
|
|
3787
|
-
"
|
|
3788
|
-
|
|
3768
|
+
"name": "classNames",
|
|
3769
|
+
"type": {
|
|
3770
|
+
"text": "string"
|
|
3771
|
+
},
|
|
3789
3772
|
"inheritedFrom": {
|
|
3790
|
-
"name": "
|
|
3791
|
-
"module": "src/
|
|
3773
|
+
"name": "ActionsMenu",
|
|
3774
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3792
3775
|
}
|
|
3793
3776
|
},
|
|
3794
3777
|
{
|
|
3795
3778
|
"kind": "field",
|
|
3796
|
-
"name": "
|
|
3797
|
-
"
|
|
3798
|
-
|
|
3779
|
+
"name": "definition",
|
|
3780
|
+
"type": {
|
|
3781
|
+
"text": "any"
|
|
3782
|
+
},
|
|
3799
3783
|
"inheritedFrom": {
|
|
3800
|
-
"name": "
|
|
3801
|
-
"module": "src/
|
|
3784
|
+
"name": "ActionsMenu",
|
|
3785
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3802
3786
|
}
|
|
3803
3787
|
},
|
|
3804
3788
|
{
|
|
3805
3789
|
"kind": "field",
|
|
3806
|
-
"name": "
|
|
3807
|
-
"
|
|
3808
|
-
|
|
3790
|
+
"name": "name",
|
|
3791
|
+
"type": {
|
|
3792
|
+
"text": "string"
|
|
3793
|
+
},
|
|
3794
|
+
"default": "'Actions'",
|
|
3809
3795
|
"inheritedFrom": {
|
|
3810
|
-
"name": "
|
|
3811
|
-
"module": "src/
|
|
3796
|
+
"name": "ActionsMenu",
|
|
3797
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3812
3798
|
}
|
|
3813
3799
|
},
|
|
3814
3800
|
{
|
|
3815
3801
|
"kind": "field",
|
|
3816
|
-
"name": "
|
|
3817
|
-
"
|
|
3818
|
-
|
|
3802
|
+
"name": "open",
|
|
3803
|
+
"type": {
|
|
3804
|
+
"text": "boolean"
|
|
3805
|
+
},
|
|
3806
|
+
"default": "false",
|
|
3819
3807
|
"inheritedFrom": {
|
|
3820
|
-
"name": "
|
|
3821
|
-
"module": "src/
|
|
3808
|
+
"name": "ActionsMenu",
|
|
3809
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3822
3810
|
}
|
|
3823
3811
|
},
|
|
3824
3812
|
{
|
|
3825
3813
|
"kind": "field",
|
|
3826
|
-
"name": "
|
|
3827
|
-
"
|
|
3828
|
-
|
|
3814
|
+
"name": "buttonAppearance",
|
|
3815
|
+
"type": {
|
|
3816
|
+
"text": "string"
|
|
3817
|
+
},
|
|
3829
3818
|
"inheritedFrom": {
|
|
3830
|
-
"name": "
|
|
3831
|
-
"module": "src/
|
|
3819
|
+
"name": "ActionsMenu",
|
|
3820
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3832
3821
|
}
|
|
3833
3822
|
},
|
|
3834
3823
|
{
|
|
3835
3824
|
"kind": "field",
|
|
3836
|
-
"name": "
|
|
3837
|
-
"
|
|
3838
|
-
|
|
3825
|
+
"name": "hideDisabled",
|
|
3826
|
+
"type": {
|
|
3827
|
+
"text": "boolean"
|
|
3828
|
+
},
|
|
3829
|
+
"default": "false",
|
|
3839
3830
|
"inheritedFrom": {
|
|
3840
|
-
"name": "
|
|
3841
|
-
"module": "src/
|
|
3831
|
+
"name": "ActionsMenu",
|
|
3832
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3842
3833
|
}
|
|
3843
3834
|
},
|
|
3844
3835
|
{
|
|
3845
3836
|
"kind": "field",
|
|
3846
|
-
"name": "
|
|
3847
|
-
"
|
|
3848
|
-
|
|
3837
|
+
"name": "hideMenuSingleOption",
|
|
3838
|
+
"type": {
|
|
3839
|
+
"text": "boolean"
|
|
3840
|
+
},
|
|
3841
|
+
"default": "false",
|
|
3849
3842
|
"inheritedFrom": {
|
|
3850
|
-
"name": "
|
|
3851
|
-
"module": "src/
|
|
3843
|
+
"name": "ActionsMenu",
|
|
3844
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3852
3845
|
}
|
|
3853
3846
|
},
|
|
3854
3847
|
{
|
|
3855
3848
|
"kind": "field",
|
|
3856
|
-
"name": "
|
|
3857
|
-
"
|
|
3858
|
-
|
|
3849
|
+
"name": "singleOption",
|
|
3850
|
+
"type": {
|
|
3851
|
+
"text": "ActionMenuItem"
|
|
3852
|
+
},
|
|
3859
3853
|
"inheritedFrom": {
|
|
3860
|
-
"name": "
|
|
3861
|
-
"module": "src/
|
|
3854
|
+
"name": "ActionsMenu",
|
|
3855
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3862
3856
|
}
|
|
3863
3857
|
},
|
|
3864
3858
|
{
|
|
3865
3859
|
"kind": "field",
|
|
3866
|
-
"name": "
|
|
3867
|
-
"
|
|
3868
|
-
|
|
3860
|
+
"name": "actionsMenu",
|
|
3861
|
+
"type": {
|
|
3862
|
+
"text": "HTMLElement"
|
|
3863
|
+
},
|
|
3869
3864
|
"inheritedFrom": {
|
|
3870
|
-
"name": "
|
|
3871
|
-
"module": "src/
|
|
3865
|
+
"name": "ActionsMenu",
|
|
3866
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3872
3867
|
}
|
|
3873
3868
|
},
|
|
3874
3869
|
{
|
|
3875
|
-
"kind": "
|
|
3876
|
-
"name": "
|
|
3877
|
-
"privacy": "
|
|
3878
|
-
"
|
|
3870
|
+
"kind": "method",
|
|
3871
|
+
"name": "definitionChanged",
|
|
3872
|
+
"privacy": "protected",
|
|
3873
|
+
"parameters": [
|
|
3874
|
+
{
|
|
3875
|
+
"name": "oldValue",
|
|
3876
|
+
"type": {
|
|
3877
|
+
"text": "any"
|
|
3878
|
+
}
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "newValue",
|
|
3882
|
+
"type": {
|
|
3883
|
+
"text": "any"
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
],
|
|
3879
3887
|
"inheritedFrom": {
|
|
3880
|
-
"name": "
|
|
3881
|
-
"module": "src/
|
|
3888
|
+
"name": "ActionsMenu",
|
|
3889
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3882
3890
|
}
|
|
3883
3891
|
},
|
|
3884
3892
|
{
|
|
3885
|
-
"kind": "
|
|
3886
|
-
"name": "
|
|
3887
|
-
"privacy": "
|
|
3888
|
-
"description": "Get horizontal positioning state based on desired position",
|
|
3893
|
+
"kind": "method",
|
|
3894
|
+
"name": "openChanged",
|
|
3895
|
+
"privacy": "protected",
|
|
3889
3896
|
"inheritedFrom": {
|
|
3890
|
-
"name": "
|
|
3891
|
-
"module": "src/
|
|
3897
|
+
"name": "ActionsMenu",
|
|
3898
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3892
3899
|
}
|
|
3893
3900
|
},
|
|
3894
3901
|
{
|
|
3895
|
-
"kind": "
|
|
3896
|
-
"name": "
|
|
3897
|
-
"privacy": "private",
|
|
3898
|
-
"description": "Set vertical positioning state based on desired position",
|
|
3902
|
+
"kind": "method",
|
|
3903
|
+
"name": "toggleActionsMenuVisibility",
|
|
3899
3904
|
"inheritedFrom": {
|
|
3900
|
-
"name": "
|
|
3901
|
-
"module": "src/
|
|
3905
|
+
"name": "ActionsMenu",
|
|
3906
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3902
3907
|
}
|
|
3903
3908
|
},
|
|
3904
3909
|
{
|
|
3905
|
-
"kind": "
|
|
3906
|
-
"name": "
|
|
3907
|
-
"
|
|
3908
|
-
|
|
3910
|
+
"kind": "method",
|
|
3911
|
+
"name": "onActionMenuItemClick",
|
|
3912
|
+
"parameters": [
|
|
3913
|
+
{
|
|
3914
|
+
"name": "callback",
|
|
3915
|
+
"type": {
|
|
3916
|
+
"text": "(rowData) => void | any"
|
|
3917
|
+
}
|
|
3918
|
+
}
|
|
3919
|
+
],
|
|
3909
3920
|
"inheritedFrom": {
|
|
3910
|
-
"name": "
|
|
3911
|
-
"module": "src/
|
|
3921
|
+
"name": "ActionsMenu",
|
|
3922
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3912
3923
|
}
|
|
3913
3924
|
},
|
|
3914
3925
|
{
|
|
3915
3926
|
"kind": "field",
|
|
3916
|
-
"name": "
|
|
3917
|
-
"
|
|
3918
|
-
|
|
3927
|
+
"name": "allActions",
|
|
3928
|
+
"type": {
|
|
3929
|
+
"text": "ActionMenuItem[]"
|
|
3930
|
+
},
|
|
3931
|
+
"readonly": true,
|
|
3919
3932
|
"inheritedFrom": {
|
|
3920
|
-
"name": "
|
|
3921
|
-
"module": "src/
|
|
3933
|
+
"name": "ActionsMenu",
|
|
3934
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3922
3935
|
}
|
|
3923
3936
|
},
|
|
3924
3937
|
{
|
|
3925
3938
|
"kind": "field",
|
|
3926
|
-
"name": "
|
|
3927
|
-
"
|
|
3928
|
-
"description": "Get region dimensions",
|
|
3939
|
+
"name": "rowData",
|
|
3940
|
+
"readonly": true,
|
|
3929
3941
|
"inheritedFrom": {
|
|
3930
|
-
"name": "
|
|
3931
|
-
"module": "src/
|
|
3942
|
+
"name": "ActionsMenu",
|
|
3943
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3932
3944
|
}
|
|
3933
3945
|
},
|
|
3934
3946
|
{
|
|
3935
|
-
"kind": "
|
|
3936
|
-
"name": "
|
|
3937
|
-
"
|
|
3938
|
-
|
|
3947
|
+
"kind": "method",
|
|
3948
|
+
"name": "getLabel",
|
|
3949
|
+
"parameters": [
|
|
3950
|
+
{
|
|
3951
|
+
"name": "name",
|
|
3952
|
+
"type": {
|
|
3953
|
+
"text": "string | ((rowData: any) => string)"
|
|
3954
|
+
}
|
|
3955
|
+
}
|
|
3956
|
+
],
|
|
3939
3957
|
"inheritedFrom": {
|
|
3940
|
-
"name": "
|
|
3941
|
-
"module": "src/
|
|
3958
|
+
"name": "ActionsMenu",
|
|
3959
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3942
3960
|
}
|
|
3943
3961
|
},
|
|
3944
3962
|
{
|
|
3945
|
-
"kind": "
|
|
3946
|
-
"name": "
|
|
3947
|
-
"
|
|
3948
|
-
|
|
3963
|
+
"kind": "method",
|
|
3964
|
+
"name": "getTemplate",
|
|
3965
|
+
"parameters": [
|
|
3966
|
+
{
|
|
3967
|
+
"name": "prefix",
|
|
3968
|
+
"type": {
|
|
3969
|
+
"text": "string"
|
|
3970
|
+
}
|
|
3971
|
+
}
|
|
3972
|
+
],
|
|
3949
3973
|
"inheritedFrom": {
|
|
3950
|
-
"name": "
|
|
3951
|
-
"module": "src/
|
|
3974
|
+
"name": "ActionsMenu",
|
|
3975
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
3952
3976
|
}
|
|
3953
3977
|
},
|
|
3954
3978
|
{
|
|
@@ -3960,8 +3984,8 @@
|
|
|
3960
3984
|
"privacy": "private",
|
|
3961
3985
|
"default": "void 0",
|
|
3962
3986
|
"inheritedFrom": {
|
|
3963
|
-
"name": "
|
|
3964
|
-
"module": "src/
|
|
3987
|
+
"name": "FoundationElement",
|
|
3988
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3965
3989
|
}
|
|
3966
3990
|
},
|
|
3967
3991
|
{
|
|
@@ -3973,8 +3997,8 @@
|
|
|
3973
3997
|
"privacy": "public",
|
|
3974
3998
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3975
3999
|
"inheritedFrom": {
|
|
3976
|
-
"name": "
|
|
3977
|
-
"module": "src/
|
|
4000
|
+
"name": "FoundationElement",
|
|
4001
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3978
4002
|
}
|
|
3979
4003
|
},
|
|
3980
4004
|
{
|
|
@@ -3986,8 +4010,8 @@
|
|
|
3986
4010
|
"privacy": "public",
|
|
3987
4011
|
"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.",
|
|
3988
4012
|
"inheritedFrom": {
|
|
3989
|
-
"name": "
|
|
3990
|
-
"module": "src/
|
|
4013
|
+
"name": "FoundationElement",
|
|
4014
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3991
4015
|
}
|
|
3992
4016
|
},
|
|
3993
4017
|
{
|
|
@@ -4000,8 +4024,8 @@
|
|
|
4000
4024
|
}
|
|
4001
4025
|
},
|
|
4002
4026
|
"inheritedFrom": {
|
|
4003
|
-
"name": "
|
|
4004
|
-
"module": "src/
|
|
4027
|
+
"name": "FoundationElement",
|
|
4028
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4005
4029
|
}
|
|
4006
4030
|
},
|
|
4007
4031
|
{
|
|
@@ -4013,8 +4037,8 @@
|
|
|
4013
4037
|
"privacy": "public",
|
|
4014
4038
|
"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.",
|
|
4015
4039
|
"inheritedFrom": {
|
|
4016
|
-
"name": "
|
|
4017
|
-
"module": "src/
|
|
4040
|
+
"name": "FoundationElement",
|
|
4041
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4018
4042
|
}
|
|
4019
4043
|
},
|
|
4020
4044
|
{
|
|
@@ -4027,8 +4051,8 @@
|
|
|
4027
4051
|
}
|
|
4028
4052
|
},
|
|
4029
4053
|
"inheritedFrom": {
|
|
4030
|
-
"name": "
|
|
4031
|
-
"module": "src/
|
|
4054
|
+
"name": "FoundationElement",
|
|
4055
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4032
4056
|
}
|
|
4033
4057
|
},
|
|
4034
4058
|
{
|
|
@@ -4058,57 +4082,41 @@
|
|
|
4058
4082
|
],
|
|
4059
4083
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4060
4084
|
"inheritedFrom": {
|
|
4061
|
-
"name": "
|
|
4062
|
-
"module": "src/
|
|
4063
|
-
}
|
|
4064
|
-
}
|
|
4065
|
-
],
|
|
4066
|
-
"events": [
|
|
4067
|
-
{
|
|
4068
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4069
|
-
"name": "loaded",
|
|
4070
|
-
"inheritedFrom": {
|
|
4071
|
-
"name": "AnchoredRegion",
|
|
4072
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4073
|
-
}
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4077
|
-
"name": "positionchange",
|
|
4078
|
-
"inheritedFrom": {
|
|
4079
|
-
"name": "AnchoredRegion",
|
|
4080
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4085
|
+
"name": "FoundationElement",
|
|
4086
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4081
4087
|
}
|
|
4082
4088
|
}
|
|
4083
4089
|
]
|
|
4084
4090
|
},
|
|
4085
4091
|
{
|
|
4086
4092
|
"kind": "variable",
|
|
4087
|
-
"name": "
|
|
4093
|
+
"name": "zeroActionsMenu",
|
|
4094
|
+
"description": "The Zero Actions Menu",
|
|
4095
|
+
"privacy": "public"
|
|
4088
4096
|
}
|
|
4089
4097
|
],
|
|
4090
4098
|
"exports": [
|
|
4091
4099
|
{
|
|
4092
4100
|
"kind": "js",
|
|
4093
|
-
"name": "
|
|
4101
|
+
"name": "ActionsMenu",
|
|
4094
4102
|
"declaration": {
|
|
4095
|
-
"name": "
|
|
4096
|
-
"module": "src/
|
|
4103
|
+
"name": "ActionsMenu",
|
|
4104
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4097
4105
|
}
|
|
4098
4106
|
},
|
|
4099
4107
|
{
|
|
4100
4108
|
"kind": "js",
|
|
4101
|
-
"name": "
|
|
4109
|
+
"name": "zeroActionsMenu",
|
|
4102
4110
|
"declaration": {
|
|
4103
|
-
"name": "
|
|
4104
|
-
"module": "src/
|
|
4111
|
+
"name": "zeroActionsMenu",
|
|
4112
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
4105
4113
|
}
|
|
4106
4114
|
}
|
|
4107
4115
|
]
|
|
4108
4116
|
},
|
|
4109
4117
|
{
|
|
4110
4118
|
"kind": "javascript-module",
|
|
4111
|
-
"path": "src/
|
|
4119
|
+
"path": "src/actions-menu/index.ts",
|
|
4112
4120
|
"declarations": [],
|
|
4113
4121
|
"exports": [
|
|
4114
4122
|
{
|
|
@@ -4116,15 +4124,7 @@
|
|
|
4116
4124
|
"name": "*",
|
|
4117
4125
|
"declaration": {
|
|
4118
4126
|
"name": "*",
|
|
4119
|
-
"package": "./
|
|
4120
|
-
}
|
|
4121
|
-
},
|
|
4122
|
-
{
|
|
4123
|
-
"kind": "js",
|
|
4124
|
-
"name": "*",
|
|
4125
|
-
"declaration": {
|
|
4126
|
-
"name": "*",
|
|
4127
|
-
"package": "./anchored-region.styles"
|
|
4127
|
+
"package": "./actions-menu"
|
|
4128
4128
|
}
|
|
4129
4129
|
},
|
|
4130
4130
|
{
|
|
@@ -4132,7 +4132,7 @@
|
|
|
4132
4132
|
"name": "*",
|
|
4133
4133
|
"declaration": {
|
|
4134
4134
|
"name": "*",
|
|
4135
|
-
"package": "./
|
|
4135
|
+
"package": "./actions-menu.styles"
|
|
4136
4136
|
}
|
|
4137
4137
|
}
|
|
4138
4138
|
]
|