@genesislcap/foundation-ui 14.464.1-alpha-6708f15.0 → 14.465.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.
@@ -1429,400 +1429,6 @@
1429
1429
  }
1430
1430
  ]
1431
1431
  },
1432
- {
1433
- "kind": "javascript-module",
1434
- "path": "src/accordion-item/accordion-item.styles.ts",
1435
- "declarations": [
1436
- {
1437
- "kind": "function",
1438
- "name": "foundationAccordionItemStyles",
1439
- "return": {
1440
- "type": {
1441
- "text": "ElementStyles"
1442
- }
1443
- },
1444
- "parameters": [
1445
- {
1446
- "name": "context",
1447
- "type": {
1448
- "text": "ElementDefinitionContext"
1449
- }
1450
- },
1451
- {
1452
- "name": "definition",
1453
- "type": {
1454
- "text": "FoundationElementDefinition"
1455
- }
1456
- }
1457
- ]
1458
- }
1459
- ],
1460
- "exports": [
1461
- {
1462
- "kind": "js",
1463
- "name": "foundationAccordionItemStyles",
1464
- "declaration": {
1465
- "name": "foundationAccordionItemStyles",
1466
- "module": "src/accordion-item/accordion-item.styles.ts"
1467
- }
1468
- }
1469
- ]
1470
- },
1471
- {
1472
- "kind": "javascript-module",
1473
- "path": "src/accordion-item/accordion-item.template.ts",
1474
- "declarations": [
1475
- {
1476
- "kind": "function",
1477
- "name": "foundationAccordionItemTemplate",
1478
- "return": {
1479
- "type": {
1480
- "text": "ViewTemplate<AccordionItem>"
1481
- }
1482
- },
1483
- "parameters": [
1484
- {
1485
- "name": "context",
1486
- "type": {
1487
- "text": "ElementDefinitionContext"
1488
- }
1489
- },
1490
- {
1491
- "name": "definition",
1492
- "type": {
1493
- "text": "FoundationElementDefinition"
1494
- }
1495
- }
1496
- ]
1497
- }
1498
- ],
1499
- "exports": [
1500
- {
1501
- "kind": "js",
1502
- "name": "foundationAccordionItemTemplate",
1503
- "declaration": {
1504
- "name": "foundationAccordionItemTemplate",
1505
- "module": "src/accordion-item/accordion-item.template.ts"
1506
- }
1507
- }
1508
- ]
1509
- },
1510
- {
1511
- "kind": "javascript-module",
1512
- "path": "src/accordion-item/accordion-item.ts",
1513
- "declarations": [
1514
- {
1515
- "kind": "class",
1516
- "description": "",
1517
- "name": "AccordionItem",
1518
- "superclass": {
1519
- "name": "FASTAccordionItem",
1520
- "package": "@microsoft/fast-components"
1521
- },
1522
- "tagName": "%%prefix%%-accordion-item",
1523
- "customElement": true,
1524
- "attributes": [
1525
- {
1526
- "name": "heading-level",
1527
- "type": {
1528
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1529
- },
1530
- "default": "2",
1531
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
1532
- "fieldName": "headinglevel",
1533
- "inheritedFrom": {
1534
- "name": "AccordionItem",
1535
- "module": "src/accordion-item/accordion-item.ts"
1536
- }
1537
- },
1538
- {
1539
- "type": {
1540
- "text": "boolean"
1541
- },
1542
- "default": "false",
1543
- "description": "Expands or collapses the item.",
1544
- "fieldName": "expanded",
1545
- "inheritedFrom": {
1546
- "name": "AccordionItem",
1547
- "module": "src/accordion-item/accordion-item.ts"
1548
- }
1549
- },
1550
- {
1551
- "name": "id",
1552
- "type": {
1553
- "text": "string"
1554
- },
1555
- "description": "The item ID",
1556
- "fieldName": "id",
1557
- "inheritedFrom": {
1558
- "name": "AccordionItem",
1559
- "module": "src/accordion-item/accordion-item.ts"
1560
- }
1561
- }
1562
- ],
1563
- "members": [
1564
- {
1565
- "kind": "field",
1566
- "name": "headinglevel",
1567
- "type": {
1568
- "text": "1 | 2 | 3 | 4 | 5 | 6"
1569
- },
1570
- "privacy": "public",
1571
- "default": "2",
1572
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
1573
- "inheritedFrom": {
1574
- "name": "AccordionItem",
1575
- "module": "src/accordion-item/accordion-item.ts"
1576
- }
1577
- },
1578
- {
1579
- "kind": "field",
1580
- "name": "expanded",
1581
- "type": {
1582
- "text": "boolean"
1583
- },
1584
- "privacy": "public",
1585
- "default": "false",
1586
- "description": "Expands or collapses the item.",
1587
- "inheritedFrom": {
1588
- "name": "AccordionItem",
1589
- "module": "src/accordion-item/accordion-item.ts"
1590
- }
1591
- },
1592
- {
1593
- "kind": "field",
1594
- "name": "id",
1595
- "type": {
1596
- "text": "string"
1597
- },
1598
- "privacy": "public",
1599
- "description": "The item ID",
1600
- "inheritedFrom": {
1601
- "name": "AccordionItem",
1602
- "module": "src/accordion-item/accordion-item.ts"
1603
- }
1604
- },
1605
- {
1606
- "kind": "field",
1607
- "name": "change",
1608
- "privacy": "private",
1609
- "inheritedFrom": {
1610
- "name": "AccordionItem",
1611
- "module": "src/accordion-item/accordion-item.ts"
1612
- }
1613
- },
1614
- {
1615
- "kind": "field",
1616
- "name": "_presentation",
1617
- "type": {
1618
- "text": "ComponentPresentation | null | undefined"
1619
- },
1620
- "privacy": "private",
1621
- "default": "void 0",
1622
- "inheritedFrom": {
1623
- "name": "FoundationElement",
1624
- "module": "src/foundation-element/foundation-element.ts"
1625
- }
1626
- },
1627
- {
1628
- "kind": "field",
1629
- "name": "$presentation",
1630
- "type": {
1631
- "text": "ComponentPresentation | null"
1632
- },
1633
- "privacy": "public",
1634
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1635
- "inheritedFrom": {
1636
- "name": "FoundationElement",
1637
- "module": "src/foundation-element/foundation-element.ts"
1638
- }
1639
- },
1640
- {
1641
- "kind": "field",
1642
- "name": "template",
1643
- "type": {
1644
- "text": "ElementViewTemplate | void | null"
1645
- },
1646
- "privacy": "public",
1647
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1648
- "inheritedFrom": {
1649
- "name": "FoundationElement",
1650
- "module": "src/foundation-element/foundation-element.ts"
1651
- }
1652
- },
1653
- {
1654
- "kind": "method",
1655
- "name": "templateChanged",
1656
- "privacy": "protected",
1657
- "return": {
1658
- "type": {
1659
- "text": "void"
1660
- }
1661
- },
1662
- "inheritedFrom": {
1663
- "name": "FoundationElement",
1664
- "module": "src/foundation-element/foundation-element.ts"
1665
- }
1666
- },
1667
- {
1668
- "kind": "field",
1669
- "name": "styles",
1670
- "type": {
1671
- "text": "ElementStyles | void | null"
1672
- },
1673
- "privacy": "public",
1674
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1675
- "inheritedFrom": {
1676
- "name": "FoundationElement",
1677
- "module": "src/foundation-element/foundation-element.ts"
1678
- }
1679
- },
1680
- {
1681
- "kind": "method",
1682
- "name": "stylesChanged",
1683
- "privacy": "protected",
1684
- "return": {
1685
- "type": {
1686
- "text": "void"
1687
- }
1688
- },
1689
- "inheritedFrom": {
1690
- "name": "FoundationElement",
1691
- "module": "src/foundation-element/foundation-element.ts"
1692
- }
1693
- },
1694
- {
1695
- "kind": "method",
1696
- "name": "compose",
1697
- "privacy": "public",
1698
- "static": true,
1699
- "return": {
1700
- "type": {
1701
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1702
- }
1703
- },
1704
- "parameters": [
1705
- {
1706
- "name": "this",
1707
- "type": {
1708
- "text": "K"
1709
- }
1710
- },
1711
- {
1712
- "name": "elementDefinition",
1713
- "type": {
1714
- "text": "T"
1715
- },
1716
- "description": "The definition of the element to create the registry\nfunction for."
1717
- }
1718
- ],
1719
- "description": "Defines an element registry function with a set of element definition defaults.",
1720
- "inheritedFrom": {
1721
- "name": "FoundationElement",
1722
- "module": "src/foundation-element/foundation-element.ts"
1723
- }
1724
- }
1725
- ],
1726
- "events": [
1727
- {
1728
- "description": "Fires a custom 'change' event when the button is invoked",
1729
- "name": "change",
1730
- "inheritedFrom": {
1731
- "name": "AccordionItem",
1732
- "module": "src/accordion-item/accordion-item.ts"
1733
- }
1734
- }
1735
- ]
1736
- },
1737
- {
1738
- "kind": "variable",
1739
- "name": "foundationAccordionItemShadowOptions",
1740
- "type": {
1741
- "text": "ShadowRootInit"
1742
- },
1743
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1744
- },
1745
- {
1746
- "kind": "variable",
1747
- "name": "defaultAccordionItemConfig",
1748
- "type": {
1749
- "text": "object"
1750
- },
1751
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
1752
- },
1753
- {
1754
- "kind": "variable",
1755
- "name": "foundationAccordionItem",
1756
- "description": "The Foundation Accordion Item",
1757
- "privacy": "public"
1758
- }
1759
- ],
1760
- "exports": [
1761
- {
1762
- "kind": "js",
1763
- "name": "AccordionItem",
1764
- "declaration": {
1765
- "name": "AccordionItem",
1766
- "module": "src/accordion-item/accordion-item.ts"
1767
- }
1768
- },
1769
- {
1770
- "kind": "js",
1771
- "name": "foundationAccordionItemShadowOptions",
1772
- "declaration": {
1773
- "name": "foundationAccordionItemShadowOptions",
1774
- "module": "src/accordion-item/accordion-item.ts"
1775
- }
1776
- },
1777
- {
1778
- "kind": "js",
1779
- "name": "defaultAccordionItemConfig",
1780
- "declaration": {
1781
- "name": "defaultAccordionItemConfig",
1782
- "module": "src/accordion-item/accordion-item.ts"
1783
- }
1784
- },
1785
- {
1786
- "kind": "js",
1787
- "name": "foundationAccordionItem",
1788
- "declaration": {
1789
- "name": "foundationAccordionItem",
1790
- "module": "src/accordion-item/accordion-item.ts"
1791
- }
1792
- }
1793
- ]
1794
- },
1795
- {
1796
- "kind": "javascript-module",
1797
- "path": "src/accordion-item/index.ts",
1798
- "declarations": [],
1799
- "exports": [
1800
- {
1801
- "kind": "js",
1802
- "name": "*",
1803
- "declaration": {
1804
- "name": "*",
1805
- "package": "./accordion-item.template"
1806
- }
1807
- },
1808
- {
1809
- "kind": "js",
1810
- "name": "*",
1811
- "declaration": {
1812
- "name": "*",
1813
- "package": "./accordion-item.styles"
1814
- }
1815
- },
1816
- {
1817
- "kind": "js",
1818
- "name": "*",
1819
- "declaration": {
1820
- "name": "*",
1821
- "package": "./accordion-item"
1822
- }
1823
- }
1824
- ]
1825
- },
1826
1432
  {
1827
1433
  "kind": "javascript-module",
1828
1434
  "path": "src/accordion/accordion.styles.ts",
@@ -3537,224 +3143,604 @@
3537
3143
  "exports": [
3538
3144
  {
3539
3145
  "kind": "js",
3540
- "name": "foundationAiIndicatorStyles",
3146
+ "name": "foundationAiIndicatorStyles",
3147
+ "declaration": {
3148
+ "name": "foundationAiIndicatorStyles",
3149
+ "module": "src/ai-indicator/ai-indicator.styles.ts"
3150
+ }
3151
+ }
3152
+ ]
3153
+ },
3154
+ {
3155
+ "kind": "javascript-module",
3156
+ "path": "src/ai-indicator/ai-indicator.template.ts",
3157
+ "declarations": [
3158
+ {
3159
+ "kind": "variable",
3160
+ "name": "foundationAiIndicatorTemplate",
3161
+ "type": {
3162
+ "text": "ViewTemplate<AiIndicator>"
3163
+ },
3164
+ "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3165
+ }
3166
+ ],
3167
+ "exports": [
3168
+ {
3169
+ "kind": "js",
3170
+ "name": "foundationAiIndicatorTemplate",
3171
+ "declaration": {
3172
+ "name": "foundationAiIndicatorTemplate",
3173
+ "module": "src/ai-indicator/ai-indicator.template.ts"
3174
+ }
3175
+ }
3176
+ ]
3177
+ },
3178
+ {
3179
+ "kind": "javascript-module",
3180
+ "path": "src/ai-indicator/ai-indicator.ts",
3181
+ "declarations": [
3182
+ {
3183
+ "kind": "class",
3184
+ "description": "",
3185
+ "name": "AiIndicator",
3186
+ "members": [
3187
+ {
3188
+ "kind": "field",
3189
+ "name": "providerRegistry",
3190
+ "type": {
3191
+ "text": "AIProviderRegistry"
3192
+ }
3193
+ },
3194
+ {
3195
+ "kind": "field",
3196
+ "name": "aiProvider",
3197
+ "type": {
3198
+ "text": "AIProvider | undefined"
3199
+ },
3200
+ "privacy": "private",
3201
+ "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.",
3202
+ "readonly": true
3203
+ },
3204
+ {
3205
+ "kind": "field",
3206
+ "name": "status",
3207
+ "type": {
3208
+ "text": "AIStatus | null"
3209
+ },
3210
+ "default": "null"
3211
+ },
3212
+ {
3213
+ "kind": "field",
3214
+ "name": "open",
3215
+ "type": {
3216
+ "text": "boolean"
3217
+ },
3218
+ "default": "false"
3219
+ },
3220
+ {
3221
+ "kind": "field",
3222
+ "name": "state",
3223
+ "type": {
3224
+ "text": "AIIndicatorState"
3225
+ },
3226
+ "default": "'none'"
3227
+ },
3228
+ {
3229
+ "kind": "field",
3230
+ "name": "isInstalling",
3231
+ "type": {
3232
+ "text": "boolean"
3233
+ },
3234
+ "default": "false"
3235
+ },
3236
+ {
3237
+ "kind": "field",
3238
+ "name": "pollTimer",
3239
+ "type": {
3240
+ "text": "ReturnType<typeof setInterval> | null"
3241
+ },
3242
+ "privacy": "private",
3243
+ "default": "null"
3244
+ },
3245
+ {
3246
+ "kind": "field",
3247
+ "name": "clickOutside",
3248
+ "privacy": "private"
3249
+ },
3250
+ {
3251
+ "kind": "field",
3252
+ "name": "chromeStatusLabel",
3253
+ "type": {
3254
+ "text": "string | null"
3255
+ },
3256
+ "readonly": true
3257
+ },
3258
+ {
3259
+ "kind": "field",
3260
+ "name": "canInstall",
3261
+ "type": {
3262
+ "text": "boolean"
3263
+ },
3264
+ "readonly": true
3265
+ },
3266
+ {
3267
+ "kind": "field",
3268
+ "name": "isDownloading",
3269
+ "type": {
3270
+ "text": "boolean"
3271
+ },
3272
+ "readonly": true
3273
+ },
3274
+ {
3275
+ "kind": "method",
3276
+ "name": "openChanged",
3277
+ "return": {
3278
+ "type": {
3279
+ "text": "void"
3280
+ }
3281
+ }
3282
+ },
3283
+ {
3284
+ "kind": "method",
3285
+ "name": "handleClickOutside",
3286
+ "privacy": "private",
3287
+ "parameters": [
3288
+ {
3289
+ "name": "event",
3290
+ "type": {
3291
+ "text": "MouseEvent"
3292
+ }
3293
+ }
3294
+ ]
3295
+ },
3296
+ {
3297
+ "kind": "method",
3298
+ "name": "toggleDropdown"
3299
+ },
3300
+ {
3301
+ "kind": "method",
3302
+ "name": "refreshStatus",
3303
+ "return": {
3304
+ "type": {
3305
+ "text": "Promise<void>"
3306
+ }
3307
+ }
3308
+ },
3309
+ {
3310
+ "kind": "method",
3311
+ "name": "deriveState",
3312
+ "privacy": "private",
3313
+ "return": {
3314
+ "type": {
3315
+ "text": "AIIndicatorState"
3316
+ }
3317
+ },
3318
+ "parameters": [
3319
+ {
3320
+ "name": "s",
3321
+ "type": {
3322
+ "text": "AIStatus | null"
3323
+ }
3324
+ }
3325
+ ]
3326
+ },
3327
+ {
3328
+ "kind": "method",
3329
+ "name": "maybeStartPolling",
3330
+ "privacy": "private",
3331
+ "return": {
3332
+ "type": {
3333
+ "text": "void"
3334
+ }
3335
+ }
3336
+ },
3337
+ {
3338
+ "kind": "method",
3339
+ "name": "startPolling",
3340
+ "privacy": "private",
3341
+ "return": {
3342
+ "type": {
3343
+ "text": "void"
3344
+ }
3345
+ }
3346
+ },
3347
+ {
3348
+ "kind": "method",
3349
+ "name": "stopPolling",
3350
+ "privacy": "private",
3351
+ "return": {
3352
+ "type": {
3353
+ "text": "void"
3354
+ }
3355
+ }
3356
+ },
3357
+ {
3358
+ "kind": "method",
3359
+ "name": "onInstall",
3360
+ "return": {
3361
+ "type": {
3362
+ "text": "Promise<void>"
3363
+ }
3364
+ }
3365
+ },
3366
+ {
3367
+ "kind": "field",
3368
+ "name": "_presentation",
3369
+ "type": {
3370
+ "text": "ComponentPresentation | null | undefined"
3371
+ },
3372
+ "privacy": "private",
3373
+ "default": "void 0",
3374
+ "inheritedFrom": {
3375
+ "name": "FoundationElement",
3376
+ "module": "src/foundation-element/foundation-element.ts"
3377
+ }
3378
+ },
3379
+ {
3380
+ "kind": "field",
3381
+ "name": "$presentation",
3382
+ "type": {
3383
+ "text": "ComponentPresentation | null"
3384
+ },
3385
+ "privacy": "public",
3386
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3387
+ "inheritedFrom": {
3388
+ "name": "FoundationElement",
3389
+ "module": "src/foundation-element/foundation-element.ts"
3390
+ }
3391
+ },
3392
+ {
3393
+ "kind": "field",
3394
+ "name": "template",
3395
+ "type": {
3396
+ "text": "ElementViewTemplate | void | null"
3397
+ },
3398
+ "privacy": "public",
3399
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
3400
+ "inheritedFrom": {
3401
+ "name": "FoundationElement",
3402
+ "module": "src/foundation-element/foundation-element.ts"
3403
+ }
3404
+ },
3405
+ {
3406
+ "kind": "method",
3407
+ "name": "templateChanged",
3408
+ "privacy": "protected",
3409
+ "return": {
3410
+ "type": {
3411
+ "text": "void"
3412
+ }
3413
+ },
3414
+ "inheritedFrom": {
3415
+ "name": "FoundationElement",
3416
+ "module": "src/foundation-element/foundation-element.ts"
3417
+ }
3418
+ },
3419
+ {
3420
+ "kind": "field",
3421
+ "name": "styles",
3422
+ "type": {
3423
+ "text": "ElementStyles | void | null"
3424
+ },
3425
+ "privacy": "public",
3426
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
3427
+ "inheritedFrom": {
3428
+ "name": "FoundationElement",
3429
+ "module": "src/foundation-element/foundation-element.ts"
3430
+ }
3431
+ },
3432
+ {
3433
+ "kind": "method",
3434
+ "name": "stylesChanged",
3435
+ "privacy": "protected",
3436
+ "return": {
3437
+ "type": {
3438
+ "text": "void"
3439
+ }
3440
+ },
3441
+ "inheritedFrom": {
3442
+ "name": "FoundationElement",
3443
+ "module": "src/foundation-element/foundation-element.ts"
3444
+ }
3445
+ },
3446
+ {
3447
+ "kind": "method",
3448
+ "name": "compose",
3449
+ "privacy": "public",
3450
+ "static": true,
3451
+ "return": {
3452
+ "type": {
3453
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3454
+ }
3455
+ },
3456
+ "parameters": [
3457
+ {
3458
+ "name": "this",
3459
+ "type": {
3460
+ "text": "K"
3461
+ }
3462
+ },
3463
+ {
3464
+ "name": "elementDefinition",
3465
+ "type": {
3466
+ "text": "T"
3467
+ },
3468
+ "description": "The definition of the element to create the registry\nfunction for."
3469
+ }
3470
+ ],
3471
+ "description": "Defines an element registry function with a set of element definition defaults.",
3472
+ "inheritedFrom": {
3473
+ "name": "FoundationElement",
3474
+ "module": "src/foundation-element/foundation-element.ts"
3475
+ }
3476
+ }
3477
+ ],
3478
+ "superclass": {
3479
+ "name": "FoundationElement",
3480
+ "package": "@microsoft/fast-foundation"
3481
+ },
3482
+ "tagName": "%%prefix%%-ai-indicator",
3483
+ "customElement": true
3484
+ },
3485
+ {
3486
+ "kind": "variable",
3487
+ "name": "foundationAiIndicator"
3488
+ }
3489
+ ],
3490
+ "exports": [
3491
+ {
3492
+ "kind": "js",
3493
+ "name": "AiIndicator",
3494
+ "declaration": {
3495
+ "name": "AiIndicator",
3496
+ "module": "src/ai-indicator/ai-indicator.ts"
3497
+ }
3498
+ },
3499
+ {
3500
+ "kind": "js",
3501
+ "name": "foundationAiIndicator",
3502
+ "declaration": {
3503
+ "name": "foundationAiIndicator",
3504
+ "module": "src/ai-indicator/ai-indicator.ts"
3505
+ }
3506
+ }
3507
+ ]
3508
+ },
3509
+ {
3510
+ "kind": "javascript-module",
3511
+ "path": "src/ai-indicator/index.ts",
3512
+ "declarations": [],
3513
+ "exports": [
3514
+ {
3515
+ "kind": "js",
3516
+ "name": "AiIndicator",
3517
+ "declaration": {
3518
+ "name": "AiIndicator",
3519
+ "module": "./ai-indicator"
3520
+ }
3521
+ },
3522
+ {
3523
+ "kind": "js",
3524
+ "name": "foundationAiIndicator",
3525
+ "declaration": {
3526
+ "name": "foundationAiIndicator",
3527
+ "module": "./ai-indicator"
3528
+ }
3529
+ },
3530
+ {
3531
+ "kind": "js",
3532
+ "name": "type",
3533
+ "declaration": {
3534
+ "name": "type",
3535
+ "module": "./ai-indicator"
3536
+ }
3537
+ },
3538
+ {
3539
+ "kind": "js",
3540
+ "name": "AIIndicatorState",
3541
+ "declaration": {
3542
+ "name": "AIIndicatorState",
3543
+ "module": "./ai-indicator"
3544
+ }
3545
+ },
3546
+ {
3547
+ "kind": "js",
3548
+ "name": "foundationAiIndicatorTemplate",
3549
+ "declaration": {
3550
+ "name": "foundationAiIndicatorTemplate",
3551
+ "module": "./ai-indicator.template"
3552
+ }
3553
+ },
3554
+ {
3555
+ "kind": "js",
3556
+ "name": "foundationAiIndicatorStyles",
3557
+ "declaration": {
3558
+ "name": "foundationAiIndicatorStyles",
3559
+ "module": "./ai-indicator.styles"
3560
+ }
3561
+ }
3562
+ ]
3563
+ },
3564
+ {
3565
+ "kind": "javascript-module",
3566
+ "path": "src/accordion-item/accordion-item.styles.ts",
3567
+ "declarations": [
3568
+ {
3569
+ "kind": "function",
3570
+ "name": "foundationAccordionItemStyles",
3571
+ "return": {
3572
+ "type": {
3573
+ "text": "ElementStyles"
3574
+ }
3575
+ },
3576
+ "parameters": [
3577
+ {
3578
+ "name": "context",
3579
+ "type": {
3580
+ "text": "ElementDefinitionContext"
3581
+ }
3582
+ },
3583
+ {
3584
+ "name": "definition",
3585
+ "type": {
3586
+ "text": "FoundationElementDefinition"
3587
+ }
3588
+ }
3589
+ ]
3590
+ }
3591
+ ],
3592
+ "exports": [
3593
+ {
3594
+ "kind": "js",
3595
+ "name": "foundationAccordionItemStyles",
3541
3596
  "declaration": {
3542
- "name": "foundationAiIndicatorStyles",
3543
- "module": "src/ai-indicator/ai-indicator.styles.ts"
3597
+ "name": "foundationAccordionItemStyles",
3598
+ "module": "src/accordion-item/accordion-item.styles.ts"
3544
3599
  }
3545
3600
  }
3546
3601
  ]
3547
3602
  },
3548
3603
  {
3549
3604
  "kind": "javascript-module",
3550
- "path": "src/ai-indicator/ai-indicator.template.ts",
3605
+ "path": "src/accordion-item/accordion-item.template.ts",
3551
3606
  "declarations": [
3552
3607
  {
3553
- "kind": "variable",
3554
- "name": "foundationAiIndicatorTemplate",
3555
- "type": {
3556
- "text": "ViewTemplate<AiIndicator>"
3608
+ "kind": "function",
3609
+ "name": "foundationAccordionItemTemplate",
3610
+ "return": {
3611
+ "type": {
3612
+ "text": "ViewTemplate<AccordionItem>"
3613
+ }
3557
3614
  },
3558
- "default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
3615
+ "parameters": [
3616
+ {
3617
+ "name": "context",
3618
+ "type": {
3619
+ "text": "ElementDefinitionContext"
3620
+ }
3621
+ },
3622
+ {
3623
+ "name": "definition",
3624
+ "type": {
3625
+ "text": "FoundationElementDefinition"
3626
+ }
3627
+ }
3628
+ ]
3559
3629
  }
3560
3630
  ],
3561
3631
  "exports": [
3562
3632
  {
3563
3633
  "kind": "js",
3564
- "name": "foundationAiIndicatorTemplate",
3634
+ "name": "foundationAccordionItemTemplate",
3565
3635
  "declaration": {
3566
- "name": "foundationAiIndicatorTemplate",
3567
- "module": "src/ai-indicator/ai-indicator.template.ts"
3636
+ "name": "foundationAccordionItemTemplate",
3637
+ "module": "src/accordion-item/accordion-item.template.ts"
3568
3638
  }
3569
3639
  }
3570
3640
  ]
3571
3641
  },
3572
3642
  {
3573
3643
  "kind": "javascript-module",
3574
- "path": "src/ai-indicator/ai-indicator.ts",
3644
+ "path": "src/accordion-item/accordion-item.ts",
3575
3645
  "declarations": [
3576
3646
  {
3577
3647
  "kind": "class",
3578
3648
  "description": "",
3579
- "name": "AiIndicator",
3580
- "members": [
3581
- {
3582
- "kind": "field",
3583
- "name": "providerRegistry",
3584
- "type": {
3585
- "text": "AIProviderRegistry"
3586
- }
3587
- },
3588
- {
3589
- "kind": "field",
3590
- "name": "aiProvider",
3591
- "type": {
3592
- "text": "AIProvider | undefined"
3593
- },
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
3597
- },
3598
- {
3599
- "kind": "field",
3600
- "name": "status",
3601
- "type": {
3602
- "text": "AIStatus | null"
3603
- },
3604
- "default": "null"
3605
- },
3606
- {
3607
- "kind": "field",
3608
- "name": "open",
3609
- "type": {
3610
- "text": "boolean"
3611
- },
3612
- "default": "false"
3613
- },
3649
+ "name": "AccordionItem",
3650
+ "superclass": {
3651
+ "name": "FASTAccordionItem",
3652
+ "package": "@microsoft/fast-components"
3653
+ },
3654
+ "tagName": "%%prefix%%-accordion-item",
3655
+ "customElement": true,
3656
+ "attributes": [
3614
3657
  {
3615
- "kind": "field",
3616
- "name": "state",
3658
+ "name": "heading-level",
3617
3659
  "type": {
3618
- "text": "AIIndicatorState"
3660
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3619
3661
  },
3620
- "default": "'none'"
3662
+ "default": "2",
3663
+ "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
3664
+ "fieldName": "headinglevel",
3665
+ "inheritedFrom": {
3666
+ "name": "AccordionItem",
3667
+ "module": "src/accordion-item/accordion-item.ts"
3668
+ }
3621
3669
  },
3622
3670
  {
3623
- "kind": "field",
3624
- "name": "isInstalling",
3625
3671
  "type": {
3626
3672
  "text": "boolean"
3627
3673
  },
3628
- "default": "false"
3674
+ "default": "false",
3675
+ "description": "Expands or collapses the item.",
3676
+ "fieldName": "expanded",
3677
+ "inheritedFrom": {
3678
+ "name": "AccordionItem",
3679
+ "module": "src/accordion-item/accordion-item.ts"
3680
+ }
3629
3681
  },
3630
3682
  {
3631
- "kind": "field",
3632
- "name": "pollTimer",
3683
+ "name": "id",
3633
3684
  "type": {
3634
- "text": "ReturnType<typeof setInterval> | null"
3685
+ "text": "string"
3635
3686
  },
3636
- "privacy": "private",
3637
- "default": "null"
3638
- },
3639
- {
3640
- "kind": "field",
3641
- "name": "clickOutside",
3642
- "privacy": "private"
3643
- },
3687
+ "description": "The item ID",
3688
+ "fieldName": "id",
3689
+ "inheritedFrom": {
3690
+ "name": "AccordionItem",
3691
+ "module": "src/accordion-item/accordion-item.ts"
3692
+ }
3693
+ }
3694
+ ],
3695
+ "members": [
3644
3696
  {
3645
3697
  "kind": "field",
3646
- "name": "chromeStatusLabel",
3698
+ "name": "headinglevel",
3647
3699
  "type": {
3648
- "text": "string | null"
3700
+ "text": "1 | 2 | 3 | 4 | 5 | 6"
3649
3701
  },
3650
- "readonly": true
3702
+ "privacy": "public",
3703
+ "default": "2",
3704
+ "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
3705
+ "inheritedFrom": {
3706
+ "name": "AccordionItem",
3707
+ "module": "src/accordion-item/accordion-item.ts"
3708
+ }
3651
3709
  },
3652
3710
  {
3653
3711
  "kind": "field",
3654
- "name": "canInstall",
3712
+ "name": "expanded",
3655
3713
  "type": {
3656
3714
  "text": "boolean"
3657
3715
  },
3658
- "readonly": true
3716
+ "privacy": "public",
3717
+ "default": "false",
3718
+ "description": "Expands or collapses the item.",
3719
+ "inheritedFrom": {
3720
+ "name": "AccordionItem",
3721
+ "module": "src/accordion-item/accordion-item.ts"
3722
+ }
3659
3723
  },
3660
3724
  {
3661
3725
  "kind": "field",
3662
- "name": "isDownloading",
3726
+ "name": "id",
3663
3727
  "type": {
3664
- "text": "boolean"
3665
- },
3666
- "readonly": true
3667
- },
3668
- {
3669
- "kind": "method",
3670
- "name": "openChanged",
3671
- "return": {
3672
- "type": {
3673
- "text": "void"
3674
- }
3675
- }
3676
- },
3677
- {
3678
- "kind": "method",
3679
- "name": "handleClickOutside",
3680
- "privacy": "private",
3681
- "parameters": [
3682
- {
3683
- "name": "event",
3684
- "type": {
3685
- "text": "MouseEvent"
3686
- }
3687
- }
3688
- ]
3689
- },
3690
- {
3691
- "kind": "method",
3692
- "name": "toggleDropdown"
3693
- },
3694
- {
3695
- "kind": "method",
3696
- "name": "refreshStatus",
3697
- "return": {
3698
- "type": {
3699
- "text": "Promise<void>"
3700
- }
3701
- }
3702
- },
3703
- {
3704
- "kind": "method",
3705
- "name": "deriveState",
3706
- "privacy": "private",
3707
- "return": {
3708
- "type": {
3709
- "text": "AIIndicatorState"
3710
- }
3728
+ "text": "string"
3711
3729
  },
3712
- "parameters": [
3713
- {
3714
- "name": "s",
3715
- "type": {
3716
- "text": "AIStatus | null"
3717
- }
3718
- }
3719
- ]
3720
- },
3721
- {
3722
- "kind": "method",
3723
- "name": "maybeStartPolling",
3724
- "privacy": "private",
3725
- "return": {
3726
- "type": {
3727
- "text": "void"
3728
- }
3729
- }
3730
- },
3731
- {
3732
- "kind": "method",
3733
- "name": "startPolling",
3734
- "privacy": "private",
3735
- "return": {
3736
- "type": {
3737
- "text": "void"
3738
- }
3730
+ "privacy": "public",
3731
+ "description": "The item ID",
3732
+ "inheritedFrom": {
3733
+ "name": "AccordionItem",
3734
+ "module": "src/accordion-item/accordion-item.ts"
3739
3735
  }
3740
3736
  },
3741
3737
  {
3742
- "kind": "method",
3743
- "name": "stopPolling",
3738
+ "kind": "field",
3739
+ "name": "change",
3744
3740
  "privacy": "private",
3745
- "return": {
3746
- "type": {
3747
- "text": "void"
3748
- }
3749
- }
3750
- },
3751
- {
3752
- "kind": "method",
3753
- "name": "onInstall",
3754
- "return": {
3755
- "type": {
3756
- "text": "Promise<void>"
3757
- }
3741
+ "inheritedFrom": {
3742
+ "name": "AccordionItem",
3743
+ "module": "src/accordion-item/accordion-item.ts"
3758
3744
  }
3759
3745
  },
3760
3746
  {
@@ -3869,88 +3855,102 @@
3869
3855
  }
3870
3856
  }
3871
3857
  ],
3872
- "superclass": {
3873
- "name": "FoundationElement",
3874
- "package": "@microsoft/fast-foundation"
3858
+ "events": [
3859
+ {
3860
+ "description": "Fires a custom 'change' event when the button is invoked",
3861
+ "name": "change",
3862
+ "inheritedFrom": {
3863
+ "name": "AccordionItem",
3864
+ "module": "src/accordion-item/accordion-item.ts"
3865
+ }
3866
+ }
3867
+ ]
3868
+ },
3869
+ {
3870
+ "kind": "variable",
3871
+ "name": "foundationAccordionItemShadowOptions",
3872
+ "type": {
3873
+ "text": "ShadowRootInit"
3875
3874
  },
3876
- "tagName": "%%prefix%%-ai-indicator",
3877
- "customElement": true
3875
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
3878
3876
  },
3879
3877
  {
3880
3878
  "kind": "variable",
3881
- "name": "foundationAiIndicator"
3879
+ "name": "defaultAccordionItemConfig",
3880
+ "type": {
3881
+ "text": "object"
3882
+ },
3883
+ "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
3884
+ },
3885
+ {
3886
+ "kind": "variable",
3887
+ "name": "foundationAccordionItem",
3888
+ "description": "The Foundation Accordion Item",
3889
+ "privacy": "public"
3882
3890
  }
3883
3891
  ],
3884
3892
  "exports": [
3885
3893
  {
3886
3894
  "kind": "js",
3887
- "name": "AiIndicator",
3895
+ "name": "AccordionItem",
3888
3896
  "declaration": {
3889
- "name": "AiIndicator",
3890
- "module": "src/ai-indicator/ai-indicator.ts"
3897
+ "name": "AccordionItem",
3898
+ "module": "src/accordion-item/accordion-item.ts"
3891
3899
  }
3892
3900
  },
3893
3901
  {
3894
3902
  "kind": "js",
3895
- "name": "foundationAiIndicator",
3896
- "declaration": {
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",
3903
+ "name": "foundationAccordionItemShadowOptions",
3911
3904
  "declaration": {
3912
- "name": "AiIndicator",
3913
- "module": "./ai-indicator"
3905
+ "name": "foundationAccordionItemShadowOptions",
3906
+ "module": "src/accordion-item/accordion-item.ts"
3914
3907
  }
3915
3908
  },
3916
3909
  {
3917
3910
  "kind": "js",
3918
- "name": "foundationAiIndicator",
3911
+ "name": "defaultAccordionItemConfig",
3919
3912
  "declaration": {
3920
- "name": "foundationAiIndicator",
3921
- "module": "./ai-indicator"
3913
+ "name": "defaultAccordionItemConfig",
3914
+ "module": "src/accordion-item/accordion-item.ts"
3922
3915
  }
3923
3916
  },
3924
3917
  {
3925
3918
  "kind": "js",
3926
- "name": "type",
3919
+ "name": "foundationAccordionItem",
3927
3920
  "declaration": {
3928
- "name": "type",
3929
- "module": "./ai-indicator"
3921
+ "name": "foundationAccordionItem",
3922
+ "module": "src/accordion-item/accordion-item.ts"
3930
3923
  }
3931
- },
3924
+ }
3925
+ ]
3926
+ },
3927
+ {
3928
+ "kind": "javascript-module",
3929
+ "path": "src/accordion-item/index.ts",
3930
+ "declarations": [],
3931
+ "exports": [
3932
3932
  {
3933
3933
  "kind": "js",
3934
- "name": "AIIndicatorState",
3934
+ "name": "*",
3935
3935
  "declaration": {
3936
- "name": "AIIndicatorState",
3937
- "module": "./ai-indicator"
3936
+ "name": "*",
3937
+ "package": "./accordion-item.template"
3938
3938
  }
3939
3939
  },
3940
3940
  {
3941
3941
  "kind": "js",
3942
- "name": "foundationAiIndicatorTemplate",
3942
+ "name": "*",
3943
3943
  "declaration": {
3944
- "name": "foundationAiIndicatorTemplate",
3945
- "module": "./ai-indicator.template"
3944
+ "name": "*",
3945
+ "package": "./accordion-item.styles"
3946
3946
  }
3947
3947
  },
3948
3948
  {
3949
3949
  "kind": "js",
3950
- "name": "foundationAiIndicatorStyles",
3950
+ "name": "*",
3951
3951
  "declaration": {
3952
- "name": "foundationAiIndicatorStyles",
3953
- "module": "./ai-indicator.styles"
3952
+ "name": "*",
3953
+ "package": "./accordion-item"
3954
3954
  }
3955
3955
  }
3956
3956
  ]
@@ -48981,6 +48981,15 @@
48981
48981
  },
48982
48982
  "default": "false"
48983
48983
  },
48984
+ {
48985
+ "kind": "field",
48986
+ "name": "indicatorOnly",
48987
+ "type": {
48988
+ "text": "boolean"
48989
+ },
48990
+ "default": "false",
48991
+ "description": "Render only the step-indicator card — no tab-panel container and no action\nbuttons. Lets the stepper be used as a read-only progress indicator with\n`<stepper-tab>` children but no `<stepper-tab-panel>` children."
48992
+ },
48984
48993
  {
48985
48994
  "kind": "field",
48986
48995
  "name": "orientation",
@@ -49032,7 +49041,8 @@
49032
49041
  "name": "tabs",
49033
49042
  "type": {
49034
49043
  "text": "StepperTab[] & HTMLElement[]"
49035
- }
49044
+ },
49045
+ "default": "[]"
49036
49046
  },
49037
49047
  {
49038
49048
  "kind": "method",
@@ -49048,7 +49058,8 @@
49048
49058
  "name": "tabpanels",
49049
49059
  "type": {
49050
49060
  "text": "HTMLElement[]"
49051
- }
49061
+ },
49062
+ "default": "[]"
49052
49063
  },
49053
49064
  {
49054
49065
  "kind": "method",
@@ -49507,6 +49518,15 @@
49507
49518
  "default": "false",
49508
49519
  "fieldName": "hideTabs"
49509
49520
  },
49521
+ {
49522
+ "name": "indicator-only",
49523
+ "type": {
49524
+ "text": "boolean"
49525
+ },
49526
+ "default": "false",
49527
+ "description": "Render only the step-indicator card — no tab-panel container and no action\nbuttons. Lets the stepper be used as a read-only progress indicator with\n`<stepper-tab>` children but no `<stepper-tab-panel>` children.",
49528
+ "fieldName": "indicatorOnly"
49529
+ },
49510
49530
  {
49511
49531
  "name": "orientation",
49512
49532
  "type": {