@genesislcap/foundation-ui 14.304.3-alpha-efb2fd0.0 → 14.305.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1286,188 +1286,6 @@
1286
1286
  }
1287
1287
  ]
1288
1288
  },
1289
- {
1290
- "kind": "javascript-module",
1291
- "path": "src/accordion/accordion.styles.ts",
1292
- "declarations": [
1293
- {
1294
- "kind": "function",
1295
- "name": "foundationAccordionStyles",
1296
- "return": {
1297
- "type": {
1298
- "text": "ElementStyles"
1299
- }
1300
- },
1301
- "parameters": [
1302
- {
1303
- "name": "context",
1304
- "type": {
1305
- "text": "ElementDefinitionContext"
1306
- }
1307
- },
1308
- {
1309
- "name": "definition",
1310
- "type": {
1311
- "text": "FoundationElementDefinition"
1312
- }
1313
- }
1314
- ]
1315
- }
1316
- ],
1317
- "exports": [
1318
- {
1319
- "kind": "js",
1320
- "name": "foundationAccordionStyles",
1321
- "declaration": {
1322
- "name": "foundationAccordionStyles",
1323
- "module": "src/accordion/accordion.styles.ts"
1324
- }
1325
- }
1326
- ]
1327
- },
1328
- {
1329
- "kind": "javascript-module",
1330
- "path": "src/accordion/accordion.template.ts",
1331
- "declarations": [
1332
- {
1333
- "kind": "function",
1334
- "name": "foundationAccordionTemplate",
1335
- "return": {
1336
- "type": {
1337
- "text": "ViewTemplate<Accordion>"
1338
- }
1339
- },
1340
- "parameters": [
1341
- {
1342
- "name": "context",
1343
- "type": {
1344
- "text": "ElementDefinitionContext"
1345
- }
1346
- },
1347
- {
1348
- "name": "definition",
1349
- "type": {
1350
- "text": "FoundationElementDefinition"
1351
- }
1352
- }
1353
- ]
1354
- }
1355
- ],
1356
- "exports": [
1357
- {
1358
- "kind": "js",
1359
- "name": "foundationAccordionTemplate",
1360
- "declaration": {
1361
- "name": "foundationAccordionTemplate",
1362
- "module": "src/accordion/accordion.template.ts"
1363
- }
1364
- }
1365
- ]
1366
- },
1367
- {
1368
- "kind": "javascript-module",
1369
- "path": "src/accordion/accordion.ts",
1370
- "declarations": [
1371
- {
1372
- "kind": "class",
1373
- "description": "",
1374
- "name": "Accordion",
1375
- "superclass": {
1376
- "name": "FASTAccordion",
1377
- "package": "@microsoft/fast-foundation"
1378
- },
1379
- "tagName": "%%prefix%%-accordion",
1380
- "customElement": true
1381
- },
1382
- {
1383
- "kind": "variable",
1384
- "name": "foundationAccordionShadowOptions",
1385
- "type": {
1386
- "text": "ShadowRootInit"
1387
- },
1388
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1389
- },
1390
- {
1391
- "kind": "variable",
1392
- "name": "defaultAccordionConfig",
1393
- "type": {
1394
- "text": "object"
1395
- },
1396
- "default": "{}"
1397
- },
1398
- {
1399
- "kind": "variable",
1400
- "name": "foundationAccordion",
1401
- "description": "The Foundation Accordion",
1402
- "privacy": "public"
1403
- }
1404
- ],
1405
- "exports": [
1406
- {
1407
- "kind": "js",
1408
- "name": "Accordion",
1409
- "declaration": {
1410
- "name": "Accordion",
1411
- "module": "src/accordion/accordion.ts"
1412
- }
1413
- },
1414
- {
1415
- "kind": "js",
1416
- "name": "foundationAccordionShadowOptions",
1417
- "declaration": {
1418
- "name": "foundationAccordionShadowOptions",
1419
- "module": "src/accordion/accordion.ts"
1420
- }
1421
- },
1422
- {
1423
- "kind": "js",
1424
- "name": "defaultAccordionConfig",
1425
- "declaration": {
1426
- "name": "defaultAccordionConfig",
1427
- "module": "src/accordion/accordion.ts"
1428
- }
1429
- },
1430
- {
1431
- "kind": "js",
1432
- "name": "foundationAccordion",
1433
- "declaration": {
1434
- "name": "foundationAccordion",
1435
- "module": "src/accordion/accordion.ts"
1436
- }
1437
- }
1438
- ]
1439
- },
1440
- {
1441
- "kind": "javascript-module",
1442
- "path": "src/accordion/index.ts",
1443
- "declarations": [],
1444
- "exports": [
1445
- {
1446
- "kind": "js",
1447
- "name": "*",
1448
- "declaration": {
1449
- "name": "*",
1450
- "package": "./accordion.template"
1451
- }
1452
- },
1453
- {
1454
- "kind": "js",
1455
- "name": "*",
1456
- "declaration": {
1457
- "name": "*",
1458
- "package": "./accordion.styles"
1459
- }
1460
- },
1461
- {
1462
- "kind": "js",
1463
- "name": "*",
1464
- "declaration": {
1465
- "name": "*",
1466
- "package": "./accordion"
1467
- }
1468
- }
1469
- ]
1470
- },
1471
1289
  {
1472
1290
  "kind": "javascript-module",
1473
1291
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -2423,14 +2241,14 @@
2423
2241
  },
2424
2242
  {
2425
2243
  "kind": "javascript-module",
2426
- "path": "src/anchored-region/anchor-region.template.ts",
2244
+ "path": "src/accordion/accordion.styles.ts",
2427
2245
  "declarations": [
2428
2246
  {
2429
2247
  "kind": "function",
2430
- "name": "foundationAnchoredRegionTemplate",
2248
+ "name": "foundationAccordionStyles",
2431
2249
  "return": {
2432
2250
  "type": {
2433
- "text": "ViewTemplate<AnchoredRegion>"
2251
+ "text": "ElementStyles"
2434
2252
  }
2435
2253
  },
2436
2254
  "parameters": [
@@ -2452,21 +2270,164 @@
2452
2270
  "exports": [
2453
2271
  {
2454
2272
  "kind": "js",
2455
- "name": "foundationAnchoredRegionTemplate",
2273
+ "name": "foundationAccordionStyles",
2456
2274
  "declaration": {
2457
- "name": "foundationAnchoredRegionTemplate",
2458
- "module": "src/anchored-region/anchor-region.template.ts"
2275
+ "name": "foundationAccordionStyles",
2276
+ "module": "src/accordion/accordion.styles.ts"
2459
2277
  }
2460
2278
  }
2461
2279
  ]
2462
2280
  },
2463
2281
  {
2464
2282
  "kind": "javascript-module",
2465
- "path": "src/anchored-region/anchored-region.styles.ts",
2283
+ "path": "src/accordion/accordion.template.ts",
2466
2284
  "declarations": [
2467
2285
  {
2468
2286
  "kind": "function",
2469
- "name": "foundationAnchoredRegionStyles",
2287
+ "name": "foundationAccordionTemplate",
2288
+ "return": {
2289
+ "type": {
2290
+ "text": "ViewTemplate<Accordion>"
2291
+ }
2292
+ },
2293
+ "parameters": [
2294
+ {
2295
+ "name": "context",
2296
+ "type": {
2297
+ "text": "ElementDefinitionContext"
2298
+ }
2299
+ },
2300
+ {
2301
+ "name": "definition",
2302
+ "type": {
2303
+ "text": "FoundationElementDefinition"
2304
+ }
2305
+ }
2306
+ ]
2307
+ }
2308
+ ],
2309
+ "exports": [
2310
+ {
2311
+ "kind": "js",
2312
+ "name": "foundationAccordionTemplate",
2313
+ "declaration": {
2314
+ "name": "foundationAccordionTemplate",
2315
+ "module": "src/accordion/accordion.template.ts"
2316
+ }
2317
+ }
2318
+ ]
2319
+ },
2320
+ {
2321
+ "kind": "javascript-module",
2322
+ "path": "src/accordion/accordion.ts",
2323
+ "declarations": [
2324
+ {
2325
+ "kind": "class",
2326
+ "description": "",
2327
+ "name": "Accordion",
2328
+ "superclass": {
2329
+ "name": "FASTAccordion",
2330
+ "package": "@microsoft/fast-foundation"
2331
+ },
2332
+ "tagName": "%%prefix%%-accordion",
2333
+ "customElement": true
2334
+ },
2335
+ {
2336
+ "kind": "variable",
2337
+ "name": "foundationAccordionShadowOptions",
2338
+ "type": {
2339
+ "text": "ShadowRootInit"
2340
+ },
2341
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2342
+ },
2343
+ {
2344
+ "kind": "variable",
2345
+ "name": "defaultAccordionConfig",
2346
+ "type": {
2347
+ "text": "object"
2348
+ },
2349
+ "default": "{}"
2350
+ },
2351
+ {
2352
+ "kind": "variable",
2353
+ "name": "foundationAccordion",
2354
+ "description": "The Foundation Accordion",
2355
+ "privacy": "public"
2356
+ }
2357
+ ],
2358
+ "exports": [
2359
+ {
2360
+ "kind": "js",
2361
+ "name": "Accordion",
2362
+ "declaration": {
2363
+ "name": "Accordion",
2364
+ "module": "src/accordion/accordion.ts"
2365
+ }
2366
+ },
2367
+ {
2368
+ "kind": "js",
2369
+ "name": "foundationAccordionShadowOptions",
2370
+ "declaration": {
2371
+ "name": "foundationAccordionShadowOptions",
2372
+ "module": "src/accordion/accordion.ts"
2373
+ }
2374
+ },
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "defaultAccordionConfig",
2378
+ "declaration": {
2379
+ "name": "defaultAccordionConfig",
2380
+ "module": "src/accordion/accordion.ts"
2381
+ }
2382
+ },
2383
+ {
2384
+ "kind": "js",
2385
+ "name": "foundationAccordion",
2386
+ "declaration": {
2387
+ "name": "foundationAccordion",
2388
+ "module": "src/accordion/accordion.ts"
2389
+ }
2390
+ }
2391
+ ]
2392
+ },
2393
+ {
2394
+ "kind": "javascript-module",
2395
+ "path": "src/accordion/index.ts",
2396
+ "declarations": [],
2397
+ "exports": [
2398
+ {
2399
+ "kind": "js",
2400
+ "name": "*",
2401
+ "declaration": {
2402
+ "name": "*",
2403
+ "package": "./accordion.template"
2404
+ }
2405
+ },
2406
+ {
2407
+ "kind": "js",
2408
+ "name": "*",
2409
+ "declaration": {
2410
+ "name": "*",
2411
+ "package": "./accordion.styles"
2412
+ }
2413
+ },
2414
+ {
2415
+ "kind": "js",
2416
+ "name": "*",
2417
+ "declaration": {
2418
+ "name": "*",
2419
+ "package": "./accordion"
2420
+ }
2421
+ }
2422
+ ]
2423
+ },
2424
+ {
2425
+ "kind": "javascript-module",
2426
+ "path": "src/anchor/anchor.styles.ts",
2427
+ "declarations": [
2428
+ {
2429
+ "kind": "function",
2430
+ "name": "foundationAnchorStyles",
2470
2431
  "return": {
2471
2432
  "type": {
2472
2433
  "text": "ElementStyles"
@@ -2491,706 +2452,805 @@
2491
2452
  "exports": [
2492
2453
  {
2493
2454
  "kind": "js",
2494
- "name": "foundationAnchoredRegionStyles",
2455
+ "name": "foundationAnchorStyles",
2495
2456
  "declaration": {
2496
- "name": "foundationAnchoredRegionStyles",
2497
- "module": "src/anchored-region/anchored-region.styles.ts"
2457
+ "name": "foundationAnchorStyles",
2458
+ "module": "src/anchor/anchor.styles.ts"
2498
2459
  }
2499
2460
  }
2500
2461
  ]
2501
2462
  },
2502
2463
  {
2503
2464
  "kind": "javascript-module",
2504
- "path": "src/anchored-region/anchored-region.ts",
2465
+ "path": "src/anchor/anchor.template.ts",
2466
+ "declarations": [
2467
+ {
2468
+ "kind": "function",
2469
+ "name": "foundationAnchorTemplate",
2470
+ "return": {
2471
+ "type": {
2472
+ "text": "ViewTemplate<Anchor>"
2473
+ }
2474
+ },
2475
+ "parameters": [
2476
+ {
2477
+ "name": "context",
2478
+ "type": {
2479
+ "text": "ElementDefinitionContext"
2480
+ }
2481
+ },
2482
+ {
2483
+ "name": "definition",
2484
+ "type": {
2485
+ "text": "FoundationElementDefinition"
2486
+ }
2487
+ }
2488
+ ]
2489
+ }
2490
+ ],
2491
+ "exports": [
2492
+ {
2493
+ "kind": "js",
2494
+ "name": "foundationAnchorTemplate",
2495
+ "declaration": {
2496
+ "name": "foundationAnchorTemplate",
2497
+ "module": "src/anchor/anchor.template.ts"
2498
+ }
2499
+ }
2500
+ ]
2501
+ },
2502
+ {
2503
+ "kind": "javascript-module",
2504
+ "path": "src/anchor/anchor.ts",
2505
2505
  "declarations": [
2506
2506
  {
2507
2507
  "kind": "class",
2508
2508
  "description": "",
2509
- "name": "AnchoredRegion",
2509
+ "name": "Anchor",
2510
2510
  "superclass": {
2511
- "name": "FASTAnchoredRegion",
2511
+ "name": "FASTAnchor",
2512
2512
  "package": "@microsoft/fast-components"
2513
2513
  },
2514
- "tagName": "%%prefix%%-anchored-region",
2514
+ "tagName": "%%prefix%%-anchor",
2515
2515
  "customElement": true,
2516
2516
  "attributes": [
2517
2517
  {
2518
- "name": "anchor",
2518
+ "name": "download",
2519
2519
  "type": {
2520
2520
  "text": "string"
2521
2521
  },
2522
- "default": "\"\"",
2523
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2524
- "fieldName": "anchor",
2522
+ "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.",
2523
+ "fieldName": "download",
2525
2524
  "inheritedFrom": {
2526
- "name": "AnchoredRegion",
2527
- "module": "src/anchored-region/anchored-region.ts"
2525
+ "name": "Anchor",
2526
+ "module": "src/anchor/anchor.ts"
2528
2527
  }
2529
2528
  },
2530
2529
  {
2531
- "name": "viewport",
2530
+ "name": "href",
2532
2531
  "type": {
2533
2532
  "text": "string"
2534
2533
  },
2535
- "default": "\"\"",
2536
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2537
- "fieldName": "viewport",
2538
- "inheritedFrom": {
2539
- "name": "AnchoredRegion",
2540
- "module": "src/anchored-region/anchored-region.ts"
2541
- }
2542
- },
2543
- {
2544
- "name": "horizontal-positioning-mode",
2545
- "type": {
2546
- "text": "AxisPositioningMode"
2547
- },
2548
- "default": "\"uncontrolled\"",
2549
- "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",
2550
- "fieldName": "horizontalPositioningMode",
2551
- "inheritedFrom": {
2552
- "name": "AnchoredRegion",
2553
- "module": "src/anchored-region/anchored-region.ts"
2554
- }
2555
- },
2556
- {
2557
- "name": "horizontal-default-position",
2558
- "type": {
2559
- "text": "HorizontalPosition"
2560
- },
2561
- "default": "\"unset\"",
2562
- "description": "The default horizontal position of the region relative to the anchor element",
2563
- "fieldName": "horizontalDefaultPosition",
2564
- "inheritedFrom": {
2565
- "name": "AnchoredRegion",
2566
- "module": "src/anchored-region/anchored-region.ts"
2567
- }
2568
- },
2569
- {
2570
- "name": "horizontal-viewport-lock",
2571
- "type": {
2572
- "text": "boolean"
2573
- },
2574
- "default": "false",
2575
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2576
- "fieldName": "horizontalViewportLock",
2534
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2535
+ "fieldName": "href",
2577
2536
  "inheritedFrom": {
2578
- "name": "AnchoredRegion",
2579
- "module": "src/anchored-region/anchored-region.ts"
2537
+ "name": "Anchor",
2538
+ "module": "src/anchor/anchor.ts"
2580
2539
  }
2581
2540
  },
2582
2541
  {
2583
- "name": "horizontal-inset",
2542
+ "name": "hreflang",
2584
2543
  "type": {
2585
- "text": "boolean"
2544
+ "text": "string"
2586
2545
  },
2587
- "default": "false",
2588
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2589
- "fieldName": "horizontalInset",
2546
+ "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.",
2547
+ "fieldName": "hreflang",
2590
2548
  "inheritedFrom": {
2591
- "name": "AnchoredRegion",
2592
- "module": "src/anchored-region/anchored-region.ts"
2549
+ "name": "Anchor",
2550
+ "module": "src/anchor/anchor.ts"
2593
2551
  }
2594
2552
  },
2595
2553
  {
2596
- "name": "horizontal-threshold",
2554
+ "name": "ping",
2597
2555
  "type": {
2598
- "text": "number"
2556
+ "text": "string"
2599
2557
  },
2600
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2601
- "fieldName": "horizontalThreshold",
2558
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2559
+ "fieldName": "ping",
2602
2560
  "inheritedFrom": {
2603
- "name": "AnchoredRegion",
2604
- "module": "src/anchored-region/anchored-region.ts"
2561
+ "name": "Anchor",
2562
+ "module": "src/anchor/anchor.ts"
2605
2563
  }
2606
2564
  },
2607
2565
  {
2608
- "name": "horizontal-scaling",
2566
+ "name": "referrerpolicy",
2609
2567
  "type": {
2610
- "text": "AxisScalingMode"
2568
+ "text": "string"
2611
2569
  },
2612
- "default": "\"content\"",
2613
- "description": "Defines how the width of the region is calculated",
2614
- "fieldName": "horizontalScaling",
2570
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2571
+ "fieldName": "referrerpolicy",
2615
2572
  "inheritedFrom": {
2616
- "name": "AnchoredRegion",
2617
- "module": "src/anchored-region/anchored-region.ts"
2573
+ "name": "Anchor",
2574
+ "module": "src/anchor/anchor.ts"
2618
2575
  }
2619
2576
  },
2620
2577
  {
2621
- "name": "vertical-positioning-mode",
2578
+ "name": "rel",
2622
2579
  "type": {
2623
- "text": "AxisPositioningMode"
2580
+ "text": "string"
2624
2581
  },
2625
- "default": "\"uncontrolled\"",
2626
- "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",
2627
- "fieldName": "verticalPositioningMode",
2582
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2583
+ "fieldName": "rel",
2628
2584
  "inheritedFrom": {
2629
- "name": "AnchoredRegion",
2630
- "module": "src/anchored-region/anchored-region.ts"
2585
+ "name": "Anchor",
2586
+ "module": "src/anchor/anchor.ts"
2631
2587
  }
2632
2588
  },
2633
2589
  {
2634
- "name": "vertical-default-position",
2590
+ "name": "target",
2635
2591
  "type": {
2636
- "text": "VerticalPosition"
2592
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2637
2593
  },
2638
- "default": "\"unset\"",
2639
- "description": "The default vertical position of the region relative to the anchor element",
2640
- "fieldName": "verticalDefaultPosition",
2594
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2595
+ "fieldName": "target",
2641
2596
  "inheritedFrom": {
2642
- "name": "AnchoredRegion",
2643
- "module": "src/anchored-region/anchored-region.ts"
2597
+ "name": "Anchor",
2598
+ "module": "src/anchor/anchor.ts"
2644
2599
  }
2645
2600
  },
2646
2601
  {
2647
- "name": "vertical-viewport-lock",
2602
+ "name": "type",
2648
2603
  "type": {
2649
- "text": "boolean"
2604
+ "text": "string"
2650
2605
  },
2651
- "default": "false",
2652
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
2653
- "fieldName": "verticalViewportLock",
2606
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
2607
+ "fieldName": "type",
2654
2608
  "inheritedFrom": {
2655
- "name": "AnchoredRegion",
2656
- "module": "src/anchored-region/anchored-region.ts"
2609
+ "name": "Anchor",
2610
+ "module": "src/anchor/anchor.ts"
2657
2611
  }
2658
- },
2612
+ }
2613
+ ],
2614
+ "members": [
2659
2615
  {
2660
- "name": "vertical-inset",
2616
+ "kind": "field",
2617
+ "name": "download",
2661
2618
  "type": {
2662
- "text": "boolean"
2619
+ "text": "string"
2663
2620
  },
2664
- "default": "false",
2665
- "description": "Whether the region overlaps the anchor on the vertical axis",
2666
- "fieldName": "verticalInset",
2621
+ "privacy": "public",
2622
+ "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.",
2667
2623
  "inheritedFrom": {
2668
- "name": "AnchoredRegion",
2669
- "module": "src/anchored-region/anchored-region.ts"
2624
+ "name": "Anchor",
2625
+ "module": "src/anchor/anchor.ts"
2670
2626
  }
2671
2627
  },
2672
2628
  {
2673
- "name": "vertical-threshold",
2629
+ "kind": "field",
2630
+ "name": "href",
2674
2631
  "type": {
2675
- "text": "number"
2632
+ "text": "string"
2676
2633
  },
2677
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
2678
- "fieldName": "verticalThreshold",
2634
+ "privacy": "public",
2635
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2679
2636
  "inheritedFrom": {
2680
- "name": "AnchoredRegion",
2681
- "module": "src/anchored-region/anchored-region.ts"
2637
+ "name": "Anchor",
2638
+ "module": "src/anchor/anchor.ts"
2682
2639
  }
2683
2640
  },
2684
2641
  {
2685
- "name": "vertical-scaling",
2642
+ "kind": "field",
2643
+ "name": "hreflang",
2686
2644
  "type": {
2687
- "text": "AxisScalingMode"
2645
+ "text": "string"
2688
2646
  },
2689
- "default": "\"content\"",
2690
- "description": "Defines how the height of the region is calculated",
2691
- "fieldName": "verticalScaling",
2647
+ "privacy": "public",
2648
+ "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.",
2692
2649
  "inheritedFrom": {
2693
- "name": "AnchoredRegion",
2694
- "module": "src/anchored-region/anchored-region.ts"
2650
+ "name": "Anchor",
2651
+ "module": "src/anchor/anchor.ts"
2695
2652
  }
2696
2653
  },
2697
2654
  {
2698
- "name": "fixed-placement",
2655
+ "kind": "field",
2656
+ "name": "ping",
2699
2657
  "type": {
2700
- "text": "boolean"
2658
+ "text": "string"
2701
2659
  },
2702
- "default": "false",
2703
- "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,",
2704
- "fieldName": "fixedPlacement",
2660
+ "privacy": "public",
2661
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2705
2662
  "inheritedFrom": {
2706
- "name": "AnchoredRegion",
2707
- "module": "src/anchored-region/anchored-region.ts"
2663
+ "name": "Anchor",
2664
+ "module": "src/anchor/anchor.ts"
2708
2665
  }
2709
2666
  },
2710
- {
2711
- "name": "auto-update-mode",
2712
- "type": {
2713
- "text": "AutoUpdateMode"
2714
- },
2715
- "default": "\"anchor\"",
2716
- "description": "Defines what triggers the anchored region to revaluate positioning",
2717
- "fieldName": "autoUpdateMode",
2718
- "inheritedFrom": {
2719
- "name": "AnchoredRegion",
2720
- "module": "src/anchored-region/anchored-region.ts"
2721
- }
2722
- }
2723
- ],
2724
- "members": [
2725
2667
  {
2726
2668
  "kind": "field",
2727
- "name": "anchor",
2669
+ "name": "referrerpolicy",
2728
2670
  "type": {
2729
2671
  "text": "string"
2730
2672
  },
2731
2673
  "privacy": "public",
2732
- "default": "\"\"",
2733
- "description": "The HTML ID of the anchor element this region is positioned relative to",
2734
- "inheritedFrom": {
2735
- "name": "AnchoredRegion",
2736
- "module": "src/anchored-region/anchored-region.ts"
2737
- }
2738
- },
2739
- {
2740
- "kind": "method",
2741
- "name": "anchorChanged",
2742
- "privacy": "private",
2743
- "return": {
2744
- "type": {
2745
- "text": "void"
2746
- }
2747
- },
2674
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2748
2675
  "inheritedFrom": {
2749
- "name": "AnchoredRegion",
2750
- "module": "src/anchored-region/anchored-region.ts"
2676
+ "name": "Anchor",
2677
+ "module": "src/anchor/anchor.ts"
2751
2678
  }
2752
2679
  },
2753
2680
  {
2754
2681
  "kind": "field",
2755
- "name": "viewport",
2682
+ "name": "rel",
2756
2683
  "type": {
2757
2684
  "text": "string"
2758
2685
  },
2759
2686
  "privacy": "public",
2760
- "default": "\"\"",
2761
- "description": "The HTML ID of the viewport element this region is positioned relative to",
2762
- "inheritedFrom": {
2763
- "name": "AnchoredRegion",
2764
- "module": "src/anchored-region/anchored-region.ts"
2765
- }
2766
- },
2767
- {
2768
- "kind": "method",
2769
- "name": "viewportChanged",
2770
- "privacy": "private",
2771
- "return": {
2772
- "type": {
2773
- "text": "void"
2774
- }
2775
- },
2687
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2776
2688
  "inheritedFrom": {
2777
- "name": "AnchoredRegion",
2778
- "module": "src/anchored-region/anchored-region.ts"
2689
+ "name": "Anchor",
2690
+ "module": "src/anchor/anchor.ts"
2779
2691
  }
2780
2692
  },
2781
2693
  {
2782
2694
  "kind": "field",
2783
- "name": "horizontalPositioningMode",
2695
+ "name": "target",
2784
2696
  "type": {
2785
- "text": "AxisPositioningMode"
2697
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
2786
2698
  },
2787
2699
  "privacy": "public",
2788
- "default": "\"uncontrolled\"",
2789
- "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",
2790
- "inheritedFrom": {
2791
- "name": "AnchoredRegion",
2792
- "module": "src/anchored-region/anchored-region.ts"
2793
- }
2794
- },
2795
- {
2796
- "kind": "method",
2797
- "name": "horizontalPositioningModeChanged",
2798
- "privacy": "private",
2799
- "return": {
2800
- "type": {
2801
- "text": "void"
2802
- }
2803
- },
2700
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2804
2701
  "inheritedFrom": {
2805
- "name": "AnchoredRegion",
2806
- "module": "src/anchored-region/anchored-region.ts"
2702
+ "name": "Anchor",
2703
+ "module": "src/anchor/anchor.ts"
2807
2704
  }
2808
2705
  },
2809
2706
  {
2810
2707
  "kind": "field",
2811
- "name": "horizontalDefaultPosition",
2708
+ "name": "type",
2812
2709
  "type": {
2813
- "text": "HorizontalPosition"
2710
+ "text": "string"
2814
2711
  },
2815
2712
  "privacy": "public",
2816
- "default": "\"unset\"",
2817
- "description": "The default horizontal position of the region relative to the anchor element",
2818
- "inheritedFrom": {
2819
- "name": "AnchoredRegion",
2820
- "module": "src/anchored-region/anchored-region.ts"
2821
- }
2822
- },
2823
- {
2824
- "kind": "method",
2825
- "name": "horizontalDefaultPositionChanged",
2826
- "privacy": "private",
2827
- "return": {
2828
- "type": {
2829
- "text": "void"
2830
- }
2831
- },
2713
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
2832
2714
  "inheritedFrom": {
2833
- "name": "AnchoredRegion",
2834
- "module": "src/anchored-region/anchored-region.ts"
2715
+ "name": "Anchor",
2716
+ "module": "src/anchor/anchor.ts"
2835
2717
  }
2836
2718
  },
2837
2719
  {
2838
2720
  "kind": "field",
2839
- "name": "horizontalViewportLock",
2721
+ "name": "control",
2840
2722
  "type": {
2841
- "text": "boolean"
2723
+ "text": "HTMLAnchorElement | undefined"
2842
2724
  },
2843
2725
  "privacy": "public",
2844
- "default": "false",
2845
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
2726
+ "description": "References the root element",
2846
2727
  "inheritedFrom": {
2847
- "name": "AnchoredRegion",
2848
- "module": "src/anchored-region/anchored-region.ts"
2728
+ "name": "Anchor",
2729
+ "module": "src/anchor/anchor.ts"
2849
2730
  }
2850
2731
  },
2851
2732
  {
2852
- "kind": "method",
2853
- "name": "horizontalViewportLockChanged",
2733
+ "kind": "field",
2734
+ "name": "handleUnsupportedDelegatesFocus",
2854
2735
  "privacy": "private",
2855
- "return": {
2856
- "type": {
2857
- "text": "void"
2858
- }
2859
- },
2736
+ "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",
2860
2737
  "inheritedFrom": {
2861
- "name": "AnchoredRegion",
2862
- "module": "src/anchored-region/anchored-region.ts"
2738
+ "name": "Anchor",
2739
+ "module": "src/anchor/anchor.ts"
2863
2740
  }
2864
2741
  },
2865
2742
  {
2866
2743
  "kind": "field",
2867
- "name": "horizontalInset",
2744
+ "name": "_presentation",
2868
2745
  "type": {
2869
- "text": "boolean"
2746
+ "text": "ComponentPresentation | null | undefined"
2870
2747
  },
2871
- "privacy": "public",
2872
- "default": "false",
2873
- "description": "Whether the region overlaps the anchor on the horizontal axis",
2874
- "inheritedFrom": {
2875
- "name": "AnchoredRegion",
2876
- "module": "src/anchored-region/anchored-region.ts"
2877
- }
2878
- },
2879
- {
2880
- "kind": "method",
2881
- "name": "horizontalInsetChanged",
2882
2748
  "privacy": "private",
2883
- "return": {
2884
- "type": {
2885
- "text": "void"
2886
- }
2887
- },
2749
+ "default": "void 0",
2888
2750
  "inheritedFrom": {
2889
- "name": "AnchoredRegion",
2890
- "module": "src/anchored-region/anchored-region.ts"
2751
+ "name": "FoundationElement",
2752
+ "module": "src/foundation-element/foundation-element.ts"
2891
2753
  }
2892
2754
  },
2893
2755
  {
2894
2756
  "kind": "field",
2895
- "name": "horizontalThreshold",
2757
+ "name": "$presentation",
2896
2758
  "type": {
2897
- "text": "number"
2759
+ "text": "ComponentPresentation | null"
2898
2760
  },
2899
2761
  "privacy": "public",
2900
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
2901
- "inheritedFrom": {
2902
- "name": "AnchoredRegion",
2903
- "module": "src/anchored-region/anchored-region.ts"
2904
- }
2905
- },
2906
- {
2907
- "kind": "method",
2908
- "name": "horizontalThresholdChanged",
2909
- "privacy": "private",
2910
- "return": {
2911
- "type": {
2912
- "text": "void"
2913
- }
2914
- },
2762
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2915
2763
  "inheritedFrom": {
2916
- "name": "AnchoredRegion",
2917
- "module": "src/anchored-region/anchored-region.ts"
2764
+ "name": "FoundationElement",
2765
+ "module": "src/foundation-element/foundation-element.ts"
2918
2766
  }
2919
2767
  },
2920
2768
  {
2921
2769
  "kind": "field",
2922
- "name": "horizontalScaling",
2770
+ "name": "template",
2923
2771
  "type": {
2924
- "text": "AxisScalingMode"
2772
+ "text": "ElementViewTemplate | void | null"
2925
2773
  },
2926
2774
  "privacy": "public",
2927
- "default": "\"content\"",
2928
- "description": "Defines how the width of the region is calculated",
2775
+ "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.",
2929
2776
  "inheritedFrom": {
2930
- "name": "AnchoredRegion",
2931
- "module": "src/anchored-region/anchored-region.ts"
2777
+ "name": "FoundationElement",
2778
+ "module": "src/foundation-element/foundation-element.ts"
2932
2779
  }
2933
2780
  },
2934
2781
  {
2935
2782
  "kind": "method",
2936
- "name": "horizontalScalingChanged",
2937
- "privacy": "private",
2783
+ "name": "templateChanged",
2784
+ "privacy": "protected",
2938
2785
  "return": {
2939
2786
  "type": {
2940
2787
  "text": "void"
2941
2788
  }
2942
2789
  },
2943
2790
  "inheritedFrom": {
2944
- "name": "AnchoredRegion",
2945
- "module": "src/anchored-region/anchored-region.ts"
2791
+ "name": "FoundationElement",
2792
+ "module": "src/foundation-element/foundation-element.ts"
2946
2793
  }
2947
2794
  },
2948
2795
  {
2949
2796
  "kind": "field",
2950
- "name": "verticalPositioningMode",
2797
+ "name": "styles",
2951
2798
  "type": {
2952
- "text": "AxisPositioningMode"
2799
+ "text": "ElementStyles | void | null"
2953
2800
  },
2954
2801
  "privacy": "public",
2955
- "default": "\"uncontrolled\"",
2956
- "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",
2802
+ "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.",
2957
2803
  "inheritedFrom": {
2958
- "name": "AnchoredRegion",
2959
- "module": "src/anchored-region/anchored-region.ts"
2804
+ "name": "FoundationElement",
2805
+ "module": "src/foundation-element/foundation-element.ts"
2960
2806
  }
2961
2807
  },
2962
2808
  {
2963
2809
  "kind": "method",
2964
- "name": "verticalPositioningModeChanged",
2965
- "privacy": "private",
2810
+ "name": "stylesChanged",
2811
+ "privacy": "protected",
2966
2812
  "return": {
2967
2813
  "type": {
2968
2814
  "text": "void"
2969
2815
  }
2970
2816
  },
2971
2817
  "inheritedFrom": {
2972
- "name": "AnchoredRegion",
2973
- "module": "src/anchored-region/anchored-region.ts"
2974
- }
2975
- },
2976
- {
2977
- "kind": "field",
2978
- "name": "verticalDefaultPosition",
2979
- "type": {
2980
- "text": "VerticalPosition"
2981
- },
2982
- "privacy": "public",
2983
- "default": "\"unset\"",
2984
- "description": "The default vertical position of the region relative to the anchor element",
2985
- "inheritedFrom": {
2986
- "name": "AnchoredRegion",
2987
- "module": "src/anchored-region/anchored-region.ts"
2818
+ "name": "FoundationElement",
2819
+ "module": "src/foundation-element/foundation-element.ts"
2988
2820
  }
2989
2821
  },
2990
2822
  {
2991
2823
  "kind": "method",
2992
- "name": "verticalDefaultPositionChanged",
2993
- "privacy": "private",
2824
+ "name": "compose",
2825
+ "privacy": "public",
2826
+ "static": true,
2994
2827
  "return": {
2995
2828
  "type": {
2996
- "text": "void"
2829
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2997
2830
  }
2998
2831
  },
2832
+ "parameters": [
2833
+ {
2834
+ "name": "this",
2835
+ "type": {
2836
+ "text": "K"
2837
+ }
2838
+ },
2839
+ {
2840
+ "name": "elementDefinition",
2841
+ "type": {
2842
+ "text": "T"
2843
+ },
2844
+ "description": "The definition of the element to create the registry\nfunction for."
2845
+ }
2846
+ ],
2847
+ "description": "Defines an element registry function with a set of element definition defaults.",
2999
2848
  "inheritedFrom": {
3000
- "name": "AnchoredRegion",
3001
- "module": "src/anchored-region/anchored-region.ts"
2849
+ "name": "FoundationElement",
2850
+ "module": "src/foundation-element/foundation-element.ts"
2851
+ }
2852
+ }
2853
+ ]
2854
+ },
2855
+ {
2856
+ "kind": "variable",
2857
+ "name": "foundationAnchorShadowOptions",
2858
+ "type": {
2859
+ "text": "ShadowRootInit"
2860
+ },
2861
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2862
+ },
2863
+ {
2864
+ "kind": "variable",
2865
+ "name": "defaultAnchorConfig",
2866
+ "type": {
2867
+ "text": "object"
2868
+ },
2869
+ "default": "{}"
2870
+ },
2871
+ {
2872
+ "kind": "variable",
2873
+ "name": "foundationAnchor",
2874
+ "description": "The Foundation Anchor",
2875
+ "privacy": "public"
2876
+ }
2877
+ ],
2878
+ "exports": [
2879
+ {
2880
+ "kind": "js",
2881
+ "name": "Anchor",
2882
+ "declaration": {
2883
+ "name": "Anchor",
2884
+ "module": "src/anchor/anchor.ts"
2885
+ }
2886
+ },
2887
+ {
2888
+ "kind": "js",
2889
+ "name": "foundationAnchorShadowOptions",
2890
+ "declaration": {
2891
+ "name": "foundationAnchorShadowOptions",
2892
+ "module": "src/anchor/anchor.ts"
2893
+ }
2894
+ },
2895
+ {
2896
+ "kind": "js",
2897
+ "name": "defaultAnchorConfig",
2898
+ "declaration": {
2899
+ "name": "defaultAnchorConfig",
2900
+ "module": "src/anchor/anchor.ts"
2901
+ }
2902
+ },
2903
+ {
2904
+ "kind": "js",
2905
+ "name": "foundationAnchor",
2906
+ "declaration": {
2907
+ "name": "foundationAnchor",
2908
+ "module": "src/anchor/anchor.ts"
2909
+ }
2910
+ }
2911
+ ]
2912
+ },
2913
+ {
2914
+ "kind": "javascript-module",
2915
+ "path": "src/anchor/index.ts",
2916
+ "declarations": [],
2917
+ "exports": [
2918
+ {
2919
+ "kind": "js",
2920
+ "name": "*",
2921
+ "declaration": {
2922
+ "name": "*",
2923
+ "package": "./anchor.template"
2924
+ }
2925
+ },
2926
+ {
2927
+ "kind": "js",
2928
+ "name": "*",
2929
+ "declaration": {
2930
+ "name": "*",
2931
+ "package": "./anchor.styles"
2932
+ }
2933
+ },
2934
+ {
2935
+ "kind": "js",
2936
+ "name": "*",
2937
+ "declaration": {
2938
+ "name": "*",
2939
+ "package": "./anchor"
2940
+ }
2941
+ }
2942
+ ]
2943
+ },
2944
+ {
2945
+ "kind": "javascript-module",
2946
+ "path": "src/anchored-region/anchor-region.template.ts",
2947
+ "declarations": [
2948
+ {
2949
+ "kind": "function",
2950
+ "name": "foundationAnchoredRegionTemplate",
2951
+ "return": {
2952
+ "type": {
2953
+ "text": "ViewTemplate<AnchoredRegion>"
2954
+ }
2955
+ },
2956
+ "parameters": [
2957
+ {
2958
+ "name": "context",
2959
+ "type": {
2960
+ "text": "ElementDefinitionContext"
3002
2961
  }
3003
2962
  },
3004
2963
  {
3005
- "kind": "field",
3006
- "name": "verticalViewportLock",
2964
+ "name": "definition",
3007
2965
  "type": {
3008
- "text": "boolean"
2966
+ "text": "FoundationElementDefinition"
2967
+ }
2968
+ }
2969
+ ]
2970
+ }
2971
+ ],
2972
+ "exports": [
2973
+ {
2974
+ "kind": "js",
2975
+ "name": "foundationAnchoredRegionTemplate",
2976
+ "declaration": {
2977
+ "name": "foundationAnchoredRegionTemplate",
2978
+ "module": "src/anchored-region/anchor-region.template.ts"
2979
+ }
2980
+ }
2981
+ ]
2982
+ },
2983
+ {
2984
+ "kind": "javascript-module",
2985
+ "path": "src/anchored-region/anchored-region.styles.ts",
2986
+ "declarations": [
2987
+ {
2988
+ "kind": "function",
2989
+ "name": "foundationAnchoredRegionStyles",
2990
+ "return": {
2991
+ "type": {
2992
+ "text": "ElementStyles"
2993
+ }
2994
+ },
2995
+ "parameters": [
2996
+ {
2997
+ "name": "context",
2998
+ "type": {
2999
+ "text": "ElementDefinitionContext"
3000
+ }
3001
+ },
3002
+ {
3003
+ "name": "definition",
3004
+ "type": {
3005
+ "text": "FoundationElementDefinition"
3006
+ }
3007
+ }
3008
+ ]
3009
+ }
3010
+ ],
3011
+ "exports": [
3012
+ {
3013
+ "kind": "js",
3014
+ "name": "foundationAnchoredRegionStyles",
3015
+ "declaration": {
3016
+ "name": "foundationAnchoredRegionStyles",
3017
+ "module": "src/anchored-region/anchored-region.styles.ts"
3018
+ }
3019
+ }
3020
+ ]
3021
+ },
3022
+ {
3023
+ "kind": "javascript-module",
3024
+ "path": "src/anchored-region/anchored-region.ts",
3025
+ "declarations": [
3026
+ {
3027
+ "kind": "class",
3028
+ "description": "",
3029
+ "name": "AnchoredRegion",
3030
+ "superclass": {
3031
+ "name": "FASTAnchoredRegion",
3032
+ "package": "@microsoft/fast-components"
3033
+ },
3034
+ "tagName": "%%prefix%%-anchored-region",
3035
+ "customElement": true,
3036
+ "attributes": [
3037
+ {
3038
+ "name": "anchor",
3039
+ "type": {
3040
+ "text": "string"
3009
3041
  },
3010
- "privacy": "public",
3011
- "default": "false",
3012
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3042
+ "default": "\"\"",
3043
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
3044
+ "fieldName": "anchor",
3013
3045
  "inheritedFrom": {
3014
3046
  "name": "AnchoredRegion",
3015
3047
  "module": "src/anchored-region/anchored-region.ts"
3016
3048
  }
3017
3049
  },
3018
3050
  {
3019
- "kind": "method",
3020
- "name": "verticalViewportLockChanged",
3021
- "privacy": "private",
3022
- "return": {
3023
- "type": {
3024
- "text": "void"
3025
- }
3051
+ "name": "viewport",
3052
+ "type": {
3053
+ "text": "string"
3026
3054
  },
3055
+ "default": "\"\"",
3056
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
3057
+ "fieldName": "viewport",
3027
3058
  "inheritedFrom": {
3028
3059
  "name": "AnchoredRegion",
3029
3060
  "module": "src/anchored-region/anchored-region.ts"
3030
3061
  }
3031
3062
  },
3032
3063
  {
3033
- "kind": "field",
3034
- "name": "verticalInset",
3064
+ "name": "horizontal-positioning-mode",
3065
+ "type": {
3066
+ "text": "AxisPositioningMode"
3067
+ },
3068
+ "default": "\"uncontrolled\"",
3069
+ "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",
3070
+ "fieldName": "horizontalPositioningMode",
3071
+ "inheritedFrom": {
3072
+ "name": "AnchoredRegion",
3073
+ "module": "src/anchored-region/anchored-region.ts"
3074
+ }
3075
+ },
3076
+ {
3077
+ "name": "horizontal-default-position",
3078
+ "type": {
3079
+ "text": "HorizontalPosition"
3080
+ },
3081
+ "default": "\"unset\"",
3082
+ "description": "The default horizontal position of the region relative to the anchor element",
3083
+ "fieldName": "horizontalDefaultPosition",
3084
+ "inheritedFrom": {
3085
+ "name": "AnchoredRegion",
3086
+ "module": "src/anchored-region/anchored-region.ts"
3087
+ }
3088
+ },
3089
+ {
3090
+ "name": "horizontal-viewport-lock",
3035
3091
  "type": {
3036
3092
  "text": "boolean"
3037
3093
  },
3038
- "privacy": "public",
3039
3094
  "default": "false",
3040
- "description": "Whether the region overlaps the anchor on the vertical axis",
3095
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3096
+ "fieldName": "horizontalViewportLock",
3041
3097
  "inheritedFrom": {
3042
3098
  "name": "AnchoredRegion",
3043
3099
  "module": "src/anchored-region/anchored-region.ts"
3044
3100
  }
3045
3101
  },
3046
3102
  {
3047
- "kind": "method",
3048
- "name": "verticalInsetChanged",
3049
- "privacy": "private",
3050
- "return": {
3051
- "type": {
3052
- "text": "void"
3053
- }
3103
+ "name": "horizontal-inset",
3104
+ "type": {
3105
+ "text": "boolean"
3054
3106
  },
3107
+ "default": "false",
3108
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
3109
+ "fieldName": "horizontalInset",
3055
3110
  "inheritedFrom": {
3056
3111
  "name": "AnchoredRegion",
3057
3112
  "module": "src/anchored-region/anchored-region.ts"
3058
3113
  }
3059
3114
  },
3060
3115
  {
3061
- "kind": "field",
3062
- "name": "verticalThreshold",
3116
+ "name": "horizontal-threshold",
3063
3117
  "type": {
3064
3118
  "text": "number"
3065
3119
  },
3066
- "privacy": "public",
3067
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3120
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3121
+ "fieldName": "horizontalThreshold",
3068
3122
  "inheritedFrom": {
3069
3123
  "name": "AnchoredRegion",
3070
3124
  "module": "src/anchored-region/anchored-region.ts"
3071
3125
  }
3072
3126
  },
3073
3127
  {
3074
- "kind": "method",
3075
- "name": "verticalThresholdChanged",
3076
- "privacy": "private",
3077
- "return": {
3078
- "type": {
3079
- "text": "void"
3080
- }
3128
+ "name": "horizontal-scaling",
3129
+ "type": {
3130
+ "text": "AxisScalingMode"
3081
3131
  },
3132
+ "default": "\"content\"",
3133
+ "description": "Defines how the width of the region is calculated",
3134
+ "fieldName": "horizontalScaling",
3082
3135
  "inheritedFrom": {
3083
3136
  "name": "AnchoredRegion",
3084
3137
  "module": "src/anchored-region/anchored-region.ts"
3085
3138
  }
3086
3139
  },
3087
3140
  {
3088
- "kind": "field",
3089
- "name": "verticalScaling",
3141
+ "name": "vertical-positioning-mode",
3090
3142
  "type": {
3091
- "text": "AxisScalingMode"
3143
+ "text": "AxisPositioningMode"
3092
3144
  },
3093
- "privacy": "public",
3094
- "default": "\"content\"",
3095
- "description": "Defines how the height of the region is calculated",
3145
+ "default": "\"uncontrolled\"",
3146
+ "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",
3147
+ "fieldName": "verticalPositioningMode",
3096
3148
  "inheritedFrom": {
3097
3149
  "name": "AnchoredRegion",
3098
3150
  "module": "src/anchored-region/anchored-region.ts"
3099
3151
  }
3100
3152
  },
3101
3153
  {
3102
- "kind": "method",
3103
- "name": "verticalScalingChanged",
3104
- "privacy": "private",
3105
- "return": {
3106
- "type": {
3107
- "text": "void"
3108
- }
3154
+ "name": "vertical-default-position",
3155
+ "type": {
3156
+ "text": "VerticalPosition"
3109
3157
  },
3158
+ "default": "\"unset\"",
3159
+ "description": "The default vertical position of the region relative to the anchor element",
3160
+ "fieldName": "verticalDefaultPosition",
3110
3161
  "inheritedFrom": {
3111
3162
  "name": "AnchoredRegion",
3112
3163
  "module": "src/anchored-region/anchored-region.ts"
3113
3164
  }
3114
3165
  },
3115
3166
  {
3116
- "kind": "field",
3117
- "name": "fixedPlacement",
3167
+ "name": "vertical-viewport-lock",
3118
3168
  "type": {
3119
3169
  "text": "boolean"
3120
3170
  },
3121
- "privacy": "public",
3122
3171
  "default": "false",
3123
- "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,",
3172
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3173
+ "fieldName": "verticalViewportLock",
3124
3174
  "inheritedFrom": {
3125
3175
  "name": "AnchoredRegion",
3126
3176
  "module": "src/anchored-region/anchored-region.ts"
3127
3177
  }
3128
3178
  },
3129
3179
  {
3130
- "kind": "method",
3131
- "name": "fixedPlacementChanged",
3132
- "privacy": "private",
3133
- "return": {
3134
- "type": {
3135
- "text": "void"
3136
- }
3180
+ "name": "vertical-inset",
3181
+ "type": {
3182
+ "text": "boolean"
3183
+ },
3184
+ "default": "false",
3185
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3186
+ "fieldName": "verticalInset",
3187
+ "inheritedFrom": {
3188
+ "name": "AnchoredRegion",
3189
+ "module": "src/anchored-region/anchored-region.ts"
3190
+ }
3191
+ },
3192
+ {
3193
+ "name": "vertical-threshold",
3194
+ "type": {
3195
+ "text": "number"
3137
3196
  },
3197
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3198
+ "fieldName": "verticalThreshold",
3138
3199
  "inheritedFrom": {
3139
3200
  "name": "AnchoredRegion",
3140
3201
  "module": "src/anchored-region/anchored-region.ts"
3141
3202
  }
3142
3203
  },
3143
3204
  {
3144
- "kind": "field",
3145
- "name": "autoUpdateMode",
3205
+ "name": "vertical-scaling",
3146
3206
  "type": {
3147
- "text": "AutoUpdateMode"
3207
+ "text": "AxisScalingMode"
3148
3208
  },
3149
- "privacy": "public",
3150
- "default": "\"anchor\"",
3151
- "description": "Defines what triggers the anchored region to revaluate positioning",
3209
+ "default": "\"content\"",
3210
+ "description": "Defines how the height of the region is calculated",
3211
+ "fieldName": "verticalScaling",
3152
3212
  "inheritedFrom": {
3153
3213
  "name": "AnchoredRegion",
3154
3214
  "module": "src/anchored-region/anchored-region.ts"
3155
3215
  }
3156
3216
  },
3157
3217
  {
3158
- "kind": "method",
3159
- "name": "autoUpdateModeChanged",
3160
- "privacy": "private",
3161
- "return": {
3162
- "type": {
3163
- "text": "void"
3164
- }
3218
+ "name": "fixed-placement",
3219
+ "type": {
3220
+ "text": "boolean"
3165
3221
  },
3166
- "parameters": [
3167
- {
3168
- "name": "prevMode",
3169
- "type": {
3170
- "text": "AutoUpdateMode"
3171
- }
3172
- },
3173
- {
3174
- "name": "newMode",
3175
- "type": {
3176
- "text": "AutoUpdateMode"
3177
- }
3178
- }
3179
- ],
3222
+ "default": "false",
3223
+ "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,",
3224
+ "fieldName": "fixedPlacement",
3180
3225
  "inheritedFrom": {
3181
3226
  "name": "AnchoredRegion",
3182
3227
  "module": "src/anchored-region/anchored-region.ts"
3183
3228
  }
3184
3229
  },
3230
+ {
3231
+ "name": "auto-update-mode",
3232
+ "type": {
3233
+ "text": "AutoUpdateMode"
3234
+ },
3235
+ "default": "\"anchor\"",
3236
+ "description": "Defines what triggers the anchored region to revaluate positioning",
3237
+ "fieldName": "autoUpdateMode",
3238
+ "inheritedFrom": {
3239
+ "name": "AnchoredRegion",
3240
+ "module": "src/anchored-region/anchored-region.ts"
3241
+ }
3242
+ }
3243
+ ],
3244
+ "members": [
3185
3245
  {
3186
3246
  "kind": "field",
3187
- "name": "anchorElement",
3247
+ "name": "anchor",
3188
3248
  "type": {
3189
- "text": "HTMLElement | null"
3249
+ "text": "string"
3190
3250
  },
3191
3251
  "privacy": "public",
3192
- "default": "null",
3193
- "description": "The HTML element being used as the anchor",
3252
+ "default": "\"\"",
3253
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
3194
3254
  "inheritedFrom": {
3195
3255
  "name": "AnchoredRegion",
3196
3256
  "module": "src/anchored-region/anchored-region.ts"
@@ -3198,7 +3258,7 @@
3198
3258
  },
3199
3259
  {
3200
3260
  "kind": "method",
3201
- "name": "anchorElementChanged",
3261
+ "name": "anchorChanged",
3202
3262
  "privacy": "private",
3203
3263
  "return": {
3204
3264
  "type": {
@@ -3212,13 +3272,13 @@
3212
3272
  },
3213
3273
  {
3214
3274
  "kind": "field",
3215
- "name": "viewportElement",
3275
+ "name": "viewport",
3216
3276
  "type": {
3217
- "text": "HTMLElement | null"
3277
+ "text": "string"
3218
3278
  },
3219
3279
  "privacy": "public",
3220
- "default": "null",
3221
- "description": "The HTML element being used as the viewport",
3280
+ "default": "\"\"",
3281
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
3222
3282
  "inheritedFrom": {
3223
3283
  "name": "AnchoredRegion",
3224
3284
  "module": "src/anchored-region/anchored-region.ts"
@@ -3226,7 +3286,7 @@
3226
3286
  },
3227
3287
  {
3228
3288
  "kind": "method",
3229
- "name": "viewportElementChanged",
3289
+ "name": "viewportChanged",
3230
3290
  "privacy": "private",
3231
3291
  "return": {
3232
3292
  "type": {
@@ -3240,25 +3300,27 @@
3240
3300
  },
3241
3301
  {
3242
3302
  "kind": "field",
3243
- "name": "verticalPosition",
3303
+ "name": "horizontalPositioningMode",
3244
3304
  "type": {
3245
- "text": "AnchoredRegionPositionLabel | undefined"
3305
+ "text": "AxisPositioningMode"
3246
3306
  },
3247
3307
  "privacy": "public",
3248
- "description": "indicates the current horizontal position of the region",
3308
+ "default": "\"uncontrolled\"",
3309
+ "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",
3249
3310
  "inheritedFrom": {
3250
3311
  "name": "AnchoredRegion",
3251
3312
  "module": "src/anchored-region/anchored-region.ts"
3252
3313
  }
3253
3314
  },
3254
3315
  {
3255
- "kind": "field",
3256
- "name": "horizontalPosition",
3257
- "type": {
3258
- "text": "AnchoredRegionPositionLabel | undefined"
3316
+ "kind": "method",
3317
+ "name": "horizontalPositioningModeChanged",
3318
+ "privacy": "private",
3319
+ "return": {
3320
+ "type": {
3321
+ "text": "void"
3322
+ }
3259
3323
  },
3260
- "privacy": "public",
3261
- "description": "indicates the current vertical position of the region",
3262
3324
  "inheritedFrom": {
3263
3325
  "name": "AnchoredRegion",
3264
3326
  "module": "src/anchored-region/anchored-region.ts"
@@ -3266,24 +3328,27 @@
3266
3328
  },
3267
3329
  {
3268
3330
  "kind": "field",
3269
- "name": "translateX",
3331
+ "name": "horizontalDefaultPosition",
3270
3332
  "type": {
3271
- "text": "number"
3333
+ "text": "HorizontalPosition"
3272
3334
  },
3273
- "privacy": "private",
3274
- "description": "values to be applied to the component's transform on render",
3335
+ "privacy": "public",
3336
+ "default": "\"unset\"",
3337
+ "description": "The default horizontal position of the region relative to the anchor element",
3275
3338
  "inheritedFrom": {
3276
3339
  "name": "AnchoredRegion",
3277
3340
  "module": "src/anchored-region/anchored-region.ts"
3278
3341
  }
3279
3342
  },
3280
3343
  {
3281
- "kind": "field",
3282
- "name": "translateY",
3283
- "type": {
3284
- "text": "number"
3285
- },
3344
+ "kind": "method",
3345
+ "name": "horizontalDefaultPositionChanged",
3286
3346
  "privacy": "private",
3347
+ "return": {
3348
+ "type": {
3349
+ "text": "void"
3350
+ }
3351
+ },
3287
3352
  "inheritedFrom": {
3288
3353
  "name": "AnchoredRegion",
3289
3354
  "module": "src/anchored-region/anchored-region.ts"
@@ -3291,24 +3356,27 @@
3291
3356
  },
3292
3357
  {
3293
3358
  "kind": "field",
3294
- "name": "regionWidth",
3359
+ "name": "horizontalViewportLock",
3295
3360
  "type": {
3296
- "text": "string"
3361
+ "text": "boolean"
3297
3362
  },
3298
- "privacy": "private",
3299
- "description": "the span to be applied to the region on each axis",
3363
+ "privacy": "public",
3364
+ "default": "false",
3365
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3300
3366
  "inheritedFrom": {
3301
3367
  "name": "AnchoredRegion",
3302
3368
  "module": "src/anchored-region/anchored-region.ts"
3303
3369
  }
3304
3370
  },
3305
3371
  {
3306
- "kind": "field",
3307
- "name": "regionHeight",
3308
- "type": {
3309
- "text": "string"
3310
- },
3372
+ "kind": "method",
3373
+ "name": "horizontalViewportLockChanged",
3311
3374
  "privacy": "private",
3375
+ "return": {
3376
+ "type": {
3377
+ "text": "void"
3378
+ }
3379
+ },
3312
3380
  "inheritedFrom": {
3313
3381
  "name": "AnchoredRegion",
3314
3382
  "module": "src/anchored-region/anchored-region.ts"
@@ -3316,24 +3384,27 @@
3316
3384
  },
3317
3385
  {
3318
3386
  "kind": "field",
3319
- "name": "resizeDetector",
3387
+ "name": "horizontalInset",
3320
3388
  "type": {
3321
- "text": "ResizeObserverClassDefinition | null"
3389
+ "text": "boolean"
3322
3390
  },
3323
- "privacy": "private",
3324
- "default": "null",
3391
+ "privacy": "public",
3392
+ "default": "false",
3393
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
3325
3394
  "inheritedFrom": {
3326
3395
  "name": "AnchoredRegion",
3327
3396
  "module": "src/anchored-region/anchored-region.ts"
3328
3397
  }
3329
3398
  },
3330
3399
  {
3331
- "kind": "field",
3332
- "name": "viewportRect",
3333
- "type": {
3334
- "text": "ClientRect | DOMRect | undefined"
3335
- },
3400
+ "kind": "method",
3401
+ "name": "horizontalInsetChanged",
3336
3402
  "privacy": "private",
3403
+ "return": {
3404
+ "type": {
3405
+ "text": "void"
3406
+ }
3407
+ },
3337
3408
  "inheritedFrom": {
3338
3409
  "name": "AnchoredRegion",
3339
3410
  "module": "src/anchored-region/anchored-region.ts"
@@ -3341,23 +3412,26 @@
3341
3412
  },
3342
3413
  {
3343
3414
  "kind": "field",
3344
- "name": "anchorRect",
3415
+ "name": "horizontalThreshold",
3345
3416
  "type": {
3346
- "text": "ClientRect | DOMRect | undefined"
3417
+ "text": "number"
3347
3418
  },
3348
- "privacy": "private",
3419
+ "privacy": "public",
3420
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3349
3421
  "inheritedFrom": {
3350
3422
  "name": "AnchoredRegion",
3351
3423
  "module": "src/anchored-region/anchored-region.ts"
3352
3424
  }
3353
3425
  },
3354
3426
  {
3355
- "kind": "field",
3356
- "name": "regionRect",
3357
- "type": {
3358
- "text": "ClientRect | DOMRect | undefined"
3359
- },
3427
+ "kind": "method",
3428
+ "name": "horizontalThresholdChanged",
3360
3429
  "privacy": "private",
3430
+ "return": {
3431
+ "type": {
3432
+ "text": "void"
3433
+ }
3434
+ },
3361
3435
  "inheritedFrom": {
3362
3436
  "name": "AnchoredRegion",
3363
3437
  "module": "src/anchored-region/anchored-region.ts"
@@ -3365,26 +3439,27 @@
3365
3439
  },
3366
3440
  {
3367
3441
  "kind": "field",
3368
- "name": "baseHorizontalOffset",
3442
+ "name": "horizontalScaling",
3369
3443
  "type": {
3370
- "text": "number"
3444
+ "text": "AxisScalingMode"
3371
3445
  },
3372
- "privacy": "private",
3373
- "default": "0",
3374
- "description": "base offsets between the positioner's base position and the anchor's",
3446
+ "privacy": "public",
3447
+ "default": "\"content\"",
3448
+ "description": "Defines how the width of the region is calculated",
3375
3449
  "inheritedFrom": {
3376
3450
  "name": "AnchoredRegion",
3377
3451
  "module": "src/anchored-region/anchored-region.ts"
3378
3452
  }
3379
3453
  },
3380
3454
  {
3381
- "kind": "field",
3382
- "name": "baseVerticalOffset",
3383
- "type": {
3384
- "text": "number"
3385
- },
3455
+ "kind": "method",
3456
+ "name": "horizontalScalingChanged",
3386
3457
  "privacy": "private",
3387
- "default": "0",
3458
+ "return": {
3459
+ "type": {
3460
+ "text": "void"
3461
+ }
3462
+ },
3388
3463
  "inheritedFrom": {
3389
3464
  "name": "AnchoredRegion",
3390
3465
  "module": "src/anchored-region/anchored-region.ts"
@@ -3392,25 +3467,27 @@
3392
3467
  },
3393
3468
  {
3394
3469
  "kind": "field",
3395
- "name": "pendingPositioningUpdate",
3470
+ "name": "verticalPositioningMode",
3396
3471
  "type": {
3397
- "text": "boolean"
3472
+ "text": "AxisPositioningMode"
3398
3473
  },
3399
- "privacy": "private",
3400
- "default": "false",
3474
+ "privacy": "public",
3475
+ "default": "\"uncontrolled\"",
3476
+ "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",
3401
3477
  "inheritedFrom": {
3402
3478
  "name": "AnchoredRegion",
3403
3479
  "module": "src/anchored-region/anchored-region.ts"
3404
3480
  }
3405
3481
  },
3406
3482
  {
3407
- "kind": "field",
3408
- "name": "pendingReset",
3409
- "type": {
3410
- "text": "boolean"
3411
- },
3483
+ "kind": "method",
3484
+ "name": "verticalPositioningModeChanged",
3412
3485
  "privacy": "private",
3413
- "default": "false",
3486
+ "return": {
3487
+ "type": {
3488
+ "text": "void"
3489
+ }
3490
+ },
3414
3491
  "inheritedFrom": {
3415
3492
  "name": "AnchoredRegion",
3416
3493
  "module": "src/anchored-region/anchored-region.ts"
@@ -3418,24 +3495,27 @@
3418
3495
  },
3419
3496
  {
3420
3497
  "kind": "field",
3421
- "name": "currentDirection",
3498
+ "name": "verticalDefaultPosition",
3422
3499
  "type": {
3423
- "text": "Direction"
3500
+ "text": "VerticalPosition"
3424
3501
  },
3425
- "privacy": "private",
3502
+ "privacy": "public",
3503
+ "default": "\"unset\"",
3504
+ "description": "The default vertical position of the region relative to the anchor element",
3426
3505
  "inheritedFrom": {
3427
3506
  "name": "AnchoredRegion",
3428
3507
  "module": "src/anchored-region/anchored-region.ts"
3429
3508
  }
3430
3509
  },
3431
3510
  {
3432
- "kind": "field",
3433
- "name": "regionVisible",
3434
- "type": {
3435
- "text": "boolean"
3436
- },
3511
+ "kind": "method",
3512
+ "name": "verticalDefaultPositionChanged",
3437
3513
  "privacy": "private",
3438
- "default": "false",
3514
+ "return": {
3515
+ "type": {
3516
+ "text": "void"
3517
+ }
3518
+ },
3439
3519
  "inheritedFrom": {
3440
3520
  "name": "AnchoredRegion",
3441
3521
  "module": "src/anchored-region/anchored-region.ts"
@@ -3443,25 +3523,27 @@
3443
3523
  },
3444
3524
  {
3445
3525
  "kind": "field",
3446
- "name": "forceUpdate",
3526
+ "name": "verticalViewportLock",
3447
3527
  "type": {
3448
3528
  "text": "boolean"
3449
3529
  },
3450
- "privacy": "private",
3530
+ "privacy": "public",
3451
3531
  "default": "false",
3532
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3452
3533
  "inheritedFrom": {
3453
3534
  "name": "AnchoredRegion",
3454
3535
  "module": "src/anchored-region/anchored-region.ts"
3455
3536
  }
3456
3537
  },
3457
3538
  {
3458
- "kind": "field",
3459
- "name": "updateThreshold",
3460
- "type": {
3461
- "text": "number"
3462
- },
3539
+ "kind": "method",
3540
+ "name": "verticalViewportLockChanged",
3463
3541
  "privacy": "private",
3464
- "default": "0.5",
3542
+ "return": {
3543
+ "type": {
3544
+ "text": "void"
3545
+ }
3546
+ },
3465
3547
  "inheritedFrom": {
3466
3548
  "name": "AnchoredRegion",
3467
3549
  "module": "src/anchored-region/anchored-region.ts"
@@ -3469,13 +3551,27 @@
3469
3551
  },
3470
3552
  {
3471
3553
  "kind": "field",
3472
- "name": "intersectionService",
3554
+ "name": "verticalInset",
3473
3555
  "type": {
3474
- "text": "IntersectionService"
3556
+ "text": "boolean"
3475
3557
  },
3558
+ "privacy": "public",
3559
+ "default": "false",
3560
+ "description": "Whether the region overlaps the anchor on the vertical axis",
3561
+ "inheritedFrom": {
3562
+ "name": "AnchoredRegion",
3563
+ "module": "src/anchored-region/anchored-region.ts"
3564
+ }
3565
+ },
3566
+ {
3567
+ "kind": "method",
3568
+ "name": "verticalInsetChanged",
3476
3569
  "privacy": "private",
3477
- "static": true,
3478
- "default": "new IntersectionService()",
3570
+ "return": {
3571
+ "type": {
3572
+ "text": "void"
3573
+ }
3574
+ },
3479
3575
  "inheritedFrom": {
3480
3576
  "name": "AnchoredRegion",
3481
3577
  "module": "src/anchored-region/anchored-region.ts"
@@ -3483,9 +3579,12 @@
3483
3579
  },
3484
3580
  {
3485
3581
  "kind": "field",
3486
- "name": "update",
3582
+ "name": "verticalThreshold",
3583
+ "type": {
3584
+ "text": "number"
3585
+ },
3487
3586
  "privacy": "public",
3488
- "description": "update position",
3587
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3489
3588
  "inheritedFrom": {
3490
3589
  "name": "AnchoredRegion",
3491
3590
  "module": "src/anchored-region/anchored-region.ts"
@@ -3493,29 +3592,27 @@
3493
3592
  },
3494
3593
  {
3495
3594
  "kind": "method",
3496
- "name": "disconnectResizeDetector",
3595
+ "name": "verticalThresholdChanged",
3497
3596
  "privacy": "private",
3498
3597
  "return": {
3499
3598
  "type": {
3500
3599
  "text": "void"
3501
3600
  }
3502
3601
  },
3503
- "description": "destroys the instance's resize observer",
3504
3602
  "inheritedFrom": {
3505
3603
  "name": "AnchoredRegion",
3506
3604
  "module": "src/anchored-region/anchored-region.ts"
3507
3605
  }
3508
3606
  },
3509
3607
  {
3510
- "kind": "method",
3511
- "name": "initializeResizeDetector",
3512
- "privacy": "private",
3513
- "return": {
3514
- "type": {
3515
- "text": "void"
3516
- }
3608
+ "kind": "field",
3609
+ "name": "verticalScaling",
3610
+ "type": {
3611
+ "text": "AxisScalingMode"
3517
3612
  },
3518
- "description": "initializes the instance's resize observer",
3613
+ "privacy": "public",
3614
+ "default": "\"content\"",
3615
+ "description": "Defines how the height of the region is calculated",
3519
3616
  "inheritedFrom": {
3520
3617
  "name": "AnchoredRegion",
3521
3618
  "module": "src/anchored-region/anchored-region.ts"
@@ -3523,29 +3620,27 @@
3523
3620
  },
3524
3621
  {
3525
3622
  "kind": "method",
3526
- "name": "updateForAttributeChange",
3623
+ "name": "verticalScalingChanged",
3527
3624
  "privacy": "private",
3528
3625
  "return": {
3529
3626
  "type": {
3530
3627
  "text": "void"
3531
3628
  }
3532
3629
  },
3533
- "description": "react to attribute changes that don't require a reset",
3534
3630
  "inheritedFrom": {
3535
3631
  "name": "AnchoredRegion",
3536
3632
  "module": "src/anchored-region/anchored-region.ts"
3537
3633
  }
3538
3634
  },
3539
3635
  {
3540
- "kind": "method",
3541
- "name": "initialize",
3542
- "privacy": "private",
3543
- "return": {
3544
- "type": {
3545
- "text": "void"
3546
- }
3636
+ "kind": "field",
3637
+ "name": "fixedPlacement",
3638
+ "type": {
3639
+ "text": "boolean"
3547
3640
  },
3548
- "description": "fully initializes the component",
3641
+ "privacy": "public",
3642
+ "default": "false",
3643
+ "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,",
3549
3644
  "inheritedFrom": {
3550
3645
  "name": "AnchoredRegion",
3551
3646
  "module": "src/anchored-region/anchored-region.ts"
@@ -3553,14 +3648,27 @@
3553
3648
  },
3554
3649
  {
3555
3650
  "kind": "method",
3556
- "name": "requestReset",
3651
+ "name": "fixedPlacementChanged",
3557
3652
  "privacy": "private",
3558
3653
  "return": {
3559
3654
  "type": {
3560
3655
  "text": "void"
3561
3656
  }
3562
3657
  },
3563
- "description": "Request a reset if there are currently no open requests",
3658
+ "inheritedFrom": {
3659
+ "name": "AnchoredRegion",
3660
+ "module": "src/anchored-region/anchored-region.ts"
3661
+ }
3662
+ },
3663
+ {
3664
+ "kind": "field",
3665
+ "name": "autoUpdateMode",
3666
+ "type": {
3667
+ "text": "AutoUpdateMode"
3668
+ },
3669
+ "privacy": "public",
3670
+ "default": "\"anchor\"",
3671
+ "description": "Defines what triggers the anchored region to revaluate positioning",
3564
3672
  "inheritedFrom": {
3565
3673
  "name": "AnchoredRegion",
3566
3674
  "module": "src/anchored-region/anchored-region.ts"
@@ -3568,14 +3676,27 @@
3568
3676
  },
3569
3677
  {
3570
3678
  "kind": "method",
3571
- "name": "setInitialState",
3679
+ "name": "autoUpdateModeChanged",
3572
3680
  "privacy": "private",
3573
3681
  "return": {
3574
3682
  "type": {
3575
3683
  "text": "void"
3576
3684
  }
3577
3685
  },
3578
- "description": "sets the starting configuration for component internal values",
3686
+ "parameters": [
3687
+ {
3688
+ "name": "prevMode",
3689
+ "type": {
3690
+ "text": "AutoUpdateMode"
3691
+ }
3692
+ },
3693
+ {
3694
+ "name": "newMode",
3695
+ "type": {
3696
+ "text": "AutoUpdateMode"
3697
+ }
3698
+ }
3699
+ ],
3579
3700
  "inheritedFrom": {
3580
3701
  "name": "AnchoredRegion",
3581
3702
  "module": "src/anchored-region/anchored-region.ts"
@@ -3583,19 +3704,27 @@
3583
3704
  },
3584
3705
  {
3585
3706
  "kind": "field",
3586
- "name": "startObservers",
3587
- "privacy": "private",
3588
- "description": "starts observers",
3707
+ "name": "anchorElement",
3708
+ "type": {
3709
+ "text": "HTMLElement | null"
3710
+ },
3711
+ "privacy": "public",
3712
+ "default": "null",
3713
+ "description": "The HTML element being used as the anchor",
3589
3714
  "inheritedFrom": {
3590
3715
  "name": "AnchoredRegion",
3591
3716
  "module": "src/anchored-region/anchored-region.ts"
3592
3717
  }
3593
3718
  },
3594
3719
  {
3595
- "kind": "field",
3596
- "name": "requestPositionUpdates",
3720
+ "kind": "method",
3721
+ "name": "anchorElementChanged",
3597
3722
  "privacy": "private",
3598
- "description": "get position updates",
3723
+ "return": {
3724
+ "type": {
3725
+ "text": "void"
3726
+ }
3727
+ },
3599
3728
  "inheritedFrom": {
3600
3729
  "name": "AnchoredRegion",
3601
3730
  "module": "src/anchored-region/anchored-region.ts"
@@ -3603,19 +3732,27 @@
3603
3732
  },
3604
3733
  {
3605
3734
  "kind": "field",
3606
- "name": "stopObservers",
3607
- "privacy": "private",
3608
- "description": "stops observers",
3735
+ "name": "viewportElement",
3736
+ "type": {
3737
+ "text": "HTMLElement | null"
3738
+ },
3739
+ "privacy": "public",
3740
+ "default": "null",
3741
+ "description": "The HTML element being used as the viewport",
3609
3742
  "inheritedFrom": {
3610
3743
  "name": "AnchoredRegion",
3611
3744
  "module": "src/anchored-region/anchored-region.ts"
3612
3745
  }
3613
3746
  },
3614
3747
  {
3615
- "kind": "field",
3616
- "name": "getViewport",
3748
+ "kind": "method",
3749
+ "name": "viewportElementChanged",
3617
3750
  "privacy": "private",
3618
- "description": "Gets the viewport element by id, or defaults to document root",
3751
+ "return": {
3752
+ "type": {
3753
+ "text": "void"
3754
+ }
3755
+ },
3619
3756
  "inheritedFrom": {
3620
3757
  "name": "AnchoredRegion",
3621
3758
  "module": "src/anchored-region/anchored-region.ts"
@@ -3623,9 +3760,12 @@
3623
3760
  },
3624
3761
  {
3625
3762
  "kind": "field",
3626
- "name": "getAnchor",
3627
- "privacy": "private",
3628
- "description": "Gets the anchor element by id",
3763
+ "name": "verticalPosition",
3764
+ "type": {
3765
+ "text": "AnchoredRegionPositionLabel | undefined"
3766
+ },
3767
+ "privacy": "public",
3768
+ "description": "indicates the current horizontal position of the region",
3629
3769
  "inheritedFrom": {
3630
3770
  "name": "AnchoredRegion",
3631
3771
  "module": "src/anchored-region/anchored-region.ts"
@@ -3633,9 +3773,12 @@
3633
3773
  },
3634
3774
  {
3635
3775
  "kind": "field",
3636
- "name": "handleIntersection",
3637
- "privacy": "private",
3638
- "description": "Handle intersections",
3776
+ "name": "horizontalPosition",
3777
+ "type": {
3778
+ "text": "AnchoredRegionPositionLabel | undefined"
3779
+ },
3780
+ "privacy": "public",
3781
+ "description": "indicates the current vertical position of the region",
3639
3782
  "inheritedFrom": {
3640
3783
  "name": "AnchoredRegion",
3641
3784
  "module": "src/anchored-region/anchored-region.ts"
@@ -3643,9 +3786,12 @@
3643
3786
  },
3644
3787
  {
3645
3788
  "kind": "field",
3646
- "name": "applyIntersectionEntries",
3789
+ "name": "translateX",
3790
+ "type": {
3791
+ "text": "number"
3792
+ },
3647
3793
  "privacy": "private",
3648
- "description": "iterate through intersection entries and apply data",
3794
+ "description": "values to be applied to the component's transform on render",
3649
3795
  "inheritedFrom": {
3650
3796
  "name": "AnchoredRegion",
3651
3797
  "module": "src/anchored-region/anchored-region.ts"
@@ -3653,9 +3799,11 @@
3653
3799
  },
3654
3800
  {
3655
3801
  "kind": "field",
3656
- "name": "updateRegionOffset",
3802
+ "name": "translateY",
3803
+ "type": {
3804
+ "text": "number"
3805
+ },
3657
3806
  "privacy": "private",
3658
- "description": "Update the offset values",
3659
3807
  "inheritedFrom": {
3660
3808
  "name": "AnchoredRegion",
3661
3809
  "module": "src/anchored-region/anchored-region.ts"
@@ -3663,9 +3811,12 @@
3663
3811
  },
3664
3812
  {
3665
3813
  "kind": "field",
3666
- "name": "isRectDifferent",
3814
+ "name": "regionWidth",
3815
+ "type": {
3816
+ "text": "string"
3817
+ },
3667
3818
  "privacy": "private",
3668
- "description": "compare rects to see if there is enough change to justify a DOM update",
3819
+ "description": "the span to be applied to the region on each axis",
3669
3820
  "inheritedFrom": {
3670
3821
  "name": "AnchoredRegion",
3671
3822
  "module": "src/anchored-region/anchored-region.ts"
@@ -3673,9 +3824,11 @@
3673
3824
  },
3674
3825
  {
3675
3826
  "kind": "field",
3676
- "name": "handleResize",
3827
+ "name": "regionHeight",
3828
+ "type": {
3829
+ "text": "string"
3830
+ },
3677
3831
  "privacy": "private",
3678
- "description": "Handle resize events",
3679
3832
  "inheritedFrom": {
3680
3833
  "name": "AnchoredRegion",
3681
3834
  "module": "src/anchored-region/anchored-region.ts"
@@ -3683,9 +3836,12 @@
3683
3836
  },
3684
3837
  {
3685
3838
  "kind": "field",
3686
- "name": "reset",
3839
+ "name": "resizeDetector",
3840
+ "type": {
3841
+ "text": "ResizeObserverClassDefinition | null"
3842
+ },
3687
3843
  "privacy": "private",
3688
- "description": "resets the component",
3844
+ "default": "null",
3689
3845
  "inheritedFrom": {
3690
3846
  "name": "AnchoredRegion",
3691
3847
  "module": "src/anchored-region/anchored-region.ts"
@@ -3693,9 +3849,11 @@
3693
3849
  },
3694
3850
  {
3695
3851
  "kind": "field",
3696
- "name": "updateLayout",
3852
+ "name": "viewportRect",
3853
+ "type": {
3854
+ "text": "ClientRect | DOMRect | undefined"
3855
+ },
3697
3856
  "privacy": "private",
3698
- "description": "Recalculate layout related state values",
3699
3857
  "inheritedFrom": {
3700
3858
  "name": "AnchoredRegion",
3701
3859
  "module": "src/anchored-region/anchored-region.ts"
@@ -3703,9 +3861,11 @@
3703
3861
  },
3704
3862
  {
3705
3863
  "kind": "field",
3706
- "name": "updateRegionStyle",
3864
+ "name": "anchorRect",
3865
+ "type": {
3866
+ "text": "ClientRect | DOMRect | undefined"
3867
+ },
3707
3868
  "privacy": "private",
3708
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
3709
3869
  "inheritedFrom": {
3710
3870
  "name": "AnchoredRegion",
3711
3871
  "module": "src/anchored-region/anchored-region.ts"
@@ -3713,9 +3873,11 @@
3713
3873
  },
3714
3874
  {
3715
3875
  "kind": "field",
3716
- "name": "updatePositionClasses",
3876
+ "name": "regionRect",
3877
+ "type": {
3878
+ "text": "ClientRect | DOMRect | undefined"
3879
+ },
3717
3880
  "privacy": "private",
3718
- "description": "Updates the css classes that reflect the current position of the element",
3719
3881
  "inheritedFrom": {
3720
3882
  "name": "AnchoredRegion",
3721
3883
  "module": "src/anchored-region/anchored-region.ts"
@@ -3723,9 +3885,13 @@
3723
3885
  },
3724
3886
  {
3725
3887
  "kind": "field",
3726
- "name": "setHorizontalPosition",
3888
+ "name": "baseHorizontalOffset",
3889
+ "type": {
3890
+ "text": "number"
3891
+ },
3727
3892
  "privacy": "private",
3728
- "description": "Get horizontal positioning state based on desired position",
3893
+ "default": "0",
3894
+ "description": "base offsets between the positioner's base position and the anchor's",
3729
3895
  "inheritedFrom": {
3730
3896
  "name": "AnchoredRegion",
3731
3897
  "module": "src/anchored-region/anchored-region.ts"
@@ -3733,9 +3899,12 @@
3733
3899
  },
3734
3900
  {
3735
3901
  "kind": "field",
3736
- "name": "setVerticalPosition",
3902
+ "name": "baseVerticalOffset",
3903
+ "type": {
3904
+ "text": "number"
3905
+ },
3737
3906
  "privacy": "private",
3738
- "description": "Set vertical positioning state based on desired position",
3907
+ "default": "0",
3739
3908
  "inheritedFrom": {
3740
3909
  "name": "AnchoredRegion",
3741
3910
  "module": "src/anchored-region/anchored-region.ts"
@@ -3743,9 +3912,12 @@
3743
3912
  },
3744
3913
  {
3745
3914
  "kind": "field",
3746
- "name": "getPositioningOptions",
3915
+ "name": "pendingPositioningUpdate",
3916
+ "type": {
3917
+ "text": "boolean"
3918
+ },
3747
3919
  "privacy": "private",
3748
- "description": "Get available positions based on positioning mode",
3920
+ "default": "false",
3749
3921
  "inheritedFrom": {
3750
3922
  "name": "AnchoredRegion",
3751
3923
  "module": "src/anchored-region/anchored-region.ts"
@@ -3753,9 +3925,12 @@
3753
3925
  },
3754
3926
  {
3755
3927
  "kind": "field",
3756
- "name": "getAvailableSpace",
3928
+ "name": "pendingReset",
3929
+ "type": {
3930
+ "text": "boolean"
3931
+ },
3757
3932
  "privacy": "private",
3758
- "description": "Get the space available for a particular relative position",
3933
+ "default": "false",
3759
3934
  "inheritedFrom": {
3760
3935
  "name": "AnchoredRegion",
3761
3936
  "module": "src/anchored-region/anchored-region.ts"
@@ -3763,9 +3938,11 @@
3763
3938
  },
3764
3939
  {
3765
3940
  "kind": "field",
3766
- "name": "getNextRegionDimension",
3941
+ "name": "currentDirection",
3942
+ "type": {
3943
+ "text": "Direction"
3944
+ },
3767
3945
  "privacy": "private",
3768
- "description": "Get region dimensions",
3769
3946
  "inheritedFrom": {
3770
3947
  "name": "AnchoredRegion",
3771
3948
  "module": "src/anchored-region/anchored-region.ts"
@@ -3773,9 +3950,12 @@
3773
3950
  },
3774
3951
  {
3775
3952
  "kind": "field",
3776
- "name": "startAutoUpdateEventListeners",
3953
+ "name": "regionVisible",
3954
+ "type": {
3955
+ "text": "boolean"
3956
+ },
3777
3957
  "privacy": "private",
3778
- "description": "starts event listeners that can trigger auto updating",
3958
+ "default": "false",
3779
3959
  "inheritedFrom": {
3780
3960
  "name": "AnchoredRegion",
3781
3961
  "module": "src/anchored-region/anchored-region.ts"
@@ -3783,9 +3963,12 @@
3783
3963
  },
3784
3964
  {
3785
3965
  "kind": "field",
3786
- "name": "stopAutoUpdateEventListeners",
3966
+ "name": "forceUpdate",
3967
+ "type": {
3968
+ "text": "boolean"
3969
+ },
3787
3970
  "privacy": "private",
3788
- "description": "stops event listeners that can trigger auto updating",
3971
+ "default": "false",
3789
3972
  "inheritedFrom": {
3790
3973
  "name": "AnchoredRegion",
3791
3974
  "module": "src/anchored-region/anchored-region.ts"
@@ -3793,540 +3976,339 @@
3793
3976
  },
3794
3977
  {
3795
3978
  "kind": "field",
3796
- "name": "_presentation",
3979
+ "name": "updateThreshold",
3797
3980
  "type": {
3798
- "text": "ComponentPresentation | null | undefined"
3981
+ "text": "number"
3799
3982
  },
3800
3983
  "privacy": "private",
3801
- "default": "void 0",
3984
+ "default": "0.5",
3802
3985
  "inheritedFrom": {
3803
- "name": "FoundationElement",
3804
- "module": "src/foundation-element/foundation-element.ts"
3986
+ "name": "AnchoredRegion",
3987
+ "module": "src/anchored-region/anchored-region.ts"
3805
3988
  }
3806
3989
  },
3807
3990
  {
3808
3991
  "kind": "field",
3809
- "name": "$presentation",
3992
+ "name": "intersectionService",
3810
3993
  "type": {
3811
- "text": "ComponentPresentation | null"
3994
+ "text": "IntersectionService"
3812
3995
  },
3813
- "privacy": "public",
3814
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3996
+ "privacy": "private",
3997
+ "static": true,
3998
+ "default": "new IntersectionService()",
3815
3999
  "inheritedFrom": {
3816
- "name": "FoundationElement",
3817
- "module": "src/foundation-element/foundation-element.ts"
4000
+ "name": "AnchoredRegion",
4001
+ "module": "src/anchored-region/anchored-region.ts"
3818
4002
  }
3819
4003
  },
3820
4004
  {
3821
4005
  "kind": "field",
3822
- "name": "template",
3823
- "type": {
3824
- "text": "ElementViewTemplate | void | null"
3825
- },
4006
+ "name": "update",
3826
4007
  "privacy": "public",
3827
- "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.",
4008
+ "description": "update position",
3828
4009
  "inheritedFrom": {
3829
- "name": "FoundationElement",
3830
- "module": "src/foundation-element/foundation-element.ts"
4010
+ "name": "AnchoredRegion",
4011
+ "module": "src/anchored-region/anchored-region.ts"
3831
4012
  }
3832
4013
  },
3833
4014
  {
3834
4015
  "kind": "method",
3835
- "name": "templateChanged",
3836
- "privacy": "protected",
4016
+ "name": "disconnectResizeDetector",
4017
+ "privacy": "private",
3837
4018
  "return": {
3838
4019
  "type": {
3839
4020
  "text": "void"
3840
4021
  }
3841
4022
  },
4023
+ "description": "destroys the instance's resize observer",
3842
4024
  "inheritedFrom": {
3843
- "name": "FoundationElement",
3844
- "module": "src/foundation-element/foundation-element.ts"
4025
+ "name": "AnchoredRegion",
4026
+ "module": "src/anchored-region/anchored-region.ts"
3845
4027
  }
3846
4028
  },
3847
4029
  {
3848
- "kind": "field",
3849
- "name": "styles",
3850
- "type": {
3851
- "text": "ElementStyles | void | null"
4030
+ "kind": "method",
4031
+ "name": "initializeResizeDetector",
4032
+ "privacy": "private",
4033
+ "return": {
4034
+ "type": {
4035
+ "text": "void"
4036
+ }
3852
4037
  },
3853
- "privacy": "public",
3854
- "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.",
4038
+ "description": "initializes the instance's resize observer",
3855
4039
  "inheritedFrom": {
3856
- "name": "FoundationElement",
3857
- "module": "src/foundation-element/foundation-element.ts"
4040
+ "name": "AnchoredRegion",
4041
+ "module": "src/anchored-region/anchored-region.ts"
3858
4042
  }
3859
4043
  },
3860
4044
  {
3861
4045
  "kind": "method",
3862
- "name": "stylesChanged",
3863
- "privacy": "protected",
4046
+ "name": "updateForAttributeChange",
4047
+ "privacy": "private",
3864
4048
  "return": {
3865
4049
  "type": {
3866
4050
  "text": "void"
3867
4051
  }
3868
4052
  },
4053
+ "description": "react to attribute changes that don't require a reset",
3869
4054
  "inheritedFrom": {
3870
- "name": "FoundationElement",
3871
- "module": "src/foundation-element/foundation-element.ts"
4055
+ "name": "AnchoredRegion",
4056
+ "module": "src/anchored-region/anchored-region.ts"
3872
4057
  }
3873
4058
  },
3874
4059
  {
3875
4060
  "kind": "method",
3876
- "name": "compose",
3877
- "privacy": "public",
3878
- "static": true,
4061
+ "name": "initialize",
4062
+ "privacy": "private",
3879
4063
  "return": {
3880
4064
  "type": {
3881
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4065
+ "text": "void"
3882
4066
  }
3883
4067
  },
3884
- "parameters": [
3885
- {
3886
- "name": "this",
3887
- "type": {
3888
- "text": "K"
3889
- }
3890
- },
3891
- {
3892
- "name": "elementDefinition",
3893
- "type": {
3894
- "text": "T"
3895
- },
3896
- "description": "The definition of the element to create the registry\nfunction for."
3897
- }
3898
- ],
3899
- "description": "Defines an element registry function with a set of element definition defaults.",
4068
+ "description": "fully initializes the component",
3900
4069
  "inheritedFrom": {
3901
- "name": "FoundationElement",
3902
- "module": "src/foundation-element/foundation-element.ts"
4070
+ "name": "AnchoredRegion",
4071
+ "module": "src/anchored-region/anchored-region.ts"
3903
4072
  }
3904
- }
3905
- ],
3906
- "events": [
4073
+ },
3907
4074
  {
3908
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
3909
- "name": "loaded",
4075
+ "kind": "method",
4076
+ "name": "requestReset",
4077
+ "privacy": "private",
4078
+ "return": {
4079
+ "type": {
4080
+ "text": "void"
4081
+ }
4082
+ },
4083
+ "description": "Request a reset if there are currently no open requests",
3910
4084
  "inheritedFrom": {
3911
4085
  "name": "AnchoredRegion",
3912
4086
  "module": "src/anchored-region/anchored-region.ts"
3913
4087
  }
3914
4088
  },
3915
4089
  {
3916
- "description": "Fires a custom 'positionchange' event when the position has changed",
3917
- "name": "positionchange",
4090
+ "kind": "method",
4091
+ "name": "setInitialState",
4092
+ "privacy": "private",
4093
+ "return": {
4094
+ "type": {
4095
+ "text": "void"
4096
+ }
4097
+ },
4098
+ "description": "sets the starting configuration for component internal values",
3918
4099
  "inheritedFrom": {
3919
4100
  "name": "AnchoredRegion",
3920
4101
  "module": "src/anchored-region/anchored-region.ts"
3921
4102
  }
3922
- }
3923
- ]
3924
- },
3925
- {
3926
- "kind": "variable",
3927
- "name": "foundationAnchoredRegionShadowOptions",
3928
- "type": {
3929
- "text": "ShadowRootInit"
3930
- },
3931
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3932
- },
3933
- {
3934
- "kind": "variable",
3935
- "name": "defaultAnchoredRegionConfig",
3936
- "type": {
3937
- "text": "object"
3938
- },
3939
- "default": "{}"
3940
- },
3941
- {
3942
- "kind": "variable",
3943
- "name": "foundationAnchoredRegion",
3944
- "description": "The Foundation Anchored Region",
3945
- "privacy": "public"
3946
- }
3947
- ],
3948
- "exports": [
3949
- {
3950
- "kind": "js",
3951
- "name": "AnchoredRegion",
3952
- "declaration": {
3953
- "name": "AnchoredRegion",
3954
- "module": "src/anchored-region/anchored-region.ts"
3955
- }
3956
- },
3957
- {
3958
- "kind": "js",
3959
- "name": "foundationAnchoredRegionShadowOptions",
3960
- "declaration": {
3961
- "name": "foundationAnchoredRegionShadowOptions",
3962
- "module": "src/anchored-region/anchored-region.ts"
3963
- }
3964
- },
3965
- {
3966
- "kind": "js",
3967
- "name": "defaultAnchoredRegionConfig",
3968
- "declaration": {
3969
- "name": "defaultAnchoredRegionConfig",
3970
- "module": "src/anchored-region/anchored-region.ts"
3971
- }
3972
- },
3973
- {
3974
- "kind": "js",
3975
- "name": "foundationAnchoredRegion",
3976
- "declaration": {
3977
- "name": "foundationAnchoredRegion",
3978
- "module": "src/anchored-region/anchored-region.ts"
3979
- }
3980
- }
3981
- ]
3982
- },
3983
- {
3984
- "kind": "javascript-module",
3985
- "path": "src/anchored-region/index.ts",
3986
- "declarations": [],
3987
- "exports": [
3988
- {
3989
- "kind": "js",
3990
- "name": "*",
3991
- "declaration": {
3992
- "name": "*",
3993
- "package": "./anchor-region.template"
3994
- }
3995
- },
3996
- {
3997
- "kind": "js",
3998
- "name": "*",
3999
- "declaration": {
4000
- "name": "*",
4001
- "package": "./anchored-region.styles"
4002
- }
4003
- },
4004
- {
4005
- "kind": "js",
4006
- "name": "*",
4007
- "declaration": {
4008
- "name": "*",
4009
- "package": "./anchored-region"
4010
- }
4011
- }
4012
- ]
4013
- },
4014
- {
4015
- "kind": "javascript-module",
4016
- "path": "src/anchor/anchor.styles.ts",
4017
- "declarations": [
4018
- {
4019
- "kind": "function",
4020
- "name": "foundationAnchorStyles",
4021
- "return": {
4022
- "type": {
4023
- "text": "ElementStyles"
4024
- }
4025
- },
4026
- "parameters": [
4027
- {
4028
- "name": "context",
4029
- "type": {
4030
- "text": "ElementDefinitionContext"
4031
- }
4032
4103
  },
4033
4104
  {
4034
- "name": "definition",
4035
- "type": {
4036
- "text": "FoundationElementDefinition"
4105
+ "kind": "field",
4106
+ "name": "startObservers",
4107
+ "privacy": "private",
4108
+ "description": "starts observers",
4109
+ "inheritedFrom": {
4110
+ "name": "AnchoredRegion",
4111
+ "module": "src/anchored-region/anchored-region.ts"
4037
4112
  }
4038
- }
4039
- ]
4040
- }
4041
- ],
4042
- "exports": [
4043
- {
4044
- "kind": "js",
4045
- "name": "foundationAnchorStyles",
4046
- "declaration": {
4047
- "name": "foundationAnchorStyles",
4048
- "module": "src/anchor/anchor.styles.ts"
4049
- }
4050
- }
4051
- ]
4052
- },
4053
- {
4054
- "kind": "javascript-module",
4055
- "path": "src/anchor/anchor.template.ts",
4056
- "declarations": [
4057
- {
4058
- "kind": "function",
4059
- "name": "foundationAnchorTemplate",
4060
- "return": {
4061
- "type": {
4062
- "text": "ViewTemplate<Anchor>"
4063
- }
4064
- },
4065
- "parameters": [
4113
+ },
4066
4114
  {
4067
- "name": "context",
4068
- "type": {
4069
- "text": "ElementDefinitionContext"
4115
+ "kind": "field",
4116
+ "name": "requestPositionUpdates",
4117
+ "privacy": "private",
4118
+ "description": "get position updates",
4119
+ "inheritedFrom": {
4120
+ "name": "AnchoredRegion",
4121
+ "module": "src/anchored-region/anchored-region.ts"
4070
4122
  }
4071
4123
  },
4072
4124
  {
4073
- "name": "definition",
4074
- "type": {
4075
- "text": "FoundationElementDefinition"
4125
+ "kind": "field",
4126
+ "name": "stopObservers",
4127
+ "privacy": "private",
4128
+ "description": "stops observers",
4129
+ "inheritedFrom": {
4130
+ "name": "AnchoredRegion",
4131
+ "module": "src/anchored-region/anchored-region.ts"
4076
4132
  }
4077
- }
4078
- ]
4079
- }
4080
- ],
4081
- "exports": [
4082
- {
4083
- "kind": "js",
4084
- "name": "foundationAnchorTemplate",
4085
- "declaration": {
4086
- "name": "foundationAnchorTemplate",
4087
- "module": "src/anchor/anchor.template.ts"
4088
- }
4089
- }
4090
- ]
4091
- },
4092
- {
4093
- "kind": "javascript-module",
4094
- "path": "src/anchor/anchor.ts",
4095
- "declarations": [
4096
- {
4097
- "kind": "class",
4098
- "description": "",
4099
- "name": "Anchor",
4100
- "superclass": {
4101
- "name": "FASTAnchor",
4102
- "package": "@microsoft/fast-components"
4103
- },
4104
- "tagName": "%%prefix%%-anchor",
4105
- "customElement": true,
4106
- "attributes": [
4133
+ },
4107
4134
  {
4108
- "name": "download",
4109
- "type": {
4110
- "text": "string"
4111
- },
4112
- "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.",
4113
- "fieldName": "download",
4135
+ "kind": "field",
4136
+ "name": "getViewport",
4137
+ "privacy": "private",
4138
+ "description": "Gets the viewport element by id, or defaults to document root",
4114
4139
  "inheritedFrom": {
4115
- "name": "Anchor",
4116
- "module": "src/anchor/anchor.ts"
4140
+ "name": "AnchoredRegion",
4141
+ "module": "src/anchored-region/anchored-region.ts"
4117
4142
  }
4118
4143
  },
4119
4144
  {
4120
- "name": "href",
4121
- "type": {
4122
- "text": "string"
4123
- },
4124
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4125
- "fieldName": "href",
4145
+ "kind": "field",
4146
+ "name": "getAnchor",
4147
+ "privacy": "private",
4148
+ "description": "Gets the anchor element by id",
4126
4149
  "inheritedFrom": {
4127
- "name": "Anchor",
4128
- "module": "src/anchor/anchor.ts"
4150
+ "name": "AnchoredRegion",
4151
+ "module": "src/anchored-region/anchored-region.ts"
4129
4152
  }
4130
4153
  },
4131
4154
  {
4132
- "name": "hreflang",
4133
- "type": {
4134
- "text": "string"
4135
- },
4136
- "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.",
4137
- "fieldName": "hreflang",
4155
+ "kind": "field",
4156
+ "name": "handleIntersection",
4157
+ "privacy": "private",
4158
+ "description": "Handle intersections",
4138
4159
  "inheritedFrom": {
4139
- "name": "Anchor",
4140
- "module": "src/anchor/anchor.ts"
4160
+ "name": "AnchoredRegion",
4161
+ "module": "src/anchored-region/anchored-region.ts"
4141
4162
  }
4142
4163
  },
4143
4164
  {
4144
- "name": "ping",
4145
- "type": {
4146
- "text": "string"
4147
- },
4148
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4149
- "fieldName": "ping",
4165
+ "kind": "field",
4166
+ "name": "applyIntersectionEntries",
4167
+ "privacy": "private",
4168
+ "description": "iterate through intersection entries and apply data",
4150
4169
  "inheritedFrom": {
4151
- "name": "Anchor",
4152
- "module": "src/anchor/anchor.ts"
4170
+ "name": "AnchoredRegion",
4171
+ "module": "src/anchored-region/anchored-region.ts"
4153
4172
  }
4154
4173
  },
4155
4174
  {
4156
- "name": "referrerpolicy",
4157
- "type": {
4158
- "text": "string"
4159
- },
4160
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4161
- "fieldName": "referrerpolicy",
4175
+ "kind": "field",
4176
+ "name": "updateRegionOffset",
4177
+ "privacy": "private",
4178
+ "description": "Update the offset values",
4162
4179
  "inheritedFrom": {
4163
- "name": "Anchor",
4164
- "module": "src/anchor/anchor.ts"
4180
+ "name": "AnchoredRegion",
4181
+ "module": "src/anchored-region/anchored-region.ts"
4165
4182
  }
4166
4183
  },
4167
4184
  {
4168
- "name": "rel",
4169
- "type": {
4170
- "text": "string"
4171
- },
4172
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4173
- "fieldName": "rel",
4185
+ "kind": "field",
4186
+ "name": "isRectDifferent",
4187
+ "privacy": "private",
4188
+ "description": "compare rects to see if there is enough change to justify a DOM update",
4174
4189
  "inheritedFrom": {
4175
- "name": "Anchor",
4176
- "module": "src/anchor/anchor.ts"
4190
+ "name": "AnchoredRegion",
4191
+ "module": "src/anchored-region/anchored-region.ts"
4177
4192
  }
4178
4193
  },
4179
4194
  {
4180
- "name": "target",
4181
- "type": {
4182
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
4183
- },
4184
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4185
- "fieldName": "target",
4195
+ "kind": "field",
4196
+ "name": "handleResize",
4197
+ "privacy": "private",
4198
+ "description": "Handle resize events",
4186
4199
  "inheritedFrom": {
4187
- "name": "Anchor",
4188
- "module": "src/anchor/anchor.ts"
4200
+ "name": "AnchoredRegion",
4201
+ "module": "src/anchored-region/anchored-region.ts"
4189
4202
  }
4190
4203
  },
4191
4204
  {
4192
- "name": "type",
4193
- "type": {
4194
- "text": "string"
4195
- },
4196
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
4197
- "fieldName": "type",
4205
+ "kind": "field",
4206
+ "name": "reset",
4207
+ "privacy": "private",
4208
+ "description": "resets the component",
4198
4209
  "inheritedFrom": {
4199
- "name": "Anchor",
4200
- "module": "src/anchor/anchor.ts"
4210
+ "name": "AnchoredRegion",
4211
+ "module": "src/anchored-region/anchored-region.ts"
4201
4212
  }
4202
- }
4203
- ],
4204
- "members": [
4213
+ },
4205
4214
  {
4206
4215
  "kind": "field",
4207
- "name": "download",
4208
- "type": {
4209
- "text": "string"
4210
- },
4211
- "privacy": "public",
4212
- "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.",
4216
+ "name": "updateLayout",
4217
+ "privacy": "private",
4218
+ "description": "Recalculate layout related state values",
4213
4219
  "inheritedFrom": {
4214
- "name": "Anchor",
4215
- "module": "src/anchor/anchor.ts"
4220
+ "name": "AnchoredRegion",
4221
+ "module": "src/anchored-region/anchored-region.ts"
4216
4222
  }
4217
4223
  },
4218
4224
  {
4219
4225
  "kind": "field",
4220
- "name": "href",
4221
- "type": {
4222
- "text": "string"
4223
- },
4224
- "privacy": "public",
4225
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4226
+ "name": "updateRegionStyle",
4227
+ "privacy": "private",
4228
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4226
4229
  "inheritedFrom": {
4227
- "name": "Anchor",
4228
- "module": "src/anchor/anchor.ts"
4230
+ "name": "AnchoredRegion",
4231
+ "module": "src/anchored-region/anchored-region.ts"
4229
4232
  }
4230
4233
  },
4231
4234
  {
4232
4235
  "kind": "field",
4233
- "name": "hreflang",
4234
- "type": {
4235
- "text": "string"
4236
- },
4237
- "privacy": "public",
4238
- "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.",
4236
+ "name": "updatePositionClasses",
4237
+ "privacy": "private",
4238
+ "description": "Updates the css classes that reflect the current position of the element",
4239
4239
  "inheritedFrom": {
4240
- "name": "Anchor",
4241
- "module": "src/anchor/anchor.ts"
4240
+ "name": "AnchoredRegion",
4241
+ "module": "src/anchored-region/anchored-region.ts"
4242
4242
  }
4243
4243
  },
4244
4244
  {
4245
4245
  "kind": "field",
4246
- "name": "ping",
4247
- "type": {
4248
- "text": "string"
4249
- },
4250
- "privacy": "public",
4251
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4246
+ "name": "setHorizontalPosition",
4247
+ "privacy": "private",
4248
+ "description": "Get horizontal positioning state based on desired position",
4252
4249
  "inheritedFrom": {
4253
- "name": "Anchor",
4254
- "module": "src/anchor/anchor.ts"
4250
+ "name": "AnchoredRegion",
4251
+ "module": "src/anchored-region/anchored-region.ts"
4255
4252
  }
4256
4253
  },
4257
4254
  {
4258
4255
  "kind": "field",
4259
- "name": "referrerpolicy",
4260
- "type": {
4261
- "text": "string"
4262
- },
4263
- "privacy": "public",
4264
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4256
+ "name": "setVerticalPosition",
4257
+ "privacy": "private",
4258
+ "description": "Set vertical positioning state based on desired position",
4265
4259
  "inheritedFrom": {
4266
- "name": "Anchor",
4267
- "module": "src/anchor/anchor.ts"
4260
+ "name": "AnchoredRegion",
4261
+ "module": "src/anchored-region/anchored-region.ts"
4268
4262
  }
4269
4263
  },
4270
4264
  {
4271
4265
  "kind": "field",
4272
- "name": "rel",
4273
- "type": {
4274
- "text": "string"
4275
- },
4276
- "privacy": "public",
4277
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4266
+ "name": "getPositioningOptions",
4267
+ "privacy": "private",
4268
+ "description": "Get available positions based on positioning mode",
4278
4269
  "inheritedFrom": {
4279
- "name": "Anchor",
4280
- "module": "src/anchor/anchor.ts"
4270
+ "name": "AnchoredRegion",
4271
+ "module": "src/anchored-region/anchored-region.ts"
4281
4272
  }
4282
4273
  },
4283
4274
  {
4284
4275
  "kind": "field",
4285
- "name": "target",
4286
- "type": {
4287
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
4288
- },
4289
- "privacy": "public",
4290
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4276
+ "name": "getAvailableSpace",
4277
+ "privacy": "private",
4278
+ "description": "Get the space available for a particular relative position",
4291
4279
  "inheritedFrom": {
4292
- "name": "Anchor",
4293
- "module": "src/anchor/anchor.ts"
4280
+ "name": "AnchoredRegion",
4281
+ "module": "src/anchored-region/anchored-region.ts"
4294
4282
  }
4295
4283
  },
4296
4284
  {
4297
4285
  "kind": "field",
4298
- "name": "type",
4299
- "type": {
4300
- "text": "string"
4301
- },
4302
- "privacy": "public",
4303
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
4286
+ "name": "getNextRegionDimension",
4287
+ "privacy": "private",
4288
+ "description": "Get region dimensions",
4304
4289
  "inheritedFrom": {
4305
- "name": "Anchor",
4306
- "module": "src/anchor/anchor.ts"
4290
+ "name": "AnchoredRegion",
4291
+ "module": "src/anchored-region/anchored-region.ts"
4307
4292
  }
4308
4293
  },
4309
4294
  {
4310
4295
  "kind": "field",
4311
- "name": "control",
4312
- "type": {
4313
- "text": "HTMLAnchorElement | undefined"
4314
- },
4315
- "privacy": "public",
4316
- "description": "References the root element",
4296
+ "name": "startAutoUpdateEventListeners",
4297
+ "privacy": "private",
4298
+ "description": "starts event listeners that can trigger auto updating",
4317
4299
  "inheritedFrom": {
4318
- "name": "Anchor",
4319
- "module": "src/anchor/anchor.ts"
4300
+ "name": "AnchoredRegion",
4301
+ "module": "src/anchored-region/anchored-region.ts"
4320
4302
  }
4321
4303
  },
4322
4304
  {
4323
4305
  "kind": "field",
4324
- "name": "handleUnsupportedDelegatesFocus",
4306
+ "name": "stopAutoUpdateEventListeners",
4325
4307
  "privacy": "private",
4326
- "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",
4308
+ "description": "stops event listeners that can trigger auto updating",
4327
4309
  "inheritedFrom": {
4328
- "name": "Anchor",
4329
- "module": "src/anchor/anchor.ts"
4310
+ "name": "AnchoredRegion",
4311
+ "module": "src/anchored-region/anchored-region.ts"
4330
4312
  }
4331
4313
  },
4332
4314
  {
@@ -4440,11 +4422,29 @@
4440
4422
  "module": "src/foundation-element/foundation-element.ts"
4441
4423
  }
4442
4424
  }
4425
+ ],
4426
+ "events": [
4427
+ {
4428
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4429
+ "name": "loaded",
4430
+ "inheritedFrom": {
4431
+ "name": "AnchoredRegion",
4432
+ "module": "src/anchored-region/anchored-region.ts"
4433
+ }
4434
+ },
4435
+ {
4436
+ "description": "Fires a custom 'positionchange' event when the position has changed",
4437
+ "name": "positionchange",
4438
+ "inheritedFrom": {
4439
+ "name": "AnchoredRegion",
4440
+ "module": "src/anchored-region/anchored-region.ts"
4441
+ }
4442
+ }
4443
4443
  ]
4444
4444
  },
4445
4445
  {
4446
4446
  "kind": "variable",
4447
- "name": "foundationAnchorShadowOptions",
4447
+ "name": "foundationAnchoredRegionShadowOptions",
4448
4448
  "type": {
4449
4449
  "text": "ShadowRootInit"
4450
4450
  },
@@ -4452,7 +4452,7 @@
4452
4452
  },
4453
4453
  {
4454
4454
  "kind": "variable",
4455
- "name": "defaultAnchorConfig",
4455
+ "name": "defaultAnchoredRegionConfig",
4456
4456
  "type": {
4457
4457
  "text": "object"
4458
4458
  },
@@ -4460,49 +4460,49 @@
4460
4460
  },
4461
4461
  {
4462
4462
  "kind": "variable",
4463
- "name": "foundationAnchor",
4464
- "description": "The Foundation Anchor",
4463
+ "name": "foundationAnchoredRegion",
4464
+ "description": "The Foundation Anchored Region",
4465
4465
  "privacy": "public"
4466
4466
  }
4467
4467
  ],
4468
4468
  "exports": [
4469
4469
  {
4470
4470
  "kind": "js",
4471
- "name": "Anchor",
4471
+ "name": "AnchoredRegion",
4472
4472
  "declaration": {
4473
- "name": "Anchor",
4474
- "module": "src/anchor/anchor.ts"
4473
+ "name": "AnchoredRegion",
4474
+ "module": "src/anchored-region/anchored-region.ts"
4475
4475
  }
4476
4476
  },
4477
4477
  {
4478
4478
  "kind": "js",
4479
- "name": "foundationAnchorShadowOptions",
4479
+ "name": "foundationAnchoredRegionShadowOptions",
4480
4480
  "declaration": {
4481
- "name": "foundationAnchorShadowOptions",
4482
- "module": "src/anchor/anchor.ts"
4481
+ "name": "foundationAnchoredRegionShadowOptions",
4482
+ "module": "src/anchored-region/anchored-region.ts"
4483
4483
  }
4484
4484
  },
4485
4485
  {
4486
4486
  "kind": "js",
4487
- "name": "defaultAnchorConfig",
4487
+ "name": "defaultAnchoredRegionConfig",
4488
4488
  "declaration": {
4489
- "name": "defaultAnchorConfig",
4490
- "module": "src/anchor/anchor.ts"
4489
+ "name": "defaultAnchoredRegionConfig",
4490
+ "module": "src/anchored-region/anchored-region.ts"
4491
4491
  }
4492
4492
  },
4493
4493
  {
4494
4494
  "kind": "js",
4495
- "name": "foundationAnchor",
4495
+ "name": "foundationAnchoredRegion",
4496
4496
  "declaration": {
4497
- "name": "foundationAnchor",
4498
- "module": "src/anchor/anchor.ts"
4497
+ "name": "foundationAnchoredRegion",
4498
+ "module": "src/anchored-region/anchored-region.ts"
4499
4499
  }
4500
4500
  }
4501
4501
  ]
4502
4502
  },
4503
4503
  {
4504
4504
  "kind": "javascript-module",
4505
- "path": "src/anchor/index.ts",
4505
+ "path": "src/anchored-region/index.ts",
4506
4506
  "declarations": [],
4507
4507
  "exports": [
4508
4508
  {
@@ -4510,7 +4510,7 @@
4510
4510
  "name": "*",
4511
4511
  "declaration": {
4512
4512
  "name": "*",
4513
- "package": "./anchor.template"
4513
+ "package": "./anchor-region.template"
4514
4514
  }
4515
4515
  },
4516
4516
  {
@@ -4518,7 +4518,7 @@
4518
4518
  "name": "*",
4519
4519
  "declaration": {
4520
4520
  "name": "*",
4521
- "package": "./anchor.styles"
4521
+ "package": "./anchored-region.styles"
4522
4522
  }
4523
4523
  },
4524
4524
  {
@@ -4526,7 +4526,7 @@
4526
4526
  "name": "*",
4527
4527
  "declaration": {
4528
4528
  "name": "*",
4529
- "package": "./anchor"
4529
+ "package": "./anchored-region"
4530
4530
  }
4531
4531
  }
4532
4532
  ]
@@ -28891,22 +28891,6 @@
28891
28891
  },
28892
28892
  "default": "'en-US'"
28893
28893
  },
28894
- {
28895
- "kind": "field",
28896
- "name": "autoStepPrecision",
28897
- "type": {
28898
- "text": "boolean"
28899
- },
28900
- "default": "false"
28901
- },
28902
- {
28903
- "kind": "field",
28904
- "name": "maximumInputPrecision",
28905
- "type": {
28906
- "text": "number"
28907
- },
28908
- "default": "12"
28909
- },
28910
28894
  {
28911
28895
  "kind": "field",
28912
28896
  "name": "options",
@@ -29332,29 +29316,6 @@
29332
29316
  "default": "'en-US'",
29333
29317
  "fieldName": "locale"
29334
29318
  },
29335
- {
29336
- "type": {
29337
- "text": "number"
29338
- },
29339
- "description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
29340
- "fieldName": "hideStep",
29341
- "default": "false",
29342
- "inheritedFrom": {
29343
- "name": "NumberField",
29344
- "module": "src/number-field/number-field.ts"
29345
- }
29346
- },
29347
- {
29348
- "name": "maximumInputPrecision",
29349
- "type": {
29350
- "text": "number"
29351
- },
29352
- "default": "MAX_INPUT_PRECISION",
29353
- "resolveInitializer": {
29354
- "module": "src/number-field/number-field.ts"
29355
- },
29356
- "fieldName": "maximumInputPrecision"
29357
- },
29358
29319
  {
29359
29320
  "name": "readonly",
29360
29321
  "type": {
@@ -29643,13 +29604,6 @@
29643
29604
  {
29644
29605
  "name": "withFormatting",
29645
29606
  "default": "true"
29646
- },
29647
- {
29648
- "name": "precision",
29649
- "optional": true,
29650
- "type": {
29651
- "text": "number"
29652
- }
29653
29607
  }
29654
29608
  ]
29655
29609
  },
@@ -29673,13 +29627,6 @@
29673
29627
  "type": {
29674
29628
  "text": "string"
29675
29629
  }
29676
- },
29677
- {
29678
- "name": "precision",
29679
- "optional": true,
29680
- "type": {
29681
- "text": "number"
29682
- }
29683
29630
  }
29684
29631
  ]
29685
29632
  },
@@ -29719,138 +29666,8 @@
29719
29666
  "type": {
29720
29667
  "text": "number"
29721
29668
  }
29722
- },
29723
- {
29724
- "name": "precision",
29725
- "optional": true,
29726
- "type": {
29727
- "text": "number"
29728
- }
29729
29669
  }
29730
29670
  ]
29731
- },
29732
- {
29733
- "kind": "function",
29734
- "name": "addWithPrecision",
29735
- "return": {
29736
- "type": {
29737
- "text": ""
29738
- }
29739
- },
29740
- "parameters": [
29741
- {
29742
- "name": "a",
29743
- "type": {
29744
- "text": "number"
29745
- },
29746
- "description": "First number"
29747
- },
29748
- {
29749
- "name": "b",
29750
- "type": {
29751
- "text": "number"
29752
- },
29753
- "description": "Second number"
29754
- }
29755
- ],
29756
- "description": "Performs high precision addition using Pure JavaScript (NO BigInt needed!)\nThis is the BEST solution for precision arithmetic"
29757
- },
29758
- {
29759
- "kind": "function",
29760
- "name": "subtractWithPrecision",
29761
- "return": {
29762
- "type": {
29763
- "text": ""
29764
- }
29765
- },
29766
- "parameters": [
29767
- {
29768
- "name": "a",
29769
- "type": {
29770
- "text": "number"
29771
- },
29772
- "description": "First number"
29773
- },
29774
- {
29775
- "name": "b",
29776
- "type": {
29777
- "text": "number"
29778
- },
29779
- "description": "Second number"
29780
- }
29781
- ],
29782
- "description": "Performs high precision subtraction using Pure JavaScript"
29783
- },
29784
- {
29785
- "kind": "function",
29786
- "name": "incrementWithPrecision",
29787
- "return": {
29788
- "type": {
29789
- "text": ""
29790
- }
29791
- },
29792
- "parameters": [
29793
- {
29794
- "name": "valueString",
29795
- "type": {
29796
- "text": "string | number"
29797
- },
29798
- "description": "The value as a string to maintain precision"
29799
- },
29800
- {
29801
- "name": "step",
29802
- "type": {
29803
- "text": "number"
29804
- },
29805
- "description": "The step value to add"
29806
- }
29807
- ],
29808
- "description": "Increment a value with precision using direct string manipulation"
29809
- },
29810
- {
29811
- "kind": "function",
29812
- "name": "decrementWithPrecision",
29813
- "return": {
29814
- "type": {
29815
- "text": ""
29816
- }
29817
- },
29818
- "parameters": [
29819
- {
29820
- "name": "valueString",
29821
- "type": {
29822
- "text": "string | number"
29823
- },
29824
- "description": "The value as a string to maintain precision"
29825
- },
29826
- {
29827
- "name": "step",
29828
- "type": {
29829
- "text": "number"
29830
- },
29831
- "description": "The step value to subtract"
29832
- }
29833
- ],
29834
- "description": "Decrement a value with precision using direct string manipulation"
29835
- },
29836
- {
29837
- "kind": "function",
29838
- "name": "calculateAutoStepPrecision",
29839
- "return": {
29840
- "type": {
29841
- "text": ""
29842
- }
29843
- },
29844
- "parameters": [
29845
- {
29846
- "name": "value",
29847
- "type": {
29848
- "text": "string | number"
29849
- },
29850
- "description": "The value to calculate step precision for"
29851
- }
29852
- ],
29853
- "description": "Calculate auto step precision based on decimal places\nMaintains original step calculation for compatibility"
29854
29671
  }
29855
29672
  ],
29856
29673
  "exports": [
@@ -29917,46 +29734,6 @@
29917
29734
  "name": "validateMinMax",
29918
29735
  "module": "src/number-field/utils.ts"
29919
29736
  }
29920
- },
29921
- {
29922
- "kind": "js",
29923
- "name": "addWithPrecision",
29924
- "declaration": {
29925
- "name": "addWithPrecision",
29926
- "module": "src/number-field/utils.ts"
29927
- }
29928
- },
29929
- {
29930
- "kind": "js",
29931
- "name": "subtractWithPrecision",
29932
- "declaration": {
29933
- "name": "subtractWithPrecision",
29934
- "module": "src/number-field/utils.ts"
29935
- }
29936
- },
29937
- {
29938
- "kind": "js",
29939
- "name": "incrementWithPrecision",
29940
- "declaration": {
29941
- "name": "incrementWithPrecision",
29942
- "module": "src/number-field/utils.ts"
29943
- }
29944
- },
29945
- {
29946
- "kind": "js",
29947
- "name": "decrementWithPrecision",
29948
- "declaration": {
29949
- "name": "decrementWithPrecision",
29950
- "module": "src/number-field/utils.ts"
29951
- }
29952
- },
29953
- {
29954
- "kind": "js",
29955
- "name": "calculateAutoStepPrecision",
29956
- "declaration": {
29957
- "name": "calculateAutoStepPrecision",
29958
- "module": "src/number-field/utils.ts"
29959
- }
29960
29737
  }
29961
29738
  ]
29962
29739
  },
@@ -41457,6 +41234,14 @@
41457
41234
  },
41458
41235
  "default": "false"
41459
41236
  },
41237
+ {
41238
+ "kind": "field",
41239
+ "name": "allowForwardJumps",
41240
+ "type": {
41241
+ "text": "boolean"
41242
+ },
41243
+ "default": "false"
41244
+ },
41460
41245
  {
41461
41246
  "kind": "field",
41462
41247
  "name": "orientation",
@@ -41600,6 +41385,42 @@
41600
41385
  }
41601
41386
  ]
41602
41387
  },
41388
+ {
41389
+ "kind": "method",
41390
+ "name": "handleBackwardJump",
41391
+ "privacy": "private",
41392
+ "return": {
41393
+ "type": {
41394
+ "text": "void"
41395
+ }
41396
+ },
41397
+ "parameters": [
41398
+ {
41399
+ "name": "targetStepIndex",
41400
+ "type": {
41401
+ "text": "number"
41402
+ }
41403
+ }
41404
+ ]
41405
+ },
41406
+ {
41407
+ "kind": "method",
41408
+ "name": "handleForwardJump",
41409
+ "privacy": "private",
41410
+ "return": {
41411
+ "type": {
41412
+ "text": "void"
41413
+ }
41414
+ },
41415
+ "parameters": [
41416
+ {
41417
+ "name": "targetStepIndex",
41418
+ "type": {
41419
+ "text": "number"
41420
+ }
41421
+ }
41422
+ ]
41423
+ },
41603
41424
  {
41604
41425
  "kind": "field",
41605
41426
  "name": "disabledPreviousStep",
@@ -41816,6 +41637,14 @@
41816
41637
  "default": "false",
41817
41638
  "fieldName": "allowBackwardJumps"
41818
41639
  },
41640
+ {
41641
+ "name": "allow-forward-jumps",
41642
+ "type": {
41643
+ "text": "boolean"
41644
+ },
41645
+ "default": "false",
41646
+ "fieldName": "allowForwardJumps"
41647
+ },
41819
41648
  {
41820
41649
  "name": "orientation",
41821
41650
  "type": {