@genesislcap/foundation-ui 14.418.2 → 14.419.1
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/custom-elements-manifest.config.mjs +3 -0
- package/dist/custom-elements.json +2778 -881
- package/dist/dts/_common/base-file-component.d.ts +3 -0
- package/dist/dts/_common/base-file-component.d.ts.map +1 -1
- package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts +5 -0
- package/dist/dts/ai-criteria-search/ai-criteria-search.d.ts.map +1 -1
- package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts +2 -0
- package/dist/dts/categorized-multiselect/categorized-multiselect.d.ts.map +1 -1
- package/dist/dts/combobox/combobox.d.ts +2 -0
- package/dist/dts/combobox/combobox.d.ts.map +1 -1
- package/dist/dts/dialog/dialog.d.ts +3 -0
- package/dist/dts/dialog/dialog.d.ts.map +1 -1
- package/dist/dts/expression-builder/rule-expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/rule-expression-builder.d.ts.map +1 -1
- package/dist/dts/expression-builder/value-expression-builder.d.ts +2 -0
- package/dist/dts/expression-builder/value-expression-builder.d.ts.map +1 -1
- package/dist/dts/file-reader/file-reader.d.ts +4 -0
- package/dist/dts/file-reader/file-reader.d.ts.map +1 -1
- package/dist/dts/file-upload/file-upload.d.ts +6 -0
- package/dist/dts/file-upload/file-upload.d.ts.map +1 -1
- package/dist/dts/filter/filter.d.ts +3 -0
- package/dist/dts/filter/filter.d.ts.map +1 -1
- package/dist/dts/flyout/flyout.d.ts +2 -0
- package/dist/dts/flyout/flyout.d.ts.map +1 -1
- package/dist/dts/menu-item/menu-item.d.ts +2 -0
- package/dist/dts/menu-item/menu-item.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.d.ts +3 -0
- package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
- package/dist/dts/number-field/number-field.d.ts +2 -0
- package/dist/dts/number-field/number-field.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts +6 -0
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/react.d.ts +849 -0
- package/dist/dts/scheduler/scheduler.d.ts +2 -0
- package/dist/dts/scheduler/scheduler.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts +3 -0
- package/dist/dts/scheduler-cron-builder/daily-recurrence/daily-recurrence.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts +3 -0
- package/dist/dts/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts +2 -0
- package/dist/dts/scheduler-cron-builder/scheduler-cron-builder.d.ts.map +1 -1
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts +3 -0
- package/dist/dts/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.d.ts.map +1 -1
- package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts +2 -0
- package/dist/dts/scheduler-timezone/scheduler-timezone.d.ts.map +1 -1
- package/dist/dts/search-bar/search-bar-combobox.d.ts +3 -0
- package/dist/dts/search-bar/search-bar-combobox.d.ts.map +1 -1
- package/dist/dts/search-bar/search-bar.d.ts +2 -0
- package/dist/dts/search-bar/search-bar.d.ts.map +1 -1
- package/dist/dts/section-navigator/section-navigator.d.ts +5 -0
- package/dist/dts/section-navigator/section-navigator.d.ts.map +1 -1
- package/dist/dts/snackbar/snackbar.d.ts +2 -0
- package/dist/dts/snackbar/snackbar.d.ts.map +1 -1
- package/dist/dts/stepper/stepper.d.ts +6 -0
- package/dist/dts/stepper/stepper.d.ts.map +1 -1
- package/dist/dts/stepper-tab/stepper-tab.d.ts +2 -0
- package/dist/dts/stepper-tab/stepper-tab.d.ts.map +1 -1
- package/dist/esm/_common/base-file-component.js +3 -0
- package/dist/esm/ai-criteria-search/ai-criteria-search.js +5 -0
- package/dist/esm/categorized-multiselect/categorized-multiselect.js +2 -0
- package/dist/esm/combobox/combobox.js +2 -0
- package/dist/esm/dialog/dialog.js +3 -0
- package/dist/esm/expression-builder/rule-expression-builder.js +2 -0
- package/dist/esm/expression-builder/value-expression-builder.js +2 -0
- package/dist/esm/file-reader/file-reader.js +4 -0
- package/dist/esm/file-upload/file-upload.js +6 -0
- package/dist/esm/filter/filter.js +3 -0
- package/dist/esm/flyout/flyout.js +2 -0
- package/dist/esm/menu-item/menu-item.js +2 -0
- package/dist/esm/multiselect/multiselect.js +3 -0
- package/dist/esm/number-field/number-field.js +2 -0
- package/dist/esm/options-datasource/options-datasource.js +6 -0
- package/dist/esm/scheduler/scheduler.js +2 -0
- package/dist/esm/scheduler-cron-builder/daily-recurrence/daily-recurrence.js +3 -0
- package/dist/esm/scheduler-cron-builder/monthly-yearly-recurrence/monthly-yearly-recurrence.js +3 -0
- package/dist/esm/scheduler-cron-builder/scheduler-cron-builder.js +2 -0
- package/dist/esm/scheduler-cron-builder/weekly-recurrence/weekly-recurrence.js +3 -0
- package/dist/esm/scheduler-timezone/scheduler-timezone.js +2 -0
- package/dist/esm/search-bar/search-bar-combobox.js +3 -0
- package/dist/esm/search-bar/search-bar.js +2 -0
- package/dist/esm/section-navigator/section-navigator.js +5 -0
- package/dist/esm/snackbar/snackbar.js +2 -0
- package/dist/esm/stepper/stepper.js +6 -0
- package/dist/esm/stepper-tab/stepper-tab.js +2 -0
- package/dist/react.cjs +462 -0
- package/dist/react.mjs +371 -0
- package/package.json +33 -19
|
@@ -1248,6 +1248,16 @@
|
|
|
1248
1248
|
}
|
|
1249
1249
|
}
|
|
1250
1250
|
],
|
|
1251
|
+
"events": [
|
|
1252
|
+
{
|
|
1253
|
+
"description": "Fired when file size validation fails",
|
|
1254
|
+
"name": "error"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"description": "Fired when selection is cleared",
|
|
1258
|
+
"name": "clear"
|
|
1259
|
+
}
|
|
1260
|
+
],
|
|
1251
1261
|
"attributes": [
|
|
1252
1262
|
{
|
|
1253
1263
|
"name": "label",
|
|
@@ -1382,11 +1392,65 @@
|
|
|
1382
1392
|
},
|
|
1383
1393
|
{
|
|
1384
1394
|
"kind": "javascript-module",
|
|
1385
|
-
"path": "src/
|
|
1395
|
+
"path": "src/_config/index.ts",
|
|
1396
|
+
"declarations": [],
|
|
1397
|
+
"exports": [
|
|
1398
|
+
{
|
|
1399
|
+
"kind": "js",
|
|
1400
|
+
"name": "*",
|
|
1401
|
+
"declaration": {
|
|
1402
|
+
"name": "*",
|
|
1403
|
+
"package": "./styles"
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "js",
|
|
1408
|
+
"name": "*",
|
|
1409
|
+
"declaration": {
|
|
1410
|
+
"name": "*",
|
|
1411
|
+
"package": "./tokens"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"kind": "js",
|
|
1416
|
+
"name": "*",
|
|
1417
|
+
"declaration": {
|
|
1418
|
+
"name": "*",
|
|
1419
|
+
"package": "./values"
|
|
1420
|
+
}
|
|
1421
|
+
}
|
|
1422
|
+
]
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"kind": "javascript-module",
|
|
1426
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1386
1427
|
"declarations": [
|
|
1387
1428
|
{
|
|
1388
1429
|
"kind": "function",
|
|
1389
|
-
"name": "
|
|
1430
|
+
"name": "actionsMenuBaseStyles",
|
|
1431
|
+
"return": {
|
|
1432
|
+
"type": {
|
|
1433
|
+
"text": "ElementStyles"
|
|
1434
|
+
}
|
|
1435
|
+
},
|
|
1436
|
+
"parameters": [
|
|
1437
|
+
{
|
|
1438
|
+
"name": "context",
|
|
1439
|
+
"type": {
|
|
1440
|
+
"text": "ElementDefinitionContext"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
"name": "definition",
|
|
1445
|
+
"type": {
|
|
1446
|
+
"text": "FoundationElementDefinition"
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
]
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"kind": "function",
|
|
1453
|
+
"name": "foundationActionsMenuStyles",
|
|
1390
1454
|
"return": {
|
|
1391
1455
|
"type": {
|
|
1392
1456
|
"text": "ElementStyles"
|
|
@@ -1411,157 +1475,270 @@
|
|
|
1411
1475
|
"exports": [
|
|
1412
1476
|
{
|
|
1413
1477
|
"kind": "js",
|
|
1414
|
-
"name": "
|
|
1478
|
+
"name": "actionsMenuBaseStyles",
|
|
1415
1479
|
"declaration": {
|
|
1416
|
-
"name": "
|
|
1417
|
-
"module": "src/
|
|
1480
|
+
"name": "actionsMenuBaseStyles",
|
|
1481
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"kind": "js",
|
|
1486
|
+
"name": "foundationActionsMenuStyles",
|
|
1487
|
+
"declaration": {
|
|
1488
|
+
"name": "foundationActionsMenuStyles",
|
|
1489
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1418
1490
|
}
|
|
1419
1491
|
}
|
|
1420
1492
|
]
|
|
1421
1493
|
},
|
|
1422
1494
|
{
|
|
1423
1495
|
"kind": "javascript-module",
|
|
1424
|
-
"path": "src/
|
|
1496
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1425
1497
|
"declarations": [
|
|
1426
1498
|
{
|
|
1427
1499
|
"kind": "function",
|
|
1428
|
-
"name": "
|
|
1429
|
-
"return": {
|
|
1430
|
-
"type": {
|
|
1431
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1432
|
-
}
|
|
1433
|
-
},
|
|
1500
|
+
"name": "menuTemplate",
|
|
1434
1501
|
"parameters": [
|
|
1435
1502
|
{
|
|
1436
|
-
"name": "
|
|
1503
|
+
"name": "prefix",
|
|
1437
1504
|
"type": {
|
|
1438
|
-
"text": "
|
|
1505
|
+
"text": "string"
|
|
1439
1506
|
}
|
|
1440
|
-
}
|
|
1507
|
+
}
|
|
1508
|
+
]
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"kind": "function",
|
|
1512
|
+
"name": "singleOptionTemplate",
|
|
1513
|
+
"parameters": [
|
|
1441
1514
|
{
|
|
1442
|
-
"name": "
|
|
1515
|
+
"name": "prefix",
|
|
1443
1516
|
"type": {
|
|
1444
|
-
"text": "
|
|
1517
|
+
"text": "string"
|
|
1445
1518
|
}
|
|
1446
1519
|
}
|
|
1447
1520
|
]
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"kind": "variable",
|
|
1524
|
+
"name": "foundationActionsMenuTemplate",
|
|
1525
|
+
"type": {
|
|
1526
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1527
|
+
},
|
|
1528
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1448
1529
|
}
|
|
1449
1530
|
],
|
|
1450
1531
|
"exports": [
|
|
1451
1532
|
{
|
|
1452
1533
|
"kind": "js",
|
|
1453
|
-
"name": "
|
|
1534
|
+
"name": "menuTemplate",
|
|
1454
1535
|
"declaration": {
|
|
1455
|
-
"name": "
|
|
1456
|
-
"module": "src/
|
|
1536
|
+
"name": "menuTemplate",
|
|
1537
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1538
|
+
}
|
|
1539
|
+
},
|
|
1540
|
+
{
|
|
1541
|
+
"kind": "js",
|
|
1542
|
+
"name": "singleOptionTemplate",
|
|
1543
|
+
"declaration": {
|
|
1544
|
+
"name": "singleOptionTemplate",
|
|
1545
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1546
|
+
}
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "js",
|
|
1550
|
+
"name": "foundationActionsMenuTemplate",
|
|
1551
|
+
"declaration": {
|
|
1552
|
+
"name": "foundationActionsMenuTemplate",
|
|
1553
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1457
1554
|
}
|
|
1458
1555
|
}
|
|
1459
1556
|
]
|
|
1460
1557
|
},
|
|
1461
1558
|
{
|
|
1462
1559
|
"kind": "javascript-module",
|
|
1463
|
-
"path": "src/
|
|
1560
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1464
1561
|
"declarations": [
|
|
1465
1562
|
{
|
|
1466
1563
|
"kind": "class",
|
|
1467
1564
|
"description": "",
|
|
1468
|
-
"name": "
|
|
1469
|
-
"
|
|
1470
|
-
"name": "FASTAccordionItem",
|
|
1471
|
-
"package": "@microsoft/fast-components"
|
|
1472
|
-
},
|
|
1473
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1474
|
-
"customElement": true,
|
|
1475
|
-
"attributes": [
|
|
1565
|
+
"name": "ActionsMenu",
|
|
1566
|
+
"members": [
|
|
1476
1567
|
{
|
|
1477
|
-
"
|
|
1568
|
+
"kind": "field",
|
|
1569
|
+
"name": "actions",
|
|
1478
1570
|
"type": {
|
|
1479
|
-
"text": "
|
|
1480
|
-
},
|
|
1481
|
-
"default": "2",
|
|
1482
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1483
|
-
"fieldName": "headinglevel",
|
|
1484
|
-
"inheritedFrom": {
|
|
1485
|
-
"name": "AccordionItem",
|
|
1486
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1571
|
+
"text": "ActionMenuItem[]"
|
|
1487
1572
|
}
|
|
1488
1573
|
},
|
|
1489
1574
|
{
|
|
1575
|
+
"kind": "field",
|
|
1576
|
+
"name": "isVertical",
|
|
1490
1577
|
"type": {
|
|
1491
1578
|
"text": "boolean"
|
|
1492
1579
|
},
|
|
1493
|
-
"default": "false"
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
"
|
|
1497
|
-
|
|
1498
|
-
|
|
1580
|
+
"default": "false"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"kind": "field",
|
|
1584
|
+
"name": "addDefaultActions",
|
|
1585
|
+
"type": {
|
|
1586
|
+
"text": "boolean"
|
|
1587
|
+
},
|
|
1588
|
+
"default": "true"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "field",
|
|
1592
|
+
"name": "autoCloseOnAction",
|
|
1593
|
+
"type": {
|
|
1594
|
+
"text": "boolean"
|
|
1595
|
+
},
|
|
1596
|
+
"default": "true"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
"kind": "field",
|
|
1600
|
+
"name": "classNames",
|
|
1601
|
+
"type": {
|
|
1602
|
+
"text": "string"
|
|
1499
1603
|
}
|
|
1500
1604
|
},
|
|
1501
1605
|
{
|
|
1502
|
-
"
|
|
1606
|
+
"kind": "field",
|
|
1607
|
+
"name": "definition",
|
|
1608
|
+
"type": {
|
|
1609
|
+
"text": "any"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"kind": "field",
|
|
1614
|
+
"name": "name",
|
|
1503
1615
|
"type": {
|
|
1504
1616
|
"text": "string"
|
|
1505
1617
|
},
|
|
1506
|
-
"
|
|
1507
|
-
|
|
1508
|
-
"inheritedFrom": {
|
|
1509
|
-
"name": "AccordionItem",
|
|
1510
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
],
|
|
1514
|
-
"members": [
|
|
1618
|
+
"default": "'Actions'"
|
|
1619
|
+
},
|
|
1515
1620
|
{
|
|
1516
1621
|
"kind": "field",
|
|
1517
|
-
"name": "
|
|
1622
|
+
"name": "open",
|
|
1518
1623
|
"type": {
|
|
1519
|
-
"text": "
|
|
1624
|
+
"text": "boolean"
|
|
1520
1625
|
},
|
|
1521
|
-
"
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
"
|
|
1525
|
-
|
|
1526
|
-
|
|
1626
|
+
"default": "false"
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"kind": "field",
|
|
1630
|
+
"name": "buttonAppearance",
|
|
1631
|
+
"type": {
|
|
1632
|
+
"text": "string"
|
|
1527
1633
|
}
|
|
1528
1634
|
},
|
|
1529
1635
|
{
|
|
1530
1636
|
"kind": "field",
|
|
1531
|
-
"name": "
|
|
1637
|
+
"name": "hideDisabled",
|
|
1532
1638
|
"type": {
|
|
1533
1639
|
"text": "boolean"
|
|
1534
1640
|
},
|
|
1535
|
-
"
|
|
1536
|
-
"default": "false",
|
|
1537
|
-
"description": "Expands or collapses the item.",
|
|
1538
|
-
"inheritedFrom": {
|
|
1539
|
-
"name": "AccordionItem",
|
|
1540
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1541
|
-
}
|
|
1641
|
+
"default": "false"
|
|
1542
1642
|
},
|
|
1543
1643
|
{
|
|
1544
1644
|
"kind": "field",
|
|
1545
|
-
"name": "
|
|
1645
|
+
"name": "hideMenuSingleOption",
|
|
1546
1646
|
"type": {
|
|
1547
|
-
"text": "
|
|
1647
|
+
"text": "boolean"
|
|
1548
1648
|
},
|
|
1549
|
-
"
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1649
|
+
"default": "false"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
"kind": "field",
|
|
1653
|
+
"name": "singleOption",
|
|
1654
|
+
"type": {
|
|
1655
|
+
"text": "ActionMenuItem"
|
|
1554
1656
|
}
|
|
1555
1657
|
},
|
|
1556
1658
|
{
|
|
1557
1659
|
"kind": "field",
|
|
1558
|
-
"name": "
|
|
1559
|
-
"
|
|
1560
|
-
|
|
1561
|
-
"name": "AccordionItem",
|
|
1562
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1660
|
+
"name": "actionsMenu",
|
|
1661
|
+
"type": {
|
|
1662
|
+
"text": "HTMLElement"
|
|
1563
1663
|
}
|
|
1564
1664
|
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "method",
|
|
1667
|
+
"name": "definitionChanged",
|
|
1668
|
+
"privacy": "protected",
|
|
1669
|
+
"parameters": [
|
|
1670
|
+
{
|
|
1671
|
+
"name": "oldValue",
|
|
1672
|
+
"type": {
|
|
1673
|
+
"text": "any"
|
|
1674
|
+
}
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"name": "newValue",
|
|
1678
|
+
"type": {
|
|
1679
|
+
"text": "any"
|
|
1680
|
+
}
|
|
1681
|
+
}
|
|
1682
|
+
]
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"kind": "method",
|
|
1686
|
+
"name": "openChanged",
|
|
1687
|
+
"privacy": "protected"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "method",
|
|
1691
|
+
"name": "toggleActionsMenuVisibility"
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"kind": "method",
|
|
1695
|
+
"name": "onActionMenuItemClick",
|
|
1696
|
+
"parameters": [
|
|
1697
|
+
{
|
|
1698
|
+
"name": "callback",
|
|
1699
|
+
"type": {
|
|
1700
|
+
"text": "(rowData) => void | any"
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
]
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
"kind": "field",
|
|
1707
|
+
"name": "allActions",
|
|
1708
|
+
"type": {
|
|
1709
|
+
"text": "ActionMenuItem[]"
|
|
1710
|
+
},
|
|
1711
|
+
"readonly": true
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
"kind": "field",
|
|
1715
|
+
"name": "rowData",
|
|
1716
|
+
"readonly": true
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"kind": "method",
|
|
1720
|
+
"name": "getLabel",
|
|
1721
|
+
"parameters": [
|
|
1722
|
+
{
|
|
1723
|
+
"name": "name",
|
|
1724
|
+
"type": {
|
|
1725
|
+
"text": "string | ((rowData: any) => string)"
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
]
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"kind": "method",
|
|
1732
|
+
"name": "getTemplate",
|
|
1733
|
+
"parameters": [
|
|
1734
|
+
{
|
|
1735
|
+
"name": "prefix",
|
|
1736
|
+
"type": {
|
|
1737
|
+
"text": "string"
|
|
1738
|
+
}
|
|
1739
|
+
}
|
|
1740
|
+
]
|
|
1741
|
+
},
|
|
1565
1742
|
{
|
|
1566
1743
|
"kind": "field",
|
|
1567
1744
|
"name": "_presentation",
|
|
@@ -1674,78 +1851,107 @@
|
|
|
1674
1851
|
}
|
|
1675
1852
|
}
|
|
1676
1853
|
],
|
|
1677
|
-
"
|
|
1854
|
+
"attributes": [
|
|
1678
1855
|
{
|
|
1679
|
-
"
|
|
1680
|
-
"
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1856
|
+
"name": "is-vertical",
|
|
1857
|
+
"type": {
|
|
1858
|
+
"text": "boolean"
|
|
1859
|
+
},
|
|
1860
|
+
"default": "false",
|
|
1861
|
+
"fieldName": "isVertical"
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"name": "add-default-actions",
|
|
1865
|
+
"type": {
|
|
1866
|
+
"text": "boolean"
|
|
1867
|
+
},
|
|
1868
|
+
"default": "true",
|
|
1869
|
+
"fieldName": "addDefaultActions"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"name": "auto-close-on-action",
|
|
1873
|
+
"type": {
|
|
1874
|
+
"text": "boolean"
|
|
1875
|
+
},
|
|
1876
|
+
"default": "true",
|
|
1877
|
+
"fieldName": "autoCloseOnAction"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"name": "name",
|
|
1881
|
+
"type": {
|
|
1882
|
+
"text": "string"
|
|
1883
|
+
},
|
|
1884
|
+
"default": "'Actions'",
|
|
1885
|
+
"fieldName": "name"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"name": "open",
|
|
1889
|
+
"type": {
|
|
1890
|
+
"text": "boolean"
|
|
1891
|
+
},
|
|
1892
|
+
"default": "false",
|
|
1893
|
+
"fieldName": "open"
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"name": "buttonAppearance",
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "string"
|
|
1899
|
+
},
|
|
1900
|
+
"fieldName": "buttonAppearance"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"name": "hide-disabled",
|
|
1904
|
+
"type": {
|
|
1905
|
+
"text": "boolean"
|
|
1906
|
+
},
|
|
1907
|
+
"default": "false",
|
|
1908
|
+
"fieldName": "hideDisabled"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"name": "hide-menu-single-option",
|
|
1912
|
+
"type": {
|
|
1913
|
+
"text": "boolean"
|
|
1914
|
+
},
|
|
1915
|
+
"default": "false",
|
|
1916
|
+
"fieldName": "hideMenuSingleOption"
|
|
1685
1917
|
}
|
|
1686
|
-
]
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1691
|
-
"type": {
|
|
1692
|
-
"text": "ShadowRootInit"
|
|
1693
|
-
},
|
|
1694
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"kind": "variable",
|
|
1698
|
-
"name": "defaultAccordionItemConfig",
|
|
1699
|
-
"type": {
|
|
1700
|
-
"text": "object"
|
|
1918
|
+
],
|
|
1919
|
+
"superclass": {
|
|
1920
|
+
"name": "FoundationElement",
|
|
1921
|
+
"package": "@microsoft/fast-foundation"
|
|
1701
1922
|
},
|
|
1702
|
-
"
|
|
1923
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1924
|
+
"customElement": true
|
|
1703
1925
|
},
|
|
1704
1926
|
{
|
|
1705
1927
|
"kind": "variable",
|
|
1706
|
-
"name": "
|
|
1707
|
-
"description": "The Foundation
|
|
1928
|
+
"name": "foundationActionsMenu",
|
|
1929
|
+
"description": "The Foundation Actions Menu",
|
|
1708
1930
|
"privacy": "public"
|
|
1709
1931
|
}
|
|
1710
1932
|
],
|
|
1711
1933
|
"exports": [
|
|
1712
1934
|
{
|
|
1713
1935
|
"kind": "js",
|
|
1714
|
-
"name": "
|
|
1715
|
-
"declaration": {
|
|
1716
|
-
"name": "AccordionItem",
|
|
1717
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"kind": "js",
|
|
1722
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1723
|
-
"declaration": {
|
|
1724
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1725
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"kind": "js",
|
|
1730
|
-
"name": "defaultAccordionItemConfig",
|
|
1936
|
+
"name": "ActionsMenu",
|
|
1731
1937
|
"declaration": {
|
|
1732
|
-
"name": "
|
|
1733
|
-
"module": "src/
|
|
1938
|
+
"name": "ActionsMenu",
|
|
1939
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1734
1940
|
}
|
|
1735
1941
|
},
|
|
1736
1942
|
{
|
|
1737
1943
|
"kind": "js",
|
|
1738
|
-
"name": "
|
|
1944
|
+
"name": "foundationActionsMenu",
|
|
1739
1945
|
"declaration": {
|
|
1740
|
-
"name": "
|
|
1741
|
-
"module": "src/
|
|
1946
|
+
"name": "foundationActionsMenu",
|
|
1947
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1742
1948
|
}
|
|
1743
1949
|
}
|
|
1744
1950
|
]
|
|
1745
1951
|
},
|
|
1746
1952
|
{
|
|
1747
1953
|
"kind": "javascript-module",
|
|
1748
|
-
"path": "src/
|
|
1954
|
+
"path": "src/actions-menu/index.ts",
|
|
1749
1955
|
"declarations": [],
|
|
1750
1956
|
"exports": [
|
|
1751
1957
|
{
|
|
@@ -1753,7 +1959,7 @@
|
|
|
1753
1959
|
"name": "*",
|
|
1754
1960
|
"declaration": {
|
|
1755
1961
|
"name": "*",
|
|
1756
|
-
"package": "./
|
|
1962
|
+
"package": "./actions-menu.styles"
|
|
1757
1963
|
}
|
|
1758
1964
|
},
|
|
1759
1965
|
{
|
|
@@ -1761,7 +1967,7 @@
|
|
|
1761
1967
|
"name": "*",
|
|
1762
1968
|
"declaration": {
|
|
1763
1969
|
"name": "*",
|
|
1764
|
-
"package": "./
|
|
1970
|
+
"package": "./actions-menu.template"
|
|
1765
1971
|
}
|
|
1766
1972
|
},
|
|
1767
1973
|
{
|
|
@@ -1769,18 +1975,18 @@
|
|
|
1769
1975
|
"name": "*",
|
|
1770
1976
|
"declaration": {
|
|
1771
1977
|
"name": "*",
|
|
1772
|
-
"package": "./
|
|
1978
|
+
"package": "./actions-menu"
|
|
1773
1979
|
}
|
|
1774
1980
|
}
|
|
1775
1981
|
]
|
|
1776
1982
|
},
|
|
1777
1983
|
{
|
|
1778
1984
|
"kind": "javascript-module",
|
|
1779
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1985
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1780
1986
|
"declarations": [
|
|
1781
1987
|
{
|
|
1782
1988
|
"kind": "function",
|
|
1783
|
-
"name": "
|
|
1989
|
+
"name": "foundationAccordionItemStyles",
|
|
1784
1990
|
"return": {
|
|
1785
1991
|
"type": {
|
|
1786
1992
|
"text": "ElementStyles"
|
|
@@ -1805,24 +2011,24 @@
|
|
|
1805
2011
|
"exports": [
|
|
1806
2012
|
{
|
|
1807
2013
|
"kind": "js",
|
|
1808
|
-
"name": "
|
|
2014
|
+
"name": "foundationAccordionItemStyles",
|
|
1809
2015
|
"declaration": {
|
|
1810
|
-
"name": "
|
|
1811
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2016
|
+
"name": "foundationAccordionItemStyles",
|
|
2017
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1812
2018
|
}
|
|
1813
2019
|
}
|
|
1814
2020
|
]
|
|
1815
2021
|
},
|
|
1816
2022
|
{
|
|
1817
2023
|
"kind": "javascript-module",
|
|
1818
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2024
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1819
2025
|
"declarations": [
|
|
1820
2026
|
{
|
|
1821
2027
|
"kind": "function",
|
|
1822
|
-
"name": "
|
|
2028
|
+
"name": "foundationAccordionItemTemplate",
|
|
1823
2029
|
"return": {
|
|
1824
2030
|
"type": {
|
|
1825
|
-
"text": "ViewTemplate<
|
|
2031
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1826
2032
|
}
|
|
1827
2033
|
},
|
|
1828
2034
|
"parameters": [
|
|
@@ -1844,32 +2050,244 @@
|
|
|
1844
2050
|
"exports": [
|
|
1845
2051
|
{
|
|
1846
2052
|
"kind": "js",
|
|
1847
|
-
"name": "
|
|
2053
|
+
"name": "foundationAccordionItemTemplate",
|
|
1848
2054
|
"declaration": {
|
|
1849
|
-
"name": "
|
|
1850
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2055
|
+
"name": "foundationAccordionItemTemplate",
|
|
2056
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1851
2057
|
}
|
|
1852
2058
|
}
|
|
1853
2059
|
]
|
|
1854
2060
|
},
|
|
1855
2061
|
{
|
|
1856
2062
|
"kind": "javascript-module",
|
|
1857
|
-
"path": "src/accordion/accordion.ts",
|
|
2063
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1858
2064
|
"declarations": [
|
|
1859
2065
|
{
|
|
1860
2066
|
"kind": "class",
|
|
1861
2067
|
"description": "",
|
|
1862
|
-
"name": "
|
|
2068
|
+
"name": "AccordionItem",
|
|
1863
2069
|
"superclass": {
|
|
1864
|
-
"name": "
|
|
1865
|
-
"package": "@microsoft/fast-
|
|
2070
|
+
"name": "FASTAccordionItem",
|
|
2071
|
+
"package": "@microsoft/fast-components"
|
|
1866
2072
|
},
|
|
1867
|
-
"tagName": "%%prefix%%-accordion",
|
|
1868
|
-
"customElement": true
|
|
2073
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2074
|
+
"customElement": true,
|
|
2075
|
+
"attributes": [
|
|
2076
|
+
{
|
|
2077
|
+
"name": "heading-level",
|
|
2078
|
+
"type": {
|
|
2079
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2080
|
+
},
|
|
2081
|
+
"default": "2",
|
|
2082
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2083
|
+
"fieldName": "headinglevel",
|
|
2084
|
+
"inheritedFrom": {
|
|
2085
|
+
"name": "AccordionItem",
|
|
2086
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2087
|
+
}
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
"type": {
|
|
2091
|
+
"text": "boolean"
|
|
2092
|
+
},
|
|
2093
|
+
"default": "false",
|
|
2094
|
+
"description": "Expands or collapses the item.",
|
|
2095
|
+
"fieldName": "expanded",
|
|
2096
|
+
"inheritedFrom": {
|
|
2097
|
+
"name": "AccordionItem",
|
|
2098
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2099
|
+
}
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"name": "id",
|
|
2103
|
+
"type": {
|
|
2104
|
+
"text": "string"
|
|
2105
|
+
},
|
|
2106
|
+
"description": "The item ID",
|
|
2107
|
+
"fieldName": "id",
|
|
2108
|
+
"inheritedFrom": {
|
|
2109
|
+
"name": "AccordionItem",
|
|
2110
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
],
|
|
2114
|
+
"members": [
|
|
2115
|
+
{
|
|
2116
|
+
"kind": "field",
|
|
2117
|
+
"name": "headinglevel",
|
|
2118
|
+
"type": {
|
|
2119
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2120
|
+
},
|
|
2121
|
+
"privacy": "public",
|
|
2122
|
+
"default": "2",
|
|
2123
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2124
|
+
"inheritedFrom": {
|
|
2125
|
+
"name": "AccordionItem",
|
|
2126
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "field",
|
|
2131
|
+
"name": "expanded",
|
|
2132
|
+
"type": {
|
|
2133
|
+
"text": "boolean"
|
|
2134
|
+
},
|
|
2135
|
+
"privacy": "public",
|
|
2136
|
+
"default": "false",
|
|
2137
|
+
"description": "Expands or collapses the item.",
|
|
2138
|
+
"inheritedFrom": {
|
|
2139
|
+
"name": "AccordionItem",
|
|
2140
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"kind": "field",
|
|
2145
|
+
"name": "id",
|
|
2146
|
+
"type": {
|
|
2147
|
+
"text": "string"
|
|
2148
|
+
},
|
|
2149
|
+
"privacy": "public",
|
|
2150
|
+
"description": "The item ID",
|
|
2151
|
+
"inheritedFrom": {
|
|
2152
|
+
"name": "AccordionItem",
|
|
2153
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"kind": "field",
|
|
2158
|
+
"name": "change",
|
|
2159
|
+
"privacy": "private",
|
|
2160
|
+
"inheritedFrom": {
|
|
2161
|
+
"name": "AccordionItem",
|
|
2162
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2163
|
+
}
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"kind": "field",
|
|
2167
|
+
"name": "_presentation",
|
|
2168
|
+
"type": {
|
|
2169
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2170
|
+
},
|
|
2171
|
+
"privacy": "private",
|
|
2172
|
+
"default": "void 0",
|
|
2173
|
+
"inheritedFrom": {
|
|
2174
|
+
"name": "FoundationElement",
|
|
2175
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2176
|
+
}
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"kind": "field",
|
|
2180
|
+
"name": "$presentation",
|
|
2181
|
+
"type": {
|
|
2182
|
+
"text": "ComponentPresentation | null"
|
|
2183
|
+
},
|
|
2184
|
+
"privacy": "public",
|
|
2185
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2186
|
+
"inheritedFrom": {
|
|
2187
|
+
"name": "FoundationElement",
|
|
2188
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2189
|
+
}
|
|
2190
|
+
},
|
|
2191
|
+
{
|
|
2192
|
+
"kind": "field",
|
|
2193
|
+
"name": "template",
|
|
2194
|
+
"type": {
|
|
2195
|
+
"text": "ElementViewTemplate | void | null"
|
|
2196
|
+
},
|
|
2197
|
+
"privacy": "public",
|
|
2198
|
+
"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.",
|
|
2199
|
+
"inheritedFrom": {
|
|
2200
|
+
"name": "FoundationElement",
|
|
2201
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"kind": "method",
|
|
2206
|
+
"name": "templateChanged",
|
|
2207
|
+
"privacy": "protected",
|
|
2208
|
+
"return": {
|
|
2209
|
+
"type": {
|
|
2210
|
+
"text": "void"
|
|
2211
|
+
}
|
|
2212
|
+
},
|
|
2213
|
+
"inheritedFrom": {
|
|
2214
|
+
"name": "FoundationElement",
|
|
2215
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"kind": "field",
|
|
2220
|
+
"name": "styles",
|
|
2221
|
+
"type": {
|
|
2222
|
+
"text": "ElementStyles | void | null"
|
|
2223
|
+
},
|
|
2224
|
+
"privacy": "public",
|
|
2225
|
+
"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.",
|
|
2226
|
+
"inheritedFrom": {
|
|
2227
|
+
"name": "FoundationElement",
|
|
2228
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2229
|
+
}
|
|
2230
|
+
},
|
|
2231
|
+
{
|
|
2232
|
+
"kind": "method",
|
|
2233
|
+
"name": "stylesChanged",
|
|
2234
|
+
"privacy": "protected",
|
|
2235
|
+
"return": {
|
|
2236
|
+
"type": {
|
|
2237
|
+
"text": "void"
|
|
2238
|
+
}
|
|
2239
|
+
},
|
|
2240
|
+
"inheritedFrom": {
|
|
2241
|
+
"name": "FoundationElement",
|
|
2242
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2243
|
+
}
|
|
2244
|
+
},
|
|
2245
|
+
{
|
|
2246
|
+
"kind": "method",
|
|
2247
|
+
"name": "compose",
|
|
2248
|
+
"privacy": "public",
|
|
2249
|
+
"static": true,
|
|
2250
|
+
"return": {
|
|
2251
|
+
"type": {
|
|
2252
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2253
|
+
}
|
|
2254
|
+
},
|
|
2255
|
+
"parameters": [
|
|
2256
|
+
{
|
|
2257
|
+
"name": "this",
|
|
2258
|
+
"type": {
|
|
2259
|
+
"text": "K"
|
|
2260
|
+
}
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"name": "elementDefinition",
|
|
2264
|
+
"type": {
|
|
2265
|
+
"text": "T"
|
|
2266
|
+
},
|
|
2267
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2268
|
+
}
|
|
2269
|
+
],
|
|
2270
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2271
|
+
"inheritedFrom": {
|
|
2272
|
+
"name": "FoundationElement",
|
|
2273
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2274
|
+
}
|
|
2275
|
+
}
|
|
2276
|
+
],
|
|
2277
|
+
"events": [
|
|
2278
|
+
{
|
|
2279
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2280
|
+
"name": "change",
|
|
2281
|
+
"inheritedFrom": {
|
|
2282
|
+
"name": "AccordionItem",
|
|
2283
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
]
|
|
1869
2287
|
},
|
|
1870
2288
|
{
|
|
1871
2289
|
"kind": "variable",
|
|
1872
|
-
"name": "
|
|
2290
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1873
2291
|
"type": {
|
|
1874
2292
|
"text": "ShadowRootInit"
|
|
1875
2293
|
},
|
|
@@ -1877,57 +2295,57 @@
|
|
|
1877
2295
|
},
|
|
1878
2296
|
{
|
|
1879
2297
|
"kind": "variable",
|
|
1880
|
-
"name": "
|
|
2298
|
+
"name": "defaultAccordionItemConfig",
|
|
1881
2299
|
"type": {
|
|
1882
2300
|
"text": "object"
|
|
1883
2301
|
},
|
|
1884
|
-
"default": "{}"
|
|
2302
|
+
"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}"
|
|
1885
2303
|
},
|
|
1886
2304
|
{
|
|
1887
2305
|
"kind": "variable",
|
|
1888
|
-
"name": "
|
|
1889
|
-
"description": "The Foundation Accordion",
|
|
2306
|
+
"name": "foundationAccordionItem",
|
|
2307
|
+
"description": "The Foundation Accordion Item",
|
|
1890
2308
|
"privacy": "public"
|
|
1891
2309
|
}
|
|
1892
2310
|
],
|
|
1893
2311
|
"exports": [
|
|
1894
2312
|
{
|
|
1895
2313
|
"kind": "js",
|
|
1896
|
-
"name": "
|
|
2314
|
+
"name": "AccordionItem",
|
|
1897
2315
|
"declaration": {
|
|
1898
|
-
"name": "
|
|
1899
|
-
"module": "src/accordion/accordion.ts"
|
|
2316
|
+
"name": "AccordionItem",
|
|
2317
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1900
2318
|
}
|
|
1901
2319
|
},
|
|
1902
2320
|
{
|
|
1903
2321
|
"kind": "js",
|
|
1904
|
-
"name": "
|
|
2322
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1905
2323
|
"declaration": {
|
|
1906
|
-
"name": "
|
|
1907
|
-
"module": "src/accordion/accordion.ts"
|
|
2324
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2325
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1908
2326
|
}
|
|
1909
2327
|
},
|
|
1910
2328
|
{
|
|
1911
2329
|
"kind": "js",
|
|
1912
|
-
"name": "
|
|
2330
|
+
"name": "defaultAccordionItemConfig",
|
|
1913
2331
|
"declaration": {
|
|
1914
|
-
"name": "
|
|
1915
|
-
"module": "src/accordion/accordion.ts"
|
|
2332
|
+
"name": "defaultAccordionItemConfig",
|
|
2333
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1916
2334
|
}
|
|
1917
2335
|
},
|
|
1918
2336
|
{
|
|
1919
2337
|
"kind": "js",
|
|
1920
|
-
"name": "
|
|
2338
|
+
"name": "foundationAccordionItem",
|
|
1921
2339
|
"declaration": {
|
|
1922
|
-
"name": "
|
|
1923
|
-
"module": "src/accordion/accordion.ts"
|
|
2340
|
+
"name": "foundationAccordionItem",
|
|
2341
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1924
2342
|
}
|
|
1925
2343
|
}
|
|
1926
2344
|
]
|
|
1927
2345
|
},
|
|
1928
2346
|
{
|
|
1929
2347
|
"kind": "javascript-module",
|
|
1930
|
-
"path": "src/accordion/index.ts",
|
|
2348
|
+
"path": "src/accordion-item/index.ts",
|
|
1931
2349
|
"declarations": [],
|
|
1932
2350
|
"exports": [
|
|
1933
2351
|
{
|
|
@@ -1935,7 +2353,7 @@
|
|
|
1935
2353
|
"name": "*",
|
|
1936
2354
|
"declaration": {
|
|
1937
2355
|
"name": "*",
|
|
1938
|
-
"package": "./accordion.template"
|
|
2356
|
+
"package": "./accordion-item.template"
|
|
1939
2357
|
}
|
|
1940
2358
|
},
|
|
1941
2359
|
{
|
|
@@ -1943,7 +2361,7 @@
|
|
|
1943
2361
|
"name": "*",
|
|
1944
2362
|
"declaration": {
|
|
1945
2363
|
"name": "*",
|
|
1946
|
-
"package": "./accordion.styles"
|
|
2364
|
+
"package": "./accordion-item.styles"
|
|
1947
2365
|
}
|
|
1948
2366
|
},
|
|
1949
2367
|
{
|
|
@@ -1951,7 +2369,7 @@
|
|
|
1951
2369
|
"name": "*",
|
|
1952
2370
|
"declaration": {
|
|
1953
2371
|
"name": "*",
|
|
1954
|
-
"package": "./accordion"
|
|
2372
|
+
"package": "./accordion-item"
|
|
1955
2373
|
}
|
|
1956
2374
|
}
|
|
1957
2375
|
]
|
|
@@ -2007,7 +2425,7 @@
|
|
|
2007
2425
|
"declarations": [
|
|
2008
2426
|
{
|
|
2009
2427
|
"kind": "class",
|
|
2010
|
-
"description": "",
|
|
2428
|
+
"description": "Natural-language criteria search input with AI interpretation.",
|
|
2011
2429
|
"name": "AiCriteriaSearch",
|
|
2012
2430
|
"members": [
|
|
2013
2431
|
{
|
|
@@ -2256,6 +2674,16 @@
|
|
|
2256
2674
|
}
|
|
2257
2675
|
}
|
|
2258
2676
|
],
|
|
2677
|
+
"events": [
|
|
2678
|
+
{
|
|
2679
|
+
"description": "Fired when interpreted criteria is applied or cleared",
|
|
2680
|
+
"name": "criteria-changed"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"description": "Fired when interpreted criteria contains invalid clauses",
|
|
2684
|
+
"name": "validation-errors"
|
|
2685
|
+
}
|
|
2686
|
+
],
|
|
2259
2687
|
"attributes": [
|
|
2260
2688
|
{
|
|
2261
2689
|
"name": "placeholder",
|
|
@@ -2499,34 +2927,11 @@
|
|
|
2499
2927
|
},
|
|
2500
2928
|
{
|
|
2501
2929
|
"kind": "javascript-module",
|
|
2502
|
-
"path": "src/
|
|
2930
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2503
2931
|
"declarations": [
|
|
2504
2932
|
{
|
|
2505
2933
|
"kind": "function",
|
|
2506
|
-
"name": "
|
|
2507
|
-
"return": {
|
|
2508
|
-
"type": {
|
|
2509
|
-
"text": "ElementStyles"
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
"parameters": [
|
|
2513
|
-
{
|
|
2514
|
-
"name": "context",
|
|
2515
|
-
"type": {
|
|
2516
|
-
"text": "ElementDefinitionContext"
|
|
2517
|
-
}
|
|
2518
|
-
},
|
|
2519
|
-
{
|
|
2520
|
-
"name": "definition",
|
|
2521
|
-
"type": {
|
|
2522
|
-
"text": "FoundationElementDefinition"
|
|
2523
|
-
}
|
|
2524
|
-
}
|
|
2525
|
-
]
|
|
2526
|
-
},
|
|
2527
|
-
{
|
|
2528
|
-
"kind": "function",
|
|
2529
|
-
"name": "foundationActionsMenuStyles",
|
|
2934
|
+
"name": "foundationAiIndicatorStyles",
|
|
2530
2935
|
"return": {
|
|
2531
2936
|
"type": {
|
|
2532
2937
|
"text": "ElementStyles"
|
|
@@ -2551,269 +2956,215 @@
|
|
|
2551
2956
|
"exports": [
|
|
2552
2957
|
{
|
|
2553
2958
|
"kind": "js",
|
|
2554
|
-
"name": "
|
|
2555
|
-
"declaration": {
|
|
2556
|
-
"name": "actionsMenuBaseStyles",
|
|
2557
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
2558
|
-
}
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
"kind": "js",
|
|
2562
|
-
"name": "foundationActionsMenuStyles",
|
|
2959
|
+
"name": "foundationAiIndicatorStyles",
|
|
2563
2960
|
"declaration": {
|
|
2564
|
-
"name": "
|
|
2565
|
-
"module": "src/
|
|
2961
|
+
"name": "foundationAiIndicatorStyles",
|
|
2962
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2566
2963
|
}
|
|
2567
2964
|
}
|
|
2568
2965
|
]
|
|
2569
2966
|
},
|
|
2570
2967
|
{
|
|
2571
2968
|
"kind": "javascript-module",
|
|
2572
|
-
"path": "src/
|
|
2969
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2573
2970
|
"declarations": [
|
|
2574
|
-
{
|
|
2575
|
-
"kind": "function",
|
|
2576
|
-
"name": "menuTemplate",
|
|
2577
|
-
"parameters": [
|
|
2578
|
-
{
|
|
2579
|
-
"name": "prefix",
|
|
2580
|
-
"type": {
|
|
2581
|
-
"text": "string"
|
|
2582
|
-
}
|
|
2583
|
-
}
|
|
2584
|
-
]
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"kind": "function",
|
|
2588
|
-
"name": "singleOptionTemplate",
|
|
2589
|
-
"parameters": [
|
|
2590
|
-
{
|
|
2591
|
-
"name": "prefix",
|
|
2592
|
-
"type": {
|
|
2593
|
-
"text": "string"
|
|
2594
|
-
}
|
|
2595
|
-
}
|
|
2596
|
-
]
|
|
2597
|
-
},
|
|
2598
2971
|
{
|
|
2599
2972
|
"kind": "variable",
|
|
2600
|
-
"name": "
|
|
2973
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2601
2974
|
"type": {
|
|
2602
|
-
"text": "ViewTemplate<
|
|
2975
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2603
2976
|
},
|
|
2604
|
-
"default": "html`\n
|
|
2977
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2605
2978
|
}
|
|
2606
2979
|
],
|
|
2607
2980
|
"exports": [
|
|
2608
2981
|
{
|
|
2609
2982
|
"kind": "js",
|
|
2610
|
-
"name": "
|
|
2611
|
-
"declaration": {
|
|
2612
|
-
"name": "menuTemplate",
|
|
2613
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2614
|
-
}
|
|
2615
|
-
},
|
|
2616
|
-
{
|
|
2617
|
-
"kind": "js",
|
|
2618
|
-
"name": "singleOptionTemplate",
|
|
2619
|
-
"declaration": {
|
|
2620
|
-
"name": "singleOptionTemplate",
|
|
2621
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2622
|
-
}
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"kind": "js",
|
|
2626
|
-
"name": "foundationActionsMenuTemplate",
|
|
2983
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2627
2984
|
"declaration": {
|
|
2628
|
-
"name": "
|
|
2629
|
-
"module": "src/
|
|
2985
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2986
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2630
2987
|
}
|
|
2631
2988
|
}
|
|
2632
2989
|
]
|
|
2633
2990
|
},
|
|
2634
2991
|
{
|
|
2635
2992
|
"kind": "javascript-module",
|
|
2636
|
-
"path": "src/
|
|
2993
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2637
2994
|
"declarations": [
|
|
2638
2995
|
{
|
|
2639
2996
|
"kind": "class",
|
|
2640
2997
|
"description": "",
|
|
2641
|
-
"name": "
|
|
2998
|
+
"name": "AiIndicator",
|
|
2642
2999
|
"members": [
|
|
2643
3000
|
{
|
|
2644
3001
|
"kind": "field",
|
|
2645
|
-
"name": "
|
|
3002
|
+
"name": "aiProvider",
|
|
2646
3003
|
"type": {
|
|
2647
|
-
"text": "
|
|
3004
|
+
"text": "AIProvider"
|
|
2648
3005
|
}
|
|
2649
3006
|
},
|
|
2650
3007
|
{
|
|
2651
3008
|
"kind": "field",
|
|
2652
|
-
"name": "
|
|
3009
|
+
"name": "status",
|
|
2653
3010
|
"type": {
|
|
2654
|
-
"text": "
|
|
3011
|
+
"text": "AIStatus | null"
|
|
2655
3012
|
},
|
|
2656
|
-
"default": "
|
|
3013
|
+
"default": "null"
|
|
2657
3014
|
},
|
|
2658
3015
|
{
|
|
2659
3016
|
"kind": "field",
|
|
2660
|
-
"name": "
|
|
3017
|
+
"name": "open",
|
|
2661
3018
|
"type": {
|
|
2662
3019
|
"text": "boolean"
|
|
2663
3020
|
},
|
|
2664
|
-
"default": "
|
|
3021
|
+
"default": "false"
|
|
2665
3022
|
},
|
|
2666
3023
|
{
|
|
2667
3024
|
"kind": "field",
|
|
2668
|
-
"name": "
|
|
3025
|
+
"name": "state",
|
|
2669
3026
|
"type": {
|
|
2670
|
-
"text": "
|
|
3027
|
+
"text": "AIIndicatorState"
|
|
2671
3028
|
},
|
|
2672
|
-
"default": "
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "field",
|
|
2676
|
-
"name": "classNames",
|
|
2677
|
-
"type": {
|
|
2678
|
-
"text": "string"
|
|
2679
|
-
}
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"kind": "field",
|
|
2683
|
-
"name": "definition",
|
|
2684
|
-
"type": {
|
|
2685
|
-
"text": "any"
|
|
2686
|
-
}
|
|
3029
|
+
"default": "'none'"
|
|
2687
3030
|
},
|
|
2688
3031
|
{
|
|
2689
3032
|
"kind": "field",
|
|
2690
|
-
"name": "
|
|
3033
|
+
"name": "isInstalling",
|
|
2691
3034
|
"type": {
|
|
2692
|
-
"text": "
|
|
3035
|
+
"text": "boolean"
|
|
2693
3036
|
},
|
|
2694
|
-
"default": "
|
|
3037
|
+
"default": "false"
|
|
2695
3038
|
},
|
|
2696
3039
|
{
|
|
2697
3040
|
"kind": "field",
|
|
2698
|
-
"name": "
|
|
3041
|
+
"name": "pollTimer",
|
|
2699
3042
|
"type": {
|
|
2700
|
-
"text": "
|
|
3043
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
2701
3044
|
},
|
|
2702
|
-
"
|
|
3045
|
+
"privacy": "private",
|
|
3046
|
+
"default": "null"
|
|
2703
3047
|
},
|
|
2704
3048
|
{
|
|
2705
3049
|
"kind": "field",
|
|
2706
|
-
"name": "
|
|
2707
|
-
"
|
|
2708
|
-
"text": "string"
|
|
2709
|
-
}
|
|
3050
|
+
"name": "clickOutside",
|
|
3051
|
+
"privacy": "private"
|
|
2710
3052
|
},
|
|
2711
3053
|
{
|
|
2712
3054
|
"kind": "field",
|
|
2713
|
-
"name": "
|
|
3055
|
+
"name": "chromeStatusLabel",
|
|
2714
3056
|
"type": {
|
|
2715
|
-
"text": "
|
|
3057
|
+
"text": "string | null"
|
|
2716
3058
|
},
|
|
2717
|
-
"
|
|
3059
|
+
"readonly": true
|
|
2718
3060
|
},
|
|
2719
3061
|
{
|
|
2720
3062
|
"kind": "field",
|
|
2721
|
-
"name": "
|
|
3063
|
+
"name": "canInstall",
|
|
2722
3064
|
"type": {
|
|
2723
3065
|
"text": "boolean"
|
|
2724
3066
|
},
|
|
2725
|
-
"
|
|
3067
|
+
"readonly": true
|
|
2726
3068
|
},
|
|
2727
3069
|
{
|
|
2728
3070
|
"kind": "field",
|
|
2729
|
-
"name": "
|
|
3071
|
+
"name": "isDownloading",
|
|
2730
3072
|
"type": {
|
|
2731
|
-
"text": "
|
|
2732
|
-
}
|
|
3073
|
+
"text": "boolean"
|
|
3074
|
+
},
|
|
3075
|
+
"readonly": true
|
|
2733
3076
|
},
|
|
2734
3077
|
{
|
|
2735
|
-
"kind": "
|
|
2736
|
-
"name": "
|
|
2737
|
-
"
|
|
2738
|
-
"
|
|
3078
|
+
"kind": "method",
|
|
3079
|
+
"name": "openChanged",
|
|
3080
|
+
"return": {
|
|
3081
|
+
"type": {
|
|
3082
|
+
"text": "void"
|
|
3083
|
+
}
|
|
2739
3084
|
}
|
|
2740
3085
|
},
|
|
2741
3086
|
{
|
|
2742
3087
|
"kind": "method",
|
|
2743
|
-
"name": "
|
|
2744
|
-
"privacy": "
|
|
3088
|
+
"name": "handleClickOutside",
|
|
3089
|
+
"privacy": "private",
|
|
2745
3090
|
"parameters": [
|
|
2746
3091
|
{
|
|
2747
|
-
"name": "
|
|
2748
|
-
"type": {
|
|
2749
|
-
"text": "any"
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"name": "newValue",
|
|
3092
|
+
"name": "event",
|
|
2754
3093
|
"type": {
|
|
2755
|
-
"text": "
|
|
3094
|
+
"text": "MouseEvent"
|
|
2756
3095
|
}
|
|
2757
3096
|
}
|
|
2758
3097
|
]
|
|
2759
3098
|
},
|
|
2760
3099
|
{
|
|
2761
3100
|
"kind": "method",
|
|
2762
|
-
"name": "
|
|
2763
|
-
"privacy": "protected"
|
|
3101
|
+
"name": "toggleDropdown"
|
|
2764
3102
|
},
|
|
2765
3103
|
{
|
|
2766
3104
|
"kind": "method",
|
|
2767
|
-
"name": "
|
|
3105
|
+
"name": "refreshStatus",
|
|
3106
|
+
"return": {
|
|
3107
|
+
"type": {
|
|
3108
|
+
"text": "Promise<void>"
|
|
3109
|
+
}
|
|
3110
|
+
}
|
|
2768
3111
|
},
|
|
2769
3112
|
{
|
|
2770
3113
|
"kind": "method",
|
|
2771
|
-
"name": "
|
|
3114
|
+
"name": "deriveState",
|
|
3115
|
+
"privacy": "private",
|
|
3116
|
+
"return": {
|
|
3117
|
+
"type": {
|
|
3118
|
+
"text": "AIIndicatorState"
|
|
3119
|
+
}
|
|
3120
|
+
},
|
|
2772
3121
|
"parameters": [
|
|
2773
3122
|
{
|
|
2774
|
-
"name": "
|
|
3123
|
+
"name": "s",
|
|
2775
3124
|
"type": {
|
|
2776
|
-
"text": "
|
|
3125
|
+
"text": "AIStatus | null"
|
|
2777
3126
|
}
|
|
2778
3127
|
}
|
|
2779
3128
|
]
|
|
2780
3129
|
},
|
|
2781
3130
|
{
|
|
2782
|
-
"kind": "
|
|
2783
|
-
"name": "
|
|
2784
|
-
"
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
3131
|
+
"kind": "method",
|
|
3132
|
+
"name": "maybeStartPolling",
|
|
3133
|
+
"privacy": "private",
|
|
3134
|
+
"return": {
|
|
3135
|
+
"type": {
|
|
3136
|
+
"text": "void"
|
|
3137
|
+
}
|
|
3138
|
+
}
|
|
2788
3139
|
},
|
|
2789
3140
|
{
|
|
2790
|
-
"kind": "
|
|
2791
|
-
"name": "
|
|
2792
|
-
"
|
|
3141
|
+
"kind": "method",
|
|
3142
|
+
"name": "startPolling",
|
|
3143
|
+
"privacy": "private",
|
|
3144
|
+
"return": {
|
|
3145
|
+
"type": {
|
|
3146
|
+
"text": "void"
|
|
3147
|
+
}
|
|
3148
|
+
}
|
|
2793
3149
|
},
|
|
2794
3150
|
{
|
|
2795
3151
|
"kind": "method",
|
|
2796
|
-
"name": "
|
|
2797
|
-
"
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
"
|
|
2801
|
-
"text": "string | ((rowData: any) => string)"
|
|
2802
|
-
}
|
|
3152
|
+
"name": "stopPolling",
|
|
3153
|
+
"privacy": "private",
|
|
3154
|
+
"return": {
|
|
3155
|
+
"type": {
|
|
3156
|
+
"text": "void"
|
|
2803
3157
|
}
|
|
2804
|
-
|
|
3158
|
+
}
|
|
2805
3159
|
},
|
|
2806
3160
|
{
|
|
2807
3161
|
"kind": "method",
|
|
2808
|
-
"name": "
|
|
2809
|
-
"
|
|
2810
|
-
{
|
|
2811
|
-
"
|
|
2812
|
-
"type": {
|
|
2813
|
-
"text": "string"
|
|
2814
|
-
}
|
|
3162
|
+
"name": "onInstall",
|
|
3163
|
+
"return": {
|
|
3164
|
+
"type": {
|
|
3165
|
+
"text": "Promise<void>"
|
|
2815
3166
|
}
|
|
2816
|
-
|
|
3167
|
+
}
|
|
2817
3168
|
},
|
|
2818
3169
|
{
|
|
2819
3170
|
"kind": "field",
|
|
@@ -2927,142 +3278,99 @@
|
|
|
2927
3278
|
}
|
|
2928
3279
|
}
|
|
2929
3280
|
],
|
|
2930
|
-
"attributes": [
|
|
2931
|
-
{
|
|
2932
|
-
"name": "is-vertical",
|
|
2933
|
-
"type": {
|
|
2934
|
-
"text": "boolean"
|
|
2935
|
-
},
|
|
2936
|
-
"default": "false",
|
|
2937
|
-
"fieldName": "isVertical"
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"name": "add-default-actions",
|
|
2941
|
-
"type": {
|
|
2942
|
-
"text": "boolean"
|
|
2943
|
-
},
|
|
2944
|
-
"default": "true",
|
|
2945
|
-
"fieldName": "addDefaultActions"
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "auto-close-on-action",
|
|
2949
|
-
"type": {
|
|
2950
|
-
"text": "boolean"
|
|
2951
|
-
},
|
|
2952
|
-
"default": "true",
|
|
2953
|
-
"fieldName": "autoCloseOnAction"
|
|
2954
|
-
},
|
|
2955
|
-
{
|
|
2956
|
-
"name": "name",
|
|
2957
|
-
"type": {
|
|
2958
|
-
"text": "string"
|
|
2959
|
-
},
|
|
2960
|
-
"default": "'Actions'",
|
|
2961
|
-
"fieldName": "name"
|
|
2962
|
-
},
|
|
2963
|
-
{
|
|
2964
|
-
"name": "open",
|
|
2965
|
-
"type": {
|
|
2966
|
-
"text": "boolean"
|
|
2967
|
-
},
|
|
2968
|
-
"default": "false",
|
|
2969
|
-
"fieldName": "open"
|
|
2970
|
-
},
|
|
2971
|
-
{
|
|
2972
|
-
"name": "buttonAppearance",
|
|
2973
|
-
"type": {
|
|
2974
|
-
"text": "string"
|
|
2975
|
-
},
|
|
2976
|
-
"fieldName": "buttonAppearance"
|
|
2977
|
-
},
|
|
2978
|
-
{
|
|
2979
|
-
"name": "hide-disabled",
|
|
2980
|
-
"type": {
|
|
2981
|
-
"text": "boolean"
|
|
2982
|
-
},
|
|
2983
|
-
"default": "false",
|
|
2984
|
-
"fieldName": "hideDisabled"
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"name": "hide-menu-single-option",
|
|
2988
|
-
"type": {
|
|
2989
|
-
"text": "boolean"
|
|
2990
|
-
},
|
|
2991
|
-
"default": "false",
|
|
2992
|
-
"fieldName": "hideMenuSingleOption"
|
|
2993
|
-
}
|
|
2994
|
-
],
|
|
2995
3281
|
"superclass": {
|
|
2996
3282
|
"name": "FoundationElement",
|
|
2997
3283
|
"package": "@microsoft/fast-foundation"
|
|
2998
3284
|
},
|
|
2999
|
-
"tagName": "%%prefix%%-
|
|
3285
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3000
3286
|
"customElement": true
|
|
3001
3287
|
},
|
|
3002
3288
|
{
|
|
3003
3289
|
"kind": "variable",
|
|
3004
|
-
"name": "
|
|
3005
|
-
"description": "The Foundation Actions Menu",
|
|
3006
|
-
"privacy": "public"
|
|
3290
|
+
"name": "foundationAiIndicator"
|
|
3007
3291
|
}
|
|
3008
3292
|
],
|
|
3009
3293
|
"exports": [
|
|
3010
3294
|
{
|
|
3011
3295
|
"kind": "js",
|
|
3012
|
-
"name": "
|
|
3296
|
+
"name": "AiIndicator",
|
|
3013
3297
|
"declaration": {
|
|
3014
|
-
"name": "
|
|
3015
|
-
"module": "src/
|
|
3298
|
+
"name": "AiIndicator",
|
|
3299
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3016
3300
|
}
|
|
3017
3301
|
},
|
|
3018
3302
|
{
|
|
3019
3303
|
"kind": "js",
|
|
3020
|
-
"name": "
|
|
3304
|
+
"name": "foundationAiIndicator",
|
|
3021
3305
|
"declaration": {
|
|
3022
|
-
"name": "
|
|
3023
|
-
"module": "src/
|
|
3306
|
+
"name": "foundationAiIndicator",
|
|
3307
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3024
3308
|
}
|
|
3025
3309
|
}
|
|
3026
3310
|
]
|
|
3027
3311
|
},
|
|
3028
3312
|
{
|
|
3029
3313
|
"kind": "javascript-module",
|
|
3030
|
-
"path": "src/
|
|
3314
|
+
"path": "src/ai-indicator/index.ts",
|
|
3031
3315
|
"declarations": [],
|
|
3032
3316
|
"exports": [
|
|
3033
3317
|
{
|
|
3034
3318
|
"kind": "js",
|
|
3035
|
-
"name": "
|
|
3319
|
+
"name": "AiIndicator",
|
|
3036
3320
|
"declaration": {
|
|
3037
|
-
"name": "
|
|
3038
|
-
"
|
|
3321
|
+
"name": "AiIndicator",
|
|
3322
|
+
"module": "./ai-indicator"
|
|
3039
3323
|
}
|
|
3040
3324
|
},
|
|
3041
3325
|
{
|
|
3042
3326
|
"kind": "js",
|
|
3043
|
-
"name": "
|
|
3327
|
+
"name": "foundationAiIndicator",
|
|
3044
3328
|
"declaration": {
|
|
3045
|
-
"name": "
|
|
3046
|
-
"
|
|
3329
|
+
"name": "foundationAiIndicator",
|
|
3330
|
+
"module": "./ai-indicator"
|
|
3047
3331
|
}
|
|
3048
3332
|
},
|
|
3049
3333
|
{
|
|
3050
3334
|
"kind": "js",
|
|
3051
|
-
"name": "
|
|
3335
|
+
"name": "type",
|
|
3052
3336
|
"declaration": {
|
|
3053
|
-
"name": "
|
|
3054
|
-
"
|
|
3337
|
+
"name": "type",
|
|
3338
|
+
"module": "./ai-indicator"
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"kind": "js",
|
|
3343
|
+
"name": "AIIndicatorState",
|
|
3344
|
+
"declaration": {
|
|
3345
|
+
"name": "AIIndicatorState",
|
|
3346
|
+
"module": "./ai-indicator"
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"kind": "js",
|
|
3351
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3352
|
+
"declaration": {
|
|
3353
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3354
|
+
"module": "./ai-indicator.template"
|
|
3355
|
+
}
|
|
3356
|
+
},
|
|
3357
|
+
{
|
|
3358
|
+
"kind": "js",
|
|
3359
|
+
"name": "foundationAiIndicatorStyles",
|
|
3360
|
+
"declaration": {
|
|
3361
|
+
"name": "foundationAiIndicatorStyles",
|
|
3362
|
+
"module": "./ai-indicator.styles"
|
|
3055
3363
|
}
|
|
3056
3364
|
}
|
|
3057
3365
|
]
|
|
3058
3366
|
},
|
|
3059
3367
|
{
|
|
3060
3368
|
"kind": "javascript-module",
|
|
3061
|
-
"path": "src/
|
|
3369
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3062
3370
|
"declarations": [
|
|
3063
3371
|
{
|
|
3064
3372
|
"kind": "function",
|
|
3065
|
-
"name": "
|
|
3373
|
+
"name": "foundationAccordionStyles",
|
|
3066
3374
|
"return": {
|
|
3067
3375
|
"type": {
|
|
3068
3376
|
"text": "ElementStyles"
|
|
@@ -3087,214 +3395,276 @@
|
|
|
3087
3395
|
"exports": [
|
|
3088
3396
|
{
|
|
3089
3397
|
"kind": "js",
|
|
3090
|
-
"name": "
|
|
3398
|
+
"name": "foundationAccordionStyles",
|
|
3091
3399
|
"declaration": {
|
|
3092
|
-
"name": "
|
|
3093
|
-
"module": "src/
|
|
3400
|
+
"name": "foundationAccordionStyles",
|
|
3401
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3094
3402
|
}
|
|
3095
3403
|
}
|
|
3096
3404
|
]
|
|
3097
3405
|
},
|
|
3098
3406
|
{
|
|
3099
3407
|
"kind": "javascript-module",
|
|
3100
|
-
"path": "src/
|
|
3408
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3101
3409
|
"declarations": [
|
|
3102
3410
|
{
|
|
3103
|
-
"kind": "
|
|
3104
|
-
"name": "
|
|
3105
|
-
"
|
|
3106
|
-
"
|
|
3411
|
+
"kind": "function",
|
|
3412
|
+
"name": "foundationAccordionTemplate",
|
|
3413
|
+
"return": {
|
|
3414
|
+
"type": {
|
|
3415
|
+
"text": "ViewTemplate<Accordion>"
|
|
3416
|
+
}
|
|
3107
3417
|
},
|
|
3108
|
-
"
|
|
3418
|
+
"parameters": [
|
|
3419
|
+
{
|
|
3420
|
+
"name": "context",
|
|
3421
|
+
"type": {
|
|
3422
|
+
"text": "ElementDefinitionContext"
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"name": "definition",
|
|
3427
|
+
"type": {
|
|
3428
|
+
"text": "FoundationElementDefinition"
|
|
3429
|
+
}
|
|
3430
|
+
}
|
|
3431
|
+
]
|
|
3109
3432
|
}
|
|
3110
3433
|
],
|
|
3111
3434
|
"exports": [
|
|
3112
3435
|
{
|
|
3113
3436
|
"kind": "js",
|
|
3114
|
-
"name": "
|
|
3437
|
+
"name": "foundationAccordionTemplate",
|
|
3115
3438
|
"declaration": {
|
|
3116
|
-
"name": "
|
|
3117
|
-
"module": "src/
|
|
3439
|
+
"name": "foundationAccordionTemplate",
|
|
3440
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3118
3441
|
}
|
|
3119
3442
|
}
|
|
3120
3443
|
]
|
|
3121
3444
|
},
|
|
3122
3445
|
{
|
|
3123
3446
|
"kind": "javascript-module",
|
|
3124
|
-
"path": "src/
|
|
3447
|
+
"path": "src/accordion/accordion.ts",
|
|
3125
3448
|
"declarations": [
|
|
3126
3449
|
{
|
|
3127
3450
|
"kind": "class",
|
|
3128
3451
|
"description": "",
|
|
3129
|
-
"name": "
|
|
3130
|
-
"
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
},
|
|
3452
|
+
"name": "Accordion",
|
|
3453
|
+
"superclass": {
|
|
3454
|
+
"name": "FASTAccordion",
|
|
3455
|
+
"package": "@microsoft/fast-foundation"
|
|
3456
|
+
},
|
|
3457
|
+
"tagName": "%%prefix%%-accordion",
|
|
3458
|
+
"customElement": true,
|
|
3459
|
+
"attributes": [
|
|
3138
3460
|
{
|
|
3139
|
-
"
|
|
3140
|
-
"name": "status",
|
|
3461
|
+
"name": "expand-mode",
|
|
3141
3462
|
"type": {
|
|
3142
|
-
"text": "
|
|
3463
|
+
"text": "AccordionExpandMode"
|
|
3143
3464
|
},
|
|
3144
|
-
"
|
|
3145
|
-
|
|
3465
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3466
|
+
"fieldName": "expandmode",
|
|
3467
|
+
"inheritedFrom": {
|
|
3468
|
+
"name": "Accordion",
|
|
3469
|
+
"module": "src/accordion/accordion.ts"
|
|
3470
|
+
}
|
|
3471
|
+
}
|
|
3472
|
+
],
|
|
3473
|
+
"members": [
|
|
3146
3474
|
{
|
|
3147
3475
|
"kind": "field",
|
|
3148
|
-
"name": "
|
|
3476
|
+
"name": "expandmode",
|
|
3149
3477
|
"type": {
|
|
3150
|
-
"text": "
|
|
3478
|
+
"text": "AccordionExpandMode"
|
|
3151
3479
|
},
|
|
3152
|
-
"
|
|
3480
|
+
"privacy": "public",
|
|
3481
|
+
"description": "Controls the expand mode of the Accordion, either allowing\nsingle or multiple item expansion.",
|
|
3482
|
+
"inheritedFrom": {
|
|
3483
|
+
"name": "Accordion",
|
|
3484
|
+
"module": "src/accordion/accordion.ts"
|
|
3485
|
+
}
|
|
3153
3486
|
},
|
|
3154
3487
|
{
|
|
3155
3488
|
"kind": "field",
|
|
3156
|
-
"name": "
|
|
3489
|
+
"name": "activeid",
|
|
3157
3490
|
"type": {
|
|
3158
|
-
"text": "
|
|
3491
|
+
"text": "string | null"
|
|
3159
3492
|
},
|
|
3160
|
-
"
|
|
3493
|
+
"privacy": "private",
|
|
3494
|
+
"inheritedFrom": {
|
|
3495
|
+
"name": "Accordion",
|
|
3496
|
+
"module": "src/accordion/accordion.ts"
|
|
3497
|
+
}
|
|
3161
3498
|
},
|
|
3162
3499
|
{
|
|
3163
3500
|
"kind": "field",
|
|
3164
|
-
"name": "
|
|
3501
|
+
"name": "activeItemIndex",
|
|
3165
3502
|
"type": {
|
|
3166
|
-
"text": "
|
|
3503
|
+
"text": "number"
|
|
3167
3504
|
},
|
|
3168
|
-
"
|
|
3505
|
+
"privacy": "private",
|
|
3506
|
+
"default": "0",
|
|
3507
|
+
"inheritedFrom": {
|
|
3508
|
+
"name": "Accordion",
|
|
3509
|
+
"module": "src/accordion/accordion.ts"
|
|
3510
|
+
}
|
|
3169
3511
|
},
|
|
3170
3512
|
{
|
|
3171
3513
|
"kind": "field",
|
|
3172
|
-
"name": "
|
|
3514
|
+
"name": "accordionIds",
|
|
3173
3515
|
"type": {
|
|
3174
|
-
"text": "
|
|
3516
|
+
"text": "Array<string | null>"
|
|
3175
3517
|
},
|
|
3176
3518
|
"privacy": "private",
|
|
3177
|
-
"
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
"name": "clickOutside",
|
|
3182
|
-
"privacy": "private"
|
|
3519
|
+
"inheritedFrom": {
|
|
3520
|
+
"name": "Accordion",
|
|
3521
|
+
"module": "src/accordion/accordion.ts"
|
|
3522
|
+
}
|
|
3183
3523
|
},
|
|
3184
3524
|
{
|
|
3185
3525
|
"kind": "field",
|
|
3186
|
-
"name": "
|
|
3187
|
-
"
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3526
|
+
"name": "change",
|
|
3527
|
+
"privacy": "private",
|
|
3528
|
+
"inheritedFrom": {
|
|
3529
|
+
"name": "Accordion",
|
|
3530
|
+
"module": "src/accordion/accordion.ts"
|
|
3531
|
+
}
|
|
3191
3532
|
},
|
|
3192
3533
|
{
|
|
3193
|
-
"kind": "
|
|
3194
|
-
"name": "
|
|
3195
|
-
"
|
|
3196
|
-
|
|
3534
|
+
"kind": "method",
|
|
3535
|
+
"name": "findExpandedItem",
|
|
3536
|
+
"privacy": "private",
|
|
3537
|
+
"return": {
|
|
3538
|
+
"type": {
|
|
3539
|
+
"text": "AccordionItem | null"
|
|
3540
|
+
}
|
|
3197
3541
|
},
|
|
3198
|
-
"
|
|
3542
|
+
"inheritedFrom": {
|
|
3543
|
+
"name": "Accordion",
|
|
3544
|
+
"module": "src/accordion/accordion.ts"
|
|
3545
|
+
}
|
|
3199
3546
|
},
|
|
3200
3547
|
{
|
|
3201
3548
|
"kind": "field",
|
|
3202
|
-
"name": "
|
|
3203
|
-
"
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3549
|
+
"name": "setItems",
|
|
3550
|
+
"privacy": "private",
|
|
3551
|
+
"inheritedFrom": {
|
|
3552
|
+
"name": "Accordion",
|
|
3553
|
+
"module": "src/accordion/accordion.ts"
|
|
3554
|
+
}
|
|
3207
3555
|
},
|
|
3208
3556
|
{
|
|
3209
3557
|
"kind": "method",
|
|
3210
|
-
"name": "
|
|
3558
|
+
"name": "resetItems",
|
|
3559
|
+
"privacy": "private",
|
|
3211
3560
|
"return": {
|
|
3212
3561
|
"type": {
|
|
3213
3562
|
"text": "void"
|
|
3214
3563
|
}
|
|
3564
|
+
},
|
|
3565
|
+
"inheritedFrom": {
|
|
3566
|
+
"name": "Accordion",
|
|
3567
|
+
"module": "src/accordion/accordion.ts"
|
|
3215
3568
|
}
|
|
3216
3569
|
},
|
|
3217
3570
|
{
|
|
3218
|
-
"kind": "
|
|
3219
|
-
"name": "
|
|
3571
|
+
"kind": "field",
|
|
3572
|
+
"name": "removeItemListeners",
|
|
3220
3573
|
"privacy": "private",
|
|
3221
|
-
"
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
"text": "MouseEvent"
|
|
3226
|
-
}
|
|
3227
|
-
}
|
|
3228
|
-
]
|
|
3574
|
+
"inheritedFrom": {
|
|
3575
|
+
"name": "Accordion",
|
|
3576
|
+
"module": "src/accordion/accordion.ts"
|
|
3577
|
+
}
|
|
3229
3578
|
},
|
|
3230
3579
|
{
|
|
3231
|
-
"kind": "
|
|
3232
|
-
"name": "
|
|
3580
|
+
"kind": "field",
|
|
3581
|
+
"name": "activeItemChange",
|
|
3582
|
+
"privacy": "private",
|
|
3583
|
+
"inheritedFrom": {
|
|
3584
|
+
"name": "Accordion",
|
|
3585
|
+
"module": "src/accordion/accordion.ts"
|
|
3586
|
+
}
|
|
3233
3587
|
},
|
|
3234
3588
|
{
|
|
3235
3589
|
"kind": "method",
|
|
3236
|
-
"name": "
|
|
3590
|
+
"name": "getItemIds",
|
|
3591
|
+
"privacy": "private",
|
|
3237
3592
|
"return": {
|
|
3238
3593
|
"type": {
|
|
3239
|
-
"text": "
|
|
3594
|
+
"text": "Array<string | null>"
|
|
3240
3595
|
}
|
|
3596
|
+
},
|
|
3597
|
+
"inheritedFrom": {
|
|
3598
|
+
"name": "Accordion",
|
|
3599
|
+
"module": "src/accordion/accordion.ts"
|
|
3241
3600
|
}
|
|
3242
3601
|
},
|
|
3243
3602
|
{
|
|
3244
3603
|
"kind": "method",
|
|
3245
|
-
"name": "
|
|
3604
|
+
"name": "isSingleExpandMode",
|
|
3246
3605
|
"privacy": "private",
|
|
3247
3606
|
"return": {
|
|
3248
3607
|
"type": {
|
|
3249
|
-
"text": "
|
|
3608
|
+
"text": "boolean"
|
|
3250
3609
|
}
|
|
3251
3610
|
},
|
|
3252
|
-
"
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
"text": "AIStatus | null"
|
|
3257
|
-
}
|
|
3258
|
-
}
|
|
3259
|
-
]
|
|
3611
|
+
"inheritedFrom": {
|
|
3612
|
+
"name": "Accordion",
|
|
3613
|
+
"module": "src/accordion/accordion.ts"
|
|
3614
|
+
}
|
|
3260
3615
|
},
|
|
3261
3616
|
{
|
|
3262
|
-
"kind": "
|
|
3263
|
-
"name": "
|
|
3617
|
+
"kind": "field",
|
|
3618
|
+
"name": "handleItemKeyDown",
|
|
3264
3619
|
"privacy": "private",
|
|
3265
|
-
"
|
|
3266
|
-
"
|
|
3267
|
-
|
|
3268
|
-
}
|
|
3620
|
+
"inheritedFrom": {
|
|
3621
|
+
"name": "Accordion",
|
|
3622
|
+
"module": "src/accordion/accordion.ts"
|
|
3269
3623
|
}
|
|
3270
3624
|
},
|
|
3271
3625
|
{
|
|
3272
|
-
"kind": "
|
|
3273
|
-
"name": "
|
|
3626
|
+
"kind": "field",
|
|
3627
|
+
"name": "handleItemFocus",
|
|
3274
3628
|
"privacy": "private",
|
|
3275
|
-
"
|
|
3276
|
-
"
|
|
3277
|
-
|
|
3278
|
-
}
|
|
3629
|
+
"inheritedFrom": {
|
|
3630
|
+
"name": "Accordion",
|
|
3631
|
+
"module": "src/accordion/accordion.ts"
|
|
3279
3632
|
}
|
|
3280
3633
|
},
|
|
3281
3634
|
{
|
|
3282
3635
|
"kind": "method",
|
|
3283
|
-
"name": "
|
|
3636
|
+
"name": "adjust",
|
|
3284
3637
|
"privacy": "private",
|
|
3285
3638
|
"return": {
|
|
3286
3639
|
"type": {
|
|
3287
3640
|
"text": "void"
|
|
3288
3641
|
}
|
|
3642
|
+
},
|
|
3643
|
+
"parameters": [
|
|
3644
|
+
{
|
|
3645
|
+
"name": "adjustment",
|
|
3646
|
+
"type": {
|
|
3647
|
+
"text": "number"
|
|
3648
|
+
}
|
|
3649
|
+
}
|
|
3650
|
+
],
|
|
3651
|
+
"inheritedFrom": {
|
|
3652
|
+
"name": "Accordion",
|
|
3653
|
+
"module": "src/accordion/accordion.ts"
|
|
3289
3654
|
}
|
|
3290
3655
|
},
|
|
3291
3656
|
{
|
|
3292
3657
|
"kind": "method",
|
|
3293
|
-
"name": "
|
|
3658
|
+
"name": "focusItem",
|
|
3659
|
+
"privacy": "private",
|
|
3294
3660
|
"return": {
|
|
3295
3661
|
"type": {
|
|
3296
|
-
"text": "
|
|
3662
|
+
"text": "void"
|
|
3297
3663
|
}
|
|
3664
|
+
},
|
|
3665
|
+
"inheritedFrom": {
|
|
3666
|
+
"name": "Accordion",
|
|
3667
|
+
"module": "src/accordion/accordion.ts"
|
|
3298
3668
|
}
|
|
3299
3669
|
},
|
|
3300
3670
|
{
|
|
@@ -3409,95 +3779,78 @@
|
|
|
3409
3779
|
}
|
|
3410
3780
|
}
|
|
3411
3781
|
],
|
|
3412
|
-
"
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
|
|
3782
|
+
"events": [
|
|
3783
|
+
{
|
|
3784
|
+
"description": "Fires a custom 'change' event when the active item changes",
|
|
3785
|
+
"name": "change",
|
|
3786
|
+
"inheritedFrom": {
|
|
3787
|
+
"name": "Accordion",
|
|
3788
|
+
"module": "src/accordion/accordion.ts"
|
|
3789
|
+
}
|
|
3790
|
+
}
|
|
3791
|
+
]
|
|
3418
3792
|
},
|
|
3419
3793
|
{
|
|
3420
3794
|
"kind": "variable",
|
|
3421
|
-
"name": "
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3795
|
+
"name": "foundationAccordionShadowOptions",
|
|
3796
|
+
"type": {
|
|
3797
|
+
"text": "ShadowRootInit"
|
|
3798
|
+
},
|
|
3799
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3800
|
+
},
|
|
3425
3801
|
{
|
|
3426
|
-
"kind": "
|
|
3427
|
-
"name": "
|
|
3428
|
-
"
|
|
3429
|
-
"
|
|
3430
|
-
|
|
3431
|
-
}
|
|
3802
|
+
"kind": "variable",
|
|
3803
|
+
"name": "defaultAccordionConfig",
|
|
3804
|
+
"type": {
|
|
3805
|
+
"text": "object"
|
|
3806
|
+
},
|
|
3807
|
+
"default": "{}"
|
|
3432
3808
|
},
|
|
3433
3809
|
{
|
|
3434
|
-
"kind": "
|
|
3435
|
-
"name": "
|
|
3436
|
-
"
|
|
3437
|
-
|
|
3438
|
-
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3439
|
-
}
|
|
3810
|
+
"kind": "variable",
|
|
3811
|
+
"name": "foundationAccordion",
|
|
3812
|
+
"description": "The Foundation Accordion",
|
|
3813
|
+
"privacy": "public"
|
|
3440
3814
|
}
|
|
3441
|
-
]
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"kind": "javascript-module",
|
|
3445
|
-
"path": "src/ai-indicator/index.ts",
|
|
3446
|
-
"declarations": [],
|
|
3815
|
+
],
|
|
3447
3816
|
"exports": [
|
|
3448
3817
|
{
|
|
3449
3818
|
"kind": "js",
|
|
3450
|
-
"name": "
|
|
3451
|
-
"declaration": {
|
|
3452
|
-
"name": "AiIndicator",
|
|
3453
|
-
"module": "./ai-indicator"
|
|
3454
|
-
}
|
|
3455
|
-
},
|
|
3456
|
-
{
|
|
3457
|
-
"kind": "js",
|
|
3458
|
-
"name": "foundationAiIndicator",
|
|
3459
|
-
"declaration": {
|
|
3460
|
-
"name": "foundationAiIndicator",
|
|
3461
|
-
"module": "./ai-indicator"
|
|
3462
|
-
}
|
|
3463
|
-
},
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "js",
|
|
3466
|
-
"name": "type",
|
|
3819
|
+
"name": "Accordion",
|
|
3467
3820
|
"declaration": {
|
|
3468
|
-
"name": "
|
|
3469
|
-
"module": "
|
|
3821
|
+
"name": "Accordion",
|
|
3822
|
+
"module": "src/accordion/accordion.ts"
|
|
3470
3823
|
}
|
|
3471
3824
|
},
|
|
3472
3825
|
{
|
|
3473
3826
|
"kind": "js",
|
|
3474
|
-
"name": "
|
|
3827
|
+
"name": "foundationAccordionShadowOptions",
|
|
3475
3828
|
"declaration": {
|
|
3476
|
-
"name": "
|
|
3477
|
-
"module": "
|
|
3829
|
+
"name": "foundationAccordionShadowOptions",
|
|
3830
|
+
"module": "src/accordion/accordion.ts"
|
|
3478
3831
|
}
|
|
3479
3832
|
},
|
|
3480
3833
|
{
|
|
3481
3834
|
"kind": "js",
|
|
3482
|
-
"name": "
|
|
3835
|
+
"name": "defaultAccordionConfig",
|
|
3483
3836
|
"declaration": {
|
|
3484
|
-
"name": "
|
|
3485
|
-
"module": "
|
|
3837
|
+
"name": "defaultAccordionConfig",
|
|
3838
|
+
"module": "src/accordion/accordion.ts"
|
|
3486
3839
|
}
|
|
3487
3840
|
},
|
|
3488
3841
|
{
|
|
3489
3842
|
"kind": "js",
|
|
3490
|
-
"name": "
|
|
3843
|
+
"name": "foundationAccordion",
|
|
3491
3844
|
"declaration": {
|
|
3492
|
-
"name": "
|
|
3493
|
-
"module": "
|
|
3845
|
+
"name": "foundationAccordion",
|
|
3846
|
+
"module": "src/accordion/accordion.ts"
|
|
3494
3847
|
}
|
|
3495
3848
|
}
|
|
3496
3849
|
]
|
|
3497
3850
|
},
|
|
3498
3851
|
{
|
|
3499
3852
|
"kind": "javascript-module",
|
|
3500
|
-
"path": "src/
|
|
3853
|
+
"path": "src/accordion/index.ts",
|
|
3501
3854
|
"declarations": [],
|
|
3502
3855
|
"exports": [
|
|
3503
3856
|
{
|
|
@@ -3505,7 +3858,7 @@
|
|
|
3505
3858
|
"name": "*",
|
|
3506
3859
|
"declaration": {
|
|
3507
3860
|
"name": "*",
|
|
3508
|
-
"package": "./
|
|
3861
|
+
"package": "./accordion.template"
|
|
3509
3862
|
}
|
|
3510
3863
|
},
|
|
3511
3864
|
{
|
|
@@ -3513,7 +3866,7 @@
|
|
|
3513
3866
|
"name": "*",
|
|
3514
3867
|
"declaration": {
|
|
3515
3868
|
"name": "*",
|
|
3516
|
-
"package": "./
|
|
3869
|
+
"package": "./accordion.styles"
|
|
3517
3870
|
}
|
|
3518
3871
|
},
|
|
3519
3872
|
{
|
|
@@ -3521,7 +3874,7 @@
|
|
|
3521
3874
|
"name": "*",
|
|
3522
3875
|
"declaration": {
|
|
3523
3876
|
"name": "*",
|
|
3524
|
-
"package": "./
|
|
3877
|
+
"package": "./accordion"
|
|
3525
3878
|
}
|
|
3526
3879
|
}
|
|
3527
3880
|
]
|
|
@@ -9904,6 +10257,12 @@
|
|
|
9904
10257
|
}
|
|
9905
10258
|
}
|
|
9906
10259
|
],
|
|
10260
|
+
"events": [
|
|
10261
|
+
{
|
|
10262
|
+
"description": "Fired when the selected options change",
|
|
10263
|
+
"name": "selectionChange"
|
|
10264
|
+
}
|
|
10265
|
+
],
|
|
9907
10266
|
"attributes": [
|
|
9908
10267
|
{
|
|
9909
10268
|
"name": "name",
|
|
@@ -10774,7 +11133,8 @@
|
|
|
10774
11133
|
"name": "change",
|
|
10775
11134
|
"type": {
|
|
10776
11135
|
"text": "Event"
|
|
10777
|
-
}
|
|
11136
|
+
},
|
|
11137
|
+
"description": "Fired when a selection is confirmed in autocomplete-both mode"
|
|
10778
11138
|
}
|
|
10779
11139
|
],
|
|
10780
11140
|
"attributes": [
|
|
@@ -17242,6 +17602,16 @@
|
|
|
17242
17602
|
}
|
|
17243
17603
|
}
|
|
17244
17604
|
],
|
|
17605
|
+
"events": [
|
|
17606
|
+
{
|
|
17607
|
+
"description": "Fired when the dialog closes",
|
|
17608
|
+
"name": "close"
|
|
17609
|
+
},
|
|
17610
|
+
{
|
|
17611
|
+
"description": "Fired when the dialog size changes (resizable mode)",
|
|
17612
|
+
"name": "resize"
|
|
17613
|
+
}
|
|
17614
|
+
],
|
|
17245
17615
|
"superclass": {
|
|
17246
17616
|
"name": "DialogElement",
|
|
17247
17617
|
"module": "src/dialog/dialog.ts"
|
|
@@ -17543,7 +17913,251 @@
|
|
|
17543
17913
|
"package": "@microsoft/fast-foundation"
|
|
17544
17914
|
},
|
|
17545
17915
|
"tagName": "%%prefix%%-disclosure",
|
|
17546
|
-
"customElement": true
|
|
17916
|
+
"customElement": true,
|
|
17917
|
+
"attributes": [
|
|
17918
|
+
{
|
|
17919
|
+
"type": {
|
|
17920
|
+
"text": "boolean"
|
|
17921
|
+
},
|
|
17922
|
+
"description": "Determines if the element should show the extra content or not.",
|
|
17923
|
+
"fieldName": "expanded",
|
|
17924
|
+
"inheritedFrom": {
|
|
17925
|
+
"name": "Disclosure",
|
|
17926
|
+
"module": "src/disclosure/disclosure.ts"
|
|
17927
|
+
}
|
|
17928
|
+
},
|
|
17929
|
+
{
|
|
17930
|
+
"name": "title",
|
|
17931
|
+
"type": {
|
|
17932
|
+
"text": "string"
|
|
17933
|
+
},
|
|
17934
|
+
"description": "Invoker title",
|
|
17935
|
+
"fieldName": "title",
|
|
17936
|
+
"inheritedFrom": {
|
|
17937
|
+
"name": "Disclosure",
|
|
17938
|
+
"module": "src/disclosure/disclosure.ts"
|
|
17939
|
+
}
|
|
17940
|
+
}
|
|
17941
|
+
],
|
|
17942
|
+
"members": [
|
|
17943
|
+
{
|
|
17944
|
+
"kind": "field",
|
|
17945
|
+
"name": "expanded",
|
|
17946
|
+
"type": {
|
|
17947
|
+
"text": "boolean"
|
|
17948
|
+
},
|
|
17949
|
+
"privacy": "public",
|
|
17950
|
+
"description": "Determines if the element should show the extra content or not.",
|
|
17951
|
+
"inheritedFrom": {
|
|
17952
|
+
"name": "Disclosure",
|
|
17953
|
+
"module": "src/disclosure/disclosure.ts"
|
|
17954
|
+
}
|
|
17955
|
+
},
|
|
17956
|
+
{
|
|
17957
|
+
"kind": "field",
|
|
17958
|
+
"name": "title",
|
|
17959
|
+
"type": {
|
|
17960
|
+
"text": "string"
|
|
17961
|
+
},
|
|
17962
|
+
"privacy": "public",
|
|
17963
|
+
"description": "Invoker title",
|
|
17964
|
+
"inheritedFrom": {
|
|
17965
|
+
"name": "Disclosure",
|
|
17966
|
+
"module": "src/disclosure/disclosure.ts"
|
|
17967
|
+
}
|
|
17968
|
+
},
|
|
17969
|
+
{
|
|
17970
|
+
"kind": "method",
|
|
17971
|
+
"name": "show",
|
|
17972
|
+
"privacy": "public",
|
|
17973
|
+
"return": {
|
|
17974
|
+
"type": {
|
|
17975
|
+
"text": "void"
|
|
17976
|
+
}
|
|
17977
|
+
},
|
|
17978
|
+
"description": "Show extra content.",
|
|
17979
|
+
"inheritedFrom": {
|
|
17980
|
+
"name": "Disclosure",
|
|
17981
|
+
"module": "src/disclosure/disclosure.ts"
|
|
17982
|
+
}
|
|
17983
|
+
},
|
|
17984
|
+
{
|
|
17985
|
+
"kind": "method",
|
|
17986
|
+
"name": "hide",
|
|
17987
|
+
"privacy": "public",
|
|
17988
|
+
"return": {
|
|
17989
|
+
"type": {
|
|
17990
|
+
"text": "void"
|
|
17991
|
+
}
|
|
17992
|
+
},
|
|
17993
|
+
"description": "Hide extra content.",
|
|
17994
|
+
"inheritedFrom": {
|
|
17995
|
+
"name": "Disclosure",
|
|
17996
|
+
"module": "src/disclosure/disclosure.ts"
|
|
17997
|
+
}
|
|
17998
|
+
},
|
|
17999
|
+
{
|
|
18000
|
+
"kind": "method",
|
|
18001
|
+
"name": "toggle",
|
|
18002
|
+
"privacy": "public",
|
|
18003
|
+
"return": {
|
|
18004
|
+
"type": {
|
|
18005
|
+
"text": "void"
|
|
18006
|
+
}
|
|
18007
|
+
},
|
|
18008
|
+
"description": "Toggle the current(expanded/collapsed) state.",
|
|
18009
|
+
"inheritedFrom": {
|
|
18010
|
+
"name": "Disclosure",
|
|
18011
|
+
"module": "src/disclosure/disclosure.ts"
|
|
18012
|
+
}
|
|
18013
|
+
},
|
|
18014
|
+
{
|
|
18015
|
+
"kind": "method",
|
|
18016
|
+
"name": "setup",
|
|
18017
|
+
"privacy": "protected",
|
|
18018
|
+
"return": {
|
|
18019
|
+
"type": {
|
|
18020
|
+
"text": "void"
|
|
18021
|
+
}
|
|
18022
|
+
},
|
|
18023
|
+
"description": "Register listener and set default disclosure mode",
|
|
18024
|
+
"inheritedFrom": {
|
|
18025
|
+
"name": "Disclosure",
|
|
18026
|
+
"module": "src/disclosure/disclosure.ts"
|
|
18027
|
+
}
|
|
18028
|
+
},
|
|
18029
|
+
{
|
|
18030
|
+
"kind": "method",
|
|
18031
|
+
"name": "onToggle",
|
|
18032
|
+
"privacy": "protected",
|
|
18033
|
+
"description": "Update the aria attr and fire `toggle` event",
|
|
18034
|
+
"inheritedFrom": {
|
|
18035
|
+
"name": "Disclosure",
|
|
18036
|
+
"module": "src/disclosure/disclosure.ts"
|
|
18037
|
+
}
|
|
18038
|
+
},
|
|
18039
|
+
{
|
|
18040
|
+
"kind": "field",
|
|
18041
|
+
"name": "_presentation",
|
|
18042
|
+
"type": {
|
|
18043
|
+
"text": "ComponentPresentation | null | undefined"
|
|
18044
|
+
},
|
|
18045
|
+
"privacy": "private",
|
|
18046
|
+
"default": "void 0",
|
|
18047
|
+
"inheritedFrom": {
|
|
18048
|
+
"name": "FoundationElement",
|
|
18049
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18050
|
+
}
|
|
18051
|
+
},
|
|
18052
|
+
{
|
|
18053
|
+
"kind": "field",
|
|
18054
|
+
"name": "$presentation",
|
|
18055
|
+
"type": {
|
|
18056
|
+
"text": "ComponentPresentation | null"
|
|
18057
|
+
},
|
|
18058
|
+
"privacy": "public",
|
|
18059
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18060
|
+
"inheritedFrom": {
|
|
18061
|
+
"name": "FoundationElement",
|
|
18062
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18063
|
+
}
|
|
18064
|
+
},
|
|
18065
|
+
{
|
|
18066
|
+
"kind": "field",
|
|
18067
|
+
"name": "template",
|
|
18068
|
+
"type": {
|
|
18069
|
+
"text": "ElementViewTemplate | void | null"
|
|
18070
|
+
},
|
|
18071
|
+
"privacy": "public",
|
|
18072
|
+
"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.",
|
|
18073
|
+
"inheritedFrom": {
|
|
18074
|
+
"name": "FoundationElement",
|
|
18075
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18076
|
+
}
|
|
18077
|
+
},
|
|
18078
|
+
{
|
|
18079
|
+
"kind": "method",
|
|
18080
|
+
"name": "templateChanged",
|
|
18081
|
+
"privacy": "protected",
|
|
18082
|
+
"return": {
|
|
18083
|
+
"type": {
|
|
18084
|
+
"text": "void"
|
|
18085
|
+
}
|
|
18086
|
+
},
|
|
18087
|
+
"inheritedFrom": {
|
|
18088
|
+
"name": "FoundationElement",
|
|
18089
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18090
|
+
}
|
|
18091
|
+
},
|
|
18092
|
+
{
|
|
18093
|
+
"kind": "field",
|
|
18094
|
+
"name": "styles",
|
|
18095
|
+
"type": {
|
|
18096
|
+
"text": "ElementStyles | void | null"
|
|
18097
|
+
},
|
|
18098
|
+
"privacy": "public",
|
|
18099
|
+
"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.",
|
|
18100
|
+
"inheritedFrom": {
|
|
18101
|
+
"name": "FoundationElement",
|
|
18102
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18103
|
+
}
|
|
18104
|
+
},
|
|
18105
|
+
{
|
|
18106
|
+
"kind": "method",
|
|
18107
|
+
"name": "stylesChanged",
|
|
18108
|
+
"privacy": "protected",
|
|
18109
|
+
"return": {
|
|
18110
|
+
"type": {
|
|
18111
|
+
"text": "void"
|
|
18112
|
+
}
|
|
18113
|
+
},
|
|
18114
|
+
"inheritedFrom": {
|
|
18115
|
+
"name": "FoundationElement",
|
|
18116
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18117
|
+
}
|
|
18118
|
+
},
|
|
18119
|
+
{
|
|
18120
|
+
"kind": "method",
|
|
18121
|
+
"name": "compose",
|
|
18122
|
+
"privacy": "public",
|
|
18123
|
+
"static": true,
|
|
18124
|
+
"return": {
|
|
18125
|
+
"type": {
|
|
18126
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
18127
|
+
}
|
|
18128
|
+
},
|
|
18129
|
+
"parameters": [
|
|
18130
|
+
{
|
|
18131
|
+
"name": "this",
|
|
18132
|
+
"type": {
|
|
18133
|
+
"text": "K"
|
|
18134
|
+
}
|
|
18135
|
+
},
|
|
18136
|
+
{
|
|
18137
|
+
"name": "elementDefinition",
|
|
18138
|
+
"type": {
|
|
18139
|
+
"text": "T"
|
|
18140
|
+
},
|
|
18141
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
18142
|
+
}
|
|
18143
|
+
],
|
|
18144
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18145
|
+
"inheritedFrom": {
|
|
18146
|
+
"name": "FoundationElement",
|
|
18147
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18148
|
+
}
|
|
18149
|
+
}
|
|
18150
|
+
],
|
|
18151
|
+
"events": [
|
|
18152
|
+
{
|
|
18153
|
+
"description": "fires a toggle event when the summary is toggled",
|
|
18154
|
+
"name": "toggle",
|
|
18155
|
+
"inheritedFrom": {
|
|
18156
|
+
"name": "Disclosure",
|
|
18157
|
+
"module": "src/disclosure/disclosure.ts"
|
|
18158
|
+
}
|
|
18159
|
+
}
|
|
18160
|
+
]
|
|
17547
18161
|
},
|
|
17548
18162
|
{
|
|
17549
18163
|
"kind": "variable",
|
|
@@ -17725,7 +18339,172 @@
|
|
|
17725
18339
|
"package": "@microsoft/fast-foundation"
|
|
17726
18340
|
},
|
|
17727
18341
|
"tagName": "%%prefix%%-divider",
|
|
17728
|
-
"customElement": true
|
|
18342
|
+
"customElement": true,
|
|
18343
|
+
"attributes": [
|
|
18344
|
+
{
|
|
18345
|
+
"name": "role",
|
|
18346
|
+
"type": {
|
|
18347
|
+
"text": "DividerRole"
|
|
18348
|
+
},
|
|
18349
|
+
"description": "The role of the element.",
|
|
18350
|
+
"fieldName": "role",
|
|
18351
|
+
"inheritedFrom": {
|
|
18352
|
+
"name": "Divider",
|
|
18353
|
+
"module": "src/divider/divider.ts"
|
|
18354
|
+
}
|
|
18355
|
+
},
|
|
18356
|
+
{
|
|
18357
|
+
"name": "orientation",
|
|
18358
|
+
"type": {
|
|
18359
|
+
"text": "Orientation"
|
|
18360
|
+
},
|
|
18361
|
+
"description": "The orientation of the divider.",
|
|
18362
|
+
"fieldName": "orientation",
|
|
18363
|
+
"inheritedFrom": {
|
|
18364
|
+
"name": "Divider",
|
|
18365
|
+
"module": "src/divider/divider.ts"
|
|
18366
|
+
}
|
|
18367
|
+
}
|
|
18368
|
+
],
|
|
18369
|
+
"members": [
|
|
18370
|
+
{
|
|
18371
|
+
"kind": "field",
|
|
18372
|
+
"name": "role",
|
|
18373
|
+
"type": {
|
|
18374
|
+
"text": "DividerRole"
|
|
18375
|
+
},
|
|
18376
|
+
"privacy": "public",
|
|
18377
|
+
"description": "The role of the element.",
|
|
18378
|
+
"inheritedFrom": {
|
|
18379
|
+
"name": "Divider",
|
|
18380
|
+
"module": "src/divider/divider.ts"
|
|
18381
|
+
}
|
|
18382
|
+
},
|
|
18383
|
+
{
|
|
18384
|
+
"kind": "field",
|
|
18385
|
+
"name": "orientation",
|
|
18386
|
+
"type": {
|
|
18387
|
+
"text": "Orientation"
|
|
18388
|
+
},
|
|
18389
|
+
"privacy": "public",
|
|
18390
|
+
"description": "The orientation of the divider.",
|
|
18391
|
+
"inheritedFrom": {
|
|
18392
|
+
"name": "Divider",
|
|
18393
|
+
"module": "src/divider/divider.ts"
|
|
18394
|
+
}
|
|
18395
|
+
},
|
|
18396
|
+
{
|
|
18397
|
+
"kind": "field",
|
|
18398
|
+
"name": "_presentation",
|
|
18399
|
+
"type": {
|
|
18400
|
+
"text": "ComponentPresentation | null | undefined"
|
|
18401
|
+
},
|
|
18402
|
+
"privacy": "private",
|
|
18403
|
+
"default": "void 0",
|
|
18404
|
+
"inheritedFrom": {
|
|
18405
|
+
"name": "FoundationElement",
|
|
18406
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18407
|
+
}
|
|
18408
|
+
},
|
|
18409
|
+
{
|
|
18410
|
+
"kind": "field",
|
|
18411
|
+
"name": "$presentation",
|
|
18412
|
+
"type": {
|
|
18413
|
+
"text": "ComponentPresentation | null"
|
|
18414
|
+
},
|
|
18415
|
+
"privacy": "public",
|
|
18416
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
18417
|
+
"inheritedFrom": {
|
|
18418
|
+
"name": "FoundationElement",
|
|
18419
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18420
|
+
}
|
|
18421
|
+
},
|
|
18422
|
+
{
|
|
18423
|
+
"kind": "field",
|
|
18424
|
+
"name": "template",
|
|
18425
|
+
"type": {
|
|
18426
|
+
"text": "ElementViewTemplate | void | null"
|
|
18427
|
+
},
|
|
18428
|
+
"privacy": "public",
|
|
18429
|
+
"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.",
|
|
18430
|
+
"inheritedFrom": {
|
|
18431
|
+
"name": "FoundationElement",
|
|
18432
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18433
|
+
}
|
|
18434
|
+
},
|
|
18435
|
+
{
|
|
18436
|
+
"kind": "method",
|
|
18437
|
+
"name": "templateChanged",
|
|
18438
|
+
"privacy": "protected",
|
|
18439
|
+
"return": {
|
|
18440
|
+
"type": {
|
|
18441
|
+
"text": "void"
|
|
18442
|
+
}
|
|
18443
|
+
},
|
|
18444
|
+
"inheritedFrom": {
|
|
18445
|
+
"name": "FoundationElement",
|
|
18446
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18447
|
+
}
|
|
18448
|
+
},
|
|
18449
|
+
{
|
|
18450
|
+
"kind": "field",
|
|
18451
|
+
"name": "styles",
|
|
18452
|
+
"type": {
|
|
18453
|
+
"text": "ElementStyles | void | null"
|
|
18454
|
+
},
|
|
18455
|
+
"privacy": "public",
|
|
18456
|
+
"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.",
|
|
18457
|
+
"inheritedFrom": {
|
|
18458
|
+
"name": "FoundationElement",
|
|
18459
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18460
|
+
}
|
|
18461
|
+
},
|
|
18462
|
+
{
|
|
18463
|
+
"kind": "method",
|
|
18464
|
+
"name": "stylesChanged",
|
|
18465
|
+
"privacy": "protected",
|
|
18466
|
+
"return": {
|
|
18467
|
+
"type": {
|
|
18468
|
+
"text": "void"
|
|
18469
|
+
}
|
|
18470
|
+
},
|
|
18471
|
+
"inheritedFrom": {
|
|
18472
|
+
"name": "FoundationElement",
|
|
18473
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18474
|
+
}
|
|
18475
|
+
},
|
|
18476
|
+
{
|
|
18477
|
+
"kind": "method",
|
|
18478
|
+
"name": "compose",
|
|
18479
|
+
"privacy": "public",
|
|
18480
|
+
"static": true,
|
|
18481
|
+
"return": {
|
|
18482
|
+
"type": {
|
|
18483
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
18484
|
+
}
|
|
18485
|
+
},
|
|
18486
|
+
"parameters": [
|
|
18487
|
+
{
|
|
18488
|
+
"name": "this",
|
|
18489
|
+
"type": {
|
|
18490
|
+
"text": "K"
|
|
18491
|
+
}
|
|
18492
|
+
},
|
|
18493
|
+
{
|
|
18494
|
+
"name": "elementDefinition",
|
|
18495
|
+
"type": {
|
|
18496
|
+
"text": "T"
|
|
18497
|
+
},
|
|
18498
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
18499
|
+
}
|
|
18500
|
+
],
|
|
18501
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
18502
|
+
"inheritedFrom": {
|
|
18503
|
+
"name": "FoundationElement",
|
|
18504
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
18505
|
+
}
|
|
18506
|
+
}
|
|
18507
|
+
]
|
|
17729
18508
|
},
|
|
17730
18509
|
{
|
|
17731
18510
|
"kind": "variable",
|
|
@@ -20015,6 +20794,55 @@
|
|
|
20015
20794
|
"type": {
|
|
20016
20795
|
"text": "CustomEvent"
|
|
20017
20796
|
},
|
|
20797
|
+
"description": "Fired when the expression model changes",
|
|
20798
|
+
"inheritedFrom": {
|
|
20799
|
+
"name": "ExpressionBuilder",
|
|
20800
|
+
"module": "src/main/expression-builder.ts"
|
|
20801
|
+
}
|
|
20802
|
+
},
|
|
20803
|
+
{
|
|
20804
|
+
"description": "Bubbled when a nested group add is requested",
|
|
20805
|
+
"name": "add-group",
|
|
20806
|
+
"inheritedFrom": {
|
|
20807
|
+
"name": "ExpressionBuilder",
|
|
20808
|
+
"module": "src/main/expression-builder.ts"
|
|
20809
|
+
}
|
|
20810
|
+
},
|
|
20811
|
+
{
|
|
20812
|
+
"description": "Bubbled when a group delete is requested",
|
|
20813
|
+
"name": "del-group",
|
|
20814
|
+
"inheritedFrom": {
|
|
20815
|
+
"name": "ExpressionBuilder",
|
|
20816
|
+
"module": "src/main/expression-builder.ts"
|
|
20817
|
+
}
|
|
20818
|
+
},
|
|
20819
|
+
{
|
|
20820
|
+
"description": "Bubbled when a rule add is requested",
|
|
20821
|
+
"name": "add-rule",
|
|
20822
|
+
"inheritedFrom": {
|
|
20823
|
+
"name": "ExpressionBuilder",
|
|
20824
|
+
"module": "src/main/expression-builder.ts"
|
|
20825
|
+
}
|
|
20826
|
+
},
|
|
20827
|
+
{
|
|
20828
|
+
"description": "Bubbled when a rule delete is requested",
|
|
20829
|
+
"name": "del-rule",
|
|
20830
|
+
"inheritedFrom": {
|
|
20831
|
+
"name": "ExpressionBuilder",
|
|
20832
|
+
"module": "src/main/expression-builder.ts"
|
|
20833
|
+
}
|
|
20834
|
+
},
|
|
20835
|
+
{
|
|
20836
|
+
"description": "Bubbled when group data changes",
|
|
20837
|
+
"name": "update-group",
|
|
20838
|
+
"inheritedFrom": {
|
|
20839
|
+
"name": "ExpressionBuilder",
|
|
20840
|
+
"module": "src/main/expression-builder.ts"
|
|
20841
|
+
}
|
|
20842
|
+
},
|
|
20843
|
+
{
|
|
20844
|
+
"description": "Bubbled when rule data changes",
|
|
20845
|
+
"name": "update-rule",
|
|
20018
20846
|
"inheritedFrom": {
|
|
20019
20847
|
"name": "ExpressionBuilder",
|
|
20020
20848
|
"module": "src/main/expression-builder.ts"
|
|
@@ -20516,6 +21344,55 @@
|
|
|
20516
21344
|
"type": {
|
|
20517
21345
|
"text": "CustomEvent"
|
|
20518
21346
|
},
|
|
21347
|
+
"description": "Fired when the rule expression changes; detail is the serialized expression",
|
|
21348
|
+
"inheritedFrom": {
|
|
21349
|
+
"name": "ExpressionBuilder",
|
|
21350
|
+
"module": "src/main/expression-builder.ts"
|
|
21351
|
+
}
|
|
21352
|
+
},
|
|
21353
|
+
{
|
|
21354
|
+
"description": "Bubbled when a nested group add is requested",
|
|
21355
|
+
"name": "add-group",
|
|
21356
|
+
"inheritedFrom": {
|
|
21357
|
+
"name": "ExpressionBuilder",
|
|
21358
|
+
"module": "src/main/expression-builder.ts"
|
|
21359
|
+
}
|
|
21360
|
+
},
|
|
21361
|
+
{
|
|
21362
|
+
"description": "Bubbled when a group delete is requested",
|
|
21363
|
+
"name": "del-group",
|
|
21364
|
+
"inheritedFrom": {
|
|
21365
|
+
"name": "ExpressionBuilder",
|
|
21366
|
+
"module": "src/main/expression-builder.ts"
|
|
21367
|
+
}
|
|
21368
|
+
},
|
|
21369
|
+
{
|
|
21370
|
+
"description": "Bubbled when a rule add is requested",
|
|
21371
|
+
"name": "add-rule",
|
|
21372
|
+
"inheritedFrom": {
|
|
21373
|
+
"name": "ExpressionBuilder",
|
|
21374
|
+
"module": "src/main/expression-builder.ts"
|
|
21375
|
+
}
|
|
21376
|
+
},
|
|
21377
|
+
{
|
|
21378
|
+
"description": "Bubbled when a rule delete is requested",
|
|
21379
|
+
"name": "del-rule",
|
|
21380
|
+
"inheritedFrom": {
|
|
21381
|
+
"name": "ExpressionBuilder",
|
|
21382
|
+
"module": "src/main/expression-builder.ts"
|
|
21383
|
+
}
|
|
21384
|
+
},
|
|
21385
|
+
{
|
|
21386
|
+
"description": "Bubbled when group data changes",
|
|
21387
|
+
"name": "update-group",
|
|
21388
|
+
"inheritedFrom": {
|
|
21389
|
+
"name": "ExpressionBuilder",
|
|
21390
|
+
"module": "src/main/expression-builder.ts"
|
|
21391
|
+
}
|
|
21392
|
+
},
|
|
21393
|
+
{
|
|
21394
|
+
"description": "Bubbled when rule data changes",
|
|
21395
|
+
"name": "update-rule",
|
|
20519
21396
|
"inheritedFrom": {
|
|
20520
21397
|
"name": "ExpressionBuilder",
|
|
20521
21398
|
"module": "src/main/expression-builder.ts"
|
|
@@ -20966,6 +21843,55 @@
|
|
|
20966
21843
|
"type": {
|
|
20967
21844
|
"text": "CustomEvent"
|
|
20968
21845
|
},
|
|
21846
|
+
"description": "Fired when the value expression changes; detail is the serialized expression or undefined",
|
|
21847
|
+
"inheritedFrom": {
|
|
21848
|
+
"name": "ExpressionBuilder",
|
|
21849
|
+
"module": "src/main/expression-builder.ts"
|
|
21850
|
+
}
|
|
21851
|
+
},
|
|
21852
|
+
{
|
|
21853
|
+
"description": "Bubbled when a nested group add is requested",
|
|
21854
|
+
"name": "add-group",
|
|
21855
|
+
"inheritedFrom": {
|
|
21856
|
+
"name": "ExpressionBuilder",
|
|
21857
|
+
"module": "src/main/expression-builder.ts"
|
|
21858
|
+
}
|
|
21859
|
+
},
|
|
21860
|
+
{
|
|
21861
|
+
"description": "Bubbled when a group delete is requested",
|
|
21862
|
+
"name": "del-group",
|
|
21863
|
+
"inheritedFrom": {
|
|
21864
|
+
"name": "ExpressionBuilder",
|
|
21865
|
+
"module": "src/main/expression-builder.ts"
|
|
21866
|
+
}
|
|
21867
|
+
},
|
|
21868
|
+
{
|
|
21869
|
+
"description": "Bubbled when a rule add is requested",
|
|
21870
|
+
"name": "add-rule",
|
|
21871
|
+
"inheritedFrom": {
|
|
21872
|
+
"name": "ExpressionBuilder",
|
|
21873
|
+
"module": "src/main/expression-builder.ts"
|
|
21874
|
+
}
|
|
21875
|
+
},
|
|
21876
|
+
{
|
|
21877
|
+
"description": "Bubbled when a rule delete is requested",
|
|
21878
|
+
"name": "del-rule",
|
|
21879
|
+
"inheritedFrom": {
|
|
21880
|
+
"name": "ExpressionBuilder",
|
|
21881
|
+
"module": "src/main/expression-builder.ts"
|
|
21882
|
+
}
|
|
21883
|
+
},
|
|
21884
|
+
{
|
|
21885
|
+
"description": "Bubbled when group data changes",
|
|
21886
|
+
"name": "update-group",
|
|
21887
|
+
"inheritedFrom": {
|
|
21888
|
+
"name": "ExpressionBuilder",
|
|
21889
|
+
"module": "src/main/expression-builder.ts"
|
|
21890
|
+
}
|
|
21891
|
+
},
|
|
21892
|
+
{
|
|
21893
|
+
"description": "Bubbled when rule data changes",
|
|
21894
|
+
"name": "update-rule",
|
|
20969
21895
|
"inheritedFrom": {
|
|
20970
21896
|
"name": "ExpressionBuilder",
|
|
20971
21897
|
"module": "src/main/expression-builder.ts"
|
|
@@ -21495,6 +22421,28 @@
|
|
|
21495
22421
|
}
|
|
21496
22422
|
}
|
|
21497
22423
|
],
|
|
22424
|
+
"events": [
|
|
22425
|
+
{
|
|
22426
|
+
"description": "Fired when file content is successfully read",
|
|
22427
|
+
"name": "file-read"
|
|
22428
|
+
},
|
|
22429
|
+
{
|
|
22430
|
+
"description": "Fired on validation or read/parse errors",
|
|
22431
|
+
"name": "error",
|
|
22432
|
+
"inheritedFrom": {
|
|
22433
|
+
"name": "<local>_BaseFileComponent",
|
|
22434
|
+
"module": "src/_common/base-file-component.ts"
|
|
22435
|
+
}
|
|
22436
|
+
},
|
|
22437
|
+
{
|
|
22438
|
+
"description": "Fired when selection is cleared (from base)",
|
|
22439
|
+
"name": "clear",
|
|
22440
|
+
"inheritedFrom": {
|
|
22441
|
+
"name": "<local>_BaseFileComponent",
|
|
22442
|
+
"module": "src/_common/base-file-component.ts"
|
|
22443
|
+
}
|
|
22444
|
+
}
|
|
22445
|
+
],
|
|
21498
22446
|
"attributes": [
|
|
21499
22447
|
{
|
|
21500
22448
|
"name": "auto-process",
|
|
@@ -22185,6 +23133,36 @@
|
|
|
22185
23133
|
}
|
|
22186
23134
|
}
|
|
22187
23135
|
],
|
|
23136
|
+
"events": [
|
|
23137
|
+
{
|
|
23138
|
+
"description": "Fired when files are chosen for upload",
|
|
23139
|
+
"name": "file-selected"
|
|
23140
|
+
},
|
|
23141
|
+
{
|
|
23142
|
+
"description": "Fired when upload completes successfully",
|
|
23143
|
+
"name": "success"
|
|
23144
|
+
},
|
|
23145
|
+
{
|
|
23146
|
+
"description": "Fired when upload fails or the server returns an error",
|
|
23147
|
+
"name": "errorOut"
|
|
23148
|
+
},
|
|
23149
|
+
{
|
|
23150
|
+
"description": "Fired when file size validation fails (from base)",
|
|
23151
|
+
"name": "error",
|
|
23152
|
+
"inheritedFrom": {
|
|
23153
|
+
"name": "<local>_BaseFileComponent",
|
|
23154
|
+
"module": "src/_common/base-file-component.ts"
|
|
23155
|
+
}
|
|
23156
|
+
},
|
|
23157
|
+
{
|
|
23158
|
+
"description": "Fired when selection is cleared (from base)",
|
|
23159
|
+
"name": "clear",
|
|
23160
|
+
"inheritedFrom": {
|
|
23161
|
+
"name": "<local>_BaseFileComponent",
|
|
23162
|
+
"module": "src/_common/base-file-component.ts"
|
|
23163
|
+
}
|
|
23164
|
+
}
|
|
23165
|
+
],
|
|
22188
23166
|
"attributes": [
|
|
22189
23167
|
{
|
|
22190
23168
|
"name": "uploaded-files-resource-name",
|
|
@@ -23000,6 +23978,16 @@
|
|
|
23000
23978
|
}
|
|
23001
23979
|
}
|
|
23002
23980
|
],
|
|
23981
|
+
"events": [
|
|
23982
|
+
{
|
|
23983
|
+
"description": "Fired when filter criteria change",
|
|
23984
|
+
"name": "filter-changed"
|
|
23985
|
+
},
|
|
23986
|
+
{
|
|
23987
|
+
"description": "Fired when the filter is cleared",
|
|
23988
|
+
"name": "filter-cleared"
|
|
23989
|
+
}
|
|
23990
|
+
],
|
|
23003
23991
|
"attributes": [
|
|
23004
23992
|
{
|
|
23005
23993
|
"name": "fieldName",
|
|
@@ -24543,6 +25531,12 @@
|
|
|
24543
25531
|
}
|
|
24544
25532
|
}
|
|
24545
25533
|
],
|
|
25534
|
+
"events": [
|
|
25535
|
+
{
|
|
25536
|
+
"description": "Fired when the flyout finishes closing",
|
|
25537
|
+
"name": "closed"
|
|
25538
|
+
}
|
|
25539
|
+
],
|
|
24546
25540
|
"attributes": [
|
|
24547
25541
|
{
|
|
24548
25542
|
"name": "position",
|
|
@@ -28576,6 +29570,28 @@
|
|
|
28576
29570
|
"kind": "class",
|
|
28577
29571
|
"description": "",
|
|
28578
29572
|
"name": "MenuItem",
|
|
29573
|
+
"events": [
|
|
29574
|
+
{
|
|
29575
|
+
"description": "Fired when the menu item is clicked",
|
|
29576
|
+
"name": "onMenuClick"
|
|
29577
|
+
},
|
|
29578
|
+
{
|
|
29579
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
29580
|
+
"name": "expanded-change",
|
|
29581
|
+
"inheritedFrom": {
|
|
29582
|
+
"name": "MenuItem",
|
|
29583
|
+
"module": "src/menu-item/menu-item.ts"
|
|
29584
|
+
}
|
|
29585
|
+
},
|
|
29586
|
+
{
|
|
29587
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
29588
|
+
"name": "change",
|
|
29589
|
+
"inheritedFrom": {
|
|
29590
|
+
"name": "MenuItem",
|
|
29591
|
+
"module": "src/menu-item/menu-item.ts"
|
|
29592
|
+
}
|
|
29593
|
+
}
|
|
29594
|
+
],
|
|
28579
29595
|
"superclass": {
|
|
28580
29596
|
"name": "FASTMenuItem",
|
|
28581
29597
|
"package": "@microsoft/fast-components"
|
|
@@ -28861,24 +29877,6 @@
|
|
|
28861
29877
|
"module": "src/foundation-element/foundation-element.ts"
|
|
28862
29878
|
}
|
|
28863
29879
|
}
|
|
28864
|
-
],
|
|
28865
|
-
"events": [
|
|
28866
|
-
{
|
|
28867
|
-
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
28868
|
-
"name": "expanded-change",
|
|
28869
|
-
"inheritedFrom": {
|
|
28870
|
-
"name": "MenuItem",
|
|
28871
|
-
"module": "src/menu-item/menu-item.ts"
|
|
28872
|
-
}
|
|
28873
|
-
},
|
|
28874
|
-
{
|
|
28875
|
-
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
28876
|
-
"name": "change",
|
|
28877
|
-
"inheritedFrom": {
|
|
28878
|
-
"name": "MenuItem",
|
|
28879
|
-
"module": "src/menu-item/menu-item.ts"
|
|
28880
|
-
}
|
|
28881
|
-
}
|
|
28882
29880
|
]
|
|
28883
29881
|
},
|
|
28884
29882
|
{
|
|
@@ -30926,6 +31924,16 @@
|
|
|
30926
31924
|
}
|
|
30927
31925
|
}
|
|
30928
31926
|
],
|
|
31927
|
+
"events": [
|
|
31928
|
+
{
|
|
31929
|
+
"description": "Fired when the selected options change",
|
|
31930
|
+
"name": "selectionChange"
|
|
31931
|
+
},
|
|
31932
|
+
{
|
|
31933
|
+
"description": "Fired when the selection or filter is cleared",
|
|
31934
|
+
"name": "clear"
|
|
31935
|
+
}
|
|
31936
|
+
],
|
|
30929
31937
|
"attributes": [
|
|
30930
31938
|
{
|
|
30931
31939
|
"name": "name",
|
|
@@ -32052,6 +33060,24 @@
|
|
|
32052
33060
|
}
|
|
32053
33061
|
}
|
|
32054
33062
|
],
|
|
33063
|
+
"events": [
|
|
33064
|
+
{
|
|
33065
|
+
"description": "Fired when the numeric value changes",
|
|
33066
|
+
"name": "input",
|
|
33067
|
+
"inheritedFrom": {
|
|
33068
|
+
"name": "NumberField",
|
|
33069
|
+
"module": "src/number-field/number-field.ts"
|
|
33070
|
+
}
|
|
33071
|
+
},
|
|
33072
|
+
{
|
|
33073
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
33074
|
+
"name": "change",
|
|
33075
|
+
"inheritedFrom": {
|
|
33076
|
+
"name": "NumberField",
|
|
33077
|
+
"module": "src/number-field/number-field.ts"
|
|
33078
|
+
}
|
|
33079
|
+
}
|
|
33080
|
+
],
|
|
32055
33081
|
"attributes": [
|
|
32056
33082
|
{
|
|
32057
33083
|
"name": "autocomplete",
|
|
@@ -32185,25 +33211,7 @@
|
|
|
32185
33211
|
"package": "@microsoft/fast-components"
|
|
32186
33212
|
},
|
|
32187
33213
|
"tagName": "%%prefix%%-number-field",
|
|
32188
|
-
"customElement": true
|
|
32189
|
-
"events": [
|
|
32190
|
-
{
|
|
32191
|
-
"description": "Fires a custom 'input' event when the value has changed",
|
|
32192
|
-
"name": "input",
|
|
32193
|
-
"inheritedFrom": {
|
|
32194
|
-
"name": "NumberField",
|
|
32195
|
-
"module": "src/number-field/number-field.ts"
|
|
32196
|
-
}
|
|
32197
|
-
},
|
|
32198
|
-
{
|
|
32199
|
-
"description": "Fires a custom 'change' event when the value has changed",
|
|
32200
|
-
"name": "change",
|
|
32201
|
-
"inheritedFrom": {
|
|
32202
|
-
"name": "NumberField",
|
|
32203
|
-
"module": "src/number-field/number-field.ts"
|
|
32204
|
-
}
|
|
32205
|
-
}
|
|
32206
|
-
]
|
|
33214
|
+
"customElement": true
|
|
32207
33215
|
},
|
|
32208
33216
|
{
|
|
32209
33217
|
"kind": "variable",
|
|
@@ -34370,7 +35378,7 @@
|
|
|
34370
35378
|
"declarations": [
|
|
34371
35379
|
{
|
|
34372
35380
|
"kind": "class",
|
|
34373
|
-
"description": "",
|
|
35381
|
+
"description": "Datasource element for select/combobox option loading.",
|
|
34374
35382
|
"name": "OptionsDatasource",
|
|
34375
35383
|
"members": [
|
|
34376
35384
|
{
|
|
@@ -35307,6 +36315,12 @@
|
|
|
35307
36315
|
}
|
|
35308
36316
|
}
|
|
35309
36317
|
],
|
|
36318
|
+
"events": [
|
|
36319
|
+
{
|
|
36320
|
+
"description": "Fired when the selected value changes",
|
|
36321
|
+
"name": "value-change"
|
|
36322
|
+
}
|
|
36323
|
+
],
|
|
35310
36324
|
"attributes": [
|
|
35311
36325
|
{
|
|
35312
36326
|
"name": "label-field",
|
|
@@ -38523,6 +39537,12 @@
|
|
|
38523
39537
|
}
|
|
38524
39538
|
}
|
|
38525
39539
|
],
|
|
39540
|
+
"events": [
|
|
39541
|
+
{
|
|
39542
|
+
"description": "Fired when timezone or cron expression changes",
|
|
39543
|
+
"name": "change"
|
|
39544
|
+
}
|
|
39545
|
+
],
|
|
38526
39546
|
"attributes": [
|
|
38527
39547
|
{
|
|
38528
39548
|
"name": "min-minute-interval",
|
|
@@ -39098,6 +40118,12 @@
|
|
|
39098
40118
|
}
|
|
39099
40119
|
}
|
|
39100
40120
|
],
|
|
40121
|
+
"events": [
|
|
40122
|
+
{
|
|
40123
|
+
"description": "Fired when the built cron expression changes",
|
|
40124
|
+
"name": "change"
|
|
40125
|
+
}
|
|
40126
|
+
],
|
|
39101
40127
|
"attributes": [
|
|
39102
40128
|
{
|
|
39103
40129
|
"name": "min-minute-interval",
|
|
@@ -39573,6 +40599,12 @@
|
|
|
39573
40599
|
}
|
|
39574
40600
|
}
|
|
39575
40601
|
],
|
|
40602
|
+
"events": [
|
|
40603
|
+
{
|
|
40604
|
+
"description": "Fired when the timezone value changes",
|
|
40605
|
+
"name": "change"
|
|
40606
|
+
}
|
|
40607
|
+
],
|
|
39576
40608
|
"superclass": {
|
|
39577
40609
|
"name": "FoundationElement",
|
|
39578
40610
|
"package": "@microsoft/fast-foundation"
|
|
@@ -40322,6 +41354,20 @@
|
|
|
40322
41354
|
}
|
|
40323
41355
|
}
|
|
40324
41356
|
],
|
|
41357
|
+
"events": [
|
|
41358
|
+
{
|
|
41359
|
+
"description": "Fired when the combobox value changes",
|
|
41360
|
+
"name": "change",
|
|
41361
|
+
"inheritedFrom": {
|
|
41362
|
+
"name": "Combobox",
|
|
41363
|
+
"module": "src/combobox/combobox.ts"
|
|
41364
|
+
}
|
|
41365
|
+
},
|
|
41366
|
+
{
|
|
41367
|
+
"description": "Fired when the input is cleared by the user",
|
|
41368
|
+
"name": "inputdeleted"
|
|
41369
|
+
}
|
|
41370
|
+
],
|
|
40325
41371
|
"attributes": [
|
|
40326
41372
|
{
|
|
40327
41373
|
"name": "minlength",
|
|
@@ -40400,17 +41446,7 @@
|
|
|
40400
41446
|
"package": "@microsoft/fast-components"
|
|
40401
41447
|
},
|
|
40402
41448
|
"tagName": "%%prefix%%-search-bar-combobox",
|
|
40403
|
-
"customElement": true
|
|
40404
|
-
"events": [
|
|
40405
|
-
{
|
|
40406
|
-
"description": "Fires a custom 'change' event when the value updates",
|
|
40407
|
-
"name": "change",
|
|
40408
|
-
"inheritedFrom": {
|
|
40409
|
-
"name": "Combobox",
|
|
40410
|
-
"module": "src/combobox/combobox.ts"
|
|
40411
|
-
}
|
|
40412
|
-
}
|
|
40413
|
-
]
|
|
41449
|
+
"customElement": true
|
|
40414
41450
|
},
|
|
40415
41451
|
{
|
|
40416
41452
|
"kind": "variable",
|
|
@@ -40876,6 +41912,12 @@
|
|
|
40876
41912
|
}
|
|
40877
41913
|
}
|
|
40878
41914
|
],
|
|
41915
|
+
"events": [
|
|
41916
|
+
{
|
|
41917
|
+
"description": "Fired when the selected search options change",
|
|
41918
|
+
"name": "selectionChange"
|
|
41919
|
+
}
|
|
41920
|
+
],
|
|
40879
41921
|
"attributes": [
|
|
40880
41922
|
{
|
|
40881
41923
|
"name": "appearance",
|
|
@@ -41695,6 +42737,24 @@
|
|
|
41695
42737
|
}
|
|
41696
42738
|
}
|
|
41697
42739
|
],
|
|
42740
|
+
"events": [
|
|
42741
|
+
{
|
|
42742
|
+
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
42743
|
+
"name": "section-navigator-set-state"
|
|
42744
|
+
},
|
|
42745
|
+
{
|
|
42746
|
+
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
42747
|
+
"name": "section-navigator-set-states"
|
|
42748
|
+
},
|
|
42749
|
+
{
|
|
42750
|
+
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
42751
|
+
"name": "section-navigator-clear-state"
|
|
42752
|
+
},
|
|
42753
|
+
{
|
|
42754
|
+
"description": "Fired when a child state event is re-dispatched with an inferred section name",
|
|
42755
|
+
"name": "section-navigator-clear-all-states"
|
|
42756
|
+
}
|
|
42757
|
+
],
|
|
41698
42758
|
"attributes": [
|
|
41699
42759
|
{
|
|
41700
42760
|
"description": "Array of section items to display",
|
|
@@ -41873,83 +42933,517 @@
|
|
|
41873
42933
|
},
|
|
41874
42934
|
"parameters": [
|
|
41875
42935
|
{
|
|
41876
|
-
"name": "context",
|
|
42936
|
+
"name": "context",
|
|
42937
|
+
"type": {
|
|
42938
|
+
"text": "ElementDefinitionContext"
|
|
42939
|
+
}
|
|
42940
|
+
},
|
|
42941
|
+
{
|
|
42942
|
+
"name": "definition",
|
|
42943
|
+
"type": {
|
|
42944
|
+
"text": "FoundationElementDefinition"
|
|
42945
|
+
}
|
|
42946
|
+
}
|
|
42947
|
+
]
|
|
42948
|
+
}
|
|
42949
|
+
],
|
|
42950
|
+
"exports": [
|
|
42951
|
+
{
|
|
42952
|
+
"kind": "js",
|
|
42953
|
+
"name": "foundationSegmentedControlStyles",
|
|
42954
|
+
"declaration": {
|
|
42955
|
+
"name": "foundationSegmentedControlStyles",
|
|
42956
|
+
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
42957
|
+
}
|
|
42958
|
+
}
|
|
42959
|
+
]
|
|
42960
|
+
},
|
|
42961
|
+
{
|
|
42962
|
+
"kind": "javascript-module",
|
|
42963
|
+
"path": "src/segmented-control/segmented-control.template.ts",
|
|
42964
|
+
"declarations": [
|
|
42965
|
+
{
|
|
42966
|
+
"kind": "function",
|
|
42967
|
+
"name": "foundationSegmentedControlTemplate",
|
|
42968
|
+
"return": {
|
|
42969
|
+
"type": {
|
|
42970
|
+
"text": "ViewTemplate<SegmentedControl>"
|
|
42971
|
+
}
|
|
42972
|
+
},
|
|
42973
|
+
"parameters": [
|
|
42974
|
+
{
|
|
42975
|
+
"name": "context",
|
|
42976
|
+
"type": {
|
|
42977
|
+
"text": "ElementDefinitionContext"
|
|
42978
|
+
}
|
|
42979
|
+
},
|
|
42980
|
+
{
|
|
42981
|
+
"name": "definition",
|
|
42982
|
+
"type": {
|
|
42983
|
+
"text": "FoundationElementDefinition"
|
|
42984
|
+
}
|
|
42985
|
+
}
|
|
42986
|
+
]
|
|
42987
|
+
}
|
|
42988
|
+
],
|
|
42989
|
+
"exports": [
|
|
42990
|
+
{
|
|
42991
|
+
"kind": "js",
|
|
42992
|
+
"name": "foundationSegmentedControlTemplate",
|
|
42993
|
+
"declaration": {
|
|
42994
|
+
"name": "foundationSegmentedControlTemplate",
|
|
42995
|
+
"module": "src/segmented-control/segmented-control.template.ts"
|
|
42996
|
+
}
|
|
42997
|
+
}
|
|
42998
|
+
]
|
|
42999
|
+
},
|
|
43000
|
+
{
|
|
43001
|
+
"kind": "javascript-module",
|
|
43002
|
+
"path": "src/segmented-control/segmented-control.ts",
|
|
43003
|
+
"declarations": [
|
|
43004
|
+
{
|
|
43005
|
+
"kind": "class",
|
|
43006
|
+
"description": "",
|
|
43007
|
+
"name": "SegmentedControl",
|
|
43008
|
+
"members": [
|
|
43009
|
+
{
|
|
43010
|
+
"kind": "method",
|
|
43011
|
+
"name": "valueChanged",
|
|
43012
|
+
"privacy": "protected",
|
|
43013
|
+
"return": {
|
|
43014
|
+
"type": {
|
|
43015
|
+
"text": "void"
|
|
43016
|
+
}
|
|
43017
|
+
},
|
|
43018
|
+
"inheritedFrom": {
|
|
43019
|
+
"name": "RadioGroup",
|
|
43020
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43021
|
+
}
|
|
43022
|
+
},
|
|
43023
|
+
{
|
|
43024
|
+
"kind": "field",
|
|
43025
|
+
"name": "readOnly",
|
|
43026
|
+
"type": {
|
|
43027
|
+
"text": "boolean"
|
|
43028
|
+
},
|
|
43029
|
+
"privacy": "public",
|
|
43030
|
+
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
43031
|
+
"inheritedFrom": {
|
|
43032
|
+
"name": "RadioGroup",
|
|
43033
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43034
|
+
}
|
|
43035
|
+
},
|
|
43036
|
+
{
|
|
43037
|
+
"kind": "method",
|
|
43038
|
+
"name": "readOnlyChanged",
|
|
43039
|
+
"privacy": "private",
|
|
43040
|
+
"return": {
|
|
43041
|
+
"type": {
|
|
43042
|
+
"text": "void"
|
|
43043
|
+
}
|
|
43044
|
+
},
|
|
43045
|
+
"inheritedFrom": {
|
|
43046
|
+
"name": "RadioGroup",
|
|
43047
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43048
|
+
}
|
|
43049
|
+
},
|
|
43050
|
+
{
|
|
43051
|
+
"kind": "field",
|
|
43052
|
+
"name": "disabled",
|
|
43053
|
+
"type": {
|
|
43054
|
+
"text": "boolean"
|
|
43055
|
+
},
|
|
43056
|
+
"privacy": "public",
|
|
43057
|
+
"description": "Disables the radio group and child radios.",
|
|
43058
|
+
"inheritedFrom": {
|
|
43059
|
+
"name": "RadioGroup",
|
|
43060
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43061
|
+
}
|
|
43062
|
+
},
|
|
43063
|
+
{
|
|
43064
|
+
"kind": "method",
|
|
43065
|
+
"name": "disabledChanged",
|
|
43066
|
+
"privacy": "private",
|
|
43067
|
+
"return": {
|
|
43068
|
+
"type": {
|
|
43069
|
+
"text": "void"
|
|
43070
|
+
}
|
|
43071
|
+
},
|
|
43072
|
+
"inheritedFrom": {
|
|
43073
|
+
"name": "RadioGroup",
|
|
43074
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43075
|
+
}
|
|
43076
|
+
},
|
|
43077
|
+
{
|
|
43078
|
+
"kind": "field",
|
|
43079
|
+
"name": "name",
|
|
43080
|
+
"type": {
|
|
43081
|
+
"text": "string"
|
|
43082
|
+
},
|
|
43083
|
+
"privacy": "public",
|
|
43084
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
43085
|
+
"inheritedFrom": {
|
|
43086
|
+
"name": "RadioGroup",
|
|
43087
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43088
|
+
}
|
|
43089
|
+
},
|
|
43090
|
+
{
|
|
43091
|
+
"kind": "method",
|
|
43092
|
+
"name": "nameChanged",
|
|
43093
|
+
"privacy": "protected",
|
|
43094
|
+
"return": {
|
|
43095
|
+
"type": {
|
|
43096
|
+
"text": "void"
|
|
43097
|
+
}
|
|
43098
|
+
},
|
|
43099
|
+
"inheritedFrom": {
|
|
43100
|
+
"name": "RadioGroup",
|
|
43101
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43102
|
+
}
|
|
43103
|
+
},
|
|
43104
|
+
{
|
|
43105
|
+
"kind": "field",
|
|
43106
|
+
"name": "value",
|
|
43107
|
+
"type": {
|
|
43108
|
+
"text": "string"
|
|
43109
|
+
},
|
|
43110
|
+
"privacy": "public",
|
|
43111
|
+
"description": "The value of the checked radio",
|
|
43112
|
+
"inheritedFrom": {
|
|
43113
|
+
"name": "RadioGroup",
|
|
43114
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43115
|
+
}
|
|
43116
|
+
},
|
|
43117
|
+
{
|
|
43118
|
+
"kind": "field",
|
|
43119
|
+
"name": "orientation",
|
|
43120
|
+
"type": {
|
|
43121
|
+
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
43122
|
+
},
|
|
43123
|
+
"privacy": "public",
|
|
43124
|
+
"description": "The orientation of the group",
|
|
43125
|
+
"inheritedFrom": {
|
|
43126
|
+
"name": "RadioGroup",
|
|
43127
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43128
|
+
}
|
|
43129
|
+
},
|
|
43130
|
+
{
|
|
43131
|
+
"kind": "field",
|
|
43132
|
+
"name": "childItems",
|
|
43133
|
+
"type": {
|
|
43134
|
+
"text": "HTMLElement[]"
|
|
43135
|
+
},
|
|
43136
|
+
"privacy": "public",
|
|
43137
|
+
"inheritedFrom": {
|
|
43138
|
+
"name": "RadioGroup",
|
|
43139
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43140
|
+
}
|
|
43141
|
+
},
|
|
43142
|
+
{
|
|
43143
|
+
"kind": "method",
|
|
43144
|
+
"name": "slottedRadioButtonsChanged",
|
|
43145
|
+
"privacy": "private",
|
|
43146
|
+
"return": {
|
|
43147
|
+
"type": {
|
|
43148
|
+
"text": "void"
|
|
43149
|
+
}
|
|
43150
|
+
},
|
|
43151
|
+
"parameters": [
|
|
43152
|
+
{
|
|
43153
|
+
"name": "oldValue",
|
|
43154
|
+
"type": {
|
|
43155
|
+
"text": "unknown"
|
|
43156
|
+
}
|
|
43157
|
+
},
|
|
43158
|
+
{
|
|
43159
|
+
"name": "newValue",
|
|
43160
|
+
"type": {
|
|
43161
|
+
"text": "HTMLElement[]"
|
|
43162
|
+
}
|
|
43163
|
+
}
|
|
43164
|
+
],
|
|
43165
|
+
"inheritedFrom": {
|
|
43166
|
+
"name": "RadioGroup",
|
|
43167
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43168
|
+
}
|
|
43169
|
+
},
|
|
43170
|
+
{
|
|
43171
|
+
"kind": "field",
|
|
43172
|
+
"name": "selectedRadio",
|
|
43173
|
+
"type": {
|
|
43174
|
+
"text": "HTMLInputElement | null"
|
|
43175
|
+
},
|
|
43176
|
+
"privacy": "private",
|
|
43177
|
+
"inheritedFrom": {
|
|
43178
|
+
"name": "RadioGroup",
|
|
43179
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43180
|
+
}
|
|
43181
|
+
},
|
|
43182
|
+
{
|
|
43183
|
+
"kind": "field",
|
|
43184
|
+
"name": "focusedRadio",
|
|
43185
|
+
"type": {
|
|
43186
|
+
"text": "HTMLInputElement | null"
|
|
43187
|
+
},
|
|
43188
|
+
"privacy": "private",
|
|
43189
|
+
"inheritedFrom": {
|
|
43190
|
+
"name": "RadioGroup",
|
|
43191
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43192
|
+
}
|
|
43193
|
+
},
|
|
43194
|
+
{
|
|
43195
|
+
"kind": "field",
|
|
43196
|
+
"name": "direction",
|
|
43197
|
+
"type": {
|
|
43198
|
+
"text": "Direction"
|
|
43199
|
+
},
|
|
43200
|
+
"privacy": "private",
|
|
43201
|
+
"inheritedFrom": {
|
|
43202
|
+
"name": "RadioGroup",
|
|
43203
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43204
|
+
}
|
|
43205
|
+
},
|
|
43206
|
+
{
|
|
43207
|
+
"kind": "field",
|
|
43208
|
+
"name": "parentToolbar",
|
|
43209
|
+
"type": {
|
|
43210
|
+
"text": "HTMLElement | null"
|
|
43211
|
+
},
|
|
43212
|
+
"privacy": "private",
|
|
43213
|
+
"inheritedFrom": {
|
|
43214
|
+
"name": "RadioGroup",
|
|
43215
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43216
|
+
}
|
|
43217
|
+
},
|
|
43218
|
+
{
|
|
43219
|
+
"kind": "field",
|
|
43220
|
+
"name": "isInsideToolbar",
|
|
43221
|
+
"type": {
|
|
43222
|
+
"text": "boolean"
|
|
43223
|
+
},
|
|
43224
|
+
"privacy": "private",
|
|
43225
|
+
"inheritedFrom": {
|
|
43226
|
+
"name": "RadioGroup",
|
|
43227
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43228
|
+
}
|
|
43229
|
+
},
|
|
43230
|
+
{
|
|
43231
|
+
"kind": "field",
|
|
43232
|
+
"name": "isInsideFoundationToolbar",
|
|
43233
|
+
"type": {
|
|
43234
|
+
"text": "boolean"
|
|
43235
|
+
},
|
|
43236
|
+
"privacy": "private",
|
|
43237
|
+
"inheritedFrom": {
|
|
43238
|
+
"name": "RadioGroup",
|
|
43239
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43240
|
+
}
|
|
43241
|
+
},
|
|
43242
|
+
{
|
|
43243
|
+
"kind": "method",
|
|
43244
|
+
"name": "setupRadioButtons",
|
|
43245
|
+
"privacy": "private",
|
|
43246
|
+
"return": {
|
|
43247
|
+
"type": {
|
|
43248
|
+
"text": "void"
|
|
43249
|
+
}
|
|
43250
|
+
},
|
|
43251
|
+
"inheritedFrom": {
|
|
43252
|
+
"name": "RadioGroup",
|
|
43253
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43254
|
+
}
|
|
43255
|
+
},
|
|
43256
|
+
{
|
|
43257
|
+
"kind": "field",
|
|
43258
|
+
"name": "radioChangeHandler",
|
|
43259
|
+
"privacy": "private",
|
|
43260
|
+
"inheritedFrom": {
|
|
43261
|
+
"name": "RadioGroup",
|
|
43262
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43263
|
+
}
|
|
43264
|
+
},
|
|
43265
|
+
{
|
|
43266
|
+
"kind": "field",
|
|
43267
|
+
"name": "moveToRadioByIndex",
|
|
43268
|
+
"privacy": "private",
|
|
43269
|
+
"inheritedFrom": {
|
|
43270
|
+
"name": "RadioGroup",
|
|
43271
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43272
|
+
}
|
|
43273
|
+
},
|
|
43274
|
+
{
|
|
43275
|
+
"kind": "field",
|
|
43276
|
+
"name": "moveRightOffGroup",
|
|
43277
|
+
"privacy": "private",
|
|
43278
|
+
"inheritedFrom": {
|
|
43279
|
+
"name": "RadioGroup",
|
|
43280
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43281
|
+
}
|
|
43282
|
+
},
|
|
43283
|
+
{
|
|
43284
|
+
"kind": "field",
|
|
43285
|
+
"name": "moveLeftOffGroup",
|
|
43286
|
+
"privacy": "private",
|
|
43287
|
+
"inheritedFrom": {
|
|
43288
|
+
"name": "RadioGroup",
|
|
43289
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43290
|
+
}
|
|
43291
|
+
},
|
|
43292
|
+
{
|
|
43293
|
+
"kind": "field",
|
|
43294
|
+
"name": "shouldMoveOffGroupToTheRight",
|
|
43295
|
+
"privacy": "private",
|
|
43296
|
+
"inheritedFrom": {
|
|
43297
|
+
"name": "RadioGroup",
|
|
43298
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43299
|
+
}
|
|
43300
|
+
},
|
|
43301
|
+
{
|
|
43302
|
+
"kind": "field",
|
|
43303
|
+
"name": "shouldMoveOffGroupToTheLeft",
|
|
43304
|
+
"privacy": "private",
|
|
43305
|
+
"inheritedFrom": {
|
|
43306
|
+
"name": "RadioGroup",
|
|
43307
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43308
|
+
}
|
|
43309
|
+
},
|
|
43310
|
+
{
|
|
43311
|
+
"kind": "field",
|
|
43312
|
+
"name": "checkFocusedRadio",
|
|
43313
|
+
"privacy": "private",
|
|
43314
|
+
"inheritedFrom": {
|
|
43315
|
+
"name": "RadioGroup",
|
|
43316
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43317
|
+
}
|
|
43318
|
+
},
|
|
43319
|
+
{
|
|
43320
|
+
"kind": "field",
|
|
43321
|
+
"name": "moveRight",
|
|
43322
|
+
"privacy": "private",
|
|
43323
|
+
"inheritedFrom": {
|
|
43324
|
+
"name": "RadioGroup",
|
|
43325
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43326
|
+
}
|
|
43327
|
+
},
|
|
43328
|
+
{
|
|
43329
|
+
"kind": "field",
|
|
43330
|
+
"name": "moveLeft",
|
|
43331
|
+
"privacy": "private",
|
|
43332
|
+
"inheritedFrom": {
|
|
43333
|
+
"name": "RadioGroup",
|
|
43334
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43335
|
+
}
|
|
43336
|
+
},
|
|
43337
|
+
{
|
|
43338
|
+
"kind": "field",
|
|
43339
|
+
"name": "_presentation",
|
|
41877
43340
|
"type": {
|
|
41878
|
-
"text": "
|
|
43341
|
+
"text": "ComponentPresentation | null | undefined"
|
|
43342
|
+
},
|
|
43343
|
+
"privacy": "private",
|
|
43344
|
+
"default": "void 0",
|
|
43345
|
+
"inheritedFrom": {
|
|
43346
|
+
"name": "FoundationElement",
|
|
43347
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41879
43348
|
}
|
|
41880
43349
|
},
|
|
41881
43350
|
{
|
|
41882
|
-
"
|
|
43351
|
+
"kind": "field",
|
|
43352
|
+
"name": "$presentation",
|
|
41883
43353
|
"type": {
|
|
41884
|
-
"text": "
|
|
43354
|
+
"text": "ComponentPresentation | null"
|
|
43355
|
+
},
|
|
43356
|
+
"privacy": "public",
|
|
43357
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
43358
|
+
"inheritedFrom": {
|
|
43359
|
+
"name": "FoundationElement",
|
|
43360
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41885
43361
|
}
|
|
41886
|
-
}
|
|
41887
|
-
]
|
|
41888
|
-
}
|
|
41889
|
-
],
|
|
41890
|
-
"exports": [
|
|
41891
|
-
{
|
|
41892
|
-
"kind": "js",
|
|
41893
|
-
"name": "foundationSegmentedControlStyles",
|
|
41894
|
-
"declaration": {
|
|
41895
|
-
"name": "foundationSegmentedControlStyles",
|
|
41896
|
-
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
41897
|
-
}
|
|
41898
|
-
}
|
|
41899
|
-
]
|
|
41900
|
-
},
|
|
41901
|
-
{
|
|
41902
|
-
"kind": "javascript-module",
|
|
41903
|
-
"path": "src/segmented-control/segmented-control.template.ts",
|
|
41904
|
-
"declarations": [
|
|
41905
|
-
{
|
|
41906
|
-
"kind": "function",
|
|
41907
|
-
"name": "foundationSegmentedControlTemplate",
|
|
41908
|
-
"return": {
|
|
41909
|
-
"type": {
|
|
41910
|
-
"text": "ViewTemplate<SegmentedControl>"
|
|
41911
|
-
}
|
|
41912
|
-
},
|
|
41913
|
-
"parameters": [
|
|
43362
|
+
},
|
|
41914
43363
|
{
|
|
41915
|
-
"
|
|
43364
|
+
"kind": "field",
|
|
43365
|
+
"name": "template",
|
|
41916
43366
|
"type": {
|
|
41917
|
-
"text": "
|
|
43367
|
+
"text": "ElementViewTemplate | void | null"
|
|
43368
|
+
},
|
|
43369
|
+
"privacy": "public",
|
|
43370
|
+
"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.",
|
|
43371
|
+
"inheritedFrom": {
|
|
43372
|
+
"name": "FoundationElement",
|
|
43373
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41918
43374
|
}
|
|
41919
43375
|
},
|
|
41920
43376
|
{
|
|
41921
|
-
"
|
|
43377
|
+
"kind": "method",
|
|
43378
|
+
"name": "templateChanged",
|
|
43379
|
+
"privacy": "protected",
|
|
43380
|
+
"return": {
|
|
43381
|
+
"type": {
|
|
43382
|
+
"text": "void"
|
|
43383
|
+
}
|
|
43384
|
+
},
|
|
43385
|
+
"inheritedFrom": {
|
|
43386
|
+
"name": "FoundationElement",
|
|
43387
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
43388
|
+
}
|
|
43389
|
+
},
|
|
43390
|
+
{
|
|
43391
|
+
"kind": "field",
|
|
43392
|
+
"name": "styles",
|
|
41922
43393
|
"type": {
|
|
41923
|
-
"text": "
|
|
43394
|
+
"text": "ElementStyles | void | null"
|
|
43395
|
+
},
|
|
43396
|
+
"privacy": "public",
|
|
43397
|
+
"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.",
|
|
43398
|
+
"inheritedFrom": {
|
|
43399
|
+
"name": "FoundationElement",
|
|
43400
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
41924
43401
|
}
|
|
41925
|
-
}
|
|
41926
|
-
]
|
|
41927
|
-
}
|
|
41928
|
-
],
|
|
41929
|
-
"exports": [
|
|
41930
|
-
{
|
|
41931
|
-
"kind": "js",
|
|
41932
|
-
"name": "foundationSegmentedControlTemplate",
|
|
41933
|
-
"declaration": {
|
|
41934
|
-
"name": "foundationSegmentedControlTemplate",
|
|
41935
|
-
"module": "src/segmented-control/segmented-control.template.ts"
|
|
41936
|
-
}
|
|
41937
|
-
}
|
|
41938
|
-
]
|
|
41939
|
-
},
|
|
41940
|
-
{
|
|
41941
|
-
"kind": "javascript-module",
|
|
41942
|
-
"path": "src/segmented-control/segmented-control.ts",
|
|
41943
|
-
"declarations": [
|
|
41944
|
-
{
|
|
41945
|
-
"kind": "class",
|
|
41946
|
-
"description": "",
|
|
41947
|
-
"name": "SegmentedControl",
|
|
41948
|
-
"members": [
|
|
43402
|
+
},
|
|
41949
43403
|
{
|
|
41950
43404
|
"kind": "method",
|
|
41951
|
-
"name": "
|
|
41952
|
-
"privacy": "protected"
|
|
43405
|
+
"name": "stylesChanged",
|
|
43406
|
+
"privacy": "protected",
|
|
43407
|
+
"return": {
|
|
43408
|
+
"type": {
|
|
43409
|
+
"text": "void"
|
|
43410
|
+
}
|
|
43411
|
+
},
|
|
43412
|
+
"inheritedFrom": {
|
|
43413
|
+
"name": "FoundationElement",
|
|
43414
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
43415
|
+
}
|
|
43416
|
+
},
|
|
43417
|
+
{
|
|
43418
|
+
"kind": "method",
|
|
43419
|
+
"name": "compose",
|
|
43420
|
+
"privacy": "public",
|
|
43421
|
+
"static": true,
|
|
43422
|
+
"return": {
|
|
43423
|
+
"type": {
|
|
43424
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
43425
|
+
}
|
|
43426
|
+
},
|
|
43427
|
+
"parameters": [
|
|
43428
|
+
{
|
|
43429
|
+
"name": "this",
|
|
43430
|
+
"type": {
|
|
43431
|
+
"text": "K"
|
|
43432
|
+
}
|
|
43433
|
+
},
|
|
43434
|
+
{
|
|
43435
|
+
"name": "elementDefinition",
|
|
43436
|
+
"type": {
|
|
43437
|
+
"text": "T"
|
|
43438
|
+
},
|
|
43439
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
43440
|
+
}
|
|
43441
|
+
],
|
|
43442
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
43443
|
+
"inheritedFrom": {
|
|
43444
|
+
"name": "FoundationElement",
|
|
43445
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
43446
|
+
}
|
|
41953
43447
|
}
|
|
41954
43448
|
],
|
|
41955
43449
|
"superclass": {
|
|
@@ -41957,7 +43451,79 @@
|
|
|
41957
43451
|
"package": "@microsoft/fast-foundation"
|
|
41958
43452
|
},
|
|
41959
43453
|
"tagName": "%%prefix%%-segmented-control",
|
|
41960
|
-
"customElement": true
|
|
43454
|
+
"customElement": true,
|
|
43455
|
+
"attributes": [
|
|
43456
|
+
{
|
|
43457
|
+
"name": "readonly",
|
|
43458
|
+
"type": {
|
|
43459
|
+
"text": "boolean"
|
|
43460
|
+
},
|
|
43461
|
+
"description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
43462
|
+
"fieldName": "readOnly",
|
|
43463
|
+
"inheritedFrom": {
|
|
43464
|
+
"name": "RadioGroup",
|
|
43465
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43466
|
+
}
|
|
43467
|
+
},
|
|
43468
|
+
{
|
|
43469
|
+
"name": "disabled",
|
|
43470
|
+
"type": {
|
|
43471
|
+
"text": "boolean"
|
|
43472
|
+
},
|
|
43473
|
+
"description": "Disables the radio group and child radios.",
|
|
43474
|
+
"fieldName": "disabled",
|
|
43475
|
+
"inheritedFrom": {
|
|
43476
|
+
"name": "RadioGroup",
|
|
43477
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43478
|
+
}
|
|
43479
|
+
},
|
|
43480
|
+
{
|
|
43481
|
+
"name": "name",
|
|
43482
|
+
"type": {
|
|
43483
|
+
"text": "string"
|
|
43484
|
+
},
|
|
43485
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
43486
|
+
"fieldName": "name",
|
|
43487
|
+
"inheritedFrom": {
|
|
43488
|
+
"name": "RadioGroup",
|
|
43489
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43490
|
+
}
|
|
43491
|
+
},
|
|
43492
|
+
{
|
|
43493
|
+
"name": "value",
|
|
43494
|
+
"type": {
|
|
43495
|
+
"text": "string"
|
|
43496
|
+
},
|
|
43497
|
+
"description": "The value of the checked radio",
|
|
43498
|
+
"fieldName": "value",
|
|
43499
|
+
"inheritedFrom": {
|
|
43500
|
+
"name": "RadioGroup",
|
|
43501
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43502
|
+
}
|
|
43503
|
+
},
|
|
43504
|
+
{
|
|
43505
|
+
"name": "orientation",
|
|
43506
|
+
"type": {
|
|
43507
|
+
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
43508
|
+
},
|
|
43509
|
+
"description": "The orientation of the group",
|
|
43510
|
+
"fieldName": "orientation",
|
|
43511
|
+
"inheritedFrom": {
|
|
43512
|
+
"name": "RadioGroup",
|
|
43513
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43514
|
+
}
|
|
43515
|
+
}
|
|
43516
|
+
],
|
|
43517
|
+
"events": [
|
|
43518
|
+
{
|
|
43519
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
43520
|
+
"name": "change",
|
|
43521
|
+
"inheritedFrom": {
|
|
43522
|
+
"name": "RadioGroup",
|
|
43523
|
+
"module": "src/radio-group/radio-group.ts"
|
|
43524
|
+
}
|
|
43525
|
+
}
|
|
43526
|
+
]
|
|
41961
43527
|
},
|
|
41962
43528
|
{
|
|
41963
43529
|
"kind": "variable",
|
|
@@ -45018,6 +46584,10 @@
|
|
|
45018
46584
|
"type": {
|
|
45019
46585
|
"text": "CustomEvent"
|
|
45020
46586
|
}
|
|
46587
|
+
},
|
|
46588
|
+
{
|
|
46589
|
+
"description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
|
|
46590
|
+
"name": "autoDismiss"
|
|
45021
46591
|
}
|
|
45022
46592
|
],
|
|
45023
46593
|
"attributes": [
|
|
@@ -46599,6 +48169,28 @@
|
|
|
46599
48169
|
}
|
|
46600
48170
|
}
|
|
46601
48171
|
],
|
|
48172
|
+
"events": [
|
|
48173
|
+
{
|
|
48174
|
+
"description": "Fired when a step tab is activated",
|
|
48175
|
+
"name": "step-click"
|
|
48176
|
+
},
|
|
48177
|
+
{
|
|
48178
|
+
"description": "Fired when advancing fails validation",
|
|
48179
|
+
"name": "validation-failure"
|
|
48180
|
+
},
|
|
48181
|
+
{
|
|
48182
|
+
"description": "Fired when the final step is submitted",
|
|
48183
|
+
"name": "submit"
|
|
48184
|
+
},
|
|
48185
|
+
{
|
|
48186
|
+
"description": "Fired when validation succeeds before advancing",
|
|
48187
|
+
"name": "next-step"
|
|
48188
|
+
},
|
|
48189
|
+
{
|
|
48190
|
+
"description": "Fired when validation succeeds before advancing",
|
|
48191
|
+
"name": "validation-success"
|
|
48192
|
+
}
|
|
48193
|
+
],
|
|
46602
48194
|
"attributes": [
|
|
46603
48195
|
{
|
|
46604
48196
|
"name": "hide-submit-button",
|
|
@@ -47037,6 +48629,12 @@
|
|
|
47037
48629
|
}
|
|
47038
48630
|
}
|
|
47039
48631
|
],
|
|
48632
|
+
"events": [
|
|
48633
|
+
{
|
|
48634
|
+
"description": "Fired when the tab is clicked; detail is the zero-based step index",
|
|
48635
|
+
"name": "tab-clicked"
|
|
48636
|
+
}
|
|
48637
|
+
],
|
|
47040
48638
|
"attributes": [
|
|
47041
48639
|
{
|
|
47042
48640
|
"name": "slot",
|
|
@@ -52641,7 +54239,288 @@
|
|
|
52641
54239
|
"package": "@microsoft/fast-foundation"
|
|
52642
54240
|
},
|
|
52643
54241
|
"tagName": "%%prefix%%-tree-view",
|
|
52644
|
-
"customElement": true
|
|
54242
|
+
"customElement": true,
|
|
54243
|
+
"attributes": [
|
|
54244
|
+
{
|
|
54245
|
+
"name": "render-collapsed-nodes",
|
|
54246
|
+
"type": {
|
|
54247
|
+
"text": "boolean"
|
|
54248
|
+
},
|
|
54249
|
+
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
54250
|
+
"fieldName": "renderCollapsedNodes",
|
|
54251
|
+
"inheritedFrom": {
|
|
54252
|
+
"name": "TreeView",
|
|
54253
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54254
|
+
}
|
|
54255
|
+
}
|
|
54256
|
+
],
|
|
54257
|
+
"members": [
|
|
54258
|
+
{
|
|
54259
|
+
"kind": "field",
|
|
54260
|
+
"name": "renderCollapsedNodes",
|
|
54261
|
+
"type": {
|
|
54262
|
+
"text": "boolean"
|
|
54263
|
+
},
|
|
54264
|
+
"privacy": "public",
|
|
54265
|
+
"description": "/**\n When true, the control will be appear expanded by user interaction.",
|
|
54266
|
+
"inheritedFrom": {
|
|
54267
|
+
"name": "TreeView",
|
|
54268
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54269
|
+
}
|
|
54270
|
+
},
|
|
54271
|
+
{
|
|
54272
|
+
"kind": "field",
|
|
54273
|
+
"name": "currentSelected",
|
|
54274
|
+
"type": {
|
|
54275
|
+
"text": "HTMLElement | TreeItem | null"
|
|
54276
|
+
},
|
|
54277
|
+
"privacy": "public",
|
|
54278
|
+
"description": "The currently selected tree item",
|
|
54279
|
+
"inheritedFrom": {
|
|
54280
|
+
"name": "TreeView",
|
|
54281
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54282
|
+
}
|
|
54283
|
+
},
|
|
54284
|
+
{
|
|
54285
|
+
"kind": "method",
|
|
54286
|
+
"name": "slottedTreeItemsChanged",
|
|
54287
|
+
"privacy": "private",
|
|
54288
|
+
"return": {
|
|
54289
|
+
"type": {
|
|
54290
|
+
"text": "void"
|
|
54291
|
+
}
|
|
54292
|
+
},
|
|
54293
|
+
"inheritedFrom": {
|
|
54294
|
+
"name": "TreeView",
|
|
54295
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54296
|
+
}
|
|
54297
|
+
},
|
|
54298
|
+
{
|
|
54299
|
+
"kind": "field",
|
|
54300
|
+
"name": "nested",
|
|
54301
|
+
"type": {
|
|
54302
|
+
"text": "boolean"
|
|
54303
|
+
},
|
|
54304
|
+
"privacy": "private",
|
|
54305
|
+
"inheritedFrom": {
|
|
54306
|
+
"name": "TreeView",
|
|
54307
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54308
|
+
}
|
|
54309
|
+
},
|
|
54310
|
+
{
|
|
54311
|
+
"kind": "method",
|
|
54312
|
+
"name": "focusNextNode",
|
|
54313
|
+
"privacy": "private",
|
|
54314
|
+
"return": {
|
|
54315
|
+
"type": {
|
|
54316
|
+
"text": "void"
|
|
54317
|
+
}
|
|
54318
|
+
},
|
|
54319
|
+
"parameters": [
|
|
54320
|
+
{
|
|
54321
|
+
"name": "delta",
|
|
54322
|
+
"type": {
|
|
54323
|
+
"text": "number"
|
|
54324
|
+
}
|
|
54325
|
+
},
|
|
54326
|
+
{
|
|
54327
|
+
"name": "item",
|
|
54328
|
+
"type": {
|
|
54329
|
+
"text": "TreeItem"
|
|
54330
|
+
}
|
|
54331
|
+
}
|
|
54332
|
+
],
|
|
54333
|
+
"description": "Move focus to a tree item based on its offset from the provided item",
|
|
54334
|
+
"inheritedFrom": {
|
|
54335
|
+
"name": "TreeView",
|
|
54336
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54337
|
+
}
|
|
54338
|
+
},
|
|
54339
|
+
{
|
|
54340
|
+
"kind": "field",
|
|
54341
|
+
"name": "setItems",
|
|
54342
|
+
"privacy": "private",
|
|
54343
|
+
"description": "Updates the tree view when slottedTreeItems changes",
|
|
54344
|
+
"inheritedFrom": {
|
|
54345
|
+
"name": "TreeView",
|
|
54346
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54347
|
+
}
|
|
54348
|
+
},
|
|
54349
|
+
{
|
|
54350
|
+
"kind": "method",
|
|
54351
|
+
"name": "getValidFocusableItem",
|
|
54352
|
+
"privacy": "private",
|
|
54353
|
+
"return": {
|
|
54354
|
+
"type": {
|
|
54355
|
+
"text": "null | HTMLElement | TreeItem"
|
|
54356
|
+
}
|
|
54357
|
+
},
|
|
54358
|
+
"description": "checks if there are any nested tree items",
|
|
54359
|
+
"inheritedFrom": {
|
|
54360
|
+
"name": "TreeView",
|
|
54361
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54362
|
+
}
|
|
54363
|
+
},
|
|
54364
|
+
{
|
|
54365
|
+
"kind": "method",
|
|
54366
|
+
"name": "checkForNestedItems",
|
|
54367
|
+
"privacy": "private",
|
|
54368
|
+
"return": {
|
|
54369
|
+
"type": {
|
|
54370
|
+
"text": "boolean"
|
|
54371
|
+
}
|
|
54372
|
+
},
|
|
54373
|
+
"description": "checks if there are any nested tree items",
|
|
54374
|
+
"inheritedFrom": {
|
|
54375
|
+
"name": "TreeView",
|
|
54376
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54377
|
+
}
|
|
54378
|
+
},
|
|
54379
|
+
{
|
|
54380
|
+
"kind": "field",
|
|
54381
|
+
"name": "isFocusableElement",
|
|
54382
|
+
"privacy": "private",
|
|
54383
|
+
"description": "check if the item is focusable",
|
|
54384
|
+
"inheritedFrom": {
|
|
54385
|
+
"name": "TreeView",
|
|
54386
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54387
|
+
}
|
|
54388
|
+
},
|
|
54389
|
+
{
|
|
54390
|
+
"kind": "field",
|
|
54391
|
+
"name": "isSelectedElement",
|
|
54392
|
+
"privacy": "private",
|
|
54393
|
+
"inheritedFrom": {
|
|
54394
|
+
"name": "TreeView",
|
|
54395
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54396
|
+
}
|
|
54397
|
+
},
|
|
54398
|
+
{
|
|
54399
|
+
"kind": "method",
|
|
54400
|
+
"name": "getVisibleNodes",
|
|
54401
|
+
"privacy": "private",
|
|
54402
|
+
"return": {
|
|
54403
|
+
"type": {
|
|
54404
|
+
"text": "HTMLElement[]"
|
|
54405
|
+
}
|
|
54406
|
+
},
|
|
54407
|
+
"inheritedFrom": {
|
|
54408
|
+
"name": "TreeView",
|
|
54409
|
+
"module": "src/tree-view/tree-view.ts"
|
|
54410
|
+
}
|
|
54411
|
+
},
|
|
54412
|
+
{
|
|
54413
|
+
"kind": "field",
|
|
54414
|
+
"name": "_presentation",
|
|
54415
|
+
"type": {
|
|
54416
|
+
"text": "ComponentPresentation | null | undefined"
|
|
54417
|
+
},
|
|
54418
|
+
"privacy": "private",
|
|
54419
|
+
"default": "void 0",
|
|
54420
|
+
"inheritedFrom": {
|
|
54421
|
+
"name": "FoundationElement",
|
|
54422
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54423
|
+
}
|
|
54424
|
+
},
|
|
54425
|
+
{
|
|
54426
|
+
"kind": "field",
|
|
54427
|
+
"name": "$presentation",
|
|
54428
|
+
"type": {
|
|
54429
|
+
"text": "ComponentPresentation | null"
|
|
54430
|
+
},
|
|
54431
|
+
"privacy": "public",
|
|
54432
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
54433
|
+
"inheritedFrom": {
|
|
54434
|
+
"name": "FoundationElement",
|
|
54435
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54436
|
+
}
|
|
54437
|
+
},
|
|
54438
|
+
{
|
|
54439
|
+
"kind": "field",
|
|
54440
|
+
"name": "template",
|
|
54441
|
+
"type": {
|
|
54442
|
+
"text": "ElementViewTemplate | void | null"
|
|
54443
|
+
},
|
|
54444
|
+
"privacy": "public",
|
|
54445
|
+
"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.",
|
|
54446
|
+
"inheritedFrom": {
|
|
54447
|
+
"name": "FoundationElement",
|
|
54448
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54449
|
+
}
|
|
54450
|
+
},
|
|
54451
|
+
{
|
|
54452
|
+
"kind": "method",
|
|
54453
|
+
"name": "templateChanged",
|
|
54454
|
+
"privacy": "protected",
|
|
54455
|
+
"return": {
|
|
54456
|
+
"type": {
|
|
54457
|
+
"text": "void"
|
|
54458
|
+
}
|
|
54459
|
+
},
|
|
54460
|
+
"inheritedFrom": {
|
|
54461
|
+
"name": "FoundationElement",
|
|
54462
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54463
|
+
}
|
|
54464
|
+
},
|
|
54465
|
+
{
|
|
54466
|
+
"kind": "field",
|
|
54467
|
+
"name": "styles",
|
|
54468
|
+
"type": {
|
|
54469
|
+
"text": "ElementStyles | void | null"
|
|
54470
|
+
},
|
|
54471
|
+
"privacy": "public",
|
|
54472
|
+
"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.",
|
|
54473
|
+
"inheritedFrom": {
|
|
54474
|
+
"name": "FoundationElement",
|
|
54475
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54476
|
+
}
|
|
54477
|
+
},
|
|
54478
|
+
{
|
|
54479
|
+
"kind": "method",
|
|
54480
|
+
"name": "stylesChanged",
|
|
54481
|
+
"privacy": "protected",
|
|
54482
|
+
"return": {
|
|
54483
|
+
"type": {
|
|
54484
|
+
"text": "void"
|
|
54485
|
+
}
|
|
54486
|
+
},
|
|
54487
|
+
"inheritedFrom": {
|
|
54488
|
+
"name": "FoundationElement",
|
|
54489
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54490
|
+
}
|
|
54491
|
+
},
|
|
54492
|
+
{
|
|
54493
|
+
"kind": "method",
|
|
54494
|
+
"name": "compose",
|
|
54495
|
+
"privacy": "public",
|
|
54496
|
+
"static": true,
|
|
54497
|
+
"return": {
|
|
54498
|
+
"type": {
|
|
54499
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
54500
|
+
}
|
|
54501
|
+
},
|
|
54502
|
+
"parameters": [
|
|
54503
|
+
{
|
|
54504
|
+
"name": "this",
|
|
54505
|
+
"type": {
|
|
54506
|
+
"text": "K"
|
|
54507
|
+
}
|
|
54508
|
+
},
|
|
54509
|
+
{
|
|
54510
|
+
"name": "elementDefinition",
|
|
54511
|
+
"type": {
|
|
54512
|
+
"text": "T"
|
|
54513
|
+
},
|
|
54514
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
54515
|
+
}
|
|
54516
|
+
],
|
|
54517
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
54518
|
+
"inheritedFrom": {
|
|
54519
|
+
"name": "FoundationElement",
|
|
54520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54521
|
+
}
|
|
54522
|
+
}
|
|
54523
|
+
]
|
|
52645
54524
|
},
|
|
52646
54525
|
{
|
|
52647
54526
|
"kind": "variable",
|
|
@@ -54503,181 +56382,6 @@
|
|
|
54503
56382
|
}
|
|
54504
56383
|
]
|
|
54505
56384
|
},
|
|
54506
|
-
{
|
|
54507
|
-
"kind": "javascript-module",
|
|
54508
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
54509
|
-
"declarations": [],
|
|
54510
|
-
"exports": []
|
|
54511
|
-
},
|
|
54512
|
-
{
|
|
54513
|
-
"kind": "javascript-module",
|
|
54514
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
54515
|
-
"declarations": [
|
|
54516
|
-
{
|
|
54517
|
-
"kind": "function",
|
|
54518
|
-
"name": "groupsToCriteria",
|
|
54519
|
-
"return": {
|
|
54520
|
-
"type": {
|
|
54521
|
-
"text": "string"
|
|
54522
|
-
}
|
|
54523
|
-
},
|
|
54524
|
-
"parameters": [
|
|
54525
|
-
{
|
|
54526
|
-
"name": "groups",
|
|
54527
|
-
"type": {
|
|
54528
|
-
"text": "CriteriaGroup[]"
|
|
54529
|
-
}
|
|
54530
|
-
}
|
|
54531
|
-
],
|
|
54532
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
54533
|
-
},
|
|
54534
|
-
{
|
|
54535
|
-
"kind": "variable",
|
|
54536
|
-
"name": "STRING_OPERATORS",
|
|
54537
|
-
"type": {
|
|
54538
|
-
"text": "CriteriaOperator[]"
|
|
54539
|
-
},
|
|
54540
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
54541
|
-
},
|
|
54542
|
-
{
|
|
54543
|
-
"kind": "variable",
|
|
54544
|
-
"name": "NUMERIC_OPERATORS",
|
|
54545
|
-
"type": {
|
|
54546
|
-
"text": "CriteriaOperator[]"
|
|
54547
|
-
},
|
|
54548
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
54549
|
-
},
|
|
54550
|
-
{
|
|
54551
|
-
"kind": "variable",
|
|
54552
|
-
"name": "DATE_OPERATORS",
|
|
54553
|
-
"type": {
|
|
54554
|
-
"text": "CriteriaOperator[]"
|
|
54555
|
-
},
|
|
54556
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
54557
|
-
},
|
|
54558
|
-
{
|
|
54559
|
-
"kind": "variable",
|
|
54560
|
-
"name": "DATETIME_OPERATORS",
|
|
54561
|
-
"type": {
|
|
54562
|
-
"text": "CriteriaOperator[]"
|
|
54563
|
-
},
|
|
54564
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
54565
|
-
}
|
|
54566
|
-
],
|
|
54567
|
-
"exports": [
|
|
54568
|
-
{
|
|
54569
|
-
"kind": "js",
|
|
54570
|
-
"name": "groupsToCriteria",
|
|
54571
|
-
"declaration": {
|
|
54572
|
-
"name": "groupsToCriteria",
|
|
54573
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54574
|
-
}
|
|
54575
|
-
},
|
|
54576
|
-
{
|
|
54577
|
-
"kind": "js",
|
|
54578
|
-
"name": "STRING_OPERATORS",
|
|
54579
|
-
"declaration": {
|
|
54580
|
-
"name": "STRING_OPERATORS",
|
|
54581
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54582
|
-
}
|
|
54583
|
-
},
|
|
54584
|
-
{
|
|
54585
|
-
"kind": "js",
|
|
54586
|
-
"name": "NUMERIC_OPERATORS",
|
|
54587
|
-
"declaration": {
|
|
54588
|
-
"name": "NUMERIC_OPERATORS",
|
|
54589
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54590
|
-
}
|
|
54591
|
-
},
|
|
54592
|
-
{
|
|
54593
|
-
"kind": "js",
|
|
54594
|
-
"name": "DATE_OPERATORS",
|
|
54595
|
-
"declaration": {
|
|
54596
|
-
"name": "DATE_OPERATORS",
|
|
54597
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54598
|
-
}
|
|
54599
|
-
},
|
|
54600
|
-
{
|
|
54601
|
-
"kind": "js",
|
|
54602
|
-
"name": "DATETIME_OPERATORS",
|
|
54603
|
-
"declaration": {
|
|
54604
|
-
"name": "DATETIME_OPERATORS",
|
|
54605
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54606
|
-
}
|
|
54607
|
-
}
|
|
54608
|
-
]
|
|
54609
|
-
},
|
|
54610
|
-
{
|
|
54611
|
-
"kind": "javascript-module",
|
|
54612
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
54613
|
-
"declarations": [
|
|
54614
|
-
{
|
|
54615
|
-
"kind": "function",
|
|
54616
|
-
"name": "validateClauses",
|
|
54617
|
-
"return": {
|
|
54618
|
-
"type": {
|
|
54619
|
-
"text": "ValidationResult"
|
|
54620
|
-
}
|
|
54621
|
-
},
|
|
54622
|
-
"parameters": [
|
|
54623
|
-
{
|
|
54624
|
-
"name": "clauses",
|
|
54625
|
-
"type": {
|
|
54626
|
-
"text": "CriteriaClause[]"
|
|
54627
|
-
}
|
|
54628
|
-
},
|
|
54629
|
-
{
|
|
54630
|
-
"name": "fieldMetadata",
|
|
54631
|
-
"type": {
|
|
54632
|
-
"text": "MetadataDetail[] | string[]"
|
|
54633
|
-
}
|
|
54634
|
-
}
|
|
54635
|
-
]
|
|
54636
|
-
},
|
|
54637
|
-
{
|
|
54638
|
-
"kind": "function",
|
|
54639
|
-
"name": "validateGroups",
|
|
54640
|
-
"return": {
|
|
54641
|
-
"type": {
|
|
54642
|
-
"text": "GroupsValidationResult"
|
|
54643
|
-
}
|
|
54644
|
-
},
|
|
54645
|
-
"parameters": [
|
|
54646
|
-
{
|
|
54647
|
-
"name": "groups",
|
|
54648
|
-
"type": {
|
|
54649
|
-
"text": "CriteriaGroup[]"
|
|
54650
|
-
}
|
|
54651
|
-
},
|
|
54652
|
-
{
|
|
54653
|
-
"name": "fieldMetadata",
|
|
54654
|
-
"type": {
|
|
54655
|
-
"text": "MetadataDetail[] | string[]"
|
|
54656
|
-
}
|
|
54657
|
-
}
|
|
54658
|
-
],
|
|
54659
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
54660
|
-
}
|
|
54661
|
-
],
|
|
54662
|
-
"exports": [
|
|
54663
|
-
{
|
|
54664
|
-
"kind": "js",
|
|
54665
|
-
"name": "validateClauses",
|
|
54666
|
-
"declaration": {
|
|
54667
|
-
"name": "validateClauses",
|
|
54668
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
54669
|
-
}
|
|
54670
|
-
},
|
|
54671
|
-
{
|
|
54672
|
-
"kind": "js",
|
|
54673
|
-
"name": "validateGroups",
|
|
54674
|
-
"declaration": {
|
|
54675
|
-
"name": "validateGroups",
|
|
54676
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
54677
|
-
}
|
|
54678
|
-
}
|
|
54679
|
-
]
|
|
54680
|
-
},
|
|
54681
56385
|
{
|
|
54682
56386
|
"kind": "javascript-module",
|
|
54683
56387
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -56050,6 +57754,181 @@
|
|
|
56050
57754
|
"declarations": [],
|
|
56051
57755
|
"exports": []
|
|
56052
57756
|
},
|
|
57757
|
+
{
|
|
57758
|
+
"kind": "javascript-module",
|
|
57759
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57760
|
+
"declarations": [],
|
|
57761
|
+
"exports": []
|
|
57762
|
+
},
|
|
57763
|
+
{
|
|
57764
|
+
"kind": "javascript-module",
|
|
57765
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57766
|
+
"declarations": [
|
|
57767
|
+
{
|
|
57768
|
+
"kind": "function",
|
|
57769
|
+
"name": "groupsToCriteria",
|
|
57770
|
+
"return": {
|
|
57771
|
+
"type": {
|
|
57772
|
+
"text": "string"
|
|
57773
|
+
}
|
|
57774
|
+
},
|
|
57775
|
+
"parameters": [
|
|
57776
|
+
{
|
|
57777
|
+
"name": "groups",
|
|
57778
|
+
"type": {
|
|
57779
|
+
"text": "CriteriaGroup[]"
|
|
57780
|
+
}
|
|
57781
|
+
}
|
|
57782
|
+
],
|
|
57783
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
57784
|
+
},
|
|
57785
|
+
{
|
|
57786
|
+
"kind": "variable",
|
|
57787
|
+
"name": "STRING_OPERATORS",
|
|
57788
|
+
"type": {
|
|
57789
|
+
"text": "CriteriaOperator[]"
|
|
57790
|
+
},
|
|
57791
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57792
|
+
},
|
|
57793
|
+
{
|
|
57794
|
+
"kind": "variable",
|
|
57795
|
+
"name": "NUMERIC_OPERATORS",
|
|
57796
|
+
"type": {
|
|
57797
|
+
"text": "CriteriaOperator[]"
|
|
57798
|
+
},
|
|
57799
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57800
|
+
},
|
|
57801
|
+
{
|
|
57802
|
+
"kind": "variable",
|
|
57803
|
+
"name": "DATE_OPERATORS",
|
|
57804
|
+
"type": {
|
|
57805
|
+
"text": "CriteriaOperator[]"
|
|
57806
|
+
},
|
|
57807
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57808
|
+
},
|
|
57809
|
+
{
|
|
57810
|
+
"kind": "variable",
|
|
57811
|
+
"name": "DATETIME_OPERATORS",
|
|
57812
|
+
"type": {
|
|
57813
|
+
"text": "CriteriaOperator[]"
|
|
57814
|
+
},
|
|
57815
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57816
|
+
}
|
|
57817
|
+
],
|
|
57818
|
+
"exports": [
|
|
57819
|
+
{
|
|
57820
|
+
"kind": "js",
|
|
57821
|
+
"name": "groupsToCriteria",
|
|
57822
|
+
"declaration": {
|
|
57823
|
+
"name": "groupsToCriteria",
|
|
57824
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57825
|
+
}
|
|
57826
|
+
},
|
|
57827
|
+
{
|
|
57828
|
+
"kind": "js",
|
|
57829
|
+
"name": "STRING_OPERATORS",
|
|
57830
|
+
"declaration": {
|
|
57831
|
+
"name": "STRING_OPERATORS",
|
|
57832
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57833
|
+
}
|
|
57834
|
+
},
|
|
57835
|
+
{
|
|
57836
|
+
"kind": "js",
|
|
57837
|
+
"name": "NUMERIC_OPERATORS",
|
|
57838
|
+
"declaration": {
|
|
57839
|
+
"name": "NUMERIC_OPERATORS",
|
|
57840
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57841
|
+
}
|
|
57842
|
+
},
|
|
57843
|
+
{
|
|
57844
|
+
"kind": "js",
|
|
57845
|
+
"name": "DATE_OPERATORS",
|
|
57846
|
+
"declaration": {
|
|
57847
|
+
"name": "DATE_OPERATORS",
|
|
57848
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57849
|
+
}
|
|
57850
|
+
},
|
|
57851
|
+
{
|
|
57852
|
+
"kind": "js",
|
|
57853
|
+
"name": "DATETIME_OPERATORS",
|
|
57854
|
+
"declaration": {
|
|
57855
|
+
"name": "DATETIME_OPERATORS",
|
|
57856
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57857
|
+
}
|
|
57858
|
+
}
|
|
57859
|
+
]
|
|
57860
|
+
},
|
|
57861
|
+
{
|
|
57862
|
+
"kind": "javascript-module",
|
|
57863
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57864
|
+
"declarations": [
|
|
57865
|
+
{
|
|
57866
|
+
"kind": "function",
|
|
57867
|
+
"name": "validateClauses",
|
|
57868
|
+
"return": {
|
|
57869
|
+
"type": {
|
|
57870
|
+
"text": "ValidationResult"
|
|
57871
|
+
}
|
|
57872
|
+
},
|
|
57873
|
+
"parameters": [
|
|
57874
|
+
{
|
|
57875
|
+
"name": "clauses",
|
|
57876
|
+
"type": {
|
|
57877
|
+
"text": "CriteriaClause[]"
|
|
57878
|
+
}
|
|
57879
|
+
},
|
|
57880
|
+
{
|
|
57881
|
+
"name": "fieldMetadata",
|
|
57882
|
+
"type": {
|
|
57883
|
+
"text": "MetadataDetail[] | string[]"
|
|
57884
|
+
}
|
|
57885
|
+
}
|
|
57886
|
+
]
|
|
57887
|
+
},
|
|
57888
|
+
{
|
|
57889
|
+
"kind": "function",
|
|
57890
|
+
"name": "validateGroups",
|
|
57891
|
+
"return": {
|
|
57892
|
+
"type": {
|
|
57893
|
+
"text": "GroupsValidationResult"
|
|
57894
|
+
}
|
|
57895
|
+
},
|
|
57896
|
+
"parameters": [
|
|
57897
|
+
{
|
|
57898
|
+
"name": "groups",
|
|
57899
|
+
"type": {
|
|
57900
|
+
"text": "CriteriaGroup[]"
|
|
57901
|
+
}
|
|
57902
|
+
},
|
|
57903
|
+
{
|
|
57904
|
+
"name": "fieldMetadata",
|
|
57905
|
+
"type": {
|
|
57906
|
+
"text": "MetadataDetail[] | string[]"
|
|
57907
|
+
}
|
|
57908
|
+
}
|
|
57909
|
+
],
|
|
57910
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57911
|
+
}
|
|
57912
|
+
],
|
|
57913
|
+
"exports": [
|
|
57914
|
+
{
|
|
57915
|
+
"kind": "js",
|
|
57916
|
+
"name": "validateClauses",
|
|
57917
|
+
"declaration": {
|
|
57918
|
+
"name": "validateClauses",
|
|
57919
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57920
|
+
}
|
|
57921
|
+
},
|
|
57922
|
+
{
|
|
57923
|
+
"kind": "js",
|
|
57924
|
+
"name": "validateGroups",
|
|
57925
|
+
"declaration": {
|
|
57926
|
+
"name": "validateGroups",
|
|
57927
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57928
|
+
}
|
|
57929
|
+
}
|
|
57930
|
+
]
|
|
57931
|
+
},
|
|
56053
57932
|
{
|
|
56054
57933
|
"kind": "javascript-module",
|
|
56055
57934
|
"path": "src/environment-indicator/utils/configure.ts",
|
|
@@ -57035,6 +58914,12 @@
|
|
|
57035
58914
|
}
|
|
57036
58915
|
}
|
|
57037
58916
|
],
|
|
58917
|
+
"events": [
|
|
58918
|
+
{
|
|
58919
|
+
"description": "Fired when work week vs full week selection updates the cron config",
|
|
58920
|
+
"name": "update-cron-config"
|
|
58921
|
+
}
|
|
58922
|
+
],
|
|
57038
58923
|
"attributes": [
|
|
57039
58924
|
{
|
|
57040
58925
|
"name": "disable-tooltips",
|
|
@@ -57266,6 +59151,12 @@
|
|
|
57266
59151
|
}
|
|
57267
59152
|
}
|
|
57268
59153
|
],
|
|
59154
|
+
"events": [
|
|
59155
|
+
{
|
|
59156
|
+
"description": "Fired when monthly or yearly recurrence fields update the cron config",
|
|
59157
|
+
"name": "update-cron-config"
|
|
59158
|
+
}
|
|
59159
|
+
],
|
|
57269
59160
|
"mixins": [
|
|
57270
59161
|
{
|
|
57271
59162
|
"name": "EventEmitter",
|
|
@@ -57516,6 +59407,12 @@
|
|
|
57516
59407
|
}
|
|
57517
59408
|
}
|
|
57518
59409
|
],
|
|
59410
|
+
"events": [
|
|
59411
|
+
{
|
|
59412
|
+
"description": "Fired when weekly day selection updates the cron config",
|
|
59413
|
+
"name": "update-cron-config"
|
|
59414
|
+
}
|
|
59415
|
+
],
|
|
57519
59416
|
"attributes": [
|
|
57520
59417
|
{
|
|
57521
59418
|
"name": "disable-tooltips",
|