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