@genesislcap/foundation-ui 14.360.1-alpha-cbd305e.0 → 14.360.1-alpha-ed37658.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +644 -740
- package/dist/dts/combobox/combobox.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/utils/base-datasource.d.ts +0 -5
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/esm/combobox/combobox.js +2 -10
- package/dist/esm/multiselect/multiselect.js +2 -10
- package/dist/esm/options-datasource/options-datasource.js +9 -9
- package/dist/esm/utils/base-datasource.js +0 -9
- package/package.json +18 -18
|
@@ -1265,65 +1265,11 @@
|
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
1267
1267
|
"kind": "javascript-module",
|
|
1268
|
-
"path": "src/
|
|
1269
|
-
"declarations": [],
|
|
1270
|
-
"exports": [
|
|
1271
|
-
{
|
|
1272
|
-
"kind": "js",
|
|
1273
|
-
"name": "*",
|
|
1274
|
-
"declaration": {
|
|
1275
|
-
"name": "*",
|
|
1276
|
-
"package": "./styles"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"kind": "js",
|
|
1281
|
-
"name": "*",
|
|
1282
|
-
"declaration": {
|
|
1283
|
-
"name": "*",
|
|
1284
|
-
"package": "./tokens"
|
|
1285
|
-
}
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"kind": "js",
|
|
1289
|
-
"name": "*",
|
|
1290
|
-
"declaration": {
|
|
1291
|
-
"name": "*",
|
|
1292
|
-
"package": "./values"
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
]
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"kind": "javascript-module",
|
|
1299
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1268
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1300
1269
|
"declarations": [
|
|
1301
1270
|
{
|
|
1302
1271
|
"kind": "function",
|
|
1303
|
-
"name": "
|
|
1304
|
-
"return": {
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "ElementStyles"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
"parameters": [
|
|
1310
|
-
{
|
|
1311
|
-
"name": "context",
|
|
1312
|
-
"type": {
|
|
1313
|
-
"text": "ElementDefinitionContext"
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "definition",
|
|
1318
|
-
"type": {
|
|
1319
|
-
"text": "FoundationElementDefinition"
|
|
1320
|
-
}
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"kind": "function",
|
|
1326
|
-
"name": "foundationActionsMenuStyles",
|
|
1272
|
+
"name": "foundationAccordionItemStyles",
|
|
1327
1273
|
"return": {
|
|
1328
1274
|
"type": {
|
|
1329
1275
|
"text": "ElementStyles"
|
|
@@ -1348,270 +1294,157 @@
|
|
|
1348
1294
|
"exports": [
|
|
1349
1295
|
{
|
|
1350
1296
|
"kind": "js",
|
|
1351
|
-
"name": "
|
|
1352
|
-
"declaration": {
|
|
1353
|
-
"name": "actionsMenuBaseStyles",
|
|
1354
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1355
|
-
}
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"kind": "js",
|
|
1359
|
-
"name": "foundationActionsMenuStyles",
|
|
1297
|
+
"name": "foundationAccordionItemStyles",
|
|
1360
1298
|
"declaration": {
|
|
1361
|
-
"name": "
|
|
1362
|
-
"module": "src/
|
|
1299
|
+
"name": "foundationAccordionItemStyles",
|
|
1300
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1363
1301
|
}
|
|
1364
1302
|
}
|
|
1365
1303
|
]
|
|
1366
1304
|
},
|
|
1367
1305
|
{
|
|
1368
1306
|
"kind": "javascript-module",
|
|
1369
|
-
"path": "src/
|
|
1307
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1370
1308
|
"declarations": [
|
|
1371
1309
|
{
|
|
1372
1310
|
"kind": "function",
|
|
1373
|
-
"name": "
|
|
1311
|
+
"name": "foundationAccordionItemTemplate",
|
|
1312
|
+
"return": {
|
|
1313
|
+
"type": {
|
|
1314
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1374
1317
|
"parameters": [
|
|
1375
1318
|
{
|
|
1376
|
-
"name": "
|
|
1319
|
+
"name": "context",
|
|
1377
1320
|
"type": {
|
|
1378
|
-
"text": "
|
|
1321
|
+
"text": "ElementDefinitionContext"
|
|
1379
1322
|
}
|
|
1380
|
-
}
|
|
1381
|
-
]
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "function",
|
|
1385
|
-
"name": "singleOptionTemplate",
|
|
1386
|
-
"parameters": [
|
|
1323
|
+
},
|
|
1387
1324
|
{
|
|
1388
|
-
"name": "
|
|
1325
|
+
"name": "definition",
|
|
1389
1326
|
"type": {
|
|
1390
|
-
"text": "
|
|
1327
|
+
"text": "FoundationElementDefinition"
|
|
1391
1328
|
}
|
|
1392
1329
|
}
|
|
1393
1330
|
]
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
"kind": "variable",
|
|
1397
|
-
"name": "foundationActionsMenuTemplate",
|
|
1398
|
-
"type": {
|
|
1399
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1400
|
-
},
|
|
1401
|
-
"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`"
|
|
1402
1331
|
}
|
|
1403
1332
|
],
|
|
1404
1333
|
"exports": [
|
|
1405
1334
|
{
|
|
1406
1335
|
"kind": "js",
|
|
1407
|
-
"name": "
|
|
1408
|
-
"declaration": {
|
|
1409
|
-
"name": "menuTemplate",
|
|
1410
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1411
|
-
}
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"kind": "js",
|
|
1415
|
-
"name": "singleOptionTemplate",
|
|
1416
|
-
"declaration": {
|
|
1417
|
-
"name": "singleOptionTemplate",
|
|
1418
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
{
|
|
1422
|
-
"kind": "js",
|
|
1423
|
-
"name": "foundationActionsMenuTemplate",
|
|
1336
|
+
"name": "foundationAccordionItemTemplate",
|
|
1424
1337
|
"declaration": {
|
|
1425
|
-
"name": "
|
|
1426
|
-
"module": "src/
|
|
1338
|
+
"name": "foundationAccordionItemTemplate",
|
|
1339
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1427
1340
|
}
|
|
1428
1341
|
}
|
|
1429
1342
|
]
|
|
1430
1343
|
},
|
|
1431
1344
|
{
|
|
1432
1345
|
"kind": "javascript-module",
|
|
1433
|
-
"path": "src/
|
|
1346
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1434
1347
|
"declarations": [
|
|
1435
1348
|
{
|
|
1436
1349
|
"kind": "class",
|
|
1437
1350
|
"description": "",
|
|
1438
|
-
"name": "
|
|
1439
|
-
"
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"kind": "field",
|
|
1449
|
-
"name": "isVertical",
|
|
1450
|
-
"type": {
|
|
1451
|
-
"text": "boolean"
|
|
1452
|
-
},
|
|
1453
|
-
"default": "false"
|
|
1454
|
-
},
|
|
1351
|
+
"name": "AccordionItem",
|
|
1352
|
+
"superclass": {
|
|
1353
|
+
"name": "FASTAccordionItem",
|
|
1354
|
+
"package": "@microsoft/fast-components"
|
|
1355
|
+
},
|
|
1356
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1357
|
+
"customElement": true,
|
|
1358
|
+
"attributes": [
|
|
1455
1359
|
{
|
|
1456
|
-
"
|
|
1457
|
-
"name": "addDefaultActions",
|
|
1360
|
+
"name": "heading-level",
|
|
1458
1361
|
"type": {
|
|
1459
|
-
"text": "
|
|
1362
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1460
1363
|
},
|
|
1461
|
-
"default": "
|
|
1364
|
+
"default": "2",
|
|
1365
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1366
|
+
"fieldName": "headinglevel",
|
|
1367
|
+
"inheritedFrom": {
|
|
1368
|
+
"name": "AccordionItem",
|
|
1369
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1370
|
+
}
|
|
1462
1371
|
},
|
|
1463
1372
|
{
|
|
1464
|
-
"kind": "field",
|
|
1465
|
-
"name": "autoCloseOnAction",
|
|
1466
1373
|
"type": {
|
|
1467
1374
|
"text": "boolean"
|
|
1468
1375
|
},
|
|
1469
|
-
"default": "
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
"
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
"text": "string"
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
{
|
|
1479
|
-
"kind": "field",
|
|
1480
|
-
"name": "definition",
|
|
1481
|
-
"type": {
|
|
1482
|
-
"text": "any"
|
|
1376
|
+
"default": "false",
|
|
1377
|
+
"description": "Expands or collapses the item.",
|
|
1378
|
+
"fieldName": "expanded",
|
|
1379
|
+
"inheritedFrom": {
|
|
1380
|
+
"name": "AccordionItem",
|
|
1381
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1483
1382
|
}
|
|
1484
1383
|
},
|
|
1485
1384
|
{
|
|
1486
|
-
"
|
|
1487
|
-
"name": "name",
|
|
1385
|
+
"name": "id",
|
|
1488
1386
|
"type": {
|
|
1489
1387
|
"text": "string"
|
|
1490
1388
|
},
|
|
1491
|
-
"
|
|
1492
|
-
|
|
1389
|
+
"description": "The item ID",
|
|
1390
|
+
"fieldName": "id",
|
|
1391
|
+
"inheritedFrom": {
|
|
1392
|
+
"name": "AccordionItem",
|
|
1393
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1394
|
+
}
|
|
1395
|
+
}
|
|
1396
|
+
],
|
|
1397
|
+
"members": [
|
|
1493
1398
|
{
|
|
1494
1399
|
"kind": "field",
|
|
1495
|
-
"name": "
|
|
1400
|
+
"name": "headinglevel",
|
|
1496
1401
|
"type": {
|
|
1497
|
-
"text": "
|
|
1402
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1498
1403
|
},
|
|
1499
|
-
"
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
"
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
"text": "string"
|
|
1404
|
+
"privacy": "public",
|
|
1405
|
+
"default": "2",
|
|
1406
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1407
|
+
"inheritedFrom": {
|
|
1408
|
+
"name": "AccordionItem",
|
|
1409
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1506
1410
|
}
|
|
1507
1411
|
},
|
|
1508
1412
|
{
|
|
1509
1413
|
"kind": "field",
|
|
1510
|
-
"name": "
|
|
1414
|
+
"name": "expanded",
|
|
1511
1415
|
"type": {
|
|
1512
1416
|
"text": "boolean"
|
|
1513
1417
|
},
|
|
1514
|
-
"
|
|
1418
|
+
"privacy": "public",
|
|
1419
|
+
"default": "false",
|
|
1420
|
+
"description": "Expands or collapses the item.",
|
|
1421
|
+
"inheritedFrom": {
|
|
1422
|
+
"name": "AccordionItem",
|
|
1423
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1424
|
+
}
|
|
1515
1425
|
},
|
|
1516
1426
|
{
|
|
1517
1427
|
"kind": "field",
|
|
1518
|
-
"name": "
|
|
1428
|
+
"name": "id",
|
|
1519
1429
|
"type": {
|
|
1520
|
-
"text": "
|
|
1430
|
+
"text": "string"
|
|
1521
1431
|
},
|
|
1522
|
-
"
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "ActionMenuItem"
|
|
1432
|
+
"privacy": "public",
|
|
1433
|
+
"description": "The item ID",
|
|
1434
|
+
"inheritedFrom": {
|
|
1435
|
+
"name": "AccordionItem",
|
|
1436
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1529
1437
|
}
|
|
1530
1438
|
},
|
|
1531
1439
|
{
|
|
1532
1440
|
"kind": "field",
|
|
1533
|
-
"name": "
|
|
1534
|
-
"
|
|
1535
|
-
|
|
1441
|
+
"name": "change",
|
|
1442
|
+
"privacy": "private",
|
|
1443
|
+
"inheritedFrom": {
|
|
1444
|
+
"name": "AccordionItem",
|
|
1445
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1536
1446
|
}
|
|
1537
1447
|
},
|
|
1538
|
-
{
|
|
1539
|
-
"kind": "method",
|
|
1540
|
-
"name": "definitionChanged",
|
|
1541
|
-
"privacy": "protected",
|
|
1542
|
-
"parameters": [
|
|
1543
|
-
{
|
|
1544
|
-
"name": "oldValue",
|
|
1545
|
-
"type": {
|
|
1546
|
-
"text": "any"
|
|
1547
|
-
}
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
"name": "newValue",
|
|
1551
|
-
"type": {
|
|
1552
|
-
"text": "any"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "method",
|
|
1559
|
-
"name": "openChanged",
|
|
1560
|
-
"privacy": "protected"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"kind": "method",
|
|
1564
|
-
"name": "toggleActionsMenuVisibility"
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"kind": "method",
|
|
1568
|
-
"name": "onActionMenuItemClick",
|
|
1569
|
-
"parameters": [
|
|
1570
|
-
{
|
|
1571
|
-
"name": "callback",
|
|
1572
|
-
"type": {
|
|
1573
|
-
"text": "(rowData) => void | any"
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1576
|
-
]
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"kind": "field",
|
|
1580
|
-
"name": "allActions",
|
|
1581
|
-
"type": {
|
|
1582
|
-
"text": "ActionMenuItem[]"
|
|
1583
|
-
},
|
|
1584
|
-
"readonly": true
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"kind": "field",
|
|
1588
|
-
"name": "rowData",
|
|
1589
|
-
"readonly": true
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"kind": "method",
|
|
1593
|
-
"name": "getLabel",
|
|
1594
|
-
"parameters": [
|
|
1595
|
-
{
|
|
1596
|
-
"name": "name",
|
|
1597
|
-
"type": {
|
|
1598
|
-
"text": "string | ((rowData: any) => string)"
|
|
1599
|
-
}
|
|
1600
|
-
}
|
|
1601
|
-
]
|
|
1602
|
-
},
|
|
1603
|
-
{
|
|
1604
|
-
"kind": "method",
|
|
1605
|
-
"name": "getTemplate",
|
|
1606
|
-
"parameters": [
|
|
1607
|
-
{
|
|
1608
|
-
"name": "prefix",
|
|
1609
|
-
"type": {
|
|
1610
|
-
"text": "string"
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1613
|
-
]
|
|
1614
|
-
},
|
|
1615
1448
|
{
|
|
1616
1449
|
"kind": "field",
|
|
1617
1450
|
"name": "_presentation",
|
|
@@ -1724,107 +1557,78 @@
|
|
|
1724
1557
|
}
|
|
1725
1558
|
}
|
|
1726
1559
|
],
|
|
1727
|
-
"
|
|
1728
|
-
{
|
|
1729
|
-
"name": "is-vertical",
|
|
1730
|
-
"type": {
|
|
1731
|
-
"text": "boolean"
|
|
1732
|
-
},
|
|
1733
|
-
"default": "false",
|
|
1734
|
-
"fieldName": "isVertical"
|
|
1735
|
-
},
|
|
1736
|
-
{
|
|
1737
|
-
"name": "add-default-actions",
|
|
1738
|
-
"type": {
|
|
1739
|
-
"text": "boolean"
|
|
1740
|
-
},
|
|
1741
|
-
"default": "true",
|
|
1742
|
-
"fieldName": "addDefaultActions"
|
|
1743
|
-
},
|
|
1744
|
-
{
|
|
1745
|
-
"name": "auto-close-on-action",
|
|
1746
|
-
"type": {
|
|
1747
|
-
"text": "boolean"
|
|
1748
|
-
},
|
|
1749
|
-
"default": "true",
|
|
1750
|
-
"fieldName": "autoCloseOnAction"
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"name": "name",
|
|
1754
|
-
"type": {
|
|
1755
|
-
"text": "string"
|
|
1756
|
-
},
|
|
1757
|
-
"default": "'Actions'",
|
|
1758
|
-
"fieldName": "name"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"name": "open",
|
|
1762
|
-
"type": {
|
|
1763
|
-
"text": "boolean"
|
|
1764
|
-
},
|
|
1765
|
-
"default": "false",
|
|
1766
|
-
"fieldName": "open"
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "buttonAppearance",
|
|
1770
|
-
"type": {
|
|
1771
|
-
"text": "string"
|
|
1772
|
-
},
|
|
1773
|
-
"fieldName": "buttonAppearance"
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
"name": "hide-disabled",
|
|
1777
|
-
"type": {
|
|
1778
|
-
"text": "boolean"
|
|
1779
|
-
},
|
|
1780
|
-
"default": "false",
|
|
1781
|
-
"fieldName": "hideDisabled"
|
|
1782
|
-
},
|
|
1560
|
+
"events": [
|
|
1783
1561
|
{
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1562
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1563
|
+
"name": "change",
|
|
1564
|
+
"inheritedFrom": {
|
|
1565
|
+
"name": "AccordionItem",
|
|
1566
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1567
|
+
}
|
|
1790
1568
|
}
|
|
1791
|
-
]
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1569
|
+
]
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
"kind": "variable",
|
|
1573
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": "ShadowRootInit"
|
|
1795
1576
|
},
|
|
1796
|
-
"
|
|
1797
|
-
"customElement": true
|
|
1577
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1798
1578
|
},
|
|
1799
1579
|
{
|
|
1800
1580
|
"kind": "variable",
|
|
1801
|
-
"name": "
|
|
1802
|
-
"
|
|
1581
|
+
"name": "defaultAccordionItemConfig",
|
|
1582
|
+
"type": {
|
|
1583
|
+
"text": "object"
|
|
1584
|
+
},
|
|
1585
|
+
"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}"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"kind": "variable",
|
|
1589
|
+
"name": "foundationAccordionItem",
|
|
1590
|
+
"description": "The Foundation Accordion Item",
|
|
1803
1591
|
"privacy": "public"
|
|
1804
1592
|
}
|
|
1805
1593
|
],
|
|
1806
1594
|
"exports": [
|
|
1807
1595
|
{
|
|
1808
1596
|
"kind": "js",
|
|
1809
|
-
"name": "
|
|
1597
|
+
"name": "AccordionItem",
|
|
1810
1598
|
"declaration": {
|
|
1811
|
-
"name": "
|
|
1812
|
-
"module": "src/
|
|
1599
|
+
"name": "AccordionItem",
|
|
1600
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1813
1601
|
}
|
|
1814
1602
|
},
|
|
1815
1603
|
{
|
|
1816
1604
|
"kind": "js",
|
|
1817
|
-
"name": "
|
|
1605
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1818
1606
|
"declaration": {
|
|
1819
|
-
"name": "
|
|
1820
|
-
"module": "src/
|
|
1607
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1608
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1609
|
+
}
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"kind": "js",
|
|
1613
|
+
"name": "defaultAccordionItemConfig",
|
|
1614
|
+
"declaration": {
|
|
1615
|
+
"name": "defaultAccordionItemConfig",
|
|
1616
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"kind": "js",
|
|
1621
|
+
"name": "foundationAccordionItem",
|
|
1622
|
+
"declaration": {
|
|
1623
|
+
"name": "foundationAccordionItem",
|
|
1624
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1821
1625
|
}
|
|
1822
1626
|
}
|
|
1823
1627
|
]
|
|
1824
1628
|
},
|
|
1825
1629
|
{
|
|
1826
1630
|
"kind": "javascript-module",
|
|
1827
|
-
"path": "src/
|
|
1631
|
+
"path": "src/accordion-item/index.ts",
|
|
1828
1632
|
"declarations": [],
|
|
1829
1633
|
"exports": [
|
|
1830
1634
|
{
|
|
@@ -1832,7 +1636,7 @@
|
|
|
1832
1636
|
"name": "*",
|
|
1833
1637
|
"declaration": {
|
|
1834
1638
|
"name": "*",
|
|
1835
|
-
"package": "./
|
|
1639
|
+
"package": "./accordion-item.template"
|
|
1836
1640
|
}
|
|
1837
1641
|
},
|
|
1838
1642
|
{
|
|
@@ -1840,7 +1644,7 @@
|
|
|
1840
1644
|
"name": "*",
|
|
1841
1645
|
"declaration": {
|
|
1842
1646
|
"name": "*",
|
|
1843
|
-
"package": "./
|
|
1647
|
+
"package": "./accordion-item.styles"
|
|
1844
1648
|
}
|
|
1845
1649
|
},
|
|
1846
1650
|
{
|
|
@@ -1848,18 +1652,41 @@
|
|
|
1848
1652
|
"name": "*",
|
|
1849
1653
|
"declaration": {
|
|
1850
1654
|
"name": "*",
|
|
1851
|
-
"package": "./
|
|
1655
|
+
"package": "./accordion-item"
|
|
1852
1656
|
}
|
|
1853
1657
|
}
|
|
1854
1658
|
]
|
|
1855
1659
|
},
|
|
1856
1660
|
{
|
|
1857
1661
|
"kind": "javascript-module",
|
|
1858
|
-
"path": "src/
|
|
1662
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1859
1663
|
"declarations": [
|
|
1860
1664
|
{
|
|
1861
1665
|
"kind": "function",
|
|
1862
|
-
"name": "
|
|
1666
|
+
"name": "actionsMenuBaseStyles",
|
|
1667
|
+
"return": {
|
|
1668
|
+
"type": {
|
|
1669
|
+
"text": "ElementStyles"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
"parameters": [
|
|
1673
|
+
{
|
|
1674
|
+
"name": "context",
|
|
1675
|
+
"type": {
|
|
1676
|
+
"text": "ElementDefinitionContext"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "definition",
|
|
1681
|
+
"type": {
|
|
1682
|
+
"text": "FoundationElementDefinition"
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
]
|
|
1686
|
+
},
|
|
1687
|
+
{
|
|
1688
|
+
"kind": "function",
|
|
1689
|
+
"name": "foundationActionsMenuStyles",
|
|
1863
1690
|
"return": {
|
|
1864
1691
|
"type": {
|
|
1865
1692
|
"text": "ElementStyles"
|
|
@@ -1884,157 +1711,270 @@
|
|
|
1884
1711
|
"exports": [
|
|
1885
1712
|
{
|
|
1886
1713
|
"kind": "js",
|
|
1887
|
-
"name": "
|
|
1714
|
+
"name": "actionsMenuBaseStyles",
|
|
1888
1715
|
"declaration": {
|
|
1889
|
-
"name": "
|
|
1890
|
-
"module": "src/
|
|
1716
|
+
"name": "actionsMenuBaseStyles",
|
|
1717
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1718
|
+
}
|
|
1719
|
+
},
|
|
1720
|
+
{
|
|
1721
|
+
"kind": "js",
|
|
1722
|
+
"name": "foundationActionsMenuStyles",
|
|
1723
|
+
"declaration": {
|
|
1724
|
+
"name": "foundationActionsMenuStyles",
|
|
1725
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1891
1726
|
}
|
|
1892
1727
|
}
|
|
1893
1728
|
]
|
|
1894
1729
|
},
|
|
1895
1730
|
{
|
|
1896
1731
|
"kind": "javascript-module",
|
|
1897
|
-
"path": "src/
|
|
1732
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1898
1733
|
"declarations": [
|
|
1899
1734
|
{
|
|
1900
1735
|
"kind": "function",
|
|
1901
|
-
"name": "
|
|
1902
|
-
"return": {
|
|
1903
|
-
"type": {
|
|
1904
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1905
|
-
}
|
|
1906
|
-
},
|
|
1736
|
+
"name": "menuTemplate",
|
|
1907
1737
|
"parameters": [
|
|
1908
1738
|
{
|
|
1909
|
-
"name": "
|
|
1739
|
+
"name": "prefix",
|
|
1910
1740
|
"type": {
|
|
1911
|
-
"text": "
|
|
1741
|
+
"text": "string"
|
|
1912
1742
|
}
|
|
1913
|
-
}
|
|
1743
|
+
}
|
|
1744
|
+
]
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "function",
|
|
1748
|
+
"name": "singleOptionTemplate",
|
|
1749
|
+
"parameters": [
|
|
1914
1750
|
{
|
|
1915
|
-
"name": "
|
|
1751
|
+
"name": "prefix",
|
|
1916
1752
|
"type": {
|
|
1917
|
-
"text": "
|
|
1753
|
+
"text": "string"
|
|
1918
1754
|
}
|
|
1919
1755
|
}
|
|
1920
1756
|
]
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "variable",
|
|
1760
|
+
"name": "foundationActionsMenuTemplate",
|
|
1761
|
+
"type": {
|
|
1762
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1763
|
+
},
|
|
1764
|
+
"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`"
|
|
1921
1765
|
}
|
|
1922
1766
|
],
|
|
1923
1767
|
"exports": [
|
|
1924
1768
|
{
|
|
1925
1769
|
"kind": "js",
|
|
1926
|
-
"name": "
|
|
1770
|
+
"name": "menuTemplate",
|
|
1927
1771
|
"declaration": {
|
|
1928
|
-
"name": "
|
|
1929
|
-
"module": "src/
|
|
1772
|
+
"name": "menuTemplate",
|
|
1773
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1774
|
+
}
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"kind": "js",
|
|
1778
|
+
"name": "singleOptionTemplate",
|
|
1779
|
+
"declaration": {
|
|
1780
|
+
"name": "singleOptionTemplate",
|
|
1781
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "js",
|
|
1786
|
+
"name": "foundationActionsMenuTemplate",
|
|
1787
|
+
"declaration": {
|
|
1788
|
+
"name": "foundationActionsMenuTemplate",
|
|
1789
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1930
1790
|
}
|
|
1931
1791
|
}
|
|
1932
1792
|
]
|
|
1933
1793
|
},
|
|
1934
1794
|
{
|
|
1935
1795
|
"kind": "javascript-module",
|
|
1936
|
-
"path": "src/
|
|
1796
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1937
1797
|
"declarations": [
|
|
1938
1798
|
{
|
|
1939
1799
|
"kind": "class",
|
|
1940
1800
|
"description": "",
|
|
1941
|
-
"name": "
|
|
1942
|
-
"
|
|
1943
|
-
"name": "FASTAccordionItem",
|
|
1944
|
-
"package": "@microsoft/fast-components"
|
|
1945
|
-
},
|
|
1946
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1947
|
-
"customElement": true,
|
|
1948
|
-
"attributes": [
|
|
1801
|
+
"name": "ActionsMenu",
|
|
1802
|
+
"members": [
|
|
1949
1803
|
{
|
|
1950
|
-
"
|
|
1804
|
+
"kind": "field",
|
|
1805
|
+
"name": "actions",
|
|
1951
1806
|
"type": {
|
|
1952
|
-
"text": "
|
|
1953
|
-
},
|
|
1954
|
-
"default": "2",
|
|
1955
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1956
|
-
"fieldName": "headinglevel",
|
|
1957
|
-
"inheritedFrom": {
|
|
1958
|
-
"name": "AccordionItem",
|
|
1959
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1807
|
+
"text": "ActionMenuItem[]"
|
|
1960
1808
|
}
|
|
1961
1809
|
},
|
|
1962
1810
|
{
|
|
1811
|
+
"kind": "field",
|
|
1812
|
+
"name": "isVertical",
|
|
1963
1813
|
"type": {
|
|
1964
1814
|
"text": "boolean"
|
|
1965
1815
|
},
|
|
1966
|
-
"default": "false"
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
"
|
|
1970
|
-
|
|
1971
|
-
|
|
1816
|
+
"default": "false"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "field",
|
|
1820
|
+
"name": "addDefaultActions",
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "boolean"
|
|
1823
|
+
},
|
|
1824
|
+
"default": "true"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"kind": "field",
|
|
1828
|
+
"name": "autoCloseOnAction",
|
|
1829
|
+
"type": {
|
|
1830
|
+
"text": "boolean"
|
|
1831
|
+
},
|
|
1832
|
+
"default": "true"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "field",
|
|
1836
|
+
"name": "classNames",
|
|
1837
|
+
"type": {
|
|
1838
|
+
"text": "string"
|
|
1972
1839
|
}
|
|
1973
1840
|
},
|
|
1974
1841
|
{
|
|
1975
|
-
"
|
|
1842
|
+
"kind": "field",
|
|
1843
|
+
"name": "definition",
|
|
1844
|
+
"type": {
|
|
1845
|
+
"text": "any"
|
|
1846
|
+
}
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
"kind": "field",
|
|
1850
|
+
"name": "name",
|
|
1976
1851
|
"type": {
|
|
1977
1852
|
"text": "string"
|
|
1978
1853
|
},
|
|
1979
|
-
"
|
|
1980
|
-
|
|
1981
|
-
"inheritedFrom": {
|
|
1982
|
-
"name": "AccordionItem",
|
|
1983
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1984
|
-
}
|
|
1985
|
-
}
|
|
1986
|
-
],
|
|
1987
|
-
"members": [
|
|
1854
|
+
"default": "'Actions'"
|
|
1855
|
+
},
|
|
1988
1856
|
{
|
|
1989
1857
|
"kind": "field",
|
|
1990
|
-
"name": "
|
|
1858
|
+
"name": "open",
|
|
1991
1859
|
"type": {
|
|
1992
|
-
"text": "
|
|
1860
|
+
"text": "boolean"
|
|
1993
1861
|
},
|
|
1994
|
-
"
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
"
|
|
1998
|
-
|
|
1999
|
-
|
|
1862
|
+
"default": "false"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"kind": "field",
|
|
1866
|
+
"name": "buttonAppearance",
|
|
1867
|
+
"type": {
|
|
1868
|
+
"text": "string"
|
|
2000
1869
|
}
|
|
2001
1870
|
},
|
|
2002
1871
|
{
|
|
2003
1872
|
"kind": "field",
|
|
2004
|
-
"name": "
|
|
1873
|
+
"name": "hideDisabled",
|
|
2005
1874
|
"type": {
|
|
2006
1875
|
"text": "boolean"
|
|
2007
1876
|
},
|
|
2008
|
-
"
|
|
2009
|
-
"default": "false",
|
|
2010
|
-
"description": "Expands or collapses the item.",
|
|
2011
|
-
"inheritedFrom": {
|
|
2012
|
-
"name": "AccordionItem",
|
|
2013
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2014
|
-
}
|
|
1877
|
+
"default": "false"
|
|
2015
1878
|
},
|
|
2016
1879
|
{
|
|
2017
1880
|
"kind": "field",
|
|
2018
|
-
"name": "
|
|
1881
|
+
"name": "hideMenuSingleOption",
|
|
2019
1882
|
"type": {
|
|
2020
|
-
"text": "
|
|
1883
|
+
"text": "boolean"
|
|
2021
1884
|
},
|
|
2022
|
-
"
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
1885
|
+
"default": "false"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"kind": "field",
|
|
1889
|
+
"name": "singleOption",
|
|
1890
|
+
"type": {
|
|
1891
|
+
"text": "ActionMenuItem"
|
|
2027
1892
|
}
|
|
2028
1893
|
},
|
|
2029
1894
|
{
|
|
2030
1895
|
"kind": "field",
|
|
2031
|
-
"name": "
|
|
2032
|
-
"
|
|
2033
|
-
|
|
2034
|
-
"name": "AccordionItem",
|
|
2035
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1896
|
+
"name": "actionsMenu",
|
|
1897
|
+
"type": {
|
|
1898
|
+
"text": "HTMLElement"
|
|
2036
1899
|
}
|
|
2037
1900
|
},
|
|
1901
|
+
{
|
|
1902
|
+
"kind": "method",
|
|
1903
|
+
"name": "definitionChanged",
|
|
1904
|
+
"privacy": "protected",
|
|
1905
|
+
"parameters": [
|
|
1906
|
+
{
|
|
1907
|
+
"name": "oldValue",
|
|
1908
|
+
"type": {
|
|
1909
|
+
"text": "any"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "newValue",
|
|
1914
|
+
"type": {
|
|
1915
|
+
"text": "any"
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
]
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
"kind": "method",
|
|
1922
|
+
"name": "openChanged",
|
|
1923
|
+
"privacy": "protected"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"kind": "method",
|
|
1927
|
+
"name": "toggleActionsMenuVisibility"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "method",
|
|
1931
|
+
"name": "onActionMenuItemClick",
|
|
1932
|
+
"parameters": [
|
|
1933
|
+
{
|
|
1934
|
+
"name": "callback",
|
|
1935
|
+
"type": {
|
|
1936
|
+
"text": "(rowData) => void | any"
|
|
1937
|
+
}
|
|
1938
|
+
}
|
|
1939
|
+
]
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
"kind": "field",
|
|
1943
|
+
"name": "allActions",
|
|
1944
|
+
"type": {
|
|
1945
|
+
"text": "ActionMenuItem[]"
|
|
1946
|
+
},
|
|
1947
|
+
"readonly": true
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "field",
|
|
1951
|
+
"name": "rowData",
|
|
1952
|
+
"readonly": true
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"kind": "method",
|
|
1956
|
+
"name": "getLabel",
|
|
1957
|
+
"parameters": [
|
|
1958
|
+
{
|
|
1959
|
+
"name": "name",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "string | ((rowData: any) => string)"
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
]
|
|
1965
|
+
},
|
|
1966
|
+
{
|
|
1967
|
+
"kind": "method",
|
|
1968
|
+
"name": "getTemplate",
|
|
1969
|
+
"parameters": [
|
|
1970
|
+
{
|
|
1971
|
+
"name": "prefix",
|
|
1972
|
+
"type": {
|
|
1973
|
+
"text": "string"
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
2038
1978
|
{
|
|
2039
1979
|
"kind": "field",
|
|
2040
1980
|
"name": "_presentation",
|
|
@@ -2147,78 +2087,107 @@
|
|
|
2147
2087
|
}
|
|
2148
2088
|
}
|
|
2149
2089
|
],
|
|
2150
|
-
"
|
|
2090
|
+
"attributes": [
|
|
2151
2091
|
{
|
|
2152
|
-
"
|
|
2153
|
-
"
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2092
|
+
"name": "is-vertical",
|
|
2093
|
+
"type": {
|
|
2094
|
+
"text": "boolean"
|
|
2095
|
+
},
|
|
2096
|
+
"default": "false",
|
|
2097
|
+
"fieldName": "isVertical"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
"name": "add-default-actions",
|
|
2101
|
+
"type": {
|
|
2102
|
+
"text": "boolean"
|
|
2103
|
+
},
|
|
2104
|
+
"default": "true",
|
|
2105
|
+
"fieldName": "addDefaultActions"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
"name": "auto-close-on-action",
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "boolean"
|
|
2111
|
+
},
|
|
2112
|
+
"default": "true",
|
|
2113
|
+
"fieldName": "autoCloseOnAction"
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
"name": "name",
|
|
2117
|
+
"type": {
|
|
2118
|
+
"text": "string"
|
|
2119
|
+
},
|
|
2120
|
+
"default": "'Actions'",
|
|
2121
|
+
"fieldName": "name"
|
|
2122
|
+
},
|
|
2123
|
+
{
|
|
2124
|
+
"name": "open",
|
|
2125
|
+
"type": {
|
|
2126
|
+
"text": "boolean"
|
|
2127
|
+
},
|
|
2128
|
+
"default": "false",
|
|
2129
|
+
"fieldName": "open"
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"name": "buttonAppearance",
|
|
2133
|
+
"type": {
|
|
2134
|
+
"text": "string"
|
|
2135
|
+
},
|
|
2136
|
+
"fieldName": "buttonAppearance"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"name": "hide-disabled",
|
|
2140
|
+
"type": {
|
|
2141
|
+
"text": "boolean"
|
|
2142
|
+
},
|
|
2143
|
+
"default": "false",
|
|
2144
|
+
"fieldName": "hideDisabled"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"name": "hide-menu-single-option",
|
|
2148
|
+
"type": {
|
|
2149
|
+
"text": "boolean"
|
|
2150
|
+
},
|
|
2151
|
+
"default": "false",
|
|
2152
|
+
"fieldName": "hideMenuSingleOption"
|
|
2158
2153
|
}
|
|
2159
|
-
]
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2164
|
-
"type": {
|
|
2165
|
-
"text": "ShadowRootInit"
|
|
2166
|
-
},
|
|
2167
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"kind": "variable",
|
|
2171
|
-
"name": "defaultAccordionItemConfig",
|
|
2172
|
-
"type": {
|
|
2173
|
-
"text": "object"
|
|
2154
|
+
],
|
|
2155
|
+
"superclass": {
|
|
2156
|
+
"name": "FoundationElement",
|
|
2157
|
+
"package": "@microsoft/fast-foundation"
|
|
2174
2158
|
},
|
|
2175
|
-
"
|
|
2159
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
2160
|
+
"customElement": true
|
|
2176
2161
|
},
|
|
2177
2162
|
{
|
|
2178
2163
|
"kind": "variable",
|
|
2179
|
-
"name": "
|
|
2180
|
-
"description": "The Foundation
|
|
2164
|
+
"name": "foundationActionsMenu",
|
|
2165
|
+
"description": "The Foundation Actions Menu",
|
|
2181
2166
|
"privacy": "public"
|
|
2182
2167
|
}
|
|
2183
2168
|
],
|
|
2184
2169
|
"exports": [
|
|
2185
2170
|
{
|
|
2186
2171
|
"kind": "js",
|
|
2187
|
-
"name": "
|
|
2188
|
-
"declaration": {
|
|
2189
|
-
"name": "AccordionItem",
|
|
2190
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
{
|
|
2194
|
-
"kind": "js",
|
|
2195
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2196
|
-
"declaration": {
|
|
2197
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
2198
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
2199
|
-
}
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "js",
|
|
2203
|
-
"name": "defaultAccordionItemConfig",
|
|
2172
|
+
"name": "ActionsMenu",
|
|
2204
2173
|
"declaration": {
|
|
2205
|
-
"name": "
|
|
2206
|
-
"module": "src/
|
|
2174
|
+
"name": "ActionsMenu",
|
|
2175
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2207
2176
|
}
|
|
2208
2177
|
},
|
|
2209
2178
|
{
|
|
2210
2179
|
"kind": "js",
|
|
2211
|
-
"name": "
|
|
2180
|
+
"name": "foundationActionsMenu",
|
|
2212
2181
|
"declaration": {
|
|
2213
|
-
"name": "
|
|
2214
|
-
"module": "src/
|
|
2182
|
+
"name": "foundationActionsMenu",
|
|
2183
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
2215
2184
|
}
|
|
2216
2185
|
}
|
|
2217
2186
|
]
|
|
2218
2187
|
},
|
|
2219
2188
|
{
|
|
2220
2189
|
"kind": "javascript-module",
|
|
2221
|
-
"path": "src/
|
|
2190
|
+
"path": "src/actions-menu/index.ts",
|
|
2222
2191
|
"declarations": [],
|
|
2223
2192
|
"exports": [
|
|
2224
2193
|
{
|
|
@@ -2226,7 +2195,7 @@
|
|
|
2226
2195
|
"name": "*",
|
|
2227
2196
|
"declaration": {
|
|
2228
2197
|
"name": "*",
|
|
2229
|
-
"package": "./
|
|
2198
|
+
"package": "./actions-menu.styles"
|
|
2230
2199
|
}
|
|
2231
2200
|
},
|
|
2232
2201
|
{
|
|
@@ -2234,7 +2203,7 @@
|
|
|
2234
2203
|
"name": "*",
|
|
2235
2204
|
"declaration": {
|
|
2236
2205
|
"name": "*",
|
|
2237
|
-
"package": "./
|
|
2206
|
+
"package": "./actions-menu.template"
|
|
2238
2207
|
}
|
|
2239
2208
|
},
|
|
2240
2209
|
{
|
|
@@ -2242,7 +2211,7 @@
|
|
|
2242
2211
|
"name": "*",
|
|
2243
2212
|
"declaration": {
|
|
2244
2213
|
"name": "*",
|
|
2245
|
-
"package": "./
|
|
2214
|
+
"package": "./actions-menu"
|
|
2246
2215
|
}
|
|
2247
2216
|
}
|
|
2248
2217
|
]
|
|
@@ -2767,188 +2736,6 @@
|
|
|
2767
2736
|
}
|
|
2768
2737
|
]
|
|
2769
2738
|
},
|
|
2770
|
-
{
|
|
2771
|
-
"kind": "javascript-module",
|
|
2772
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
2773
|
-
"declarations": [
|
|
2774
|
-
{
|
|
2775
|
-
"kind": "function",
|
|
2776
|
-
"name": "foundationAccordionStyles",
|
|
2777
|
-
"return": {
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "ElementStyles"
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
"parameters": [
|
|
2783
|
-
{
|
|
2784
|
-
"name": "context",
|
|
2785
|
-
"type": {
|
|
2786
|
-
"text": "ElementDefinitionContext"
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"name": "definition",
|
|
2791
|
-
"type": {
|
|
2792
|
-
"text": "FoundationElementDefinition"
|
|
2793
|
-
}
|
|
2794
|
-
}
|
|
2795
|
-
]
|
|
2796
|
-
}
|
|
2797
|
-
],
|
|
2798
|
-
"exports": [
|
|
2799
|
-
{
|
|
2800
|
-
"kind": "js",
|
|
2801
|
-
"name": "foundationAccordionStyles",
|
|
2802
|
-
"declaration": {
|
|
2803
|
-
"name": "foundationAccordionStyles",
|
|
2804
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
2805
|
-
}
|
|
2806
|
-
}
|
|
2807
|
-
]
|
|
2808
|
-
},
|
|
2809
|
-
{
|
|
2810
|
-
"kind": "javascript-module",
|
|
2811
|
-
"path": "src/accordion/accordion.template.ts",
|
|
2812
|
-
"declarations": [
|
|
2813
|
-
{
|
|
2814
|
-
"kind": "function",
|
|
2815
|
-
"name": "foundationAccordionTemplate",
|
|
2816
|
-
"return": {
|
|
2817
|
-
"type": {
|
|
2818
|
-
"text": "ViewTemplate<Accordion>"
|
|
2819
|
-
}
|
|
2820
|
-
},
|
|
2821
|
-
"parameters": [
|
|
2822
|
-
{
|
|
2823
|
-
"name": "context",
|
|
2824
|
-
"type": {
|
|
2825
|
-
"text": "ElementDefinitionContext"
|
|
2826
|
-
}
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"name": "definition",
|
|
2830
|
-
"type": {
|
|
2831
|
-
"text": "FoundationElementDefinition"
|
|
2832
|
-
}
|
|
2833
|
-
}
|
|
2834
|
-
]
|
|
2835
|
-
}
|
|
2836
|
-
],
|
|
2837
|
-
"exports": [
|
|
2838
|
-
{
|
|
2839
|
-
"kind": "js",
|
|
2840
|
-
"name": "foundationAccordionTemplate",
|
|
2841
|
-
"declaration": {
|
|
2842
|
-
"name": "foundationAccordionTemplate",
|
|
2843
|
-
"module": "src/accordion/accordion.template.ts"
|
|
2844
|
-
}
|
|
2845
|
-
}
|
|
2846
|
-
]
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"kind": "javascript-module",
|
|
2850
|
-
"path": "src/accordion/accordion.ts",
|
|
2851
|
-
"declarations": [
|
|
2852
|
-
{
|
|
2853
|
-
"kind": "class",
|
|
2854
|
-
"description": "",
|
|
2855
|
-
"name": "Accordion",
|
|
2856
|
-
"superclass": {
|
|
2857
|
-
"name": "FASTAccordion",
|
|
2858
|
-
"package": "@microsoft/fast-foundation"
|
|
2859
|
-
},
|
|
2860
|
-
"tagName": "%%prefix%%-accordion",
|
|
2861
|
-
"customElement": true
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
"kind": "variable",
|
|
2865
|
-
"name": "foundationAccordionShadowOptions",
|
|
2866
|
-
"type": {
|
|
2867
|
-
"text": "ShadowRootInit"
|
|
2868
|
-
},
|
|
2869
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2870
|
-
},
|
|
2871
|
-
{
|
|
2872
|
-
"kind": "variable",
|
|
2873
|
-
"name": "defaultAccordionConfig",
|
|
2874
|
-
"type": {
|
|
2875
|
-
"text": "object"
|
|
2876
|
-
},
|
|
2877
|
-
"default": "{}"
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
"kind": "variable",
|
|
2881
|
-
"name": "foundationAccordion",
|
|
2882
|
-
"description": "The Foundation Accordion",
|
|
2883
|
-
"privacy": "public"
|
|
2884
|
-
}
|
|
2885
|
-
],
|
|
2886
|
-
"exports": [
|
|
2887
|
-
{
|
|
2888
|
-
"kind": "js",
|
|
2889
|
-
"name": "Accordion",
|
|
2890
|
-
"declaration": {
|
|
2891
|
-
"name": "Accordion",
|
|
2892
|
-
"module": "src/accordion/accordion.ts"
|
|
2893
|
-
}
|
|
2894
|
-
},
|
|
2895
|
-
{
|
|
2896
|
-
"kind": "js",
|
|
2897
|
-
"name": "foundationAccordionShadowOptions",
|
|
2898
|
-
"declaration": {
|
|
2899
|
-
"name": "foundationAccordionShadowOptions",
|
|
2900
|
-
"module": "src/accordion/accordion.ts"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
"kind": "js",
|
|
2905
|
-
"name": "defaultAccordionConfig",
|
|
2906
|
-
"declaration": {
|
|
2907
|
-
"name": "defaultAccordionConfig",
|
|
2908
|
-
"module": "src/accordion/accordion.ts"
|
|
2909
|
-
}
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "js",
|
|
2913
|
-
"name": "foundationAccordion",
|
|
2914
|
-
"declaration": {
|
|
2915
|
-
"name": "foundationAccordion",
|
|
2916
|
-
"module": "src/accordion/accordion.ts"
|
|
2917
|
-
}
|
|
2918
|
-
}
|
|
2919
|
-
]
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"kind": "javascript-module",
|
|
2923
|
-
"path": "src/accordion/index.ts",
|
|
2924
|
-
"declarations": [],
|
|
2925
|
-
"exports": [
|
|
2926
|
-
{
|
|
2927
|
-
"kind": "js",
|
|
2928
|
-
"name": "*",
|
|
2929
|
-
"declaration": {
|
|
2930
|
-
"name": "*",
|
|
2931
|
-
"package": "./accordion.template"
|
|
2932
|
-
}
|
|
2933
|
-
},
|
|
2934
|
-
{
|
|
2935
|
-
"kind": "js",
|
|
2936
|
-
"name": "*",
|
|
2937
|
-
"declaration": {
|
|
2938
|
-
"name": "*",
|
|
2939
|
-
"package": "./accordion.styles"
|
|
2940
|
-
}
|
|
2941
|
-
},
|
|
2942
|
-
{
|
|
2943
|
-
"kind": "js",
|
|
2944
|
-
"name": "*",
|
|
2945
|
-
"declaration": {
|
|
2946
|
-
"name": "*",
|
|
2947
|
-
"package": "./accordion"
|
|
2948
|
-
}
|
|
2949
|
-
}
|
|
2950
|
-
]
|
|
2951
|
-
},
|
|
2952
2739
|
{
|
|
2953
2740
|
"kind": "javascript-module",
|
|
2954
2741
|
"path": "src/anchored-region/anchor-region.template.ts",
|
|
@@ -4539,6 +4326,219 @@
|
|
|
4539
4326
|
}
|
|
4540
4327
|
]
|
|
4541
4328
|
},
|
|
4329
|
+
{
|
|
4330
|
+
"kind": "javascript-module",
|
|
4331
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
4332
|
+
"declarations": [
|
|
4333
|
+
{
|
|
4334
|
+
"kind": "function",
|
|
4335
|
+
"name": "foundationAccordionStyles",
|
|
4336
|
+
"return": {
|
|
4337
|
+
"type": {
|
|
4338
|
+
"text": "ElementStyles"
|
|
4339
|
+
}
|
|
4340
|
+
},
|
|
4341
|
+
"parameters": [
|
|
4342
|
+
{
|
|
4343
|
+
"name": "context",
|
|
4344
|
+
"type": {
|
|
4345
|
+
"text": "ElementDefinitionContext"
|
|
4346
|
+
}
|
|
4347
|
+
},
|
|
4348
|
+
{
|
|
4349
|
+
"name": "definition",
|
|
4350
|
+
"type": {
|
|
4351
|
+
"text": "FoundationElementDefinition"
|
|
4352
|
+
}
|
|
4353
|
+
}
|
|
4354
|
+
]
|
|
4355
|
+
}
|
|
4356
|
+
],
|
|
4357
|
+
"exports": [
|
|
4358
|
+
{
|
|
4359
|
+
"kind": "js",
|
|
4360
|
+
"name": "foundationAccordionStyles",
|
|
4361
|
+
"declaration": {
|
|
4362
|
+
"name": "foundationAccordionStyles",
|
|
4363
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
4364
|
+
}
|
|
4365
|
+
}
|
|
4366
|
+
]
|
|
4367
|
+
},
|
|
4368
|
+
{
|
|
4369
|
+
"kind": "javascript-module",
|
|
4370
|
+
"path": "src/accordion/accordion.template.ts",
|
|
4371
|
+
"declarations": [
|
|
4372
|
+
{
|
|
4373
|
+
"kind": "function",
|
|
4374
|
+
"name": "foundationAccordionTemplate",
|
|
4375
|
+
"return": {
|
|
4376
|
+
"type": {
|
|
4377
|
+
"text": "ViewTemplate<Accordion>"
|
|
4378
|
+
}
|
|
4379
|
+
},
|
|
4380
|
+
"parameters": [
|
|
4381
|
+
{
|
|
4382
|
+
"name": "context",
|
|
4383
|
+
"type": {
|
|
4384
|
+
"text": "ElementDefinitionContext"
|
|
4385
|
+
}
|
|
4386
|
+
},
|
|
4387
|
+
{
|
|
4388
|
+
"name": "definition",
|
|
4389
|
+
"type": {
|
|
4390
|
+
"text": "FoundationElementDefinition"
|
|
4391
|
+
}
|
|
4392
|
+
}
|
|
4393
|
+
]
|
|
4394
|
+
}
|
|
4395
|
+
],
|
|
4396
|
+
"exports": [
|
|
4397
|
+
{
|
|
4398
|
+
"kind": "js",
|
|
4399
|
+
"name": "foundationAccordionTemplate",
|
|
4400
|
+
"declaration": {
|
|
4401
|
+
"name": "foundationAccordionTemplate",
|
|
4402
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4403
|
+
}
|
|
4404
|
+
}
|
|
4405
|
+
]
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"kind": "javascript-module",
|
|
4409
|
+
"path": "src/accordion/accordion.ts",
|
|
4410
|
+
"declarations": [
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "class",
|
|
4413
|
+
"description": "",
|
|
4414
|
+
"name": "Accordion",
|
|
4415
|
+
"superclass": {
|
|
4416
|
+
"name": "FASTAccordion",
|
|
4417
|
+
"package": "@microsoft/fast-foundation"
|
|
4418
|
+
},
|
|
4419
|
+
"tagName": "%%prefix%%-accordion",
|
|
4420
|
+
"customElement": true
|
|
4421
|
+
},
|
|
4422
|
+
{
|
|
4423
|
+
"kind": "variable",
|
|
4424
|
+
"name": "foundationAccordionShadowOptions",
|
|
4425
|
+
"type": {
|
|
4426
|
+
"text": "ShadowRootInit"
|
|
4427
|
+
},
|
|
4428
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4429
|
+
},
|
|
4430
|
+
{
|
|
4431
|
+
"kind": "variable",
|
|
4432
|
+
"name": "defaultAccordionConfig",
|
|
4433
|
+
"type": {
|
|
4434
|
+
"text": "object"
|
|
4435
|
+
},
|
|
4436
|
+
"default": "{}"
|
|
4437
|
+
},
|
|
4438
|
+
{
|
|
4439
|
+
"kind": "variable",
|
|
4440
|
+
"name": "foundationAccordion",
|
|
4441
|
+
"description": "The Foundation Accordion",
|
|
4442
|
+
"privacy": "public"
|
|
4443
|
+
}
|
|
4444
|
+
],
|
|
4445
|
+
"exports": [
|
|
4446
|
+
{
|
|
4447
|
+
"kind": "js",
|
|
4448
|
+
"name": "Accordion",
|
|
4449
|
+
"declaration": {
|
|
4450
|
+
"name": "Accordion",
|
|
4451
|
+
"module": "src/accordion/accordion.ts"
|
|
4452
|
+
}
|
|
4453
|
+
},
|
|
4454
|
+
{
|
|
4455
|
+
"kind": "js",
|
|
4456
|
+
"name": "foundationAccordionShadowOptions",
|
|
4457
|
+
"declaration": {
|
|
4458
|
+
"name": "foundationAccordionShadowOptions",
|
|
4459
|
+
"module": "src/accordion/accordion.ts"
|
|
4460
|
+
}
|
|
4461
|
+
},
|
|
4462
|
+
{
|
|
4463
|
+
"kind": "js",
|
|
4464
|
+
"name": "defaultAccordionConfig",
|
|
4465
|
+
"declaration": {
|
|
4466
|
+
"name": "defaultAccordionConfig",
|
|
4467
|
+
"module": "src/accordion/accordion.ts"
|
|
4468
|
+
}
|
|
4469
|
+
},
|
|
4470
|
+
{
|
|
4471
|
+
"kind": "js",
|
|
4472
|
+
"name": "foundationAccordion",
|
|
4473
|
+
"declaration": {
|
|
4474
|
+
"name": "foundationAccordion",
|
|
4475
|
+
"module": "src/accordion/accordion.ts"
|
|
4476
|
+
}
|
|
4477
|
+
}
|
|
4478
|
+
]
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"kind": "javascript-module",
|
|
4482
|
+
"path": "src/accordion/index.ts",
|
|
4483
|
+
"declarations": [],
|
|
4484
|
+
"exports": [
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "js",
|
|
4487
|
+
"name": "*",
|
|
4488
|
+
"declaration": {
|
|
4489
|
+
"name": "*",
|
|
4490
|
+
"package": "./accordion.template"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "js",
|
|
4495
|
+
"name": "*",
|
|
4496
|
+
"declaration": {
|
|
4497
|
+
"name": "*",
|
|
4498
|
+
"package": "./accordion.styles"
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"kind": "js",
|
|
4503
|
+
"name": "*",
|
|
4504
|
+
"declaration": {
|
|
4505
|
+
"name": "*",
|
|
4506
|
+
"package": "./accordion"
|
|
4507
|
+
}
|
|
4508
|
+
}
|
|
4509
|
+
]
|
|
4510
|
+
},
|
|
4511
|
+
{
|
|
4512
|
+
"kind": "javascript-module",
|
|
4513
|
+
"path": "src/_config/index.ts",
|
|
4514
|
+
"declarations": [],
|
|
4515
|
+
"exports": [
|
|
4516
|
+
{
|
|
4517
|
+
"kind": "js",
|
|
4518
|
+
"name": "*",
|
|
4519
|
+
"declaration": {
|
|
4520
|
+
"name": "*",
|
|
4521
|
+
"package": "./styles"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "js",
|
|
4526
|
+
"name": "*",
|
|
4527
|
+
"declaration": {
|
|
4528
|
+
"name": "*",
|
|
4529
|
+
"package": "./tokens"
|
|
4530
|
+
}
|
|
4531
|
+
},
|
|
4532
|
+
{
|
|
4533
|
+
"kind": "js",
|
|
4534
|
+
"name": "*",
|
|
4535
|
+
"declaration": {
|
|
4536
|
+
"name": "*",
|
|
4537
|
+
"package": "./values"
|
|
4538
|
+
}
|
|
4539
|
+
}
|
|
4540
|
+
]
|
|
4541
|
+
},
|
|
4542
4542
|
{
|
|
4543
4543
|
"kind": "javascript-module",
|
|
4544
4544
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -11873,19 +11873,6 @@
|
|
|
11873
11873
|
"module": "src/utils/base-datasource.ts"
|
|
11874
11874
|
}
|
|
11875
11875
|
},
|
|
11876
|
-
{
|
|
11877
|
-
"kind": "field",
|
|
11878
|
-
"name": "requestAutoSetup",
|
|
11879
|
-
"type": {
|
|
11880
|
-
"text": "boolean"
|
|
11881
|
-
},
|
|
11882
|
-
"default": "true",
|
|
11883
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
11884
|
-
"inheritedFrom": {
|
|
11885
|
-
"name": "<local>_BaseDatasource",
|
|
11886
|
-
"module": "src/utils/base-datasource.ts"
|
|
11887
|
-
}
|
|
11888
|
-
},
|
|
11889
11876
|
{
|
|
11890
11877
|
"kind": "field",
|
|
11891
11878
|
"name": "withTimestampFormatting",
|
|
@@ -12420,19 +12407,6 @@
|
|
|
12420
12407
|
"module": "src/utils/base-datasource.ts"
|
|
12421
12408
|
}
|
|
12422
12409
|
},
|
|
12423
|
-
{
|
|
12424
|
-
"name": "request-auto-setup",
|
|
12425
|
-
"type": {
|
|
12426
|
-
"text": "boolean"
|
|
12427
|
-
},
|
|
12428
|
-
"default": "true",
|
|
12429
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
12430
|
-
"fieldName": "requestAutoSetup",
|
|
12431
|
-
"inheritedFrom": {
|
|
12432
|
-
"name": "<local>_BaseDatasource",
|
|
12433
|
-
"module": "src/utils/base-datasource.ts"
|
|
12434
|
-
}
|
|
12435
|
-
},
|
|
12436
12410
|
{
|
|
12437
12411
|
"name": "with-timestamp-formatting",
|
|
12438
12412
|
"type": {
|
|
@@ -31867,19 +31841,6 @@
|
|
|
31867
31841
|
"module": "src/utils/base-datasource.ts"
|
|
31868
31842
|
}
|
|
31869
31843
|
},
|
|
31870
|
-
{
|
|
31871
|
-
"kind": "field",
|
|
31872
|
-
"name": "requestAutoSetup",
|
|
31873
|
-
"type": {
|
|
31874
|
-
"text": "boolean"
|
|
31875
|
-
},
|
|
31876
|
-
"default": "true",
|
|
31877
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
31878
|
-
"inheritedFrom": {
|
|
31879
|
-
"name": "<local>_BaseDatasource",
|
|
31880
|
-
"module": "src/utils/base-datasource.ts"
|
|
31881
|
-
}
|
|
31882
|
-
},
|
|
31883
31844
|
{
|
|
31884
31845
|
"kind": "field",
|
|
31885
31846
|
"name": "withTimestampFormatting",
|
|
@@ -32424,19 +32385,6 @@
|
|
|
32424
32385
|
"module": "src/utils/base-datasource.ts"
|
|
32425
32386
|
}
|
|
32426
32387
|
},
|
|
32427
|
-
{
|
|
32428
|
-
"name": "request-auto-setup",
|
|
32429
|
-
"type": {
|
|
32430
|
-
"text": "boolean"
|
|
32431
|
-
},
|
|
32432
|
-
"default": "true",
|
|
32433
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
32434
|
-
"fieldName": "requestAutoSetup",
|
|
32435
|
-
"inheritedFrom": {
|
|
32436
|
-
"name": "<local>_BaseDatasource",
|
|
32437
|
-
"module": "src/utils/base-datasource.ts"
|
|
32438
|
-
}
|
|
32439
|
-
},
|
|
32440
32388
|
{
|
|
32441
32389
|
"name": "with-timestamp-formatting",
|
|
32442
32390
|
"type": {
|
|
@@ -32924,19 +32872,6 @@
|
|
|
32924
32872
|
"module": "src/utils/base-datasource.ts"
|
|
32925
32873
|
}
|
|
32926
32874
|
},
|
|
32927
|
-
{
|
|
32928
|
-
"kind": "field",
|
|
32929
|
-
"name": "requestAutoSetup",
|
|
32930
|
-
"type": {
|
|
32931
|
-
"text": "boolean"
|
|
32932
|
-
},
|
|
32933
|
-
"default": "true",
|
|
32934
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
32935
|
-
"inheritedFrom": {
|
|
32936
|
-
"name": "<local>_BaseDatasource",
|
|
32937
|
-
"module": "src/utils/base-datasource.ts"
|
|
32938
|
-
}
|
|
32939
|
-
},
|
|
32940
32875
|
{
|
|
32941
32876
|
"kind": "field",
|
|
32942
32877
|
"name": "withTimestampFormatting",
|
|
@@ -33504,19 +33439,6 @@
|
|
|
33504
33439
|
"module": "src/utils/base-datasource.ts"
|
|
33505
33440
|
}
|
|
33506
33441
|
},
|
|
33507
|
-
{
|
|
33508
|
-
"name": "request-auto-setup",
|
|
33509
|
-
"type": {
|
|
33510
|
-
"text": "boolean"
|
|
33511
|
-
},
|
|
33512
|
-
"default": "true",
|
|
33513
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
33514
|
-
"fieldName": "requestAutoSetup",
|
|
33515
|
-
"inheritedFrom": {
|
|
33516
|
-
"name": "<local>_BaseDatasource",
|
|
33517
|
-
"module": "src/utils/base-datasource.ts"
|
|
33518
|
-
}
|
|
33519
|
-
},
|
|
33520
33442
|
{
|
|
33521
33443
|
"name": "with-timestamp-formatting",
|
|
33522
33444
|
"type": {
|
|
@@ -51257,15 +51179,6 @@
|
|
|
51257
51179
|
},
|
|
51258
51180
|
"default": "'ROW_REF'"
|
|
51259
51181
|
},
|
|
51260
|
-
{
|
|
51261
|
-
"kind": "field",
|
|
51262
|
-
"name": "requestAutoSetup",
|
|
51263
|
-
"type": {
|
|
51264
|
-
"text": "boolean"
|
|
51265
|
-
},
|
|
51266
|
-
"default": "true",
|
|
51267
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up."
|
|
51268
|
-
},
|
|
51269
51182
|
{
|
|
51270
51183
|
"kind": "field",
|
|
51271
51184
|
"name": "withTimestampFormatting",
|
|
@@ -51768,15 +51681,6 @@
|
|
|
51768
51681
|
"default": "'ROW_REF'",
|
|
51769
51682
|
"fieldName": "rowId"
|
|
51770
51683
|
},
|
|
51771
|
-
{
|
|
51772
|
-
"name": "request-auto-setup",
|
|
51773
|
-
"type": {
|
|
51774
|
-
"text": "boolean"
|
|
51775
|
-
},
|
|
51776
|
-
"default": "true",
|
|
51777
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
51778
|
-
"fieldName": "requestAutoSetup"
|
|
51779
|
-
},
|
|
51780
51684
|
{
|
|
51781
51685
|
"name": "with-timestamp-formatting",
|
|
51782
51686
|
"type": {
|