@genesislcap/foundation-ui 14.493.1-alpha-8ff3328.0 → 14.495.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.
- package/dist/custom-elements.json +765 -1170
- package/dist/dts/base-components.d.ts +0 -11
- package/dist/dts/base-components.d.ts.map +1 -1
- package/dist/dts/index.d.ts +0 -1
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/dts/react.d.ts +13 -25
- package/dist/esm/base-components.js +0 -2
- package/dist/esm/index.js +0 -1
- package/dist/foundation-ui.api.json +1 -588
- package/dist/foundation-ui.d.ts +0 -75
- package/dist/react.cjs +9 -33
- package/dist/react.mjs +7 -30
- package/package.json +19 -19
- package/dist/dts/pill/index.d.ts +0 -4
- package/dist/dts/pill/index.d.ts.map +0 -1
- package/dist/dts/pill/pill.d.ts +0 -58
- package/dist/dts/pill/pill.d.ts.map +0 -1
- package/dist/dts/pill/pill.styles.d.ts +0 -2
- package/dist/dts/pill/pill.styles.d.ts.map +0 -1
- package/dist/dts/pill/pill.template.d.ts +0 -3
- package/dist/dts/pill/pill.template.d.ts.map +0 -1
- package/dist/esm/pill/index.js +0 -3
- package/dist/esm/pill/pill.js +0 -63
- package/dist/esm/pill/pill.styles.js +0 -75
- package/dist/esm/pill/pill.template.js +0 -38
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"type": {
|
|
13
13
|
"text": "object"
|
|
14
14
|
},
|
|
15
|
-
"default": "{\n foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n
|
|
15
|
+
"default": "{\n foundationAccordion,\n foundationAiCriteriaSearch,\n foundationAiIndicator,\n foundationAccordionItem,\n foundationActionsMenu,\n foundationAnchor,\n foundationAnchoredRegion,\n foundationAvatar,\n foundationBadge,\n foundationBanner,\n foundationBreadcrumb,\n foundationBreadcrumbItem,\n foundationButton,\n foundationCalendar,\n foundationCard,\n foundationCategorizedMultiselect,\n foundationCheckbox,\n foundationCombobox,\n foundationConnectionIndicator,\n foundationDataGrid,\n foundationDataGridCell,\n foundationDataGridRow,\n foundationDatePicker,\n foundationDesignSystemProvider,\n foundationDialog,\n foundationDisclosure,\n foundationDivider,\n foundationDropdownMenu,\n foundationErrorBanner,\n foundationErrorBoundary,\n foundationErrorDialog,\n foundationFileReader,\n foundationFileUpload,\n foundationFilter,\n foundationFilterBar,\n foundationFlexLayout,\n foundationFlipper,\n foundationFlyout,\n foundationGridLayout,\n foundationGridLayoutItem,\n foundationHorizontalScroll,\n foundationIcon,\n foundationListbox,\n foundationListboxOption,\n foundationMenu,\n foundationMenuItem,\n foundationModal,\n foundationMultiselect,\n foundationNumberField,\n foundationOptgroup,\n foundationPopper,\n foundationProgress,\n foundationProgressRing,\n foundationRadio,\n foundationRadioGroup,\n foundationScheduler,\n foundationSchedulerCronBuilder,\n foundationSchedulerTimezone,\n foundationSearchBar,\n foundationSearchBarCombobox,\n foundationSegmentedControl,\n foundationSegmentedItem,\n foundationSelect,\n foundationSkeleton,\n foundationSlider,\n foundationSliderLabel,\n foundationSnackbar,\n foundationStackingIcons,\n foundationStatusPill,\n foundationEnvironmentIndicator,\n foundationStepperTab,\n foundationStepperTabPanel,\n foundationSwitch,\n foundationSystemHealthOverlay,\n foundationTab,\n foundationTabPanel,\n foundationTabs,\n foundationTextArea,\n foundationTextField,\n foundationToast,\n foundationToolbar,\n foundationTooltip,\n foundationTreeItem,\n foundationTreeView,\n foundationUrlInput,\n foundationSectionNavigator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"exports": [
|
|
@@ -548,14 +548,6 @@
|
|
|
548
548
|
"package": "./patterns"
|
|
549
549
|
}
|
|
550
550
|
},
|
|
551
|
-
{
|
|
552
|
-
"kind": "js",
|
|
553
|
-
"name": "*",
|
|
554
|
-
"declaration": {
|
|
555
|
-
"name": "*",
|
|
556
|
-
"package": "./pill"
|
|
557
|
-
}
|
|
558
|
-
},
|
|
559
551
|
{
|
|
560
552
|
"kind": "js",
|
|
561
553
|
"name": "*",
|
|
@@ -1416,42 +1408,11 @@
|
|
|
1416
1408
|
},
|
|
1417
1409
|
{
|
|
1418
1410
|
"kind": "javascript-module",
|
|
1419
|
-
"path": "src/
|
|
1420
|
-
"declarations": [],
|
|
1421
|
-
"exports": [
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./styles"
|
|
1428
|
-
}
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
"kind": "js",
|
|
1432
|
-
"name": "*",
|
|
1433
|
-
"declaration": {
|
|
1434
|
-
"name": "*",
|
|
1435
|
-
"package": "./tokens"
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"kind": "js",
|
|
1440
|
-
"name": "*",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"name": "*",
|
|
1443
|
-
"package": "./values"
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "javascript-module",
|
|
1450
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1411
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1451
1412
|
"declarations": [
|
|
1452
1413
|
{
|
|
1453
1414
|
"kind": "function",
|
|
1454
|
-
"name": "
|
|
1415
|
+
"name": "foundationAccordionStyles",
|
|
1455
1416
|
"return": {
|
|
1456
1417
|
"type": {
|
|
1457
1418
|
"text": "ElementStyles"
|
|
@@ -1476,24 +1437,24 @@
|
|
|
1476
1437
|
"exports": [
|
|
1477
1438
|
{
|
|
1478
1439
|
"kind": "js",
|
|
1479
|
-
"name": "
|
|
1440
|
+
"name": "foundationAccordionStyles",
|
|
1480
1441
|
"declaration": {
|
|
1481
|
-
"name": "
|
|
1482
|
-
"module": "src/accordion
|
|
1442
|
+
"name": "foundationAccordionStyles",
|
|
1443
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1483
1444
|
}
|
|
1484
1445
|
}
|
|
1485
1446
|
]
|
|
1486
1447
|
},
|
|
1487
1448
|
{
|
|
1488
1449
|
"kind": "javascript-module",
|
|
1489
|
-
"path": "src/accordion
|
|
1450
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1490
1451
|
"declarations": [
|
|
1491
1452
|
{
|
|
1492
1453
|
"kind": "function",
|
|
1493
|
-
"name": "
|
|
1454
|
+
"name": "foundationAccordionTemplate",
|
|
1494
1455
|
"return": {
|
|
1495
1456
|
"type": {
|
|
1496
|
-
"text": "ViewTemplate<
|
|
1457
|
+
"text": "ViewTemplate<Accordion>"
|
|
1497
1458
|
}
|
|
1498
1459
|
},
|
|
1499
1460
|
"parameters": [
|
|
@@ -1515,116 +1476,631 @@
|
|
|
1515
1476
|
"exports": [
|
|
1516
1477
|
{
|
|
1517
1478
|
"kind": "js",
|
|
1518
|
-
"name": "
|
|
1479
|
+
"name": "foundationAccordionTemplate",
|
|
1519
1480
|
"declaration": {
|
|
1520
|
-
"name": "
|
|
1521
|
-
"module": "src/accordion
|
|
1481
|
+
"name": "foundationAccordionTemplate",
|
|
1482
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1522
1483
|
}
|
|
1523
1484
|
}
|
|
1524
1485
|
]
|
|
1525
1486
|
},
|
|
1526
1487
|
{
|
|
1527
1488
|
"kind": "javascript-module",
|
|
1528
|
-
"path": "src/accordion
|
|
1489
|
+
"path": "src/accordion/accordion.ts",
|
|
1529
1490
|
"declarations": [
|
|
1530
1491
|
{
|
|
1531
1492
|
"kind": "class",
|
|
1532
1493
|
"description": "",
|
|
1533
|
-
"name": "
|
|
1494
|
+
"name": "Accordion",
|
|
1534
1495
|
"superclass": {
|
|
1535
|
-
"name": "
|
|
1536
|
-
"package": "@microsoft/fast-
|
|
1496
|
+
"name": "FASTAccordion",
|
|
1497
|
+
"package": "@microsoft/fast-foundation"
|
|
1537
1498
|
},
|
|
1538
|
-
"tagName": "%%prefix%%-accordion
|
|
1499
|
+
"tagName": "%%prefix%%-accordion",
|
|
1539
1500
|
"customElement": true,
|
|
1540
1501
|
"attributes": [
|
|
1541
1502
|
{
|
|
1542
|
-
"name": "
|
|
1503
|
+
"name": "expand-mode",
|
|
1543
1504
|
"type": {
|
|
1544
|
-
"text": "
|
|
1505
|
+
"text": "AccordionExpandMode"
|
|
1545
1506
|
},
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"fieldName": "headinglevel",
|
|
1507
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1508
|
+
"fieldName": "expandmode",
|
|
1549
1509
|
"inheritedFrom": {
|
|
1550
|
-
"name": "
|
|
1551
|
-
"module": "src/accordion
|
|
1510
|
+
"name": "Accordion",
|
|
1511
|
+
"module": "src/accordion/accordion.ts"
|
|
1552
1512
|
}
|
|
1553
|
-
}
|
|
1513
|
+
}
|
|
1514
|
+
],
|
|
1515
|
+
"members": [
|
|
1554
1516
|
{
|
|
1517
|
+
"kind": "field",
|
|
1518
|
+
"name": "expandmode",
|
|
1555
1519
|
"type": {
|
|
1556
|
-
"text": "
|
|
1520
|
+
"text": "AccordionExpandMode"
|
|
1557
1521
|
},
|
|
1558
|
-
"
|
|
1559
|
-
"description": "
|
|
1560
|
-
"fieldName": "expanded",
|
|
1522
|
+
"privacy": "public",
|
|
1523
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
1561
1524
|
"inheritedFrom": {
|
|
1562
|
-
"name": "
|
|
1563
|
-
"module": "src/accordion
|
|
1525
|
+
"name": "Accordion",
|
|
1526
|
+
"module": "src/accordion/accordion.ts"
|
|
1564
1527
|
}
|
|
1565
1528
|
},
|
|
1566
1529
|
{
|
|
1567
|
-
"
|
|
1530
|
+
"kind": "field",
|
|
1531
|
+
"name": "activeid",
|
|
1568
1532
|
"type": {
|
|
1569
|
-
"text": "string"
|
|
1533
|
+
"text": "string | null"
|
|
1570
1534
|
},
|
|
1571
|
-
"
|
|
1572
|
-
"fieldName": "id",
|
|
1535
|
+
"privacy": "private",
|
|
1573
1536
|
"inheritedFrom": {
|
|
1574
|
-
"name": "
|
|
1575
|
-
"module": "src/accordion
|
|
1537
|
+
"name": "Accordion",
|
|
1538
|
+
"module": "src/accordion/accordion.ts"
|
|
1576
1539
|
}
|
|
1577
|
-
}
|
|
1578
|
-
],
|
|
1579
|
-
"members": [
|
|
1540
|
+
},
|
|
1580
1541
|
{
|
|
1581
1542
|
"kind": "field",
|
|
1582
|
-
"name": "
|
|
1543
|
+
"name": "activeItemIndex",
|
|
1583
1544
|
"type": {
|
|
1584
|
-
"text": "
|
|
1545
|
+
"text": "number"
|
|
1585
1546
|
},
|
|
1586
|
-
"privacy": "
|
|
1587
|
-
"default": "
|
|
1588
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1547
|
+
"privacy": "private",
|
|
1548
|
+
"default": "0",
|
|
1589
1549
|
"inheritedFrom": {
|
|
1590
|
-
"name": "
|
|
1591
|
-
"module": "src/accordion
|
|
1550
|
+
"name": "Accordion",
|
|
1551
|
+
"module": "src/accordion/accordion.ts"
|
|
1592
1552
|
}
|
|
1593
1553
|
},
|
|
1594
1554
|
{
|
|
1595
1555
|
"kind": "field",
|
|
1596
|
-
"name": "
|
|
1556
|
+
"name": "accordionIds",
|
|
1597
1557
|
"type": {
|
|
1598
|
-
"text": "
|
|
1558
|
+
"text": "Array<string | null>"
|
|
1599
1559
|
},
|
|
1600
|
-
"privacy": "
|
|
1601
|
-
"default": "false",
|
|
1602
|
-
"description": "Expands or collapses the item.",
|
|
1560
|
+
"privacy": "private",
|
|
1603
1561
|
"inheritedFrom": {
|
|
1604
|
-
"name": "
|
|
1605
|
-
"module": "src/accordion
|
|
1562
|
+
"name": "Accordion",
|
|
1563
|
+
"module": "src/accordion/accordion.ts"
|
|
1606
1564
|
}
|
|
1607
1565
|
},
|
|
1608
1566
|
{
|
|
1609
1567
|
"kind": "field",
|
|
1610
|
-
"name": "
|
|
1611
|
-
"
|
|
1612
|
-
|
|
1568
|
+
"name": "change",
|
|
1569
|
+
"privacy": "private",
|
|
1570
|
+
"inheritedFrom": {
|
|
1571
|
+
"name": "Accordion",
|
|
1572
|
+
"module": "src/accordion/accordion.ts"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"kind": "method",
|
|
1577
|
+
"name": "findExpandedItem",
|
|
1578
|
+
"privacy": "private",
|
|
1579
|
+
"return": {
|
|
1580
|
+
"type": {
|
|
1581
|
+
"text": "AccordionItem | null"
|
|
1582
|
+
}
|
|
1613
1583
|
},
|
|
1614
|
-
"privacy": "public",
|
|
1615
|
-
"description": "The item ID",
|
|
1616
1584
|
"inheritedFrom": {
|
|
1617
|
-
"name": "
|
|
1618
|
-
"module": "src/accordion
|
|
1585
|
+
"name": "Accordion",
|
|
1586
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
1587
|
}
|
|
1620
1588
|
},
|
|
1621
1589
|
{
|
|
1622
1590
|
"kind": "field",
|
|
1623
|
-
"name": "
|
|
1591
|
+
"name": "setItems",
|
|
1624
1592
|
"privacy": "private",
|
|
1625
1593
|
"inheritedFrom": {
|
|
1626
|
-
"name": "
|
|
1627
|
-
"module": "src/accordion
|
|
1594
|
+
"name": "Accordion",
|
|
1595
|
+
"module": "src/accordion/accordion.ts"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "method",
|
|
1600
|
+
"name": "resetItems",
|
|
1601
|
+
"privacy": "private",
|
|
1602
|
+
"return": {
|
|
1603
|
+
"type": {
|
|
1604
|
+
"text": "void"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"inheritedFrom": {
|
|
1608
|
+
"name": "Accordion",
|
|
1609
|
+
"module": "src/accordion/accordion.ts"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "field",
|
|
1614
|
+
"name": "removeItemListeners",
|
|
1615
|
+
"privacy": "private",
|
|
1616
|
+
"inheritedFrom": {
|
|
1617
|
+
"name": "Accordion",
|
|
1618
|
+
"module": "src/accordion/accordion.ts"
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "field",
|
|
1623
|
+
"name": "activeItemChange",
|
|
1624
|
+
"privacy": "private",
|
|
1625
|
+
"inheritedFrom": {
|
|
1626
|
+
"name": "Accordion",
|
|
1627
|
+
"module": "src/accordion/accordion.ts"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"kind": "method",
|
|
1632
|
+
"name": "getItemIds",
|
|
1633
|
+
"privacy": "private",
|
|
1634
|
+
"return": {
|
|
1635
|
+
"type": {
|
|
1636
|
+
"text": "Array<string | null>"
|
|
1637
|
+
}
|
|
1638
|
+
},
|
|
1639
|
+
"inheritedFrom": {
|
|
1640
|
+
"name": "Accordion",
|
|
1641
|
+
"module": "src/accordion/accordion.ts"
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"kind": "method",
|
|
1646
|
+
"name": "isSingleExpandMode",
|
|
1647
|
+
"privacy": "private",
|
|
1648
|
+
"return": {
|
|
1649
|
+
"type": {
|
|
1650
|
+
"text": "boolean"
|
|
1651
|
+
}
|
|
1652
|
+
},
|
|
1653
|
+
"inheritedFrom": {
|
|
1654
|
+
"name": "Accordion",
|
|
1655
|
+
"module": "src/accordion/accordion.ts"
|
|
1656
|
+
}
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"kind": "field",
|
|
1660
|
+
"name": "handleItemKeyDown",
|
|
1661
|
+
"privacy": "private",
|
|
1662
|
+
"inheritedFrom": {
|
|
1663
|
+
"name": "Accordion",
|
|
1664
|
+
"module": "src/accordion/accordion.ts"
|
|
1665
|
+
}
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
"kind": "field",
|
|
1669
|
+
"name": "handleItemFocus",
|
|
1670
|
+
"privacy": "private",
|
|
1671
|
+
"inheritedFrom": {
|
|
1672
|
+
"name": "Accordion",
|
|
1673
|
+
"module": "src/accordion/accordion.ts"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"kind": "method",
|
|
1678
|
+
"name": "adjust",
|
|
1679
|
+
"privacy": "private",
|
|
1680
|
+
"return": {
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "void"
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
"parameters": [
|
|
1686
|
+
{
|
|
1687
|
+
"name": "adjustment",
|
|
1688
|
+
"type": {
|
|
1689
|
+
"text": "number"
|
|
1690
|
+
}
|
|
1691
|
+
}
|
|
1692
|
+
],
|
|
1693
|
+
"inheritedFrom": {
|
|
1694
|
+
"name": "Accordion",
|
|
1695
|
+
"module": "src/accordion/accordion.ts"
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"kind": "method",
|
|
1700
|
+
"name": "focusItem",
|
|
1701
|
+
"privacy": "private",
|
|
1702
|
+
"return": {
|
|
1703
|
+
"type": {
|
|
1704
|
+
"text": "void"
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
"inheritedFrom": {
|
|
1708
|
+
"name": "Accordion",
|
|
1709
|
+
"module": "src/accordion/accordion.ts"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "field",
|
|
1714
|
+
"name": "_presentation",
|
|
1715
|
+
"type": {
|
|
1716
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1717
|
+
},
|
|
1718
|
+
"privacy": "private",
|
|
1719
|
+
"default": "void 0",
|
|
1720
|
+
"inheritedFrom": {
|
|
1721
|
+
"name": "FoundationElement",
|
|
1722
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"kind": "field",
|
|
1727
|
+
"name": "$presentation",
|
|
1728
|
+
"type": {
|
|
1729
|
+
"text": "ComponentPresentation | null"
|
|
1730
|
+
},
|
|
1731
|
+
"privacy": "public",
|
|
1732
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1733
|
+
"inheritedFrom": {
|
|
1734
|
+
"name": "FoundationElement",
|
|
1735
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"kind": "field",
|
|
1740
|
+
"name": "template",
|
|
1741
|
+
"type": {
|
|
1742
|
+
"text": "ElementViewTemplate | void | null"
|
|
1743
|
+
},
|
|
1744
|
+
"privacy": "public",
|
|
1745
|
+
"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.",
|
|
1746
|
+
"inheritedFrom": {
|
|
1747
|
+
"name": "FoundationElement",
|
|
1748
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1749
|
+
}
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"kind": "method",
|
|
1753
|
+
"name": "templateChanged",
|
|
1754
|
+
"privacy": "protected",
|
|
1755
|
+
"return": {
|
|
1756
|
+
"type": {
|
|
1757
|
+
"text": "void"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"inheritedFrom": {
|
|
1761
|
+
"name": "FoundationElement",
|
|
1762
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1763
|
+
}
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
"kind": "field",
|
|
1767
|
+
"name": "styles",
|
|
1768
|
+
"type": {
|
|
1769
|
+
"text": "ElementStyles | void | null"
|
|
1770
|
+
},
|
|
1771
|
+
"privacy": "public",
|
|
1772
|
+
"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.",
|
|
1773
|
+
"inheritedFrom": {
|
|
1774
|
+
"name": "FoundationElement",
|
|
1775
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1776
|
+
}
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"kind": "method",
|
|
1780
|
+
"name": "stylesChanged",
|
|
1781
|
+
"privacy": "protected",
|
|
1782
|
+
"return": {
|
|
1783
|
+
"type": {
|
|
1784
|
+
"text": "void"
|
|
1785
|
+
}
|
|
1786
|
+
},
|
|
1787
|
+
"inheritedFrom": {
|
|
1788
|
+
"name": "FoundationElement",
|
|
1789
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"kind": "method",
|
|
1794
|
+
"name": "compose",
|
|
1795
|
+
"privacy": "public",
|
|
1796
|
+
"static": true,
|
|
1797
|
+
"return": {
|
|
1798
|
+
"type": {
|
|
1799
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"parameters": [
|
|
1803
|
+
{
|
|
1804
|
+
"name": "this",
|
|
1805
|
+
"type": {
|
|
1806
|
+
"text": "K"
|
|
1807
|
+
}
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"name": "elementDefinition",
|
|
1811
|
+
"type": {
|
|
1812
|
+
"text": "T"
|
|
1813
|
+
},
|
|
1814
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1815
|
+
}
|
|
1816
|
+
],
|
|
1817
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1818
|
+
"inheritedFrom": {
|
|
1819
|
+
"name": "FoundationElement",
|
|
1820
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
],
|
|
1824
|
+
"events": [
|
|
1825
|
+
{
|
|
1826
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
1827
|
+
"name": "change",
|
|
1828
|
+
"inheritedFrom": {
|
|
1829
|
+
"name": "Accordion",
|
|
1830
|
+
"module": "src/accordion/accordion.ts"
|
|
1831
|
+
}
|
|
1832
|
+
}
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1835
|
+
{
|
|
1836
|
+
"kind": "variable",
|
|
1837
|
+
"name": "foundationAccordionShadowOptions",
|
|
1838
|
+
"type": {
|
|
1839
|
+
"text": "ShadowRootInit"
|
|
1840
|
+
},
|
|
1841
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"kind": "variable",
|
|
1845
|
+
"name": "defaultAccordionConfig",
|
|
1846
|
+
"type": {
|
|
1847
|
+
"text": "object"
|
|
1848
|
+
},
|
|
1849
|
+
"default": "{}"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"kind": "variable",
|
|
1853
|
+
"name": "foundationAccordion",
|
|
1854
|
+
"description": "The Foundation Accordion",
|
|
1855
|
+
"privacy": "public"
|
|
1856
|
+
}
|
|
1857
|
+
],
|
|
1858
|
+
"exports": [
|
|
1859
|
+
{
|
|
1860
|
+
"kind": "js",
|
|
1861
|
+
"name": "Accordion",
|
|
1862
|
+
"declaration": {
|
|
1863
|
+
"name": "Accordion",
|
|
1864
|
+
"module": "src/accordion/accordion.ts"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
"kind": "js",
|
|
1869
|
+
"name": "foundationAccordionShadowOptions",
|
|
1870
|
+
"declaration": {
|
|
1871
|
+
"name": "foundationAccordionShadowOptions",
|
|
1872
|
+
"module": "src/accordion/accordion.ts"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"kind": "js",
|
|
1877
|
+
"name": "defaultAccordionConfig",
|
|
1878
|
+
"declaration": {
|
|
1879
|
+
"name": "defaultAccordionConfig",
|
|
1880
|
+
"module": "src/accordion/accordion.ts"
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"kind": "js",
|
|
1885
|
+
"name": "foundationAccordion",
|
|
1886
|
+
"declaration": {
|
|
1887
|
+
"name": "foundationAccordion",
|
|
1888
|
+
"module": "src/accordion/accordion.ts"
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1891
|
+
]
|
|
1892
|
+
},
|
|
1893
|
+
{
|
|
1894
|
+
"kind": "javascript-module",
|
|
1895
|
+
"path": "src/accordion/index.ts",
|
|
1896
|
+
"declarations": [],
|
|
1897
|
+
"exports": [
|
|
1898
|
+
{
|
|
1899
|
+
"kind": "js",
|
|
1900
|
+
"name": "*",
|
|
1901
|
+
"declaration": {
|
|
1902
|
+
"name": "*",
|
|
1903
|
+
"package": "./accordion.template"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"kind": "js",
|
|
1908
|
+
"name": "*",
|
|
1909
|
+
"declaration": {
|
|
1910
|
+
"name": "*",
|
|
1911
|
+
"package": "./accordion.styles"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"kind": "js",
|
|
1916
|
+
"name": "*",
|
|
1917
|
+
"declaration": {
|
|
1918
|
+
"name": "*",
|
|
1919
|
+
"package": "./accordion"
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
]
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "javascript-module",
|
|
1926
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1927
|
+
"declarations": [
|
|
1928
|
+
{
|
|
1929
|
+
"kind": "function",
|
|
1930
|
+
"name": "foundationAccordionItemStyles",
|
|
1931
|
+
"return": {
|
|
1932
|
+
"type": {
|
|
1933
|
+
"text": "ElementStyles"
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1936
|
+
"parameters": [
|
|
1937
|
+
{
|
|
1938
|
+
"name": "context",
|
|
1939
|
+
"type": {
|
|
1940
|
+
"text": "ElementDefinitionContext"
|
|
1941
|
+
}
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"name": "definition",
|
|
1945
|
+
"type": {
|
|
1946
|
+
"text": "FoundationElementDefinition"
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
]
|
|
1950
|
+
}
|
|
1951
|
+
],
|
|
1952
|
+
"exports": [
|
|
1953
|
+
{
|
|
1954
|
+
"kind": "js",
|
|
1955
|
+
"name": "foundationAccordionItemStyles",
|
|
1956
|
+
"declaration": {
|
|
1957
|
+
"name": "foundationAccordionItemStyles",
|
|
1958
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
{
|
|
1964
|
+
"kind": "javascript-module",
|
|
1965
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1966
|
+
"declarations": [
|
|
1967
|
+
{
|
|
1968
|
+
"kind": "function",
|
|
1969
|
+
"name": "foundationAccordionItemTemplate",
|
|
1970
|
+
"return": {
|
|
1971
|
+
"type": {
|
|
1972
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1973
|
+
}
|
|
1974
|
+
},
|
|
1975
|
+
"parameters": [
|
|
1976
|
+
{
|
|
1977
|
+
"name": "context",
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": "ElementDefinitionContext"
|
|
1980
|
+
}
|
|
1981
|
+
},
|
|
1982
|
+
{
|
|
1983
|
+
"name": "definition",
|
|
1984
|
+
"type": {
|
|
1985
|
+
"text": "FoundationElementDefinition"
|
|
1986
|
+
}
|
|
1987
|
+
}
|
|
1988
|
+
]
|
|
1989
|
+
}
|
|
1990
|
+
],
|
|
1991
|
+
"exports": [
|
|
1992
|
+
{
|
|
1993
|
+
"kind": "js",
|
|
1994
|
+
"name": "foundationAccordionItemTemplate",
|
|
1995
|
+
"declaration": {
|
|
1996
|
+
"name": "foundationAccordionItemTemplate",
|
|
1997
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
]
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "javascript-module",
|
|
2004
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2005
|
+
"declarations": [
|
|
2006
|
+
{
|
|
2007
|
+
"kind": "class",
|
|
2008
|
+
"description": "",
|
|
2009
|
+
"name": "AccordionItem",
|
|
2010
|
+
"superclass": {
|
|
2011
|
+
"name": "FASTAccordionItem",
|
|
2012
|
+
"package": "@microsoft/fast-components"
|
|
2013
|
+
},
|
|
2014
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2015
|
+
"customElement": true,
|
|
2016
|
+
"attributes": [
|
|
2017
|
+
{
|
|
2018
|
+
"name": "heading-level",
|
|
2019
|
+
"type": {
|
|
2020
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2021
|
+
},
|
|
2022
|
+
"default": "2",
|
|
2023
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2024
|
+
"fieldName": "headinglevel",
|
|
2025
|
+
"inheritedFrom": {
|
|
2026
|
+
"name": "AccordionItem",
|
|
2027
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"type": {
|
|
2032
|
+
"text": "boolean"
|
|
2033
|
+
},
|
|
2034
|
+
"default": "false",
|
|
2035
|
+
"description": "Expands or collapses the item.",
|
|
2036
|
+
"fieldName": "expanded",
|
|
2037
|
+
"inheritedFrom": {
|
|
2038
|
+
"name": "AccordionItem",
|
|
2039
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2040
|
+
}
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"name": "id",
|
|
2044
|
+
"type": {
|
|
2045
|
+
"text": "string"
|
|
2046
|
+
},
|
|
2047
|
+
"description": "The item ID",
|
|
2048
|
+
"fieldName": "id",
|
|
2049
|
+
"inheritedFrom": {
|
|
2050
|
+
"name": "AccordionItem",
|
|
2051
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
],
|
|
2055
|
+
"members": [
|
|
2056
|
+
{
|
|
2057
|
+
"kind": "field",
|
|
2058
|
+
"name": "headinglevel",
|
|
2059
|
+
"type": {
|
|
2060
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2061
|
+
},
|
|
2062
|
+
"privacy": "public",
|
|
2063
|
+
"default": "2",
|
|
2064
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2065
|
+
"inheritedFrom": {
|
|
2066
|
+
"name": "AccordionItem",
|
|
2067
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"kind": "field",
|
|
2072
|
+
"name": "expanded",
|
|
2073
|
+
"type": {
|
|
2074
|
+
"text": "boolean"
|
|
2075
|
+
},
|
|
2076
|
+
"privacy": "public",
|
|
2077
|
+
"default": "false",
|
|
2078
|
+
"description": "Expands or collapses the item.",
|
|
2079
|
+
"inheritedFrom": {
|
|
2080
|
+
"name": "AccordionItem",
|
|
2081
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"kind": "field",
|
|
2086
|
+
"name": "id",
|
|
2087
|
+
"type": {
|
|
2088
|
+
"text": "string"
|
|
2089
|
+
},
|
|
2090
|
+
"privacy": "public",
|
|
2091
|
+
"description": "The item ID",
|
|
2092
|
+
"inheritedFrom": {
|
|
2093
|
+
"name": "AccordionItem",
|
|
2094
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2095
|
+
}
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"kind": "field",
|
|
2099
|
+
"name": "change",
|
|
2100
|
+
"privacy": "private",
|
|
2101
|
+
"inheritedFrom": {
|
|
2102
|
+
"name": "AccordionItem",
|
|
2103
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1628
2104
|
}
|
|
1629
2105
|
},
|
|
1630
2106
|
{
|
|
@@ -1839,6 +2315,37 @@
|
|
|
1839
2315
|
}
|
|
1840
2316
|
]
|
|
1841
2317
|
},
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "javascript-module",
|
|
2320
|
+
"path": "src/_config/index.ts",
|
|
2321
|
+
"declarations": [],
|
|
2322
|
+
"exports": [
|
|
2323
|
+
{
|
|
2324
|
+
"kind": "js",
|
|
2325
|
+
"name": "*",
|
|
2326
|
+
"declaration": {
|
|
2327
|
+
"name": "*",
|
|
2328
|
+
"package": "./styles"
|
|
2329
|
+
}
|
|
2330
|
+
},
|
|
2331
|
+
{
|
|
2332
|
+
"kind": "js",
|
|
2333
|
+
"name": "*",
|
|
2334
|
+
"declaration": {
|
|
2335
|
+
"name": "*",
|
|
2336
|
+
"package": "./tokens"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"kind": "js",
|
|
2341
|
+
"name": "*",
|
|
2342
|
+
"declaration": {
|
|
2343
|
+
"name": "*",
|
|
2344
|
+
"package": "./values"
|
|
2345
|
+
}
|
|
2346
|
+
}
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
1842
2349
|
{
|
|
1843
2350
|
"kind": "javascript-module",
|
|
1844
2351
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2400,11 +2907,11 @@
|
|
|
2400
2907
|
},
|
|
2401
2908
|
{
|
|
2402
2909
|
"kind": "javascript-module",
|
|
2403
|
-
"path": "src/
|
|
2910
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2404
2911
|
"declarations": [
|
|
2405
2912
|
{
|
|
2406
2913
|
"kind": "function",
|
|
2407
|
-
"name": "
|
|
2914
|
+
"name": "foundationAiIndicatorStyles",
|
|
2408
2915
|
"return": {
|
|
2409
2916
|
"type": {
|
|
2410
2917
|
"text": "ElementStyles"
|
|
@@ -2429,276 +2936,224 @@
|
|
|
2429
2936
|
"exports": [
|
|
2430
2937
|
{
|
|
2431
2938
|
"kind": "js",
|
|
2432
|
-
"name": "
|
|
2939
|
+
"name": "foundationAiIndicatorStyles",
|
|
2433
2940
|
"declaration": {
|
|
2434
|
-
"name": "
|
|
2435
|
-
"module": "src/
|
|
2941
|
+
"name": "foundationAiIndicatorStyles",
|
|
2942
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2436
2943
|
}
|
|
2437
2944
|
}
|
|
2438
2945
|
]
|
|
2439
2946
|
},
|
|
2440
2947
|
{
|
|
2441
2948
|
"kind": "javascript-module",
|
|
2442
|
-
"path": "src/
|
|
2949
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2443
2950
|
"declarations": [
|
|
2444
2951
|
{
|
|
2445
|
-
"kind": "
|
|
2446
|
-
"name": "
|
|
2447
|
-
"
|
|
2448
|
-
"
|
|
2449
|
-
"text": "ViewTemplate<Accordion>"
|
|
2450
|
-
}
|
|
2952
|
+
"kind": "variable",
|
|
2953
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2954
|
+
"type": {
|
|
2955
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2451
2956
|
},
|
|
2452
|
-
"
|
|
2453
|
-
{
|
|
2454
|
-
"name": "context",
|
|
2455
|
-
"type": {
|
|
2456
|
-
"text": "ElementDefinitionContext"
|
|
2457
|
-
}
|
|
2458
|
-
},
|
|
2459
|
-
{
|
|
2460
|
-
"name": "definition",
|
|
2461
|
-
"type": {
|
|
2462
|
-
"text": "FoundationElementDefinition"
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
]
|
|
2957
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2466
2958
|
}
|
|
2467
2959
|
],
|
|
2468
2960
|
"exports": [
|
|
2469
2961
|
{
|
|
2470
2962
|
"kind": "js",
|
|
2471
|
-
"name": "
|
|
2963
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2472
2964
|
"declaration": {
|
|
2473
|
-
"name": "
|
|
2474
|
-
"module": "src/
|
|
2965
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2966
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2475
2967
|
}
|
|
2476
2968
|
}
|
|
2477
2969
|
]
|
|
2478
2970
|
},
|
|
2479
2971
|
{
|
|
2480
2972
|
"kind": "javascript-module",
|
|
2481
|
-
"path": "src/
|
|
2973
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2482
2974
|
"declarations": [
|
|
2483
2975
|
{
|
|
2484
2976
|
"kind": "class",
|
|
2485
2977
|
"description": "",
|
|
2486
|
-
"name": "
|
|
2487
|
-
"superclass": {
|
|
2488
|
-
"name": "FASTAccordion",
|
|
2489
|
-
"package": "@microsoft/fast-foundation"
|
|
2490
|
-
},
|
|
2491
|
-
"tagName": "%%prefix%%-accordion",
|
|
2492
|
-
"customElement": true,
|
|
2493
|
-
"attributes": [
|
|
2494
|
-
{
|
|
2495
|
-
"name": "expand-mode",
|
|
2496
|
-
"type": {
|
|
2497
|
-
"text": "AccordionExpandMode"
|
|
2498
|
-
},
|
|
2499
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2500
|
-
"fieldName": "expandmode",
|
|
2501
|
-
"inheritedFrom": {
|
|
2502
|
-
"name": "Accordion",
|
|
2503
|
-
"module": "src/accordion/accordion.ts"
|
|
2504
|
-
}
|
|
2505
|
-
}
|
|
2506
|
-
],
|
|
2978
|
+
"name": "AiIndicator",
|
|
2507
2979
|
"members": [
|
|
2508
2980
|
{
|
|
2509
2981
|
"kind": "field",
|
|
2510
|
-
"name": "
|
|
2982
|
+
"name": "providerRegistry",
|
|
2511
2983
|
"type": {
|
|
2512
|
-
"text": "
|
|
2513
|
-
},
|
|
2514
|
-
"privacy": "public",
|
|
2515
|
-
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
2516
|
-
"inheritedFrom": {
|
|
2517
|
-
"name": "Accordion",
|
|
2518
|
-
"module": "src/accordion/accordion.ts"
|
|
2984
|
+
"text": "AIProviderRegistry"
|
|
2519
2985
|
}
|
|
2520
2986
|
},
|
|
2521
2987
|
{
|
|
2522
2988
|
"kind": "field",
|
|
2523
|
-
"name": "
|
|
2989
|
+
"name": "aiProvider",
|
|
2524
2990
|
"type": {
|
|
2525
|
-
"text": "
|
|
2991
|
+
"text": "AIProvider | undefined"
|
|
2526
2992
|
},
|
|
2527
2993
|
"privacy": "private",
|
|
2528
|
-
"
|
|
2529
|
-
|
|
2530
|
-
"module": "src/accordion/accordion.ts"
|
|
2531
|
-
}
|
|
2994
|
+
"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.",
|
|
2995
|
+
"readonly": true
|
|
2532
2996
|
},
|
|
2533
2997
|
{
|
|
2534
2998
|
"kind": "field",
|
|
2535
|
-
"name": "
|
|
2999
|
+
"name": "status",
|
|
2536
3000
|
"type": {
|
|
2537
|
-
"text": "
|
|
3001
|
+
"text": "AIStatus | null"
|
|
2538
3002
|
},
|
|
2539
|
-
"
|
|
2540
|
-
"default": "0",
|
|
2541
|
-
"inheritedFrom": {
|
|
2542
|
-
"name": "Accordion",
|
|
2543
|
-
"module": "src/accordion/accordion.ts"
|
|
2544
|
-
}
|
|
3003
|
+
"default": "null"
|
|
2545
3004
|
},
|
|
2546
3005
|
{
|
|
2547
3006
|
"kind": "field",
|
|
2548
|
-
"name": "
|
|
3007
|
+
"name": "open",
|
|
2549
3008
|
"type": {
|
|
2550
|
-
"text": "
|
|
3009
|
+
"text": "boolean"
|
|
2551
3010
|
},
|
|
2552
|
-
"
|
|
2553
|
-
"inheritedFrom": {
|
|
2554
|
-
"name": "Accordion",
|
|
2555
|
-
"module": "src/accordion/accordion.ts"
|
|
2556
|
-
}
|
|
3011
|
+
"default": "false"
|
|
2557
3012
|
},
|
|
2558
3013
|
{
|
|
2559
3014
|
"kind": "field",
|
|
2560
|
-
"name": "
|
|
2561
|
-
"
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
}
|
|
3015
|
+
"name": "state",
|
|
3016
|
+
"type": {
|
|
3017
|
+
"text": "AIIndicatorState"
|
|
3018
|
+
},
|
|
3019
|
+
"default": "'none'"
|
|
2566
3020
|
},
|
|
2567
3021
|
{
|
|
2568
|
-
"kind": "
|
|
2569
|
-
"name": "
|
|
2570
|
-
"
|
|
2571
|
-
|
|
2572
|
-
"type": {
|
|
2573
|
-
"text": "AccordionItem | null"
|
|
2574
|
-
}
|
|
3022
|
+
"kind": "field",
|
|
3023
|
+
"name": "isInstalling",
|
|
3024
|
+
"type": {
|
|
3025
|
+
"text": "boolean"
|
|
2575
3026
|
},
|
|
2576
|
-
"
|
|
2577
|
-
"name": "Accordion",
|
|
2578
|
-
"module": "src/accordion/accordion.ts"
|
|
2579
|
-
}
|
|
3027
|
+
"default": "false"
|
|
2580
3028
|
},
|
|
2581
3029
|
{
|
|
2582
3030
|
"kind": "field",
|
|
2583
|
-
"name": "
|
|
3031
|
+
"name": "pollTimer",
|
|
3032
|
+
"type": {
|
|
3033
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3034
|
+
},
|
|
2584
3035
|
"privacy": "private",
|
|
2585
|
-
"
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
3036
|
+
"default": "null"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"kind": "field",
|
|
3040
|
+
"name": "clickOutside",
|
|
3041
|
+
"privacy": "private"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"kind": "field",
|
|
3045
|
+
"name": "chromeStatusLabel",
|
|
3046
|
+
"type": {
|
|
3047
|
+
"text": "string | null"
|
|
3048
|
+
},
|
|
3049
|
+
"readonly": true
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "field",
|
|
3053
|
+
"name": "canInstall",
|
|
3054
|
+
"type": {
|
|
3055
|
+
"text": "boolean"
|
|
3056
|
+
},
|
|
3057
|
+
"readonly": true
|
|
3058
|
+
},
|
|
3059
|
+
{
|
|
3060
|
+
"kind": "field",
|
|
3061
|
+
"name": "isDownloading",
|
|
3062
|
+
"type": {
|
|
3063
|
+
"text": "boolean"
|
|
3064
|
+
},
|
|
3065
|
+
"readonly": true
|
|
2589
3066
|
},
|
|
2590
3067
|
{
|
|
2591
3068
|
"kind": "method",
|
|
2592
|
-
"name": "
|
|
2593
|
-
"privacy": "private",
|
|
3069
|
+
"name": "openChanged",
|
|
2594
3070
|
"return": {
|
|
2595
3071
|
"type": {
|
|
2596
3072
|
"text": "void"
|
|
2597
3073
|
}
|
|
2598
|
-
},
|
|
2599
|
-
"inheritedFrom": {
|
|
2600
|
-
"name": "Accordion",
|
|
2601
|
-
"module": "src/accordion/accordion.ts"
|
|
2602
3074
|
}
|
|
2603
3075
|
},
|
|
2604
3076
|
{
|
|
2605
|
-
"kind": "
|
|
2606
|
-
"name": "
|
|
3077
|
+
"kind": "method",
|
|
3078
|
+
"name": "handleClickOutside",
|
|
2607
3079
|
"privacy": "private",
|
|
2608
|
-
"
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
3080
|
+
"parameters": [
|
|
3081
|
+
{
|
|
3082
|
+
"name": "event",
|
|
3083
|
+
"type": {
|
|
3084
|
+
"text": "MouseEvent"
|
|
3085
|
+
}
|
|
3086
|
+
}
|
|
3087
|
+
]
|
|
2612
3088
|
},
|
|
2613
3089
|
{
|
|
2614
|
-
"kind": "
|
|
2615
|
-
"name": "
|
|
2616
|
-
"privacy": "private",
|
|
2617
|
-
"inheritedFrom": {
|
|
2618
|
-
"name": "Accordion",
|
|
2619
|
-
"module": "src/accordion/accordion.ts"
|
|
2620
|
-
}
|
|
3090
|
+
"kind": "method",
|
|
3091
|
+
"name": "toggleDropdown"
|
|
2621
3092
|
},
|
|
2622
3093
|
{
|
|
2623
3094
|
"kind": "method",
|
|
2624
|
-
"name": "
|
|
2625
|
-
"privacy": "private",
|
|
3095
|
+
"name": "refreshStatus",
|
|
2626
3096
|
"return": {
|
|
2627
3097
|
"type": {
|
|
2628
|
-
"text": "
|
|
3098
|
+
"text": "Promise<void>"
|
|
2629
3099
|
}
|
|
2630
|
-
},
|
|
2631
|
-
"inheritedFrom": {
|
|
2632
|
-
"name": "Accordion",
|
|
2633
|
-
"module": "src/accordion/accordion.ts"
|
|
2634
3100
|
}
|
|
2635
3101
|
},
|
|
2636
3102
|
{
|
|
2637
3103
|
"kind": "method",
|
|
2638
|
-
"name": "
|
|
3104
|
+
"name": "deriveState",
|
|
2639
3105
|
"privacy": "private",
|
|
2640
3106
|
"return": {
|
|
2641
3107
|
"type": {
|
|
2642
|
-
"text": "
|
|
3108
|
+
"text": "AIIndicatorState"
|
|
2643
3109
|
}
|
|
2644
3110
|
},
|
|
2645
|
-
"
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
3111
|
+
"parameters": [
|
|
3112
|
+
{
|
|
3113
|
+
"name": "s",
|
|
3114
|
+
"type": {
|
|
3115
|
+
"text": "AIStatus | null"
|
|
3116
|
+
}
|
|
3117
|
+
}
|
|
3118
|
+
]
|
|
2649
3119
|
},
|
|
2650
3120
|
{
|
|
2651
|
-
"kind": "
|
|
2652
|
-
"name": "
|
|
3121
|
+
"kind": "method",
|
|
3122
|
+
"name": "maybeStartPolling",
|
|
2653
3123
|
"privacy": "private",
|
|
2654
|
-
"
|
|
2655
|
-
"
|
|
2656
|
-
|
|
3124
|
+
"return": {
|
|
3125
|
+
"type": {
|
|
3126
|
+
"text": "void"
|
|
3127
|
+
}
|
|
2657
3128
|
}
|
|
2658
3129
|
},
|
|
2659
3130
|
{
|
|
2660
|
-
"kind": "
|
|
2661
|
-
"name": "
|
|
3131
|
+
"kind": "method",
|
|
3132
|
+
"name": "startPolling",
|
|
2662
3133
|
"privacy": "private",
|
|
2663
|
-
"
|
|
2664
|
-
"
|
|
2665
|
-
|
|
3134
|
+
"return": {
|
|
3135
|
+
"type": {
|
|
3136
|
+
"text": "void"
|
|
3137
|
+
}
|
|
2666
3138
|
}
|
|
2667
3139
|
},
|
|
2668
3140
|
{
|
|
2669
3141
|
"kind": "method",
|
|
2670
|
-
"name": "
|
|
3142
|
+
"name": "stopPolling",
|
|
2671
3143
|
"privacy": "private",
|
|
2672
3144
|
"return": {
|
|
2673
3145
|
"type": {
|
|
2674
3146
|
"text": "void"
|
|
2675
3147
|
}
|
|
2676
|
-
},
|
|
2677
|
-
"parameters": [
|
|
2678
|
-
{
|
|
2679
|
-
"name": "adjustment",
|
|
2680
|
-
"type": {
|
|
2681
|
-
"text": "number"
|
|
2682
|
-
}
|
|
2683
|
-
}
|
|
2684
|
-
],
|
|
2685
|
-
"inheritedFrom": {
|
|
2686
|
-
"name": "Accordion",
|
|
2687
|
-
"module": "src/accordion/accordion.ts"
|
|
2688
3148
|
}
|
|
2689
3149
|
},
|
|
2690
3150
|
{
|
|
2691
3151
|
"kind": "method",
|
|
2692
|
-
"name": "
|
|
2693
|
-
"privacy": "private",
|
|
3152
|
+
"name": "onInstall",
|
|
2694
3153
|
"return": {
|
|
2695
3154
|
"type": {
|
|
2696
|
-
"text": "void"
|
|
3155
|
+
"text": "Promise<void>"
|
|
2697
3156
|
}
|
|
2698
|
-
},
|
|
2699
|
-
"inheritedFrom": {
|
|
2700
|
-
"name": "Accordion",
|
|
2701
|
-
"module": "src/accordion/accordion.ts"
|
|
2702
3157
|
}
|
|
2703
3158
|
},
|
|
2704
3159
|
{
|
|
@@ -2813,102 +3268,88 @@
|
|
|
2813
3268
|
}
|
|
2814
3269
|
}
|
|
2815
3270
|
],
|
|
2816
|
-
"
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
"name": "change",
|
|
2820
|
-
"inheritedFrom": {
|
|
2821
|
-
"name": "Accordion",
|
|
2822
|
-
"module": "src/accordion/accordion.ts"
|
|
2823
|
-
}
|
|
2824
|
-
}
|
|
2825
|
-
]
|
|
2826
|
-
},
|
|
2827
|
-
{
|
|
2828
|
-
"kind": "variable",
|
|
2829
|
-
"name": "foundationAccordionShadowOptions",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "ShadowRootInit"
|
|
2832
|
-
},
|
|
2833
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2834
|
-
},
|
|
2835
|
-
{
|
|
2836
|
-
"kind": "variable",
|
|
2837
|
-
"name": "defaultAccordionConfig",
|
|
2838
|
-
"type": {
|
|
2839
|
-
"text": "object"
|
|
3271
|
+
"superclass": {
|
|
3272
|
+
"name": "FoundationElement",
|
|
3273
|
+
"package": "@microsoft/fast-foundation"
|
|
2840
3274
|
},
|
|
2841
|
-
"
|
|
3275
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3276
|
+
"customElement": true
|
|
2842
3277
|
},
|
|
2843
3278
|
{
|
|
2844
3279
|
"kind": "variable",
|
|
2845
|
-
"name": "
|
|
2846
|
-
"description": "The Foundation Accordion",
|
|
2847
|
-
"privacy": "public"
|
|
3280
|
+
"name": "foundationAiIndicator"
|
|
2848
3281
|
}
|
|
2849
3282
|
],
|
|
2850
3283
|
"exports": [
|
|
2851
3284
|
{
|
|
2852
3285
|
"kind": "js",
|
|
2853
|
-
"name": "
|
|
3286
|
+
"name": "AiIndicator",
|
|
2854
3287
|
"declaration": {
|
|
2855
|
-
"name": "
|
|
2856
|
-
"module": "src/
|
|
3288
|
+
"name": "AiIndicator",
|
|
3289
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
2857
3290
|
}
|
|
2858
3291
|
},
|
|
2859
3292
|
{
|
|
2860
3293
|
"kind": "js",
|
|
2861
|
-
"name": "
|
|
3294
|
+
"name": "foundationAiIndicator",
|
|
2862
3295
|
"declaration": {
|
|
2863
|
-
"name": "
|
|
2864
|
-
"module": "src/
|
|
3296
|
+
"name": "foundationAiIndicator",
|
|
3297
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3298
|
+
}
|
|
3299
|
+
}
|
|
3300
|
+
]
|
|
3301
|
+
},
|
|
3302
|
+
{
|
|
3303
|
+
"kind": "javascript-module",
|
|
3304
|
+
"path": "src/ai-indicator/index.ts",
|
|
3305
|
+
"declarations": [],
|
|
3306
|
+
"exports": [
|
|
3307
|
+
{
|
|
3308
|
+
"kind": "js",
|
|
3309
|
+
"name": "AiIndicator",
|
|
3310
|
+
"declaration": {
|
|
3311
|
+
"name": "AiIndicator",
|
|
3312
|
+
"module": "./ai-indicator"
|
|
2865
3313
|
}
|
|
2866
3314
|
},
|
|
2867
3315
|
{
|
|
2868
3316
|
"kind": "js",
|
|
2869
|
-
"name": "
|
|
3317
|
+
"name": "foundationAiIndicator",
|
|
2870
3318
|
"declaration": {
|
|
2871
|
-
"name": "
|
|
2872
|
-
"module": "
|
|
3319
|
+
"name": "foundationAiIndicator",
|
|
3320
|
+
"module": "./ai-indicator"
|
|
2873
3321
|
}
|
|
2874
3322
|
},
|
|
2875
3323
|
{
|
|
2876
3324
|
"kind": "js",
|
|
2877
|
-
"name": "
|
|
3325
|
+
"name": "type",
|
|
2878
3326
|
"declaration": {
|
|
2879
|
-
"name": "
|
|
2880
|
-
"module": "
|
|
3327
|
+
"name": "type",
|
|
3328
|
+
"module": "./ai-indicator"
|
|
2881
3329
|
}
|
|
2882
|
-
}
|
|
2883
|
-
]
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"kind": "javascript-module",
|
|
2887
|
-
"path": "src/accordion/index.ts",
|
|
2888
|
-
"declarations": [],
|
|
2889
|
-
"exports": [
|
|
3330
|
+
},
|
|
2890
3331
|
{
|
|
2891
3332
|
"kind": "js",
|
|
2892
|
-
"name": "
|
|
3333
|
+
"name": "AIIndicatorState",
|
|
2893
3334
|
"declaration": {
|
|
2894
|
-
"name": "
|
|
2895
|
-
"
|
|
3335
|
+
"name": "AIIndicatorState",
|
|
3336
|
+
"module": "./ai-indicator"
|
|
2896
3337
|
}
|
|
2897
3338
|
},
|
|
2898
3339
|
{
|
|
2899
3340
|
"kind": "js",
|
|
2900
|
-
"name": "
|
|
3341
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2901
3342
|
"declaration": {
|
|
2902
|
-
"name": "
|
|
2903
|
-
"
|
|
3343
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3344
|
+
"module": "./ai-indicator.template"
|
|
2904
3345
|
}
|
|
2905
3346
|
},
|
|
2906
3347
|
{
|
|
2907
3348
|
"kind": "js",
|
|
2908
|
-
"name": "
|
|
3349
|
+
"name": "foundationAiIndicatorStyles",
|
|
2909
3350
|
"declaration": {
|
|
2910
|
-
"name": "
|
|
2911
|
-
"
|
|
3351
|
+
"name": "foundationAiIndicatorStyles",
|
|
3352
|
+
"module": "./ai-indicator.styles"
|
|
2912
3353
|
}
|
|
2913
3354
|
}
|
|
2914
3355
|
]
|
|
@@ -3522,455 +3963,6 @@
|
|
|
3522
3963
|
}
|
|
3523
3964
|
]
|
|
3524
3965
|
},
|
|
3525
|
-
{
|
|
3526
|
-
"kind": "javascript-module",
|
|
3527
|
-
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
3528
|
-
"declarations": [
|
|
3529
|
-
{
|
|
3530
|
-
"kind": "function",
|
|
3531
|
-
"name": "foundationAiIndicatorStyles",
|
|
3532
|
-
"return": {
|
|
3533
|
-
"type": {
|
|
3534
|
-
"text": "ElementStyles"
|
|
3535
|
-
}
|
|
3536
|
-
},
|
|
3537
|
-
"parameters": [
|
|
3538
|
-
{
|
|
3539
|
-
"name": "context",
|
|
3540
|
-
"type": {
|
|
3541
|
-
"text": "ElementDefinitionContext"
|
|
3542
|
-
}
|
|
3543
|
-
},
|
|
3544
|
-
{
|
|
3545
|
-
"name": "definition",
|
|
3546
|
-
"type": {
|
|
3547
|
-
"text": "FoundationElementDefinition"
|
|
3548
|
-
}
|
|
3549
|
-
}
|
|
3550
|
-
]
|
|
3551
|
-
}
|
|
3552
|
-
],
|
|
3553
|
-
"exports": [
|
|
3554
|
-
{
|
|
3555
|
-
"kind": "js",
|
|
3556
|
-
"name": "foundationAiIndicatorStyles",
|
|
3557
|
-
"declaration": {
|
|
3558
|
-
"name": "foundationAiIndicatorStyles",
|
|
3559
|
-
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3562
|
-
]
|
|
3563
|
-
},
|
|
3564
|
-
{
|
|
3565
|
-
"kind": "javascript-module",
|
|
3566
|
-
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
3567
|
-
"declarations": [
|
|
3568
|
-
{
|
|
3569
|
-
"kind": "variable",
|
|
3570
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3571
|
-
"type": {
|
|
3572
|
-
"text": "ViewTemplate<AiIndicator>"
|
|
3573
|
-
},
|
|
3574
|
-
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
3575
|
-
}
|
|
3576
|
-
],
|
|
3577
|
-
"exports": [
|
|
3578
|
-
{
|
|
3579
|
-
"kind": "js",
|
|
3580
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3581
|
-
"declaration": {
|
|
3582
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3583
|
-
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
3584
|
-
}
|
|
3585
|
-
}
|
|
3586
|
-
]
|
|
3587
|
-
},
|
|
3588
|
-
{
|
|
3589
|
-
"kind": "javascript-module",
|
|
3590
|
-
"path": "src/ai-indicator/ai-indicator.ts",
|
|
3591
|
-
"declarations": [
|
|
3592
|
-
{
|
|
3593
|
-
"kind": "class",
|
|
3594
|
-
"description": "",
|
|
3595
|
-
"name": "AiIndicator",
|
|
3596
|
-
"members": [
|
|
3597
|
-
{
|
|
3598
|
-
"kind": "field",
|
|
3599
|
-
"name": "providerRegistry",
|
|
3600
|
-
"type": {
|
|
3601
|
-
"text": "AIProviderRegistry"
|
|
3602
|
-
}
|
|
3603
|
-
},
|
|
3604
|
-
{
|
|
3605
|
-
"kind": "field",
|
|
3606
|
-
"name": "aiProvider",
|
|
3607
|
-
"type": {
|
|
3608
|
-
"text": "AIProvider | undefined"
|
|
3609
|
-
},
|
|
3610
|
-
"privacy": "private",
|
|
3611
|
-
"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.",
|
|
3612
|
-
"readonly": true
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"kind": "field",
|
|
3616
|
-
"name": "status",
|
|
3617
|
-
"type": {
|
|
3618
|
-
"text": "AIStatus | null"
|
|
3619
|
-
},
|
|
3620
|
-
"default": "null"
|
|
3621
|
-
},
|
|
3622
|
-
{
|
|
3623
|
-
"kind": "field",
|
|
3624
|
-
"name": "open",
|
|
3625
|
-
"type": {
|
|
3626
|
-
"text": "boolean"
|
|
3627
|
-
},
|
|
3628
|
-
"default": "false"
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"kind": "field",
|
|
3632
|
-
"name": "state",
|
|
3633
|
-
"type": {
|
|
3634
|
-
"text": "AIIndicatorState"
|
|
3635
|
-
},
|
|
3636
|
-
"default": "'none'"
|
|
3637
|
-
},
|
|
3638
|
-
{
|
|
3639
|
-
"kind": "field",
|
|
3640
|
-
"name": "isInstalling",
|
|
3641
|
-
"type": {
|
|
3642
|
-
"text": "boolean"
|
|
3643
|
-
},
|
|
3644
|
-
"default": "false"
|
|
3645
|
-
},
|
|
3646
|
-
{
|
|
3647
|
-
"kind": "field",
|
|
3648
|
-
"name": "pollTimer",
|
|
3649
|
-
"type": {
|
|
3650
|
-
"text": "ReturnType<typeof setInterval> | null"
|
|
3651
|
-
},
|
|
3652
|
-
"privacy": "private",
|
|
3653
|
-
"default": "null"
|
|
3654
|
-
},
|
|
3655
|
-
{
|
|
3656
|
-
"kind": "field",
|
|
3657
|
-
"name": "clickOutside",
|
|
3658
|
-
"privacy": "private"
|
|
3659
|
-
},
|
|
3660
|
-
{
|
|
3661
|
-
"kind": "field",
|
|
3662
|
-
"name": "chromeStatusLabel",
|
|
3663
|
-
"type": {
|
|
3664
|
-
"text": "string | null"
|
|
3665
|
-
},
|
|
3666
|
-
"readonly": true
|
|
3667
|
-
},
|
|
3668
|
-
{
|
|
3669
|
-
"kind": "field",
|
|
3670
|
-
"name": "canInstall",
|
|
3671
|
-
"type": {
|
|
3672
|
-
"text": "boolean"
|
|
3673
|
-
},
|
|
3674
|
-
"readonly": true
|
|
3675
|
-
},
|
|
3676
|
-
{
|
|
3677
|
-
"kind": "field",
|
|
3678
|
-
"name": "isDownloading",
|
|
3679
|
-
"type": {
|
|
3680
|
-
"text": "boolean"
|
|
3681
|
-
},
|
|
3682
|
-
"readonly": true
|
|
3683
|
-
},
|
|
3684
|
-
{
|
|
3685
|
-
"kind": "method",
|
|
3686
|
-
"name": "openChanged",
|
|
3687
|
-
"return": {
|
|
3688
|
-
"type": {
|
|
3689
|
-
"text": "void"
|
|
3690
|
-
}
|
|
3691
|
-
}
|
|
3692
|
-
},
|
|
3693
|
-
{
|
|
3694
|
-
"kind": "method",
|
|
3695
|
-
"name": "handleClickOutside",
|
|
3696
|
-
"privacy": "private",
|
|
3697
|
-
"parameters": [
|
|
3698
|
-
{
|
|
3699
|
-
"name": "event",
|
|
3700
|
-
"type": {
|
|
3701
|
-
"text": "MouseEvent"
|
|
3702
|
-
}
|
|
3703
|
-
}
|
|
3704
|
-
]
|
|
3705
|
-
},
|
|
3706
|
-
{
|
|
3707
|
-
"kind": "method",
|
|
3708
|
-
"name": "toggleDropdown"
|
|
3709
|
-
},
|
|
3710
|
-
{
|
|
3711
|
-
"kind": "method",
|
|
3712
|
-
"name": "refreshStatus",
|
|
3713
|
-
"return": {
|
|
3714
|
-
"type": {
|
|
3715
|
-
"text": "Promise<void>"
|
|
3716
|
-
}
|
|
3717
|
-
}
|
|
3718
|
-
},
|
|
3719
|
-
{
|
|
3720
|
-
"kind": "method",
|
|
3721
|
-
"name": "deriveState",
|
|
3722
|
-
"privacy": "private",
|
|
3723
|
-
"return": {
|
|
3724
|
-
"type": {
|
|
3725
|
-
"text": "AIIndicatorState"
|
|
3726
|
-
}
|
|
3727
|
-
},
|
|
3728
|
-
"parameters": [
|
|
3729
|
-
{
|
|
3730
|
-
"name": "s",
|
|
3731
|
-
"type": {
|
|
3732
|
-
"text": "AIStatus | null"
|
|
3733
|
-
}
|
|
3734
|
-
}
|
|
3735
|
-
]
|
|
3736
|
-
},
|
|
3737
|
-
{
|
|
3738
|
-
"kind": "method",
|
|
3739
|
-
"name": "maybeStartPolling",
|
|
3740
|
-
"privacy": "private",
|
|
3741
|
-
"return": {
|
|
3742
|
-
"type": {
|
|
3743
|
-
"text": "void"
|
|
3744
|
-
}
|
|
3745
|
-
}
|
|
3746
|
-
},
|
|
3747
|
-
{
|
|
3748
|
-
"kind": "method",
|
|
3749
|
-
"name": "startPolling",
|
|
3750
|
-
"privacy": "private",
|
|
3751
|
-
"return": {
|
|
3752
|
-
"type": {
|
|
3753
|
-
"text": "void"
|
|
3754
|
-
}
|
|
3755
|
-
}
|
|
3756
|
-
},
|
|
3757
|
-
{
|
|
3758
|
-
"kind": "method",
|
|
3759
|
-
"name": "stopPolling",
|
|
3760
|
-
"privacy": "private",
|
|
3761
|
-
"return": {
|
|
3762
|
-
"type": {
|
|
3763
|
-
"text": "void"
|
|
3764
|
-
}
|
|
3765
|
-
}
|
|
3766
|
-
},
|
|
3767
|
-
{
|
|
3768
|
-
"kind": "method",
|
|
3769
|
-
"name": "onInstall",
|
|
3770
|
-
"return": {
|
|
3771
|
-
"type": {
|
|
3772
|
-
"text": "Promise<void>"
|
|
3773
|
-
}
|
|
3774
|
-
}
|
|
3775
|
-
},
|
|
3776
|
-
{
|
|
3777
|
-
"kind": "field",
|
|
3778
|
-
"name": "_presentation",
|
|
3779
|
-
"type": {
|
|
3780
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3781
|
-
},
|
|
3782
|
-
"privacy": "private",
|
|
3783
|
-
"default": "void 0",
|
|
3784
|
-
"inheritedFrom": {
|
|
3785
|
-
"name": "FoundationElement",
|
|
3786
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3787
|
-
}
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
"kind": "field",
|
|
3791
|
-
"name": "$presentation",
|
|
3792
|
-
"type": {
|
|
3793
|
-
"text": "ComponentPresentation | null"
|
|
3794
|
-
},
|
|
3795
|
-
"privacy": "public",
|
|
3796
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3797
|
-
"inheritedFrom": {
|
|
3798
|
-
"name": "FoundationElement",
|
|
3799
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3800
|
-
}
|
|
3801
|
-
},
|
|
3802
|
-
{
|
|
3803
|
-
"kind": "field",
|
|
3804
|
-
"name": "template",
|
|
3805
|
-
"type": {
|
|
3806
|
-
"text": "ElementViewTemplate | void | null"
|
|
3807
|
-
},
|
|
3808
|
-
"privacy": "public",
|
|
3809
|
-
"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.",
|
|
3810
|
-
"inheritedFrom": {
|
|
3811
|
-
"name": "FoundationElement",
|
|
3812
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3813
|
-
}
|
|
3814
|
-
},
|
|
3815
|
-
{
|
|
3816
|
-
"kind": "method",
|
|
3817
|
-
"name": "templateChanged",
|
|
3818
|
-
"privacy": "protected",
|
|
3819
|
-
"return": {
|
|
3820
|
-
"type": {
|
|
3821
|
-
"text": "void"
|
|
3822
|
-
}
|
|
3823
|
-
},
|
|
3824
|
-
"inheritedFrom": {
|
|
3825
|
-
"name": "FoundationElement",
|
|
3826
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3827
|
-
}
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"kind": "field",
|
|
3831
|
-
"name": "styles",
|
|
3832
|
-
"type": {
|
|
3833
|
-
"text": "ElementStyles | void | null"
|
|
3834
|
-
},
|
|
3835
|
-
"privacy": "public",
|
|
3836
|
-
"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.",
|
|
3837
|
-
"inheritedFrom": {
|
|
3838
|
-
"name": "FoundationElement",
|
|
3839
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3840
|
-
}
|
|
3841
|
-
},
|
|
3842
|
-
{
|
|
3843
|
-
"kind": "method",
|
|
3844
|
-
"name": "stylesChanged",
|
|
3845
|
-
"privacy": "protected",
|
|
3846
|
-
"return": {
|
|
3847
|
-
"type": {
|
|
3848
|
-
"text": "void"
|
|
3849
|
-
}
|
|
3850
|
-
},
|
|
3851
|
-
"inheritedFrom": {
|
|
3852
|
-
"name": "FoundationElement",
|
|
3853
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3854
|
-
}
|
|
3855
|
-
},
|
|
3856
|
-
{
|
|
3857
|
-
"kind": "method",
|
|
3858
|
-
"name": "compose",
|
|
3859
|
-
"privacy": "public",
|
|
3860
|
-
"static": true,
|
|
3861
|
-
"return": {
|
|
3862
|
-
"type": {
|
|
3863
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3864
|
-
}
|
|
3865
|
-
},
|
|
3866
|
-
"parameters": [
|
|
3867
|
-
{
|
|
3868
|
-
"name": "this",
|
|
3869
|
-
"type": {
|
|
3870
|
-
"text": "K"
|
|
3871
|
-
}
|
|
3872
|
-
},
|
|
3873
|
-
{
|
|
3874
|
-
"name": "elementDefinition",
|
|
3875
|
-
"type": {
|
|
3876
|
-
"text": "T"
|
|
3877
|
-
},
|
|
3878
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3879
|
-
}
|
|
3880
|
-
],
|
|
3881
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3882
|
-
"inheritedFrom": {
|
|
3883
|
-
"name": "FoundationElement",
|
|
3884
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3885
|
-
}
|
|
3886
|
-
}
|
|
3887
|
-
],
|
|
3888
|
-
"superclass": {
|
|
3889
|
-
"name": "FoundationElement",
|
|
3890
|
-
"package": "@microsoft/fast-foundation"
|
|
3891
|
-
},
|
|
3892
|
-
"tagName": "%%prefix%%-ai-indicator",
|
|
3893
|
-
"customElement": true
|
|
3894
|
-
},
|
|
3895
|
-
{
|
|
3896
|
-
"kind": "variable",
|
|
3897
|
-
"name": "foundationAiIndicator"
|
|
3898
|
-
}
|
|
3899
|
-
],
|
|
3900
|
-
"exports": [
|
|
3901
|
-
{
|
|
3902
|
-
"kind": "js",
|
|
3903
|
-
"name": "AiIndicator",
|
|
3904
|
-
"declaration": {
|
|
3905
|
-
"name": "AiIndicator",
|
|
3906
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3907
|
-
}
|
|
3908
|
-
},
|
|
3909
|
-
{
|
|
3910
|
-
"kind": "js",
|
|
3911
|
-
"name": "foundationAiIndicator",
|
|
3912
|
-
"declaration": {
|
|
3913
|
-
"name": "foundationAiIndicator",
|
|
3914
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3915
|
-
}
|
|
3916
|
-
}
|
|
3917
|
-
]
|
|
3918
|
-
},
|
|
3919
|
-
{
|
|
3920
|
-
"kind": "javascript-module",
|
|
3921
|
-
"path": "src/ai-indicator/index.ts",
|
|
3922
|
-
"declarations": [],
|
|
3923
|
-
"exports": [
|
|
3924
|
-
{
|
|
3925
|
-
"kind": "js",
|
|
3926
|
-
"name": "AiIndicator",
|
|
3927
|
-
"declaration": {
|
|
3928
|
-
"name": "AiIndicator",
|
|
3929
|
-
"module": "./ai-indicator"
|
|
3930
|
-
}
|
|
3931
|
-
},
|
|
3932
|
-
{
|
|
3933
|
-
"kind": "js",
|
|
3934
|
-
"name": "foundationAiIndicator",
|
|
3935
|
-
"declaration": {
|
|
3936
|
-
"name": "foundationAiIndicator",
|
|
3937
|
-
"module": "./ai-indicator"
|
|
3938
|
-
}
|
|
3939
|
-
},
|
|
3940
|
-
{
|
|
3941
|
-
"kind": "js",
|
|
3942
|
-
"name": "type",
|
|
3943
|
-
"declaration": {
|
|
3944
|
-
"name": "type",
|
|
3945
|
-
"module": "./ai-indicator"
|
|
3946
|
-
}
|
|
3947
|
-
},
|
|
3948
|
-
{
|
|
3949
|
-
"kind": "js",
|
|
3950
|
-
"name": "AIIndicatorState",
|
|
3951
|
-
"declaration": {
|
|
3952
|
-
"name": "AIIndicatorState",
|
|
3953
|
-
"module": "./ai-indicator"
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
|
-
{
|
|
3957
|
-
"kind": "js",
|
|
3958
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3959
|
-
"declaration": {
|
|
3960
|
-
"name": "foundationAiIndicatorTemplate",
|
|
3961
|
-
"module": "./ai-indicator.template"
|
|
3962
|
-
}
|
|
3963
|
-
},
|
|
3964
|
-
{
|
|
3965
|
-
"kind": "js",
|
|
3966
|
-
"name": "foundationAiIndicatorStyles",
|
|
3967
|
-
"declaration": {
|
|
3968
|
-
"name": "foundationAiIndicatorStyles",
|
|
3969
|
-
"module": "./ai-indicator.styles"
|
|
3970
|
-
}
|
|
3971
|
-
}
|
|
3972
|
-
]
|
|
3973
|
-
},
|
|
3974
3966
|
{
|
|
3975
3967
|
"kind": "javascript-module",
|
|
3976
3968
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -38697,403 +38689,6 @@
|
|
|
38697
38689
|
}
|
|
38698
38690
|
]
|
|
38699
38691
|
},
|
|
38700
|
-
{
|
|
38701
|
-
"kind": "javascript-module",
|
|
38702
|
-
"path": "src/pill/index.ts",
|
|
38703
|
-
"declarations": [],
|
|
38704
|
-
"exports": [
|
|
38705
|
-
{
|
|
38706
|
-
"kind": "js",
|
|
38707
|
-
"name": "*",
|
|
38708
|
-
"declaration": {
|
|
38709
|
-
"name": "*",
|
|
38710
|
-
"package": "./pill"
|
|
38711
|
-
}
|
|
38712
|
-
},
|
|
38713
|
-
{
|
|
38714
|
-
"kind": "js",
|
|
38715
|
-
"name": "*",
|
|
38716
|
-
"declaration": {
|
|
38717
|
-
"name": "*",
|
|
38718
|
-
"package": "./pill.styles"
|
|
38719
|
-
}
|
|
38720
|
-
},
|
|
38721
|
-
{
|
|
38722
|
-
"kind": "js",
|
|
38723
|
-
"name": "*",
|
|
38724
|
-
"declaration": {
|
|
38725
|
-
"name": "*",
|
|
38726
|
-
"package": "./pill.template"
|
|
38727
|
-
}
|
|
38728
|
-
}
|
|
38729
|
-
]
|
|
38730
|
-
},
|
|
38731
|
-
{
|
|
38732
|
-
"kind": "javascript-module",
|
|
38733
|
-
"path": "src/pill/pill.styles.ts",
|
|
38734
|
-
"declarations": [
|
|
38735
|
-
{
|
|
38736
|
-
"kind": "variable",
|
|
38737
|
-
"name": "pillStyles",
|
|
38738
|
-
"default": "css`\n :host {\n --pill-fill: var(--neutral-fill-rest, #e5e5e5);\n --pill-fill-hover: var(--neutral-fill-hover, #d9d9d9);\n --pill-foreground: var(--neutral-foreground-rest, #1a1a1a);\n --pill-border-radius: 12px;\n\n display: inline-flex;\n }\n\n .pill {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n height: 24px;\n padding: 0 4px 0 10px;\n border-radius: var(--pill-border-radius);\n background: var(--pill-fill);\n color: var(--pill-foreground);\n font-size: 12px;\n line-height: 1;\n }\n\n .pill[disabled] {\n opacity: 50%;\n }\n\n .pill-body {\n display: inline-flex;\n align-items: center;\n gap: 4px;\n border: none;\n background: transparent;\n color: inherit;\n font: inherit;\n padding: 0;\n cursor: pointer;\n }\n\n .pill-body:disabled {\n cursor: not-allowed;\n }\n\n .pill-label {\n font-weight: 600;\n white-space: nowrap;\n }\n\n .pill-value {\n white-space: nowrap;\n }\n\n .pill-remove {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 16px;\n height: 16px;\n border: none;\n border-radius: 50%;\n background: transparent;\n color: inherit;\n cursor: pointer;\n padding: 0;\n }\n\n .pill-remove:hover {\n background: var(--pill-fill-hover);\n }\n\n .pill-remove:disabled {\n cursor: not-allowed;\n }\n`"
|
|
38739
|
-
}
|
|
38740
|
-
],
|
|
38741
|
-
"exports": [
|
|
38742
|
-
{
|
|
38743
|
-
"kind": "js",
|
|
38744
|
-
"name": "pillStyles",
|
|
38745
|
-
"declaration": {
|
|
38746
|
-
"name": "pillStyles",
|
|
38747
|
-
"module": "src/pill/pill.styles.ts"
|
|
38748
|
-
}
|
|
38749
|
-
}
|
|
38750
|
-
]
|
|
38751
|
-
},
|
|
38752
|
-
{
|
|
38753
|
-
"kind": "javascript-module",
|
|
38754
|
-
"path": "src/pill/pill.template.ts",
|
|
38755
|
-
"declarations": [
|
|
38756
|
-
{
|
|
38757
|
-
"kind": "variable",
|
|
38758
|
-
"name": "foundationPillTemplate",
|
|
38759
|
-
"default": "html<Pill>`\n ${(x) => getPrefixedPillTemplate(getPrefix(x))}\n`"
|
|
38760
|
-
}
|
|
38761
|
-
],
|
|
38762
|
-
"exports": [
|
|
38763
|
-
{
|
|
38764
|
-
"kind": "js",
|
|
38765
|
-
"name": "foundationPillTemplate",
|
|
38766
|
-
"declaration": {
|
|
38767
|
-
"name": "foundationPillTemplate",
|
|
38768
|
-
"module": "src/pill/pill.template.ts"
|
|
38769
|
-
}
|
|
38770
|
-
}
|
|
38771
|
-
]
|
|
38772
|
-
},
|
|
38773
|
-
{
|
|
38774
|
-
"kind": "javascript-module",
|
|
38775
|
-
"path": "src/pill/pill.ts",
|
|
38776
|
-
"declarations": [
|
|
38777
|
-
{
|
|
38778
|
-
"kind": "variable",
|
|
38779
|
-
"name": "foundationPillShadowOptions",
|
|
38780
|
-
"type": {
|
|
38781
|
-
"text": "ShadowRootInit"
|
|
38782
|
-
},
|
|
38783
|
-
"default": "undefined"
|
|
38784
|
-
},
|
|
38785
|
-
{
|
|
38786
|
-
"kind": "variable",
|
|
38787
|
-
"name": "defaultPillConfig",
|
|
38788
|
-
"type": {
|
|
38789
|
-
"text": "object"
|
|
38790
|
-
},
|
|
38791
|
-
"default": "{}"
|
|
38792
|
-
},
|
|
38793
|
-
{
|
|
38794
|
-
"kind": "class",
|
|
38795
|
-
"description": "",
|
|
38796
|
-
"name": "Pill",
|
|
38797
|
-
"members": [
|
|
38798
|
-
{
|
|
38799
|
-
"kind": "field",
|
|
38800
|
-
"name": "label",
|
|
38801
|
-
"type": {
|
|
38802
|
-
"text": "string"
|
|
38803
|
-
},
|
|
38804
|
-
"attribute": "label"
|
|
38805
|
-
},
|
|
38806
|
-
{
|
|
38807
|
-
"kind": "field",
|
|
38808
|
-
"name": "value",
|
|
38809
|
-
"type": {
|
|
38810
|
-
"text": "string"
|
|
38811
|
-
},
|
|
38812
|
-
"attribute": "value"
|
|
38813
|
-
},
|
|
38814
|
-
{
|
|
38815
|
-
"kind": "field",
|
|
38816
|
-
"name": "removable",
|
|
38817
|
-
"type": {
|
|
38818
|
-
"text": "boolean"
|
|
38819
|
-
},
|
|
38820
|
-
"default": "true",
|
|
38821
|
-
"attribute": "removable"
|
|
38822
|
-
},
|
|
38823
|
-
{
|
|
38824
|
-
"kind": "field",
|
|
38825
|
-
"name": "disabled",
|
|
38826
|
-
"type": {
|
|
38827
|
-
"text": "boolean"
|
|
38828
|
-
},
|
|
38829
|
-
"default": "false",
|
|
38830
|
-
"attribute": "disabled"
|
|
38831
|
-
},
|
|
38832
|
-
{
|
|
38833
|
-
"kind": "method",
|
|
38834
|
-
"name": "handleBodyClick",
|
|
38835
|
-
"return": {
|
|
38836
|
-
"type": {
|
|
38837
|
-
"text": "void"
|
|
38838
|
-
}
|
|
38839
|
-
}
|
|
38840
|
-
},
|
|
38841
|
-
{
|
|
38842
|
-
"kind": "method",
|
|
38843
|
-
"name": "handleRemoveClick",
|
|
38844
|
-
"return": {
|
|
38845
|
-
"type": {
|
|
38846
|
-
"text": "void"
|
|
38847
|
-
}
|
|
38848
|
-
},
|
|
38849
|
-
"parameters": [
|
|
38850
|
-
{
|
|
38851
|
-
"name": "event",
|
|
38852
|
-
"type": {
|
|
38853
|
-
"text": "Event"
|
|
38854
|
-
}
|
|
38855
|
-
}
|
|
38856
|
-
]
|
|
38857
|
-
},
|
|
38858
|
-
{
|
|
38859
|
-
"kind": "field",
|
|
38860
|
-
"name": "_presentation",
|
|
38861
|
-
"type": {
|
|
38862
|
-
"text": "ComponentPresentation | null | undefined"
|
|
38863
|
-
},
|
|
38864
|
-
"privacy": "private",
|
|
38865
|
-
"default": "void 0",
|
|
38866
|
-
"inheritedFrom": {
|
|
38867
|
-
"name": "FoundationElement",
|
|
38868
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38869
|
-
}
|
|
38870
|
-
},
|
|
38871
|
-
{
|
|
38872
|
-
"kind": "field",
|
|
38873
|
-
"name": "$presentation",
|
|
38874
|
-
"type": {
|
|
38875
|
-
"text": "ComponentPresentation | null"
|
|
38876
|
-
},
|
|
38877
|
-
"privacy": "public",
|
|
38878
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
38879
|
-
"inheritedFrom": {
|
|
38880
|
-
"name": "FoundationElement",
|
|
38881
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38882
|
-
}
|
|
38883
|
-
},
|
|
38884
|
-
{
|
|
38885
|
-
"kind": "field",
|
|
38886
|
-
"name": "template",
|
|
38887
|
-
"type": {
|
|
38888
|
-
"text": "ElementViewTemplate | void | null"
|
|
38889
|
-
},
|
|
38890
|
-
"privacy": "public",
|
|
38891
|
-
"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.",
|
|
38892
|
-
"inheritedFrom": {
|
|
38893
|
-
"name": "FoundationElement",
|
|
38894
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38895
|
-
}
|
|
38896
|
-
},
|
|
38897
|
-
{
|
|
38898
|
-
"kind": "method",
|
|
38899
|
-
"name": "templateChanged",
|
|
38900
|
-
"privacy": "protected",
|
|
38901
|
-
"return": {
|
|
38902
|
-
"type": {
|
|
38903
|
-
"text": "void"
|
|
38904
|
-
}
|
|
38905
|
-
},
|
|
38906
|
-
"inheritedFrom": {
|
|
38907
|
-
"name": "FoundationElement",
|
|
38908
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38909
|
-
}
|
|
38910
|
-
},
|
|
38911
|
-
{
|
|
38912
|
-
"kind": "field",
|
|
38913
|
-
"name": "styles",
|
|
38914
|
-
"type": {
|
|
38915
|
-
"text": "ElementStyles | void | null"
|
|
38916
|
-
},
|
|
38917
|
-
"privacy": "public",
|
|
38918
|
-
"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.",
|
|
38919
|
-
"inheritedFrom": {
|
|
38920
|
-
"name": "FoundationElement",
|
|
38921
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38922
|
-
}
|
|
38923
|
-
},
|
|
38924
|
-
{
|
|
38925
|
-
"kind": "method",
|
|
38926
|
-
"name": "stylesChanged",
|
|
38927
|
-
"privacy": "protected",
|
|
38928
|
-
"return": {
|
|
38929
|
-
"type": {
|
|
38930
|
-
"text": "void"
|
|
38931
|
-
}
|
|
38932
|
-
},
|
|
38933
|
-
"inheritedFrom": {
|
|
38934
|
-
"name": "FoundationElement",
|
|
38935
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38936
|
-
}
|
|
38937
|
-
},
|
|
38938
|
-
{
|
|
38939
|
-
"kind": "method",
|
|
38940
|
-
"name": "compose",
|
|
38941
|
-
"privacy": "public",
|
|
38942
|
-
"static": true,
|
|
38943
|
-
"return": {
|
|
38944
|
-
"type": {
|
|
38945
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
38946
|
-
}
|
|
38947
|
-
},
|
|
38948
|
-
"parameters": [
|
|
38949
|
-
{
|
|
38950
|
-
"name": "this",
|
|
38951
|
-
"type": {
|
|
38952
|
-
"text": "K"
|
|
38953
|
-
}
|
|
38954
|
-
},
|
|
38955
|
-
{
|
|
38956
|
-
"name": "elementDefinition",
|
|
38957
|
-
"type": {
|
|
38958
|
-
"text": "T"
|
|
38959
|
-
},
|
|
38960
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
38961
|
-
}
|
|
38962
|
-
],
|
|
38963
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
38964
|
-
"inheritedFrom": {
|
|
38965
|
-
"name": "FoundationElement",
|
|
38966
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
38967
|
-
}
|
|
38968
|
-
}
|
|
38969
|
-
],
|
|
38970
|
-
"events": [
|
|
38971
|
-
{
|
|
38972
|
-
"description": "Fired when the remove control is activated.",
|
|
38973
|
-
"name": "remove"
|
|
38974
|
-
},
|
|
38975
|
-
{
|
|
38976
|
-
"description": "Fired when the pill body (excluding the remove control) is activated.",
|
|
38977
|
-
"name": "pill-click"
|
|
38978
|
-
}
|
|
38979
|
-
],
|
|
38980
|
-
"attributes": [
|
|
38981
|
-
{
|
|
38982
|
-
"name": "label",
|
|
38983
|
-
"type": {
|
|
38984
|
-
"text": "string"
|
|
38985
|
-
},
|
|
38986
|
-
"fieldName": "label",
|
|
38987
|
-
"description": "the name of the thing this pill represents, e.g. a filter field name"
|
|
38988
|
-
},
|
|
38989
|
-
{
|
|
38990
|
-
"name": "value",
|
|
38991
|
-
"type": {
|
|
38992
|
-
"text": "string"
|
|
38993
|
-
},
|
|
38994
|
-
"fieldName": "value",
|
|
38995
|
-
"description": "the current value shown alongside the label, e.g. \"Cpty Desk: EQUITIES\""
|
|
38996
|
-
},
|
|
38997
|
-
{
|
|
38998
|
-
"name": "removable",
|
|
38999
|
-
"type": {
|
|
39000
|
-
"text": "boolean"
|
|
39001
|
-
},
|
|
39002
|
-
"default": "true",
|
|
39003
|
-
"fieldName": "removable",
|
|
39004
|
-
"description": "whether the \"x\" remove control is shown"
|
|
39005
|
-
},
|
|
39006
|
-
{
|
|
39007
|
-
"name": "disabled",
|
|
39008
|
-
"type": {
|
|
39009
|
-
"text": "boolean"
|
|
39010
|
-
},
|
|
39011
|
-
"default": "false",
|
|
39012
|
-
"fieldName": "disabled",
|
|
39013
|
-
"description": "disables both the pill body and the remove control"
|
|
39014
|
-
},
|
|
39015
|
-
{
|
|
39016
|
-
"name": "label",
|
|
39017
|
-
"type": {
|
|
39018
|
-
"text": "string"
|
|
39019
|
-
},
|
|
39020
|
-
"attribute": "label",
|
|
39021
|
-
"fieldName": "label"
|
|
39022
|
-
},
|
|
39023
|
-
{
|
|
39024
|
-
"name": "value",
|
|
39025
|
-
"type": {
|
|
39026
|
-
"text": "string"
|
|
39027
|
-
},
|
|
39028
|
-
"attribute": "value",
|
|
39029
|
-
"fieldName": "value"
|
|
39030
|
-
},
|
|
39031
|
-
{
|
|
39032
|
-
"type": {
|
|
39033
|
-
"text": "boolean"
|
|
39034
|
-
},
|
|
39035
|
-
"default": "true",
|
|
39036
|
-
"attribute": "removable",
|
|
39037
|
-
"fieldName": "removable"
|
|
39038
|
-
},
|
|
39039
|
-
{
|
|
39040
|
-
"type": {
|
|
39041
|
-
"text": "boolean"
|
|
39042
|
-
},
|
|
39043
|
-
"default": "false",
|
|
39044
|
-
"attribute": "disabled",
|
|
39045
|
-
"fieldName": "disabled"
|
|
39046
|
-
}
|
|
39047
|
-
],
|
|
39048
|
-
"superclass": {
|
|
39049
|
-
"name": "FoundationElement",
|
|
39050
|
-
"package": "@microsoft/fast-foundation"
|
|
39051
|
-
},
|
|
39052
|
-
"tagName": "%%prefix%%-pill",
|
|
39053
|
-
"customElement": true
|
|
39054
|
-
},
|
|
39055
|
-
{
|
|
39056
|
-
"kind": "variable",
|
|
39057
|
-
"name": "foundationPill",
|
|
39058
|
-
"description": "The Foundation Pill",
|
|
39059
|
-
"privacy": "public"
|
|
39060
|
-
}
|
|
39061
|
-
],
|
|
39062
|
-
"exports": [
|
|
39063
|
-
{
|
|
39064
|
-
"kind": "js",
|
|
39065
|
-
"name": "foundationPillShadowOptions",
|
|
39066
|
-
"declaration": {
|
|
39067
|
-
"name": "foundationPillShadowOptions",
|
|
39068
|
-
"module": "src/pill/pill.ts"
|
|
39069
|
-
}
|
|
39070
|
-
},
|
|
39071
|
-
{
|
|
39072
|
-
"kind": "js",
|
|
39073
|
-
"name": "defaultPillConfig",
|
|
39074
|
-
"declaration": {
|
|
39075
|
-
"name": "defaultPillConfig",
|
|
39076
|
-
"module": "src/pill/pill.ts"
|
|
39077
|
-
}
|
|
39078
|
-
},
|
|
39079
|
-
{
|
|
39080
|
-
"kind": "js",
|
|
39081
|
-
"name": "Pill",
|
|
39082
|
-
"declaration": {
|
|
39083
|
-
"name": "Pill",
|
|
39084
|
-
"module": "src/pill/pill.ts"
|
|
39085
|
-
}
|
|
39086
|
-
},
|
|
39087
|
-
{
|
|
39088
|
-
"kind": "js",
|
|
39089
|
-
"name": "foundationPill",
|
|
39090
|
-
"declaration": {
|
|
39091
|
-
"name": "foundationPill",
|
|
39092
|
-
"module": "src/pill/pill.ts"
|
|
39093
|
-
}
|
|
39094
|
-
}
|
|
39095
|
-
]
|
|
39096
|
-
},
|
|
39097
38692
|
{
|
|
39098
38693
|
"kind": "javascript-module",
|
|
39099
38694
|
"path": "src/popper/index.ts",
|