@genesislcap/foundation-ui 14.188.0 → 14.189.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1142 -1142
  2. package/package.json +16 -16
@@ -862,6 +862,219 @@
862
862
  }
863
863
  ]
864
864
  },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/accordion/accordion.styles.ts",
868
+ "declarations": [
869
+ {
870
+ "kind": "function",
871
+ "name": "foundationAccordionStyles",
872
+ "return": {
873
+ "type": {
874
+ "text": "ElementStyles"
875
+ }
876
+ },
877
+ "parameters": [
878
+ {
879
+ "name": "context",
880
+ "type": {
881
+ "text": "ElementDefinitionContext"
882
+ }
883
+ },
884
+ {
885
+ "name": "definition",
886
+ "type": {
887
+ "text": "FoundationElementDefinition"
888
+ }
889
+ }
890
+ ]
891
+ }
892
+ ],
893
+ "exports": [
894
+ {
895
+ "kind": "js",
896
+ "name": "foundationAccordionStyles",
897
+ "declaration": {
898
+ "name": "foundationAccordionStyles",
899
+ "module": "src/accordion/accordion.styles.ts"
900
+ }
901
+ }
902
+ ]
903
+ },
904
+ {
905
+ "kind": "javascript-module",
906
+ "path": "src/accordion/accordion.template.ts",
907
+ "declarations": [
908
+ {
909
+ "kind": "function",
910
+ "name": "foundationAccordionTemplate",
911
+ "return": {
912
+ "type": {
913
+ "text": "ViewTemplate<Accordion>"
914
+ }
915
+ },
916
+ "parameters": [
917
+ {
918
+ "name": "context",
919
+ "type": {
920
+ "text": "ElementDefinitionContext"
921
+ }
922
+ },
923
+ {
924
+ "name": "definition",
925
+ "type": {
926
+ "text": "FoundationElementDefinition"
927
+ }
928
+ }
929
+ ]
930
+ }
931
+ ],
932
+ "exports": [
933
+ {
934
+ "kind": "js",
935
+ "name": "foundationAccordionTemplate",
936
+ "declaration": {
937
+ "name": "foundationAccordionTemplate",
938
+ "module": "src/accordion/accordion.template.ts"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "kind": "javascript-module",
945
+ "path": "src/accordion/accordion.ts",
946
+ "declarations": [
947
+ {
948
+ "kind": "class",
949
+ "description": "",
950
+ "name": "Accordion",
951
+ "superclass": {
952
+ "name": "FASTAccordion",
953
+ "package": "@microsoft/fast-foundation"
954
+ },
955
+ "tagName": "%%prefix%%-accordion",
956
+ "customElement": true
957
+ },
958
+ {
959
+ "kind": "variable",
960
+ "name": "foundationAccordionShadowOptions",
961
+ "type": {
962
+ "text": "ShadowRootInit"
963
+ },
964
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
965
+ },
966
+ {
967
+ "kind": "variable",
968
+ "name": "defaultAccordionConfig",
969
+ "type": {
970
+ "text": "object"
971
+ },
972
+ "default": "{}"
973
+ },
974
+ {
975
+ "kind": "variable",
976
+ "name": "foundationAccordion",
977
+ "description": "The Foundation Accordion",
978
+ "privacy": "public"
979
+ }
980
+ ],
981
+ "exports": [
982
+ {
983
+ "kind": "js",
984
+ "name": "Accordion",
985
+ "declaration": {
986
+ "name": "Accordion",
987
+ "module": "src/accordion/accordion.ts"
988
+ }
989
+ },
990
+ {
991
+ "kind": "js",
992
+ "name": "foundationAccordionShadowOptions",
993
+ "declaration": {
994
+ "name": "foundationAccordionShadowOptions",
995
+ "module": "src/accordion/accordion.ts"
996
+ }
997
+ },
998
+ {
999
+ "kind": "js",
1000
+ "name": "defaultAccordionConfig",
1001
+ "declaration": {
1002
+ "name": "defaultAccordionConfig",
1003
+ "module": "src/accordion/accordion.ts"
1004
+ }
1005
+ },
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "foundationAccordion",
1009
+ "declaration": {
1010
+ "name": "foundationAccordion",
1011
+ "module": "src/accordion/accordion.ts"
1012
+ }
1013
+ }
1014
+ ]
1015
+ },
1016
+ {
1017
+ "kind": "javascript-module",
1018
+ "path": "src/accordion/index.ts",
1019
+ "declarations": [],
1020
+ "exports": [
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "*",
1024
+ "declaration": {
1025
+ "name": "*",
1026
+ "package": "./accordion.template"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "*",
1032
+ "declaration": {
1033
+ "name": "*",
1034
+ "package": "./accordion.styles"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "*",
1040
+ "declaration": {
1041
+ "name": "*",
1042
+ "package": "./accordion"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/_config/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./styles"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./tokens"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./values"
1074
+ }
1075
+ }
1076
+ ]
1077
+ },
865
1078
  {
866
1079
  "kind": "javascript-module",
867
1080
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1258,42 +1471,11 @@
1258
1471
  },
1259
1472
  {
1260
1473
  "kind": "javascript-module",
1261
- "path": "src/_config/index.ts",
1262
- "declarations": [],
1263
- "exports": [
1264
- {
1265
- "kind": "js",
1266
- "name": "*",
1267
- "declaration": {
1268
- "name": "*",
1269
- "package": "./styles"
1270
- }
1271
- },
1272
- {
1273
- "kind": "js",
1274
- "name": "*",
1275
- "declaration": {
1276
- "name": "*",
1277
- "package": "./tokens"
1278
- }
1279
- },
1280
- {
1281
- "kind": "js",
1282
- "name": "*",
1283
- "declaration": {
1284
- "name": "*",
1285
- "package": "./values"
1286
- }
1287
- }
1288
- ]
1289
- },
1290
- {
1291
- "kind": "javascript-module",
1292
- "path": "src/accordion/accordion.styles.ts",
1474
+ "path": "src/actions-menu/actions-menu.styles.ts",
1293
1475
  "declarations": [
1294
1476
  {
1295
1477
  "kind": "function",
1296
- "name": "foundationAccordionStyles",
1478
+ "name": "actionsMenuBaseStyles",
1297
1479
  "return": {
1298
1480
  "type": {
1299
1481
  "text": "ElementStyles"
@@ -1313,189 +1495,7 @@
1313
1495
  }
1314
1496
  }
1315
1497
  ]
1316
- }
1317
- ],
1318
- "exports": [
1319
- {
1320
- "kind": "js",
1321
- "name": "foundationAccordionStyles",
1322
- "declaration": {
1323
- "name": "foundationAccordionStyles",
1324
- "module": "src/accordion/accordion.styles.ts"
1325
- }
1326
- }
1327
- ]
1328
- },
1329
- {
1330
- "kind": "javascript-module",
1331
- "path": "src/accordion/accordion.template.ts",
1332
- "declarations": [
1333
- {
1334
- "kind": "function",
1335
- "name": "foundationAccordionTemplate",
1336
- "return": {
1337
- "type": {
1338
- "text": "ViewTemplate<Accordion>"
1339
- }
1340
- },
1341
- "parameters": [
1342
- {
1343
- "name": "context",
1344
- "type": {
1345
- "text": "ElementDefinitionContext"
1346
- }
1347
- },
1348
- {
1349
- "name": "definition",
1350
- "type": {
1351
- "text": "FoundationElementDefinition"
1352
- }
1353
- }
1354
- ]
1355
- }
1356
- ],
1357
- "exports": [
1358
- {
1359
- "kind": "js",
1360
- "name": "foundationAccordionTemplate",
1361
- "declaration": {
1362
- "name": "foundationAccordionTemplate",
1363
- "module": "src/accordion/accordion.template.ts"
1364
- }
1365
- }
1366
- ]
1367
- },
1368
- {
1369
- "kind": "javascript-module",
1370
- "path": "src/accordion/accordion.ts",
1371
- "declarations": [
1372
- {
1373
- "kind": "class",
1374
- "description": "",
1375
- "name": "Accordion",
1376
- "superclass": {
1377
- "name": "FASTAccordion",
1378
- "package": "@microsoft/fast-foundation"
1379
- },
1380
- "tagName": "%%prefix%%-accordion",
1381
- "customElement": true
1382
- },
1383
- {
1384
- "kind": "variable",
1385
- "name": "foundationAccordionShadowOptions",
1386
- "type": {
1387
- "text": "ShadowRootInit"
1388
- },
1389
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1390
- },
1391
- {
1392
- "kind": "variable",
1393
- "name": "defaultAccordionConfig",
1394
- "type": {
1395
- "text": "object"
1396
- },
1397
- "default": "{}"
1398
- },
1399
- {
1400
- "kind": "variable",
1401
- "name": "foundationAccordion",
1402
- "description": "The Foundation Accordion",
1403
- "privacy": "public"
1404
- }
1405
- ],
1406
- "exports": [
1407
- {
1408
- "kind": "js",
1409
- "name": "Accordion",
1410
- "declaration": {
1411
- "name": "Accordion",
1412
- "module": "src/accordion/accordion.ts"
1413
- }
1414
- },
1415
- {
1416
- "kind": "js",
1417
- "name": "foundationAccordionShadowOptions",
1418
- "declaration": {
1419
- "name": "foundationAccordionShadowOptions",
1420
- "module": "src/accordion/accordion.ts"
1421
- }
1422
- },
1423
- {
1424
- "kind": "js",
1425
- "name": "defaultAccordionConfig",
1426
- "declaration": {
1427
- "name": "defaultAccordionConfig",
1428
- "module": "src/accordion/accordion.ts"
1429
- }
1430
- },
1431
- {
1432
- "kind": "js",
1433
- "name": "foundationAccordion",
1434
- "declaration": {
1435
- "name": "foundationAccordion",
1436
- "module": "src/accordion/accordion.ts"
1437
- }
1438
- }
1439
- ]
1440
- },
1441
- {
1442
- "kind": "javascript-module",
1443
- "path": "src/accordion/index.ts",
1444
- "declarations": [],
1445
- "exports": [
1446
- {
1447
- "kind": "js",
1448
- "name": "*",
1449
- "declaration": {
1450
- "name": "*",
1451
- "package": "./accordion.template"
1452
- }
1453
- },
1454
- {
1455
- "kind": "js",
1456
- "name": "*",
1457
- "declaration": {
1458
- "name": "*",
1459
- "package": "./accordion.styles"
1460
- }
1461
- },
1462
- {
1463
- "kind": "js",
1464
- "name": "*",
1465
- "declaration": {
1466
- "name": "*",
1467
- "package": "./accordion"
1468
- }
1469
- }
1470
- ]
1471
- },
1472
- {
1473
- "kind": "javascript-module",
1474
- "path": "src/actions-menu/actions-menu.styles.ts",
1475
- "declarations": [
1476
- {
1477
- "kind": "function",
1478
- "name": "actionsMenuBaseStyles",
1479
- "return": {
1480
- "type": {
1481
- "text": "ElementStyles"
1482
- }
1483
- },
1484
- "parameters": [
1485
- {
1486
- "name": "context",
1487
- "type": {
1488
- "text": "ElementDefinitionContext"
1489
- }
1490
- },
1491
- {
1492
- "name": "definition",
1493
- "type": {
1494
- "text": "FoundationElementDefinition"
1495
- }
1496
- }
1497
- ]
1498
- },
1498
+ },
1499
1499
  {
1500
1500
  "kind": "function",
1501
1501
  "name": "foundationActionsMenuStyles",
@@ -2030,14 +2030,14 @@
2030
2030
  },
2031
2031
  {
2032
2032
  "kind": "javascript-module",
2033
- "path": "src/anchor/anchor.styles.ts",
2033
+ "path": "src/anchored-region/anchor-region.template.ts",
2034
2034
  "declarations": [
2035
2035
  {
2036
2036
  "kind": "function",
2037
- "name": "foundationAnchorStyles",
2037
+ "name": "foundationAnchoredRegionTemplate",
2038
2038
  "return": {
2039
2039
  "type": {
2040
- "text": "ElementStyles"
2040
+ "text": "ViewTemplate<AnchoredRegion>"
2041
2041
  }
2042
2042
  },
2043
2043
  "parameters": [
@@ -2059,24 +2059,24 @@
2059
2059
  "exports": [
2060
2060
  {
2061
2061
  "kind": "js",
2062
- "name": "foundationAnchorStyles",
2062
+ "name": "foundationAnchoredRegionTemplate",
2063
2063
  "declaration": {
2064
- "name": "foundationAnchorStyles",
2065
- "module": "src/anchor/anchor.styles.ts"
2064
+ "name": "foundationAnchoredRegionTemplate",
2065
+ "module": "src/anchored-region/anchor-region.template.ts"
2066
2066
  }
2067
2067
  }
2068
2068
  ]
2069
2069
  },
2070
2070
  {
2071
2071
  "kind": "javascript-module",
2072
- "path": "src/anchor/anchor.template.ts",
2072
+ "path": "src/anchored-region/anchored-region.styles.ts",
2073
2073
  "declarations": [
2074
2074
  {
2075
2075
  "kind": "function",
2076
- "name": "foundationAnchorTemplate",
2076
+ "name": "foundationAnchoredRegionStyles",
2077
2077
  "return": {
2078
2078
  "type": {
2079
- "text": "ViewTemplate<Anchor>"
2079
+ "text": "ElementStyles"
2080
2080
  }
2081
2081
  },
2082
2082
  "parameters": [
@@ -2098,766 +2098,580 @@
2098
2098
  "exports": [
2099
2099
  {
2100
2100
  "kind": "js",
2101
- "name": "foundationAnchorTemplate",
2101
+ "name": "foundationAnchoredRegionStyles",
2102
2102
  "declaration": {
2103
- "name": "foundationAnchorTemplate",
2104
- "module": "src/anchor/anchor.template.ts"
2103
+ "name": "foundationAnchoredRegionStyles",
2104
+ "module": "src/anchored-region/anchored-region.styles.ts"
2105
2105
  }
2106
2106
  }
2107
2107
  ]
2108
2108
  },
2109
2109
  {
2110
2110
  "kind": "javascript-module",
2111
- "path": "src/anchor/anchor.ts",
2111
+ "path": "src/anchored-region/anchored-region.ts",
2112
2112
  "declarations": [
2113
2113
  {
2114
2114
  "kind": "class",
2115
2115
  "description": "",
2116
- "name": "Anchor",
2116
+ "name": "AnchoredRegion",
2117
2117
  "superclass": {
2118
- "name": "FASTAnchor",
2118
+ "name": "FASTAnchoredRegion",
2119
2119
  "package": "@microsoft/fast-components"
2120
2120
  },
2121
- "tagName": "%%prefix%%-anchor",
2121
+ "tagName": "%%prefix%%-anchored-region",
2122
2122
  "customElement": true,
2123
2123
  "attributes": [
2124
2124
  {
2125
- "name": "download",
2125
+ "name": "anchor",
2126
2126
  "type": {
2127
2127
  "text": "string"
2128
2128
  },
2129
- "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.",
2130
- "fieldName": "download",
2129
+ "default": "\"\"",
2130
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2131
+ "fieldName": "anchor",
2131
2132
  "inheritedFrom": {
2132
- "name": "Anchor",
2133
- "module": "src/anchor/anchor.ts"
2133
+ "name": "AnchoredRegion",
2134
+ "module": "src/anchored-region/anchored-region.ts"
2134
2135
  }
2135
2136
  },
2136
2137
  {
2137
- "name": "href",
2138
+ "name": "viewport",
2138
2139
  "type": {
2139
2140
  "text": "string"
2140
2141
  },
2141
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2142
- "fieldName": "href",
2142
+ "default": "\"\"",
2143
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2144
+ "fieldName": "viewport",
2143
2145
  "inheritedFrom": {
2144
- "name": "Anchor",
2145
- "module": "src/anchor/anchor.ts"
2146
+ "name": "AnchoredRegion",
2147
+ "module": "src/anchored-region/anchored-region.ts"
2146
2148
  }
2147
2149
  },
2148
2150
  {
2149
- "name": "hreflang",
2151
+ "name": "horizontal-positioning-mode",
2150
2152
  "type": {
2151
- "text": "string"
2153
+ "text": "AxisPositioningMode"
2152
2154
  },
2153
- "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.",
2154
- "fieldName": "hreflang",
2155
+ "default": "\"uncontrolled\"",
2156
+ "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",
2157
+ "fieldName": "horizontalPositioningMode",
2155
2158
  "inheritedFrom": {
2156
- "name": "Anchor",
2157
- "module": "src/anchor/anchor.ts"
2159
+ "name": "AnchoredRegion",
2160
+ "module": "src/anchored-region/anchored-region.ts"
2158
2161
  }
2159
2162
  },
2160
2163
  {
2161
- "name": "ping",
2164
+ "name": "horizontal-default-position",
2162
2165
  "type": {
2163
- "text": "string"
2166
+ "text": "HorizontalPosition"
2164
2167
  },
2165
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2166
- "fieldName": "ping",
2168
+ "default": "\"unset\"",
2169
+ "description": "The default horizontal position of the region relative to the anchor element",
2170
+ "fieldName": "horizontalDefaultPosition",
2167
2171
  "inheritedFrom": {
2168
- "name": "Anchor",
2169
- "module": "src/anchor/anchor.ts"
2172
+ "name": "AnchoredRegion",
2173
+ "module": "src/anchored-region/anchored-region.ts"
2170
2174
  }
2171
2175
  },
2172
2176
  {
2173
- "name": "referrerpolicy",
2177
+ "name": "horizontal-viewport-lock",
2174
2178
  "type": {
2175
- "text": "string"
2179
+ "text": "boolean"
2176
2180
  },
2177
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2178
- "fieldName": "referrerpolicy",
2181
+ "default": "false",
2182
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2183
+ "fieldName": "horizontalViewportLock",
2179
2184
  "inheritedFrom": {
2180
- "name": "Anchor",
2181
- "module": "src/anchor/anchor.ts"
2185
+ "name": "AnchoredRegion",
2186
+ "module": "src/anchored-region/anchored-region.ts"
2182
2187
  }
2183
2188
  },
2184
2189
  {
2185
- "name": "rel",
2190
+ "name": "horizontal-inset",
2186
2191
  "type": {
2187
- "text": "string"
2192
+ "text": "boolean"
2188
2193
  },
2189
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2190
- "fieldName": "rel",
2194
+ "default": "false",
2195
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2196
+ "fieldName": "horizontalInset",
2191
2197
  "inheritedFrom": {
2192
- "name": "Anchor",
2193
- "module": "src/anchor/anchor.ts"
2198
+ "name": "AnchoredRegion",
2199
+ "module": "src/anchored-region/anchored-region.ts"
2194
2200
  }
2195
2201
  },
2196
2202
  {
2197
- "name": "target",
2203
+ "name": "horizontal-threshold",
2198
2204
  "type": {
2199
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2205
+ "text": "number"
2200
2206
  },
2201
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2202
- "fieldName": "target",
2207
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2208
+ "fieldName": "horizontalThreshold",
2203
2209
  "inheritedFrom": {
2204
- "name": "Anchor",
2205
- "module": "src/anchor/anchor.ts"
2210
+ "name": "AnchoredRegion",
2211
+ "module": "src/anchored-region/anchored-region.ts"
2206
2212
  }
2207
2213
  },
2208
2214
  {
2209
- "name": "type",
2215
+ "name": "horizontal-scaling",
2210
2216
  "type": {
2211
- "text": "string"
2217
+ "text": "AxisScalingMode"
2212
2218
  },
2213
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2214
- "fieldName": "type",
2219
+ "default": "\"content\"",
2220
+ "description": "Defines how the width of the region is calculated",
2221
+ "fieldName": "horizontalScaling",
2215
2222
  "inheritedFrom": {
2216
- "name": "Anchor",
2217
- "module": "src/anchor/anchor.ts"
2223
+ "name": "AnchoredRegion",
2224
+ "module": "src/anchored-region/anchored-region.ts"
2218
2225
  }
2219
- }
2220
- ],
2221
- "members": [
2226
+ },
2222
2227
  {
2223
- "kind": "field",
2224
- "name": "download",
2228
+ "name": "vertical-positioning-mode",
2225
2229
  "type": {
2226
- "text": "string"
2230
+ "text": "AxisPositioningMode"
2227
2231
  },
2228
- "privacy": "public",
2229
- "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.",
2232
+ "default": "\"uncontrolled\"",
2233
+ "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",
2234
+ "fieldName": "verticalPositioningMode",
2230
2235
  "inheritedFrom": {
2231
- "name": "Anchor",
2232
- "module": "src/anchor/anchor.ts"
2236
+ "name": "AnchoredRegion",
2237
+ "module": "src/anchored-region/anchored-region.ts"
2233
2238
  }
2234
2239
  },
2235
2240
  {
2236
- "kind": "field",
2237
- "name": "href",
2241
+ "name": "vertical-default-position",
2238
2242
  "type": {
2239
- "text": "string"
2243
+ "text": "VerticalPosition"
2240
2244
  },
2241
- "privacy": "public",
2242
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2245
+ "default": "\"unset\"",
2246
+ "description": "The default vertical position of the region relative to the anchor element",
2247
+ "fieldName": "verticalDefaultPosition",
2243
2248
  "inheritedFrom": {
2244
- "name": "Anchor",
2245
- "module": "src/anchor/anchor.ts"
2249
+ "name": "AnchoredRegion",
2250
+ "module": "src/anchored-region/anchored-region.ts"
2246
2251
  }
2247
2252
  },
2248
2253
  {
2249
- "kind": "field",
2250
- "name": "hreflang",
2254
+ "name": "vertical-viewport-lock",
2251
2255
  "type": {
2252
- "text": "string"
2256
+ "text": "boolean"
2253
2257
  },
2254
- "privacy": "public",
2255
- "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.",
2258
+ "default": "false",
2259
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2260
+ "fieldName": "verticalViewportLock",
2256
2261
  "inheritedFrom": {
2257
- "name": "Anchor",
2258
- "module": "src/anchor/anchor.ts"
2262
+ "name": "AnchoredRegion",
2263
+ "module": "src/anchored-region/anchored-region.ts"
2259
2264
  }
2260
2265
  },
2261
2266
  {
2262
- "kind": "field",
2263
- "name": "ping",
2267
+ "name": "vertical-inset",
2264
2268
  "type": {
2265
- "text": "string"
2269
+ "text": "boolean"
2266
2270
  },
2267
- "privacy": "public",
2268
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2271
+ "default": "false",
2272
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2273
+ "fieldName": "verticalInset",
2269
2274
  "inheritedFrom": {
2270
- "name": "Anchor",
2271
- "module": "src/anchor/anchor.ts"
2275
+ "name": "AnchoredRegion",
2276
+ "module": "src/anchored-region/anchored-region.ts"
2272
2277
  }
2273
2278
  },
2274
2279
  {
2275
- "kind": "field",
2276
- "name": "referrerpolicy",
2280
+ "name": "vertical-threshold",
2277
2281
  "type": {
2278
- "text": "string"
2282
+ "text": "number"
2279
2283
  },
2280
- "privacy": "public",
2281
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2284
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2285
+ "fieldName": "verticalThreshold",
2282
2286
  "inheritedFrom": {
2283
- "name": "Anchor",
2284
- "module": "src/anchor/anchor.ts"
2287
+ "name": "AnchoredRegion",
2288
+ "module": "src/anchored-region/anchored-region.ts"
2285
2289
  }
2286
2290
  },
2287
2291
  {
2288
- "kind": "field",
2289
- "name": "rel",
2292
+ "name": "vertical-scaling",
2290
2293
  "type": {
2291
- "text": "string"
2294
+ "text": "AxisScalingMode"
2292
2295
  },
2293
- "privacy": "public",
2294
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2296
+ "default": "\"content\"",
2297
+ "description": "Defines how the height of the region is calculated",
2298
+ "fieldName": "verticalScaling",
2295
2299
  "inheritedFrom": {
2296
- "name": "Anchor",
2297
- "module": "src/anchor/anchor.ts"
2300
+ "name": "AnchoredRegion",
2301
+ "module": "src/anchored-region/anchored-region.ts"
2298
2302
  }
2299
2303
  },
2300
2304
  {
2301
- "kind": "field",
2302
- "name": "target",
2305
+ "name": "fixed-placement",
2303
2306
  "type": {
2304
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2307
+ "text": "boolean"
2305
2308
  },
2306
- "privacy": "public",
2307
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2309
+ "default": "false",
2310
+ "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,",
2311
+ "fieldName": "fixedPlacement",
2308
2312
  "inheritedFrom": {
2309
- "name": "Anchor",
2310
- "module": "src/anchor/anchor.ts"
2313
+ "name": "AnchoredRegion",
2314
+ "module": "src/anchored-region/anchored-region.ts"
2311
2315
  }
2312
2316
  },
2313
2317
  {
2314
- "kind": "field",
2315
- "name": "type",
2318
+ "name": "auto-update-mode",
2316
2319
  "type": {
2317
- "text": "string"
2320
+ "text": "AutoUpdateMode"
2318
2321
  },
2319
- "privacy": "public",
2320
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2322
+ "default": "\"anchor\"",
2323
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2324
+ "fieldName": "autoUpdateMode",
2321
2325
  "inheritedFrom": {
2322
- "name": "Anchor",
2323
- "module": "src/anchor/anchor.ts"
2326
+ "name": "AnchoredRegion",
2327
+ "module": "src/anchored-region/anchored-region.ts"
2324
2328
  }
2325
- },
2329
+ }
2330
+ ],
2331
+ "members": [
2326
2332
  {
2327
2333
  "kind": "field",
2328
- "name": "control",
2334
+ "name": "anchor",
2329
2335
  "type": {
2330
- "text": "HTMLAnchorElement | undefined"
2336
+ "text": "string"
2331
2337
  },
2332
2338
  "privacy": "public",
2333
- "description": "References the root element",
2339
+ "default": "\"\"",
2340
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2334
2341
  "inheritedFrom": {
2335
- "name": "Anchor",
2336
- "module": "src/anchor/anchor.ts"
2342
+ "name": "AnchoredRegion",
2343
+ "module": "src/anchored-region/anchored-region.ts"
2337
2344
  }
2338
2345
  },
2339
2346
  {
2340
- "kind": "field",
2341
- "name": "handleUnsupportedDelegatesFocus",
2347
+ "kind": "method",
2348
+ "name": "anchorChanged",
2342
2349
  "privacy": "private",
2343
- "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",
2350
+ "return": {
2351
+ "type": {
2352
+ "text": "void"
2353
+ }
2354
+ },
2344
2355
  "inheritedFrom": {
2345
- "name": "Anchor",
2346
- "module": "src/anchor/anchor.ts"
2356
+ "name": "AnchoredRegion",
2357
+ "module": "src/anchored-region/anchored-region.ts"
2347
2358
  }
2348
2359
  },
2349
2360
  {
2350
2361
  "kind": "field",
2351
- "name": "_presentation",
2362
+ "name": "viewport",
2352
2363
  "type": {
2353
- "text": "ComponentPresentation | null | undefined"
2364
+ "text": "string"
2354
2365
  },
2355
- "privacy": "private",
2356
- "default": "void 0",
2366
+ "privacy": "public",
2367
+ "default": "\"\"",
2368
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2357
2369
  "inheritedFrom": {
2358
- "name": "FoundationElement",
2359
- "module": "src/foundation-element/foundation-element.ts"
2370
+ "name": "AnchoredRegion",
2371
+ "module": "src/anchored-region/anchored-region.ts"
2360
2372
  }
2361
2373
  },
2362
2374
  {
2363
- "kind": "field",
2364
- "name": "$presentation",
2365
- "type": {
2366
- "text": "ComponentPresentation | null"
2375
+ "kind": "method",
2376
+ "name": "viewportChanged",
2377
+ "privacy": "private",
2378
+ "return": {
2379
+ "type": {
2380
+ "text": "void"
2381
+ }
2367
2382
  },
2368
- "privacy": "public",
2369
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2370
2383
  "inheritedFrom": {
2371
- "name": "FoundationElement",
2372
- "module": "src/foundation-element/foundation-element.ts"
2384
+ "name": "AnchoredRegion",
2385
+ "module": "src/anchored-region/anchored-region.ts"
2373
2386
  }
2374
2387
  },
2375
2388
  {
2376
2389
  "kind": "field",
2377
- "name": "template",
2390
+ "name": "horizontalPositioningMode",
2378
2391
  "type": {
2379
- "text": "ElementViewTemplate | void | null"
2392
+ "text": "AxisPositioningMode"
2380
2393
  },
2381
2394
  "privacy": "public",
2382
- "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.",
2395
+ "default": "\"uncontrolled\"",
2396
+ "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",
2383
2397
  "inheritedFrom": {
2384
- "name": "FoundationElement",
2385
- "module": "src/foundation-element/foundation-element.ts"
2398
+ "name": "AnchoredRegion",
2399
+ "module": "src/anchored-region/anchored-region.ts"
2386
2400
  }
2387
2401
  },
2388
2402
  {
2389
2403
  "kind": "method",
2390
- "name": "templateChanged",
2391
- "privacy": "protected",
2404
+ "name": "horizontalPositioningModeChanged",
2405
+ "privacy": "private",
2392
2406
  "return": {
2393
2407
  "type": {
2394
2408
  "text": "void"
2395
2409
  }
2396
2410
  },
2397
2411
  "inheritedFrom": {
2398
- "name": "FoundationElement",
2399
- "module": "src/foundation-element/foundation-element.ts"
2412
+ "name": "AnchoredRegion",
2413
+ "module": "src/anchored-region/anchored-region.ts"
2400
2414
  }
2401
2415
  },
2402
2416
  {
2403
2417
  "kind": "field",
2404
- "name": "styles",
2418
+ "name": "horizontalDefaultPosition",
2405
2419
  "type": {
2406
- "text": "ElementStyles | void | null"
2420
+ "text": "HorizontalPosition"
2407
2421
  },
2408
2422
  "privacy": "public",
2409
- "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.",
2423
+ "default": "\"unset\"",
2424
+ "description": "The default horizontal position of the region relative to the anchor element",
2410
2425
  "inheritedFrom": {
2411
- "name": "FoundationElement",
2412
- "module": "src/foundation-element/foundation-element.ts"
2426
+ "name": "AnchoredRegion",
2427
+ "module": "src/anchored-region/anchored-region.ts"
2413
2428
  }
2414
2429
  },
2415
2430
  {
2416
2431
  "kind": "method",
2417
- "name": "stylesChanged",
2418
- "privacy": "protected",
2432
+ "name": "horizontalDefaultPositionChanged",
2433
+ "privacy": "private",
2419
2434
  "return": {
2420
2435
  "type": {
2421
2436
  "text": "void"
2422
2437
  }
2423
2438
  },
2424
2439
  "inheritedFrom": {
2425
- "name": "FoundationElement",
2426
- "module": "src/foundation-element/foundation-element.ts"
2440
+ "name": "AnchoredRegion",
2441
+ "module": "src/anchored-region/anchored-region.ts"
2427
2442
  }
2428
2443
  },
2429
2444
  {
2430
- "kind": "method",
2431
- "name": "compose",
2445
+ "kind": "field",
2446
+ "name": "horizontalViewportLock",
2447
+ "type": {
2448
+ "text": "boolean"
2449
+ },
2432
2450
  "privacy": "public",
2433
- "static": true,
2451
+ "default": "false",
2452
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2453
+ "inheritedFrom": {
2454
+ "name": "AnchoredRegion",
2455
+ "module": "src/anchored-region/anchored-region.ts"
2456
+ }
2457
+ },
2458
+ {
2459
+ "kind": "method",
2460
+ "name": "horizontalViewportLockChanged",
2461
+ "privacy": "private",
2434
2462
  "return": {
2435
2463
  "type": {
2436
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2464
+ "text": "void"
2437
2465
  }
2438
2466
  },
2439
- "parameters": [
2440
- {
2441
- "name": "this",
2442
- "type": {
2443
- "text": "K"
2444
- }
2445
- },
2446
- {
2447
- "name": "elementDefinition",
2448
- "type": {
2449
- "text": "T"
2450
- },
2451
- "description": "The definition of the element to create the registry\nfunction for."
2452
- }
2453
- ],
2454
- "description": "Defines an element registry function with a set of element definition defaults.",
2455
2467
  "inheritedFrom": {
2456
- "name": "FoundationElement",
2457
- "module": "src/foundation-element/foundation-element.ts"
2458
- }
2459
- }
2460
- ]
2461
- },
2462
- {
2463
- "kind": "variable",
2464
- "name": "foundationAnchorShadowOptions",
2465
- "type": {
2466
- "text": "ShadowRootInit"
2467
- },
2468
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2469
- },
2470
- {
2471
- "kind": "variable",
2472
- "name": "defaultAnchorConfig",
2473
- "type": {
2474
- "text": "object"
2475
- },
2476
- "default": "{}"
2477
- },
2478
- {
2479
- "kind": "variable",
2480
- "name": "foundationAnchor",
2481
- "description": "The Foundation Anchor",
2482
- "privacy": "public"
2483
- }
2484
- ],
2485
- "exports": [
2486
- {
2487
- "kind": "js",
2488
- "name": "Anchor",
2489
- "declaration": {
2490
- "name": "Anchor",
2491
- "module": "src/anchor/anchor.ts"
2492
- }
2493
- },
2494
- {
2495
- "kind": "js",
2496
- "name": "foundationAnchorShadowOptions",
2497
- "declaration": {
2498
- "name": "foundationAnchorShadowOptions",
2499
- "module": "src/anchor/anchor.ts"
2500
- }
2501
- },
2502
- {
2503
- "kind": "js",
2504
- "name": "defaultAnchorConfig",
2505
- "declaration": {
2506
- "name": "defaultAnchorConfig",
2507
- "module": "src/anchor/anchor.ts"
2508
- }
2509
- },
2510
- {
2511
- "kind": "js",
2512
- "name": "foundationAnchor",
2513
- "declaration": {
2514
- "name": "foundationAnchor",
2515
- "module": "src/anchor/anchor.ts"
2516
- }
2517
- }
2518
- ]
2519
- },
2520
- {
2521
- "kind": "javascript-module",
2522
- "path": "src/anchor/index.ts",
2523
- "declarations": [],
2524
- "exports": [
2525
- {
2526
- "kind": "js",
2527
- "name": "*",
2528
- "declaration": {
2529
- "name": "*",
2530
- "package": "./anchor.template"
2531
- }
2532
- },
2533
- {
2534
- "kind": "js",
2535
- "name": "*",
2536
- "declaration": {
2537
- "name": "*",
2538
- "package": "./anchor.styles"
2539
- }
2540
- },
2541
- {
2542
- "kind": "js",
2543
- "name": "*",
2544
- "declaration": {
2545
- "name": "*",
2546
- "package": "./anchor"
2547
- }
2548
- }
2549
- ]
2550
- },
2551
- {
2552
- "kind": "javascript-module",
2553
- "path": "src/anchored-region/anchor-region.template.ts",
2554
- "declarations": [
2555
- {
2556
- "kind": "function",
2557
- "name": "foundationAnchoredRegionTemplate",
2558
- "return": {
2559
- "type": {
2560
- "text": "ViewTemplate<AnchoredRegion>"
2561
- }
2562
- },
2563
- "parameters": [
2564
- {
2565
- "name": "context",
2566
- "type": {
2567
- "text": "ElementDefinitionContext"
2568
- }
2569
- },
2570
- {
2571
- "name": "definition",
2572
- "type": {
2573
- "text": "FoundationElementDefinition"
2574
- }
2575
- }
2576
- ]
2577
- }
2578
- ],
2579
- "exports": [
2580
- {
2581
- "kind": "js",
2582
- "name": "foundationAnchoredRegionTemplate",
2583
- "declaration": {
2584
- "name": "foundationAnchoredRegionTemplate",
2585
- "module": "src/anchored-region/anchor-region.template.ts"
2586
- }
2587
- }
2588
- ]
2589
- },
2590
- {
2591
- "kind": "javascript-module",
2592
- "path": "src/anchored-region/anchored-region.styles.ts",
2593
- "declarations": [
2594
- {
2595
- "kind": "function",
2596
- "name": "foundationAnchoredRegionStyles",
2597
- "return": {
2598
- "type": {
2599
- "text": "ElementStyles"
2600
- }
2601
- },
2602
- "parameters": [
2603
- {
2604
- "name": "context",
2605
- "type": {
2606
- "text": "ElementDefinitionContext"
2468
+ "name": "AnchoredRegion",
2469
+ "module": "src/anchored-region/anchored-region.ts"
2607
2470
  }
2608
2471
  },
2609
2472
  {
2610
- "name": "definition",
2611
- "type": {
2612
- "text": "FoundationElementDefinition"
2613
- }
2614
- }
2615
- ]
2616
- }
2617
- ],
2618
- "exports": [
2619
- {
2620
- "kind": "js",
2621
- "name": "foundationAnchoredRegionStyles",
2622
- "declaration": {
2623
- "name": "foundationAnchoredRegionStyles",
2624
- "module": "src/anchored-region/anchored-region.styles.ts"
2625
- }
2626
- }
2627
- ]
2628
- },
2629
- {
2630
- "kind": "javascript-module",
2631
- "path": "src/anchored-region/anchored-region.ts",
2632
- "declarations": [
2633
- {
2634
- "kind": "class",
2635
- "description": "",
2636
- "name": "AnchoredRegion",
2637
- "superclass": {
2638
- "name": "FASTAnchoredRegion",
2639
- "package": "@microsoft/fast-components"
2640
- },
2641
- "tagName": "%%prefix%%-anchored-region",
2642
- "customElement": true,
2643
- "attributes": [
2644
- {
2645
- "name": "anchor",
2473
+ "kind": "field",
2474
+ "name": "horizontalInset",
2646
2475
  "type": {
2647
- "text": "string"
2476
+ "text": "boolean"
2648
2477
  },
2649
- "default": "\"\"",
2650
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2651
- "fieldName": "anchor",
2478
+ "privacy": "public",
2479
+ "default": "false",
2480
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2652
2481
  "inheritedFrom": {
2653
2482
  "name": "AnchoredRegion",
2654
2483
  "module": "src/anchored-region/anchored-region.ts"
2655
2484
  }
2656
2485
  },
2657
2486
  {
2658
- "name": "viewport",
2659
- "type": {
2660
- "text": "string"
2487
+ "kind": "method",
2488
+ "name": "horizontalInsetChanged",
2489
+ "privacy": "private",
2490
+ "return": {
2491
+ "type": {
2492
+ "text": "void"
2493
+ }
2661
2494
  },
2662
- "default": "\"\"",
2663
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2664
- "fieldName": "viewport",
2665
2495
  "inheritedFrom": {
2666
2496
  "name": "AnchoredRegion",
2667
2497
  "module": "src/anchored-region/anchored-region.ts"
2668
2498
  }
2669
2499
  },
2670
2500
  {
2671
- "name": "horizontal-positioning-mode",
2672
- "type": {
2673
- "text": "AxisPositioningMode"
2674
- },
2675
- "default": "\"uncontrolled\"",
2676
- "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",
2677
- "fieldName": "horizontalPositioningMode",
2678
- "inheritedFrom": {
2679
- "name": "AnchoredRegion",
2680
- "module": "src/anchored-region/anchored-region.ts"
2681
- }
2682
- },
2683
- {
2684
- "name": "horizontal-default-position",
2501
+ "kind": "field",
2502
+ "name": "horizontalThreshold",
2685
2503
  "type": {
2686
- "text": "HorizontalPosition"
2504
+ "text": "number"
2687
2505
  },
2688
- "default": "\"unset\"",
2689
- "description": "The default horizontal position of the region relative to the anchor element",
2690
- "fieldName": "horizontalDefaultPosition",
2506
+ "privacy": "public",
2507
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2691
2508
  "inheritedFrom": {
2692
2509
  "name": "AnchoredRegion",
2693
2510
  "module": "src/anchored-region/anchored-region.ts"
2694
2511
  }
2695
2512
  },
2696
2513
  {
2697
- "name": "horizontal-viewport-lock",
2698
- "type": {
2699
- "text": "boolean"
2514
+ "kind": "method",
2515
+ "name": "horizontalThresholdChanged",
2516
+ "privacy": "private",
2517
+ "return": {
2518
+ "type": {
2519
+ "text": "void"
2520
+ }
2700
2521
  },
2701
- "default": "false",
2702
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2703
- "fieldName": "horizontalViewportLock",
2704
2522
  "inheritedFrom": {
2705
2523
  "name": "AnchoredRegion",
2706
2524
  "module": "src/anchored-region/anchored-region.ts"
2707
2525
  }
2708
2526
  },
2709
2527
  {
2710
- "name": "horizontal-inset",
2528
+ "kind": "field",
2529
+ "name": "horizontalScaling",
2711
2530
  "type": {
2712
- "text": "boolean"
2531
+ "text": "AxisScalingMode"
2713
2532
  },
2714
- "default": "false",
2715
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2716
- "fieldName": "horizontalInset",
2533
+ "privacy": "public",
2534
+ "default": "\"content\"",
2535
+ "description": "Defines how the width of the region is calculated",
2717
2536
  "inheritedFrom": {
2718
2537
  "name": "AnchoredRegion",
2719
2538
  "module": "src/anchored-region/anchored-region.ts"
2720
2539
  }
2721
2540
  },
2722
2541
  {
2723
- "name": "horizontal-threshold",
2724
- "type": {
2725
- "text": "number"
2542
+ "kind": "method",
2543
+ "name": "horizontalScalingChanged",
2544
+ "privacy": "private",
2545
+ "return": {
2546
+ "type": {
2547
+ "text": "void"
2548
+ }
2726
2549
  },
2727
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2728
- "fieldName": "horizontalThreshold",
2729
2550
  "inheritedFrom": {
2730
2551
  "name": "AnchoredRegion",
2731
2552
  "module": "src/anchored-region/anchored-region.ts"
2732
2553
  }
2733
2554
  },
2734
2555
  {
2735
- "name": "horizontal-scaling",
2556
+ "kind": "field",
2557
+ "name": "verticalPositioningMode",
2736
2558
  "type": {
2737
- "text": "AxisScalingMode"
2559
+ "text": "AxisPositioningMode"
2738
2560
  },
2739
- "default": "\"content\"",
2740
- "description": "Defines how the width of the region is calculated",
2741
- "fieldName": "horizontalScaling",
2561
+ "privacy": "public",
2562
+ "default": "\"uncontrolled\"",
2563
+ "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",
2742
2564
  "inheritedFrom": {
2743
2565
  "name": "AnchoredRegion",
2744
2566
  "module": "src/anchored-region/anchored-region.ts"
2745
2567
  }
2746
2568
  },
2747
2569
  {
2748
- "name": "vertical-positioning-mode",
2749
- "type": {
2750
- "text": "AxisPositioningMode"
2570
+ "kind": "method",
2571
+ "name": "verticalPositioningModeChanged",
2572
+ "privacy": "private",
2573
+ "return": {
2574
+ "type": {
2575
+ "text": "void"
2576
+ }
2751
2577
  },
2752
- "default": "\"uncontrolled\"",
2753
- "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",
2754
- "fieldName": "verticalPositioningMode",
2755
2578
  "inheritedFrom": {
2756
2579
  "name": "AnchoredRegion",
2757
2580
  "module": "src/anchored-region/anchored-region.ts"
2758
2581
  }
2759
2582
  },
2760
2583
  {
2761
- "name": "vertical-default-position",
2584
+ "kind": "field",
2585
+ "name": "verticalDefaultPosition",
2762
2586
  "type": {
2763
2587
  "text": "VerticalPosition"
2764
2588
  },
2589
+ "privacy": "public",
2765
2590
  "default": "\"unset\"",
2766
2591
  "description": "The default vertical position of the region relative to the anchor element",
2767
- "fieldName": "verticalDefaultPosition",
2768
2592
  "inheritedFrom": {
2769
2593
  "name": "AnchoredRegion",
2770
2594
  "module": "src/anchored-region/anchored-region.ts"
2771
2595
  }
2772
2596
  },
2773
2597
  {
2774
- "name": "vertical-viewport-lock",
2775
- "type": {
2776
- "text": "boolean"
2598
+ "kind": "method",
2599
+ "name": "verticalDefaultPositionChanged",
2600
+ "privacy": "private",
2601
+ "return": {
2602
+ "type": {
2603
+ "text": "void"
2604
+ }
2777
2605
  },
2778
- "default": "false",
2779
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2780
- "fieldName": "verticalViewportLock",
2781
2606
  "inheritedFrom": {
2782
2607
  "name": "AnchoredRegion",
2783
2608
  "module": "src/anchored-region/anchored-region.ts"
2784
2609
  }
2785
2610
  },
2786
2611
  {
2787
- "name": "vertical-inset",
2612
+ "kind": "field",
2613
+ "name": "verticalViewportLock",
2788
2614
  "type": {
2789
2615
  "text": "boolean"
2790
2616
  },
2617
+ "privacy": "public",
2791
2618
  "default": "false",
2792
- "description": "Whether the region overlaps the anchor on the vertical axis",
2793
- "fieldName": "verticalInset",
2794
- "inheritedFrom": {
2795
- "name": "AnchoredRegion",
2796
- "module": "src/anchored-region/anchored-region.ts"
2797
- }
2798
- },
2799
- {
2800
- "name": "vertical-threshold",
2801
- "type": {
2802
- "text": "number"
2803
- },
2804
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2805
- "fieldName": "verticalThreshold",
2619
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2806
2620
  "inheritedFrom": {
2807
2621
  "name": "AnchoredRegion",
2808
2622
  "module": "src/anchored-region/anchored-region.ts"
2809
2623
  }
2810
2624
  },
2811
2625
  {
2812
- "name": "vertical-scaling",
2813
- "type": {
2814
- "text": "AxisScalingMode"
2626
+ "kind": "method",
2627
+ "name": "verticalViewportLockChanged",
2628
+ "privacy": "private",
2629
+ "return": {
2630
+ "type": {
2631
+ "text": "void"
2632
+ }
2815
2633
  },
2816
- "default": "\"content\"",
2817
- "description": "Defines how the height of the region is calculated",
2818
- "fieldName": "verticalScaling",
2819
2634
  "inheritedFrom": {
2820
2635
  "name": "AnchoredRegion",
2821
2636
  "module": "src/anchored-region/anchored-region.ts"
2822
2637
  }
2823
2638
  },
2824
2639
  {
2825
- "name": "fixed-placement",
2640
+ "kind": "field",
2641
+ "name": "verticalInset",
2826
2642
  "type": {
2827
2643
  "text": "boolean"
2828
2644
  },
2645
+ "privacy": "public",
2829
2646
  "default": "false",
2830
- "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,",
2831
- "fieldName": "fixedPlacement",
2647
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2832
2648
  "inheritedFrom": {
2833
2649
  "name": "AnchoredRegion",
2834
2650
  "module": "src/anchored-region/anchored-region.ts"
2835
2651
  }
2836
2652
  },
2837
2653
  {
2838
- "name": "auto-update-mode",
2839
- "type": {
2840
- "text": "AutoUpdateMode"
2654
+ "kind": "method",
2655
+ "name": "verticalInsetChanged",
2656
+ "privacy": "private",
2657
+ "return": {
2658
+ "type": {
2659
+ "text": "void"
2660
+ }
2841
2661
  },
2842
- "default": "\"anchor\"",
2843
- "description": "Defines what triggers the anchored region to revaluate positioning",
2844
- "fieldName": "autoUpdateMode",
2845
2662
  "inheritedFrom": {
2846
2663
  "name": "AnchoredRegion",
2847
2664
  "module": "src/anchored-region/anchored-region.ts"
2848
2665
  }
2849
- }
2850
- ],
2851
- "members": [
2666
+ },
2852
2667
  {
2853
2668
  "kind": "field",
2854
- "name": "anchor",
2669
+ "name": "verticalThreshold",
2855
2670
  "type": {
2856
- "text": "string"
2671
+ "text": "number"
2857
2672
  },
2858
2673
  "privacy": "public",
2859
- "default": "\"\"",
2860
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2674
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2861
2675
  "inheritedFrom": {
2862
2676
  "name": "AnchoredRegion",
2863
2677
  "module": "src/anchored-region/anchored-region.ts"
@@ -2865,7 +2679,7 @@
2865
2679
  },
2866
2680
  {
2867
2681
  "kind": "method",
2868
- "name": "anchorChanged",
2682
+ "name": "verticalThresholdChanged",
2869
2683
  "privacy": "private",
2870
2684
  "return": {
2871
2685
  "type": {
@@ -2879,13 +2693,13 @@
2879
2693
  },
2880
2694
  {
2881
2695
  "kind": "field",
2882
- "name": "viewport",
2696
+ "name": "verticalScaling",
2883
2697
  "type": {
2884
- "text": "string"
2698
+ "text": "AxisScalingMode"
2885
2699
  },
2886
2700
  "privacy": "public",
2887
- "default": "\"\"",
2888
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2701
+ "default": "\"content\"",
2702
+ "description": "Defines how the height of the region is calculated",
2889
2703
  "inheritedFrom": {
2890
2704
  "name": "AnchoredRegion",
2891
2705
  "module": "src/anchored-region/anchored-region.ts"
@@ -2893,7 +2707,7 @@
2893
2707
  },
2894
2708
  {
2895
2709
  "kind": "method",
2896
- "name": "viewportChanged",
2710
+ "name": "verticalScalingChanged",
2897
2711
  "privacy": "private",
2898
2712
  "return": {
2899
2713
  "type": {
@@ -2907,13 +2721,13 @@
2907
2721
  },
2908
2722
  {
2909
2723
  "kind": "field",
2910
- "name": "horizontalPositioningMode",
2724
+ "name": "fixedPlacement",
2911
2725
  "type": {
2912
- "text": "AxisPositioningMode"
2726
+ "text": "boolean"
2913
2727
  },
2914
2728
  "privacy": "public",
2915
- "default": "\"uncontrolled\"",
2916
- "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",
2729
+ "default": "false",
2730
+ "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,",
2917
2731
  "inheritedFrom": {
2918
2732
  "name": "AnchoredRegion",
2919
2733
  "module": "src/anchored-region/anchored-region.ts"
@@ -2921,7 +2735,7 @@
2921
2735
  },
2922
2736
  {
2923
2737
  "kind": "method",
2924
- "name": "horizontalPositioningModeChanged",
2738
+ "name": "fixedPlacementChanged",
2925
2739
  "privacy": "private",
2926
2740
  "return": {
2927
2741
  "type": {
@@ -2935,13 +2749,13 @@
2935
2749
  },
2936
2750
  {
2937
2751
  "kind": "field",
2938
- "name": "horizontalDefaultPosition",
2752
+ "name": "autoUpdateMode",
2939
2753
  "type": {
2940
- "text": "HorizontalPosition"
2754
+ "text": "AutoUpdateMode"
2941
2755
  },
2942
2756
  "privacy": "public",
2943
- "default": "\"unset\"",
2944
- "description": "The default horizontal position of the region relative to the anchor element",
2757
+ "default": "\"anchor\"",
2758
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2945
2759
  "inheritedFrom": {
2946
2760
  "name": "AnchoredRegion",
2947
2761
  "module": "src/anchored-region/anchored-region.ts"
@@ -2949,13 +2763,27 @@
2949
2763
  },
2950
2764
  {
2951
2765
  "kind": "method",
2952
- "name": "horizontalDefaultPositionChanged",
2766
+ "name": "autoUpdateModeChanged",
2953
2767
  "privacy": "private",
2954
2768
  "return": {
2955
2769
  "type": {
2956
2770
  "text": "void"
2957
2771
  }
2958
2772
  },
2773
+ "parameters": [
2774
+ {
2775
+ "name": "prevMode",
2776
+ "type": {
2777
+ "text": "AutoUpdateMode"
2778
+ }
2779
+ },
2780
+ {
2781
+ "name": "newMode",
2782
+ "type": {
2783
+ "text": "AutoUpdateMode"
2784
+ }
2785
+ }
2786
+ ],
2959
2787
  "inheritedFrom": {
2960
2788
  "name": "AnchoredRegion",
2961
2789
  "module": "src/anchored-region/anchored-region.ts"
@@ -2963,13 +2791,13 @@
2963
2791
  },
2964
2792
  {
2965
2793
  "kind": "field",
2966
- "name": "horizontalViewportLock",
2794
+ "name": "anchorElement",
2967
2795
  "type": {
2968
- "text": "boolean"
2796
+ "text": "HTMLElement | null"
2969
2797
  },
2970
2798
  "privacy": "public",
2971
- "default": "false",
2972
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2799
+ "default": "null",
2800
+ "description": "The HTML element being used as the anchor",
2973
2801
  "inheritedFrom": {
2974
2802
  "name": "AnchoredRegion",
2975
2803
  "module": "src/anchored-region/anchored-region.ts"
@@ -2977,7 +2805,7 @@
2977
2805
  },
2978
2806
  {
2979
2807
  "kind": "method",
2980
- "name": "horizontalViewportLockChanged",
2808
+ "name": "anchorElementChanged",
2981
2809
  "privacy": "private",
2982
2810
  "return": {
2983
2811
  "type": {
@@ -2991,13 +2819,13 @@
2991
2819
  },
2992
2820
  {
2993
2821
  "kind": "field",
2994
- "name": "horizontalInset",
2822
+ "name": "viewportElement",
2995
2823
  "type": {
2996
- "text": "boolean"
2824
+ "text": "HTMLElement | null"
2997
2825
  },
2998
2826
  "privacy": "public",
2999
- "default": "false",
3000
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2827
+ "default": "null",
2828
+ "description": "The HTML element being used as the viewport",
3001
2829
  "inheritedFrom": {
3002
2830
  "name": "AnchoredRegion",
3003
2831
  "module": "src/anchored-region/anchored-region.ts"
@@ -3005,7 +2833,7 @@
3005
2833
  },
3006
2834
  {
3007
2835
  "kind": "method",
3008
- "name": "horizontalInsetChanged",
2836
+ "name": "viewportElementChanged",
3009
2837
  "privacy": "private",
3010
2838
  "return": {
3011
2839
  "type": {
@@ -3019,26 +2847,25 @@
3019
2847
  },
3020
2848
  {
3021
2849
  "kind": "field",
3022
- "name": "horizontalThreshold",
2850
+ "name": "verticalPosition",
3023
2851
  "type": {
3024
- "text": "number"
2852
+ "text": "AnchoredRegionPositionLabel | undefined"
3025
2853
  },
3026
2854
  "privacy": "public",
3027
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2855
+ "description": "indicates the current horizontal position of the region",
3028
2856
  "inheritedFrom": {
3029
2857
  "name": "AnchoredRegion",
3030
2858
  "module": "src/anchored-region/anchored-region.ts"
3031
2859
  }
3032
2860
  },
3033
2861
  {
3034
- "kind": "method",
3035
- "name": "horizontalThresholdChanged",
3036
- "privacy": "private",
3037
- "return": {
3038
- "type": {
3039
- "text": "void"
3040
- }
2862
+ "kind": "field",
2863
+ "name": "horizontalPosition",
2864
+ "type": {
2865
+ "text": "AnchoredRegionPositionLabel | undefined"
3041
2866
  },
2867
+ "privacy": "public",
2868
+ "description": "indicates the current vertical position of the region",
3042
2869
  "inheritedFrom": {
3043
2870
  "name": "AnchoredRegion",
3044
2871
  "module": "src/anchored-region/anchored-region.ts"
@@ -3046,27 +2873,24 @@
3046
2873
  },
3047
2874
  {
3048
2875
  "kind": "field",
3049
- "name": "horizontalScaling",
2876
+ "name": "translateX",
3050
2877
  "type": {
3051
- "text": "AxisScalingMode"
2878
+ "text": "number"
3052
2879
  },
3053
- "privacy": "public",
3054
- "default": "\"content\"",
3055
- "description": "Defines how the width of the region is calculated",
2880
+ "privacy": "private",
2881
+ "description": "values to be applied to the component's transform on render",
3056
2882
  "inheritedFrom": {
3057
2883
  "name": "AnchoredRegion",
3058
2884
  "module": "src/anchored-region/anchored-region.ts"
3059
2885
  }
3060
2886
  },
3061
2887
  {
3062
- "kind": "method",
3063
- "name": "horizontalScalingChanged",
3064
- "privacy": "private",
3065
- "return": {
3066
- "type": {
3067
- "text": "void"
3068
- }
2888
+ "kind": "field",
2889
+ "name": "translateY",
2890
+ "type": {
2891
+ "text": "number"
3069
2892
  },
2893
+ "privacy": "private",
3070
2894
  "inheritedFrom": {
3071
2895
  "name": "AnchoredRegion",
3072
2896
  "module": "src/anchored-region/anchored-region.ts"
@@ -3074,27 +2898,24 @@
3074
2898
  },
3075
2899
  {
3076
2900
  "kind": "field",
3077
- "name": "verticalPositioningMode",
2901
+ "name": "regionWidth",
3078
2902
  "type": {
3079
- "text": "AxisPositioningMode"
2903
+ "text": "string"
3080
2904
  },
3081
- "privacy": "public",
3082
- "default": "\"uncontrolled\"",
3083
- "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",
2905
+ "privacy": "private",
2906
+ "description": "the span to be applied to the region on each axis",
3084
2907
  "inheritedFrom": {
3085
2908
  "name": "AnchoredRegion",
3086
2909
  "module": "src/anchored-region/anchored-region.ts"
3087
2910
  }
3088
2911
  },
3089
2912
  {
3090
- "kind": "method",
3091
- "name": "verticalPositioningModeChanged",
3092
- "privacy": "private",
3093
- "return": {
3094
- "type": {
3095
- "text": "void"
3096
- }
2913
+ "kind": "field",
2914
+ "name": "regionHeight",
2915
+ "type": {
2916
+ "text": "string"
3097
2917
  },
2918
+ "privacy": "private",
3098
2919
  "inheritedFrom": {
3099
2920
  "name": "AnchoredRegion",
3100
2921
  "module": "src/anchored-region/anchored-region.ts"
@@ -3102,27 +2923,24 @@
3102
2923
  },
3103
2924
  {
3104
2925
  "kind": "field",
3105
- "name": "verticalDefaultPosition",
2926
+ "name": "resizeDetector",
3106
2927
  "type": {
3107
- "text": "VerticalPosition"
2928
+ "text": "ResizeObserverClassDefinition | null"
3108
2929
  },
3109
- "privacy": "public",
3110
- "default": "\"unset\"",
3111
- "description": "The default vertical position of the region relative to the anchor element",
2930
+ "privacy": "private",
2931
+ "default": "null",
3112
2932
  "inheritedFrom": {
3113
2933
  "name": "AnchoredRegion",
3114
2934
  "module": "src/anchored-region/anchored-region.ts"
3115
2935
  }
3116
2936
  },
3117
2937
  {
3118
- "kind": "method",
3119
- "name": "verticalDefaultPositionChanged",
3120
- "privacy": "private",
3121
- "return": {
3122
- "type": {
3123
- "text": "void"
3124
- }
2938
+ "kind": "field",
2939
+ "name": "viewportRect",
2940
+ "type": {
2941
+ "text": "ClientRect | DOMRect | undefined"
3125
2942
  },
2943
+ "privacy": "private",
3126
2944
  "inheritedFrom": {
3127
2945
  "name": "AnchoredRegion",
3128
2946
  "module": "src/anchored-region/anchored-region.ts"
@@ -3130,27 +2948,23 @@
3130
2948
  },
3131
2949
  {
3132
2950
  "kind": "field",
3133
- "name": "verticalViewportLock",
2951
+ "name": "anchorRect",
3134
2952
  "type": {
3135
- "text": "boolean"
2953
+ "text": "ClientRect | DOMRect | undefined"
3136
2954
  },
3137
- "privacy": "public",
3138
- "default": "false",
3139
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2955
+ "privacy": "private",
3140
2956
  "inheritedFrom": {
3141
2957
  "name": "AnchoredRegion",
3142
2958
  "module": "src/anchored-region/anchored-region.ts"
3143
2959
  }
3144
2960
  },
3145
2961
  {
3146
- "kind": "method",
3147
- "name": "verticalViewportLockChanged",
3148
- "privacy": "private",
3149
- "return": {
3150
- "type": {
3151
- "text": "void"
3152
- }
2962
+ "kind": "field",
2963
+ "name": "regionRect",
2964
+ "type": {
2965
+ "text": "ClientRect | DOMRect | undefined"
3153
2966
  },
2967
+ "privacy": "private",
3154
2968
  "inheritedFrom": {
3155
2969
  "name": "AnchoredRegion",
3156
2970
  "module": "src/anchored-region/anchored-region.ts"
@@ -3158,27 +2972,26 @@
3158
2972
  },
3159
2973
  {
3160
2974
  "kind": "field",
3161
- "name": "verticalInset",
2975
+ "name": "baseHorizontalOffset",
3162
2976
  "type": {
3163
- "text": "boolean"
2977
+ "text": "number"
3164
2978
  },
3165
- "privacy": "public",
3166
- "default": "false",
3167
- "description": "Whether the region overlaps the anchor on the vertical axis",
2979
+ "privacy": "private",
2980
+ "default": "0",
2981
+ "description": "base offsets between the positioner's base position and the anchor's",
3168
2982
  "inheritedFrom": {
3169
2983
  "name": "AnchoredRegion",
3170
2984
  "module": "src/anchored-region/anchored-region.ts"
3171
2985
  }
3172
2986
  },
3173
2987
  {
3174
- "kind": "method",
3175
- "name": "verticalInsetChanged",
3176
- "privacy": "private",
3177
- "return": {
3178
- "type": {
3179
- "text": "void"
3180
- }
2988
+ "kind": "field",
2989
+ "name": "baseVerticalOffset",
2990
+ "type": {
2991
+ "text": "number"
3181
2992
  },
2993
+ "privacy": "private",
2994
+ "default": "0",
3182
2995
  "inheritedFrom": {
3183
2996
  "name": "AnchoredRegion",
3184
2997
  "module": "src/anchored-region/anchored-region.ts"
@@ -3186,26 +2999,25 @@
3186
2999
  },
3187
3000
  {
3188
3001
  "kind": "field",
3189
- "name": "verticalThreshold",
3002
+ "name": "pendingPositioningUpdate",
3190
3003
  "type": {
3191
- "text": "number"
3004
+ "text": "boolean"
3192
3005
  },
3193
- "privacy": "public",
3194
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3006
+ "privacy": "private",
3007
+ "default": "false",
3195
3008
  "inheritedFrom": {
3196
3009
  "name": "AnchoredRegion",
3197
3010
  "module": "src/anchored-region/anchored-region.ts"
3198
3011
  }
3199
3012
  },
3200
3013
  {
3201
- "kind": "method",
3202
- "name": "verticalThresholdChanged",
3203
- "privacy": "private",
3204
- "return": {
3205
- "type": {
3206
- "text": "void"
3207
- }
3014
+ "kind": "field",
3015
+ "name": "pendingReset",
3016
+ "type": {
3017
+ "text": "boolean"
3208
3018
  },
3019
+ "privacy": "private",
3020
+ "default": "false",
3209
3021
  "inheritedFrom": {
3210
3022
  "name": "AnchoredRegion",
3211
3023
  "module": "src/anchored-region/anchored-region.ts"
@@ -3213,27 +3025,24 @@
3213
3025
  },
3214
3026
  {
3215
3027
  "kind": "field",
3216
- "name": "verticalScaling",
3028
+ "name": "currentDirection",
3217
3029
  "type": {
3218
- "text": "AxisScalingMode"
3030
+ "text": "Direction"
3219
3031
  },
3220
- "privacy": "public",
3221
- "default": "\"content\"",
3222
- "description": "Defines how the height of the region is calculated",
3032
+ "privacy": "private",
3223
3033
  "inheritedFrom": {
3224
3034
  "name": "AnchoredRegion",
3225
3035
  "module": "src/anchored-region/anchored-region.ts"
3226
3036
  }
3227
3037
  },
3228
3038
  {
3229
- "kind": "method",
3230
- "name": "verticalScalingChanged",
3231
- "privacy": "private",
3232
- "return": {
3233
- "type": {
3234
- "text": "void"
3235
- }
3039
+ "kind": "field",
3040
+ "name": "regionVisible",
3041
+ "type": {
3042
+ "text": "boolean"
3236
3043
  },
3044
+ "privacy": "private",
3045
+ "default": "false",
3237
3046
  "inheritedFrom": {
3238
3047
  "name": "AnchoredRegion",
3239
3048
  "module": "src/anchored-region/anchored-region.ts"
@@ -3241,27 +3050,25 @@
3241
3050
  },
3242
3051
  {
3243
3052
  "kind": "field",
3244
- "name": "fixedPlacement",
3053
+ "name": "forceUpdate",
3245
3054
  "type": {
3246
3055
  "text": "boolean"
3247
3056
  },
3248
- "privacy": "public",
3057
+ "privacy": "private",
3249
3058
  "default": "false",
3250
- "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,",
3251
3059
  "inheritedFrom": {
3252
3060
  "name": "AnchoredRegion",
3253
3061
  "module": "src/anchored-region/anchored-region.ts"
3254
3062
  }
3255
3063
  },
3256
3064
  {
3257
- "kind": "method",
3258
- "name": "fixedPlacementChanged",
3259
- "privacy": "private",
3260
- "return": {
3261
- "type": {
3262
- "text": "void"
3263
- }
3065
+ "kind": "field",
3066
+ "name": "updateThreshold",
3067
+ "type": {
3068
+ "text": "number"
3264
3069
  },
3070
+ "privacy": "private",
3071
+ "default": "0.5",
3265
3072
  "inheritedFrom": {
3266
3073
  "name": "AnchoredRegion",
3267
3074
  "module": "src/anchored-region/anchored-region.ts"
@@ -3269,13 +3076,23 @@
3269
3076
  },
3270
3077
  {
3271
3078
  "kind": "field",
3272
- "name": "autoUpdateMode",
3079
+ "name": "intersectionService",
3273
3080
  "type": {
3274
- "text": "AutoUpdateMode"
3081
+ "text": "IntersectionService"
3275
3082
  },
3083
+ "privacy": "private",
3084
+ "static": true,
3085
+ "default": "new IntersectionService()",
3086
+ "inheritedFrom": {
3087
+ "name": "AnchoredRegion",
3088
+ "module": "src/anchored-region/anchored-region.ts"
3089
+ }
3090
+ },
3091
+ {
3092
+ "kind": "field",
3093
+ "name": "update",
3276
3094
  "privacy": "public",
3277
- "default": "\"anchor\"",
3278
- "description": "Defines what triggers the anchored region to revaluate positioning",
3095
+ "description": "update position",
3279
3096
  "inheritedFrom": {
3280
3097
  "name": "AnchoredRegion",
3281
3098
  "module": "src/anchored-region/anchored-region.ts"
@@ -3283,41 +3100,29 @@
3283
3100
  },
3284
3101
  {
3285
3102
  "kind": "method",
3286
- "name": "autoUpdateModeChanged",
3103
+ "name": "disconnectResizeDetector",
3287
3104
  "privacy": "private",
3288
3105
  "return": {
3289
3106
  "type": {
3290
3107
  "text": "void"
3291
3108
  }
3292
3109
  },
3293
- "parameters": [
3294
- {
3295
- "name": "prevMode",
3296
- "type": {
3297
- "text": "AutoUpdateMode"
3298
- }
3299
- },
3300
- {
3301
- "name": "newMode",
3302
- "type": {
3303
- "text": "AutoUpdateMode"
3304
- }
3305
- }
3306
- ],
3110
+ "description": "destroys the instance's resize observer",
3307
3111
  "inheritedFrom": {
3308
3112
  "name": "AnchoredRegion",
3309
3113
  "module": "src/anchored-region/anchored-region.ts"
3310
3114
  }
3311
3115
  },
3312
3116
  {
3313
- "kind": "field",
3314
- "name": "anchorElement",
3315
- "type": {
3316
- "text": "HTMLElement | null"
3117
+ "kind": "method",
3118
+ "name": "initializeResizeDetector",
3119
+ "privacy": "private",
3120
+ "return": {
3121
+ "type": {
3122
+ "text": "void"
3123
+ }
3317
3124
  },
3318
- "privacy": "public",
3319
- "default": "null",
3320
- "description": "The HTML element being used as the anchor",
3125
+ "description": "initializes the instance's resize observer",
3321
3126
  "inheritedFrom": {
3322
3127
  "name": "AnchoredRegion",
3323
3128
  "module": "src/anchored-region/anchored-region.ts"
@@ -3325,27 +3130,29 @@
3325
3130
  },
3326
3131
  {
3327
3132
  "kind": "method",
3328
- "name": "anchorElementChanged",
3133
+ "name": "updateForAttributeChange",
3329
3134
  "privacy": "private",
3330
3135
  "return": {
3331
3136
  "type": {
3332
3137
  "text": "void"
3333
3138
  }
3334
3139
  },
3140
+ "description": "react to attribute changes that don't require a reset",
3335
3141
  "inheritedFrom": {
3336
3142
  "name": "AnchoredRegion",
3337
3143
  "module": "src/anchored-region/anchored-region.ts"
3338
3144
  }
3339
3145
  },
3340
3146
  {
3341
- "kind": "field",
3342
- "name": "viewportElement",
3343
- "type": {
3344
- "text": "HTMLElement | null"
3147
+ "kind": "method",
3148
+ "name": "initialize",
3149
+ "privacy": "private",
3150
+ "return": {
3151
+ "type": {
3152
+ "text": "void"
3153
+ }
3345
3154
  },
3346
- "privacy": "public",
3347
- "default": "null",
3348
- "description": "The HTML element being used as the viewport",
3155
+ "description": "fully initializes the component",
3349
3156
  "inheritedFrom": {
3350
3157
  "name": "AnchoredRegion",
3351
3158
  "module": "src/anchored-region/anchored-region.ts"
@@ -3353,26 +3160,29 @@
3353
3160
  },
3354
3161
  {
3355
3162
  "kind": "method",
3356
- "name": "viewportElementChanged",
3163
+ "name": "requestReset",
3357
3164
  "privacy": "private",
3358
3165
  "return": {
3359
3166
  "type": {
3360
3167
  "text": "void"
3361
3168
  }
3362
3169
  },
3170
+ "description": "Request a reset if there are currently no open requests",
3363
3171
  "inheritedFrom": {
3364
3172
  "name": "AnchoredRegion",
3365
3173
  "module": "src/anchored-region/anchored-region.ts"
3366
3174
  }
3367
3175
  },
3368
3176
  {
3369
- "kind": "field",
3370
- "name": "verticalPosition",
3371
- "type": {
3372
- "text": "AnchoredRegionPositionLabel | undefined"
3177
+ "kind": "method",
3178
+ "name": "setInitialState",
3179
+ "privacy": "private",
3180
+ "return": {
3181
+ "type": {
3182
+ "text": "void"
3183
+ }
3373
3184
  },
3374
- "privacy": "public",
3375
- "description": "indicates the current horizontal position of the region",
3185
+ "description": "sets the starting configuration for component internal values",
3376
3186
  "inheritedFrom": {
3377
3187
  "name": "AnchoredRegion",
3378
3188
  "module": "src/anchored-region/anchored-region.ts"
@@ -3380,12 +3190,9 @@
3380
3190
  },
3381
3191
  {
3382
3192
  "kind": "field",
3383
- "name": "horizontalPosition",
3384
- "type": {
3385
- "text": "AnchoredRegionPositionLabel | undefined"
3386
- },
3387
- "privacy": "public",
3388
- "description": "indicates the current vertical position of the region",
3193
+ "name": "startObservers",
3194
+ "privacy": "private",
3195
+ "description": "starts observers",
3389
3196
  "inheritedFrom": {
3390
3197
  "name": "AnchoredRegion",
3391
3198
  "module": "src/anchored-region/anchored-region.ts"
@@ -3393,12 +3200,9 @@
3393
3200
  },
3394
3201
  {
3395
3202
  "kind": "field",
3396
- "name": "translateX",
3397
- "type": {
3398
- "text": "number"
3399
- },
3203
+ "name": "requestPositionUpdates",
3400
3204
  "privacy": "private",
3401
- "description": "values to be applied to the component's transform on render",
3205
+ "description": "get position updates",
3402
3206
  "inheritedFrom": {
3403
3207
  "name": "AnchoredRegion",
3404
3208
  "module": "src/anchored-region/anchored-region.ts"
@@ -3406,11 +3210,9 @@
3406
3210
  },
3407
3211
  {
3408
3212
  "kind": "field",
3409
- "name": "translateY",
3410
- "type": {
3411
- "text": "number"
3412
- },
3213
+ "name": "stopObservers",
3413
3214
  "privacy": "private",
3215
+ "description": "stops observers",
3414
3216
  "inheritedFrom": {
3415
3217
  "name": "AnchoredRegion",
3416
3218
  "module": "src/anchored-region/anchored-region.ts"
@@ -3418,12 +3220,9 @@
3418
3220
  },
3419
3221
  {
3420
3222
  "kind": "field",
3421
- "name": "regionWidth",
3422
- "type": {
3423
- "text": "string"
3424
- },
3223
+ "name": "getViewport",
3425
3224
  "privacy": "private",
3426
- "description": "the span to be applied to the region on each axis",
3225
+ "description": "Gets the viewport element by id, or defaults to document root",
3427
3226
  "inheritedFrom": {
3428
3227
  "name": "AnchoredRegion",
3429
3228
  "module": "src/anchored-region/anchored-region.ts"
@@ -3431,11 +3230,9 @@
3431
3230
  },
3432
3231
  {
3433
3232
  "kind": "field",
3434
- "name": "regionHeight",
3435
- "type": {
3436
- "text": "string"
3437
- },
3233
+ "name": "getAnchor",
3438
3234
  "privacy": "private",
3235
+ "description": "Gets the anchor element by id",
3439
3236
  "inheritedFrom": {
3440
3237
  "name": "AnchoredRegion",
3441
3238
  "module": "src/anchored-region/anchored-region.ts"
@@ -3443,12 +3240,9 @@
3443
3240
  },
3444
3241
  {
3445
3242
  "kind": "field",
3446
- "name": "resizeDetector",
3447
- "type": {
3448
- "text": "ResizeObserverClassDefinition | null"
3449
- },
3243
+ "name": "handleIntersection",
3450
3244
  "privacy": "private",
3451
- "default": "null",
3245
+ "description": "Handle intersections",
3452
3246
  "inheritedFrom": {
3453
3247
  "name": "AnchoredRegion",
3454
3248
  "module": "src/anchored-region/anchored-region.ts"
@@ -3456,11 +3250,9 @@
3456
3250
  },
3457
3251
  {
3458
3252
  "kind": "field",
3459
- "name": "viewportRect",
3460
- "type": {
3461
- "text": "ClientRect | DOMRect | undefined"
3462
- },
3253
+ "name": "applyIntersectionEntries",
3463
3254
  "privacy": "private",
3255
+ "description": "iterate through intersection entries and apply data",
3464
3256
  "inheritedFrom": {
3465
3257
  "name": "AnchoredRegion",
3466
3258
  "module": "src/anchored-region/anchored-region.ts"
@@ -3468,11 +3260,9 @@
3468
3260
  },
3469
3261
  {
3470
3262
  "kind": "field",
3471
- "name": "anchorRect",
3472
- "type": {
3473
- "text": "ClientRect | DOMRect | undefined"
3474
- },
3263
+ "name": "updateRegionOffset",
3475
3264
  "privacy": "private",
3265
+ "description": "Update the offset values",
3476
3266
  "inheritedFrom": {
3477
3267
  "name": "AnchoredRegion",
3478
3268
  "module": "src/anchored-region/anchored-region.ts"
@@ -3480,11 +3270,9 @@
3480
3270
  },
3481
3271
  {
3482
3272
  "kind": "field",
3483
- "name": "regionRect",
3484
- "type": {
3485
- "text": "ClientRect | DOMRect | undefined"
3486
- },
3273
+ "name": "isRectDifferent",
3487
3274
  "privacy": "private",
3275
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3488
3276
  "inheritedFrom": {
3489
3277
  "name": "AnchoredRegion",
3490
3278
  "module": "src/anchored-region/anchored-region.ts"
@@ -3492,13 +3280,9 @@
3492
3280
  },
3493
3281
  {
3494
3282
  "kind": "field",
3495
- "name": "baseHorizontalOffset",
3496
- "type": {
3497
- "text": "number"
3498
- },
3283
+ "name": "handleResize",
3499
3284
  "privacy": "private",
3500
- "default": "0",
3501
- "description": "base offsets between the positioner's base position and the anchor's",
3285
+ "description": "Handle resize events",
3502
3286
  "inheritedFrom": {
3503
3287
  "name": "AnchoredRegion",
3504
3288
  "module": "src/anchored-region/anchored-region.ts"
@@ -3506,12 +3290,9 @@
3506
3290
  },
3507
3291
  {
3508
3292
  "kind": "field",
3509
- "name": "baseVerticalOffset",
3510
- "type": {
3511
- "text": "number"
3512
- },
3293
+ "name": "reset",
3513
3294
  "privacy": "private",
3514
- "default": "0",
3295
+ "description": "resets the component",
3515
3296
  "inheritedFrom": {
3516
3297
  "name": "AnchoredRegion",
3517
3298
  "module": "src/anchored-region/anchored-region.ts"
@@ -3519,12 +3300,9 @@
3519
3300
  },
3520
3301
  {
3521
3302
  "kind": "field",
3522
- "name": "pendingPositioningUpdate",
3523
- "type": {
3524
- "text": "boolean"
3525
- },
3303
+ "name": "updateLayout",
3526
3304
  "privacy": "private",
3527
- "default": "false",
3305
+ "description": "Recalculate layout related state values",
3528
3306
  "inheritedFrom": {
3529
3307
  "name": "AnchoredRegion",
3530
3308
  "module": "src/anchored-region/anchored-region.ts"
@@ -3532,12 +3310,9 @@
3532
3310
  },
3533
3311
  {
3534
3312
  "kind": "field",
3535
- "name": "pendingReset",
3536
- "type": {
3537
- "text": "boolean"
3538
- },
3313
+ "name": "updateRegionStyle",
3539
3314
  "privacy": "private",
3540
- "default": "false",
3315
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3541
3316
  "inheritedFrom": {
3542
3317
  "name": "AnchoredRegion",
3543
3318
  "module": "src/anchored-region/anchored-region.ts"
@@ -3545,11 +3320,9 @@
3545
3320
  },
3546
3321
  {
3547
3322
  "kind": "field",
3548
- "name": "currentDirection",
3549
- "type": {
3550
- "text": "Direction"
3551
- },
3323
+ "name": "updatePositionClasses",
3552
3324
  "privacy": "private",
3325
+ "description": "Updates the css classes that reflect the current position of the element",
3553
3326
  "inheritedFrom": {
3554
3327
  "name": "AnchoredRegion",
3555
3328
  "module": "src/anchored-region/anchored-region.ts"
@@ -3557,12 +3330,9 @@
3557
3330
  },
3558
3331
  {
3559
3332
  "kind": "field",
3560
- "name": "regionVisible",
3561
- "type": {
3562
- "text": "boolean"
3563
- },
3333
+ "name": "setHorizontalPosition",
3564
3334
  "privacy": "private",
3565
- "default": "false",
3335
+ "description": "Get horizontal positioning state based on desired position",
3566
3336
  "inheritedFrom": {
3567
3337
  "name": "AnchoredRegion",
3568
3338
  "module": "src/anchored-region/anchored-region.ts"
@@ -3570,12 +3340,9 @@
3570
3340
  },
3571
3341
  {
3572
3342
  "kind": "field",
3573
- "name": "forceUpdate",
3574
- "type": {
3575
- "text": "boolean"
3576
- },
3343
+ "name": "setVerticalPosition",
3577
3344
  "privacy": "private",
3578
- "default": "false",
3345
+ "description": "Set vertical positioning state based on desired position",
3579
3346
  "inheritedFrom": {
3580
3347
  "name": "AnchoredRegion",
3581
3348
  "module": "src/anchored-region/anchored-region.ts"
@@ -3583,12 +3350,9 @@
3583
3350
  },
3584
3351
  {
3585
3352
  "kind": "field",
3586
- "name": "updateThreshold",
3587
- "type": {
3588
- "text": "number"
3589
- },
3353
+ "name": "getPositioningOptions",
3590
3354
  "privacy": "private",
3591
- "default": "0.5",
3355
+ "description": "Get available positions based on positioning mode",
3592
3356
  "inheritedFrom": {
3593
3357
  "name": "AnchoredRegion",
3594
3358
  "module": "src/anchored-region/anchored-region.ts"
@@ -3596,13 +3360,9 @@
3596
3360
  },
3597
3361
  {
3598
3362
  "kind": "field",
3599
- "name": "intersectionService",
3600
- "type": {
3601
- "text": "IntersectionService"
3602
- },
3363
+ "name": "getAvailableSpace",
3603
3364
  "privacy": "private",
3604
- "static": true,
3605
- "default": "new IntersectionService()",
3365
+ "description": "Get the space available for a particular relative position",
3606
3366
  "inheritedFrom": {
3607
3367
  "name": "AnchoredRegion",
3608
3368
  "module": "src/anchored-region/anchored-region.ts"
@@ -3610,312 +3370,570 @@
3610
3370
  },
3611
3371
  {
3612
3372
  "kind": "field",
3613
- "name": "update",
3614
- "privacy": "public",
3615
- "description": "update position",
3373
+ "name": "getNextRegionDimension",
3374
+ "privacy": "private",
3375
+ "description": "Get region dimensions",
3616
3376
  "inheritedFrom": {
3617
3377
  "name": "AnchoredRegion",
3618
3378
  "module": "src/anchored-region/anchored-region.ts"
3619
3379
  }
3620
3380
  },
3621
3381
  {
3622
- "kind": "method",
3623
- "name": "disconnectResizeDetector",
3382
+ "kind": "field",
3383
+ "name": "startAutoUpdateEventListeners",
3624
3384
  "privacy": "private",
3625
- "return": {
3626
- "type": {
3627
- "text": "void"
3628
- }
3629
- },
3630
- "description": "destroys the instance's resize observer",
3385
+ "description": "starts event listeners that can trigger auto updating",
3631
3386
  "inheritedFrom": {
3632
3387
  "name": "AnchoredRegion",
3633
3388
  "module": "src/anchored-region/anchored-region.ts"
3634
3389
  }
3635
3390
  },
3636
3391
  {
3637
- "kind": "method",
3638
- "name": "initializeResizeDetector",
3392
+ "kind": "field",
3393
+ "name": "stopAutoUpdateEventListeners",
3639
3394
  "privacy": "private",
3640
- "return": {
3641
- "type": {
3642
- "text": "void"
3643
- }
3644
- },
3645
- "description": "initializes the instance's resize observer",
3395
+ "description": "stops event listeners that can trigger auto updating",
3646
3396
  "inheritedFrom": {
3647
3397
  "name": "AnchoredRegion",
3648
3398
  "module": "src/anchored-region/anchored-region.ts"
3649
3399
  }
3650
3400
  },
3651
3401
  {
3652
- "kind": "method",
3653
- "name": "updateForAttributeChange",
3402
+ "kind": "field",
3403
+ "name": "_presentation",
3404
+ "type": {
3405
+ "text": "ComponentPresentation | null | undefined"
3406
+ },
3654
3407
  "privacy": "private",
3655
- "return": {
3656
- "type": {
3657
- "text": "void"
3658
- }
3408
+ "default": "void 0",
3409
+ "inheritedFrom": {
3410
+ "name": "FoundationElement",
3411
+ "module": "src/foundation-element/foundation-element.ts"
3412
+ }
3413
+ },
3414
+ {
3415
+ "kind": "field",
3416
+ "name": "$presentation",
3417
+ "type": {
3418
+ "text": "ComponentPresentation | null"
3659
3419
  },
3660
- "description": "react to attribute changes that don't require a reset",
3420
+ "privacy": "public",
3421
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3661
3422
  "inheritedFrom": {
3662
- "name": "AnchoredRegion",
3663
- "module": "src/anchored-region/anchored-region.ts"
3423
+ "name": "FoundationElement",
3424
+ "module": "src/foundation-element/foundation-element.ts"
3425
+ }
3426
+ },
3427
+ {
3428
+ "kind": "field",
3429
+ "name": "template",
3430
+ "type": {
3431
+ "text": "ElementViewTemplate | void | null"
3432
+ },
3433
+ "privacy": "public",
3434
+ "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.",
3435
+ "inheritedFrom": {
3436
+ "name": "FoundationElement",
3437
+ "module": "src/foundation-element/foundation-element.ts"
3664
3438
  }
3665
3439
  },
3666
3440
  {
3667
3441
  "kind": "method",
3668
- "name": "initialize",
3669
- "privacy": "private",
3442
+ "name": "templateChanged",
3443
+ "privacy": "protected",
3670
3444
  "return": {
3671
3445
  "type": {
3672
3446
  "text": "void"
3673
3447
  }
3674
3448
  },
3675
- "description": "fully initializes the component",
3676
3449
  "inheritedFrom": {
3677
- "name": "AnchoredRegion",
3678
- "module": "src/anchored-region/anchored-region.ts"
3450
+ "name": "FoundationElement",
3451
+ "module": "src/foundation-element/foundation-element.ts"
3452
+ }
3453
+ },
3454
+ {
3455
+ "kind": "field",
3456
+ "name": "styles",
3457
+ "type": {
3458
+ "text": "ElementStyles | void | null"
3459
+ },
3460
+ "privacy": "public",
3461
+ "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.",
3462
+ "inheritedFrom": {
3463
+ "name": "FoundationElement",
3464
+ "module": "src/foundation-element/foundation-element.ts"
3679
3465
  }
3680
3466
  },
3681
3467
  {
3682
3468
  "kind": "method",
3683
- "name": "requestReset",
3684
- "privacy": "private",
3469
+ "name": "stylesChanged",
3470
+ "privacy": "protected",
3685
3471
  "return": {
3686
3472
  "type": {
3687
3473
  "text": "void"
3688
3474
  }
3689
3475
  },
3690
- "description": "Request a reset if there are currently no open requests",
3691
3476
  "inheritedFrom": {
3692
- "name": "AnchoredRegion",
3693
- "module": "src/anchored-region/anchored-region.ts"
3477
+ "name": "FoundationElement",
3478
+ "module": "src/foundation-element/foundation-element.ts"
3694
3479
  }
3695
3480
  },
3696
3481
  {
3697
3482
  "kind": "method",
3698
- "name": "setInitialState",
3699
- "privacy": "private",
3483
+ "name": "compose",
3484
+ "privacy": "public",
3485
+ "static": true,
3700
3486
  "return": {
3701
3487
  "type": {
3702
- "text": "void"
3488
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3703
3489
  }
3704
3490
  },
3705
- "description": "sets the starting configuration for component internal values",
3491
+ "parameters": [
3492
+ {
3493
+ "name": "this",
3494
+ "type": {
3495
+ "text": "K"
3496
+ }
3497
+ },
3498
+ {
3499
+ "name": "elementDefinition",
3500
+ "type": {
3501
+ "text": "T"
3502
+ },
3503
+ "description": "The definition of the element to create the registry\nfunction for."
3504
+ }
3505
+ ],
3506
+ "description": "Defines an element registry function with a set of element definition defaults.",
3706
3507
  "inheritedFrom": {
3707
- "name": "AnchoredRegion",
3708
- "module": "src/anchored-region/anchored-region.ts"
3508
+ "name": "FoundationElement",
3509
+ "module": "src/foundation-element/foundation-element.ts"
3709
3510
  }
3710
- },
3511
+ }
3512
+ ],
3513
+ "events": [
3711
3514
  {
3712
- "kind": "field",
3713
- "name": "startObservers",
3714
- "privacy": "private",
3715
- "description": "starts observers",
3515
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3516
+ "name": "loaded",
3716
3517
  "inheritedFrom": {
3717
3518
  "name": "AnchoredRegion",
3718
3519
  "module": "src/anchored-region/anchored-region.ts"
3719
3520
  }
3720
3521
  },
3721
3522
  {
3722
- "kind": "field",
3723
- "name": "requestPositionUpdates",
3724
- "privacy": "private",
3725
- "description": "get position updates",
3523
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3524
+ "name": "positionchange",
3726
3525
  "inheritedFrom": {
3727
3526
  "name": "AnchoredRegion",
3728
3527
  "module": "src/anchored-region/anchored-region.ts"
3729
3528
  }
3730
- },
3529
+ }
3530
+ ]
3531
+ },
3532
+ {
3533
+ "kind": "variable",
3534
+ "name": "foundationAnchoredRegionShadowOptions",
3535
+ "type": {
3536
+ "text": "ShadowRootInit"
3537
+ },
3538
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3539
+ },
3540
+ {
3541
+ "kind": "variable",
3542
+ "name": "defaultAnchoredRegionConfig",
3543
+ "type": {
3544
+ "text": "object"
3545
+ },
3546
+ "default": "{}"
3547
+ },
3548
+ {
3549
+ "kind": "variable",
3550
+ "name": "foundationAnchoredRegion",
3551
+ "description": "The Foundation Anchored Region",
3552
+ "privacy": "public"
3553
+ }
3554
+ ],
3555
+ "exports": [
3556
+ {
3557
+ "kind": "js",
3558
+ "name": "AnchoredRegion",
3559
+ "declaration": {
3560
+ "name": "AnchoredRegion",
3561
+ "module": "src/anchored-region/anchored-region.ts"
3562
+ }
3563
+ },
3564
+ {
3565
+ "kind": "js",
3566
+ "name": "foundationAnchoredRegionShadowOptions",
3567
+ "declaration": {
3568
+ "name": "foundationAnchoredRegionShadowOptions",
3569
+ "module": "src/anchored-region/anchored-region.ts"
3570
+ }
3571
+ },
3572
+ {
3573
+ "kind": "js",
3574
+ "name": "defaultAnchoredRegionConfig",
3575
+ "declaration": {
3576
+ "name": "defaultAnchoredRegionConfig",
3577
+ "module": "src/anchored-region/anchored-region.ts"
3578
+ }
3579
+ },
3580
+ {
3581
+ "kind": "js",
3582
+ "name": "foundationAnchoredRegion",
3583
+ "declaration": {
3584
+ "name": "foundationAnchoredRegion",
3585
+ "module": "src/anchored-region/anchored-region.ts"
3586
+ }
3587
+ }
3588
+ ]
3589
+ },
3590
+ {
3591
+ "kind": "javascript-module",
3592
+ "path": "src/anchored-region/index.ts",
3593
+ "declarations": [],
3594
+ "exports": [
3595
+ {
3596
+ "kind": "js",
3597
+ "name": "*",
3598
+ "declaration": {
3599
+ "name": "*",
3600
+ "package": "./anchor-region.template"
3601
+ }
3602
+ },
3603
+ {
3604
+ "kind": "js",
3605
+ "name": "*",
3606
+ "declaration": {
3607
+ "name": "*",
3608
+ "package": "./anchored-region.styles"
3609
+ }
3610
+ },
3611
+ {
3612
+ "kind": "js",
3613
+ "name": "*",
3614
+ "declaration": {
3615
+ "name": "*",
3616
+ "package": "./anchored-region"
3617
+ }
3618
+ }
3619
+ ]
3620
+ },
3621
+ {
3622
+ "kind": "javascript-module",
3623
+ "path": "src/anchor/anchor.styles.ts",
3624
+ "declarations": [
3625
+ {
3626
+ "kind": "function",
3627
+ "name": "foundationAnchorStyles",
3628
+ "return": {
3629
+ "type": {
3630
+ "text": "ElementStyles"
3631
+ }
3632
+ },
3633
+ "parameters": [
3731
3634
  {
3732
- "kind": "field",
3733
- "name": "stopObservers",
3734
- "privacy": "private",
3735
- "description": "stops observers",
3736
- "inheritedFrom": {
3737
- "name": "AnchoredRegion",
3738
- "module": "src/anchored-region/anchored-region.ts"
3635
+ "name": "context",
3636
+ "type": {
3637
+ "text": "ElementDefinitionContext"
3739
3638
  }
3740
3639
  },
3741
3640
  {
3742
- "kind": "field",
3743
- "name": "getViewport",
3744
- "privacy": "private",
3745
- "description": "Gets the viewport element by id, or defaults to document root",
3746
- "inheritedFrom": {
3747
- "name": "AnchoredRegion",
3748
- "module": "src/anchored-region/anchored-region.ts"
3641
+ "name": "definition",
3642
+ "type": {
3643
+ "text": "FoundationElementDefinition"
3644
+ }
3645
+ }
3646
+ ]
3647
+ }
3648
+ ],
3649
+ "exports": [
3650
+ {
3651
+ "kind": "js",
3652
+ "name": "foundationAnchorStyles",
3653
+ "declaration": {
3654
+ "name": "foundationAnchorStyles",
3655
+ "module": "src/anchor/anchor.styles.ts"
3656
+ }
3657
+ }
3658
+ ]
3659
+ },
3660
+ {
3661
+ "kind": "javascript-module",
3662
+ "path": "src/anchor/anchor.template.ts",
3663
+ "declarations": [
3664
+ {
3665
+ "kind": "function",
3666
+ "name": "foundationAnchorTemplate",
3667
+ "return": {
3668
+ "type": {
3669
+ "text": "ViewTemplate<Anchor>"
3670
+ }
3671
+ },
3672
+ "parameters": [
3673
+ {
3674
+ "name": "context",
3675
+ "type": {
3676
+ "text": "ElementDefinitionContext"
3749
3677
  }
3750
3678
  },
3751
3679
  {
3752
- "kind": "field",
3753
- "name": "getAnchor",
3754
- "privacy": "private",
3755
- "description": "Gets the anchor element by id",
3680
+ "name": "definition",
3681
+ "type": {
3682
+ "text": "FoundationElementDefinition"
3683
+ }
3684
+ }
3685
+ ]
3686
+ }
3687
+ ],
3688
+ "exports": [
3689
+ {
3690
+ "kind": "js",
3691
+ "name": "foundationAnchorTemplate",
3692
+ "declaration": {
3693
+ "name": "foundationAnchorTemplate",
3694
+ "module": "src/anchor/anchor.template.ts"
3695
+ }
3696
+ }
3697
+ ]
3698
+ },
3699
+ {
3700
+ "kind": "javascript-module",
3701
+ "path": "src/anchor/anchor.ts",
3702
+ "declarations": [
3703
+ {
3704
+ "kind": "class",
3705
+ "description": "",
3706
+ "name": "Anchor",
3707
+ "superclass": {
3708
+ "name": "FASTAnchor",
3709
+ "package": "@microsoft/fast-components"
3710
+ },
3711
+ "tagName": "%%prefix%%-anchor",
3712
+ "customElement": true,
3713
+ "attributes": [
3714
+ {
3715
+ "name": "download",
3716
+ "type": {
3717
+ "text": "string"
3718
+ },
3719
+ "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.",
3720
+ "fieldName": "download",
3756
3721
  "inheritedFrom": {
3757
- "name": "AnchoredRegion",
3758
- "module": "src/anchored-region/anchored-region.ts"
3722
+ "name": "Anchor",
3723
+ "module": "src/anchor/anchor.ts"
3759
3724
  }
3760
3725
  },
3761
3726
  {
3762
- "kind": "field",
3763
- "name": "handleIntersection",
3764
- "privacy": "private",
3765
- "description": "Handle intersections",
3727
+ "name": "href",
3728
+ "type": {
3729
+ "text": "string"
3730
+ },
3731
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3732
+ "fieldName": "href",
3766
3733
  "inheritedFrom": {
3767
- "name": "AnchoredRegion",
3768
- "module": "src/anchored-region/anchored-region.ts"
3734
+ "name": "Anchor",
3735
+ "module": "src/anchor/anchor.ts"
3769
3736
  }
3770
3737
  },
3771
3738
  {
3772
- "kind": "field",
3773
- "name": "applyIntersectionEntries",
3774
- "privacy": "private",
3775
- "description": "iterate through intersection entries and apply data",
3776
- "inheritedFrom": {
3777
- "name": "AnchoredRegion",
3778
- "module": "src/anchored-region/anchored-region.ts"
3739
+ "name": "hreflang",
3740
+ "type": {
3741
+ "text": "string"
3742
+ },
3743
+ "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.",
3744
+ "fieldName": "hreflang",
3745
+ "inheritedFrom": {
3746
+ "name": "Anchor",
3747
+ "module": "src/anchor/anchor.ts"
3779
3748
  }
3780
3749
  },
3781
3750
  {
3782
- "kind": "field",
3783
- "name": "updateRegionOffset",
3784
- "privacy": "private",
3785
- "description": "Update the offset values",
3751
+ "name": "ping",
3752
+ "type": {
3753
+ "text": "string"
3754
+ },
3755
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3756
+ "fieldName": "ping",
3786
3757
  "inheritedFrom": {
3787
- "name": "AnchoredRegion",
3788
- "module": "src/anchored-region/anchored-region.ts"
3758
+ "name": "Anchor",
3759
+ "module": "src/anchor/anchor.ts"
3789
3760
  }
3790
3761
  },
3791
3762
  {
3792
- "kind": "field",
3793
- "name": "isRectDifferent",
3794
- "privacy": "private",
3795
- "description": "compare rects to see if there is enough change to justify a DOM update",
3763
+ "name": "referrerpolicy",
3764
+ "type": {
3765
+ "text": "string"
3766
+ },
3767
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3768
+ "fieldName": "referrerpolicy",
3796
3769
  "inheritedFrom": {
3797
- "name": "AnchoredRegion",
3798
- "module": "src/anchored-region/anchored-region.ts"
3770
+ "name": "Anchor",
3771
+ "module": "src/anchor/anchor.ts"
3799
3772
  }
3800
3773
  },
3801
3774
  {
3802
- "kind": "field",
3803
- "name": "handleResize",
3804
- "privacy": "private",
3805
- "description": "Handle resize events",
3775
+ "name": "rel",
3776
+ "type": {
3777
+ "text": "string"
3778
+ },
3779
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3780
+ "fieldName": "rel",
3806
3781
  "inheritedFrom": {
3807
- "name": "AnchoredRegion",
3808
- "module": "src/anchored-region/anchored-region.ts"
3782
+ "name": "Anchor",
3783
+ "module": "src/anchor/anchor.ts"
3809
3784
  }
3810
3785
  },
3811
3786
  {
3812
- "kind": "field",
3813
- "name": "reset",
3814
- "privacy": "private",
3815
- "description": "resets the component",
3787
+ "name": "target",
3788
+ "type": {
3789
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3790
+ },
3791
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3792
+ "fieldName": "target",
3816
3793
  "inheritedFrom": {
3817
- "name": "AnchoredRegion",
3818
- "module": "src/anchored-region/anchored-region.ts"
3794
+ "name": "Anchor",
3795
+ "module": "src/anchor/anchor.ts"
3819
3796
  }
3820
3797
  },
3798
+ {
3799
+ "name": "type",
3800
+ "type": {
3801
+ "text": "string"
3802
+ },
3803
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3804
+ "fieldName": "type",
3805
+ "inheritedFrom": {
3806
+ "name": "Anchor",
3807
+ "module": "src/anchor/anchor.ts"
3808
+ }
3809
+ }
3810
+ ],
3811
+ "members": [
3821
3812
  {
3822
3813
  "kind": "field",
3823
- "name": "updateLayout",
3824
- "privacy": "private",
3825
- "description": "Recalculate layout related state values",
3814
+ "name": "download",
3815
+ "type": {
3816
+ "text": "string"
3817
+ },
3818
+ "privacy": "public",
3819
+ "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.",
3826
3820
  "inheritedFrom": {
3827
- "name": "AnchoredRegion",
3828
- "module": "src/anchored-region/anchored-region.ts"
3821
+ "name": "Anchor",
3822
+ "module": "src/anchor/anchor.ts"
3829
3823
  }
3830
3824
  },
3831
3825
  {
3832
3826
  "kind": "field",
3833
- "name": "updateRegionStyle",
3834
- "privacy": "private",
3835
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3827
+ "name": "href",
3828
+ "type": {
3829
+ "text": "string"
3830
+ },
3831
+ "privacy": "public",
3832
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3836
3833
  "inheritedFrom": {
3837
- "name": "AnchoredRegion",
3838
- "module": "src/anchored-region/anchored-region.ts"
3834
+ "name": "Anchor",
3835
+ "module": "src/anchor/anchor.ts"
3839
3836
  }
3840
3837
  },
3841
3838
  {
3842
3839
  "kind": "field",
3843
- "name": "updatePositionClasses",
3844
- "privacy": "private",
3845
- "description": "Updates the css classes that reflect the current position of the element",
3840
+ "name": "hreflang",
3841
+ "type": {
3842
+ "text": "string"
3843
+ },
3844
+ "privacy": "public",
3845
+ "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.",
3846
3846
  "inheritedFrom": {
3847
- "name": "AnchoredRegion",
3848
- "module": "src/anchored-region/anchored-region.ts"
3847
+ "name": "Anchor",
3848
+ "module": "src/anchor/anchor.ts"
3849
3849
  }
3850
3850
  },
3851
3851
  {
3852
3852
  "kind": "field",
3853
- "name": "setHorizontalPosition",
3854
- "privacy": "private",
3855
- "description": "Get horizontal positioning state based on desired position",
3853
+ "name": "ping",
3854
+ "type": {
3855
+ "text": "string"
3856
+ },
3857
+ "privacy": "public",
3858
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3856
3859
  "inheritedFrom": {
3857
- "name": "AnchoredRegion",
3858
- "module": "src/anchored-region/anchored-region.ts"
3860
+ "name": "Anchor",
3861
+ "module": "src/anchor/anchor.ts"
3859
3862
  }
3860
3863
  },
3861
3864
  {
3862
3865
  "kind": "field",
3863
- "name": "setVerticalPosition",
3864
- "privacy": "private",
3865
- "description": "Set vertical positioning state based on desired position",
3866
+ "name": "referrerpolicy",
3867
+ "type": {
3868
+ "text": "string"
3869
+ },
3870
+ "privacy": "public",
3871
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3866
3872
  "inheritedFrom": {
3867
- "name": "AnchoredRegion",
3868
- "module": "src/anchored-region/anchored-region.ts"
3873
+ "name": "Anchor",
3874
+ "module": "src/anchor/anchor.ts"
3869
3875
  }
3870
3876
  },
3871
3877
  {
3872
3878
  "kind": "field",
3873
- "name": "getPositioningOptions",
3874
- "privacy": "private",
3875
- "description": "Get available positions based on positioning mode",
3879
+ "name": "rel",
3880
+ "type": {
3881
+ "text": "string"
3882
+ },
3883
+ "privacy": "public",
3884
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3876
3885
  "inheritedFrom": {
3877
- "name": "AnchoredRegion",
3878
- "module": "src/anchored-region/anchored-region.ts"
3886
+ "name": "Anchor",
3887
+ "module": "src/anchor/anchor.ts"
3879
3888
  }
3880
3889
  },
3881
3890
  {
3882
3891
  "kind": "field",
3883
- "name": "getAvailableSpace",
3884
- "privacy": "private",
3885
- "description": "Get the space available for a particular relative position",
3892
+ "name": "target",
3893
+ "type": {
3894
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3895
+ },
3896
+ "privacy": "public",
3897
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3886
3898
  "inheritedFrom": {
3887
- "name": "AnchoredRegion",
3888
- "module": "src/anchored-region/anchored-region.ts"
3899
+ "name": "Anchor",
3900
+ "module": "src/anchor/anchor.ts"
3889
3901
  }
3890
3902
  },
3891
3903
  {
3892
3904
  "kind": "field",
3893
- "name": "getNextRegionDimension",
3894
- "privacy": "private",
3895
- "description": "Get region dimensions",
3905
+ "name": "type",
3906
+ "type": {
3907
+ "text": "string"
3908
+ },
3909
+ "privacy": "public",
3910
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3896
3911
  "inheritedFrom": {
3897
- "name": "AnchoredRegion",
3898
- "module": "src/anchored-region/anchored-region.ts"
3912
+ "name": "Anchor",
3913
+ "module": "src/anchor/anchor.ts"
3899
3914
  }
3900
3915
  },
3901
3916
  {
3902
3917
  "kind": "field",
3903
- "name": "startAutoUpdateEventListeners",
3904
- "privacy": "private",
3905
- "description": "starts event listeners that can trigger auto updating",
3918
+ "name": "control",
3919
+ "type": {
3920
+ "text": "HTMLAnchorElement | undefined"
3921
+ },
3922
+ "privacy": "public",
3923
+ "description": "References the root element",
3906
3924
  "inheritedFrom": {
3907
- "name": "AnchoredRegion",
3908
- "module": "src/anchored-region/anchored-region.ts"
3925
+ "name": "Anchor",
3926
+ "module": "src/anchor/anchor.ts"
3909
3927
  }
3910
3928
  },
3911
3929
  {
3912
3930
  "kind": "field",
3913
- "name": "stopAutoUpdateEventListeners",
3931
+ "name": "handleUnsupportedDelegatesFocus",
3914
3932
  "privacy": "private",
3915
- "description": "stops event listeners that can trigger auto updating",
3933
+ "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",
3916
3934
  "inheritedFrom": {
3917
- "name": "AnchoredRegion",
3918
- "module": "src/anchored-region/anchored-region.ts"
3935
+ "name": "Anchor",
3936
+ "module": "src/anchor/anchor.ts"
3919
3937
  }
3920
3938
  },
3921
3939
  {
@@ -4029,29 +4047,11 @@
4029
4047
  "module": "src/foundation-element/foundation-element.ts"
4030
4048
  }
4031
4049
  }
4032
- ],
4033
- "events": [
4034
- {
4035
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4036
- "name": "loaded",
4037
- "inheritedFrom": {
4038
- "name": "AnchoredRegion",
4039
- "module": "src/anchored-region/anchored-region.ts"
4040
- }
4041
- },
4042
- {
4043
- "description": "Fires a custom 'positionchange' event when the position has changed",
4044
- "name": "positionchange",
4045
- "inheritedFrom": {
4046
- "name": "AnchoredRegion",
4047
- "module": "src/anchored-region/anchored-region.ts"
4048
- }
4049
- }
4050
4050
  ]
4051
4051
  },
4052
4052
  {
4053
4053
  "kind": "variable",
4054
- "name": "foundationAnchoredRegionShadowOptions",
4054
+ "name": "foundationAnchorShadowOptions",
4055
4055
  "type": {
4056
4056
  "text": "ShadowRootInit"
4057
4057
  },
@@ -4059,7 +4059,7 @@
4059
4059
  },
4060
4060
  {
4061
4061
  "kind": "variable",
4062
- "name": "defaultAnchoredRegionConfig",
4062
+ "name": "defaultAnchorConfig",
4063
4063
  "type": {
4064
4064
  "text": "object"
4065
4065
  },
@@ -4067,49 +4067,49 @@
4067
4067
  },
4068
4068
  {
4069
4069
  "kind": "variable",
4070
- "name": "foundationAnchoredRegion",
4071
- "description": "The Foundation Anchored Region",
4070
+ "name": "foundationAnchor",
4071
+ "description": "The Foundation Anchor",
4072
4072
  "privacy": "public"
4073
4073
  }
4074
4074
  ],
4075
4075
  "exports": [
4076
4076
  {
4077
4077
  "kind": "js",
4078
- "name": "AnchoredRegion",
4078
+ "name": "Anchor",
4079
4079
  "declaration": {
4080
- "name": "AnchoredRegion",
4081
- "module": "src/anchored-region/anchored-region.ts"
4080
+ "name": "Anchor",
4081
+ "module": "src/anchor/anchor.ts"
4082
4082
  }
4083
4083
  },
4084
4084
  {
4085
4085
  "kind": "js",
4086
- "name": "foundationAnchoredRegionShadowOptions",
4086
+ "name": "foundationAnchorShadowOptions",
4087
4087
  "declaration": {
4088
- "name": "foundationAnchoredRegionShadowOptions",
4089
- "module": "src/anchored-region/anchored-region.ts"
4088
+ "name": "foundationAnchorShadowOptions",
4089
+ "module": "src/anchor/anchor.ts"
4090
4090
  }
4091
4091
  },
4092
4092
  {
4093
4093
  "kind": "js",
4094
- "name": "defaultAnchoredRegionConfig",
4094
+ "name": "defaultAnchorConfig",
4095
4095
  "declaration": {
4096
- "name": "defaultAnchoredRegionConfig",
4097
- "module": "src/anchored-region/anchored-region.ts"
4096
+ "name": "defaultAnchorConfig",
4097
+ "module": "src/anchor/anchor.ts"
4098
4098
  }
4099
4099
  },
4100
4100
  {
4101
4101
  "kind": "js",
4102
- "name": "foundationAnchoredRegion",
4102
+ "name": "foundationAnchor",
4103
4103
  "declaration": {
4104
- "name": "foundationAnchoredRegion",
4105
- "module": "src/anchored-region/anchored-region.ts"
4104
+ "name": "foundationAnchor",
4105
+ "module": "src/anchor/anchor.ts"
4106
4106
  }
4107
4107
  }
4108
4108
  ]
4109
4109
  },
4110
4110
  {
4111
4111
  "kind": "javascript-module",
4112
- "path": "src/anchored-region/index.ts",
4112
+ "path": "src/anchor/index.ts",
4113
4113
  "declarations": [],
4114
4114
  "exports": [
4115
4115
  {
@@ -4117,7 +4117,7 @@
4117
4117
  "name": "*",
4118
4118
  "declaration": {
4119
4119
  "name": "*",
4120
- "package": "./anchor-region.template"
4120
+ "package": "./anchor.template"
4121
4121
  }
4122
4122
  },
4123
4123
  {
@@ -4125,7 +4125,7 @@
4125
4125
  "name": "*",
4126
4126
  "declaration": {
4127
4127
  "name": "*",
4128
- "package": "./anchored-region.styles"
4128
+ "package": "./anchor.styles"
4129
4129
  }
4130
4130
  },
4131
4131
  {
@@ -4133,7 +4133,7 @@
4133
4133
  "name": "*",
4134
4134
  "declaration": {
4135
4135
  "name": "*",
4136
- "package": "./anchored-region"
4136
+ "package": "./anchor"
4137
4137
  }
4138
4138
  }
4139
4139
  ]