@genesislcap/foundation-ui 14.268.4-alpha-3b4e60a.0 → 14.268.4

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 +1595 -1595
  2. package/package.json +18 -18
@@ -837,87 +837,11 @@
837
837
  },
838
838
  {
839
839
  "kind": "javascript-module",
840
- "path": "src/_common/icons.ts",
841
- "declarations": [
842
- {
843
- "kind": "function",
844
- "name": "closeIcon",
845
- "parameters": [
846
- {
847
- "name": "slot",
848
- "default": "'start'"
849
- },
850
- {
851
- "name": "fill",
852
- "default": "'#879ba6'"
853
- }
854
- ]
855
- }
856
- ],
857
- "exports": [
858
- {
859
- "kind": "js",
860
- "name": "closeIcon",
861
- "declaration": {
862
- "name": "closeIcon",
863
- "module": "src/_common/icons.ts"
864
- }
865
- }
866
- ]
867
- },
868
- {
869
- "kind": "javascript-module",
870
- "path": "src/_common/index.ts",
871
- "declarations": [],
872
- "exports": [
873
- {
874
- "kind": "js",
875
- "name": "*",
876
- "declaration": {
877
- "name": "*",
878
- "package": "./icons"
879
- }
880
- }
881
- ]
882
- },
883
- {
884
- "kind": "javascript-module",
885
- "path": "src/_config/index.ts",
886
- "declarations": [],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "*",
891
- "declaration": {
892
- "name": "*",
893
- "package": "./styles"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "*",
899
- "declaration": {
900
- "name": "*",
901
- "package": "./tokens"
902
- }
903
- },
904
- {
905
- "kind": "js",
906
- "name": "*",
907
- "declaration": {
908
- "name": "*",
909
- "package": "./values"
910
- }
911
- }
912
- ]
913
- },
914
- {
915
- "kind": "javascript-module",
916
- "path": "src/accordion/accordion.styles.ts",
840
+ "path": "src/accordion-item/accordion-item.styles.ts",
917
841
  "declarations": [
918
842
  {
919
843
  "kind": "function",
920
- "name": "foundationAccordionStyles",
844
+ "name": "foundationAccordionItemStyles",
921
845
  "return": {
922
846
  "type": {
923
847
  "text": "ElementStyles"
@@ -942,24 +866,24 @@
942
866
  "exports": [
943
867
  {
944
868
  "kind": "js",
945
- "name": "foundationAccordionStyles",
869
+ "name": "foundationAccordionItemStyles",
946
870
  "declaration": {
947
- "name": "foundationAccordionStyles",
948
- "module": "src/accordion/accordion.styles.ts"
871
+ "name": "foundationAccordionItemStyles",
872
+ "module": "src/accordion-item/accordion-item.styles.ts"
949
873
  }
950
874
  }
951
875
  ]
952
876
  },
953
877
  {
954
878
  "kind": "javascript-module",
955
- "path": "src/accordion/accordion.template.ts",
879
+ "path": "src/accordion-item/accordion-item.template.ts",
956
880
  "declarations": [
957
881
  {
958
882
  "kind": "function",
959
- "name": "foundationAccordionTemplate",
883
+ "name": "foundationAccordionItemTemplate",
960
884
  "return": {
961
885
  "type": {
962
- "text": "ViewTemplate<Accordion>"
886
+ "text": "ViewTemplate<AccordionItem>"
963
887
  }
964
888
  },
965
889
  "parameters": [
@@ -981,246 +905,64 @@
981
905
  "exports": [
982
906
  {
983
907
  "kind": "js",
984
- "name": "foundationAccordionTemplate",
908
+ "name": "foundationAccordionItemTemplate",
985
909
  "declaration": {
986
- "name": "foundationAccordionTemplate",
987
- "module": "src/accordion/accordion.template.ts"
910
+ "name": "foundationAccordionItemTemplate",
911
+ "module": "src/accordion-item/accordion-item.template.ts"
988
912
  }
989
913
  }
990
914
  ]
991
915
  },
992
916
  {
993
917
  "kind": "javascript-module",
994
- "path": "src/accordion/accordion.ts",
918
+ "path": "src/accordion-item/accordion-item.ts",
995
919
  "declarations": [
996
920
  {
997
921
  "kind": "class",
998
922
  "description": "",
999
- "name": "Accordion",
923
+ "name": "AccordionItem",
1000
924
  "superclass": {
1001
- "name": "FASTAccordion",
1002
- "package": "@microsoft/fast-foundation"
1003
- },
1004
- "tagName": "%%prefix%%-accordion",
1005
- "customElement": true
1006
- },
1007
- {
1008
- "kind": "variable",
1009
- "name": "foundationAccordionShadowOptions",
1010
- "type": {
1011
- "text": "ShadowRootInit"
1012
- },
1013
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1014
- },
1015
- {
1016
- "kind": "variable",
1017
- "name": "defaultAccordionConfig",
1018
- "type": {
1019
- "text": "object"
1020
- },
1021
- "default": "{}"
1022
- },
1023
- {
1024
- "kind": "variable",
1025
- "name": "foundationAccordion",
1026
- "description": "The Foundation Accordion",
1027
- "privacy": "public"
1028
- }
1029
- ],
1030
- "exports": [
1031
- {
1032
- "kind": "js",
1033
- "name": "Accordion",
1034
- "declaration": {
1035
- "name": "Accordion",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- },
1039
- {
1040
- "kind": "js",
1041
- "name": "foundationAccordionShadowOptions",
1042
- "declaration": {
1043
- "name": "foundationAccordionShadowOptions",
1044
- "module": "src/accordion/accordion.ts"
1045
- }
1046
- },
1047
- {
1048
- "kind": "js",
1049
- "name": "defaultAccordionConfig",
1050
- "declaration": {
1051
- "name": "defaultAccordionConfig",
1052
- "module": "src/accordion/accordion.ts"
1053
- }
1054
- },
1055
- {
1056
- "kind": "js",
1057
- "name": "foundationAccordion",
1058
- "declaration": {
1059
- "name": "foundationAccordion",
1060
- "module": "src/accordion/accordion.ts"
1061
- }
1062
- }
1063
- ]
1064
- },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/accordion/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./accordion.template"
1076
- }
1077
- },
1078
- {
1079
- "kind": "js",
1080
- "name": "*",
1081
- "declaration": {
1082
- "name": "*",
1083
- "package": "./accordion.styles"
1084
- }
1085
- },
1086
- {
1087
- "kind": "js",
1088
- "name": "*",
1089
- "declaration": {
1090
- "name": "*",
1091
- "package": "./accordion"
1092
- }
1093
- }
1094
- ]
1095
- },
1096
- {
1097
- "kind": "javascript-module",
1098
- "path": "src/accordion-item/accordion-item.styles.ts",
1099
- "declarations": [
1100
- {
1101
- "kind": "function",
1102
- "name": "foundationAccordionItemStyles",
1103
- "return": {
1104
- "type": {
1105
- "text": "ElementStyles"
1106
- }
925
+ "name": "FASTAccordionItem",
926
+ "package": "@microsoft/fast-components"
1107
927
  },
1108
- "parameters": [
928
+ "tagName": "%%prefix%%-accordion-item",
929
+ "customElement": true,
930
+ "attributes": [
1109
931
  {
1110
- "name": "context",
932
+ "name": "heading-level",
1111
933
  "type": {
1112
- "text": "ElementDefinitionContext"
934
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
935
+ },
936
+ "default": "2",
937
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
938
+ "fieldName": "headinglevel",
939
+ "inheritedFrom": {
940
+ "name": "AccordionItem",
941
+ "module": "src/accordion-item/accordion-item.ts"
1113
942
  }
1114
943
  },
1115
944
  {
1116
- "name": "definition",
1117
945
  "type": {
1118
- "text": "FoundationElementDefinition"
1119
- }
1120
- }
1121
- ]
1122
- }
1123
- ],
1124
- "exports": [
1125
- {
1126
- "kind": "js",
1127
- "name": "foundationAccordionItemStyles",
1128
- "declaration": {
1129
- "name": "foundationAccordionItemStyles",
1130
- "module": "src/accordion-item/accordion-item.styles.ts"
1131
- }
1132
- }
1133
- ]
1134
- },
1135
- {
1136
- "kind": "javascript-module",
1137
- "path": "src/accordion-item/accordion-item.template.ts",
1138
- "declarations": [
1139
- {
1140
- "kind": "function",
1141
- "name": "foundationAccordionItemTemplate",
1142
- "return": {
1143
- "type": {
1144
- "text": "ViewTemplate<AccordionItem>"
1145
- }
1146
- },
1147
- "parameters": [
1148
- {
1149
- "name": "context",
1150
- "type": {
1151
- "text": "ElementDefinitionContext"
1152
- }
1153
- },
1154
- {
1155
- "name": "definition",
1156
- "type": {
1157
- "text": "FoundationElementDefinition"
1158
- }
1159
- }
1160
- ]
1161
- }
1162
- ],
1163
- "exports": [
1164
- {
1165
- "kind": "js",
1166
- "name": "foundationAccordionItemTemplate",
1167
- "declaration": {
1168
- "name": "foundationAccordionItemTemplate",
1169
- "module": "src/accordion-item/accordion-item.template.ts"
1170
- }
1171
- }
1172
- ]
1173
- },
1174
- {
1175
- "kind": "javascript-module",
1176
- "path": "src/accordion-item/accordion-item.ts",
1177
- "declarations": [
1178
- {
1179
- "kind": "class",
1180
- "description": "",
1181
- "name": "AccordionItem",
1182
- "superclass": {
1183
- "name": "FASTAccordionItem",
1184
- "package": "@microsoft/fast-components"
1185
- },
1186
- "tagName": "%%prefix%%-accordion-item",
1187
- "customElement": true,
1188
- "attributes": [
1189
- {
1190
- "name": "heading-level",
1191
- "type": {
1192
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1193
- },
1194
- "default": "2",
1195
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1196
- "fieldName": "headinglevel",
1197
- "inheritedFrom": {
1198
- "name": "AccordionItem",
1199
- "module": "src/accordion-item/accordion-item.ts"
1200
- }
1201
- },
1202
- {
1203
- "type": {
1204
- "text": "boolean"
1205
- },
1206
- "default": "false",
1207
- "description": "Expands or collapses the item.",
1208
- "fieldName": "expanded",
1209
- "inheritedFrom": {
1210
- "name": "AccordionItem",
1211
- "module": "src/accordion-item/accordion-item.ts"
1212
- }
1213
- },
1214
- {
1215
- "name": "id",
1216
- "type": {
1217
- "text": "string"
1218
- },
1219
- "description": "The item ID",
1220
- "fieldName": "id",
1221
- "inheritedFrom": {
1222
- "name": "AccordionItem",
1223
- "module": "src/accordion-item/accordion-item.ts"
946
+ "text": "boolean"
947
+ },
948
+ "default": "false",
949
+ "description": "Expands or collapses the item.",
950
+ "fieldName": "expanded",
951
+ "inheritedFrom": {
952
+ "name": "AccordionItem",
953
+ "module": "src/accordion-item/accordion-item.ts"
954
+ }
955
+ },
956
+ {
957
+ "name": "id",
958
+ "type": {
959
+ "text": "string"
960
+ },
961
+ "description": "The item ID",
962
+ "fieldName": "id",
963
+ "inheritedFrom": {
964
+ "name": "AccordionItem",
965
+ "module": "src/accordion-item/accordion-item.ts"
1224
966
  }
1225
967
  }
1226
968
  ],
@@ -1489,11 +1231,65 @@
1489
1231
  },
1490
1232
  {
1491
1233
  "kind": "javascript-module",
1492
- "path": "src/anchor/anchor.styles.ts",
1234
+ "path": "src/_config/index.ts",
1235
+ "declarations": [],
1236
+ "exports": [
1237
+ {
1238
+ "kind": "js",
1239
+ "name": "*",
1240
+ "declaration": {
1241
+ "name": "*",
1242
+ "package": "./styles"
1243
+ }
1244
+ },
1245
+ {
1246
+ "kind": "js",
1247
+ "name": "*",
1248
+ "declaration": {
1249
+ "name": "*",
1250
+ "package": "./tokens"
1251
+ }
1252
+ },
1253
+ {
1254
+ "kind": "js",
1255
+ "name": "*",
1256
+ "declaration": {
1257
+ "name": "*",
1258
+ "package": "./values"
1259
+ }
1260
+ }
1261
+ ]
1262
+ },
1263
+ {
1264
+ "kind": "javascript-module",
1265
+ "path": "src/actions-menu/actions-menu.styles.ts",
1493
1266
  "declarations": [
1494
1267
  {
1495
1268
  "kind": "function",
1496
- "name": "foundationAnchorStyles",
1269
+ "name": "actionsMenuBaseStyles",
1270
+ "return": {
1271
+ "type": {
1272
+ "text": "ElementStyles"
1273
+ }
1274
+ },
1275
+ "parameters": [
1276
+ {
1277
+ "name": "context",
1278
+ "type": {
1279
+ "text": "ElementDefinitionContext"
1280
+ }
1281
+ },
1282
+ {
1283
+ "name": "definition",
1284
+ "type": {
1285
+ "text": "FoundationElementDefinition"
1286
+ }
1287
+ }
1288
+ ]
1289
+ },
1290
+ {
1291
+ "kind": "function",
1292
+ "name": "foundationActionsMenuStyles",
1497
1293
  "return": {
1498
1294
  "type": {
1499
1295
  "text": "ElementStyles"
@@ -1518,292 +1314,269 @@
1518
1314
  "exports": [
1519
1315
  {
1520
1316
  "kind": "js",
1521
- "name": "foundationAnchorStyles",
1317
+ "name": "actionsMenuBaseStyles",
1522
1318
  "declaration": {
1523
- "name": "foundationAnchorStyles",
1524
- "module": "src/anchor/anchor.styles.ts"
1319
+ "name": "actionsMenuBaseStyles",
1320
+ "module": "src/actions-menu/actions-menu.styles.ts"
1321
+ }
1322
+ },
1323
+ {
1324
+ "kind": "js",
1325
+ "name": "foundationActionsMenuStyles",
1326
+ "declaration": {
1327
+ "name": "foundationActionsMenuStyles",
1328
+ "module": "src/actions-menu/actions-menu.styles.ts"
1525
1329
  }
1526
1330
  }
1527
1331
  ]
1528
1332
  },
1529
1333
  {
1530
1334
  "kind": "javascript-module",
1531
- "path": "src/anchor/anchor.template.ts",
1335
+ "path": "src/actions-menu/actions-menu.template.ts",
1532
1336
  "declarations": [
1533
1337
  {
1534
1338
  "kind": "function",
1535
- "name": "foundationAnchorTemplate",
1536
- "return": {
1537
- "type": {
1538
- "text": "ViewTemplate<Anchor>"
1539
- }
1540
- },
1339
+ "name": "menuTemplate",
1541
1340
  "parameters": [
1542
1341
  {
1543
- "name": "context",
1342
+ "name": "prefix",
1544
1343
  "type": {
1545
- "text": "ElementDefinitionContext"
1344
+ "text": "string"
1546
1345
  }
1547
- },
1346
+ }
1347
+ ]
1348
+ },
1349
+ {
1350
+ "kind": "function",
1351
+ "name": "singleOptionTemplate",
1352
+ "parameters": [
1548
1353
  {
1549
- "name": "definition",
1354
+ "name": "prefix",
1550
1355
  "type": {
1551
- "text": "FoundationElementDefinition"
1356
+ "text": "string"
1552
1357
  }
1553
1358
  }
1554
1359
  ]
1360
+ },
1361
+ {
1362
+ "kind": "variable",
1363
+ "name": "foundationActionsMenuTemplate",
1364
+ "type": {
1365
+ "text": "ViewTemplate<ActionsMenu>"
1366
+ },
1367
+ "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
1555
1368
  }
1556
1369
  ],
1557
1370
  "exports": [
1558
1371
  {
1559
1372
  "kind": "js",
1560
- "name": "foundationAnchorTemplate",
1373
+ "name": "menuTemplate",
1561
1374
  "declaration": {
1562
- "name": "foundationAnchorTemplate",
1563
- "module": "src/anchor/anchor.template.ts"
1375
+ "name": "menuTemplate",
1376
+ "module": "src/actions-menu/actions-menu.template.ts"
1377
+ }
1378
+ },
1379
+ {
1380
+ "kind": "js",
1381
+ "name": "singleOptionTemplate",
1382
+ "declaration": {
1383
+ "name": "singleOptionTemplate",
1384
+ "module": "src/actions-menu/actions-menu.template.ts"
1385
+ }
1386
+ },
1387
+ {
1388
+ "kind": "js",
1389
+ "name": "foundationActionsMenuTemplate",
1390
+ "declaration": {
1391
+ "name": "foundationActionsMenuTemplate",
1392
+ "module": "src/actions-menu/actions-menu.template.ts"
1564
1393
  }
1565
1394
  }
1566
1395
  ]
1567
1396
  },
1568
1397
  {
1569
1398
  "kind": "javascript-module",
1570
- "path": "src/anchor/anchor.ts",
1399
+ "path": "src/actions-menu/actions-menu.ts",
1571
1400
  "declarations": [
1572
1401
  {
1573
1402
  "kind": "class",
1574
1403
  "description": "",
1575
- "name": "Anchor",
1576
- "superclass": {
1577
- "name": "FASTAnchor",
1578
- "package": "@microsoft/fast-components"
1579
- },
1580
- "tagName": "%%prefix%%-anchor",
1581
- "customElement": true,
1582
- "attributes": [
1404
+ "name": "ActionsMenu",
1405
+ "members": [
1583
1406
  {
1584
- "name": "download",
1407
+ "kind": "field",
1408
+ "name": "actions",
1585
1409
  "type": {
1586
- "text": "string"
1587
- },
1588
- "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.",
1589
- "fieldName": "download",
1590
- "inheritedFrom": {
1591
- "name": "Anchor",
1592
- "module": "src/anchor/anchor.ts"
1410
+ "text": "ActionMenuItem[]"
1593
1411
  }
1594
1412
  },
1595
1413
  {
1596
- "name": "href",
1414
+ "kind": "field",
1415
+ "name": "isVertical",
1597
1416
  "type": {
1598
- "text": "string"
1417
+ "text": "boolean"
1599
1418
  },
1600
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1601
- "fieldName": "href",
1602
- "inheritedFrom": {
1603
- "name": "Anchor",
1604
- "module": "src/anchor/anchor.ts"
1605
- }
1606
- },
1607
- {
1608
- "name": "hreflang",
1609
- "type": {
1610
- "text": "string"
1611
- },
1612
- "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.",
1613
- "fieldName": "hreflang",
1614
- "inheritedFrom": {
1615
- "name": "Anchor",
1616
- "module": "src/anchor/anchor.ts"
1617
- }
1419
+ "default": "false"
1618
1420
  },
1619
1421
  {
1620
- "name": "ping",
1422
+ "kind": "field",
1423
+ "name": "addDefaultActions",
1621
1424
  "type": {
1622
- "text": "string"
1425
+ "text": "boolean"
1623
1426
  },
1624
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1625
- "fieldName": "ping",
1626
- "inheritedFrom": {
1627
- "name": "Anchor",
1628
- "module": "src/anchor/anchor.ts"
1629
- }
1427
+ "default": "true"
1630
1428
  },
1631
1429
  {
1632
- "name": "referrerpolicy",
1430
+ "kind": "field",
1431
+ "name": "autoCloseOnAction",
1633
1432
  "type": {
1634
- "text": "string"
1433
+ "text": "boolean"
1635
1434
  },
1636
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1637
- "fieldName": "referrerpolicy",
1638
- "inheritedFrom": {
1639
- "name": "Anchor",
1640
- "module": "src/anchor/anchor.ts"
1641
- }
1435
+ "default": "true"
1642
1436
  },
1643
1437
  {
1644
- "name": "rel",
1438
+ "kind": "field",
1439
+ "name": "classNames",
1645
1440
  "type": {
1646
1441
  "text": "string"
1647
- },
1648
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1649
- "fieldName": "rel",
1650
- "inheritedFrom": {
1651
- "name": "Anchor",
1652
- "module": "src/anchor/anchor.ts"
1653
1442
  }
1654
1443
  },
1655
1444
  {
1656
- "name": "target",
1445
+ "kind": "field",
1446
+ "name": "definition",
1657
1447
  "type": {
1658
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1659
- },
1660
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1661
- "fieldName": "target",
1662
- "inheritedFrom": {
1663
- "name": "Anchor",
1664
- "module": "src/anchor/anchor.ts"
1448
+ "text": "any"
1665
1449
  }
1666
1450
  },
1667
- {
1668
- "name": "type",
1669
- "type": {
1670
- "text": "string"
1671
- },
1672
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
1673
- "fieldName": "type",
1674
- "inheritedFrom": {
1675
- "name": "Anchor",
1676
- "module": "src/anchor/anchor.ts"
1677
- }
1678
- }
1679
- ],
1680
- "members": [
1681
1451
  {
1682
1452
  "kind": "field",
1683
- "name": "download",
1453
+ "name": "name",
1684
1454
  "type": {
1685
1455
  "text": "string"
1686
1456
  },
1687
- "privacy": "public",
1688
- "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.",
1689
- "inheritedFrom": {
1690
- "name": "Anchor",
1691
- "module": "src/anchor/anchor.ts"
1692
- }
1457
+ "default": "'Actions'"
1693
1458
  },
1694
1459
  {
1695
1460
  "kind": "field",
1696
- "name": "href",
1461
+ "name": "open",
1697
1462
  "type": {
1698
- "text": "string"
1463
+ "text": "boolean"
1699
1464
  },
1700
- "privacy": "public",
1701
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1702
- "inheritedFrom": {
1703
- "name": "Anchor",
1704
- "module": "src/anchor/anchor.ts"
1705
- }
1465
+ "default": "false"
1706
1466
  },
1707
1467
  {
1708
1468
  "kind": "field",
1709
- "name": "hreflang",
1469
+ "name": "buttonAppearance",
1710
1470
  "type": {
1711
1471
  "text": "string"
1712
- },
1713
- "privacy": "public",
1714
- "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.",
1715
- "inheritedFrom": {
1716
- "name": "Anchor",
1717
- "module": "src/anchor/anchor.ts"
1718
1472
  }
1719
1473
  },
1720
1474
  {
1721
1475
  "kind": "field",
1722
- "name": "ping",
1476
+ "name": "hideDisabled",
1723
1477
  "type": {
1724
- "text": "string"
1478
+ "text": "boolean"
1725
1479
  },
1726
- "privacy": "public",
1727
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1728
- "inheritedFrom": {
1729
- "name": "Anchor",
1730
- "module": "src/anchor/anchor.ts"
1731
- }
1480
+ "default": "false"
1732
1481
  },
1733
1482
  {
1734
1483
  "kind": "field",
1735
- "name": "referrerpolicy",
1484
+ "name": "hideMenuSingleOption",
1736
1485
  "type": {
1737
- "text": "string"
1486
+ "text": "boolean"
1738
1487
  },
1739
- "privacy": "public",
1740
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1741
- "inheritedFrom": {
1742
- "name": "Anchor",
1743
- "module": "src/anchor/anchor.ts"
1744
- }
1488
+ "default": "false"
1745
1489
  },
1746
1490
  {
1747
1491
  "kind": "field",
1748
- "name": "rel",
1492
+ "name": "singleOption",
1749
1493
  "type": {
1750
- "text": "string"
1751
- },
1752
- "privacy": "public",
1753
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1754
- "inheritedFrom": {
1755
- "name": "Anchor",
1756
- "module": "src/anchor/anchor.ts"
1494
+ "text": "ActionMenuItem"
1757
1495
  }
1758
1496
  },
1759
1497
  {
1760
1498
  "kind": "field",
1761
- "name": "target",
1499
+ "name": "actionsMenu",
1762
1500
  "type": {
1763
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
1764
- },
1765
- "privacy": "public",
1766
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1767
- "inheritedFrom": {
1768
- "name": "Anchor",
1769
- "module": "src/anchor/anchor.ts"
1501
+ "text": "HTMLElement"
1770
1502
  }
1771
1503
  },
1772
1504
  {
1773
- "kind": "field",
1774
- "name": "type",
1775
- "type": {
1776
- "text": "string"
1777
- },
1778
- "privacy": "public",
1779
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
1780
- "inheritedFrom": {
1781
- "name": "Anchor",
1782
- "module": "src/anchor/anchor.ts"
1783
- }
1505
+ "kind": "method",
1506
+ "name": "definitionChanged",
1507
+ "privacy": "protected",
1508
+ "parameters": [
1509
+ {
1510
+ "name": "oldValue",
1511
+ "type": {
1512
+ "text": "any"
1513
+ }
1514
+ },
1515
+ {
1516
+ "name": "newValue",
1517
+ "type": {
1518
+ "text": "any"
1519
+ }
1520
+ }
1521
+ ]
1522
+ },
1523
+ {
1524
+ "kind": "method",
1525
+ "name": "openChanged",
1526
+ "privacy": "protected"
1527
+ },
1528
+ {
1529
+ "kind": "method",
1530
+ "name": "toggleActionsMenuVisibility"
1531
+ },
1532
+ {
1533
+ "kind": "method",
1534
+ "name": "onActionMenuItemClick",
1535
+ "parameters": [
1536
+ {
1537
+ "name": "callback",
1538
+ "type": {
1539
+ "text": "(rowData) => void | any"
1540
+ }
1541
+ }
1542
+ ]
1784
1543
  },
1785
1544
  {
1786
1545
  "kind": "field",
1787
- "name": "control",
1546
+ "name": "allActions",
1788
1547
  "type": {
1789
- "text": "HTMLAnchorElement | undefined"
1548
+ "text": "ActionMenuItem[]"
1790
1549
  },
1791
- "privacy": "public",
1792
- "description": "References the root element",
1793
- "inheritedFrom": {
1794
- "name": "Anchor",
1795
- "module": "src/anchor/anchor.ts"
1796
- }
1550
+ "readonly": true
1797
1551
  },
1798
1552
  {
1799
1553
  "kind": "field",
1800
- "name": "handleUnsupportedDelegatesFocus",
1801
- "privacy": "private",
1802
- "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",
1803
- "inheritedFrom": {
1804
- "name": "Anchor",
1805
- "module": "src/anchor/anchor.ts"
1806
- }
1554
+ "name": "rowData",
1555
+ "readonly": true
1556
+ },
1557
+ {
1558
+ "kind": "method",
1559
+ "name": "getLabel",
1560
+ "parameters": [
1561
+ {
1562
+ "name": "name",
1563
+ "type": {
1564
+ "text": "string | ((rowData: any) => string)"
1565
+ }
1566
+ }
1567
+ ]
1568
+ },
1569
+ {
1570
+ "kind": "method",
1571
+ "name": "getTemplate",
1572
+ "parameters": [
1573
+ {
1574
+ "name": "prefix",
1575
+ "type": {
1576
+ "text": "string"
1577
+ }
1578
+ }
1579
+ ]
1807
1580
  },
1808
1581
  {
1809
1582
  "kind": "field",
@@ -1916,69 +1689,108 @@
1916
1689
  "module": "src/foundation-element/foundation-element.ts"
1917
1690
  }
1918
1691
  }
1919
- ]
1920
- },
1921
- {
1922
- "kind": "variable",
1923
- "name": "foundationAnchorShadowOptions",
1924
- "type": {
1925
- "text": "ShadowRootInit"
1926
- },
1927
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1928
- },
1929
- {
1930
- "kind": "variable",
1931
- "name": "defaultAnchorConfig",
1932
- "type": {
1933
- "text": "object"
1934
- },
1935
- "default": "{}"
1936
- },
1937
- {
1938
- "kind": "variable",
1939
- "name": "foundationAnchor",
1940
- "description": "The Foundation Anchor",
1692
+ ],
1693
+ "attributes": [
1694
+ {
1695
+ "name": "is-vertical",
1696
+ "type": {
1697
+ "text": "boolean"
1698
+ },
1699
+ "default": "false",
1700
+ "fieldName": "isVertical"
1701
+ },
1702
+ {
1703
+ "name": "add-default-actions",
1704
+ "type": {
1705
+ "text": "boolean"
1706
+ },
1707
+ "default": "true",
1708
+ "fieldName": "addDefaultActions"
1709
+ },
1710
+ {
1711
+ "name": "auto-close-on-action",
1712
+ "type": {
1713
+ "text": "boolean"
1714
+ },
1715
+ "default": "true",
1716
+ "fieldName": "autoCloseOnAction"
1717
+ },
1718
+ {
1719
+ "name": "name",
1720
+ "type": {
1721
+ "text": "string"
1722
+ },
1723
+ "default": "'Actions'",
1724
+ "fieldName": "name"
1725
+ },
1726
+ {
1727
+ "name": "open",
1728
+ "type": {
1729
+ "text": "boolean"
1730
+ },
1731
+ "default": "false",
1732
+ "fieldName": "open"
1733
+ },
1734
+ {
1735
+ "name": "buttonAppearance",
1736
+ "type": {
1737
+ "text": "string"
1738
+ },
1739
+ "fieldName": "buttonAppearance"
1740
+ },
1741
+ {
1742
+ "name": "hide-disabled",
1743
+ "type": {
1744
+ "text": "boolean"
1745
+ },
1746
+ "default": "false",
1747
+ "fieldName": "hideDisabled"
1748
+ },
1749
+ {
1750
+ "name": "hide-menu-single-option",
1751
+ "type": {
1752
+ "text": "boolean"
1753
+ },
1754
+ "default": "false",
1755
+ "fieldName": "hideMenuSingleOption"
1756
+ }
1757
+ ],
1758
+ "superclass": {
1759
+ "name": "FoundationElement",
1760
+ "package": "@microsoft/fast-foundation"
1761
+ },
1762
+ "tagName": "%%prefix%%-actions-menu",
1763
+ "customElement": true
1764
+ },
1765
+ {
1766
+ "kind": "variable",
1767
+ "name": "foundationActionsMenu",
1768
+ "description": "The Foundation Actions Menu",
1941
1769
  "privacy": "public"
1942
1770
  }
1943
1771
  ],
1944
1772
  "exports": [
1945
1773
  {
1946
1774
  "kind": "js",
1947
- "name": "Anchor",
1948
- "declaration": {
1949
- "name": "Anchor",
1950
- "module": "src/anchor/anchor.ts"
1951
- }
1952
- },
1953
- {
1954
- "kind": "js",
1955
- "name": "foundationAnchorShadowOptions",
1956
- "declaration": {
1957
- "name": "foundationAnchorShadowOptions",
1958
- "module": "src/anchor/anchor.ts"
1959
- }
1960
- },
1961
- {
1962
- "kind": "js",
1963
- "name": "defaultAnchorConfig",
1775
+ "name": "ActionsMenu",
1964
1776
  "declaration": {
1965
- "name": "defaultAnchorConfig",
1966
- "module": "src/anchor/anchor.ts"
1777
+ "name": "ActionsMenu",
1778
+ "module": "src/actions-menu/actions-menu.ts"
1967
1779
  }
1968
1780
  },
1969
1781
  {
1970
1782
  "kind": "js",
1971
- "name": "foundationAnchor",
1783
+ "name": "foundationActionsMenu",
1972
1784
  "declaration": {
1973
- "name": "foundationAnchor",
1974
- "module": "src/anchor/anchor.ts"
1785
+ "name": "foundationActionsMenu",
1786
+ "module": "src/actions-menu/actions-menu.ts"
1975
1787
  }
1976
1788
  }
1977
1789
  ]
1978
1790
  },
1979
1791
  {
1980
1792
  "kind": "javascript-module",
1981
- "path": "src/anchor/index.ts",
1793
+ "path": "src/actions-menu/index.ts",
1982
1794
  "declarations": [],
1983
1795
  "exports": [
1984
1796
  {
@@ -1986,7 +1798,7 @@
1986
1798
  "name": "*",
1987
1799
  "declaration": {
1988
1800
  "name": "*",
1989
- "package": "./anchor.template"
1801
+ "package": "./actions-menu.styles"
1990
1802
  }
1991
1803
  },
1992
1804
  {
@@ -1994,7 +1806,7 @@
1994
1806
  "name": "*",
1995
1807
  "declaration": {
1996
1808
  "name": "*",
1997
- "package": "./anchor.styles"
1809
+ "package": "./actions-menu.template"
1998
1810
  }
1999
1811
  },
2000
1812
  {
@@ -2002,21 +1814,21 @@
2002
1814
  "name": "*",
2003
1815
  "declaration": {
2004
1816
  "name": "*",
2005
- "package": "./anchor"
1817
+ "package": "./actions-menu"
2006
1818
  }
2007
1819
  }
2008
1820
  ]
2009
1821
  },
2010
1822
  {
2011
1823
  "kind": "javascript-module",
2012
- "path": "src/anchored-region/anchor-region.template.ts",
1824
+ "path": "src/accordion/accordion.styles.ts",
2013
1825
  "declarations": [
2014
1826
  {
2015
1827
  "kind": "function",
2016
- "name": "foundationAnchoredRegionTemplate",
1828
+ "name": "foundationAccordionStyles",
2017
1829
  "return": {
2018
1830
  "type": {
2019
- "text": "ViewTemplate<AnchoredRegion>"
1831
+ "text": "ElementStyles"
2020
1832
  }
2021
1833
  },
2022
1834
  "parameters": [
@@ -2038,24 +1850,24 @@
2038
1850
  "exports": [
2039
1851
  {
2040
1852
  "kind": "js",
2041
- "name": "foundationAnchoredRegionTemplate",
1853
+ "name": "foundationAccordionStyles",
2042
1854
  "declaration": {
2043
- "name": "foundationAnchoredRegionTemplate",
2044
- "module": "src/anchored-region/anchor-region.template.ts"
1855
+ "name": "foundationAccordionStyles",
1856
+ "module": "src/accordion/accordion.styles.ts"
2045
1857
  }
2046
1858
  }
2047
1859
  ]
2048
1860
  },
2049
1861
  {
2050
1862
  "kind": "javascript-module",
2051
- "path": "src/anchored-region/anchored-region.styles.ts",
1863
+ "path": "src/accordion/accordion.template.ts",
2052
1864
  "declarations": [
2053
1865
  {
2054
1866
  "kind": "function",
2055
- "name": "foundationAnchoredRegionStyles",
1867
+ "name": "foundationAccordionTemplate",
2056
1868
  "return": {
2057
1869
  "type": {
2058
- "text": "ElementStyles"
1870
+ "text": "ViewTemplate<Accordion>"
2059
1871
  }
2060
1872
  },
2061
1873
  "parameters": [
@@ -2077,580 +1889,993 @@
2077
1889
  "exports": [
2078
1890
  {
2079
1891
  "kind": "js",
2080
- "name": "foundationAnchoredRegionStyles",
1892
+ "name": "foundationAccordionTemplate",
2081
1893
  "declaration": {
2082
- "name": "foundationAnchoredRegionStyles",
2083
- "module": "src/anchored-region/anchored-region.styles.ts"
1894
+ "name": "foundationAccordionTemplate",
1895
+ "module": "src/accordion/accordion.template.ts"
2084
1896
  }
2085
1897
  }
2086
1898
  ]
2087
1899
  },
2088
1900
  {
2089
1901
  "kind": "javascript-module",
2090
- "path": "src/anchored-region/anchored-region.ts",
1902
+ "path": "src/accordion/accordion.ts",
2091
1903
  "declarations": [
2092
1904
  {
2093
1905
  "kind": "class",
2094
1906
  "description": "",
2095
- "name": "AnchoredRegion",
1907
+ "name": "Accordion",
2096
1908
  "superclass": {
2097
- "name": "FASTAnchoredRegion",
2098
- "package": "@microsoft/fast-components"
1909
+ "name": "FASTAccordion",
1910
+ "package": "@microsoft/fast-foundation"
2099
1911
  },
2100
- "tagName": "%%prefix%%-anchored-region",
2101
- "customElement": true,
2102
- "attributes": [
1912
+ "tagName": "%%prefix%%-accordion",
1913
+ "customElement": true
1914
+ },
1915
+ {
1916
+ "kind": "variable",
1917
+ "name": "foundationAccordionShadowOptions",
1918
+ "type": {
1919
+ "text": "ShadowRootInit"
1920
+ },
1921
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1922
+ },
1923
+ {
1924
+ "kind": "variable",
1925
+ "name": "defaultAccordionConfig",
1926
+ "type": {
1927
+ "text": "object"
1928
+ },
1929
+ "default": "{}"
1930
+ },
1931
+ {
1932
+ "kind": "variable",
1933
+ "name": "foundationAccordion",
1934
+ "description": "The Foundation Accordion",
1935
+ "privacy": "public"
1936
+ }
1937
+ ],
1938
+ "exports": [
1939
+ {
1940
+ "kind": "js",
1941
+ "name": "Accordion",
1942
+ "declaration": {
1943
+ "name": "Accordion",
1944
+ "module": "src/accordion/accordion.ts"
1945
+ }
1946
+ },
1947
+ {
1948
+ "kind": "js",
1949
+ "name": "foundationAccordionShadowOptions",
1950
+ "declaration": {
1951
+ "name": "foundationAccordionShadowOptions",
1952
+ "module": "src/accordion/accordion.ts"
1953
+ }
1954
+ },
1955
+ {
1956
+ "kind": "js",
1957
+ "name": "defaultAccordionConfig",
1958
+ "declaration": {
1959
+ "name": "defaultAccordionConfig",
1960
+ "module": "src/accordion/accordion.ts"
1961
+ }
1962
+ },
1963
+ {
1964
+ "kind": "js",
1965
+ "name": "foundationAccordion",
1966
+ "declaration": {
1967
+ "name": "foundationAccordion",
1968
+ "module": "src/accordion/accordion.ts"
1969
+ }
1970
+ }
1971
+ ]
1972
+ },
1973
+ {
1974
+ "kind": "javascript-module",
1975
+ "path": "src/accordion/index.ts",
1976
+ "declarations": [],
1977
+ "exports": [
1978
+ {
1979
+ "kind": "js",
1980
+ "name": "*",
1981
+ "declaration": {
1982
+ "name": "*",
1983
+ "package": "./accordion.template"
1984
+ }
1985
+ },
1986
+ {
1987
+ "kind": "js",
1988
+ "name": "*",
1989
+ "declaration": {
1990
+ "name": "*",
1991
+ "package": "./accordion.styles"
1992
+ }
1993
+ },
1994
+ {
1995
+ "kind": "js",
1996
+ "name": "*",
1997
+ "declaration": {
1998
+ "name": "*",
1999
+ "package": "./accordion"
2000
+ }
2001
+ }
2002
+ ]
2003
+ },
2004
+ {
2005
+ "kind": "javascript-module",
2006
+ "path": "src/_common/icons.ts",
2007
+ "declarations": [
2008
+ {
2009
+ "kind": "function",
2010
+ "name": "closeIcon",
2011
+ "parameters": [
2103
2012
  {
2104
- "name": "anchor",
2105
- "type": {
2106
- "text": "string"
2107
- },
2108
- "default": "\"\"",
2109
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2110
- "fieldName": "anchor",
2111
- "inheritedFrom": {
2112
- "name": "AnchoredRegion",
2113
- "module": "src/anchored-region/anchored-region.ts"
2114
- }
2013
+ "name": "slot",
2014
+ "default": "'start'"
2115
2015
  },
2116
2016
  {
2117
- "name": "viewport",
2017
+ "name": "fill",
2018
+ "default": "'#879ba6'"
2019
+ }
2020
+ ]
2021
+ }
2022
+ ],
2023
+ "exports": [
2024
+ {
2025
+ "kind": "js",
2026
+ "name": "closeIcon",
2027
+ "declaration": {
2028
+ "name": "closeIcon",
2029
+ "module": "src/_common/icons.ts"
2030
+ }
2031
+ }
2032
+ ]
2033
+ },
2034
+ {
2035
+ "kind": "javascript-module",
2036
+ "path": "src/_common/index.ts",
2037
+ "declarations": [],
2038
+ "exports": [
2039
+ {
2040
+ "kind": "js",
2041
+ "name": "*",
2042
+ "declaration": {
2043
+ "name": "*",
2044
+ "package": "./icons"
2045
+ }
2046
+ }
2047
+ ]
2048
+ },
2049
+ {
2050
+ "kind": "javascript-module",
2051
+ "path": "src/anchor/anchor.styles.ts",
2052
+ "declarations": [
2053
+ {
2054
+ "kind": "function",
2055
+ "name": "foundationAnchorStyles",
2056
+ "return": {
2057
+ "type": {
2058
+ "text": "ElementStyles"
2059
+ }
2060
+ },
2061
+ "parameters": [
2062
+ {
2063
+ "name": "context",
2118
2064
  "type": {
2119
- "text": "string"
2120
- },
2121
- "default": "\"\"",
2122
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2123
- "fieldName": "viewport",
2124
- "inheritedFrom": {
2125
- "name": "AnchoredRegion",
2126
- "module": "src/anchored-region/anchored-region.ts"
2065
+ "text": "ElementDefinitionContext"
2127
2066
  }
2128
2067
  },
2129
2068
  {
2130
- "name": "horizontal-positioning-mode",
2069
+ "name": "definition",
2131
2070
  "type": {
2132
- "text": "AxisPositioningMode"
2133
- },
2134
- "default": "\"uncontrolled\"",
2135
- "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",
2136
- "fieldName": "horizontalPositioningMode",
2137
- "inheritedFrom": {
2138
- "name": "AnchoredRegion",
2139
- "module": "src/anchored-region/anchored-region.ts"
2071
+ "text": "FoundationElementDefinition"
2140
2072
  }
2141
- },
2073
+ }
2074
+ ]
2075
+ }
2076
+ ],
2077
+ "exports": [
2078
+ {
2079
+ "kind": "js",
2080
+ "name": "foundationAnchorStyles",
2081
+ "declaration": {
2082
+ "name": "foundationAnchorStyles",
2083
+ "module": "src/anchor/anchor.styles.ts"
2084
+ }
2085
+ }
2086
+ ]
2087
+ },
2088
+ {
2089
+ "kind": "javascript-module",
2090
+ "path": "src/anchor/anchor.template.ts",
2091
+ "declarations": [
2092
+ {
2093
+ "kind": "function",
2094
+ "name": "foundationAnchorTemplate",
2095
+ "return": {
2096
+ "type": {
2097
+ "text": "ViewTemplate<Anchor>"
2098
+ }
2099
+ },
2100
+ "parameters": [
2142
2101
  {
2143
- "name": "horizontal-default-position",
2102
+ "name": "context",
2144
2103
  "type": {
2145
- "text": "HorizontalPosition"
2146
- },
2147
- "default": "\"unset\"",
2148
- "description": "The default horizontal position of the region relative to the anchor element",
2149
- "fieldName": "horizontalDefaultPosition",
2150
- "inheritedFrom": {
2151
- "name": "AnchoredRegion",
2152
- "module": "src/anchored-region/anchored-region.ts"
2104
+ "text": "ElementDefinitionContext"
2153
2105
  }
2154
2106
  },
2155
2107
  {
2156
- "name": "horizontal-viewport-lock",
2108
+ "name": "definition",
2157
2109
  "type": {
2158
- "text": "boolean"
2159
- },
2160
- "default": "false",
2161
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2162
- "fieldName": "horizontalViewportLock",
2163
- "inheritedFrom": {
2164
- "name": "AnchoredRegion",
2165
- "module": "src/anchored-region/anchored-region.ts"
2110
+ "text": "FoundationElementDefinition"
2166
2111
  }
2167
- },
2112
+ }
2113
+ ]
2114
+ }
2115
+ ],
2116
+ "exports": [
2117
+ {
2118
+ "kind": "js",
2119
+ "name": "foundationAnchorTemplate",
2120
+ "declaration": {
2121
+ "name": "foundationAnchorTemplate",
2122
+ "module": "src/anchor/anchor.template.ts"
2123
+ }
2124
+ }
2125
+ ]
2126
+ },
2127
+ {
2128
+ "kind": "javascript-module",
2129
+ "path": "src/anchor/anchor.ts",
2130
+ "declarations": [
2131
+ {
2132
+ "kind": "class",
2133
+ "description": "",
2134
+ "name": "Anchor",
2135
+ "superclass": {
2136
+ "name": "FASTAnchor",
2137
+ "package": "@microsoft/fast-components"
2138
+ },
2139
+ "tagName": "%%prefix%%-anchor",
2140
+ "customElement": true,
2141
+ "attributes": [
2168
2142
  {
2169
- "name": "horizontal-inset",
2143
+ "name": "download",
2170
2144
  "type": {
2171
- "text": "boolean"
2145
+ "text": "string"
2172
2146
  },
2173
- "default": "false",
2174
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2175
- "fieldName": "horizontalInset",
2147
+ "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.",
2148
+ "fieldName": "download",
2176
2149
  "inheritedFrom": {
2177
- "name": "AnchoredRegion",
2178
- "module": "src/anchored-region/anchored-region.ts"
2150
+ "name": "Anchor",
2151
+ "module": "src/anchor/anchor.ts"
2179
2152
  }
2180
2153
  },
2181
2154
  {
2182
- "name": "horizontal-threshold",
2155
+ "name": "href",
2183
2156
  "type": {
2184
- "text": "number"
2157
+ "text": "string"
2185
2158
  },
2186
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2187
- "fieldName": "horizontalThreshold",
2159
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2160
+ "fieldName": "href",
2188
2161
  "inheritedFrom": {
2189
- "name": "AnchoredRegion",
2190
- "module": "src/anchored-region/anchored-region.ts"
2162
+ "name": "Anchor",
2163
+ "module": "src/anchor/anchor.ts"
2191
2164
  }
2192
2165
  },
2193
2166
  {
2194
- "name": "horizontal-scaling",
2167
+ "name": "hreflang",
2195
2168
  "type": {
2196
- "text": "AxisScalingMode"
2169
+ "text": "string"
2197
2170
  },
2198
- "default": "\"content\"",
2199
- "description": "Defines how the width of the region is calculated",
2200
- "fieldName": "horizontalScaling",
2171
+ "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.",
2172
+ "fieldName": "hreflang",
2201
2173
  "inheritedFrom": {
2202
- "name": "AnchoredRegion",
2203
- "module": "src/anchored-region/anchored-region.ts"
2174
+ "name": "Anchor",
2175
+ "module": "src/anchor/anchor.ts"
2204
2176
  }
2205
2177
  },
2206
2178
  {
2207
- "name": "vertical-positioning-mode",
2179
+ "name": "ping",
2208
2180
  "type": {
2209
- "text": "AxisPositioningMode"
2181
+ "text": "string"
2210
2182
  },
2211
- "default": "\"uncontrolled\"",
2212
- "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",
2213
- "fieldName": "verticalPositioningMode",
2183
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2184
+ "fieldName": "ping",
2214
2185
  "inheritedFrom": {
2215
- "name": "AnchoredRegion",
2216
- "module": "src/anchored-region/anchored-region.ts"
2186
+ "name": "Anchor",
2187
+ "module": "src/anchor/anchor.ts"
2217
2188
  }
2218
2189
  },
2219
2190
  {
2220
- "name": "vertical-default-position",
2191
+ "name": "referrerpolicy",
2221
2192
  "type": {
2222
- "text": "VerticalPosition"
2193
+ "text": "string"
2223
2194
  },
2224
- "default": "\"unset\"",
2225
- "description": "The default vertical position of the region relative to the anchor element",
2226
- "fieldName": "verticalDefaultPosition",
2195
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2196
+ "fieldName": "referrerpolicy",
2227
2197
  "inheritedFrom": {
2228
- "name": "AnchoredRegion",
2229
- "module": "src/anchored-region/anchored-region.ts"
2198
+ "name": "Anchor",
2199
+ "module": "src/anchor/anchor.ts"
2230
2200
  }
2231
2201
  },
2232
2202
  {
2233
- "name": "vertical-viewport-lock",
2203
+ "name": "rel",
2234
2204
  "type": {
2235
- "text": "boolean"
2205
+ "text": "string"
2236
2206
  },
2237
- "default": "false",
2238
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2239
- "fieldName": "verticalViewportLock",
2207
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2208
+ "fieldName": "rel",
2240
2209
  "inheritedFrom": {
2241
- "name": "AnchoredRegion",
2242
- "module": "src/anchored-region/anchored-region.ts"
2210
+ "name": "Anchor",
2211
+ "module": "src/anchor/anchor.ts"
2243
2212
  }
2244
2213
  },
2245
2214
  {
2246
- "name": "vertical-inset",
2215
+ "name": "target",
2247
2216
  "type": {
2248
- "text": "boolean"
2217
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2249
2218
  },
2250
- "default": "false",
2251
- "description": "Whether the region overlaps the anchor on the vertical axis",
2252
- "fieldName": "verticalInset",
2219
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2220
+ "fieldName": "target",
2253
2221
  "inheritedFrom": {
2254
- "name": "AnchoredRegion",
2255
- "module": "src/anchored-region/anchored-region.ts"
2222
+ "name": "Anchor",
2223
+ "module": "src/anchor/anchor.ts"
2256
2224
  }
2257
2225
  },
2258
2226
  {
2259
- "name": "vertical-threshold",
2227
+ "name": "type",
2260
2228
  "type": {
2261
- "text": "number"
2229
+ "text": "string"
2262
2230
  },
2263
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2264
- "fieldName": "verticalThreshold",
2231
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2232
+ "fieldName": "type",
2265
2233
  "inheritedFrom": {
2266
- "name": "AnchoredRegion",
2267
- "module": "src/anchored-region/anchored-region.ts"
2268
- }
2269
- },
2270
- {
2271
- "name": "vertical-scaling",
2272
- "type": {
2273
- "text": "AxisScalingMode"
2274
- },
2275
- "default": "\"content\"",
2276
- "description": "Defines how the height of the region is calculated",
2277
- "fieldName": "verticalScaling",
2278
- "inheritedFrom": {
2279
- "name": "AnchoredRegion",
2280
- "module": "src/anchored-region/anchored-region.ts"
2281
- }
2282
- },
2283
- {
2284
- "name": "fixed-placement",
2285
- "type": {
2286
- "text": "boolean"
2287
- },
2288
- "default": "false",
2289
- "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,",
2290
- "fieldName": "fixedPlacement",
2291
- "inheritedFrom": {
2292
- "name": "AnchoredRegion",
2293
- "module": "src/anchored-region/anchored-region.ts"
2294
- }
2295
- },
2296
- {
2297
- "name": "auto-update-mode",
2298
- "type": {
2299
- "text": "AutoUpdateMode"
2300
- },
2301
- "default": "\"anchor\"",
2302
- "description": "Defines what triggers the anchored region to revaluate positioning",
2303
- "fieldName": "autoUpdateMode",
2304
- "inheritedFrom": {
2305
- "name": "AnchoredRegion",
2306
- "module": "src/anchored-region/anchored-region.ts"
2234
+ "name": "Anchor",
2235
+ "module": "src/anchor/anchor.ts"
2307
2236
  }
2308
2237
  }
2309
2238
  ],
2310
2239
  "members": [
2311
2240
  {
2312
2241
  "kind": "field",
2313
- "name": "anchor",
2242
+ "name": "download",
2314
2243
  "type": {
2315
2244
  "text": "string"
2316
2245
  },
2317
2246
  "privacy": "public",
2318
- "default": "\"\"",
2319
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2247
+ "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.",
2320
2248
  "inheritedFrom": {
2321
- "name": "AnchoredRegion",
2322
- "module": "src/anchored-region/anchored-region.ts"
2249
+ "name": "Anchor",
2250
+ "module": "src/anchor/anchor.ts"
2323
2251
  }
2324
2252
  },
2325
2253
  {
2326
- "kind": "method",
2327
- "name": "anchorChanged",
2328
- "privacy": "private",
2329
- "return": {
2330
- "type": {
2331
- "text": "void"
2332
- }
2254
+ "kind": "field",
2255
+ "name": "href",
2256
+ "type": {
2257
+ "text": "string"
2333
2258
  },
2259
+ "privacy": "public",
2260
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2334
2261
  "inheritedFrom": {
2335
- "name": "AnchoredRegion",
2336
- "module": "src/anchored-region/anchored-region.ts"
2262
+ "name": "Anchor",
2263
+ "module": "src/anchor/anchor.ts"
2337
2264
  }
2338
2265
  },
2339
2266
  {
2340
2267
  "kind": "field",
2341
- "name": "viewport",
2268
+ "name": "hreflang",
2342
2269
  "type": {
2343
2270
  "text": "string"
2344
2271
  },
2345
2272
  "privacy": "public",
2346
- "default": "\"\"",
2347
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2273
+ "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.",
2348
2274
  "inheritedFrom": {
2349
- "name": "AnchoredRegion",
2350
- "module": "src/anchored-region/anchored-region.ts"
2275
+ "name": "Anchor",
2276
+ "module": "src/anchor/anchor.ts"
2351
2277
  }
2352
2278
  },
2353
2279
  {
2354
- "kind": "method",
2355
- "name": "viewportChanged",
2356
- "privacy": "private",
2357
- "return": {
2358
- "type": {
2359
- "text": "void"
2360
- }
2280
+ "kind": "field",
2281
+ "name": "ping",
2282
+ "type": {
2283
+ "text": "string"
2361
2284
  },
2285
+ "privacy": "public",
2286
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2362
2287
  "inheritedFrom": {
2363
- "name": "AnchoredRegion",
2364
- "module": "src/anchored-region/anchored-region.ts"
2288
+ "name": "Anchor",
2289
+ "module": "src/anchor/anchor.ts"
2365
2290
  }
2366
2291
  },
2367
2292
  {
2368
2293
  "kind": "field",
2369
- "name": "horizontalPositioningMode",
2294
+ "name": "referrerpolicy",
2370
2295
  "type": {
2371
- "text": "AxisPositioningMode"
2296
+ "text": "string"
2372
2297
  },
2373
2298
  "privacy": "public",
2374
- "default": "\"uncontrolled\"",
2375
- "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",
2299
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2376
2300
  "inheritedFrom": {
2377
- "name": "AnchoredRegion",
2378
- "module": "src/anchored-region/anchored-region.ts"
2301
+ "name": "Anchor",
2302
+ "module": "src/anchor/anchor.ts"
2379
2303
  }
2380
2304
  },
2381
2305
  {
2382
- "kind": "method",
2383
- "name": "horizontalPositioningModeChanged",
2384
- "privacy": "private",
2385
- "return": {
2386
- "type": {
2387
- "text": "void"
2388
- }
2306
+ "kind": "field",
2307
+ "name": "rel",
2308
+ "type": {
2309
+ "text": "string"
2389
2310
  },
2311
+ "privacy": "public",
2312
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2390
2313
  "inheritedFrom": {
2391
- "name": "AnchoredRegion",
2392
- "module": "src/anchored-region/anchored-region.ts"
2314
+ "name": "Anchor",
2315
+ "module": "src/anchor/anchor.ts"
2393
2316
  }
2394
2317
  },
2395
2318
  {
2396
2319
  "kind": "field",
2397
- "name": "horizontalDefaultPosition",
2320
+ "name": "target",
2398
2321
  "type": {
2399
- "text": "HorizontalPosition"
2322
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2400
2323
  },
2401
2324
  "privacy": "public",
2402
- "default": "\"unset\"",
2403
- "description": "The default horizontal position of the region relative to the anchor element",
2325
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2404
2326
  "inheritedFrom": {
2405
- "name": "AnchoredRegion",
2406
- "module": "src/anchored-region/anchored-region.ts"
2327
+ "name": "Anchor",
2328
+ "module": "src/anchor/anchor.ts"
2407
2329
  }
2408
2330
  },
2409
2331
  {
2410
- "kind": "method",
2411
- "name": "horizontalDefaultPositionChanged",
2412
- "privacy": "private",
2413
- "return": {
2414
- "type": {
2415
- "text": "void"
2416
- }
2332
+ "kind": "field",
2333
+ "name": "type",
2334
+ "type": {
2335
+ "text": "string"
2417
2336
  },
2337
+ "privacy": "public",
2338
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2418
2339
  "inheritedFrom": {
2419
- "name": "AnchoredRegion",
2420
- "module": "src/anchored-region/anchored-region.ts"
2340
+ "name": "Anchor",
2341
+ "module": "src/anchor/anchor.ts"
2421
2342
  }
2422
2343
  },
2423
2344
  {
2424
2345
  "kind": "field",
2425
- "name": "horizontalViewportLock",
2346
+ "name": "control",
2426
2347
  "type": {
2427
- "text": "boolean"
2348
+ "text": "HTMLAnchorElement | undefined"
2428
2349
  },
2429
2350
  "privacy": "public",
2430
- "default": "false",
2431
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2351
+ "description": "References the root element",
2432
2352
  "inheritedFrom": {
2433
- "name": "AnchoredRegion",
2434
- "module": "src/anchored-region/anchored-region.ts"
2353
+ "name": "Anchor",
2354
+ "module": "src/anchor/anchor.ts"
2435
2355
  }
2436
2356
  },
2437
2357
  {
2438
- "kind": "method",
2439
- "name": "horizontalViewportLockChanged",
2358
+ "kind": "field",
2359
+ "name": "handleUnsupportedDelegatesFocus",
2440
2360
  "privacy": "private",
2441
- "return": {
2442
- "type": {
2443
- "text": "void"
2444
- }
2445
- },
2361
+ "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",
2446
2362
  "inheritedFrom": {
2447
- "name": "AnchoredRegion",
2448
- "module": "src/anchored-region/anchored-region.ts"
2363
+ "name": "Anchor",
2364
+ "module": "src/anchor/anchor.ts"
2449
2365
  }
2450
2366
  },
2451
2367
  {
2452
2368
  "kind": "field",
2453
- "name": "horizontalInset",
2369
+ "name": "_presentation",
2454
2370
  "type": {
2455
- "text": "boolean"
2371
+ "text": "ComponentPresentation | null | undefined"
2456
2372
  },
2457
- "privacy": "public",
2458
- "default": "false",
2459
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2373
+ "privacy": "private",
2374
+ "default": "void 0",
2460
2375
  "inheritedFrom": {
2461
- "name": "AnchoredRegion",
2462
- "module": "src/anchored-region/anchored-region.ts"
2376
+ "name": "FoundationElement",
2377
+ "module": "src/foundation-element/foundation-element.ts"
2463
2378
  }
2464
2379
  },
2465
2380
  {
2466
- "kind": "method",
2467
- "name": "horizontalInsetChanged",
2468
- "privacy": "private",
2469
- "return": {
2470
- "type": {
2471
- "text": "void"
2472
- }
2381
+ "kind": "field",
2382
+ "name": "$presentation",
2383
+ "type": {
2384
+ "text": "ComponentPresentation | null"
2473
2385
  },
2386
+ "privacy": "public",
2387
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2474
2388
  "inheritedFrom": {
2475
- "name": "AnchoredRegion",
2476
- "module": "src/anchored-region/anchored-region.ts"
2389
+ "name": "FoundationElement",
2390
+ "module": "src/foundation-element/foundation-element.ts"
2477
2391
  }
2478
2392
  },
2479
2393
  {
2480
2394
  "kind": "field",
2481
- "name": "horizontalThreshold",
2395
+ "name": "template",
2482
2396
  "type": {
2483
- "text": "number"
2397
+ "text": "ElementViewTemplate | void | null"
2484
2398
  },
2485
2399
  "privacy": "public",
2486
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2400
+ "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.",
2487
2401
  "inheritedFrom": {
2488
- "name": "AnchoredRegion",
2489
- "module": "src/anchored-region/anchored-region.ts"
2402
+ "name": "FoundationElement",
2403
+ "module": "src/foundation-element/foundation-element.ts"
2490
2404
  }
2491
2405
  },
2492
2406
  {
2493
2407
  "kind": "method",
2494
- "name": "horizontalThresholdChanged",
2495
- "privacy": "private",
2408
+ "name": "templateChanged",
2409
+ "privacy": "protected",
2496
2410
  "return": {
2497
2411
  "type": {
2498
2412
  "text": "void"
2499
2413
  }
2500
2414
  },
2501
2415
  "inheritedFrom": {
2502
- "name": "AnchoredRegion",
2503
- "module": "src/anchored-region/anchored-region.ts"
2416
+ "name": "FoundationElement",
2417
+ "module": "src/foundation-element/foundation-element.ts"
2504
2418
  }
2505
2419
  },
2506
2420
  {
2507
2421
  "kind": "field",
2508
- "name": "horizontalScaling",
2422
+ "name": "styles",
2509
2423
  "type": {
2510
- "text": "AxisScalingMode"
2424
+ "text": "ElementStyles | void | null"
2511
2425
  },
2512
2426
  "privacy": "public",
2513
- "default": "\"content\"",
2514
- "description": "Defines how the width of the region is calculated",
2427
+ "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.",
2515
2428
  "inheritedFrom": {
2516
- "name": "AnchoredRegion",
2517
- "module": "src/anchored-region/anchored-region.ts"
2429
+ "name": "FoundationElement",
2430
+ "module": "src/foundation-element/foundation-element.ts"
2518
2431
  }
2519
2432
  },
2520
2433
  {
2521
2434
  "kind": "method",
2522
- "name": "horizontalScalingChanged",
2523
- "privacy": "private",
2435
+ "name": "stylesChanged",
2436
+ "privacy": "protected",
2524
2437
  "return": {
2525
2438
  "type": {
2526
2439
  "text": "void"
2527
2440
  }
2528
2441
  },
2529
2442
  "inheritedFrom": {
2530
- "name": "AnchoredRegion",
2531
- "module": "src/anchored-region/anchored-region.ts"
2532
- }
2533
- },
2534
- {
2535
- "kind": "field",
2536
- "name": "verticalPositioningMode",
2537
- "type": {
2538
- "text": "AxisPositioningMode"
2539
- },
2540
- "privacy": "public",
2541
- "default": "\"uncontrolled\"",
2542
- "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",
2543
- "inheritedFrom": {
2544
- "name": "AnchoredRegion",
2545
- "module": "src/anchored-region/anchored-region.ts"
2443
+ "name": "FoundationElement",
2444
+ "module": "src/foundation-element/foundation-element.ts"
2546
2445
  }
2547
2446
  },
2548
2447
  {
2549
2448
  "kind": "method",
2550
- "name": "verticalPositioningModeChanged",
2551
- "privacy": "private",
2449
+ "name": "compose",
2450
+ "privacy": "public",
2451
+ "static": true,
2552
2452
  "return": {
2553
2453
  "type": {
2554
- "text": "void"
2454
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2455
+ }
2456
+ },
2457
+ "parameters": [
2458
+ {
2459
+ "name": "this",
2460
+ "type": {
2461
+ "text": "K"
2462
+ }
2463
+ },
2464
+ {
2465
+ "name": "elementDefinition",
2466
+ "type": {
2467
+ "text": "T"
2468
+ },
2469
+ "description": "The definition of the element to create the registry\nfunction for."
2555
2470
  }
2471
+ ],
2472
+ "description": "Defines an element registry function with a set of element definition defaults.",
2473
+ "inheritedFrom": {
2474
+ "name": "FoundationElement",
2475
+ "module": "src/foundation-element/foundation-element.ts"
2476
+ }
2477
+ }
2478
+ ]
2479
+ },
2480
+ {
2481
+ "kind": "variable",
2482
+ "name": "foundationAnchorShadowOptions",
2483
+ "type": {
2484
+ "text": "ShadowRootInit"
2485
+ },
2486
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2487
+ },
2488
+ {
2489
+ "kind": "variable",
2490
+ "name": "defaultAnchorConfig",
2491
+ "type": {
2492
+ "text": "object"
2493
+ },
2494
+ "default": "{}"
2495
+ },
2496
+ {
2497
+ "kind": "variable",
2498
+ "name": "foundationAnchor",
2499
+ "description": "The Foundation Anchor",
2500
+ "privacy": "public"
2501
+ }
2502
+ ],
2503
+ "exports": [
2504
+ {
2505
+ "kind": "js",
2506
+ "name": "Anchor",
2507
+ "declaration": {
2508
+ "name": "Anchor",
2509
+ "module": "src/anchor/anchor.ts"
2510
+ }
2511
+ },
2512
+ {
2513
+ "kind": "js",
2514
+ "name": "foundationAnchorShadowOptions",
2515
+ "declaration": {
2516
+ "name": "foundationAnchorShadowOptions",
2517
+ "module": "src/anchor/anchor.ts"
2518
+ }
2519
+ },
2520
+ {
2521
+ "kind": "js",
2522
+ "name": "defaultAnchorConfig",
2523
+ "declaration": {
2524
+ "name": "defaultAnchorConfig",
2525
+ "module": "src/anchor/anchor.ts"
2526
+ }
2527
+ },
2528
+ {
2529
+ "kind": "js",
2530
+ "name": "foundationAnchor",
2531
+ "declaration": {
2532
+ "name": "foundationAnchor",
2533
+ "module": "src/anchor/anchor.ts"
2534
+ }
2535
+ }
2536
+ ]
2537
+ },
2538
+ {
2539
+ "kind": "javascript-module",
2540
+ "path": "src/anchor/index.ts",
2541
+ "declarations": [],
2542
+ "exports": [
2543
+ {
2544
+ "kind": "js",
2545
+ "name": "*",
2546
+ "declaration": {
2547
+ "name": "*",
2548
+ "package": "./anchor.template"
2549
+ }
2550
+ },
2551
+ {
2552
+ "kind": "js",
2553
+ "name": "*",
2554
+ "declaration": {
2555
+ "name": "*",
2556
+ "package": "./anchor.styles"
2557
+ }
2558
+ },
2559
+ {
2560
+ "kind": "js",
2561
+ "name": "*",
2562
+ "declaration": {
2563
+ "name": "*",
2564
+ "package": "./anchor"
2565
+ }
2566
+ }
2567
+ ]
2568
+ },
2569
+ {
2570
+ "kind": "javascript-module",
2571
+ "path": "src/anchored-region/anchor-region.template.ts",
2572
+ "declarations": [
2573
+ {
2574
+ "kind": "function",
2575
+ "name": "foundationAnchoredRegionTemplate",
2576
+ "return": {
2577
+ "type": {
2578
+ "text": "ViewTemplate<AnchoredRegion>"
2579
+ }
2580
+ },
2581
+ "parameters": [
2582
+ {
2583
+ "name": "context",
2584
+ "type": {
2585
+ "text": "ElementDefinitionContext"
2586
+ }
2587
+ },
2588
+ {
2589
+ "name": "definition",
2590
+ "type": {
2591
+ "text": "FoundationElementDefinition"
2592
+ }
2593
+ }
2594
+ ]
2595
+ }
2596
+ ],
2597
+ "exports": [
2598
+ {
2599
+ "kind": "js",
2600
+ "name": "foundationAnchoredRegionTemplate",
2601
+ "declaration": {
2602
+ "name": "foundationAnchoredRegionTemplate",
2603
+ "module": "src/anchored-region/anchor-region.template.ts"
2604
+ }
2605
+ }
2606
+ ]
2607
+ },
2608
+ {
2609
+ "kind": "javascript-module",
2610
+ "path": "src/anchored-region/anchored-region.styles.ts",
2611
+ "declarations": [
2612
+ {
2613
+ "kind": "function",
2614
+ "name": "foundationAnchoredRegionStyles",
2615
+ "return": {
2616
+ "type": {
2617
+ "text": "ElementStyles"
2618
+ }
2619
+ },
2620
+ "parameters": [
2621
+ {
2622
+ "name": "context",
2623
+ "type": {
2624
+ "text": "ElementDefinitionContext"
2625
+ }
2626
+ },
2627
+ {
2628
+ "name": "definition",
2629
+ "type": {
2630
+ "text": "FoundationElementDefinition"
2631
+ }
2632
+ }
2633
+ ]
2634
+ }
2635
+ ],
2636
+ "exports": [
2637
+ {
2638
+ "kind": "js",
2639
+ "name": "foundationAnchoredRegionStyles",
2640
+ "declaration": {
2641
+ "name": "foundationAnchoredRegionStyles",
2642
+ "module": "src/anchored-region/anchored-region.styles.ts"
2643
+ }
2644
+ }
2645
+ ]
2646
+ },
2647
+ {
2648
+ "kind": "javascript-module",
2649
+ "path": "src/anchored-region/anchored-region.ts",
2650
+ "declarations": [
2651
+ {
2652
+ "kind": "class",
2653
+ "description": "",
2654
+ "name": "AnchoredRegion",
2655
+ "superclass": {
2656
+ "name": "FASTAnchoredRegion",
2657
+ "package": "@microsoft/fast-components"
2658
+ },
2659
+ "tagName": "%%prefix%%-anchored-region",
2660
+ "customElement": true,
2661
+ "attributes": [
2662
+ {
2663
+ "name": "anchor",
2664
+ "type": {
2665
+ "text": "string"
2556
2666
  },
2667
+ "default": "\"\"",
2668
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2669
+ "fieldName": "anchor",
2557
2670
  "inheritedFrom": {
2558
2671
  "name": "AnchoredRegion",
2559
2672
  "module": "src/anchored-region/anchored-region.ts"
2560
2673
  }
2561
2674
  },
2562
2675
  {
2563
- "kind": "field",
2564
- "name": "verticalDefaultPosition",
2676
+ "name": "viewport",
2677
+ "type": {
2678
+ "text": "string"
2679
+ },
2680
+ "default": "\"\"",
2681
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2682
+ "fieldName": "viewport",
2683
+ "inheritedFrom": {
2684
+ "name": "AnchoredRegion",
2685
+ "module": "src/anchored-region/anchored-region.ts"
2686
+ }
2687
+ },
2688
+ {
2689
+ "name": "horizontal-positioning-mode",
2690
+ "type": {
2691
+ "text": "AxisPositioningMode"
2692
+ },
2693
+ "default": "\"uncontrolled\"",
2694
+ "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",
2695
+ "fieldName": "horizontalPositioningMode",
2696
+ "inheritedFrom": {
2697
+ "name": "AnchoredRegion",
2698
+ "module": "src/anchored-region/anchored-region.ts"
2699
+ }
2700
+ },
2701
+ {
2702
+ "name": "horizontal-default-position",
2703
+ "type": {
2704
+ "text": "HorizontalPosition"
2705
+ },
2706
+ "default": "\"unset\"",
2707
+ "description": "The default horizontal position of the region relative to the anchor element",
2708
+ "fieldName": "horizontalDefaultPosition",
2709
+ "inheritedFrom": {
2710
+ "name": "AnchoredRegion",
2711
+ "module": "src/anchored-region/anchored-region.ts"
2712
+ }
2713
+ },
2714
+ {
2715
+ "name": "horizontal-viewport-lock",
2716
+ "type": {
2717
+ "text": "boolean"
2718
+ },
2719
+ "default": "false",
2720
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2721
+ "fieldName": "horizontalViewportLock",
2722
+ "inheritedFrom": {
2723
+ "name": "AnchoredRegion",
2724
+ "module": "src/anchored-region/anchored-region.ts"
2725
+ }
2726
+ },
2727
+ {
2728
+ "name": "horizontal-inset",
2729
+ "type": {
2730
+ "text": "boolean"
2731
+ },
2732
+ "default": "false",
2733
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2734
+ "fieldName": "horizontalInset",
2735
+ "inheritedFrom": {
2736
+ "name": "AnchoredRegion",
2737
+ "module": "src/anchored-region/anchored-region.ts"
2738
+ }
2739
+ },
2740
+ {
2741
+ "name": "horizontal-threshold",
2742
+ "type": {
2743
+ "text": "number"
2744
+ },
2745
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2746
+ "fieldName": "horizontalThreshold",
2747
+ "inheritedFrom": {
2748
+ "name": "AnchoredRegion",
2749
+ "module": "src/anchored-region/anchored-region.ts"
2750
+ }
2751
+ },
2752
+ {
2753
+ "name": "horizontal-scaling",
2754
+ "type": {
2755
+ "text": "AxisScalingMode"
2756
+ },
2757
+ "default": "\"content\"",
2758
+ "description": "Defines how the width of the region is calculated",
2759
+ "fieldName": "horizontalScaling",
2760
+ "inheritedFrom": {
2761
+ "name": "AnchoredRegion",
2762
+ "module": "src/anchored-region/anchored-region.ts"
2763
+ }
2764
+ },
2765
+ {
2766
+ "name": "vertical-positioning-mode",
2767
+ "type": {
2768
+ "text": "AxisPositioningMode"
2769
+ },
2770
+ "default": "\"uncontrolled\"",
2771
+ "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",
2772
+ "fieldName": "verticalPositioningMode",
2773
+ "inheritedFrom": {
2774
+ "name": "AnchoredRegion",
2775
+ "module": "src/anchored-region/anchored-region.ts"
2776
+ }
2777
+ },
2778
+ {
2779
+ "name": "vertical-default-position",
2565
2780
  "type": {
2566
2781
  "text": "VerticalPosition"
2567
2782
  },
2568
- "privacy": "public",
2569
2783
  "default": "\"unset\"",
2570
2784
  "description": "The default vertical position of the region relative to the anchor element",
2785
+ "fieldName": "verticalDefaultPosition",
2571
2786
  "inheritedFrom": {
2572
2787
  "name": "AnchoredRegion",
2573
2788
  "module": "src/anchored-region/anchored-region.ts"
2574
2789
  }
2575
2790
  },
2576
2791
  {
2577
- "kind": "method",
2578
- "name": "verticalDefaultPositionChanged",
2579
- "privacy": "private",
2580
- "return": {
2581
- "type": {
2582
- "text": "void"
2583
- }
2792
+ "name": "vertical-viewport-lock",
2793
+ "type": {
2794
+ "text": "boolean"
2584
2795
  },
2796
+ "default": "false",
2797
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2798
+ "fieldName": "verticalViewportLock",
2585
2799
  "inheritedFrom": {
2586
2800
  "name": "AnchoredRegion",
2587
2801
  "module": "src/anchored-region/anchored-region.ts"
2588
2802
  }
2589
2803
  },
2590
2804
  {
2591
- "kind": "field",
2592
- "name": "verticalViewportLock",
2805
+ "name": "vertical-inset",
2593
2806
  "type": {
2594
2807
  "text": "boolean"
2595
2808
  },
2596
- "privacy": "public",
2597
2809
  "default": "false",
2598
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2810
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2811
+ "fieldName": "verticalInset",
2599
2812
  "inheritedFrom": {
2600
2813
  "name": "AnchoredRegion",
2601
2814
  "module": "src/anchored-region/anchored-region.ts"
2602
2815
  }
2603
2816
  },
2604
2817
  {
2605
- "kind": "method",
2606
- "name": "verticalViewportLockChanged",
2607
- "privacy": "private",
2608
- "return": {
2609
- "type": {
2610
- "text": "void"
2611
- }
2818
+ "name": "vertical-threshold",
2819
+ "type": {
2820
+ "text": "number"
2612
2821
  },
2822
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2823
+ "fieldName": "verticalThreshold",
2613
2824
  "inheritedFrom": {
2614
2825
  "name": "AnchoredRegion",
2615
2826
  "module": "src/anchored-region/anchored-region.ts"
2616
2827
  }
2617
2828
  },
2618
2829
  {
2619
- "kind": "field",
2620
- "name": "verticalInset",
2830
+ "name": "vertical-scaling",
2831
+ "type": {
2832
+ "text": "AxisScalingMode"
2833
+ },
2834
+ "default": "\"content\"",
2835
+ "description": "Defines how the height of the region is calculated",
2836
+ "fieldName": "verticalScaling",
2837
+ "inheritedFrom": {
2838
+ "name": "AnchoredRegion",
2839
+ "module": "src/anchored-region/anchored-region.ts"
2840
+ }
2841
+ },
2842
+ {
2843
+ "name": "fixed-placement",
2621
2844
  "type": {
2622
2845
  "text": "boolean"
2623
2846
  },
2624
- "privacy": "public",
2625
2847
  "default": "false",
2626
- "description": "Whether the region overlaps the anchor on the vertical axis",
2848
+ "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,",
2849
+ "fieldName": "fixedPlacement",
2627
2850
  "inheritedFrom": {
2628
2851
  "name": "AnchoredRegion",
2629
2852
  "module": "src/anchored-region/anchored-region.ts"
2630
2853
  }
2631
2854
  },
2632
2855
  {
2633
- "kind": "method",
2634
- "name": "verticalInsetChanged",
2635
- "privacy": "private",
2636
- "return": {
2637
- "type": {
2638
- "text": "void"
2639
- }
2856
+ "name": "auto-update-mode",
2857
+ "type": {
2858
+ "text": "AutoUpdateMode"
2640
2859
  },
2860
+ "default": "\"anchor\"",
2861
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2862
+ "fieldName": "autoUpdateMode",
2641
2863
  "inheritedFrom": {
2642
2864
  "name": "AnchoredRegion",
2643
2865
  "module": "src/anchored-region/anchored-region.ts"
2644
2866
  }
2645
- },
2867
+ }
2868
+ ],
2869
+ "members": [
2646
2870
  {
2647
2871
  "kind": "field",
2648
- "name": "verticalThreshold",
2872
+ "name": "anchor",
2649
2873
  "type": {
2650
- "text": "number"
2874
+ "text": "string"
2651
2875
  },
2652
2876
  "privacy": "public",
2653
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2877
+ "default": "\"\"",
2878
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2654
2879
  "inheritedFrom": {
2655
2880
  "name": "AnchoredRegion",
2656
2881
  "module": "src/anchored-region/anchored-region.ts"
@@ -2658,7 +2883,7 @@
2658
2883
  },
2659
2884
  {
2660
2885
  "kind": "method",
2661
- "name": "verticalThresholdChanged",
2886
+ "name": "anchorChanged",
2662
2887
  "privacy": "private",
2663
2888
  "return": {
2664
2889
  "type": {
@@ -2672,13 +2897,13 @@
2672
2897
  },
2673
2898
  {
2674
2899
  "kind": "field",
2675
- "name": "verticalScaling",
2900
+ "name": "viewport",
2676
2901
  "type": {
2677
- "text": "AxisScalingMode"
2902
+ "text": "string"
2678
2903
  },
2679
2904
  "privacy": "public",
2680
- "default": "\"content\"",
2681
- "description": "Defines how the height of the region is calculated",
2905
+ "default": "\"\"",
2906
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2682
2907
  "inheritedFrom": {
2683
2908
  "name": "AnchoredRegion",
2684
2909
  "module": "src/anchored-region/anchored-region.ts"
@@ -2686,7 +2911,7 @@
2686
2911
  },
2687
2912
  {
2688
2913
  "kind": "method",
2689
- "name": "verticalScalingChanged",
2914
+ "name": "viewportChanged",
2690
2915
  "privacy": "private",
2691
2916
  "return": {
2692
2917
  "type": {
@@ -2700,13 +2925,13 @@
2700
2925
  },
2701
2926
  {
2702
2927
  "kind": "field",
2703
- "name": "fixedPlacement",
2928
+ "name": "horizontalPositioningMode",
2704
2929
  "type": {
2705
- "text": "boolean"
2930
+ "text": "AxisPositioningMode"
2706
2931
  },
2707
2932
  "privacy": "public",
2708
- "default": "false",
2709
- "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,",
2933
+ "default": "\"uncontrolled\"",
2934
+ "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
2935
  "inheritedFrom": {
2711
2936
  "name": "AnchoredRegion",
2712
2937
  "module": "src/anchored-region/anchored-region.ts"
@@ -2714,7 +2939,7 @@
2714
2939
  },
2715
2940
  {
2716
2941
  "kind": "method",
2717
- "name": "fixedPlacementChanged",
2942
+ "name": "horizontalPositioningModeChanged",
2718
2943
  "privacy": "private",
2719
2944
  "return": {
2720
2945
  "type": {
@@ -2728,13 +2953,13 @@
2728
2953
  },
2729
2954
  {
2730
2955
  "kind": "field",
2731
- "name": "autoUpdateMode",
2956
+ "name": "horizontalDefaultPosition",
2732
2957
  "type": {
2733
- "text": "AutoUpdateMode"
2958
+ "text": "HorizontalPosition"
2734
2959
  },
2735
2960
  "privacy": "public",
2736
- "default": "\"anchor\"",
2737
- "description": "Defines what triggers the anchored region to revaluate positioning",
2961
+ "default": "\"unset\"",
2962
+ "description": "The default horizontal position of the region relative to the anchor element",
2738
2963
  "inheritedFrom": {
2739
2964
  "name": "AnchoredRegion",
2740
2965
  "module": "src/anchored-region/anchored-region.ts"
@@ -2742,27 +2967,13 @@
2742
2967
  },
2743
2968
  {
2744
2969
  "kind": "method",
2745
- "name": "autoUpdateModeChanged",
2970
+ "name": "horizontalDefaultPositionChanged",
2746
2971
  "privacy": "private",
2747
2972
  "return": {
2748
2973
  "type": {
2749
2974
  "text": "void"
2750
2975
  }
2751
2976
  },
2752
- "parameters": [
2753
- {
2754
- "name": "prevMode",
2755
- "type": {
2756
- "text": "AutoUpdateMode"
2757
- }
2758
- },
2759
- {
2760
- "name": "newMode",
2761
- "type": {
2762
- "text": "AutoUpdateMode"
2763
- }
2764
- }
2765
- ],
2766
2977
  "inheritedFrom": {
2767
2978
  "name": "AnchoredRegion",
2768
2979
  "module": "src/anchored-region/anchored-region.ts"
@@ -2770,13 +2981,13 @@
2770
2981
  },
2771
2982
  {
2772
2983
  "kind": "field",
2773
- "name": "anchorElement",
2984
+ "name": "horizontalViewportLock",
2774
2985
  "type": {
2775
- "text": "HTMLElement | null"
2986
+ "text": "boolean"
2776
2987
  },
2777
2988
  "privacy": "public",
2778
- "default": "null",
2779
- "description": "The HTML element being used as the anchor",
2989
+ "default": "false",
2990
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2780
2991
  "inheritedFrom": {
2781
2992
  "name": "AnchoredRegion",
2782
2993
  "module": "src/anchored-region/anchored-region.ts"
@@ -2784,7 +2995,7 @@
2784
2995
  },
2785
2996
  {
2786
2997
  "kind": "method",
2787
- "name": "anchorElementChanged",
2998
+ "name": "horizontalViewportLockChanged",
2788
2999
  "privacy": "private",
2789
3000
  "return": {
2790
3001
  "type": {
@@ -2798,13 +3009,13 @@
2798
3009
  },
2799
3010
  {
2800
3011
  "kind": "field",
2801
- "name": "viewportElement",
3012
+ "name": "horizontalInset",
2802
3013
  "type": {
2803
- "text": "HTMLElement | null"
3014
+ "text": "boolean"
2804
3015
  },
2805
3016
  "privacy": "public",
2806
- "default": "null",
2807
- "description": "The HTML element being used as the viewport",
3017
+ "default": "false",
3018
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2808
3019
  "inheritedFrom": {
2809
3020
  "name": "AnchoredRegion",
2810
3021
  "module": "src/anchored-region/anchored-region.ts"
@@ -2812,7 +3023,7 @@
2812
3023
  },
2813
3024
  {
2814
3025
  "kind": "method",
2815
- "name": "viewportElementChanged",
3026
+ "name": "horizontalInsetChanged",
2816
3027
  "privacy": "private",
2817
3028
  "return": {
2818
3029
  "type": {
@@ -2826,50 +3037,26 @@
2826
3037
  },
2827
3038
  {
2828
3039
  "kind": "field",
2829
- "name": "verticalPosition",
2830
- "type": {
2831
- "text": "AnchoredRegionPositionLabel | undefined"
2832
- },
2833
- "privacy": "public",
2834
- "description": "indicates the current horizontal position of the region",
2835
- "inheritedFrom": {
2836
- "name": "AnchoredRegion",
2837
- "module": "src/anchored-region/anchored-region.ts"
2838
- }
2839
- },
2840
- {
2841
- "kind": "field",
2842
- "name": "horizontalPosition",
3040
+ "name": "horizontalThreshold",
2843
3041
  "type": {
2844
- "text": "AnchoredRegionPositionLabel | undefined"
3042
+ "text": "number"
2845
3043
  },
2846
3044
  "privacy": "public",
2847
- "description": "indicates the current vertical position of the region",
3045
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2848
3046
  "inheritedFrom": {
2849
3047
  "name": "AnchoredRegion",
2850
3048
  "module": "src/anchored-region/anchored-region.ts"
2851
3049
  }
2852
3050
  },
2853
3051
  {
2854
- "kind": "field",
2855
- "name": "translateX",
2856
- "type": {
2857
- "text": "number"
2858
- },
3052
+ "kind": "method",
3053
+ "name": "horizontalThresholdChanged",
2859
3054
  "privacy": "private",
2860
- "description": "values to be applied to the component's transform on render",
2861
- "inheritedFrom": {
2862
- "name": "AnchoredRegion",
2863
- "module": "src/anchored-region/anchored-region.ts"
2864
- }
2865
- },
2866
- {
2867
- "kind": "field",
2868
- "name": "translateY",
2869
- "type": {
2870
- "text": "number"
3055
+ "return": {
3056
+ "type": {
3057
+ "text": "void"
3058
+ }
2871
3059
  },
2872
- "privacy": "private",
2873
3060
  "inheritedFrom": {
2874
3061
  "name": "AnchoredRegion",
2875
3062
  "module": "src/anchored-region/anchored-region.ts"
@@ -2877,37 +3064,27 @@
2877
3064
  },
2878
3065
  {
2879
3066
  "kind": "field",
2880
- "name": "regionWidth",
3067
+ "name": "horizontalScaling",
2881
3068
  "type": {
2882
- "text": "string"
3069
+ "text": "AxisScalingMode"
2883
3070
  },
2884
- "privacy": "private",
2885
- "description": "the span to be applied to the region on each axis",
3071
+ "privacy": "public",
3072
+ "default": "\"content\"",
3073
+ "description": "Defines how the width of the region is calculated",
2886
3074
  "inheritedFrom": {
2887
3075
  "name": "AnchoredRegion",
2888
3076
  "module": "src/anchored-region/anchored-region.ts"
2889
3077
  }
2890
3078
  },
2891
3079
  {
2892
- "kind": "field",
2893
- "name": "regionHeight",
2894
- "type": {
2895
- "text": "string"
2896
- },
3080
+ "kind": "method",
3081
+ "name": "horizontalScalingChanged",
2897
3082
  "privacy": "private",
2898
- "inheritedFrom": {
2899
- "name": "AnchoredRegion",
2900
- "module": "src/anchored-region/anchored-region.ts"
2901
- }
2902
- },
2903
- {
2904
- "kind": "field",
2905
- "name": "resizeDetector",
2906
- "type": {
2907
- "text": "ResizeObserverClassDefinition | null"
3083
+ "return": {
3084
+ "type": {
3085
+ "text": "void"
3086
+ }
2908
3087
  },
2909
- "privacy": "private",
2910
- "default": "null",
2911
3088
  "inheritedFrom": {
2912
3089
  "name": "AnchoredRegion",
2913
3090
  "module": "src/anchored-region/anchored-region.ts"
@@ -2915,35 +3092,27 @@
2915
3092
  },
2916
3093
  {
2917
3094
  "kind": "field",
2918
- "name": "viewportRect",
3095
+ "name": "verticalPositioningMode",
2919
3096
  "type": {
2920
- "text": "ClientRect | DOMRect | undefined"
3097
+ "text": "AxisPositioningMode"
2921
3098
  },
2922
- "privacy": "private",
3099
+ "privacy": "public",
3100
+ "default": "\"uncontrolled\"",
3101
+ "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",
2923
3102
  "inheritedFrom": {
2924
3103
  "name": "AnchoredRegion",
2925
3104
  "module": "src/anchored-region/anchored-region.ts"
2926
3105
  }
2927
3106
  },
2928
3107
  {
2929
- "kind": "field",
2930
- "name": "anchorRect",
2931
- "type": {
2932
- "text": "ClientRect | DOMRect | undefined"
2933
- },
3108
+ "kind": "method",
3109
+ "name": "verticalPositioningModeChanged",
2934
3110
  "privacy": "private",
2935
- "inheritedFrom": {
2936
- "name": "AnchoredRegion",
2937
- "module": "src/anchored-region/anchored-region.ts"
2938
- }
2939
- },
2940
- {
2941
- "kind": "field",
2942
- "name": "regionRect",
2943
- "type": {
2944
- "text": "ClientRect | DOMRect | undefined"
3111
+ "return": {
3112
+ "type": {
3113
+ "text": "void"
3114
+ }
2945
3115
  },
2946
- "privacy": "private",
2947
3116
  "inheritedFrom": {
2948
3117
  "name": "AnchoredRegion",
2949
3118
  "module": "src/anchored-region/anchored-region.ts"
@@ -2951,39 +3120,27 @@
2951
3120
  },
2952
3121
  {
2953
3122
  "kind": "field",
2954
- "name": "baseHorizontalOffset",
3123
+ "name": "verticalDefaultPosition",
2955
3124
  "type": {
2956
- "text": "number"
3125
+ "text": "VerticalPosition"
2957
3126
  },
2958
- "privacy": "private",
2959
- "default": "0",
2960
- "description": "base offsets between the positioner's base position and the anchor's",
3127
+ "privacy": "public",
3128
+ "default": "\"unset\"",
3129
+ "description": "The default vertical position of the region relative to the anchor element",
2961
3130
  "inheritedFrom": {
2962
3131
  "name": "AnchoredRegion",
2963
3132
  "module": "src/anchored-region/anchored-region.ts"
2964
3133
  }
2965
3134
  },
2966
3135
  {
2967
- "kind": "field",
2968
- "name": "baseVerticalOffset",
2969
- "type": {
2970
- "text": "number"
2971
- },
3136
+ "kind": "method",
3137
+ "name": "verticalDefaultPositionChanged",
2972
3138
  "privacy": "private",
2973
- "default": "0",
2974
- "inheritedFrom": {
2975
- "name": "AnchoredRegion",
2976
- "module": "src/anchored-region/anchored-region.ts"
2977
- }
2978
- },
2979
- {
2980
- "kind": "field",
2981
- "name": "pendingPositioningUpdate",
2982
- "type": {
2983
- "text": "boolean"
3139
+ "return": {
3140
+ "type": {
3141
+ "text": "void"
3142
+ }
2984
3143
  },
2985
- "privacy": "private",
2986
- "default": "false",
2987
3144
  "inheritedFrom": {
2988
3145
  "name": "AnchoredRegion",
2989
3146
  "module": "src/anchored-region/anchored-region.ts"
@@ -2991,37 +3148,27 @@
2991
3148
  },
2992
3149
  {
2993
3150
  "kind": "field",
2994
- "name": "pendingReset",
3151
+ "name": "verticalViewportLock",
2995
3152
  "type": {
2996
3153
  "text": "boolean"
2997
3154
  },
2998
- "privacy": "private",
3155
+ "privacy": "public",
2999
3156
  "default": "false",
3157
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3000
3158
  "inheritedFrom": {
3001
3159
  "name": "AnchoredRegion",
3002
3160
  "module": "src/anchored-region/anchored-region.ts"
3003
3161
  }
3004
3162
  },
3005
3163
  {
3006
- "kind": "field",
3007
- "name": "currentDirection",
3008
- "type": {
3009
- "text": "Direction"
3010
- },
3164
+ "kind": "method",
3165
+ "name": "verticalViewportLockChanged",
3011
3166
  "privacy": "private",
3012
- "inheritedFrom": {
3013
- "name": "AnchoredRegion",
3014
- "module": "src/anchored-region/anchored-region.ts"
3015
- }
3016
- },
3017
- {
3018
- "kind": "field",
3019
- "name": "regionVisible",
3020
- "type": {
3021
- "text": "boolean"
3167
+ "return": {
3168
+ "type": {
3169
+ "text": "void"
3170
+ }
3022
3171
  },
3023
- "privacy": "private",
3024
- "default": "false",
3025
3172
  "inheritedFrom": {
3026
3173
  "name": "AnchoredRegion",
3027
3174
  "module": "src/anchored-region/anchored-region.ts"
@@ -3029,25 +3176,27 @@
3029
3176
  },
3030
3177
  {
3031
3178
  "kind": "field",
3032
- "name": "forceUpdate",
3179
+ "name": "verticalInset",
3033
3180
  "type": {
3034
3181
  "text": "boolean"
3035
3182
  },
3036
- "privacy": "private",
3183
+ "privacy": "public",
3037
3184
  "default": "false",
3185
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3038
3186
  "inheritedFrom": {
3039
3187
  "name": "AnchoredRegion",
3040
3188
  "module": "src/anchored-region/anchored-region.ts"
3041
3189
  }
3042
3190
  },
3043
3191
  {
3044
- "kind": "field",
3045
- "name": "updateThreshold",
3046
- "type": {
3047
- "text": "number"
3048
- },
3192
+ "kind": "method",
3193
+ "name": "verticalInsetChanged",
3049
3194
  "privacy": "private",
3050
- "default": "0.5",
3195
+ "return": {
3196
+ "type": {
3197
+ "text": "void"
3198
+ }
3199
+ },
3051
3200
  "inheritedFrom": {
3052
3201
  "name": "AnchoredRegion",
3053
3202
  "module": "src/anchored-region/anchored-region.ts"
@@ -3055,23 +3204,12 @@
3055
3204
  },
3056
3205
  {
3057
3206
  "kind": "field",
3058
- "name": "intersectionService",
3207
+ "name": "verticalThreshold",
3059
3208
  "type": {
3060
- "text": "IntersectionService"
3209
+ "text": "number"
3061
3210
  },
3062
- "privacy": "private",
3063
- "static": true,
3064
- "default": "new IntersectionService()",
3065
- "inheritedFrom": {
3066
- "name": "AnchoredRegion",
3067
- "module": "src/anchored-region/anchored-region.ts"
3068
- }
3069
- },
3070
- {
3071
- "kind": "field",
3072
- "name": "update",
3073
3211
  "privacy": "public",
3074
- "description": "update position",
3212
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3075
3213
  "inheritedFrom": {
3076
3214
  "name": "AnchoredRegion",
3077
3215
  "module": "src/anchored-region/anchored-region.ts"
@@ -3079,29 +3217,27 @@
3079
3217
  },
3080
3218
  {
3081
3219
  "kind": "method",
3082
- "name": "disconnectResizeDetector",
3220
+ "name": "verticalThresholdChanged",
3083
3221
  "privacy": "private",
3084
3222
  "return": {
3085
3223
  "type": {
3086
3224
  "text": "void"
3087
3225
  }
3088
3226
  },
3089
- "description": "destroys the instance's resize observer",
3090
3227
  "inheritedFrom": {
3091
3228
  "name": "AnchoredRegion",
3092
3229
  "module": "src/anchored-region/anchored-region.ts"
3093
3230
  }
3094
3231
  },
3095
3232
  {
3096
- "kind": "method",
3097
- "name": "initializeResizeDetector",
3098
- "privacy": "private",
3099
- "return": {
3100
- "type": {
3101
- "text": "void"
3102
- }
3233
+ "kind": "field",
3234
+ "name": "verticalScaling",
3235
+ "type": {
3236
+ "text": "AxisScalingMode"
3103
3237
  },
3104
- "description": "initializes the instance's resize observer",
3238
+ "privacy": "public",
3239
+ "default": "\"content\"",
3240
+ "description": "Defines how the height of the region is calculated",
3105
3241
  "inheritedFrom": {
3106
3242
  "name": "AnchoredRegion",
3107
3243
  "module": "src/anchored-region/anchored-region.ts"
@@ -3109,29 +3245,27 @@
3109
3245
  },
3110
3246
  {
3111
3247
  "kind": "method",
3112
- "name": "updateForAttributeChange",
3248
+ "name": "verticalScalingChanged",
3113
3249
  "privacy": "private",
3114
3250
  "return": {
3115
3251
  "type": {
3116
3252
  "text": "void"
3117
3253
  }
3118
3254
  },
3119
- "description": "react to attribute changes that don't require a reset",
3120
3255
  "inheritedFrom": {
3121
3256
  "name": "AnchoredRegion",
3122
3257
  "module": "src/anchored-region/anchored-region.ts"
3123
3258
  }
3124
3259
  },
3125
3260
  {
3126
- "kind": "method",
3127
- "name": "initialize",
3128
- "privacy": "private",
3129
- "return": {
3130
- "type": {
3131
- "text": "void"
3132
- }
3261
+ "kind": "field",
3262
+ "name": "fixedPlacement",
3263
+ "type": {
3264
+ "text": "boolean"
3133
3265
  },
3134
- "description": "fully initializes the component",
3266
+ "privacy": "public",
3267
+ "default": "false",
3268
+ "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,",
3135
3269
  "inheritedFrom": {
3136
3270
  "name": "AnchoredRegion",
3137
3271
  "module": "src/anchored-region/anchored-region.ts"
@@ -3139,14 +3273,27 @@
3139
3273
  },
3140
3274
  {
3141
3275
  "kind": "method",
3142
- "name": "requestReset",
3276
+ "name": "fixedPlacementChanged",
3143
3277
  "privacy": "private",
3144
3278
  "return": {
3145
3279
  "type": {
3146
3280
  "text": "void"
3147
3281
  }
3148
3282
  },
3149
- "description": "Request a reset if there are currently no open requests",
3283
+ "inheritedFrom": {
3284
+ "name": "AnchoredRegion",
3285
+ "module": "src/anchored-region/anchored-region.ts"
3286
+ }
3287
+ },
3288
+ {
3289
+ "kind": "field",
3290
+ "name": "autoUpdateMode",
3291
+ "type": {
3292
+ "text": "AutoUpdateMode"
3293
+ },
3294
+ "privacy": "public",
3295
+ "default": "\"anchor\"",
3296
+ "description": "Defines what triggers the anchored region to revaluate positioning",
3150
3297
  "inheritedFrom": {
3151
3298
  "name": "AnchoredRegion",
3152
3299
  "module": "src/anchored-region/anchored-region.ts"
@@ -3154,14 +3301,27 @@
3154
3301
  },
3155
3302
  {
3156
3303
  "kind": "method",
3157
- "name": "setInitialState",
3304
+ "name": "autoUpdateModeChanged",
3158
3305
  "privacy": "private",
3159
3306
  "return": {
3160
3307
  "type": {
3161
3308
  "text": "void"
3162
3309
  }
3163
3310
  },
3164
- "description": "sets the starting configuration for component internal values",
3311
+ "parameters": [
3312
+ {
3313
+ "name": "prevMode",
3314
+ "type": {
3315
+ "text": "AutoUpdateMode"
3316
+ }
3317
+ },
3318
+ {
3319
+ "name": "newMode",
3320
+ "type": {
3321
+ "text": "AutoUpdateMode"
3322
+ }
3323
+ }
3324
+ ],
3165
3325
  "inheritedFrom": {
3166
3326
  "name": "AnchoredRegion",
3167
3327
  "module": "src/anchored-region/anchored-region.ts"
@@ -3169,19 +3329,27 @@
3169
3329
  },
3170
3330
  {
3171
3331
  "kind": "field",
3172
- "name": "startObservers",
3173
- "privacy": "private",
3174
- "description": "starts observers",
3332
+ "name": "anchorElement",
3333
+ "type": {
3334
+ "text": "HTMLElement | null"
3335
+ },
3336
+ "privacy": "public",
3337
+ "default": "null",
3338
+ "description": "The HTML element being used as the anchor",
3175
3339
  "inheritedFrom": {
3176
3340
  "name": "AnchoredRegion",
3177
3341
  "module": "src/anchored-region/anchored-region.ts"
3178
3342
  }
3179
3343
  },
3180
3344
  {
3181
- "kind": "field",
3182
- "name": "requestPositionUpdates",
3345
+ "kind": "method",
3346
+ "name": "anchorElementChanged",
3183
3347
  "privacy": "private",
3184
- "description": "get position updates",
3348
+ "return": {
3349
+ "type": {
3350
+ "text": "void"
3351
+ }
3352
+ },
3185
3353
  "inheritedFrom": {
3186
3354
  "name": "AnchoredRegion",
3187
3355
  "module": "src/anchored-region/anchored-region.ts"
@@ -3189,19 +3357,27 @@
3189
3357
  },
3190
3358
  {
3191
3359
  "kind": "field",
3192
- "name": "stopObservers",
3193
- "privacy": "private",
3194
- "description": "stops observers",
3360
+ "name": "viewportElement",
3361
+ "type": {
3362
+ "text": "HTMLElement | null"
3363
+ },
3364
+ "privacy": "public",
3365
+ "default": "null",
3366
+ "description": "The HTML element being used as the viewport",
3195
3367
  "inheritedFrom": {
3196
3368
  "name": "AnchoredRegion",
3197
3369
  "module": "src/anchored-region/anchored-region.ts"
3198
3370
  }
3199
3371
  },
3200
3372
  {
3201
- "kind": "field",
3202
- "name": "getViewport",
3373
+ "kind": "method",
3374
+ "name": "viewportElementChanged",
3203
3375
  "privacy": "private",
3204
- "description": "Gets the viewport element by id, or defaults to document root",
3376
+ "return": {
3377
+ "type": {
3378
+ "text": "void"
3379
+ }
3380
+ },
3205
3381
  "inheritedFrom": {
3206
3382
  "name": "AnchoredRegion",
3207
3383
  "module": "src/anchored-region/anchored-region.ts"
@@ -3209,9 +3385,12 @@
3209
3385
  },
3210
3386
  {
3211
3387
  "kind": "field",
3212
- "name": "getAnchor",
3213
- "privacy": "private",
3214
- "description": "Gets the anchor element by id",
3388
+ "name": "verticalPosition",
3389
+ "type": {
3390
+ "text": "AnchoredRegionPositionLabel | undefined"
3391
+ },
3392
+ "privacy": "public",
3393
+ "description": "indicates the current horizontal position of the region",
3215
3394
  "inheritedFrom": {
3216
3395
  "name": "AnchoredRegion",
3217
3396
  "module": "src/anchored-region/anchored-region.ts"
@@ -3219,9 +3398,12 @@
3219
3398
  },
3220
3399
  {
3221
3400
  "kind": "field",
3222
- "name": "handleIntersection",
3223
- "privacy": "private",
3224
- "description": "Handle intersections",
3401
+ "name": "horizontalPosition",
3402
+ "type": {
3403
+ "text": "AnchoredRegionPositionLabel | undefined"
3404
+ },
3405
+ "privacy": "public",
3406
+ "description": "indicates the current vertical position of the region",
3225
3407
  "inheritedFrom": {
3226
3408
  "name": "AnchoredRegion",
3227
3409
  "module": "src/anchored-region/anchored-region.ts"
@@ -3229,9 +3411,12 @@
3229
3411
  },
3230
3412
  {
3231
3413
  "kind": "field",
3232
- "name": "applyIntersectionEntries",
3414
+ "name": "translateX",
3415
+ "type": {
3416
+ "text": "number"
3417
+ },
3233
3418
  "privacy": "private",
3234
- "description": "iterate through intersection entries and apply data",
3419
+ "description": "values to be applied to the component's transform on render",
3235
3420
  "inheritedFrom": {
3236
3421
  "name": "AnchoredRegion",
3237
3422
  "module": "src/anchored-region/anchored-region.ts"
@@ -3239,9 +3424,11 @@
3239
3424
  },
3240
3425
  {
3241
3426
  "kind": "field",
3242
- "name": "updateRegionOffset",
3427
+ "name": "translateY",
3428
+ "type": {
3429
+ "text": "number"
3430
+ },
3243
3431
  "privacy": "private",
3244
- "description": "Update the offset values",
3245
3432
  "inheritedFrom": {
3246
3433
  "name": "AnchoredRegion",
3247
3434
  "module": "src/anchored-region/anchored-region.ts"
@@ -3249,9 +3436,12 @@
3249
3436
  },
3250
3437
  {
3251
3438
  "kind": "field",
3252
- "name": "isRectDifferent",
3439
+ "name": "regionWidth",
3440
+ "type": {
3441
+ "text": "string"
3442
+ },
3253
3443
  "privacy": "private",
3254
- "description": "compare rects to see if there is enough change to justify a DOM update",
3444
+ "description": "the span to be applied to the region on each axis",
3255
3445
  "inheritedFrom": {
3256
3446
  "name": "AnchoredRegion",
3257
3447
  "module": "src/anchored-region/anchored-region.ts"
@@ -3259,9 +3449,11 @@
3259
3449
  },
3260
3450
  {
3261
3451
  "kind": "field",
3262
- "name": "handleResize",
3452
+ "name": "regionHeight",
3453
+ "type": {
3454
+ "text": "string"
3455
+ },
3263
3456
  "privacy": "private",
3264
- "description": "Handle resize events",
3265
3457
  "inheritedFrom": {
3266
3458
  "name": "AnchoredRegion",
3267
3459
  "module": "src/anchored-region/anchored-region.ts"
@@ -3269,9 +3461,12 @@
3269
3461
  },
3270
3462
  {
3271
3463
  "kind": "field",
3272
- "name": "reset",
3464
+ "name": "resizeDetector",
3465
+ "type": {
3466
+ "text": "ResizeObserverClassDefinition | null"
3467
+ },
3273
3468
  "privacy": "private",
3274
- "description": "resets the component",
3469
+ "default": "null",
3275
3470
  "inheritedFrom": {
3276
3471
  "name": "AnchoredRegion",
3277
3472
  "module": "src/anchored-region/anchored-region.ts"
@@ -3279,9 +3474,11 @@
3279
3474
  },
3280
3475
  {
3281
3476
  "kind": "field",
3282
- "name": "updateLayout",
3477
+ "name": "viewportRect",
3478
+ "type": {
3479
+ "text": "ClientRect | DOMRect | undefined"
3480
+ },
3283
3481
  "privacy": "private",
3284
- "description": "Recalculate layout related state values",
3285
3482
  "inheritedFrom": {
3286
3483
  "name": "AnchoredRegion",
3287
3484
  "module": "src/anchored-region/anchored-region.ts"
@@ -3289,9 +3486,11 @@
3289
3486
  },
3290
3487
  {
3291
3488
  "kind": "field",
3292
- "name": "updateRegionStyle",
3489
+ "name": "anchorRect",
3490
+ "type": {
3491
+ "text": "ClientRect | DOMRect | undefined"
3492
+ },
3293
3493
  "privacy": "private",
3294
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3295
3494
  "inheritedFrom": {
3296
3495
  "name": "AnchoredRegion",
3297
3496
  "module": "src/anchored-region/anchored-region.ts"
@@ -3299,9 +3498,11 @@
3299
3498
  },
3300
3499
  {
3301
3500
  "kind": "field",
3302
- "name": "updatePositionClasses",
3501
+ "name": "regionRect",
3502
+ "type": {
3503
+ "text": "ClientRect | DOMRect | undefined"
3504
+ },
3303
3505
  "privacy": "private",
3304
- "description": "Updates the css classes that reflect the current position of the element",
3305
3506
  "inheritedFrom": {
3306
3507
  "name": "AnchoredRegion",
3307
3508
  "module": "src/anchored-region/anchored-region.ts"
@@ -3309,9 +3510,13 @@
3309
3510
  },
3310
3511
  {
3311
3512
  "kind": "field",
3312
- "name": "setHorizontalPosition",
3513
+ "name": "baseHorizontalOffset",
3514
+ "type": {
3515
+ "text": "number"
3516
+ },
3313
3517
  "privacy": "private",
3314
- "description": "Get horizontal positioning state based on desired position",
3518
+ "default": "0",
3519
+ "description": "base offsets between the positioner's base position and the anchor's",
3315
3520
  "inheritedFrom": {
3316
3521
  "name": "AnchoredRegion",
3317
3522
  "module": "src/anchored-region/anchored-region.ts"
@@ -3319,9 +3524,12 @@
3319
3524
  },
3320
3525
  {
3321
3526
  "kind": "field",
3322
- "name": "setVerticalPosition",
3527
+ "name": "baseVerticalOffset",
3528
+ "type": {
3529
+ "text": "number"
3530
+ },
3323
3531
  "privacy": "private",
3324
- "description": "Set vertical positioning state based on desired position",
3532
+ "default": "0",
3325
3533
  "inheritedFrom": {
3326
3534
  "name": "AnchoredRegion",
3327
3535
  "module": "src/anchored-region/anchored-region.ts"
@@ -3329,9 +3537,12 @@
3329
3537
  },
3330
3538
  {
3331
3539
  "kind": "field",
3332
- "name": "getPositioningOptions",
3540
+ "name": "pendingPositioningUpdate",
3541
+ "type": {
3542
+ "text": "boolean"
3543
+ },
3333
3544
  "privacy": "private",
3334
- "description": "Get available positions based on positioning mode",
3545
+ "default": "false",
3335
3546
  "inheritedFrom": {
3336
3547
  "name": "AnchoredRegion",
3337
3548
  "module": "src/anchored-region/anchored-region.ts"
@@ -3339,9 +3550,12 @@
3339
3550
  },
3340
3551
  {
3341
3552
  "kind": "field",
3342
- "name": "getAvailableSpace",
3553
+ "name": "pendingReset",
3554
+ "type": {
3555
+ "text": "boolean"
3556
+ },
3343
3557
  "privacy": "private",
3344
- "description": "Get the space available for a particular relative position",
3558
+ "default": "false",
3345
3559
  "inheritedFrom": {
3346
3560
  "name": "AnchoredRegion",
3347
3561
  "module": "src/anchored-region/anchored-region.ts"
@@ -3349,9 +3563,11 @@
3349
3563
  },
3350
3564
  {
3351
3565
  "kind": "field",
3352
- "name": "getNextRegionDimension",
3566
+ "name": "currentDirection",
3567
+ "type": {
3568
+ "text": "Direction"
3569
+ },
3353
3570
  "privacy": "private",
3354
- "description": "Get region dimensions",
3355
3571
  "inheritedFrom": {
3356
3572
  "name": "AnchoredRegion",
3357
3573
  "module": "src/anchored-region/anchored-region.ts"
@@ -3359,9 +3575,12 @@
3359
3575
  },
3360
3576
  {
3361
3577
  "kind": "field",
3362
- "name": "startAutoUpdateEventListeners",
3578
+ "name": "regionVisible",
3579
+ "type": {
3580
+ "text": "boolean"
3581
+ },
3363
3582
  "privacy": "private",
3364
- "description": "starts event listeners that can trigger auto updating",
3583
+ "default": "false",
3365
3584
  "inheritedFrom": {
3366
3585
  "name": "AnchoredRegion",
3367
3586
  "module": "src/anchored-region/anchored-region.ts"
@@ -3369,9 +3588,12 @@
3369
3588
  },
3370
3589
  {
3371
3590
  "kind": "field",
3372
- "name": "stopAutoUpdateEventListeners",
3591
+ "name": "forceUpdate",
3592
+ "type": {
3593
+ "text": "boolean"
3594
+ },
3373
3595
  "privacy": "private",
3374
- "description": "stops event listeners that can trigger auto updating",
3596
+ "default": "false",
3375
3597
  "inheritedFrom": {
3376
3598
  "name": "AnchoredRegion",
3377
3599
  "module": "src/anchored-region/anchored-region.ts"
@@ -3379,541 +3601,340 @@
3379
3601
  },
3380
3602
  {
3381
3603
  "kind": "field",
3382
- "name": "_presentation",
3604
+ "name": "updateThreshold",
3383
3605
  "type": {
3384
- "text": "ComponentPresentation | null | undefined"
3606
+ "text": "number"
3385
3607
  },
3386
3608
  "privacy": "private",
3387
- "default": "void 0",
3609
+ "default": "0.5",
3388
3610
  "inheritedFrom": {
3389
- "name": "FoundationElement",
3390
- "module": "src/foundation-element/foundation-element.ts"
3611
+ "name": "AnchoredRegion",
3612
+ "module": "src/anchored-region/anchored-region.ts"
3391
3613
  }
3392
3614
  },
3393
3615
  {
3394
3616
  "kind": "field",
3395
- "name": "$presentation",
3617
+ "name": "intersectionService",
3396
3618
  "type": {
3397
- "text": "ComponentPresentation | null"
3619
+ "text": "IntersectionService"
3398
3620
  },
3399
- "privacy": "public",
3400
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3621
+ "privacy": "private",
3622
+ "static": true,
3623
+ "default": "new IntersectionService()",
3401
3624
  "inheritedFrom": {
3402
- "name": "FoundationElement",
3403
- "module": "src/foundation-element/foundation-element.ts"
3625
+ "name": "AnchoredRegion",
3626
+ "module": "src/anchored-region/anchored-region.ts"
3404
3627
  }
3405
3628
  },
3406
3629
  {
3407
3630
  "kind": "field",
3408
- "name": "template",
3409
- "type": {
3410
- "text": "ElementViewTemplate | void | null"
3411
- },
3631
+ "name": "update",
3412
3632
  "privacy": "public",
3413
- "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.",
3633
+ "description": "update position",
3414
3634
  "inheritedFrom": {
3415
- "name": "FoundationElement",
3416
- "module": "src/foundation-element/foundation-element.ts"
3635
+ "name": "AnchoredRegion",
3636
+ "module": "src/anchored-region/anchored-region.ts"
3417
3637
  }
3418
3638
  },
3419
3639
  {
3420
3640
  "kind": "method",
3421
- "name": "templateChanged",
3422
- "privacy": "protected",
3641
+ "name": "disconnectResizeDetector",
3642
+ "privacy": "private",
3423
3643
  "return": {
3424
3644
  "type": {
3425
3645
  "text": "void"
3426
3646
  }
3427
3647
  },
3648
+ "description": "destroys the instance's resize observer",
3428
3649
  "inheritedFrom": {
3429
- "name": "FoundationElement",
3430
- "module": "src/foundation-element/foundation-element.ts"
3650
+ "name": "AnchoredRegion",
3651
+ "module": "src/anchored-region/anchored-region.ts"
3431
3652
  }
3432
3653
  },
3433
3654
  {
3434
- "kind": "field",
3435
- "name": "styles",
3436
- "type": {
3437
- "text": "ElementStyles | void | null"
3655
+ "kind": "method",
3656
+ "name": "initializeResizeDetector",
3657
+ "privacy": "private",
3658
+ "return": {
3659
+ "type": {
3660
+ "text": "void"
3661
+ }
3438
3662
  },
3439
- "privacy": "public",
3440
- "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.",
3663
+ "description": "initializes the instance's resize observer",
3441
3664
  "inheritedFrom": {
3442
- "name": "FoundationElement",
3443
- "module": "src/foundation-element/foundation-element.ts"
3665
+ "name": "AnchoredRegion",
3666
+ "module": "src/anchored-region/anchored-region.ts"
3444
3667
  }
3445
3668
  },
3446
3669
  {
3447
3670
  "kind": "method",
3448
- "name": "stylesChanged",
3449
- "privacy": "protected",
3671
+ "name": "updateForAttributeChange",
3672
+ "privacy": "private",
3450
3673
  "return": {
3451
3674
  "type": {
3452
3675
  "text": "void"
3453
3676
  }
3454
3677
  },
3678
+ "description": "react to attribute changes that don't require a reset",
3455
3679
  "inheritedFrom": {
3456
- "name": "FoundationElement",
3457
- "module": "src/foundation-element/foundation-element.ts"
3680
+ "name": "AnchoredRegion",
3681
+ "module": "src/anchored-region/anchored-region.ts"
3458
3682
  }
3459
3683
  },
3460
3684
  {
3461
3685
  "kind": "method",
3462
- "name": "compose",
3463
- "privacy": "public",
3464
- "static": true,
3686
+ "name": "initialize",
3687
+ "privacy": "private",
3465
3688
  "return": {
3466
3689
  "type": {
3467
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3690
+ "text": "void"
3468
3691
  }
3469
3692
  },
3470
- "parameters": [
3471
- {
3472
- "name": "this",
3473
- "type": {
3474
- "text": "K"
3475
- }
3476
- },
3477
- {
3478
- "name": "elementDefinition",
3479
- "type": {
3480
- "text": "T"
3481
- },
3482
- "description": "The definition of the element to create the registry\nfunction for."
3483
- }
3484
- ],
3485
- "description": "Defines an element registry function with a set of element definition defaults.",
3486
- "inheritedFrom": {
3487
- "name": "FoundationElement",
3488
- "module": "src/foundation-element/foundation-element.ts"
3489
- }
3490
- }
3491
- ],
3492
- "events": [
3493
- {
3494
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3495
- "name": "loaded",
3693
+ "description": "fully initializes the component",
3496
3694
  "inheritedFrom": {
3497
3695
  "name": "AnchoredRegion",
3498
3696
  "module": "src/anchored-region/anchored-region.ts"
3499
3697
  }
3500
3698
  },
3501
3699
  {
3502
- "description": "Fires a custom 'positionchange' event when the position has changed",
3503
- "name": "positionchange",
3700
+ "kind": "method",
3701
+ "name": "requestReset",
3702
+ "privacy": "private",
3703
+ "return": {
3704
+ "type": {
3705
+ "text": "void"
3706
+ }
3707
+ },
3708
+ "description": "Request a reset if there are currently no open requests",
3504
3709
  "inheritedFrom": {
3505
3710
  "name": "AnchoredRegion",
3506
3711
  "module": "src/anchored-region/anchored-region.ts"
3507
- }
3508
- }
3509
- ]
3510
- },
3511
- {
3512
- "kind": "variable",
3513
- "name": "foundationAnchoredRegionShadowOptions",
3514
- "type": {
3515
- "text": "ShadowRootInit"
3516
- },
3517
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3518
- },
3519
- {
3520
- "kind": "variable",
3521
- "name": "defaultAnchoredRegionConfig",
3522
- "type": {
3523
- "text": "object"
3524
- },
3525
- "default": "{}"
3526
- },
3527
- {
3528
- "kind": "variable",
3529
- "name": "foundationAnchoredRegion",
3530
- "description": "The Foundation Anchored Region",
3531
- "privacy": "public"
3532
- }
3533
- ],
3534
- "exports": [
3535
- {
3536
- "kind": "js",
3537
- "name": "AnchoredRegion",
3538
- "declaration": {
3539
- "name": "AnchoredRegion",
3540
- "module": "src/anchored-region/anchored-region.ts"
3541
- }
3542
- },
3543
- {
3544
- "kind": "js",
3545
- "name": "foundationAnchoredRegionShadowOptions",
3546
- "declaration": {
3547
- "name": "foundationAnchoredRegionShadowOptions",
3548
- "module": "src/anchored-region/anchored-region.ts"
3549
- }
3550
- },
3551
- {
3552
- "kind": "js",
3553
- "name": "defaultAnchoredRegionConfig",
3554
- "declaration": {
3555
- "name": "defaultAnchoredRegionConfig",
3556
- "module": "src/anchored-region/anchored-region.ts"
3557
- }
3558
- },
3559
- {
3560
- "kind": "js",
3561
- "name": "foundationAnchoredRegion",
3562
- "declaration": {
3563
- "name": "foundationAnchoredRegion",
3564
- "module": "src/anchored-region/anchored-region.ts"
3565
- }
3566
- }
3567
- ]
3568
- },
3569
- {
3570
- "kind": "javascript-module",
3571
- "path": "src/anchored-region/index.ts",
3572
- "declarations": [],
3573
- "exports": [
3574
- {
3575
- "kind": "js",
3576
- "name": "*",
3577
- "declaration": {
3578
- "name": "*",
3579
- "package": "./anchor-region.template"
3580
- }
3581
- },
3582
- {
3583
- "kind": "js",
3584
- "name": "*",
3585
- "declaration": {
3586
- "name": "*",
3587
- "package": "./anchored-region.styles"
3588
- }
3589
- },
3590
- {
3591
- "kind": "js",
3592
- "name": "*",
3593
- "declaration": {
3594
- "name": "*",
3595
- "package": "./anchored-region"
3596
- }
3597
- }
3598
- ]
3599
- },
3600
- {
3601
- "kind": "javascript-module",
3602
- "path": "src/actions-menu/actions-menu.styles.ts",
3603
- "declarations": [
3604
- {
3605
- "kind": "function",
3606
- "name": "actionsMenuBaseStyles",
3607
- "return": {
3608
- "type": {
3609
- "text": "ElementStyles"
3610
- }
3611
- },
3612
- "parameters": [
3613
- {
3614
- "name": "context",
3615
- "type": {
3616
- "text": "ElementDefinitionContext"
3617
- }
3618
- },
3619
- {
3620
- "name": "definition",
3621
- "type": {
3622
- "text": "FoundationElementDefinition"
3623
- }
3624
- }
3625
- ]
3626
- },
3627
- {
3628
- "kind": "function",
3629
- "name": "foundationActionsMenuStyles",
3630
- "return": {
3631
- "type": {
3632
- "text": "ElementStyles"
3633
- }
3634
- },
3635
- "parameters": [
3712
+ }
3713
+ },
3636
3714
  {
3637
- "name": "context",
3638
- "type": {
3639
- "text": "ElementDefinitionContext"
3715
+ "kind": "method",
3716
+ "name": "setInitialState",
3717
+ "privacy": "private",
3718
+ "return": {
3719
+ "type": {
3720
+ "text": "void"
3721
+ }
3722
+ },
3723
+ "description": "sets the starting configuration for component internal values",
3724
+ "inheritedFrom": {
3725
+ "name": "AnchoredRegion",
3726
+ "module": "src/anchored-region/anchored-region.ts"
3640
3727
  }
3641
3728
  },
3642
3729
  {
3643
- "name": "definition",
3644
- "type": {
3645
- "text": "FoundationElementDefinition"
3730
+ "kind": "field",
3731
+ "name": "startObservers",
3732
+ "privacy": "private",
3733
+ "description": "starts observers",
3734
+ "inheritedFrom": {
3735
+ "name": "AnchoredRegion",
3736
+ "module": "src/anchored-region/anchored-region.ts"
3646
3737
  }
3647
- }
3648
- ]
3649
- }
3650
- ],
3651
- "exports": [
3652
- {
3653
- "kind": "js",
3654
- "name": "actionsMenuBaseStyles",
3655
- "declaration": {
3656
- "name": "actionsMenuBaseStyles",
3657
- "module": "src/actions-menu/actions-menu.styles.ts"
3658
- }
3659
- },
3660
- {
3661
- "kind": "js",
3662
- "name": "foundationActionsMenuStyles",
3663
- "declaration": {
3664
- "name": "foundationActionsMenuStyles",
3665
- "module": "src/actions-menu/actions-menu.styles.ts"
3666
- }
3667
- }
3668
- ]
3669
- },
3670
- {
3671
- "kind": "javascript-module",
3672
- "path": "src/actions-menu/actions-menu.template.ts",
3673
- "declarations": [
3674
- {
3675
- "kind": "function",
3676
- "name": "menuTemplate",
3677
- "parameters": [
3738
+ },
3678
3739
  {
3679
- "name": "prefix",
3680
- "type": {
3681
- "text": "string"
3740
+ "kind": "field",
3741
+ "name": "requestPositionUpdates",
3742
+ "privacy": "private",
3743
+ "description": "get position updates",
3744
+ "inheritedFrom": {
3745
+ "name": "AnchoredRegion",
3746
+ "module": "src/anchored-region/anchored-region.ts"
3682
3747
  }
3683
- }
3684
- ]
3685
- },
3686
- {
3687
- "kind": "function",
3688
- "name": "singleOptionTemplate",
3689
- "parameters": [
3748
+ },
3690
3749
  {
3691
- "name": "prefix",
3692
- "type": {
3693
- "text": "string"
3750
+ "kind": "field",
3751
+ "name": "stopObservers",
3752
+ "privacy": "private",
3753
+ "description": "stops observers",
3754
+ "inheritedFrom": {
3755
+ "name": "AnchoredRegion",
3756
+ "module": "src/anchored-region/anchored-region.ts"
3694
3757
  }
3695
- }
3696
- ]
3697
- },
3698
- {
3699
- "kind": "variable",
3700
- "name": "foundationActionsMenuTemplate",
3701
- "type": {
3702
- "text": "ViewTemplate<ActionsMenu>"
3703
- },
3704
- "default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
3705
- }
3706
- ],
3707
- "exports": [
3708
- {
3709
- "kind": "js",
3710
- "name": "menuTemplate",
3711
- "declaration": {
3712
- "name": "menuTemplate",
3713
- "module": "src/actions-menu/actions-menu.template.ts"
3714
- }
3715
- },
3716
- {
3717
- "kind": "js",
3718
- "name": "singleOptionTemplate",
3719
- "declaration": {
3720
- "name": "singleOptionTemplate",
3721
- "module": "src/actions-menu/actions-menu.template.ts"
3722
- }
3723
- },
3724
- {
3725
- "kind": "js",
3726
- "name": "foundationActionsMenuTemplate",
3727
- "declaration": {
3728
- "name": "foundationActionsMenuTemplate",
3729
- "module": "src/actions-menu/actions-menu.template.ts"
3730
- }
3731
- }
3732
- ]
3733
- },
3734
- {
3735
- "kind": "javascript-module",
3736
- "path": "src/actions-menu/actions-menu.ts",
3737
- "declarations": [
3738
- {
3739
- "kind": "class",
3740
- "description": "",
3741
- "name": "ActionsMenu",
3742
- "members": [
3758
+ },
3743
3759
  {
3744
3760
  "kind": "field",
3745
- "name": "actions",
3746
- "type": {
3747
- "text": "ActionMenuItem[]"
3761
+ "name": "getViewport",
3762
+ "privacy": "private",
3763
+ "description": "Gets the viewport element by id, or defaults to document root",
3764
+ "inheritedFrom": {
3765
+ "name": "AnchoredRegion",
3766
+ "module": "src/anchored-region/anchored-region.ts"
3748
3767
  }
3749
3768
  },
3750
3769
  {
3751
3770
  "kind": "field",
3752
- "name": "isVertical",
3753
- "type": {
3754
- "text": "boolean"
3755
- },
3756
- "default": "false"
3771
+ "name": "getAnchor",
3772
+ "privacy": "private",
3773
+ "description": "Gets the anchor element by id",
3774
+ "inheritedFrom": {
3775
+ "name": "AnchoredRegion",
3776
+ "module": "src/anchored-region/anchored-region.ts"
3777
+ }
3757
3778
  },
3758
3779
  {
3759
3780
  "kind": "field",
3760
- "name": "addDefaultActions",
3761
- "type": {
3762
- "text": "boolean"
3763
- },
3764
- "default": "true"
3781
+ "name": "handleIntersection",
3782
+ "privacy": "private",
3783
+ "description": "Handle intersections",
3784
+ "inheritedFrom": {
3785
+ "name": "AnchoredRegion",
3786
+ "module": "src/anchored-region/anchored-region.ts"
3787
+ }
3765
3788
  },
3766
3789
  {
3767
3790
  "kind": "field",
3768
- "name": "autoCloseOnAction",
3769
- "type": {
3770
- "text": "boolean"
3771
- },
3772
- "default": "true"
3791
+ "name": "applyIntersectionEntries",
3792
+ "privacy": "private",
3793
+ "description": "iterate through intersection entries and apply data",
3794
+ "inheritedFrom": {
3795
+ "name": "AnchoredRegion",
3796
+ "module": "src/anchored-region/anchored-region.ts"
3797
+ }
3773
3798
  },
3774
3799
  {
3775
3800
  "kind": "field",
3776
- "name": "classNames",
3777
- "type": {
3778
- "text": "string"
3801
+ "name": "updateRegionOffset",
3802
+ "privacy": "private",
3803
+ "description": "Update the offset values",
3804
+ "inheritedFrom": {
3805
+ "name": "AnchoredRegion",
3806
+ "module": "src/anchored-region/anchored-region.ts"
3779
3807
  }
3780
3808
  },
3781
3809
  {
3782
3810
  "kind": "field",
3783
- "name": "definition",
3784
- "type": {
3785
- "text": "any"
3811
+ "name": "isRectDifferent",
3812
+ "privacy": "private",
3813
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3814
+ "inheritedFrom": {
3815
+ "name": "AnchoredRegion",
3816
+ "module": "src/anchored-region/anchored-region.ts"
3786
3817
  }
3787
3818
  },
3788
3819
  {
3789
3820
  "kind": "field",
3790
- "name": "name",
3791
- "type": {
3792
- "text": "string"
3793
- },
3794
- "default": "'Actions'"
3821
+ "name": "handleResize",
3822
+ "privacy": "private",
3823
+ "description": "Handle resize events",
3824
+ "inheritedFrom": {
3825
+ "name": "AnchoredRegion",
3826
+ "module": "src/anchored-region/anchored-region.ts"
3827
+ }
3795
3828
  },
3796
3829
  {
3797
3830
  "kind": "field",
3798
- "name": "open",
3799
- "type": {
3800
- "text": "boolean"
3801
- },
3802
- "default": "false"
3831
+ "name": "reset",
3832
+ "privacy": "private",
3833
+ "description": "resets the component",
3834
+ "inheritedFrom": {
3835
+ "name": "AnchoredRegion",
3836
+ "module": "src/anchored-region/anchored-region.ts"
3837
+ }
3803
3838
  },
3804
3839
  {
3805
3840
  "kind": "field",
3806
- "name": "buttonAppearance",
3807
- "type": {
3808
- "text": "string"
3841
+ "name": "updateLayout",
3842
+ "privacy": "private",
3843
+ "description": "Recalculate layout related state values",
3844
+ "inheritedFrom": {
3845
+ "name": "AnchoredRegion",
3846
+ "module": "src/anchored-region/anchored-region.ts"
3809
3847
  }
3810
3848
  },
3811
3849
  {
3812
3850
  "kind": "field",
3813
- "name": "hideDisabled",
3814
- "type": {
3815
- "text": "boolean"
3816
- },
3817
- "default": "false"
3851
+ "name": "updateRegionStyle",
3852
+ "privacy": "private",
3853
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3854
+ "inheritedFrom": {
3855
+ "name": "AnchoredRegion",
3856
+ "module": "src/anchored-region/anchored-region.ts"
3857
+ }
3818
3858
  },
3819
3859
  {
3820
3860
  "kind": "field",
3821
- "name": "hideMenuSingleOption",
3822
- "type": {
3823
- "text": "boolean"
3824
- },
3825
- "default": "false"
3861
+ "name": "updatePositionClasses",
3862
+ "privacy": "private",
3863
+ "description": "Updates the css classes that reflect the current position of the element",
3864
+ "inheritedFrom": {
3865
+ "name": "AnchoredRegion",
3866
+ "module": "src/anchored-region/anchored-region.ts"
3867
+ }
3826
3868
  },
3827
3869
  {
3828
3870
  "kind": "field",
3829
- "name": "singleOption",
3830
- "type": {
3831
- "text": "ActionMenuItem"
3871
+ "name": "setHorizontalPosition",
3872
+ "privacy": "private",
3873
+ "description": "Get horizontal positioning state based on desired position",
3874
+ "inheritedFrom": {
3875
+ "name": "AnchoredRegion",
3876
+ "module": "src/anchored-region/anchored-region.ts"
3832
3877
  }
3833
3878
  },
3834
3879
  {
3835
3880
  "kind": "field",
3836
- "name": "actionsMenu",
3837
- "type": {
3838
- "text": "HTMLElement"
3881
+ "name": "setVerticalPosition",
3882
+ "privacy": "private",
3883
+ "description": "Set vertical positioning state based on desired position",
3884
+ "inheritedFrom": {
3885
+ "name": "AnchoredRegion",
3886
+ "module": "src/anchored-region/anchored-region.ts"
3839
3887
  }
3840
3888
  },
3841
3889
  {
3842
- "kind": "method",
3843
- "name": "definitionChanged",
3844
- "privacy": "protected",
3845
- "parameters": [
3846
- {
3847
- "name": "oldValue",
3848
- "type": {
3849
- "text": "any"
3850
- }
3851
- },
3852
- {
3853
- "name": "newValue",
3854
- "type": {
3855
- "text": "any"
3856
- }
3857
- }
3858
- ]
3859
- },
3860
- {
3861
- "kind": "method",
3862
- "name": "openChanged",
3863
- "privacy": "protected"
3864
- },
3865
- {
3866
- "kind": "method",
3867
- "name": "toggleActionsMenuVisibility"
3868
- },
3869
- {
3870
- "kind": "method",
3871
- "name": "onActionMenuItemClick",
3872
- "parameters": [
3873
- {
3874
- "name": "callback",
3875
- "type": {
3876
- "text": "(rowData) => void | any"
3877
- }
3878
- }
3879
- ]
3890
+ "kind": "field",
3891
+ "name": "getPositioningOptions",
3892
+ "privacy": "private",
3893
+ "description": "Get available positions based on positioning mode",
3894
+ "inheritedFrom": {
3895
+ "name": "AnchoredRegion",
3896
+ "module": "src/anchored-region/anchored-region.ts"
3897
+ }
3880
3898
  },
3881
3899
  {
3882
3900
  "kind": "field",
3883
- "name": "allActions",
3884
- "type": {
3885
- "text": "ActionMenuItem[]"
3886
- },
3887
- "readonly": true
3901
+ "name": "getAvailableSpace",
3902
+ "privacy": "private",
3903
+ "description": "Get the space available for a particular relative position",
3904
+ "inheritedFrom": {
3905
+ "name": "AnchoredRegion",
3906
+ "module": "src/anchored-region/anchored-region.ts"
3907
+ }
3888
3908
  },
3889
3909
  {
3890
3910
  "kind": "field",
3891
- "name": "rowData",
3892
- "readonly": true
3911
+ "name": "getNextRegionDimension",
3912
+ "privacy": "private",
3913
+ "description": "Get region dimensions",
3914
+ "inheritedFrom": {
3915
+ "name": "AnchoredRegion",
3916
+ "module": "src/anchored-region/anchored-region.ts"
3917
+ }
3893
3918
  },
3894
3919
  {
3895
- "kind": "method",
3896
- "name": "getLabel",
3897
- "parameters": [
3898
- {
3899
- "name": "name",
3900
- "type": {
3901
- "text": "string | ((rowData: any) => string)"
3902
- }
3903
- }
3904
- ]
3920
+ "kind": "field",
3921
+ "name": "startAutoUpdateEventListeners",
3922
+ "privacy": "private",
3923
+ "description": "starts event listeners that can trigger auto updating",
3924
+ "inheritedFrom": {
3925
+ "name": "AnchoredRegion",
3926
+ "module": "src/anchored-region/anchored-region.ts"
3927
+ }
3905
3928
  },
3906
3929
  {
3907
- "kind": "method",
3908
- "name": "getTemplate",
3909
- "parameters": [
3910
- {
3911
- "name": "prefix",
3912
- "type": {
3913
- "text": "string"
3914
- }
3915
- }
3916
- ]
3930
+ "kind": "field",
3931
+ "name": "stopAutoUpdateEventListeners",
3932
+ "privacy": "private",
3933
+ "description": "stops event listeners that can trigger auto updating",
3934
+ "inheritedFrom": {
3935
+ "name": "AnchoredRegion",
3936
+ "module": "src/anchored-region/anchored-region.ts"
3937
+ }
3917
3938
  },
3918
3939
  {
3919
3940
  "kind": "field",
@@ -4027,107 +4048,86 @@
4027
4048
  }
4028
4049
  }
4029
4050
  ],
4030
- "attributes": [
4031
- {
4032
- "name": "is-vertical",
4033
- "type": {
4034
- "text": "boolean"
4035
- },
4036
- "default": "false",
4037
- "fieldName": "isVertical"
4038
- },
4039
- {
4040
- "name": "add-default-actions",
4041
- "type": {
4042
- "text": "boolean"
4043
- },
4044
- "default": "true",
4045
- "fieldName": "addDefaultActions"
4046
- },
4047
- {
4048
- "name": "auto-close-on-action",
4049
- "type": {
4050
- "text": "boolean"
4051
- },
4052
- "default": "true",
4053
- "fieldName": "autoCloseOnAction"
4054
- },
4055
- {
4056
- "name": "name",
4057
- "type": {
4058
- "text": "string"
4059
- },
4060
- "default": "'Actions'",
4061
- "fieldName": "name"
4062
- },
4063
- {
4064
- "name": "open",
4065
- "type": {
4066
- "text": "boolean"
4067
- },
4068
- "default": "false",
4069
- "fieldName": "open"
4070
- },
4071
- {
4072
- "name": "buttonAppearance",
4073
- "type": {
4074
- "text": "string"
4075
- },
4076
- "fieldName": "buttonAppearance"
4077
- },
4051
+ "events": [
4078
4052
  {
4079
- "name": "hide-disabled",
4080
- "type": {
4081
- "text": "boolean"
4082
- },
4083
- "default": "false",
4084
- "fieldName": "hideDisabled"
4053
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4054
+ "name": "loaded",
4055
+ "inheritedFrom": {
4056
+ "name": "AnchoredRegion",
4057
+ "module": "src/anchored-region/anchored-region.ts"
4058
+ }
4085
4059
  },
4086
4060
  {
4087
- "name": "hide-menu-single-option",
4088
- "type": {
4089
- "text": "boolean"
4090
- },
4091
- "default": "false",
4092
- "fieldName": "hideMenuSingleOption"
4061
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4062
+ "name": "positionchange",
4063
+ "inheritedFrom": {
4064
+ "name": "AnchoredRegion",
4065
+ "module": "src/anchored-region/anchored-region.ts"
4066
+ }
4093
4067
  }
4094
- ],
4095
- "superclass": {
4096
- "name": "FoundationElement",
4097
- "package": "@microsoft/fast-foundation"
4068
+ ]
4069
+ },
4070
+ {
4071
+ "kind": "variable",
4072
+ "name": "foundationAnchoredRegionShadowOptions",
4073
+ "type": {
4074
+ "text": "ShadowRootInit"
4098
4075
  },
4099
- "tagName": "%%prefix%%-actions-menu",
4100
- "customElement": true
4076
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4101
4077
  },
4102
4078
  {
4103
4079
  "kind": "variable",
4104
- "name": "foundationActionsMenu",
4105
- "description": "The Foundation Actions Menu",
4080
+ "name": "defaultAnchoredRegionConfig",
4081
+ "type": {
4082
+ "text": "object"
4083
+ },
4084
+ "default": "{}"
4085
+ },
4086
+ {
4087
+ "kind": "variable",
4088
+ "name": "foundationAnchoredRegion",
4089
+ "description": "The Foundation Anchored Region",
4106
4090
  "privacy": "public"
4107
4091
  }
4108
4092
  ],
4109
4093
  "exports": [
4110
4094
  {
4111
4095
  "kind": "js",
4112
- "name": "ActionsMenu",
4096
+ "name": "AnchoredRegion",
4113
4097
  "declaration": {
4114
- "name": "ActionsMenu",
4115
- "module": "src/actions-menu/actions-menu.ts"
4098
+ "name": "AnchoredRegion",
4099
+ "module": "src/anchored-region/anchored-region.ts"
4116
4100
  }
4117
4101
  },
4118
4102
  {
4119
4103
  "kind": "js",
4120
- "name": "foundationActionsMenu",
4104
+ "name": "foundationAnchoredRegionShadowOptions",
4121
4105
  "declaration": {
4122
- "name": "foundationActionsMenu",
4123
- "module": "src/actions-menu/actions-menu.ts"
4106
+ "name": "foundationAnchoredRegionShadowOptions",
4107
+ "module": "src/anchored-region/anchored-region.ts"
4108
+ }
4109
+ },
4110
+ {
4111
+ "kind": "js",
4112
+ "name": "defaultAnchoredRegionConfig",
4113
+ "declaration": {
4114
+ "name": "defaultAnchoredRegionConfig",
4115
+ "module": "src/anchored-region/anchored-region.ts"
4116
+ }
4117
+ },
4118
+ {
4119
+ "kind": "js",
4120
+ "name": "foundationAnchoredRegion",
4121
+ "declaration": {
4122
+ "name": "foundationAnchoredRegion",
4123
+ "module": "src/anchored-region/anchored-region.ts"
4124
4124
  }
4125
4125
  }
4126
4126
  ]
4127
4127
  },
4128
4128
  {
4129
4129
  "kind": "javascript-module",
4130
- "path": "src/actions-menu/index.ts",
4130
+ "path": "src/anchored-region/index.ts",
4131
4131
  "declarations": [],
4132
4132
  "exports": [
4133
4133
  {
@@ -4135,7 +4135,7 @@
4135
4135
  "name": "*",
4136
4136
  "declaration": {
4137
4137
  "name": "*",
4138
- "package": "./actions-menu.styles"
4138
+ "package": "./anchor-region.template"
4139
4139
  }
4140
4140
  },
4141
4141
  {
@@ -4143,7 +4143,7 @@
4143
4143
  "name": "*",
4144
4144
  "declaration": {
4145
4145
  "name": "*",
4146
- "package": "./actions-menu.template"
4146
+ "package": "./anchored-region.styles"
4147
4147
  }
4148
4148
  },
4149
4149
  {
@@ -4151,7 +4151,7 @@
4151
4151
  "name": "*",
4152
4152
  "declaration": {
4153
4153
  "name": "*",
4154
- "package": "./actions-menu"
4154
+ "package": "./anchored-region"
4155
4155
  }
4156
4156
  }
4157
4157
  ]