@genesislcap/foundation-ui 14.370.1-alpha-d042199.0 → 14.371.0-FUI-2456.1

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.
@@ -1265,158 +1265,7 @@
1265
1265
  },
1266
1266
  {
1267
1267
  "kind": "javascript-module",
1268
- "path": "src/accordion/accordion.styles.ts",
1269
- "declarations": [
1270
- {
1271
- "kind": "function",
1272
- "name": "foundationAccordionStyles",
1273
- "return": {
1274
- "type": {
1275
- "text": "ElementStyles"
1276
- }
1277
- },
1278
- "parameters": [
1279
- {
1280
- "name": "context",
1281
- "type": {
1282
- "text": "ElementDefinitionContext"
1283
- }
1284
- },
1285
- {
1286
- "name": "definition",
1287
- "type": {
1288
- "text": "FoundationElementDefinition"
1289
- }
1290
- }
1291
- ]
1292
- }
1293
- ],
1294
- "exports": [
1295
- {
1296
- "kind": "js",
1297
- "name": "foundationAccordionStyles",
1298
- "declaration": {
1299
- "name": "foundationAccordionStyles",
1300
- "module": "src/accordion/accordion.styles.ts"
1301
- }
1302
- }
1303
- ]
1304
- },
1305
- {
1306
- "kind": "javascript-module",
1307
- "path": "src/accordion/accordion.template.ts",
1308
- "declarations": [
1309
- {
1310
- "kind": "function",
1311
- "name": "foundationAccordionTemplate",
1312
- "return": {
1313
- "type": {
1314
- "text": "ViewTemplate<Accordion>"
1315
- }
1316
- },
1317
- "parameters": [
1318
- {
1319
- "name": "context",
1320
- "type": {
1321
- "text": "ElementDefinitionContext"
1322
- }
1323
- },
1324
- {
1325
- "name": "definition",
1326
- "type": {
1327
- "text": "FoundationElementDefinition"
1328
- }
1329
- }
1330
- ]
1331
- }
1332
- ],
1333
- "exports": [
1334
- {
1335
- "kind": "js",
1336
- "name": "foundationAccordionTemplate",
1337
- "declaration": {
1338
- "name": "foundationAccordionTemplate",
1339
- "module": "src/accordion/accordion.template.ts"
1340
- }
1341
- }
1342
- ]
1343
- },
1344
- {
1345
- "kind": "javascript-module",
1346
- "path": "src/accordion/accordion.ts",
1347
- "declarations": [
1348
- {
1349
- "kind": "class",
1350
- "description": "",
1351
- "name": "Accordion",
1352
- "superclass": {
1353
- "name": "FASTAccordion",
1354
- "package": "@microsoft/fast-foundation"
1355
- },
1356
- "tagName": "%%prefix%%-accordion",
1357
- "customElement": true
1358
- },
1359
- {
1360
- "kind": "variable",
1361
- "name": "foundationAccordionShadowOptions",
1362
- "type": {
1363
- "text": "ShadowRootInit"
1364
- },
1365
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1366
- },
1367
- {
1368
- "kind": "variable",
1369
- "name": "defaultAccordionConfig",
1370
- "type": {
1371
- "text": "object"
1372
- },
1373
- "default": "{}"
1374
- },
1375
- {
1376
- "kind": "variable",
1377
- "name": "foundationAccordion",
1378
- "description": "The Foundation Accordion",
1379
- "privacy": "public"
1380
- }
1381
- ],
1382
- "exports": [
1383
- {
1384
- "kind": "js",
1385
- "name": "Accordion",
1386
- "declaration": {
1387
- "name": "Accordion",
1388
- "module": "src/accordion/accordion.ts"
1389
- }
1390
- },
1391
- {
1392
- "kind": "js",
1393
- "name": "foundationAccordionShadowOptions",
1394
- "declaration": {
1395
- "name": "foundationAccordionShadowOptions",
1396
- "module": "src/accordion/accordion.ts"
1397
- }
1398
- },
1399
- {
1400
- "kind": "js",
1401
- "name": "defaultAccordionConfig",
1402
- "declaration": {
1403
- "name": "defaultAccordionConfig",
1404
- "module": "src/accordion/accordion.ts"
1405
- }
1406
- },
1407
- {
1408
- "kind": "js",
1409
- "name": "foundationAccordion",
1410
- "declaration": {
1411
- "name": "foundationAccordion",
1412
- "module": "src/accordion/accordion.ts"
1413
- }
1414
- }
1415
- ]
1416
- },
1417
- {
1418
- "kind": "javascript-module",
1419
- "path": "src/accordion/index.ts",
1268
+ "path": "src/_config/index.ts",
1420
1269
  "declarations": [],
1421
1270
  "exports": [
1422
1271
  {
@@ -1424,7 +1273,7 @@
1424
1273
  "name": "*",
1425
1274
  "declaration": {
1426
1275
  "name": "*",
1427
- "package": "./accordion.template"
1276
+ "package": "./styles"
1428
1277
  }
1429
1278
  },
1430
1279
  {
@@ -1432,7 +1281,7 @@
1432
1281
  "name": "*",
1433
1282
  "declaration": {
1434
1283
  "name": "*",
1435
- "package": "./accordion.styles"
1284
+ "package": "./tokens"
1436
1285
  }
1437
1286
  },
1438
1287
  {
@@ -1440,7 +1289,7 @@
1440
1289
  "name": "*",
1441
1290
  "declaration": {
1442
1291
  "name": "*",
1443
- "package": "./accordion"
1292
+ "package": "./values"
1444
1293
  }
1445
1294
  }
1446
1295
  ]
@@ -1839,37 +1688,6 @@
1839
1688
  }
1840
1689
  ]
1841
1690
  },
1842
- {
1843
- "kind": "javascript-module",
1844
- "path": "src/_config/index.ts",
1845
- "declarations": [],
1846
- "exports": [
1847
- {
1848
- "kind": "js",
1849
- "name": "*",
1850
- "declaration": {
1851
- "name": "*",
1852
- "package": "./styles"
1853
- }
1854
- },
1855
- {
1856
- "kind": "js",
1857
- "name": "*",
1858
- "declaration": {
1859
- "name": "*",
1860
- "package": "./tokens"
1861
- }
1862
- },
1863
- {
1864
- "kind": "js",
1865
- "name": "*",
1866
- "declaration": {
1867
- "name": "*",
1868
- "package": "./values"
1869
- }
1870
- }
1871
- ]
1872
- },
1873
1691
  {
1874
1692
  "kind": "javascript-module",
1875
1693
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2431,11 +2249,11 @@
2431
2249
  },
2432
2250
  {
2433
2251
  "kind": "javascript-module",
2434
- "path": "src/anchor/anchor.styles.ts",
2252
+ "path": "src/accordion/accordion.styles.ts",
2435
2253
  "declarations": [
2436
2254
  {
2437
2255
  "kind": "function",
2438
- "name": "foundationAnchorStyles",
2256
+ "name": "foundationAccordionStyles",
2439
2257
  "return": {
2440
2258
  "type": {
2441
2259
  "text": "ElementStyles"
@@ -2460,24 +2278,24 @@
2460
2278
  "exports": [
2461
2279
  {
2462
2280
  "kind": "js",
2463
- "name": "foundationAnchorStyles",
2281
+ "name": "foundationAccordionStyles",
2464
2282
  "declaration": {
2465
- "name": "foundationAnchorStyles",
2466
- "module": "src/anchor/anchor.styles.ts"
2283
+ "name": "foundationAccordionStyles",
2284
+ "module": "src/accordion/accordion.styles.ts"
2467
2285
  }
2468
2286
  }
2469
2287
  ]
2470
2288
  },
2471
2289
  {
2472
2290
  "kind": "javascript-module",
2473
- "path": "src/anchor/anchor.template.ts",
2291
+ "path": "src/accordion/accordion.template.ts",
2474
2292
  "declarations": [
2475
2293
  {
2476
2294
  "kind": "function",
2477
- "name": "foundationAnchorTemplate",
2295
+ "name": "foundationAccordionTemplate",
2478
2296
  "return": {
2479
2297
  "type": {
2480
- "text": "ViewTemplate<Anchor>"
2298
+ "text": "ViewTemplate<Accordion>"
2481
2299
  }
2482
2300
  },
2483
2301
  "parameters": [
@@ -2499,766 +2317,707 @@
2499
2317
  "exports": [
2500
2318
  {
2501
2319
  "kind": "js",
2502
- "name": "foundationAnchorTemplate",
2320
+ "name": "foundationAccordionTemplate",
2503
2321
  "declaration": {
2504
- "name": "foundationAnchorTemplate",
2505
- "module": "src/anchor/anchor.template.ts"
2322
+ "name": "foundationAccordionTemplate",
2323
+ "module": "src/accordion/accordion.template.ts"
2506
2324
  }
2507
2325
  }
2508
2326
  ]
2509
2327
  },
2510
2328
  {
2511
2329
  "kind": "javascript-module",
2512
- "path": "src/anchor/anchor.ts",
2330
+ "path": "src/accordion/accordion.ts",
2513
2331
  "declarations": [
2514
2332
  {
2515
2333
  "kind": "class",
2516
2334
  "description": "",
2517
- "name": "Anchor",
2335
+ "name": "Accordion",
2518
2336
  "superclass": {
2519
- "name": "FASTAnchor",
2520
- "package": "@microsoft/fast-components"
2337
+ "name": "FASTAccordion",
2338
+ "package": "@microsoft/fast-foundation"
2521
2339
  },
2522
- "tagName": "%%prefix%%-anchor",
2523
- "customElement": true,
2524
- "attributes": [
2525
- {
2526
- "name": "download",
2527
- "type": {
2528
- "text": "string"
2529
- },
2530
- "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.",
2531
- "fieldName": "download",
2532
- "inheritedFrom": {
2533
- "name": "Anchor",
2534
- "module": "src/anchor/anchor.ts"
2535
- }
2536
- },
2537
- {
2538
- "name": "href",
2539
- "type": {
2540
- "text": "string"
2541
- },
2542
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2543
- "fieldName": "href",
2544
- "inheritedFrom": {
2545
- "name": "Anchor",
2546
- "module": "src/anchor/anchor.ts"
2547
- }
2548
- },
2549
- {
2550
- "name": "hreflang",
2551
- "type": {
2552
- "text": "string"
2553
- },
2554
- "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.",
2555
- "fieldName": "hreflang",
2556
- "inheritedFrom": {
2557
- "name": "Anchor",
2558
- "module": "src/anchor/anchor.ts"
2340
+ "tagName": "%%prefix%%-accordion",
2341
+ "customElement": true
2342
+ },
2343
+ {
2344
+ "kind": "variable",
2345
+ "name": "foundationAccordionShadowOptions",
2346
+ "type": {
2347
+ "text": "ShadowRootInit"
2348
+ },
2349
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2350
+ },
2351
+ {
2352
+ "kind": "variable",
2353
+ "name": "defaultAccordionConfig",
2354
+ "type": {
2355
+ "text": "object"
2356
+ },
2357
+ "default": "{}"
2358
+ },
2359
+ {
2360
+ "kind": "variable",
2361
+ "name": "foundationAccordion",
2362
+ "description": "The Foundation Accordion",
2363
+ "privacy": "public"
2364
+ }
2365
+ ],
2366
+ "exports": [
2367
+ {
2368
+ "kind": "js",
2369
+ "name": "Accordion",
2370
+ "declaration": {
2371
+ "name": "Accordion",
2372
+ "module": "src/accordion/accordion.ts"
2373
+ }
2374
+ },
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "foundationAccordionShadowOptions",
2378
+ "declaration": {
2379
+ "name": "foundationAccordionShadowOptions",
2380
+ "module": "src/accordion/accordion.ts"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "defaultAccordionConfig",
2386
+ "declaration": {
2387
+ "name": "defaultAccordionConfig",
2388
+ "module": "src/accordion/accordion.ts"
2389
+ }
2390
+ },
2391
+ {
2392
+ "kind": "js",
2393
+ "name": "foundationAccordion",
2394
+ "declaration": {
2395
+ "name": "foundationAccordion",
2396
+ "module": "src/accordion/accordion.ts"
2397
+ }
2398
+ }
2399
+ ]
2400
+ },
2401
+ {
2402
+ "kind": "javascript-module",
2403
+ "path": "src/accordion/index.ts",
2404
+ "declarations": [],
2405
+ "exports": [
2406
+ {
2407
+ "kind": "js",
2408
+ "name": "*",
2409
+ "declaration": {
2410
+ "name": "*",
2411
+ "package": "./accordion.template"
2412
+ }
2413
+ },
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "*",
2417
+ "declaration": {
2418
+ "name": "*",
2419
+ "package": "./accordion.styles"
2420
+ }
2421
+ },
2422
+ {
2423
+ "kind": "js",
2424
+ "name": "*",
2425
+ "declaration": {
2426
+ "name": "*",
2427
+ "package": "./accordion"
2428
+ }
2429
+ }
2430
+ ]
2431
+ },
2432
+ {
2433
+ "kind": "javascript-module",
2434
+ "path": "src/anchored-region/anchor-region.template.ts",
2435
+ "declarations": [
2436
+ {
2437
+ "kind": "function",
2438
+ "name": "foundationAnchoredRegionTemplate",
2439
+ "return": {
2440
+ "type": {
2441
+ "text": "ViewTemplate<AnchoredRegion>"
2442
+ }
2443
+ },
2444
+ "parameters": [
2445
+ {
2446
+ "name": "context",
2447
+ "type": {
2448
+ "text": "ElementDefinitionContext"
2559
2449
  }
2560
2450
  },
2561
2451
  {
2562
- "name": "ping",
2452
+ "name": "definition",
2563
2453
  "type": {
2564
- "text": "string"
2565
- },
2566
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2567
- "fieldName": "ping",
2568
- "inheritedFrom": {
2569
- "name": "Anchor",
2570
- "module": "src/anchor/anchor.ts"
2454
+ "text": "FoundationElementDefinition"
2455
+ }
2456
+ }
2457
+ ]
2458
+ }
2459
+ ],
2460
+ "exports": [
2461
+ {
2462
+ "kind": "js",
2463
+ "name": "foundationAnchoredRegionTemplate",
2464
+ "declaration": {
2465
+ "name": "foundationAnchoredRegionTemplate",
2466
+ "module": "src/anchored-region/anchor-region.template.ts"
2467
+ }
2468
+ }
2469
+ ]
2470
+ },
2471
+ {
2472
+ "kind": "javascript-module",
2473
+ "path": "src/anchored-region/anchored-region.styles.ts",
2474
+ "declarations": [
2475
+ {
2476
+ "kind": "function",
2477
+ "name": "foundationAnchoredRegionStyles",
2478
+ "return": {
2479
+ "type": {
2480
+ "text": "ElementStyles"
2481
+ }
2482
+ },
2483
+ "parameters": [
2484
+ {
2485
+ "name": "context",
2486
+ "type": {
2487
+ "text": "ElementDefinitionContext"
2571
2488
  }
2572
2489
  },
2573
2490
  {
2574
- "name": "referrerpolicy",
2491
+ "name": "definition",
2492
+ "type": {
2493
+ "text": "FoundationElementDefinition"
2494
+ }
2495
+ }
2496
+ ]
2497
+ }
2498
+ ],
2499
+ "exports": [
2500
+ {
2501
+ "kind": "js",
2502
+ "name": "foundationAnchoredRegionStyles",
2503
+ "declaration": {
2504
+ "name": "foundationAnchoredRegionStyles",
2505
+ "module": "src/anchored-region/anchored-region.styles.ts"
2506
+ }
2507
+ }
2508
+ ]
2509
+ },
2510
+ {
2511
+ "kind": "javascript-module",
2512
+ "path": "src/anchored-region/anchored-region.ts",
2513
+ "declarations": [
2514
+ {
2515
+ "kind": "class",
2516
+ "description": "",
2517
+ "name": "AnchoredRegion",
2518
+ "superclass": {
2519
+ "name": "FASTAnchoredRegion",
2520
+ "package": "@microsoft/fast-components"
2521
+ },
2522
+ "tagName": "%%prefix%%-anchored-region",
2523
+ "customElement": true,
2524
+ "attributes": [
2525
+ {
2526
+ "name": "anchor",
2575
2527
  "type": {
2576
2528
  "text": "string"
2577
2529
  },
2578
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2579
- "fieldName": "referrerpolicy",
2530
+ "default": "\"\"",
2531
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2532
+ "fieldName": "anchor",
2580
2533
  "inheritedFrom": {
2581
- "name": "Anchor",
2582
- "module": "src/anchor/anchor.ts"
2534
+ "name": "AnchoredRegion",
2535
+ "module": "src/anchored-region/anchored-region.ts"
2583
2536
  }
2584
2537
  },
2585
2538
  {
2586
- "name": "rel",
2539
+ "name": "viewport",
2587
2540
  "type": {
2588
2541
  "text": "string"
2589
2542
  },
2590
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2591
- "fieldName": "rel",
2543
+ "default": "\"\"",
2544
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2545
+ "fieldName": "viewport",
2592
2546
  "inheritedFrom": {
2593
- "name": "Anchor",
2594
- "module": "src/anchor/anchor.ts"
2547
+ "name": "AnchoredRegion",
2548
+ "module": "src/anchored-region/anchored-region.ts"
2595
2549
  }
2596
2550
  },
2597
2551
  {
2598
- "name": "target",
2552
+ "name": "horizontal-positioning-mode",
2599
2553
  "type": {
2600
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2554
+ "text": "AxisPositioningMode"
2601
2555
  },
2602
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2603
- "fieldName": "target",
2556
+ "default": "\"uncontrolled\"",
2557
+ "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",
2558
+ "fieldName": "horizontalPositioningMode",
2604
2559
  "inheritedFrom": {
2605
- "name": "Anchor",
2606
- "module": "src/anchor/anchor.ts"
2560
+ "name": "AnchoredRegion",
2561
+ "module": "src/anchored-region/anchored-region.ts"
2607
2562
  }
2608
2563
  },
2609
2564
  {
2610
- "name": "type",
2565
+ "name": "horizontal-default-position",
2611
2566
  "type": {
2612
- "text": "string"
2567
+ "text": "HorizontalPosition"
2613
2568
  },
2614
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2615
- "fieldName": "type",
2569
+ "default": "\"unset\"",
2570
+ "description": "The default horizontal position of the region relative to the anchor element",
2571
+ "fieldName": "horizontalDefaultPosition",
2616
2572
  "inheritedFrom": {
2617
- "name": "Anchor",
2618
- "module": "src/anchor/anchor.ts"
2573
+ "name": "AnchoredRegion",
2574
+ "module": "src/anchored-region/anchored-region.ts"
2619
2575
  }
2620
- }
2621
- ],
2622
- "members": [
2576
+ },
2623
2577
  {
2624
- "kind": "field",
2625
- "name": "download",
2578
+ "name": "horizontal-viewport-lock",
2626
2579
  "type": {
2627
- "text": "string"
2580
+ "text": "boolean"
2628
2581
  },
2629
- "privacy": "public",
2630
- "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.",
2582
+ "default": "false",
2583
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2584
+ "fieldName": "horizontalViewportLock",
2631
2585
  "inheritedFrom": {
2632
- "name": "Anchor",
2633
- "module": "src/anchor/anchor.ts"
2586
+ "name": "AnchoredRegion",
2587
+ "module": "src/anchored-region/anchored-region.ts"
2634
2588
  }
2635
2589
  },
2636
2590
  {
2637
- "kind": "field",
2638
- "name": "href",
2591
+ "name": "horizontal-inset",
2639
2592
  "type": {
2640
- "text": "string"
2593
+ "text": "boolean"
2641
2594
  },
2642
- "privacy": "public",
2643
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2595
+ "default": "false",
2596
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
2597
+ "fieldName": "horizontalInset",
2644
2598
  "inheritedFrom": {
2645
- "name": "Anchor",
2646
- "module": "src/anchor/anchor.ts"
2599
+ "name": "AnchoredRegion",
2600
+ "module": "src/anchored-region/anchored-region.ts"
2647
2601
  }
2648
2602
  },
2649
2603
  {
2650
- "kind": "field",
2651
- "name": "hreflang",
2604
+ "name": "horizontal-threshold",
2652
2605
  "type": {
2653
- "text": "string"
2606
+ "text": "number"
2654
2607
  },
2655
- "privacy": "public",
2656
- "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.",
2608
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2609
+ "fieldName": "horizontalThreshold",
2657
2610
  "inheritedFrom": {
2658
- "name": "Anchor",
2659
- "module": "src/anchor/anchor.ts"
2611
+ "name": "AnchoredRegion",
2612
+ "module": "src/anchored-region/anchored-region.ts"
2660
2613
  }
2661
2614
  },
2662
2615
  {
2663
- "kind": "field",
2664
- "name": "ping",
2616
+ "name": "horizontal-scaling",
2665
2617
  "type": {
2666
- "text": "string"
2618
+ "text": "AxisScalingMode"
2667
2619
  },
2668
- "privacy": "public",
2669
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2620
+ "default": "\"content\"",
2621
+ "description": "Defines how the width of the region is calculated",
2622
+ "fieldName": "horizontalScaling",
2670
2623
  "inheritedFrom": {
2671
- "name": "Anchor",
2672
- "module": "src/anchor/anchor.ts"
2624
+ "name": "AnchoredRegion",
2625
+ "module": "src/anchored-region/anchored-region.ts"
2673
2626
  }
2674
2627
  },
2675
2628
  {
2676
- "kind": "field",
2677
- "name": "referrerpolicy",
2629
+ "name": "vertical-positioning-mode",
2678
2630
  "type": {
2679
- "text": "string"
2631
+ "text": "AxisPositioningMode"
2680
2632
  },
2681
- "privacy": "public",
2682
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2633
+ "default": "\"uncontrolled\"",
2634
+ "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",
2635
+ "fieldName": "verticalPositioningMode",
2683
2636
  "inheritedFrom": {
2684
- "name": "Anchor",
2685
- "module": "src/anchor/anchor.ts"
2637
+ "name": "AnchoredRegion",
2638
+ "module": "src/anchored-region/anchored-region.ts"
2686
2639
  }
2687
2640
  },
2688
2641
  {
2689
- "kind": "field",
2690
- "name": "rel",
2642
+ "name": "vertical-default-position",
2691
2643
  "type": {
2692
- "text": "string"
2644
+ "text": "VerticalPosition"
2693
2645
  },
2694
- "privacy": "public",
2695
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2646
+ "default": "\"unset\"",
2647
+ "description": "The default vertical position of the region relative to the anchor element",
2648
+ "fieldName": "verticalDefaultPosition",
2696
2649
  "inheritedFrom": {
2697
- "name": "Anchor",
2698
- "module": "src/anchor/anchor.ts"
2650
+ "name": "AnchoredRegion",
2651
+ "module": "src/anchored-region/anchored-region.ts"
2699
2652
  }
2700
2653
  },
2701
2654
  {
2702
- "kind": "field",
2703
- "name": "target",
2655
+ "name": "vertical-viewport-lock",
2704
2656
  "type": {
2705
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2657
+ "text": "boolean"
2706
2658
  },
2707
- "privacy": "public",
2708
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2659
+ "default": "false",
2660
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2661
+ "fieldName": "verticalViewportLock",
2709
2662
  "inheritedFrom": {
2710
- "name": "Anchor",
2711
- "module": "src/anchor/anchor.ts"
2663
+ "name": "AnchoredRegion",
2664
+ "module": "src/anchored-region/anchored-region.ts"
2712
2665
  }
2713
2666
  },
2714
2667
  {
2715
- "kind": "field",
2716
- "name": "type",
2668
+ "name": "vertical-inset",
2717
2669
  "type": {
2718
- "text": "string"
2670
+ "text": "boolean"
2719
2671
  },
2720
- "privacy": "public",
2721
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2672
+ "default": "false",
2673
+ "description": "Whether the region overlaps the anchor on the vertical axis",
2674
+ "fieldName": "verticalInset",
2722
2675
  "inheritedFrom": {
2723
- "name": "Anchor",
2724
- "module": "src/anchor/anchor.ts"
2676
+ "name": "AnchoredRegion",
2677
+ "module": "src/anchored-region/anchored-region.ts"
2725
2678
  }
2726
2679
  },
2727
2680
  {
2728
- "kind": "field",
2729
- "name": "control",
2681
+ "name": "vertical-threshold",
2730
2682
  "type": {
2731
- "text": "HTMLAnchorElement | undefined"
2683
+ "text": "number"
2732
2684
  },
2733
- "privacy": "public",
2734
- "description": "References the root element",
2685
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2686
+ "fieldName": "verticalThreshold",
2735
2687
  "inheritedFrom": {
2736
- "name": "Anchor",
2737
- "module": "src/anchor/anchor.ts"
2688
+ "name": "AnchoredRegion",
2689
+ "module": "src/anchored-region/anchored-region.ts"
2738
2690
  }
2739
2691
  },
2740
2692
  {
2741
- "kind": "field",
2742
- "name": "handleUnsupportedDelegatesFocus",
2743
- "privacy": "private",
2744
- "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",
2693
+ "name": "vertical-scaling",
2694
+ "type": {
2695
+ "text": "AxisScalingMode"
2696
+ },
2697
+ "default": "\"content\"",
2698
+ "description": "Defines how the height of the region is calculated",
2699
+ "fieldName": "verticalScaling",
2745
2700
  "inheritedFrom": {
2746
- "name": "Anchor",
2747
- "module": "src/anchor/anchor.ts"
2701
+ "name": "AnchoredRegion",
2702
+ "module": "src/anchored-region/anchored-region.ts"
2748
2703
  }
2749
2704
  },
2750
2705
  {
2751
- "kind": "field",
2752
- "name": "_presentation",
2706
+ "name": "fixed-placement",
2753
2707
  "type": {
2754
- "text": "ComponentPresentation | null | undefined"
2708
+ "text": "boolean"
2755
2709
  },
2756
- "privacy": "private",
2757
- "default": "void 0",
2710
+ "default": "false",
2711
+ "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,",
2712
+ "fieldName": "fixedPlacement",
2758
2713
  "inheritedFrom": {
2759
- "name": "FoundationElement",
2760
- "module": "src/foundation-element/foundation-element.ts"
2714
+ "name": "AnchoredRegion",
2715
+ "module": "src/anchored-region/anchored-region.ts"
2761
2716
  }
2762
2717
  },
2718
+ {
2719
+ "name": "auto-update-mode",
2720
+ "type": {
2721
+ "text": "AutoUpdateMode"
2722
+ },
2723
+ "default": "\"anchor\"",
2724
+ "description": "Defines what triggers the anchored region to revaluate positioning",
2725
+ "fieldName": "autoUpdateMode",
2726
+ "inheritedFrom": {
2727
+ "name": "AnchoredRegion",
2728
+ "module": "src/anchored-region/anchored-region.ts"
2729
+ }
2730
+ }
2731
+ ],
2732
+ "members": [
2763
2733
  {
2764
2734
  "kind": "field",
2765
- "name": "$presentation",
2735
+ "name": "anchor",
2766
2736
  "type": {
2767
- "text": "ComponentPresentation | null"
2737
+ "text": "string"
2768
2738
  },
2769
2739
  "privacy": "public",
2770
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2740
+ "default": "\"\"",
2741
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
2771
2742
  "inheritedFrom": {
2772
- "name": "FoundationElement",
2773
- "module": "src/foundation-element/foundation-element.ts"
2743
+ "name": "AnchoredRegion",
2744
+ "module": "src/anchored-region/anchored-region.ts"
2745
+ }
2746
+ },
2747
+ {
2748
+ "kind": "method",
2749
+ "name": "anchorChanged",
2750
+ "privacy": "private",
2751
+ "return": {
2752
+ "type": {
2753
+ "text": "void"
2754
+ }
2755
+ },
2756
+ "inheritedFrom": {
2757
+ "name": "AnchoredRegion",
2758
+ "module": "src/anchored-region/anchored-region.ts"
2774
2759
  }
2775
2760
  },
2776
2761
  {
2777
2762
  "kind": "field",
2778
- "name": "template",
2763
+ "name": "viewport",
2779
2764
  "type": {
2780
- "text": "ElementViewTemplate | void | null"
2765
+ "text": "string"
2781
2766
  },
2782
2767
  "privacy": "public",
2783
- "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.",
2768
+ "default": "\"\"",
2769
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
2784
2770
  "inheritedFrom": {
2785
- "name": "FoundationElement",
2786
- "module": "src/foundation-element/foundation-element.ts"
2771
+ "name": "AnchoredRegion",
2772
+ "module": "src/anchored-region/anchored-region.ts"
2787
2773
  }
2788
2774
  },
2789
2775
  {
2790
2776
  "kind": "method",
2791
- "name": "templateChanged",
2792
- "privacy": "protected",
2777
+ "name": "viewportChanged",
2778
+ "privacy": "private",
2793
2779
  "return": {
2794
2780
  "type": {
2795
2781
  "text": "void"
2796
2782
  }
2797
2783
  },
2798
2784
  "inheritedFrom": {
2799
- "name": "FoundationElement",
2800
- "module": "src/foundation-element/foundation-element.ts"
2785
+ "name": "AnchoredRegion",
2786
+ "module": "src/anchored-region/anchored-region.ts"
2801
2787
  }
2802
2788
  },
2803
2789
  {
2804
2790
  "kind": "field",
2805
- "name": "styles",
2791
+ "name": "horizontalPositioningMode",
2806
2792
  "type": {
2807
- "text": "ElementStyles | void | null"
2793
+ "text": "AxisPositioningMode"
2808
2794
  },
2809
2795
  "privacy": "public",
2810
- "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.",
2796
+ "default": "\"uncontrolled\"",
2797
+ "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",
2811
2798
  "inheritedFrom": {
2812
- "name": "FoundationElement",
2813
- "module": "src/foundation-element/foundation-element.ts"
2799
+ "name": "AnchoredRegion",
2800
+ "module": "src/anchored-region/anchored-region.ts"
2814
2801
  }
2815
2802
  },
2816
2803
  {
2817
2804
  "kind": "method",
2818
- "name": "stylesChanged",
2819
- "privacy": "protected",
2805
+ "name": "horizontalPositioningModeChanged",
2806
+ "privacy": "private",
2820
2807
  "return": {
2821
2808
  "type": {
2822
2809
  "text": "void"
2823
2810
  }
2824
2811
  },
2825
2812
  "inheritedFrom": {
2826
- "name": "FoundationElement",
2827
- "module": "src/foundation-element/foundation-element.ts"
2813
+ "name": "AnchoredRegion",
2814
+ "module": "src/anchored-region/anchored-region.ts"
2828
2815
  }
2829
2816
  },
2830
2817
  {
2831
- "kind": "method",
2832
- "name": "compose",
2818
+ "kind": "field",
2819
+ "name": "horizontalDefaultPosition",
2820
+ "type": {
2821
+ "text": "HorizontalPosition"
2822
+ },
2833
2823
  "privacy": "public",
2834
- "static": true,
2824
+ "default": "\"unset\"",
2825
+ "description": "The default horizontal position of the region relative to the anchor element",
2826
+ "inheritedFrom": {
2827
+ "name": "AnchoredRegion",
2828
+ "module": "src/anchored-region/anchored-region.ts"
2829
+ }
2830
+ },
2831
+ {
2832
+ "kind": "method",
2833
+ "name": "horizontalDefaultPositionChanged",
2834
+ "privacy": "private",
2835
2835
  "return": {
2836
2836
  "type": {
2837
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2837
+ "text": "void"
2838
2838
  }
2839
2839
  },
2840
- "parameters": [
2841
- {
2842
- "name": "this",
2843
- "type": {
2844
- "text": "K"
2845
- }
2846
- },
2847
- {
2848
- "name": "elementDefinition",
2849
- "type": {
2850
- "text": "T"
2851
- },
2852
- "description": "The definition of the element to create the registry\nfunction for."
2853
- }
2854
- ],
2855
- "description": "Defines an element registry function with a set of element definition defaults.",
2856
2840
  "inheritedFrom": {
2857
- "name": "FoundationElement",
2858
- "module": "src/foundation-element/foundation-element.ts"
2859
- }
2860
- }
2861
- ]
2862
- },
2863
- {
2864
- "kind": "variable",
2865
- "name": "foundationAnchorShadowOptions",
2866
- "type": {
2867
- "text": "ShadowRootInit"
2868
- },
2869
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2870
- },
2871
- {
2872
- "kind": "variable",
2873
- "name": "defaultAnchorConfig",
2874
- "type": {
2875
- "text": "object"
2876
- },
2877
- "default": "{}"
2878
- },
2879
- {
2880
- "kind": "variable",
2881
- "name": "foundationAnchor",
2882
- "description": "The Foundation Anchor",
2883
- "privacy": "public"
2884
- }
2885
- ],
2886
- "exports": [
2887
- {
2888
- "kind": "js",
2889
- "name": "Anchor",
2890
- "declaration": {
2891
- "name": "Anchor",
2892
- "module": "src/anchor/anchor.ts"
2893
- }
2894
- },
2895
- {
2896
- "kind": "js",
2897
- "name": "foundationAnchorShadowOptions",
2898
- "declaration": {
2899
- "name": "foundationAnchorShadowOptions",
2900
- "module": "src/anchor/anchor.ts"
2901
- }
2902
- },
2903
- {
2904
- "kind": "js",
2905
- "name": "defaultAnchorConfig",
2906
- "declaration": {
2907
- "name": "defaultAnchorConfig",
2908
- "module": "src/anchor/anchor.ts"
2909
- }
2910
- },
2911
- {
2912
- "kind": "js",
2913
- "name": "foundationAnchor",
2914
- "declaration": {
2915
- "name": "foundationAnchor",
2916
- "module": "src/anchor/anchor.ts"
2917
- }
2918
- }
2919
- ]
2920
- },
2921
- {
2922
- "kind": "javascript-module",
2923
- "path": "src/anchor/index.ts",
2924
- "declarations": [],
2925
- "exports": [
2926
- {
2927
- "kind": "js",
2928
- "name": "*",
2929
- "declaration": {
2930
- "name": "*",
2931
- "package": "./anchor.template"
2932
- }
2933
- },
2934
- {
2935
- "kind": "js",
2936
- "name": "*",
2937
- "declaration": {
2938
- "name": "*",
2939
- "package": "./anchor.styles"
2940
- }
2941
- },
2942
- {
2943
- "kind": "js",
2944
- "name": "*",
2945
- "declaration": {
2946
- "name": "*",
2947
- "package": "./anchor"
2948
- }
2949
- }
2950
- ]
2951
- },
2952
- {
2953
- "kind": "javascript-module",
2954
- "path": "src/anchored-region/anchor-region.template.ts",
2955
- "declarations": [
2956
- {
2957
- "kind": "function",
2958
- "name": "foundationAnchoredRegionTemplate",
2959
- "return": {
2960
- "type": {
2961
- "text": "ViewTemplate<AnchoredRegion>"
2962
- }
2963
- },
2964
- "parameters": [
2965
- {
2966
- "name": "context",
2967
- "type": {
2968
- "text": "ElementDefinitionContext"
2969
- }
2970
- },
2971
- {
2972
- "name": "definition",
2973
- "type": {
2974
- "text": "FoundationElementDefinition"
2975
- }
2976
- }
2977
- ]
2978
- }
2979
- ],
2980
- "exports": [
2981
- {
2982
- "kind": "js",
2983
- "name": "foundationAnchoredRegionTemplate",
2984
- "declaration": {
2985
- "name": "foundationAnchoredRegionTemplate",
2986
- "module": "src/anchored-region/anchor-region.template.ts"
2987
- }
2988
- }
2989
- ]
2990
- },
2991
- {
2992
- "kind": "javascript-module",
2993
- "path": "src/anchored-region/anchored-region.styles.ts",
2994
- "declarations": [
2995
- {
2996
- "kind": "function",
2997
- "name": "foundationAnchoredRegionStyles",
2998
- "return": {
2999
- "type": {
3000
- "text": "ElementStyles"
3001
- }
3002
- },
3003
- "parameters": [
3004
- {
3005
- "name": "context",
3006
- "type": {
3007
- "text": "ElementDefinitionContext"
2841
+ "name": "AnchoredRegion",
2842
+ "module": "src/anchored-region/anchored-region.ts"
3008
2843
  }
3009
2844
  },
3010
2845
  {
3011
- "name": "definition",
3012
- "type": {
3013
- "text": "FoundationElementDefinition"
3014
- }
3015
- }
3016
- ]
3017
- }
3018
- ],
3019
- "exports": [
3020
- {
3021
- "kind": "js",
3022
- "name": "foundationAnchoredRegionStyles",
3023
- "declaration": {
3024
- "name": "foundationAnchoredRegionStyles",
3025
- "module": "src/anchored-region/anchored-region.styles.ts"
3026
- }
3027
- }
3028
- ]
3029
- },
3030
- {
3031
- "kind": "javascript-module",
3032
- "path": "src/anchored-region/anchored-region.ts",
3033
- "declarations": [
3034
- {
3035
- "kind": "class",
3036
- "description": "",
3037
- "name": "AnchoredRegion",
3038
- "superclass": {
3039
- "name": "FASTAnchoredRegion",
3040
- "package": "@microsoft/fast-components"
3041
- },
3042
- "tagName": "%%prefix%%-anchored-region",
3043
- "customElement": true,
3044
- "attributes": [
3045
- {
3046
- "name": "anchor",
2846
+ "kind": "field",
2847
+ "name": "horizontalViewportLock",
3047
2848
  "type": {
3048
- "text": "string"
2849
+ "text": "boolean"
3049
2850
  },
3050
- "default": "\"\"",
3051
- "description": "The HTML ID of the anchor element this region is positioned relative to",
3052
- "fieldName": "anchor",
2851
+ "privacy": "public",
2852
+ "default": "false",
2853
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3053
2854
  "inheritedFrom": {
3054
2855
  "name": "AnchoredRegion",
3055
2856
  "module": "src/anchored-region/anchored-region.ts"
3056
2857
  }
3057
2858
  },
3058
2859
  {
3059
- "name": "viewport",
3060
- "type": {
3061
- "text": "string"
2860
+ "kind": "method",
2861
+ "name": "horizontalViewportLockChanged",
2862
+ "privacy": "private",
2863
+ "return": {
2864
+ "type": {
2865
+ "text": "void"
2866
+ }
3062
2867
  },
3063
- "default": "\"\"",
3064
- "description": "The HTML ID of the viewport element this region is positioned relative to",
3065
- "fieldName": "viewport",
3066
2868
  "inheritedFrom": {
3067
2869
  "name": "AnchoredRegion",
3068
2870
  "module": "src/anchored-region/anchored-region.ts"
3069
2871
  }
3070
2872
  },
3071
2873
  {
3072
- "name": "horizontal-positioning-mode",
2874
+ "kind": "field",
2875
+ "name": "horizontalInset",
3073
2876
  "type": {
3074
- "text": "AxisPositioningMode"
2877
+ "text": "boolean"
3075
2878
  },
3076
- "default": "\"uncontrolled\"",
3077
- "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",
3078
- "fieldName": "horizontalPositioningMode",
2879
+ "privacy": "public",
2880
+ "default": "false",
2881
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
3079
2882
  "inheritedFrom": {
3080
2883
  "name": "AnchoredRegion",
3081
2884
  "module": "src/anchored-region/anchored-region.ts"
3082
2885
  }
3083
2886
  },
3084
2887
  {
3085
- "name": "horizontal-default-position",
3086
- "type": {
3087
- "text": "HorizontalPosition"
2888
+ "kind": "method",
2889
+ "name": "horizontalInsetChanged",
2890
+ "privacy": "private",
2891
+ "return": {
2892
+ "type": {
2893
+ "text": "void"
2894
+ }
3088
2895
  },
3089
- "default": "\"unset\"",
3090
- "description": "The default horizontal position of the region relative to the anchor element",
3091
- "fieldName": "horizontalDefaultPosition",
3092
2896
  "inheritedFrom": {
3093
2897
  "name": "AnchoredRegion",
3094
2898
  "module": "src/anchored-region/anchored-region.ts"
3095
2899
  }
3096
2900
  },
3097
2901
  {
3098
- "name": "horizontal-viewport-lock",
2902
+ "kind": "field",
2903
+ "name": "horizontalThreshold",
3099
2904
  "type": {
3100
- "text": "boolean"
2905
+ "text": "number"
3101
2906
  },
3102
- "default": "false",
3103
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3104
- "fieldName": "horizontalViewportLock",
2907
+ "privacy": "public",
2908
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3105
2909
  "inheritedFrom": {
3106
2910
  "name": "AnchoredRegion",
3107
2911
  "module": "src/anchored-region/anchored-region.ts"
3108
2912
  }
3109
2913
  },
3110
2914
  {
3111
- "name": "horizontal-inset",
3112
- "type": {
3113
- "text": "boolean"
2915
+ "kind": "method",
2916
+ "name": "horizontalThresholdChanged",
2917
+ "privacy": "private",
2918
+ "return": {
2919
+ "type": {
2920
+ "text": "void"
2921
+ }
3114
2922
  },
3115
- "default": "false",
3116
- "description": "Whether the region overlaps the anchor on the horizontal axis",
3117
- "fieldName": "horizontalInset",
3118
2923
  "inheritedFrom": {
3119
2924
  "name": "AnchoredRegion",
3120
2925
  "module": "src/anchored-region/anchored-region.ts"
3121
2926
  }
3122
2927
  },
3123
2928
  {
3124
- "name": "horizontal-threshold",
3125
- "type": {
3126
- "text": "number"
3127
- },
3128
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3129
- "fieldName": "horizontalThreshold",
3130
- "inheritedFrom": {
3131
- "name": "AnchoredRegion",
3132
- "module": "src/anchored-region/anchored-region.ts"
3133
- }
3134
- },
3135
- {
3136
- "name": "horizontal-scaling",
2929
+ "kind": "field",
2930
+ "name": "horizontalScaling",
3137
2931
  "type": {
3138
2932
  "text": "AxisScalingMode"
3139
2933
  },
2934
+ "privacy": "public",
3140
2935
  "default": "\"content\"",
3141
2936
  "description": "Defines how the width of the region is calculated",
3142
- "fieldName": "horizontalScaling",
3143
- "inheritedFrom": {
3144
- "name": "AnchoredRegion",
3145
- "module": "src/anchored-region/anchored-region.ts"
3146
- }
3147
- },
3148
- {
3149
- "name": "vertical-positioning-mode",
3150
- "type": {
3151
- "text": "AxisPositioningMode"
3152
- },
3153
- "default": "\"uncontrolled\"",
3154
- "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",
3155
- "fieldName": "verticalPositioningMode",
3156
- "inheritedFrom": {
3157
- "name": "AnchoredRegion",
3158
- "module": "src/anchored-region/anchored-region.ts"
3159
- }
3160
- },
3161
- {
3162
- "name": "vertical-default-position",
3163
- "type": {
3164
- "text": "VerticalPosition"
3165
- },
3166
- "default": "\"unset\"",
3167
- "description": "The default vertical position of the region relative to the anchor element",
3168
- "fieldName": "verticalDefaultPosition",
3169
2937
  "inheritedFrom": {
3170
2938
  "name": "AnchoredRegion",
3171
2939
  "module": "src/anchored-region/anchored-region.ts"
3172
2940
  }
3173
2941
  },
3174
2942
  {
3175
- "name": "vertical-viewport-lock",
3176
- "type": {
3177
- "text": "boolean"
2943
+ "kind": "method",
2944
+ "name": "horizontalScalingChanged",
2945
+ "privacy": "private",
2946
+ "return": {
2947
+ "type": {
2948
+ "text": "void"
2949
+ }
3178
2950
  },
3179
- "default": "false",
3180
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3181
- "fieldName": "verticalViewportLock",
3182
2951
  "inheritedFrom": {
3183
2952
  "name": "AnchoredRegion",
3184
2953
  "module": "src/anchored-region/anchored-region.ts"
3185
2954
  }
3186
2955
  },
3187
2956
  {
3188
- "name": "vertical-inset",
2957
+ "kind": "field",
2958
+ "name": "verticalPositioningMode",
3189
2959
  "type": {
3190
- "text": "boolean"
2960
+ "text": "AxisPositioningMode"
3191
2961
  },
3192
- "default": "false",
3193
- "description": "Whether the region overlaps the anchor on the vertical axis",
3194
- "fieldName": "verticalInset",
2962
+ "privacy": "public",
2963
+ "default": "\"uncontrolled\"",
2964
+ "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",
3195
2965
  "inheritedFrom": {
3196
2966
  "name": "AnchoredRegion",
3197
2967
  "module": "src/anchored-region/anchored-region.ts"
3198
2968
  }
3199
2969
  },
3200
2970
  {
3201
- "name": "vertical-threshold",
3202
- "type": {
3203
- "text": "number"
2971
+ "kind": "method",
2972
+ "name": "verticalPositioningModeChanged",
2973
+ "privacy": "private",
2974
+ "return": {
2975
+ "type": {
2976
+ "text": "void"
2977
+ }
3204
2978
  },
3205
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3206
- "fieldName": "verticalThreshold",
3207
2979
  "inheritedFrom": {
3208
2980
  "name": "AnchoredRegion",
3209
2981
  "module": "src/anchored-region/anchored-region.ts"
3210
2982
  }
3211
2983
  },
3212
2984
  {
3213
- "name": "vertical-scaling",
2985
+ "kind": "field",
2986
+ "name": "verticalDefaultPosition",
3214
2987
  "type": {
3215
- "text": "AxisScalingMode"
2988
+ "text": "VerticalPosition"
3216
2989
  },
3217
- "default": "\"content\"",
3218
- "description": "Defines how the height of the region is calculated",
3219
- "fieldName": "verticalScaling",
2990
+ "privacy": "public",
2991
+ "default": "\"unset\"",
2992
+ "description": "The default vertical position of the region relative to the anchor element",
3220
2993
  "inheritedFrom": {
3221
2994
  "name": "AnchoredRegion",
3222
2995
  "module": "src/anchored-region/anchored-region.ts"
3223
2996
  }
3224
2997
  },
3225
2998
  {
3226
- "name": "fixed-placement",
3227
- "type": {
3228
- "text": "boolean"
2999
+ "kind": "method",
3000
+ "name": "verticalDefaultPositionChanged",
3001
+ "privacy": "private",
3002
+ "return": {
3003
+ "type": {
3004
+ "text": "void"
3005
+ }
3229
3006
  },
3230
- "default": "false",
3231
- "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,",
3232
- "fieldName": "fixedPlacement",
3233
3007
  "inheritedFrom": {
3234
3008
  "name": "AnchoredRegion",
3235
3009
  "module": "src/anchored-region/anchored-region.ts"
3236
3010
  }
3237
3011
  },
3238
- {
3239
- "name": "auto-update-mode",
3240
- "type": {
3241
- "text": "AutoUpdateMode"
3242
- },
3243
- "default": "\"anchor\"",
3244
- "description": "Defines what triggers the anchored region to revaluate positioning",
3245
- "fieldName": "autoUpdateMode",
3246
- "inheritedFrom": {
3247
- "name": "AnchoredRegion",
3248
- "module": "src/anchored-region/anchored-region.ts"
3249
- }
3250
- }
3251
- ],
3252
- "members": [
3253
3012
  {
3254
3013
  "kind": "field",
3255
- "name": "anchor",
3014
+ "name": "verticalViewportLock",
3256
3015
  "type": {
3257
- "text": "string"
3016
+ "text": "boolean"
3258
3017
  },
3259
3018
  "privacy": "public",
3260
- "default": "\"\"",
3261
- "description": "The HTML ID of the anchor element this region is positioned relative to",
3019
+ "default": "false",
3020
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3262
3021
  "inheritedFrom": {
3263
3022
  "name": "AnchoredRegion",
3264
3023
  "module": "src/anchored-region/anchored-region.ts"
@@ -3266,7 +3025,7 @@
3266
3025
  },
3267
3026
  {
3268
3027
  "kind": "method",
3269
- "name": "anchorChanged",
3028
+ "name": "verticalViewportLockChanged",
3270
3029
  "privacy": "private",
3271
3030
  "return": {
3272
3031
  "type": {
@@ -3280,13 +3039,13 @@
3280
3039
  },
3281
3040
  {
3282
3041
  "kind": "field",
3283
- "name": "viewport",
3042
+ "name": "verticalInset",
3284
3043
  "type": {
3285
- "text": "string"
3044
+ "text": "boolean"
3286
3045
  },
3287
3046
  "privacy": "public",
3288
- "default": "\"\"",
3289
- "description": "The HTML ID of the viewport element this region is positioned relative to",
3047
+ "default": "false",
3048
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3290
3049
  "inheritedFrom": {
3291
3050
  "name": "AnchoredRegion",
3292
3051
  "module": "src/anchored-region/anchored-region.ts"
@@ -3294,7 +3053,7 @@
3294
3053
  },
3295
3054
  {
3296
3055
  "kind": "method",
3297
- "name": "viewportChanged",
3056
+ "name": "verticalInsetChanged",
3298
3057
  "privacy": "private",
3299
3058
  "return": {
3300
3059
  "type": {
@@ -3308,13 +3067,12 @@
3308
3067
  },
3309
3068
  {
3310
3069
  "kind": "field",
3311
- "name": "horizontalPositioningMode",
3070
+ "name": "verticalThreshold",
3312
3071
  "type": {
3313
- "text": "AxisPositioningMode"
3072
+ "text": "number"
3314
3073
  },
3315
3074
  "privacy": "public",
3316
- "default": "\"uncontrolled\"",
3317
- "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",
3075
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3318
3076
  "inheritedFrom": {
3319
3077
  "name": "AnchoredRegion",
3320
3078
  "module": "src/anchored-region/anchored-region.ts"
@@ -3322,7 +3080,7 @@
3322
3080
  },
3323
3081
  {
3324
3082
  "kind": "method",
3325
- "name": "horizontalPositioningModeChanged",
3083
+ "name": "verticalThresholdChanged",
3326
3084
  "privacy": "private",
3327
3085
  "return": {
3328
3086
  "type": {
@@ -3336,13 +3094,13 @@
3336
3094
  },
3337
3095
  {
3338
3096
  "kind": "field",
3339
- "name": "horizontalDefaultPosition",
3097
+ "name": "verticalScaling",
3340
3098
  "type": {
3341
- "text": "HorizontalPosition"
3099
+ "text": "AxisScalingMode"
3342
3100
  },
3343
3101
  "privacy": "public",
3344
- "default": "\"unset\"",
3345
- "description": "The default horizontal position of the region relative to the anchor element",
3102
+ "default": "\"content\"",
3103
+ "description": "Defines how the height of the region is calculated",
3346
3104
  "inheritedFrom": {
3347
3105
  "name": "AnchoredRegion",
3348
3106
  "module": "src/anchored-region/anchored-region.ts"
@@ -3350,7 +3108,7 @@
3350
3108
  },
3351
3109
  {
3352
3110
  "kind": "method",
3353
- "name": "horizontalDefaultPositionChanged",
3111
+ "name": "verticalScalingChanged",
3354
3112
  "privacy": "private",
3355
3113
  "return": {
3356
3114
  "type": {
@@ -3364,13 +3122,13 @@
3364
3122
  },
3365
3123
  {
3366
3124
  "kind": "field",
3367
- "name": "horizontalViewportLock",
3125
+ "name": "fixedPlacement",
3368
3126
  "type": {
3369
3127
  "text": "boolean"
3370
3128
  },
3371
3129
  "privacy": "public",
3372
3130
  "default": "false",
3373
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3131
+ "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,",
3374
3132
  "inheritedFrom": {
3375
3133
  "name": "AnchoredRegion",
3376
3134
  "module": "src/anchored-region/anchored-region.ts"
@@ -3378,7 +3136,7 @@
3378
3136
  },
3379
3137
  {
3380
3138
  "kind": "method",
3381
- "name": "horizontalViewportLockChanged",
3139
+ "name": "fixedPlacementChanged",
3382
3140
  "privacy": "private",
3383
3141
  "return": {
3384
3142
  "type": {
@@ -3392,13 +3150,13 @@
3392
3150
  },
3393
3151
  {
3394
3152
  "kind": "field",
3395
- "name": "horizontalInset",
3153
+ "name": "autoUpdateMode",
3396
3154
  "type": {
3397
- "text": "boolean"
3155
+ "text": "AutoUpdateMode"
3398
3156
  },
3399
3157
  "privacy": "public",
3400
- "default": "false",
3401
- "description": "Whether the region overlaps the anchor on the horizontal axis",
3158
+ "default": "\"anchor\"",
3159
+ "description": "Defines what triggers the anchored region to revaluate positioning",
3402
3160
  "inheritedFrom": {
3403
3161
  "name": "AnchoredRegion",
3404
3162
  "module": "src/anchored-region/anchored-region.ts"
@@ -3406,13 +3164,27 @@
3406
3164
  },
3407
3165
  {
3408
3166
  "kind": "method",
3409
- "name": "horizontalInsetChanged",
3167
+ "name": "autoUpdateModeChanged",
3410
3168
  "privacy": "private",
3411
3169
  "return": {
3412
3170
  "type": {
3413
3171
  "text": "void"
3414
3172
  }
3415
3173
  },
3174
+ "parameters": [
3175
+ {
3176
+ "name": "prevMode",
3177
+ "type": {
3178
+ "text": "AutoUpdateMode"
3179
+ }
3180
+ },
3181
+ {
3182
+ "name": "newMode",
3183
+ "type": {
3184
+ "text": "AutoUpdateMode"
3185
+ }
3186
+ }
3187
+ ],
3416
3188
  "inheritedFrom": {
3417
3189
  "name": "AnchoredRegion",
3418
3190
  "module": "src/anchored-region/anchored-region.ts"
@@ -3420,12 +3192,13 @@
3420
3192
  },
3421
3193
  {
3422
3194
  "kind": "field",
3423
- "name": "horizontalThreshold",
3195
+ "name": "anchorElement",
3424
3196
  "type": {
3425
- "text": "number"
3197
+ "text": "HTMLElement | null"
3426
3198
  },
3427
3199
  "privacy": "public",
3428
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3200
+ "default": "null",
3201
+ "description": "The HTML element being used as the anchor",
3429
3202
  "inheritedFrom": {
3430
3203
  "name": "AnchoredRegion",
3431
3204
  "module": "src/anchored-region/anchored-region.ts"
@@ -3433,7 +3206,7 @@
3433
3206
  },
3434
3207
  {
3435
3208
  "kind": "method",
3436
- "name": "horizontalThresholdChanged",
3209
+ "name": "anchorElementChanged",
3437
3210
  "privacy": "private",
3438
3211
  "return": {
3439
3212
  "type": {
@@ -3447,13 +3220,13 @@
3447
3220
  },
3448
3221
  {
3449
3222
  "kind": "field",
3450
- "name": "horizontalScaling",
3223
+ "name": "viewportElement",
3451
3224
  "type": {
3452
- "text": "AxisScalingMode"
3225
+ "text": "HTMLElement | null"
3453
3226
  },
3454
3227
  "privacy": "public",
3455
- "default": "\"content\"",
3456
- "description": "Defines how the width of the region is calculated",
3228
+ "default": "null",
3229
+ "description": "The HTML element being used as the viewport",
3457
3230
  "inheritedFrom": {
3458
3231
  "name": "AnchoredRegion",
3459
3232
  "module": "src/anchored-region/anchored-region.ts"
@@ -3461,7 +3234,7 @@
3461
3234
  },
3462
3235
  {
3463
3236
  "kind": "method",
3464
- "name": "horizontalScalingChanged",
3237
+ "name": "viewportElementChanged",
3465
3238
  "privacy": "private",
3466
3239
  "return": {
3467
3240
  "type": {
@@ -3475,27 +3248,25 @@
3475
3248
  },
3476
3249
  {
3477
3250
  "kind": "field",
3478
- "name": "verticalPositioningMode",
3251
+ "name": "verticalPosition",
3479
3252
  "type": {
3480
- "text": "AxisPositioningMode"
3253
+ "text": "AnchoredRegionPositionLabel | undefined"
3481
3254
  },
3482
3255
  "privacy": "public",
3483
- "default": "\"uncontrolled\"",
3484
- "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",
3256
+ "description": "indicates the current horizontal position of the region",
3485
3257
  "inheritedFrom": {
3486
3258
  "name": "AnchoredRegion",
3487
3259
  "module": "src/anchored-region/anchored-region.ts"
3488
3260
  }
3489
3261
  },
3490
3262
  {
3491
- "kind": "method",
3492
- "name": "verticalPositioningModeChanged",
3493
- "privacy": "private",
3494
- "return": {
3495
- "type": {
3496
- "text": "void"
3497
- }
3263
+ "kind": "field",
3264
+ "name": "horizontalPosition",
3265
+ "type": {
3266
+ "text": "AnchoredRegionPositionLabel | undefined"
3498
3267
  },
3268
+ "privacy": "public",
3269
+ "description": "indicates the current vertical position of the region",
3499
3270
  "inheritedFrom": {
3500
3271
  "name": "AnchoredRegion",
3501
3272
  "module": "src/anchored-region/anchored-region.ts"
@@ -3503,27 +3274,24 @@
3503
3274
  },
3504
3275
  {
3505
3276
  "kind": "field",
3506
- "name": "verticalDefaultPosition",
3277
+ "name": "translateX",
3507
3278
  "type": {
3508
- "text": "VerticalPosition"
3279
+ "text": "number"
3509
3280
  },
3510
- "privacy": "public",
3511
- "default": "\"unset\"",
3512
- "description": "The default vertical position of the region relative to the anchor element",
3281
+ "privacy": "private",
3282
+ "description": "values to be applied to the component's transform on render",
3513
3283
  "inheritedFrom": {
3514
3284
  "name": "AnchoredRegion",
3515
3285
  "module": "src/anchored-region/anchored-region.ts"
3516
3286
  }
3517
3287
  },
3518
3288
  {
3519
- "kind": "method",
3520
- "name": "verticalDefaultPositionChanged",
3521
- "privacy": "private",
3522
- "return": {
3523
- "type": {
3524
- "text": "void"
3525
- }
3289
+ "kind": "field",
3290
+ "name": "translateY",
3291
+ "type": {
3292
+ "text": "number"
3526
3293
  },
3294
+ "privacy": "private",
3527
3295
  "inheritedFrom": {
3528
3296
  "name": "AnchoredRegion",
3529
3297
  "module": "src/anchored-region/anchored-region.ts"
@@ -3531,27 +3299,24 @@
3531
3299
  },
3532
3300
  {
3533
3301
  "kind": "field",
3534
- "name": "verticalViewportLock",
3302
+ "name": "regionWidth",
3535
3303
  "type": {
3536
- "text": "boolean"
3304
+ "text": "string"
3537
3305
  },
3538
- "privacy": "public",
3539
- "default": "false",
3540
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3306
+ "privacy": "private",
3307
+ "description": "the span to be applied to the region on each axis",
3541
3308
  "inheritedFrom": {
3542
3309
  "name": "AnchoredRegion",
3543
3310
  "module": "src/anchored-region/anchored-region.ts"
3544
3311
  }
3545
3312
  },
3546
3313
  {
3547
- "kind": "method",
3548
- "name": "verticalViewportLockChanged",
3549
- "privacy": "private",
3550
- "return": {
3551
- "type": {
3552
- "text": "void"
3553
- }
3314
+ "kind": "field",
3315
+ "name": "regionHeight",
3316
+ "type": {
3317
+ "text": "string"
3554
3318
  },
3319
+ "privacy": "private",
3555
3320
  "inheritedFrom": {
3556
3321
  "name": "AnchoredRegion",
3557
3322
  "module": "src/anchored-region/anchored-region.ts"
@@ -3559,27 +3324,24 @@
3559
3324
  },
3560
3325
  {
3561
3326
  "kind": "field",
3562
- "name": "verticalInset",
3327
+ "name": "resizeDetector",
3563
3328
  "type": {
3564
- "text": "boolean"
3329
+ "text": "ResizeObserverClassDefinition | null"
3565
3330
  },
3566
- "privacy": "public",
3567
- "default": "false",
3568
- "description": "Whether the region overlaps the anchor on the vertical axis",
3331
+ "privacy": "private",
3332
+ "default": "null",
3569
3333
  "inheritedFrom": {
3570
3334
  "name": "AnchoredRegion",
3571
3335
  "module": "src/anchored-region/anchored-region.ts"
3572
3336
  }
3573
3337
  },
3574
3338
  {
3575
- "kind": "method",
3576
- "name": "verticalInsetChanged",
3577
- "privacy": "private",
3578
- "return": {
3579
- "type": {
3580
- "text": "void"
3581
- }
3339
+ "kind": "field",
3340
+ "name": "viewportRect",
3341
+ "type": {
3342
+ "text": "ClientRect | DOMRect | undefined"
3582
3343
  },
3344
+ "privacy": "private",
3583
3345
  "inheritedFrom": {
3584
3346
  "name": "AnchoredRegion",
3585
3347
  "module": "src/anchored-region/anchored-region.ts"
@@ -3587,26 +3349,23 @@
3587
3349
  },
3588
3350
  {
3589
3351
  "kind": "field",
3590
- "name": "verticalThreshold",
3352
+ "name": "anchorRect",
3591
3353
  "type": {
3592
- "text": "number"
3354
+ "text": "ClientRect | DOMRect | undefined"
3593
3355
  },
3594
- "privacy": "public",
3595
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3356
+ "privacy": "private",
3596
3357
  "inheritedFrom": {
3597
3358
  "name": "AnchoredRegion",
3598
3359
  "module": "src/anchored-region/anchored-region.ts"
3599
3360
  }
3600
3361
  },
3601
3362
  {
3602
- "kind": "method",
3603
- "name": "verticalThresholdChanged",
3604
- "privacy": "private",
3605
- "return": {
3606
- "type": {
3607
- "text": "void"
3608
- }
3363
+ "kind": "field",
3364
+ "name": "regionRect",
3365
+ "type": {
3366
+ "text": "ClientRect | DOMRect | undefined"
3609
3367
  },
3368
+ "privacy": "private",
3610
3369
  "inheritedFrom": {
3611
3370
  "name": "AnchoredRegion",
3612
3371
  "module": "src/anchored-region/anchored-region.ts"
@@ -3614,27 +3373,26 @@
3614
3373
  },
3615
3374
  {
3616
3375
  "kind": "field",
3617
- "name": "verticalScaling",
3376
+ "name": "baseHorizontalOffset",
3618
3377
  "type": {
3619
- "text": "AxisScalingMode"
3378
+ "text": "number"
3620
3379
  },
3621
- "privacy": "public",
3622
- "default": "\"content\"",
3623
- "description": "Defines how the height of the region is calculated",
3380
+ "privacy": "private",
3381
+ "default": "0",
3382
+ "description": "base offsets between the positioner's base position and the anchor's",
3624
3383
  "inheritedFrom": {
3625
3384
  "name": "AnchoredRegion",
3626
3385
  "module": "src/anchored-region/anchored-region.ts"
3627
3386
  }
3628
3387
  },
3629
3388
  {
3630
- "kind": "method",
3631
- "name": "verticalScalingChanged",
3632
- "privacy": "private",
3633
- "return": {
3634
- "type": {
3635
- "text": "void"
3636
- }
3389
+ "kind": "field",
3390
+ "name": "baseVerticalOffset",
3391
+ "type": {
3392
+ "text": "number"
3637
3393
  },
3394
+ "privacy": "private",
3395
+ "default": "0",
3638
3396
  "inheritedFrom": {
3639
3397
  "name": "AnchoredRegion",
3640
3398
  "module": "src/anchored-region/anchored-region.ts"
@@ -3642,27 +3400,37 @@
3642
3400
  },
3643
3401
  {
3644
3402
  "kind": "field",
3645
- "name": "fixedPlacement",
3403
+ "name": "pendingPositioningUpdate",
3646
3404
  "type": {
3647
3405
  "text": "boolean"
3648
3406
  },
3649
- "privacy": "public",
3407
+ "privacy": "private",
3650
3408
  "default": "false",
3651
- "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,",
3652
3409
  "inheritedFrom": {
3653
3410
  "name": "AnchoredRegion",
3654
3411
  "module": "src/anchored-region/anchored-region.ts"
3655
3412
  }
3656
3413
  },
3657
3414
  {
3658
- "kind": "method",
3659
- "name": "fixedPlacementChanged",
3415
+ "kind": "field",
3416
+ "name": "pendingReset",
3417
+ "type": {
3418
+ "text": "boolean"
3419
+ },
3660
3420
  "privacy": "private",
3661
- "return": {
3662
- "type": {
3663
- "text": "void"
3664
- }
3421
+ "default": "false",
3422
+ "inheritedFrom": {
3423
+ "name": "AnchoredRegion",
3424
+ "module": "src/anchored-region/anchored-region.ts"
3425
+ }
3426
+ },
3427
+ {
3428
+ "kind": "field",
3429
+ "name": "currentDirection",
3430
+ "type": {
3431
+ "text": "Direction"
3665
3432
  },
3433
+ "privacy": "private",
3666
3434
  "inheritedFrom": {
3667
3435
  "name": "AnchoredRegion",
3668
3436
  "module": "src/anchored-region/anchored-region.ts"
@@ -3670,41 +3438,38 @@
3670
3438
  },
3671
3439
  {
3672
3440
  "kind": "field",
3673
- "name": "autoUpdateMode",
3441
+ "name": "regionVisible",
3674
3442
  "type": {
3675
- "text": "AutoUpdateMode"
3443
+ "text": "boolean"
3676
3444
  },
3677
- "privacy": "public",
3678
- "default": "\"anchor\"",
3679
- "description": "Defines what triggers the anchored region to revaluate positioning",
3445
+ "privacy": "private",
3446
+ "default": "false",
3680
3447
  "inheritedFrom": {
3681
3448
  "name": "AnchoredRegion",
3682
3449
  "module": "src/anchored-region/anchored-region.ts"
3683
3450
  }
3684
3451
  },
3685
3452
  {
3686
- "kind": "method",
3687
- "name": "autoUpdateModeChanged",
3453
+ "kind": "field",
3454
+ "name": "forceUpdate",
3455
+ "type": {
3456
+ "text": "boolean"
3457
+ },
3688
3458
  "privacy": "private",
3689
- "return": {
3690
- "type": {
3691
- "text": "void"
3692
- }
3459
+ "default": "false",
3460
+ "inheritedFrom": {
3461
+ "name": "AnchoredRegion",
3462
+ "module": "src/anchored-region/anchored-region.ts"
3463
+ }
3464
+ },
3465
+ {
3466
+ "kind": "field",
3467
+ "name": "updateThreshold",
3468
+ "type": {
3469
+ "text": "number"
3693
3470
  },
3694
- "parameters": [
3695
- {
3696
- "name": "prevMode",
3697
- "type": {
3698
- "text": "AutoUpdateMode"
3699
- }
3700
- },
3701
- {
3702
- "name": "newMode",
3703
- "type": {
3704
- "text": "AutoUpdateMode"
3705
- }
3706
- }
3707
- ],
3471
+ "privacy": "private",
3472
+ "default": "0.5",
3708
3473
  "inheritedFrom": {
3709
3474
  "name": "AnchoredRegion",
3710
3475
  "module": "src/anchored-region/anchored-region.ts"
@@ -3712,13 +3477,23 @@
3712
3477
  },
3713
3478
  {
3714
3479
  "kind": "field",
3715
- "name": "anchorElement",
3480
+ "name": "intersectionService",
3716
3481
  "type": {
3717
- "text": "HTMLElement | null"
3482
+ "text": "IntersectionService"
3718
3483
  },
3484
+ "privacy": "private",
3485
+ "static": true,
3486
+ "default": "new IntersectionService()",
3487
+ "inheritedFrom": {
3488
+ "name": "AnchoredRegion",
3489
+ "module": "src/anchored-region/anchored-region.ts"
3490
+ }
3491
+ },
3492
+ {
3493
+ "kind": "field",
3494
+ "name": "update",
3719
3495
  "privacy": "public",
3720
- "default": "null",
3721
- "description": "The HTML element being used as the anchor",
3496
+ "description": "update position",
3722
3497
  "inheritedFrom": {
3723
3498
  "name": "AnchoredRegion",
3724
3499
  "module": "src/anchored-region/anchored-region.ts"
@@ -3726,27 +3501,29 @@
3726
3501
  },
3727
3502
  {
3728
3503
  "kind": "method",
3729
- "name": "anchorElementChanged",
3504
+ "name": "disconnectResizeDetector",
3730
3505
  "privacy": "private",
3731
3506
  "return": {
3732
3507
  "type": {
3733
3508
  "text": "void"
3734
3509
  }
3735
3510
  },
3511
+ "description": "destroys the instance's resize observer",
3736
3512
  "inheritedFrom": {
3737
3513
  "name": "AnchoredRegion",
3738
3514
  "module": "src/anchored-region/anchored-region.ts"
3739
3515
  }
3740
3516
  },
3741
3517
  {
3742
- "kind": "field",
3743
- "name": "viewportElement",
3744
- "type": {
3745
- "text": "HTMLElement | null"
3518
+ "kind": "method",
3519
+ "name": "initializeResizeDetector",
3520
+ "privacy": "private",
3521
+ "return": {
3522
+ "type": {
3523
+ "text": "void"
3524
+ }
3746
3525
  },
3747
- "privacy": "public",
3748
- "default": "null",
3749
- "description": "The HTML element being used as the viewport",
3526
+ "description": "initializes the instance's resize observer",
3750
3527
  "inheritedFrom": {
3751
3528
  "name": "AnchoredRegion",
3752
3529
  "module": "src/anchored-region/anchored-region.ts"
@@ -3754,52 +3531,59 @@
3754
3531
  },
3755
3532
  {
3756
3533
  "kind": "method",
3757
- "name": "viewportElementChanged",
3534
+ "name": "updateForAttributeChange",
3758
3535
  "privacy": "private",
3759
3536
  "return": {
3760
3537
  "type": {
3761
3538
  "text": "void"
3762
3539
  }
3763
3540
  },
3541
+ "description": "react to attribute changes that don't require a reset",
3764
3542
  "inheritedFrom": {
3765
3543
  "name": "AnchoredRegion",
3766
3544
  "module": "src/anchored-region/anchored-region.ts"
3767
3545
  }
3768
3546
  },
3769
3547
  {
3770
- "kind": "field",
3771
- "name": "verticalPosition",
3772
- "type": {
3773
- "text": "AnchoredRegionPositionLabel | undefined"
3548
+ "kind": "method",
3549
+ "name": "initialize",
3550
+ "privacy": "private",
3551
+ "return": {
3552
+ "type": {
3553
+ "text": "void"
3554
+ }
3774
3555
  },
3775
- "privacy": "public",
3776
- "description": "indicates the current horizontal position of the region",
3556
+ "description": "fully initializes the component",
3777
3557
  "inheritedFrom": {
3778
3558
  "name": "AnchoredRegion",
3779
3559
  "module": "src/anchored-region/anchored-region.ts"
3780
3560
  }
3781
3561
  },
3782
3562
  {
3783
- "kind": "field",
3784
- "name": "horizontalPosition",
3785
- "type": {
3786
- "text": "AnchoredRegionPositionLabel | undefined"
3563
+ "kind": "method",
3564
+ "name": "requestReset",
3565
+ "privacy": "private",
3566
+ "return": {
3567
+ "type": {
3568
+ "text": "void"
3569
+ }
3787
3570
  },
3788
- "privacy": "public",
3789
- "description": "indicates the current vertical position of the region",
3571
+ "description": "Request a reset if there are currently no open requests",
3790
3572
  "inheritedFrom": {
3791
3573
  "name": "AnchoredRegion",
3792
3574
  "module": "src/anchored-region/anchored-region.ts"
3793
3575
  }
3794
3576
  },
3795
3577
  {
3796
- "kind": "field",
3797
- "name": "translateX",
3798
- "type": {
3799
- "text": "number"
3800
- },
3578
+ "kind": "method",
3579
+ "name": "setInitialState",
3801
3580
  "privacy": "private",
3802
- "description": "values to be applied to the component's transform on render",
3581
+ "return": {
3582
+ "type": {
3583
+ "text": "void"
3584
+ }
3585
+ },
3586
+ "description": "sets the starting configuration for component internal values",
3803
3587
  "inheritedFrom": {
3804
3588
  "name": "AnchoredRegion",
3805
3589
  "module": "src/anchored-region/anchored-region.ts"
@@ -3807,11 +3591,9 @@
3807
3591
  },
3808
3592
  {
3809
3593
  "kind": "field",
3810
- "name": "translateY",
3811
- "type": {
3812
- "text": "number"
3813
- },
3594
+ "name": "startObservers",
3814
3595
  "privacy": "private",
3596
+ "description": "starts observers",
3815
3597
  "inheritedFrom": {
3816
3598
  "name": "AnchoredRegion",
3817
3599
  "module": "src/anchored-region/anchored-region.ts"
@@ -3819,12 +3601,9 @@
3819
3601
  },
3820
3602
  {
3821
3603
  "kind": "field",
3822
- "name": "regionWidth",
3823
- "type": {
3824
- "text": "string"
3825
- },
3604
+ "name": "requestPositionUpdates",
3826
3605
  "privacy": "private",
3827
- "description": "the span to be applied to the region on each axis",
3606
+ "description": "get position updates",
3828
3607
  "inheritedFrom": {
3829
3608
  "name": "AnchoredRegion",
3830
3609
  "module": "src/anchored-region/anchored-region.ts"
@@ -3832,11 +3611,9 @@
3832
3611
  },
3833
3612
  {
3834
3613
  "kind": "field",
3835
- "name": "regionHeight",
3836
- "type": {
3837
- "text": "string"
3838
- },
3614
+ "name": "stopObservers",
3839
3615
  "privacy": "private",
3616
+ "description": "stops observers",
3840
3617
  "inheritedFrom": {
3841
3618
  "name": "AnchoredRegion",
3842
3619
  "module": "src/anchored-region/anchored-region.ts"
@@ -3844,12 +3621,9 @@
3844
3621
  },
3845
3622
  {
3846
3623
  "kind": "field",
3847
- "name": "resizeDetector",
3848
- "type": {
3849
- "text": "ResizeObserverClassDefinition | null"
3850
- },
3624
+ "name": "getViewport",
3851
3625
  "privacy": "private",
3852
- "default": "null",
3626
+ "description": "Gets the viewport element by id, or defaults to document root",
3853
3627
  "inheritedFrom": {
3854
3628
  "name": "AnchoredRegion",
3855
3629
  "module": "src/anchored-region/anchored-region.ts"
@@ -3857,11 +3631,9 @@
3857
3631
  },
3858
3632
  {
3859
3633
  "kind": "field",
3860
- "name": "viewportRect",
3861
- "type": {
3862
- "text": "ClientRect | DOMRect | undefined"
3863
- },
3634
+ "name": "getAnchor",
3864
3635
  "privacy": "private",
3636
+ "description": "Gets the anchor element by id",
3865
3637
  "inheritedFrom": {
3866
3638
  "name": "AnchoredRegion",
3867
3639
  "module": "src/anchored-region/anchored-region.ts"
@@ -3869,11 +3641,9 @@
3869
3641
  },
3870
3642
  {
3871
3643
  "kind": "field",
3872
- "name": "anchorRect",
3873
- "type": {
3874
- "text": "ClientRect | DOMRect | undefined"
3875
- },
3644
+ "name": "handleIntersection",
3876
3645
  "privacy": "private",
3646
+ "description": "Handle intersections",
3877
3647
  "inheritedFrom": {
3878
3648
  "name": "AnchoredRegion",
3879
3649
  "module": "src/anchored-region/anchored-region.ts"
@@ -3881,11 +3651,9 @@
3881
3651
  },
3882
3652
  {
3883
3653
  "kind": "field",
3884
- "name": "regionRect",
3885
- "type": {
3886
- "text": "ClientRect | DOMRect | undefined"
3887
- },
3654
+ "name": "applyIntersectionEntries",
3888
3655
  "privacy": "private",
3656
+ "description": "iterate through intersection entries and apply data",
3889
3657
  "inheritedFrom": {
3890
3658
  "name": "AnchoredRegion",
3891
3659
  "module": "src/anchored-region/anchored-region.ts"
@@ -3893,13 +3661,9 @@
3893
3661
  },
3894
3662
  {
3895
3663
  "kind": "field",
3896
- "name": "baseHorizontalOffset",
3897
- "type": {
3898
- "text": "number"
3899
- },
3664
+ "name": "updateRegionOffset",
3900
3665
  "privacy": "private",
3901
- "default": "0",
3902
- "description": "base offsets between the positioner's base position and the anchor's",
3666
+ "description": "Update the offset values",
3903
3667
  "inheritedFrom": {
3904
3668
  "name": "AnchoredRegion",
3905
3669
  "module": "src/anchored-region/anchored-region.ts"
@@ -3907,12 +3671,9 @@
3907
3671
  },
3908
3672
  {
3909
3673
  "kind": "field",
3910
- "name": "baseVerticalOffset",
3911
- "type": {
3912
- "text": "number"
3913
- },
3674
+ "name": "isRectDifferent",
3914
3675
  "privacy": "private",
3915
- "default": "0",
3676
+ "description": "compare rects to see if there is enough change to justify a DOM update",
3916
3677
  "inheritedFrom": {
3917
3678
  "name": "AnchoredRegion",
3918
3679
  "module": "src/anchored-region/anchored-region.ts"
@@ -3920,12 +3681,9 @@
3920
3681
  },
3921
3682
  {
3922
3683
  "kind": "field",
3923
- "name": "pendingPositioningUpdate",
3924
- "type": {
3925
- "text": "boolean"
3926
- },
3684
+ "name": "handleResize",
3927
3685
  "privacy": "private",
3928
- "default": "false",
3686
+ "description": "Handle resize events",
3929
3687
  "inheritedFrom": {
3930
3688
  "name": "AnchoredRegion",
3931
3689
  "module": "src/anchored-region/anchored-region.ts"
@@ -3933,12 +3691,9 @@
3933
3691
  },
3934
3692
  {
3935
3693
  "kind": "field",
3936
- "name": "pendingReset",
3937
- "type": {
3938
- "text": "boolean"
3939
- },
3694
+ "name": "reset",
3940
3695
  "privacy": "private",
3941
- "default": "false",
3696
+ "description": "resets the component",
3942
3697
  "inheritedFrom": {
3943
3698
  "name": "AnchoredRegion",
3944
3699
  "module": "src/anchored-region/anchored-region.ts"
@@ -3946,11 +3701,9 @@
3946
3701
  },
3947
3702
  {
3948
3703
  "kind": "field",
3949
- "name": "currentDirection",
3950
- "type": {
3951
- "text": "Direction"
3952
- },
3704
+ "name": "updateLayout",
3953
3705
  "privacy": "private",
3706
+ "description": "Recalculate layout related state values",
3954
3707
  "inheritedFrom": {
3955
3708
  "name": "AnchoredRegion",
3956
3709
  "module": "src/anchored-region/anchored-region.ts"
@@ -3958,12 +3711,9 @@
3958
3711
  },
3959
3712
  {
3960
3713
  "kind": "field",
3961
- "name": "regionVisible",
3962
- "type": {
3963
- "text": "boolean"
3964
- },
3714
+ "name": "updateRegionStyle",
3965
3715
  "privacy": "private",
3966
- "default": "false",
3716
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3967
3717
  "inheritedFrom": {
3968
3718
  "name": "AnchoredRegion",
3969
3719
  "module": "src/anchored-region/anchored-region.ts"
@@ -3971,12 +3721,9 @@
3971
3721
  },
3972
3722
  {
3973
3723
  "kind": "field",
3974
- "name": "forceUpdate",
3975
- "type": {
3976
- "text": "boolean"
3977
- },
3724
+ "name": "updatePositionClasses",
3978
3725
  "privacy": "private",
3979
- "default": "false",
3726
+ "description": "Updates the css classes that reflect the current position of the element",
3980
3727
  "inheritedFrom": {
3981
3728
  "name": "AnchoredRegion",
3982
3729
  "module": "src/anchored-region/anchored-region.ts"
@@ -3984,12 +3731,9 @@
3984
3731
  },
3985
3732
  {
3986
3733
  "kind": "field",
3987
- "name": "updateThreshold",
3988
- "type": {
3989
- "text": "number"
3990
- },
3734
+ "name": "setHorizontalPosition",
3991
3735
  "privacy": "private",
3992
- "default": "0.5",
3736
+ "description": "Get horizontal positioning state based on desired position",
3993
3737
  "inheritedFrom": {
3994
3738
  "name": "AnchoredRegion",
3995
3739
  "module": "src/anchored-region/anchored-region.ts"
@@ -3997,13 +3741,9 @@
3997
3741
  },
3998
3742
  {
3999
3743
  "kind": "field",
4000
- "name": "intersectionService",
4001
- "type": {
4002
- "text": "IntersectionService"
4003
- },
3744
+ "name": "setVerticalPosition",
4004
3745
  "privacy": "private",
4005
- "static": true,
4006
- "default": "new IntersectionService()",
3746
+ "description": "Set vertical positioning state based on desired position",
4007
3747
  "inheritedFrom": {
4008
3748
  "name": "AnchoredRegion",
4009
3749
  "module": "src/anchored-region/anchored-region.ts"
@@ -4011,312 +3751,590 @@
4011
3751
  },
4012
3752
  {
4013
3753
  "kind": "field",
4014
- "name": "update",
4015
- "privacy": "public",
4016
- "description": "update position",
3754
+ "name": "getPositioningOptions",
3755
+ "privacy": "private",
3756
+ "description": "Get available positions based on positioning mode",
4017
3757
  "inheritedFrom": {
4018
3758
  "name": "AnchoredRegion",
4019
3759
  "module": "src/anchored-region/anchored-region.ts"
4020
3760
  }
4021
3761
  },
4022
3762
  {
4023
- "kind": "method",
4024
- "name": "disconnectResizeDetector",
3763
+ "kind": "field",
3764
+ "name": "getAvailableSpace",
4025
3765
  "privacy": "private",
4026
- "return": {
4027
- "type": {
4028
- "text": "void"
4029
- }
4030
- },
4031
- "description": "destroys the instance's resize observer",
3766
+ "description": "Get the space available for a particular relative position",
4032
3767
  "inheritedFrom": {
4033
3768
  "name": "AnchoredRegion",
4034
3769
  "module": "src/anchored-region/anchored-region.ts"
4035
3770
  }
4036
3771
  },
4037
3772
  {
4038
- "kind": "method",
4039
- "name": "initializeResizeDetector",
3773
+ "kind": "field",
3774
+ "name": "getNextRegionDimension",
4040
3775
  "privacy": "private",
4041
- "return": {
4042
- "type": {
4043
- "text": "void"
4044
- }
4045
- },
4046
- "description": "initializes the instance's resize observer",
3776
+ "description": "Get region dimensions",
4047
3777
  "inheritedFrom": {
4048
3778
  "name": "AnchoredRegion",
4049
3779
  "module": "src/anchored-region/anchored-region.ts"
4050
3780
  }
4051
3781
  },
4052
3782
  {
4053
- "kind": "method",
4054
- "name": "updateForAttributeChange",
3783
+ "kind": "field",
3784
+ "name": "startAutoUpdateEventListeners",
4055
3785
  "privacy": "private",
4056
- "return": {
4057
- "type": {
4058
- "text": "void"
4059
- }
4060
- },
4061
- "description": "react to attribute changes that don't require a reset",
3786
+ "description": "starts event listeners that can trigger auto updating",
4062
3787
  "inheritedFrom": {
4063
3788
  "name": "AnchoredRegion",
4064
3789
  "module": "src/anchored-region/anchored-region.ts"
4065
3790
  }
4066
3791
  },
4067
3792
  {
4068
- "kind": "method",
4069
- "name": "initialize",
3793
+ "kind": "field",
3794
+ "name": "stopAutoUpdateEventListeners",
4070
3795
  "privacy": "private",
4071
- "return": {
4072
- "type": {
4073
- "text": "void"
4074
- }
4075
- },
4076
- "description": "fully initializes the component",
3796
+ "description": "stops event listeners that can trigger auto updating",
4077
3797
  "inheritedFrom": {
4078
3798
  "name": "AnchoredRegion",
4079
3799
  "module": "src/anchored-region/anchored-region.ts"
4080
3800
  }
4081
3801
  },
4082
3802
  {
4083
- "kind": "method",
4084
- "name": "requestReset",
3803
+ "kind": "field",
3804
+ "name": "_presentation",
3805
+ "type": {
3806
+ "text": "ComponentPresentation | null | undefined"
3807
+ },
4085
3808
  "privacy": "private",
3809
+ "default": "void 0",
3810
+ "inheritedFrom": {
3811
+ "name": "FoundationElement",
3812
+ "module": "src/foundation-element/foundation-element.ts"
3813
+ }
3814
+ },
3815
+ {
3816
+ "kind": "field",
3817
+ "name": "$presentation",
3818
+ "type": {
3819
+ "text": "ComponentPresentation | null"
3820
+ },
3821
+ "privacy": "public",
3822
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3823
+ "inheritedFrom": {
3824
+ "name": "FoundationElement",
3825
+ "module": "src/foundation-element/foundation-element.ts"
3826
+ }
3827
+ },
3828
+ {
3829
+ "kind": "field",
3830
+ "name": "template",
3831
+ "type": {
3832
+ "text": "ElementViewTemplate | void | null"
3833
+ },
3834
+ "privacy": "public",
3835
+ "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.",
3836
+ "inheritedFrom": {
3837
+ "name": "FoundationElement",
3838
+ "module": "src/foundation-element/foundation-element.ts"
3839
+ }
3840
+ },
3841
+ {
3842
+ "kind": "method",
3843
+ "name": "templateChanged",
3844
+ "privacy": "protected",
4086
3845
  "return": {
4087
3846
  "type": {
4088
3847
  "text": "void"
4089
3848
  }
4090
3849
  },
4091
- "description": "Request a reset if there are currently no open requests",
4092
3850
  "inheritedFrom": {
4093
- "name": "AnchoredRegion",
4094
- "module": "src/anchored-region/anchored-region.ts"
3851
+ "name": "FoundationElement",
3852
+ "module": "src/foundation-element/foundation-element.ts"
3853
+ }
3854
+ },
3855
+ {
3856
+ "kind": "field",
3857
+ "name": "styles",
3858
+ "type": {
3859
+ "text": "ElementStyles | void | null"
3860
+ },
3861
+ "privacy": "public",
3862
+ "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.",
3863
+ "inheritedFrom": {
3864
+ "name": "FoundationElement",
3865
+ "module": "src/foundation-element/foundation-element.ts"
4095
3866
  }
4096
3867
  },
4097
3868
  {
4098
3869
  "kind": "method",
4099
- "name": "setInitialState",
4100
- "privacy": "private",
3870
+ "name": "stylesChanged",
3871
+ "privacy": "protected",
4101
3872
  "return": {
4102
3873
  "type": {
4103
3874
  "text": "void"
4104
3875
  }
4105
3876
  },
4106
- "description": "sets the starting configuration for component internal values",
4107
3877
  "inheritedFrom": {
4108
- "name": "AnchoredRegion",
4109
- "module": "src/anchored-region/anchored-region.ts"
3878
+ "name": "FoundationElement",
3879
+ "module": "src/foundation-element/foundation-element.ts"
4110
3880
  }
4111
3881
  },
4112
3882
  {
4113
- "kind": "field",
4114
- "name": "startObservers",
4115
- "privacy": "private",
4116
- "description": "starts observers",
3883
+ "kind": "method",
3884
+ "name": "compose",
3885
+ "privacy": "public",
3886
+ "static": true,
3887
+ "return": {
3888
+ "type": {
3889
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3890
+ }
3891
+ },
3892
+ "parameters": [
3893
+ {
3894
+ "name": "this",
3895
+ "type": {
3896
+ "text": "K"
3897
+ }
3898
+ },
3899
+ {
3900
+ "name": "elementDefinition",
3901
+ "type": {
3902
+ "text": "T"
3903
+ },
3904
+ "description": "The definition of the element to create the registry\nfunction for."
3905
+ }
3906
+ ],
3907
+ "description": "Defines an element registry function with a set of element definition defaults.",
4117
3908
  "inheritedFrom": {
4118
- "name": "AnchoredRegion",
4119
- "module": "src/anchored-region/anchored-region.ts"
3909
+ "name": "FoundationElement",
3910
+ "module": "src/foundation-element/foundation-element.ts"
4120
3911
  }
4121
- },
3912
+ }
3913
+ ],
3914
+ "events": [
4122
3915
  {
4123
- "kind": "field",
4124
- "name": "requestPositionUpdates",
4125
- "privacy": "private",
4126
- "description": "get position updates",
3916
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3917
+ "name": "loaded",
4127
3918
  "inheritedFrom": {
4128
3919
  "name": "AnchoredRegion",
4129
3920
  "module": "src/anchored-region/anchored-region.ts"
4130
3921
  }
4131
3922
  },
4132
3923
  {
4133
- "kind": "field",
4134
- "name": "stopObservers",
4135
- "privacy": "private",
4136
- "description": "stops observers",
3924
+ "description": "Fires a custom 'positionchange' event when the position has changed",
3925
+ "name": "positionchange",
4137
3926
  "inheritedFrom": {
4138
3927
  "name": "AnchoredRegion",
4139
3928
  "module": "src/anchored-region/anchored-region.ts"
4140
3929
  }
3930
+ }
3931
+ ]
3932
+ },
3933
+ {
3934
+ "kind": "variable",
3935
+ "name": "foundationAnchoredRegionShadowOptions",
3936
+ "type": {
3937
+ "text": "ShadowRootInit"
3938
+ },
3939
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3940
+ },
3941
+ {
3942
+ "kind": "variable",
3943
+ "name": "defaultAnchoredRegionConfig",
3944
+ "type": {
3945
+ "text": "object"
3946
+ },
3947
+ "default": "{}"
3948
+ },
3949
+ {
3950
+ "kind": "variable",
3951
+ "name": "foundationAnchoredRegion",
3952
+ "description": "The Foundation Anchored Region",
3953
+ "privacy": "public"
3954
+ }
3955
+ ],
3956
+ "exports": [
3957
+ {
3958
+ "kind": "js",
3959
+ "name": "AnchoredRegion",
3960
+ "declaration": {
3961
+ "name": "AnchoredRegion",
3962
+ "module": "src/anchored-region/anchored-region.ts"
3963
+ }
3964
+ },
3965
+ {
3966
+ "kind": "js",
3967
+ "name": "foundationAnchoredRegionShadowOptions",
3968
+ "declaration": {
3969
+ "name": "foundationAnchoredRegionShadowOptions",
3970
+ "module": "src/anchored-region/anchored-region.ts"
3971
+ }
3972
+ },
3973
+ {
3974
+ "kind": "js",
3975
+ "name": "defaultAnchoredRegionConfig",
3976
+ "declaration": {
3977
+ "name": "defaultAnchoredRegionConfig",
3978
+ "module": "src/anchored-region/anchored-region.ts"
3979
+ }
3980
+ },
3981
+ {
3982
+ "kind": "js",
3983
+ "name": "foundationAnchoredRegion",
3984
+ "declaration": {
3985
+ "name": "foundationAnchoredRegion",
3986
+ "module": "src/anchored-region/anchored-region.ts"
3987
+ }
3988
+ }
3989
+ ]
3990
+ },
3991
+ {
3992
+ "kind": "javascript-module",
3993
+ "path": "src/anchored-region/index.ts",
3994
+ "declarations": [],
3995
+ "exports": [
3996
+ {
3997
+ "kind": "js",
3998
+ "name": "*",
3999
+ "declaration": {
4000
+ "name": "*",
4001
+ "package": "./anchor-region.template"
4002
+ }
4003
+ },
4004
+ {
4005
+ "kind": "js",
4006
+ "name": "*",
4007
+ "declaration": {
4008
+ "name": "*",
4009
+ "package": "./anchored-region.styles"
4010
+ }
4011
+ },
4012
+ {
4013
+ "kind": "js",
4014
+ "name": "*",
4015
+ "declaration": {
4016
+ "name": "*",
4017
+ "package": "./anchored-region"
4018
+ }
4019
+ }
4020
+ ]
4021
+ },
4022
+ {
4023
+ "kind": "javascript-module",
4024
+ "path": "src/anchor/anchor.styles.ts",
4025
+ "declarations": [
4026
+ {
4027
+ "kind": "function",
4028
+ "name": "foundationAnchorStyles",
4029
+ "return": {
4030
+ "type": {
4031
+ "text": "ElementStyles"
4032
+ }
4033
+ },
4034
+ "parameters": [
4035
+ {
4036
+ "name": "context",
4037
+ "type": {
4038
+ "text": "ElementDefinitionContext"
4039
+ }
4141
4040
  },
4142
4041
  {
4143
- "kind": "field",
4144
- "name": "getViewport",
4145
- "privacy": "private",
4146
- "description": "Gets the viewport element by id, or defaults to document root",
4147
- "inheritedFrom": {
4148
- "name": "AnchoredRegion",
4149
- "module": "src/anchored-region/anchored-region.ts"
4042
+ "name": "definition",
4043
+ "type": {
4044
+ "text": "FoundationElementDefinition"
4045
+ }
4046
+ }
4047
+ ]
4048
+ }
4049
+ ],
4050
+ "exports": [
4051
+ {
4052
+ "kind": "js",
4053
+ "name": "foundationAnchorStyles",
4054
+ "declaration": {
4055
+ "name": "foundationAnchorStyles",
4056
+ "module": "src/anchor/anchor.styles.ts"
4057
+ }
4058
+ }
4059
+ ]
4060
+ },
4061
+ {
4062
+ "kind": "javascript-module",
4063
+ "path": "src/anchor/anchor.template.ts",
4064
+ "declarations": [
4065
+ {
4066
+ "kind": "function",
4067
+ "name": "foundationAnchorTemplate",
4068
+ "return": {
4069
+ "type": {
4070
+ "text": "ViewTemplate<Anchor>"
4071
+ }
4072
+ },
4073
+ "parameters": [
4074
+ {
4075
+ "name": "context",
4076
+ "type": {
4077
+ "text": "ElementDefinitionContext"
4150
4078
  }
4151
4079
  },
4152
4080
  {
4153
- "kind": "field",
4154
- "name": "getAnchor",
4155
- "privacy": "private",
4156
- "description": "Gets the anchor element by id",
4081
+ "name": "definition",
4082
+ "type": {
4083
+ "text": "FoundationElementDefinition"
4084
+ }
4085
+ }
4086
+ ]
4087
+ }
4088
+ ],
4089
+ "exports": [
4090
+ {
4091
+ "kind": "js",
4092
+ "name": "foundationAnchorTemplate",
4093
+ "declaration": {
4094
+ "name": "foundationAnchorTemplate",
4095
+ "module": "src/anchor/anchor.template.ts"
4096
+ }
4097
+ }
4098
+ ]
4099
+ },
4100
+ {
4101
+ "kind": "javascript-module",
4102
+ "path": "src/anchor/anchor.ts",
4103
+ "declarations": [
4104
+ {
4105
+ "kind": "class",
4106
+ "description": "",
4107
+ "name": "Anchor",
4108
+ "superclass": {
4109
+ "name": "FASTAnchor",
4110
+ "package": "@microsoft/fast-components"
4111
+ },
4112
+ "tagName": "%%prefix%%-anchor",
4113
+ "customElement": true,
4114
+ "attributes": [
4115
+ {
4116
+ "name": "download",
4117
+ "type": {
4118
+ "text": "string"
4119
+ },
4120
+ "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.",
4121
+ "fieldName": "download",
4157
4122
  "inheritedFrom": {
4158
- "name": "AnchoredRegion",
4159
- "module": "src/anchored-region/anchored-region.ts"
4123
+ "name": "Anchor",
4124
+ "module": "src/anchor/anchor.ts"
4160
4125
  }
4161
4126
  },
4162
4127
  {
4163
- "kind": "field",
4164
- "name": "handleIntersection",
4165
- "privacy": "private",
4166
- "description": "Handle intersections",
4128
+ "name": "href",
4129
+ "type": {
4130
+ "text": "string"
4131
+ },
4132
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4133
+ "fieldName": "href",
4167
4134
  "inheritedFrom": {
4168
- "name": "AnchoredRegion",
4169
- "module": "src/anchored-region/anchored-region.ts"
4135
+ "name": "Anchor",
4136
+ "module": "src/anchor/anchor.ts"
4170
4137
  }
4171
4138
  },
4172
4139
  {
4173
- "kind": "field",
4174
- "name": "applyIntersectionEntries",
4175
- "privacy": "private",
4176
- "description": "iterate through intersection entries and apply data",
4177
- "inheritedFrom": {
4178
- "name": "AnchoredRegion",
4179
- "module": "src/anchored-region/anchored-region.ts"
4140
+ "name": "hreflang",
4141
+ "type": {
4142
+ "text": "string"
4143
+ },
4144
+ "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.",
4145
+ "fieldName": "hreflang",
4146
+ "inheritedFrom": {
4147
+ "name": "Anchor",
4148
+ "module": "src/anchor/anchor.ts"
4180
4149
  }
4181
4150
  },
4182
4151
  {
4183
- "kind": "field",
4184
- "name": "updateRegionOffset",
4185
- "privacy": "private",
4186
- "description": "Update the offset values",
4152
+ "name": "ping",
4153
+ "type": {
4154
+ "text": "string"
4155
+ },
4156
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4157
+ "fieldName": "ping",
4187
4158
  "inheritedFrom": {
4188
- "name": "AnchoredRegion",
4189
- "module": "src/anchored-region/anchored-region.ts"
4159
+ "name": "Anchor",
4160
+ "module": "src/anchor/anchor.ts"
4190
4161
  }
4191
4162
  },
4192
4163
  {
4193
- "kind": "field",
4194
- "name": "isRectDifferent",
4195
- "privacy": "private",
4196
- "description": "compare rects to see if there is enough change to justify a DOM update",
4164
+ "name": "referrerpolicy",
4165
+ "type": {
4166
+ "text": "string"
4167
+ },
4168
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4169
+ "fieldName": "referrerpolicy",
4197
4170
  "inheritedFrom": {
4198
- "name": "AnchoredRegion",
4199
- "module": "src/anchored-region/anchored-region.ts"
4171
+ "name": "Anchor",
4172
+ "module": "src/anchor/anchor.ts"
4200
4173
  }
4201
4174
  },
4202
4175
  {
4203
- "kind": "field",
4204
- "name": "handleResize",
4205
- "privacy": "private",
4206
- "description": "Handle resize events",
4176
+ "name": "rel",
4177
+ "type": {
4178
+ "text": "string"
4179
+ },
4180
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4181
+ "fieldName": "rel",
4207
4182
  "inheritedFrom": {
4208
- "name": "AnchoredRegion",
4209
- "module": "src/anchored-region/anchored-region.ts"
4183
+ "name": "Anchor",
4184
+ "module": "src/anchor/anchor.ts"
4210
4185
  }
4211
4186
  },
4212
4187
  {
4213
- "kind": "field",
4214
- "name": "reset",
4215
- "privacy": "private",
4216
- "description": "resets the component",
4188
+ "name": "target",
4189
+ "type": {
4190
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
4191
+ },
4192
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4193
+ "fieldName": "target",
4217
4194
  "inheritedFrom": {
4218
- "name": "AnchoredRegion",
4219
- "module": "src/anchored-region/anchored-region.ts"
4195
+ "name": "Anchor",
4196
+ "module": "src/anchor/anchor.ts"
4220
4197
  }
4221
4198
  },
4199
+ {
4200
+ "name": "type",
4201
+ "type": {
4202
+ "text": "string"
4203
+ },
4204
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4205
+ "fieldName": "type",
4206
+ "inheritedFrom": {
4207
+ "name": "Anchor",
4208
+ "module": "src/anchor/anchor.ts"
4209
+ }
4210
+ }
4211
+ ],
4212
+ "members": [
4222
4213
  {
4223
4214
  "kind": "field",
4224
- "name": "updateLayout",
4225
- "privacy": "private",
4226
- "description": "Recalculate layout related state values",
4215
+ "name": "download",
4216
+ "type": {
4217
+ "text": "string"
4218
+ },
4219
+ "privacy": "public",
4220
+ "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.",
4227
4221
  "inheritedFrom": {
4228
- "name": "AnchoredRegion",
4229
- "module": "src/anchored-region/anchored-region.ts"
4222
+ "name": "Anchor",
4223
+ "module": "src/anchor/anchor.ts"
4230
4224
  }
4231
4225
  },
4232
4226
  {
4233
4227
  "kind": "field",
4234
- "name": "updateRegionStyle",
4235
- "privacy": "private",
4236
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4228
+ "name": "href",
4229
+ "type": {
4230
+ "text": "string"
4231
+ },
4232
+ "privacy": "public",
4233
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4237
4234
  "inheritedFrom": {
4238
- "name": "AnchoredRegion",
4239
- "module": "src/anchored-region/anchored-region.ts"
4235
+ "name": "Anchor",
4236
+ "module": "src/anchor/anchor.ts"
4240
4237
  }
4241
4238
  },
4242
4239
  {
4243
4240
  "kind": "field",
4244
- "name": "updatePositionClasses",
4245
- "privacy": "private",
4246
- "description": "Updates the css classes that reflect the current position of the element",
4241
+ "name": "hreflang",
4242
+ "type": {
4243
+ "text": "string"
4244
+ },
4245
+ "privacy": "public",
4246
+ "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.",
4247
4247
  "inheritedFrom": {
4248
- "name": "AnchoredRegion",
4249
- "module": "src/anchored-region/anchored-region.ts"
4248
+ "name": "Anchor",
4249
+ "module": "src/anchor/anchor.ts"
4250
4250
  }
4251
4251
  },
4252
4252
  {
4253
4253
  "kind": "field",
4254
- "name": "setHorizontalPosition",
4255
- "privacy": "private",
4256
- "description": "Get horizontal positioning state based on desired position",
4254
+ "name": "ping",
4255
+ "type": {
4256
+ "text": "string"
4257
+ },
4258
+ "privacy": "public",
4259
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4257
4260
  "inheritedFrom": {
4258
- "name": "AnchoredRegion",
4259
- "module": "src/anchored-region/anchored-region.ts"
4261
+ "name": "Anchor",
4262
+ "module": "src/anchor/anchor.ts"
4260
4263
  }
4261
4264
  },
4262
4265
  {
4263
4266
  "kind": "field",
4264
- "name": "setVerticalPosition",
4265
- "privacy": "private",
4266
- "description": "Set vertical positioning state based on desired position",
4267
+ "name": "referrerpolicy",
4268
+ "type": {
4269
+ "text": "string"
4270
+ },
4271
+ "privacy": "public",
4272
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4267
4273
  "inheritedFrom": {
4268
- "name": "AnchoredRegion",
4269
- "module": "src/anchored-region/anchored-region.ts"
4274
+ "name": "Anchor",
4275
+ "module": "src/anchor/anchor.ts"
4270
4276
  }
4271
4277
  },
4272
4278
  {
4273
4279
  "kind": "field",
4274
- "name": "getPositioningOptions",
4275
- "privacy": "private",
4276
- "description": "Get available positions based on positioning mode",
4280
+ "name": "rel",
4281
+ "type": {
4282
+ "text": "string"
4283
+ },
4284
+ "privacy": "public",
4285
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4277
4286
  "inheritedFrom": {
4278
- "name": "AnchoredRegion",
4279
- "module": "src/anchored-region/anchored-region.ts"
4287
+ "name": "Anchor",
4288
+ "module": "src/anchor/anchor.ts"
4280
4289
  }
4281
4290
  },
4282
4291
  {
4283
4292
  "kind": "field",
4284
- "name": "getAvailableSpace",
4285
- "privacy": "private",
4286
- "description": "Get the space available for a particular relative position",
4293
+ "name": "target",
4294
+ "type": {
4295
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
4296
+ },
4297
+ "privacy": "public",
4298
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4287
4299
  "inheritedFrom": {
4288
- "name": "AnchoredRegion",
4289
- "module": "src/anchored-region/anchored-region.ts"
4300
+ "name": "Anchor",
4301
+ "module": "src/anchor/anchor.ts"
4290
4302
  }
4291
4303
  },
4292
4304
  {
4293
4305
  "kind": "field",
4294
- "name": "getNextRegionDimension",
4295
- "privacy": "private",
4296
- "description": "Get region dimensions",
4306
+ "name": "type",
4307
+ "type": {
4308
+ "text": "string"
4309
+ },
4310
+ "privacy": "public",
4311
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4297
4312
  "inheritedFrom": {
4298
- "name": "AnchoredRegion",
4299
- "module": "src/anchored-region/anchored-region.ts"
4313
+ "name": "Anchor",
4314
+ "module": "src/anchor/anchor.ts"
4300
4315
  }
4301
4316
  },
4302
4317
  {
4303
4318
  "kind": "field",
4304
- "name": "startAutoUpdateEventListeners",
4305
- "privacy": "private",
4306
- "description": "starts event listeners that can trigger auto updating",
4319
+ "name": "control",
4320
+ "type": {
4321
+ "text": "HTMLAnchorElement | undefined"
4322
+ },
4323
+ "privacy": "public",
4324
+ "description": "References the root element",
4307
4325
  "inheritedFrom": {
4308
- "name": "AnchoredRegion",
4309
- "module": "src/anchored-region/anchored-region.ts"
4326
+ "name": "Anchor",
4327
+ "module": "src/anchor/anchor.ts"
4310
4328
  }
4311
4329
  },
4312
4330
  {
4313
4331
  "kind": "field",
4314
- "name": "stopAutoUpdateEventListeners",
4332
+ "name": "handleUnsupportedDelegatesFocus",
4315
4333
  "privacy": "private",
4316
- "description": "stops event listeners that can trigger auto updating",
4334
+ "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",
4317
4335
  "inheritedFrom": {
4318
- "name": "AnchoredRegion",
4319
- "module": "src/anchored-region/anchored-region.ts"
4336
+ "name": "Anchor",
4337
+ "module": "src/anchor/anchor.ts"
4320
4338
  }
4321
4339
  },
4322
4340
  {
@@ -4430,29 +4448,11 @@
4430
4448
  "module": "src/foundation-element/foundation-element.ts"
4431
4449
  }
4432
4450
  }
4433
- ],
4434
- "events": [
4435
- {
4436
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4437
- "name": "loaded",
4438
- "inheritedFrom": {
4439
- "name": "AnchoredRegion",
4440
- "module": "src/anchored-region/anchored-region.ts"
4441
- }
4442
- },
4443
- {
4444
- "description": "Fires a custom 'positionchange' event when the position has changed",
4445
- "name": "positionchange",
4446
- "inheritedFrom": {
4447
- "name": "AnchoredRegion",
4448
- "module": "src/anchored-region/anchored-region.ts"
4449
- }
4450
- }
4451
4451
  ]
4452
4452
  },
4453
4453
  {
4454
4454
  "kind": "variable",
4455
- "name": "foundationAnchoredRegionShadowOptions",
4455
+ "name": "foundationAnchorShadowOptions",
4456
4456
  "type": {
4457
4457
  "text": "ShadowRootInit"
4458
4458
  },
@@ -4460,7 +4460,7 @@
4460
4460
  },
4461
4461
  {
4462
4462
  "kind": "variable",
4463
- "name": "defaultAnchoredRegionConfig",
4463
+ "name": "defaultAnchorConfig",
4464
4464
  "type": {
4465
4465
  "text": "object"
4466
4466
  },
@@ -4468,49 +4468,49 @@
4468
4468
  },
4469
4469
  {
4470
4470
  "kind": "variable",
4471
- "name": "foundationAnchoredRegion",
4472
- "description": "The Foundation Anchored Region",
4471
+ "name": "foundationAnchor",
4472
+ "description": "The Foundation Anchor",
4473
4473
  "privacy": "public"
4474
4474
  }
4475
4475
  ],
4476
4476
  "exports": [
4477
4477
  {
4478
4478
  "kind": "js",
4479
- "name": "AnchoredRegion",
4479
+ "name": "Anchor",
4480
4480
  "declaration": {
4481
- "name": "AnchoredRegion",
4482
- "module": "src/anchored-region/anchored-region.ts"
4481
+ "name": "Anchor",
4482
+ "module": "src/anchor/anchor.ts"
4483
4483
  }
4484
4484
  },
4485
4485
  {
4486
4486
  "kind": "js",
4487
- "name": "foundationAnchoredRegionShadowOptions",
4487
+ "name": "foundationAnchorShadowOptions",
4488
4488
  "declaration": {
4489
- "name": "foundationAnchoredRegionShadowOptions",
4490
- "module": "src/anchored-region/anchored-region.ts"
4489
+ "name": "foundationAnchorShadowOptions",
4490
+ "module": "src/anchor/anchor.ts"
4491
4491
  }
4492
4492
  },
4493
4493
  {
4494
4494
  "kind": "js",
4495
- "name": "defaultAnchoredRegionConfig",
4495
+ "name": "defaultAnchorConfig",
4496
4496
  "declaration": {
4497
- "name": "defaultAnchoredRegionConfig",
4498
- "module": "src/anchored-region/anchored-region.ts"
4497
+ "name": "defaultAnchorConfig",
4498
+ "module": "src/anchor/anchor.ts"
4499
4499
  }
4500
4500
  },
4501
4501
  {
4502
4502
  "kind": "js",
4503
- "name": "foundationAnchoredRegion",
4503
+ "name": "foundationAnchor",
4504
4504
  "declaration": {
4505
- "name": "foundationAnchoredRegion",
4506
- "module": "src/anchored-region/anchored-region.ts"
4505
+ "name": "foundationAnchor",
4506
+ "module": "src/anchor/anchor.ts"
4507
4507
  }
4508
4508
  }
4509
4509
  ]
4510
4510
  },
4511
4511
  {
4512
4512
  "kind": "javascript-module",
4513
- "path": "src/anchored-region/index.ts",
4513
+ "path": "src/anchor/index.ts",
4514
4514
  "declarations": [],
4515
4515
  "exports": [
4516
4516
  {
@@ -4518,7 +4518,7 @@
4518
4518
  "name": "*",
4519
4519
  "declaration": {
4520
4520
  "name": "*",
4521
- "package": "./anchor-region.template"
4521
+ "package": "./anchor.template"
4522
4522
  }
4523
4523
  },
4524
4524
  {
@@ -4526,7 +4526,7 @@
4526
4526
  "name": "*",
4527
4527
  "declaration": {
4528
4528
  "name": "*",
4529
- "package": "./anchored-region.styles"
4529
+ "package": "./anchor.styles"
4530
4530
  }
4531
4531
  },
4532
4532
  {
@@ -4534,7 +4534,7 @@
4534
4534
  "name": "*",
4535
4535
  "declaration": {
4536
4536
  "name": "*",
4537
- "package": "./anchored-region"
4537
+ "package": "./anchor"
4538
4538
  }
4539
4539
  }
4540
4540
  ]
@@ -14506,7 +14506,7 @@
14506
14506
  {
14507
14507
  "name": "config",
14508
14508
  "type": {
14509
- "text": "DesignTokensConfig"
14509
+ "text": "Partial<DesignTokensConfig> | DesignTokensConfig"
14510
14510
  }
14511
14511
  }
14512
14512
  ]