@genesislcap/foundation-ui 15.10.3 → 15.10.4

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.
@@ -3029,11 +3029,11 @@
3029
3029
  },
3030
3030
  {
3031
3031
  "kind": "javascript-module",
3032
- "path": "src/accordion/accordion.styles.ts",
3032
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3033
3033
  "declarations": [
3034
3034
  {
3035
3035
  "kind": "function",
3036
- "name": "foundationAccordionStyles",
3036
+ "name": "foundationAiIndicatorStyles",
3037
3037
  "return": {
3038
3038
  "type": {
3039
3039
  "text": "ElementStyles"
@@ -3058,276 +3058,224 @@
3058
3058
  "exports": [
3059
3059
  {
3060
3060
  "kind": "js",
3061
- "name": "foundationAccordionStyles",
3061
+ "name": "foundationAiIndicatorStyles",
3062
3062
  "declaration": {
3063
- "name": "foundationAccordionStyles",
3064
- "module": "src/accordion/accordion.styles.ts"
3063
+ "name": "foundationAiIndicatorStyles",
3064
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3065
3065
  }
3066
3066
  }
3067
3067
  ]
3068
3068
  },
3069
3069
  {
3070
3070
  "kind": "javascript-module",
3071
- "path": "src/accordion/accordion.template.ts",
3071
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3072
3072
  "declarations": [
3073
3073
  {
3074
- "kind": "function",
3075
- "name": "foundationAccordionTemplate",
3076
- "return": {
3077
- "type": {
3078
- "text": "ViewTemplate<Accordion>"
3079
- }
3074
+ "kind": "variable",
3075
+ "name": "foundationAiIndicatorTemplate",
3076
+ "type": {
3077
+ "text": "ViewTemplate<AiIndicator>"
3080
3078
  },
3081
- "parameters": [
3082
- {
3083
- "name": "context",
3084
- "type": {
3085
- "text": "ElementDefinitionContext"
3086
- }
3087
- },
3088
- {
3089
- "name": "definition",
3090
- "type": {
3091
- "text": "FoundationElementDefinition"
3092
- }
3093
- }
3094
- ]
3079
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3095
3080
  }
3096
3081
  ],
3097
3082
  "exports": [
3098
3083
  {
3099
3084
  "kind": "js",
3100
- "name": "foundationAccordionTemplate",
3085
+ "name": "foundationAiIndicatorTemplate",
3101
3086
  "declaration": {
3102
- "name": "foundationAccordionTemplate",
3103
- "module": "src/accordion/accordion.template.ts"
3087
+ "name": "foundationAiIndicatorTemplate",
3088
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3104
3089
  }
3105
3090
  }
3106
3091
  ]
3107
3092
  },
3108
3093
  {
3109
3094
  "kind": "javascript-module",
3110
- "path": "src/accordion/accordion.ts",
3095
+ "path": "src/ai-indicator/ai-indicator.ts",
3111
3096
  "declarations": [
3112
3097
  {
3113
3098
  "kind": "class",
3114
3099
  "description": "",
3115
- "name": "Accordion",
3116
- "superclass": {
3117
- "name": "FASTAccordion",
3118
- "package": "@microsoft/fast-foundation"
3119
- },
3120
- "tagName": "%%prefix%%-accordion",
3121
- "customElement": true,
3122
- "attributes": [
3100
+ "name": "AiIndicator",
3101
+ "members": [
3123
3102
  {
3124
- "name": "expand-mode",
3103
+ "kind": "field",
3104
+ "name": "providerRegistry",
3125
3105
  "type": {
3126
- "text": "AccordionExpandMode"
3127
- },
3128
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3129
- "fieldName": "expandmode",
3130
- "inheritedFrom": {
3131
- "name": "Accordion",
3132
- "module": "src/accordion/accordion.ts"
3106
+ "text": "AIProviderRegistry"
3133
3107
  }
3134
- }
3135
- ],
3136
- "members": [
3108
+ },
3137
3109
  {
3138
3110
  "kind": "field",
3139
- "name": "expandmode",
3111
+ "name": "aiProvider",
3140
3112
  "type": {
3141
- "text": "AccordionExpandMode"
3113
+ "text": "AIProvider | undefined"
3142
3114
  },
3143
- "privacy": "public",
3144
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3145
- "inheritedFrom": {
3146
- "name": "Accordion",
3147
- "module": "src/accordion/accordion.ts"
3148
- }
3115
+ "privacy": "private",
3116
+ "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.",
3117
+ "readonly": true
3149
3118
  },
3150
3119
  {
3151
3120
  "kind": "field",
3152
- "name": "activeid",
3121
+ "name": "status",
3153
3122
  "type": {
3154
- "text": "string | null"
3123
+ "text": "AIStatus | null"
3155
3124
  },
3156
- "privacy": "private",
3157
- "inheritedFrom": {
3158
- "name": "Accordion",
3159
- "module": "src/accordion/accordion.ts"
3160
- }
3125
+ "default": "null"
3161
3126
  },
3162
3127
  {
3163
3128
  "kind": "field",
3164
- "name": "activeItemIndex",
3129
+ "name": "open",
3165
3130
  "type": {
3166
- "text": "number"
3131
+ "text": "boolean"
3167
3132
  },
3168
- "privacy": "private",
3169
- "default": "0",
3170
- "inheritedFrom": {
3171
- "name": "Accordion",
3172
- "module": "src/accordion/accordion.ts"
3173
- }
3133
+ "default": "false"
3174
3134
  },
3175
3135
  {
3176
3136
  "kind": "field",
3177
- "name": "accordionIds",
3137
+ "name": "state",
3178
3138
  "type": {
3179
- "text": "Array<string | null>"
3139
+ "text": "AIIndicatorState"
3180
3140
  },
3181
- "privacy": "private",
3182
- "inheritedFrom": {
3183
- "name": "Accordion",
3184
- "module": "src/accordion/accordion.ts"
3185
- }
3141
+ "default": "'none'"
3186
3142
  },
3187
3143
  {
3188
3144
  "kind": "field",
3189
- "name": "change",
3190
- "privacy": "private",
3191
- "inheritedFrom": {
3192
- "name": "Accordion",
3193
- "module": "src/accordion/accordion.ts"
3194
- }
3145
+ "name": "isInstalling",
3146
+ "type": {
3147
+ "text": "boolean"
3148
+ },
3149
+ "default": "false"
3195
3150
  },
3196
3151
  {
3197
- "kind": "method",
3198
- "name": "findExpandedItem",
3152
+ "kind": "field",
3153
+ "name": "pollTimer",
3154
+ "type": {
3155
+ "text": "ReturnType<typeof setInterval> | null"
3156
+ },
3199
3157
  "privacy": "private",
3200
- "return": {
3201
- "type": {
3202
- "text": "AccordionItem | null"
3203
- }
3158
+ "default": "null"
3159
+ },
3160
+ {
3161
+ "kind": "field",
3162
+ "name": "clickOutside",
3163
+ "privacy": "private"
3164
+ },
3165
+ {
3166
+ "kind": "field",
3167
+ "name": "chromeStatusLabel",
3168
+ "type": {
3169
+ "text": "string | null"
3204
3170
  },
3205
- "inheritedFrom": {
3206
- "name": "Accordion",
3207
- "module": "src/accordion/accordion.ts"
3208
- }
3171
+ "readonly": true
3209
3172
  },
3210
3173
  {
3211
3174
  "kind": "field",
3212
- "name": "setItems",
3213
- "privacy": "private",
3214
- "inheritedFrom": {
3215
- "name": "Accordion",
3216
- "module": "src/accordion/accordion.ts"
3217
- }
3175
+ "name": "canInstall",
3176
+ "type": {
3177
+ "text": "boolean"
3178
+ },
3179
+ "readonly": true
3180
+ },
3181
+ {
3182
+ "kind": "field",
3183
+ "name": "isDownloading",
3184
+ "type": {
3185
+ "text": "boolean"
3186
+ },
3187
+ "readonly": true
3218
3188
  },
3219
3189
  {
3220
3190
  "kind": "method",
3221
- "name": "resetItems",
3222
- "privacy": "private",
3191
+ "name": "openChanged",
3223
3192
  "return": {
3224
3193
  "type": {
3225
3194
  "text": "void"
3226
3195
  }
3227
- },
3228
- "inheritedFrom": {
3229
- "name": "Accordion",
3230
- "module": "src/accordion/accordion.ts"
3231
3196
  }
3232
3197
  },
3233
3198
  {
3234
- "kind": "field",
3235
- "name": "removeItemListeners",
3199
+ "kind": "method",
3200
+ "name": "handleClickOutside",
3236
3201
  "privacy": "private",
3237
- "inheritedFrom": {
3238
- "name": "Accordion",
3239
- "module": "src/accordion/accordion.ts"
3240
- }
3202
+ "parameters": [
3203
+ {
3204
+ "name": "event",
3205
+ "type": {
3206
+ "text": "MouseEvent"
3207
+ }
3208
+ }
3209
+ ]
3241
3210
  },
3242
3211
  {
3243
- "kind": "field",
3244
- "name": "activeItemChange",
3245
- "privacy": "private",
3246
- "inheritedFrom": {
3247
- "name": "Accordion",
3248
- "module": "src/accordion/accordion.ts"
3249
- }
3212
+ "kind": "method",
3213
+ "name": "toggleDropdown"
3250
3214
  },
3251
3215
  {
3252
3216
  "kind": "method",
3253
- "name": "getItemIds",
3254
- "privacy": "private",
3217
+ "name": "refreshStatus",
3255
3218
  "return": {
3256
3219
  "type": {
3257
- "text": "Array<string | null>"
3220
+ "text": "Promise<void>"
3258
3221
  }
3259
- },
3260
- "inheritedFrom": {
3261
- "name": "Accordion",
3262
- "module": "src/accordion/accordion.ts"
3263
3222
  }
3264
3223
  },
3265
3224
  {
3266
3225
  "kind": "method",
3267
- "name": "isSingleExpandMode",
3226
+ "name": "deriveState",
3268
3227
  "privacy": "private",
3269
3228
  "return": {
3270
3229
  "type": {
3271
- "text": "boolean"
3230
+ "text": "AIIndicatorState"
3272
3231
  }
3273
3232
  },
3274
- "inheritedFrom": {
3275
- "name": "Accordion",
3276
- "module": "src/accordion/accordion.ts"
3277
- }
3233
+ "parameters": [
3234
+ {
3235
+ "name": "s",
3236
+ "type": {
3237
+ "text": "AIStatus | null"
3238
+ }
3239
+ }
3240
+ ]
3278
3241
  },
3279
3242
  {
3280
- "kind": "field",
3281
- "name": "handleItemKeyDown",
3243
+ "kind": "method",
3244
+ "name": "maybeStartPolling",
3282
3245
  "privacy": "private",
3283
- "inheritedFrom": {
3284
- "name": "Accordion",
3285
- "module": "src/accordion/accordion.ts"
3246
+ "return": {
3247
+ "type": {
3248
+ "text": "void"
3249
+ }
3286
3250
  }
3287
3251
  },
3288
3252
  {
3289
- "kind": "field",
3290
- "name": "handleItemFocus",
3253
+ "kind": "method",
3254
+ "name": "startPolling",
3291
3255
  "privacy": "private",
3292
- "inheritedFrom": {
3293
- "name": "Accordion",
3294
- "module": "src/accordion/accordion.ts"
3256
+ "return": {
3257
+ "type": {
3258
+ "text": "void"
3259
+ }
3295
3260
  }
3296
3261
  },
3297
3262
  {
3298
3263
  "kind": "method",
3299
- "name": "adjust",
3264
+ "name": "stopPolling",
3300
3265
  "privacy": "private",
3301
3266
  "return": {
3302
3267
  "type": {
3303
3268
  "text": "void"
3304
3269
  }
3305
- },
3306
- "parameters": [
3307
- {
3308
- "name": "adjustment",
3309
- "type": {
3310
- "text": "number"
3311
- }
3312
- }
3313
- ],
3314
- "inheritedFrom": {
3315
- "name": "Accordion",
3316
- "module": "src/accordion/accordion.ts"
3317
3270
  }
3318
3271
  },
3319
3272
  {
3320
3273
  "kind": "method",
3321
- "name": "focusItem",
3322
- "privacy": "private",
3274
+ "name": "onInstall",
3323
3275
  "return": {
3324
3276
  "type": {
3325
- "text": "void"
3277
+ "text": "Promise<void>"
3326
3278
  }
3327
- },
3328
- "inheritedFrom": {
3329
- "name": "Accordion",
3330
- "module": "src/accordion/accordion.ts"
3331
3279
  }
3332
3280
  },
3333
3281
  {
@@ -3442,113 +3390,99 @@
3442
3390
  }
3443
3391
  }
3444
3392
  ],
3445
- "events": [
3446
- {
3447
- "description": "Fires a custom 'change' event when the active item changes",
3448
- "name": "change",
3449
- "inheritedFrom": {
3450
- "name": "Accordion",
3451
- "module": "src/accordion/accordion.ts"
3452
- }
3453
- }
3454
- ]
3455
- },
3456
- {
3457
- "kind": "variable",
3458
- "name": "foundationAccordionShadowOptions",
3459
- "type": {
3460
- "text": "ShadowRootInit"
3461
- },
3462
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3463
- },
3464
- {
3465
- "kind": "variable",
3466
- "name": "defaultAccordionConfig",
3467
- "type": {
3468
- "text": "object"
3393
+ "superclass": {
3394
+ "name": "FoundationElement",
3395
+ "package": "@microsoft/fast-foundation"
3469
3396
  },
3470
- "default": "{}"
3397
+ "tagName": "%%prefix%%-ai-indicator",
3398
+ "customElement": true
3471
3399
  },
3472
3400
  {
3473
3401
  "kind": "variable",
3474
- "name": "foundationAccordion",
3475
- "description": "The Foundation Accordion",
3476
- "privacy": "public"
3402
+ "name": "foundationAiIndicator"
3477
3403
  }
3478
3404
  ],
3479
3405
  "exports": [
3480
3406
  {
3481
3407
  "kind": "js",
3482
- "name": "Accordion",
3408
+ "name": "AiIndicator",
3483
3409
  "declaration": {
3484
- "name": "Accordion",
3485
- "module": "src/accordion/accordion.ts"
3410
+ "name": "AiIndicator",
3411
+ "module": "src/ai-indicator/ai-indicator.ts"
3486
3412
  }
3487
3413
  },
3488
3414
  {
3489
3415
  "kind": "js",
3490
- "name": "foundationAccordionShadowOptions",
3416
+ "name": "foundationAiIndicator",
3491
3417
  "declaration": {
3492
- "name": "foundationAccordionShadowOptions",
3493
- "module": "src/accordion/accordion.ts"
3418
+ "name": "foundationAiIndicator",
3419
+ "module": "src/ai-indicator/ai-indicator.ts"
3420
+ }
3421
+ }
3422
+ ]
3423
+ },
3424
+ {
3425
+ "kind": "javascript-module",
3426
+ "path": "src/ai-indicator/index.ts",
3427
+ "declarations": [],
3428
+ "exports": [
3429
+ {
3430
+ "kind": "js",
3431
+ "name": "AiIndicator",
3432
+ "declaration": {
3433
+ "name": "AiIndicator",
3434
+ "module": "./ai-indicator"
3494
3435
  }
3495
3436
  },
3496
3437
  {
3497
3438
  "kind": "js",
3498
- "name": "defaultAccordionConfig",
3439
+ "name": "foundationAiIndicator",
3499
3440
  "declaration": {
3500
- "name": "defaultAccordionConfig",
3501
- "module": "src/accordion/accordion.ts"
3441
+ "name": "foundationAiIndicator",
3442
+ "module": "./ai-indicator"
3502
3443
  }
3503
3444
  },
3504
3445
  {
3505
3446
  "kind": "js",
3506
- "name": "foundationAccordion",
3447
+ "name": "type",
3507
3448
  "declaration": {
3508
- "name": "foundationAccordion",
3509
- "module": "src/accordion/accordion.ts"
3449
+ "name": "type",
3450
+ "module": "./ai-indicator"
3510
3451
  }
3511
- }
3512
- ]
3513
- },
3514
- {
3515
- "kind": "javascript-module",
3516
- "path": "src/accordion/index.ts",
3517
- "declarations": [],
3518
- "exports": [
3452
+ },
3519
3453
  {
3520
3454
  "kind": "js",
3521
- "name": "*",
3455
+ "name": "AIIndicatorState",
3522
3456
  "declaration": {
3523
- "name": "*",
3524
- "package": "./accordion.template"
3457
+ "name": "AIIndicatorState",
3458
+ "module": "./ai-indicator"
3525
3459
  }
3526
3460
  },
3527
3461
  {
3528
3462
  "kind": "js",
3529
- "name": "*",
3463
+ "name": "foundationAiIndicatorTemplate",
3530
3464
  "declaration": {
3531
- "name": "*",
3532
- "package": "./accordion.styles"
3465
+ "name": "foundationAiIndicatorTemplate",
3466
+ "module": "./ai-indicator.template"
3533
3467
  }
3534
3468
  },
3535
3469
  {
3536
3470
  "kind": "js",
3537
- "name": "*",
3471
+ "name": "foundationAiIndicatorStyles",
3538
3472
  "declaration": {
3539
- "name": "*",
3540
- "package": "./accordion"
3473
+ "name": "foundationAiIndicatorStyles",
3474
+ "module": "./ai-indicator.styles"
3541
3475
  }
3542
3476
  }
3543
3477
  ]
3544
3478
  },
3545
3479
  {
3546
3480
  "kind": "javascript-module",
3547
- "path": "src/ai-indicator/ai-indicator.styles.ts",
3481
+ "path": "src/accordion/accordion.styles.ts",
3548
3482
  "declarations": [
3549
3483
  {
3550
3484
  "kind": "function",
3551
- "name": "foundationAiIndicatorStyles",
3485
+ "name": "foundationAccordionStyles",
3552
3486
  "return": {
3553
3487
  "type": {
3554
3488
  "text": "ElementStyles"
@@ -3573,224 +3507,276 @@
3573
3507
  "exports": [
3574
3508
  {
3575
3509
  "kind": "js",
3576
- "name": "foundationAiIndicatorStyles",
3510
+ "name": "foundationAccordionStyles",
3577
3511
  "declaration": {
3578
- "name": "foundationAiIndicatorStyles",
3579
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3512
+ "name": "foundationAccordionStyles",
3513
+ "module": "src/accordion/accordion.styles.ts"
3580
3514
  }
3581
3515
  }
3582
3516
  ]
3583
3517
  },
3584
3518
  {
3585
3519
  "kind": "javascript-module",
3586
- "path": "src/ai-indicator/ai-indicator.template.ts",
3520
+ "path": "src/accordion/accordion.template.ts",
3587
3521
  "declarations": [
3588
3522
  {
3589
- "kind": "variable",
3590
- "name": "foundationAiIndicatorTemplate",
3591
- "type": {
3592
- "text": "ViewTemplate<AiIndicator>"
3523
+ "kind": "function",
3524
+ "name": "foundationAccordionTemplate",
3525
+ "return": {
3526
+ "type": {
3527
+ "text": "ViewTemplate<Accordion>"
3528
+ }
3593
3529
  },
3594
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3530
+ "parameters": [
3531
+ {
3532
+ "name": "context",
3533
+ "type": {
3534
+ "text": "ElementDefinitionContext"
3535
+ }
3536
+ },
3537
+ {
3538
+ "name": "definition",
3539
+ "type": {
3540
+ "text": "FoundationElementDefinition"
3541
+ }
3542
+ }
3543
+ ]
3595
3544
  }
3596
3545
  ],
3597
3546
  "exports": [
3598
3547
  {
3599
3548
  "kind": "js",
3600
- "name": "foundationAiIndicatorTemplate",
3549
+ "name": "foundationAccordionTemplate",
3601
3550
  "declaration": {
3602
- "name": "foundationAiIndicatorTemplate",
3603
- "module": "src/ai-indicator/ai-indicator.template.ts"
3551
+ "name": "foundationAccordionTemplate",
3552
+ "module": "src/accordion/accordion.template.ts"
3604
3553
  }
3605
3554
  }
3606
3555
  ]
3607
3556
  },
3608
3557
  {
3609
3558
  "kind": "javascript-module",
3610
- "path": "src/ai-indicator/ai-indicator.ts",
3559
+ "path": "src/accordion/accordion.ts",
3611
3560
  "declarations": [
3612
3561
  {
3613
3562
  "kind": "class",
3614
3563
  "description": "",
3615
- "name": "AiIndicator",
3616
- "members": [
3617
- {
3618
- "kind": "field",
3619
- "name": "providerRegistry",
3620
- "type": {
3621
- "text": "AIProviderRegistry"
3622
- }
3623
- },
3624
- {
3625
- "kind": "field",
3626
- "name": "aiProvider",
3627
- "type": {
3628
- "text": "AIProvider | undefined"
3629
- },
3630
- "privacy": "private",
3631
- "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.",
3632
- "readonly": true
3633
- },
3564
+ "name": "Accordion",
3565
+ "superclass": {
3566
+ "name": "FASTAccordion",
3567
+ "package": "@microsoft/fast-foundation"
3568
+ },
3569
+ "tagName": "%%prefix%%-accordion",
3570
+ "customElement": true,
3571
+ "attributes": [
3634
3572
  {
3635
- "kind": "field",
3636
- "name": "status",
3573
+ "name": "expand-mode",
3637
3574
  "type": {
3638
- "text": "AIStatus | null"
3575
+ "text": "AccordionExpandMode"
3639
3576
  },
3640
- "default": "null"
3641
- },
3577
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3578
+ "fieldName": "expandmode",
3579
+ "inheritedFrom": {
3580
+ "name": "Accordion",
3581
+ "module": "src/accordion/accordion.ts"
3582
+ }
3583
+ }
3584
+ ],
3585
+ "members": [
3642
3586
  {
3643
3587
  "kind": "field",
3644
- "name": "open",
3588
+ "name": "expandmode",
3645
3589
  "type": {
3646
- "text": "boolean"
3590
+ "text": "AccordionExpandMode"
3647
3591
  },
3648
- "default": "false"
3592
+ "privacy": "public",
3593
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3594
+ "inheritedFrom": {
3595
+ "name": "Accordion",
3596
+ "module": "src/accordion/accordion.ts"
3597
+ }
3649
3598
  },
3650
3599
  {
3651
3600
  "kind": "field",
3652
- "name": "state",
3601
+ "name": "activeid",
3653
3602
  "type": {
3654
- "text": "AIIndicatorState"
3603
+ "text": "string | null"
3655
3604
  },
3656
- "default": "'none'"
3605
+ "privacy": "private",
3606
+ "inheritedFrom": {
3607
+ "name": "Accordion",
3608
+ "module": "src/accordion/accordion.ts"
3609
+ }
3657
3610
  },
3658
3611
  {
3659
3612
  "kind": "field",
3660
- "name": "isInstalling",
3613
+ "name": "activeItemIndex",
3661
3614
  "type": {
3662
- "text": "boolean"
3615
+ "text": "number"
3663
3616
  },
3664
- "default": "false"
3617
+ "privacy": "private",
3618
+ "default": "0",
3619
+ "inheritedFrom": {
3620
+ "name": "Accordion",
3621
+ "module": "src/accordion/accordion.ts"
3622
+ }
3665
3623
  },
3666
3624
  {
3667
3625
  "kind": "field",
3668
- "name": "pollTimer",
3626
+ "name": "accordionIds",
3669
3627
  "type": {
3670
- "text": "ReturnType<typeof setInterval> | null"
3628
+ "text": "Array<string | null>"
3671
3629
  },
3672
3630
  "privacy": "private",
3673
- "default": "null"
3674
- },
3675
- {
3676
- "kind": "field",
3677
- "name": "clickOutside",
3678
- "privacy": "private"
3631
+ "inheritedFrom": {
3632
+ "name": "Accordion",
3633
+ "module": "src/accordion/accordion.ts"
3634
+ }
3679
3635
  },
3680
3636
  {
3681
3637
  "kind": "field",
3682
- "name": "chromeStatusLabel",
3683
- "type": {
3684
- "text": "string | null"
3685
- },
3686
- "readonly": true
3638
+ "name": "change",
3639
+ "privacy": "private",
3640
+ "inheritedFrom": {
3641
+ "name": "Accordion",
3642
+ "module": "src/accordion/accordion.ts"
3643
+ }
3687
3644
  },
3688
3645
  {
3689
- "kind": "field",
3690
- "name": "canInstall",
3691
- "type": {
3692
- "text": "boolean"
3646
+ "kind": "method",
3647
+ "name": "findExpandedItem",
3648
+ "privacy": "private",
3649
+ "return": {
3650
+ "type": {
3651
+ "text": "AccordionItem | null"
3652
+ }
3693
3653
  },
3694
- "readonly": true
3654
+ "inheritedFrom": {
3655
+ "name": "Accordion",
3656
+ "module": "src/accordion/accordion.ts"
3657
+ }
3695
3658
  },
3696
3659
  {
3697
3660
  "kind": "field",
3698
- "name": "isDownloading",
3699
- "type": {
3700
- "text": "boolean"
3701
- },
3702
- "readonly": true
3661
+ "name": "setItems",
3662
+ "privacy": "private",
3663
+ "inheritedFrom": {
3664
+ "name": "Accordion",
3665
+ "module": "src/accordion/accordion.ts"
3666
+ }
3703
3667
  },
3704
3668
  {
3705
3669
  "kind": "method",
3706
- "name": "openChanged",
3670
+ "name": "resetItems",
3671
+ "privacy": "private",
3707
3672
  "return": {
3708
3673
  "type": {
3709
3674
  "text": "void"
3710
3675
  }
3676
+ },
3677
+ "inheritedFrom": {
3678
+ "name": "Accordion",
3679
+ "module": "src/accordion/accordion.ts"
3711
3680
  }
3712
3681
  },
3713
3682
  {
3714
- "kind": "method",
3715
- "name": "handleClickOutside",
3683
+ "kind": "field",
3684
+ "name": "removeItemListeners",
3716
3685
  "privacy": "private",
3717
- "parameters": [
3718
- {
3719
- "name": "event",
3720
- "type": {
3721
- "text": "MouseEvent"
3722
- }
3723
- }
3724
- ]
3686
+ "inheritedFrom": {
3687
+ "name": "Accordion",
3688
+ "module": "src/accordion/accordion.ts"
3689
+ }
3725
3690
  },
3726
3691
  {
3727
- "kind": "method",
3728
- "name": "toggleDropdown"
3692
+ "kind": "field",
3693
+ "name": "activeItemChange",
3694
+ "privacy": "private",
3695
+ "inheritedFrom": {
3696
+ "name": "Accordion",
3697
+ "module": "src/accordion/accordion.ts"
3698
+ }
3729
3699
  },
3730
3700
  {
3731
3701
  "kind": "method",
3732
- "name": "refreshStatus",
3702
+ "name": "getItemIds",
3703
+ "privacy": "private",
3733
3704
  "return": {
3734
3705
  "type": {
3735
- "text": "Promise<void>"
3706
+ "text": "Array<string | null>"
3736
3707
  }
3708
+ },
3709
+ "inheritedFrom": {
3710
+ "name": "Accordion",
3711
+ "module": "src/accordion/accordion.ts"
3737
3712
  }
3738
3713
  },
3739
3714
  {
3740
3715
  "kind": "method",
3741
- "name": "deriveState",
3716
+ "name": "isSingleExpandMode",
3742
3717
  "privacy": "private",
3743
3718
  "return": {
3744
3719
  "type": {
3745
- "text": "AIIndicatorState"
3720
+ "text": "boolean"
3746
3721
  }
3747
3722
  },
3748
- "parameters": [
3749
- {
3750
- "name": "s",
3751
- "type": {
3752
- "text": "AIStatus | null"
3753
- }
3754
- }
3755
- ]
3723
+ "inheritedFrom": {
3724
+ "name": "Accordion",
3725
+ "module": "src/accordion/accordion.ts"
3726
+ }
3756
3727
  },
3757
3728
  {
3758
- "kind": "method",
3759
- "name": "maybeStartPolling",
3729
+ "kind": "field",
3730
+ "name": "handleItemKeyDown",
3760
3731
  "privacy": "private",
3761
- "return": {
3762
- "type": {
3763
- "text": "void"
3764
- }
3732
+ "inheritedFrom": {
3733
+ "name": "Accordion",
3734
+ "module": "src/accordion/accordion.ts"
3765
3735
  }
3766
3736
  },
3767
3737
  {
3768
- "kind": "method",
3769
- "name": "startPolling",
3738
+ "kind": "field",
3739
+ "name": "handleItemFocus",
3770
3740
  "privacy": "private",
3771
- "return": {
3772
- "type": {
3773
- "text": "void"
3774
- }
3741
+ "inheritedFrom": {
3742
+ "name": "Accordion",
3743
+ "module": "src/accordion/accordion.ts"
3775
3744
  }
3776
3745
  },
3777
3746
  {
3778
3747
  "kind": "method",
3779
- "name": "stopPolling",
3748
+ "name": "adjust",
3780
3749
  "privacy": "private",
3781
3750
  "return": {
3782
3751
  "type": {
3783
3752
  "text": "void"
3784
3753
  }
3754
+ },
3755
+ "parameters": [
3756
+ {
3757
+ "name": "adjustment",
3758
+ "type": {
3759
+ "text": "number"
3760
+ }
3761
+ }
3762
+ ],
3763
+ "inheritedFrom": {
3764
+ "name": "Accordion",
3765
+ "module": "src/accordion/accordion.ts"
3785
3766
  }
3786
3767
  },
3787
3768
  {
3788
3769
  "kind": "method",
3789
- "name": "onInstall",
3770
+ "name": "focusItem",
3771
+ "privacy": "private",
3790
3772
  "return": {
3791
3773
  "type": {
3792
- "text": "Promise<void>"
3774
+ "text": "void"
3793
3775
  }
3776
+ },
3777
+ "inheritedFrom": {
3778
+ "name": "Accordion",
3779
+ "module": "src/accordion/accordion.ts"
3794
3780
  }
3795
3781
  },
3796
3782
  {
@@ -3905,88 +3891,102 @@
3905
3891
  }
3906
3892
  }
3907
3893
  ],
3908
- "superclass": {
3909
- "name": "FoundationElement",
3910
- "package": "@microsoft/fast-foundation"
3894
+ "events": [
3895
+ {
3896
+ "description": "Fires a custom 'change' event when the active item changes",
3897
+ "name": "change",
3898
+ "inheritedFrom": {
3899
+ "name": "Accordion",
3900
+ "module": "src/accordion/accordion.ts"
3901
+ }
3902
+ }
3903
+ ]
3904
+ },
3905
+ {
3906
+ "kind": "variable",
3907
+ "name": "foundationAccordionShadowOptions",
3908
+ "type": {
3909
+ "text": "ShadowRootInit"
3911
3910
  },
3912
- "tagName": "%%prefix%%-ai-indicator",
3913
- "customElement": true
3911
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3914
3912
  },
3915
3913
  {
3916
3914
  "kind": "variable",
3917
- "name": "foundationAiIndicator"
3915
+ "name": "defaultAccordionConfig",
3916
+ "type": {
3917
+ "text": "object"
3918
+ },
3919
+ "default": "{}"
3920
+ },
3921
+ {
3922
+ "kind": "variable",
3923
+ "name": "foundationAccordion",
3924
+ "description": "The Foundation Accordion",
3925
+ "privacy": "public"
3918
3926
  }
3919
3927
  ],
3920
3928
  "exports": [
3921
3929
  {
3922
3930
  "kind": "js",
3923
- "name": "AiIndicator",
3931
+ "name": "Accordion",
3924
3932
  "declaration": {
3925
- "name": "AiIndicator",
3926
- "module": "src/ai-indicator/ai-indicator.ts"
3933
+ "name": "Accordion",
3934
+ "module": "src/accordion/accordion.ts"
3927
3935
  }
3928
3936
  },
3929
3937
  {
3930
3938
  "kind": "js",
3931
- "name": "foundationAiIndicator",
3932
- "declaration": {
3933
- "name": "foundationAiIndicator",
3934
- "module": "src/ai-indicator/ai-indicator.ts"
3935
- }
3936
- }
3937
- ]
3938
- },
3939
- {
3940
- "kind": "javascript-module",
3941
- "path": "src/ai-indicator/index.ts",
3942
- "declarations": [],
3943
- "exports": [
3944
- {
3945
- "kind": "js",
3946
- "name": "AiIndicator",
3939
+ "name": "foundationAccordionShadowOptions",
3947
3940
  "declaration": {
3948
- "name": "AiIndicator",
3949
- "module": "./ai-indicator"
3941
+ "name": "foundationAccordionShadowOptions",
3942
+ "module": "src/accordion/accordion.ts"
3950
3943
  }
3951
3944
  },
3952
3945
  {
3953
3946
  "kind": "js",
3954
- "name": "foundationAiIndicator",
3947
+ "name": "defaultAccordionConfig",
3955
3948
  "declaration": {
3956
- "name": "foundationAiIndicator",
3957
- "module": "./ai-indicator"
3949
+ "name": "defaultAccordionConfig",
3950
+ "module": "src/accordion/accordion.ts"
3958
3951
  }
3959
3952
  },
3960
3953
  {
3961
3954
  "kind": "js",
3962
- "name": "type",
3955
+ "name": "foundationAccordion",
3963
3956
  "declaration": {
3964
- "name": "type",
3965
- "module": "./ai-indicator"
3957
+ "name": "foundationAccordion",
3958
+ "module": "src/accordion/accordion.ts"
3966
3959
  }
3967
- },
3960
+ }
3961
+ ]
3962
+ },
3963
+ {
3964
+ "kind": "javascript-module",
3965
+ "path": "src/accordion/index.ts",
3966
+ "declarations": [],
3967
+ "exports": [
3968
3968
  {
3969
3969
  "kind": "js",
3970
- "name": "AIIndicatorState",
3970
+ "name": "*",
3971
3971
  "declaration": {
3972
- "name": "AIIndicatorState",
3973
- "module": "./ai-indicator"
3972
+ "name": "*",
3973
+ "package": "./accordion.template"
3974
3974
  }
3975
3975
  },
3976
3976
  {
3977
3977
  "kind": "js",
3978
- "name": "foundationAiIndicatorTemplate",
3978
+ "name": "*",
3979
3979
  "declaration": {
3980
- "name": "foundationAiIndicatorTemplate",
3981
- "module": "./ai-indicator.template"
3980
+ "name": "*",
3981
+ "package": "./accordion.styles"
3982
3982
  }
3983
3983
  },
3984
3984
  {
3985
3985
  "kind": "js",
3986
- "name": "foundationAiIndicatorStyles",
3986
+ "name": "*",
3987
3987
  "declaration": {
3988
- "name": "foundationAiIndicatorStyles",
3989
- "module": "./ai-indicator.styles"
3988
+ "name": "*",
3989
+ "package": "./accordion"
3990
3990
  }
3991
3991
  }
3992
3992
  ]
@@ -162,23 +162,23 @@ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
162
162
  >;
163
163
  export type AiCriteriaSearchRef = AiCriteriaSearchWC;
164
164
 
165
- export declare const Accordion: React.ForwardRefExoticComponent<
165
+ export declare const AiIndicator: React.ForwardRefExoticComponent<
166
166
  React.PropsWithChildren<
167
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
167
+ Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
168
168
  HTMLWCProps & {
169
169
  }
170
- > & React.RefAttributes<AccordionWC>
170
+ > & React.RefAttributes<AiIndicatorWC>
171
171
  >;
172
- export type AccordionRef = AccordionWC;
172
+ export type AiIndicatorRef = AiIndicatorWC;
173
173
 
174
- export declare const AiIndicator: React.ForwardRefExoticComponent<
174
+ export declare const Accordion: React.ForwardRefExoticComponent<
175
175
  React.PropsWithChildren<
176
- Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
176
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
177
177
  HTMLWCProps & {
178
178
  }
179
- > & React.RefAttributes<AiIndicatorWC>
179
+ > & React.RefAttributes<AccordionWC>
180
180
  >;
181
- export type AiIndicatorRef = AiIndicatorWC;
181
+ export type AccordionRef = AccordionWC;
182
182
 
183
183
  export declare const Anchor: React.ForwardRefExoticComponent<
184
184
  React.PropsWithChildren<
package/dist/react.cjs CHANGED
@@ -145,14 +145,14 @@ const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props, ref)
145
145
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
146
146
  });
147
147
 
148
- const Accordion = React.forwardRef(function Accordion(props, ref) {
148
+ const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
149
149
  const { children, ...rest } = props;
150
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
150
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
151
151
  });
152
152
 
153
- const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
153
+ const Accordion = React.forwardRef(function Accordion(props, ref) {
154
154
  const { children, ...rest } = props;
155
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
155
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
156
156
  });
157
157
 
158
158
  const Anchor = React.forwardRef(function Anchor(props, ref) {
@@ -1146,8 +1146,8 @@ module.exports = {
1146
1146
  AccordionItem,
1147
1147
  ActionsMenu,
1148
1148
  AiCriteriaSearch,
1149
- Accordion,
1150
1149
  AiIndicator,
1150
+ Accordion,
1151
1151
  Anchor,
1152
1152
  AnchoredRegion,
1153
1153
  Avatar,
package/dist/react.mjs CHANGED
@@ -143,14 +143,14 @@ export const AiCriteriaSearch = React.forwardRef(function AiCriteriaSearch(props
143
143
  return React.createElement(customElements.getName(AiCriteriaSearchWC) ?? '%%prefix%%-ai-criteria-search', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
144
144
  });
145
145
 
146
- export const Accordion = React.forwardRef(function Accordion(props, ref) {
146
+ export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
147
147
  const { children, ...rest } = props;
148
- return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
148
+ return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
149
149
  });
150
150
 
151
- export const AiIndicator = React.forwardRef(function AiIndicator(props, ref) {
151
+ export const Accordion = React.forwardRef(function Accordion(props, ref) {
152
152
  const { children, ...rest } = props;
153
- return React.createElement(customElements.getName(AiIndicatorWC) ?? '%%prefix%%-ai-indicator', { ...rest, ref }, children);
153
+ return React.createElement(customElements.getName(AccordionWC) ?? '%%prefix%%-accordion', { ...rest, ref }, children);
154
154
  });
155
155
 
156
156
  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": "15.10.3",
4
+ "version": "15.10.4",
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": "15.10.3",
89
- "@genesislcap/genx": "15.10.3",
90
- "@genesislcap/rollup-builder": "15.10.3",
91
- "@genesislcap/ts-builder": "15.10.3",
92
- "@genesislcap/uvu-playwright-builder": "15.10.3",
93
- "@genesislcap/vite-builder": "15.10.3",
94
- "@genesislcap/webpack-builder": "15.10.3",
88
+ "@genesislcap/foundation-testing": "15.10.4",
89
+ "@genesislcap/genx": "15.10.4",
90
+ "@genesislcap/rollup-builder": "15.10.4",
91
+ "@genesislcap/ts-builder": "15.10.4",
92
+ "@genesislcap/uvu-playwright-builder": "15.10.4",
93
+ "@genesislcap/vite-builder": "15.10.4",
94
+ "@genesislcap/webpack-builder": "15.10.4",
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": "15.10.3",
104
- "@genesislcap/foundation-ai": "15.10.3",
105
- "@genesislcap/foundation-comms": "15.10.3",
106
- "@genesislcap/foundation-criteria": "15.10.3",
107
- "@genesislcap/foundation-errors": "15.10.3",
108
- "@genesislcap/foundation-events": "15.10.3",
109
- "@genesislcap/foundation-logger": "15.10.3",
110
- "@genesislcap/foundation-notifications": "15.10.3",
111
- "@genesislcap/foundation-user": "15.10.3",
112
- "@genesislcap/foundation-utils": "15.10.3",
103
+ "@genesislcap/expression-builder": "15.10.4",
104
+ "@genesislcap/foundation-ai": "15.10.4",
105
+ "@genesislcap/foundation-comms": "15.10.4",
106
+ "@genesislcap/foundation-criteria": "15.10.4",
107
+ "@genesislcap/foundation-errors": "15.10.4",
108
+ "@genesislcap/foundation-events": "15.10.4",
109
+ "@genesislcap/foundation-logger": "15.10.4",
110
+ "@genesislcap/foundation-notifications": "15.10.4",
111
+ "@genesislcap/foundation-user": "15.10.4",
112
+ "@genesislcap/foundation-utils": "15.10.4",
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": "6e5c9bb135b3da6792c4c3a8e632b09b0bc3fbca"
145
+ "gitHead": "2747f342a1681832c041ac612b854039ef908ab7"
146
146
  }