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