@genesislcap/foundation-zero 14.173.4 → 14.174.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +665 -665
  2. package/package.json +12 -12
@@ -871,6 +871,194 @@
871
871
  }
872
872
  ]
873
873
  },
874
+ {
875
+ "kind": "javascript-module",
876
+ "path": "src/accordion/accordion.stories.ts",
877
+ "declarations": [
878
+ {
879
+ "kind": "variable",
880
+ "name": "meta",
881
+ "type": {
882
+ "text": "Meta"
883
+ },
884
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
885
+ },
886
+ {
887
+ "kind": "variable",
888
+ "name": "Primary",
889
+ "type": {
890
+ "text": "StoryObj"
891
+ },
892
+ "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
893
+ }
894
+ ],
895
+ "exports": [
896
+ {
897
+ "kind": "js",
898
+ "name": "default",
899
+ "declaration": {
900
+ "name": "meta",
901
+ "module": "src/accordion/accordion.stories.ts"
902
+ }
903
+ },
904
+ {
905
+ "kind": "js",
906
+ "name": "Primary",
907
+ "declaration": {
908
+ "name": "Primary",
909
+ "module": "src/accordion/accordion.stories.ts"
910
+ }
911
+ }
912
+ ]
913
+ },
914
+ {
915
+ "kind": "javascript-module",
916
+ "path": "src/accordion/accordion.styles.ts",
917
+ "declarations": [
918
+ {
919
+ "kind": "function",
920
+ "name": "zeroAccordionStyles",
921
+ "return": {
922
+ "type": {
923
+ "text": "ElementStyles"
924
+ }
925
+ },
926
+ "parameters": [
927
+ {
928
+ "name": "context",
929
+ "type": {
930
+ "text": "ElementDefinitionContext"
931
+ }
932
+ },
933
+ {
934
+ "name": "definition",
935
+ "type": {
936
+ "text": "FoundationElementDefinition"
937
+ }
938
+ }
939
+ ]
940
+ }
941
+ ],
942
+ "exports": [
943
+ {
944
+ "kind": "js",
945
+ "name": "zeroAccordionStyles",
946
+ "declaration": {
947
+ "name": "zeroAccordionStyles",
948
+ "module": "src/accordion/accordion.styles.ts"
949
+ }
950
+ }
951
+ ]
952
+ },
953
+ {
954
+ "kind": "javascript-module",
955
+ "path": "src/accordion/accordion.template.ts",
956
+ "declarations": [
957
+ {
958
+ "kind": "function",
959
+ "name": "zeroAccordionTemplate",
960
+ "return": {
961
+ "type": {
962
+ "text": "ViewTemplate<Accordion>"
963
+ }
964
+ },
965
+ "parameters": [
966
+ {
967
+ "name": "context",
968
+ "type": {
969
+ "text": "ElementDefinitionContext"
970
+ }
971
+ },
972
+ {
973
+ "name": "definition",
974
+ "type": {
975
+ "text": "FoundationElementDefinition"
976
+ }
977
+ }
978
+ ]
979
+ }
980
+ ],
981
+ "exports": [
982
+ {
983
+ "kind": "js",
984
+ "name": "zeroAccordionTemplate",
985
+ "declaration": {
986
+ "name": "zeroAccordionTemplate",
987
+ "module": "src/accordion/accordion.template.ts"
988
+ }
989
+ }
990
+ ]
991
+ },
992
+ {
993
+ "kind": "javascript-module",
994
+ "path": "src/accordion/accordion.ts",
995
+ "declarations": [
996
+ {
997
+ "kind": "class",
998
+ "description": "",
999
+ "name": "Accordion",
1000
+ "superclass": {
1001
+ "name": "FoundationAccordion",
1002
+ "package": "@genesislcap/foundation-ui"
1003
+ },
1004
+ "tagName": "%%prefix%%-card",
1005
+ "customElement": true
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "zeroAccordion"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "zeroAccordion",
1024
+ "declaration": {
1025
+ "name": "zeroAccordion",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ }
1029
+ ]
1030
+ },
1031
+ {
1032
+ "kind": "javascript-module",
1033
+ "path": "src/accordion/index.ts",
1034
+ "declarations": [],
1035
+ "exports": [
1036
+ {
1037
+ "kind": "js",
1038
+ "name": "*",
1039
+ "declaration": {
1040
+ "name": "*",
1041
+ "package": "./accordion"
1042
+ }
1043
+ },
1044
+ {
1045
+ "kind": "js",
1046
+ "name": "*",
1047
+ "declaration": {
1048
+ "name": "*",
1049
+ "package": "./accordion.styles"
1050
+ }
1051
+ },
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ }
1060
+ ]
1061
+ },
874
1062
  {
875
1063
  "kind": "javascript-module",
876
1064
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1233,7 +1421,7 @@
1233
1421
  },
1234
1422
  {
1235
1423
  "kind": "javascript-module",
1236
- "path": "src/accordion/accordion.stories.ts",
1424
+ "path": "src/actions-menu/actions-menu.stories.ts",
1237
1425
  "declarations": [
1238
1426
  {
1239
1427
  "kind": "variable",
@@ -1241,15 +1429,23 @@
1241
1429
  "type": {
1242
1430
  "text": "Meta"
1243
1431
  },
1244
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1432
+ "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1245
1433
  },
1246
1434
  {
1247
1435
  "kind": "variable",
1248
- "name": "Primary",
1436
+ "name": "Horizontal",
1249
1437
  "type": {
1250
1438
  "text": "StoryObj"
1251
1439
  },
1252
- "default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
1440
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
1441
+ },
1442
+ {
1443
+ "kind": "variable",
1444
+ "name": "Vertical",
1445
+ "type": {
1446
+ "text": "StoryObj"
1447
+ },
1448
+ "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Vertical Actions',\n },\n render: ({ actionsOpenerText, actions }) => html`\n <div style=\"${verticalStyle}\">\n <zero-actions-menu\n name=\"${actionsOpenerText}\"\n .actions=${actions}\n is-vertical\n ></zero-actions-menu>\n </div>\n `,\n}"
1253
1449
  }
1254
1450
  ],
1255
1451
  "exports": [
@@ -1258,26 +1454,34 @@
1258
1454
  "name": "default",
1259
1455
  "declaration": {
1260
1456
  "name": "meta",
1261
- "module": "src/accordion/accordion.stories.ts"
1457
+ "module": "src/actions-menu/actions-menu.stories.ts"
1262
1458
  }
1263
1459
  },
1264
1460
  {
1265
1461
  "kind": "js",
1266
- "name": "Primary",
1462
+ "name": "Horizontal",
1267
1463
  "declaration": {
1268
- "name": "Primary",
1269
- "module": "src/accordion/accordion.stories.ts"
1464
+ "name": "Horizontal",
1465
+ "module": "src/actions-menu/actions-menu.stories.ts"
1466
+ }
1467
+ },
1468
+ {
1469
+ "kind": "js",
1470
+ "name": "Vertical",
1471
+ "declaration": {
1472
+ "name": "Vertical",
1473
+ "module": "src/actions-menu/actions-menu.stories.ts"
1270
1474
  }
1271
1475
  }
1272
1476
  ]
1273
1477
  },
1274
1478
  {
1275
1479
  "kind": "javascript-module",
1276
- "path": "src/accordion/accordion.styles.ts",
1480
+ "path": "src/actions-menu/actions-menu.styles.ts",
1277
1481
  "declarations": [
1278
1482
  {
1279
1483
  "kind": "function",
1280
- "name": "zeroAccordionStyles",
1484
+ "name": "zeroActionsMenuStyles",
1281
1485
  "return": {
1282
1486
  "type": {
1283
1487
  "text": "ElementStyles"
@@ -1302,479 +1506,383 @@
1302
1506
  "exports": [
1303
1507
  {
1304
1508
  "kind": "js",
1305
- "name": "zeroAccordionStyles",
1509
+ "name": "zeroActionsMenuStyles",
1306
1510
  "declaration": {
1307
- "name": "zeroAccordionStyles",
1308
- "module": "src/accordion/accordion.styles.ts"
1511
+ "name": "zeroActionsMenuStyles",
1512
+ "module": "src/actions-menu/actions-menu.styles.ts"
1309
1513
  }
1310
1514
  }
1311
1515
  ]
1312
1516
  },
1313
1517
  {
1314
1518
  "kind": "javascript-module",
1315
- "path": "src/accordion/accordion.template.ts",
1519
+ "path": "src/actions-menu/actions-menu.ts",
1316
1520
  "declarations": [
1317
1521
  {
1318
- "kind": "function",
1319
- "name": "zeroAccordionTemplate",
1320
- "return": {
1321
- "type": {
1322
- "text": "ViewTemplate<Accordion>"
1323
- }
1522
+ "kind": "class",
1523
+ "description": "",
1524
+ "name": "ActionsMenu",
1525
+ "superclass": {
1526
+ "name": "FoundationActionsMenu",
1527
+ "package": "@genesislcap/foundation-ui"
1324
1528
  },
1325
- "parameters": [
1326
- {
1327
- "name": "context",
1328
- "type": {
1329
- "text": "ElementDefinitionContext"
1330
- }
1331
- },
1529
+ "tagName": "%%prefix%%-actions-menu",
1530
+ "customElement": true,
1531
+ "attributes": [
1332
1532
  {
1333
- "name": "definition",
1533
+ "name": "is-vertical",
1334
1534
  "type": {
1335
- "text": "FoundationElementDefinition"
1535
+ "text": "boolean"
1536
+ },
1537
+ "default": "false",
1538
+ "fieldName": "isVertical",
1539
+ "inheritedFrom": {
1540
+ "name": "ActionsMenu",
1541
+ "module": "src/actions-menu/actions-menu.ts"
1336
1542
  }
1337
- }
1338
- ]
1339
- }
1340
- ],
1341
- "exports": [
1342
- {
1343
- "kind": "js",
1344
- "name": "zeroAccordionTemplate",
1345
- "declaration": {
1346
- "name": "zeroAccordionTemplate",
1347
- "module": "src/accordion/accordion.template.ts"
1348
- }
1349
- }
1350
- ]
1351
- },
1352
- {
1353
- "kind": "javascript-module",
1354
- "path": "src/accordion/accordion.ts",
1355
- "declarations": [
1356
- {
1357
- "kind": "class",
1358
- "description": "",
1359
- "name": "Accordion",
1360
- "superclass": {
1361
- "name": "FoundationAccordion",
1362
- "package": "@genesislcap/foundation-ui"
1363
- },
1364
- "tagName": "%%prefix%%-card",
1365
- "customElement": true
1366
- },
1367
- {
1368
- "kind": "variable",
1369
- "name": "zeroAccordion"
1370
- }
1371
- ],
1372
- "exports": [
1373
- {
1374
- "kind": "js",
1375
- "name": "Accordion",
1376
- "declaration": {
1377
- "name": "Accordion",
1378
- "module": "src/accordion/accordion.ts"
1379
- }
1380
- },
1381
- {
1382
- "kind": "js",
1383
- "name": "zeroAccordion",
1384
- "declaration": {
1385
- "name": "zeroAccordion",
1386
- "module": "src/accordion/accordion.ts"
1387
- }
1388
- }
1389
- ]
1390
- },
1391
- {
1392
- "kind": "javascript-module",
1393
- "path": "src/accordion/index.ts",
1394
- "declarations": [],
1395
- "exports": [
1396
- {
1397
- "kind": "js",
1398
- "name": "*",
1399
- "declaration": {
1400
- "name": "*",
1401
- "package": "./accordion"
1402
- }
1403
- },
1404
- {
1405
- "kind": "js",
1406
- "name": "*",
1407
- "declaration": {
1408
- "name": "*",
1409
- "package": "./accordion.styles"
1410
- }
1411
- },
1412
- {
1413
- "kind": "js",
1414
- "name": "*",
1415
- "declaration": {
1416
- "name": "*",
1417
- "package": "./accordion.template"
1418
- }
1419
- }
1420
- ]
1421
- },
1422
- {
1423
- "kind": "javascript-module",
1424
- "path": "src/anchor/anchor.stories.ts",
1425
- "declarations": [
1426
- {
1427
- "kind": "variable",
1428
- "name": "meta",
1429
- "type": {
1430
- "text": "Meta"
1431
- },
1432
- "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1433
- },
1434
- {
1435
- "kind": "variable",
1436
- "name": "All",
1437
- "type": {
1438
- "text": "StoryObj"
1439
- },
1440
- "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1441
- }
1442
- ],
1443
- "exports": [
1444
- {
1445
- "kind": "js",
1446
- "name": "default",
1447
- "declaration": {
1448
- "name": "meta",
1449
- "module": "src/anchor/anchor.stories.ts"
1450
- }
1451
- },
1452
- {
1453
- "kind": "js",
1454
- "name": "All",
1455
- "declaration": {
1456
- "name": "All",
1457
- "module": "src/anchor/anchor.stories.ts"
1458
- }
1459
- }
1460
- ]
1461
- },
1462
- {
1463
- "kind": "javascript-module",
1464
- "path": "src/anchor/anchor.styles.ts",
1465
- "declarations": [
1466
- {
1467
- "kind": "function",
1468
- "name": "zeroAnchorStyles",
1469
- "return": {
1470
- "type": {
1471
- "text": "ElementStyles"
1472
- }
1473
- },
1474
- "parameters": [
1543
+ },
1475
1544
  {
1476
- "name": "context",
1545
+ "name": "add-default-actions",
1477
1546
  "type": {
1478
- "text": "ElementDefinitionContext"
1547
+ "text": "boolean"
1548
+ },
1549
+ "default": "true",
1550
+ "fieldName": "addDefaultActions",
1551
+ "inheritedFrom": {
1552
+ "name": "ActionsMenu",
1553
+ "module": "src/actions-menu/actions-menu.ts"
1479
1554
  }
1480
1555
  },
1481
1556
  {
1482
- "name": "definition",
1557
+ "name": "auto-close-on-action",
1483
1558
  "type": {
1484
- "text": "FoundationElementDefinition"
1559
+ "text": "boolean"
1560
+ },
1561
+ "default": "true",
1562
+ "fieldName": "autoCloseOnAction",
1563
+ "inheritedFrom": {
1564
+ "name": "ActionsMenu",
1565
+ "module": "src/actions-menu/actions-menu.ts"
1485
1566
  }
1486
- }
1487
- ]
1488
- }
1489
- ],
1490
- "exports": [
1491
- {
1492
- "kind": "js",
1493
- "name": "zeroAnchorStyles",
1494
- "declaration": {
1495
- "name": "zeroAnchorStyles",
1496
- "module": "src/anchor/anchor.styles.ts"
1497
- }
1498
- }
1499
- ]
1500
- },
1501
- {
1502
- "kind": "javascript-module",
1503
- "path": "src/anchor/anchor.template.ts",
1504
- "declarations": [
1505
- {
1506
- "kind": "function",
1507
- "name": "zeroAnchorTemplate",
1508
- "return": {
1509
- "type": {
1510
- "text": "ViewTemplate<Anchor>"
1511
- }
1512
- },
1513
- "parameters": [
1567
+ },
1514
1568
  {
1515
- "name": "context",
1569
+ "name": "name",
1516
1570
  "type": {
1517
- "text": "ElementDefinitionContext"
1571
+ "text": "string"
1572
+ },
1573
+ "default": "'Actions'",
1574
+ "fieldName": "name",
1575
+ "inheritedFrom": {
1576
+ "name": "ActionsMenu",
1577
+ "module": "src/actions-menu/actions-menu.ts"
1518
1578
  }
1519
1579
  },
1520
1580
  {
1521
- "name": "definition",
1581
+ "name": "open",
1522
1582
  "type": {
1523
- "text": "FoundationElementDefinition"
1583
+ "text": "boolean"
1584
+ },
1585
+ "default": "false",
1586
+ "fieldName": "open",
1587
+ "inheritedFrom": {
1588
+ "name": "ActionsMenu",
1589
+ "module": "src/actions-menu/actions-menu.ts"
1524
1590
  }
1525
- }
1526
- ]
1527
- }
1528
- ],
1529
- "exports": [
1530
- {
1531
- "kind": "js",
1532
- "name": "zeroAnchorTemplate",
1533
- "declaration": {
1534
- "name": "zeroAnchorTemplate",
1535
- "module": "src/anchor/anchor.template.ts"
1536
- }
1537
- }
1538
- ]
1539
- },
1540
- {
1541
- "kind": "javascript-module",
1542
- "path": "src/anchor/anchor.ts",
1543
- "declarations": [
1544
- {
1545
- "kind": "class",
1546
- "description": "",
1547
- "name": "Anchor",
1548
- "superclass": {
1549
- "name": "FoundationAnchor",
1550
- "package": "@genesislcap/foundation-ui"
1551
- },
1552
- "tagName": "%%prefix%%-anchor",
1553
- "customElement": true,
1554
- "attributes": [
1591
+ },
1555
1592
  {
1556
- "name": "download",
1593
+ "name": "buttonAppearance",
1557
1594
  "type": {
1558
1595
  "text": "string"
1559
1596
  },
1560
- "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.",
1561
- "fieldName": "download",
1597
+ "fieldName": "buttonAppearance",
1562
1598
  "inheritedFrom": {
1563
- "name": "Anchor",
1564
- "module": "src/anchor/anchor.ts"
1599
+ "name": "ActionsMenu",
1600
+ "module": "src/actions-menu/actions-menu.ts"
1565
1601
  }
1566
1602
  },
1567
1603
  {
1568
- "name": "href",
1604
+ "name": "hide-disabled",
1569
1605
  "type": {
1570
- "text": "string"
1606
+ "text": "boolean"
1571
1607
  },
1572
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1573
- "fieldName": "href",
1608
+ "default": "false",
1609
+ "fieldName": "hideDisabled",
1574
1610
  "inheritedFrom": {
1575
- "name": "Anchor",
1576
- "module": "src/anchor/anchor.ts"
1611
+ "name": "ActionsMenu",
1612
+ "module": "src/actions-menu/actions-menu.ts"
1577
1613
  }
1578
1614
  },
1579
1615
  {
1580
- "name": "hreflang",
1616
+ "name": "hide-menu-single-option",
1581
1617
  "type": {
1582
- "text": "string"
1618
+ "text": "boolean"
1583
1619
  },
1584
- "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.",
1585
- "fieldName": "hreflang",
1620
+ "default": "false",
1621
+ "fieldName": "hideMenuSingleOption",
1586
1622
  "inheritedFrom": {
1587
- "name": "Anchor",
1588
- "module": "src/anchor/anchor.ts"
1623
+ "name": "ActionsMenu",
1624
+ "module": "src/actions-menu/actions-menu.ts"
1589
1625
  }
1590
- },
1626
+ }
1627
+ ],
1628
+ "members": [
1591
1629
  {
1592
- "name": "ping",
1630
+ "kind": "field",
1631
+ "name": "actions",
1593
1632
  "type": {
1594
- "text": "string"
1633
+ "text": "ActionMenuItem[]"
1595
1634
  },
1596
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1597
- "fieldName": "ping",
1598
1635
  "inheritedFrom": {
1599
- "name": "Anchor",
1600
- "module": "src/anchor/anchor.ts"
1636
+ "name": "ActionsMenu",
1637
+ "module": "src/actions-menu/actions-menu.ts"
1601
1638
  }
1602
1639
  },
1603
1640
  {
1604
- "name": "referrerpolicy",
1641
+ "kind": "field",
1642
+ "name": "isVertical",
1605
1643
  "type": {
1606
- "text": "string"
1644
+ "text": "boolean"
1607
1645
  },
1608
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1609
- "fieldName": "referrerpolicy",
1610
- "inheritedFrom": {
1611
- "name": "Anchor",
1612
- "module": "src/anchor/anchor.ts"
1646
+ "default": "false",
1647
+ "inheritedFrom": {
1648
+ "name": "ActionsMenu",
1649
+ "module": "src/actions-menu/actions-menu.ts"
1613
1650
  }
1614
1651
  },
1615
1652
  {
1616
- "name": "rel",
1653
+ "kind": "field",
1654
+ "name": "addDefaultActions",
1617
1655
  "type": {
1618
- "text": "string"
1656
+ "text": "boolean"
1619
1657
  },
1620
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1621
- "fieldName": "rel",
1658
+ "default": "true",
1622
1659
  "inheritedFrom": {
1623
- "name": "Anchor",
1624
- "module": "src/anchor/anchor.ts"
1660
+ "name": "ActionsMenu",
1661
+ "module": "src/actions-menu/actions-menu.ts"
1625
1662
  }
1626
1663
  },
1627
1664
  {
1628
- "name": "target",
1665
+ "kind": "field",
1666
+ "name": "autoCloseOnAction",
1629
1667
  "type": {
1630
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1668
+ "text": "boolean"
1631
1669
  },
1632
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1633
- "fieldName": "target",
1670
+ "default": "true",
1634
1671
  "inheritedFrom": {
1635
- "name": "Anchor",
1636
- "module": "src/anchor/anchor.ts"
1672
+ "name": "ActionsMenu",
1673
+ "module": "src/actions-menu/actions-menu.ts"
1637
1674
  }
1638
1675
  },
1639
1676
  {
1640
- "name": "type",
1677
+ "kind": "field",
1678
+ "name": "classNames",
1641
1679
  "type": {
1642
1680
  "text": "string"
1643
1681
  },
1644
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1645
- "fieldName": "type",
1646
1682
  "inheritedFrom": {
1647
- "name": "Anchor",
1648
- "module": "src/anchor/anchor.ts"
1683
+ "name": "ActionsMenu",
1684
+ "module": "src/actions-menu/actions-menu.ts"
1649
1685
  }
1650
- }
1651
- ],
1652
- "members": [
1686
+ },
1653
1687
  {
1654
1688
  "kind": "field",
1655
- "name": "download",
1689
+ "name": "definition",
1656
1690
  "type": {
1657
- "text": "string"
1691
+ "text": "any"
1658
1692
  },
1659
- "privacy": "public",
1660
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1661
1693
  "inheritedFrom": {
1662
- "name": "Anchor",
1663
- "module": "src/anchor/anchor.ts"
1694
+ "name": "ActionsMenu",
1695
+ "module": "src/actions-menu/actions-menu.ts"
1664
1696
  }
1665
1697
  },
1666
1698
  {
1667
1699
  "kind": "field",
1668
- "name": "href",
1700
+ "name": "name",
1669
1701
  "type": {
1670
1702
  "text": "string"
1671
1703
  },
1672
- "privacy": "public",
1673
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1704
+ "default": "'Actions'",
1674
1705
  "inheritedFrom": {
1675
- "name": "Anchor",
1676
- "module": "src/anchor/anchor.ts"
1706
+ "name": "ActionsMenu",
1707
+ "module": "src/actions-menu/actions-menu.ts"
1677
1708
  }
1678
1709
  },
1679
1710
  {
1680
1711
  "kind": "field",
1681
- "name": "hreflang",
1712
+ "name": "open",
1682
1713
  "type": {
1683
- "text": "string"
1714
+ "text": "boolean"
1684
1715
  },
1685
- "privacy": "public",
1686
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1716
+ "default": "false",
1687
1717
  "inheritedFrom": {
1688
- "name": "Anchor",
1689
- "module": "src/anchor/anchor.ts"
1718
+ "name": "ActionsMenu",
1719
+ "module": "src/actions-menu/actions-menu.ts"
1690
1720
  }
1691
1721
  },
1692
1722
  {
1693
1723
  "kind": "field",
1694
- "name": "ping",
1724
+ "name": "buttonAppearance",
1695
1725
  "type": {
1696
1726
  "text": "string"
1697
1727
  },
1698
- "privacy": "public",
1699
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1700
1728
  "inheritedFrom": {
1701
- "name": "Anchor",
1702
- "module": "src/anchor/anchor.ts"
1729
+ "name": "ActionsMenu",
1730
+ "module": "src/actions-menu/actions-menu.ts"
1703
1731
  }
1704
1732
  },
1705
1733
  {
1706
1734
  "kind": "field",
1707
- "name": "referrerpolicy",
1735
+ "name": "hideDisabled",
1708
1736
  "type": {
1709
- "text": "string"
1737
+ "text": "boolean"
1710
1738
  },
1711
- "privacy": "public",
1712
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1739
+ "default": "false",
1713
1740
  "inheritedFrom": {
1714
- "name": "Anchor",
1715
- "module": "src/anchor/anchor.ts"
1741
+ "name": "ActionsMenu",
1742
+ "module": "src/actions-menu/actions-menu.ts"
1716
1743
  }
1717
1744
  },
1718
1745
  {
1719
1746
  "kind": "field",
1720
- "name": "rel",
1747
+ "name": "hideMenuSingleOption",
1721
1748
  "type": {
1722
- "text": "string"
1749
+ "text": "boolean"
1723
1750
  },
1724
- "privacy": "public",
1725
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1751
+ "default": "false",
1726
1752
  "inheritedFrom": {
1727
- "name": "Anchor",
1728
- "module": "src/anchor/anchor.ts"
1753
+ "name": "ActionsMenu",
1754
+ "module": "src/actions-menu/actions-menu.ts"
1729
1755
  }
1730
1756
  },
1731
1757
  {
1732
1758
  "kind": "field",
1733
- "name": "target",
1759
+ "name": "singleOption",
1734
1760
  "type": {
1735
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1761
+ "text": "ActionMenuItem"
1736
1762
  },
1737
- "privacy": "public",
1738
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1739
1763
  "inheritedFrom": {
1740
- "name": "Anchor",
1741
- "module": "src/anchor/anchor.ts"
1764
+ "name": "ActionsMenu",
1765
+ "module": "src/actions-menu/actions-menu.ts"
1742
1766
  }
1743
1767
  },
1744
1768
  {
1745
1769
  "kind": "field",
1746
- "name": "type",
1770
+ "name": "actionsMenu",
1747
1771
  "type": {
1748
- "text": "string"
1772
+ "text": "HTMLElement"
1749
1773
  },
1750
- "privacy": "public",
1751
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1752
1774
  "inheritedFrom": {
1753
- "name": "Anchor",
1754
- "module": "src/anchor/anchor.ts"
1775
+ "name": "ActionsMenu",
1776
+ "module": "src/actions-menu/actions-menu.ts"
1777
+ }
1778
+ },
1779
+ {
1780
+ "kind": "method",
1781
+ "name": "definitionChanged",
1782
+ "privacy": "protected",
1783
+ "parameters": [
1784
+ {
1785
+ "name": "oldValue",
1786
+ "type": {
1787
+ "text": "any"
1788
+ }
1789
+ },
1790
+ {
1791
+ "name": "newValue",
1792
+ "type": {
1793
+ "text": "any"
1794
+ }
1795
+ }
1796
+ ],
1797
+ "inheritedFrom": {
1798
+ "name": "ActionsMenu",
1799
+ "module": "src/actions-menu/actions-menu.ts"
1800
+ }
1801
+ },
1802
+ {
1803
+ "kind": "method",
1804
+ "name": "openChanged",
1805
+ "privacy": "protected",
1806
+ "inheritedFrom": {
1807
+ "name": "ActionsMenu",
1808
+ "module": "src/actions-menu/actions-menu.ts"
1809
+ }
1810
+ },
1811
+ {
1812
+ "kind": "method",
1813
+ "name": "toggleActionsMenuVisibility",
1814
+ "inheritedFrom": {
1815
+ "name": "ActionsMenu",
1816
+ "module": "src/actions-menu/actions-menu.ts"
1817
+ }
1818
+ },
1819
+ {
1820
+ "kind": "method",
1821
+ "name": "onActionMenuItemClick",
1822
+ "parameters": [
1823
+ {
1824
+ "name": "callback",
1825
+ "type": {
1826
+ "text": "(rowData) => void | any"
1827
+ }
1828
+ }
1829
+ ],
1830
+ "inheritedFrom": {
1831
+ "name": "ActionsMenu",
1832
+ "module": "src/actions-menu/actions-menu.ts"
1755
1833
  }
1756
1834
  },
1757
1835
  {
1758
1836
  "kind": "field",
1759
- "name": "control",
1837
+ "name": "allActions",
1760
1838
  "type": {
1761
- "text": "HTMLAnchorElement | undefined"
1839
+ "text": "ActionMenuItem[]"
1762
1840
  },
1763
- "privacy": "public",
1764
- "description": "References the root element",
1841
+ "readonly": true,
1765
1842
  "inheritedFrom": {
1766
- "name": "Anchor",
1767
- "module": "src/anchor/anchor.ts"
1843
+ "name": "ActionsMenu",
1844
+ "module": "src/actions-menu/actions-menu.ts"
1768
1845
  }
1769
1846
  },
1770
1847
  {
1771
1848
  "kind": "field",
1772
- "name": "handleUnsupportedDelegatesFocus",
1773
- "privacy": "private",
1774
- "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",
1849
+ "name": "rowData",
1850
+ "readonly": true,
1775
1851
  "inheritedFrom": {
1776
- "name": "Anchor",
1777
- "module": "src/anchor/anchor.ts"
1852
+ "name": "ActionsMenu",
1853
+ "module": "src/actions-menu/actions-menu.ts"
1854
+ }
1855
+ },
1856
+ {
1857
+ "kind": "method",
1858
+ "name": "getLabel",
1859
+ "parameters": [
1860
+ {
1861
+ "name": "name",
1862
+ "type": {
1863
+ "text": "string | ((rowData: any) => string)"
1864
+ }
1865
+ }
1866
+ ],
1867
+ "inheritedFrom": {
1868
+ "name": "ActionsMenu",
1869
+ "module": "src/actions-menu/actions-menu.ts"
1870
+ }
1871
+ },
1872
+ {
1873
+ "kind": "method",
1874
+ "name": "getTemplate",
1875
+ "parameters": [
1876
+ {
1877
+ "name": "prefix",
1878
+ "type": {
1879
+ "text": "string"
1880
+ }
1881
+ }
1882
+ ],
1883
+ "inheritedFrom": {
1884
+ "name": "ActionsMenu",
1885
+ "module": "src/actions-menu/actions-menu.ts"
1778
1886
  }
1779
1887
  },
1780
1888
  {
@@ -1786,8 +1894,8 @@
1786
1894
  "privacy": "private",
1787
1895
  "default": "void 0",
1788
1896
  "inheritedFrom": {
1789
- "name": "Anchor",
1790
- "module": "src/anchor/anchor.ts"
1897
+ "name": "FoundationElement",
1898
+ "module": "src/foundation-element/foundation-element.ts"
1791
1899
  }
1792
1900
  },
1793
1901
  {
@@ -1799,8 +1907,8 @@
1799
1907
  "privacy": "public",
1800
1908
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1801
1909
  "inheritedFrom": {
1802
- "name": "Anchor",
1803
- "module": "src/anchor/anchor.ts"
1910
+ "name": "FoundationElement",
1911
+ "module": "src/foundation-element/foundation-element.ts"
1804
1912
  }
1805
1913
  },
1806
1914
  {
@@ -1812,8 +1920,8 @@
1812
1920
  "privacy": "public",
1813
1921
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1814
1922
  "inheritedFrom": {
1815
- "name": "Anchor",
1816
- "module": "src/anchor/anchor.ts"
1923
+ "name": "FoundationElement",
1924
+ "module": "src/foundation-element/foundation-element.ts"
1817
1925
  }
1818
1926
  },
1819
1927
  {
@@ -1826,8 +1934,8 @@
1826
1934
  }
1827
1935
  },
1828
1936
  "inheritedFrom": {
1829
- "name": "Anchor",
1830
- "module": "src/anchor/anchor.ts"
1937
+ "name": "FoundationElement",
1938
+ "module": "src/foundation-element/foundation-element.ts"
1831
1939
  }
1832
1940
  },
1833
1941
  {
@@ -1839,8 +1947,8 @@
1839
1947
  "privacy": "public",
1840
1948
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1841
1949
  "inheritedFrom": {
1842
- "name": "Anchor",
1843
- "module": "src/anchor/anchor.ts"
1950
+ "name": "FoundationElement",
1951
+ "module": "src/foundation-element/foundation-element.ts"
1844
1952
  }
1845
1953
  },
1846
1954
  {
@@ -1853,8 +1961,8 @@
1853
1961
  }
1854
1962
  },
1855
1963
  "inheritedFrom": {
1856
- "name": "Anchor",
1857
- "module": "src/anchor/anchor.ts"
1964
+ "name": "FoundationElement",
1965
+ "module": "src/foundation-element/foundation-element.ts"
1858
1966
  }
1859
1967
  },
1860
1968
  {
@@ -1884,39 +1992,41 @@
1884
1992
  ],
1885
1993
  "description": "Defines an element registry function with a set of element definition defaults.",
1886
1994
  "inheritedFrom": {
1887
- "name": "Anchor",
1888
- "module": "src/anchor/anchor.ts"
1995
+ "name": "FoundationElement",
1996
+ "module": "src/foundation-element/foundation-element.ts"
1889
1997
  }
1890
1998
  }
1891
1999
  ]
1892
2000
  },
1893
2001
  {
1894
2002
  "kind": "variable",
1895
- "name": "zeroAnchor"
2003
+ "name": "zeroActionsMenu",
2004
+ "description": "The Zero Actions Menu",
2005
+ "privacy": "public"
1896
2006
  }
1897
2007
  ],
1898
2008
  "exports": [
1899
2009
  {
1900
2010
  "kind": "js",
1901
- "name": "Anchor",
2011
+ "name": "ActionsMenu",
1902
2012
  "declaration": {
1903
- "name": "Anchor",
1904
- "module": "src/anchor/anchor.ts"
2013
+ "name": "ActionsMenu",
2014
+ "module": "src/actions-menu/actions-menu.ts"
1905
2015
  }
1906
2016
  },
1907
2017
  {
1908
2018
  "kind": "js",
1909
- "name": "zeroAnchor",
2019
+ "name": "zeroActionsMenu",
1910
2020
  "declaration": {
1911
- "name": "zeroAnchor",
1912
- "module": "src/anchor/anchor.ts"
2021
+ "name": "zeroActionsMenu",
2022
+ "module": "src/actions-menu/actions-menu.ts"
1913
2023
  }
1914
2024
  }
1915
2025
  ]
1916
2026
  },
1917
2027
  {
1918
2028
  "kind": "javascript-module",
1919
- "path": "src/anchor/index.ts",
2029
+ "path": "src/actions-menu/index.ts",
1920
2030
  "declarations": [],
1921
2031
  "exports": [
1922
2032
  {
@@ -1924,15 +2034,7 @@
1924
2034
  "name": "*",
1925
2035
  "declaration": {
1926
2036
  "name": "*",
1927
- "package": "./anchor"
1928
- }
1929
- },
1930
- {
1931
- "kind": "js",
1932
- "name": "*",
1933
- "declaration": {
1934
- "name": "*",
1935
- "package": "./anchor.styles"
2037
+ "package": "./actions-menu"
1936
2038
  }
1937
2039
  },
1938
2040
  {
@@ -1940,14 +2042,14 @@
1940
2042
  "name": "*",
1941
2043
  "declaration": {
1942
2044
  "name": "*",
1943
- "package": "./anchor.template"
2045
+ "package": "./actions-menu.styles"
1944
2046
  }
1945
2047
  }
1946
2048
  ]
1947
2049
  },
1948
2050
  {
1949
2051
  "kind": "javascript-module",
1950
- "path": "src/actions-menu/actions-menu.stories.ts",
2052
+ "path": "src/anchor/anchor.stories.ts",
1951
2053
  "declarations": [
1952
2054
  {
1953
2055
  "kind": "variable",
@@ -1955,23 +2057,15 @@
1955
2057
  "type": {
1956
2058
  "text": "Meta"
1957
2059
  },
1958
- "default": "{\n title: 'Actions Menu',\n component: 'zero-actions-menu',\n}"
1959
- },
1960
- {
1961
- "kind": "variable",
1962
- "name": "Horizontal",
1963
- "type": {
1964
- "text": "StoryObj"
1965
- },
1966
- "default": "{\n args: {\n actions: zeroActions,\n actionsOpenerText: 'Horizontal Actions',\n },\n render: (args) => html`\n <div style=\"${horizontalStyle}\">\n <zero-actions-menu\n name=\"${args.actionsOpenerText}\"\n .actions=${args.actions}\n ></zero-actions-menu>\n </div>\n `,\n}"
2060
+ "default": "{\n title: 'Anchor',\n component: 'zero-anchor',\n}"
1967
2061
  },
1968
2062
  {
1969
2063
  "kind": "variable",
1970
- "name": "Vertical",
2064
+ "name": "All",
1971
2065
  "type": {
1972
2066
  "text": "StoryObj"
1973
2067
  },
1974
- "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}"
2068
+ "default": "{\n args: {\n anchorText: 'Rapid Anchor',\n appearances: ZeroAppearanceValues,\n },\n ...StylesMapperTemplate,\n}"
1975
2069
  }
1976
2070
  ],
1977
2071
  "exports": [
@@ -1980,37 +2074,68 @@
1980
2074
  "name": "default",
1981
2075
  "declaration": {
1982
2076
  "name": "meta",
1983
- "module": "src/actions-menu/actions-menu.stories.ts"
2077
+ "module": "src/anchor/anchor.stories.ts"
1984
2078
  }
1985
2079
  },
1986
2080
  {
1987
2081
  "kind": "js",
1988
- "name": "Horizontal",
2082
+ "name": "All",
1989
2083
  "declaration": {
1990
- "name": "Horizontal",
1991
- "module": "src/actions-menu/actions-menu.stories.ts"
2084
+ "name": "All",
2085
+ "module": "src/anchor/anchor.stories.ts"
1992
2086
  }
1993
- },
2087
+ }
2088
+ ]
2089
+ },
2090
+ {
2091
+ "kind": "javascript-module",
2092
+ "path": "src/anchor/anchor.styles.ts",
2093
+ "declarations": [
2094
+ {
2095
+ "kind": "function",
2096
+ "name": "zeroAnchorStyles",
2097
+ "return": {
2098
+ "type": {
2099
+ "text": "ElementStyles"
2100
+ }
2101
+ },
2102
+ "parameters": [
2103
+ {
2104
+ "name": "context",
2105
+ "type": {
2106
+ "text": "ElementDefinitionContext"
2107
+ }
2108
+ },
2109
+ {
2110
+ "name": "definition",
2111
+ "type": {
2112
+ "text": "FoundationElementDefinition"
2113
+ }
2114
+ }
2115
+ ]
2116
+ }
2117
+ ],
2118
+ "exports": [
1994
2119
  {
1995
2120
  "kind": "js",
1996
- "name": "Vertical",
2121
+ "name": "zeroAnchorStyles",
1997
2122
  "declaration": {
1998
- "name": "Vertical",
1999
- "module": "src/actions-menu/actions-menu.stories.ts"
2123
+ "name": "zeroAnchorStyles",
2124
+ "module": "src/anchor/anchor.styles.ts"
2000
2125
  }
2001
2126
  }
2002
2127
  ]
2003
2128
  },
2004
2129
  {
2005
2130
  "kind": "javascript-module",
2006
- "path": "src/actions-menu/actions-menu.styles.ts",
2131
+ "path": "src/anchor/anchor.template.ts",
2007
2132
  "declarations": [
2008
2133
  {
2009
2134
  "kind": "function",
2010
- "name": "zeroActionsMenuStyles",
2135
+ "name": "zeroAnchorTemplate",
2011
2136
  "return": {
2012
2137
  "type": {
2013
- "text": "ElementStyles"
2138
+ "text": "ViewTemplate<Anchor>"
2014
2139
  }
2015
2140
  },
2016
2141
  "parameters": [
@@ -2032,383 +2157,252 @@
2032
2157
  "exports": [
2033
2158
  {
2034
2159
  "kind": "js",
2035
- "name": "zeroActionsMenuStyles",
2160
+ "name": "zeroAnchorTemplate",
2036
2161
  "declaration": {
2037
- "name": "zeroActionsMenuStyles",
2038
- "module": "src/actions-menu/actions-menu.styles.ts"
2162
+ "name": "zeroAnchorTemplate",
2163
+ "module": "src/anchor/anchor.template.ts"
2039
2164
  }
2040
2165
  }
2041
2166
  ]
2042
2167
  },
2043
2168
  {
2044
2169
  "kind": "javascript-module",
2045
- "path": "src/actions-menu/actions-menu.ts",
2170
+ "path": "src/anchor/anchor.ts",
2046
2171
  "declarations": [
2047
2172
  {
2048
2173
  "kind": "class",
2049
2174
  "description": "",
2050
- "name": "ActionsMenu",
2175
+ "name": "Anchor",
2051
2176
  "superclass": {
2052
- "name": "FoundationActionsMenu",
2177
+ "name": "FoundationAnchor",
2053
2178
  "package": "@genesislcap/foundation-ui"
2054
2179
  },
2055
- "tagName": "%%prefix%%-actions-menu",
2180
+ "tagName": "%%prefix%%-anchor",
2056
2181
  "customElement": true,
2057
2182
  "attributes": [
2058
2183
  {
2059
- "name": "is-vertical",
2060
- "type": {
2061
- "text": "boolean"
2062
- },
2063
- "default": "false",
2064
- "fieldName": "isVertical",
2065
- "inheritedFrom": {
2066
- "name": "ActionsMenu",
2067
- "module": "src/actions-menu/actions-menu.ts"
2068
- }
2069
- },
2070
- {
2071
- "name": "add-default-actions",
2072
- "type": {
2073
- "text": "boolean"
2074
- },
2075
- "default": "true",
2076
- "fieldName": "addDefaultActions",
2077
- "inheritedFrom": {
2078
- "name": "ActionsMenu",
2079
- "module": "src/actions-menu/actions-menu.ts"
2080
- }
2081
- },
2082
- {
2083
- "name": "auto-close-on-action",
2084
- "type": {
2085
- "text": "boolean"
2086
- },
2087
- "default": "true",
2088
- "fieldName": "autoCloseOnAction",
2089
- "inheritedFrom": {
2090
- "name": "ActionsMenu",
2091
- "module": "src/actions-menu/actions-menu.ts"
2092
- }
2093
- },
2094
- {
2095
- "name": "name",
2184
+ "name": "download",
2096
2185
  "type": {
2097
2186
  "text": "string"
2098
2187
  },
2099
- "default": "'Actions'",
2100
- "fieldName": "name",
2101
- "inheritedFrom": {
2102
- "name": "ActionsMenu",
2103
- "module": "src/actions-menu/actions-menu.ts"
2104
- }
2105
- },
2106
- {
2107
- "name": "open",
2108
- "type": {
2109
- "text": "boolean"
2110
- },
2111
- "default": "false",
2112
- "fieldName": "open",
2188
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2189
+ "fieldName": "download",
2113
2190
  "inheritedFrom": {
2114
- "name": "ActionsMenu",
2115
- "module": "src/actions-menu/actions-menu.ts"
2191
+ "name": "Anchor",
2192
+ "module": "src/anchor/anchor.ts"
2116
2193
  }
2117
2194
  },
2118
2195
  {
2119
- "name": "buttonAppearance",
2196
+ "name": "href",
2120
2197
  "type": {
2121
2198
  "text": "string"
2122
2199
  },
2123
- "fieldName": "buttonAppearance",
2200
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2201
+ "fieldName": "href",
2124
2202
  "inheritedFrom": {
2125
- "name": "ActionsMenu",
2126
- "module": "src/actions-menu/actions-menu.ts"
2203
+ "name": "Anchor",
2204
+ "module": "src/anchor/anchor.ts"
2127
2205
  }
2128
2206
  },
2129
2207
  {
2130
- "name": "hide-disabled",
2208
+ "name": "hreflang",
2131
2209
  "type": {
2132
- "text": "boolean"
2210
+ "text": "string"
2133
2211
  },
2134
- "default": "false",
2135
- "fieldName": "hideDisabled",
2212
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2213
+ "fieldName": "hreflang",
2136
2214
  "inheritedFrom": {
2137
- "name": "ActionsMenu",
2138
- "module": "src/actions-menu/actions-menu.ts"
2215
+ "name": "Anchor",
2216
+ "module": "src/anchor/anchor.ts"
2139
2217
  }
2140
2218
  },
2141
2219
  {
2142
- "name": "hide-menu-single-option",
2143
- "type": {
2144
- "text": "boolean"
2145
- },
2146
- "default": "false",
2147
- "fieldName": "hideMenuSingleOption",
2148
- "inheritedFrom": {
2149
- "name": "ActionsMenu",
2150
- "module": "src/actions-menu/actions-menu.ts"
2151
- }
2152
- }
2153
- ],
2154
- "members": [
2155
- {
2156
- "kind": "field",
2157
- "name": "actions",
2220
+ "name": "ping",
2158
2221
  "type": {
2159
- "text": "ActionMenuItem[]"
2222
+ "text": "string"
2160
2223
  },
2224
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2225
+ "fieldName": "ping",
2161
2226
  "inheritedFrom": {
2162
- "name": "ActionsMenu",
2163
- "module": "src/actions-menu/actions-menu.ts"
2227
+ "name": "Anchor",
2228
+ "module": "src/anchor/anchor.ts"
2164
2229
  }
2165
2230
  },
2166
2231
  {
2167
- "kind": "field",
2168
- "name": "isVertical",
2232
+ "name": "referrerpolicy",
2169
2233
  "type": {
2170
- "text": "boolean"
2234
+ "text": "string"
2171
2235
  },
2172
- "default": "false",
2236
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2237
+ "fieldName": "referrerpolicy",
2173
2238
  "inheritedFrom": {
2174
- "name": "ActionsMenu",
2175
- "module": "src/actions-menu/actions-menu.ts"
2239
+ "name": "Anchor",
2240
+ "module": "src/anchor/anchor.ts"
2176
2241
  }
2177
2242
  },
2178
2243
  {
2179
- "kind": "field",
2180
- "name": "addDefaultActions",
2244
+ "name": "rel",
2181
2245
  "type": {
2182
- "text": "boolean"
2246
+ "text": "string"
2183
2247
  },
2184
- "default": "true",
2248
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2249
+ "fieldName": "rel",
2185
2250
  "inheritedFrom": {
2186
- "name": "ActionsMenu",
2187
- "module": "src/actions-menu/actions-menu.ts"
2251
+ "name": "Anchor",
2252
+ "module": "src/anchor/anchor.ts"
2188
2253
  }
2189
2254
  },
2190
2255
  {
2191
- "kind": "field",
2192
- "name": "autoCloseOnAction",
2256
+ "name": "target",
2193
2257
  "type": {
2194
- "text": "boolean"
2258
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2195
2259
  },
2196
- "default": "true",
2260
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2261
+ "fieldName": "target",
2197
2262
  "inheritedFrom": {
2198
- "name": "ActionsMenu",
2199
- "module": "src/actions-menu/actions-menu.ts"
2263
+ "name": "Anchor",
2264
+ "module": "src/anchor/anchor.ts"
2200
2265
  }
2201
2266
  },
2202
2267
  {
2203
- "kind": "field",
2204
- "name": "classNames",
2268
+ "name": "type",
2205
2269
  "type": {
2206
2270
  "text": "string"
2207
2271
  },
2272
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2273
+ "fieldName": "type",
2208
2274
  "inheritedFrom": {
2209
- "name": "ActionsMenu",
2210
- "module": "src/actions-menu/actions-menu.ts"
2275
+ "name": "Anchor",
2276
+ "module": "src/anchor/anchor.ts"
2211
2277
  }
2212
- },
2278
+ }
2279
+ ],
2280
+ "members": [
2213
2281
  {
2214
2282
  "kind": "field",
2215
- "name": "definition",
2283
+ "name": "download",
2216
2284
  "type": {
2217
- "text": "any"
2285
+ "text": "string"
2218
2286
  },
2287
+ "privacy": "public",
2288
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2219
2289
  "inheritedFrom": {
2220
- "name": "ActionsMenu",
2221
- "module": "src/actions-menu/actions-menu.ts"
2290
+ "name": "Anchor",
2291
+ "module": "src/anchor/anchor.ts"
2222
2292
  }
2223
2293
  },
2224
2294
  {
2225
2295
  "kind": "field",
2226
- "name": "name",
2296
+ "name": "href",
2227
2297
  "type": {
2228
2298
  "text": "string"
2229
2299
  },
2230
- "default": "'Actions'",
2300
+ "privacy": "public",
2301
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2231
2302
  "inheritedFrom": {
2232
- "name": "ActionsMenu",
2233
- "module": "src/actions-menu/actions-menu.ts"
2303
+ "name": "Anchor",
2304
+ "module": "src/anchor/anchor.ts"
2234
2305
  }
2235
2306
  },
2236
2307
  {
2237
2308
  "kind": "field",
2238
- "name": "open",
2309
+ "name": "hreflang",
2239
2310
  "type": {
2240
- "text": "boolean"
2311
+ "text": "string"
2241
2312
  },
2242
- "default": "false",
2313
+ "privacy": "public",
2314
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2243
2315
  "inheritedFrom": {
2244
- "name": "ActionsMenu",
2245
- "module": "src/actions-menu/actions-menu.ts"
2316
+ "name": "Anchor",
2317
+ "module": "src/anchor/anchor.ts"
2246
2318
  }
2247
2319
  },
2248
2320
  {
2249
2321
  "kind": "field",
2250
- "name": "buttonAppearance",
2322
+ "name": "ping",
2251
2323
  "type": {
2252
2324
  "text": "string"
2253
2325
  },
2326
+ "privacy": "public",
2327
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2254
2328
  "inheritedFrom": {
2255
- "name": "ActionsMenu",
2256
- "module": "src/actions-menu/actions-menu.ts"
2329
+ "name": "Anchor",
2330
+ "module": "src/anchor/anchor.ts"
2257
2331
  }
2258
2332
  },
2259
2333
  {
2260
2334
  "kind": "field",
2261
- "name": "hideDisabled",
2335
+ "name": "referrerpolicy",
2262
2336
  "type": {
2263
- "text": "boolean"
2337
+ "text": "string"
2264
2338
  },
2265
- "default": "false",
2339
+ "privacy": "public",
2340
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2266
2341
  "inheritedFrom": {
2267
- "name": "ActionsMenu",
2268
- "module": "src/actions-menu/actions-menu.ts"
2342
+ "name": "Anchor",
2343
+ "module": "src/anchor/anchor.ts"
2269
2344
  }
2270
2345
  },
2271
2346
  {
2272
2347
  "kind": "field",
2273
- "name": "hideMenuSingleOption",
2348
+ "name": "rel",
2274
2349
  "type": {
2275
- "text": "boolean"
2350
+ "text": "string"
2276
2351
  },
2277
- "default": "false",
2352
+ "privacy": "public",
2353
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2278
2354
  "inheritedFrom": {
2279
- "name": "ActionsMenu",
2280
- "module": "src/actions-menu/actions-menu.ts"
2355
+ "name": "Anchor",
2356
+ "module": "src/anchor/anchor.ts"
2281
2357
  }
2282
2358
  },
2283
2359
  {
2284
2360
  "kind": "field",
2285
- "name": "singleOption",
2361
+ "name": "target",
2286
2362
  "type": {
2287
- "text": "ActionMenuItem"
2363
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2288
2364
  },
2365
+ "privacy": "public",
2366
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2289
2367
  "inheritedFrom": {
2290
- "name": "ActionsMenu",
2291
- "module": "src/actions-menu/actions-menu.ts"
2368
+ "name": "Anchor",
2369
+ "module": "src/anchor/anchor.ts"
2292
2370
  }
2293
2371
  },
2294
2372
  {
2295
2373
  "kind": "field",
2296
- "name": "actionsMenu",
2374
+ "name": "type",
2297
2375
  "type": {
2298
- "text": "HTMLElement"
2376
+ "text": "string"
2299
2377
  },
2378
+ "privacy": "public",
2379
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2300
2380
  "inheritedFrom": {
2301
- "name": "ActionsMenu",
2302
- "module": "src/actions-menu/actions-menu.ts"
2303
- }
2304
- },
2305
- {
2306
- "kind": "method",
2307
- "name": "definitionChanged",
2308
- "privacy": "protected",
2309
- "parameters": [
2310
- {
2311
- "name": "oldValue",
2312
- "type": {
2313
- "text": "any"
2314
- }
2315
- },
2316
- {
2317
- "name": "newValue",
2318
- "type": {
2319
- "text": "any"
2320
- }
2321
- }
2322
- ],
2323
- "inheritedFrom": {
2324
- "name": "ActionsMenu",
2325
- "module": "src/actions-menu/actions-menu.ts"
2326
- }
2327
- },
2328
- {
2329
- "kind": "method",
2330
- "name": "openChanged",
2331
- "privacy": "protected",
2332
- "inheritedFrom": {
2333
- "name": "ActionsMenu",
2334
- "module": "src/actions-menu/actions-menu.ts"
2335
- }
2336
- },
2337
- {
2338
- "kind": "method",
2339
- "name": "toggleActionsMenuVisibility",
2340
- "inheritedFrom": {
2341
- "name": "ActionsMenu",
2342
- "module": "src/actions-menu/actions-menu.ts"
2343
- }
2344
- },
2345
- {
2346
- "kind": "method",
2347
- "name": "onActionMenuItemClick",
2348
- "parameters": [
2349
- {
2350
- "name": "callback",
2351
- "type": {
2352
- "text": "(rowData) => void | any"
2353
- }
2354
- }
2355
- ],
2356
- "inheritedFrom": {
2357
- "name": "ActionsMenu",
2358
- "module": "src/actions-menu/actions-menu.ts"
2381
+ "name": "Anchor",
2382
+ "module": "src/anchor/anchor.ts"
2359
2383
  }
2360
2384
  },
2361
2385
  {
2362
2386
  "kind": "field",
2363
- "name": "allActions",
2387
+ "name": "control",
2364
2388
  "type": {
2365
- "text": "ActionMenuItem[]"
2389
+ "text": "HTMLAnchorElement | undefined"
2366
2390
  },
2367
- "readonly": true,
2391
+ "privacy": "public",
2392
+ "description": "References the root element",
2368
2393
  "inheritedFrom": {
2369
- "name": "ActionsMenu",
2370
- "module": "src/actions-menu/actions-menu.ts"
2394
+ "name": "Anchor",
2395
+ "module": "src/anchor/anchor.ts"
2371
2396
  }
2372
2397
  },
2373
2398
  {
2374
2399
  "kind": "field",
2375
- "name": "rowData",
2376
- "readonly": true,
2377
- "inheritedFrom": {
2378
- "name": "ActionsMenu",
2379
- "module": "src/actions-menu/actions-menu.ts"
2380
- }
2381
- },
2382
- {
2383
- "kind": "method",
2384
- "name": "getLabel",
2385
- "parameters": [
2386
- {
2387
- "name": "name",
2388
- "type": {
2389
- "text": "string | ((rowData: any) => string)"
2390
- }
2391
- }
2392
- ],
2393
- "inheritedFrom": {
2394
- "name": "ActionsMenu",
2395
- "module": "src/actions-menu/actions-menu.ts"
2396
- }
2397
- },
2398
- {
2399
- "kind": "method",
2400
- "name": "getTemplate",
2401
- "parameters": [
2402
- {
2403
- "name": "prefix",
2404
- "type": {
2405
- "text": "string"
2406
- }
2407
- }
2408
- ],
2400
+ "name": "handleUnsupportedDelegatesFocus",
2401
+ "privacy": "private",
2402
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
2409
2403
  "inheritedFrom": {
2410
- "name": "ActionsMenu",
2411
- "module": "src/actions-menu/actions-menu.ts"
2404
+ "name": "Anchor",
2405
+ "module": "src/anchor/anchor.ts"
2412
2406
  }
2413
2407
  },
2414
2408
  {
@@ -2420,8 +2414,8 @@
2420
2414
  "privacy": "private",
2421
2415
  "default": "void 0",
2422
2416
  "inheritedFrom": {
2423
- "name": "FoundationElement",
2424
- "module": "src/foundation-element/foundation-element.ts"
2417
+ "name": "Anchor",
2418
+ "module": "src/anchor/anchor.ts"
2425
2419
  }
2426
2420
  },
2427
2421
  {
@@ -2433,8 +2427,8 @@
2433
2427
  "privacy": "public",
2434
2428
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2435
2429
  "inheritedFrom": {
2436
- "name": "FoundationElement",
2437
- "module": "src/foundation-element/foundation-element.ts"
2430
+ "name": "Anchor",
2431
+ "module": "src/anchor/anchor.ts"
2438
2432
  }
2439
2433
  },
2440
2434
  {
@@ -2446,8 +2440,8 @@
2446
2440
  "privacy": "public",
2447
2441
  "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2448
2442
  "inheritedFrom": {
2449
- "name": "FoundationElement",
2450
- "module": "src/foundation-element/foundation-element.ts"
2443
+ "name": "Anchor",
2444
+ "module": "src/anchor/anchor.ts"
2451
2445
  }
2452
2446
  },
2453
2447
  {
@@ -2460,8 +2454,8 @@
2460
2454
  }
2461
2455
  },
2462
2456
  "inheritedFrom": {
2463
- "name": "FoundationElement",
2464
- "module": "src/foundation-element/foundation-element.ts"
2457
+ "name": "Anchor",
2458
+ "module": "src/anchor/anchor.ts"
2465
2459
  }
2466
2460
  },
2467
2461
  {
@@ -2473,8 +2467,8 @@
2473
2467
  "privacy": "public",
2474
2468
  "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2475
2469
  "inheritedFrom": {
2476
- "name": "FoundationElement",
2477
- "module": "src/foundation-element/foundation-element.ts"
2470
+ "name": "Anchor",
2471
+ "module": "src/anchor/anchor.ts"
2478
2472
  }
2479
2473
  },
2480
2474
  {
@@ -2487,8 +2481,8 @@
2487
2481
  }
2488
2482
  },
2489
2483
  "inheritedFrom": {
2490
- "name": "FoundationElement",
2491
- "module": "src/foundation-element/foundation-element.ts"
2484
+ "name": "Anchor",
2485
+ "module": "src/anchor/anchor.ts"
2492
2486
  }
2493
2487
  },
2494
2488
  {
@@ -2518,41 +2512,39 @@
2518
2512
  ],
2519
2513
  "description": "Defines an element registry function with a set of element definition defaults.",
2520
2514
  "inheritedFrom": {
2521
- "name": "FoundationElement",
2522
- "module": "src/foundation-element/foundation-element.ts"
2515
+ "name": "Anchor",
2516
+ "module": "src/anchor/anchor.ts"
2523
2517
  }
2524
2518
  }
2525
2519
  ]
2526
2520
  },
2527
2521
  {
2528
2522
  "kind": "variable",
2529
- "name": "zeroActionsMenu",
2530
- "description": "The Zero Actions Menu",
2531
- "privacy": "public"
2523
+ "name": "zeroAnchor"
2532
2524
  }
2533
2525
  ],
2534
2526
  "exports": [
2535
2527
  {
2536
2528
  "kind": "js",
2537
- "name": "ActionsMenu",
2529
+ "name": "Anchor",
2538
2530
  "declaration": {
2539
- "name": "ActionsMenu",
2540
- "module": "src/actions-menu/actions-menu.ts"
2531
+ "name": "Anchor",
2532
+ "module": "src/anchor/anchor.ts"
2541
2533
  }
2542
2534
  },
2543
2535
  {
2544
2536
  "kind": "js",
2545
- "name": "zeroActionsMenu",
2537
+ "name": "zeroAnchor",
2546
2538
  "declaration": {
2547
- "name": "zeroActionsMenu",
2548
- "module": "src/actions-menu/actions-menu.ts"
2539
+ "name": "zeroAnchor",
2540
+ "module": "src/anchor/anchor.ts"
2549
2541
  }
2550
2542
  }
2551
2543
  ]
2552
2544
  },
2553
2545
  {
2554
2546
  "kind": "javascript-module",
2555
- "path": "src/actions-menu/index.ts",
2547
+ "path": "src/anchor/index.ts",
2556
2548
  "declarations": [],
2557
2549
  "exports": [
2558
2550
  {
@@ -2560,7 +2552,7 @@
2560
2552
  "name": "*",
2561
2553
  "declaration": {
2562
2554
  "name": "*",
2563
- "package": "./actions-menu"
2555
+ "package": "./anchor"
2564
2556
  }
2565
2557
  },
2566
2558
  {
@@ -2568,7 +2560,15 @@
2568
2560
  "name": "*",
2569
2561
  "declaration": {
2570
2562
  "name": "*",
2571
- "package": "./actions-menu.styles"
2563
+ "package": "./anchor.styles"
2564
+ }
2565
+ },
2566
+ {
2567
+ "kind": "js",
2568
+ "name": "*",
2569
+ "declaration": {
2570
+ "name": "*",
2571
+ "package": "./anchor.template"
2572
2572
  }
2573
2573
  }
2574
2574
  ]