@genesislcap/foundation-ui 14.193.1 → 14.193.3

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.
@@ -862,6 +862,219 @@
862
862
  }
863
863
  ]
864
864
  },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/_config/index.ts",
868
+ "declarations": [],
869
+ "exports": [
870
+ {
871
+ "kind": "js",
872
+ "name": "*",
873
+ "declaration": {
874
+ "name": "*",
875
+ "package": "./styles"
876
+ }
877
+ },
878
+ {
879
+ "kind": "js",
880
+ "name": "*",
881
+ "declaration": {
882
+ "name": "*",
883
+ "package": "./tokens"
884
+ }
885
+ },
886
+ {
887
+ "kind": "js",
888
+ "name": "*",
889
+ "declaration": {
890
+ "name": "*",
891
+ "package": "./values"
892
+ }
893
+ }
894
+ ]
895
+ },
896
+ {
897
+ "kind": "javascript-module",
898
+ "path": "src/accordion/accordion.styles.ts",
899
+ "declarations": [
900
+ {
901
+ "kind": "function",
902
+ "name": "foundationAccordionStyles",
903
+ "return": {
904
+ "type": {
905
+ "text": "ElementStyles"
906
+ }
907
+ },
908
+ "parameters": [
909
+ {
910
+ "name": "context",
911
+ "type": {
912
+ "text": "ElementDefinitionContext"
913
+ }
914
+ },
915
+ {
916
+ "name": "definition",
917
+ "type": {
918
+ "text": "FoundationElementDefinition"
919
+ }
920
+ }
921
+ ]
922
+ }
923
+ ],
924
+ "exports": [
925
+ {
926
+ "kind": "js",
927
+ "name": "foundationAccordionStyles",
928
+ "declaration": {
929
+ "name": "foundationAccordionStyles",
930
+ "module": "src/accordion/accordion.styles.ts"
931
+ }
932
+ }
933
+ ]
934
+ },
935
+ {
936
+ "kind": "javascript-module",
937
+ "path": "src/accordion/accordion.template.ts",
938
+ "declarations": [
939
+ {
940
+ "kind": "function",
941
+ "name": "foundationAccordionTemplate",
942
+ "return": {
943
+ "type": {
944
+ "text": "ViewTemplate<Accordion>"
945
+ }
946
+ },
947
+ "parameters": [
948
+ {
949
+ "name": "context",
950
+ "type": {
951
+ "text": "ElementDefinitionContext"
952
+ }
953
+ },
954
+ {
955
+ "name": "definition",
956
+ "type": {
957
+ "text": "FoundationElementDefinition"
958
+ }
959
+ }
960
+ ]
961
+ }
962
+ ],
963
+ "exports": [
964
+ {
965
+ "kind": "js",
966
+ "name": "foundationAccordionTemplate",
967
+ "declaration": {
968
+ "name": "foundationAccordionTemplate",
969
+ "module": "src/accordion/accordion.template.ts"
970
+ }
971
+ }
972
+ ]
973
+ },
974
+ {
975
+ "kind": "javascript-module",
976
+ "path": "src/accordion/accordion.ts",
977
+ "declarations": [
978
+ {
979
+ "kind": "class",
980
+ "description": "",
981
+ "name": "Accordion",
982
+ "superclass": {
983
+ "name": "FASTAccordion",
984
+ "package": "@microsoft/fast-foundation"
985
+ },
986
+ "tagName": "%%prefix%%-accordion",
987
+ "customElement": true
988
+ },
989
+ {
990
+ "kind": "variable",
991
+ "name": "foundationAccordionShadowOptions",
992
+ "type": {
993
+ "text": "ShadowRootInit"
994
+ },
995
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
996
+ },
997
+ {
998
+ "kind": "variable",
999
+ "name": "defaultAccordionConfig",
1000
+ "type": {
1001
+ "text": "object"
1002
+ },
1003
+ "default": "{}"
1004
+ },
1005
+ {
1006
+ "kind": "variable",
1007
+ "name": "foundationAccordion",
1008
+ "description": "The Foundation Accordion",
1009
+ "privacy": "public"
1010
+ }
1011
+ ],
1012
+ "exports": [
1013
+ {
1014
+ "kind": "js",
1015
+ "name": "Accordion",
1016
+ "declaration": {
1017
+ "name": "Accordion",
1018
+ "module": "src/accordion/accordion.ts"
1019
+ }
1020
+ },
1021
+ {
1022
+ "kind": "js",
1023
+ "name": "foundationAccordionShadowOptions",
1024
+ "declaration": {
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "module": "src/accordion/accordion.ts"
1027
+ }
1028
+ },
1029
+ {
1030
+ "kind": "js",
1031
+ "name": "defaultAccordionConfig",
1032
+ "declaration": {
1033
+ "name": "defaultAccordionConfig",
1034
+ "module": "src/accordion/accordion.ts"
1035
+ }
1036
+ },
1037
+ {
1038
+ "kind": "js",
1039
+ "name": "foundationAccordion",
1040
+ "declaration": {
1041
+ "name": "foundationAccordion",
1042
+ "module": "src/accordion/accordion.ts"
1043
+ }
1044
+ }
1045
+ ]
1046
+ },
1047
+ {
1048
+ "kind": "javascript-module",
1049
+ "path": "src/accordion/index.ts",
1050
+ "declarations": [],
1051
+ "exports": [
1052
+ {
1053
+ "kind": "js",
1054
+ "name": "*",
1055
+ "declaration": {
1056
+ "name": "*",
1057
+ "package": "./accordion.template"
1058
+ }
1059
+ },
1060
+ {
1061
+ "kind": "js",
1062
+ "name": "*",
1063
+ "declaration": {
1064
+ "name": "*",
1065
+ "package": "./accordion.styles"
1066
+ }
1067
+ },
1068
+ {
1069
+ "kind": "js",
1070
+ "name": "*",
1071
+ "declaration": {
1072
+ "name": "*",
1073
+ "package": "./accordion"
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/anchored-region/anchor-region.template.ts",
2033
+ "path": "src/anchor/anchor.styles.ts",
2034
2034
  "declarations": [
2035
2035
  {
2036
2036
  "kind": "function",
2037
- "name": "foundationAnchoredRegionTemplate",
2037
+ "name": "foundationAnchorStyles",
2038
2038
  "return": {
2039
2039
  "type": {
2040
- "text": "ViewTemplate<AnchoredRegion>"
2040
+ "text": "ElementStyles"
2041
2041
  }
2042
2042
  },
2043
2043
  "parameters": [
@@ -2059,24 +2059,24 @@
2059
2059
  "exports": [
2060
2060
  {
2061
2061
  "kind": "js",
2062
- "name": "foundationAnchoredRegionTemplate",
2062
+ "name": "foundationAnchorStyles",
2063
2063
  "declaration": {
2064
- "name": "foundationAnchoredRegionTemplate",
2065
- "module": "src/anchored-region/anchor-region.template.ts"
2064
+ "name": "foundationAnchorStyles",
2065
+ "module": "src/anchor/anchor.styles.ts"
2066
2066
  }
2067
2067
  }
2068
2068
  ]
2069
2069
  },
2070
2070
  {
2071
2071
  "kind": "javascript-module",
2072
- "path": "src/anchored-region/anchored-region.styles.ts",
2072
+ "path": "src/anchor/anchor.template.ts",
2073
2073
  "declarations": [
2074
2074
  {
2075
2075
  "kind": "function",
2076
- "name": "foundationAnchoredRegionStyles",
2076
+ "name": "foundationAnchorTemplate",
2077
2077
  "return": {
2078
2078
  "type": {
2079
- "text": "ElementStyles"
2079
+ "text": "ViewTemplate<Anchor>"
2080
2080
  }
2081
2081
  },
2082
2082
  "parameters": [
@@ -2098,664 +2098,766 @@
2098
2098
  "exports": [
2099
2099
  {
2100
2100
  "kind": "js",
2101
- "name": "foundationAnchoredRegionStyles",
2101
+ "name": "foundationAnchorTemplate",
2102
2102
  "declaration": {
2103
- "name": "foundationAnchoredRegionStyles",
2104
- "module": "src/anchored-region/anchored-region.styles.ts"
2103
+ "name": "foundationAnchorTemplate",
2104
+ "module": "src/anchor/anchor.template.ts"
2105
2105
  }
2106
2106
  }
2107
2107
  ]
2108
2108
  },
2109
2109
  {
2110
2110
  "kind": "javascript-module",
2111
- "path": "src/anchored-region/anchored-region.ts",
2111
+ "path": "src/anchor/anchor.ts",
2112
2112
  "declarations": [
2113
2113
  {
2114
2114
  "kind": "class",
2115
2115
  "description": "",
2116
- "name": "AnchoredRegion",
2116
+ "name": "Anchor",
2117
2117
  "superclass": {
2118
- "name": "FASTAnchoredRegion",
2118
+ "name": "FASTAnchor",
2119
2119
  "package": "@microsoft/fast-components"
2120
2120
  },
2121
- "tagName": "%%prefix%%-anchored-region",
2121
+ "tagName": "%%prefix%%-anchor",
2122
2122
  "customElement": true,
2123
2123
  "attributes": [
2124
2124
  {
2125
- "name": "anchor",
2125
+ "name": "download",
2126
2126
  "type": {
2127
2127
  "text": "string"
2128
2128
  },
2129
- "default": "\"\"",
2130
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2131
- "fieldName": "anchor",
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",
2132
2131
  "inheritedFrom": {
2133
- "name": "AnchoredRegion",
2134
- "module": "src/anchored-region/anchored-region.ts"
2132
+ "name": "Anchor",
2133
+ "module": "src/anchor/anchor.ts"
2135
2134
  }
2136
2135
  },
2137
2136
  {
2138
- "name": "viewport",
2137
+ "name": "href",
2139
2138
  "type": {
2140
2139
  "text": "string"
2141
2140
  },
2142
- "default": "\"\"",
2143
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2144
- "fieldName": "viewport",
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",
2145
2143
  "inheritedFrom": {
2146
- "name": "AnchoredRegion",
2147
- "module": "src/anchored-region/anchored-region.ts"
2144
+ "name": "Anchor",
2145
+ "module": "src/anchor/anchor.ts"
2148
2146
  }
2149
2147
  },
2150
2148
  {
2151
- "name": "horizontal-positioning-mode",
2149
+ "name": "hreflang",
2152
2150
  "type": {
2153
- "text": "AxisPositioningMode"
2151
+ "text": "string"
2154
2152
  },
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",
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",
2158
2155
  "inheritedFrom": {
2159
- "name": "AnchoredRegion",
2160
- "module": "src/anchored-region/anchored-region.ts"
2156
+ "name": "Anchor",
2157
+ "module": "src/anchor/anchor.ts"
2161
2158
  }
2162
2159
  },
2163
2160
  {
2164
- "name": "horizontal-default-position",
2161
+ "name": "ping",
2165
2162
  "type": {
2166
- "text": "HorizontalPosition"
2163
+ "text": "string"
2167
2164
  },
2168
- "default": "\"unset\"",
2169
- "description": "The default horizontal position of the region relative to the anchor element",
2170
- "fieldName": "horizontalDefaultPosition",
2165
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2166
+ "fieldName": "ping",
2171
2167
  "inheritedFrom": {
2172
- "name": "AnchoredRegion",
2173
- "module": "src/anchored-region/anchored-region.ts"
2168
+ "name": "Anchor",
2169
+ "module": "src/anchor/anchor.ts"
2174
2170
  }
2175
2171
  },
2176
2172
  {
2177
- "name": "horizontal-viewport-lock",
2173
+ "name": "referrerpolicy",
2178
2174
  "type": {
2179
- "text": "boolean"
2175
+ "text": "string"
2180
2176
  },
2181
- "default": "false",
2182
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2183
- "fieldName": "horizontalViewportLock",
2177
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2178
+ "fieldName": "referrerpolicy",
2184
2179
  "inheritedFrom": {
2185
- "name": "AnchoredRegion",
2186
- "module": "src/anchored-region/anchored-region.ts"
2180
+ "name": "Anchor",
2181
+ "module": "src/anchor/anchor.ts"
2187
2182
  }
2188
2183
  },
2189
2184
  {
2190
- "name": "horizontal-inset",
2185
+ "name": "rel",
2191
2186
  "type": {
2192
- "text": "boolean"
2187
+ "text": "string"
2193
2188
  },
2194
- "default": "false",
2195
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2196
- "fieldName": "horizontalInset",
2189
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2190
+ "fieldName": "rel",
2197
2191
  "inheritedFrom": {
2198
- "name": "AnchoredRegion",
2199
- "module": "src/anchored-region/anchored-region.ts"
2192
+ "name": "Anchor",
2193
+ "module": "src/anchor/anchor.ts"
2200
2194
  }
2201
2195
  },
2202
2196
  {
2203
- "name": "horizontal-threshold",
2197
+ "name": "target",
2204
2198
  "type": {
2205
- "text": "number"
2199
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2206
2200
  },
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",
2201
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2202
+ "fieldName": "target",
2209
2203
  "inheritedFrom": {
2210
- "name": "AnchoredRegion",
2211
- "module": "src/anchored-region/anchored-region.ts"
2204
+ "name": "Anchor",
2205
+ "module": "src/anchor/anchor.ts"
2212
2206
  }
2213
2207
  },
2214
2208
  {
2215
- "name": "horizontal-scaling",
2209
+ "name": "type",
2216
2210
  "type": {
2217
- "text": "AxisScalingMode"
2211
+ "text": "string"
2218
2212
  },
2219
- "default": "\"content\"",
2220
- "description": "Defines how the width of the region is calculated",
2221
- "fieldName": "horizontalScaling",
2213
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2214
+ "fieldName": "type",
2222
2215
  "inheritedFrom": {
2223
- "name": "AnchoredRegion",
2224
- "module": "src/anchored-region/anchored-region.ts"
2216
+ "name": "Anchor",
2217
+ "module": "src/anchor/anchor.ts"
2225
2218
  }
2226
- },
2219
+ }
2220
+ ],
2221
+ "members": [
2227
2222
  {
2228
- "name": "vertical-positioning-mode",
2223
+ "kind": "field",
2224
+ "name": "download",
2229
2225
  "type": {
2230
- "text": "AxisPositioningMode"
2226
+ "text": "string"
2231
2227
  },
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",
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.",
2235
2230
  "inheritedFrom": {
2236
- "name": "AnchoredRegion",
2237
- "module": "src/anchored-region/anchored-region.ts"
2231
+ "name": "Anchor",
2232
+ "module": "src/anchor/anchor.ts"
2238
2233
  }
2239
2234
  },
2240
2235
  {
2241
- "name": "vertical-default-position",
2236
+ "kind": "field",
2237
+ "name": "href",
2242
2238
  "type": {
2243
- "text": "VerticalPosition"
2239
+ "text": "string"
2244
2240
  },
2245
- "default": "\"unset\"",
2246
- "description": "The default vertical position of the region relative to the anchor element",
2247
- "fieldName": "verticalDefaultPosition",
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.",
2248
2243
  "inheritedFrom": {
2249
- "name": "AnchoredRegion",
2250
- "module": "src/anchored-region/anchored-region.ts"
2244
+ "name": "Anchor",
2245
+ "module": "src/anchor/anchor.ts"
2251
2246
  }
2252
2247
  },
2253
2248
  {
2254
- "name": "vertical-viewport-lock",
2249
+ "kind": "field",
2250
+ "name": "hreflang",
2255
2251
  "type": {
2256
- "text": "boolean"
2252
+ "text": "string"
2257
2253
  },
2258
- "default": "false",
2259
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2260
- "fieldName": "verticalViewportLock",
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.",
2261
2256
  "inheritedFrom": {
2262
- "name": "AnchoredRegion",
2263
- "module": "src/anchored-region/anchored-region.ts"
2257
+ "name": "Anchor",
2258
+ "module": "src/anchor/anchor.ts"
2264
2259
  }
2265
2260
  },
2266
2261
  {
2267
- "name": "vertical-inset",
2262
+ "kind": "field",
2263
+ "name": "ping",
2268
2264
  "type": {
2269
- "text": "boolean"
2265
+ "text": "string"
2270
2266
  },
2271
- "default": "false",
2272
- "description": "Whether the region overlaps the anchor on the vertical axis",
2273
- "fieldName": "verticalInset",
2267
+ "privacy": "public",
2268
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2274
2269
  "inheritedFrom": {
2275
- "name": "AnchoredRegion",
2276
- "module": "src/anchored-region/anchored-region.ts"
2270
+ "name": "Anchor",
2271
+ "module": "src/anchor/anchor.ts"
2277
2272
  }
2278
2273
  },
2279
2274
  {
2280
- "name": "vertical-threshold",
2275
+ "kind": "field",
2276
+ "name": "referrerpolicy",
2281
2277
  "type": {
2282
- "text": "number"
2278
+ "text": "string"
2283
2279
  },
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",
2280
+ "privacy": "public",
2281
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2286
2282
  "inheritedFrom": {
2287
- "name": "AnchoredRegion",
2288
- "module": "src/anchored-region/anchored-region.ts"
2283
+ "name": "Anchor",
2284
+ "module": "src/anchor/anchor.ts"
2289
2285
  }
2290
2286
  },
2291
2287
  {
2292
- "name": "vertical-scaling",
2288
+ "kind": "field",
2289
+ "name": "rel",
2293
2290
  "type": {
2294
- "text": "AxisScalingMode"
2291
+ "text": "string"
2295
2292
  },
2296
- "default": "\"content\"",
2297
- "description": "Defines how the height of the region is calculated",
2298
- "fieldName": "verticalScaling",
2293
+ "privacy": "public",
2294
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2299
2295
  "inheritedFrom": {
2300
- "name": "AnchoredRegion",
2301
- "module": "src/anchored-region/anchored-region.ts"
2296
+ "name": "Anchor",
2297
+ "module": "src/anchor/anchor.ts"
2302
2298
  }
2303
2299
  },
2304
2300
  {
2305
- "name": "fixed-placement",
2301
+ "kind": "field",
2302
+ "name": "target",
2306
2303
  "type": {
2307
- "text": "boolean"
2304
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2308
2305
  },
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",
2306
+ "privacy": "public",
2307
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2312
2308
  "inheritedFrom": {
2313
- "name": "AnchoredRegion",
2314
- "module": "src/anchored-region/anchored-region.ts"
2309
+ "name": "Anchor",
2310
+ "module": "src/anchor/anchor.ts"
2315
2311
  }
2316
2312
  },
2317
2313
  {
2318
- "name": "auto-update-mode",
2314
+ "kind": "field",
2315
+ "name": "type",
2319
2316
  "type": {
2320
- "text": "AutoUpdateMode"
2317
+ "text": "string"
2321
2318
  },
2322
- "default": "\"anchor\"",
2323
- "description": "Defines what triggers the anchored region to revaluate positioning",
2324
- "fieldName": "autoUpdateMode",
2319
+ "privacy": "public",
2320
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2325
2321
  "inheritedFrom": {
2326
- "name": "AnchoredRegion",
2327
- "module": "src/anchored-region/anchored-region.ts"
2322
+ "name": "Anchor",
2323
+ "module": "src/anchor/anchor.ts"
2328
2324
  }
2329
- }
2330
- ],
2331
- "members": [
2325
+ },
2332
2326
  {
2333
2327
  "kind": "field",
2334
- "name": "anchor",
2328
+ "name": "control",
2335
2329
  "type": {
2336
- "text": "string"
2330
+ "text": "HTMLAnchorElement | undefined"
2337
2331
  },
2338
2332
  "privacy": "public",
2339
- "default": "\"\"",
2340
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2333
+ "description": "References the root element",
2341
2334
  "inheritedFrom": {
2342
- "name": "AnchoredRegion",
2343
- "module": "src/anchored-region/anchored-region.ts"
2335
+ "name": "Anchor",
2336
+ "module": "src/anchor/anchor.ts"
2344
2337
  }
2345
2338
  },
2346
2339
  {
2347
- "kind": "method",
2348
- "name": "anchorChanged",
2340
+ "kind": "field",
2341
+ "name": "handleUnsupportedDelegatesFocus",
2349
2342
  "privacy": "private",
2350
- "return": {
2351
- "type": {
2352
- "text": "void"
2353
- }
2354
- },
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",
2355
2344
  "inheritedFrom": {
2356
- "name": "AnchoredRegion",
2357
- "module": "src/anchored-region/anchored-region.ts"
2345
+ "name": "Anchor",
2346
+ "module": "src/anchor/anchor.ts"
2358
2347
  }
2359
2348
  },
2360
2349
  {
2361
2350
  "kind": "field",
2362
- "name": "viewport",
2351
+ "name": "_presentation",
2363
2352
  "type": {
2364
- "text": "string"
2353
+ "text": "ComponentPresentation | null | undefined"
2365
2354
  },
2366
- "privacy": "public",
2367
- "default": "\"\"",
2368
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2355
+ "privacy": "private",
2356
+ "default": "void 0",
2369
2357
  "inheritedFrom": {
2370
- "name": "AnchoredRegion",
2371
- "module": "src/anchored-region/anchored-region.ts"
2358
+ "name": "FoundationElement",
2359
+ "module": "src/foundation-element/foundation-element.ts"
2372
2360
  }
2373
2361
  },
2374
2362
  {
2375
- "kind": "method",
2376
- "name": "viewportChanged",
2377
- "privacy": "private",
2378
- "return": {
2379
- "type": {
2380
- "text": "void"
2381
- }
2363
+ "kind": "field",
2364
+ "name": "$presentation",
2365
+ "type": {
2366
+ "text": "ComponentPresentation | null"
2382
2367
  },
2368
+ "privacy": "public",
2369
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2383
2370
  "inheritedFrom": {
2384
- "name": "AnchoredRegion",
2385
- "module": "src/anchored-region/anchored-region.ts"
2371
+ "name": "FoundationElement",
2372
+ "module": "src/foundation-element/foundation-element.ts"
2386
2373
  }
2387
2374
  },
2388
2375
  {
2389
2376
  "kind": "field",
2390
- "name": "horizontalPositioningMode",
2377
+ "name": "template",
2391
2378
  "type": {
2392
- "text": "AxisPositioningMode"
2379
+ "text": "ElementViewTemplate | void | null"
2393
2380
  },
2394
2381
  "privacy": "public",
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",
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.",
2397
2383
  "inheritedFrom": {
2398
- "name": "AnchoredRegion",
2399
- "module": "src/anchored-region/anchored-region.ts"
2384
+ "name": "FoundationElement",
2385
+ "module": "src/foundation-element/foundation-element.ts"
2400
2386
  }
2401
2387
  },
2402
2388
  {
2403
2389
  "kind": "method",
2404
- "name": "horizontalPositioningModeChanged",
2405
- "privacy": "private",
2390
+ "name": "templateChanged",
2391
+ "privacy": "protected",
2406
2392
  "return": {
2407
2393
  "type": {
2408
2394
  "text": "void"
2409
2395
  }
2410
2396
  },
2411
2397
  "inheritedFrom": {
2412
- "name": "AnchoredRegion",
2413
- "module": "src/anchored-region/anchored-region.ts"
2398
+ "name": "FoundationElement",
2399
+ "module": "src/foundation-element/foundation-element.ts"
2414
2400
  }
2415
2401
  },
2416
2402
  {
2417
2403
  "kind": "field",
2418
- "name": "horizontalDefaultPosition",
2404
+ "name": "styles",
2419
2405
  "type": {
2420
- "text": "HorizontalPosition"
2406
+ "text": "ElementStyles | void | null"
2421
2407
  },
2422
2408
  "privacy": "public",
2423
- "default": "\"unset\"",
2424
- "description": "The default horizontal position of the region relative to the anchor element",
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.",
2425
2410
  "inheritedFrom": {
2426
- "name": "AnchoredRegion",
2427
- "module": "src/anchored-region/anchored-region.ts"
2411
+ "name": "FoundationElement",
2412
+ "module": "src/foundation-element/foundation-element.ts"
2428
2413
  }
2429
2414
  },
2430
2415
  {
2431
2416
  "kind": "method",
2432
- "name": "horizontalDefaultPositionChanged",
2433
- "privacy": "private",
2417
+ "name": "stylesChanged",
2418
+ "privacy": "protected",
2434
2419
  "return": {
2435
2420
  "type": {
2436
2421
  "text": "void"
2437
2422
  }
2438
2423
  },
2439
2424
  "inheritedFrom": {
2440
- "name": "AnchoredRegion",
2441
- "module": "src/anchored-region/anchored-region.ts"
2442
- }
2443
- },
2444
- {
2445
- "kind": "field",
2446
- "name": "horizontalViewportLock",
2447
- "type": {
2448
- "text": "boolean"
2449
- },
2450
- "privacy": "public",
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"
2425
+ "name": "FoundationElement",
2426
+ "module": "src/foundation-element/foundation-element.ts"
2456
2427
  }
2457
2428
  },
2458
2429
  {
2459
2430
  "kind": "method",
2460
- "name": "horizontalViewportLockChanged",
2461
- "privacy": "private",
2431
+ "name": "compose",
2432
+ "privacy": "public",
2433
+ "static": true,
2462
2434
  "return": {
2463
2435
  "type": {
2464
- "text": "void"
2436
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2465
2437
  }
2466
2438
  },
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.",
2467
2455
  "inheritedFrom": {
2468
- "name": "AnchoredRegion",
2469
- "module": "src/anchored-region/anchored-region.ts"
2456
+ "name": "FoundationElement",
2457
+ "module": "src/foundation-element/foundation-element.ts"
2470
2458
  }
2471
- },
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": [
2472
2564
  {
2473
- "kind": "field",
2474
- "name": "horizontalInset",
2565
+ "name": "context",
2475
2566
  "type": {
2476
- "text": "boolean"
2477
- },
2478
- "privacy": "public",
2479
- "default": "false",
2480
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2481
- "inheritedFrom": {
2482
- "name": "AnchoredRegion",
2483
- "module": "src/anchored-region/anchored-region.ts"
2567
+ "text": "ElementDefinitionContext"
2484
2568
  }
2485
2569
  },
2486
2570
  {
2487
- "kind": "method",
2488
- "name": "horizontalInsetChanged",
2489
- "privacy": "private",
2490
- "return": {
2491
- "type": {
2492
- "text": "void"
2493
- }
2494
- },
2495
- "inheritedFrom": {
2496
- "name": "AnchoredRegion",
2497
- "module": "src/anchored-region/anchored-region.ts"
2571
+ "name": "definition",
2572
+ "type": {
2573
+ "text": "FoundationElementDefinition"
2498
2574
  }
2499
- },
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": [
2500
2603
  {
2501
- "kind": "field",
2502
- "name": "horizontalThreshold",
2604
+ "name": "context",
2503
2605
  "type": {
2504
- "text": "number"
2505
- },
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",
2508
- "inheritedFrom": {
2509
- "name": "AnchoredRegion",
2510
- "module": "src/anchored-region/anchored-region.ts"
2606
+ "text": "ElementDefinitionContext"
2511
2607
  }
2512
2608
  },
2513
2609
  {
2514
- "kind": "method",
2515
- "name": "horizontalThresholdChanged",
2516
- "privacy": "private",
2517
- "return": {
2518
- "type": {
2519
- "text": "void"
2520
- }
2521
- },
2522
- "inheritedFrom": {
2523
- "name": "AnchoredRegion",
2524
- "module": "src/anchored-region/anchored-region.ts"
2610
+ "name": "definition",
2611
+ "type": {
2612
+ "text": "FoundationElementDefinition"
2525
2613
  }
2526
- },
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": [
2527
2644
  {
2528
- "kind": "field",
2529
- "name": "horizontalScaling",
2645
+ "name": "anchor",
2530
2646
  "type": {
2531
- "text": "AxisScalingMode"
2647
+ "text": "string"
2532
2648
  },
2533
- "privacy": "public",
2534
- "default": "\"content\"",
2535
- "description": "Defines how the width of the region is calculated",
2649
+ "default": "\"\"",
2650
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2651
+ "fieldName": "anchor",
2536
2652
  "inheritedFrom": {
2537
2653
  "name": "AnchoredRegion",
2538
2654
  "module": "src/anchored-region/anchored-region.ts"
2539
2655
  }
2540
2656
  },
2541
2657
  {
2542
- "kind": "method",
2543
- "name": "horizontalScalingChanged",
2544
- "privacy": "private",
2545
- "return": {
2546
- "type": {
2547
- "text": "void"
2548
- }
2658
+ "name": "viewport",
2659
+ "type": {
2660
+ "text": "string"
2549
2661
  },
2662
+ "default": "\"\"",
2663
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2664
+ "fieldName": "viewport",
2550
2665
  "inheritedFrom": {
2551
2666
  "name": "AnchoredRegion",
2552
2667
  "module": "src/anchored-region/anchored-region.ts"
2553
2668
  }
2554
2669
  },
2555
2670
  {
2556
- "kind": "field",
2557
- "name": "verticalPositioningMode",
2671
+ "name": "horizontal-positioning-mode",
2558
2672
  "type": {
2559
2673
  "text": "AxisPositioningMode"
2560
2674
  },
2561
- "privacy": "public",
2562
2675
  "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",
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",
2564
2678
  "inheritedFrom": {
2565
2679
  "name": "AnchoredRegion",
2566
2680
  "module": "src/anchored-region/anchored-region.ts"
2567
2681
  }
2568
2682
  },
2569
2683
  {
2570
- "kind": "method",
2571
- "name": "verticalPositioningModeChanged",
2572
- "privacy": "private",
2573
- "return": {
2574
- "type": {
2575
- "text": "void"
2576
- }
2684
+ "name": "horizontal-default-position",
2685
+ "type": {
2686
+ "text": "HorizontalPosition"
2577
2687
  },
2688
+ "default": "\"unset\"",
2689
+ "description": "The default horizontal position of the region relative to the anchor element",
2690
+ "fieldName": "horizontalDefaultPosition",
2578
2691
  "inheritedFrom": {
2579
2692
  "name": "AnchoredRegion",
2580
2693
  "module": "src/anchored-region/anchored-region.ts"
2581
2694
  }
2582
2695
  },
2583
2696
  {
2584
- "kind": "field",
2585
- "name": "verticalDefaultPosition",
2697
+ "name": "horizontal-viewport-lock",
2586
2698
  "type": {
2587
- "text": "VerticalPosition"
2699
+ "text": "boolean"
2588
2700
  },
2589
- "privacy": "public",
2590
- "default": "\"unset\"",
2591
- "description": "The default vertical position of the region relative to the anchor element",
2701
+ "default": "false",
2702
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2703
+ "fieldName": "horizontalViewportLock",
2592
2704
  "inheritedFrom": {
2593
2705
  "name": "AnchoredRegion",
2594
2706
  "module": "src/anchored-region/anchored-region.ts"
2595
2707
  }
2596
2708
  },
2597
2709
  {
2598
- "kind": "method",
2599
- "name": "verticalDefaultPositionChanged",
2600
- "privacy": "private",
2601
- "return": {
2602
- "type": {
2603
- "text": "void"
2604
- }
2710
+ "name": "horizontal-inset",
2711
+ "type": {
2712
+ "text": "boolean"
2605
2713
  },
2714
+ "default": "false",
2715
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2716
+ "fieldName": "horizontalInset",
2606
2717
  "inheritedFrom": {
2607
2718
  "name": "AnchoredRegion",
2608
2719
  "module": "src/anchored-region/anchored-region.ts"
2609
2720
  }
2610
2721
  },
2611
2722
  {
2612
- "kind": "field",
2613
- "name": "verticalViewportLock",
2723
+ "name": "horizontal-threshold",
2614
2724
  "type": {
2615
- "text": "boolean"
2725
+ "text": "number"
2616
2726
  },
2617
- "privacy": "public",
2618
- "default": "false",
2619
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
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",
2620
2729
  "inheritedFrom": {
2621
2730
  "name": "AnchoredRegion",
2622
2731
  "module": "src/anchored-region/anchored-region.ts"
2623
2732
  }
2624
2733
  },
2625
2734
  {
2626
- "kind": "method",
2627
- "name": "verticalViewportLockChanged",
2628
- "privacy": "private",
2629
- "return": {
2630
- "type": {
2631
- "text": "void"
2632
- }
2735
+ "name": "horizontal-scaling",
2736
+ "type": {
2737
+ "text": "AxisScalingMode"
2633
2738
  },
2739
+ "default": "\"content\"",
2740
+ "description": "Defines how the width of the region is calculated",
2741
+ "fieldName": "horizontalScaling",
2634
2742
  "inheritedFrom": {
2635
2743
  "name": "AnchoredRegion",
2636
2744
  "module": "src/anchored-region/anchored-region.ts"
2637
2745
  }
2638
2746
  },
2639
2747
  {
2640
- "kind": "field",
2641
- "name": "verticalInset",
2748
+ "name": "vertical-positioning-mode",
2642
2749
  "type": {
2643
- "text": "boolean"
2750
+ "text": "AxisPositioningMode"
2644
2751
  },
2645
- "privacy": "public",
2646
- "default": "false",
2647
- "description": "Whether the region overlaps the anchor on the vertical axis",
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",
2648
2755
  "inheritedFrom": {
2649
2756
  "name": "AnchoredRegion",
2650
2757
  "module": "src/anchored-region/anchored-region.ts"
2651
2758
  }
2652
2759
  },
2653
2760
  {
2654
- "kind": "method",
2655
- "name": "verticalInsetChanged",
2656
- "privacy": "private",
2657
- "return": {
2658
- "type": {
2659
- "text": "void"
2660
- }
2761
+ "name": "vertical-default-position",
2762
+ "type": {
2763
+ "text": "VerticalPosition"
2661
2764
  },
2765
+ "default": "\"unset\"",
2766
+ "description": "The default vertical position of the region relative to the anchor element",
2767
+ "fieldName": "verticalDefaultPosition",
2662
2768
  "inheritedFrom": {
2663
2769
  "name": "AnchoredRegion",
2664
2770
  "module": "src/anchored-region/anchored-region.ts"
2665
2771
  }
2666
2772
  },
2667
2773
  {
2668
- "kind": "field",
2669
- "name": "verticalThreshold",
2774
+ "name": "vertical-viewport-lock",
2670
2775
  "type": {
2671
- "text": "number"
2776
+ "text": "boolean"
2672
2777
  },
2673
- "privacy": "public",
2674
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2778
+ "default": "false",
2779
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2780
+ "fieldName": "verticalViewportLock",
2675
2781
  "inheritedFrom": {
2676
2782
  "name": "AnchoredRegion",
2677
2783
  "module": "src/anchored-region/anchored-region.ts"
2678
2784
  }
2679
2785
  },
2680
2786
  {
2681
- "kind": "method",
2682
- "name": "verticalThresholdChanged",
2683
- "privacy": "private",
2684
- "return": {
2685
- "type": {
2686
- "text": "void"
2687
- }
2787
+ "name": "vertical-inset",
2788
+ "type": {
2789
+ "text": "boolean"
2688
2790
  },
2791
+ "default": "false",
2792
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2793
+ "fieldName": "verticalInset",
2689
2794
  "inheritedFrom": {
2690
2795
  "name": "AnchoredRegion",
2691
2796
  "module": "src/anchored-region/anchored-region.ts"
2692
2797
  }
2693
2798
  },
2694
2799
  {
2695
- "kind": "field",
2696
- "name": "verticalScaling",
2800
+ "name": "vertical-threshold",
2697
2801
  "type": {
2698
- "text": "AxisScalingMode"
2802
+ "text": "number"
2699
2803
  },
2700
- "privacy": "public",
2701
- "default": "\"content\"",
2702
- "description": "Defines how the height of the region is calculated",
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",
2703
2806
  "inheritedFrom": {
2704
2807
  "name": "AnchoredRegion",
2705
2808
  "module": "src/anchored-region/anchored-region.ts"
2706
2809
  }
2707
2810
  },
2708
2811
  {
2709
- "kind": "method",
2710
- "name": "verticalScalingChanged",
2711
- "privacy": "private",
2712
- "return": {
2713
- "type": {
2714
- "text": "void"
2715
- }
2812
+ "name": "vertical-scaling",
2813
+ "type": {
2814
+ "text": "AxisScalingMode"
2716
2815
  },
2816
+ "default": "\"content\"",
2817
+ "description": "Defines how the height of the region is calculated",
2818
+ "fieldName": "verticalScaling",
2717
2819
  "inheritedFrom": {
2718
2820
  "name": "AnchoredRegion",
2719
2821
  "module": "src/anchored-region/anchored-region.ts"
2720
2822
  }
2721
2823
  },
2722
2824
  {
2723
- "kind": "field",
2724
- "name": "fixedPlacement",
2825
+ "name": "fixed-placement",
2725
2826
  "type": {
2726
2827
  "text": "boolean"
2727
2828
  },
2728
- "privacy": "public",
2729
2829
  "default": "false",
2730
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",
2731
2832
  "inheritedFrom": {
2732
2833
  "name": "AnchoredRegion",
2733
2834
  "module": "src/anchored-region/anchored-region.ts"
2734
2835
  }
2735
2836
  },
2736
2837
  {
2737
- "kind": "method",
2738
- "name": "fixedPlacementChanged",
2739
- "privacy": "private",
2740
- "return": {
2741
- "type": {
2742
- "text": "void"
2743
- }
2838
+ "name": "auto-update-mode",
2839
+ "type": {
2840
+ "text": "AutoUpdateMode"
2744
2841
  },
2842
+ "default": "\"anchor\"",
2843
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2844
+ "fieldName": "autoUpdateMode",
2745
2845
  "inheritedFrom": {
2746
2846
  "name": "AnchoredRegion",
2747
2847
  "module": "src/anchored-region/anchored-region.ts"
2748
2848
  }
2749
- },
2849
+ }
2850
+ ],
2851
+ "members": [
2750
2852
  {
2751
2853
  "kind": "field",
2752
- "name": "autoUpdateMode",
2854
+ "name": "anchor",
2753
2855
  "type": {
2754
- "text": "AutoUpdateMode"
2856
+ "text": "string"
2755
2857
  },
2756
2858
  "privacy": "public",
2757
- "default": "\"anchor\"",
2758
- "description": "Defines what triggers the anchored region to revaluate positioning",
2859
+ "default": "\"\"",
2860
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2759
2861
  "inheritedFrom": {
2760
2862
  "name": "AnchoredRegion",
2761
2863
  "module": "src/anchored-region/anchored-region.ts"
@@ -2763,27 +2865,13 @@
2763
2865
  },
2764
2866
  {
2765
2867
  "kind": "method",
2766
- "name": "autoUpdateModeChanged",
2868
+ "name": "anchorChanged",
2767
2869
  "privacy": "private",
2768
2870
  "return": {
2769
2871
  "type": {
2770
2872
  "text": "void"
2771
2873
  }
2772
2874
  },
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
- ],
2787
2875
  "inheritedFrom": {
2788
2876
  "name": "AnchoredRegion",
2789
2877
  "module": "src/anchored-region/anchored-region.ts"
@@ -2791,13 +2879,13 @@
2791
2879
  },
2792
2880
  {
2793
2881
  "kind": "field",
2794
- "name": "anchorElement",
2882
+ "name": "viewport",
2795
2883
  "type": {
2796
- "text": "HTMLElement | null"
2884
+ "text": "string"
2797
2885
  },
2798
2886
  "privacy": "public",
2799
- "default": "null",
2800
- "description": "The HTML element being used as the anchor",
2887
+ "default": "\"\"",
2888
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2801
2889
  "inheritedFrom": {
2802
2890
  "name": "AnchoredRegion",
2803
2891
  "module": "src/anchored-region/anchored-region.ts"
@@ -2805,7 +2893,7 @@
2805
2893
  },
2806
2894
  {
2807
2895
  "kind": "method",
2808
- "name": "anchorElementChanged",
2896
+ "name": "viewportChanged",
2809
2897
  "privacy": "private",
2810
2898
  "return": {
2811
2899
  "type": {
@@ -2819,13 +2907,13 @@
2819
2907
  },
2820
2908
  {
2821
2909
  "kind": "field",
2822
- "name": "viewportElement",
2910
+ "name": "horizontalPositioningMode",
2823
2911
  "type": {
2824
- "text": "HTMLElement | null"
2912
+ "text": "AxisPositioningMode"
2825
2913
  },
2826
2914
  "privacy": "public",
2827
- "default": "null",
2828
- "description": "The HTML element being used as the viewport",
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",
2829
2917
  "inheritedFrom": {
2830
2918
  "name": "AnchoredRegion",
2831
2919
  "module": "src/anchored-region/anchored-region.ts"
@@ -2833,7 +2921,7 @@
2833
2921
  },
2834
2922
  {
2835
2923
  "kind": "method",
2836
- "name": "viewportElementChanged",
2924
+ "name": "horizontalPositioningModeChanged",
2837
2925
  "privacy": "private",
2838
2926
  "return": {
2839
2927
  "type": {
@@ -2847,25 +2935,27 @@
2847
2935
  },
2848
2936
  {
2849
2937
  "kind": "field",
2850
- "name": "verticalPosition",
2938
+ "name": "horizontalDefaultPosition",
2851
2939
  "type": {
2852
- "text": "AnchoredRegionPositionLabel | undefined"
2940
+ "text": "HorizontalPosition"
2853
2941
  },
2854
2942
  "privacy": "public",
2855
- "description": "indicates the current horizontal position of the region",
2943
+ "default": "\"unset\"",
2944
+ "description": "The default horizontal position of the region relative to the anchor element",
2856
2945
  "inheritedFrom": {
2857
2946
  "name": "AnchoredRegion",
2858
2947
  "module": "src/anchored-region/anchored-region.ts"
2859
2948
  }
2860
2949
  },
2861
2950
  {
2862
- "kind": "field",
2863
- "name": "horizontalPosition",
2864
- "type": {
2865
- "text": "AnchoredRegionPositionLabel | undefined"
2951
+ "kind": "method",
2952
+ "name": "horizontalDefaultPositionChanged",
2953
+ "privacy": "private",
2954
+ "return": {
2955
+ "type": {
2956
+ "text": "void"
2957
+ }
2866
2958
  },
2867
- "privacy": "public",
2868
- "description": "indicates the current vertical position of the region",
2869
2959
  "inheritedFrom": {
2870
2960
  "name": "AnchoredRegion",
2871
2961
  "module": "src/anchored-region/anchored-region.ts"
@@ -2873,37 +2963,27 @@
2873
2963
  },
2874
2964
  {
2875
2965
  "kind": "field",
2876
- "name": "translateX",
2966
+ "name": "horizontalViewportLock",
2877
2967
  "type": {
2878
- "text": "number"
2968
+ "text": "boolean"
2879
2969
  },
2880
- "privacy": "private",
2881
- "description": "values to be applied to the component's transform on render",
2970
+ "privacy": "public",
2971
+ "default": "false",
2972
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2882
2973
  "inheritedFrom": {
2883
2974
  "name": "AnchoredRegion",
2884
2975
  "module": "src/anchored-region/anchored-region.ts"
2885
2976
  }
2886
2977
  },
2887
2978
  {
2888
- "kind": "field",
2889
- "name": "translateY",
2890
- "type": {
2891
- "text": "number"
2892
- },
2979
+ "kind": "method",
2980
+ "name": "horizontalViewportLockChanged",
2893
2981
  "privacy": "private",
2894
- "inheritedFrom": {
2895
- "name": "AnchoredRegion",
2896
- "module": "src/anchored-region/anchored-region.ts"
2897
- }
2898
- },
2899
- {
2900
- "kind": "field",
2901
- "name": "regionWidth",
2902
- "type": {
2903
- "text": "string"
2982
+ "return": {
2983
+ "type": {
2984
+ "text": "void"
2985
+ }
2904
2986
  },
2905
- "privacy": "private",
2906
- "description": "the span to be applied to the region on each axis",
2907
2987
  "inheritedFrom": {
2908
2988
  "name": "AnchoredRegion",
2909
2989
  "module": "src/anchored-region/anchored-region.ts"
@@ -2911,36 +2991,27 @@
2911
2991
  },
2912
2992
  {
2913
2993
  "kind": "field",
2914
- "name": "regionHeight",
2994
+ "name": "horizontalInset",
2915
2995
  "type": {
2916
- "text": "string"
2996
+ "text": "boolean"
2917
2997
  },
2918
- "privacy": "private",
2998
+ "privacy": "public",
2999
+ "default": "false",
3000
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2919
3001
  "inheritedFrom": {
2920
3002
  "name": "AnchoredRegion",
2921
3003
  "module": "src/anchored-region/anchored-region.ts"
2922
3004
  }
2923
3005
  },
2924
3006
  {
2925
- "kind": "field",
2926
- "name": "resizeDetector",
2927
- "type": {
2928
- "text": "ResizeObserverClassDefinition | null"
2929
- },
3007
+ "kind": "method",
3008
+ "name": "horizontalInsetChanged",
2930
3009
  "privacy": "private",
2931
- "default": "null",
2932
- "inheritedFrom": {
2933
- "name": "AnchoredRegion",
2934
- "module": "src/anchored-region/anchored-region.ts"
2935
- }
2936
- },
2937
- {
2938
- "kind": "field",
2939
- "name": "viewportRect",
2940
- "type": {
2941
- "text": "ClientRect | DOMRect | undefined"
3010
+ "return": {
3011
+ "type": {
3012
+ "text": "void"
3013
+ }
2942
3014
  },
2943
- "privacy": "private",
2944
3015
  "inheritedFrom": {
2945
3016
  "name": "AnchoredRegion",
2946
3017
  "module": "src/anchored-region/anchored-region.ts"
@@ -2948,23 +3019,26 @@
2948
3019
  },
2949
3020
  {
2950
3021
  "kind": "field",
2951
- "name": "anchorRect",
3022
+ "name": "horizontalThreshold",
2952
3023
  "type": {
2953
- "text": "ClientRect | DOMRect | undefined"
3024
+ "text": "number"
2954
3025
  },
2955
- "privacy": "private",
3026
+ "privacy": "public",
3027
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2956
3028
  "inheritedFrom": {
2957
3029
  "name": "AnchoredRegion",
2958
3030
  "module": "src/anchored-region/anchored-region.ts"
2959
3031
  }
2960
3032
  },
2961
3033
  {
2962
- "kind": "field",
2963
- "name": "regionRect",
2964
- "type": {
2965
- "text": "ClientRect | DOMRect | undefined"
2966
- },
3034
+ "kind": "method",
3035
+ "name": "horizontalThresholdChanged",
2967
3036
  "privacy": "private",
3037
+ "return": {
3038
+ "type": {
3039
+ "text": "void"
3040
+ }
3041
+ },
2968
3042
  "inheritedFrom": {
2969
3043
  "name": "AnchoredRegion",
2970
3044
  "module": "src/anchored-region/anchored-region.ts"
@@ -2972,26 +3046,27 @@
2972
3046
  },
2973
3047
  {
2974
3048
  "kind": "field",
2975
- "name": "baseHorizontalOffset",
3049
+ "name": "horizontalScaling",
2976
3050
  "type": {
2977
- "text": "number"
3051
+ "text": "AxisScalingMode"
2978
3052
  },
2979
- "privacy": "private",
2980
- "default": "0",
2981
- "description": "base offsets between the positioner's base position and the anchor's",
3053
+ "privacy": "public",
3054
+ "default": "\"content\"",
3055
+ "description": "Defines how the width of the region is calculated",
2982
3056
  "inheritedFrom": {
2983
3057
  "name": "AnchoredRegion",
2984
3058
  "module": "src/anchored-region/anchored-region.ts"
2985
3059
  }
2986
3060
  },
2987
3061
  {
2988
- "kind": "field",
2989
- "name": "baseVerticalOffset",
2990
- "type": {
2991
- "text": "number"
2992
- },
3062
+ "kind": "method",
3063
+ "name": "horizontalScalingChanged",
2993
3064
  "privacy": "private",
2994
- "default": "0",
3065
+ "return": {
3066
+ "type": {
3067
+ "text": "void"
3068
+ }
3069
+ },
2995
3070
  "inheritedFrom": {
2996
3071
  "name": "AnchoredRegion",
2997
3072
  "module": "src/anchored-region/anchored-region.ts"
@@ -2999,25 +3074,27 @@
2999
3074
  },
3000
3075
  {
3001
3076
  "kind": "field",
3002
- "name": "pendingPositioningUpdate",
3077
+ "name": "verticalPositioningMode",
3003
3078
  "type": {
3004
- "text": "boolean"
3079
+ "text": "AxisPositioningMode"
3005
3080
  },
3006
- "privacy": "private",
3007
- "default": "false",
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",
3008
3084
  "inheritedFrom": {
3009
3085
  "name": "AnchoredRegion",
3010
3086
  "module": "src/anchored-region/anchored-region.ts"
3011
3087
  }
3012
3088
  },
3013
3089
  {
3014
- "kind": "field",
3015
- "name": "pendingReset",
3016
- "type": {
3017
- "text": "boolean"
3018
- },
3090
+ "kind": "method",
3091
+ "name": "verticalPositioningModeChanged",
3019
3092
  "privacy": "private",
3020
- "default": "false",
3093
+ "return": {
3094
+ "type": {
3095
+ "text": "void"
3096
+ }
3097
+ },
3021
3098
  "inheritedFrom": {
3022
3099
  "name": "AnchoredRegion",
3023
3100
  "module": "src/anchored-region/anchored-region.ts"
@@ -3025,24 +3102,27 @@
3025
3102
  },
3026
3103
  {
3027
3104
  "kind": "field",
3028
- "name": "currentDirection",
3105
+ "name": "verticalDefaultPosition",
3029
3106
  "type": {
3030
- "text": "Direction"
3107
+ "text": "VerticalPosition"
3031
3108
  },
3032
- "privacy": "private",
3109
+ "privacy": "public",
3110
+ "default": "\"unset\"",
3111
+ "description": "The default vertical position of the region relative to the anchor element",
3033
3112
  "inheritedFrom": {
3034
3113
  "name": "AnchoredRegion",
3035
3114
  "module": "src/anchored-region/anchored-region.ts"
3036
3115
  }
3037
3116
  },
3038
3117
  {
3039
- "kind": "field",
3040
- "name": "regionVisible",
3041
- "type": {
3042
- "text": "boolean"
3043
- },
3118
+ "kind": "method",
3119
+ "name": "verticalDefaultPositionChanged",
3044
3120
  "privacy": "private",
3045
- "default": "false",
3121
+ "return": {
3122
+ "type": {
3123
+ "text": "void"
3124
+ }
3125
+ },
3046
3126
  "inheritedFrom": {
3047
3127
  "name": "AnchoredRegion",
3048
3128
  "module": "src/anchored-region/anchored-region.ts"
@@ -3050,25 +3130,27 @@
3050
3130
  },
3051
3131
  {
3052
3132
  "kind": "field",
3053
- "name": "forceUpdate",
3133
+ "name": "verticalViewportLock",
3054
3134
  "type": {
3055
3135
  "text": "boolean"
3056
3136
  },
3057
- "privacy": "private",
3137
+ "privacy": "public",
3058
3138
  "default": "false",
3139
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3059
3140
  "inheritedFrom": {
3060
3141
  "name": "AnchoredRegion",
3061
3142
  "module": "src/anchored-region/anchored-region.ts"
3062
3143
  }
3063
3144
  },
3064
3145
  {
3065
- "kind": "field",
3066
- "name": "updateThreshold",
3067
- "type": {
3068
- "text": "number"
3069
- },
3146
+ "kind": "method",
3147
+ "name": "verticalViewportLockChanged",
3070
3148
  "privacy": "private",
3071
- "default": "0.5",
3149
+ "return": {
3150
+ "type": {
3151
+ "text": "void"
3152
+ }
3153
+ },
3072
3154
  "inheritedFrom": {
3073
3155
  "name": "AnchoredRegion",
3074
3156
  "module": "src/anchored-region/anchored-region.ts"
@@ -3076,13 +3158,27 @@
3076
3158
  },
3077
3159
  {
3078
3160
  "kind": "field",
3079
- "name": "intersectionService",
3161
+ "name": "verticalInset",
3080
3162
  "type": {
3081
- "text": "IntersectionService"
3163
+ "text": "boolean"
3082
3164
  },
3165
+ "privacy": "public",
3166
+ "default": "false",
3167
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3168
+ "inheritedFrom": {
3169
+ "name": "AnchoredRegion",
3170
+ "module": "src/anchored-region/anchored-region.ts"
3171
+ }
3172
+ },
3173
+ {
3174
+ "kind": "method",
3175
+ "name": "verticalInsetChanged",
3083
3176
  "privacy": "private",
3084
- "static": true,
3085
- "default": "new IntersectionService()",
3177
+ "return": {
3178
+ "type": {
3179
+ "text": "void"
3180
+ }
3181
+ },
3086
3182
  "inheritedFrom": {
3087
3183
  "name": "AnchoredRegion",
3088
3184
  "module": "src/anchored-region/anchored-region.ts"
@@ -3090,9 +3186,12 @@
3090
3186
  },
3091
3187
  {
3092
3188
  "kind": "field",
3093
- "name": "update",
3189
+ "name": "verticalThreshold",
3190
+ "type": {
3191
+ "text": "number"
3192
+ },
3094
3193
  "privacy": "public",
3095
- "description": "update position",
3194
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3096
3195
  "inheritedFrom": {
3097
3196
  "name": "AnchoredRegion",
3098
3197
  "module": "src/anchored-region/anchored-region.ts"
@@ -3100,29 +3199,27 @@
3100
3199
  },
3101
3200
  {
3102
3201
  "kind": "method",
3103
- "name": "disconnectResizeDetector",
3202
+ "name": "verticalThresholdChanged",
3104
3203
  "privacy": "private",
3105
3204
  "return": {
3106
3205
  "type": {
3107
3206
  "text": "void"
3108
3207
  }
3109
3208
  },
3110
- "description": "destroys the instance's resize observer",
3111
3209
  "inheritedFrom": {
3112
3210
  "name": "AnchoredRegion",
3113
3211
  "module": "src/anchored-region/anchored-region.ts"
3114
3212
  }
3115
3213
  },
3116
3214
  {
3117
- "kind": "method",
3118
- "name": "initializeResizeDetector",
3119
- "privacy": "private",
3120
- "return": {
3121
- "type": {
3122
- "text": "void"
3123
- }
3215
+ "kind": "field",
3216
+ "name": "verticalScaling",
3217
+ "type": {
3218
+ "text": "AxisScalingMode"
3124
3219
  },
3125
- "description": "initializes the instance's resize observer",
3220
+ "privacy": "public",
3221
+ "default": "\"content\"",
3222
+ "description": "Defines how the height of the region is calculated",
3126
3223
  "inheritedFrom": {
3127
3224
  "name": "AnchoredRegion",
3128
3225
  "module": "src/anchored-region/anchored-region.ts"
@@ -3130,29 +3227,27 @@
3130
3227
  },
3131
3228
  {
3132
3229
  "kind": "method",
3133
- "name": "updateForAttributeChange",
3230
+ "name": "verticalScalingChanged",
3134
3231
  "privacy": "private",
3135
3232
  "return": {
3136
3233
  "type": {
3137
3234
  "text": "void"
3138
3235
  }
3139
3236
  },
3140
- "description": "react to attribute changes that don't require a reset",
3141
3237
  "inheritedFrom": {
3142
3238
  "name": "AnchoredRegion",
3143
3239
  "module": "src/anchored-region/anchored-region.ts"
3144
3240
  }
3145
3241
  },
3146
3242
  {
3147
- "kind": "method",
3148
- "name": "initialize",
3149
- "privacy": "private",
3150
- "return": {
3151
- "type": {
3152
- "text": "void"
3153
- }
3243
+ "kind": "field",
3244
+ "name": "fixedPlacement",
3245
+ "type": {
3246
+ "text": "boolean"
3154
3247
  },
3155
- "description": "fully initializes the component",
3248
+ "privacy": "public",
3249
+ "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,",
3156
3251
  "inheritedFrom": {
3157
3252
  "name": "AnchoredRegion",
3158
3253
  "module": "src/anchored-region/anchored-region.ts"
@@ -3160,14 +3255,27 @@
3160
3255
  },
3161
3256
  {
3162
3257
  "kind": "method",
3163
- "name": "requestReset",
3258
+ "name": "fixedPlacementChanged",
3164
3259
  "privacy": "private",
3165
3260
  "return": {
3166
3261
  "type": {
3167
3262
  "text": "void"
3168
3263
  }
3169
3264
  },
3170
- "description": "Request a reset if there are currently no open requests",
3265
+ "inheritedFrom": {
3266
+ "name": "AnchoredRegion",
3267
+ "module": "src/anchored-region/anchored-region.ts"
3268
+ }
3269
+ },
3270
+ {
3271
+ "kind": "field",
3272
+ "name": "autoUpdateMode",
3273
+ "type": {
3274
+ "text": "AutoUpdateMode"
3275
+ },
3276
+ "privacy": "public",
3277
+ "default": "\"anchor\"",
3278
+ "description": "Defines what triggers the anchored region to revaluate positioning",
3171
3279
  "inheritedFrom": {
3172
3280
  "name": "AnchoredRegion",
3173
3281
  "module": "src/anchored-region/anchored-region.ts"
@@ -3175,14 +3283,27 @@
3175
3283
  },
3176
3284
  {
3177
3285
  "kind": "method",
3178
- "name": "setInitialState",
3286
+ "name": "autoUpdateModeChanged",
3179
3287
  "privacy": "private",
3180
3288
  "return": {
3181
3289
  "type": {
3182
3290
  "text": "void"
3183
3291
  }
3184
3292
  },
3185
- "description": "sets the starting configuration for component internal values",
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
+ ],
3186
3307
  "inheritedFrom": {
3187
3308
  "name": "AnchoredRegion",
3188
3309
  "module": "src/anchored-region/anchored-region.ts"
@@ -3190,19 +3311,27 @@
3190
3311
  },
3191
3312
  {
3192
3313
  "kind": "field",
3193
- "name": "startObservers",
3194
- "privacy": "private",
3195
- "description": "starts observers",
3314
+ "name": "anchorElement",
3315
+ "type": {
3316
+ "text": "HTMLElement | null"
3317
+ },
3318
+ "privacy": "public",
3319
+ "default": "null",
3320
+ "description": "The HTML element being used as the anchor",
3196
3321
  "inheritedFrom": {
3197
3322
  "name": "AnchoredRegion",
3198
3323
  "module": "src/anchored-region/anchored-region.ts"
3199
3324
  }
3200
3325
  },
3201
3326
  {
3202
- "kind": "field",
3203
- "name": "requestPositionUpdates",
3327
+ "kind": "method",
3328
+ "name": "anchorElementChanged",
3204
3329
  "privacy": "private",
3205
- "description": "get position updates",
3330
+ "return": {
3331
+ "type": {
3332
+ "text": "void"
3333
+ }
3334
+ },
3206
3335
  "inheritedFrom": {
3207
3336
  "name": "AnchoredRegion",
3208
3337
  "module": "src/anchored-region/anchored-region.ts"
@@ -3210,19 +3339,27 @@
3210
3339
  },
3211
3340
  {
3212
3341
  "kind": "field",
3213
- "name": "stopObservers",
3214
- "privacy": "private",
3215
- "description": "stops observers",
3342
+ "name": "viewportElement",
3343
+ "type": {
3344
+ "text": "HTMLElement | null"
3345
+ },
3346
+ "privacy": "public",
3347
+ "default": "null",
3348
+ "description": "The HTML element being used as the viewport",
3216
3349
  "inheritedFrom": {
3217
3350
  "name": "AnchoredRegion",
3218
3351
  "module": "src/anchored-region/anchored-region.ts"
3219
3352
  }
3220
3353
  },
3221
3354
  {
3222
- "kind": "field",
3223
- "name": "getViewport",
3355
+ "kind": "method",
3356
+ "name": "viewportElementChanged",
3224
3357
  "privacy": "private",
3225
- "description": "Gets the viewport element by id, or defaults to document root",
3358
+ "return": {
3359
+ "type": {
3360
+ "text": "void"
3361
+ }
3362
+ },
3226
3363
  "inheritedFrom": {
3227
3364
  "name": "AnchoredRegion",
3228
3365
  "module": "src/anchored-region/anchored-region.ts"
@@ -3230,9 +3367,12 @@
3230
3367
  },
3231
3368
  {
3232
3369
  "kind": "field",
3233
- "name": "getAnchor",
3234
- "privacy": "private",
3235
- "description": "Gets the anchor element by id",
3370
+ "name": "verticalPosition",
3371
+ "type": {
3372
+ "text": "AnchoredRegionPositionLabel | undefined"
3373
+ },
3374
+ "privacy": "public",
3375
+ "description": "indicates the current horizontal position of the region",
3236
3376
  "inheritedFrom": {
3237
3377
  "name": "AnchoredRegion",
3238
3378
  "module": "src/anchored-region/anchored-region.ts"
@@ -3240,9 +3380,12 @@
3240
3380
  },
3241
3381
  {
3242
3382
  "kind": "field",
3243
- "name": "handleIntersection",
3244
- "privacy": "private",
3245
- "description": "Handle intersections",
3383
+ "name": "horizontalPosition",
3384
+ "type": {
3385
+ "text": "AnchoredRegionPositionLabel | undefined"
3386
+ },
3387
+ "privacy": "public",
3388
+ "description": "indicates the current vertical position of the region",
3246
3389
  "inheritedFrom": {
3247
3390
  "name": "AnchoredRegion",
3248
3391
  "module": "src/anchored-region/anchored-region.ts"
@@ -3250,9 +3393,12 @@
3250
3393
  },
3251
3394
  {
3252
3395
  "kind": "field",
3253
- "name": "applyIntersectionEntries",
3396
+ "name": "translateX",
3397
+ "type": {
3398
+ "text": "number"
3399
+ },
3254
3400
  "privacy": "private",
3255
- "description": "iterate through intersection entries and apply data",
3401
+ "description": "values to be applied to the component's transform on render",
3256
3402
  "inheritedFrom": {
3257
3403
  "name": "AnchoredRegion",
3258
3404
  "module": "src/anchored-region/anchored-region.ts"
@@ -3260,9 +3406,11 @@
3260
3406
  },
3261
3407
  {
3262
3408
  "kind": "field",
3263
- "name": "updateRegionOffset",
3409
+ "name": "translateY",
3410
+ "type": {
3411
+ "text": "number"
3412
+ },
3264
3413
  "privacy": "private",
3265
- "description": "Update the offset values",
3266
3414
  "inheritedFrom": {
3267
3415
  "name": "AnchoredRegion",
3268
3416
  "module": "src/anchored-region/anchored-region.ts"
@@ -3270,9 +3418,12 @@
3270
3418
  },
3271
3419
  {
3272
3420
  "kind": "field",
3273
- "name": "isRectDifferent",
3421
+ "name": "regionWidth",
3422
+ "type": {
3423
+ "text": "string"
3424
+ },
3274
3425
  "privacy": "private",
3275
- "description": "compare rects to see if there is enough change to justify a DOM update",
3426
+ "description": "the span to be applied to the region on each axis",
3276
3427
  "inheritedFrom": {
3277
3428
  "name": "AnchoredRegion",
3278
3429
  "module": "src/anchored-region/anchored-region.ts"
@@ -3280,9 +3431,11 @@
3280
3431
  },
3281
3432
  {
3282
3433
  "kind": "field",
3283
- "name": "handleResize",
3434
+ "name": "regionHeight",
3435
+ "type": {
3436
+ "text": "string"
3437
+ },
3284
3438
  "privacy": "private",
3285
- "description": "Handle resize events",
3286
3439
  "inheritedFrom": {
3287
3440
  "name": "AnchoredRegion",
3288
3441
  "module": "src/anchored-region/anchored-region.ts"
@@ -3290,9 +3443,12 @@
3290
3443
  },
3291
3444
  {
3292
3445
  "kind": "field",
3293
- "name": "reset",
3446
+ "name": "resizeDetector",
3447
+ "type": {
3448
+ "text": "ResizeObserverClassDefinition | null"
3449
+ },
3294
3450
  "privacy": "private",
3295
- "description": "resets the component",
3451
+ "default": "null",
3296
3452
  "inheritedFrom": {
3297
3453
  "name": "AnchoredRegion",
3298
3454
  "module": "src/anchored-region/anchored-region.ts"
@@ -3300,9 +3456,11 @@
3300
3456
  },
3301
3457
  {
3302
3458
  "kind": "field",
3303
- "name": "updateLayout",
3459
+ "name": "viewportRect",
3460
+ "type": {
3461
+ "text": "ClientRect | DOMRect | undefined"
3462
+ },
3304
3463
  "privacy": "private",
3305
- "description": "Recalculate layout related state values",
3306
3464
  "inheritedFrom": {
3307
3465
  "name": "AnchoredRegion",
3308
3466
  "module": "src/anchored-region/anchored-region.ts"
@@ -3310,9 +3468,11 @@
3310
3468
  },
3311
3469
  {
3312
3470
  "kind": "field",
3313
- "name": "updateRegionStyle",
3471
+ "name": "anchorRect",
3472
+ "type": {
3473
+ "text": "ClientRect | DOMRect | undefined"
3474
+ },
3314
3475
  "privacy": "private",
3315
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3316
3476
  "inheritedFrom": {
3317
3477
  "name": "AnchoredRegion",
3318
3478
  "module": "src/anchored-region/anchored-region.ts"
@@ -3320,9 +3480,11 @@
3320
3480
  },
3321
3481
  {
3322
3482
  "kind": "field",
3323
- "name": "updatePositionClasses",
3483
+ "name": "regionRect",
3484
+ "type": {
3485
+ "text": "ClientRect | DOMRect | undefined"
3486
+ },
3324
3487
  "privacy": "private",
3325
- "description": "Updates the css classes that reflect the current position of the element",
3326
3488
  "inheritedFrom": {
3327
3489
  "name": "AnchoredRegion",
3328
3490
  "module": "src/anchored-region/anchored-region.ts"
@@ -3330,9 +3492,13 @@
3330
3492
  },
3331
3493
  {
3332
3494
  "kind": "field",
3333
- "name": "setHorizontalPosition",
3495
+ "name": "baseHorizontalOffset",
3496
+ "type": {
3497
+ "text": "number"
3498
+ },
3334
3499
  "privacy": "private",
3335
- "description": "Get horizontal positioning state based on desired position",
3500
+ "default": "0",
3501
+ "description": "base offsets between the positioner's base position and the anchor's",
3336
3502
  "inheritedFrom": {
3337
3503
  "name": "AnchoredRegion",
3338
3504
  "module": "src/anchored-region/anchored-region.ts"
@@ -3340,9 +3506,12 @@
3340
3506
  },
3341
3507
  {
3342
3508
  "kind": "field",
3343
- "name": "setVerticalPosition",
3509
+ "name": "baseVerticalOffset",
3510
+ "type": {
3511
+ "text": "number"
3512
+ },
3344
3513
  "privacy": "private",
3345
- "description": "Set vertical positioning state based on desired position",
3514
+ "default": "0",
3346
3515
  "inheritedFrom": {
3347
3516
  "name": "AnchoredRegion",
3348
3517
  "module": "src/anchored-region/anchored-region.ts"
@@ -3350,9 +3519,12 @@
3350
3519
  },
3351
3520
  {
3352
3521
  "kind": "field",
3353
- "name": "getPositioningOptions",
3522
+ "name": "pendingPositioningUpdate",
3523
+ "type": {
3524
+ "text": "boolean"
3525
+ },
3354
3526
  "privacy": "private",
3355
- "description": "Get available positions based on positioning mode",
3527
+ "default": "false",
3356
3528
  "inheritedFrom": {
3357
3529
  "name": "AnchoredRegion",
3358
3530
  "module": "src/anchored-region/anchored-region.ts"
@@ -3360,9 +3532,12 @@
3360
3532
  },
3361
3533
  {
3362
3534
  "kind": "field",
3363
- "name": "getAvailableSpace",
3535
+ "name": "pendingReset",
3536
+ "type": {
3537
+ "text": "boolean"
3538
+ },
3364
3539
  "privacy": "private",
3365
- "description": "Get the space available for a particular relative position",
3540
+ "default": "false",
3366
3541
  "inheritedFrom": {
3367
3542
  "name": "AnchoredRegion",
3368
3543
  "module": "src/anchored-region/anchored-region.ts"
@@ -3370,9 +3545,11 @@
3370
3545
  },
3371
3546
  {
3372
3547
  "kind": "field",
3373
- "name": "getNextRegionDimension",
3548
+ "name": "currentDirection",
3549
+ "type": {
3550
+ "text": "Direction"
3551
+ },
3374
3552
  "privacy": "private",
3375
- "description": "Get region dimensions",
3376
3553
  "inheritedFrom": {
3377
3554
  "name": "AnchoredRegion",
3378
3555
  "module": "src/anchored-region/anchored-region.ts"
@@ -3380,9 +3557,12 @@
3380
3557
  },
3381
3558
  {
3382
3559
  "kind": "field",
3383
- "name": "startAutoUpdateEventListeners",
3560
+ "name": "regionVisible",
3561
+ "type": {
3562
+ "text": "boolean"
3563
+ },
3384
3564
  "privacy": "private",
3385
- "description": "starts event listeners that can trigger auto updating",
3565
+ "default": "false",
3386
3566
  "inheritedFrom": {
3387
3567
  "name": "AnchoredRegion",
3388
3568
  "module": "src/anchored-region/anchored-region.ts"
@@ -3390,9 +3570,12 @@
3390
3570
  },
3391
3571
  {
3392
3572
  "kind": "field",
3393
- "name": "stopAutoUpdateEventListeners",
3573
+ "name": "forceUpdate",
3574
+ "type": {
3575
+ "text": "boolean"
3576
+ },
3394
3577
  "privacy": "private",
3395
- "description": "stops event listeners that can trigger auto updating",
3578
+ "default": "false",
3396
3579
  "inheritedFrom": {
3397
3580
  "name": "AnchoredRegion",
3398
3581
  "module": "src/anchored-region/anchored-region.ts"
@@ -3400,540 +3583,339 @@
3400
3583
  },
3401
3584
  {
3402
3585
  "kind": "field",
3403
- "name": "_presentation",
3586
+ "name": "updateThreshold",
3404
3587
  "type": {
3405
- "text": "ComponentPresentation | null | undefined"
3588
+ "text": "number"
3406
3589
  },
3407
3590
  "privacy": "private",
3408
- "default": "void 0",
3591
+ "default": "0.5",
3409
3592
  "inheritedFrom": {
3410
- "name": "FoundationElement",
3411
- "module": "src/foundation-element/foundation-element.ts"
3593
+ "name": "AnchoredRegion",
3594
+ "module": "src/anchored-region/anchored-region.ts"
3412
3595
  }
3413
3596
  },
3414
3597
  {
3415
3598
  "kind": "field",
3416
- "name": "$presentation",
3599
+ "name": "intersectionService",
3417
3600
  "type": {
3418
- "text": "ComponentPresentation | null"
3601
+ "text": "IntersectionService"
3419
3602
  },
3420
- "privacy": "public",
3421
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3603
+ "privacy": "private",
3604
+ "static": true,
3605
+ "default": "new IntersectionService()",
3422
3606
  "inheritedFrom": {
3423
- "name": "FoundationElement",
3424
- "module": "src/foundation-element/foundation-element.ts"
3607
+ "name": "AnchoredRegion",
3608
+ "module": "src/anchored-region/anchored-region.ts"
3425
3609
  }
3426
3610
  },
3427
3611
  {
3428
3612
  "kind": "field",
3429
- "name": "template",
3430
- "type": {
3431
- "text": "ElementViewTemplate | void | null"
3432
- },
3613
+ "name": "update",
3433
3614
  "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.",
3615
+ "description": "update position",
3435
3616
  "inheritedFrom": {
3436
- "name": "FoundationElement",
3437
- "module": "src/foundation-element/foundation-element.ts"
3617
+ "name": "AnchoredRegion",
3618
+ "module": "src/anchored-region/anchored-region.ts"
3438
3619
  }
3439
3620
  },
3440
3621
  {
3441
3622
  "kind": "method",
3442
- "name": "templateChanged",
3443
- "privacy": "protected",
3623
+ "name": "disconnectResizeDetector",
3624
+ "privacy": "private",
3444
3625
  "return": {
3445
3626
  "type": {
3446
3627
  "text": "void"
3447
3628
  }
3448
3629
  },
3630
+ "description": "destroys the instance's resize observer",
3449
3631
  "inheritedFrom": {
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"
3632
+ "name": "AnchoredRegion",
3633
+ "module": "src/anchored-region/anchored-region.ts"
3465
3634
  }
3466
3635
  },
3467
3636
  {
3468
3637
  "kind": "method",
3469
- "name": "stylesChanged",
3470
- "privacy": "protected",
3638
+ "name": "initializeResizeDetector",
3639
+ "privacy": "private",
3471
3640
  "return": {
3472
3641
  "type": {
3473
3642
  "text": "void"
3474
3643
  }
3475
3644
  },
3645
+ "description": "initializes the instance's resize observer",
3476
3646
  "inheritedFrom": {
3477
- "name": "FoundationElement",
3478
- "module": "src/foundation-element/foundation-element.ts"
3647
+ "name": "AnchoredRegion",
3648
+ "module": "src/anchored-region/anchored-region.ts"
3479
3649
  }
3480
3650
  },
3481
3651
  {
3482
3652
  "kind": "method",
3483
- "name": "compose",
3484
- "privacy": "public",
3485
- "static": true,
3653
+ "name": "updateForAttributeChange",
3654
+ "privacy": "private",
3486
3655
  "return": {
3487
3656
  "type": {
3488
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3657
+ "text": "void"
3489
3658
  }
3490
3659
  },
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.",
3507
- "inheritedFrom": {
3508
- "name": "FoundationElement",
3509
- "module": "src/foundation-element/foundation-element.ts"
3510
- }
3511
- }
3512
- ],
3513
- "events": [
3514
- {
3515
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3516
- "name": "loaded",
3660
+ "description": "react to attribute changes that don't require a reset",
3517
3661
  "inheritedFrom": {
3518
3662
  "name": "AnchoredRegion",
3519
3663
  "module": "src/anchored-region/anchored-region.ts"
3520
3664
  }
3521
3665
  },
3522
3666
  {
3523
- "description": "Fires a custom 'positionchange' event when the position has changed",
3524
- "name": "positionchange",
3667
+ "kind": "method",
3668
+ "name": "initialize",
3669
+ "privacy": "private",
3670
+ "return": {
3671
+ "type": {
3672
+ "text": "void"
3673
+ }
3674
+ },
3675
+ "description": "fully initializes the component",
3525
3676
  "inheritedFrom": {
3526
3677
  "name": "AnchoredRegion",
3527
3678
  "module": "src/anchored-region/anchored-region.ts"
3528
3679
  }
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": [
3634
- {
3635
- "name": "context",
3636
- "type": {
3637
- "text": "ElementDefinitionContext"
3638
- }
3639
3680
  },
3640
3681
  {
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": [
3682
+ "kind": "method",
3683
+ "name": "requestReset",
3684
+ "privacy": "private",
3685
+ "return": {
3686
+ "type": {
3687
+ "text": "void"
3688
+ }
3689
+ },
3690
+ "description": "Request a reset if there are currently no open requests",
3691
+ "inheritedFrom": {
3692
+ "name": "AnchoredRegion",
3693
+ "module": "src/anchored-region/anchored-region.ts"
3694
+ }
3695
+ },
3673
3696
  {
3674
- "name": "context",
3675
- "type": {
3676
- "text": "ElementDefinitionContext"
3697
+ "kind": "method",
3698
+ "name": "setInitialState",
3699
+ "privacy": "private",
3700
+ "return": {
3701
+ "type": {
3702
+ "text": "void"
3703
+ }
3704
+ },
3705
+ "description": "sets the starting configuration for component internal values",
3706
+ "inheritedFrom": {
3707
+ "name": "AnchoredRegion",
3708
+ "module": "src/anchored-region/anchored-region.ts"
3677
3709
  }
3678
3710
  },
3679
3711
  {
3680
- "name": "definition",
3681
- "type": {
3682
- "text": "FoundationElementDefinition"
3712
+ "kind": "field",
3713
+ "name": "startObservers",
3714
+ "privacy": "private",
3715
+ "description": "starts observers",
3716
+ "inheritedFrom": {
3717
+ "name": "AnchoredRegion",
3718
+ "module": "src/anchored-region/anchored-region.ts"
3683
3719
  }
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": [
3720
+ },
3714
3721
  {
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",
3722
+ "kind": "field",
3723
+ "name": "requestPositionUpdates",
3724
+ "privacy": "private",
3725
+ "description": "get position updates",
3721
3726
  "inheritedFrom": {
3722
- "name": "Anchor",
3723
- "module": "src/anchor/anchor.ts"
3727
+ "name": "AnchoredRegion",
3728
+ "module": "src/anchored-region/anchored-region.ts"
3724
3729
  }
3725
3730
  },
3726
3731
  {
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",
3732
+ "kind": "field",
3733
+ "name": "stopObservers",
3734
+ "privacy": "private",
3735
+ "description": "stops observers",
3733
3736
  "inheritedFrom": {
3734
- "name": "Anchor",
3735
- "module": "src/anchor/anchor.ts"
3737
+ "name": "AnchoredRegion",
3738
+ "module": "src/anchored-region/anchored-region.ts"
3736
3739
  }
3737
3740
  },
3738
3741
  {
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",
3742
+ "kind": "field",
3743
+ "name": "getViewport",
3744
+ "privacy": "private",
3745
+ "description": "Gets the viewport element by id, or defaults to document root",
3745
3746
  "inheritedFrom": {
3746
- "name": "Anchor",
3747
- "module": "src/anchor/anchor.ts"
3747
+ "name": "AnchoredRegion",
3748
+ "module": "src/anchored-region/anchored-region.ts"
3748
3749
  }
3749
3750
  },
3750
3751
  {
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",
3752
+ "kind": "field",
3753
+ "name": "getAnchor",
3754
+ "privacy": "private",
3755
+ "description": "Gets the anchor element by id",
3757
3756
  "inheritedFrom": {
3758
- "name": "Anchor",
3759
- "module": "src/anchor/anchor.ts"
3757
+ "name": "AnchoredRegion",
3758
+ "module": "src/anchored-region/anchored-region.ts"
3760
3759
  }
3761
3760
  },
3762
3761
  {
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",
3762
+ "kind": "field",
3763
+ "name": "handleIntersection",
3764
+ "privacy": "private",
3765
+ "description": "Handle intersections",
3769
3766
  "inheritedFrom": {
3770
- "name": "Anchor",
3771
- "module": "src/anchor/anchor.ts"
3767
+ "name": "AnchoredRegion",
3768
+ "module": "src/anchored-region/anchored-region.ts"
3772
3769
  }
3773
3770
  },
3774
3771
  {
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",
3772
+ "kind": "field",
3773
+ "name": "applyIntersectionEntries",
3774
+ "privacy": "private",
3775
+ "description": "iterate through intersection entries and apply data",
3781
3776
  "inheritedFrom": {
3782
- "name": "Anchor",
3783
- "module": "src/anchor/anchor.ts"
3777
+ "name": "AnchoredRegion",
3778
+ "module": "src/anchored-region/anchored-region.ts"
3784
3779
  }
3785
3780
  },
3786
3781
  {
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",
3782
+ "kind": "field",
3783
+ "name": "updateRegionOffset",
3784
+ "privacy": "private",
3785
+ "description": "Update the offset values",
3793
3786
  "inheritedFrom": {
3794
- "name": "Anchor",
3795
- "module": "src/anchor/anchor.ts"
3787
+ "name": "AnchoredRegion",
3788
+ "module": "src/anchored-region/anchored-region.ts"
3796
3789
  }
3797
3790
  },
3798
3791
  {
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",
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",
3805
3796
  "inheritedFrom": {
3806
- "name": "Anchor",
3807
- "module": "src/anchor/anchor.ts"
3797
+ "name": "AnchoredRegion",
3798
+ "module": "src/anchored-region/anchored-region.ts"
3808
3799
  }
3809
- }
3810
- ],
3811
- "members": [
3800
+ },
3812
3801
  {
3813
3802
  "kind": "field",
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.",
3803
+ "name": "handleResize",
3804
+ "privacy": "private",
3805
+ "description": "Handle resize events",
3820
3806
  "inheritedFrom": {
3821
- "name": "Anchor",
3822
- "module": "src/anchor/anchor.ts"
3807
+ "name": "AnchoredRegion",
3808
+ "module": "src/anchored-region/anchored-region.ts"
3823
3809
  }
3824
3810
  },
3825
3811
  {
3826
3812
  "kind": "field",
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.",
3813
+ "name": "reset",
3814
+ "privacy": "private",
3815
+ "description": "resets the component",
3833
3816
  "inheritedFrom": {
3834
- "name": "Anchor",
3835
- "module": "src/anchor/anchor.ts"
3817
+ "name": "AnchoredRegion",
3818
+ "module": "src/anchored-region/anchored-region.ts"
3836
3819
  }
3837
3820
  },
3838
3821
  {
3839
3822
  "kind": "field",
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.",
3823
+ "name": "updateLayout",
3824
+ "privacy": "private",
3825
+ "description": "Recalculate layout related state values",
3846
3826
  "inheritedFrom": {
3847
- "name": "Anchor",
3848
- "module": "src/anchor/anchor.ts"
3827
+ "name": "AnchoredRegion",
3828
+ "module": "src/anchored-region/anchored-region.ts"
3849
3829
  }
3850
3830
  },
3851
3831
  {
3852
3832
  "kind": "field",
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.",
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",
3859
3836
  "inheritedFrom": {
3860
- "name": "Anchor",
3861
- "module": "src/anchor/anchor.ts"
3837
+ "name": "AnchoredRegion",
3838
+ "module": "src/anchored-region/anchored-region.ts"
3862
3839
  }
3863
3840
  },
3864
3841
  {
3865
3842
  "kind": "field",
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.",
3843
+ "name": "updatePositionClasses",
3844
+ "privacy": "private",
3845
+ "description": "Updates the css classes that reflect the current position of the element",
3846
+ "inheritedFrom": {
3847
+ "name": "AnchoredRegion",
3848
+ "module": "src/anchored-region/anchored-region.ts"
3849
+ }
3850
+ },
3851
+ {
3852
+ "kind": "field",
3853
+ "name": "setHorizontalPosition",
3854
+ "privacy": "private",
3855
+ "description": "Get horizontal positioning state based on desired position",
3856
+ "inheritedFrom": {
3857
+ "name": "AnchoredRegion",
3858
+ "module": "src/anchored-region/anchored-region.ts"
3859
+ }
3860
+ },
3861
+ {
3862
+ "kind": "field",
3863
+ "name": "setVerticalPosition",
3864
+ "privacy": "private",
3865
+ "description": "Set vertical positioning state based on desired position",
3872
3866
  "inheritedFrom": {
3873
- "name": "Anchor",
3874
- "module": "src/anchor/anchor.ts"
3867
+ "name": "AnchoredRegion",
3868
+ "module": "src/anchored-region/anchored-region.ts"
3875
3869
  }
3876
3870
  },
3877
3871
  {
3878
3872
  "kind": "field",
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.",
3873
+ "name": "getPositioningOptions",
3874
+ "privacy": "private",
3875
+ "description": "Get available positions based on positioning mode",
3885
3876
  "inheritedFrom": {
3886
- "name": "Anchor",
3887
- "module": "src/anchor/anchor.ts"
3877
+ "name": "AnchoredRegion",
3878
+ "module": "src/anchored-region/anchored-region.ts"
3888
3879
  }
3889
3880
  },
3890
3881
  {
3891
3882
  "kind": "field",
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.",
3883
+ "name": "getAvailableSpace",
3884
+ "privacy": "private",
3885
+ "description": "Get the space available for a particular relative position",
3898
3886
  "inheritedFrom": {
3899
- "name": "Anchor",
3900
- "module": "src/anchor/anchor.ts"
3887
+ "name": "AnchoredRegion",
3888
+ "module": "src/anchored-region/anchored-region.ts"
3901
3889
  }
3902
3890
  },
3903
3891
  {
3904
3892
  "kind": "field",
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.",
3893
+ "name": "getNextRegionDimension",
3894
+ "privacy": "private",
3895
+ "description": "Get region dimensions",
3911
3896
  "inheritedFrom": {
3912
- "name": "Anchor",
3913
- "module": "src/anchor/anchor.ts"
3897
+ "name": "AnchoredRegion",
3898
+ "module": "src/anchored-region/anchored-region.ts"
3914
3899
  }
3915
3900
  },
3916
3901
  {
3917
3902
  "kind": "field",
3918
- "name": "control",
3919
- "type": {
3920
- "text": "HTMLAnchorElement | undefined"
3921
- },
3922
- "privacy": "public",
3923
- "description": "References the root element",
3903
+ "name": "startAutoUpdateEventListeners",
3904
+ "privacy": "private",
3905
+ "description": "starts event listeners that can trigger auto updating",
3924
3906
  "inheritedFrom": {
3925
- "name": "Anchor",
3926
- "module": "src/anchor/anchor.ts"
3907
+ "name": "AnchoredRegion",
3908
+ "module": "src/anchored-region/anchored-region.ts"
3927
3909
  }
3928
3910
  },
3929
3911
  {
3930
3912
  "kind": "field",
3931
- "name": "handleUnsupportedDelegatesFocus",
3913
+ "name": "stopAutoUpdateEventListeners",
3932
3914
  "privacy": "private",
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",
3915
+ "description": "stops event listeners that can trigger auto updating",
3934
3916
  "inheritedFrom": {
3935
- "name": "Anchor",
3936
- "module": "src/anchor/anchor.ts"
3917
+ "name": "AnchoredRegion",
3918
+ "module": "src/anchored-region/anchored-region.ts"
3937
3919
  }
3938
3920
  },
3939
3921
  {
@@ -4047,11 +4029,29 @@
4047
4029
  "module": "src/foundation-element/foundation-element.ts"
4048
4030
  }
4049
4031
  }
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": "foundationAnchorShadowOptions",
4054
+ "name": "foundationAnchoredRegionShadowOptions",
4055
4055
  "type": {
4056
4056
  "text": "ShadowRootInit"
4057
4057
  },
@@ -4059,7 +4059,7 @@
4059
4059
  },
4060
4060
  {
4061
4061
  "kind": "variable",
4062
- "name": "defaultAnchorConfig",
4062
+ "name": "defaultAnchoredRegionConfig",
4063
4063
  "type": {
4064
4064
  "text": "object"
4065
4065
  },
@@ -4067,49 +4067,49 @@
4067
4067
  },
4068
4068
  {
4069
4069
  "kind": "variable",
4070
- "name": "foundationAnchor",
4071
- "description": "The Foundation Anchor",
4070
+ "name": "foundationAnchoredRegion",
4071
+ "description": "The Foundation Anchored Region",
4072
4072
  "privacy": "public"
4073
4073
  }
4074
4074
  ],
4075
4075
  "exports": [
4076
4076
  {
4077
4077
  "kind": "js",
4078
- "name": "Anchor",
4078
+ "name": "AnchoredRegion",
4079
4079
  "declaration": {
4080
- "name": "Anchor",
4081
- "module": "src/anchor/anchor.ts"
4080
+ "name": "AnchoredRegion",
4081
+ "module": "src/anchored-region/anchored-region.ts"
4082
4082
  }
4083
4083
  },
4084
4084
  {
4085
4085
  "kind": "js",
4086
- "name": "foundationAnchorShadowOptions",
4086
+ "name": "foundationAnchoredRegionShadowOptions",
4087
4087
  "declaration": {
4088
- "name": "foundationAnchorShadowOptions",
4089
- "module": "src/anchor/anchor.ts"
4088
+ "name": "foundationAnchoredRegionShadowOptions",
4089
+ "module": "src/anchored-region/anchored-region.ts"
4090
4090
  }
4091
4091
  },
4092
4092
  {
4093
4093
  "kind": "js",
4094
- "name": "defaultAnchorConfig",
4094
+ "name": "defaultAnchoredRegionConfig",
4095
4095
  "declaration": {
4096
- "name": "defaultAnchorConfig",
4097
- "module": "src/anchor/anchor.ts"
4096
+ "name": "defaultAnchoredRegionConfig",
4097
+ "module": "src/anchored-region/anchored-region.ts"
4098
4098
  }
4099
4099
  },
4100
4100
  {
4101
4101
  "kind": "js",
4102
- "name": "foundationAnchor",
4102
+ "name": "foundationAnchoredRegion",
4103
4103
  "declaration": {
4104
- "name": "foundationAnchor",
4105
- "module": "src/anchor/anchor.ts"
4104
+ "name": "foundationAnchoredRegion",
4105
+ "module": "src/anchored-region/anchored-region.ts"
4106
4106
  }
4107
4107
  }
4108
4108
  ]
4109
4109
  },
4110
4110
  {
4111
4111
  "kind": "javascript-module",
4112
- "path": "src/anchor/index.ts",
4112
+ "path": "src/anchored-region/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.template"
4120
+ "package": "./anchor-region.template"
4121
4121
  }
4122
4122
  },
4123
4123
  {
@@ -4125,7 +4125,7 @@
4125
4125
  "name": "*",
4126
4126
  "declaration": {
4127
4127
  "name": "*",
4128
- "package": "./anchor.styles"
4128
+ "package": "./anchored-region.styles"
4129
4129
  }
4130
4130
  },
4131
4131
  {
@@ -4133,7 +4133,7 @@
4133
4133
  "name": "*",
4134
4134
  "declaration": {
4135
4135
  "name": "*",
4136
- "package": "./anchor"
4136
+ "package": "./anchored-region"
4137
4137
  }
4138
4138
  }
4139
4139
  ]
@@ -18760,6 +18760,14 @@
18760
18760
  "description": "",
18761
18761
  "name": "Flyout",
18762
18762
  "members": [
18763
+ {
18764
+ "kind": "field",
18765
+ "name": "exit",
18766
+ "type": {
18767
+ "text": "HTMLDivElement"
18768
+ },
18769
+ "privacy": "public"
18770
+ },
18763
18771
  {
18764
18772
  "kind": "field",
18765
18773
  "name": "position",
@@ -18804,6 +18812,10 @@
18804
18812
  "kind": "method",
18805
18813
  "name": "closingFinished"
18806
18814
  },
18815
+ {
18816
+ "kind": "method",
18817
+ "name": "focusExit"
18818
+ },
18807
18819
  {
18808
18820
  "kind": "field",
18809
18821
  "name": "_presentation",
@@ -19045,59 +19057,35 @@
19045
19057
  },
19046
19058
  {
19047
19059
  "kind": "javascript-module",
19048
- "path": "src/grid-layout/grid-layout.styles.ts",
19049
- "declarations": [
19050
- {
19051
- "kind": "variable",
19052
- "name": "foundationGridLayoutStyles",
19053
- "type": {
19054
- "text": "ElementStyles"
19055
- },
19056
- "default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
19057
- }
19058
- ],
19059
- "exports": [
19060
- {
19061
- "kind": "js",
19062
- "name": "foundationGridLayoutStyles",
19063
- "declaration": {
19064
- "name": "foundationGridLayoutStyles",
19065
- "module": "src/grid-layout/grid-layout.styles.ts"
19066
- }
19067
- }
19068
- ]
19069
- },
19070
- {
19071
- "kind": "javascript-module",
19072
- "path": "src/grid-layout/grid-layout.template.ts",
19060
+ "path": "src/grid-layout-item/grid-layout-item.template.ts",
19073
19061
  "declarations": [
19074
19062
  {
19075
19063
  "kind": "variable",
19076
- "name": "foundationGridLayoutTemplate",
19064
+ "name": "foundationGridLayoutItemTemplate",
19077
19065
  "type": {
19078
- "text": "ViewTemplate<GridLayout>"
19066
+ "text": "ViewTemplate<GridLayoutItem>"
19079
19067
  },
19080
- "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
19068
+ "default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
19081
19069
  }
19082
19070
  ],
19083
19071
  "exports": [
19084
19072
  {
19085
19073
  "kind": "js",
19086
- "name": "foundationGridLayoutTemplate",
19074
+ "name": "foundationGridLayoutItemTemplate",
19087
19075
  "declaration": {
19088
- "name": "foundationGridLayoutTemplate",
19089
- "module": "src/grid-layout/grid-layout.template.ts"
19076
+ "name": "foundationGridLayoutItemTemplate",
19077
+ "module": "src/grid-layout-item/grid-layout-item.template.ts"
19090
19078
  }
19091
19079
  }
19092
19080
  ]
19093
19081
  },
19094
19082
  {
19095
19083
  "kind": "javascript-module",
19096
- "path": "src/grid-layout/grid-layout.ts",
19084
+ "path": "src/grid-layout-item/grid-layout-item.ts",
19097
19085
  "declarations": [
19098
19086
  {
19099
19087
  "kind": "variable",
19100
- "name": "foundationGridLayoutShadowOptions",
19088
+ "name": "foundationGridLayoutItemShadowOptions",
19101
19089
  "type": {
19102
19090
  "text": "ShadowRootInit"
19103
19091
  },
@@ -19105,7 +19093,7 @@
19105
19093
  },
19106
19094
  {
19107
19095
  "kind": "variable",
19108
- "name": "defaultGridLayoutConfig",
19096
+ "name": "defaultGridLayoutItemConfig",
19109
19097
  "type": {
19110
19098
  "text": "object"
19111
19099
  },
@@ -19114,136 +19102,137 @@
19114
19102
  {
19115
19103
  "kind": "class",
19116
19104
  "description": "",
19117
- "name": "GridLayout",
19105
+ "name": "GridLayoutItem",
19118
19106
  "members": [
19119
19107
  {
19120
19108
  "kind": "field",
19121
- "name": "['col-count']",
19122
- "type": {
19123
- "text": "string"
19124
- }
19125
- },
19126
- {
19127
- "kind": "field",
19128
- "name": "['col-width']",
19129
- "type": {
19130
- "text": "string"
19131
- }
19132
- },
19133
- {
19134
- "kind": "field",
19135
- "name": "['col-lg-count']",
19109
+ "name": "colNumber",
19136
19110
  "type": {
19137
- "text": "string"
19111
+ "text": "number"
19138
19112
  }
19139
19113
  },
19140
19114
  {
19141
19115
  "kind": "field",
19142
- "name": "['col-lg-width']",
19116
+ "name": "colSmNumber",
19143
19117
  "type": {
19144
- "text": "string"
19118
+ "text": "number"
19145
19119
  }
19146
19120
  },
19147
19121
  {
19148
19122
  "kind": "field",
19149
- "name": "['col-md-count']",
19123
+ "name": "colMdNumber",
19150
19124
  "type": {
19151
- "text": "string"
19125
+ "text": "number"
19152
19126
  }
19153
19127
  },
19154
19128
  {
19155
19129
  "kind": "field",
19156
- "name": "['col-md-width']",
19130
+ "name": "colLgNumber",
19157
19131
  "type": {
19158
- "text": "string"
19132
+ "text": "number"
19159
19133
  }
19160
19134
  },
19161
19135
  {
19162
19136
  "kind": "field",
19163
- "name": "['col-sm-count']",
19137
+ "name": "rowNumber",
19164
19138
  "type": {
19165
- "text": "string"
19139
+ "text": "number"
19166
19140
  }
19167
19141
  },
19168
19142
  {
19169
19143
  "kind": "field",
19170
- "name": "['col-sm-width']",
19144
+ "name": "rowSmNumber",
19171
19145
  "type": {
19172
- "text": "string"
19146
+ "text": "number"
19173
19147
  }
19174
19148
  },
19175
19149
  {
19176
19150
  "kind": "field",
19177
- "name": "['row-count']",
19151
+ "name": "rowMdNumber",
19178
19152
  "type": {
19179
- "text": "string"
19153
+ "text": "number"
19180
19154
  }
19181
19155
  },
19182
19156
  {
19183
19157
  "kind": "field",
19184
- "name": "['row-height']",
19158
+ "name": "rowLgNumber",
19185
19159
  "type": {
19186
- "text": "string"
19160
+ "text": "number"
19187
19161
  }
19188
19162
  },
19189
19163
  {
19190
19164
  "kind": "field",
19191
- "name": "['row-lg-count']",
19165
+ "name": "width",
19192
19166
  "type": {
19193
- "text": "string"
19167
+ "text": "number"
19194
19168
  }
19195
19169
  },
19196
19170
  {
19197
19171
  "kind": "field",
19198
- "name": "['row-lg-height']",
19172
+ "name": "widthSm",
19199
19173
  "type": {
19200
- "text": "string"
19174
+ "text": "number"
19201
19175
  }
19202
19176
  },
19203
19177
  {
19204
19178
  "kind": "field",
19205
- "name": "['row-md-count']",
19179
+ "name": "widthMd",
19206
19180
  "type": {
19207
- "text": "string"
19181
+ "text": "number"
19208
19182
  }
19209
19183
  },
19210
19184
  {
19211
19185
  "kind": "field",
19212
- "name": "['row-md-height']",
19186
+ "name": "widthLg",
19213
19187
  "type": {
19214
- "text": "string"
19188
+ "text": "number"
19215
19189
  }
19216
19190
  },
19217
19191
  {
19218
19192
  "kind": "field",
19219
- "name": "['row-sm-count']",
19193
+ "name": "height",
19220
19194
  "type": {
19221
- "text": "string"
19195
+ "text": "number"
19222
19196
  }
19223
19197
  },
19224
19198
  {
19225
19199
  "kind": "field",
19226
- "name": "['row-sm-height']",
19200
+ "name": "heightSm",
19227
19201
  "type": {
19228
- "text": "string"
19202
+ "text": "number"
19229
19203
  }
19230
19204
  },
19231
19205
  {
19232
19206
  "kind": "field",
19233
- "name": "behaviors",
19207
+ "name": "heightMd",
19234
19208
  "type": {
19235
- "text": "Behavior[]"
19236
- },
19237
- "privacy": "private",
19238
- "default": "[]"
19209
+ "text": "number"
19210
+ }
19239
19211
  },
19240
19212
  {
19241
19213
  "kind": "field",
19242
- "name": "baseStyles",
19214
+ "name": "heightLg",
19243
19215
  "type": {
19244
- "text": "ElementStyles"
19245
- },
19246
- "privacy": "private"
19216
+ "text": "number"
19217
+ }
19218
+ },
19219
+ {
19220
+ "kind": "method",
19221
+ "name": "setGridItemProperties",
19222
+ "parameters": [
19223
+ {
19224
+ "name": "column"
19225
+ },
19226
+ {
19227
+ "name": "row"
19228
+ },
19229
+ {
19230
+ "name": "width"
19231
+ },
19232
+ {
19233
+ "name": "height"
19234
+ }
19235
+ ]
19247
19236
  },
19248
19237
  {
19249
19238
  "kind": "field",
@@ -19359,176 +19348,170 @@
19359
19348
  ],
19360
19349
  "attributes": [
19361
19350
  {
19362
- "name": "['col-count']",
19351
+ "name": "col-number",
19363
19352
  "type": {
19364
- "text": "string"
19353
+ "text": "number"
19365
19354
  },
19366
- "fieldName": "['col-count']"
19355
+ "fieldName": "colNumber"
19367
19356
  },
19368
19357
  {
19369
- "name": "['col-width']",
19358
+ "name": "col-sm-number",
19370
19359
  "type": {
19371
- "text": "string"
19360
+ "text": "number"
19372
19361
  },
19373
- "fieldName": "['col-width']"
19362
+ "fieldName": "colSmNumber"
19374
19363
  },
19375
19364
  {
19376
- "name": "['col-lg-count']",
19365
+ "name": "col-md-number",
19377
19366
  "type": {
19378
- "text": "string"
19367
+ "text": "number"
19379
19368
  },
19380
- "fieldName": "['col-lg-count']"
19369
+ "fieldName": "colMdNumber"
19381
19370
  },
19382
19371
  {
19383
- "name": "['col-lg-width']",
19372
+ "name": "col-lg-number",
19384
19373
  "type": {
19385
- "text": "string"
19374
+ "text": "number"
19386
19375
  },
19387
- "fieldName": "['col-lg-width']"
19376
+ "fieldName": "colLgNumber"
19388
19377
  },
19389
19378
  {
19390
- "name": "['col-md-count']",
19379
+ "name": "row-number",
19391
19380
  "type": {
19392
- "text": "string"
19381
+ "text": "number"
19393
19382
  },
19394
- "fieldName": "['col-md-count']"
19383
+ "fieldName": "rowNumber"
19395
19384
  },
19396
19385
  {
19397
- "name": "['col-md-width']",
19386
+ "name": "row-sm-number",
19398
19387
  "type": {
19399
- "text": "string"
19388
+ "text": "number"
19400
19389
  },
19401
- "fieldName": "['col-md-width']"
19390
+ "fieldName": "rowSmNumber"
19402
19391
  },
19403
19392
  {
19404
- "name": "['col-sm-count']",
19393
+ "name": "row-md-number",
19405
19394
  "type": {
19406
- "text": "string"
19395
+ "text": "number"
19407
19396
  },
19408
- "fieldName": "['col-sm-count']"
19397
+ "fieldName": "rowMdNumber"
19409
19398
  },
19410
19399
  {
19411
- "name": "['col-sm-width']",
19400
+ "name": "row-lg-number",
19412
19401
  "type": {
19413
- "text": "string"
19402
+ "text": "number"
19414
19403
  },
19415
- "fieldName": "['col-sm-width']"
19404
+ "fieldName": "rowLgNumber"
19416
19405
  },
19417
19406
  {
19418
- "name": "['row-count']",
19407
+ "name": "width",
19419
19408
  "type": {
19420
- "text": "string"
19409
+ "text": "number"
19421
19410
  },
19422
- "fieldName": "['row-count']"
19411
+ "fieldName": "width"
19423
19412
  },
19424
19413
  {
19425
- "name": "['row-height']",
19414
+ "name": "width-sm",
19426
19415
  "type": {
19427
- "text": "string"
19416
+ "text": "number"
19428
19417
  },
19429
- "fieldName": "['row-height']"
19418
+ "fieldName": "widthSm"
19430
19419
  },
19431
19420
  {
19432
- "name": "['row-lg-count']",
19421
+ "name": "width-md",
19433
19422
  "type": {
19434
- "text": "string"
19423
+ "text": "number"
19435
19424
  },
19436
- "fieldName": "['row-lg-count']"
19425
+ "fieldName": "widthMd"
19437
19426
  },
19438
19427
  {
19439
- "name": "['row-lg-height']",
19428
+ "name": "width-lg",
19440
19429
  "type": {
19441
- "text": "string"
19430
+ "text": "number"
19442
19431
  },
19443
- "fieldName": "['row-lg-height']"
19432
+ "fieldName": "widthLg"
19444
19433
  },
19445
19434
  {
19446
- "name": "['row-md-count']",
19435
+ "name": "height",
19447
19436
  "type": {
19448
- "text": "string"
19437
+ "text": "number"
19449
19438
  },
19450
- "fieldName": "['row-md-count']"
19439
+ "fieldName": "height"
19451
19440
  },
19452
19441
  {
19453
- "name": "['row-md-height']",
19442
+ "name": "height-sm",
19454
19443
  "type": {
19455
- "text": "string"
19444
+ "text": "number"
19456
19445
  },
19457
- "fieldName": "['row-md-height']"
19446
+ "fieldName": "heightSm"
19458
19447
  },
19459
19448
  {
19460
- "name": "['row-sm-count']",
19449
+ "name": "height-md",
19461
19450
  "type": {
19462
- "text": "string"
19451
+ "text": "number"
19463
19452
  },
19464
- "fieldName": "['row-sm-count']"
19453
+ "fieldName": "heightMd"
19465
19454
  },
19466
19455
  {
19467
- "name": "['row-sm-height']",
19456
+ "name": "height-lg",
19468
19457
  "type": {
19469
- "text": "string"
19458
+ "text": "number"
19470
19459
  },
19471
- "fieldName": "['row-sm-height']"
19460
+ "fieldName": "heightLg"
19472
19461
  }
19473
19462
  ],
19474
19463
  "superclass": {
19475
19464
  "name": "FoundationElement",
19476
19465
  "package": "@microsoft/fast-foundation"
19477
19466
  },
19478
- "tagName": "%%prefix%%-grid-layout",
19467
+ "tagName": "%%prefix%%-grid-layout-item",
19479
19468
  "customElement": true
19480
19469
  },
19481
19470
  {
19482
19471
  "kind": "variable",
19483
- "name": "foundationGridLayout",
19484
- "description": "The Foundation Grid Layout",
19472
+ "name": "foundationGridLayoutItem",
19473
+ "description": "The Foundation Grid Layout Item",
19485
19474
  "privacy": "public"
19486
19475
  }
19487
19476
  ],
19488
19477
  "exports": [
19489
19478
  {
19490
19479
  "kind": "js",
19491
- "name": "foundationGridLayoutShadowOptions",
19480
+ "name": "foundationGridLayoutItemShadowOptions",
19492
19481
  "declaration": {
19493
- "name": "foundationGridLayoutShadowOptions",
19494
- "module": "src/grid-layout/grid-layout.ts"
19482
+ "name": "foundationGridLayoutItemShadowOptions",
19483
+ "module": "src/grid-layout-item/grid-layout-item.ts"
19495
19484
  }
19496
19485
  },
19497
19486
  {
19498
19487
  "kind": "js",
19499
- "name": "defaultGridLayoutConfig",
19488
+ "name": "defaultGridLayoutItemConfig",
19500
19489
  "declaration": {
19501
- "name": "defaultGridLayoutConfig",
19502
- "module": "src/grid-layout/grid-layout.ts"
19490
+ "name": "defaultGridLayoutItemConfig",
19491
+ "module": "src/grid-layout-item/grid-layout-item.ts"
19503
19492
  }
19504
19493
  },
19505
19494
  {
19506
19495
  "kind": "js",
19507
- "name": "GridLayout",
19496
+ "name": "GridLayoutItem",
19508
19497
  "declaration": {
19509
- "name": "GridLayout",
19510
- "module": "src/grid-layout/grid-layout.ts"
19498
+ "name": "GridLayoutItem",
19499
+ "module": "src/grid-layout-item/grid-layout-item.ts"
19511
19500
  }
19512
19501
  },
19513
19502
  {
19514
19503
  "kind": "js",
19515
- "name": "foundationGridLayout",
19504
+ "name": "foundationGridLayoutItem",
19516
19505
  "declaration": {
19517
- "name": "foundationGridLayout",
19518
- "module": "src/grid-layout/grid-layout.ts"
19506
+ "name": "foundationGridLayoutItem",
19507
+ "module": "src/grid-layout-item/grid-layout-item.ts"
19519
19508
  }
19520
19509
  }
19521
19510
  ]
19522
19511
  },
19523
19512
  {
19524
19513
  "kind": "javascript-module",
19525
- "path": "src/grid-layout/grid-layout.types.ts",
19526
- "declarations": [],
19527
- "exports": []
19528
- },
19529
- {
19530
- "kind": "javascript-module",
19531
- "path": "src/grid-layout/index.ts",
19514
+ "path": "src/grid-layout-item/index.ts",
19532
19515
  "declarations": [],
19533
19516
  "exports": [
19534
19517
  {
@@ -19536,7 +19519,7 @@
19536
19519
  "name": "*",
19537
19520
  "declaration": {
19538
19521
  "name": "*",
19539
- "package": "./grid-layout.template"
19522
+ "package": "./grid-layout-item.template"
19540
19523
  }
19541
19524
  },
19542
19525
  {
@@ -19544,58 +19527,66 @@
19544
19527
  "name": "*",
19545
19528
  "declaration": {
19546
19529
  "name": "*",
19547
- "package": "./grid-layout.styles"
19530
+ "package": "./grid-layout-item"
19548
19531
  }
19549
- },
19532
+ }
19533
+ ]
19534
+ },
19535
+ {
19536
+ "kind": "javascript-module",
19537
+ "path": "src/grid-layout/grid-layout.styles.ts",
19538
+ "declarations": [
19550
19539
  {
19551
- "kind": "js",
19552
- "name": "*",
19553
- "declaration": {
19554
- "name": "*",
19555
- "package": "./grid-layout"
19556
- }
19557
- },
19540
+ "kind": "variable",
19541
+ "name": "foundationGridLayoutStyles",
19542
+ "type": {
19543
+ "text": "ElementStyles"
19544
+ },
19545
+ "default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
19546
+ }
19547
+ ],
19548
+ "exports": [
19558
19549
  {
19559
19550
  "kind": "js",
19560
- "name": "*",
19551
+ "name": "foundationGridLayoutStyles",
19561
19552
  "declaration": {
19562
- "name": "*",
19563
- "package": "./grid-layout.types"
19553
+ "name": "foundationGridLayoutStyles",
19554
+ "module": "src/grid-layout/grid-layout.styles.ts"
19564
19555
  }
19565
19556
  }
19566
19557
  ]
19567
19558
  },
19568
19559
  {
19569
19560
  "kind": "javascript-module",
19570
- "path": "src/grid-layout-item/grid-layout-item.template.ts",
19561
+ "path": "src/grid-layout/grid-layout.template.ts",
19571
19562
  "declarations": [
19572
19563
  {
19573
19564
  "kind": "variable",
19574
- "name": "foundationGridLayoutItemTemplate",
19565
+ "name": "foundationGridLayoutTemplate",
19575
19566
  "type": {
19576
- "text": "ViewTemplate<GridLayoutItem>"
19567
+ "text": "ViewTemplate<GridLayout>"
19577
19568
  },
19578
- "default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
19569
+ "default": "html`\n <template>\n <slot></slot>\n </template>\n`"
19579
19570
  }
19580
19571
  ],
19581
19572
  "exports": [
19582
19573
  {
19583
19574
  "kind": "js",
19584
- "name": "foundationGridLayoutItemTemplate",
19575
+ "name": "foundationGridLayoutTemplate",
19585
19576
  "declaration": {
19586
- "name": "foundationGridLayoutItemTemplate",
19587
- "module": "src/grid-layout-item/grid-layout-item.template.ts"
19577
+ "name": "foundationGridLayoutTemplate",
19578
+ "module": "src/grid-layout/grid-layout.template.ts"
19588
19579
  }
19589
19580
  }
19590
19581
  ]
19591
19582
  },
19592
19583
  {
19593
19584
  "kind": "javascript-module",
19594
- "path": "src/grid-layout-item/grid-layout-item.ts",
19585
+ "path": "src/grid-layout/grid-layout.ts",
19595
19586
  "declarations": [
19596
19587
  {
19597
19588
  "kind": "variable",
19598
- "name": "foundationGridLayoutItemShadowOptions",
19589
+ "name": "foundationGridLayoutShadowOptions",
19599
19590
  "type": {
19600
19591
  "text": "ShadowRootInit"
19601
19592
  },
@@ -19603,7 +19594,7 @@
19603
19594
  },
19604
19595
  {
19605
19596
  "kind": "variable",
19606
- "name": "defaultGridLayoutItemConfig",
19597
+ "name": "defaultGridLayoutConfig",
19607
19598
  "type": {
19608
19599
  "text": "object"
19609
19600
  },
@@ -19612,137 +19603,136 @@
19612
19603
  {
19613
19604
  "kind": "class",
19614
19605
  "description": "",
19615
- "name": "GridLayoutItem",
19606
+ "name": "GridLayout",
19616
19607
  "members": [
19617
19608
  {
19618
19609
  "kind": "field",
19619
- "name": "colNumber",
19610
+ "name": "['col-count']",
19620
19611
  "type": {
19621
- "text": "number"
19612
+ "text": "string"
19622
19613
  }
19623
19614
  },
19624
19615
  {
19625
19616
  "kind": "field",
19626
- "name": "colSmNumber",
19617
+ "name": "['col-width']",
19627
19618
  "type": {
19628
- "text": "number"
19619
+ "text": "string"
19629
19620
  }
19630
19621
  },
19631
19622
  {
19632
19623
  "kind": "field",
19633
- "name": "colMdNumber",
19624
+ "name": "['col-lg-count']",
19634
19625
  "type": {
19635
- "text": "number"
19626
+ "text": "string"
19636
19627
  }
19637
19628
  },
19638
19629
  {
19639
19630
  "kind": "field",
19640
- "name": "colLgNumber",
19631
+ "name": "['col-lg-width']",
19641
19632
  "type": {
19642
- "text": "number"
19633
+ "text": "string"
19643
19634
  }
19644
19635
  },
19645
19636
  {
19646
19637
  "kind": "field",
19647
- "name": "rowNumber",
19638
+ "name": "['col-md-count']",
19648
19639
  "type": {
19649
- "text": "number"
19640
+ "text": "string"
19650
19641
  }
19651
19642
  },
19652
19643
  {
19653
19644
  "kind": "field",
19654
- "name": "rowSmNumber",
19645
+ "name": "['col-md-width']",
19655
19646
  "type": {
19656
- "text": "number"
19647
+ "text": "string"
19657
19648
  }
19658
19649
  },
19659
19650
  {
19660
19651
  "kind": "field",
19661
- "name": "rowMdNumber",
19652
+ "name": "['col-sm-count']",
19653
+ "type": {
19654
+ "text": "string"
19655
+ }
19656
+ },
19657
+ {
19658
+ "kind": "field",
19659
+ "name": "['col-sm-width']",
19662
19660
  "type": {
19663
- "text": "number"
19661
+ "text": "string"
19664
19662
  }
19665
19663
  },
19666
19664
  {
19667
19665
  "kind": "field",
19668
- "name": "rowLgNumber",
19666
+ "name": "['row-count']",
19669
19667
  "type": {
19670
- "text": "number"
19668
+ "text": "string"
19671
19669
  }
19672
19670
  },
19673
19671
  {
19674
19672
  "kind": "field",
19675
- "name": "width",
19673
+ "name": "['row-height']",
19676
19674
  "type": {
19677
- "text": "number"
19675
+ "text": "string"
19678
19676
  }
19679
19677
  },
19680
19678
  {
19681
19679
  "kind": "field",
19682
- "name": "widthSm",
19680
+ "name": "['row-lg-count']",
19683
19681
  "type": {
19684
- "text": "number"
19682
+ "text": "string"
19685
19683
  }
19686
19684
  },
19687
19685
  {
19688
19686
  "kind": "field",
19689
- "name": "widthMd",
19687
+ "name": "['row-lg-height']",
19690
19688
  "type": {
19691
- "text": "number"
19689
+ "text": "string"
19692
19690
  }
19693
19691
  },
19694
19692
  {
19695
19693
  "kind": "field",
19696
- "name": "widthLg",
19694
+ "name": "['row-md-count']",
19697
19695
  "type": {
19698
- "text": "number"
19696
+ "text": "string"
19699
19697
  }
19700
19698
  },
19701
19699
  {
19702
19700
  "kind": "field",
19703
- "name": "height",
19701
+ "name": "['row-md-height']",
19704
19702
  "type": {
19705
- "text": "number"
19703
+ "text": "string"
19706
19704
  }
19707
19705
  },
19708
19706
  {
19709
19707
  "kind": "field",
19710
- "name": "heightSm",
19708
+ "name": "['row-sm-count']",
19711
19709
  "type": {
19712
- "text": "number"
19710
+ "text": "string"
19713
19711
  }
19714
19712
  },
19715
19713
  {
19716
19714
  "kind": "field",
19717
- "name": "heightMd",
19715
+ "name": "['row-sm-height']",
19718
19716
  "type": {
19719
- "text": "number"
19717
+ "text": "string"
19720
19718
  }
19721
19719
  },
19722
19720
  {
19723
19721
  "kind": "field",
19724
- "name": "heightLg",
19722
+ "name": "behaviors",
19725
19723
  "type": {
19726
- "text": "number"
19727
- }
19724
+ "text": "Behavior[]"
19725
+ },
19726
+ "privacy": "private",
19727
+ "default": "[]"
19728
19728
  },
19729
19729
  {
19730
- "kind": "method",
19731
- "name": "setGridItemProperties",
19732
- "parameters": [
19733
- {
19734
- "name": "column"
19735
- },
19736
- {
19737
- "name": "row"
19738
- },
19739
- {
19740
- "name": "width"
19741
- },
19742
- {
19743
- "name": "height"
19744
- }
19745
- ]
19730
+ "kind": "field",
19731
+ "name": "baseStyles",
19732
+ "type": {
19733
+ "text": "ElementStyles"
19734
+ },
19735
+ "privacy": "private"
19746
19736
  },
19747
19737
  {
19748
19738
  "kind": "field",
@@ -19858,170 +19848,176 @@
19858
19848
  ],
19859
19849
  "attributes": [
19860
19850
  {
19861
- "name": "col-number",
19851
+ "name": "['col-count']",
19862
19852
  "type": {
19863
- "text": "number"
19853
+ "text": "string"
19864
19854
  },
19865
- "fieldName": "colNumber"
19855
+ "fieldName": "['col-count']"
19866
19856
  },
19867
19857
  {
19868
- "name": "col-sm-number",
19858
+ "name": "['col-width']",
19869
19859
  "type": {
19870
- "text": "number"
19860
+ "text": "string"
19871
19861
  },
19872
- "fieldName": "colSmNumber"
19862
+ "fieldName": "['col-width']"
19873
19863
  },
19874
19864
  {
19875
- "name": "col-md-number",
19865
+ "name": "['col-lg-count']",
19876
19866
  "type": {
19877
- "text": "number"
19867
+ "text": "string"
19878
19868
  },
19879
- "fieldName": "colMdNumber"
19869
+ "fieldName": "['col-lg-count']"
19880
19870
  },
19881
19871
  {
19882
- "name": "col-lg-number",
19872
+ "name": "['col-lg-width']",
19883
19873
  "type": {
19884
- "text": "number"
19874
+ "text": "string"
19885
19875
  },
19886
- "fieldName": "colLgNumber"
19876
+ "fieldName": "['col-lg-width']"
19887
19877
  },
19888
19878
  {
19889
- "name": "row-number",
19879
+ "name": "['col-md-count']",
19890
19880
  "type": {
19891
- "text": "number"
19881
+ "text": "string"
19892
19882
  },
19893
- "fieldName": "rowNumber"
19883
+ "fieldName": "['col-md-count']"
19894
19884
  },
19895
19885
  {
19896
- "name": "row-sm-number",
19886
+ "name": "['col-md-width']",
19897
19887
  "type": {
19898
- "text": "number"
19888
+ "text": "string"
19899
19889
  },
19900
- "fieldName": "rowSmNumber"
19890
+ "fieldName": "['col-md-width']"
19901
19891
  },
19902
19892
  {
19903
- "name": "row-md-number",
19893
+ "name": "['col-sm-count']",
19904
19894
  "type": {
19905
- "text": "number"
19895
+ "text": "string"
19906
19896
  },
19907
- "fieldName": "rowMdNumber"
19897
+ "fieldName": "['col-sm-count']"
19908
19898
  },
19909
19899
  {
19910
- "name": "row-lg-number",
19900
+ "name": "['col-sm-width']",
19911
19901
  "type": {
19912
- "text": "number"
19902
+ "text": "string"
19913
19903
  },
19914
- "fieldName": "rowLgNumber"
19904
+ "fieldName": "['col-sm-width']"
19915
19905
  },
19916
19906
  {
19917
- "name": "width",
19907
+ "name": "['row-count']",
19918
19908
  "type": {
19919
- "text": "number"
19909
+ "text": "string"
19920
19910
  },
19921
- "fieldName": "width"
19911
+ "fieldName": "['row-count']"
19922
19912
  },
19923
19913
  {
19924
- "name": "width-sm",
19914
+ "name": "['row-height']",
19925
19915
  "type": {
19926
- "text": "number"
19916
+ "text": "string"
19927
19917
  },
19928
- "fieldName": "widthSm"
19918
+ "fieldName": "['row-height']"
19929
19919
  },
19930
19920
  {
19931
- "name": "width-md",
19921
+ "name": "['row-lg-count']",
19932
19922
  "type": {
19933
- "text": "number"
19923
+ "text": "string"
19934
19924
  },
19935
- "fieldName": "widthMd"
19925
+ "fieldName": "['row-lg-count']"
19936
19926
  },
19937
19927
  {
19938
- "name": "width-lg",
19928
+ "name": "['row-lg-height']",
19939
19929
  "type": {
19940
- "text": "number"
19930
+ "text": "string"
19941
19931
  },
19942
- "fieldName": "widthLg"
19932
+ "fieldName": "['row-lg-height']"
19943
19933
  },
19944
19934
  {
19945
- "name": "height",
19935
+ "name": "['row-md-count']",
19946
19936
  "type": {
19947
- "text": "number"
19937
+ "text": "string"
19948
19938
  },
19949
- "fieldName": "height"
19939
+ "fieldName": "['row-md-count']"
19950
19940
  },
19951
19941
  {
19952
- "name": "height-sm",
19942
+ "name": "['row-md-height']",
19953
19943
  "type": {
19954
- "text": "number"
19944
+ "text": "string"
19955
19945
  },
19956
- "fieldName": "heightSm"
19946
+ "fieldName": "['row-md-height']"
19957
19947
  },
19958
19948
  {
19959
- "name": "height-md",
19949
+ "name": "['row-sm-count']",
19960
19950
  "type": {
19961
- "text": "number"
19951
+ "text": "string"
19962
19952
  },
19963
- "fieldName": "heightMd"
19953
+ "fieldName": "['row-sm-count']"
19964
19954
  },
19965
19955
  {
19966
- "name": "height-lg",
19956
+ "name": "['row-sm-height']",
19967
19957
  "type": {
19968
- "text": "number"
19958
+ "text": "string"
19969
19959
  },
19970
- "fieldName": "heightLg"
19960
+ "fieldName": "['row-sm-height']"
19971
19961
  }
19972
19962
  ],
19973
19963
  "superclass": {
19974
19964
  "name": "FoundationElement",
19975
19965
  "package": "@microsoft/fast-foundation"
19976
19966
  },
19977
- "tagName": "%%prefix%%-grid-layout-item",
19967
+ "tagName": "%%prefix%%-grid-layout",
19978
19968
  "customElement": true
19979
19969
  },
19980
19970
  {
19981
19971
  "kind": "variable",
19982
- "name": "foundationGridLayoutItem",
19983
- "description": "The Foundation Grid Layout Item",
19972
+ "name": "foundationGridLayout",
19973
+ "description": "The Foundation Grid Layout",
19984
19974
  "privacy": "public"
19985
19975
  }
19986
19976
  ],
19987
19977
  "exports": [
19988
19978
  {
19989
19979
  "kind": "js",
19990
- "name": "foundationGridLayoutItemShadowOptions",
19980
+ "name": "foundationGridLayoutShadowOptions",
19991
19981
  "declaration": {
19992
- "name": "foundationGridLayoutItemShadowOptions",
19993
- "module": "src/grid-layout-item/grid-layout-item.ts"
19982
+ "name": "foundationGridLayoutShadowOptions",
19983
+ "module": "src/grid-layout/grid-layout.ts"
19994
19984
  }
19995
19985
  },
19996
19986
  {
19997
19987
  "kind": "js",
19998
- "name": "defaultGridLayoutItemConfig",
19988
+ "name": "defaultGridLayoutConfig",
19999
19989
  "declaration": {
20000
- "name": "defaultGridLayoutItemConfig",
20001
- "module": "src/grid-layout-item/grid-layout-item.ts"
19990
+ "name": "defaultGridLayoutConfig",
19991
+ "module": "src/grid-layout/grid-layout.ts"
20002
19992
  }
20003
19993
  },
20004
19994
  {
20005
19995
  "kind": "js",
20006
- "name": "GridLayoutItem",
19996
+ "name": "GridLayout",
20007
19997
  "declaration": {
20008
- "name": "GridLayoutItem",
20009
- "module": "src/grid-layout-item/grid-layout-item.ts"
19998
+ "name": "GridLayout",
19999
+ "module": "src/grid-layout/grid-layout.ts"
20010
20000
  }
20011
20001
  },
20012
20002
  {
20013
20003
  "kind": "js",
20014
- "name": "foundationGridLayoutItem",
20004
+ "name": "foundationGridLayout",
20015
20005
  "declaration": {
20016
- "name": "foundationGridLayoutItem",
20017
- "module": "src/grid-layout-item/grid-layout-item.ts"
20006
+ "name": "foundationGridLayout",
20007
+ "module": "src/grid-layout/grid-layout.ts"
20018
20008
  }
20019
20009
  }
20020
20010
  ]
20021
20011
  },
20022
20012
  {
20023
20013
  "kind": "javascript-module",
20024
- "path": "src/grid-layout-item/index.ts",
20014
+ "path": "src/grid-layout/grid-layout.types.ts",
20015
+ "declarations": [],
20016
+ "exports": []
20017
+ },
20018
+ {
20019
+ "kind": "javascript-module",
20020
+ "path": "src/grid-layout/index.ts",
20025
20021
  "declarations": [],
20026
20022
  "exports": [
20027
20023
  {
@@ -20029,7 +20025,7 @@
20029
20025
  "name": "*",
20030
20026
  "declaration": {
20031
20027
  "name": "*",
20032
- "package": "./grid-layout-item.template"
20028
+ "package": "./grid-layout.template"
20033
20029
  }
20034
20030
  },
20035
20031
  {
@@ -20037,7 +20033,23 @@
20037
20033
  "name": "*",
20038
20034
  "declaration": {
20039
20035
  "name": "*",
20040
- "package": "./grid-layout-item"
20036
+ "package": "./grid-layout.styles"
20037
+ }
20038
+ },
20039
+ {
20040
+ "kind": "js",
20041
+ "name": "*",
20042
+ "declaration": {
20043
+ "name": "*",
20044
+ "package": "./grid-layout"
20045
+ }
20046
+ },
20047
+ {
20048
+ "kind": "js",
20049
+ "name": "*",
20050
+ "declaration": {
20051
+ "name": "*",
20052
+ "package": "./grid-layout.types"
20041
20053
  }
20042
20054
  }
20043
20055
  ]
@@ -23749,7 +23761,7 @@
23749
23761
  {
23750
23762
  "kind": "variable",
23751
23763
  "name": "multiselectStyles",
23752
- "default": "css`\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: var(--neutral-layer-2) var(--neutral-layer-4);\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n`"
23764
+ "default": "css`\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: var(--neutral-layer-2) var(--neutral-layer-4);\n list-style: none;\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n ol,\n li {\n margin: 0;\n padding: 0;\n }\n\n .checkbox {\n width: 100%;\n }\n\n .select-all {\n width: 100%;\n }\n\n .display-value {\n position: absolute;\n right: 40px;\n line-height: var(--type-ramp-base-line-height);\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-family: var(--body-font);\n }\n`"
23753
23765
  }
23754
23766
  ],
23755
23767
  "exports": [
@@ -24132,11 +24144,6 @@
24132
24144
  "name": "getPlaceholder",
24133
24145
  "readonly": true
24134
24146
  },
24135
- {
24136
- "kind": "field",
24137
- "name": "isAllSelected",
24138
- "readonly": true
24139
- },
24140
24147
  {
24141
24148
  "kind": "field",
24142
24149
  "name": "isAllOptionsDisabled",
@@ -24176,6 +24183,24 @@
24176
24183
  }
24177
24184
  ]
24178
24185
  },
24186
+ {
24187
+ "kind": "method",
24188
+ "name": "checkboxKeyDown",
24189
+ "parameters": [
24190
+ {
24191
+ "name": "normalizedOption",
24192
+ "type": {
24193
+ "text": "MultiselectOption"
24194
+ }
24195
+ },
24196
+ {
24197
+ "name": "event",
24198
+ "type": {
24199
+ "text": "KeyboardEvent"
24200
+ }
24201
+ }
24202
+ ]
24203
+ },
24179
24204
  {
24180
24205
  "kind": "method",
24181
24206
  "name": "getEnabledOptionsCount"
@@ -24229,6 +24254,23 @@
24229
24254
  }
24230
24255
  ]
24231
24256
  },
24257
+ {
24258
+ "kind": "method",
24259
+ "name": "keydownHandler",
24260
+ "return": {
24261
+ "type": {
24262
+ "text": "boolean | void"
24263
+ }
24264
+ },
24265
+ "parameters": [
24266
+ {
24267
+ "name": "e",
24268
+ "type": {
24269
+ "text": "Event & KeyboardEvent"
24270
+ }
24271
+ }
24272
+ ]
24273
+ },
24232
24274
  {
24233
24275
  "kind": "field",
24234
24276
  "name": "_presentation",