@genesislcap/foundation-ui 14.401.2 → 14.401.3-hide-status-pill.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1073 -1005
- package/dist/dts/status-pill/status-pill.d.ts +33 -0
- package/dist/dts/status-pill/status-pill.d.ts.map +1 -1
- package/dist/dts/status-pill/status-pill.template.d.ts.map +1 -1
- package/dist/esm/status-pill/status-pill.js +70 -3
- package/dist/esm/status-pill/status-pill.template.js +28 -26
- package/package.json +19 -19
|
@@ -1289,11 +1289,65 @@
|
|
|
1289
1289
|
},
|
|
1290
1290
|
{
|
|
1291
1291
|
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/
|
|
1292
|
+
"path": "src/_config/index.ts",
|
|
1293
|
+
"declarations": [],
|
|
1294
|
+
"exports": [
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "*",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "*",
|
|
1300
|
+
"package": "./styles"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"kind": "js",
|
|
1305
|
+
"name": "*",
|
|
1306
|
+
"declaration": {
|
|
1307
|
+
"name": "*",
|
|
1308
|
+
"package": "./tokens"
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"kind": "js",
|
|
1313
|
+
"name": "*",
|
|
1314
|
+
"declaration": {
|
|
1315
|
+
"name": "*",
|
|
1316
|
+
"package": "./values"
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
]
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"kind": "javascript-module",
|
|
1323
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1293
1324
|
"declarations": [
|
|
1294
1325
|
{
|
|
1295
1326
|
"kind": "function",
|
|
1296
|
-
"name": "
|
|
1327
|
+
"name": "actionsMenuBaseStyles",
|
|
1328
|
+
"return": {
|
|
1329
|
+
"type": {
|
|
1330
|
+
"text": "ElementStyles"
|
|
1331
|
+
}
|
|
1332
|
+
},
|
|
1333
|
+
"parameters": [
|
|
1334
|
+
{
|
|
1335
|
+
"name": "context",
|
|
1336
|
+
"type": {
|
|
1337
|
+
"text": "ElementDefinitionContext"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"name": "definition",
|
|
1342
|
+
"type": {
|
|
1343
|
+
"text": "FoundationElementDefinition"
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
]
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "function",
|
|
1350
|
+
"name": "foundationActionsMenuStyles",
|
|
1297
1351
|
"return": {
|
|
1298
1352
|
"type": {
|
|
1299
1353
|
"text": "ElementStyles"
|
|
@@ -1318,157 +1372,270 @@
|
|
|
1318
1372
|
"exports": [
|
|
1319
1373
|
{
|
|
1320
1374
|
"kind": "js",
|
|
1321
|
-
"name": "
|
|
1375
|
+
"name": "actionsMenuBaseStyles",
|
|
1322
1376
|
"declaration": {
|
|
1323
|
-
"name": "
|
|
1324
|
-
"module": "src/
|
|
1377
|
+
"name": "actionsMenuBaseStyles",
|
|
1378
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "js",
|
|
1383
|
+
"name": "foundationActionsMenuStyles",
|
|
1384
|
+
"declaration": {
|
|
1385
|
+
"name": "foundationActionsMenuStyles",
|
|
1386
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1325
1387
|
}
|
|
1326
1388
|
}
|
|
1327
1389
|
]
|
|
1328
1390
|
},
|
|
1329
1391
|
{
|
|
1330
1392
|
"kind": "javascript-module",
|
|
1331
|
-
"path": "src/
|
|
1393
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1332
1394
|
"declarations": [
|
|
1333
1395
|
{
|
|
1334
1396
|
"kind": "function",
|
|
1335
|
-
"name": "
|
|
1336
|
-
"return": {
|
|
1337
|
-
"type": {
|
|
1338
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1397
|
+
"name": "menuTemplate",
|
|
1341
1398
|
"parameters": [
|
|
1342
1399
|
{
|
|
1343
|
-
"name": "
|
|
1400
|
+
"name": "prefix",
|
|
1344
1401
|
"type": {
|
|
1345
|
-
"text": "
|
|
1402
|
+
"text": "string"
|
|
1346
1403
|
}
|
|
1347
|
-
}
|
|
1404
|
+
}
|
|
1405
|
+
]
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "function",
|
|
1409
|
+
"name": "singleOptionTemplate",
|
|
1410
|
+
"parameters": [
|
|
1348
1411
|
{
|
|
1349
|
-
"name": "
|
|
1412
|
+
"name": "prefix",
|
|
1350
1413
|
"type": {
|
|
1351
|
-
"text": "
|
|
1414
|
+
"text": "string"
|
|
1352
1415
|
}
|
|
1353
1416
|
}
|
|
1354
1417
|
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "variable",
|
|
1421
|
+
"name": "foundationActionsMenuTemplate",
|
|
1422
|
+
"type": {
|
|
1423
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1424
|
+
},
|
|
1425
|
+
"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`"
|
|
1355
1426
|
}
|
|
1356
1427
|
],
|
|
1357
1428
|
"exports": [
|
|
1358
1429
|
{
|
|
1359
1430
|
"kind": "js",
|
|
1360
|
-
"name": "
|
|
1431
|
+
"name": "menuTemplate",
|
|
1361
1432
|
"declaration": {
|
|
1362
|
-
"name": "
|
|
1363
|
-
"module": "src/
|
|
1433
|
+
"name": "menuTemplate",
|
|
1434
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1435
|
+
}
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "js",
|
|
1439
|
+
"name": "singleOptionTemplate",
|
|
1440
|
+
"declaration": {
|
|
1441
|
+
"name": "singleOptionTemplate",
|
|
1442
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"kind": "js",
|
|
1447
|
+
"name": "foundationActionsMenuTemplate",
|
|
1448
|
+
"declaration": {
|
|
1449
|
+
"name": "foundationActionsMenuTemplate",
|
|
1450
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1364
1451
|
}
|
|
1365
1452
|
}
|
|
1366
1453
|
]
|
|
1367
1454
|
},
|
|
1368
1455
|
{
|
|
1369
1456
|
"kind": "javascript-module",
|
|
1370
|
-
"path": "src/
|
|
1457
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1371
1458
|
"declarations": [
|
|
1372
1459
|
{
|
|
1373
1460
|
"kind": "class",
|
|
1374
1461
|
"description": "",
|
|
1375
|
-
"name": "
|
|
1376
|
-
"
|
|
1377
|
-
"name": "FASTAccordionItem",
|
|
1378
|
-
"package": "@microsoft/fast-components"
|
|
1379
|
-
},
|
|
1380
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1381
|
-
"customElement": true,
|
|
1382
|
-
"attributes": [
|
|
1462
|
+
"name": "ActionsMenu",
|
|
1463
|
+
"members": [
|
|
1383
1464
|
{
|
|
1384
|
-
"
|
|
1465
|
+
"kind": "field",
|
|
1466
|
+
"name": "actions",
|
|
1385
1467
|
"type": {
|
|
1386
|
-
"text": "
|
|
1387
|
-
},
|
|
1388
|
-
"default": "2",
|
|
1389
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1390
|
-
"fieldName": "headinglevel",
|
|
1391
|
-
"inheritedFrom": {
|
|
1392
|
-
"name": "AccordionItem",
|
|
1393
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1468
|
+
"text": "ActionMenuItem[]"
|
|
1394
1469
|
}
|
|
1395
1470
|
},
|
|
1396
1471
|
{
|
|
1472
|
+
"kind": "field",
|
|
1473
|
+
"name": "isVertical",
|
|
1397
1474
|
"type": {
|
|
1398
1475
|
"text": "boolean"
|
|
1399
1476
|
},
|
|
1400
|
-
"default": "false"
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
"
|
|
1404
|
-
|
|
1405
|
-
|
|
1477
|
+
"default": "false"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "field",
|
|
1481
|
+
"name": "addDefaultActions",
|
|
1482
|
+
"type": {
|
|
1483
|
+
"text": "boolean"
|
|
1484
|
+
},
|
|
1485
|
+
"default": "true"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "field",
|
|
1489
|
+
"name": "autoCloseOnAction",
|
|
1490
|
+
"type": {
|
|
1491
|
+
"text": "boolean"
|
|
1492
|
+
},
|
|
1493
|
+
"default": "true"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"kind": "field",
|
|
1497
|
+
"name": "classNames",
|
|
1498
|
+
"type": {
|
|
1499
|
+
"text": "string"
|
|
1406
1500
|
}
|
|
1407
1501
|
},
|
|
1408
1502
|
{
|
|
1409
|
-
"
|
|
1503
|
+
"kind": "field",
|
|
1504
|
+
"name": "definition",
|
|
1505
|
+
"type": {
|
|
1506
|
+
"text": "any"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"kind": "field",
|
|
1511
|
+
"name": "name",
|
|
1410
1512
|
"type": {
|
|
1411
1513
|
"text": "string"
|
|
1412
1514
|
},
|
|
1413
|
-
"
|
|
1414
|
-
|
|
1415
|
-
"inheritedFrom": {
|
|
1416
|
-
"name": "AccordionItem",
|
|
1417
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
],
|
|
1421
|
-
"members": [
|
|
1515
|
+
"default": "'Actions'"
|
|
1516
|
+
},
|
|
1422
1517
|
{
|
|
1423
1518
|
"kind": "field",
|
|
1424
|
-
"name": "
|
|
1519
|
+
"name": "open",
|
|
1425
1520
|
"type": {
|
|
1426
|
-
"text": "
|
|
1521
|
+
"text": "boolean"
|
|
1427
1522
|
},
|
|
1428
|
-
"
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
"
|
|
1432
|
-
|
|
1433
|
-
|
|
1523
|
+
"default": "false"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"kind": "field",
|
|
1527
|
+
"name": "buttonAppearance",
|
|
1528
|
+
"type": {
|
|
1529
|
+
"text": "string"
|
|
1434
1530
|
}
|
|
1435
1531
|
},
|
|
1436
1532
|
{
|
|
1437
1533
|
"kind": "field",
|
|
1438
|
-
"name": "
|
|
1534
|
+
"name": "hideDisabled",
|
|
1439
1535
|
"type": {
|
|
1440
1536
|
"text": "boolean"
|
|
1441
1537
|
},
|
|
1442
|
-
"
|
|
1443
|
-
"default": "false",
|
|
1444
|
-
"description": "Expands or collapses the item.",
|
|
1445
|
-
"inheritedFrom": {
|
|
1446
|
-
"name": "AccordionItem",
|
|
1447
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1448
|
-
}
|
|
1538
|
+
"default": "false"
|
|
1449
1539
|
},
|
|
1450
1540
|
{
|
|
1451
1541
|
"kind": "field",
|
|
1452
|
-
"name": "
|
|
1542
|
+
"name": "hideMenuSingleOption",
|
|
1453
1543
|
"type": {
|
|
1454
|
-
"text": "
|
|
1544
|
+
"text": "boolean"
|
|
1455
1545
|
},
|
|
1456
|
-
"
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1546
|
+
"default": "false"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"kind": "field",
|
|
1550
|
+
"name": "singleOption",
|
|
1551
|
+
"type": {
|
|
1552
|
+
"text": "ActionMenuItem"
|
|
1461
1553
|
}
|
|
1462
1554
|
},
|
|
1463
1555
|
{
|
|
1464
1556
|
"kind": "field",
|
|
1465
|
-
"name": "
|
|
1466
|
-
"
|
|
1467
|
-
|
|
1468
|
-
"name": "AccordionItem",
|
|
1469
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1557
|
+
"name": "actionsMenu",
|
|
1558
|
+
"type": {
|
|
1559
|
+
"text": "HTMLElement"
|
|
1470
1560
|
}
|
|
1471
1561
|
},
|
|
1562
|
+
{
|
|
1563
|
+
"kind": "method",
|
|
1564
|
+
"name": "definitionChanged",
|
|
1565
|
+
"privacy": "protected",
|
|
1566
|
+
"parameters": [
|
|
1567
|
+
{
|
|
1568
|
+
"name": "oldValue",
|
|
1569
|
+
"type": {
|
|
1570
|
+
"text": "any"
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
"name": "newValue",
|
|
1575
|
+
"type": {
|
|
1576
|
+
"text": "any"
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
]
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"kind": "method",
|
|
1583
|
+
"name": "openChanged",
|
|
1584
|
+
"privacy": "protected"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"kind": "method",
|
|
1588
|
+
"name": "toggleActionsMenuVisibility"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"kind": "method",
|
|
1592
|
+
"name": "onActionMenuItemClick",
|
|
1593
|
+
"parameters": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "callback",
|
|
1596
|
+
"type": {
|
|
1597
|
+
"text": "(rowData) => void | any"
|
|
1598
|
+
}
|
|
1599
|
+
}
|
|
1600
|
+
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"kind": "field",
|
|
1604
|
+
"name": "allActions",
|
|
1605
|
+
"type": {
|
|
1606
|
+
"text": "ActionMenuItem[]"
|
|
1607
|
+
},
|
|
1608
|
+
"readonly": true
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "field",
|
|
1612
|
+
"name": "rowData",
|
|
1613
|
+
"readonly": true
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
"kind": "method",
|
|
1617
|
+
"name": "getLabel",
|
|
1618
|
+
"parameters": [
|
|
1619
|
+
{
|
|
1620
|
+
"name": "name",
|
|
1621
|
+
"type": {
|
|
1622
|
+
"text": "string | ((rowData: any) => string)"
|
|
1623
|
+
}
|
|
1624
|
+
}
|
|
1625
|
+
]
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"kind": "method",
|
|
1629
|
+
"name": "getTemplate",
|
|
1630
|
+
"parameters": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "prefix",
|
|
1633
|
+
"type": {
|
|
1634
|
+
"text": "string"
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1472
1639
|
{
|
|
1473
1640
|
"kind": "field",
|
|
1474
1641
|
"name": "_presentation",
|
|
@@ -1581,78 +1748,107 @@
|
|
|
1581
1748
|
}
|
|
1582
1749
|
}
|
|
1583
1750
|
],
|
|
1584
|
-
"
|
|
1751
|
+
"attributes": [
|
|
1585
1752
|
{
|
|
1586
|
-
"
|
|
1587
|
-
"
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1753
|
+
"name": "is-vertical",
|
|
1754
|
+
"type": {
|
|
1755
|
+
"text": "boolean"
|
|
1756
|
+
},
|
|
1757
|
+
"default": "false",
|
|
1758
|
+
"fieldName": "isVertical"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"name": "add-default-actions",
|
|
1762
|
+
"type": {
|
|
1763
|
+
"text": "boolean"
|
|
1764
|
+
},
|
|
1765
|
+
"default": "true",
|
|
1766
|
+
"fieldName": "addDefaultActions"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"name": "auto-close-on-action",
|
|
1770
|
+
"type": {
|
|
1771
|
+
"text": "boolean"
|
|
1772
|
+
},
|
|
1773
|
+
"default": "true",
|
|
1774
|
+
"fieldName": "autoCloseOnAction"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"name": "name",
|
|
1778
|
+
"type": {
|
|
1779
|
+
"text": "string"
|
|
1780
|
+
},
|
|
1781
|
+
"default": "'Actions'",
|
|
1782
|
+
"fieldName": "name"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"name": "open",
|
|
1786
|
+
"type": {
|
|
1787
|
+
"text": "boolean"
|
|
1788
|
+
},
|
|
1789
|
+
"default": "false",
|
|
1790
|
+
"fieldName": "open"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"name": "buttonAppearance",
|
|
1794
|
+
"type": {
|
|
1795
|
+
"text": "string"
|
|
1796
|
+
},
|
|
1797
|
+
"fieldName": "buttonAppearance"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"name": "hide-disabled",
|
|
1801
|
+
"type": {
|
|
1802
|
+
"text": "boolean"
|
|
1803
|
+
},
|
|
1804
|
+
"default": "false",
|
|
1805
|
+
"fieldName": "hideDisabled"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
"name": "hide-menu-single-option",
|
|
1809
|
+
"type": {
|
|
1810
|
+
"text": "boolean"
|
|
1811
|
+
},
|
|
1812
|
+
"default": "false",
|
|
1813
|
+
"fieldName": "hideMenuSingleOption"
|
|
1592
1814
|
}
|
|
1593
|
-
]
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1598
|
-
"type": {
|
|
1599
|
-
"text": "ShadowRootInit"
|
|
1600
|
-
},
|
|
1601
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"kind": "variable",
|
|
1605
|
-
"name": "defaultAccordionItemConfig",
|
|
1606
|
-
"type": {
|
|
1607
|
-
"text": "object"
|
|
1815
|
+
],
|
|
1816
|
+
"superclass": {
|
|
1817
|
+
"name": "FoundationElement",
|
|
1818
|
+
"package": "@microsoft/fast-foundation"
|
|
1608
1819
|
},
|
|
1609
|
-
"
|
|
1820
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1821
|
+
"customElement": true
|
|
1610
1822
|
},
|
|
1611
1823
|
{
|
|
1612
1824
|
"kind": "variable",
|
|
1613
|
-
"name": "
|
|
1614
|
-
"description": "The Foundation
|
|
1825
|
+
"name": "foundationActionsMenu",
|
|
1826
|
+
"description": "The Foundation Actions Menu",
|
|
1615
1827
|
"privacy": "public"
|
|
1616
1828
|
}
|
|
1617
1829
|
],
|
|
1618
1830
|
"exports": [
|
|
1619
1831
|
{
|
|
1620
1832
|
"kind": "js",
|
|
1621
|
-
"name": "
|
|
1622
|
-
"declaration": {
|
|
1623
|
-
"name": "AccordionItem",
|
|
1624
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1625
|
-
}
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "js",
|
|
1629
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1630
|
-
"declaration": {
|
|
1631
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1632
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"kind": "js",
|
|
1637
|
-
"name": "defaultAccordionItemConfig",
|
|
1833
|
+
"name": "ActionsMenu",
|
|
1638
1834
|
"declaration": {
|
|
1639
|
-
"name": "
|
|
1640
|
-
"module": "src/
|
|
1835
|
+
"name": "ActionsMenu",
|
|
1836
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1641
1837
|
}
|
|
1642
1838
|
},
|
|
1643
1839
|
{
|
|
1644
1840
|
"kind": "js",
|
|
1645
|
-
"name": "
|
|
1841
|
+
"name": "foundationActionsMenu",
|
|
1646
1842
|
"declaration": {
|
|
1647
|
-
"name": "
|
|
1648
|
-
"module": "src/
|
|
1843
|
+
"name": "foundationActionsMenu",
|
|
1844
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1649
1845
|
}
|
|
1650
1846
|
}
|
|
1651
1847
|
]
|
|
1652
1848
|
},
|
|
1653
1849
|
{
|
|
1654
1850
|
"kind": "javascript-module",
|
|
1655
|
-
"path": "src/
|
|
1851
|
+
"path": "src/actions-menu/index.ts",
|
|
1656
1852
|
"declarations": [],
|
|
1657
1853
|
"exports": [
|
|
1658
1854
|
{
|
|
@@ -1660,7 +1856,7 @@
|
|
|
1660
1856
|
"name": "*",
|
|
1661
1857
|
"declaration": {
|
|
1662
1858
|
"name": "*",
|
|
1663
|
-
"package": "./
|
|
1859
|
+
"package": "./actions-menu.styles"
|
|
1664
1860
|
}
|
|
1665
1861
|
},
|
|
1666
1862
|
{
|
|
@@ -1668,7 +1864,7 @@
|
|
|
1668
1864
|
"name": "*",
|
|
1669
1865
|
"declaration": {
|
|
1670
1866
|
"name": "*",
|
|
1671
|
-
"package": "./
|
|
1867
|
+
"package": "./actions-menu.template"
|
|
1672
1868
|
}
|
|
1673
1869
|
},
|
|
1674
1870
|
{
|
|
@@ -1676,18 +1872,18 @@
|
|
|
1676
1872
|
"name": "*",
|
|
1677
1873
|
"declaration": {
|
|
1678
1874
|
"name": "*",
|
|
1679
|
-
"package": "./
|
|
1875
|
+
"package": "./actions-menu"
|
|
1680
1876
|
}
|
|
1681
1877
|
}
|
|
1682
1878
|
]
|
|
1683
1879
|
},
|
|
1684
1880
|
{
|
|
1685
1881
|
"kind": "javascript-module",
|
|
1686
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1882
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1687
1883
|
"declarations": [
|
|
1688
1884
|
{
|
|
1689
1885
|
"kind": "function",
|
|
1690
|
-
"name": "
|
|
1886
|
+
"name": "foundationAccordionItemStyles",
|
|
1691
1887
|
"return": {
|
|
1692
1888
|
"type": {
|
|
1693
1889
|
"text": "ElementStyles"
|
|
@@ -1712,24 +1908,24 @@
|
|
|
1712
1908
|
"exports": [
|
|
1713
1909
|
{
|
|
1714
1910
|
"kind": "js",
|
|
1715
|
-
"name": "
|
|
1911
|
+
"name": "foundationAccordionItemStyles",
|
|
1716
1912
|
"declaration": {
|
|
1717
|
-
"name": "
|
|
1718
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1913
|
+
"name": "foundationAccordionItemStyles",
|
|
1914
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1719
1915
|
}
|
|
1720
1916
|
}
|
|
1721
1917
|
]
|
|
1722
1918
|
},
|
|
1723
1919
|
{
|
|
1724
1920
|
"kind": "javascript-module",
|
|
1725
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1921
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1726
1922
|
"declarations": [
|
|
1727
1923
|
{
|
|
1728
1924
|
"kind": "function",
|
|
1729
|
-
"name": "
|
|
1925
|
+
"name": "foundationAccordionItemTemplate",
|
|
1730
1926
|
"return": {
|
|
1731
1927
|
"type": {
|
|
1732
|
-
"text": "ViewTemplate<
|
|
1928
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1733
1929
|
}
|
|
1734
1930
|
},
|
|
1735
1931
|
"parameters": [
|
|
@@ -1751,467 +1947,118 @@
|
|
|
1751
1947
|
"exports": [
|
|
1752
1948
|
{
|
|
1753
1949
|
"kind": "js",
|
|
1754
|
-
"name": "
|
|
1950
|
+
"name": "foundationAccordionItemTemplate",
|
|
1755
1951
|
"declaration": {
|
|
1756
|
-
"name": "
|
|
1757
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1952
|
+
"name": "foundationAccordionItemTemplate",
|
|
1953
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1758
1954
|
}
|
|
1759
1955
|
}
|
|
1760
1956
|
]
|
|
1761
1957
|
},
|
|
1762
1958
|
{
|
|
1763
1959
|
"kind": "javascript-module",
|
|
1764
|
-
"path": "src/accordion/accordion.ts",
|
|
1960
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1765
1961
|
"declarations": [
|
|
1766
1962
|
{
|
|
1767
1963
|
"kind": "class",
|
|
1768
1964
|
"description": "",
|
|
1769
|
-
"name": "
|
|
1965
|
+
"name": "AccordionItem",
|
|
1770
1966
|
"superclass": {
|
|
1771
|
-
"name": "
|
|
1772
|
-
"package": "@microsoft/fast-
|
|
1773
|
-
},
|
|
1774
|
-
"tagName": "%%prefix%%-accordion",
|
|
1775
|
-
"customElement": true
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "variable",
|
|
1779
|
-
"name": "foundationAccordionShadowOptions",
|
|
1780
|
-
"type": {
|
|
1781
|
-
"text": "ShadowRootInit"
|
|
1782
|
-
},
|
|
1783
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"kind": "variable",
|
|
1787
|
-
"name": "defaultAccordionConfig",
|
|
1788
|
-
"type": {
|
|
1789
|
-
"text": "object"
|
|
1967
|
+
"name": "FASTAccordionItem",
|
|
1968
|
+
"package": "@microsoft/fast-components"
|
|
1790
1969
|
},
|
|
1791
|
-
"
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
"kind": "variable",
|
|
1795
|
-
"name": "foundationAccordion",
|
|
1796
|
-
"description": "The Foundation Accordion",
|
|
1797
|
-
"privacy": "public"
|
|
1798
|
-
}
|
|
1799
|
-
],
|
|
1800
|
-
"exports": [
|
|
1801
|
-
{
|
|
1802
|
-
"kind": "js",
|
|
1803
|
-
"name": "Accordion",
|
|
1804
|
-
"declaration": {
|
|
1805
|
-
"name": "Accordion",
|
|
1806
|
-
"module": "src/accordion/accordion.ts"
|
|
1807
|
-
}
|
|
1808
|
-
},
|
|
1809
|
-
{
|
|
1810
|
-
"kind": "js",
|
|
1811
|
-
"name": "foundationAccordionShadowOptions",
|
|
1812
|
-
"declaration": {
|
|
1813
|
-
"name": "foundationAccordionShadowOptions",
|
|
1814
|
-
"module": "src/accordion/accordion.ts"
|
|
1815
|
-
}
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"kind": "js",
|
|
1819
|
-
"name": "defaultAccordionConfig",
|
|
1820
|
-
"declaration": {
|
|
1821
|
-
"name": "defaultAccordionConfig",
|
|
1822
|
-
"module": "src/accordion/accordion.ts"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"kind": "js",
|
|
1827
|
-
"name": "foundationAccordion",
|
|
1828
|
-
"declaration": {
|
|
1829
|
-
"name": "foundationAccordion",
|
|
1830
|
-
"module": "src/accordion/accordion.ts"
|
|
1831
|
-
}
|
|
1832
|
-
}
|
|
1833
|
-
]
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
"kind": "javascript-module",
|
|
1837
|
-
"path": "src/accordion/index.ts",
|
|
1838
|
-
"declarations": [],
|
|
1839
|
-
"exports": [
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "js",
|
|
1842
|
-
"name": "*",
|
|
1843
|
-
"declaration": {
|
|
1844
|
-
"name": "*",
|
|
1845
|
-
"package": "./accordion.template"
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"kind": "js",
|
|
1850
|
-
"name": "*",
|
|
1851
|
-
"declaration": {
|
|
1852
|
-
"name": "*",
|
|
1853
|
-
"package": "./accordion.styles"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"kind": "js",
|
|
1858
|
-
"name": "*",
|
|
1859
|
-
"declaration": {
|
|
1860
|
-
"name": "*",
|
|
1861
|
-
"package": "./accordion"
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
]
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "javascript-module",
|
|
1868
|
-
"path": "src/_config/index.ts",
|
|
1869
|
-
"declarations": [],
|
|
1870
|
-
"exports": [
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "js",
|
|
1873
|
-
"name": "*",
|
|
1874
|
-
"declaration": {
|
|
1875
|
-
"name": "*",
|
|
1876
|
-
"package": "./styles"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "js",
|
|
1881
|
-
"name": "*",
|
|
1882
|
-
"declaration": {
|
|
1883
|
-
"name": "*",
|
|
1884
|
-
"package": "./tokens"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "js",
|
|
1889
|
-
"name": "*",
|
|
1890
|
-
"declaration": {
|
|
1891
|
-
"name": "*",
|
|
1892
|
-
"package": "./values"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"kind": "javascript-module",
|
|
1899
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1900
|
-
"declarations": [
|
|
1901
|
-
{
|
|
1902
|
-
"kind": "function",
|
|
1903
|
-
"name": "actionsMenuBaseStyles",
|
|
1904
|
-
"return": {
|
|
1905
|
-
"type": {
|
|
1906
|
-
"text": "ElementStyles"
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
"parameters": [
|
|
1970
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1971
|
+
"customElement": true,
|
|
1972
|
+
"attributes": [
|
|
1910
1973
|
{
|
|
1911
|
-
"name": "
|
|
1974
|
+
"name": "heading-level",
|
|
1912
1975
|
"type": {
|
|
1913
|
-
"text": "
|
|
1976
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1977
|
+
},
|
|
1978
|
+
"default": "2",
|
|
1979
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1980
|
+
"fieldName": "headinglevel",
|
|
1981
|
+
"inheritedFrom": {
|
|
1982
|
+
"name": "AccordionItem",
|
|
1983
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1914
1984
|
}
|
|
1915
1985
|
},
|
|
1916
1986
|
{
|
|
1917
|
-
"name": "definition",
|
|
1918
1987
|
"type": {
|
|
1919
|
-
"text": "
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
"return": {
|
|
1928
|
-
"type": {
|
|
1929
|
-
"text": "ElementStyles"
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
|
-
"parameters": [
|
|
1933
|
-
{
|
|
1934
|
-
"name": "context",
|
|
1935
|
-
"type": {
|
|
1936
|
-
"text": "ElementDefinitionContext"
|
|
1988
|
+
"text": "boolean"
|
|
1989
|
+
},
|
|
1990
|
+
"default": "false",
|
|
1991
|
+
"description": "Expands or collapses the item.",
|
|
1992
|
+
"fieldName": "expanded",
|
|
1993
|
+
"inheritedFrom": {
|
|
1994
|
+
"name": "AccordionItem",
|
|
1995
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1937
1996
|
}
|
|
1938
1997
|
},
|
|
1939
1998
|
{
|
|
1940
|
-
"name": "
|
|
1941
|
-
"type": {
|
|
1942
|
-
"text": "FoundationElementDefinition"
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
1945
|
-
]
|
|
1946
|
-
}
|
|
1947
|
-
],
|
|
1948
|
-
"exports": [
|
|
1949
|
-
{
|
|
1950
|
-
"kind": "js",
|
|
1951
|
-
"name": "actionsMenuBaseStyles",
|
|
1952
|
-
"declaration": {
|
|
1953
|
-
"name": "actionsMenuBaseStyles",
|
|
1954
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1955
|
-
}
|
|
1956
|
-
},
|
|
1957
|
-
{
|
|
1958
|
-
"kind": "js",
|
|
1959
|
-
"name": "foundationActionsMenuStyles",
|
|
1960
|
-
"declaration": {
|
|
1961
|
-
"name": "foundationActionsMenuStyles",
|
|
1962
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1963
|
-
}
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"kind": "javascript-module",
|
|
1969
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1970
|
-
"declarations": [
|
|
1971
|
-
{
|
|
1972
|
-
"kind": "function",
|
|
1973
|
-
"name": "menuTemplate",
|
|
1974
|
-
"parameters": [
|
|
1975
|
-
{
|
|
1976
|
-
"name": "prefix",
|
|
1977
|
-
"type": {
|
|
1978
|
-
"text": "string"
|
|
1979
|
-
}
|
|
1980
|
-
}
|
|
1981
|
-
]
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"kind": "function",
|
|
1985
|
-
"name": "singleOptionTemplate",
|
|
1986
|
-
"parameters": [
|
|
1987
|
-
{
|
|
1988
|
-
"name": "prefix",
|
|
1999
|
+
"name": "id",
|
|
1989
2000
|
"type": {
|
|
1990
2001
|
"text": "string"
|
|
2002
|
+
},
|
|
2003
|
+
"description": "The item ID",
|
|
2004
|
+
"fieldName": "id",
|
|
2005
|
+
"inheritedFrom": {
|
|
2006
|
+
"name": "AccordionItem",
|
|
2007
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1991
2008
|
}
|
|
1992
2009
|
}
|
|
1993
|
-
]
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"kind": "variable",
|
|
1997
|
-
"name": "foundationActionsMenuTemplate",
|
|
1998
|
-
"type": {
|
|
1999
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
2000
|
-
},
|
|
2001
|
-
"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`"
|
|
2002
|
-
}
|
|
2003
|
-
],
|
|
2004
|
-
"exports": [
|
|
2005
|
-
{
|
|
2006
|
-
"kind": "js",
|
|
2007
|
-
"name": "menuTemplate",
|
|
2008
|
-
"declaration": {
|
|
2009
|
-
"name": "menuTemplate",
|
|
2010
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2011
|
-
}
|
|
2012
|
-
},
|
|
2013
|
-
{
|
|
2014
|
-
"kind": "js",
|
|
2015
|
-
"name": "singleOptionTemplate",
|
|
2016
|
-
"declaration": {
|
|
2017
|
-
"name": "singleOptionTemplate",
|
|
2018
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2019
|
-
}
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"kind": "js",
|
|
2023
|
-
"name": "foundationActionsMenuTemplate",
|
|
2024
|
-
"declaration": {
|
|
2025
|
-
"name": "foundationActionsMenuTemplate",
|
|
2026
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
2027
|
-
}
|
|
2028
|
-
}
|
|
2029
|
-
]
|
|
2030
|
-
},
|
|
2031
|
-
{
|
|
2032
|
-
"kind": "javascript-module",
|
|
2033
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
2034
|
-
"declarations": [
|
|
2035
|
-
{
|
|
2036
|
-
"kind": "class",
|
|
2037
|
-
"description": "",
|
|
2038
|
-
"name": "ActionsMenu",
|
|
2010
|
+
],
|
|
2039
2011
|
"members": [
|
|
2040
2012
|
{
|
|
2041
2013
|
"kind": "field",
|
|
2042
|
-
"name": "
|
|
2043
|
-
"type": {
|
|
2044
|
-
"text": "ActionMenuItem[]"
|
|
2045
|
-
}
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"kind": "field",
|
|
2049
|
-
"name": "isVertical",
|
|
2050
|
-
"type": {
|
|
2051
|
-
"text": "boolean"
|
|
2052
|
-
},
|
|
2053
|
-
"default": "false"
|
|
2054
|
-
},
|
|
2055
|
-
{
|
|
2056
|
-
"kind": "field",
|
|
2057
|
-
"name": "addDefaultActions",
|
|
2058
|
-
"type": {
|
|
2059
|
-
"text": "boolean"
|
|
2060
|
-
},
|
|
2061
|
-
"default": "true"
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"kind": "field",
|
|
2065
|
-
"name": "autoCloseOnAction",
|
|
2014
|
+
"name": "headinglevel",
|
|
2066
2015
|
"type": {
|
|
2067
|
-
"text": "
|
|
2016
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2068
2017
|
},
|
|
2069
|
-
"
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
"
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
"text": "string"
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"kind": "field",
|
|
2080
|
-
"name": "definition",
|
|
2081
|
-
"type": {
|
|
2082
|
-
"text": "any"
|
|
2018
|
+
"privacy": "public",
|
|
2019
|
+
"default": "2",
|
|
2020
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2021
|
+
"inheritedFrom": {
|
|
2022
|
+
"name": "AccordionItem",
|
|
2023
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2083
2024
|
}
|
|
2084
2025
|
},
|
|
2085
2026
|
{
|
|
2086
2027
|
"kind": "field",
|
|
2087
|
-
"name": "
|
|
2088
|
-
"type": {
|
|
2089
|
-
"text": "string"
|
|
2090
|
-
},
|
|
2091
|
-
"default": "'Actions'"
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"kind": "field",
|
|
2095
|
-
"name": "open",
|
|
2028
|
+
"name": "expanded",
|
|
2096
2029
|
"type": {
|
|
2097
2030
|
"text": "boolean"
|
|
2098
2031
|
},
|
|
2099
|
-
"
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
"
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
"text": "string"
|
|
2032
|
+
"privacy": "public",
|
|
2033
|
+
"default": "false",
|
|
2034
|
+
"description": "Expands or collapses the item.",
|
|
2035
|
+
"inheritedFrom": {
|
|
2036
|
+
"name": "AccordionItem",
|
|
2037
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2106
2038
|
}
|
|
2107
2039
|
},
|
|
2108
2040
|
{
|
|
2109
2041
|
"kind": "field",
|
|
2110
|
-
"name": "
|
|
2111
|
-
"type": {
|
|
2112
|
-
"text": "boolean"
|
|
2113
|
-
},
|
|
2114
|
-
"default": "false"
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
"kind": "field",
|
|
2118
|
-
"name": "hideMenuSingleOption",
|
|
2042
|
+
"name": "id",
|
|
2119
2043
|
"type": {
|
|
2120
|
-
"text": "
|
|
2044
|
+
"text": "string"
|
|
2121
2045
|
},
|
|
2122
|
-
"
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
"type": {
|
|
2128
|
-
"text": "ActionMenuItem"
|
|
2046
|
+
"privacy": "public",
|
|
2047
|
+
"description": "The item ID",
|
|
2048
|
+
"inheritedFrom": {
|
|
2049
|
+
"name": "AccordionItem",
|
|
2050
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2129
2051
|
}
|
|
2130
2052
|
},
|
|
2131
2053
|
{
|
|
2132
2054
|
"kind": "field",
|
|
2133
|
-
"name": "
|
|
2134
|
-
"
|
|
2135
|
-
|
|
2055
|
+
"name": "change",
|
|
2056
|
+
"privacy": "private",
|
|
2057
|
+
"inheritedFrom": {
|
|
2058
|
+
"name": "AccordionItem",
|
|
2059
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2136
2060
|
}
|
|
2137
2061
|
},
|
|
2138
|
-
{
|
|
2139
|
-
"kind": "method",
|
|
2140
|
-
"name": "definitionChanged",
|
|
2141
|
-
"privacy": "protected",
|
|
2142
|
-
"parameters": [
|
|
2143
|
-
{
|
|
2144
|
-
"name": "oldValue",
|
|
2145
|
-
"type": {
|
|
2146
|
-
"text": "any"
|
|
2147
|
-
}
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"name": "newValue",
|
|
2151
|
-
"type": {
|
|
2152
|
-
"text": "any"
|
|
2153
|
-
}
|
|
2154
|
-
}
|
|
2155
|
-
]
|
|
2156
|
-
},
|
|
2157
|
-
{
|
|
2158
|
-
"kind": "method",
|
|
2159
|
-
"name": "openChanged",
|
|
2160
|
-
"privacy": "protected"
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"kind": "method",
|
|
2164
|
-
"name": "toggleActionsMenuVisibility"
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"kind": "method",
|
|
2168
|
-
"name": "onActionMenuItemClick",
|
|
2169
|
-
"parameters": [
|
|
2170
|
-
{
|
|
2171
|
-
"name": "callback",
|
|
2172
|
-
"type": {
|
|
2173
|
-
"text": "(rowData) => void | any"
|
|
2174
|
-
}
|
|
2175
|
-
}
|
|
2176
|
-
]
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"kind": "field",
|
|
2180
|
-
"name": "allActions",
|
|
2181
|
-
"type": {
|
|
2182
|
-
"text": "ActionMenuItem[]"
|
|
2183
|
-
},
|
|
2184
|
-
"readonly": true
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"kind": "field",
|
|
2188
|
-
"name": "rowData",
|
|
2189
|
-
"readonly": true
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"kind": "method",
|
|
2193
|
-
"name": "getLabel",
|
|
2194
|
-
"parameters": [
|
|
2195
|
-
{
|
|
2196
|
-
"name": "name",
|
|
2197
|
-
"type": {
|
|
2198
|
-
"text": "string | ((rowData: any) => string)"
|
|
2199
|
-
}
|
|
2200
|
-
}
|
|
2201
|
-
]
|
|
2202
|
-
},
|
|
2203
|
-
{
|
|
2204
|
-
"kind": "method",
|
|
2205
|
-
"name": "getTemplate",
|
|
2206
|
-
"parameters": [
|
|
2207
|
-
{
|
|
2208
|
-
"name": "prefix",
|
|
2209
|
-
"type": {
|
|
2210
|
-
"text": "string"
|
|
2211
|
-
}
|
|
2212
|
-
}
|
|
2213
|
-
]
|
|
2214
|
-
},
|
|
2215
2062
|
{
|
|
2216
2063
|
"kind": "field",
|
|
2217
2064
|
"name": "_presentation",
|
|
@@ -2324,107 +2171,78 @@
|
|
|
2324
2171
|
}
|
|
2325
2172
|
}
|
|
2326
2173
|
],
|
|
2327
|
-
"
|
|
2328
|
-
{
|
|
2329
|
-
"name": "is-vertical",
|
|
2330
|
-
"type": {
|
|
2331
|
-
"text": "boolean"
|
|
2332
|
-
},
|
|
2333
|
-
"default": "false",
|
|
2334
|
-
"fieldName": "isVertical"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "add-default-actions",
|
|
2338
|
-
"type": {
|
|
2339
|
-
"text": "boolean"
|
|
2340
|
-
},
|
|
2341
|
-
"default": "true",
|
|
2342
|
-
"fieldName": "addDefaultActions"
|
|
2343
|
-
},
|
|
2344
|
-
{
|
|
2345
|
-
"name": "auto-close-on-action",
|
|
2346
|
-
"type": {
|
|
2347
|
-
"text": "boolean"
|
|
2348
|
-
},
|
|
2349
|
-
"default": "true",
|
|
2350
|
-
"fieldName": "autoCloseOnAction"
|
|
2351
|
-
},
|
|
2352
|
-
{
|
|
2353
|
-
"name": "name",
|
|
2354
|
-
"type": {
|
|
2355
|
-
"text": "string"
|
|
2356
|
-
},
|
|
2357
|
-
"default": "'Actions'",
|
|
2358
|
-
"fieldName": "name"
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"name": "open",
|
|
2362
|
-
"type": {
|
|
2363
|
-
"text": "boolean"
|
|
2364
|
-
},
|
|
2365
|
-
"default": "false",
|
|
2366
|
-
"fieldName": "open"
|
|
2367
|
-
},
|
|
2368
|
-
{
|
|
2369
|
-
"name": "buttonAppearance",
|
|
2370
|
-
"type": {
|
|
2371
|
-
"text": "string"
|
|
2372
|
-
},
|
|
2373
|
-
"fieldName": "buttonAppearance"
|
|
2374
|
-
},
|
|
2375
|
-
{
|
|
2376
|
-
"name": "hide-disabled",
|
|
2377
|
-
"type": {
|
|
2378
|
-
"text": "boolean"
|
|
2379
|
-
},
|
|
2380
|
-
"default": "false",
|
|
2381
|
-
"fieldName": "hideDisabled"
|
|
2382
|
-
},
|
|
2174
|
+
"events": [
|
|
2383
2175
|
{
|
|
2384
|
-
"
|
|
2385
|
-
"
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2176
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2177
|
+
"name": "change",
|
|
2178
|
+
"inheritedFrom": {
|
|
2179
|
+
"name": "AccordionItem",
|
|
2180
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2181
|
+
}
|
|
2390
2182
|
}
|
|
2391
|
-
]
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2183
|
+
]
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"kind": "variable",
|
|
2187
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2188
|
+
"type": {
|
|
2189
|
+
"text": "ShadowRootInit"
|
|
2395
2190
|
},
|
|
2396
|
-
"
|
|
2397
|
-
"customElement": true
|
|
2191
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2398
2192
|
},
|
|
2399
2193
|
{
|
|
2400
2194
|
"kind": "variable",
|
|
2401
|
-
"name": "
|
|
2402
|
-
"
|
|
2195
|
+
"name": "defaultAccordionItemConfig",
|
|
2196
|
+
"type": {
|
|
2197
|
+
"text": "object"
|
|
2198
|
+
},
|
|
2199
|
+
"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}"
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"kind": "variable",
|
|
2203
|
+
"name": "foundationAccordionItem",
|
|
2204
|
+
"description": "The Foundation Accordion Item",
|
|
2403
2205
|
"privacy": "public"
|
|
2404
2206
|
}
|
|
2405
2207
|
],
|
|
2406
2208
|
"exports": [
|
|
2407
2209
|
{
|
|
2408
2210
|
"kind": "js",
|
|
2409
|
-
"name": "
|
|
2211
|
+
"name": "AccordionItem",
|
|
2410
2212
|
"declaration": {
|
|
2411
|
-
"name": "
|
|
2412
|
-
"module": "src/
|
|
2213
|
+
"name": "AccordionItem",
|
|
2214
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2413
2215
|
}
|
|
2414
2216
|
},
|
|
2415
2217
|
{
|
|
2416
2218
|
"kind": "js",
|
|
2417
|
-
"name": "
|
|
2219
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2418
2220
|
"declaration": {
|
|
2419
|
-
"name": "
|
|
2420
|
-
"module": "src/
|
|
2221
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2222
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2223
|
+
}
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"kind": "js",
|
|
2227
|
+
"name": "defaultAccordionItemConfig",
|
|
2228
|
+
"declaration": {
|
|
2229
|
+
"name": "defaultAccordionItemConfig",
|
|
2230
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"kind": "js",
|
|
2235
|
+
"name": "foundationAccordionItem",
|
|
2236
|
+
"declaration": {
|
|
2237
|
+
"name": "foundationAccordionItem",
|
|
2238
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2421
2239
|
}
|
|
2422
2240
|
}
|
|
2423
2241
|
]
|
|
2424
2242
|
},
|
|
2425
2243
|
{
|
|
2426
2244
|
"kind": "javascript-module",
|
|
2427
|
-
"path": "src/
|
|
2245
|
+
"path": "src/accordion-item/index.ts",
|
|
2428
2246
|
"declarations": [],
|
|
2429
2247
|
"exports": [
|
|
2430
2248
|
{
|
|
@@ -2432,7 +2250,7 @@
|
|
|
2432
2250
|
"name": "*",
|
|
2433
2251
|
"declaration": {
|
|
2434
2252
|
"name": "*",
|
|
2435
|
-
"package": "./
|
|
2253
|
+
"package": "./accordion-item.template"
|
|
2436
2254
|
}
|
|
2437
2255
|
},
|
|
2438
2256
|
{
|
|
@@ -2440,7 +2258,7 @@
|
|
|
2440
2258
|
"name": "*",
|
|
2441
2259
|
"declaration": {
|
|
2442
2260
|
"name": "*",
|
|
2443
|
-
"package": "./
|
|
2261
|
+
"package": "./accordion-item.styles"
|
|
2444
2262
|
}
|
|
2445
2263
|
},
|
|
2446
2264
|
{
|
|
@@ -2448,82 +2266,64 @@
|
|
|
2448
2266
|
"name": "*",
|
|
2449
2267
|
"declaration": {
|
|
2450
2268
|
"name": "*",
|
|
2451
|
-
"package": "./
|
|
2269
|
+
"package": "./accordion-item"
|
|
2452
2270
|
}
|
|
2453
2271
|
}
|
|
2454
2272
|
]
|
|
2455
2273
|
},
|
|
2456
2274
|
{
|
|
2457
2275
|
"kind": "javascript-module",
|
|
2458
|
-
"path": "src/ai-
|
|
2276
|
+
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
2459
2277
|
"declarations": [
|
|
2460
2278
|
{
|
|
2461
|
-
"kind": "
|
|
2462
|
-
"name": "
|
|
2463
|
-
"
|
|
2464
|
-
"type": {
|
|
2465
|
-
"text": "ElementStyles"
|
|
2466
|
-
}
|
|
2467
|
-
},
|
|
2468
|
-
"parameters": [
|
|
2469
|
-
{
|
|
2470
|
-
"name": "context",
|
|
2471
|
-
"type": {
|
|
2472
|
-
"text": "ElementDefinitionContext"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"name": "definition",
|
|
2477
|
-
"type": {
|
|
2478
|
-
"text": "FoundationElementDefinition"
|
|
2479
|
-
}
|
|
2480
|
-
}
|
|
2481
|
-
]
|
|
2279
|
+
"kind": "variable",
|
|
2280
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2281
|
+
"default": "css`\n :host {\n display: block;\n width: 800px;\n }\n\n .ai-criteria-search {\n display: flex;\n flex-direction: column;\n gap: calc(${designUnit} * 2px);\n }\n\n .ai-criteria-search-row {\n display: flex;\n flex-direction: row;\n gap: calc(${designUnit} * 2px);\n align-items: center;\n }\n\n .criteria-input {\n height: calc(((var(--base-height-multiplier) + var(--density)) * var(--design-unit) - 4) * 1px);\n flex: 1;\n min-width: 0;\n }\n\n .mic-icon {\n color: var(--neutral-foreground-rest);\n fill: currentColor;\n }\n\n .mode-control {\n flex-shrink: 0;\n }\n`"
|
|
2482
2282
|
}
|
|
2483
2283
|
],
|
|
2484
2284
|
"exports": [
|
|
2485
2285
|
{
|
|
2486
2286
|
"kind": "js",
|
|
2487
|
-
"name": "
|
|
2287
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2488
2288
|
"declaration": {
|
|
2489
|
-
"name": "
|
|
2490
|
-
"module": "src/ai-
|
|
2289
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2290
|
+
"module": "src/ai-criteria-search/ai-criteria-search.styles.ts"
|
|
2491
2291
|
}
|
|
2492
2292
|
}
|
|
2493
2293
|
]
|
|
2494
2294
|
},
|
|
2495
2295
|
{
|
|
2496
2296
|
"kind": "javascript-module",
|
|
2497
|
-
"path": "src/ai-
|
|
2297
|
+
"path": "src/ai-criteria-search/ai-criteria-search.template.ts",
|
|
2498
2298
|
"declarations": [
|
|
2499
2299
|
{
|
|
2500
2300
|
"kind": "variable",
|
|
2501
|
-
"name": "
|
|
2301
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2502
2302
|
"type": {
|
|
2503
|
-
"text": "ViewTemplate<
|
|
2303
|
+
"text": "ViewTemplate<AiCriteriaSearch>"
|
|
2504
2304
|
},
|
|
2505
|
-
"default": "html`\n ${(x) =>
|
|
2305
|
+
"default": "html`\n ${(x) => aiCriteriaSearchTemplate(getPrefix(x))}\n`"
|
|
2506
2306
|
}
|
|
2507
2307
|
],
|
|
2508
2308
|
"exports": [
|
|
2509
2309
|
{
|
|
2510
2310
|
"kind": "js",
|
|
2511
|
-
"name": "
|
|
2311
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2512
2312
|
"declaration": {
|
|
2513
|
-
"name": "
|
|
2514
|
-
"module": "src/ai-
|
|
2313
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2314
|
+
"module": "src/ai-criteria-search/ai-criteria-search.template.ts"
|
|
2515
2315
|
}
|
|
2516
2316
|
}
|
|
2517
2317
|
]
|
|
2518
2318
|
},
|
|
2519
2319
|
{
|
|
2520
2320
|
"kind": "javascript-module",
|
|
2521
|
-
"path": "src/ai-
|
|
2321
|
+
"path": "src/ai-criteria-search/ai-criteria-search.ts",
|
|
2522
2322
|
"declarations": [
|
|
2523
2323
|
{
|
|
2524
2324
|
"kind": "class",
|
|
2525
2325
|
"description": "",
|
|
2526
|
-
"name": "
|
|
2326
|
+
"name": "AiCriteriaSearch",
|
|
2527
2327
|
"members": [
|
|
2528
2328
|
{
|
|
2529
2329
|
"kind": "field",
|
|
@@ -2534,31 +2334,38 @@
|
|
|
2534
2334
|
},
|
|
2535
2335
|
{
|
|
2536
2336
|
"kind": "field",
|
|
2537
|
-
"name": "
|
|
2337
|
+
"name": "placeholder",
|
|
2538
2338
|
"type": {
|
|
2539
|
-
"text": "
|
|
2339
|
+
"text": "string"
|
|
2540
2340
|
},
|
|
2541
|
-
"default": "
|
|
2341
|
+
"default": "'Describe your search criteria in natural language...'"
|
|
2542
2342
|
},
|
|
2543
2343
|
{
|
|
2544
2344
|
"kind": "field",
|
|
2545
|
-
"name": "
|
|
2345
|
+
"name": "disabled",
|
|
2546
2346
|
"type": {
|
|
2547
2347
|
"text": "boolean"
|
|
2348
|
+
}
|
|
2349
|
+
},
|
|
2350
|
+
{
|
|
2351
|
+
"kind": "field",
|
|
2352
|
+
"name": "mode",
|
|
2353
|
+
"type": {
|
|
2354
|
+
"text": "'append' | 'replace'"
|
|
2548
2355
|
},
|
|
2549
|
-
"default": "
|
|
2356
|
+
"default": "'replace'"
|
|
2550
2357
|
},
|
|
2551
2358
|
{
|
|
2552
2359
|
"kind": "field",
|
|
2553
|
-
"name": "
|
|
2360
|
+
"name": "inputValue",
|
|
2554
2361
|
"type": {
|
|
2555
|
-
"text": "
|
|
2362
|
+
"text": "string"
|
|
2556
2363
|
},
|
|
2557
|
-
"default": "'
|
|
2364
|
+
"default": "''"
|
|
2558
2365
|
},
|
|
2559
2366
|
{
|
|
2560
2367
|
"kind": "field",
|
|
2561
|
-
"name": "
|
|
2368
|
+
"name": "isInterpreting",
|
|
2562
2369
|
"type": {
|
|
2563
2370
|
"text": "boolean"
|
|
2564
2371
|
},
|
|
@@ -2566,37 +2373,66 @@
|
|
|
2566
2373
|
},
|
|
2567
2374
|
{
|
|
2568
2375
|
"kind": "field",
|
|
2569
|
-
"name": "
|
|
2376
|
+
"name": "lastValidCriteria",
|
|
2570
2377
|
"type": {
|
|
2571
|
-
"text": "
|
|
2378
|
+
"text": "string | null"
|
|
2572
2379
|
},
|
|
2573
|
-
"privacy": "private",
|
|
2574
2380
|
"default": "null"
|
|
2575
2381
|
},
|
|
2576
2382
|
{
|
|
2577
2383
|
"kind": "field",
|
|
2578
|
-
"name": "
|
|
2579
|
-
"
|
|
2384
|
+
"name": "fieldMetadata",
|
|
2385
|
+
"type": {
|
|
2386
|
+
"text": "MetadataDetail[] | string[]"
|
|
2387
|
+
},
|
|
2388
|
+
"default": "[]"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"kind": "field",
|
|
2392
|
+
"name": "isRecording",
|
|
2393
|
+
"type": {
|
|
2394
|
+
"text": "boolean"
|
|
2395
|
+
},
|
|
2396
|
+
"default": "false"
|
|
2397
|
+
},
|
|
2398
|
+
{
|
|
2399
|
+
"kind": "field",
|
|
2400
|
+
"name": "textAreaRef",
|
|
2401
|
+
"type": {
|
|
2402
|
+
"text": "HTMLTextAreaElement"
|
|
2403
|
+
},
|
|
2404
|
+
"privacy": "public"
|
|
2405
|
+
},
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "field",
|
|
2408
|
+
"name": "stopRecording",
|
|
2409
|
+
"type": {
|
|
2410
|
+
"text": "(() => void) | null"
|
|
2411
|
+
},
|
|
2412
|
+
"privacy": "private",
|
|
2413
|
+
"default": "null"
|
|
2580
2414
|
},
|
|
2581
2415
|
{
|
|
2582
2416
|
"kind": "field",
|
|
2583
|
-
"name": "
|
|
2417
|
+
"name": "speechApplyDebounceTimer",
|
|
2584
2418
|
"type": {
|
|
2585
|
-
"text": "
|
|
2419
|
+
"text": "ReturnType<typeof setTimeout> | null"
|
|
2586
2420
|
},
|
|
2587
|
-
"
|
|
2421
|
+
"privacy": "private",
|
|
2422
|
+
"default": "null"
|
|
2588
2423
|
},
|
|
2589
2424
|
{
|
|
2590
2425
|
"kind": "field",
|
|
2591
|
-
"name": "
|
|
2426
|
+
"name": "baseInputForAppend",
|
|
2592
2427
|
"type": {
|
|
2593
|
-
"text": "
|
|
2428
|
+
"text": "string"
|
|
2594
2429
|
},
|
|
2595
|
-
"
|
|
2430
|
+
"privacy": "private",
|
|
2431
|
+
"default": "''"
|
|
2596
2432
|
},
|
|
2597
2433
|
{
|
|
2598
2434
|
"kind": "field",
|
|
2599
|
-
"name": "
|
|
2435
|
+
"name": "speechAvailable",
|
|
2600
2436
|
"type": {
|
|
2601
2437
|
"text": "boolean"
|
|
2602
2438
|
},
|
|
@@ -2604,95 +2440,24 @@
|
|
|
2604
2440
|
},
|
|
2605
2441
|
{
|
|
2606
2442
|
"kind": "method",
|
|
2607
|
-
"name": "
|
|
2608
|
-
"return": {
|
|
2609
|
-
"type": {
|
|
2610
|
-
"text": "void"
|
|
2611
|
-
}
|
|
2612
|
-
}
|
|
2613
|
-
},
|
|
2614
|
-
{
|
|
2615
|
-
"kind": "method",
|
|
2616
|
-
"name": "handleClickOutside",
|
|
2617
|
-
"privacy": "private",
|
|
2618
|
-
"parameters": [
|
|
2619
|
-
{
|
|
2620
|
-
"name": "event",
|
|
2621
|
-
"type": {
|
|
2622
|
-
"text": "MouseEvent"
|
|
2623
|
-
}
|
|
2624
|
-
}
|
|
2625
|
-
]
|
|
2626
|
-
},
|
|
2627
|
-
{
|
|
2628
|
-
"kind": "method",
|
|
2629
|
-
"name": "toggleDropdown"
|
|
2630
|
-
},
|
|
2631
|
-
{
|
|
2632
|
-
"kind": "method",
|
|
2633
|
-
"name": "refreshStatus",
|
|
2634
|
-
"return": {
|
|
2635
|
-
"type": {
|
|
2636
|
-
"text": "Promise<void>"
|
|
2637
|
-
}
|
|
2638
|
-
}
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
"kind": "method",
|
|
2642
|
-
"name": "deriveState",
|
|
2643
|
-
"privacy": "private",
|
|
2644
|
-
"return": {
|
|
2645
|
-
"type": {
|
|
2646
|
-
"text": "AIIndicatorState"
|
|
2647
|
-
}
|
|
2648
|
-
},
|
|
2649
|
-
"parameters": [
|
|
2650
|
-
{
|
|
2651
|
-
"name": "s",
|
|
2652
|
-
"type": {
|
|
2653
|
-
"text": "AIStatus | null"
|
|
2654
|
-
}
|
|
2655
|
-
}
|
|
2656
|
-
]
|
|
2443
|
+
"name": "handleSubmit"
|
|
2657
2444
|
},
|
|
2658
2445
|
{
|
|
2659
2446
|
"kind": "method",
|
|
2660
|
-
"name": "
|
|
2661
|
-
"privacy": "private",
|
|
2662
|
-
"return": {
|
|
2663
|
-
"type": {
|
|
2664
|
-
"text": "void"
|
|
2665
|
-
}
|
|
2666
|
-
}
|
|
2447
|
+
"name": "handleBlur"
|
|
2667
2448
|
},
|
|
2668
2449
|
{
|
|
2669
2450
|
"kind": "method",
|
|
2670
|
-
"name": "
|
|
2671
|
-
"privacy": "private",
|
|
2672
|
-
"return": {
|
|
2673
|
-
"type": {
|
|
2674
|
-
"text": "void"
|
|
2675
|
-
}
|
|
2676
|
-
}
|
|
2451
|
+
"name": "clear"
|
|
2677
2452
|
},
|
|
2678
2453
|
{
|
|
2679
2454
|
"kind": "method",
|
|
2680
|
-
"name": "
|
|
2681
|
-
"privacy": "private",
|
|
2682
|
-
"return": {
|
|
2683
|
-
"type": {
|
|
2684
|
-
"text": "void"
|
|
2685
|
-
}
|
|
2686
|
-
}
|
|
2455
|
+
"name": "toggleSpeechInput"
|
|
2687
2456
|
},
|
|
2688
2457
|
{
|
|
2689
2458
|
"kind": "method",
|
|
2690
|
-
"name": "
|
|
2691
|
-
"
|
|
2692
|
-
"type": {
|
|
2693
|
-
"text": "Promise<void>"
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
2459
|
+
"name": "clearSpeechApplyDebounce",
|
|
2460
|
+
"privacy": "private"
|
|
2696
2461
|
},
|
|
2697
2462
|
{
|
|
2698
2463
|
"kind": "field",
|
|
@@ -2806,145 +2571,318 @@
|
|
|
2806
2571
|
}
|
|
2807
2572
|
}
|
|
2808
2573
|
],
|
|
2574
|
+
"attributes": [
|
|
2575
|
+
{
|
|
2576
|
+
"name": "placeholder",
|
|
2577
|
+
"type": {
|
|
2578
|
+
"text": "string"
|
|
2579
|
+
},
|
|
2580
|
+
"default": "'Describe your search criteria in natural language...'",
|
|
2581
|
+
"fieldName": "placeholder"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"type": {
|
|
2585
|
+
"text": "boolean"
|
|
2586
|
+
},
|
|
2587
|
+
"fieldName": "disabled"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "mode",
|
|
2591
|
+
"type": {
|
|
2592
|
+
"text": "'append' | 'replace'"
|
|
2593
|
+
},
|
|
2594
|
+
"default": "'replace'",
|
|
2595
|
+
"fieldName": "mode"
|
|
2596
|
+
}
|
|
2597
|
+
],
|
|
2809
2598
|
"superclass": {
|
|
2810
2599
|
"name": "FoundationElement",
|
|
2811
2600
|
"package": "@microsoft/fast-foundation"
|
|
2812
2601
|
},
|
|
2813
|
-
"tagName": "%%prefix%%-ai-
|
|
2602
|
+
"tagName": "%%prefix%%-ai-criteria-search",
|
|
2814
2603
|
"customElement": true
|
|
2815
2604
|
},
|
|
2816
2605
|
{
|
|
2817
2606
|
"kind": "variable",
|
|
2818
|
-
"name": "
|
|
2607
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2608
|
+
"type": {
|
|
2609
|
+
"text": "ShadowRootInit"
|
|
2610
|
+
},
|
|
2611
|
+
"default": "undefined"
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"kind": "variable",
|
|
2615
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2616
|
+
"type": {
|
|
2617
|
+
"text": "object"
|
|
2618
|
+
},
|
|
2619
|
+
"default": "{}"
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"kind": "variable",
|
|
2623
|
+
"name": "foundationAiCriteriaSearch"
|
|
2819
2624
|
}
|
|
2820
2625
|
],
|
|
2821
2626
|
"exports": [
|
|
2822
2627
|
{
|
|
2823
2628
|
"kind": "js",
|
|
2824
|
-
"name": "
|
|
2629
|
+
"name": "AiCriteriaSearch",
|
|
2825
2630
|
"declaration": {
|
|
2826
|
-
"name": "
|
|
2827
|
-
"module": "src/ai-
|
|
2631
|
+
"name": "AiCriteriaSearch",
|
|
2632
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2828
2633
|
}
|
|
2829
2634
|
},
|
|
2830
2635
|
{
|
|
2831
2636
|
"kind": "js",
|
|
2832
|
-
"name": "
|
|
2637
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2833
2638
|
"declaration": {
|
|
2834
|
-
"name": "
|
|
2835
|
-
"module": "src/ai-
|
|
2639
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2640
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2641
|
+
}
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "js",
|
|
2645
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2646
|
+
"declaration": {
|
|
2647
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2648
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"kind": "js",
|
|
2653
|
+
"name": "foundationAiCriteriaSearch",
|
|
2654
|
+
"declaration": {
|
|
2655
|
+
"name": "foundationAiCriteriaSearch",
|
|
2656
|
+
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
2836
2657
|
}
|
|
2837
2658
|
}
|
|
2838
2659
|
]
|
|
2839
2660
|
},
|
|
2840
2661
|
{
|
|
2841
2662
|
"kind": "javascript-module",
|
|
2842
|
-
"path": "src/ai-
|
|
2663
|
+
"path": "src/ai-criteria-search/index.ts",
|
|
2843
2664
|
"declarations": [],
|
|
2844
2665
|
"exports": [
|
|
2845
2666
|
{
|
|
2846
2667
|
"kind": "js",
|
|
2847
|
-
"name": "
|
|
2668
|
+
"name": "AiCriteriaSearch",
|
|
2848
2669
|
"declaration": {
|
|
2849
|
-
"name": "
|
|
2850
|
-
"module": "./ai-
|
|
2670
|
+
"name": "AiCriteriaSearch",
|
|
2671
|
+
"module": "./ai-criteria-search"
|
|
2851
2672
|
}
|
|
2852
2673
|
},
|
|
2853
2674
|
{
|
|
2854
2675
|
"kind": "js",
|
|
2855
|
-
"name": "
|
|
2676
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2856
2677
|
"declaration": {
|
|
2857
|
-
"name": "
|
|
2858
|
-
"module": "./ai-
|
|
2678
|
+
"name": "defaultAiCriteriaSearchConfig",
|
|
2679
|
+
"module": "./ai-criteria-search"
|
|
2859
2680
|
}
|
|
2860
2681
|
},
|
|
2861
2682
|
{
|
|
2862
2683
|
"kind": "js",
|
|
2863
|
-
"name": "
|
|
2684
|
+
"name": "foundationAiCriteriaSearch",
|
|
2864
2685
|
"declaration": {
|
|
2865
|
-
"name": "
|
|
2866
|
-
"module": "./ai-
|
|
2686
|
+
"name": "foundationAiCriteriaSearch",
|
|
2687
|
+
"module": "./ai-criteria-search"
|
|
2867
2688
|
}
|
|
2868
2689
|
},
|
|
2869
2690
|
{
|
|
2870
2691
|
"kind": "js",
|
|
2871
|
-
"name": "
|
|
2692
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2872
2693
|
"declaration": {
|
|
2873
|
-
"name": "
|
|
2874
|
-
"module": "./ai-
|
|
2694
|
+
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
2695
|
+
"module": "./ai-criteria-search"
|
|
2875
2696
|
}
|
|
2876
2697
|
},
|
|
2877
2698
|
{
|
|
2878
2699
|
"kind": "js",
|
|
2879
|
-
"name": "
|
|
2700
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2880
2701
|
"declaration": {
|
|
2881
|
-
"name": "
|
|
2882
|
-
"module": "./ai-
|
|
2702
|
+
"name": "foundationAiCriteriaSearchStyles",
|
|
2703
|
+
"module": "./ai-criteria-search.styles"
|
|
2883
2704
|
}
|
|
2884
2705
|
},
|
|
2885
2706
|
{
|
|
2886
2707
|
"kind": "js",
|
|
2887
|
-
"name": "
|
|
2708
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2888
2709
|
"declaration": {
|
|
2889
|
-
"name": "
|
|
2890
|
-
"module": "./ai-
|
|
2710
|
+
"name": "foundationAiCriteriaSearchTemplate",
|
|
2711
|
+
"module": "./ai-criteria-search.template"
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"kind": "js",
|
|
2716
|
+
"name": "*",
|
|
2717
|
+
"declaration": {
|
|
2718
|
+
"name": "*",
|
|
2719
|
+
"package": "./validation/criteria-ir"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"kind": "js",
|
|
2724
|
+
"name": "*",
|
|
2725
|
+
"declaration": {
|
|
2726
|
+
"name": "*",
|
|
2727
|
+
"package": "./validation/operator-map"
|
|
2728
|
+
}
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"kind": "js",
|
|
2732
|
+
"name": "*",
|
|
2733
|
+
"declaration": {
|
|
2734
|
+
"name": "*",
|
|
2735
|
+
"package": "./validation/schema-validator"
|
|
2891
2736
|
}
|
|
2892
2737
|
}
|
|
2893
2738
|
]
|
|
2894
2739
|
},
|
|
2895
2740
|
{
|
|
2896
2741
|
"kind": "javascript-module",
|
|
2897
|
-
"path": "src/ai-criteria-search/
|
|
2742
|
+
"path": "src/ai-criteria-search/validation-error-notification.ts",
|
|
2898
2743
|
"declarations": [
|
|
2899
2744
|
{
|
|
2900
|
-
"kind": "
|
|
2901
|
-
"name": "
|
|
2902
|
-
"
|
|
2745
|
+
"kind": "function",
|
|
2746
|
+
"name": "formatValidationErrors",
|
|
2747
|
+
"return": {
|
|
2748
|
+
"type": {
|
|
2749
|
+
"text": "string"
|
|
2750
|
+
}
|
|
2751
|
+
},
|
|
2752
|
+
"parameters": [
|
|
2753
|
+
{
|
|
2754
|
+
"name": "errors",
|
|
2755
|
+
"type": {
|
|
2756
|
+
"text": "ValidationError[]"
|
|
2757
|
+
}
|
|
2758
|
+
}
|
|
2759
|
+
],
|
|
2760
|
+
"description": "Formats validation errors into a user-friendly message."
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "function",
|
|
2764
|
+
"name": "showCriteriaError",
|
|
2765
|
+
"return": {
|
|
2766
|
+
"type": {
|
|
2767
|
+
"text": "void"
|
|
2768
|
+
}
|
|
2769
|
+
},
|
|
2770
|
+
"parameters": [
|
|
2771
|
+
{
|
|
2772
|
+
"name": "title",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "string"
|
|
2775
|
+
},
|
|
2776
|
+
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"name": "body",
|
|
2780
|
+
"type": {
|
|
2781
|
+
"text": "string"
|
|
2782
|
+
},
|
|
2783
|
+
"description": "Error message to display"
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "tagName",
|
|
2787
|
+
"type": {
|
|
2788
|
+
"text": "string"
|
|
2789
|
+
},
|
|
2790
|
+
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"description": "Shows a criteria error as a toast notification."
|
|
2903
2794
|
}
|
|
2904
2795
|
],
|
|
2905
2796
|
"exports": [
|
|
2906
2797
|
{
|
|
2907
2798
|
"kind": "js",
|
|
2908
|
-
"name": "
|
|
2799
|
+
"name": "formatValidationErrors",
|
|
2909
2800
|
"declaration": {
|
|
2910
|
-
"name": "
|
|
2911
|
-
"module": "src/ai-criteria-search/
|
|
2801
|
+
"name": "formatValidationErrors",
|
|
2802
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"kind": "js",
|
|
2807
|
+
"name": "showCriteriaError",
|
|
2808
|
+
"declaration": {
|
|
2809
|
+
"name": "showCriteriaError",
|
|
2810
|
+
"module": "src/ai-criteria-search/validation-error-notification.ts"
|
|
2912
2811
|
}
|
|
2913
2812
|
}
|
|
2914
2813
|
]
|
|
2915
2814
|
},
|
|
2916
2815
|
{
|
|
2917
2816
|
"kind": "javascript-module",
|
|
2918
|
-
"path": "src/ai-
|
|
2817
|
+
"path": "src/ai-indicator/ai-indicator.styles.ts",
|
|
2818
|
+
"declarations": [
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "function",
|
|
2821
|
+
"name": "foundationAiIndicatorStyles",
|
|
2822
|
+
"return": {
|
|
2823
|
+
"type": {
|
|
2824
|
+
"text": "ElementStyles"
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2827
|
+
"parameters": [
|
|
2828
|
+
{
|
|
2829
|
+
"name": "context",
|
|
2830
|
+
"type": {
|
|
2831
|
+
"text": "ElementDefinitionContext"
|
|
2832
|
+
}
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"name": "definition",
|
|
2836
|
+
"type": {
|
|
2837
|
+
"text": "FoundationElementDefinition"
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
]
|
|
2841
|
+
}
|
|
2842
|
+
],
|
|
2843
|
+
"exports": [
|
|
2844
|
+
{
|
|
2845
|
+
"kind": "js",
|
|
2846
|
+
"name": "foundationAiIndicatorStyles",
|
|
2847
|
+
"declaration": {
|
|
2848
|
+
"name": "foundationAiIndicatorStyles",
|
|
2849
|
+
"module": "src/ai-indicator/ai-indicator.styles.ts"
|
|
2850
|
+
}
|
|
2851
|
+
}
|
|
2852
|
+
]
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "javascript-module",
|
|
2856
|
+
"path": "src/ai-indicator/ai-indicator.template.ts",
|
|
2919
2857
|
"declarations": [
|
|
2920
2858
|
{
|
|
2921
2859
|
"kind": "variable",
|
|
2922
|
-
"name": "
|
|
2860
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2923
2861
|
"type": {
|
|
2924
|
-
"text": "ViewTemplate<
|
|
2862
|
+
"text": "ViewTemplate<AiIndicator>"
|
|
2925
2863
|
},
|
|
2926
|
-
"default": "html`\n ${(x) =>
|
|
2864
|
+
"default": "html`\n ${(x) => aiIndicatorTemplate(getPrefix(x))}\n`"
|
|
2927
2865
|
}
|
|
2928
2866
|
],
|
|
2929
2867
|
"exports": [
|
|
2930
2868
|
{
|
|
2931
2869
|
"kind": "js",
|
|
2932
|
-
"name": "
|
|
2870
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2933
2871
|
"declaration": {
|
|
2934
|
-
"name": "
|
|
2935
|
-
"module": "src/ai-
|
|
2872
|
+
"name": "foundationAiIndicatorTemplate",
|
|
2873
|
+
"module": "src/ai-indicator/ai-indicator.template.ts"
|
|
2936
2874
|
}
|
|
2937
2875
|
}
|
|
2938
2876
|
]
|
|
2939
2877
|
},
|
|
2940
2878
|
{
|
|
2941
2879
|
"kind": "javascript-module",
|
|
2942
|
-
"path": "src/ai-
|
|
2880
|
+
"path": "src/ai-indicator/ai-indicator.ts",
|
|
2943
2881
|
"declarations": [
|
|
2944
2882
|
{
|
|
2945
2883
|
"kind": "class",
|
|
2946
2884
|
"description": "",
|
|
2947
|
-
"name": "
|
|
2885
|
+
"name": "AiIndicator",
|
|
2948
2886
|
"members": [
|
|
2949
2887
|
{
|
|
2950
2888
|
"kind": "field",
|
|
@@ -2955,38 +2893,31 @@
|
|
|
2955
2893
|
},
|
|
2956
2894
|
{
|
|
2957
2895
|
"kind": "field",
|
|
2958
|
-
"name": "
|
|
2896
|
+
"name": "status",
|
|
2959
2897
|
"type": {
|
|
2960
|
-
"text": "
|
|
2898
|
+
"text": "AIStatus | null"
|
|
2961
2899
|
},
|
|
2962
|
-
"default": "
|
|
2900
|
+
"default": "null"
|
|
2963
2901
|
},
|
|
2964
2902
|
{
|
|
2965
2903
|
"kind": "field",
|
|
2966
|
-
"name": "
|
|
2904
|
+
"name": "open",
|
|
2967
2905
|
"type": {
|
|
2968
2906
|
"text": "boolean"
|
|
2969
|
-
}
|
|
2970
|
-
},
|
|
2971
|
-
{
|
|
2972
|
-
"kind": "field",
|
|
2973
|
-
"name": "mode",
|
|
2974
|
-
"type": {
|
|
2975
|
-
"text": "'append' | 'replace'"
|
|
2976
2907
|
},
|
|
2977
|
-
"default": "
|
|
2908
|
+
"default": "false"
|
|
2978
2909
|
},
|
|
2979
2910
|
{
|
|
2980
2911
|
"kind": "field",
|
|
2981
|
-
"name": "
|
|
2912
|
+
"name": "state",
|
|
2982
2913
|
"type": {
|
|
2983
|
-
"text": "
|
|
2914
|
+
"text": "AIIndicatorState"
|
|
2984
2915
|
},
|
|
2985
|
-
"default": "''"
|
|
2916
|
+
"default": "'none'"
|
|
2986
2917
|
},
|
|
2987
2918
|
{
|
|
2988
2919
|
"kind": "field",
|
|
2989
|
-
"name": "
|
|
2920
|
+
"name": "isInstalling",
|
|
2990
2921
|
"type": {
|
|
2991
2922
|
"text": "boolean"
|
|
2992
2923
|
},
|
|
@@ -2994,91 +2925,133 @@
|
|
|
2994
2925
|
},
|
|
2995
2926
|
{
|
|
2996
2927
|
"kind": "field",
|
|
2997
|
-
"name": "
|
|
2928
|
+
"name": "pollTimer",
|
|
2998
2929
|
"type": {
|
|
2999
|
-
"text": "
|
|
2930
|
+
"text": "ReturnType<typeof setInterval> | null"
|
|
3000
2931
|
},
|
|
2932
|
+
"privacy": "private",
|
|
3001
2933
|
"default": "null"
|
|
3002
2934
|
},
|
|
3003
2935
|
{
|
|
3004
2936
|
"kind": "field",
|
|
3005
|
-
"name": "
|
|
3006
|
-
"
|
|
3007
|
-
"text": "MetadataDetail[] | string[]"
|
|
3008
|
-
},
|
|
3009
|
-
"default": "[]"
|
|
2937
|
+
"name": "clickOutside",
|
|
2938
|
+
"privacy": "private"
|
|
3010
2939
|
},
|
|
3011
2940
|
{
|
|
3012
2941
|
"kind": "field",
|
|
3013
|
-
"name": "
|
|
2942
|
+
"name": "chromeStatusLabel",
|
|
3014
2943
|
"type": {
|
|
3015
|
-
"text": "
|
|
2944
|
+
"text": "string | null"
|
|
3016
2945
|
},
|
|
3017
|
-
"
|
|
2946
|
+
"readonly": true
|
|
3018
2947
|
},
|
|
3019
2948
|
{
|
|
3020
2949
|
"kind": "field",
|
|
3021
|
-
"name": "
|
|
2950
|
+
"name": "canInstall",
|
|
3022
2951
|
"type": {
|
|
3023
|
-
"text": "
|
|
2952
|
+
"text": "boolean"
|
|
3024
2953
|
},
|
|
3025
|
-
"
|
|
2954
|
+
"readonly": true
|
|
3026
2955
|
},
|
|
3027
2956
|
{
|
|
3028
2957
|
"kind": "field",
|
|
3029
|
-
"name": "
|
|
2958
|
+
"name": "isDownloading",
|
|
3030
2959
|
"type": {
|
|
3031
|
-
"text": "
|
|
2960
|
+
"text": "boolean"
|
|
3032
2961
|
},
|
|
3033
|
-
"
|
|
3034
|
-
"default": "null"
|
|
2962
|
+
"readonly": true
|
|
3035
2963
|
},
|
|
3036
2964
|
{
|
|
3037
|
-
"kind": "
|
|
3038
|
-
"name": "
|
|
3039
|
-
"
|
|
3040
|
-
"
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
2965
|
+
"kind": "method",
|
|
2966
|
+
"name": "openChanged",
|
|
2967
|
+
"return": {
|
|
2968
|
+
"type": {
|
|
2969
|
+
"text": "void"
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
3044
2972
|
},
|
|
3045
2973
|
{
|
|
3046
|
-
"kind": "
|
|
3047
|
-
"name": "
|
|
3048
|
-
"type": {
|
|
3049
|
-
"text": "string"
|
|
3050
|
-
},
|
|
2974
|
+
"kind": "method",
|
|
2975
|
+
"name": "handleClickOutside",
|
|
3051
2976
|
"privacy": "private",
|
|
3052
|
-
"
|
|
2977
|
+
"parameters": [
|
|
2978
|
+
{
|
|
2979
|
+
"name": "event",
|
|
2980
|
+
"type": {
|
|
2981
|
+
"text": "MouseEvent"
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
]
|
|
3053
2985
|
},
|
|
3054
2986
|
{
|
|
3055
|
-
"kind": "
|
|
3056
|
-
"name": "
|
|
3057
|
-
"type": {
|
|
3058
|
-
"text": "boolean"
|
|
3059
|
-
},
|
|
3060
|
-
"readonly": true
|
|
2987
|
+
"kind": "method",
|
|
2988
|
+
"name": "toggleDropdown"
|
|
3061
2989
|
},
|
|
3062
2990
|
{
|
|
3063
2991
|
"kind": "method",
|
|
3064
|
-
"name": "
|
|
2992
|
+
"name": "refreshStatus",
|
|
2993
|
+
"return": {
|
|
2994
|
+
"type": {
|
|
2995
|
+
"text": "Promise<void>"
|
|
2996
|
+
}
|
|
2997
|
+
}
|
|
3065
2998
|
},
|
|
3066
2999
|
{
|
|
3067
3000
|
"kind": "method",
|
|
3068
|
-
"name": "
|
|
3001
|
+
"name": "deriveState",
|
|
3002
|
+
"privacy": "private",
|
|
3003
|
+
"return": {
|
|
3004
|
+
"type": {
|
|
3005
|
+
"text": "AIIndicatorState"
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
"parameters": [
|
|
3009
|
+
{
|
|
3010
|
+
"name": "s",
|
|
3011
|
+
"type": {
|
|
3012
|
+
"text": "AIStatus | null"
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
]
|
|
3069
3016
|
},
|
|
3070
3017
|
{
|
|
3071
3018
|
"kind": "method",
|
|
3072
|
-
"name": "
|
|
3019
|
+
"name": "maybeStartPolling",
|
|
3020
|
+
"privacy": "private",
|
|
3021
|
+
"return": {
|
|
3022
|
+
"type": {
|
|
3023
|
+
"text": "void"
|
|
3024
|
+
}
|
|
3025
|
+
}
|
|
3073
3026
|
},
|
|
3074
3027
|
{
|
|
3075
3028
|
"kind": "method",
|
|
3076
|
-
"name": "
|
|
3029
|
+
"name": "startPolling",
|
|
3030
|
+
"privacy": "private",
|
|
3031
|
+
"return": {
|
|
3032
|
+
"type": {
|
|
3033
|
+
"text": "void"
|
|
3034
|
+
}
|
|
3035
|
+
}
|
|
3077
3036
|
},
|
|
3078
3037
|
{
|
|
3079
3038
|
"kind": "method",
|
|
3080
|
-
"name": "
|
|
3081
|
-
"privacy": "private"
|
|
3039
|
+
"name": "stopPolling",
|
|
3040
|
+
"privacy": "private",
|
|
3041
|
+
"return": {
|
|
3042
|
+
"type": {
|
|
3043
|
+
"text": "void"
|
|
3044
|
+
}
|
|
3045
|
+
}
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"kind": "method",
|
|
3049
|
+
"name": "onInstall",
|
|
3050
|
+
"return": {
|
|
3051
|
+
"type": {
|
|
3052
|
+
"text": "Promise<void>"
|
|
3053
|
+
}
|
|
3054
|
+
}
|
|
3082
3055
|
},
|
|
3083
3056
|
{
|
|
3084
3057
|
"kind": "field",
|
|
@@ -3192,243 +3165,270 @@
|
|
|
3192
3165
|
}
|
|
3193
3166
|
}
|
|
3194
3167
|
],
|
|
3195
|
-
"attributes": [
|
|
3196
|
-
{
|
|
3197
|
-
"name": "placeholder",
|
|
3198
|
-
"type": {
|
|
3199
|
-
"text": "string"
|
|
3200
|
-
},
|
|
3201
|
-
"default": "'Describe your search criteria in natural language...'",
|
|
3202
|
-
"fieldName": "placeholder"
|
|
3203
|
-
},
|
|
3204
|
-
{
|
|
3205
|
-
"type": {
|
|
3206
|
-
"text": "boolean"
|
|
3207
|
-
},
|
|
3208
|
-
"fieldName": "disabled"
|
|
3209
|
-
},
|
|
3210
|
-
{
|
|
3211
|
-
"name": "mode",
|
|
3212
|
-
"type": {
|
|
3213
|
-
"text": "'append' | 'replace'"
|
|
3214
|
-
},
|
|
3215
|
-
"default": "'replace'",
|
|
3216
|
-
"fieldName": "mode"
|
|
3217
|
-
}
|
|
3218
|
-
],
|
|
3219
3168
|
"superclass": {
|
|
3220
3169
|
"name": "FoundationElement",
|
|
3221
3170
|
"package": "@microsoft/fast-foundation"
|
|
3222
3171
|
},
|
|
3223
|
-
"tagName": "%%prefix%%-ai-
|
|
3172
|
+
"tagName": "%%prefix%%-ai-indicator",
|
|
3224
3173
|
"customElement": true
|
|
3225
3174
|
},
|
|
3226
3175
|
{
|
|
3227
3176
|
"kind": "variable",
|
|
3228
|
-
"name": "
|
|
3229
|
-
"type": {
|
|
3230
|
-
"text": "ShadowRootInit"
|
|
3231
|
-
},
|
|
3232
|
-
"default": "undefined"
|
|
3233
|
-
},
|
|
3234
|
-
{
|
|
3235
|
-
"kind": "variable",
|
|
3236
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3237
|
-
"type": {
|
|
3238
|
-
"text": "object"
|
|
3239
|
-
},
|
|
3240
|
-
"default": "{}"
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"kind": "variable",
|
|
3244
|
-
"name": "foundationAiCriteriaSearch"
|
|
3177
|
+
"name": "foundationAiIndicator"
|
|
3245
3178
|
}
|
|
3246
3179
|
],
|
|
3247
3180
|
"exports": [
|
|
3248
3181
|
{
|
|
3249
3182
|
"kind": "js",
|
|
3250
|
-
"name": "
|
|
3251
|
-
"declaration": {
|
|
3252
|
-
"name": "AiCriteriaSearch",
|
|
3253
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3254
|
-
}
|
|
3255
|
-
},
|
|
3256
|
-
{
|
|
3257
|
-
"kind": "js",
|
|
3258
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3259
|
-
"declaration": {
|
|
3260
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3261
|
-
"module": "src/ai-criteria-search/ai-criteria-search.ts"
|
|
3262
|
-
}
|
|
3263
|
-
},
|
|
3264
|
-
{
|
|
3265
|
-
"kind": "js",
|
|
3266
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3183
|
+
"name": "AiIndicator",
|
|
3267
3184
|
"declaration": {
|
|
3268
|
-
"name": "
|
|
3269
|
-
"module": "src/ai-
|
|
3185
|
+
"name": "AiIndicator",
|
|
3186
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3270
3187
|
}
|
|
3271
3188
|
},
|
|
3272
3189
|
{
|
|
3273
3190
|
"kind": "js",
|
|
3274
|
-
"name": "
|
|
3191
|
+
"name": "foundationAiIndicator",
|
|
3275
3192
|
"declaration": {
|
|
3276
|
-
"name": "
|
|
3277
|
-
"module": "src/ai-
|
|
3193
|
+
"name": "foundationAiIndicator",
|
|
3194
|
+
"module": "src/ai-indicator/ai-indicator.ts"
|
|
3278
3195
|
}
|
|
3279
3196
|
}
|
|
3280
3197
|
]
|
|
3281
3198
|
},
|
|
3282
3199
|
{
|
|
3283
3200
|
"kind": "javascript-module",
|
|
3284
|
-
"path": "src/ai-
|
|
3201
|
+
"path": "src/ai-indicator/index.ts",
|
|
3285
3202
|
"declarations": [],
|
|
3286
3203
|
"exports": [
|
|
3287
3204
|
{
|
|
3288
3205
|
"kind": "js",
|
|
3289
|
-
"name": "
|
|
3290
|
-
"declaration": {
|
|
3291
|
-
"name": "AiCriteriaSearch",
|
|
3292
|
-
"module": "./ai-criteria-search"
|
|
3293
|
-
}
|
|
3294
|
-
},
|
|
3295
|
-
{
|
|
3296
|
-
"kind": "js",
|
|
3297
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3298
|
-
"declaration": {
|
|
3299
|
-
"name": "defaultAiCriteriaSearchConfig",
|
|
3300
|
-
"module": "./ai-criteria-search"
|
|
3301
|
-
}
|
|
3302
|
-
},
|
|
3303
|
-
{
|
|
3304
|
-
"kind": "js",
|
|
3305
|
-
"name": "foundationAiCriteriaSearch",
|
|
3306
|
-
"declaration": {
|
|
3307
|
-
"name": "foundationAiCriteriaSearch",
|
|
3308
|
-
"module": "./ai-criteria-search"
|
|
3309
|
-
}
|
|
3310
|
-
},
|
|
3311
|
-
{
|
|
3312
|
-
"kind": "js",
|
|
3313
|
-
"name": "foundationAiCriteriaSearchShadowOptions",
|
|
3206
|
+
"name": "AiIndicator",
|
|
3314
3207
|
"declaration": {
|
|
3315
|
-
"name": "
|
|
3316
|
-
"module": "./ai-
|
|
3208
|
+
"name": "AiIndicator",
|
|
3209
|
+
"module": "./ai-indicator"
|
|
3317
3210
|
}
|
|
3318
3211
|
},
|
|
3319
3212
|
{
|
|
3320
3213
|
"kind": "js",
|
|
3321
|
-
"name": "
|
|
3214
|
+
"name": "foundationAiIndicator",
|
|
3322
3215
|
"declaration": {
|
|
3323
|
-
"name": "
|
|
3324
|
-
"module": "./ai-
|
|
3216
|
+
"name": "foundationAiIndicator",
|
|
3217
|
+
"module": "./ai-indicator"
|
|
3325
3218
|
}
|
|
3326
3219
|
},
|
|
3327
3220
|
{
|
|
3328
3221
|
"kind": "js",
|
|
3329
|
-
"name": "
|
|
3222
|
+
"name": "type",
|
|
3330
3223
|
"declaration": {
|
|
3331
|
-
"name": "
|
|
3332
|
-
"module": "./ai-
|
|
3224
|
+
"name": "type",
|
|
3225
|
+
"module": "./ai-indicator"
|
|
3333
3226
|
}
|
|
3334
3227
|
},
|
|
3335
3228
|
{
|
|
3336
3229
|
"kind": "js",
|
|
3337
|
-
"name": "
|
|
3230
|
+
"name": "AIIndicatorState",
|
|
3338
3231
|
"declaration": {
|
|
3339
|
-
"name": "
|
|
3340
|
-
"
|
|
3232
|
+
"name": "AIIndicatorState",
|
|
3233
|
+
"module": "./ai-indicator"
|
|
3341
3234
|
}
|
|
3342
3235
|
},
|
|
3343
3236
|
{
|
|
3344
3237
|
"kind": "js",
|
|
3345
|
-
"name": "
|
|
3238
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3346
3239
|
"declaration": {
|
|
3347
|
-
"name": "
|
|
3348
|
-
"
|
|
3240
|
+
"name": "foundationAiIndicatorTemplate",
|
|
3241
|
+
"module": "./ai-indicator.template"
|
|
3349
3242
|
}
|
|
3350
3243
|
},
|
|
3351
3244
|
{
|
|
3352
3245
|
"kind": "js",
|
|
3353
|
-
"name": "
|
|
3246
|
+
"name": "foundationAiIndicatorStyles",
|
|
3354
3247
|
"declaration": {
|
|
3355
|
-
"name": "
|
|
3356
|
-
"
|
|
3248
|
+
"name": "foundationAiIndicatorStyles",
|
|
3249
|
+
"module": "./ai-indicator.styles"
|
|
3357
3250
|
}
|
|
3358
3251
|
}
|
|
3359
3252
|
]
|
|
3360
3253
|
},
|
|
3361
3254
|
{
|
|
3362
3255
|
"kind": "javascript-module",
|
|
3363
|
-
"path": "src/
|
|
3256
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3364
3257
|
"declarations": [
|
|
3365
3258
|
{
|
|
3366
3259
|
"kind": "function",
|
|
3367
|
-
"name": "
|
|
3260
|
+
"name": "foundationAccordionStyles",
|
|
3368
3261
|
"return": {
|
|
3369
3262
|
"type": {
|
|
3370
|
-
"text": "
|
|
3263
|
+
"text": "ElementStyles"
|
|
3371
3264
|
}
|
|
3372
3265
|
},
|
|
3373
3266
|
"parameters": [
|
|
3374
3267
|
{
|
|
3375
|
-
"name": "
|
|
3268
|
+
"name": "context",
|
|
3376
3269
|
"type": {
|
|
3377
|
-
"text": "
|
|
3270
|
+
"text": "ElementDefinitionContext"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "definition",
|
|
3275
|
+
"type": {
|
|
3276
|
+
"text": "FoundationElementDefinition"
|
|
3378
3277
|
}
|
|
3379
3278
|
}
|
|
3380
|
-
]
|
|
3381
|
-
|
|
3382
|
-
|
|
3279
|
+
]
|
|
3280
|
+
}
|
|
3281
|
+
],
|
|
3282
|
+
"exports": [
|
|
3283
|
+
{
|
|
3284
|
+
"kind": "js",
|
|
3285
|
+
"name": "foundationAccordionStyles",
|
|
3286
|
+
"declaration": {
|
|
3287
|
+
"name": "foundationAccordionStyles",
|
|
3288
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3289
|
+
}
|
|
3290
|
+
}
|
|
3291
|
+
]
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"kind": "javascript-module",
|
|
3295
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3296
|
+
"declarations": [
|
|
3383
3297
|
{
|
|
3384
3298
|
"kind": "function",
|
|
3385
|
-
"name": "
|
|
3299
|
+
"name": "foundationAccordionTemplate",
|
|
3386
3300
|
"return": {
|
|
3387
3301
|
"type": {
|
|
3388
|
-
"text": "
|
|
3302
|
+
"text": "ViewTemplate<Accordion>"
|
|
3389
3303
|
}
|
|
3390
3304
|
},
|
|
3391
3305
|
"parameters": [
|
|
3392
3306
|
{
|
|
3393
|
-
"name": "
|
|
3394
|
-
"type": {
|
|
3395
|
-
"text": "string"
|
|
3396
|
-
},
|
|
3397
|
-
"description": "Notification title (e.g. \"Criteria validation error\")"
|
|
3398
|
-
},
|
|
3399
|
-
{
|
|
3400
|
-
"name": "body",
|
|
3307
|
+
"name": "context",
|
|
3401
3308
|
"type": {
|
|
3402
|
-
"text": "
|
|
3403
|
-
}
|
|
3404
|
-
"description": "Error message to display"
|
|
3309
|
+
"text": "ElementDefinitionContext"
|
|
3310
|
+
}
|
|
3405
3311
|
},
|
|
3406
3312
|
{
|
|
3407
|
-
"name": "
|
|
3313
|
+
"name": "definition",
|
|
3408
3314
|
"type": {
|
|
3409
|
-
"text": "
|
|
3410
|
-
}
|
|
3411
|
-
"description": "Design system prefix (e.g. \"rapid\", \"foundation\")"
|
|
3315
|
+
"text": "FoundationElementDefinition"
|
|
3316
|
+
}
|
|
3412
3317
|
}
|
|
3413
|
-
]
|
|
3414
|
-
"description": "Shows a criteria error as a toast notification."
|
|
3318
|
+
]
|
|
3415
3319
|
}
|
|
3416
3320
|
],
|
|
3417
3321
|
"exports": [
|
|
3418
3322
|
{
|
|
3419
3323
|
"kind": "js",
|
|
3420
|
-
"name": "
|
|
3324
|
+
"name": "foundationAccordionTemplate",
|
|
3421
3325
|
"declaration": {
|
|
3422
|
-
"name": "
|
|
3423
|
-
"module": "src/
|
|
3326
|
+
"name": "foundationAccordionTemplate",
|
|
3327
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3424
3328
|
}
|
|
3329
|
+
}
|
|
3330
|
+
]
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"kind": "javascript-module",
|
|
3334
|
+
"path": "src/accordion/accordion.ts",
|
|
3335
|
+
"declarations": [
|
|
3336
|
+
{
|
|
3337
|
+
"kind": "class",
|
|
3338
|
+
"description": "",
|
|
3339
|
+
"name": "Accordion",
|
|
3340
|
+
"superclass": {
|
|
3341
|
+
"name": "FASTAccordion",
|
|
3342
|
+
"package": "@microsoft/fast-foundation"
|
|
3343
|
+
},
|
|
3344
|
+
"tagName": "%%prefix%%-accordion",
|
|
3345
|
+
"customElement": true
|
|
3425
3346
|
},
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "variable",
|
|
3349
|
+
"name": "foundationAccordionShadowOptions",
|
|
3350
|
+
"type": {
|
|
3351
|
+
"text": "ShadowRootInit"
|
|
3352
|
+
},
|
|
3353
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"kind": "variable",
|
|
3357
|
+
"name": "defaultAccordionConfig",
|
|
3358
|
+
"type": {
|
|
3359
|
+
"text": "object"
|
|
3360
|
+
},
|
|
3361
|
+
"default": "{}"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "variable",
|
|
3365
|
+
"name": "foundationAccordion",
|
|
3366
|
+
"description": "The Foundation Accordion",
|
|
3367
|
+
"privacy": "public"
|
|
3368
|
+
}
|
|
3369
|
+
],
|
|
3370
|
+
"exports": [
|
|
3426
3371
|
{
|
|
3427
3372
|
"kind": "js",
|
|
3428
|
-
"name": "
|
|
3373
|
+
"name": "Accordion",
|
|
3429
3374
|
"declaration": {
|
|
3430
|
-
"name": "
|
|
3431
|
-
"module": "src/
|
|
3375
|
+
"name": "Accordion",
|
|
3376
|
+
"module": "src/accordion/accordion.ts"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "js",
|
|
3381
|
+
"name": "foundationAccordionShadowOptions",
|
|
3382
|
+
"declaration": {
|
|
3383
|
+
"name": "foundationAccordionShadowOptions",
|
|
3384
|
+
"module": "src/accordion/accordion.ts"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"kind": "js",
|
|
3389
|
+
"name": "defaultAccordionConfig",
|
|
3390
|
+
"declaration": {
|
|
3391
|
+
"name": "defaultAccordionConfig",
|
|
3392
|
+
"module": "src/accordion/accordion.ts"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"kind": "js",
|
|
3397
|
+
"name": "foundationAccordion",
|
|
3398
|
+
"declaration": {
|
|
3399
|
+
"name": "foundationAccordion",
|
|
3400
|
+
"module": "src/accordion/accordion.ts"
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
]
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"kind": "javascript-module",
|
|
3407
|
+
"path": "src/accordion/index.ts",
|
|
3408
|
+
"declarations": [],
|
|
3409
|
+
"exports": [
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "js",
|
|
3412
|
+
"name": "*",
|
|
3413
|
+
"declaration": {
|
|
3414
|
+
"name": "*",
|
|
3415
|
+
"package": "./accordion.template"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "*",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "*",
|
|
3423
|
+
"package": "./accordion.styles"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "*",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "*",
|
|
3431
|
+
"package": "./accordion"
|
|
3432
3432
|
}
|
|
3433
3433
|
}
|
|
3434
3434
|
]
|
|
@@ -45408,11 +45408,40 @@
|
|
|
45408
45408
|
"default": "'second'",
|
|
45409
45409
|
"attribute": "date-countdown-unit"
|
|
45410
45410
|
},
|
|
45411
|
+
{
|
|
45412
|
+
"kind": "field",
|
|
45413
|
+
"name": "dateCountdownVisibleAfter",
|
|
45414
|
+
"type": {
|
|
45415
|
+
"text": "number"
|
|
45416
|
+
},
|
|
45417
|
+
"attribute": "date-countdown-visible-after"
|
|
45418
|
+
},
|
|
45419
|
+
{
|
|
45420
|
+
"kind": "field",
|
|
45421
|
+
"name": "hideWhenCountdownCompleted",
|
|
45422
|
+
"type": {
|
|
45423
|
+
"text": "boolean"
|
|
45424
|
+
},
|
|
45425
|
+
"default": "false",
|
|
45426
|
+
"attribute": "hide-when-countdown-completed"
|
|
45427
|
+
},
|
|
45411
45428
|
{
|
|
45412
45429
|
"kind": "field",
|
|
45413
45430
|
"name": "dateInterval",
|
|
45414
45431
|
"privacy": "private"
|
|
45415
45432
|
},
|
|
45433
|
+
{
|
|
45434
|
+
"kind": "method",
|
|
45435
|
+
"name": "dateCountdownVisibleAfterChanged",
|
|
45436
|
+
"parameters": [
|
|
45437
|
+
{
|
|
45438
|
+
"name": "oldValue"
|
|
45439
|
+
},
|
|
45440
|
+
{
|
|
45441
|
+
"name": "newValue"
|
|
45442
|
+
}
|
|
45443
|
+
]
|
|
45444
|
+
},
|
|
45416
45445
|
{
|
|
45417
45446
|
"kind": "method",
|
|
45418
45447
|
"name": "setUpDateCountdown",
|
|
@@ -45444,6 +45473,11 @@
|
|
|
45444
45473
|
}
|
|
45445
45474
|
]
|
|
45446
45475
|
},
|
|
45476
|
+
{
|
|
45477
|
+
"kind": "method",
|
|
45478
|
+
"name": "updateVisibilityFromStartTime",
|
|
45479
|
+
"privacy": "private"
|
|
45480
|
+
},
|
|
45447
45481
|
{
|
|
45448
45482
|
"kind": "method",
|
|
45449
45483
|
"name": "clearCountdownTimer",
|
|
@@ -45645,6 +45679,23 @@
|
|
|
45645
45679
|
"fieldName": "dateCountdownUnit",
|
|
45646
45680
|
"description": "the minimum unit of time shown in the countdown. Defaults to 'seconds'"
|
|
45647
45681
|
},
|
|
45682
|
+
{
|
|
45683
|
+
"name": "date-countdown-visible-after",
|
|
45684
|
+
"type": {
|
|
45685
|
+
"text": "number"
|
|
45686
|
+
},
|
|
45687
|
+
"fieldName": "dateCountdownVisibleAfter",
|
|
45688
|
+
"description": "a timestamp (in milliseconds) that controls when the countdown (and pill) becomes visible. If present, the pill will only be shown once the current time is equal to or after this timestamp."
|
|
45689
|
+
},
|
|
45690
|
+
{
|
|
45691
|
+
"name": "hide-when-countdown-completed",
|
|
45692
|
+
"type": {
|
|
45693
|
+
"text": "boolean"
|
|
45694
|
+
},
|
|
45695
|
+
"default": "false",
|
|
45696
|
+
"fieldName": "hideWhenCountdownCompleted",
|
|
45697
|
+
"description": "if true, the status pill will be removed from the template once the countdown has expired."
|
|
45698
|
+
},
|
|
45648
45699
|
{
|
|
45649
45700
|
"name": "background-color",
|
|
45650
45701
|
"type": {
|
|
@@ -45735,6 +45786,23 @@
|
|
|
45735
45786
|
"default": "'second'",
|
|
45736
45787
|
"attribute": "date-countdown-unit",
|
|
45737
45788
|
"fieldName": "dateCountdownUnit"
|
|
45789
|
+
},
|
|
45790
|
+
{
|
|
45791
|
+
"name": "date-countdown-visible-after",
|
|
45792
|
+
"type": {
|
|
45793
|
+
"text": "number"
|
|
45794
|
+
},
|
|
45795
|
+
"attribute": "date-countdown-visible-after",
|
|
45796
|
+
"fieldName": "dateCountdownVisibleAfter"
|
|
45797
|
+
},
|
|
45798
|
+
{
|
|
45799
|
+
"name": "hide-when-countdown-completed",
|
|
45800
|
+
"type": {
|
|
45801
|
+
"text": "boolean"
|
|
45802
|
+
},
|
|
45803
|
+
"default": "false",
|
|
45804
|
+
"attribute": "hide-when-countdown-completed",
|
|
45805
|
+
"fieldName": "hideWhenCountdownCompleted"
|
|
45738
45806
|
}
|
|
45739
45807
|
],
|
|
45740
45808
|
"superclass": {
|