@genesislcap/foundation-ui 14.477.0 → 14.478.1-alpha-abf67b6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2993,11 +2993,11 @@
2993
2993
  },
2994
2994
  {
2995
2995
  "kind": "javascript-module",
2996
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2996
+ "path": "src/accordion/accordion.styles.ts",
2997
2997
  "declarations": [
2998
2998
  {
2999
2999
  "kind": "function",
3000
- "name": "foundationAiIndicatorStyles",
3000
+ "name": "foundationAccordionStyles",
3001
3001
  "return": {
3002
3002
  "type": {
3003
3003
  "text": "ElementStyles"
@@ -3022,224 +3022,276 @@
3022
3022
  "exports": [
3023
3023
  {
3024
3024
  "kind": "js",
3025
- "name": "foundationAiIndicatorStyles",
3025
+ "name": "foundationAccordionStyles",
3026
3026
  "declaration": {
3027
- "name": "foundationAiIndicatorStyles",
3028
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3027
+ "name": "foundationAccordionStyles",
3028
+ "module": "src/accordion/accordion.styles.ts"
3029
3029
  }
3030
3030
  }
3031
3031
  ]
3032
3032
  },
3033
3033
  {
3034
3034
  "kind": "javascript-module",
3035
- "path": "src/ai-indicator/ai-indicator.template.ts",
3035
+ "path": "src/accordion/accordion.template.ts",
3036
3036
  "declarations": [
3037
3037
  {
3038
- "kind": "variable",
3039
- "name": "foundationAiIndicatorTemplate",
3040
- "type": {
3041
- "text": "ViewTemplate<AiIndicator>"
3038
+ "kind": "function",
3039
+ "name": "foundationAccordionTemplate",
3040
+ "return": {
3041
+ "type": {
3042
+ "text": "ViewTemplate<Accordion>"
3043
+ }
3042
3044
  },
3043
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3045
+ "parameters": [
3046
+ {
3047
+ "name": "context",
3048
+ "type": {
3049
+ "text": "ElementDefinitionContext"
3050
+ }
3051
+ },
3052
+ {
3053
+ "name": "definition",
3054
+ "type": {
3055
+ "text": "FoundationElementDefinition"
3056
+ }
3057
+ }
3058
+ ]
3044
3059
  }
3045
3060
  ],
3046
3061
  "exports": [
3047
3062
  {
3048
3063
  "kind": "js",
3049
- "name": "foundationAiIndicatorTemplate",
3064
+ "name": "foundationAccordionTemplate",
3050
3065
  "declaration": {
3051
- "name": "foundationAiIndicatorTemplate",
3052
- "module": "src/ai-indicator/ai-indicator.template.ts"
3066
+ "name": "foundationAccordionTemplate",
3067
+ "module": "src/accordion/accordion.template.ts"
3053
3068
  }
3054
3069
  }
3055
3070
  ]
3056
3071
  },
3057
3072
  {
3058
3073
  "kind": "javascript-module",
3059
- "path": "src/ai-indicator/ai-indicator.ts",
3074
+ "path": "src/accordion/accordion.ts",
3060
3075
  "declarations": [
3061
3076
  {
3062
3077
  "kind": "class",
3063
3078
  "description": "",
3064
- "name": "AiIndicator",
3065
- "members": [
3066
- {
3067
- "kind": "field",
3068
- "name": "providerRegistry",
3069
- "type": {
3070
- "text": "AIProviderRegistry"
3071
- }
3072
- },
3073
- {
3074
- "kind": "field",
3075
- "name": "aiProvider",
3076
- "type": {
3077
- "text": "AIProvider | undefined"
3078
- },
3079
- "privacy": "private",
3080
- "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.",
3081
- "readonly": true
3082
- },
3079
+ "name": "Accordion",
3080
+ "superclass": {
3081
+ "name": "FASTAccordion",
3082
+ "package": "@microsoft/fast-foundation"
3083
+ },
3084
+ "tagName": "%%prefix%%-accordion",
3085
+ "customElement": true,
3086
+ "attributes": [
3083
3087
  {
3084
- "kind": "field",
3085
- "name": "status",
3088
+ "name": "expand-mode",
3086
3089
  "type": {
3087
- "text": "AIStatus | null"
3090
+ "text": "AccordionExpandMode"
3088
3091
  },
3089
- "default": "null"
3090
- },
3092
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3093
+ "fieldName": "expandmode",
3094
+ "inheritedFrom": {
3095
+ "name": "Accordion",
3096
+ "module": "src/accordion/accordion.ts"
3097
+ }
3098
+ }
3099
+ ],
3100
+ "members": [
3091
3101
  {
3092
3102
  "kind": "field",
3093
- "name": "open",
3103
+ "name": "expandmode",
3094
3104
  "type": {
3095
- "text": "boolean"
3105
+ "text": "AccordionExpandMode"
3096
3106
  },
3097
- "default": "false"
3107
+ "privacy": "public",
3108
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3109
+ "inheritedFrom": {
3110
+ "name": "Accordion",
3111
+ "module": "src/accordion/accordion.ts"
3112
+ }
3098
3113
  },
3099
3114
  {
3100
3115
  "kind": "field",
3101
- "name": "state",
3116
+ "name": "activeid",
3102
3117
  "type": {
3103
- "text": "AIIndicatorState"
3118
+ "text": "string | null"
3104
3119
  },
3105
- "default": "'none'"
3120
+ "privacy": "private",
3121
+ "inheritedFrom": {
3122
+ "name": "Accordion",
3123
+ "module": "src/accordion/accordion.ts"
3124
+ }
3106
3125
  },
3107
3126
  {
3108
3127
  "kind": "field",
3109
- "name": "isInstalling",
3128
+ "name": "activeItemIndex",
3110
3129
  "type": {
3111
- "text": "boolean"
3130
+ "text": "number"
3112
3131
  },
3113
- "default": "false"
3132
+ "privacy": "private",
3133
+ "default": "0",
3134
+ "inheritedFrom": {
3135
+ "name": "Accordion",
3136
+ "module": "src/accordion/accordion.ts"
3137
+ }
3114
3138
  },
3115
3139
  {
3116
3140
  "kind": "field",
3117
- "name": "pollTimer",
3141
+ "name": "accordionIds",
3118
3142
  "type": {
3119
- "text": "ReturnType<typeof setInterval> | null"
3143
+ "text": "Array<string | null>"
3120
3144
  },
3121
3145
  "privacy": "private",
3122
- "default": "null"
3123
- },
3124
- {
3125
- "kind": "field",
3126
- "name": "clickOutside",
3127
- "privacy": "private"
3146
+ "inheritedFrom": {
3147
+ "name": "Accordion",
3148
+ "module": "src/accordion/accordion.ts"
3149
+ }
3128
3150
  },
3129
3151
  {
3130
3152
  "kind": "field",
3131
- "name": "chromeStatusLabel",
3132
- "type": {
3133
- "text": "string | null"
3134
- },
3135
- "readonly": true
3153
+ "name": "change",
3154
+ "privacy": "private",
3155
+ "inheritedFrom": {
3156
+ "name": "Accordion",
3157
+ "module": "src/accordion/accordion.ts"
3158
+ }
3136
3159
  },
3137
3160
  {
3138
- "kind": "field",
3139
- "name": "canInstall",
3140
- "type": {
3141
- "text": "boolean"
3161
+ "kind": "method",
3162
+ "name": "findExpandedItem",
3163
+ "privacy": "private",
3164
+ "return": {
3165
+ "type": {
3166
+ "text": "AccordionItem | null"
3167
+ }
3142
3168
  },
3143
- "readonly": true
3169
+ "inheritedFrom": {
3170
+ "name": "Accordion",
3171
+ "module": "src/accordion/accordion.ts"
3172
+ }
3144
3173
  },
3145
3174
  {
3146
3175
  "kind": "field",
3147
- "name": "isDownloading",
3148
- "type": {
3149
- "text": "boolean"
3150
- },
3151
- "readonly": true
3176
+ "name": "setItems",
3177
+ "privacy": "private",
3178
+ "inheritedFrom": {
3179
+ "name": "Accordion",
3180
+ "module": "src/accordion/accordion.ts"
3181
+ }
3152
3182
  },
3153
3183
  {
3154
3184
  "kind": "method",
3155
- "name": "openChanged",
3185
+ "name": "resetItems",
3186
+ "privacy": "private",
3156
3187
  "return": {
3157
3188
  "type": {
3158
3189
  "text": "void"
3159
3190
  }
3191
+ },
3192
+ "inheritedFrom": {
3193
+ "name": "Accordion",
3194
+ "module": "src/accordion/accordion.ts"
3160
3195
  }
3161
3196
  },
3162
3197
  {
3163
- "kind": "method",
3164
- "name": "handleClickOutside",
3198
+ "kind": "field",
3199
+ "name": "removeItemListeners",
3165
3200
  "privacy": "private",
3166
- "parameters": [
3167
- {
3168
- "name": "event",
3169
- "type": {
3170
- "text": "MouseEvent"
3171
- }
3172
- }
3173
- ]
3201
+ "inheritedFrom": {
3202
+ "name": "Accordion",
3203
+ "module": "src/accordion/accordion.ts"
3204
+ }
3174
3205
  },
3175
3206
  {
3176
- "kind": "method",
3177
- "name": "toggleDropdown"
3207
+ "kind": "field",
3208
+ "name": "activeItemChange",
3209
+ "privacy": "private",
3210
+ "inheritedFrom": {
3211
+ "name": "Accordion",
3212
+ "module": "src/accordion/accordion.ts"
3213
+ }
3178
3214
  },
3179
3215
  {
3180
3216
  "kind": "method",
3181
- "name": "refreshStatus",
3217
+ "name": "getItemIds",
3218
+ "privacy": "private",
3182
3219
  "return": {
3183
3220
  "type": {
3184
- "text": "Promise<void>"
3221
+ "text": "Array<string | null>"
3185
3222
  }
3223
+ },
3224
+ "inheritedFrom": {
3225
+ "name": "Accordion",
3226
+ "module": "src/accordion/accordion.ts"
3186
3227
  }
3187
3228
  },
3188
3229
  {
3189
3230
  "kind": "method",
3190
- "name": "deriveState",
3231
+ "name": "isSingleExpandMode",
3191
3232
  "privacy": "private",
3192
3233
  "return": {
3193
3234
  "type": {
3194
- "text": "AIIndicatorState"
3235
+ "text": "boolean"
3195
3236
  }
3196
3237
  },
3197
- "parameters": [
3198
- {
3199
- "name": "s",
3200
- "type": {
3201
- "text": "AIStatus | null"
3202
- }
3203
- }
3204
- ]
3238
+ "inheritedFrom": {
3239
+ "name": "Accordion",
3240
+ "module": "src/accordion/accordion.ts"
3241
+ }
3205
3242
  },
3206
3243
  {
3207
- "kind": "method",
3208
- "name": "maybeStartPolling",
3244
+ "kind": "field",
3245
+ "name": "handleItemKeyDown",
3209
3246
  "privacy": "private",
3210
- "return": {
3211
- "type": {
3212
- "text": "void"
3213
- }
3247
+ "inheritedFrom": {
3248
+ "name": "Accordion",
3249
+ "module": "src/accordion/accordion.ts"
3214
3250
  }
3215
3251
  },
3216
3252
  {
3217
- "kind": "method",
3218
- "name": "startPolling",
3253
+ "kind": "field",
3254
+ "name": "handleItemFocus",
3219
3255
  "privacy": "private",
3220
- "return": {
3221
- "type": {
3222
- "text": "void"
3223
- }
3256
+ "inheritedFrom": {
3257
+ "name": "Accordion",
3258
+ "module": "src/accordion/accordion.ts"
3224
3259
  }
3225
3260
  },
3226
3261
  {
3227
3262
  "kind": "method",
3228
- "name": "stopPolling",
3263
+ "name": "adjust",
3229
3264
  "privacy": "private",
3230
3265
  "return": {
3231
3266
  "type": {
3232
3267
  "text": "void"
3233
3268
  }
3269
+ },
3270
+ "parameters": [
3271
+ {
3272
+ "name": "adjustment",
3273
+ "type": {
3274
+ "text": "number"
3275
+ }
3276
+ }
3277
+ ],
3278
+ "inheritedFrom": {
3279
+ "name": "Accordion",
3280
+ "module": "src/accordion/accordion.ts"
3234
3281
  }
3235
3282
  },
3236
3283
  {
3237
3284
  "kind": "method",
3238
- "name": "onInstall",
3285
+ "name": "focusItem",
3286
+ "privacy": "private",
3239
3287
  "return": {
3240
3288
  "type": {
3241
- "text": "Promise<void>"
3289
+ "text": "void"
3242
3290
  }
3291
+ },
3292
+ "inheritedFrom": {
3293
+ "name": "Accordion",
3294
+ "module": "src/accordion/accordion.ts"
3243
3295
  }
3244
3296
  },
3245
3297
  {
@@ -3354,99 +3406,113 @@
3354
3406
  }
3355
3407
  }
3356
3408
  ],
3357
- "superclass": {
3358
- "name": "FoundationElement",
3359
- "package": "@microsoft/fast-foundation"
3409
+ "events": [
3410
+ {
3411
+ "description": "Fires a custom 'change' event when the active item changes",
3412
+ "name": "change",
3413
+ "inheritedFrom": {
3414
+ "name": "Accordion",
3415
+ "module": "src/accordion/accordion.ts"
3416
+ }
3417
+ }
3418
+ ]
3419
+ },
3420
+ {
3421
+ "kind": "variable",
3422
+ "name": "foundationAccordionShadowOptions",
3423
+ "type": {
3424
+ "text": "ShadowRootInit"
3360
3425
  },
3361
- "tagName": "%%prefix%%-ai-indicator",
3362
- "customElement": true
3426
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3363
3427
  },
3364
3428
  {
3365
3429
  "kind": "variable",
3366
- "name": "foundationAiIndicator"
3430
+ "name": "defaultAccordionConfig",
3431
+ "type": {
3432
+ "text": "object"
3433
+ },
3434
+ "default": "{}"
3435
+ },
3436
+ {
3437
+ "kind": "variable",
3438
+ "name": "foundationAccordion",
3439
+ "description": "The Foundation Accordion",
3440
+ "privacy": "public"
3367
3441
  }
3368
3442
  ],
3369
3443
  "exports": [
3370
3444
  {
3371
3445
  "kind": "js",
3372
- "name": "AiIndicator",
3446
+ "name": "Accordion",
3373
3447
  "declaration": {
3374
- "name": "AiIndicator",
3375
- "module": "src/ai-indicator/ai-indicator.ts"
3448
+ "name": "Accordion",
3449
+ "module": "src/accordion/accordion.ts"
3376
3450
  }
3377
3451
  },
3378
3452
  {
3379
3453
  "kind": "js",
3380
- "name": "foundationAiIndicator",
3381
- "declaration": {
3382
- "name": "foundationAiIndicator",
3383
- "module": "src/ai-indicator/ai-indicator.ts"
3384
- }
3385
- }
3386
- ]
3387
- },
3388
- {
3389
- "kind": "javascript-module",
3390
- "path": "src/ai-indicator/index.ts",
3391
- "declarations": [],
3392
- "exports": [
3393
- {
3394
- "kind": "js",
3395
- "name": "AiIndicator",
3454
+ "name": "foundationAccordionShadowOptions",
3396
3455
  "declaration": {
3397
- "name": "AiIndicator",
3398
- "module": "./ai-indicator"
3456
+ "name": "foundationAccordionShadowOptions",
3457
+ "module": "src/accordion/accordion.ts"
3399
3458
  }
3400
3459
  },
3401
3460
  {
3402
3461
  "kind": "js",
3403
- "name": "foundationAiIndicator",
3462
+ "name": "defaultAccordionConfig",
3404
3463
  "declaration": {
3405
- "name": "foundationAiIndicator",
3406
- "module": "./ai-indicator"
3464
+ "name": "defaultAccordionConfig",
3465
+ "module": "src/accordion/accordion.ts"
3407
3466
  }
3408
3467
  },
3409
3468
  {
3410
3469
  "kind": "js",
3411
- "name": "type",
3470
+ "name": "foundationAccordion",
3412
3471
  "declaration": {
3413
- "name": "type",
3414
- "module": "./ai-indicator"
3472
+ "name": "foundationAccordion",
3473
+ "module": "src/accordion/accordion.ts"
3415
3474
  }
3416
- },
3475
+ }
3476
+ ]
3477
+ },
3478
+ {
3479
+ "kind": "javascript-module",
3480
+ "path": "src/accordion/index.ts",
3481
+ "declarations": [],
3482
+ "exports": [
3417
3483
  {
3418
3484
  "kind": "js",
3419
- "name": "AIIndicatorState",
3485
+ "name": "*",
3420
3486
  "declaration": {
3421
- "name": "AIIndicatorState",
3422
- "module": "./ai-indicator"
3487
+ "name": "*",
3488
+ "package": "./accordion.template"
3423
3489
  }
3424
3490
  },
3425
3491
  {
3426
3492
  "kind": "js",
3427
- "name": "foundationAiIndicatorTemplate",
3493
+ "name": "*",
3428
3494
  "declaration": {
3429
- "name": "foundationAiIndicatorTemplate",
3430
- "module": "./ai-indicator.template"
3495
+ "name": "*",
3496
+ "package": "./accordion.styles"
3431
3497
  }
3432
3498
  },
3433
3499
  {
3434
3500
  "kind": "js",
3435
- "name": "foundationAiIndicatorStyles",
3501
+ "name": "*",
3436
3502
  "declaration": {
3437
- "name": "foundationAiIndicatorStyles",
3438
- "module": "./ai-indicator.styles"
3503
+ "name": "*",
3504
+ "package": "./accordion"
3439
3505
  }
3440
3506
  }
3441
3507
  ]
3442
3508
  },
3443
3509
  {
3444
3510
  "kind": "javascript-module",
3445
- "path": "src/accordion/accordion.styles.ts",
3511
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3446
3512
  "declarations": [
3447
3513
  {
3448
3514
  "kind": "function",
3449
- "name": "foundationAccordionStyles",
3515
+ "name": "foundationAiIndicatorStyles",
3450
3516
  "return": {
3451
3517
  "type": {
3452
3518
  "text": "ElementStyles"
@@ -3471,276 +3537,224 @@
3471
3537
  "exports": [
3472
3538
  {
3473
3539
  "kind": "js",
3474
- "name": "foundationAccordionStyles",
3540
+ "name": "foundationAiIndicatorStyles",
3475
3541
  "declaration": {
3476
- "name": "foundationAccordionStyles",
3477
- "module": "src/accordion/accordion.styles.ts"
3542
+ "name": "foundationAiIndicatorStyles",
3543
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3478
3544
  }
3479
3545
  }
3480
3546
  ]
3481
3547
  },
3482
3548
  {
3483
3549
  "kind": "javascript-module",
3484
- "path": "src/accordion/accordion.template.ts",
3550
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3485
3551
  "declarations": [
3486
3552
  {
3487
- "kind": "function",
3488
- "name": "foundationAccordionTemplate",
3489
- "return": {
3490
- "type": {
3491
- "text": "ViewTemplate<Accordion>"
3492
- }
3553
+ "kind": "variable",
3554
+ "name": "foundationAiIndicatorTemplate",
3555
+ "type": {
3556
+ "text": "ViewTemplate<AiIndicator>"
3493
3557
  },
3494
- "parameters": [
3495
- {
3496
- "name": "context",
3497
- "type": {
3498
- "text": "ElementDefinitionContext"
3499
- }
3500
- },
3501
- {
3502
- "name": "definition",
3503
- "type": {
3504
- "text": "FoundationElementDefinition"
3505
- }
3506
- }
3507
- ]
3558
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3508
3559
  }
3509
3560
  ],
3510
3561
  "exports": [
3511
3562
  {
3512
3563
  "kind": "js",
3513
- "name": "foundationAccordionTemplate",
3564
+ "name": "foundationAiIndicatorTemplate",
3514
3565
  "declaration": {
3515
- "name": "foundationAccordionTemplate",
3516
- "module": "src/accordion/accordion.template.ts"
3566
+ "name": "foundationAiIndicatorTemplate",
3567
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3517
3568
  }
3518
3569
  }
3519
3570
  ]
3520
3571
  },
3521
3572
  {
3522
3573
  "kind": "javascript-module",
3523
- "path": "src/accordion/accordion.ts",
3574
+ "path": "src/ai-indicator/ai-indicator.ts",
3524
3575
  "declarations": [
3525
3576
  {
3526
3577
  "kind": "class",
3527
3578
  "description": "",
3528
- "name": "Accordion",
3529
- "superclass": {
3530
- "name": "FASTAccordion",
3531
- "package": "@microsoft/fast-foundation"
3532
- },
3533
- "tagName": "%%prefix%%-accordion",
3534
- "customElement": true,
3535
- "attributes": [
3579
+ "name": "AiIndicator",
3580
+ "members": [
3536
3581
  {
3537
- "name": "expand-mode",
3582
+ "kind": "field",
3583
+ "name": "providerRegistry",
3538
3584
  "type": {
3539
- "text": "AccordionExpandMode"
3540
- },
3541
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3542
- "fieldName": "expandmode",
3543
- "inheritedFrom": {
3544
- "name": "Accordion",
3545
- "module": "src/accordion/accordion.ts"
3585
+ "text": "AIProviderRegistry"
3546
3586
  }
3547
- }
3548
- ],
3549
- "members": [
3587
+ },
3550
3588
  {
3551
3589
  "kind": "field",
3552
- "name": "expandmode",
3590
+ "name": "aiProvider",
3553
3591
  "type": {
3554
- "text": "AccordionExpandMode"
3592
+ "text": "AIProvider | undefined"
3555
3593
  },
3556
- "privacy": "public",
3557
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3558
- "inheritedFrom": {
3559
- "name": "Accordion",
3560
- "module": "src/accordion/accordion.ts"
3561
- }
3594
+ "privacy": "private",
3595
+ "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.",
3596
+ "readonly": true
3562
3597
  },
3563
3598
  {
3564
3599
  "kind": "field",
3565
- "name": "activeid",
3600
+ "name": "status",
3566
3601
  "type": {
3567
- "text": "string | null"
3602
+ "text": "AIStatus | null"
3568
3603
  },
3569
- "privacy": "private",
3570
- "inheritedFrom": {
3571
- "name": "Accordion",
3572
- "module": "src/accordion/accordion.ts"
3573
- }
3604
+ "default": "null"
3574
3605
  },
3575
3606
  {
3576
3607
  "kind": "field",
3577
- "name": "activeItemIndex",
3608
+ "name": "open",
3578
3609
  "type": {
3579
- "text": "number"
3610
+ "text": "boolean"
3580
3611
  },
3581
- "privacy": "private",
3582
- "default": "0",
3583
- "inheritedFrom": {
3584
- "name": "Accordion",
3585
- "module": "src/accordion/accordion.ts"
3586
- }
3612
+ "default": "false"
3613
+ },
3614
+ {
3615
+ "kind": "field",
3616
+ "name": "state",
3617
+ "type": {
3618
+ "text": "AIIndicatorState"
3619
+ },
3620
+ "default": "'none'"
3621
+ },
3622
+ {
3623
+ "kind": "field",
3624
+ "name": "isInstalling",
3625
+ "type": {
3626
+ "text": "boolean"
3627
+ },
3628
+ "default": "false"
3587
3629
  },
3588
3630
  {
3589
3631
  "kind": "field",
3590
- "name": "accordionIds",
3632
+ "name": "pollTimer",
3591
3633
  "type": {
3592
- "text": "Array<string | null>"
3634
+ "text": "ReturnType<typeof setInterval> | null"
3593
3635
  },
3594
3636
  "privacy": "private",
3595
- "inheritedFrom": {
3596
- "name": "Accordion",
3597
- "module": "src/accordion/accordion.ts"
3598
- }
3637
+ "default": "null"
3599
3638
  },
3600
3639
  {
3601
3640
  "kind": "field",
3602
- "name": "change",
3603
- "privacy": "private",
3604
- "inheritedFrom": {
3605
- "name": "Accordion",
3606
- "module": "src/accordion/accordion.ts"
3607
- }
3641
+ "name": "clickOutside",
3642
+ "privacy": "private"
3608
3643
  },
3609
3644
  {
3610
- "kind": "method",
3611
- "name": "findExpandedItem",
3612
- "privacy": "private",
3613
- "return": {
3614
- "type": {
3615
- "text": "AccordionItem | null"
3616
- }
3645
+ "kind": "field",
3646
+ "name": "chromeStatusLabel",
3647
+ "type": {
3648
+ "text": "string | null"
3617
3649
  },
3618
- "inheritedFrom": {
3619
- "name": "Accordion",
3620
- "module": "src/accordion/accordion.ts"
3621
- }
3650
+ "readonly": true
3622
3651
  },
3623
3652
  {
3624
3653
  "kind": "field",
3625
- "name": "setItems",
3626
- "privacy": "private",
3627
- "inheritedFrom": {
3628
- "name": "Accordion",
3629
- "module": "src/accordion/accordion.ts"
3630
- }
3654
+ "name": "canInstall",
3655
+ "type": {
3656
+ "text": "boolean"
3657
+ },
3658
+ "readonly": true
3659
+ },
3660
+ {
3661
+ "kind": "field",
3662
+ "name": "isDownloading",
3663
+ "type": {
3664
+ "text": "boolean"
3665
+ },
3666
+ "readonly": true
3631
3667
  },
3632
3668
  {
3633
3669
  "kind": "method",
3634
- "name": "resetItems",
3635
- "privacy": "private",
3670
+ "name": "openChanged",
3636
3671
  "return": {
3637
3672
  "type": {
3638
3673
  "text": "void"
3639
3674
  }
3640
- },
3641
- "inheritedFrom": {
3642
- "name": "Accordion",
3643
- "module": "src/accordion/accordion.ts"
3644
3675
  }
3645
3676
  },
3646
3677
  {
3647
- "kind": "field",
3648
- "name": "removeItemListeners",
3678
+ "kind": "method",
3679
+ "name": "handleClickOutside",
3649
3680
  "privacy": "private",
3650
- "inheritedFrom": {
3651
- "name": "Accordion",
3652
- "module": "src/accordion/accordion.ts"
3653
- }
3681
+ "parameters": [
3682
+ {
3683
+ "name": "event",
3684
+ "type": {
3685
+ "text": "MouseEvent"
3686
+ }
3687
+ }
3688
+ ]
3654
3689
  },
3655
3690
  {
3656
- "kind": "field",
3657
- "name": "activeItemChange",
3658
- "privacy": "private",
3659
- "inheritedFrom": {
3660
- "name": "Accordion",
3661
- "module": "src/accordion/accordion.ts"
3662
- }
3691
+ "kind": "method",
3692
+ "name": "toggleDropdown"
3663
3693
  },
3664
3694
  {
3665
3695
  "kind": "method",
3666
- "name": "getItemIds",
3667
- "privacy": "private",
3696
+ "name": "refreshStatus",
3668
3697
  "return": {
3669
3698
  "type": {
3670
- "text": "Array<string | null>"
3699
+ "text": "Promise<void>"
3671
3700
  }
3672
- },
3673
- "inheritedFrom": {
3674
- "name": "Accordion",
3675
- "module": "src/accordion/accordion.ts"
3676
3701
  }
3677
3702
  },
3678
3703
  {
3679
3704
  "kind": "method",
3680
- "name": "isSingleExpandMode",
3705
+ "name": "deriveState",
3681
3706
  "privacy": "private",
3682
3707
  "return": {
3683
3708
  "type": {
3684
- "text": "boolean"
3709
+ "text": "AIIndicatorState"
3685
3710
  }
3686
3711
  },
3687
- "inheritedFrom": {
3688
- "name": "Accordion",
3689
- "module": "src/accordion/accordion.ts"
3690
- }
3712
+ "parameters": [
3713
+ {
3714
+ "name": "s",
3715
+ "type": {
3716
+ "text": "AIStatus | null"
3717
+ }
3718
+ }
3719
+ ]
3691
3720
  },
3692
3721
  {
3693
- "kind": "field",
3694
- "name": "handleItemKeyDown",
3722
+ "kind": "method",
3723
+ "name": "maybeStartPolling",
3695
3724
  "privacy": "private",
3696
- "inheritedFrom": {
3697
- "name": "Accordion",
3698
- "module": "src/accordion/accordion.ts"
3725
+ "return": {
3726
+ "type": {
3727
+ "text": "void"
3728
+ }
3699
3729
  }
3700
3730
  },
3701
3731
  {
3702
- "kind": "field",
3703
- "name": "handleItemFocus",
3732
+ "kind": "method",
3733
+ "name": "startPolling",
3704
3734
  "privacy": "private",
3705
- "inheritedFrom": {
3706
- "name": "Accordion",
3707
- "module": "src/accordion/accordion.ts"
3735
+ "return": {
3736
+ "type": {
3737
+ "text": "void"
3738
+ }
3708
3739
  }
3709
3740
  },
3710
3741
  {
3711
3742
  "kind": "method",
3712
- "name": "adjust",
3743
+ "name": "stopPolling",
3713
3744
  "privacy": "private",
3714
3745
  "return": {
3715
3746
  "type": {
3716
3747
  "text": "void"
3717
3748
  }
3718
- },
3719
- "parameters": [
3720
- {
3721
- "name": "adjustment",
3722
- "type": {
3723
- "text": "number"
3724
- }
3725
- }
3726
- ],
3727
- "inheritedFrom": {
3728
- "name": "Accordion",
3729
- "module": "src/accordion/accordion.ts"
3730
3749
  }
3731
3750
  },
3732
3751
  {
3733
3752
  "kind": "method",
3734
- "name": "focusItem",
3735
- "privacy": "private",
3753
+ "name": "onInstall",
3736
3754
  "return": {
3737
3755
  "type": {
3738
- "text": "void"
3756
+ "text": "Promise<void>"
3739
3757
  }
3740
- },
3741
- "inheritedFrom": {
3742
- "name": "Accordion",
3743
- "module": "src/accordion/accordion.ts"
3744
3758
  }
3745
3759
  },
3746
3760
  {
@@ -3855,102 +3869,88 @@
3855
3869
  }
3856
3870
  }
3857
3871
  ],
3858
- "events": [
3859
- {
3860
- "description": "Fires a custom 'change' event when the active item changes",
3861
- "name": "change",
3862
- "inheritedFrom": {
3863
- "name": "Accordion",
3864
- "module": "src/accordion/accordion.ts"
3865
- }
3866
- }
3867
- ]
3868
- },
3869
- {
3870
- "kind": "variable",
3871
- "name": "foundationAccordionShadowOptions",
3872
- "type": {
3873
- "text": "ShadowRootInit"
3874
- },
3875
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3876
- },
3877
- {
3878
- "kind": "variable",
3879
- "name": "defaultAccordionConfig",
3880
- "type": {
3881
- "text": "object"
3872
+ "superclass": {
3873
+ "name": "FoundationElement",
3874
+ "package": "@microsoft/fast-foundation"
3882
3875
  },
3883
- "default": "{}"
3876
+ "tagName": "%%prefix%%-ai-indicator",
3877
+ "customElement": true
3884
3878
  },
3885
3879
  {
3886
3880
  "kind": "variable",
3887
- "name": "foundationAccordion",
3888
- "description": "The Foundation Accordion",
3889
- "privacy": "public"
3881
+ "name": "foundationAiIndicator"
3890
3882
  }
3891
3883
  ],
3892
3884
  "exports": [
3893
3885
  {
3894
3886
  "kind": "js",
3895
- "name": "Accordion",
3887
+ "name": "AiIndicator",
3896
3888
  "declaration": {
3897
- "name": "Accordion",
3898
- "module": "src/accordion/accordion.ts"
3889
+ "name": "AiIndicator",
3890
+ "module": "src/ai-indicator/ai-indicator.ts"
3899
3891
  }
3900
3892
  },
3901
3893
  {
3902
3894
  "kind": "js",
3903
- "name": "foundationAccordionShadowOptions",
3895
+ "name": "foundationAiIndicator",
3904
3896
  "declaration": {
3905
- "name": "foundationAccordionShadowOptions",
3906
- "module": "src/accordion/accordion.ts"
3897
+ "name": "foundationAiIndicator",
3898
+ "module": "src/ai-indicator/ai-indicator.ts"
3899
+ }
3900
+ }
3901
+ ]
3902
+ },
3903
+ {
3904
+ "kind": "javascript-module",
3905
+ "path": "src/ai-indicator/index.ts",
3906
+ "declarations": [],
3907
+ "exports": [
3908
+ {
3909
+ "kind": "js",
3910
+ "name": "AiIndicator",
3911
+ "declaration": {
3912
+ "name": "AiIndicator",
3913
+ "module": "./ai-indicator"
3907
3914
  }
3908
3915
  },
3909
3916
  {
3910
3917
  "kind": "js",
3911
- "name": "defaultAccordionConfig",
3918
+ "name": "foundationAiIndicator",
3912
3919
  "declaration": {
3913
- "name": "defaultAccordionConfig",
3914
- "module": "src/accordion/accordion.ts"
3920
+ "name": "foundationAiIndicator",
3921
+ "module": "./ai-indicator"
3915
3922
  }
3916
3923
  },
3917
3924
  {
3918
3925
  "kind": "js",
3919
- "name": "foundationAccordion",
3926
+ "name": "type",
3920
3927
  "declaration": {
3921
- "name": "foundationAccordion",
3922
- "module": "src/accordion/accordion.ts"
3928
+ "name": "type",
3929
+ "module": "./ai-indicator"
3923
3930
  }
3924
- }
3925
- ]
3926
- },
3927
- {
3928
- "kind": "javascript-module",
3929
- "path": "src/accordion/index.ts",
3930
- "declarations": [],
3931
- "exports": [
3931
+ },
3932
3932
  {
3933
3933
  "kind": "js",
3934
- "name": "*",
3934
+ "name": "AIIndicatorState",
3935
3935
  "declaration": {
3936
- "name": "*",
3937
- "package": "./accordion.template"
3936
+ "name": "AIIndicatorState",
3937
+ "module": "./ai-indicator"
3938
3938
  }
3939
3939
  },
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "*",
3942
+ "name": "foundationAiIndicatorTemplate",
3943
3943
  "declaration": {
3944
- "name": "*",
3945
- "package": "./accordion.styles"
3944
+ "name": "foundationAiIndicatorTemplate",
3945
+ "module": "./ai-indicator.template"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "*",
3950
+ "name": "foundationAiIndicatorStyles",
3951
3951
  "declaration": {
3952
- "name": "*",
3953
- "package": "./accordion"
3952
+ "name": "foundationAiIndicatorStyles",
3953
+ "module": "./ai-indicator.styles"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -158,23 +158,23 @@ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
158
158
  >;
159
159
  export type AiCriteriaSearchRef = AiCriteriaSearchWC;
160
160
 
161
- export declare const AiIndicator: React.ForwardRefExoticComponent<
161
+ export declare const Accordion: React.ForwardRefExoticComponent<
162
162
  React.PropsWithChildren<
163
- Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
163
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
164
164
  HTMLWCProps & {
165
165
  }
166
- > & React.RefAttributes<AiIndicatorWC>
166
+ > & React.RefAttributes<AccordionWC>
167
167
  >;
168
- export type AiIndicatorRef = AiIndicatorWC;
168
+ export type AccordionRef = AccordionWC;
169
169
 
170
- export declare const Accordion: React.ForwardRefExoticComponent<
170
+ export declare const AiIndicator: React.ForwardRefExoticComponent<
171
171
  React.PropsWithChildren<
172
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
172
+ Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
173
173
  HTMLWCProps & {
174
174
  }
175
- > & React.RefAttributes<AccordionWC>
175
+ > & React.RefAttributes<AiIndicatorWC>
176
176
  >;
177
- export type AccordionRef = AccordionWC;
177
+ export type AiIndicatorRef = AiIndicatorWC;
178
178
 
179
179
  export declare const Anchor: React.ForwardRefExoticComponent<
180
180
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -143,14 +143,14 @@ const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref)
143
143
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
144
144
  });
145
145
 
146
- const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
146
+ const Accordion = React.forwardRef(function Accordion(props, ref) {
147
147
  const { children, ...rest } = props;
148
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
148
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
149
149
  });
150
150
 
151
- const Accordion = React.forwardRef(function Accordion(props, ref) {
151
+ const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
152
152
  const { children, ...rest } = props;
153
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
153
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
154
154
  });
155
155
 
156
156
  const Anchor = React.forwardRef(function Anchor(props, ref) {
@@ -1081,8 +1081,8 @@ module.exports = {
1081
1081
  AccordionItem,
1082
1082
  ActionsMenu,
1083
1083
  AiCriteriaSearch,
1084
- AiIndicator,
1085
1084
  Accordion,
1085
+ AiIndicator,
1086
1086
  Anchor,
1087
1087
  AnchoredRegion,
1088
1088
  Avatar,
package/dist/react.mjs CHANGED
@@ -141,14 +141,14 @@ export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props
141
141
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
142
142
  });
143
143
 
144
- export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
144
+ export const Accordion = React.forwardRef(function Accordion(props, ref) {
145
145
  const { children, ...rest } = props;
146
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
146
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
147
147
  });
148
148
 
149
- export const Accordion = React.forwardRef(function Accordion(props, ref) {
149
+ export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
150
150
  const { children, ...rest } = props;
151
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
151
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
152
152
  });
153
153
 
154
154
  export const Anchor = React.forwardRef(function Anchor(props, ref) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.477.0",
4
+ "version": "14.478.1-alpha-abf67b6.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -85,13 +85,13 @@
85
85
  }
86
86
  },
87
87
  "devDependencies": {
88
- "@genesislcap/foundation-testing": "14.477.0",
89
- "@genesislcap/genx": "14.477.0",
90
- "@genesislcap/rollup-builder": "14.477.0",
91
- "@genesislcap/ts-builder": "14.477.0",
92
- "@genesislcap/uvu-playwright-builder": "14.477.0",
93
- "@genesislcap/vite-builder": "14.477.0",
94
- "@genesislcap/webpack-builder": "14.477.0",
88
+ "@genesislcap/foundation-testing": "14.478.1-alpha-abf67b6.0",
89
+ "@genesislcap/genx": "14.478.1-alpha-abf67b6.0",
90
+ "@genesislcap/rollup-builder": "14.478.1-alpha-abf67b6.0",
91
+ "@genesislcap/ts-builder": "14.478.1-alpha-abf67b6.0",
92
+ "@genesislcap/uvu-playwright-builder": "14.478.1-alpha-abf67b6.0",
93
+ "@genesislcap/vite-builder": "14.478.1-alpha-abf67b6.0",
94
+ "@genesislcap/webpack-builder": "14.478.1-alpha-abf67b6.0",
95
95
  "copyfiles": "^2.4.1"
96
96
  },
97
97
  "dependencies": {
@@ -100,16 +100,16 @@
100
100
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
101
101
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
102
102
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
103
- "@genesislcap/expression-builder": "14.477.0",
104
- "@genesislcap/foundation-ai": "14.477.0",
105
- "@genesislcap/foundation-comms": "14.477.0",
106
- "@genesislcap/foundation-criteria": "14.477.0",
107
- "@genesislcap/foundation-errors": "14.477.0",
108
- "@genesislcap/foundation-events": "14.477.0",
109
- "@genesislcap/foundation-logger": "14.477.0",
110
- "@genesislcap/foundation-notifications": "14.477.0",
111
- "@genesislcap/foundation-user": "14.477.0",
112
- "@genesislcap/foundation-utils": "14.477.0",
103
+ "@genesislcap/expression-builder": "14.478.1-alpha-abf67b6.0",
104
+ "@genesislcap/foundation-ai": "14.478.1-alpha-abf67b6.0",
105
+ "@genesislcap/foundation-comms": "14.478.1-alpha-abf67b6.0",
106
+ "@genesislcap/foundation-criteria": "14.478.1-alpha-abf67b6.0",
107
+ "@genesislcap/foundation-errors": "14.478.1-alpha-abf67b6.0",
108
+ "@genesislcap/foundation-events": "14.478.1-alpha-abf67b6.0",
109
+ "@genesislcap/foundation-logger": "14.478.1-alpha-abf67b6.0",
110
+ "@genesislcap/foundation-notifications": "14.478.1-alpha-abf67b6.0",
111
+ "@genesislcap/foundation-user": "14.478.1-alpha-abf67b6.0",
112
+ "@genesislcap/foundation-utils": "14.478.1-alpha-abf67b6.0",
113
113
  "@microsoft/fast-colors": "5.3.1",
114
114
  "@microsoft/fast-components": "2.30.6",
115
115
  "@microsoft/fast-element": "1.14.0",
@@ -142,5 +142,5 @@
142
142
  "require": "./dist/react.cjs"
143
143
  }
144
144
  },
145
- "gitHead": "324acb34781a5c6e8e5e19a8d53ca7a418941787"
145
+ "gitHead": "f9b18c192af4160f36f0e97d7b2001cdd9e78baf"
146
146
  }