@genesislcap/foundation-ui 14.419.2-alpha-83dfc7d.0 → 14.419.2

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.
@@ -2927,11 +2927,11 @@
2927
2927
  },
2928
2928
  {
2929
2929
  "kind": "javascript-module",
2930
- "path": "src/ai-indicator/ai-indicator.styles.ts",
2930
+ "path": "src/accordion/accordion.styles.ts",
2931
2931
  "declarations": [
2932
2932
  {
2933
2933
  "kind": "function",
2934
- "name": "foundationAiIndicatorStyles",
2934
+ "name": "foundationAccordionStyles",
2935
2935
  "return": {
2936
2936
  "type": {
2937
2937
  "text": "ElementStyles"
@@ -2956,214 +2956,276 @@
2956
2956
  "exports": [
2957
2957
  {
2958
2958
  "kind": "js",
2959
- "name": "foundationAiIndicatorStyles",
2959
+ "name": "foundationAccordionStyles",
2960
2960
  "declaration": {
2961
- "name": "foundationAiIndicatorStyles",
2962
- "module": "src/ai-indicator/ai-indicator.styles.ts"
2961
+ "name": "foundationAccordionStyles",
2962
+ "module": "src/accordion/accordion.styles.ts"
2963
2963
  }
2964
2964
  }
2965
2965
  ]
2966
2966
  },
2967
2967
  {
2968
2968
  "kind": "javascript-module",
2969
- "path": "src/ai-indicator/ai-indicator.template.ts",
2969
+ "path": "src/accordion/accordion.template.ts",
2970
2970
  "declarations": [
2971
2971
  {
2972
- "kind": "variable",
2973
- "name": "foundationAiIndicatorTemplate",
2974
- "type": {
2975
- "text": "ViewTemplate<AiIndicator>"
2972
+ "kind": "function",
2973
+ "name": "foundationAccordionTemplate",
2974
+ "return": {
2975
+ "type": {
2976
+ "text": "ViewTemplate<Accordion>"
2977
+ }
2976
2978
  },
2977
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
2979
+ "parameters": [
2980
+ {
2981
+ "name": "context",
2982
+ "type": {
2983
+ "text": "ElementDefinitionContext"
2984
+ }
2985
+ },
2986
+ {
2987
+ "name": "definition",
2988
+ "type": {
2989
+ "text": "FoundationElementDefinition"
2990
+ }
2991
+ }
2992
+ ]
2978
2993
  }
2979
2994
  ],
2980
2995
  "exports": [
2981
2996
  {
2982
2997
  "kind": "js",
2983
- "name": "foundationAiIndicatorTemplate",
2998
+ "name": "foundationAccordionTemplate",
2984
2999
  "declaration": {
2985
- "name": "foundationAiIndicatorTemplate",
2986
- "module": "src/ai-indicator/ai-indicator.template.ts"
3000
+ "name": "foundationAccordionTemplate",
3001
+ "module": "src/accordion/accordion.template.ts"
2987
3002
  }
2988
3003
  }
2989
3004
  ]
2990
3005
  },
2991
3006
  {
2992
3007
  "kind": "javascript-module",
2993
- "path": "src/ai-indicator/ai-indicator.ts",
3008
+ "path": "src/accordion/accordion.ts",
2994
3009
  "declarations": [
2995
3010
  {
2996
3011
  "kind": "class",
2997
3012
  "description": "",
2998
- "name": "AiIndicator",
2999
- "members": [
3000
- {
3001
- "kind": "field",
3002
- "name": "aiProvider",
3003
- "type": {
3004
- "text": "AIProvider"
3005
- }
3006
- },
3013
+ "name": "Accordion",
3014
+ "superclass": {
3015
+ "name": "FASTAccordion",
3016
+ "package": "@microsoft/fast-foundation"
3017
+ },
3018
+ "tagName": "%%prefix%%-accordion",
3019
+ "customElement": true,
3020
+ "attributes": [
3007
3021
  {
3008
- "kind": "field",
3009
- "name": "status",
3022
+ "name": "expand-mode",
3010
3023
  "type": {
3011
- "text": "AIStatus | null"
3024
+ "text": "AccordionExpandMode"
3012
3025
  },
3013
- "default": "null"
3014
- },
3026
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3027
+ "fieldName": "expandmode",
3028
+ "inheritedFrom": {
3029
+ "name": "Accordion",
3030
+ "module": "src/accordion/accordion.ts"
3031
+ }
3032
+ }
3033
+ ],
3034
+ "members": [
3015
3035
  {
3016
3036
  "kind": "field",
3017
- "name": "open",
3037
+ "name": "expandmode",
3018
3038
  "type": {
3019
- "text": "boolean"
3039
+ "text": "AccordionExpandMode"
3020
3040
  },
3021
- "default": "false"
3041
+ "privacy": "public",
3042
+ "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3043
+ "inheritedFrom": {
3044
+ "name": "Accordion",
3045
+ "module": "src/accordion/accordion.ts"
3046
+ }
3022
3047
  },
3023
3048
  {
3024
3049
  "kind": "field",
3025
- "name": "state",
3050
+ "name": "activeid",
3026
3051
  "type": {
3027
- "text": "AIIndicatorState"
3052
+ "text": "string | null"
3028
3053
  },
3029
- "default": "'none'"
3054
+ "privacy": "private",
3055
+ "inheritedFrom": {
3056
+ "name": "Accordion",
3057
+ "module": "src/accordion/accordion.ts"
3058
+ }
3030
3059
  },
3031
3060
  {
3032
3061
  "kind": "field",
3033
- "name": "isInstalling",
3062
+ "name": "activeItemIndex",
3034
3063
  "type": {
3035
- "text": "boolean"
3064
+ "text": "number"
3036
3065
  },
3037
- "default": "false"
3066
+ "privacy": "private",
3067
+ "default": "0",
3068
+ "inheritedFrom": {
3069
+ "name": "Accordion",
3070
+ "module": "src/accordion/accordion.ts"
3071
+ }
3038
3072
  },
3039
3073
  {
3040
3074
  "kind": "field",
3041
- "name": "pollTimer",
3075
+ "name": "accordionIds",
3042
3076
  "type": {
3043
- "text": "ReturnType<typeof setInterval> | null"
3077
+ "text": "Array<string | null>"
3044
3078
  },
3045
3079
  "privacy": "private",
3046
- "default": "null"
3047
- },
3048
- {
3049
- "kind": "field",
3050
- "name": "clickOutside",
3051
- "privacy": "private"
3080
+ "inheritedFrom": {
3081
+ "name": "Accordion",
3082
+ "module": "src/accordion/accordion.ts"
3083
+ }
3052
3084
  },
3053
3085
  {
3054
3086
  "kind": "field",
3055
- "name": "chromeStatusLabel",
3056
- "type": {
3057
- "text": "string | null"
3058
- },
3059
- "readonly": true
3087
+ "name": "change",
3088
+ "privacy": "private",
3089
+ "inheritedFrom": {
3090
+ "name": "Accordion",
3091
+ "module": "src/accordion/accordion.ts"
3092
+ }
3060
3093
  },
3061
3094
  {
3062
- "kind": "field",
3063
- "name": "canInstall",
3064
- "type": {
3065
- "text": "boolean"
3095
+ "kind": "method",
3096
+ "name": "findExpandedItem",
3097
+ "privacy": "private",
3098
+ "return": {
3099
+ "type": {
3100
+ "text": "AccordionItem | null"
3101
+ }
3066
3102
  },
3067
- "readonly": true
3103
+ "inheritedFrom": {
3104
+ "name": "Accordion",
3105
+ "module": "src/accordion/accordion.ts"
3106
+ }
3068
3107
  },
3069
3108
  {
3070
3109
  "kind": "field",
3071
- "name": "isDownloading",
3072
- "type": {
3073
- "text": "boolean"
3074
- },
3075
- "readonly": true
3110
+ "name": "setItems",
3111
+ "privacy": "private",
3112
+ "inheritedFrom": {
3113
+ "name": "Accordion",
3114
+ "module": "src/accordion/accordion.ts"
3115
+ }
3076
3116
  },
3077
3117
  {
3078
3118
  "kind": "method",
3079
- "name": "openChanged",
3119
+ "name": "resetItems",
3120
+ "privacy": "private",
3080
3121
  "return": {
3081
3122
  "type": {
3082
3123
  "text": "void"
3083
3124
  }
3125
+ },
3126
+ "inheritedFrom": {
3127
+ "name": "Accordion",
3128
+ "module": "src/accordion/accordion.ts"
3084
3129
  }
3085
3130
  },
3086
3131
  {
3087
- "kind": "method",
3088
- "name": "handleClickOutside",
3132
+ "kind": "field",
3133
+ "name": "removeItemListeners",
3089
3134
  "privacy": "private",
3090
- "parameters": [
3091
- {
3092
- "name": "event",
3093
- "type": {
3094
- "text": "MouseEvent"
3095
- }
3096
- }
3097
- ]
3135
+ "inheritedFrom": {
3136
+ "name": "Accordion",
3137
+ "module": "src/accordion/accordion.ts"
3138
+ }
3098
3139
  },
3099
3140
  {
3100
- "kind": "method",
3101
- "name": "toggleDropdown"
3141
+ "kind": "field",
3142
+ "name": "activeItemChange",
3143
+ "privacy": "private",
3144
+ "inheritedFrom": {
3145
+ "name": "Accordion",
3146
+ "module": "src/accordion/accordion.ts"
3147
+ }
3102
3148
  },
3103
3149
  {
3104
3150
  "kind": "method",
3105
- "name": "refreshStatus",
3151
+ "name": "getItemIds",
3152
+ "privacy": "private",
3106
3153
  "return": {
3107
3154
  "type": {
3108
- "text": "Promise<void>"
3155
+ "text": "Array<string | null>"
3109
3156
  }
3157
+ },
3158
+ "inheritedFrom": {
3159
+ "name": "Accordion",
3160
+ "module": "src/accordion/accordion.ts"
3110
3161
  }
3111
3162
  },
3112
3163
  {
3113
3164
  "kind": "method",
3114
- "name": "deriveState",
3165
+ "name": "isSingleExpandMode",
3115
3166
  "privacy": "private",
3116
3167
  "return": {
3117
3168
  "type": {
3118
- "text": "AIIndicatorState"
3169
+ "text": "boolean"
3119
3170
  }
3120
3171
  },
3121
- "parameters": [
3122
- {
3123
- "name": "s",
3124
- "type": {
3125
- "text": "AIStatus | null"
3126
- }
3127
- }
3128
- ]
3172
+ "inheritedFrom": {
3173
+ "name": "Accordion",
3174
+ "module": "src/accordion/accordion.ts"
3175
+ }
3129
3176
  },
3130
3177
  {
3131
- "kind": "method",
3132
- "name": "maybeStartPolling",
3178
+ "kind": "field",
3179
+ "name": "handleItemKeyDown",
3133
3180
  "privacy": "private",
3134
- "return": {
3135
- "type": {
3136
- "text": "void"
3137
- }
3181
+ "inheritedFrom": {
3182
+ "name": "Accordion",
3183
+ "module": "src/accordion/accordion.ts"
3138
3184
  }
3139
3185
  },
3140
3186
  {
3141
- "kind": "method",
3142
- "name": "startPolling",
3187
+ "kind": "field",
3188
+ "name": "handleItemFocus",
3143
3189
  "privacy": "private",
3144
- "return": {
3145
- "type": {
3146
- "text": "void"
3147
- }
3190
+ "inheritedFrom": {
3191
+ "name": "Accordion",
3192
+ "module": "src/accordion/accordion.ts"
3148
3193
  }
3149
3194
  },
3150
3195
  {
3151
3196
  "kind": "method",
3152
- "name": "stopPolling",
3197
+ "name": "adjust",
3153
3198
  "privacy": "private",
3154
3199
  "return": {
3155
3200
  "type": {
3156
3201
  "text": "void"
3157
3202
  }
3203
+ },
3204
+ "parameters": [
3205
+ {
3206
+ "name": "adjustment",
3207
+ "type": {
3208
+ "text": "number"
3209
+ }
3210
+ }
3211
+ ],
3212
+ "inheritedFrom": {
3213
+ "name": "Accordion",
3214
+ "module": "src/accordion/accordion.ts"
3158
3215
  }
3159
3216
  },
3160
3217
  {
3161
3218
  "kind": "method",
3162
- "name": "onInstall",
3219
+ "name": "focusItem",
3220
+ "privacy": "private",
3163
3221
  "return": {
3164
3222
  "type": {
3165
- "text": "Promise<void>"
3223
+ "text": "void"
3166
3224
  }
3225
+ },
3226
+ "inheritedFrom": {
3227
+ "name": "Accordion",
3228
+ "module": "src/accordion/accordion.ts"
3167
3229
  }
3168
3230
  },
3169
3231
  {
@@ -3278,99 +3340,113 @@
3278
3340
  }
3279
3341
  }
3280
3342
  ],
3281
- "superclass": {
3282
- "name": "FoundationElement",
3283
- "package": "@microsoft/fast-foundation"
3343
+ "events": [
3344
+ {
3345
+ "description": "Fires a custom 'change' event when the active item changes",
3346
+ "name": "change",
3347
+ "inheritedFrom": {
3348
+ "name": "Accordion",
3349
+ "module": "src/accordion/accordion.ts"
3350
+ }
3351
+ }
3352
+ ]
3353
+ },
3354
+ {
3355
+ "kind": "variable",
3356
+ "name": "foundationAccordionShadowOptions",
3357
+ "type": {
3358
+ "text": "ShadowRootInit"
3284
3359
  },
3285
- "tagName": "%%prefix%%-ai-indicator",
3286
- "customElement": true
3360
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3287
3361
  },
3288
3362
  {
3289
3363
  "kind": "variable",
3290
- "name": "foundationAiIndicator"
3364
+ "name": "defaultAccordionConfig",
3365
+ "type": {
3366
+ "text": "object"
3367
+ },
3368
+ "default": "{}"
3369
+ },
3370
+ {
3371
+ "kind": "variable",
3372
+ "name": "foundationAccordion",
3373
+ "description": "The Foundation Accordion",
3374
+ "privacy": "public"
3291
3375
  }
3292
3376
  ],
3293
3377
  "exports": [
3294
3378
  {
3295
3379
  "kind": "js",
3296
- "name": "AiIndicator",
3380
+ "name": "Accordion",
3297
3381
  "declaration": {
3298
- "name": "AiIndicator",
3299
- "module": "src/ai-indicator/ai-indicator.ts"
3382
+ "name": "Accordion",
3383
+ "module": "src/accordion/accordion.ts"
3300
3384
  }
3301
3385
  },
3302
3386
  {
3303
3387
  "kind": "js",
3304
- "name": "foundationAiIndicator",
3305
- "declaration": {
3306
- "name": "foundationAiIndicator",
3307
- "module": "src/ai-indicator/ai-indicator.ts"
3308
- }
3309
- }
3310
- ]
3311
- },
3312
- {
3313
- "kind": "javascript-module",
3314
- "path": "src/ai-indicator/index.ts",
3315
- "declarations": [],
3316
- "exports": [
3317
- {
3318
- "kind": "js",
3319
- "name": "AiIndicator",
3388
+ "name": "foundationAccordionShadowOptions",
3320
3389
  "declaration": {
3321
- "name": "AiIndicator",
3322
- "module": "./ai-indicator"
3390
+ "name": "foundationAccordionShadowOptions",
3391
+ "module": "src/accordion/accordion.ts"
3323
3392
  }
3324
3393
  },
3325
3394
  {
3326
3395
  "kind": "js",
3327
- "name": "foundationAiIndicator",
3396
+ "name": "defaultAccordionConfig",
3328
3397
  "declaration": {
3329
- "name": "foundationAiIndicator",
3330
- "module": "./ai-indicator"
3398
+ "name": "defaultAccordionConfig",
3399
+ "module": "src/accordion/accordion.ts"
3331
3400
  }
3332
3401
  },
3333
3402
  {
3334
3403
  "kind": "js",
3335
- "name": "type",
3404
+ "name": "foundationAccordion",
3336
3405
  "declaration": {
3337
- "name": "type",
3338
- "module": "./ai-indicator"
3406
+ "name": "foundationAccordion",
3407
+ "module": "src/accordion/accordion.ts"
3339
3408
  }
3340
- },
3409
+ }
3410
+ ]
3411
+ },
3412
+ {
3413
+ "kind": "javascript-module",
3414
+ "path": "src/accordion/index.ts",
3415
+ "declarations": [],
3416
+ "exports": [
3341
3417
  {
3342
3418
  "kind": "js",
3343
- "name": "AIIndicatorState",
3419
+ "name": "*",
3344
3420
  "declaration": {
3345
- "name": "AIIndicatorState",
3346
- "module": "./ai-indicator"
3421
+ "name": "*",
3422
+ "package": "./accordion.template"
3347
3423
  }
3348
3424
  },
3349
3425
  {
3350
3426
  "kind": "js",
3351
- "name": "foundationAiIndicatorTemplate",
3427
+ "name": "*",
3352
3428
  "declaration": {
3353
- "name": "foundationAiIndicatorTemplate",
3354
- "module": "./ai-indicator.template"
3429
+ "name": "*",
3430
+ "package": "./accordion.styles"
3355
3431
  }
3356
3432
  },
3357
3433
  {
3358
3434
  "kind": "js",
3359
- "name": "foundationAiIndicatorStyles",
3435
+ "name": "*",
3360
3436
  "declaration": {
3361
- "name": "foundationAiIndicatorStyles",
3362
- "module": "./ai-indicator.styles"
3437
+ "name": "*",
3438
+ "package": "./accordion"
3363
3439
  }
3364
3440
  }
3365
3441
  ]
3366
3442
  },
3367
3443
  {
3368
3444
  "kind": "javascript-module",
3369
- "path": "src/accordion/accordion.styles.ts",
3445
+ "path": "src/ai-indicator/ai-indicator.styles.ts",
3370
3446
  "declarations": [
3371
3447
  {
3372
3448
  "kind": "function",
3373
- "name": "foundationAccordionStyles",
3449
+ "name": "foundationAiIndicatorStyles",
3374
3450
  "return": {
3375
3451
  "type": {
3376
3452
  "text": "ElementStyles"
@@ -3395,276 +3471,214 @@
3395
3471
  "exports": [
3396
3472
  {
3397
3473
  "kind": "js",
3398
- "name": "foundationAccordionStyles",
3474
+ "name": "foundationAiIndicatorStyles",
3399
3475
  "declaration": {
3400
- "name": "foundationAccordionStyles",
3401
- "module": "src/accordion/accordion.styles.ts"
3476
+ "name": "foundationAiIndicatorStyles",
3477
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3402
3478
  }
3403
3479
  }
3404
3480
  ]
3405
3481
  },
3406
3482
  {
3407
3483
  "kind": "javascript-module",
3408
- "path": "src/accordion/accordion.template.ts",
3484
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3409
3485
  "declarations": [
3410
3486
  {
3411
- "kind": "function",
3412
- "name": "foundationAccordionTemplate",
3413
- "return": {
3414
- "type": {
3415
- "text": "ViewTemplate<Accordion>"
3416
- }
3487
+ "kind": "variable",
3488
+ "name": "foundationAiIndicatorTemplate",
3489
+ "type": {
3490
+ "text": "ViewTemplate<AiIndicator>"
3417
3491
  },
3418
- "parameters": [
3419
- {
3420
- "name": "context",
3421
- "type": {
3422
- "text": "ElementDefinitionContext"
3423
- }
3424
- },
3425
- {
3426
- "name": "definition",
3427
- "type": {
3428
- "text": "FoundationElementDefinition"
3429
- }
3430
- }
3431
- ]
3492
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3432
3493
  }
3433
3494
  ],
3434
3495
  "exports": [
3435
3496
  {
3436
3497
  "kind": "js",
3437
- "name": "foundationAccordionTemplate",
3498
+ "name": "foundationAiIndicatorTemplate",
3438
3499
  "declaration": {
3439
- "name": "foundationAccordionTemplate",
3440
- "module": "src/accordion/accordion.template.ts"
3500
+ "name": "foundationAiIndicatorTemplate",
3501
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3441
3502
  }
3442
3503
  }
3443
3504
  ]
3444
3505
  },
3445
3506
  {
3446
3507
  "kind": "javascript-module",
3447
- "path": "src/accordion/accordion.ts",
3508
+ "path": "src/ai-indicator/ai-indicator.ts",
3448
3509
  "declarations": [
3449
3510
  {
3450
3511
  "kind": "class",
3451
3512
  "description": "",
3452
- "name": "Accordion",
3453
- "superclass": {
3454
- "name": "FASTAccordion",
3455
- "package": "@microsoft/fast-foundation"
3456
- },
3457
- "tagName": "%%prefix%%-accordion",
3458
- "customElement": true,
3459
- "attributes": [
3513
+ "name": "AiIndicator",
3514
+ "members": [
3460
3515
  {
3461
- "name": "expand-mode",
3516
+ "kind": "field",
3517
+ "name": "aiProvider",
3462
3518
  "type": {
3463
- "text": "AccordionExpandMode"
3464
- },
3465
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3466
- "fieldName": "expandmode",
3467
- "inheritedFrom": {
3468
- "name": "Accordion",
3469
- "module": "src/accordion/accordion.ts"
3519
+ "text": "AIProvider"
3470
3520
  }
3471
- }
3472
- ],
3473
- "members": [
3521
+ },
3474
3522
  {
3475
3523
  "kind": "field",
3476
- "name": "expandmode",
3524
+ "name": "status",
3477
3525
  "type": {
3478
- "text": "AccordionExpandMode"
3526
+ "text": "AIStatus | null"
3479
3527
  },
3480
- "privacy": "public",
3481
- "description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
3482
- "inheritedFrom": {
3483
- "name": "Accordion",
3484
- "module": "src/accordion/accordion.ts"
3485
- }
3528
+ "default": "null"
3486
3529
  },
3487
3530
  {
3488
3531
  "kind": "field",
3489
- "name": "activeid",
3532
+ "name": "open",
3490
3533
  "type": {
3491
- "text": "string | null"
3534
+ "text": "boolean"
3492
3535
  },
3493
- "privacy": "private",
3494
- "inheritedFrom": {
3495
- "name": "Accordion",
3496
- "module": "src/accordion/accordion.ts"
3497
- }
3536
+ "default": "false"
3498
3537
  },
3499
3538
  {
3500
3539
  "kind": "field",
3501
- "name": "activeItemIndex",
3540
+ "name": "state",
3502
3541
  "type": {
3503
- "text": "number"
3542
+ "text": "AIIndicatorState"
3504
3543
  },
3505
- "privacy": "private",
3506
- "default": "0",
3507
- "inheritedFrom": {
3508
- "name": "Accordion",
3509
- "module": "src/accordion/accordion.ts"
3510
- }
3544
+ "default": "'none'"
3545
+ },
3546
+ {
3547
+ "kind": "field",
3548
+ "name": "isInstalling",
3549
+ "type": {
3550
+ "text": "boolean"
3551
+ },
3552
+ "default": "false"
3511
3553
  },
3512
3554
  {
3513
3555
  "kind": "field",
3514
- "name": "accordionIds",
3556
+ "name": "pollTimer",
3515
3557
  "type": {
3516
- "text": "Array<string | null>"
3558
+ "text": "ReturnType<typeof setInterval> | null"
3517
3559
  },
3518
3560
  "privacy": "private",
3519
- "inheritedFrom": {
3520
- "name": "Accordion",
3521
- "module": "src/accordion/accordion.ts"
3522
- }
3561
+ "default": "null"
3523
3562
  },
3524
3563
  {
3525
3564
  "kind": "field",
3526
- "name": "change",
3527
- "privacy": "private",
3528
- "inheritedFrom": {
3529
- "name": "Accordion",
3530
- "module": "src/accordion/accordion.ts"
3531
- }
3565
+ "name": "clickOutside",
3566
+ "privacy": "private"
3532
3567
  },
3533
3568
  {
3534
- "kind": "method",
3535
- "name": "findExpandedItem",
3536
- "privacy": "private",
3537
- "return": {
3538
- "type": {
3539
- "text": "AccordionItem | null"
3540
- }
3569
+ "kind": "field",
3570
+ "name": "chromeStatusLabel",
3571
+ "type": {
3572
+ "text": "string | null"
3541
3573
  },
3542
- "inheritedFrom": {
3543
- "name": "Accordion",
3544
- "module": "src/accordion/accordion.ts"
3545
- }
3574
+ "readonly": true
3546
3575
  },
3547
3576
  {
3548
3577
  "kind": "field",
3549
- "name": "setItems",
3550
- "privacy": "private",
3551
- "inheritedFrom": {
3552
- "name": "Accordion",
3553
- "module": "src/accordion/accordion.ts"
3554
- }
3578
+ "name": "canInstall",
3579
+ "type": {
3580
+ "text": "boolean"
3581
+ },
3582
+ "readonly": true
3583
+ },
3584
+ {
3585
+ "kind": "field",
3586
+ "name": "isDownloading",
3587
+ "type": {
3588
+ "text": "boolean"
3589
+ },
3590
+ "readonly": true
3555
3591
  },
3556
3592
  {
3557
3593
  "kind": "method",
3558
- "name": "resetItems",
3559
- "privacy": "private",
3594
+ "name": "openChanged",
3560
3595
  "return": {
3561
3596
  "type": {
3562
3597
  "text": "void"
3563
3598
  }
3564
- },
3565
- "inheritedFrom": {
3566
- "name": "Accordion",
3567
- "module": "src/accordion/accordion.ts"
3568
3599
  }
3569
3600
  },
3570
3601
  {
3571
- "kind": "field",
3572
- "name": "removeItemListeners",
3602
+ "kind": "method",
3603
+ "name": "handleClickOutside",
3573
3604
  "privacy": "private",
3574
- "inheritedFrom": {
3575
- "name": "Accordion",
3576
- "module": "src/accordion/accordion.ts"
3577
- }
3605
+ "parameters": [
3606
+ {
3607
+ "name": "event",
3608
+ "type": {
3609
+ "text": "MouseEvent"
3610
+ }
3611
+ }
3612
+ ]
3578
3613
  },
3579
3614
  {
3580
- "kind": "field",
3581
- "name": "activeItemChange",
3582
- "privacy": "private",
3583
- "inheritedFrom": {
3584
- "name": "Accordion",
3585
- "module": "src/accordion/accordion.ts"
3586
- }
3615
+ "kind": "method",
3616
+ "name": "toggleDropdown"
3587
3617
  },
3588
3618
  {
3589
3619
  "kind": "method",
3590
- "name": "getItemIds",
3591
- "privacy": "private",
3620
+ "name": "refreshStatus",
3592
3621
  "return": {
3593
3622
  "type": {
3594
- "text": "Array<string | null>"
3623
+ "text": "Promise<void>"
3595
3624
  }
3596
- },
3597
- "inheritedFrom": {
3598
- "name": "Accordion",
3599
- "module": "src/accordion/accordion.ts"
3600
3625
  }
3601
3626
  },
3602
3627
  {
3603
3628
  "kind": "method",
3604
- "name": "isSingleExpandMode",
3629
+ "name": "deriveState",
3605
3630
  "privacy": "private",
3606
3631
  "return": {
3607
3632
  "type": {
3608
- "text": "boolean"
3633
+ "text": "AIIndicatorState"
3609
3634
  }
3610
3635
  },
3611
- "inheritedFrom": {
3612
- "name": "Accordion",
3613
- "module": "src/accordion/accordion.ts"
3614
- }
3636
+ "parameters": [
3637
+ {
3638
+ "name": "s",
3639
+ "type": {
3640
+ "text": "AIStatus | null"
3641
+ }
3642
+ }
3643
+ ]
3615
3644
  },
3616
3645
  {
3617
- "kind": "field",
3618
- "name": "handleItemKeyDown",
3646
+ "kind": "method",
3647
+ "name": "maybeStartPolling",
3619
3648
  "privacy": "private",
3620
- "inheritedFrom": {
3621
- "name": "Accordion",
3622
- "module": "src/accordion/accordion.ts"
3649
+ "return": {
3650
+ "type": {
3651
+ "text": "void"
3652
+ }
3623
3653
  }
3624
3654
  },
3625
3655
  {
3626
- "kind": "field",
3627
- "name": "handleItemFocus",
3656
+ "kind": "method",
3657
+ "name": "startPolling",
3628
3658
  "privacy": "private",
3629
- "inheritedFrom": {
3630
- "name": "Accordion",
3631
- "module": "src/accordion/accordion.ts"
3659
+ "return": {
3660
+ "type": {
3661
+ "text": "void"
3662
+ }
3632
3663
  }
3633
3664
  },
3634
3665
  {
3635
3666
  "kind": "method",
3636
- "name": "adjust",
3667
+ "name": "stopPolling",
3637
3668
  "privacy": "private",
3638
3669
  "return": {
3639
3670
  "type": {
3640
3671
  "text": "void"
3641
3672
  }
3642
- },
3643
- "parameters": [
3644
- {
3645
- "name": "adjustment",
3646
- "type": {
3647
- "text": "number"
3648
- }
3649
- }
3650
- ],
3651
- "inheritedFrom": {
3652
- "name": "Accordion",
3653
- "module": "src/accordion/accordion.ts"
3654
3673
  }
3655
3674
  },
3656
3675
  {
3657
3676
  "kind": "method",
3658
- "name": "focusItem",
3659
- "privacy": "private",
3677
+ "name": "onInstall",
3660
3678
  "return": {
3661
3679
  "type": {
3662
- "text": "void"
3680
+ "text": "Promise<void>"
3663
3681
  }
3664
- },
3665
- "inheritedFrom": {
3666
- "name": "Accordion",
3667
- "module": "src/accordion/accordion.ts"
3668
3682
  }
3669
3683
  },
3670
3684
  {
@@ -3779,102 +3793,88 @@
3779
3793
  }
3780
3794
  }
3781
3795
  ],
3782
- "events": [
3783
- {
3784
- "description": "Fires a custom 'change' event when the active item changes",
3785
- "name": "change",
3786
- "inheritedFrom": {
3787
- "name": "Accordion",
3788
- "module": "src/accordion/accordion.ts"
3789
- }
3790
- }
3791
- ]
3792
- },
3793
- {
3794
- "kind": "variable",
3795
- "name": "foundationAccordionShadowOptions",
3796
- "type": {
3797
- "text": "ShadowRootInit"
3798
- },
3799
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3800
- },
3801
- {
3802
- "kind": "variable",
3803
- "name": "defaultAccordionConfig",
3804
- "type": {
3805
- "text": "object"
3796
+ "superclass": {
3797
+ "name": "FoundationElement",
3798
+ "package": "@microsoft/fast-foundation"
3806
3799
  },
3807
- "default": "{}"
3800
+ "tagName": "%%prefix%%-ai-indicator",
3801
+ "customElement": true
3808
3802
  },
3809
3803
  {
3810
3804
  "kind": "variable",
3811
- "name": "foundationAccordion",
3812
- "description": "The Foundation Accordion",
3813
- "privacy": "public"
3805
+ "name": "foundationAiIndicator"
3814
3806
  }
3815
3807
  ],
3816
3808
  "exports": [
3817
3809
  {
3818
3810
  "kind": "js",
3819
- "name": "Accordion",
3811
+ "name": "AiIndicator",
3820
3812
  "declaration": {
3821
- "name": "Accordion",
3822
- "module": "src/accordion/accordion.ts"
3813
+ "name": "AiIndicator",
3814
+ "module": "src/ai-indicator/ai-indicator.ts"
3823
3815
  }
3824
3816
  },
3825
3817
  {
3826
3818
  "kind": "js",
3827
- "name": "foundationAccordionShadowOptions",
3819
+ "name": "foundationAiIndicator",
3828
3820
  "declaration": {
3829
- "name": "foundationAccordionShadowOptions",
3830
- "module": "src/accordion/accordion.ts"
3821
+ "name": "foundationAiIndicator",
3822
+ "module": "src/ai-indicator/ai-indicator.ts"
3823
+ }
3824
+ }
3825
+ ]
3826
+ },
3827
+ {
3828
+ "kind": "javascript-module",
3829
+ "path": "src/ai-indicator/index.ts",
3830
+ "declarations": [],
3831
+ "exports": [
3832
+ {
3833
+ "kind": "js",
3834
+ "name": "AiIndicator",
3835
+ "declaration": {
3836
+ "name": "AiIndicator",
3837
+ "module": "./ai-indicator"
3831
3838
  }
3832
3839
  },
3833
3840
  {
3834
3841
  "kind": "js",
3835
- "name": "defaultAccordionConfig",
3842
+ "name": "foundationAiIndicator",
3836
3843
  "declaration": {
3837
- "name": "defaultAccordionConfig",
3838
- "module": "src/accordion/accordion.ts"
3844
+ "name": "foundationAiIndicator",
3845
+ "module": "./ai-indicator"
3839
3846
  }
3840
3847
  },
3841
3848
  {
3842
3849
  "kind": "js",
3843
- "name": "foundationAccordion",
3850
+ "name": "type",
3844
3851
  "declaration": {
3845
- "name": "foundationAccordion",
3846
- "module": "src/accordion/accordion.ts"
3852
+ "name": "type",
3853
+ "module": "./ai-indicator"
3847
3854
  }
3848
- }
3849
- ]
3850
- },
3851
- {
3852
- "kind": "javascript-module",
3853
- "path": "src/accordion/index.ts",
3854
- "declarations": [],
3855
- "exports": [
3855
+ },
3856
3856
  {
3857
3857
  "kind": "js",
3858
- "name": "*",
3858
+ "name": "AIIndicatorState",
3859
3859
  "declaration": {
3860
- "name": "*",
3861
- "package": "./accordion.template"
3860
+ "name": "AIIndicatorState",
3861
+ "module": "./ai-indicator"
3862
3862
  }
3863
3863
  },
3864
3864
  {
3865
3865
  "kind": "js",
3866
- "name": "*",
3866
+ "name": "foundationAiIndicatorTemplate",
3867
3867
  "declaration": {
3868
- "name": "*",
3869
- "package": "./accordion.styles"
3868
+ "name": "foundationAiIndicatorTemplate",
3869
+ "module": "./ai-indicator.template"
3870
3870
  }
3871
3871
  },
3872
3872
  {
3873
3873
  "kind": "js",
3874
- "name": "*",
3874
+ "name": "foundationAiIndicatorStyles",
3875
3875
  "declaration": {
3876
- "name": "*",
3877
- "package": "./accordion"
3876
+ "name": "foundationAiIndicatorStyles",
3877
+ "module": "./ai-indicator.styles"
3878
3878
  }
3879
3879
  }
3880
3880
  ]
@@ -146,20 +146,20 @@ export declare const AiCriteriaSearch: React.ForwardRefExoticComponent<
146
146
  > & React.RefAttributes<AiCriteriaSearchWC>
147
147
  >;
148
148
 
149
- export declare const AiIndicator: React.ForwardRefExoticComponent<
149
+ export declare const Accordion: React.ForwardRefExoticComponent<
150
150
  React.PropsWithChildren<
151
- Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
151
+ Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
152
152
  HTMLWCProps & {
153
153
  }
154
- > & React.RefAttributes<AiIndicatorWC>
154
+ > & React.RefAttributes<AccordionWC>
155
155
  >;
156
156
 
157
- export declare const Accordion: React.ForwardRefExoticComponent<
157
+ export declare const AiIndicator: React.ForwardRefExoticComponent<
158
158
  React.PropsWithChildren<
159
- Omit<PublicOf<AccordionWC>, 'children' | 'style'> &
159
+ Omit<PublicOf<AiIndicatorWC>, 'children' | 'style'> &
160
160
  HTMLWCProps & {
161
161
  }
162
- > & React.RefAttributes<AccordionWC>
162
+ > & React.RefAttributes<AiIndicatorWC>
163
163
  >;
164
164
 
165
165
  export declare const Anchor: React.ForwardRefExoticComponent<
package/dist/react.cjs CHANGED
@@ -107,10 +107,10 @@ const AiCriteriaSearch = wrap(AiCriteriaSearchWC, {
107
107
  },
108
108
  });
109
109
 
110
- const AiIndicator = wrap(AiIndicatorWC);
111
-
112
110
  const Accordion = wrap(AccordionWC);
113
111
 
112
+ const AiIndicator = wrap(AiIndicatorWC);
113
+
114
114
  const Anchor = wrap(AnchorWC);
115
115
 
116
116
  const AnchoredRegion = wrap(AnchoredRegionWC, {
@@ -376,8 +376,8 @@ module.exports = {
376
376
  AccordionItem,
377
377
  ActionsMenu,
378
378
  AiCriteriaSearch,
379
- AiIndicator,
380
379
  Accordion,
380
+ AiIndicator,
381
381
  Anchor,
382
382
  AnchoredRegion,
383
383
  Avatar,
package/dist/react.mjs CHANGED
@@ -105,10 +105,10 @@ export const AiCriteriaSearch = wrap(AiCriteriaSearchWC, {
105
105
  },
106
106
  });
107
107
 
108
- export const AiIndicator = wrap(AiIndicatorWC);
109
-
110
108
  export const Accordion = wrap(AccordionWC);
111
109
 
110
+ export const AiIndicator = wrap(AiIndicatorWC);
111
+
112
112
  export const Anchor = wrap(AnchorWC);
113
113
 
114
114
  export const AnchoredRegion = wrap(AnchoredRegionWC, {
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.419.2-alpha-83dfc7d.0",
4
+ "version": "14.419.2",
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.419.2-alpha-83dfc7d.0",
89
- "@genesislcap/genx": "14.419.2-alpha-83dfc7d.0",
90
- "@genesislcap/rollup-builder": "14.419.2-alpha-83dfc7d.0",
91
- "@genesislcap/ts-builder": "14.419.2-alpha-83dfc7d.0",
92
- "@genesislcap/uvu-playwright-builder": "14.419.2-alpha-83dfc7d.0",
93
- "@genesislcap/vite-builder": "14.419.2-alpha-83dfc7d.0",
94
- "@genesislcap/webpack-builder": "14.419.2-alpha-83dfc7d.0",
88
+ "@genesislcap/foundation-testing": "14.419.2",
89
+ "@genesislcap/genx": "14.419.2",
90
+ "@genesislcap/rollup-builder": "14.419.2",
91
+ "@genesislcap/ts-builder": "14.419.2",
92
+ "@genesislcap/uvu-playwright-builder": "14.419.2",
93
+ "@genesislcap/vite-builder": "14.419.2",
94
+ "@genesislcap/webpack-builder": "14.419.2",
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.419.2-alpha-83dfc7d.0",
104
- "@genesislcap/foundation-ai": "14.419.2-alpha-83dfc7d.0",
105
- "@genesislcap/foundation-comms": "14.419.2-alpha-83dfc7d.0",
106
- "@genesislcap/foundation-criteria": "14.419.2-alpha-83dfc7d.0",
107
- "@genesislcap/foundation-errors": "14.419.2-alpha-83dfc7d.0",
108
- "@genesislcap/foundation-events": "14.419.2-alpha-83dfc7d.0",
109
- "@genesislcap/foundation-logger": "14.419.2-alpha-83dfc7d.0",
110
- "@genesislcap/foundation-notifications": "14.419.2-alpha-83dfc7d.0",
111
- "@genesislcap/foundation-user": "14.419.2-alpha-83dfc7d.0",
112
- "@genesislcap/foundation-utils": "14.419.2-alpha-83dfc7d.0",
103
+ "@genesislcap/expression-builder": "14.419.2",
104
+ "@genesislcap/foundation-ai": "14.419.2",
105
+ "@genesislcap/foundation-comms": "14.419.2",
106
+ "@genesislcap/foundation-criteria": "14.419.2",
107
+ "@genesislcap/foundation-errors": "14.419.2",
108
+ "@genesislcap/foundation-events": "14.419.2",
109
+ "@genesislcap/foundation-logger": "14.419.2",
110
+ "@genesislcap/foundation-notifications": "14.419.2",
111
+ "@genesislcap/foundation-user": "14.419.2",
112
+ "@genesislcap/foundation-utils": "14.419.2",
113
113
  "@microsoft/fast-colors": "5.3.1",
114
114
  "@microsoft/fast-components": "2.30.6",
115
115
  "@microsoft/fast-element": "1.14.0",
@@ -145,5 +145,5 @@
145
145
  "peerDependencies": {
146
146
  "@microsoft/fast-react-wrapper": ">=0.3.0"
147
147
  },
148
- "gitHead": "759b087516567b07628cecbb84b4f2d090f50eb8"
148
+ "gitHead": "a9bf0fc6bd28727bf0f95f63b227aee7c418470f"
149
149
  }