@genesislcap/rapid-design-system 14.481.0 → 14.481.1-alpha-69af5f8.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 +905 -905
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +11 -11
|
@@ -2786,11 +2786,11 @@
|
|
|
2786
2786
|
},
|
|
2787
2787
|
{
|
|
2788
2788
|
"kind": "javascript-module",
|
|
2789
|
-
"path": "src/
|
|
2789
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2790
2790
|
"declarations": [
|
|
2791
2791
|
{
|
|
2792
2792
|
"kind": "function",
|
|
2793
|
-
"name": "
|
|
2793
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2794
2794
|
"return": {
|
|
2795
2795
|
"type": {
|
|
2796
2796
|
"text": "ElementStyles"
|
|
@@ -2815,24 +2815,24 @@
|
|
|
2815
2815
|
"exports": [
|
|
2816
2816
|
{
|
|
2817
2817
|
"kind": "js",
|
|
2818
|
-
"name": "
|
|
2818
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2819
2819
|
"declaration": {
|
|
2820
|
-
"name": "
|
|
2821
|
-
"module": "src/
|
|
2820
|
+
"name": "rapidAnchoredRegionStyles",
|
|
2821
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
2822
2822
|
}
|
|
2823
2823
|
}
|
|
2824
2824
|
]
|
|
2825
2825
|
},
|
|
2826
2826
|
{
|
|
2827
2827
|
"kind": "javascript-module",
|
|
2828
|
-
"path": "src/
|
|
2828
|
+
"path": "src/anchored-region/anchored-region.template.ts",
|
|
2829
2829
|
"declarations": [
|
|
2830
2830
|
{
|
|
2831
2831
|
"kind": "function",
|
|
2832
|
-
"name": "
|
|
2832
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2833
2833
|
"return": {
|
|
2834
2834
|
"type": {
|
|
2835
|
-
"text": "ViewTemplate<
|
|
2835
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2836
2836
|
}
|
|
2837
2837
|
},
|
|
2838
2838
|
"parameters": [
|
|
@@ -2854,746 +2854,692 @@
|
|
|
2854
2854
|
"exports": [
|
|
2855
2855
|
{
|
|
2856
2856
|
"kind": "js",
|
|
2857
|
-
"name": "
|
|
2857
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2858
2858
|
"declaration": {
|
|
2859
|
-
"name": "
|
|
2860
|
-
"module": "src/
|
|
2859
|
+
"name": "rapidAnchoredRegionTemplate",
|
|
2860
|
+
"module": "src/anchored-region/anchored-region.template.ts"
|
|
2861
2861
|
}
|
|
2862
2862
|
}
|
|
2863
2863
|
]
|
|
2864
2864
|
},
|
|
2865
2865
|
{
|
|
2866
2866
|
"kind": "javascript-module",
|
|
2867
|
-
"path": "src/
|
|
2867
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
2868
2868
|
"declarations": [
|
|
2869
2869
|
{
|
|
2870
2870
|
"kind": "class",
|
|
2871
2871
|
"description": "",
|
|
2872
|
-
"name": "
|
|
2872
|
+
"name": "AnchoredRegion",
|
|
2873
2873
|
"superclass": {
|
|
2874
|
-
"name": "
|
|
2874
|
+
"name": "FoundationAnchoredRegion",
|
|
2875
2875
|
"package": "@genesislcap/foundation-ui"
|
|
2876
2876
|
},
|
|
2877
|
-
"tagName": "%%prefix%%-
|
|
2877
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
2878
2878
|
"customElement": true,
|
|
2879
2879
|
"attributes": [
|
|
2880
2880
|
{
|
|
2881
|
-
"name": "
|
|
2881
|
+
"name": "anchor",
|
|
2882
2882
|
"type": {
|
|
2883
2883
|
"text": "string"
|
|
2884
2884
|
},
|
|
2885
|
-
"
|
|
2886
|
-
"
|
|
2885
|
+
"default": "\"\"",
|
|
2886
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
2887
|
+
"fieldName": "anchor",
|
|
2887
2888
|
"inheritedFrom": {
|
|
2888
|
-
"name": "
|
|
2889
|
-
"module": "src/
|
|
2889
|
+
"name": "AnchoredRegion",
|
|
2890
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2890
2891
|
}
|
|
2891
2892
|
},
|
|
2892
2893
|
{
|
|
2893
|
-
"name": "
|
|
2894
|
+
"name": "viewport",
|
|
2894
2895
|
"type": {
|
|
2895
2896
|
"text": "string"
|
|
2896
2897
|
},
|
|
2897
|
-
"
|
|
2898
|
-
"
|
|
2898
|
+
"default": "\"\"",
|
|
2899
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
2900
|
+
"fieldName": "viewport",
|
|
2899
2901
|
"inheritedFrom": {
|
|
2900
|
-
"name": "
|
|
2901
|
-
"module": "src/
|
|
2902
|
+
"name": "AnchoredRegion",
|
|
2903
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2902
2904
|
}
|
|
2903
2905
|
},
|
|
2904
2906
|
{
|
|
2905
|
-
"name": "
|
|
2907
|
+
"name": "horizontal-positioning-mode",
|
|
2906
2908
|
"type": {
|
|
2907
|
-
"text": "
|
|
2909
|
+
"text": "AxisPositioningMode"
|
|
2908
2910
|
},
|
|
2909
|
-
"
|
|
2910
|
-
"
|
|
2911
|
+
"default": "\"uncontrolled\"",
|
|
2912
|
+
"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",
|
|
2913
|
+
"fieldName": "horizontalPositioningMode",
|
|
2911
2914
|
"inheritedFrom": {
|
|
2912
|
-
"name": "
|
|
2913
|
-
"module": "src/
|
|
2915
|
+
"name": "AnchoredRegion",
|
|
2916
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2914
2917
|
}
|
|
2915
2918
|
},
|
|
2916
2919
|
{
|
|
2917
|
-
"name": "
|
|
2920
|
+
"name": "horizontal-default-position",
|
|
2918
2921
|
"type": {
|
|
2919
|
-
"text": "
|
|
2922
|
+
"text": "HorizontalPosition"
|
|
2920
2923
|
},
|
|
2921
|
-
"
|
|
2922
|
-
"
|
|
2924
|
+
"default": "\"unset\"",
|
|
2925
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
2926
|
+
"fieldName": "horizontalDefaultPosition",
|
|
2923
2927
|
"inheritedFrom": {
|
|
2924
|
-
"name": "
|
|
2925
|
-
"module": "src/
|
|
2928
|
+
"name": "AnchoredRegion",
|
|
2929
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2926
2930
|
}
|
|
2927
2931
|
},
|
|
2928
2932
|
{
|
|
2929
|
-
"name": "
|
|
2933
|
+
"name": "horizontal-viewport-lock",
|
|
2930
2934
|
"type": {
|
|
2931
|
-
"text": "
|
|
2935
|
+
"text": "boolean"
|
|
2932
2936
|
},
|
|
2933
|
-
"
|
|
2934
|
-
"
|
|
2937
|
+
"default": "false",
|
|
2938
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
2939
|
+
"fieldName": "horizontalViewportLock",
|
|
2935
2940
|
"inheritedFrom": {
|
|
2936
|
-
"name": "
|
|
2937
|
-
"module": "src/
|
|
2941
|
+
"name": "AnchoredRegion",
|
|
2942
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2938
2943
|
}
|
|
2939
2944
|
},
|
|
2940
2945
|
{
|
|
2941
|
-
"name": "
|
|
2946
|
+
"name": "horizontal-inset",
|
|
2942
2947
|
"type": {
|
|
2943
|
-
"text": "
|
|
2948
|
+
"text": "boolean"
|
|
2944
2949
|
},
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2950
|
+
"default": "false",
|
|
2951
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
2952
|
+
"fieldName": "horizontalInset",
|
|
2947
2953
|
"inheritedFrom": {
|
|
2948
|
-
"name": "
|
|
2949
|
-
"module": "src/
|
|
2954
|
+
"name": "AnchoredRegion",
|
|
2955
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2950
2956
|
}
|
|
2951
2957
|
},
|
|
2952
2958
|
{
|
|
2953
|
-
"name": "
|
|
2959
|
+
"name": "horizontal-threshold",
|
|
2954
2960
|
"type": {
|
|
2955
|
-
"text": "
|
|
2961
|
+
"text": "number"
|
|
2956
2962
|
},
|
|
2957
|
-
"description": "
|
|
2958
|
-
"fieldName": "
|
|
2963
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
2964
|
+
"fieldName": "horizontalThreshold",
|
|
2959
2965
|
"inheritedFrom": {
|
|
2960
|
-
"name": "
|
|
2961
|
-
"module": "src/
|
|
2966
|
+
"name": "AnchoredRegion",
|
|
2967
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2962
2968
|
}
|
|
2963
2969
|
},
|
|
2964
2970
|
{
|
|
2965
|
-
"name": "
|
|
2971
|
+
"name": "horizontal-scaling",
|
|
2966
2972
|
"type": {
|
|
2967
|
-
"text": "
|
|
2973
|
+
"text": "AxisScalingMode"
|
|
2968
2974
|
},
|
|
2969
|
-
"
|
|
2970
|
-
"
|
|
2975
|
+
"default": "\"content\"",
|
|
2976
|
+
"description": "Defines how the width of the region is calculated",
|
|
2977
|
+
"fieldName": "horizontalScaling",
|
|
2971
2978
|
"inheritedFrom": {
|
|
2972
|
-
"name": "
|
|
2973
|
-
"module": "src/
|
|
2979
|
+
"name": "AnchoredRegion",
|
|
2980
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2974
2981
|
}
|
|
2975
|
-
}
|
|
2976
|
-
],
|
|
2977
|
-
"members": [
|
|
2982
|
+
},
|
|
2978
2983
|
{
|
|
2979
|
-
"
|
|
2980
|
-
"name": "download",
|
|
2984
|
+
"name": "vertical-positioning-mode",
|
|
2981
2985
|
"type": {
|
|
2982
|
-
"text": "
|
|
2986
|
+
"text": "AxisPositioningMode"
|
|
2983
2987
|
},
|
|
2984
|
-
"
|
|
2985
|
-
"description": "
|
|
2988
|
+
"default": "\"uncontrolled\"",
|
|
2989
|
+
"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",
|
|
2990
|
+
"fieldName": "verticalPositioningMode",
|
|
2986
2991
|
"inheritedFrom": {
|
|
2987
|
-
"name": "
|
|
2988
|
-
"module": "src/
|
|
2992
|
+
"name": "AnchoredRegion",
|
|
2993
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
2989
2994
|
}
|
|
2990
2995
|
},
|
|
2991
2996
|
{
|
|
2992
|
-
"
|
|
2993
|
-
"name": "href",
|
|
2997
|
+
"name": "vertical-default-position",
|
|
2994
2998
|
"type": {
|
|
2995
|
-
"text": "
|
|
2999
|
+
"text": "VerticalPosition"
|
|
2996
3000
|
},
|
|
2997
|
-
"
|
|
2998
|
-
"description": "The
|
|
3001
|
+
"default": "\"unset\"",
|
|
3002
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3003
|
+
"fieldName": "verticalDefaultPosition",
|
|
2999
3004
|
"inheritedFrom": {
|
|
3000
|
-
"name": "
|
|
3001
|
-
"module": "src/
|
|
3005
|
+
"name": "AnchoredRegion",
|
|
3006
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3002
3007
|
}
|
|
3003
3008
|
},
|
|
3004
3009
|
{
|
|
3005
|
-
"
|
|
3006
|
-
"name": "hreflang",
|
|
3010
|
+
"name": "vertical-viewport-lock",
|
|
3007
3011
|
"type": {
|
|
3008
|
-
"text": "
|
|
3012
|
+
"text": "boolean"
|
|
3009
3013
|
},
|
|
3010
|
-
"
|
|
3011
|
-
"description": "
|
|
3014
|
+
"default": "false",
|
|
3015
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3016
|
+
"fieldName": "verticalViewportLock",
|
|
3012
3017
|
"inheritedFrom": {
|
|
3013
|
-
"name": "
|
|
3014
|
-
"module": "src/
|
|
3018
|
+
"name": "AnchoredRegion",
|
|
3019
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3015
3020
|
}
|
|
3016
3021
|
},
|
|
3017
3022
|
{
|
|
3018
|
-
"
|
|
3019
|
-
"name": "ping",
|
|
3023
|
+
"name": "vertical-inset",
|
|
3020
3024
|
"type": {
|
|
3021
|
-
"text": "
|
|
3025
|
+
"text": "boolean"
|
|
3022
3026
|
},
|
|
3023
|
-
"
|
|
3024
|
-
"description": "
|
|
3027
|
+
"default": "false",
|
|
3028
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3029
|
+
"fieldName": "verticalInset",
|
|
3025
3030
|
"inheritedFrom": {
|
|
3026
|
-
"name": "
|
|
3027
|
-
"module": "src/
|
|
3031
|
+
"name": "AnchoredRegion",
|
|
3032
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3028
3033
|
}
|
|
3029
3034
|
},
|
|
3030
3035
|
{
|
|
3031
|
-
"
|
|
3032
|
-
"name": "referrerpolicy",
|
|
3036
|
+
"name": "vertical-threshold",
|
|
3033
3037
|
"type": {
|
|
3034
|
-
"text": "
|
|
3038
|
+
"text": "number"
|
|
3035
3039
|
},
|
|
3036
|
-
"
|
|
3037
|
-
"
|
|
3040
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3041
|
+
"fieldName": "verticalThreshold",
|
|
3038
3042
|
"inheritedFrom": {
|
|
3039
|
-
"name": "
|
|
3040
|
-
"module": "src/
|
|
3043
|
+
"name": "AnchoredRegion",
|
|
3044
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3041
3045
|
}
|
|
3042
3046
|
},
|
|
3043
3047
|
{
|
|
3044
|
-
"
|
|
3045
|
-
"name": "rel",
|
|
3048
|
+
"name": "vertical-scaling",
|
|
3046
3049
|
"type": {
|
|
3047
|
-
"text": "
|
|
3050
|
+
"text": "AxisScalingMode"
|
|
3048
3051
|
},
|
|
3049
|
-
"
|
|
3050
|
-
"description": "
|
|
3052
|
+
"default": "\"content\"",
|
|
3053
|
+
"description": "Defines how the height of the region is calculated",
|
|
3054
|
+
"fieldName": "verticalScaling",
|
|
3051
3055
|
"inheritedFrom": {
|
|
3052
|
-
"name": "
|
|
3053
|
-
"module": "src/
|
|
3056
|
+
"name": "AnchoredRegion",
|
|
3057
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3054
3058
|
}
|
|
3055
3059
|
},
|
|
3056
3060
|
{
|
|
3057
|
-
"
|
|
3058
|
-
"name": "target",
|
|
3061
|
+
"name": "fixed-placement",
|
|
3059
3062
|
"type": {
|
|
3060
|
-
"text": "
|
|
3063
|
+
"text": "boolean"
|
|
3061
3064
|
},
|
|
3062
|
-
"
|
|
3063
|
-
"description": "
|
|
3065
|
+
"default": "false",
|
|
3066
|
+
"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,",
|
|
3067
|
+
"fieldName": "fixedPlacement",
|
|
3064
3068
|
"inheritedFrom": {
|
|
3065
|
-
"name": "
|
|
3066
|
-
"module": "src/
|
|
3069
|
+
"name": "AnchoredRegion",
|
|
3070
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3067
3071
|
}
|
|
3068
3072
|
},
|
|
3069
3073
|
{
|
|
3070
|
-
"
|
|
3071
|
-
"name": "type",
|
|
3074
|
+
"name": "auto-update-mode",
|
|
3072
3075
|
"type": {
|
|
3073
|
-
"text": "
|
|
3076
|
+
"text": "AutoUpdateMode"
|
|
3074
3077
|
},
|
|
3075
|
-
"
|
|
3076
|
-
"description": "
|
|
3078
|
+
"default": "\"anchor\"",
|
|
3079
|
+
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3080
|
+
"fieldName": "autoUpdateMode",
|
|
3077
3081
|
"inheritedFrom": {
|
|
3078
|
-
"name": "
|
|
3079
|
-
"module": "src/
|
|
3082
|
+
"name": "AnchoredRegion",
|
|
3083
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3080
3084
|
}
|
|
3081
|
-
}
|
|
3085
|
+
}
|
|
3086
|
+
],
|
|
3087
|
+
"members": [
|
|
3082
3088
|
{
|
|
3083
3089
|
"kind": "field",
|
|
3084
|
-
"name": "
|
|
3090
|
+
"name": "anchor",
|
|
3085
3091
|
"type": {
|
|
3086
|
-
"text": "
|
|
3092
|
+
"text": "string"
|
|
3087
3093
|
},
|
|
3088
3094
|
"privacy": "public",
|
|
3089
|
-
"
|
|
3095
|
+
"default": "\"\"",
|
|
3096
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3090
3097
|
"inheritedFrom": {
|
|
3091
|
-
"name": "
|
|
3092
|
-
"module": "src/
|
|
3098
|
+
"name": "AnchoredRegion",
|
|
3099
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3093
3100
|
}
|
|
3094
3101
|
},
|
|
3095
3102
|
{
|
|
3096
|
-
"kind": "
|
|
3097
|
-
"name": "
|
|
3103
|
+
"kind": "method",
|
|
3104
|
+
"name": "anchorChanged",
|
|
3098
3105
|
"privacy": "private",
|
|
3099
|
-
"
|
|
3106
|
+
"return": {
|
|
3107
|
+
"type": {
|
|
3108
|
+
"text": "void"
|
|
3109
|
+
}
|
|
3110
|
+
},
|
|
3100
3111
|
"inheritedFrom": {
|
|
3101
|
-
"name": "
|
|
3102
|
-
"module": "src/
|
|
3112
|
+
"name": "AnchoredRegion",
|
|
3113
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3103
3114
|
}
|
|
3104
3115
|
},
|
|
3105
3116
|
{
|
|
3106
3117
|
"kind": "field",
|
|
3107
|
-
"name": "
|
|
3118
|
+
"name": "viewport",
|
|
3108
3119
|
"type": {
|
|
3109
|
-
"text": "
|
|
3120
|
+
"text": "string"
|
|
3110
3121
|
},
|
|
3122
|
+
"privacy": "public",
|
|
3123
|
+
"default": "\"\"",
|
|
3124
|
+
"description": "The HTML ID of the viewport element this region is positioned relative to",
|
|
3125
|
+
"inheritedFrom": {
|
|
3126
|
+
"name": "AnchoredRegion",
|
|
3127
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3128
|
+
}
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"kind": "method",
|
|
3132
|
+
"name": "viewportChanged",
|
|
3111
3133
|
"privacy": "private",
|
|
3112
|
-
"
|
|
3134
|
+
"return": {
|
|
3135
|
+
"type": {
|
|
3136
|
+
"text": "void"
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3113
3139
|
"inheritedFrom": {
|
|
3114
|
-
"name": "
|
|
3115
|
-
"module": "src/
|
|
3140
|
+
"name": "AnchoredRegion",
|
|
3141
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3116
3142
|
}
|
|
3117
3143
|
},
|
|
3118
3144
|
{
|
|
3119
3145
|
"kind": "field",
|
|
3120
|
-
"name": "
|
|
3146
|
+
"name": "horizontalPositioningMode",
|
|
3121
3147
|
"type": {
|
|
3122
|
-
"text": "
|
|
3148
|
+
"text": "AxisPositioningMode"
|
|
3123
3149
|
},
|
|
3124
3150
|
"privacy": "public",
|
|
3125
|
-
"
|
|
3151
|
+
"default": "\"uncontrolled\"",
|
|
3152
|
+
"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",
|
|
3126
3153
|
"inheritedFrom": {
|
|
3127
|
-
"name": "
|
|
3128
|
-
"module": "src/
|
|
3154
|
+
"name": "AnchoredRegion",
|
|
3155
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"kind": "method",
|
|
3160
|
+
"name": "horizontalPositioningModeChanged",
|
|
3161
|
+
"privacy": "private",
|
|
3162
|
+
"return": {
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "void"
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
"inheritedFrom": {
|
|
3168
|
+
"name": "AnchoredRegion",
|
|
3169
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3129
3170
|
}
|
|
3130
3171
|
},
|
|
3131
3172
|
{
|
|
3132
3173
|
"kind": "field",
|
|
3133
|
-
"name": "
|
|
3174
|
+
"name": "horizontalDefaultPosition",
|
|
3134
3175
|
"type": {
|
|
3135
|
-
"text": "
|
|
3176
|
+
"text": "HorizontalPosition"
|
|
3136
3177
|
},
|
|
3137
3178
|
"privacy": "public",
|
|
3138
|
-
"
|
|
3179
|
+
"default": "\"unset\"",
|
|
3180
|
+
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3139
3181
|
"inheritedFrom": {
|
|
3140
|
-
"name": "
|
|
3141
|
-
"module": "src/
|
|
3182
|
+
"name": "AnchoredRegion",
|
|
3183
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3142
3184
|
}
|
|
3143
3185
|
},
|
|
3144
3186
|
{
|
|
3145
3187
|
"kind": "method",
|
|
3146
|
-
"name": "
|
|
3147
|
-
"privacy": "
|
|
3188
|
+
"name": "horizontalDefaultPositionChanged",
|
|
3189
|
+
"privacy": "private",
|
|
3148
3190
|
"return": {
|
|
3149
3191
|
"type": {
|
|
3150
3192
|
"text": "void"
|
|
3151
3193
|
}
|
|
3152
3194
|
},
|
|
3153
3195
|
"inheritedFrom": {
|
|
3154
|
-
"name": "
|
|
3155
|
-
"module": "src/
|
|
3196
|
+
"name": "AnchoredRegion",
|
|
3197
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3156
3198
|
}
|
|
3157
3199
|
},
|
|
3158
3200
|
{
|
|
3159
3201
|
"kind": "field",
|
|
3160
|
-
"name": "
|
|
3202
|
+
"name": "horizontalViewportLock",
|
|
3161
3203
|
"type": {
|
|
3162
|
-
"text": "
|
|
3204
|
+
"text": "boolean"
|
|
3163
3205
|
},
|
|
3164
3206
|
"privacy": "public",
|
|
3165
|
-
"
|
|
3207
|
+
"default": "false",
|
|
3208
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3166
3209
|
"inheritedFrom": {
|
|
3167
|
-
"name": "
|
|
3168
|
-
"module": "src/
|
|
3210
|
+
"name": "AnchoredRegion",
|
|
3211
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3169
3212
|
}
|
|
3170
3213
|
},
|
|
3171
3214
|
{
|
|
3172
3215
|
"kind": "method",
|
|
3173
|
-
"name": "
|
|
3174
|
-
"privacy": "
|
|
3216
|
+
"name": "horizontalViewportLockChanged",
|
|
3217
|
+
"privacy": "private",
|
|
3175
3218
|
"return": {
|
|
3176
3219
|
"type": {
|
|
3177
3220
|
"text": "void"
|
|
3178
3221
|
}
|
|
3179
3222
|
},
|
|
3180
3223
|
"inheritedFrom": {
|
|
3181
|
-
"name": "
|
|
3182
|
-
"module": "src/
|
|
3224
|
+
"name": "AnchoredRegion",
|
|
3225
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3183
3226
|
}
|
|
3184
3227
|
},
|
|
3185
3228
|
{
|
|
3186
|
-
"kind": "
|
|
3187
|
-
"name": "
|
|
3229
|
+
"kind": "field",
|
|
3230
|
+
"name": "horizontalInset",
|
|
3231
|
+
"type": {
|
|
3232
|
+
"text": "boolean"
|
|
3233
|
+
},
|
|
3188
3234
|
"privacy": "public",
|
|
3189
|
-
"
|
|
3235
|
+
"default": "false",
|
|
3236
|
+
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3237
|
+
"inheritedFrom": {
|
|
3238
|
+
"name": "AnchoredRegion",
|
|
3239
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"kind": "method",
|
|
3244
|
+
"name": "horizontalInsetChanged",
|
|
3245
|
+
"privacy": "private",
|
|
3190
3246
|
"return": {
|
|
3191
3247
|
"type": {
|
|
3192
|
-
"text": "
|
|
3248
|
+
"text": "void"
|
|
3193
3249
|
}
|
|
3194
3250
|
},
|
|
3195
|
-
"parameters": [
|
|
3196
|
-
{
|
|
3197
|
-
"name": "this",
|
|
3198
|
-
"type": {
|
|
3199
|
-
"text": "K"
|
|
3200
|
-
}
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "elementDefinition",
|
|
3204
|
-
"type": {
|
|
3205
|
-
"text": "T"
|
|
3206
|
-
},
|
|
3207
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3208
|
-
}
|
|
3209
|
-
],
|
|
3210
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3211
3251
|
"inheritedFrom": {
|
|
3212
|
-
"name": "
|
|
3213
|
-
"module": "src/
|
|
3252
|
+
"name": "AnchoredRegion",
|
|
3253
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3214
3254
|
}
|
|
3215
|
-
}
|
|
3216
|
-
]
|
|
3217
|
-
},
|
|
3218
|
-
{
|
|
3219
|
-
"kind": "variable",
|
|
3220
|
-
"name": "rapidAnchor"
|
|
3221
|
-
}
|
|
3222
|
-
],
|
|
3223
|
-
"exports": [
|
|
3224
|
-
{
|
|
3225
|
-
"kind": "js",
|
|
3226
|
-
"name": "Anchor",
|
|
3227
|
-
"declaration": {
|
|
3228
|
-
"name": "Anchor",
|
|
3229
|
-
"module": "src/anchor/anchor.ts"
|
|
3230
|
-
}
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"kind": "js",
|
|
3234
|
-
"name": "rapidAnchor",
|
|
3235
|
-
"declaration": {
|
|
3236
|
-
"name": "rapidAnchor",
|
|
3237
|
-
"module": "src/anchor/anchor.ts"
|
|
3238
|
-
}
|
|
3239
|
-
}
|
|
3240
|
-
]
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"kind": "javascript-module",
|
|
3244
|
-
"path": "src/anchor/index.ts",
|
|
3245
|
-
"declarations": [],
|
|
3246
|
-
"exports": [
|
|
3247
|
-
{
|
|
3248
|
-
"kind": "js",
|
|
3249
|
-
"name": "*",
|
|
3250
|
-
"declaration": {
|
|
3251
|
-
"name": "*",
|
|
3252
|
-
"package": "./anchor"
|
|
3253
|
-
}
|
|
3254
|
-
},
|
|
3255
|
-
{
|
|
3256
|
-
"kind": "js",
|
|
3257
|
-
"name": "*",
|
|
3258
|
-
"declaration": {
|
|
3259
|
-
"name": "*",
|
|
3260
|
-
"package": "./anchor.styles"
|
|
3261
|
-
}
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"kind": "js",
|
|
3265
|
-
"name": "*",
|
|
3266
|
-
"declaration": {
|
|
3267
|
-
"name": "*",
|
|
3268
|
-
"package": "./anchor.template"
|
|
3269
|
-
}
|
|
3270
|
-
}
|
|
3271
|
-
]
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"kind": "javascript-module",
|
|
3275
|
-
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
3276
|
-
"declarations": [
|
|
3277
|
-
{
|
|
3278
|
-
"kind": "function",
|
|
3279
|
-
"name": "rapidAnchoredRegionStyles",
|
|
3280
|
-
"return": {
|
|
3281
|
-
"type": {
|
|
3282
|
-
"text": "ElementStyles"
|
|
3283
|
-
}
|
|
3284
|
-
},
|
|
3285
|
-
"parameters": [
|
|
3255
|
+
},
|
|
3286
3256
|
{
|
|
3287
|
-
"
|
|
3257
|
+
"kind": "field",
|
|
3258
|
+
"name": "horizontalThreshold",
|
|
3288
3259
|
"type": {
|
|
3289
|
-
"text": "
|
|
3260
|
+
"text": "number"
|
|
3261
|
+
},
|
|
3262
|
+
"privacy": "public",
|
|
3263
|
+
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3264
|
+
"inheritedFrom": {
|
|
3265
|
+
"name": "AnchoredRegion",
|
|
3266
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3290
3267
|
}
|
|
3291
3268
|
},
|
|
3292
3269
|
{
|
|
3293
|
-
"
|
|
3270
|
+
"kind": "method",
|
|
3271
|
+
"name": "horizontalThresholdChanged",
|
|
3272
|
+
"privacy": "private",
|
|
3273
|
+
"return": {
|
|
3274
|
+
"type": {
|
|
3275
|
+
"text": "void"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
"inheritedFrom": {
|
|
3279
|
+
"name": "AnchoredRegion",
|
|
3280
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"kind": "field",
|
|
3285
|
+
"name": "horizontalScaling",
|
|
3294
3286
|
"type": {
|
|
3295
|
-
"text": "
|
|
3296
|
-
}
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
"kind": "js",
|
|
3304
|
-
"name": "rapidAnchoredRegionStyles",
|
|
3305
|
-
"declaration": {
|
|
3306
|
-
"name": "rapidAnchoredRegionStyles",
|
|
3307
|
-
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
3308
|
-
}
|
|
3309
|
-
}
|
|
3310
|
-
]
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"kind": "javascript-module",
|
|
3314
|
-
"path": "src/anchored-region/anchored-region.template.ts",
|
|
3315
|
-
"declarations": [
|
|
3316
|
-
{
|
|
3317
|
-
"kind": "function",
|
|
3318
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
3319
|
-
"return": {
|
|
3320
|
-
"type": {
|
|
3321
|
-
"text": "ViewTemplate<AnchoredRegion>"
|
|
3322
|
-
}
|
|
3323
|
-
},
|
|
3324
|
-
"parameters": [
|
|
3325
|
-
{
|
|
3326
|
-
"name": "context",
|
|
3327
|
-
"type": {
|
|
3328
|
-
"text": "ElementDefinitionContext"
|
|
3287
|
+
"text": "AxisScalingMode"
|
|
3288
|
+
},
|
|
3289
|
+
"privacy": "public",
|
|
3290
|
+
"default": "\"content\"",
|
|
3291
|
+
"description": "Defines how the width of the region is calculated",
|
|
3292
|
+
"inheritedFrom": {
|
|
3293
|
+
"name": "AnchoredRegion",
|
|
3294
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3329
3295
|
}
|
|
3330
3296
|
},
|
|
3331
3297
|
{
|
|
3332
|
-
"
|
|
3333
|
-
"
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
],
|
|
3340
|
-
"exports": [
|
|
3341
|
-
{
|
|
3342
|
-
"kind": "js",
|
|
3343
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
3344
|
-
"declaration": {
|
|
3345
|
-
"name": "rapidAnchoredRegionTemplate",
|
|
3346
|
-
"module": "src/anchored-region/anchored-region.template.ts"
|
|
3347
|
-
}
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/anchored-region/anchored-region.ts",
|
|
3354
|
-
"declarations": [
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "class",
|
|
3357
|
-
"description": "",
|
|
3358
|
-
"name": "AnchoredRegion",
|
|
3359
|
-
"superclass": {
|
|
3360
|
-
"name": "FoundationAnchoredRegion",
|
|
3361
|
-
"package": "@genesislcap/foundation-ui"
|
|
3362
|
-
},
|
|
3363
|
-
"tagName": "%%prefix%%-anchored-region",
|
|
3364
|
-
"customElement": true,
|
|
3365
|
-
"attributes": [
|
|
3366
|
-
{
|
|
3367
|
-
"name": "anchor",
|
|
3368
|
-
"type": {
|
|
3369
|
-
"text": "string"
|
|
3298
|
+
"kind": "method",
|
|
3299
|
+
"name": "horizontalScalingChanged",
|
|
3300
|
+
"privacy": "private",
|
|
3301
|
+
"return": {
|
|
3302
|
+
"type": {
|
|
3303
|
+
"text": "void"
|
|
3304
|
+
}
|
|
3370
3305
|
},
|
|
3371
|
-
"default": "\"\"",
|
|
3372
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3373
|
-
"fieldName": "anchor",
|
|
3374
3306
|
"inheritedFrom": {
|
|
3375
3307
|
"name": "AnchoredRegion",
|
|
3376
3308
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3377
3309
|
}
|
|
3378
3310
|
},
|
|
3379
3311
|
{
|
|
3380
|
-
"
|
|
3312
|
+
"kind": "field",
|
|
3313
|
+
"name": "verticalPositioningMode",
|
|
3381
3314
|
"type": {
|
|
3382
|
-
"text": "
|
|
3315
|
+
"text": "AxisPositioningMode"
|
|
3383
3316
|
},
|
|
3384
|
-
"
|
|
3385
|
-
"
|
|
3386
|
-
"
|
|
3317
|
+
"privacy": "public",
|
|
3318
|
+
"default": "\"uncontrolled\"",
|
|
3319
|
+
"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",
|
|
3387
3320
|
"inheritedFrom": {
|
|
3388
3321
|
"name": "AnchoredRegion",
|
|
3389
3322
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3390
3323
|
}
|
|
3391
3324
|
},
|
|
3392
3325
|
{
|
|
3393
|
-
"
|
|
3394
|
-
"
|
|
3395
|
-
|
|
3326
|
+
"kind": "method",
|
|
3327
|
+
"name": "verticalPositioningModeChanged",
|
|
3328
|
+
"privacy": "private",
|
|
3329
|
+
"return": {
|
|
3330
|
+
"type": {
|
|
3331
|
+
"text": "void"
|
|
3332
|
+
}
|
|
3396
3333
|
},
|
|
3397
|
-
"default": "\"uncontrolled\"",
|
|
3398
|
-
"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",
|
|
3399
|
-
"fieldName": "horizontalPositioningMode",
|
|
3400
3334
|
"inheritedFrom": {
|
|
3401
3335
|
"name": "AnchoredRegion",
|
|
3402
3336
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3403
3337
|
}
|
|
3404
3338
|
},
|
|
3405
3339
|
{
|
|
3406
|
-
"
|
|
3340
|
+
"kind": "field",
|
|
3341
|
+
"name": "verticalDefaultPosition",
|
|
3407
3342
|
"type": {
|
|
3408
|
-
"text": "
|
|
3343
|
+
"text": "VerticalPosition"
|
|
3409
3344
|
},
|
|
3345
|
+
"privacy": "public",
|
|
3410
3346
|
"default": "\"unset\"",
|
|
3411
|
-
"description": "The default
|
|
3412
|
-
"fieldName": "horizontalDefaultPosition",
|
|
3347
|
+
"description": "The default vertical position of the region relative to the anchor element",
|
|
3413
3348
|
"inheritedFrom": {
|
|
3414
3349
|
"name": "AnchoredRegion",
|
|
3415
3350
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3416
3351
|
}
|
|
3417
3352
|
},
|
|
3418
3353
|
{
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3421
|
-
|
|
3354
|
+
"kind": "method",
|
|
3355
|
+
"name": "verticalDefaultPositionChanged",
|
|
3356
|
+
"privacy": "private",
|
|
3357
|
+
"return": {
|
|
3358
|
+
"type": {
|
|
3359
|
+
"text": "void"
|
|
3360
|
+
}
|
|
3422
3361
|
},
|
|
3423
|
-
"default": "false",
|
|
3424
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3425
|
-
"fieldName": "horizontalViewportLock",
|
|
3426
3362
|
"inheritedFrom": {
|
|
3427
3363
|
"name": "AnchoredRegion",
|
|
3428
3364
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3429
3365
|
}
|
|
3430
3366
|
},
|
|
3431
3367
|
{
|
|
3432
|
-
"
|
|
3368
|
+
"kind": "field",
|
|
3369
|
+
"name": "verticalViewportLock",
|
|
3433
3370
|
"type": {
|
|
3434
3371
|
"text": "boolean"
|
|
3435
3372
|
},
|
|
3373
|
+
"privacy": "public",
|
|
3436
3374
|
"default": "false",
|
|
3437
|
-
"description": "Whether the region
|
|
3438
|
-
"fieldName": "horizontalInset",
|
|
3375
|
+
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3439
3376
|
"inheritedFrom": {
|
|
3440
3377
|
"name": "AnchoredRegion",
|
|
3441
3378
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3442
3379
|
}
|
|
3443
3380
|
},
|
|
3444
3381
|
{
|
|
3445
|
-
"
|
|
3446
|
-
"
|
|
3447
|
-
|
|
3382
|
+
"kind": "method",
|
|
3383
|
+
"name": "verticalViewportLockChanged",
|
|
3384
|
+
"privacy": "private",
|
|
3385
|
+
"return": {
|
|
3386
|
+
"type": {
|
|
3387
|
+
"text": "void"
|
|
3388
|
+
}
|
|
3448
3389
|
},
|
|
3449
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3450
|
-
"fieldName": "horizontalThreshold",
|
|
3451
3390
|
"inheritedFrom": {
|
|
3452
3391
|
"name": "AnchoredRegion",
|
|
3453
3392
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3454
3393
|
}
|
|
3455
3394
|
},
|
|
3456
3395
|
{
|
|
3457
|
-
"
|
|
3396
|
+
"kind": "field",
|
|
3397
|
+
"name": "verticalInset",
|
|
3458
3398
|
"type": {
|
|
3459
|
-
"text": "
|
|
3399
|
+
"text": "boolean"
|
|
3460
3400
|
},
|
|
3461
|
-
"
|
|
3462
|
-
"
|
|
3463
|
-
"
|
|
3401
|
+
"privacy": "public",
|
|
3402
|
+
"default": "false",
|
|
3403
|
+
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3464
3404
|
"inheritedFrom": {
|
|
3465
3405
|
"name": "AnchoredRegion",
|
|
3466
3406
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3467
3407
|
}
|
|
3468
3408
|
},
|
|
3469
3409
|
{
|
|
3470
|
-
"
|
|
3471
|
-
"
|
|
3472
|
-
|
|
3410
|
+
"kind": "method",
|
|
3411
|
+
"name": "verticalInsetChanged",
|
|
3412
|
+
"privacy": "private",
|
|
3413
|
+
"return": {
|
|
3414
|
+
"type": {
|
|
3415
|
+
"text": "void"
|
|
3416
|
+
}
|
|
3473
3417
|
},
|
|
3474
|
-
"default": "\"uncontrolled\"",
|
|
3475
|
-
"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",
|
|
3476
|
-
"fieldName": "verticalPositioningMode",
|
|
3477
3418
|
"inheritedFrom": {
|
|
3478
3419
|
"name": "AnchoredRegion",
|
|
3479
3420
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3480
3421
|
}
|
|
3481
3422
|
},
|
|
3482
3423
|
{
|
|
3483
|
-
"
|
|
3424
|
+
"kind": "field",
|
|
3425
|
+
"name": "verticalThreshold",
|
|
3484
3426
|
"type": {
|
|
3485
|
-
"text": "
|
|
3427
|
+
"text": "number"
|
|
3486
3428
|
},
|
|
3487
|
-
"
|
|
3488
|
-
"description": "
|
|
3489
|
-
"fieldName": "verticalDefaultPosition",
|
|
3429
|
+
"privacy": "public",
|
|
3430
|
+
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3490
3431
|
"inheritedFrom": {
|
|
3491
3432
|
"name": "AnchoredRegion",
|
|
3492
3433
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3493
3434
|
}
|
|
3494
3435
|
},
|
|
3495
3436
|
{
|
|
3496
|
-
"
|
|
3497
|
-
"
|
|
3498
|
-
|
|
3437
|
+
"kind": "method",
|
|
3438
|
+
"name": "verticalThresholdChanged",
|
|
3439
|
+
"privacy": "private",
|
|
3440
|
+
"return": {
|
|
3441
|
+
"type": {
|
|
3442
|
+
"text": "void"
|
|
3443
|
+
}
|
|
3499
3444
|
},
|
|
3500
|
-
"default": "false",
|
|
3501
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3502
|
-
"fieldName": "verticalViewportLock",
|
|
3503
3445
|
"inheritedFrom": {
|
|
3504
3446
|
"name": "AnchoredRegion",
|
|
3505
3447
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3506
3448
|
}
|
|
3507
3449
|
},
|
|
3508
3450
|
{
|
|
3509
|
-
"
|
|
3451
|
+
"kind": "field",
|
|
3452
|
+
"name": "verticalScaling",
|
|
3510
3453
|
"type": {
|
|
3511
|
-
"text": "
|
|
3454
|
+
"text": "AxisScalingMode"
|
|
3512
3455
|
},
|
|
3513
|
-
"
|
|
3514
|
-
"
|
|
3515
|
-
"
|
|
3456
|
+
"privacy": "public",
|
|
3457
|
+
"default": "\"content\"",
|
|
3458
|
+
"description": "Defines how the height of the region is calculated",
|
|
3516
3459
|
"inheritedFrom": {
|
|
3517
3460
|
"name": "AnchoredRegion",
|
|
3518
3461
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3519
3462
|
}
|
|
3520
3463
|
},
|
|
3521
3464
|
{
|
|
3522
|
-
"
|
|
3523
|
-
"
|
|
3524
|
-
|
|
3465
|
+
"kind": "method",
|
|
3466
|
+
"name": "verticalScalingChanged",
|
|
3467
|
+
"privacy": "private",
|
|
3468
|
+
"return": {
|
|
3469
|
+
"type": {
|
|
3470
|
+
"text": "void"
|
|
3471
|
+
}
|
|
3525
3472
|
},
|
|
3526
|
-
"description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
|
|
3527
|
-
"fieldName": "verticalThreshold",
|
|
3528
3473
|
"inheritedFrom": {
|
|
3529
3474
|
"name": "AnchoredRegion",
|
|
3530
3475
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3531
3476
|
}
|
|
3532
3477
|
},
|
|
3533
3478
|
{
|
|
3534
|
-
"
|
|
3479
|
+
"kind": "field",
|
|
3480
|
+
"name": "fixedPlacement",
|
|
3535
3481
|
"type": {
|
|
3536
|
-
"text": "
|
|
3482
|
+
"text": "boolean"
|
|
3537
3483
|
},
|
|
3538
|
-
"
|
|
3539
|
-
"
|
|
3540
|
-
"
|
|
3484
|
+
"privacy": "public",
|
|
3485
|
+
"default": "false",
|
|
3486
|
+
"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,",
|
|
3541
3487
|
"inheritedFrom": {
|
|
3542
3488
|
"name": "AnchoredRegion",
|
|
3543
3489
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3544
3490
|
}
|
|
3545
3491
|
},
|
|
3546
3492
|
{
|
|
3547
|
-
"
|
|
3548
|
-
"
|
|
3549
|
-
|
|
3493
|
+
"kind": "method",
|
|
3494
|
+
"name": "fixedPlacementChanged",
|
|
3495
|
+
"privacy": "private",
|
|
3496
|
+
"return": {
|
|
3497
|
+
"type": {
|
|
3498
|
+
"text": "void"
|
|
3499
|
+
}
|
|
3550
3500
|
},
|
|
3551
|
-
"default": "false",
|
|
3552
|
-
"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,",
|
|
3553
|
-
"fieldName": "fixedPlacement",
|
|
3554
3501
|
"inheritedFrom": {
|
|
3555
3502
|
"name": "AnchoredRegion",
|
|
3556
3503
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3557
3504
|
}
|
|
3558
3505
|
},
|
|
3559
3506
|
{
|
|
3560
|
-
"
|
|
3507
|
+
"kind": "field",
|
|
3508
|
+
"name": "autoUpdateMode",
|
|
3561
3509
|
"type": {
|
|
3562
3510
|
"text": "AutoUpdateMode"
|
|
3563
3511
|
},
|
|
3512
|
+
"privacy": "public",
|
|
3564
3513
|
"default": "\"anchor\"",
|
|
3565
3514
|
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3566
|
-
"fieldName": "autoUpdateMode",
|
|
3567
3515
|
"inheritedFrom": {
|
|
3568
3516
|
"name": "AnchoredRegion",
|
|
3569
3517
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3570
3518
|
}
|
|
3571
|
-
}
|
|
3572
|
-
],
|
|
3573
|
-
"members": [
|
|
3574
|
-
{
|
|
3575
|
-
"kind": "field",
|
|
3576
|
-
"name": "anchor",
|
|
3577
|
-
"type": {
|
|
3578
|
-
"text": "string"
|
|
3579
|
-
},
|
|
3580
|
-
"privacy": "public",
|
|
3581
|
-
"default": "\"\"",
|
|
3582
|
-
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3583
|
-
"inheritedFrom": {
|
|
3584
|
-
"name": "AnchoredRegion",
|
|
3585
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3586
|
-
}
|
|
3587
|
-
},
|
|
3519
|
+
},
|
|
3588
3520
|
{
|
|
3589
3521
|
"kind": "method",
|
|
3590
|
-
"name": "
|
|
3522
|
+
"name": "autoUpdateModeChanged",
|
|
3591
3523
|
"privacy": "private",
|
|
3592
3524
|
"return": {
|
|
3593
3525
|
"type": {
|
|
3594
3526
|
"text": "void"
|
|
3595
3527
|
}
|
|
3596
3528
|
},
|
|
3529
|
+
"parameters": [
|
|
3530
|
+
{
|
|
3531
|
+
"name": "prevMode",
|
|
3532
|
+
"type": {
|
|
3533
|
+
"text": "AutoUpdateMode"
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
"name": "newMode",
|
|
3538
|
+
"type": {
|
|
3539
|
+
"text": "AutoUpdateMode"
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
],
|
|
3597
3543
|
"inheritedFrom": {
|
|
3598
3544
|
"name": "AnchoredRegion",
|
|
3599
3545
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3601,13 +3547,13 @@
|
|
|
3601
3547
|
},
|
|
3602
3548
|
{
|
|
3603
3549
|
"kind": "field",
|
|
3604
|
-
"name": "
|
|
3550
|
+
"name": "anchorElement",
|
|
3605
3551
|
"type": {
|
|
3606
|
-
"text": "
|
|
3552
|
+
"text": "HTMLElement | null"
|
|
3607
3553
|
},
|
|
3608
3554
|
"privacy": "public",
|
|
3609
|
-
"default": "
|
|
3610
|
-
"description": "The HTML
|
|
3555
|
+
"default": "null",
|
|
3556
|
+
"description": "The HTML element being used as the anchor",
|
|
3611
3557
|
"inheritedFrom": {
|
|
3612
3558
|
"name": "AnchoredRegion",
|
|
3613
3559
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3615,7 +3561,7 @@
|
|
|
3615
3561
|
},
|
|
3616
3562
|
{
|
|
3617
3563
|
"kind": "method",
|
|
3618
|
-
"name": "
|
|
3564
|
+
"name": "anchorElementChanged",
|
|
3619
3565
|
"privacy": "private",
|
|
3620
3566
|
"return": {
|
|
3621
3567
|
"type": {
|
|
@@ -3629,13 +3575,13 @@
|
|
|
3629
3575
|
},
|
|
3630
3576
|
{
|
|
3631
3577
|
"kind": "field",
|
|
3632
|
-
"name": "
|
|
3578
|
+
"name": "viewportElement",
|
|
3633
3579
|
"type": {
|
|
3634
|
-
"text": "
|
|
3580
|
+
"text": "HTMLElement | null"
|
|
3635
3581
|
},
|
|
3636
3582
|
"privacy": "public",
|
|
3637
|
-
"default": "
|
|
3638
|
-
"description": "
|
|
3583
|
+
"default": "null",
|
|
3584
|
+
"description": "The HTML element being used as the viewport",
|
|
3639
3585
|
"inheritedFrom": {
|
|
3640
3586
|
"name": "AnchoredRegion",
|
|
3641
3587
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3643,7 +3589,7 @@
|
|
|
3643
3589
|
},
|
|
3644
3590
|
{
|
|
3645
3591
|
"kind": "method",
|
|
3646
|
-
"name": "
|
|
3592
|
+
"name": "viewportElementChanged",
|
|
3647
3593
|
"privacy": "private",
|
|
3648
3594
|
"return": {
|
|
3649
3595
|
"type": {
|
|
@@ -3657,27 +3603,12 @@
|
|
|
3657
3603
|
},
|
|
3658
3604
|
{
|
|
3659
3605
|
"kind": "field",
|
|
3660
|
-
"name": "
|
|
3606
|
+
"name": "verticalPosition",
|
|
3661
3607
|
"type": {
|
|
3662
|
-
"text": "
|
|
3608
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3663
3609
|
},
|
|
3664
3610
|
"privacy": "public",
|
|
3665
|
-
"
|
|
3666
|
-
"description": "The default horizontal position of the region relative to the anchor element",
|
|
3667
|
-
"inheritedFrom": {
|
|
3668
|
-
"name": "AnchoredRegion",
|
|
3669
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3670
|
-
}
|
|
3671
|
-
},
|
|
3672
|
-
{
|
|
3673
|
-
"kind": "method",
|
|
3674
|
-
"name": "horizontalDefaultPositionChanged",
|
|
3675
|
-
"privacy": "private",
|
|
3676
|
-
"return": {
|
|
3677
|
-
"type": {
|
|
3678
|
-
"text": "void"
|
|
3679
|
-
}
|
|
3680
|
-
},
|
|
3611
|
+
"description": "indicates the current horizontal position of the region",
|
|
3681
3612
|
"inheritedFrom": {
|
|
3682
3613
|
"name": "AnchoredRegion",
|
|
3683
3614
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3685,27 +3616,25 @@
|
|
|
3685
3616
|
},
|
|
3686
3617
|
{
|
|
3687
3618
|
"kind": "field",
|
|
3688
|
-
"name": "
|
|
3619
|
+
"name": "horizontalPosition",
|
|
3689
3620
|
"type": {
|
|
3690
|
-
"text": "
|
|
3621
|
+
"text": "AnchoredRegionPositionLabel | undefined"
|
|
3691
3622
|
},
|
|
3692
3623
|
"privacy": "public",
|
|
3693
|
-
"
|
|
3694
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
|
|
3624
|
+
"description": "indicates the current vertical position of the region",
|
|
3695
3625
|
"inheritedFrom": {
|
|
3696
3626
|
"name": "AnchoredRegion",
|
|
3697
3627
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3698
3628
|
}
|
|
3699
3629
|
},
|
|
3700
3630
|
{
|
|
3701
|
-
"kind": "
|
|
3702
|
-
"name": "
|
|
3703
|
-
"
|
|
3704
|
-
|
|
3705
|
-
"type": {
|
|
3706
|
-
"text": "void"
|
|
3707
|
-
}
|
|
3631
|
+
"kind": "field",
|
|
3632
|
+
"name": "translateX",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "number"
|
|
3708
3635
|
},
|
|
3636
|
+
"privacy": "private",
|
|
3637
|
+
"description": "values to be applied to the component's transform on render",
|
|
3709
3638
|
"inheritedFrom": {
|
|
3710
3639
|
"name": "AnchoredRegion",
|
|
3711
3640
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3713,27 +3642,24 @@
|
|
|
3713
3642
|
},
|
|
3714
3643
|
{
|
|
3715
3644
|
"kind": "field",
|
|
3716
|
-
"name": "
|
|
3645
|
+
"name": "translateY",
|
|
3717
3646
|
"type": {
|
|
3718
|
-
"text": "
|
|
3647
|
+
"text": "number"
|
|
3719
3648
|
},
|
|
3720
|
-
"privacy": "
|
|
3721
|
-
"default": "false",
|
|
3722
|
-
"description": "Whether the region overlaps the anchor on the horizontal axis",
|
|
3649
|
+
"privacy": "private",
|
|
3723
3650
|
"inheritedFrom": {
|
|
3724
3651
|
"name": "AnchoredRegion",
|
|
3725
3652
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3726
3653
|
}
|
|
3727
3654
|
},
|
|
3728
3655
|
{
|
|
3729
|
-
"kind": "
|
|
3730
|
-
"name": "
|
|
3731
|
-
"
|
|
3732
|
-
|
|
3733
|
-
"type": {
|
|
3734
|
-
"text": "void"
|
|
3735
|
-
}
|
|
3656
|
+
"kind": "field",
|
|
3657
|
+
"name": "regionWidth",
|
|
3658
|
+
"type": {
|
|
3659
|
+
"text": "string"
|
|
3736
3660
|
},
|
|
3661
|
+
"privacy": "private",
|
|
3662
|
+
"description": "the span to be applied to the region on each axis",
|
|
3737
3663
|
"inheritedFrom": {
|
|
3738
3664
|
"name": "AnchoredRegion",
|
|
3739
3665
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3741,26 +3667,24 @@
|
|
|
3741
3667
|
},
|
|
3742
3668
|
{
|
|
3743
3669
|
"kind": "field",
|
|
3744
|
-
"name": "
|
|
3670
|
+
"name": "regionHeight",
|
|
3745
3671
|
"type": {
|
|
3746
|
-
"text": "
|
|
3672
|
+
"text": "string"
|
|
3747
3673
|
},
|
|
3748
|
-
"privacy": "
|
|
3749
|
-
"description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
|
|
3674
|
+
"privacy": "private",
|
|
3750
3675
|
"inheritedFrom": {
|
|
3751
3676
|
"name": "AnchoredRegion",
|
|
3752
3677
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3753
3678
|
}
|
|
3754
3679
|
},
|
|
3755
3680
|
{
|
|
3756
|
-
"kind": "
|
|
3757
|
-
"name": "
|
|
3758
|
-
"
|
|
3759
|
-
|
|
3760
|
-
"type": {
|
|
3761
|
-
"text": "void"
|
|
3762
|
-
}
|
|
3681
|
+
"kind": "field",
|
|
3682
|
+
"name": "resizeDetector",
|
|
3683
|
+
"type": {
|
|
3684
|
+
"text": "ResizeObserverClassDefinition | null"
|
|
3763
3685
|
},
|
|
3686
|
+
"privacy": "private",
|
|
3687
|
+
"default": "null",
|
|
3764
3688
|
"inheritedFrom": {
|
|
3765
3689
|
"name": "AnchoredRegion",
|
|
3766
3690
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3768,27 +3692,23 @@
|
|
|
3768
3692
|
},
|
|
3769
3693
|
{
|
|
3770
3694
|
"kind": "field",
|
|
3771
|
-
"name": "
|
|
3695
|
+
"name": "viewportRect",
|
|
3772
3696
|
"type": {
|
|
3773
|
-
"text": "
|
|
3697
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3774
3698
|
},
|
|
3775
|
-
"privacy": "
|
|
3776
|
-
"default": "\"content\"",
|
|
3777
|
-
"description": "Defines how the width of the region is calculated",
|
|
3699
|
+
"privacy": "private",
|
|
3778
3700
|
"inheritedFrom": {
|
|
3779
3701
|
"name": "AnchoredRegion",
|
|
3780
3702
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3781
3703
|
}
|
|
3782
3704
|
},
|
|
3783
3705
|
{
|
|
3784
|
-
"kind": "
|
|
3785
|
-
"name": "
|
|
3786
|
-
"
|
|
3787
|
-
|
|
3788
|
-
"type": {
|
|
3789
|
-
"text": "void"
|
|
3790
|
-
}
|
|
3706
|
+
"kind": "field",
|
|
3707
|
+
"name": "anchorRect",
|
|
3708
|
+
"type": {
|
|
3709
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3791
3710
|
},
|
|
3711
|
+
"privacy": "private",
|
|
3792
3712
|
"inheritedFrom": {
|
|
3793
3713
|
"name": "AnchoredRegion",
|
|
3794
3714
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3796,27 +3716,25 @@
|
|
|
3796
3716
|
},
|
|
3797
3717
|
{
|
|
3798
3718
|
"kind": "field",
|
|
3799
|
-
"name": "
|
|
3719
|
+
"name": "regionRect",
|
|
3800
3720
|
"type": {
|
|
3801
|
-
"text": "
|
|
3721
|
+
"text": "ClientRect | DOMRect | undefined"
|
|
3802
3722
|
},
|
|
3803
|
-
"privacy": "
|
|
3804
|
-
"default": "\"uncontrolled\"",
|
|
3805
|
-
"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",
|
|
3723
|
+
"privacy": "private",
|
|
3806
3724
|
"inheritedFrom": {
|
|
3807
3725
|
"name": "AnchoredRegion",
|
|
3808
3726
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3809
3727
|
}
|
|
3810
3728
|
},
|
|
3811
3729
|
{
|
|
3812
|
-
"kind": "
|
|
3813
|
-
"name": "
|
|
3814
|
-
"
|
|
3815
|
-
|
|
3816
|
-
"type": {
|
|
3817
|
-
"text": "void"
|
|
3818
|
-
}
|
|
3730
|
+
"kind": "field",
|
|
3731
|
+
"name": "baseHorizontalOffset",
|
|
3732
|
+
"type": {
|
|
3733
|
+
"text": "number"
|
|
3819
3734
|
},
|
|
3735
|
+
"privacy": "private",
|
|
3736
|
+
"default": "0",
|
|
3737
|
+
"description": "base offsets between the positioner's base position and the anchor's",
|
|
3820
3738
|
"inheritedFrom": {
|
|
3821
3739
|
"name": "AnchoredRegion",
|
|
3822
3740
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3824,27 +3742,25 @@
|
|
|
3824
3742
|
},
|
|
3825
3743
|
{
|
|
3826
3744
|
"kind": "field",
|
|
3827
|
-
"name": "
|
|
3745
|
+
"name": "baseVerticalOffset",
|
|
3828
3746
|
"type": {
|
|
3829
|
-
"text": "
|
|
3747
|
+
"text": "number"
|
|
3830
3748
|
},
|
|
3831
|
-
"privacy": "
|
|
3832
|
-
"default": "
|
|
3833
|
-
"description": "The default vertical position of the region relative to the anchor element",
|
|
3749
|
+
"privacy": "private",
|
|
3750
|
+
"default": "0",
|
|
3834
3751
|
"inheritedFrom": {
|
|
3835
3752
|
"name": "AnchoredRegion",
|
|
3836
3753
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3837
3754
|
}
|
|
3838
3755
|
},
|
|
3839
3756
|
{
|
|
3840
|
-
"kind": "
|
|
3841
|
-
"name": "
|
|
3842
|
-
"
|
|
3843
|
-
|
|
3844
|
-
"type": {
|
|
3845
|
-
"text": "void"
|
|
3846
|
-
}
|
|
3757
|
+
"kind": "field",
|
|
3758
|
+
"name": "pendingPositioningUpdate",
|
|
3759
|
+
"type": {
|
|
3760
|
+
"text": "boolean"
|
|
3847
3761
|
},
|
|
3762
|
+
"privacy": "private",
|
|
3763
|
+
"default": "false",
|
|
3848
3764
|
"inheritedFrom": {
|
|
3849
3765
|
"name": "AnchoredRegion",
|
|
3850
3766
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3852,27 +3768,24 @@
|
|
|
3852
3768
|
},
|
|
3853
3769
|
{
|
|
3854
3770
|
"kind": "field",
|
|
3855
|
-
"name": "
|
|
3771
|
+
"name": "pendingReset",
|
|
3856
3772
|
"type": {
|
|
3857
3773
|
"text": "boolean"
|
|
3858
3774
|
},
|
|
3859
|
-
"privacy": "
|
|
3775
|
+
"privacy": "private",
|
|
3860
3776
|
"default": "false",
|
|
3861
|
-
"description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
|
|
3862
3777
|
"inheritedFrom": {
|
|
3863
3778
|
"name": "AnchoredRegion",
|
|
3864
3779
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3865
3780
|
}
|
|
3866
3781
|
},
|
|
3867
3782
|
{
|
|
3868
|
-
"kind": "
|
|
3869
|
-
"name": "
|
|
3870
|
-
"
|
|
3871
|
-
|
|
3872
|
-
"type": {
|
|
3873
|
-
"text": "void"
|
|
3874
|
-
}
|
|
3783
|
+
"kind": "field",
|
|
3784
|
+
"name": "currentDirection",
|
|
3785
|
+
"type": {
|
|
3786
|
+
"text": "Direction"
|
|
3875
3787
|
},
|
|
3788
|
+
"privacy": "private",
|
|
3876
3789
|
"inheritedFrom": {
|
|
3877
3790
|
"name": "AnchoredRegion",
|
|
3878
3791
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3880,27 +3793,25 @@
|
|
|
3880
3793
|
},
|
|
3881
3794
|
{
|
|
3882
3795
|
"kind": "field",
|
|
3883
|
-
"name": "
|
|
3796
|
+
"name": "regionVisible",
|
|
3884
3797
|
"type": {
|
|
3885
3798
|
"text": "boolean"
|
|
3886
3799
|
},
|
|
3887
|
-
"privacy": "
|
|
3800
|
+
"privacy": "private",
|
|
3888
3801
|
"default": "false",
|
|
3889
|
-
"description": "Whether the region overlaps the anchor on the vertical axis",
|
|
3890
3802
|
"inheritedFrom": {
|
|
3891
3803
|
"name": "AnchoredRegion",
|
|
3892
3804
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3893
3805
|
}
|
|
3894
3806
|
},
|
|
3895
3807
|
{
|
|
3896
|
-
"kind": "
|
|
3897
|
-
"name": "
|
|
3898
|
-
"
|
|
3899
|
-
|
|
3900
|
-
"type": {
|
|
3901
|
-
"text": "void"
|
|
3902
|
-
}
|
|
3808
|
+
"kind": "field",
|
|
3809
|
+
"name": "forceUpdate",
|
|
3810
|
+
"type": {
|
|
3811
|
+
"text": "boolean"
|
|
3903
3812
|
},
|
|
3813
|
+
"privacy": "private",
|
|
3814
|
+
"default": "false",
|
|
3904
3815
|
"inheritedFrom": {
|
|
3905
3816
|
"name": "AnchoredRegion",
|
|
3906
3817
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3908,26 +3819,26 @@
|
|
|
3908
3819
|
},
|
|
3909
3820
|
{
|
|
3910
3821
|
"kind": "field",
|
|
3911
|
-
"name": "
|
|
3822
|
+
"name": "updateThreshold",
|
|
3912
3823
|
"type": {
|
|
3913
3824
|
"text": "number"
|
|
3914
3825
|
},
|
|
3915
|
-
"privacy": "
|
|
3916
|
-
"
|
|
3826
|
+
"privacy": "private",
|
|
3827
|
+
"default": "0.5",
|
|
3917
3828
|
"inheritedFrom": {
|
|
3918
3829
|
"name": "AnchoredRegion",
|
|
3919
3830
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3920
3831
|
}
|
|
3921
3832
|
},
|
|
3922
3833
|
{
|
|
3923
|
-
"kind": "
|
|
3924
|
-
"name": "
|
|
3925
|
-
"
|
|
3926
|
-
|
|
3927
|
-
"type": {
|
|
3928
|
-
"text": "void"
|
|
3929
|
-
}
|
|
3834
|
+
"kind": "field",
|
|
3835
|
+
"name": "intersectionService",
|
|
3836
|
+
"type": {
|
|
3837
|
+
"text": "IntersectionService"
|
|
3930
3838
|
},
|
|
3839
|
+
"privacy": "private",
|
|
3840
|
+
"static": true,
|
|
3841
|
+
"default": "new IntersectionService()",
|
|
3931
3842
|
"inheritedFrom": {
|
|
3932
3843
|
"name": "AnchoredRegion",
|
|
3933
3844
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3935,13 +3846,9 @@
|
|
|
3935
3846
|
},
|
|
3936
3847
|
{
|
|
3937
3848
|
"kind": "field",
|
|
3938
|
-
"name": "
|
|
3939
|
-
"type": {
|
|
3940
|
-
"text": "AxisScalingMode"
|
|
3941
|
-
},
|
|
3849
|
+
"name": "update",
|
|
3942
3850
|
"privacy": "public",
|
|
3943
|
-
"
|
|
3944
|
-
"description": "Defines how the height of the region is calculated",
|
|
3851
|
+
"description": "update position",
|
|
3945
3852
|
"inheritedFrom": {
|
|
3946
3853
|
"name": "AnchoredRegion",
|
|
3947
3854
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3949,27 +3856,29 @@
|
|
|
3949
3856
|
},
|
|
3950
3857
|
{
|
|
3951
3858
|
"kind": "method",
|
|
3952
|
-
"name": "
|
|
3859
|
+
"name": "disconnectResizeDetector",
|
|
3953
3860
|
"privacy": "private",
|
|
3954
3861
|
"return": {
|
|
3955
3862
|
"type": {
|
|
3956
3863
|
"text": "void"
|
|
3957
3864
|
}
|
|
3958
3865
|
},
|
|
3866
|
+
"description": "destroys the instance's resize observer",
|
|
3959
3867
|
"inheritedFrom": {
|
|
3960
3868
|
"name": "AnchoredRegion",
|
|
3961
3869
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3962
3870
|
}
|
|
3963
3871
|
},
|
|
3964
3872
|
{
|
|
3965
|
-
"kind": "
|
|
3966
|
-
"name": "
|
|
3967
|
-
"
|
|
3968
|
-
|
|
3873
|
+
"kind": "method",
|
|
3874
|
+
"name": "initializeResizeDetector",
|
|
3875
|
+
"privacy": "private",
|
|
3876
|
+
"return": {
|
|
3877
|
+
"type": {
|
|
3878
|
+
"text": "void"
|
|
3879
|
+
}
|
|
3969
3880
|
},
|
|
3970
|
-
"
|
|
3971
|
-
"default": "false",
|
|
3972
|
-
"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,",
|
|
3881
|
+
"description": "initializes the instance's resize observer",
|
|
3973
3882
|
"inheritedFrom": {
|
|
3974
3883
|
"name": "AnchoredRegion",
|
|
3975
3884
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -3977,27 +3886,29 @@
|
|
|
3977
3886
|
},
|
|
3978
3887
|
{
|
|
3979
3888
|
"kind": "method",
|
|
3980
|
-
"name": "
|
|
3889
|
+
"name": "updateForAttributeChange",
|
|
3981
3890
|
"privacy": "private",
|
|
3982
3891
|
"return": {
|
|
3983
3892
|
"type": {
|
|
3984
3893
|
"text": "void"
|
|
3985
3894
|
}
|
|
3986
3895
|
},
|
|
3896
|
+
"description": "react to attribute changes that don't require a reset",
|
|
3987
3897
|
"inheritedFrom": {
|
|
3988
3898
|
"name": "AnchoredRegion",
|
|
3989
3899
|
"module": "src/anchored-region/anchored-region.ts"
|
|
3990
3900
|
}
|
|
3991
3901
|
},
|
|
3992
3902
|
{
|
|
3993
|
-
"kind": "
|
|
3994
|
-
"name": "
|
|
3995
|
-
"
|
|
3996
|
-
|
|
3903
|
+
"kind": "method",
|
|
3904
|
+
"name": "initialize",
|
|
3905
|
+
"privacy": "private",
|
|
3906
|
+
"return": {
|
|
3907
|
+
"type": {
|
|
3908
|
+
"text": "void"
|
|
3909
|
+
}
|
|
3997
3910
|
},
|
|
3998
|
-
"
|
|
3999
|
-
"default": "\"anchor\"",
|
|
4000
|
-
"description": "Defines what triggers the anchored region to revaluate positioning",
|
|
3911
|
+
"description": "fully initializes the component",
|
|
4001
3912
|
"inheritedFrom": {
|
|
4002
3913
|
"name": "AnchoredRegion",
|
|
4003
3914
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4005,55 +3916,39 @@
|
|
|
4005
3916
|
},
|
|
4006
3917
|
{
|
|
4007
3918
|
"kind": "method",
|
|
4008
|
-
"name": "
|
|
3919
|
+
"name": "requestReset",
|
|
4009
3920
|
"privacy": "private",
|
|
4010
3921
|
"return": {
|
|
4011
3922
|
"type": {
|
|
4012
3923
|
"text": "void"
|
|
4013
3924
|
}
|
|
4014
3925
|
},
|
|
4015
|
-
"
|
|
4016
|
-
{
|
|
4017
|
-
"name": "prevMode",
|
|
4018
|
-
"type": {
|
|
4019
|
-
"text": "AutoUpdateMode"
|
|
4020
|
-
}
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
"name": "newMode",
|
|
4024
|
-
"type": {
|
|
4025
|
-
"text": "AutoUpdateMode"
|
|
4026
|
-
}
|
|
4027
|
-
}
|
|
4028
|
-
],
|
|
3926
|
+
"description": "Request a reset if there are currently no open requests",
|
|
4029
3927
|
"inheritedFrom": {
|
|
4030
3928
|
"name": "AnchoredRegion",
|
|
4031
3929
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4032
3930
|
}
|
|
4033
3931
|
},
|
|
4034
3932
|
{
|
|
4035
|
-
"kind": "
|
|
4036
|
-
"name": "
|
|
4037
|
-
"
|
|
4038
|
-
|
|
3933
|
+
"kind": "method",
|
|
3934
|
+
"name": "setInitialState",
|
|
3935
|
+
"privacy": "private",
|
|
3936
|
+
"return": {
|
|
3937
|
+
"type": {
|
|
3938
|
+
"text": "void"
|
|
3939
|
+
}
|
|
4039
3940
|
},
|
|
4040
|
-
"
|
|
4041
|
-
"default": "null",
|
|
4042
|
-
"description": "The HTML element being used as the anchor",
|
|
3941
|
+
"description": "sets the starting configuration for component internal values",
|
|
4043
3942
|
"inheritedFrom": {
|
|
4044
3943
|
"name": "AnchoredRegion",
|
|
4045
3944
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4046
3945
|
}
|
|
4047
3946
|
},
|
|
4048
3947
|
{
|
|
4049
|
-
"kind": "
|
|
4050
|
-
"name": "
|
|
3948
|
+
"kind": "field",
|
|
3949
|
+
"name": "startObservers",
|
|
4051
3950
|
"privacy": "private",
|
|
4052
|
-
"
|
|
4053
|
-
"type": {
|
|
4054
|
-
"text": "void"
|
|
4055
|
-
}
|
|
4056
|
-
},
|
|
3951
|
+
"description": "starts observers",
|
|
4057
3952
|
"inheritedFrom": {
|
|
4058
3953
|
"name": "AnchoredRegion",
|
|
4059
3954
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4061,27 +3956,19 @@
|
|
|
4061
3956
|
},
|
|
4062
3957
|
{
|
|
4063
3958
|
"kind": "field",
|
|
4064
|
-
"name": "
|
|
4065
|
-
"
|
|
4066
|
-
|
|
4067
|
-
},
|
|
4068
|
-
"privacy": "public",
|
|
4069
|
-
"default": "null",
|
|
4070
|
-
"description": "The HTML element being used as the viewport",
|
|
3959
|
+
"name": "requestPositionUpdates",
|
|
3960
|
+
"privacy": "private",
|
|
3961
|
+
"description": "get position updates",
|
|
4071
3962
|
"inheritedFrom": {
|
|
4072
3963
|
"name": "AnchoredRegion",
|
|
4073
3964
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4074
3965
|
}
|
|
4075
3966
|
},
|
|
4076
3967
|
{
|
|
4077
|
-
"kind": "
|
|
4078
|
-
"name": "
|
|
3968
|
+
"kind": "field",
|
|
3969
|
+
"name": "stopObservers",
|
|
4079
3970
|
"privacy": "private",
|
|
4080
|
-
"
|
|
4081
|
-
"type": {
|
|
4082
|
-
"text": "void"
|
|
4083
|
-
}
|
|
4084
|
-
},
|
|
3971
|
+
"description": "stops observers",
|
|
4085
3972
|
"inheritedFrom": {
|
|
4086
3973
|
"name": "AnchoredRegion",
|
|
4087
3974
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4089,12 +3976,9 @@
|
|
|
4089
3976
|
},
|
|
4090
3977
|
{
|
|
4091
3978
|
"kind": "field",
|
|
4092
|
-
"name": "
|
|
4093
|
-
"
|
|
4094
|
-
|
|
4095
|
-
},
|
|
4096
|
-
"privacy": "public",
|
|
4097
|
-
"description": "indicates the current horizontal position of the region",
|
|
3979
|
+
"name": "getViewport",
|
|
3980
|
+
"privacy": "private",
|
|
3981
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
4098
3982
|
"inheritedFrom": {
|
|
4099
3983
|
"name": "AnchoredRegion",
|
|
4100
3984
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4102,12 +3986,9 @@
|
|
|
4102
3986
|
},
|
|
4103
3987
|
{
|
|
4104
3988
|
"kind": "field",
|
|
4105
|
-
"name": "
|
|
4106
|
-
"
|
|
4107
|
-
|
|
4108
|
-
},
|
|
4109
|
-
"privacy": "public",
|
|
4110
|
-
"description": "indicates the current vertical position of the region",
|
|
3989
|
+
"name": "getAnchor",
|
|
3990
|
+
"privacy": "private",
|
|
3991
|
+
"description": "Gets the anchor element by id",
|
|
4111
3992
|
"inheritedFrom": {
|
|
4112
3993
|
"name": "AnchoredRegion",
|
|
4113
3994
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4115,12 +3996,9 @@
|
|
|
4115
3996
|
},
|
|
4116
3997
|
{
|
|
4117
3998
|
"kind": "field",
|
|
4118
|
-
"name": "
|
|
4119
|
-
"type": {
|
|
4120
|
-
"text": "number"
|
|
4121
|
-
},
|
|
3999
|
+
"name": "handleIntersection",
|
|
4122
4000
|
"privacy": "private",
|
|
4123
|
-
"description": "
|
|
4001
|
+
"description": "Handle intersections",
|
|
4124
4002
|
"inheritedFrom": {
|
|
4125
4003
|
"name": "AnchoredRegion",
|
|
4126
4004
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4128,11 +4006,9 @@
|
|
|
4128
4006
|
},
|
|
4129
4007
|
{
|
|
4130
4008
|
"kind": "field",
|
|
4131
|
-
"name": "
|
|
4132
|
-
"type": {
|
|
4133
|
-
"text": "number"
|
|
4134
|
-
},
|
|
4009
|
+
"name": "applyIntersectionEntries",
|
|
4135
4010
|
"privacy": "private",
|
|
4011
|
+
"description": "iterate through intersection entries and apply data",
|
|
4136
4012
|
"inheritedFrom": {
|
|
4137
4013
|
"name": "AnchoredRegion",
|
|
4138
4014
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4140,12 +4016,9 @@
|
|
|
4140
4016
|
},
|
|
4141
4017
|
{
|
|
4142
4018
|
"kind": "field",
|
|
4143
|
-
"name": "
|
|
4144
|
-
"type": {
|
|
4145
|
-
"text": "string"
|
|
4146
|
-
},
|
|
4019
|
+
"name": "updateRegionOffset",
|
|
4147
4020
|
"privacy": "private",
|
|
4148
|
-
"description": "
|
|
4021
|
+
"description": "Update the offset values",
|
|
4149
4022
|
"inheritedFrom": {
|
|
4150
4023
|
"name": "AnchoredRegion",
|
|
4151
4024
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4153,11 +4026,9 @@
|
|
|
4153
4026
|
},
|
|
4154
4027
|
{
|
|
4155
4028
|
"kind": "field",
|
|
4156
|
-
"name": "
|
|
4157
|
-
"type": {
|
|
4158
|
-
"text": "string"
|
|
4159
|
-
},
|
|
4029
|
+
"name": "isRectDifferent",
|
|
4160
4030
|
"privacy": "private",
|
|
4031
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
4161
4032
|
"inheritedFrom": {
|
|
4162
4033
|
"name": "AnchoredRegion",
|
|
4163
4034
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4165,12 +4036,9 @@
|
|
|
4165
4036
|
},
|
|
4166
4037
|
{
|
|
4167
4038
|
"kind": "field",
|
|
4168
|
-
"name": "
|
|
4169
|
-
"type": {
|
|
4170
|
-
"text": "ResizeObserverClassDefinition | null"
|
|
4171
|
-
},
|
|
4039
|
+
"name": "handleResize",
|
|
4172
4040
|
"privacy": "private",
|
|
4173
|
-
"
|
|
4041
|
+
"description": "Handle resize events",
|
|
4174
4042
|
"inheritedFrom": {
|
|
4175
4043
|
"name": "AnchoredRegion",
|
|
4176
4044
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4178,11 +4046,9 @@
|
|
|
4178
4046
|
},
|
|
4179
4047
|
{
|
|
4180
4048
|
"kind": "field",
|
|
4181
|
-
"name": "
|
|
4182
|
-
"type": {
|
|
4183
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
4184
|
-
},
|
|
4049
|
+
"name": "reset",
|
|
4185
4050
|
"privacy": "private",
|
|
4051
|
+
"description": "resets the component",
|
|
4186
4052
|
"inheritedFrom": {
|
|
4187
4053
|
"name": "AnchoredRegion",
|
|
4188
4054
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4190,11 +4056,9 @@
|
|
|
4190
4056
|
},
|
|
4191
4057
|
{
|
|
4192
4058
|
"kind": "field",
|
|
4193
|
-
"name": "
|
|
4194
|
-
"type": {
|
|
4195
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
4196
|
-
},
|
|
4059
|
+
"name": "updateLayout",
|
|
4197
4060
|
"privacy": "private",
|
|
4061
|
+
"description": "Recalculate layout related state values",
|
|
4198
4062
|
"inheritedFrom": {
|
|
4199
4063
|
"name": "AnchoredRegion",
|
|
4200
4064
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4202,11 +4066,9 @@
|
|
|
4202
4066
|
},
|
|
4203
4067
|
{
|
|
4204
4068
|
"kind": "field",
|
|
4205
|
-
"name": "
|
|
4206
|
-
"type": {
|
|
4207
|
-
"text": "ClientRect | DOMRect | undefined"
|
|
4208
|
-
},
|
|
4069
|
+
"name": "updateRegionStyle",
|
|
4209
4070
|
"privacy": "private",
|
|
4071
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4210
4072
|
"inheritedFrom": {
|
|
4211
4073
|
"name": "AnchoredRegion",
|
|
4212
4074
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4214,13 +4076,9 @@
|
|
|
4214
4076
|
},
|
|
4215
4077
|
{
|
|
4216
4078
|
"kind": "field",
|
|
4217
|
-
"name": "
|
|
4218
|
-
"type": {
|
|
4219
|
-
"text": "number"
|
|
4220
|
-
},
|
|
4079
|
+
"name": "updatePositionClasses",
|
|
4221
4080
|
"privacy": "private",
|
|
4222
|
-
"
|
|
4223
|
-
"description": "base offsets between the positioner's base position and the anchor's",
|
|
4081
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4224
4082
|
"inheritedFrom": {
|
|
4225
4083
|
"name": "AnchoredRegion",
|
|
4226
4084
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4228,12 +4086,9 @@
|
|
|
4228
4086
|
},
|
|
4229
4087
|
{
|
|
4230
4088
|
"kind": "field",
|
|
4231
|
-
"name": "
|
|
4232
|
-
"type": {
|
|
4233
|
-
"text": "number"
|
|
4234
|
-
},
|
|
4089
|
+
"name": "setHorizontalPosition",
|
|
4235
4090
|
"privacy": "private",
|
|
4236
|
-
"
|
|
4091
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4237
4092
|
"inheritedFrom": {
|
|
4238
4093
|
"name": "AnchoredRegion",
|
|
4239
4094
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4241,12 +4096,9 @@
|
|
|
4241
4096
|
},
|
|
4242
4097
|
{
|
|
4243
4098
|
"kind": "field",
|
|
4244
|
-
"name": "
|
|
4245
|
-
"type": {
|
|
4246
|
-
"text": "boolean"
|
|
4247
|
-
},
|
|
4099
|
+
"name": "setVerticalPosition",
|
|
4248
4100
|
"privacy": "private",
|
|
4249
|
-
"
|
|
4101
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4250
4102
|
"inheritedFrom": {
|
|
4251
4103
|
"name": "AnchoredRegion",
|
|
4252
4104
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4254,12 +4106,9 @@
|
|
|
4254
4106
|
},
|
|
4255
4107
|
{
|
|
4256
4108
|
"kind": "field",
|
|
4257
|
-
"name": "
|
|
4258
|
-
"type": {
|
|
4259
|
-
"text": "boolean"
|
|
4260
|
-
},
|
|
4109
|
+
"name": "getPositioningOptions",
|
|
4261
4110
|
"privacy": "private",
|
|
4262
|
-
"
|
|
4111
|
+
"description": "Get available positions based on positioning mode",
|
|
4263
4112
|
"inheritedFrom": {
|
|
4264
4113
|
"name": "AnchoredRegion",
|
|
4265
4114
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4267,11 +4116,9 @@
|
|
|
4267
4116
|
},
|
|
4268
4117
|
{
|
|
4269
4118
|
"kind": "field",
|
|
4270
|
-
"name": "
|
|
4271
|
-
"type": {
|
|
4272
|
-
"text": "Direction"
|
|
4273
|
-
},
|
|
4119
|
+
"name": "getAvailableSpace",
|
|
4274
4120
|
"privacy": "private",
|
|
4121
|
+
"description": "Get the space available for a particular relative position",
|
|
4275
4122
|
"inheritedFrom": {
|
|
4276
4123
|
"name": "AnchoredRegion",
|
|
4277
4124
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4279,12 +4126,9 @@
|
|
|
4279
4126
|
},
|
|
4280
4127
|
{
|
|
4281
4128
|
"kind": "field",
|
|
4282
|
-
"name": "
|
|
4283
|
-
"type": {
|
|
4284
|
-
"text": "boolean"
|
|
4285
|
-
},
|
|
4129
|
+
"name": "getNextRegionDimension",
|
|
4286
4130
|
"privacy": "private",
|
|
4287
|
-
"
|
|
4131
|
+
"description": "Get region dimensions",
|
|
4288
4132
|
"inheritedFrom": {
|
|
4289
4133
|
"name": "AnchoredRegion",
|
|
4290
4134
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4292,12 +4136,9 @@
|
|
|
4292
4136
|
},
|
|
4293
4137
|
{
|
|
4294
4138
|
"kind": "field",
|
|
4295
|
-
"name": "
|
|
4296
|
-
"type": {
|
|
4297
|
-
"text": "boolean"
|
|
4298
|
-
},
|
|
4139
|
+
"name": "startAutoUpdateEventListeners",
|
|
4299
4140
|
"privacy": "private",
|
|
4300
|
-
"
|
|
4141
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4301
4142
|
"inheritedFrom": {
|
|
4302
4143
|
"name": "AnchoredRegion",
|
|
4303
4144
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4305,12 +4146,9 @@
|
|
|
4305
4146
|
},
|
|
4306
4147
|
{
|
|
4307
4148
|
"kind": "field",
|
|
4308
|
-
"name": "
|
|
4309
|
-
"type": {
|
|
4310
|
-
"text": "number"
|
|
4311
|
-
},
|
|
4149
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4312
4150
|
"privacy": "private",
|
|
4313
|
-
"
|
|
4151
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4314
4152
|
"inheritedFrom": {
|
|
4315
4153
|
"name": "AnchoredRegion",
|
|
4316
4154
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4318,13 +4156,12 @@
|
|
|
4318
4156
|
},
|
|
4319
4157
|
{
|
|
4320
4158
|
"kind": "field",
|
|
4321
|
-
"name": "
|
|
4159
|
+
"name": "_presentation",
|
|
4322
4160
|
"type": {
|
|
4323
|
-
"text": "
|
|
4161
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4324
4162
|
},
|
|
4325
4163
|
"privacy": "private",
|
|
4326
|
-
"
|
|
4327
|
-
"default": "new IntersectionService()",
|
|
4164
|
+
"default": "void 0",
|
|
4328
4165
|
"inheritedFrom": {
|
|
4329
4166
|
"name": "AnchoredRegion",
|
|
4330
4167
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4332,24 +4169,25 @@
|
|
|
4332
4169
|
},
|
|
4333
4170
|
{
|
|
4334
4171
|
"kind": "field",
|
|
4335
|
-
"name": "
|
|
4172
|
+
"name": "$presentation",
|
|
4173
|
+
"type": {
|
|
4174
|
+
"text": "ComponentPresentation | null"
|
|
4175
|
+
},
|
|
4336
4176
|
"privacy": "public",
|
|
4337
|
-
"description": "
|
|
4177
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4338
4178
|
"inheritedFrom": {
|
|
4339
4179
|
"name": "AnchoredRegion",
|
|
4340
4180
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4341
4181
|
}
|
|
4342
4182
|
},
|
|
4343
4183
|
{
|
|
4344
|
-
"kind": "
|
|
4345
|
-
"name": "
|
|
4346
|
-
"
|
|
4347
|
-
|
|
4348
|
-
"type": {
|
|
4349
|
-
"text": "void"
|
|
4350
|
-
}
|
|
4184
|
+
"kind": "field",
|
|
4185
|
+
"name": "template",
|
|
4186
|
+
"type": {
|
|
4187
|
+
"text": "ElementViewTemplate | void | null"
|
|
4351
4188
|
},
|
|
4352
|
-
"
|
|
4189
|
+
"privacy": "public",
|
|
4190
|
+
"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.",
|
|
4353
4191
|
"inheritedFrom": {
|
|
4354
4192
|
"name": "AnchoredRegion",
|
|
4355
4193
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4357,29 +4195,26 @@
|
|
|
4357
4195
|
},
|
|
4358
4196
|
{
|
|
4359
4197
|
"kind": "method",
|
|
4360
|
-
"name": "
|
|
4361
|
-
"privacy": "
|
|
4198
|
+
"name": "templateChanged",
|
|
4199
|
+
"privacy": "protected",
|
|
4362
4200
|
"return": {
|
|
4363
4201
|
"type": {
|
|
4364
4202
|
"text": "void"
|
|
4365
4203
|
}
|
|
4366
4204
|
},
|
|
4367
|
-
"description": "initializes the instance's resize observer",
|
|
4368
4205
|
"inheritedFrom": {
|
|
4369
4206
|
"name": "AnchoredRegion",
|
|
4370
4207
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4371
4208
|
}
|
|
4372
4209
|
},
|
|
4373
4210
|
{
|
|
4374
|
-
"kind": "
|
|
4375
|
-
"name": "
|
|
4376
|
-
"
|
|
4377
|
-
|
|
4378
|
-
"type": {
|
|
4379
|
-
"text": "void"
|
|
4380
|
-
}
|
|
4211
|
+
"kind": "field",
|
|
4212
|
+
"name": "styles",
|
|
4213
|
+
"type": {
|
|
4214
|
+
"text": "ElementStyles | void | null"
|
|
4381
4215
|
},
|
|
4382
|
-
"
|
|
4216
|
+
"privacy": "public",
|
|
4217
|
+
"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.",
|
|
4383
4218
|
"inheritedFrom": {
|
|
4384
4219
|
"name": "AnchoredRegion",
|
|
4385
4220
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4387,14 +4222,13 @@
|
|
|
4387
4222
|
},
|
|
4388
4223
|
{
|
|
4389
4224
|
"kind": "method",
|
|
4390
|
-
"name": "
|
|
4391
|
-
"privacy": "
|
|
4225
|
+
"name": "stylesChanged",
|
|
4226
|
+
"privacy": "protected",
|
|
4392
4227
|
"return": {
|
|
4393
4228
|
"type": {
|
|
4394
4229
|
"text": "void"
|
|
4395
4230
|
}
|
|
4396
4231
|
},
|
|
4397
|
-
"description": "fully initializes the component",
|
|
4398
4232
|
"inheritedFrom": {
|
|
4399
4233
|
"name": "AnchoredRegion",
|
|
4400
4234
|
"module": "src/anchored-region/anchored-region.ts"
|
|
@@ -4402,242 +4236,426 @@
|
|
|
4402
4236
|
},
|
|
4403
4237
|
{
|
|
4404
4238
|
"kind": "method",
|
|
4405
|
-
"name": "
|
|
4406
|
-
"privacy": "
|
|
4239
|
+
"name": "compose",
|
|
4240
|
+
"privacy": "public",
|
|
4241
|
+
"static": true,
|
|
4407
4242
|
"return": {
|
|
4408
4243
|
"type": {
|
|
4409
|
-
"text": "
|
|
4244
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4410
4245
|
}
|
|
4411
4246
|
},
|
|
4412
|
-
"
|
|
4247
|
+
"parameters": [
|
|
4248
|
+
{
|
|
4249
|
+
"name": "this",
|
|
4250
|
+
"type": {
|
|
4251
|
+
"text": "K"
|
|
4252
|
+
}
|
|
4253
|
+
},
|
|
4254
|
+
{
|
|
4255
|
+
"name": "elementDefinition",
|
|
4256
|
+
"type": {
|
|
4257
|
+
"text": "T"
|
|
4258
|
+
},
|
|
4259
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4260
|
+
}
|
|
4261
|
+
],
|
|
4262
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4413
4263
|
"inheritedFrom": {
|
|
4414
4264
|
"name": "AnchoredRegion",
|
|
4415
4265
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4416
4266
|
}
|
|
4417
|
-
}
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"events": [
|
|
4418
4270
|
{
|
|
4419
|
-
"
|
|
4420
|
-
"name": "
|
|
4421
|
-
"privacy": "private",
|
|
4422
|
-
"return": {
|
|
4423
|
-
"type": {
|
|
4424
|
-
"text": "void"
|
|
4425
|
-
}
|
|
4426
|
-
},
|
|
4427
|
-
"description": "sets the starting configuration for component internal values",
|
|
4271
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4272
|
+
"name": "loaded",
|
|
4428
4273
|
"inheritedFrom": {
|
|
4429
4274
|
"name": "AnchoredRegion",
|
|
4430
4275
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4431
4276
|
}
|
|
4432
4277
|
},
|
|
4433
4278
|
{
|
|
4434
|
-
"
|
|
4435
|
-
"name": "
|
|
4436
|
-
"privacy": "private",
|
|
4437
|
-
"description": "starts observers",
|
|
4279
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4280
|
+
"name": "positionchange",
|
|
4438
4281
|
"inheritedFrom": {
|
|
4439
4282
|
"name": "AnchoredRegion",
|
|
4440
4283
|
"module": "src/anchored-region/anchored-region.ts"
|
|
4441
4284
|
}
|
|
4442
|
-
}
|
|
4285
|
+
}
|
|
4286
|
+
]
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"kind": "variable",
|
|
4290
|
+
"name": "rapidAnchoredRegion"
|
|
4291
|
+
}
|
|
4292
|
+
],
|
|
4293
|
+
"exports": [
|
|
4294
|
+
{
|
|
4295
|
+
"kind": "js",
|
|
4296
|
+
"name": "AnchoredRegion",
|
|
4297
|
+
"declaration": {
|
|
4298
|
+
"name": "AnchoredRegion",
|
|
4299
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4300
|
+
}
|
|
4301
|
+
},
|
|
4302
|
+
{
|
|
4303
|
+
"kind": "js",
|
|
4304
|
+
"name": "rapidAnchoredRegion",
|
|
4305
|
+
"declaration": {
|
|
4306
|
+
"name": "rapidAnchoredRegion",
|
|
4307
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4308
|
+
}
|
|
4309
|
+
}
|
|
4310
|
+
]
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"kind": "javascript-module",
|
|
4314
|
+
"path": "src/anchored-region/index.ts",
|
|
4315
|
+
"declarations": [],
|
|
4316
|
+
"exports": [
|
|
4317
|
+
{
|
|
4318
|
+
"kind": "js",
|
|
4319
|
+
"name": "*",
|
|
4320
|
+
"declaration": {
|
|
4321
|
+
"name": "*",
|
|
4322
|
+
"package": "./anchored-region"
|
|
4323
|
+
}
|
|
4324
|
+
},
|
|
4325
|
+
{
|
|
4326
|
+
"kind": "js",
|
|
4327
|
+
"name": "*",
|
|
4328
|
+
"declaration": {
|
|
4329
|
+
"name": "*",
|
|
4330
|
+
"package": "./anchored-region.template"
|
|
4331
|
+
}
|
|
4332
|
+
},
|
|
4333
|
+
{
|
|
4334
|
+
"kind": "js",
|
|
4335
|
+
"name": "*",
|
|
4336
|
+
"declaration": {
|
|
4337
|
+
"name": "*",
|
|
4338
|
+
"package": "./anchored-region.styles"
|
|
4339
|
+
}
|
|
4340
|
+
}
|
|
4341
|
+
]
|
|
4342
|
+
},
|
|
4343
|
+
{
|
|
4344
|
+
"kind": "javascript-module",
|
|
4345
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
4346
|
+
"declarations": [
|
|
4347
|
+
{
|
|
4348
|
+
"kind": "function",
|
|
4349
|
+
"name": "rapidAnchorStyles",
|
|
4350
|
+
"return": {
|
|
4351
|
+
"type": {
|
|
4352
|
+
"text": "ElementStyles"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
"parameters": [
|
|
4443
4356
|
{
|
|
4444
|
-
"
|
|
4445
|
-
"
|
|
4446
|
-
|
|
4447
|
-
"description": "get position updates",
|
|
4448
|
-
"inheritedFrom": {
|
|
4449
|
-
"name": "AnchoredRegion",
|
|
4450
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4357
|
+
"name": "context",
|
|
4358
|
+
"type": {
|
|
4359
|
+
"text": "ElementDefinitionContext"
|
|
4451
4360
|
}
|
|
4452
4361
|
},
|
|
4453
4362
|
{
|
|
4454
|
-
"
|
|
4455
|
-
"
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
|
|
4460
|
-
|
|
4363
|
+
"name": "definition",
|
|
4364
|
+
"type": {
|
|
4365
|
+
"text": "FoundationElementDefinition"
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
]
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"exports": [
|
|
4372
|
+
{
|
|
4373
|
+
"kind": "js",
|
|
4374
|
+
"name": "rapidAnchorStyles",
|
|
4375
|
+
"declaration": {
|
|
4376
|
+
"name": "rapidAnchorStyles",
|
|
4377
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4380
|
+
]
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"kind": "javascript-module",
|
|
4384
|
+
"path": "src/anchor/anchor.template.ts",
|
|
4385
|
+
"declarations": [
|
|
4386
|
+
{
|
|
4387
|
+
"kind": "function",
|
|
4388
|
+
"name": "rapidAnchorTemplate",
|
|
4389
|
+
"return": {
|
|
4390
|
+
"type": {
|
|
4391
|
+
"text": "ViewTemplate<Anchor>"
|
|
4392
|
+
}
|
|
4393
|
+
},
|
|
4394
|
+
"parameters": [
|
|
4395
|
+
{
|
|
4396
|
+
"name": "context",
|
|
4397
|
+
"type": {
|
|
4398
|
+
"text": "ElementDefinitionContext"
|
|
4461
4399
|
}
|
|
4462
4400
|
},
|
|
4463
4401
|
{
|
|
4464
|
-
"
|
|
4465
|
-
"
|
|
4466
|
-
|
|
4467
|
-
|
|
4402
|
+
"name": "definition",
|
|
4403
|
+
"type": {
|
|
4404
|
+
"text": "FoundationElementDefinition"
|
|
4405
|
+
}
|
|
4406
|
+
}
|
|
4407
|
+
]
|
|
4408
|
+
}
|
|
4409
|
+
],
|
|
4410
|
+
"exports": [
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "js",
|
|
4413
|
+
"name": "rapidAnchorTemplate",
|
|
4414
|
+
"declaration": {
|
|
4415
|
+
"name": "rapidAnchorTemplate",
|
|
4416
|
+
"module": "src/anchor/anchor.template.ts"
|
|
4417
|
+
}
|
|
4418
|
+
}
|
|
4419
|
+
]
|
|
4420
|
+
},
|
|
4421
|
+
{
|
|
4422
|
+
"kind": "javascript-module",
|
|
4423
|
+
"path": "src/anchor/anchor.ts",
|
|
4424
|
+
"declarations": [
|
|
4425
|
+
{
|
|
4426
|
+
"kind": "class",
|
|
4427
|
+
"description": "",
|
|
4428
|
+
"name": "Anchor",
|
|
4429
|
+
"superclass": {
|
|
4430
|
+
"name": "FoundationAnchor",
|
|
4431
|
+
"package": "@genesislcap/foundation-ui"
|
|
4432
|
+
},
|
|
4433
|
+
"tagName": "%%prefix%%-anchor",
|
|
4434
|
+
"customElement": true,
|
|
4435
|
+
"attributes": [
|
|
4436
|
+
{
|
|
4437
|
+
"name": "download",
|
|
4438
|
+
"type": {
|
|
4439
|
+
"text": "string"
|
|
4440
|
+
},
|
|
4441
|
+
"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.",
|
|
4442
|
+
"fieldName": "download",
|
|
4468
4443
|
"inheritedFrom": {
|
|
4469
|
-
"name": "
|
|
4470
|
-
"module": "src/
|
|
4444
|
+
"name": "Anchor",
|
|
4445
|
+
"module": "src/anchor/anchor.ts"
|
|
4471
4446
|
}
|
|
4472
4447
|
},
|
|
4473
4448
|
{
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4476
|
-
|
|
4477
|
-
|
|
4449
|
+
"name": "href",
|
|
4450
|
+
"type": {
|
|
4451
|
+
"text": "string"
|
|
4452
|
+
},
|
|
4453
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4454
|
+
"fieldName": "href",
|
|
4478
4455
|
"inheritedFrom": {
|
|
4479
|
-
"name": "
|
|
4480
|
-
"module": "src/
|
|
4456
|
+
"name": "Anchor",
|
|
4457
|
+
"module": "src/anchor/anchor.ts"
|
|
4481
4458
|
}
|
|
4482
4459
|
},
|
|
4483
4460
|
{
|
|
4484
|
-
"
|
|
4485
|
-
"
|
|
4486
|
-
|
|
4487
|
-
|
|
4461
|
+
"name": "hreflang",
|
|
4462
|
+
"type": {
|
|
4463
|
+
"text": "string"
|
|
4464
|
+
},
|
|
4465
|
+
"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.",
|
|
4466
|
+
"fieldName": "hreflang",
|
|
4488
4467
|
"inheritedFrom": {
|
|
4489
|
-
"name": "
|
|
4490
|
-
"module": "src/
|
|
4468
|
+
"name": "Anchor",
|
|
4469
|
+
"module": "src/anchor/anchor.ts"
|
|
4491
4470
|
}
|
|
4492
4471
|
},
|
|
4493
4472
|
{
|
|
4494
|
-
"
|
|
4495
|
-
"
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
"
|
|
4499
|
-
|
|
4500
|
-
|
|
4473
|
+
"name": "ping",
|
|
4474
|
+
"type": {
|
|
4475
|
+
"text": "string"
|
|
4476
|
+
},
|
|
4477
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4478
|
+
"fieldName": "ping",
|
|
4479
|
+
"inheritedFrom": {
|
|
4480
|
+
"name": "Anchor",
|
|
4481
|
+
"module": "src/anchor/anchor.ts"
|
|
4501
4482
|
}
|
|
4502
4483
|
},
|
|
4503
4484
|
{
|
|
4504
|
-
"
|
|
4505
|
-
"
|
|
4506
|
-
|
|
4507
|
-
|
|
4485
|
+
"name": "referrerpolicy",
|
|
4486
|
+
"type": {
|
|
4487
|
+
"text": "string"
|
|
4488
|
+
},
|
|
4489
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4490
|
+
"fieldName": "referrerpolicy",
|
|
4508
4491
|
"inheritedFrom": {
|
|
4509
|
-
"name": "
|
|
4510
|
-
"module": "src/
|
|
4492
|
+
"name": "Anchor",
|
|
4493
|
+
"module": "src/anchor/anchor.ts"
|
|
4511
4494
|
}
|
|
4512
4495
|
},
|
|
4513
4496
|
{
|
|
4514
|
-
"
|
|
4515
|
-
"
|
|
4516
|
-
|
|
4517
|
-
|
|
4497
|
+
"name": "rel",
|
|
4498
|
+
"type": {
|
|
4499
|
+
"text": "string"
|
|
4500
|
+
},
|
|
4501
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4502
|
+
"fieldName": "rel",
|
|
4518
4503
|
"inheritedFrom": {
|
|
4519
|
-
"name": "
|
|
4520
|
-
"module": "src/
|
|
4504
|
+
"name": "Anchor",
|
|
4505
|
+
"module": "src/anchor/anchor.ts"
|
|
4521
4506
|
}
|
|
4522
4507
|
},
|
|
4523
4508
|
{
|
|
4524
|
-
"
|
|
4525
|
-
"
|
|
4526
|
-
|
|
4527
|
-
|
|
4509
|
+
"name": "target",
|
|
4510
|
+
"type": {
|
|
4511
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
4512
|
+
},
|
|
4513
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4514
|
+
"fieldName": "target",
|
|
4528
4515
|
"inheritedFrom": {
|
|
4529
|
-
"name": "
|
|
4530
|
-
"module": "src/
|
|
4516
|
+
"name": "Anchor",
|
|
4517
|
+
"module": "src/anchor/anchor.ts"
|
|
4531
4518
|
}
|
|
4532
4519
|
},
|
|
4533
4520
|
{
|
|
4534
|
-
"
|
|
4535
|
-
"
|
|
4536
|
-
|
|
4537
|
-
|
|
4521
|
+
"name": "type",
|
|
4522
|
+
"type": {
|
|
4523
|
+
"text": "string"
|
|
4524
|
+
},
|
|
4525
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
4526
|
+
"fieldName": "type",
|
|
4538
4527
|
"inheritedFrom": {
|
|
4539
|
-
"name": "
|
|
4540
|
-
"module": "src/
|
|
4528
|
+
"name": "Anchor",
|
|
4529
|
+
"module": "src/anchor/anchor.ts"
|
|
4541
4530
|
}
|
|
4542
|
-
}
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"members": [
|
|
4543
4534
|
{
|
|
4544
4535
|
"kind": "field",
|
|
4545
|
-
"name": "
|
|
4546
|
-
"
|
|
4547
|
-
|
|
4536
|
+
"name": "download",
|
|
4537
|
+
"type": {
|
|
4538
|
+
"text": "string"
|
|
4539
|
+
},
|
|
4540
|
+
"privacy": "public",
|
|
4541
|
+
"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.",
|
|
4548
4542
|
"inheritedFrom": {
|
|
4549
|
-
"name": "
|
|
4550
|
-
"module": "src/
|
|
4543
|
+
"name": "Anchor",
|
|
4544
|
+
"module": "src/anchor/anchor.ts"
|
|
4551
4545
|
}
|
|
4552
4546
|
},
|
|
4553
4547
|
{
|
|
4554
4548
|
"kind": "field",
|
|
4555
|
-
"name": "
|
|
4556
|
-
"
|
|
4557
|
-
|
|
4549
|
+
"name": "href",
|
|
4550
|
+
"type": {
|
|
4551
|
+
"text": "string"
|
|
4552
|
+
},
|
|
4553
|
+
"privacy": "public",
|
|
4554
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4558
4555
|
"inheritedFrom": {
|
|
4559
|
-
"name": "
|
|
4560
|
-
"module": "src/
|
|
4556
|
+
"name": "Anchor",
|
|
4557
|
+
"module": "src/anchor/anchor.ts"
|
|
4561
4558
|
}
|
|
4562
4559
|
},
|
|
4563
4560
|
{
|
|
4564
4561
|
"kind": "field",
|
|
4565
|
-
"name": "
|
|
4566
|
-
"
|
|
4567
|
-
|
|
4562
|
+
"name": "hreflang",
|
|
4563
|
+
"type": {
|
|
4564
|
+
"text": "string"
|
|
4565
|
+
},
|
|
4566
|
+
"privacy": "public",
|
|
4567
|
+
"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.",
|
|
4568
4568
|
"inheritedFrom": {
|
|
4569
|
-
"name": "
|
|
4570
|
-
"module": "src/
|
|
4569
|
+
"name": "Anchor",
|
|
4570
|
+
"module": "src/anchor/anchor.ts"
|
|
4571
4571
|
}
|
|
4572
4572
|
},
|
|
4573
4573
|
{
|
|
4574
4574
|
"kind": "field",
|
|
4575
|
-
"name": "
|
|
4576
|
-
"
|
|
4577
|
-
|
|
4575
|
+
"name": "ping",
|
|
4576
|
+
"type": {
|
|
4577
|
+
"text": "string"
|
|
4578
|
+
},
|
|
4579
|
+
"privacy": "public",
|
|
4580
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4578
4581
|
"inheritedFrom": {
|
|
4579
|
-
"name": "
|
|
4580
|
-
"module": "src/
|
|
4582
|
+
"name": "Anchor",
|
|
4583
|
+
"module": "src/anchor/anchor.ts"
|
|
4581
4584
|
}
|
|
4582
4585
|
},
|
|
4583
4586
|
{
|
|
4584
4587
|
"kind": "field",
|
|
4585
|
-
"name": "
|
|
4586
|
-
"
|
|
4587
|
-
|
|
4588
|
+
"name": "referrerpolicy",
|
|
4589
|
+
"type": {
|
|
4590
|
+
"text": "string"
|
|
4591
|
+
},
|
|
4592
|
+
"privacy": "public",
|
|
4593
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4588
4594
|
"inheritedFrom": {
|
|
4589
|
-
"name": "
|
|
4590
|
-
"module": "src/
|
|
4595
|
+
"name": "Anchor",
|
|
4596
|
+
"module": "src/anchor/anchor.ts"
|
|
4591
4597
|
}
|
|
4592
4598
|
},
|
|
4593
4599
|
{
|
|
4594
4600
|
"kind": "field",
|
|
4595
|
-
"name": "
|
|
4596
|
-
"
|
|
4597
|
-
|
|
4601
|
+
"name": "rel",
|
|
4602
|
+
"type": {
|
|
4603
|
+
"text": "string"
|
|
4604
|
+
},
|
|
4605
|
+
"privacy": "public",
|
|
4606
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4598
4607
|
"inheritedFrom": {
|
|
4599
|
-
"name": "
|
|
4600
|
-
"module": "src/
|
|
4608
|
+
"name": "Anchor",
|
|
4609
|
+
"module": "src/anchor/anchor.ts"
|
|
4601
4610
|
}
|
|
4602
4611
|
},
|
|
4603
4612
|
{
|
|
4604
4613
|
"kind": "field",
|
|
4605
|
-
"name": "
|
|
4606
|
-
"
|
|
4607
|
-
|
|
4614
|
+
"name": "target",
|
|
4615
|
+
"type": {
|
|
4616
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
4617
|
+
},
|
|
4618
|
+
"privacy": "public",
|
|
4619
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4608
4620
|
"inheritedFrom": {
|
|
4609
|
-
"name": "
|
|
4610
|
-
"module": "src/
|
|
4621
|
+
"name": "Anchor",
|
|
4622
|
+
"module": "src/anchor/anchor.ts"
|
|
4611
4623
|
}
|
|
4612
4624
|
},
|
|
4613
4625
|
{
|
|
4614
4626
|
"kind": "field",
|
|
4615
|
-
"name": "
|
|
4616
|
-
"
|
|
4617
|
-
|
|
4627
|
+
"name": "type",
|
|
4628
|
+
"type": {
|
|
4629
|
+
"text": "string"
|
|
4630
|
+
},
|
|
4631
|
+
"privacy": "public",
|
|
4632
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
4618
4633
|
"inheritedFrom": {
|
|
4619
|
-
"name": "
|
|
4620
|
-
"module": "src/
|
|
4634
|
+
"name": "Anchor",
|
|
4635
|
+
"module": "src/anchor/anchor.ts"
|
|
4621
4636
|
}
|
|
4622
4637
|
},
|
|
4623
4638
|
{
|
|
4624
4639
|
"kind": "field",
|
|
4625
|
-
"name": "
|
|
4626
|
-
"
|
|
4627
|
-
|
|
4640
|
+
"name": "control",
|
|
4641
|
+
"type": {
|
|
4642
|
+
"text": "HTMLAnchorElement | undefined"
|
|
4643
|
+
},
|
|
4644
|
+
"privacy": "public",
|
|
4645
|
+
"description": "References the root element",
|
|
4628
4646
|
"inheritedFrom": {
|
|
4629
|
-
"name": "
|
|
4630
|
-
"module": "src/
|
|
4647
|
+
"name": "Anchor",
|
|
4648
|
+
"module": "src/anchor/anchor.ts"
|
|
4631
4649
|
}
|
|
4632
4650
|
},
|
|
4633
4651
|
{
|
|
4634
4652
|
"kind": "field",
|
|
4635
|
-
"name": "
|
|
4653
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
4636
4654
|
"privacy": "private",
|
|
4637
|
-
"description": "
|
|
4655
|
+
"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",
|
|
4638
4656
|
"inheritedFrom": {
|
|
4639
|
-
"name": "
|
|
4640
|
-
"module": "src/
|
|
4657
|
+
"name": "Anchor",
|
|
4658
|
+
"module": "src/anchor/anchor.ts"
|
|
4641
4659
|
}
|
|
4642
4660
|
},
|
|
4643
4661
|
{
|
|
@@ -4649,8 +4667,8 @@
|
|
|
4649
4667
|
"privacy": "private",
|
|
4650
4668
|
"default": "void 0",
|
|
4651
4669
|
"inheritedFrom": {
|
|
4652
|
-
"name": "
|
|
4653
|
-
"module": "src/
|
|
4670
|
+
"name": "Anchor",
|
|
4671
|
+
"module": "src/anchor/anchor.ts"
|
|
4654
4672
|
}
|
|
4655
4673
|
},
|
|
4656
4674
|
{
|
|
@@ -4662,8 +4680,8 @@
|
|
|
4662
4680
|
"privacy": "public",
|
|
4663
4681
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4664
4682
|
"inheritedFrom": {
|
|
4665
|
-
"name": "
|
|
4666
|
-
"module": "src/
|
|
4683
|
+
"name": "Anchor",
|
|
4684
|
+
"module": "src/anchor/anchor.ts"
|
|
4667
4685
|
}
|
|
4668
4686
|
},
|
|
4669
4687
|
{
|
|
@@ -4675,8 +4693,8 @@
|
|
|
4675
4693
|
"privacy": "public",
|
|
4676
4694
|
"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.",
|
|
4677
4695
|
"inheritedFrom": {
|
|
4678
|
-
"name": "
|
|
4679
|
-
"module": "src/
|
|
4696
|
+
"name": "Anchor",
|
|
4697
|
+
"module": "src/anchor/anchor.ts"
|
|
4680
4698
|
}
|
|
4681
4699
|
},
|
|
4682
4700
|
{
|
|
@@ -4689,8 +4707,8 @@
|
|
|
4689
4707
|
}
|
|
4690
4708
|
},
|
|
4691
4709
|
"inheritedFrom": {
|
|
4692
|
-
"name": "
|
|
4693
|
-
"module": "src/
|
|
4710
|
+
"name": "Anchor",
|
|
4711
|
+
"module": "src/anchor/anchor.ts"
|
|
4694
4712
|
}
|
|
4695
4713
|
},
|
|
4696
4714
|
{
|
|
@@ -4702,8 +4720,8 @@
|
|
|
4702
4720
|
"privacy": "public",
|
|
4703
4721
|
"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.",
|
|
4704
4722
|
"inheritedFrom": {
|
|
4705
|
-
"name": "
|
|
4706
|
-
"module": "src/
|
|
4723
|
+
"name": "Anchor",
|
|
4724
|
+
"module": "src/anchor/anchor.ts"
|
|
4707
4725
|
}
|
|
4708
4726
|
},
|
|
4709
4727
|
{
|
|
@@ -4716,8 +4734,8 @@
|
|
|
4716
4734
|
}
|
|
4717
4735
|
},
|
|
4718
4736
|
"inheritedFrom": {
|
|
4719
|
-
"name": "
|
|
4720
|
-
"module": "src/
|
|
4737
|
+
"name": "Anchor",
|
|
4738
|
+
"module": "src/anchor/anchor.ts"
|
|
4721
4739
|
}
|
|
4722
4740
|
},
|
|
4723
4741
|
{
|
|
@@ -4747,57 +4765,39 @@
|
|
|
4747
4765
|
],
|
|
4748
4766
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4749
4767
|
"inheritedFrom": {
|
|
4750
|
-
"name": "
|
|
4751
|
-
"module": "src/
|
|
4752
|
-
}
|
|
4753
|
-
}
|
|
4754
|
-
],
|
|
4755
|
-
"events": [
|
|
4756
|
-
{
|
|
4757
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4758
|
-
"name": "loaded",
|
|
4759
|
-
"inheritedFrom": {
|
|
4760
|
-
"name": "AnchoredRegion",
|
|
4761
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4762
|
-
}
|
|
4763
|
-
},
|
|
4764
|
-
{
|
|
4765
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4766
|
-
"name": "positionchange",
|
|
4767
|
-
"inheritedFrom": {
|
|
4768
|
-
"name": "AnchoredRegion",
|
|
4769
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
4768
|
+
"name": "Anchor",
|
|
4769
|
+
"module": "src/anchor/anchor.ts"
|
|
4770
4770
|
}
|
|
4771
4771
|
}
|
|
4772
4772
|
]
|
|
4773
4773
|
},
|
|
4774
4774
|
{
|
|
4775
4775
|
"kind": "variable",
|
|
4776
|
-
"name": "
|
|
4776
|
+
"name": "rapidAnchor"
|
|
4777
4777
|
}
|
|
4778
4778
|
],
|
|
4779
4779
|
"exports": [
|
|
4780
4780
|
{
|
|
4781
4781
|
"kind": "js",
|
|
4782
|
-
"name": "
|
|
4782
|
+
"name": "Anchor",
|
|
4783
4783
|
"declaration": {
|
|
4784
|
-
"name": "
|
|
4785
|
-
"module": "src/
|
|
4784
|
+
"name": "Anchor",
|
|
4785
|
+
"module": "src/anchor/anchor.ts"
|
|
4786
4786
|
}
|
|
4787
4787
|
},
|
|
4788
4788
|
{
|
|
4789
4789
|
"kind": "js",
|
|
4790
|
-
"name": "
|
|
4790
|
+
"name": "rapidAnchor",
|
|
4791
4791
|
"declaration": {
|
|
4792
|
-
"name": "
|
|
4793
|
-
"module": "src/
|
|
4792
|
+
"name": "rapidAnchor",
|
|
4793
|
+
"module": "src/anchor/anchor.ts"
|
|
4794
4794
|
}
|
|
4795
4795
|
}
|
|
4796
4796
|
]
|
|
4797
4797
|
},
|
|
4798
4798
|
{
|
|
4799
4799
|
"kind": "javascript-module",
|
|
4800
|
-
"path": "src/
|
|
4800
|
+
"path": "src/anchor/index.ts",
|
|
4801
4801
|
"declarations": [],
|
|
4802
4802
|
"exports": [
|
|
4803
4803
|
{
|
|
@@ -4805,7 +4805,7 @@
|
|
|
4805
4805
|
"name": "*",
|
|
4806
4806
|
"declaration": {
|
|
4807
4807
|
"name": "*",
|
|
4808
|
-
"package": "./
|
|
4808
|
+
"package": "./anchor"
|
|
4809
4809
|
}
|
|
4810
4810
|
},
|
|
4811
4811
|
{
|
|
@@ -4813,7 +4813,7 @@
|
|
|
4813
4813
|
"name": "*",
|
|
4814
4814
|
"declaration": {
|
|
4815
4815
|
"name": "*",
|
|
4816
|
-
"package": "./
|
|
4816
|
+
"package": "./anchor.styles"
|
|
4817
4817
|
}
|
|
4818
4818
|
},
|
|
4819
4819
|
{
|
|
@@ -4821,7 +4821,7 @@
|
|
|
4821
4821
|
"name": "*",
|
|
4822
4822
|
"declaration": {
|
|
4823
4823
|
"name": "*",
|
|
4824
|
-
"package": "./
|
|
4824
|
+
"package": "./anchor.template"
|
|
4825
4825
|
}
|
|
4826
4826
|
}
|
|
4827
4827
|
]
|