@genesislcap/foundation-zero 15.4.1-GENC-1475.5 → 15.5.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.
@@ -2963,11 +2963,11 @@
2963
2963
  },
2964
2964
  {
2965
2965
  "kind": "javascript-module",
2966
- "path": "src/anchor/anchor.styles.ts",
2966
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
2967
2967
  "declarations": [
2968
2968
  {
2969
2969
  "kind": "function",
2970
- "name": "zeroAnchorStyles",
2970
+ "name": "zeroAiIndicatorStyles",
2971
2971
  "return": {
2972
2972
  "type": {
2973
2973
  "text": "ElementStyles"
@@ -2992,291 +2992,286 @@
2992
2992
  "exports": [
2993
2993
  {
2994
2994
  "kind": "js",
2995
- "name": "zeroAnchorStyles",
2996
- "declaration": {
2997
- "name": "zeroAnchorStyles",
2998
- "module": "src/anchor/anchor.styles.ts"
2999
- }
3000
- }
3001
- ]
3002
- },
3003
- {
3004
- "kind": "javascript-module",
3005
- "path": "src/anchor/anchor.template.ts",
3006
- "declarations": [
3007
- {
3008
- "kind": "function",
3009
- "name": "zeroAnchorTemplate",
3010
- "return": {
3011
- "type": {
3012
- "text": "ViewTemplate<Anchor>"
3013
- }
3014
- },
3015
- "parameters": [
3016
- {
3017
- "name": "context",
3018
- "type": {
3019
- "text": "ElementDefinitionContext"
3020
- }
3021
- },
3022
- {
3023
- "name": "definition",
3024
- "type": {
3025
- "text": "FoundationElementDefinition"
3026
- }
3027
- }
3028
- ]
3029
- }
3030
- ],
3031
- "exports": [
3032
- {
3033
- "kind": "js",
3034
- "name": "zeroAnchorTemplate",
2995
+ "name": "zeroAiIndicatorStyles",
3035
2996
  "declaration": {
3036
- "name": "zeroAnchorTemplate",
3037
- "module": "src/anchor/anchor.template.ts"
2997
+ "name": "zeroAiIndicatorStyles",
2998
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3038
2999
  }
3039
3000
  }
3040
3001
  ]
3041
3002
  },
3042
3003
  {
3043
3004
  "kind": "javascript-module",
3044
- "path": "src/anchor/anchor.ts",
3005
+ "path": "src/ai-indicator/ai-indicator.ts",
3045
3006
  "declarations": [
3046
3007
  {
3047
3008
  "kind": "class",
3048
3009
  "description": "",
3049
- "name": "Anchor",
3010
+ "name": "AiIndicator",
3050
3011
  "superclass": {
3051
- "name": "FoundationAnchor",
3012
+ "name": "FoundationAiIndicator",
3052
3013
  "package": "@genesislcap/foundation-ui"
3053
3014
  },
3054
- "tagName": "%%prefix%%-anchor",
3015
+ "tagName": "%%prefix%%-ai-indicator",
3055
3016
  "customElement": true,
3056
- "attributes": [
3017
+ "members": [
3057
3018
  {
3058
- "name": "download",
3019
+ "kind": "field",
3020
+ "name": "providerRegistry",
3059
3021
  "type": {
3060
- "text": "string"
3022
+ "text": "AIProviderRegistry"
3061
3023
  },
3062
- "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.",
3063
- "fieldName": "download",
3064
3024
  "inheritedFrom": {
3065
- "name": "Anchor",
3066
- "module": "src/anchor/anchor.ts"
3025
+ "name": "AiIndicator",
3026
+ "module": "src/ai-indicator/ai-indicator.ts"
3067
3027
  }
3068
3028
  },
3069
3029
  {
3070
- "name": "href",
3030
+ "kind": "field",
3031
+ "name": "aiProvider",
3071
3032
  "type": {
3072
- "text": "string"
3033
+ "text": "AIProvider | undefined"
3073
3034
  },
3074
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3075
- "fieldName": "href",
3035
+ "privacy": "private",
3036
+ "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
3037
+ "readonly": true,
3076
3038
  "inheritedFrom": {
3077
- "name": "Anchor",
3078
- "module": "src/anchor/anchor.ts"
3039
+ "name": "AiIndicator",
3040
+ "module": "src/ai-indicator/ai-indicator.ts"
3079
3041
  }
3080
3042
  },
3081
3043
  {
3082
- "name": "hreflang",
3044
+ "kind": "field",
3045
+ "name": "status",
3083
3046
  "type": {
3084
- "text": "string"
3047
+ "text": "AIStatus | null"
3085
3048
  },
3086
- "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.",
3087
- "fieldName": "hreflang",
3049
+ "default": "null",
3088
3050
  "inheritedFrom": {
3089
- "name": "Anchor",
3090
- "module": "src/anchor/anchor.ts"
3051
+ "name": "AiIndicator",
3052
+ "module": "src/ai-indicator/ai-indicator.ts"
3091
3053
  }
3092
3054
  },
3093
3055
  {
3094
- "name": "ping",
3056
+ "kind": "field",
3057
+ "name": "open",
3095
3058
  "type": {
3096
- "text": "string"
3059
+ "text": "boolean"
3097
3060
  },
3098
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3099
- "fieldName": "ping",
3061
+ "default": "false",
3100
3062
  "inheritedFrom": {
3101
- "name": "Anchor",
3102
- "module": "src/anchor/anchor.ts"
3063
+ "name": "AiIndicator",
3064
+ "module": "src/ai-indicator/ai-indicator.ts"
3103
3065
  }
3104
3066
  },
3105
3067
  {
3106
- "name": "referrerpolicy",
3068
+ "kind": "field",
3069
+ "name": "state",
3107
3070
  "type": {
3108
- "text": "string"
3071
+ "text": "AIIndicatorState"
3109
3072
  },
3110
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3111
- "fieldName": "referrerpolicy",
3073
+ "default": "'none'",
3112
3074
  "inheritedFrom": {
3113
- "name": "Anchor",
3114
- "module": "src/anchor/anchor.ts"
3075
+ "name": "AiIndicator",
3076
+ "module": "src/ai-indicator/ai-indicator.ts"
3115
3077
  }
3116
3078
  },
3117
3079
  {
3118
- "name": "rel",
3080
+ "kind": "field",
3081
+ "name": "isInstalling",
3119
3082
  "type": {
3120
- "text": "string"
3083
+ "text": "boolean"
3121
3084
  },
3122
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3123
- "fieldName": "rel",
3085
+ "default": "false",
3124
3086
  "inheritedFrom": {
3125
- "name": "Anchor",
3126
- "module": "src/anchor/anchor.ts"
3087
+ "name": "AiIndicator",
3088
+ "module": "src/ai-indicator/ai-indicator.ts"
3127
3089
  }
3128
3090
  },
3129
3091
  {
3130
- "name": "target",
3092
+ "kind": "field",
3093
+ "name": "pollTimer",
3131
3094
  "type": {
3132
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3095
+ "text": "ReturnType<typeof setInterval> | null"
3133
3096
  },
3134
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3135
- "fieldName": "target",
3097
+ "privacy": "private",
3098
+ "default": "null",
3136
3099
  "inheritedFrom": {
3137
- "name": "Anchor",
3138
- "module": "src/anchor/anchor.ts"
3100
+ "name": "AiIndicator",
3101
+ "module": "src/ai-indicator/ai-indicator.ts"
3139
3102
  }
3140
3103
  },
3141
- {
3142
- "name": "type",
3143
- "type": {
3144
- "text": "string"
3145
- },
3146
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3147
- "fieldName": "type",
3148
- "inheritedFrom": {
3149
- "name": "Anchor",
3150
- "module": "src/anchor/anchor.ts"
3151
- }
3152
- }
3153
- ],
3154
- "members": [
3155
3104
  {
3156
3105
  "kind": "field",
3157
- "name": "download",
3158
- "type": {
3159
- "text": "string"
3160
- },
3161
- "privacy": "public",
3162
- "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.",
3106
+ "name": "clickOutside",
3107
+ "privacy": "private",
3163
3108
  "inheritedFrom": {
3164
- "name": "Anchor",
3165
- "module": "src/anchor/anchor.ts"
3109
+ "name": "AiIndicator",
3110
+ "module": "src/ai-indicator/ai-indicator.ts"
3166
3111
  }
3167
3112
  },
3168
3113
  {
3169
3114
  "kind": "field",
3170
- "name": "href",
3115
+ "name": "chromeStatusLabel",
3171
3116
  "type": {
3172
- "text": "string"
3117
+ "text": "string | null"
3173
3118
  },
3174
- "privacy": "public",
3175
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3119
+ "readonly": true,
3176
3120
  "inheritedFrom": {
3177
- "name": "Anchor",
3178
- "module": "src/anchor/anchor.ts"
3121
+ "name": "AiIndicator",
3122
+ "module": "src/ai-indicator/ai-indicator.ts"
3179
3123
  }
3180
3124
  },
3181
3125
  {
3182
3126
  "kind": "field",
3183
- "name": "hreflang",
3127
+ "name": "canInstall",
3184
3128
  "type": {
3185
- "text": "string"
3129
+ "text": "boolean"
3186
3130
  },
3187
- "privacy": "public",
3188
- "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.",
3131
+ "readonly": true,
3189
3132
  "inheritedFrom": {
3190
- "name": "Anchor",
3191
- "module": "src/anchor/anchor.ts"
3133
+ "name": "AiIndicator",
3134
+ "module": "src/ai-indicator/ai-indicator.ts"
3192
3135
  }
3193
3136
  },
3194
3137
  {
3195
3138
  "kind": "field",
3196
- "name": "ping",
3139
+ "name": "isDownloading",
3197
3140
  "type": {
3198
- "text": "string"
3141
+ "text": "boolean"
3199
3142
  },
3200
- "privacy": "public",
3201
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3143
+ "readonly": true,
3202
3144
  "inheritedFrom": {
3203
- "name": "Anchor",
3204
- "module": "src/anchor/anchor.ts"
3145
+ "name": "AiIndicator",
3146
+ "module": "src/ai-indicator/ai-indicator.ts"
3205
3147
  }
3206
3148
  },
3207
3149
  {
3208
- "kind": "field",
3209
- "name": "referrerpolicy",
3210
- "type": {
3211
- "text": "string"
3150
+ "kind": "method",
3151
+ "name": "openChanged",
3152
+ "return": {
3153
+ "type": {
3154
+ "text": "void"
3155
+ }
3212
3156
  },
3213
- "privacy": "public",
3214
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3215
3157
  "inheritedFrom": {
3216
- "name": "Anchor",
3217
- "module": "src/anchor/anchor.ts"
3158
+ "name": "AiIndicator",
3159
+ "module": "src/ai-indicator/ai-indicator.ts"
3218
3160
  }
3219
3161
  },
3220
3162
  {
3221
- "kind": "field",
3222
- "name": "rel",
3223
- "type": {
3224
- "text": "string"
3225
- },
3226
- "privacy": "public",
3227
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3163
+ "kind": "method",
3164
+ "name": "handleClickOutside",
3165
+ "privacy": "private",
3166
+ "parameters": [
3167
+ {
3168
+ "name": "event",
3169
+ "type": {
3170
+ "text": "MouseEvent"
3171
+ }
3172
+ }
3173
+ ],
3228
3174
  "inheritedFrom": {
3229
- "name": "Anchor",
3230
- "module": "src/anchor/anchor.ts"
3175
+ "name": "AiIndicator",
3176
+ "module": "src/ai-indicator/ai-indicator.ts"
3231
3177
  }
3232
3178
  },
3233
3179
  {
3234
- "kind": "field",
3235
- "name": "target",
3236
- "type": {
3237
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3238
- },
3239
- "privacy": "public",
3240
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3180
+ "kind": "method",
3181
+ "name": "toggleDropdown",
3241
3182
  "inheritedFrom": {
3242
- "name": "Anchor",
3243
- "module": "src/anchor/anchor.ts"
3183
+ "name": "AiIndicator",
3184
+ "module": "src/ai-indicator/ai-indicator.ts"
3244
3185
  }
3245
3186
  },
3246
3187
  {
3247
- "kind": "field",
3248
- "name": "type",
3249
- "type": {
3250
- "text": "string"
3188
+ "kind": "method",
3189
+ "name": "refreshStatus",
3190
+ "return": {
3191
+ "type": {
3192
+ "text": "Promise<void>"
3193
+ }
3251
3194
  },
3252
- "privacy": "public",
3253
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3254
3195
  "inheritedFrom": {
3255
- "name": "Anchor",
3256
- "module": "src/anchor/anchor.ts"
3196
+ "name": "AiIndicator",
3197
+ "module": "src/ai-indicator/ai-indicator.ts"
3257
3198
  }
3258
3199
  },
3259
3200
  {
3260
- "kind": "field",
3261
- "name": "control",
3262
- "type": {
3263
- "text": "HTMLAnchorElement | undefined"
3201
+ "kind": "method",
3202
+ "name": "deriveState",
3203
+ "privacy": "private",
3204
+ "return": {
3205
+ "type": {
3206
+ "text": "AIIndicatorState"
3207
+ }
3264
3208
  },
3265
- "privacy": "public",
3266
- "description": "References the root element",
3209
+ "parameters": [
3210
+ {
3211
+ "name": "s",
3212
+ "type": {
3213
+ "text": "AIStatus | null"
3214
+ }
3215
+ }
3216
+ ],
3267
3217
  "inheritedFrom": {
3268
- "name": "Anchor",
3269
- "module": "src/anchor/anchor.ts"
3218
+ "name": "AiIndicator",
3219
+ "module": "src/ai-indicator/ai-indicator.ts"
3270
3220
  }
3271
3221
  },
3272
3222
  {
3273
- "kind": "field",
3274
- "name": "handleUnsupportedDelegatesFocus",
3223
+ "kind": "method",
3224
+ "name": "maybeStartPolling",
3275
3225
  "privacy": "private",
3276
- "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",
3226
+ "return": {
3227
+ "type": {
3228
+ "text": "void"
3229
+ }
3230
+ },
3277
3231
  "inheritedFrom": {
3278
- "name": "Anchor",
3279
- "module": "src/anchor/anchor.ts"
3232
+ "name": "AiIndicator",
3233
+ "module": "src/ai-indicator/ai-indicator.ts"
3234
+ }
3235
+ },
3236
+ {
3237
+ "kind": "method",
3238
+ "name": "startPolling",
3239
+ "privacy": "private",
3240
+ "return": {
3241
+ "type": {
3242
+ "text": "void"
3243
+ }
3244
+ },
3245
+ "inheritedFrom": {
3246
+ "name": "AiIndicator",
3247
+ "module": "src/ai-indicator/ai-indicator.ts"
3248
+ }
3249
+ },
3250
+ {
3251
+ "kind": "method",
3252
+ "name": "stopPolling",
3253
+ "privacy": "private",
3254
+ "return": {
3255
+ "type": {
3256
+ "text": "void"
3257
+ }
3258
+ },
3259
+ "inheritedFrom": {
3260
+ "name": "AiIndicator",
3261
+ "module": "src/ai-indicator/ai-indicator.ts"
3262
+ }
3263
+ },
3264
+ {
3265
+ "kind": "method",
3266
+ "name": "onInstall",
3267
+ "return": {
3268
+ "type": {
3269
+ "text": "Promise<void>"
3270
+ }
3271
+ },
3272
+ "inheritedFrom": {
3273
+ "name": "AiIndicator",
3274
+ "module": "src/ai-indicator/ai-indicator.ts"
3280
3275
  }
3281
3276
  },
3282
3277
  {
@@ -3288,8 +3283,8 @@
3288
3283
  "privacy": "private",
3289
3284
  "default": "void 0",
3290
3285
  "inheritedFrom": {
3291
- "name": "Anchor",
3292
- "module": "src/anchor/anchor.ts"
3286
+ "name": "FoundationElement",
3287
+ "module": "src/foundation-element/foundation-element.ts"
3293
3288
  }
3294
3289
  },
3295
3290
  {
@@ -3301,8 +3296,8 @@
3301
3296
  "privacy": "public",
3302
3297
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3303
3298
  "inheritedFrom": {
3304
- "name": "Anchor",
3305
- "module": "src/anchor/anchor.ts"
3299
+ "name": "FoundationElement",
3300
+ "module": "src/foundation-element/foundation-element.ts"
3306
3301
  }
3307
3302
  },
3308
3303
  {
@@ -3314,8 +3309,8 @@
3314
3309
  "privacy": "public",
3315
3310
  "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.",
3316
3311
  "inheritedFrom": {
3317
- "name": "Anchor",
3318
- "module": "src/anchor/anchor.ts"
3312
+ "name": "FoundationElement",
3313
+ "module": "src/foundation-element/foundation-element.ts"
3319
3314
  }
3320
3315
  },
3321
3316
  {
@@ -3328,8 +3323,8 @@
3328
3323
  }
3329
3324
  },
3330
3325
  "inheritedFrom": {
3331
- "name": "Anchor",
3332
- "module": "src/anchor/anchor.ts"
3326
+ "name": "FoundationElement",
3327
+ "module": "src/foundation-element/foundation-element.ts"
3333
3328
  }
3334
3329
  },
3335
3330
  {
@@ -3341,8 +3336,8 @@
3341
3336
  "privacy": "public",
3342
3337
  "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.",
3343
3338
  "inheritedFrom": {
3344
- "name": "Anchor",
3345
- "module": "src/anchor/anchor.ts"
3339
+ "name": "FoundationElement",
3340
+ "module": "src/foundation-element/foundation-element.ts"
3346
3341
  }
3347
3342
  },
3348
3343
  {
@@ -3355,8 +3350,8 @@
3355
3350
  }
3356
3351
  },
3357
3352
  "inheritedFrom": {
3358
- "name": "Anchor",
3359
- "module": "src/anchor/anchor.ts"
3353
+ "name": "FoundationElement",
3354
+ "module": "src/foundation-element/foundation-element.ts"
3360
3355
  }
3361
3356
  },
3362
3357
  {
@@ -3386,74 +3381,66 @@
3386
3381
  ],
3387
3382
  "description": "Defines an element registry function with a set of element definition defaults.",
3388
3383
  "inheritedFrom": {
3389
- "name": "Anchor",
3390
- "module": "src/anchor/anchor.ts"
3384
+ "name": "FoundationElement",
3385
+ "module": "src/foundation-element/foundation-element.ts"
3391
3386
  }
3392
3387
  }
3393
3388
  ]
3394
3389
  },
3395
3390
  {
3396
3391
  "kind": "variable",
3397
- "name": "zeroAnchor"
3392
+ "name": "zeroAiIndicator"
3398
3393
  }
3399
3394
  ],
3400
3395
  "exports": [
3401
3396
  {
3402
3397
  "kind": "js",
3403
- "name": "Anchor",
3398
+ "name": "AiIndicator",
3404
3399
  "declaration": {
3405
- "name": "Anchor",
3406
- "module": "src/anchor/anchor.ts"
3400
+ "name": "AiIndicator",
3401
+ "module": "src/ai-indicator/ai-indicator.ts"
3407
3402
  }
3408
3403
  },
3409
3404
  {
3410
3405
  "kind": "js",
3411
- "name": "zeroAnchor",
3406
+ "name": "zeroAiIndicator",
3412
3407
  "declaration": {
3413
- "name": "zeroAnchor",
3414
- "module": "src/anchor/anchor.ts"
3408
+ "name": "zeroAiIndicator",
3409
+ "module": "src/ai-indicator/ai-indicator.ts"
3415
3410
  }
3416
3411
  }
3417
3412
  ]
3418
3413
  },
3419
3414
  {
3420
3415
  "kind": "javascript-module",
3421
- "path": "src/anchor/index.ts",
3416
+ "path": "src/ai-indicator/index.ts",
3422
3417
  "declarations": [],
3423
3418
  "exports": [
3424
3419
  {
3425
3420
  "kind": "js",
3426
- "name": "*",
3427
- "declaration": {
3428
- "name": "*",
3429
- "package": "./anchor"
3430
- }
3431
- },
3432
- {
3433
- "kind": "js",
3434
- "name": "*",
3421
+ "name": "AiIndicator",
3435
3422
  "declaration": {
3436
- "name": "*",
3437
- "package": "./anchor.styles"
3423
+ "name": "AiIndicator",
3424
+ "module": "./ai-indicator"
3438
3425
  }
3439
3426
  },
3440
3427
  {
3441
3428
  "kind": "js",
3442
- "name": "*",
3429
+ "name": "zeroAiIndicator",
3443
3430
  "declaration": {
3444
- "name": "*",
3445
- "package": "./anchor.template"
3431
+ "name": "zeroAiIndicator",
3432
+ "module": "./ai-indicator"
3446
3433
  }
3447
3434
  }
3448
3435
  ]
3449
3436
  },
3450
3437
  {
3451
3438
  "kind": "javascript-module",
3452
- "path": "src/anchored-region/anchored-region.styles.ts",
3439
+ "path": "src/anchor/anchor.styles.ts",
3453
3440
  "declarations": [
3454
3441
  {
3455
3442
  "kind": "function",
3456
- "name": "zeroAnchoredRegionStyles",
3443
+ "name": "zeroAnchorStyles",
3457
3444
  "return": {
3458
3445
  "type": {
3459
3446
  "text": "ElementStyles"
@@ -3478,24 +3465,24 @@
3478
3465
  "exports": [
3479
3466
  {
3480
3467
  "kind": "js",
3481
- "name": "zeroAnchoredRegionStyles",
3468
+ "name": "zeroAnchorStyles",
3482
3469
  "declaration": {
3483
- "name": "zeroAnchoredRegionStyles",
3484
- "module": "src/anchored-region/anchored-region.styles.ts"
3470
+ "name": "zeroAnchorStyles",
3471
+ "module": "src/anchor/anchor.styles.ts"
3485
3472
  }
3486
3473
  }
3487
3474
  ]
3488
3475
  },
3489
3476
  {
3490
3477
  "kind": "javascript-module",
3491
- "path": "src/anchored-region/anchored-region.template.ts",
3478
+ "path": "src/anchor/anchor.template.ts",
3492
3479
  "declarations": [
3493
3480
  {
3494
3481
  "kind": "function",
3495
- "name": "zeroAnchoredRegionTemplate",
3482
+ "name": "zeroAnchorTemplate",
3496
3483
  "return": {
3497
3484
  "type": {
3498
- "text": "ViewTemplate<AnchoredRegion>"
3485
+ "text": "ViewTemplate<Anchor>"
3499
3486
  }
3500
3487
  },
3501
3488
  "parameters": [
@@ -3517,580 +3504,732 @@
3517
3504
  "exports": [
3518
3505
  {
3519
3506
  "kind": "js",
3520
- "name": "zeroAnchoredRegionTemplate",
3507
+ "name": "zeroAnchorTemplate",
3521
3508
  "declaration": {
3522
- "name": "zeroAnchoredRegionTemplate",
3523
- "module": "src/anchored-region/anchored-region.template.ts"
3509
+ "name": "zeroAnchorTemplate",
3510
+ "module": "src/anchor/anchor.template.ts"
3524
3511
  }
3525
3512
  }
3526
3513
  ]
3527
3514
  },
3528
3515
  {
3529
3516
  "kind": "javascript-module",
3530
- "path": "src/anchored-region/anchored-region.ts",
3517
+ "path": "src/anchor/anchor.ts",
3531
3518
  "declarations": [
3532
3519
  {
3533
3520
  "kind": "class",
3534
3521
  "description": "",
3535
- "name": "AnchoredRegion",
3522
+ "name": "Anchor",
3536
3523
  "superclass": {
3537
- "name": "FoundationAnchoredRegion",
3524
+ "name": "FoundationAnchor",
3538
3525
  "package": "@genesislcap/foundation-ui"
3539
3526
  },
3540
- "tagName": "%%prefix%%-anchored-region",
3527
+ "tagName": "%%prefix%%-anchor",
3541
3528
  "customElement": true,
3542
3529
  "attributes": [
3543
3530
  {
3544
- "name": "anchor",
3531
+ "name": "download",
3545
3532
  "type": {
3546
3533
  "text": "string"
3547
3534
  },
3548
- "default": "\"\"",
3549
- "description": "The HTML ID of the anchor element this region is positioned relative to",
3550
- "fieldName": "anchor",
3535
+ "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.",
3536
+ "fieldName": "download",
3551
3537
  "inheritedFrom": {
3552
- "name": "AnchoredRegion",
3553
- "module": "src/anchored-region/anchored-region.ts"
3538
+ "name": "Anchor",
3539
+ "module": "src/anchor/anchor.ts"
3554
3540
  }
3555
3541
  },
3556
3542
  {
3557
- "name": "viewport",
3543
+ "name": "href",
3558
3544
  "type": {
3559
3545
  "text": "string"
3560
3546
  },
3561
- "default": "\"\"",
3562
- "description": "The HTML ID of the viewport element this region is positioned relative to",
3563
- "fieldName": "viewport",
3547
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3548
+ "fieldName": "href",
3564
3549
  "inheritedFrom": {
3565
- "name": "AnchoredRegion",
3566
- "module": "src/anchored-region/anchored-region.ts"
3550
+ "name": "Anchor",
3551
+ "module": "src/anchor/anchor.ts"
3567
3552
  }
3568
3553
  },
3569
3554
  {
3570
- "name": "horizontal-positioning-mode",
3555
+ "name": "hreflang",
3571
3556
  "type": {
3572
- "text": "AxisPositioningMode"
3557
+ "text": "string"
3573
3558
  },
3574
- "default": "\"uncontrolled\"",
3575
- "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",
3576
- "fieldName": "horizontalPositioningMode",
3559
+ "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.",
3560
+ "fieldName": "hreflang",
3577
3561
  "inheritedFrom": {
3578
- "name": "AnchoredRegion",
3579
- "module": "src/anchored-region/anchored-region.ts"
3562
+ "name": "Anchor",
3563
+ "module": "src/anchor/anchor.ts"
3580
3564
  }
3581
3565
  },
3582
3566
  {
3583
- "name": "horizontal-default-position",
3567
+ "name": "ping",
3584
3568
  "type": {
3585
- "text": "HorizontalPosition"
3569
+ "text": "string"
3586
3570
  },
3587
- "default": "\"unset\"",
3588
- "description": "The default horizontal position of the region relative to the anchor element",
3589
- "fieldName": "horizontalDefaultPosition",
3571
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3572
+ "fieldName": "ping",
3590
3573
  "inheritedFrom": {
3591
- "name": "AnchoredRegion",
3592
- "module": "src/anchored-region/anchored-region.ts"
3574
+ "name": "Anchor",
3575
+ "module": "src/anchor/anchor.ts"
3593
3576
  }
3594
3577
  },
3595
3578
  {
3596
- "name": "horizontal-viewport-lock",
3579
+ "name": "referrerpolicy",
3597
3580
  "type": {
3598
- "text": "boolean"
3581
+ "text": "string"
3599
3582
  },
3600
- "default": "false",
3601
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3602
- "fieldName": "horizontalViewportLock",
3583
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3584
+ "fieldName": "referrerpolicy",
3603
3585
  "inheritedFrom": {
3604
- "name": "AnchoredRegion",
3605
- "module": "src/anchored-region/anchored-region.ts"
3586
+ "name": "Anchor",
3587
+ "module": "src/anchor/anchor.ts"
3606
3588
  }
3607
3589
  },
3608
3590
  {
3609
- "name": "horizontal-inset",
3591
+ "name": "rel",
3610
3592
  "type": {
3611
- "text": "boolean"
3593
+ "text": "string"
3612
3594
  },
3613
- "default": "false",
3614
- "description": "Whether the region overlaps the anchor on the horizontal axis",
3615
- "fieldName": "horizontalInset",
3595
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3596
+ "fieldName": "rel",
3616
3597
  "inheritedFrom": {
3617
- "name": "AnchoredRegion",
3618
- "module": "src/anchored-region/anchored-region.ts"
3598
+ "name": "Anchor",
3599
+ "module": "src/anchor/anchor.ts"
3619
3600
  }
3620
3601
  },
3621
3602
  {
3622
- "name": "horizontal-threshold",
3603
+ "name": "target",
3623
3604
  "type": {
3624
- "text": "number"
3605
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3625
3606
  },
3626
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
3627
- "fieldName": "horizontalThreshold",
3607
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3608
+ "fieldName": "target",
3628
3609
  "inheritedFrom": {
3629
- "name": "AnchoredRegion",
3630
- "module": "src/anchored-region/anchored-region.ts"
3610
+ "name": "Anchor",
3611
+ "module": "src/anchor/anchor.ts"
3631
3612
  }
3632
3613
  },
3633
3614
  {
3634
- "name": "horizontal-scaling",
3615
+ "name": "type",
3635
3616
  "type": {
3636
- "text": "AxisScalingMode"
3617
+ "text": "string"
3637
3618
  },
3638
- "default": "\"content\"",
3639
- "description": "Defines how the width of the region is calculated",
3640
- "fieldName": "horizontalScaling",
3619
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
3620
+ "fieldName": "type",
3641
3621
  "inheritedFrom": {
3642
- "name": "AnchoredRegion",
3643
- "module": "src/anchored-region/anchored-region.ts"
3622
+ "name": "Anchor",
3623
+ "module": "src/anchor/anchor.ts"
3644
3624
  }
3645
- },
3625
+ }
3626
+ ],
3627
+ "members": [
3646
3628
  {
3647
- "name": "vertical-positioning-mode",
3629
+ "kind": "field",
3630
+ "name": "download",
3648
3631
  "type": {
3649
- "text": "AxisPositioningMode"
3632
+ "text": "string"
3650
3633
  },
3651
- "default": "\"uncontrolled\"",
3652
- "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",
3653
- "fieldName": "verticalPositioningMode",
3634
+ "privacy": "public",
3635
+ "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.",
3654
3636
  "inheritedFrom": {
3655
- "name": "AnchoredRegion",
3656
- "module": "src/anchored-region/anchored-region.ts"
3637
+ "name": "Anchor",
3638
+ "module": "src/anchor/anchor.ts"
3657
3639
  }
3658
3640
  },
3659
3641
  {
3660
- "name": "vertical-default-position",
3642
+ "kind": "field",
3643
+ "name": "href",
3661
3644
  "type": {
3662
- "text": "VerticalPosition"
3645
+ "text": "string"
3663
3646
  },
3664
- "default": "\"unset\"",
3665
- "description": "The default vertical position of the region relative to the anchor element",
3666
- "fieldName": "verticalDefaultPosition",
3647
+ "privacy": "public",
3648
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3667
3649
  "inheritedFrom": {
3668
- "name": "AnchoredRegion",
3669
- "module": "src/anchored-region/anchored-region.ts"
3650
+ "name": "Anchor",
3651
+ "module": "src/anchor/anchor.ts"
3670
3652
  }
3671
3653
  },
3672
3654
  {
3673
- "name": "vertical-viewport-lock",
3655
+ "kind": "field",
3656
+ "name": "hreflang",
3674
3657
  "type": {
3675
- "text": "boolean"
3658
+ "text": "string"
3676
3659
  },
3677
- "default": "false",
3678
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
3679
- "fieldName": "verticalViewportLock",
3660
+ "privacy": "public",
3661
+ "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.",
3680
3662
  "inheritedFrom": {
3681
- "name": "AnchoredRegion",
3682
- "module": "src/anchored-region/anchored-region.ts"
3663
+ "name": "Anchor",
3664
+ "module": "src/anchor/anchor.ts"
3683
3665
  }
3684
3666
  },
3685
3667
  {
3686
- "name": "vertical-inset",
3668
+ "kind": "field",
3669
+ "name": "ping",
3687
3670
  "type": {
3688
- "text": "boolean"
3671
+ "text": "string"
3689
3672
  },
3690
- "default": "false",
3691
- "description": "Whether the region overlaps the anchor on the vertical axis",
3692
- "fieldName": "verticalInset",
3673
+ "privacy": "public",
3674
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3693
3675
  "inheritedFrom": {
3694
- "name": "AnchoredRegion",
3695
- "module": "src/anchored-region/anchored-region.ts"
3676
+ "name": "Anchor",
3677
+ "module": "src/anchor/anchor.ts"
3696
3678
  }
3697
3679
  },
3698
3680
  {
3699
- "name": "vertical-threshold",
3681
+ "kind": "field",
3682
+ "name": "referrerpolicy",
3700
3683
  "type": {
3701
- "text": "number"
3684
+ "text": "string"
3702
3685
  },
3703
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
3704
- "fieldName": "verticalThreshold",
3686
+ "privacy": "public",
3687
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3705
3688
  "inheritedFrom": {
3706
- "name": "AnchoredRegion",
3707
- "module": "src/anchored-region/anchored-region.ts"
3689
+ "name": "Anchor",
3690
+ "module": "src/anchor/anchor.ts"
3708
3691
  }
3709
3692
  },
3710
3693
  {
3711
- "name": "vertical-scaling",
3694
+ "kind": "field",
3695
+ "name": "rel",
3712
3696
  "type": {
3713
- "text": "AxisScalingMode"
3697
+ "text": "string"
3714
3698
  },
3715
- "default": "\"content\"",
3716
- "description": "Defines how the height of the region is calculated",
3717
- "fieldName": "verticalScaling",
3699
+ "privacy": "public",
3700
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3718
3701
  "inheritedFrom": {
3719
- "name": "AnchoredRegion",
3720
- "module": "src/anchored-region/anchored-region.ts"
3702
+ "name": "Anchor",
3703
+ "module": "src/anchor/anchor.ts"
3721
3704
  }
3722
3705
  },
3723
3706
  {
3724
- "name": "fixed-placement",
3707
+ "kind": "field",
3708
+ "name": "target",
3725
3709
  "type": {
3726
- "text": "boolean"
3710
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
3727
3711
  },
3728
- "default": "false",
3729
- "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,",
3730
- "fieldName": "fixedPlacement",
3712
+ "privacy": "public",
3713
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3731
3714
  "inheritedFrom": {
3732
- "name": "AnchoredRegion",
3733
- "module": "src/anchored-region/anchored-region.ts"
3715
+ "name": "Anchor",
3716
+ "module": "src/anchor/anchor.ts"
3734
3717
  }
3735
3718
  },
3736
3719
  {
3737
- "name": "auto-update-mode",
3720
+ "kind": "field",
3721
+ "name": "type",
3738
3722
  "type": {
3739
- "text": "AutoUpdateMode"
3723
+ "text": "string"
3740
3724
  },
3741
- "default": "\"anchor\"",
3742
- "description": "Defines what triggers the anchored region to revaluate positioning",
3743
- "fieldName": "autoUpdateMode",
3725
+ "privacy": "public",
3726
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
3744
3727
  "inheritedFrom": {
3745
- "name": "AnchoredRegion",
3746
- "module": "src/anchored-region/anchored-region.ts"
3728
+ "name": "Anchor",
3729
+ "module": "src/anchor/anchor.ts"
3747
3730
  }
3748
- }
3749
- ],
3750
- "members": [
3731
+ },
3751
3732
  {
3752
3733
  "kind": "field",
3753
- "name": "anchor",
3734
+ "name": "control",
3754
3735
  "type": {
3755
- "text": "string"
3736
+ "text": "HTMLAnchorElement | undefined"
3756
3737
  },
3757
3738
  "privacy": "public",
3758
- "default": "\"\"",
3759
- "description": "The HTML ID of the anchor element this region is positioned relative to",
3739
+ "description": "References the root element",
3760
3740
  "inheritedFrom": {
3761
- "name": "AnchoredRegion",
3762
- "module": "src/anchored-region/anchored-region.ts"
3741
+ "name": "Anchor",
3742
+ "module": "src/anchor/anchor.ts"
3763
3743
  }
3764
3744
  },
3765
3745
  {
3766
- "kind": "method",
3767
- "name": "anchorChanged",
3746
+ "kind": "field",
3747
+ "name": "handleUnsupportedDelegatesFocus",
3768
3748
  "privacy": "private",
3769
- "return": {
3770
- "type": {
3771
- "text": "void"
3772
- }
3773
- },
3749
+ "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",
3774
3750
  "inheritedFrom": {
3775
- "name": "AnchoredRegion",
3776
- "module": "src/anchored-region/anchored-region.ts"
3751
+ "name": "Anchor",
3752
+ "module": "src/anchor/anchor.ts"
3777
3753
  }
3778
3754
  },
3779
3755
  {
3780
3756
  "kind": "field",
3781
- "name": "viewport",
3757
+ "name": "_presentation",
3782
3758
  "type": {
3783
- "text": "string"
3759
+ "text": "ComponentPresentation | null | undefined"
3784
3760
  },
3785
- "privacy": "public",
3786
- "default": "\"\"",
3787
- "description": "The HTML ID of the viewport element this region is positioned relative to",
3761
+ "privacy": "private",
3762
+ "default": "void 0",
3788
3763
  "inheritedFrom": {
3789
- "name": "AnchoredRegion",
3790
- "module": "src/anchored-region/anchored-region.ts"
3764
+ "name": "Anchor",
3765
+ "module": "src/anchor/anchor.ts"
3791
3766
  }
3792
3767
  },
3793
3768
  {
3794
- "kind": "method",
3795
- "name": "viewportChanged",
3796
- "privacy": "private",
3797
- "return": {
3798
- "type": {
3799
- "text": "void"
3800
- }
3769
+ "kind": "field",
3770
+ "name": "$presentation",
3771
+ "type": {
3772
+ "text": "ComponentPresentation | null"
3801
3773
  },
3774
+ "privacy": "public",
3775
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3802
3776
  "inheritedFrom": {
3803
- "name": "AnchoredRegion",
3804
- "module": "src/anchored-region/anchored-region.ts"
3777
+ "name": "Anchor",
3778
+ "module": "src/anchor/anchor.ts"
3805
3779
  }
3806
3780
  },
3807
3781
  {
3808
3782
  "kind": "field",
3809
- "name": "horizontalPositioningMode",
3783
+ "name": "template",
3810
3784
  "type": {
3811
- "text": "AxisPositioningMode"
3785
+ "text": "ElementViewTemplate | void | null"
3812
3786
  },
3813
3787
  "privacy": "public",
3814
- "default": "\"uncontrolled\"",
3815
- "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",
3788
+ "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.",
3816
3789
  "inheritedFrom": {
3817
- "name": "AnchoredRegion",
3818
- "module": "src/anchored-region/anchored-region.ts"
3790
+ "name": "Anchor",
3791
+ "module": "src/anchor/anchor.ts"
3819
3792
  }
3820
3793
  },
3821
3794
  {
3822
3795
  "kind": "method",
3823
- "name": "horizontalPositioningModeChanged",
3824
- "privacy": "private",
3796
+ "name": "templateChanged",
3797
+ "privacy": "protected",
3825
3798
  "return": {
3826
3799
  "type": {
3827
3800
  "text": "void"
3828
3801
  }
3829
3802
  },
3830
3803
  "inheritedFrom": {
3831
- "name": "AnchoredRegion",
3832
- "module": "src/anchored-region/anchored-region.ts"
3804
+ "name": "Anchor",
3805
+ "module": "src/anchor/anchor.ts"
3833
3806
  }
3834
3807
  },
3835
3808
  {
3836
3809
  "kind": "field",
3837
- "name": "horizontalDefaultPosition",
3810
+ "name": "styles",
3838
3811
  "type": {
3839
- "text": "HorizontalPosition"
3812
+ "text": "ElementStyles | void | null"
3840
3813
  },
3841
3814
  "privacy": "public",
3842
- "default": "\"unset\"",
3843
- "description": "The default horizontal position of the region relative to the anchor element",
3815
+ "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.",
3844
3816
  "inheritedFrom": {
3845
- "name": "AnchoredRegion",
3846
- "module": "src/anchored-region/anchored-region.ts"
3817
+ "name": "Anchor",
3818
+ "module": "src/anchor/anchor.ts"
3847
3819
  }
3848
3820
  },
3849
3821
  {
3850
3822
  "kind": "method",
3851
- "name": "horizontalDefaultPositionChanged",
3852
- "privacy": "private",
3823
+ "name": "stylesChanged",
3824
+ "privacy": "protected",
3853
3825
  "return": {
3854
3826
  "type": {
3855
3827
  "text": "void"
3856
3828
  }
3857
3829
  },
3858
3830
  "inheritedFrom": {
3859
- "name": "AnchoredRegion",
3860
- "module": "src/anchored-region/anchored-region.ts"
3831
+ "name": "Anchor",
3832
+ "module": "src/anchor/anchor.ts"
3861
3833
  }
3862
3834
  },
3863
3835
  {
3864
- "kind": "field",
3865
- "name": "horizontalViewportLock",
3866
- "type": {
3867
- "text": "boolean"
3868
- },
3836
+ "kind": "method",
3837
+ "name": "compose",
3869
3838
  "privacy": "public",
3870
- "default": "false",
3871
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
3872
- "inheritedFrom": {
3873
- "name": "AnchoredRegion",
3874
- "module": "src/anchored-region/anchored-region.ts"
3875
- }
3876
- },
3877
- {
3878
- "kind": "method",
3879
- "name": "horizontalViewportLockChanged",
3880
- "privacy": "private",
3839
+ "static": true,
3881
3840
  "return": {
3882
3841
  "type": {
3883
- "text": "void"
3842
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3884
3843
  }
3885
3844
  },
3845
+ "parameters": [
3846
+ {
3847
+ "name": "this",
3848
+ "type": {
3849
+ "text": "K"
3850
+ }
3851
+ },
3852
+ {
3853
+ "name": "elementDefinition",
3854
+ "type": {
3855
+ "text": "T"
3856
+ },
3857
+ "description": "The definition of the element to create the registry\nfunction for."
3858
+ }
3859
+ ],
3860
+ "description": "Defines an element registry function with a set of element definition defaults.",
3886
3861
  "inheritedFrom": {
3887
- "name": "AnchoredRegion",
3888
- "module": "src/anchored-region/anchored-region.ts"
3862
+ "name": "Anchor",
3863
+ "module": "src/anchor/anchor.ts"
3864
+ }
3865
+ }
3866
+ ]
3867
+ },
3868
+ {
3869
+ "kind": "variable",
3870
+ "name": "zeroAnchor"
3871
+ }
3872
+ ],
3873
+ "exports": [
3874
+ {
3875
+ "kind": "js",
3876
+ "name": "Anchor",
3877
+ "declaration": {
3878
+ "name": "Anchor",
3879
+ "module": "src/anchor/anchor.ts"
3880
+ }
3881
+ },
3882
+ {
3883
+ "kind": "js",
3884
+ "name": "zeroAnchor",
3885
+ "declaration": {
3886
+ "name": "zeroAnchor",
3887
+ "module": "src/anchor/anchor.ts"
3888
+ }
3889
+ }
3890
+ ]
3891
+ },
3892
+ {
3893
+ "kind": "javascript-module",
3894
+ "path": "src/anchor/index.ts",
3895
+ "declarations": [],
3896
+ "exports": [
3897
+ {
3898
+ "kind": "js",
3899
+ "name": "*",
3900
+ "declaration": {
3901
+ "name": "*",
3902
+ "package": "./anchor"
3903
+ }
3904
+ },
3905
+ {
3906
+ "kind": "js",
3907
+ "name": "*",
3908
+ "declaration": {
3909
+ "name": "*",
3910
+ "package": "./anchor.styles"
3911
+ }
3912
+ },
3913
+ {
3914
+ "kind": "js",
3915
+ "name": "*",
3916
+ "declaration": {
3917
+ "name": "*",
3918
+ "package": "./anchor.template"
3919
+ }
3920
+ }
3921
+ ]
3922
+ },
3923
+ {
3924
+ "kind": "javascript-module",
3925
+ "path": "src/anchored-region/anchored-region.styles.ts",
3926
+ "declarations": [
3927
+ {
3928
+ "kind": "function",
3929
+ "name": "zeroAnchoredRegionStyles",
3930
+ "return": {
3931
+ "type": {
3932
+ "text": "ElementStyles"
3933
+ }
3934
+ },
3935
+ "parameters": [
3936
+ {
3937
+ "name": "context",
3938
+ "type": {
3939
+ "text": "ElementDefinitionContext"
3889
3940
  }
3890
3941
  },
3891
3942
  {
3892
- "kind": "field",
3893
- "name": "horizontalInset",
3943
+ "name": "definition",
3894
3944
  "type": {
3895
- "text": "boolean"
3896
- },
3897
- "privacy": "public",
3898
- "default": "false",
3899
- "description": "Whether the region overlaps the anchor on the horizontal axis",
3900
- "inheritedFrom": {
3901
- "name": "AnchoredRegion",
3902
- "module": "src/anchored-region/anchored-region.ts"
3945
+ "text": "FoundationElementDefinition"
3946
+ }
3947
+ }
3948
+ ]
3949
+ }
3950
+ ],
3951
+ "exports": [
3952
+ {
3953
+ "kind": "js",
3954
+ "name": "zeroAnchoredRegionStyles",
3955
+ "declaration": {
3956
+ "name": "zeroAnchoredRegionStyles",
3957
+ "module": "src/anchored-region/anchored-region.styles.ts"
3958
+ }
3959
+ }
3960
+ ]
3961
+ },
3962
+ {
3963
+ "kind": "javascript-module",
3964
+ "path": "src/anchored-region/anchored-region.template.ts",
3965
+ "declarations": [
3966
+ {
3967
+ "kind": "function",
3968
+ "name": "zeroAnchoredRegionTemplate",
3969
+ "return": {
3970
+ "type": {
3971
+ "text": "ViewTemplate<AnchoredRegion>"
3972
+ }
3973
+ },
3974
+ "parameters": [
3975
+ {
3976
+ "name": "context",
3977
+ "type": {
3978
+ "text": "ElementDefinitionContext"
3903
3979
  }
3904
3980
  },
3905
3981
  {
3906
- "kind": "method",
3907
- "name": "horizontalInsetChanged",
3908
- "privacy": "private",
3909
- "return": {
3910
- "type": {
3911
- "text": "void"
3912
- }
3982
+ "name": "definition",
3983
+ "type": {
3984
+ "text": "FoundationElementDefinition"
3985
+ }
3986
+ }
3987
+ ]
3988
+ }
3989
+ ],
3990
+ "exports": [
3991
+ {
3992
+ "kind": "js",
3993
+ "name": "zeroAnchoredRegionTemplate",
3994
+ "declaration": {
3995
+ "name": "zeroAnchoredRegionTemplate",
3996
+ "module": "src/anchored-region/anchored-region.template.ts"
3997
+ }
3998
+ }
3999
+ ]
4000
+ },
4001
+ {
4002
+ "kind": "javascript-module",
4003
+ "path": "src/anchored-region/anchored-region.ts",
4004
+ "declarations": [
4005
+ {
4006
+ "kind": "class",
4007
+ "description": "",
4008
+ "name": "AnchoredRegion",
4009
+ "superclass": {
4010
+ "name": "FoundationAnchoredRegion",
4011
+ "package": "@genesislcap/foundation-ui"
4012
+ },
4013
+ "tagName": "%%prefix%%-anchored-region",
4014
+ "customElement": true,
4015
+ "attributes": [
4016
+ {
4017
+ "name": "anchor",
4018
+ "type": {
4019
+ "text": "string"
3913
4020
  },
4021
+ "default": "\"\"",
4022
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
4023
+ "fieldName": "anchor",
3914
4024
  "inheritedFrom": {
3915
4025
  "name": "AnchoredRegion",
3916
4026
  "module": "src/anchored-region/anchored-region.ts"
3917
4027
  }
3918
4028
  },
3919
4029
  {
3920
- "kind": "field",
3921
- "name": "horizontalThreshold",
4030
+ "name": "viewport",
3922
4031
  "type": {
3923
- "text": "number"
4032
+ "text": "string"
3924
4033
  },
3925
- "privacy": "public",
3926
- "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
4034
+ "default": "\"\"",
4035
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
4036
+ "fieldName": "viewport",
3927
4037
  "inheritedFrom": {
3928
4038
  "name": "AnchoredRegion",
3929
4039
  "module": "src/anchored-region/anchored-region.ts"
3930
4040
  }
3931
4041
  },
3932
4042
  {
3933
- "kind": "method",
3934
- "name": "horizontalThresholdChanged",
3935
- "privacy": "private",
3936
- "return": {
3937
- "type": {
3938
- "text": "void"
3939
- }
4043
+ "name": "horizontal-positioning-mode",
4044
+ "type": {
4045
+ "text": "AxisPositioningMode"
3940
4046
  },
4047
+ "default": "\"uncontrolled\"",
4048
+ "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",
4049
+ "fieldName": "horizontalPositioningMode",
3941
4050
  "inheritedFrom": {
3942
4051
  "name": "AnchoredRegion",
3943
4052
  "module": "src/anchored-region/anchored-region.ts"
3944
4053
  }
3945
4054
  },
3946
4055
  {
3947
- "kind": "field",
3948
- "name": "horizontalScaling",
4056
+ "name": "horizontal-default-position",
3949
4057
  "type": {
3950
- "text": "AxisScalingMode"
4058
+ "text": "HorizontalPosition"
3951
4059
  },
3952
- "privacy": "public",
3953
- "default": "\"content\"",
3954
- "description": "Defines how the width of the region is calculated",
4060
+ "default": "\"unset\"",
4061
+ "description": "The default horizontal position of the region relative to the anchor element",
4062
+ "fieldName": "horizontalDefaultPosition",
3955
4063
  "inheritedFrom": {
3956
4064
  "name": "AnchoredRegion",
3957
4065
  "module": "src/anchored-region/anchored-region.ts"
3958
4066
  }
3959
4067
  },
3960
4068
  {
3961
- "kind": "method",
3962
- "name": "horizontalScalingChanged",
3963
- "privacy": "private",
3964
- "return": {
3965
- "type": {
3966
- "text": "void"
3967
- }
4069
+ "name": "horizontal-viewport-lock",
4070
+ "type": {
4071
+ "text": "boolean"
3968
4072
  },
4073
+ "default": "false",
4074
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
4075
+ "fieldName": "horizontalViewportLock",
3969
4076
  "inheritedFrom": {
3970
4077
  "name": "AnchoredRegion",
3971
4078
  "module": "src/anchored-region/anchored-region.ts"
3972
4079
  }
3973
4080
  },
3974
4081
  {
3975
- "kind": "field",
3976
- "name": "verticalPositioningMode",
4082
+ "name": "horizontal-inset",
3977
4083
  "type": {
3978
- "text": "AxisPositioningMode"
4084
+ "text": "boolean"
3979
4085
  },
3980
- "privacy": "public",
3981
- "default": "\"uncontrolled\"",
3982
- "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",
4086
+ "default": "false",
4087
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
4088
+ "fieldName": "horizontalInset",
3983
4089
  "inheritedFrom": {
3984
4090
  "name": "AnchoredRegion",
3985
4091
  "module": "src/anchored-region/anchored-region.ts"
3986
4092
  }
3987
4093
  },
3988
4094
  {
3989
- "kind": "method",
3990
- "name": "verticalPositioningModeChanged",
3991
- "privacy": "private",
3992
- "return": {
3993
- "type": {
3994
- "text": "void"
3995
- }
4095
+ "name": "horizontal-threshold",
4096
+ "type": {
4097
+ "text": "number"
3996
4098
  },
4099
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
4100
+ "fieldName": "horizontalThreshold",
3997
4101
  "inheritedFrom": {
3998
4102
  "name": "AnchoredRegion",
3999
4103
  "module": "src/anchored-region/anchored-region.ts"
4000
4104
  }
4001
4105
  },
4002
4106
  {
4003
- "kind": "field",
4004
- "name": "verticalDefaultPosition",
4107
+ "name": "horizontal-scaling",
4108
+ "type": {
4109
+ "text": "AxisScalingMode"
4110
+ },
4111
+ "default": "\"content\"",
4112
+ "description": "Defines how the width of the region is calculated",
4113
+ "fieldName": "horizontalScaling",
4114
+ "inheritedFrom": {
4115
+ "name": "AnchoredRegion",
4116
+ "module": "src/anchored-region/anchored-region.ts"
4117
+ }
4118
+ },
4119
+ {
4120
+ "name": "vertical-positioning-mode",
4121
+ "type": {
4122
+ "text": "AxisPositioningMode"
4123
+ },
4124
+ "default": "\"uncontrolled\"",
4125
+ "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",
4126
+ "fieldName": "verticalPositioningMode",
4127
+ "inheritedFrom": {
4128
+ "name": "AnchoredRegion",
4129
+ "module": "src/anchored-region/anchored-region.ts"
4130
+ }
4131
+ },
4132
+ {
4133
+ "name": "vertical-default-position",
4005
4134
  "type": {
4006
4135
  "text": "VerticalPosition"
4007
4136
  },
4008
- "privacy": "public",
4009
4137
  "default": "\"unset\"",
4010
4138
  "description": "The default vertical position of the region relative to the anchor element",
4139
+ "fieldName": "verticalDefaultPosition",
4011
4140
  "inheritedFrom": {
4012
4141
  "name": "AnchoredRegion",
4013
4142
  "module": "src/anchored-region/anchored-region.ts"
4014
4143
  }
4015
4144
  },
4016
4145
  {
4017
- "kind": "method",
4018
- "name": "verticalDefaultPositionChanged",
4019
- "privacy": "private",
4020
- "return": {
4021
- "type": {
4022
- "text": "void"
4023
- }
4146
+ "name": "vertical-viewport-lock",
4147
+ "type": {
4148
+ "text": "boolean"
4024
4149
  },
4150
+ "default": "false",
4151
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
4152
+ "fieldName": "verticalViewportLock",
4025
4153
  "inheritedFrom": {
4026
4154
  "name": "AnchoredRegion",
4027
4155
  "module": "src/anchored-region/anchored-region.ts"
4028
4156
  }
4029
4157
  },
4030
4158
  {
4031
- "kind": "field",
4032
- "name": "verticalViewportLock",
4159
+ "name": "vertical-inset",
4033
4160
  "type": {
4034
4161
  "text": "boolean"
4035
4162
  },
4036
- "privacy": "public",
4037
4163
  "default": "false",
4038
- "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
4164
+ "description": "Whether the region overlaps the anchor on the vertical axis",
4165
+ "fieldName": "verticalInset",
4039
4166
  "inheritedFrom": {
4040
4167
  "name": "AnchoredRegion",
4041
4168
  "module": "src/anchored-region/anchored-region.ts"
4042
4169
  }
4043
4170
  },
4044
4171
  {
4045
- "kind": "method",
4046
- "name": "verticalViewportLockChanged",
4047
- "privacy": "private",
4048
- "return": {
4049
- "type": {
4050
- "text": "void"
4051
- }
4172
+ "name": "vertical-threshold",
4173
+ "type": {
4174
+ "text": "number"
4052
4175
  },
4176
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
4177
+ "fieldName": "verticalThreshold",
4053
4178
  "inheritedFrom": {
4054
4179
  "name": "AnchoredRegion",
4055
4180
  "module": "src/anchored-region/anchored-region.ts"
4056
4181
  }
4057
4182
  },
4058
4183
  {
4059
- "kind": "field",
4060
- "name": "verticalInset",
4184
+ "name": "vertical-scaling",
4185
+ "type": {
4186
+ "text": "AxisScalingMode"
4187
+ },
4188
+ "default": "\"content\"",
4189
+ "description": "Defines how the height of the region is calculated",
4190
+ "fieldName": "verticalScaling",
4191
+ "inheritedFrom": {
4192
+ "name": "AnchoredRegion",
4193
+ "module": "src/anchored-region/anchored-region.ts"
4194
+ }
4195
+ },
4196
+ {
4197
+ "name": "fixed-placement",
4061
4198
  "type": {
4062
4199
  "text": "boolean"
4063
4200
  },
4064
- "privacy": "public",
4065
4201
  "default": "false",
4066
- "description": "Whether the region overlaps the anchor on the vertical axis",
4202
+ "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,",
4203
+ "fieldName": "fixedPlacement",
4067
4204
  "inheritedFrom": {
4068
4205
  "name": "AnchoredRegion",
4069
4206
  "module": "src/anchored-region/anchored-region.ts"
4070
4207
  }
4071
4208
  },
4072
4209
  {
4073
- "kind": "method",
4074
- "name": "verticalInsetChanged",
4075
- "privacy": "private",
4076
- "return": {
4077
- "type": {
4078
- "text": "void"
4079
- }
4210
+ "name": "auto-update-mode",
4211
+ "type": {
4212
+ "text": "AutoUpdateMode"
4080
4213
  },
4214
+ "default": "\"anchor\"",
4215
+ "description": "Defines what triggers the anchored region to revaluate positioning",
4216
+ "fieldName": "autoUpdateMode",
4081
4217
  "inheritedFrom": {
4082
4218
  "name": "AnchoredRegion",
4083
4219
  "module": "src/anchored-region/anchored-region.ts"
4084
4220
  }
4085
- },
4221
+ }
4222
+ ],
4223
+ "members": [
4086
4224
  {
4087
4225
  "kind": "field",
4088
- "name": "verticalThreshold",
4226
+ "name": "anchor",
4089
4227
  "type": {
4090
- "text": "number"
4228
+ "text": "string"
4091
4229
  },
4092
4230
  "privacy": "public",
4093
- "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
4231
+ "default": "\"\"",
4232
+ "description": "The HTML ID of the anchor element this region is positioned relative to",
4094
4233
  "inheritedFrom": {
4095
4234
  "name": "AnchoredRegion",
4096
4235
  "module": "src/anchored-region/anchored-region.ts"
@@ -4098,7 +4237,7 @@
4098
4237
  },
4099
4238
  {
4100
4239
  "kind": "method",
4101
- "name": "verticalThresholdChanged",
4240
+ "name": "anchorChanged",
4102
4241
  "privacy": "private",
4103
4242
  "return": {
4104
4243
  "type": {
@@ -4112,13 +4251,13 @@
4112
4251
  },
4113
4252
  {
4114
4253
  "kind": "field",
4115
- "name": "verticalScaling",
4254
+ "name": "viewport",
4116
4255
  "type": {
4117
- "text": "AxisScalingMode"
4256
+ "text": "string"
4118
4257
  },
4119
4258
  "privacy": "public",
4120
- "default": "\"content\"",
4121
- "description": "Defines how the height of the region is calculated",
4259
+ "default": "\"\"",
4260
+ "description": "The HTML ID of the viewport element this region is positioned relative to",
4122
4261
  "inheritedFrom": {
4123
4262
  "name": "AnchoredRegion",
4124
4263
  "module": "src/anchored-region/anchored-region.ts"
@@ -4126,7 +4265,7 @@
4126
4265
  },
4127
4266
  {
4128
4267
  "kind": "method",
4129
- "name": "verticalScalingChanged",
4268
+ "name": "viewportChanged",
4130
4269
  "privacy": "private",
4131
4270
  "return": {
4132
4271
  "type": {
@@ -4140,13 +4279,13 @@
4140
4279
  },
4141
4280
  {
4142
4281
  "kind": "field",
4143
- "name": "fixedPlacement",
4282
+ "name": "horizontalPositioningMode",
4144
4283
  "type": {
4145
- "text": "boolean"
4284
+ "text": "AxisPositioningMode"
4146
4285
  },
4147
4286
  "privacy": "public",
4148
- "default": "false",
4149
- "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,",
4287
+ "default": "\"uncontrolled\"",
4288
+ "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",
4150
4289
  "inheritedFrom": {
4151
4290
  "name": "AnchoredRegion",
4152
4291
  "module": "src/anchored-region/anchored-region.ts"
@@ -4154,7 +4293,7 @@
4154
4293
  },
4155
4294
  {
4156
4295
  "kind": "method",
4157
- "name": "fixedPlacementChanged",
4296
+ "name": "horizontalPositioningModeChanged",
4158
4297
  "privacy": "private",
4159
4298
  "return": {
4160
4299
  "type": {
@@ -4168,13 +4307,13 @@
4168
4307
  },
4169
4308
  {
4170
4309
  "kind": "field",
4171
- "name": "autoUpdateMode",
4310
+ "name": "horizontalDefaultPosition",
4172
4311
  "type": {
4173
- "text": "AutoUpdateMode"
4312
+ "text": "HorizontalPosition"
4174
4313
  },
4175
4314
  "privacy": "public",
4176
- "default": "\"anchor\"",
4177
- "description": "Defines what triggers the anchored region to revaluate positioning",
4315
+ "default": "\"unset\"",
4316
+ "description": "The default horizontal position of the region relative to the anchor element",
4178
4317
  "inheritedFrom": {
4179
4318
  "name": "AnchoredRegion",
4180
4319
  "module": "src/anchored-region/anchored-region.ts"
@@ -4182,27 +4321,13 @@
4182
4321
  },
4183
4322
  {
4184
4323
  "kind": "method",
4185
- "name": "autoUpdateModeChanged",
4324
+ "name": "horizontalDefaultPositionChanged",
4186
4325
  "privacy": "private",
4187
4326
  "return": {
4188
4327
  "type": {
4189
4328
  "text": "void"
4190
4329
  }
4191
4330
  },
4192
- "parameters": [
4193
- {
4194
- "name": "prevMode",
4195
- "type": {
4196
- "text": "AutoUpdateMode"
4197
- }
4198
- },
4199
- {
4200
- "name": "newMode",
4201
- "type": {
4202
- "text": "AutoUpdateMode"
4203
- }
4204
- }
4205
- ],
4206
4331
  "inheritedFrom": {
4207
4332
  "name": "AnchoredRegion",
4208
4333
  "module": "src/anchored-region/anchored-region.ts"
@@ -4210,13 +4335,13 @@
4210
4335
  },
4211
4336
  {
4212
4337
  "kind": "field",
4213
- "name": "anchorElement",
4338
+ "name": "horizontalViewportLock",
4214
4339
  "type": {
4215
- "text": "HTMLElement | null"
4340
+ "text": "boolean"
4216
4341
  },
4217
4342
  "privacy": "public",
4218
- "default": "null",
4219
- "description": "The HTML element being used as the anchor",
4343
+ "default": "false",
4344
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the horizontal axis",
4220
4345
  "inheritedFrom": {
4221
4346
  "name": "AnchoredRegion",
4222
4347
  "module": "src/anchored-region/anchored-region.ts"
@@ -4224,7 +4349,7 @@
4224
4349
  },
4225
4350
  {
4226
4351
  "kind": "method",
4227
- "name": "anchorElementChanged",
4352
+ "name": "horizontalViewportLockChanged",
4228
4353
  "privacy": "private",
4229
4354
  "return": {
4230
4355
  "type": {
@@ -4238,13 +4363,13 @@
4238
4363
  },
4239
4364
  {
4240
4365
  "kind": "field",
4241
- "name": "viewportElement",
4366
+ "name": "horizontalInset",
4242
4367
  "type": {
4243
- "text": "HTMLElement | null"
4368
+ "text": "boolean"
4244
4369
  },
4245
4370
  "privacy": "public",
4246
- "default": "null",
4247
- "description": "The HTML element being used as the viewport",
4371
+ "default": "false",
4372
+ "description": "Whether the region overlaps the anchor on the horizontal axis",
4248
4373
  "inheritedFrom": {
4249
4374
  "name": "AnchoredRegion",
4250
4375
  "module": "src/anchored-region/anchored-region.ts"
@@ -4252,7 +4377,7 @@
4252
4377
  },
4253
4378
  {
4254
4379
  "kind": "method",
4255
- "name": "viewportElementChanged",
4380
+ "name": "horizontalInsetChanged",
4256
4381
  "privacy": "private",
4257
4382
  "return": {
4258
4383
  "type": {
@@ -4266,25 +4391,26 @@
4266
4391
  },
4267
4392
  {
4268
4393
  "kind": "field",
4269
- "name": "verticalPosition",
4394
+ "name": "horizontalThreshold",
4270
4395
  "type": {
4271
- "text": "AnchoredRegionPositionLabel | undefined"
4396
+ "text": "number"
4272
4397
  },
4273
4398
  "privacy": "public",
4274
- "description": "indicates the current horizontal position of the region",
4399
+ "description": "How narrow the space allocated to the default position has to be before the widest area\nis selected for layout",
4275
4400
  "inheritedFrom": {
4276
4401
  "name": "AnchoredRegion",
4277
4402
  "module": "src/anchored-region/anchored-region.ts"
4278
4403
  }
4279
4404
  },
4280
4405
  {
4281
- "kind": "field",
4282
- "name": "horizontalPosition",
4283
- "type": {
4284
- "text": "AnchoredRegionPositionLabel | undefined"
4406
+ "kind": "method",
4407
+ "name": "horizontalThresholdChanged",
4408
+ "privacy": "private",
4409
+ "return": {
4410
+ "type": {
4411
+ "text": "void"
4412
+ }
4285
4413
  },
4286
- "privacy": "public",
4287
- "description": "indicates the current vertical position of the region",
4288
4414
  "inheritedFrom": {
4289
4415
  "name": "AnchoredRegion",
4290
4416
  "module": "src/anchored-region/anchored-region.ts"
@@ -4292,24 +4418,27 @@
4292
4418
  },
4293
4419
  {
4294
4420
  "kind": "field",
4295
- "name": "translateX",
4421
+ "name": "horizontalScaling",
4296
4422
  "type": {
4297
- "text": "number"
4423
+ "text": "AxisScalingMode"
4298
4424
  },
4299
- "privacy": "private",
4300
- "description": "values to be applied to the component's transform on render",
4425
+ "privacy": "public",
4426
+ "default": "\"content\"",
4427
+ "description": "Defines how the width of the region is calculated",
4301
4428
  "inheritedFrom": {
4302
4429
  "name": "AnchoredRegion",
4303
4430
  "module": "src/anchored-region/anchored-region.ts"
4304
4431
  }
4305
4432
  },
4306
4433
  {
4307
- "kind": "field",
4308
- "name": "translateY",
4309
- "type": {
4310
- "text": "number"
4311
- },
4434
+ "kind": "method",
4435
+ "name": "horizontalScalingChanged",
4312
4436
  "privacy": "private",
4437
+ "return": {
4438
+ "type": {
4439
+ "text": "void"
4440
+ }
4441
+ },
4313
4442
  "inheritedFrom": {
4314
4443
  "name": "AnchoredRegion",
4315
4444
  "module": "src/anchored-region/anchored-region.ts"
@@ -4317,24 +4446,27 @@
4317
4446
  },
4318
4447
  {
4319
4448
  "kind": "field",
4320
- "name": "regionWidth",
4449
+ "name": "verticalPositioningMode",
4321
4450
  "type": {
4322
- "text": "string"
4451
+ "text": "AxisPositioningMode"
4323
4452
  },
4324
- "privacy": "private",
4325
- "description": "the span to be applied to the region on each axis",
4453
+ "privacy": "public",
4454
+ "default": "\"uncontrolled\"",
4455
+ "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",
4326
4456
  "inheritedFrom": {
4327
4457
  "name": "AnchoredRegion",
4328
4458
  "module": "src/anchored-region/anchored-region.ts"
4329
4459
  }
4330
4460
  },
4331
4461
  {
4332
- "kind": "field",
4333
- "name": "regionHeight",
4334
- "type": {
4335
- "text": "string"
4336
- },
4462
+ "kind": "method",
4463
+ "name": "verticalPositioningModeChanged",
4337
4464
  "privacy": "private",
4465
+ "return": {
4466
+ "type": {
4467
+ "text": "void"
4468
+ }
4469
+ },
4338
4470
  "inheritedFrom": {
4339
4471
  "name": "AnchoredRegion",
4340
4472
  "module": "src/anchored-region/anchored-region.ts"
@@ -4342,24 +4474,27 @@
4342
4474
  },
4343
4475
  {
4344
4476
  "kind": "field",
4345
- "name": "resizeDetector",
4477
+ "name": "verticalDefaultPosition",
4346
4478
  "type": {
4347
- "text": "ResizeObserverClassDefinition | null"
4479
+ "text": "VerticalPosition"
4348
4480
  },
4349
- "privacy": "private",
4350
- "default": "null",
4481
+ "privacy": "public",
4482
+ "default": "\"unset\"",
4483
+ "description": "The default vertical position of the region relative to the anchor element",
4351
4484
  "inheritedFrom": {
4352
4485
  "name": "AnchoredRegion",
4353
4486
  "module": "src/anchored-region/anchored-region.ts"
4354
4487
  }
4355
4488
  },
4356
4489
  {
4357
- "kind": "field",
4358
- "name": "viewportRect",
4359
- "type": {
4360
- "text": "ClientRect | DOMRect | undefined"
4361
- },
4490
+ "kind": "method",
4491
+ "name": "verticalDefaultPositionChanged",
4362
4492
  "privacy": "private",
4493
+ "return": {
4494
+ "type": {
4495
+ "text": "void"
4496
+ }
4497
+ },
4363
4498
  "inheritedFrom": {
4364
4499
  "name": "AnchoredRegion",
4365
4500
  "module": "src/anchored-region/anchored-region.ts"
@@ -4367,23 +4502,27 @@
4367
4502
  },
4368
4503
  {
4369
4504
  "kind": "field",
4370
- "name": "anchorRect",
4505
+ "name": "verticalViewportLock",
4371
4506
  "type": {
4372
- "text": "ClientRect | DOMRect | undefined"
4507
+ "text": "boolean"
4373
4508
  },
4374
- "privacy": "private",
4509
+ "privacy": "public",
4510
+ "default": "false",
4511
+ "description": "Whether the region remains in the viewport (ie. detaches from the anchor) on the vertical axis",
4375
4512
  "inheritedFrom": {
4376
4513
  "name": "AnchoredRegion",
4377
4514
  "module": "src/anchored-region/anchored-region.ts"
4378
4515
  }
4379
4516
  },
4380
4517
  {
4381
- "kind": "field",
4382
- "name": "regionRect",
4383
- "type": {
4384
- "text": "ClientRect | DOMRect | undefined"
4385
- },
4518
+ "kind": "method",
4519
+ "name": "verticalViewportLockChanged",
4386
4520
  "privacy": "private",
4521
+ "return": {
4522
+ "type": {
4523
+ "text": "void"
4524
+ }
4525
+ },
4387
4526
  "inheritedFrom": {
4388
4527
  "name": "AnchoredRegion",
4389
4528
  "module": "src/anchored-region/anchored-region.ts"
@@ -4391,26 +4530,27 @@
4391
4530
  },
4392
4531
  {
4393
4532
  "kind": "field",
4394
- "name": "baseHorizontalOffset",
4533
+ "name": "verticalInset",
4395
4534
  "type": {
4396
- "text": "number"
4535
+ "text": "boolean"
4397
4536
  },
4398
- "privacy": "private",
4399
- "default": "0",
4400
- "description": "base offsets between the positioner's base position and the anchor's",
4537
+ "privacy": "public",
4538
+ "default": "false",
4539
+ "description": "Whether the region overlaps the anchor on the vertical axis",
4401
4540
  "inheritedFrom": {
4402
4541
  "name": "AnchoredRegion",
4403
4542
  "module": "src/anchored-region/anchored-region.ts"
4404
4543
  }
4405
4544
  },
4406
4545
  {
4407
- "kind": "field",
4408
- "name": "baseVerticalOffset",
4409
- "type": {
4410
- "text": "number"
4411
- },
4546
+ "kind": "method",
4547
+ "name": "verticalInsetChanged",
4412
4548
  "privacy": "private",
4413
- "default": "0",
4549
+ "return": {
4550
+ "type": {
4551
+ "text": "void"
4552
+ }
4553
+ },
4414
4554
  "inheritedFrom": {
4415
4555
  "name": "AnchoredRegion",
4416
4556
  "module": "src/anchored-region/anchored-region.ts"
@@ -4418,25 +4558,26 @@
4418
4558
  },
4419
4559
  {
4420
4560
  "kind": "field",
4421
- "name": "pendingPositioningUpdate",
4561
+ "name": "verticalThreshold",
4422
4562
  "type": {
4423
- "text": "boolean"
4563
+ "text": "number"
4424
4564
  },
4425
- "privacy": "private",
4426
- "default": "false",
4565
+ "privacy": "public",
4566
+ "description": "How short the space allocated to the default position has to be before the tallest area\nis selected for layout",
4427
4567
  "inheritedFrom": {
4428
4568
  "name": "AnchoredRegion",
4429
4569
  "module": "src/anchored-region/anchored-region.ts"
4430
4570
  }
4431
4571
  },
4432
4572
  {
4433
- "kind": "field",
4434
- "name": "pendingReset",
4435
- "type": {
4436
- "text": "boolean"
4437
- },
4573
+ "kind": "method",
4574
+ "name": "verticalThresholdChanged",
4438
4575
  "privacy": "private",
4439
- "default": "false",
4576
+ "return": {
4577
+ "type": {
4578
+ "text": "void"
4579
+ }
4580
+ },
4440
4581
  "inheritedFrom": {
4441
4582
  "name": "AnchoredRegion",
4442
4583
  "module": "src/anchored-region/anchored-region.ts"
@@ -4444,24 +4585,27 @@
4444
4585
  },
4445
4586
  {
4446
4587
  "kind": "field",
4447
- "name": "currentDirection",
4588
+ "name": "verticalScaling",
4448
4589
  "type": {
4449
- "text": "Direction"
4590
+ "text": "AxisScalingMode"
4450
4591
  },
4451
- "privacy": "private",
4592
+ "privacy": "public",
4593
+ "default": "\"content\"",
4594
+ "description": "Defines how the height of the region is calculated",
4452
4595
  "inheritedFrom": {
4453
4596
  "name": "AnchoredRegion",
4454
4597
  "module": "src/anchored-region/anchored-region.ts"
4455
4598
  }
4456
4599
  },
4457
4600
  {
4458
- "kind": "field",
4459
- "name": "regionVisible",
4460
- "type": {
4461
- "text": "boolean"
4462
- },
4601
+ "kind": "method",
4602
+ "name": "verticalScalingChanged",
4463
4603
  "privacy": "private",
4464
- "default": "false",
4604
+ "return": {
4605
+ "type": {
4606
+ "text": "void"
4607
+ }
4608
+ },
4465
4609
  "inheritedFrom": {
4466
4610
  "name": "AnchoredRegion",
4467
4611
  "module": "src/anchored-region/anchored-region.ts"
@@ -4469,25 +4613,27 @@
4469
4613
  },
4470
4614
  {
4471
4615
  "kind": "field",
4472
- "name": "forceUpdate",
4616
+ "name": "fixedPlacement",
4473
4617
  "type": {
4474
4618
  "text": "boolean"
4475
4619
  },
4476
- "privacy": "private",
4620
+ "privacy": "public",
4477
4621
  "default": "false",
4622
+ "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,",
4478
4623
  "inheritedFrom": {
4479
4624
  "name": "AnchoredRegion",
4480
4625
  "module": "src/anchored-region/anchored-region.ts"
4481
4626
  }
4482
4627
  },
4483
4628
  {
4484
- "kind": "field",
4485
- "name": "updateThreshold",
4486
- "type": {
4487
- "text": "number"
4488
- },
4629
+ "kind": "method",
4630
+ "name": "fixedPlacementChanged",
4489
4631
  "privacy": "private",
4490
- "default": "0.5",
4632
+ "return": {
4633
+ "type": {
4634
+ "text": "void"
4635
+ }
4636
+ },
4491
4637
  "inheritedFrom": {
4492
4638
  "name": "AnchoredRegion",
4493
4639
  "module": "src/anchored-region/anchored-region.ts"
@@ -4495,23 +4641,13 @@
4495
4641
  },
4496
4642
  {
4497
4643
  "kind": "field",
4498
- "name": "intersectionService",
4644
+ "name": "autoUpdateMode",
4499
4645
  "type": {
4500
- "text": "IntersectionService"
4646
+ "text": "AutoUpdateMode"
4501
4647
  },
4502
- "privacy": "private",
4503
- "static": true,
4504
- "default": "new IntersectionService()",
4505
- "inheritedFrom": {
4506
- "name": "AnchoredRegion",
4507
- "module": "src/anchored-region/anchored-region.ts"
4508
- }
4509
- },
4510
- {
4511
- "kind": "field",
4512
- "name": "update",
4513
4648
  "privacy": "public",
4514
- "description": "update position",
4649
+ "default": "\"anchor\"",
4650
+ "description": "Defines what triggers the anchored region to revaluate positioning",
4515
4651
  "inheritedFrom": {
4516
4652
  "name": "AnchoredRegion",
4517
4653
  "module": "src/anchored-region/anchored-region.ts"
@@ -4519,29 +4655,41 @@
4519
4655
  },
4520
4656
  {
4521
4657
  "kind": "method",
4522
- "name": "disconnectResizeDetector",
4658
+ "name": "autoUpdateModeChanged",
4523
4659
  "privacy": "private",
4524
4660
  "return": {
4525
4661
  "type": {
4526
4662
  "text": "void"
4527
4663
  }
4528
4664
  },
4529
- "description": "destroys the instance's resize observer",
4665
+ "parameters": [
4666
+ {
4667
+ "name": "prevMode",
4668
+ "type": {
4669
+ "text": "AutoUpdateMode"
4670
+ }
4671
+ },
4672
+ {
4673
+ "name": "newMode",
4674
+ "type": {
4675
+ "text": "AutoUpdateMode"
4676
+ }
4677
+ }
4678
+ ],
4530
4679
  "inheritedFrom": {
4531
4680
  "name": "AnchoredRegion",
4532
4681
  "module": "src/anchored-region/anchored-region.ts"
4533
4682
  }
4534
4683
  },
4535
4684
  {
4536
- "kind": "method",
4537
- "name": "initializeResizeDetector",
4538
- "privacy": "private",
4539
- "return": {
4540
- "type": {
4541
- "text": "void"
4542
- }
4685
+ "kind": "field",
4686
+ "name": "anchorElement",
4687
+ "type": {
4688
+ "text": "HTMLElement | null"
4543
4689
  },
4544
- "description": "initializes the instance's resize observer",
4690
+ "privacy": "public",
4691
+ "default": "null",
4692
+ "description": "The HTML element being used as the anchor",
4545
4693
  "inheritedFrom": {
4546
4694
  "name": "AnchoredRegion",
4547
4695
  "module": "src/anchored-region/anchored-region.ts"
@@ -4549,29 +4697,27 @@
4549
4697
  },
4550
4698
  {
4551
4699
  "kind": "method",
4552
- "name": "updateForAttributeChange",
4700
+ "name": "anchorElementChanged",
4553
4701
  "privacy": "private",
4554
4702
  "return": {
4555
4703
  "type": {
4556
4704
  "text": "void"
4557
4705
  }
4558
4706
  },
4559
- "description": "react to attribute changes that don't require a reset",
4560
4707
  "inheritedFrom": {
4561
4708
  "name": "AnchoredRegion",
4562
4709
  "module": "src/anchored-region/anchored-region.ts"
4563
4710
  }
4564
4711
  },
4565
4712
  {
4566
- "kind": "method",
4567
- "name": "initialize",
4568
- "privacy": "private",
4569
- "return": {
4570
- "type": {
4571
- "text": "void"
4572
- }
4713
+ "kind": "field",
4714
+ "name": "viewportElement",
4715
+ "type": {
4716
+ "text": "HTMLElement | null"
4573
4717
  },
4574
- "description": "fully initializes the component",
4718
+ "privacy": "public",
4719
+ "default": "null",
4720
+ "description": "The HTML element being used as the viewport",
4575
4721
  "inheritedFrom": {
4576
4722
  "name": "AnchoredRegion",
4577
4723
  "module": "src/anchored-region/anchored-region.ts"
@@ -4579,29 +4725,26 @@
4579
4725
  },
4580
4726
  {
4581
4727
  "kind": "method",
4582
- "name": "requestReset",
4728
+ "name": "viewportElementChanged",
4583
4729
  "privacy": "private",
4584
4730
  "return": {
4585
4731
  "type": {
4586
4732
  "text": "void"
4587
4733
  }
4588
4734
  },
4589
- "description": "Request a reset if there are currently no open requests",
4590
4735
  "inheritedFrom": {
4591
4736
  "name": "AnchoredRegion",
4592
4737
  "module": "src/anchored-region/anchored-region.ts"
4593
4738
  }
4594
4739
  },
4595
4740
  {
4596
- "kind": "method",
4597
- "name": "setInitialState",
4598
- "privacy": "private",
4599
- "return": {
4600
- "type": {
4601
- "text": "void"
4602
- }
4741
+ "kind": "field",
4742
+ "name": "verticalPosition",
4743
+ "type": {
4744
+ "text": "AnchoredRegionPositionLabel | undefined"
4603
4745
  },
4604
- "description": "sets the starting configuration for component internal values",
4746
+ "privacy": "public",
4747
+ "description": "indicates the current horizontal position of the region",
4605
4748
  "inheritedFrom": {
4606
4749
  "name": "AnchoredRegion",
4607
4750
  "module": "src/anchored-region/anchored-region.ts"
@@ -4609,9 +4752,12 @@
4609
4752
  },
4610
4753
  {
4611
4754
  "kind": "field",
4612
- "name": "startObservers",
4613
- "privacy": "private",
4614
- "description": "starts observers",
4755
+ "name": "horizontalPosition",
4756
+ "type": {
4757
+ "text": "AnchoredRegionPositionLabel | undefined"
4758
+ },
4759
+ "privacy": "public",
4760
+ "description": "indicates the current vertical position of the region",
4615
4761
  "inheritedFrom": {
4616
4762
  "name": "AnchoredRegion",
4617
4763
  "module": "src/anchored-region/anchored-region.ts"
@@ -4619,9 +4765,12 @@
4619
4765
  },
4620
4766
  {
4621
4767
  "kind": "field",
4622
- "name": "requestPositionUpdates",
4768
+ "name": "translateX",
4769
+ "type": {
4770
+ "text": "number"
4771
+ },
4623
4772
  "privacy": "private",
4624
- "description": "get position updates",
4773
+ "description": "values to be applied to the component's transform on render",
4625
4774
  "inheritedFrom": {
4626
4775
  "name": "AnchoredRegion",
4627
4776
  "module": "src/anchored-region/anchored-region.ts"
@@ -4629,9 +4778,11 @@
4629
4778
  },
4630
4779
  {
4631
4780
  "kind": "field",
4632
- "name": "stopObservers",
4781
+ "name": "translateY",
4782
+ "type": {
4783
+ "text": "number"
4784
+ },
4633
4785
  "privacy": "private",
4634
- "description": "stops observers",
4635
4786
  "inheritedFrom": {
4636
4787
  "name": "AnchoredRegion",
4637
4788
  "module": "src/anchored-region/anchored-region.ts"
@@ -4639,9 +4790,12 @@
4639
4790
  },
4640
4791
  {
4641
4792
  "kind": "field",
4642
- "name": "getViewport",
4793
+ "name": "regionWidth",
4794
+ "type": {
4795
+ "text": "string"
4796
+ },
4643
4797
  "privacy": "private",
4644
- "description": "Gets the viewport element by id, or defaults to document root",
4798
+ "description": "the span to be applied to the region on each axis",
4645
4799
  "inheritedFrom": {
4646
4800
  "name": "AnchoredRegion",
4647
4801
  "module": "src/anchored-region/anchored-region.ts"
@@ -4649,9 +4803,11 @@
4649
4803
  },
4650
4804
  {
4651
4805
  "kind": "field",
4652
- "name": "getAnchor",
4806
+ "name": "regionHeight",
4807
+ "type": {
4808
+ "text": "string"
4809
+ },
4653
4810
  "privacy": "private",
4654
- "description": "Gets the anchor element by id",
4655
4811
  "inheritedFrom": {
4656
4812
  "name": "AnchoredRegion",
4657
4813
  "module": "src/anchored-region/anchored-region.ts"
@@ -4659,9 +4815,12 @@
4659
4815
  },
4660
4816
  {
4661
4817
  "kind": "field",
4662
- "name": "handleIntersection",
4818
+ "name": "resizeDetector",
4819
+ "type": {
4820
+ "text": "ResizeObserverClassDefinition | null"
4821
+ },
4663
4822
  "privacy": "private",
4664
- "description": "Handle intersections",
4823
+ "default": "null",
4665
4824
  "inheritedFrom": {
4666
4825
  "name": "AnchoredRegion",
4667
4826
  "module": "src/anchored-region/anchored-region.ts"
@@ -4669,9 +4828,11 @@
4669
4828
  },
4670
4829
  {
4671
4830
  "kind": "field",
4672
- "name": "applyIntersectionEntries",
4831
+ "name": "viewportRect",
4832
+ "type": {
4833
+ "text": "ClientRect | DOMRect | undefined"
4834
+ },
4673
4835
  "privacy": "private",
4674
- "description": "iterate through intersection entries and apply data",
4675
4836
  "inheritedFrom": {
4676
4837
  "name": "AnchoredRegion",
4677
4838
  "module": "src/anchored-region/anchored-region.ts"
@@ -4679,9 +4840,11 @@
4679
4840
  },
4680
4841
  {
4681
4842
  "kind": "field",
4682
- "name": "updateRegionOffset",
4843
+ "name": "anchorRect",
4844
+ "type": {
4845
+ "text": "ClientRect | DOMRect | undefined"
4846
+ },
4683
4847
  "privacy": "private",
4684
- "description": "Update the offset values",
4685
4848
  "inheritedFrom": {
4686
4849
  "name": "AnchoredRegion",
4687
4850
  "module": "src/anchored-region/anchored-region.ts"
@@ -4689,9 +4852,11 @@
4689
4852
  },
4690
4853
  {
4691
4854
  "kind": "field",
4692
- "name": "isRectDifferent",
4693
- "privacy": "private",
4694
- "description": "compare rects to see if there is enough change to justify a DOM update",
4855
+ "name": "regionRect",
4856
+ "type": {
4857
+ "text": "ClientRect | DOMRect | undefined"
4858
+ },
4859
+ "privacy": "private",
4695
4860
  "inheritedFrom": {
4696
4861
  "name": "AnchoredRegion",
4697
4862
  "module": "src/anchored-region/anchored-region.ts"
@@ -4699,9 +4864,13 @@
4699
4864
  },
4700
4865
  {
4701
4866
  "kind": "field",
4702
- "name": "handleResize",
4867
+ "name": "baseHorizontalOffset",
4868
+ "type": {
4869
+ "text": "number"
4870
+ },
4703
4871
  "privacy": "private",
4704
- "description": "Handle resize events",
4872
+ "default": "0",
4873
+ "description": "base offsets between the positioner's base position and the anchor's",
4705
4874
  "inheritedFrom": {
4706
4875
  "name": "AnchoredRegion",
4707
4876
  "module": "src/anchored-region/anchored-region.ts"
@@ -4709,9 +4878,12 @@
4709
4878
  },
4710
4879
  {
4711
4880
  "kind": "field",
4712
- "name": "reset",
4881
+ "name": "baseVerticalOffset",
4882
+ "type": {
4883
+ "text": "number"
4884
+ },
4713
4885
  "privacy": "private",
4714
- "description": "resets the component",
4886
+ "default": "0",
4715
4887
  "inheritedFrom": {
4716
4888
  "name": "AnchoredRegion",
4717
4889
  "module": "src/anchored-region/anchored-region.ts"
@@ -4719,9 +4891,12 @@
4719
4891
  },
4720
4892
  {
4721
4893
  "kind": "field",
4722
- "name": "updateLayout",
4894
+ "name": "pendingPositioningUpdate",
4895
+ "type": {
4896
+ "text": "boolean"
4897
+ },
4723
4898
  "privacy": "private",
4724
- "description": "Recalculate layout related state values",
4899
+ "default": "false",
4725
4900
  "inheritedFrom": {
4726
4901
  "name": "AnchoredRegion",
4727
4902
  "module": "src/anchored-region/anchored-region.ts"
@@ -4729,9 +4904,12 @@
4729
4904
  },
4730
4905
  {
4731
4906
  "kind": "field",
4732
- "name": "updateRegionStyle",
4907
+ "name": "pendingReset",
4908
+ "type": {
4909
+ "text": "boolean"
4910
+ },
4733
4911
  "privacy": "private",
4734
- "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
4912
+ "default": "false",
4735
4913
  "inheritedFrom": {
4736
4914
  "name": "AnchoredRegion",
4737
4915
  "module": "src/anchored-region/anchored-region.ts"
@@ -4739,9 +4917,11 @@
4739
4917
  },
4740
4918
  {
4741
4919
  "kind": "field",
4742
- "name": "updatePositionClasses",
4920
+ "name": "currentDirection",
4921
+ "type": {
4922
+ "text": "Direction"
4923
+ },
4743
4924
  "privacy": "private",
4744
- "description": "Updates the css classes that reflect the current position of the element",
4745
4925
  "inheritedFrom": {
4746
4926
  "name": "AnchoredRegion",
4747
4927
  "module": "src/anchored-region/anchored-region.ts"
@@ -4749,9 +4929,12 @@
4749
4929
  },
4750
4930
  {
4751
4931
  "kind": "field",
4752
- "name": "setHorizontalPosition",
4932
+ "name": "regionVisible",
4933
+ "type": {
4934
+ "text": "boolean"
4935
+ },
4753
4936
  "privacy": "private",
4754
- "description": "Get horizontal positioning state based on desired position",
4937
+ "default": "false",
4755
4938
  "inheritedFrom": {
4756
4939
  "name": "AnchoredRegion",
4757
4940
  "module": "src/anchored-region/anchored-region.ts"
@@ -4759,9 +4942,12 @@
4759
4942
  },
4760
4943
  {
4761
4944
  "kind": "field",
4762
- "name": "setVerticalPosition",
4945
+ "name": "forceUpdate",
4946
+ "type": {
4947
+ "text": "boolean"
4948
+ },
4763
4949
  "privacy": "private",
4764
- "description": "Set vertical positioning state based on desired position",
4950
+ "default": "false",
4765
4951
  "inheritedFrom": {
4766
4952
  "name": "AnchoredRegion",
4767
4953
  "module": "src/anchored-region/anchored-region.ts"
@@ -4769,9 +4955,12 @@
4769
4955
  },
4770
4956
  {
4771
4957
  "kind": "field",
4772
- "name": "getPositioningOptions",
4958
+ "name": "updateThreshold",
4959
+ "type": {
4960
+ "text": "number"
4961
+ },
4773
4962
  "privacy": "private",
4774
- "description": "Get available positions based on positioning mode",
4963
+ "default": "0.5",
4775
4964
  "inheritedFrom": {
4776
4965
  "name": "AnchoredRegion",
4777
4966
  "module": "src/anchored-region/anchored-region.ts"
@@ -4779,9 +4968,13 @@
4779
4968
  },
4780
4969
  {
4781
4970
  "kind": "field",
4782
- "name": "getAvailableSpace",
4971
+ "name": "intersectionService",
4972
+ "type": {
4973
+ "text": "IntersectionService"
4974
+ },
4783
4975
  "privacy": "private",
4784
- "description": "Get the space available for a particular relative position",
4976
+ "static": true,
4977
+ "default": "new IntersectionService()",
4785
4978
  "inheritedFrom": {
4786
4979
  "name": "AnchoredRegion",
4787
4980
  "module": "src/anchored-region/anchored-region.ts"
@@ -4789,68 +4982,84 @@
4789
4982
  },
4790
4983
  {
4791
4984
  "kind": "field",
4792
- "name": "getNextRegionDimension",
4793
- "privacy": "private",
4794
- "description": "Get region dimensions",
4985
+ "name": "update",
4986
+ "privacy": "public",
4987
+ "description": "update position",
4795
4988
  "inheritedFrom": {
4796
4989
  "name": "AnchoredRegion",
4797
4990
  "module": "src/anchored-region/anchored-region.ts"
4798
4991
  }
4799
4992
  },
4800
4993
  {
4801
- "kind": "field",
4802
- "name": "startAutoUpdateEventListeners",
4994
+ "kind": "method",
4995
+ "name": "disconnectResizeDetector",
4803
4996
  "privacy": "private",
4804
- "description": "starts event listeners that can trigger auto updating",
4997
+ "return": {
4998
+ "type": {
4999
+ "text": "void"
5000
+ }
5001
+ },
5002
+ "description": "destroys the instance's resize observer",
4805
5003
  "inheritedFrom": {
4806
5004
  "name": "AnchoredRegion",
4807
5005
  "module": "src/anchored-region/anchored-region.ts"
4808
5006
  }
4809
5007
  },
4810
5008
  {
4811
- "kind": "field",
4812
- "name": "stopAutoUpdateEventListeners",
5009
+ "kind": "method",
5010
+ "name": "initializeResizeDetector",
4813
5011
  "privacy": "private",
4814
- "description": "stops event listeners that can trigger auto updating",
5012
+ "return": {
5013
+ "type": {
5014
+ "text": "void"
5015
+ }
5016
+ },
5017
+ "description": "initializes the instance's resize observer",
4815
5018
  "inheritedFrom": {
4816
5019
  "name": "AnchoredRegion",
4817
5020
  "module": "src/anchored-region/anchored-region.ts"
4818
5021
  }
4819
5022
  },
4820
5023
  {
4821
- "kind": "field",
4822
- "name": "_presentation",
4823
- "type": {
4824
- "text": "ComponentPresentation | null | undefined"
4825
- },
5024
+ "kind": "method",
5025
+ "name": "updateForAttributeChange",
4826
5026
  "privacy": "private",
4827
- "default": "void 0",
5027
+ "return": {
5028
+ "type": {
5029
+ "text": "void"
5030
+ }
5031
+ },
5032
+ "description": "react to attribute changes that don't require a reset",
4828
5033
  "inheritedFrom": {
4829
5034
  "name": "AnchoredRegion",
4830
5035
  "module": "src/anchored-region/anchored-region.ts"
4831
5036
  }
4832
5037
  },
4833
5038
  {
4834
- "kind": "field",
4835
- "name": "$presentation",
4836
- "type": {
4837
- "text": "ComponentPresentation | null"
5039
+ "kind": "method",
5040
+ "name": "initialize",
5041
+ "privacy": "private",
5042
+ "return": {
5043
+ "type": {
5044
+ "text": "void"
5045
+ }
4838
5046
  },
4839
- "privacy": "public",
4840
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5047
+ "description": "fully initializes the component",
4841
5048
  "inheritedFrom": {
4842
5049
  "name": "AnchoredRegion",
4843
5050
  "module": "src/anchored-region/anchored-region.ts"
4844
5051
  }
4845
5052
  },
4846
5053
  {
4847
- "kind": "field",
4848
- "name": "template",
4849
- "type": {
4850
- "text": "ElementViewTemplate | void | null"
5054
+ "kind": "method",
5055
+ "name": "requestReset",
5056
+ "privacy": "private",
5057
+ "return": {
5058
+ "type": {
5059
+ "text": "void"
5060
+ }
4851
5061
  },
4852
- "privacy": "public",
4853
- "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.",
5062
+ "description": "Request a reset if there are currently no open requests",
4854
5063
  "inheritedFrom": {
4855
5064
  "name": "AnchoredRegion",
4856
5065
  "module": "src/anchored-region/anchored-region.ts"
@@ -4858,13 +5067,14 @@
4858
5067
  },
4859
5068
  {
4860
5069
  "kind": "method",
4861
- "name": "templateChanged",
4862
- "privacy": "protected",
5070
+ "name": "setInitialState",
5071
+ "privacy": "private",
4863
5072
  "return": {
4864
5073
  "type": {
4865
5074
  "text": "void"
4866
5075
  }
4867
5076
  },
5077
+ "description": "sets the starting configuration for component internal values",
4868
5078
  "inheritedFrom": {
4869
5079
  "name": "AnchoredRegion",
4870
5080
  "module": "src/anchored-region/anchored-region.ts"
@@ -4872,330 +5082,212 @@
4872
5082
  },
4873
5083
  {
4874
5084
  "kind": "field",
4875
- "name": "styles",
4876
- "type": {
4877
- "text": "ElementStyles | void | null"
4878
- },
4879
- "privacy": "public",
4880
- "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.",
5085
+ "name": "startObservers",
5086
+ "privacy": "private",
5087
+ "description": "starts observers",
4881
5088
  "inheritedFrom": {
4882
5089
  "name": "AnchoredRegion",
4883
5090
  "module": "src/anchored-region/anchored-region.ts"
4884
5091
  }
4885
5092
  },
4886
5093
  {
4887
- "kind": "method",
4888
- "name": "stylesChanged",
4889
- "privacy": "protected",
4890
- "return": {
4891
- "type": {
4892
- "text": "void"
4893
- }
4894
- },
5094
+ "kind": "field",
5095
+ "name": "requestPositionUpdates",
5096
+ "privacy": "private",
5097
+ "description": "get position updates",
4895
5098
  "inheritedFrom": {
4896
5099
  "name": "AnchoredRegion",
4897
5100
  "module": "src/anchored-region/anchored-region.ts"
4898
5101
  }
4899
5102
  },
4900
5103
  {
4901
- "kind": "method",
4902
- "name": "compose",
4903
- "privacy": "public",
4904
- "static": true,
4905
- "return": {
4906
- "type": {
4907
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4908
- }
4909
- },
4910
- "parameters": [
4911
- {
4912
- "name": "this",
4913
- "type": {
4914
- "text": "K"
4915
- }
4916
- },
4917
- {
4918
- "name": "elementDefinition",
4919
- "type": {
4920
- "text": "T"
4921
- },
4922
- "description": "The definition of the element to create the registry\nfunction for."
4923
- }
4924
- ],
4925
- "description": "Defines an element registry function with a set of element definition defaults.",
5104
+ "kind": "field",
5105
+ "name": "stopObservers",
5106
+ "privacy": "private",
5107
+ "description": "stops observers",
4926
5108
  "inheritedFrom": {
4927
5109
  "name": "AnchoredRegion",
4928
5110
  "module": "src/anchored-region/anchored-region.ts"
4929
5111
  }
4930
- }
4931
- ],
4932
- "events": [
5112
+ },
4933
5113
  {
4934
- "description": "Fires a custom 'loaded' event when the region is loaded and visible",
4935
- "name": "loaded",
5114
+ "kind": "field",
5115
+ "name": "getViewport",
5116
+ "privacy": "private",
5117
+ "description": "Gets the viewport element by id, or defaults to document root",
4936
5118
  "inheritedFrom": {
4937
5119
  "name": "AnchoredRegion",
4938
5120
  "module": "src/anchored-region/anchored-region.ts"
4939
5121
  }
4940
5122
  },
4941
5123
  {
4942
- "description": "Fires a custom 'positionchange' event when the position has changed",
4943
- "name": "positionchange",
5124
+ "kind": "field",
5125
+ "name": "getAnchor",
5126
+ "privacy": "private",
5127
+ "description": "Gets the anchor element by id",
4944
5128
  "inheritedFrom": {
4945
5129
  "name": "AnchoredRegion",
4946
5130
  "module": "src/anchored-region/anchored-region.ts"
4947
5131
  }
4948
- }
4949
- ]
4950
- },
4951
- {
4952
- "kind": "variable",
4953
- "name": "zeroAnchoredRegion"
4954
- }
4955
- ],
4956
- "exports": [
4957
- {
4958
- "kind": "js",
4959
- "name": "AnchoredRegion",
4960
- "declaration": {
4961
- "name": "AnchoredRegion",
4962
- "module": "src/anchored-region/anchored-region.ts"
4963
- }
4964
- },
4965
- {
4966
- "kind": "js",
4967
- "name": "zeroAnchoredRegion",
4968
- "declaration": {
4969
- "name": "zeroAnchoredRegion",
4970
- "module": "src/anchored-region/anchored-region.ts"
4971
- }
4972
- }
4973
- ]
4974
- },
4975
- {
4976
- "kind": "javascript-module",
4977
- "path": "src/anchored-region/index.ts",
4978
- "declarations": [],
4979
- "exports": [
4980
- {
4981
- "kind": "js",
4982
- "name": "*",
4983
- "declaration": {
4984
- "name": "*",
4985
- "package": "./anchored-region"
4986
- }
4987
- },
4988
- {
4989
- "kind": "js",
4990
- "name": "*",
4991
- "declaration": {
4992
- "name": "*",
4993
- "package": "./anchored-region.styles"
4994
- }
4995
- },
4996
- {
4997
- "kind": "js",
4998
- "name": "*",
4999
- "declaration": {
5000
- "name": "*",
5001
- "package": "./anchored-region.template"
5002
- }
5003
- }
5004
- ]
5005
- },
5006
- {
5007
- "kind": "javascript-module",
5008
- "path": "src/avatar/avatar.styles.ts",
5009
- "declarations": [
5010
- {
5011
- "kind": "function",
5012
- "name": "zeroAvatarStyles",
5013
- "return": {
5014
- "type": {
5015
- "text": "ElementStyles"
5016
- }
5017
- },
5018
- "parameters": [
5132
+ },
5019
5133
  {
5020
- "name": "context",
5021
- "type": {
5022
- "text": "ElementDefinitionContext"
5134
+ "kind": "field",
5135
+ "name": "handleIntersection",
5136
+ "privacy": "private",
5137
+ "description": "Handle intersections",
5138
+ "inheritedFrom": {
5139
+ "name": "AnchoredRegion",
5140
+ "module": "src/anchored-region/anchored-region.ts"
5023
5141
  }
5024
5142
  },
5025
5143
  {
5026
- "name": "definition",
5027
- "type": {
5028
- "text": "FoundationElementDefinition"
5144
+ "kind": "field",
5145
+ "name": "applyIntersectionEntries",
5146
+ "privacy": "private",
5147
+ "description": "iterate through intersection entries and apply data",
5148
+ "inheritedFrom": {
5149
+ "name": "AnchoredRegion",
5150
+ "module": "src/anchored-region/anchored-region.ts"
5029
5151
  }
5030
- }
5031
- ]
5032
- }
5033
- ],
5034
- "exports": [
5035
- {
5036
- "kind": "js",
5037
- "name": "zeroAvatarStyles",
5038
- "declaration": {
5039
- "name": "zeroAvatarStyles",
5040
- "module": "src/avatar/avatar.styles.ts"
5041
- }
5042
- }
5043
- ]
5044
- },
5045
- {
5046
- "kind": "javascript-module",
5047
- "path": "src/avatar/avatar.template.ts",
5048
- "declarations": [
5049
- {
5050
- "kind": "function",
5051
- "name": "zeroAvatarTemplate",
5052
- "return": {
5053
- "type": {
5054
- "text": "ViewTemplate<Avatar>"
5055
- }
5056
- },
5057
- "parameters": [
5152
+ },
5058
5153
  {
5059
- "name": "context",
5060
- "type": {
5061
- "text": "ElementDefinitionContext"
5154
+ "kind": "field",
5155
+ "name": "updateRegionOffset",
5156
+ "privacy": "private",
5157
+ "description": "Update the offset values",
5158
+ "inheritedFrom": {
5159
+ "name": "AnchoredRegion",
5160
+ "module": "src/anchored-region/anchored-region.ts"
5062
5161
  }
5063
5162
  },
5064
5163
  {
5065
- "name": "definition",
5066
- "type": {
5067
- "text": "FoundationElementDefinition"
5164
+ "kind": "field",
5165
+ "name": "isRectDifferent",
5166
+ "privacy": "private",
5167
+ "description": "compare rects to see if there is enough change to justify a DOM update",
5168
+ "inheritedFrom": {
5169
+ "name": "AnchoredRegion",
5170
+ "module": "src/anchored-region/anchored-region.ts"
5068
5171
  }
5069
- }
5070
- ]
5071
- }
5072
- ],
5073
- "exports": [
5074
- {
5075
- "kind": "js",
5076
- "name": "zeroAvatarTemplate",
5077
- "declaration": {
5078
- "name": "zeroAvatarTemplate",
5079
- "module": "src/avatar/avatar.template.ts"
5080
- }
5081
- }
5082
- ]
5083
- },
5084
- {
5085
- "kind": "javascript-module",
5086
- "path": "src/avatar/avatar.ts",
5087
- "declarations": [
5088
- {
5089
- "kind": "class",
5090
- "description": "",
5091
- "name": "Avatar",
5092
- "superclass": {
5093
- "name": "FoundationAvatar",
5094
- "package": "@genesislcap/foundation-ui"
5095
- },
5096
- "tagName": "%%prefix%%-avatar",
5097
- "customElement": true,
5098
- "attributes": [
5172
+ },
5099
5173
  {
5100
- "name": "fill",
5101
- "type": {
5102
- "text": "string"
5103
- },
5104
- "description": "Indicates the Avatar should have a color fill.",
5105
- "fieldName": "fill",
5174
+ "kind": "field",
5175
+ "name": "handleResize",
5176
+ "privacy": "private",
5177
+ "description": "Handle resize events",
5106
5178
  "inheritedFrom": {
5107
- "name": "Avatar",
5108
- "module": "src/avatar/avatar.ts"
5179
+ "name": "AnchoredRegion",
5180
+ "module": "src/anchored-region/anchored-region.ts"
5109
5181
  }
5110
5182
  },
5111
5183
  {
5112
- "name": "color",
5113
- "type": {
5114
- "text": "string"
5115
- },
5116
- "description": "Indicates the Avatar should have a text color.",
5117
- "fieldName": "color",
5184
+ "kind": "field",
5185
+ "name": "reset",
5186
+ "privacy": "private",
5187
+ "description": "resets the component",
5118
5188
  "inheritedFrom": {
5119
- "name": "Avatar",
5120
- "module": "src/avatar/avatar.ts"
5189
+ "name": "AnchoredRegion",
5190
+ "module": "src/anchored-region/anchored-region.ts"
5121
5191
  }
5122
5192
  },
5123
5193
  {
5124
- "name": "link",
5125
- "type": {
5126
- "text": "string"
5127
- },
5128
- "description": "Indicates the Avatar should have url link",
5129
- "fieldName": "link",
5194
+ "kind": "field",
5195
+ "name": "updateLayout",
5196
+ "privacy": "private",
5197
+ "description": "Recalculate layout related state values",
5130
5198
  "inheritedFrom": {
5131
- "name": "Avatar",
5132
- "module": "src/avatar/avatar.ts"
5199
+ "name": "AnchoredRegion",
5200
+ "module": "src/anchored-region/anchored-region.ts"
5133
5201
  }
5134
5202
  },
5135
5203
  {
5136
- "name": "shape",
5137
- "type": {
5138
- "text": "AvatarShape"
5139
- },
5140
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5141
- "fieldName": "shape",
5204
+ "kind": "field",
5205
+ "name": "updateRegionStyle",
5206
+ "privacy": "private",
5207
+ "description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
5142
5208
  "inheritedFrom": {
5143
- "name": "Avatar",
5144
- "module": "src/avatar/avatar.ts"
5209
+ "name": "AnchoredRegion",
5210
+ "module": "src/anchored-region/anchored-region.ts"
5145
5211
  }
5146
- }
5147
- ],
5148
- "members": [
5212
+ },
5149
5213
  {
5150
5214
  "kind": "field",
5151
- "name": "fill",
5152
- "type": {
5153
- "text": "string"
5154
- },
5155
- "privacy": "public",
5156
- "description": "Indicates the Avatar should have a color fill.",
5215
+ "name": "updatePositionClasses",
5216
+ "privacy": "private",
5217
+ "description": "Updates the css classes that reflect the current position of the element",
5218
+ "inheritedFrom": {
5219
+ "name": "AnchoredRegion",
5220
+ "module": "src/anchored-region/anchored-region.ts"
5221
+ }
5222
+ },
5223
+ {
5224
+ "kind": "field",
5225
+ "name": "setHorizontalPosition",
5226
+ "privacy": "private",
5227
+ "description": "Get horizontal positioning state based on desired position",
5228
+ "inheritedFrom": {
5229
+ "name": "AnchoredRegion",
5230
+ "module": "src/anchored-region/anchored-region.ts"
5231
+ }
5232
+ },
5233
+ {
5234
+ "kind": "field",
5235
+ "name": "setVerticalPosition",
5236
+ "privacy": "private",
5237
+ "description": "Set vertical positioning state based on desired position",
5238
+ "inheritedFrom": {
5239
+ "name": "AnchoredRegion",
5240
+ "module": "src/anchored-region/anchored-region.ts"
5241
+ }
5242
+ },
5243
+ {
5244
+ "kind": "field",
5245
+ "name": "getPositioningOptions",
5246
+ "privacy": "private",
5247
+ "description": "Get available positions based on positioning mode",
5248
+ "inheritedFrom": {
5249
+ "name": "AnchoredRegion",
5250
+ "module": "src/anchored-region/anchored-region.ts"
5251
+ }
5252
+ },
5253
+ {
5254
+ "kind": "field",
5255
+ "name": "getAvailableSpace",
5256
+ "privacy": "private",
5257
+ "description": "Get the space available for a particular relative position",
5157
5258
  "inheritedFrom": {
5158
- "name": "Avatar",
5159
- "module": "src/avatar/avatar.ts"
5259
+ "name": "AnchoredRegion",
5260
+ "module": "src/anchored-region/anchored-region.ts"
5160
5261
  }
5161
5262
  },
5162
5263
  {
5163
5264
  "kind": "field",
5164
- "name": "color",
5165
- "type": {
5166
- "text": "string"
5167
- },
5168
- "privacy": "public",
5169
- "description": "Indicates the Avatar should have a text color.",
5265
+ "name": "getNextRegionDimension",
5266
+ "privacy": "private",
5267
+ "description": "Get region dimensions",
5170
5268
  "inheritedFrom": {
5171
- "name": "Avatar",
5172
- "module": "src/avatar/avatar.ts"
5269
+ "name": "AnchoredRegion",
5270
+ "module": "src/anchored-region/anchored-region.ts"
5173
5271
  }
5174
5272
  },
5175
5273
  {
5176
5274
  "kind": "field",
5177
- "name": "link",
5178
- "type": {
5179
- "text": "string"
5180
- },
5181
- "privacy": "public",
5182
- "description": "Indicates the Avatar should have url link",
5275
+ "name": "startAutoUpdateEventListeners",
5276
+ "privacy": "private",
5277
+ "description": "starts event listeners that can trigger auto updating",
5183
5278
  "inheritedFrom": {
5184
- "name": "Avatar",
5185
- "module": "src/avatar/avatar.ts"
5279
+ "name": "AnchoredRegion",
5280
+ "module": "src/anchored-region/anchored-region.ts"
5186
5281
  }
5187
5282
  },
5188
5283
  {
5189
5284
  "kind": "field",
5190
- "name": "shape",
5191
- "type": {
5192
- "text": "AvatarShape"
5193
- },
5194
- "privacy": "public",
5195
- "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5285
+ "name": "stopAutoUpdateEventListeners",
5286
+ "privacy": "private",
5287
+ "description": "stops event listeners that can trigger auto updating",
5196
5288
  "inheritedFrom": {
5197
- "name": "Avatar",
5198
- "module": "src/avatar/avatar.ts"
5289
+ "name": "AnchoredRegion",
5290
+ "module": "src/anchored-region/anchored-region.ts"
5199
5291
  }
5200
5292
  },
5201
5293
  {
@@ -5207,8 +5299,8 @@
5207
5299
  "privacy": "private",
5208
5300
  "default": "void 0",
5209
5301
  "inheritedFrom": {
5210
- "name": "Avatar",
5211
- "module": "src/avatar/avatar.ts"
5302
+ "name": "AnchoredRegion",
5303
+ "module": "src/anchored-region/anchored-region.ts"
5212
5304
  }
5213
5305
  },
5214
5306
  {
@@ -5220,8 +5312,8 @@
5220
5312
  "privacy": "public",
5221
5313
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5222
5314
  "inheritedFrom": {
5223
- "name": "Avatar",
5224
- "module": "src/avatar/avatar.ts"
5315
+ "name": "AnchoredRegion",
5316
+ "module": "src/anchored-region/anchored-region.ts"
5225
5317
  }
5226
5318
  },
5227
5319
  {
@@ -5233,8 +5325,8 @@
5233
5325
  "privacy": "public",
5234
5326
  "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.",
5235
5327
  "inheritedFrom": {
5236
- "name": "Avatar",
5237
- "module": "src/avatar/avatar.ts"
5328
+ "name": "AnchoredRegion",
5329
+ "module": "src/anchored-region/anchored-region.ts"
5238
5330
  }
5239
5331
  },
5240
5332
  {
@@ -5247,8 +5339,8 @@
5247
5339
  }
5248
5340
  },
5249
5341
  "inheritedFrom": {
5250
- "name": "Avatar",
5251
- "module": "src/avatar/avatar.ts"
5342
+ "name": "AnchoredRegion",
5343
+ "module": "src/anchored-region/anchored-region.ts"
5252
5344
  }
5253
5345
  },
5254
5346
  {
@@ -5260,8 +5352,8 @@
5260
5352
  "privacy": "public",
5261
5353
  "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.",
5262
5354
  "inheritedFrom": {
5263
- "name": "Avatar",
5264
- "module": "src/avatar/avatar.ts"
5355
+ "name": "AnchoredRegion",
5356
+ "module": "src/anchored-region/anchored-region.ts"
5265
5357
  }
5266
5358
  },
5267
5359
  {
@@ -5274,8 +5366,8 @@
5274
5366
  }
5275
5367
  },
5276
5368
  "inheritedFrom": {
5277
- "name": "Avatar",
5278
- "module": "src/avatar/avatar.ts"
5369
+ "name": "AnchoredRegion",
5370
+ "module": "src/anchored-region/anchored-region.ts"
5279
5371
  }
5280
5372
  },
5281
5373
  {
@@ -5305,39 +5397,57 @@
5305
5397
  ],
5306
5398
  "description": "Defines an element registry function with a set of element definition defaults.",
5307
5399
  "inheritedFrom": {
5308
- "name": "Avatar",
5309
- "module": "src/avatar/avatar.ts"
5400
+ "name": "AnchoredRegion",
5401
+ "module": "src/anchored-region/anchored-region.ts"
5402
+ }
5403
+ }
5404
+ ],
5405
+ "events": [
5406
+ {
5407
+ "description": "Fires a custom 'loaded' event when the region is loaded and visible",
5408
+ "name": "loaded",
5409
+ "inheritedFrom": {
5410
+ "name": "AnchoredRegion",
5411
+ "module": "src/anchored-region/anchored-region.ts"
5412
+ }
5413
+ },
5414
+ {
5415
+ "description": "Fires a custom 'positionchange' event when the position has changed",
5416
+ "name": "positionchange",
5417
+ "inheritedFrom": {
5418
+ "name": "AnchoredRegion",
5419
+ "module": "src/anchored-region/anchored-region.ts"
5310
5420
  }
5311
5421
  }
5312
5422
  ]
5313
5423
  },
5314
5424
  {
5315
5425
  "kind": "variable",
5316
- "name": "zeroAvatar"
5426
+ "name": "zeroAnchoredRegion"
5317
5427
  }
5318
5428
  ],
5319
5429
  "exports": [
5320
5430
  {
5321
5431
  "kind": "js",
5322
- "name": "Avatar",
5432
+ "name": "AnchoredRegion",
5323
5433
  "declaration": {
5324
- "name": "Avatar",
5325
- "module": "src/avatar/avatar.ts"
5434
+ "name": "AnchoredRegion",
5435
+ "module": "src/anchored-region/anchored-region.ts"
5326
5436
  }
5327
5437
  },
5328
5438
  {
5329
5439
  "kind": "js",
5330
- "name": "zeroAvatar",
5440
+ "name": "zeroAnchoredRegion",
5331
5441
  "declaration": {
5332
- "name": "zeroAvatar",
5333
- "module": "src/avatar/avatar.ts"
5442
+ "name": "zeroAnchoredRegion",
5443
+ "module": "src/anchored-region/anchored-region.ts"
5334
5444
  }
5335
5445
  }
5336
5446
  ]
5337
5447
  },
5338
5448
  {
5339
5449
  "kind": "javascript-module",
5340
- "path": "src/avatar/index.ts",
5450
+ "path": "src/anchored-region/index.ts",
5341
5451
  "declarations": [],
5342
5452
  "exports": [
5343
5453
  {
@@ -5345,7 +5455,7 @@
5345
5455
  "name": "*",
5346
5456
  "declaration": {
5347
5457
  "name": "*",
5348
- "package": "./avatar"
5458
+ "package": "./anchored-region"
5349
5459
  }
5350
5460
  },
5351
5461
  {
@@ -5353,7 +5463,7 @@
5353
5463
  "name": "*",
5354
5464
  "declaration": {
5355
5465
  "name": "*",
5356
- "package": "./avatar.styles"
5466
+ "package": "./anchored-region.styles"
5357
5467
  }
5358
5468
  },
5359
5469
  {
@@ -5361,18 +5471,18 @@
5361
5471
  "name": "*",
5362
5472
  "declaration": {
5363
5473
  "name": "*",
5364
- "package": "./avatar.template"
5474
+ "package": "./anchored-region.template"
5365
5475
  }
5366
5476
  }
5367
5477
  ]
5368
5478
  },
5369
5479
  {
5370
5480
  "kind": "javascript-module",
5371
- "path": "src/ai-indicator/ai-indicator.styles.ts",
5481
+ "path": "src/avatar/avatar.styles.ts",
5372
5482
  "declarations": [
5373
5483
  {
5374
5484
  "kind": "function",
5375
- "name": "zeroAiIndicatorStyles",
5485
+ "name": "zeroAvatarStyles",
5376
5486
  "return": {
5377
5487
  "type": {
5378
5488
  "text": "ElementStyles"
@@ -5397,286 +5507,168 @@
5397
5507
  "exports": [
5398
5508
  {
5399
5509
  "kind": "js",
5400
- "name": "zeroAiIndicatorStyles",
5510
+ "name": "zeroAvatarStyles",
5401
5511
  "declaration": {
5402
- "name": "zeroAiIndicatorStyles",
5403
- "module": "src/ai-indicator/ai-indicator.styles.ts"
5512
+ "name": "zeroAvatarStyles",
5513
+ "module": "src/avatar/avatar.styles.ts"
5404
5514
  }
5405
5515
  }
5406
5516
  ]
5407
5517
  },
5408
5518
  {
5409
5519
  "kind": "javascript-module",
5410
- "path": "src/ai-indicator/ai-indicator.ts",
5520
+ "path": "src/avatar/avatar.template.ts",
5411
5521
  "declarations": [
5412
5522
  {
5413
- "kind": "class",
5414
- "description": "",
5415
- "name": "AiIndicator",
5416
- "superclass": {
5417
- "name": "FoundationAiIndicator",
5418
- "package": "@genesislcap/foundation-ui"
5523
+ "kind": "function",
5524
+ "name": "zeroAvatarTemplate",
5525
+ "return": {
5526
+ "type": {
5527
+ "text": "ViewTemplate<Avatar>"
5528
+ }
5419
5529
  },
5420
- "tagName": "%%prefix%%-ai-indicator",
5421
- "customElement": true,
5422
- "members": [
5423
- {
5424
- "kind": "field",
5425
- "name": "providerRegistry",
5426
- "type": {
5427
- "text": "AIProviderRegistry"
5428
- },
5429
- "inheritedFrom": {
5430
- "name": "AiIndicator",
5431
- "module": "src/ai-indicator/ai-indicator.ts"
5432
- }
5433
- },
5434
- {
5435
- "kind": "field",
5436
- "name": "aiProvider",
5437
- "type": {
5438
- "text": "AIProvider | undefined"
5439
- },
5440
- "privacy": "private",
5441
- "description": "The indicator reflects status for the registry's default provider only —\nper-agent provider overrides live with the assistant component, not this\ntop-level chrome.",
5442
- "readonly": true,
5443
- "inheritedFrom": {
5444
- "name": "AiIndicator",
5445
- "module": "src/ai-indicator/ai-indicator.ts"
5446
- }
5447
- },
5448
- {
5449
- "kind": "field",
5450
- "name": "status",
5451
- "type": {
5452
- "text": "AIStatus | null"
5453
- },
5454
- "default": "null",
5455
- "inheritedFrom": {
5456
- "name": "AiIndicator",
5457
- "module": "src/ai-indicator/ai-indicator.ts"
5458
- }
5459
- },
5460
- {
5461
- "kind": "field",
5462
- "name": "open",
5463
- "type": {
5464
- "text": "boolean"
5465
- },
5466
- "default": "false",
5467
- "inheritedFrom": {
5468
- "name": "AiIndicator",
5469
- "module": "src/ai-indicator/ai-indicator.ts"
5470
- }
5471
- },
5472
- {
5473
- "kind": "field",
5474
- "name": "state",
5475
- "type": {
5476
- "text": "AIIndicatorState"
5477
- },
5478
- "default": "'none'",
5479
- "inheritedFrom": {
5480
- "name": "AiIndicator",
5481
- "module": "src/ai-indicator/ai-indicator.ts"
5482
- }
5483
- },
5530
+ "parameters": [
5484
5531
  {
5485
- "kind": "field",
5486
- "name": "isInstalling",
5532
+ "name": "context",
5487
5533
  "type": {
5488
- "text": "boolean"
5489
- },
5490
- "default": "false",
5491
- "inheritedFrom": {
5492
- "name": "AiIndicator",
5493
- "module": "src/ai-indicator/ai-indicator.ts"
5534
+ "text": "ElementDefinitionContext"
5494
5535
  }
5495
5536
  },
5496
5537
  {
5497
- "kind": "field",
5498
- "name": "pollTimer",
5538
+ "name": "definition",
5499
5539
  "type": {
5500
- "text": "ReturnType<typeof setInterval> | null"
5501
- },
5502
- "privacy": "private",
5503
- "default": "null",
5504
- "inheritedFrom": {
5505
- "name": "AiIndicator",
5506
- "module": "src/ai-indicator/ai-indicator.ts"
5507
- }
5508
- },
5509
- {
5510
- "kind": "field",
5511
- "name": "clickOutside",
5512
- "privacy": "private",
5513
- "inheritedFrom": {
5514
- "name": "AiIndicator",
5515
- "module": "src/ai-indicator/ai-indicator.ts"
5540
+ "text": "FoundationElementDefinition"
5516
5541
  }
5517
- },
5542
+ }
5543
+ ]
5544
+ }
5545
+ ],
5546
+ "exports": [
5547
+ {
5548
+ "kind": "js",
5549
+ "name": "zeroAvatarTemplate",
5550
+ "declaration": {
5551
+ "name": "zeroAvatarTemplate",
5552
+ "module": "src/avatar/avatar.template.ts"
5553
+ }
5554
+ }
5555
+ ]
5556
+ },
5557
+ {
5558
+ "kind": "javascript-module",
5559
+ "path": "src/avatar/avatar.ts",
5560
+ "declarations": [
5561
+ {
5562
+ "kind": "class",
5563
+ "description": "",
5564
+ "name": "Avatar",
5565
+ "superclass": {
5566
+ "name": "FoundationAvatar",
5567
+ "package": "@genesislcap/foundation-ui"
5568
+ },
5569
+ "tagName": "%%prefix%%-avatar",
5570
+ "customElement": true,
5571
+ "attributes": [
5518
5572
  {
5519
- "kind": "field",
5520
- "name": "chromeStatusLabel",
5573
+ "name": "fill",
5521
5574
  "type": {
5522
- "text": "string | null"
5575
+ "text": "string"
5523
5576
  },
5524
- "readonly": true,
5577
+ "description": "Indicates the Avatar should have a color fill.",
5578
+ "fieldName": "fill",
5525
5579
  "inheritedFrom": {
5526
- "name": "AiIndicator",
5527
- "module": "src/ai-indicator/ai-indicator.ts"
5580
+ "name": "Avatar",
5581
+ "module": "src/avatar/avatar.ts"
5528
5582
  }
5529
5583
  },
5530
5584
  {
5531
- "kind": "field",
5532
- "name": "canInstall",
5585
+ "name": "color",
5533
5586
  "type": {
5534
- "text": "boolean"
5587
+ "text": "string"
5535
5588
  },
5536
- "readonly": true,
5589
+ "description": "Indicates the Avatar should have a text color.",
5590
+ "fieldName": "color",
5537
5591
  "inheritedFrom": {
5538
- "name": "AiIndicator",
5539
- "module": "src/ai-indicator/ai-indicator.ts"
5592
+ "name": "Avatar",
5593
+ "module": "src/avatar/avatar.ts"
5540
5594
  }
5541
5595
  },
5542
5596
  {
5543
- "kind": "field",
5544
- "name": "isDownloading",
5597
+ "name": "link",
5545
5598
  "type": {
5546
- "text": "boolean"
5547
- },
5548
- "readonly": true,
5549
- "inheritedFrom": {
5550
- "name": "AiIndicator",
5551
- "module": "src/ai-indicator/ai-indicator.ts"
5552
- }
5553
- },
5554
- {
5555
- "kind": "method",
5556
- "name": "openChanged",
5557
- "return": {
5558
- "type": {
5559
- "text": "void"
5560
- }
5561
- },
5562
- "inheritedFrom": {
5563
- "name": "AiIndicator",
5564
- "module": "src/ai-indicator/ai-indicator.ts"
5565
- }
5566
- },
5567
- {
5568
- "kind": "method",
5569
- "name": "handleClickOutside",
5570
- "privacy": "private",
5571
- "parameters": [
5572
- {
5573
- "name": "event",
5574
- "type": {
5575
- "text": "MouseEvent"
5576
- }
5577
- }
5578
- ],
5579
- "inheritedFrom": {
5580
- "name": "AiIndicator",
5581
- "module": "src/ai-indicator/ai-indicator.ts"
5582
- }
5583
- },
5584
- {
5585
- "kind": "method",
5586
- "name": "toggleDropdown",
5587
- "inheritedFrom": {
5588
- "name": "AiIndicator",
5589
- "module": "src/ai-indicator/ai-indicator.ts"
5590
- }
5591
- },
5592
- {
5593
- "kind": "method",
5594
- "name": "refreshStatus",
5595
- "return": {
5596
- "type": {
5597
- "text": "Promise<void>"
5598
- }
5599
+ "text": "string"
5599
5600
  },
5601
+ "description": "Indicates the Avatar should have url link",
5602
+ "fieldName": "link",
5600
5603
  "inheritedFrom": {
5601
- "name": "AiIndicator",
5602
- "module": "src/ai-indicator/ai-indicator.ts"
5604
+ "name": "Avatar",
5605
+ "module": "src/avatar/avatar.ts"
5603
5606
  }
5604
5607
  },
5605
5608
  {
5606
- "kind": "method",
5607
- "name": "deriveState",
5608
- "privacy": "private",
5609
- "return": {
5610
- "type": {
5611
- "text": "AIIndicatorState"
5612
- }
5609
+ "name": "shape",
5610
+ "type": {
5611
+ "text": "AvatarShape"
5613
5612
  },
5614
- "parameters": [
5615
- {
5616
- "name": "s",
5617
- "type": {
5618
- "text": "AIStatus | null"
5619
- }
5620
- }
5621
- ],
5613
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5614
+ "fieldName": "shape",
5622
5615
  "inheritedFrom": {
5623
- "name": "AiIndicator",
5624
- "module": "src/ai-indicator/ai-indicator.ts"
5616
+ "name": "Avatar",
5617
+ "module": "src/avatar/avatar.ts"
5625
5618
  }
5626
- },
5619
+ }
5620
+ ],
5621
+ "members": [
5627
5622
  {
5628
- "kind": "method",
5629
- "name": "maybeStartPolling",
5630
- "privacy": "private",
5631
- "return": {
5632
- "type": {
5633
- "text": "void"
5634
- }
5623
+ "kind": "field",
5624
+ "name": "fill",
5625
+ "type": {
5626
+ "text": "string"
5635
5627
  },
5628
+ "privacy": "public",
5629
+ "description": "Indicates the Avatar should have a color fill.",
5636
5630
  "inheritedFrom": {
5637
- "name": "AiIndicator",
5638
- "module": "src/ai-indicator/ai-indicator.ts"
5631
+ "name": "Avatar",
5632
+ "module": "src/avatar/avatar.ts"
5639
5633
  }
5640
5634
  },
5641
5635
  {
5642
- "kind": "method",
5643
- "name": "startPolling",
5644
- "privacy": "private",
5645
- "return": {
5646
- "type": {
5647
- "text": "void"
5648
- }
5636
+ "kind": "field",
5637
+ "name": "color",
5638
+ "type": {
5639
+ "text": "string"
5649
5640
  },
5641
+ "privacy": "public",
5642
+ "description": "Indicates the Avatar should have a text color.",
5650
5643
  "inheritedFrom": {
5651
- "name": "AiIndicator",
5652
- "module": "src/ai-indicator/ai-indicator.ts"
5644
+ "name": "Avatar",
5645
+ "module": "src/avatar/avatar.ts"
5653
5646
  }
5654
5647
  },
5655
5648
  {
5656
- "kind": "method",
5657
- "name": "stopPolling",
5658
- "privacy": "private",
5659
- "return": {
5660
- "type": {
5661
- "text": "void"
5662
- }
5649
+ "kind": "field",
5650
+ "name": "link",
5651
+ "type": {
5652
+ "text": "string"
5663
5653
  },
5654
+ "privacy": "public",
5655
+ "description": "Indicates the Avatar should have url link",
5664
5656
  "inheritedFrom": {
5665
- "name": "AiIndicator",
5666
- "module": "src/ai-indicator/ai-indicator.ts"
5657
+ "name": "Avatar",
5658
+ "module": "src/avatar/avatar.ts"
5667
5659
  }
5668
5660
  },
5669
5661
  {
5670
- "kind": "method",
5671
- "name": "onInstall",
5672
- "return": {
5673
- "type": {
5674
- "text": "Promise<void>"
5675
- }
5662
+ "kind": "field",
5663
+ "name": "shape",
5664
+ "type": {
5665
+ "text": "AvatarShape"
5676
5666
  },
5667
+ "privacy": "public",
5668
+ "description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
5677
5669
  "inheritedFrom": {
5678
- "name": "AiIndicator",
5679
- "module": "src/ai-indicator/ai-indicator.ts"
5670
+ "name": "Avatar",
5671
+ "module": "src/avatar/avatar.ts"
5680
5672
  }
5681
5673
  },
5682
5674
  {
@@ -5688,8 +5680,8 @@
5688
5680
  "privacy": "private",
5689
5681
  "default": "void 0",
5690
5682
  "inheritedFrom": {
5691
- "name": "FoundationElement",
5692
- "module": "src/foundation-element/foundation-element.ts"
5683
+ "name": "Avatar",
5684
+ "module": "src/avatar/avatar.ts"
5693
5685
  }
5694
5686
  },
5695
5687
  {
@@ -5701,8 +5693,8 @@
5701
5693
  "privacy": "public",
5702
5694
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5703
5695
  "inheritedFrom": {
5704
- "name": "FoundationElement",
5705
- "module": "src/foundation-element/foundation-element.ts"
5696
+ "name": "Avatar",
5697
+ "module": "src/avatar/avatar.ts"
5706
5698
  }
5707
5699
  },
5708
5700
  {
@@ -5714,8 +5706,8 @@
5714
5706
  "privacy": "public",
5715
5707
  "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.",
5716
5708
  "inheritedFrom": {
5717
- "name": "FoundationElement",
5718
- "module": "src/foundation-element/foundation-element.ts"
5709
+ "name": "Avatar",
5710
+ "module": "src/avatar/avatar.ts"
5719
5711
  }
5720
5712
  },
5721
5713
  {
@@ -5728,8 +5720,8 @@
5728
5720
  }
5729
5721
  },
5730
5722
  "inheritedFrom": {
5731
- "name": "FoundationElement",
5732
- "module": "src/foundation-element/foundation-element.ts"
5723
+ "name": "Avatar",
5724
+ "module": "src/avatar/avatar.ts"
5733
5725
  }
5734
5726
  },
5735
5727
  {
@@ -5741,8 +5733,8 @@
5741
5733
  "privacy": "public",
5742
5734
  "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.",
5743
5735
  "inheritedFrom": {
5744
- "name": "FoundationElement",
5745
- "module": "src/foundation-element/foundation-element.ts"
5736
+ "name": "Avatar",
5737
+ "module": "src/avatar/avatar.ts"
5746
5738
  }
5747
5739
  },
5748
5740
  {
@@ -5755,8 +5747,8 @@
5755
5747
  }
5756
5748
  },
5757
5749
  "inheritedFrom": {
5758
- "name": "FoundationElement",
5759
- "module": "src/foundation-element/foundation-element.ts"
5750
+ "name": "Avatar",
5751
+ "module": "src/avatar/avatar.ts"
5760
5752
  }
5761
5753
  },
5762
5754
  {
@@ -5786,55 +5778,63 @@
5786
5778
  ],
5787
5779
  "description": "Defines an element registry function with a set of element definition defaults.",
5788
5780
  "inheritedFrom": {
5789
- "name": "FoundationElement",
5790
- "module": "src/foundation-element/foundation-element.ts"
5781
+ "name": "Avatar",
5782
+ "module": "src/avatar/avatar.ts"
5791
5783
  }
5792
5784
  }
5793
5785
  ]
5794
5786
  },
5795
5787
  {
5796
5788
  "kind": "variable",
5797
- "name": "zeroAiIndicator"
5789
+ "name": "zeroAvatar"
5798
5790
  }
5799
5791
  ],
5800
5792
  "exports": [
5801
5793
  {
5802
5794
  "kind": "js",
5803
- "name": "AiIndicator",
5795
+ "name": "Avatar",
5804
5796
  "declaration": {
5805
- "name": "AiIndicator",
5806
- "module": "src/ai-indicator/ai-indicator.ts"
5797
+ "name": "Avatar",
5798
+ "module": "src/avatar/avatar.ts"
5807
5799
  }
5808
5800
  },
5809
5801
  {
5810
5802
  "kind": "js",
5811
- "name": "zeroAiIndicator",
5803
+ "name": "zeroAvatar",
5812
5804
  "declaration": {
5813
- "name": "zeroAiIndicator",
5814
- "module": "src/ai-indicator/ai-indicator.ts"
5805
+ "name": "zeroAvatar",
5806
+ "module": "src/avatar/avatar.ts"
5815
5807
  }
5816
5808
  }
5817
5809
  ]
5818
5810
  },
5819
5811
  {
5820
5812
  "kind": "javascript-module",
5821
- "path": "src/ai-indicator/index.ts",
5813
+ "path": "src/avatar/index.ts",
5822
5814
  "declarations": [],
5823
5815
  "exports": [
5824
5816
  {
5825
5817
  "kind": "js",
5826
- "name": "AiIndicator",
5818
+ "name": "*",
5827
5819
  "declaration": {
5828
- "name": "AiIndicator",
5829
- "module": "./ai-indicator"
5820
+ "name": "*",
5821
+ "package": "./avatar"
5830
5822
  }
5831
5823
  },
5832
5824
  {
5833
5825
  "kind": "js",
5834
- "name": "zeroAiIndicator",
5826
+ "name": "*",
5835
5827
  "declaration": {
5836
- "name": "zeroAiIndicator",
5837
- "module": "./ai-indicator"
5828
+ "name": "*",
5829
+ "package": "./avatar.styles"
5830
+ }
5831
+ },
5832
+ {
5833
+ "kind": "js",
5834
+ "name": "*",
5835
+ "declaration": {
5836
+ "name": "*",
5837
+ "package": "./avatar.template"
5838
5838
  }
5839
5839
  }
5840
5840
  ]