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

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