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