@genesislcap/foundation-zero 15.3.5 → 15.4.1-GENC-1475.5

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