@genesislcap/foundation-ui 14.359.0 → 14.360.1-alpha-cbd305e.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 +1236 -1122
- package/dist/dts/multiselect/multiselect.d.ts.map +1 -1
- package/dist/dts/options-datasource/multiselect-datasource.d.ts +1 -0
- package/dist/dts/options-datasource/multiselect-datasource.d.ts.map +1 -1
- package/dist/dts/options-datasource/options-datasource.d.ts +1 -0
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/dts/utils/base-datasource.d.ts +5 -0
- package/dist/dts/utils/base-datasource.d.ts.map +1 -1
- package/dist/dts/utils/options-datasource-utils.d.ts.map +1 -1
- package/dist/esm/combobox/combobox.js +3 -2
- package/dist/esm/multiselect/multiselect.js +3 -2
- package/dist/esm/options-datasource/multiselect-datasource.js +2 -0
- package/dist/esm/options-datasource/options-datasource.js +4 -2
- package/dist/esm/utils/base-datasource.js +9 -0
- package/dist/esm/utils/options-datasource-utils.js +6 -1
- package/package.json +18 -18
|
@@ -1265,11 +1265,42 @@
|
|
|
1265
1265
|
},
|
|
1266
1266
|
{
|
|
1267
1267
|
"kind": "javascript-module",
|
|
1268
|
-
"path": "src/
|
|
1268
|
+
"path": "src/_config/index.ts",
|
|
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",
|
|
1269
1300
|
"declarations": [
|
|
1270
1301
|
{
|
|
1271
1302
|
"kind": "function",
|
|
1272
|
-
"name": "
|
|
1303
|
+
"name": "actionsMenuBaseStyles",
|
|
1273
1304
|
"return": {
|
|
1274
1305
|
"type": {
|
|
1275
1306
|
"text": "ElementStyles"
|
|
@@ -1289,29 +1320,13 @@
|
|
|
1289
1320
|
}
|
|
1290
1321
|
}
|
|
1291
1322
|
]
|
|
1292
|
-
}
|
|
1293
|
-
],
|
|
1294
|
-
"exports": [
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "js",
|
|
1297
|
-
"name": "foundationAccordionStyles",
|
|
1298
|
-
"declaration": {
|
|
1299
|
-
"name": "foundationAccordionStyles",
|
|
1300
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1301
|
-
}
|
|
1302
|
-
}
|
|
1303
|
-
]
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
"kind": "javascript-module",
|
|
1307
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1308
|
-
"declarations": [
|
|
1323
|
+
},
|
|
1309
1324
|
{
|
|
1310
1325
|
"kind": "function",
|
|
1311
|
-
"name": "
|
|
1326
|
+
"name": "foundationActionsMenuStyles",
|
|
1312
1327
|
"return": {
|
|
1313
1328
|
"type": {
|
|
1314
|
-
"text": "
|
|
1329
|
+
"text": "ElementStyles"
|
|
1315
1330
|
}
|
|
1316
1331
|
},
|
|
1317
1332
|
"parameters": [
|
|
@@ -1333,331 +1348,270 @@
|
|
|
1333
1348
|
"exports": [
|
|
1334
1349
|
{
|
|
1335
1350
|
"kind": "js",
|
|
1336
|
-
"name": "
|
|
1337
|
-
"declaration": {
|
|
1338
|
-
"name": "foundationAccordionTemplate",
|
|
1339
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1340
|
-
}
|
|
1341
|
-
}
|
|
1342
|
-
]
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"kind": "javascript-module",
|
|
1346
|
-
"path": "src/accordion/accordion.ts",
|
|
1347
|
-
"declarations": [
|
|
1348
|
-
{
|
|
1349
|
-
"kind": "class",
|
|
1350
|
-
"description": "",
|
|
1351
|
-
"name": "Accordion",
|
|
1352
|
-
"superclass": {
|
|
1353
|
-
"name": "FASTAccordion",
|
|
1354
|
-
"package": "@microsoft/fast-foundation"
|
|
1355
|
-
},
|
|
1356
|
-
"tagName": "%%prefix%%-accordion",
|
|
1357
|
-
"customElement": true
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
"kind": "variable",
|
|
1361
|
-
"name": "foundationAccordionShadowOptions",
|
|
1362
|
-
"type": {
|
|
1363
|
-
"text": "ShadowRootInit"
|
|
1364
|
-
},
|
|
1365
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "variable",
|
|
1369
|
-
"name": "defaultAccordionConfig",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "object"
|
|
1372
|
-
},
|
|
1373
|
-
"default": "{}"
|
|
1374
|
-
},
|
|
1375
|
-
{
|
|
1376
|
-
"kind": "variable",
|
|
1377
|
-
"name": "foundationAccordion",
|
|
1378
|
-
"description": "The Foundation Accordion",
|
|
1379
|
-
"privacy": "public"
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"exports": [
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "js",
|
|
1385
|
-
"name": "Accordion",
|
|
1386
|
-
"declaration": {
|
|
1387
|
-
"name": "Accordion",
|
|
1388
|
-
"module": "src/accordion/accordion.ts"
|
|
1389
|
-
}
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "js",
|
|
1393
|
-
"name": "foundationAccordionShadowOptions",
|
|
1394
|
-
"declaration": {
|
|
1395
|
-
"name": "foundationAccordionShadowOptions",
|
|
1396
|
-
"module": "src/accordion/accordion.ts"
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "js",
|
|
1401
|
-
"name": "defaultAccordionConfig",
|
|
1351
|
+
"name": "actionsMenuBaseStyles",
|
|
1402
1352
|
"declaration": {
|
|
1403
|
-
"name": "
|
|
1404
|
-
"module": "src/
|
|
1353
|
+
"name": "actionsMenuBaseStyles",
|
|
1354
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1405
1355
|
}
|
|
1406
1356
|
},
|
|
1407
1357
|
{
|
|
1408
1358
|
"kind": "js",
|
|
1409
|
-
"name": "
|
|
1359
|
+
"name": "foundationActionsMenuStyles",
|
|
1410
1360
|
"declaration": {
|
|
1411
|
-
"name": "
|
|
1412
|
-
"module": "src/
|
|
1361
|
+
"name": "foundationActionsMenuStyles",
|
|
1362
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1413
1363
|
}
|
|
1414
1364
|
}
|
|
1415
1365
|
]
|
|
1416
1366
|
},
|
|
1417
1367
|
{
|
|
1418
1368
|
"kind": "javascript-module",
|
|
1419
|
-
"path": "src/
|
|
1420
|
-
"declarations": [
|
|
1421
|
-
"exports": [
|
|
1369
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1370
|
+
"declarations": [
|
|
1422
1371
|
{
|
|
1423
|
-
"kind": "
|
|
1424
|
-
"name": "
|
|
1425
|
-
"
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1372
|
+
"kind": "function",
|
|
1373
|
+
"name": "menuTemplate",
|
|
1374
|
+
"parameters": [
|
|
1375
|
+
{
|
|
1376
|
+
"name": "prefix",
|
|
1377
|
+
"type": {
|
|
1378
|
+
"text": "string"
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
]
|
|
1429
1382
|
},
|
|
1430
1383
|
{
|
|
1431
|
-
"kind": "
|
|
1432
|
-
"name": "
|
|
1433
|
-
"
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1384
|
+
"kind": "function",
|
|
1385
|
+
"name": "singleOptionTemplate",
|
|
1386
|
+
"parameters": [
|
|
1387
|
+
{
|
|
1388
|
+
"name": "prefix",
|
|
1389
|
+
"type": {
|
|
1390
|
+
"text": "string"
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
]
|
|
1437
1394
|
},
|
|
1438
1395
|
{
|
|
1439
|
-
"kind": "
|
|
1440
|
-
"name": "
|
|
1441
|
-
"
|
|
1442
|
-
"
|
|
1443
|
-
|
|
1444
|
-
}
|
|
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`"
|
|
1445
1402
|
}
|
|
1446
|
-
]
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"kind": "javascript-module",
|
|
1450
|
-
"path": "src/_config/index.ts",
|
|
1451
|
-
"declarations": [],
|
|
1403
|
+
],
|
|
1452
1404
|
"exports": [
|
|
1453
1405
|
{
|
|
1454
1406
|
"kind": "js",
|
|
1455
|
-
"name": "
|
|
1407
|
+
"name": "menuTemplate",
|
|
1456
1408
|
"declaration": {
|
|
1457
|
-
"name": "
|
|
1458
|
-
"
|
|
1409
|
+
"name": "menuTemplate",
|
|
1410
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1459
1411
|
}
|
|
1460
1412
|
},
|
|
1461
1413
|
{
|
|
1462
1414
|
"kind": "js",
|
|
1463
|
-
"name": "
|
|
1415
|
+
"name": "singleOptionTemplate",
|
|
1464
1416
|
"declaration": {
|
|
1465
|
-
"name": "
|
|
1466
|
-
"
|
|
1417
|
+
"name": "singleOptionTemplate",
|
|
1418
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1467
1419
|
}
|
|
1468
1420
|
},
|
|
1469
1421
|
{
|
|
1470
1422
|
"kind": "js",
|
|
1471
|
-
"name": "
|
|
1423
|
+
"name": "foundationActionsMenuTemplate",
|
|
1472
1424
|
"declaration": {
|
|
1473
|
-
"name": "
|
|
1474
|
-
"
|
|
1425
|
+
"name": "foundationActionsMenuTemplate",
|
|
1426
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1475
1427
|
}
|
|
1476
1428
|
}
|
|
1477
1429
|
]
|
|
1478
1430
|
},
|
|
1479
1431
|
{
|
|
1480
1432
|
"kind": "javascript-module",
|
|
1481
|
-
"path": "src/
|
|
1433
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1482
1434
|
"declarations": [
|
|
1483
1435
|
{
|
|
1484
|
-
"kind": "
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1487
|
-
|
|
1488
|
-
"text": "ElementStyles"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
"parameters": [
|
|
1436
|
+
"kind": "class",
|
|
1437
|
+
"description": "",
|
|
1438
|
+
"name": "ActionsMenu",
|
|
1439
|
+
"members": [
|
|
1492
1440
|
{
|
|
1493
|
-
"
|
|
1441
|
+
"kind": "field",
|
|
1442
|
+
"name": "actions",
|
|
1494
1443
|
"type": {
|
|
1495
|
-
"text": "
|
|
1444
|
+
"text": "ActionMenuItem[]"
|
|
1496
1445
|
}
|
|
1497
1446
|
},
|
|
1498
1447
|
{
|
|
1499
|
-
"
|
|
1448
|
+
"kind": "field",
|
|
1449
|
+
"name": "isVertical",
|
|
1500
1450
|
"type": {
|
|
1501
|
-
"text": "
|
|
1502
|
-
}
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
}
|
|
1506
|
-
],
|
|
1507
|
-
"exports": [
|
|
1508
|
-
{
|
|
1509
|
-
"kind": "js",
|
|
1510
|
-
"name": "foundationAccordionItemStyles",
|
|
1511
|
-
"declaration": {
|
|
1512
|
-
"name": "foundationAccordionItemStyles",
|
|
1513
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1516
|
-
]
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
"kind": "javascript-module",
|
|
1520
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1521
|
-
"declarations": [
|
|
1522
|
-
{
|
|
1523
|
-
"kind": "function",
|
|
1524
|
-
"name": "foundationAccordionItemTemplate",
|
|
1525
|
-
"return": {
|
|
1526
|
-
"type": {
|
|
1527
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1528
|
-
}
|
|
1529
|
-
},
|
|
1530
|
-
"parameters": [
|
|
1451
|
+
"text": "boolean"
|
|
1452
|
+
},
|
|
1453
|
+
"default": "false"
|
|
1454
|
+
},
|
|
1531
1455
|
{
|
|
1532
|
-
"
|
|
1456
|
+
"kind": "field",
|
|
1457
|
+
"name": "addDefaultActions",
|
|
1533
1458
|
"type": {
|
|
1534
|
-
"text": "
|
|
1459
|
+
"text": "boolean"
|
|
1460
|
+
},
|
|
1461
|
+
"default": "true"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"kind": "field",
|
|
1465
|
+
"name": "autoCloseOnAction",
|
|
1466
|
+
"type": {
|
|
1467
|
+
"text": "boolean"
|
|
1468
|
+
},
|
|
1469
|
+
"default": "true"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"kind": "field",
|
|
1473
|
+
"name": "classNames",
|
|
1474
|
+
"type": {
|
|
1475
|
+
"text": "string"
|
|
1535
1476
|
}
|
|
1536
1477
|
},
|
|
1537
1478
|
{
|
|
1479
|
+
"kind": "field",
|
|
1538
1480
|
"name": "definition",
|
|
1539
1481
|
"type": {
|
|
1540
|
-
"text": "
|
|
1482
|
+
"text": "any"
|
|
1541
1483
|
}
|
|
1542
|
-
}
|
|
1543
|
-
]
|
|
1544
|
-
}
|
|
1545
|
-
],
|
|
1546
|
-
"exports": [
|
|
1547
|
-
{
|
|
1548
|
-
"kind": "js",
|
|
1549
|
-
"name": "foundationAccordionItemTemplate",
|
|
1550
|
-
"declaration": {
|
|
1551
|
-
"name": "foundationAccordionItemTemplate",
|
|
1552
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
"kind": "javascript-module",
|
|
1559
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1560
|
-
"declarations": [
|
|
1561
|
-
{
|
|
1562
|
-
"kind": "class",
|
|
1563
|
-
"description": "",
|
|
1564
|
-
"name": "AccordionItem",
|
|
1565
|
-
"superclass": {
|
|
1566
|
-
"name": "FASTAccordionItem",
|
|
1567
|
-
"package": "@microsoft/fast-components"
|
|
1568
|
-
},
|
|
1569
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1570
|
-
"customElement": true,
|
|
1571
|
-
"attributes": [
|
|
1484
|
+
},
|
|
1572
1485
|
{
|
|
1573
|
-
"
|
|
1486
|
+
"kind": "field",
|
|
1487
|
+
"name": "name",
|
|
1574
1488
|
"type": {
|
|
1575
|
-
"text": "
|
|
1489
|
+
"text": "string"
|
|
1576
1490
|
},
|
|
1577
|
-
"default": "
|
|
1578
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1579
|
-
"fieldName": "headinglevel",
|
|
1580
|
-
"inheritedFrom": {
|
|
1581
|
-
"name": "AccordionItem",
|
|
1582
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1583
|
-
}
|
|
1491
|
+
"default": "'Actions'"
|
|
1584
1492
|
},
|
|
1585
1493
|
{
|
|
1494
|
+
"kind": "field",
|
|
1495
|
+
"name": "open",
|
|
1586
1496
|
"type": {
|
|
1587
1497
|
"text": "boolean"
|
|
1588
1498
|
},
|
|
1589
|
-
"default": "false"
|
|
1590
|
-
"description": "Expands or collapses the item.",
|
|
1591
|
-
"fieldName": "expanded",
|
|
1592
|
-
"inheritedFrom": {
|
|
1593
|
-
"name": "AccordionItem",
|
|
1594
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1595
|
-
}
|
|
1499
|
+
"default": "false"
|
|
1596
1500
|
},
|
|
1597
1501
|
{
|
|
1598
|
-
"
|
|
1502
|
+
"kind": "field",
|
|
1503
|
+
"name": "buttonAppearance",
|
|
1599
1504
|
"type": {
|
|
1600
1505
|
"text": "string"
|
|
1601
|
-
},
|
|
1602
|
-
"description": "The item ID",
|
|
1603
|
-
"fieldName": "id",
|
|
1604
|
-
"inheritedFrom": {
|
|
1605
|
-
"name": "AccordionItem",
|
|
1606
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1607
1506
|
}
|
|
1608
|
-
}
|
|
1609
|
-
],
|
|
1610
|
-
"members": [
|
|
1507
|
+
},
|
|
1611
1508
|
{
|
|
1612
1509
|
"kind": "field",
|
|
1613
|
-
"name": "
|
|
1510
|
+
"name": "hideDisabled",
|
|
1614
1511
|
"type": {
|
|
1615
|
-
"text": "
|
|
1512
|
+
"text": "boolean"
|
|
1616
1513
|
},
|
|
1617
|
-
"
|
|
1618
|
-
"default": "2",
|
|
1619
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1620
|
-
"inheritedFrom": {
|
|
1621
|
-
"name": "AccordionItem",
|
|
1622
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1623
|
-
}
|
|
1514
|
+
"default": "false"
|
|
1624
1515
|
},
|
|
1625
1516
|
{
|
|
1626
1517
|
"kind": "field",
|
|
1627
|
-
"name": "
|
|
1518
|
+
"name": "hideMenuSingleOption",
|
|
1628
1519
|
"type": {
|
|
1629
1520
|
"text": "boolean"
|
|
1630
1521
|
},
|
|
1631
|
-
"
|
|
1632
|
-
"default": "false",
|
|
1633
|
-
"description": "Expands or collapses the item.",
|
|
1634
|
-
"inheritedFrom": {
|
|
1635
|
-
"name": "AccordionItem",
|
|
1636
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1637
|
-
}
|
|
1522
|
+
"default": "false"
|
|
1638
1523
|
},
|
|
1639
1524
|
{
|
|
1640
1525
|
"kind": "field",
|
|
1641
|
-
"name": "
|
|
1526
|
+
"name": "singleOption",
|
|
1642
1527
|
"type": {
|
|
1643
|
-
"text": "
|
|
1644
|
-
},
|
|
1645
|
-
"privacy": "public",
|
|
1646
|
-
"description": "The item ID",
|
|
1647
|
-
"inheritedFrom": {
|
|
1648
|
-
"name": "AccordionItem",
|
|
1649
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1528
|
+
"text": "ActionMenuItem"
|
|
1650
1529
|
}
|
|
1651
1530
|
},
|
|
1652
1531
|
{
|
|
1653
1532
|
"kind": "field",
|
|
1654
|
-
"name": "
|
|
1655
|
-
"
|
|
1656
|
-
|
|
1657
|
-
"name": "AccordionItem",
|
|
1658
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1533
|
+
"name": "actionsMenu",
|
|
1534
|
+
"type": {
|
|
1535
|
+
"text": "HTMLElement"
|
|
1659
1536
|
}
|
|
1660
1537
|
},
|
|
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
|
+
},
|
|
1661
1615
|
{
|
|
1662
1616
|
"kind": "field",
|
|
1663
1617
|
"name": "_presentation",
|
|
@@ -1770,46 +1724,469 @@
|
|
|
1770
1724
|
}
|
|
1771
1725
|
}
|
|
1772
1726
|
],
|
|
1773
|
-
"
|
|
1727
|
+
"attributes": [
|
|
1774
1728
|
{
|
|
1775
|
-
"
|
|
1776
|
-
"
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
}
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
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
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"name": "hide-menu-single-option",
|
|
1785
|
+
"type": {
|
|
1786
|
+
"text": "boolean"
|
|
1787
|
+
},
|
|
1788
|
+
"default": "false",
|
|
1789
|
+
"fieldName": "hideMenuSingleOption"
|
|
1790
|
+
}
|
|
1791
|
+
],
|
|
1792
|
+
"superclass": {
|
|
1793
|
+
"name": "FoundationElement",
|
|
1794
|
+
"package": "@microsoft/fast-foundation"
|
|
1795
|
+
},
|
|
1796
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1797
|
+
"customElement": true
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"kind": "variable",
|
|
1801
|
+
"name": "foundationActionsMenu",
|
|
1802
|
+
"description": "The Foundation Actions Menu",
|
|
1803
|
+
"privacy": "public"
|
|
1804
|
+
}
|
|
1805
|
+
],
|
|
1806
|
+
"exports": [
|
|
1807
|
+
{
|
|
1808
|
+
"kind": "js",
|
|
1809
|
+
"name": "ActionsMenu",
|
|
1810
|
+
"declaration": {
|
|
1811
|
+
"name": "ActionsMenu",
|
|
1812
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"kind": "js",
|
|
1817
|
+
"name": "foundationActionsMenu",
|
|
1818
|
+
"declaration": {
|
|
1819
|
+
"name": "foundationActionsMenu",
|
|
1820
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
]
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "javascript-module",
|
|
1827
|
+
"path": "src/actions-menu/index.ts",
|
|
1828
|
+
"declarations": [],
|
|
1829
|
+
"exports": [
|
|
1830
|
+
{
|
|
1831
|
+
"kind": "js",
|
|
1832
|
+
"name": "*",
|
|
1833
|
+
"declaration": {
|
|
1834
|
+
"name": "*",
|
|
1835
|
+
"package": "./actions-menu.styles"
|
|
1836
|
+
}
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"kind": "js",
|
|
1840
|
+
"name": "*",
|
|
1841
|
+
"declaration": {
|
|
1842
|
+
"name": "*",
|
|
1843
|
+
"package": "./actions-menu.template"
|
|
1844
|
+
}
|
|
1845
|
+
},
|
|
1846
|
+
{
|
|
1847
|
+
"kind": "js",
|
|
1848
|
+
"name": "*",
|
|
1849
|
+
"declaration": {
|
|
1850
|
+
"name": "*",
|
|
1851
|
+
"package": "./actions-menu"
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1854
|
+
]
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"kind": "javascript-module",
|
|
1858
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1859
|
+
"declarations": [
|
|
1860
|
+
{
|
|
1861
|
+
"kind": "function",
|
|
1862
|
+
"name": "foundationAccordionItemStyles",
|
|
1863
|
+
"return": {
|
|
1864
|
+
"type": {
|
|
1865
|
+
"text": "ElementStyles"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
"parameters": [
|
|
1869
|
+
{
|
|
1870
|
+
"name": "context",
|
|
1871
|
+
"type": {
|
|
1872
|
+
"text": "ElementDefinitionContext"
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "definition",
|
|
1877
|
+
"type": {
|
|
1878
|
+
"text": "FoundationElementDefinition"
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
]
|
|
1882
|
+
}
|
|
1883
|
+
],
|
|
1884
|
+
"exports": [
|
|
1885
|
+
{
|
|
1886
|
+
"kind": "js",
|
|
1887
|
+
"name": "foundationAccordionItemStyles",
|
|
1888
|
+
"declaration": {
|
|
1889
|
+
"name": "foundationAccordionItemStyles",
|
|
1890
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
]
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
"kind": "javascript-module",
|
|
1897
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1898
|
+
"declarations": [
|
|
1899
|
+
{
|
|
1900
|
+
"kind": "function",
|
|
1901
|
+
"name": "foundationAccordionItemTemplate",
|
|
1902
|
+
"return": {
|
|
1903
|
+
"type": {
|
|
1904
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1907
|
+
"parameters": [
|
|
1908
|
+
{
|
|
1909
|
+
"name": "context",
|
|
1910
|
+
"type": {
|
|
1911
|
+
"text": "ElementDefinitionContext"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "definition",
|
|
1916
|
+
"type": {
|
|
1917
|
+
"text": "FoundationElementDefinition"
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
]
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"exports": [
|
|
1924
|
+
{
|
|
1925
|
+
"kind": "js",
|
|
1926
|
+
"name": "foundationAccordionItemTemplate",
|
|
1927
|
+
"declaration": {
|
|
1928
|
+
"name": "foundationAccordionItemTemplate",
|
|
1929
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "javascript-module",
|
|
1936
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1937
|
+
"declarations": [
|
|
1938
|
+
{
|
|
1939
|
+
"kind": "class",
|
|
1940
|
+
"description": "",
|
|
1941
|
+
"name": "AccordionItem",
|
|
1942
|
+
"superclass": {
|
|
1943
|
+
"name": "FASTAccordionItem",
|
|
1944
|
+
"package": "@microsoft/fast-components"
|
|
1945
|
+
},
|
|
1946
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1947
|
+
"customElement": true,
|
|
1948
|
+
"attributes": [
|
|
1949
|
+
{
|
|
1950
|
+
"name": "heading-level",
|
|
1951
|
+
"type": {
|
|
1952
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
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"
|
|
1960
|
+
}
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"type": {
|
|
1964
|
+
"text": "boolean"
|
|
1965
|
+
},
|
|
1966
|
+
"default": "false",
|
|
1967
|
+
"description": "Expands or collapses the item.",
|
|
1968
|
+
"fieldName": "expanded",
|
|
1969
|
+
"inheritedFrom": {
|
|
1970
|
+
"name": "AccordionItem",
|
|
1971
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1972
|
+
}
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "id",
|
|
1976
|
+
"type": {
|
|
1977
|
+
"text": "string"
|
|
1978
|
+
},
|
|
1979
|
+
"description": "The item ID",
|
|
1980
|
+
"fieldName": "id",
|
|
1981
|
+
"inheritedFrom": {
|
|
1982
|
+
"name": "AccordionItem",
|
|
1983
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
],
|
|
1987
|
+
"members": [
|
|
1988
|
+
{
|
|
1989
|
+
"kind": "field",
|
|
1990
|
+
"name": "headinglevel",
|
|
1991
|
+
"type": {
|
|
1992
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1993
|
+
},
|
|
1994
|
+
"privacy": "public",
|
|
1995
|
+
"default": "2",
|
|
1996
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1997
|
+
"inheritedFrom": {
|
|
1998
|
+
"name": "AccordionItem",
|
|
1999
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2000
|
+
}
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"kind": "field",
|
|
2004
|
+
"name": "expanded",
|
|
2005
|
+
"type": {
|
|
2006
|
+
"text": "boolean"
|
|
2007
|
+
},
|
|
2008
|
+
"privacy": "public",
|
|
2009
|
+
"default": "false",
|
|
2010
|
+
"description": "Expands or collapses the item.",
|
|
2011
|
+
"inheritedFrom": {
|
|
2012
|
+
"name": "AccordionItem",
|
|
2013
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2014
|
+
}
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "field",
|
|
2018
|
+
"name": "id",
|
|
2019
|
+
"type": {
|
|
2020
|
+
"text": "string"
|
|
2021
|
+
},
|
|
2022
|
+
"privacy": "public",
|
|
2023
|
+
"description": "The item ID",
|
|
2024
|
+
"inheritedFrom": {
|
|
2025
|
+
"name": "AccordionItem",
|
|
2026
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
"kind": "field",
|
|
2031
|
+
"name": "change",
|
|
2032
|
+
"privacy": "private",
|
|
2033
|
+
"inheritedFrom": {
|
|
2034
|
+
"name": "AccordionItem",
|
|
2035
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"kind": "field",
|
|
2040
|
+
"name": "_presentation",
|
|
2041
|
+
"type": {
|
|
2042
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2043
|
+
},
|
|
2044
|
+
"privacy": "private",
|
|
2045
|
+
"default": "void 0",
|
|
2046
|
+
"inheritedFrom": {
|
|
2047
|
+
"name": "FoundationElement",
|
|
2048
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"kind": "field",
|
|
2053
|
+
"name": "$presentation",
|
|
2054
|
+
"type": {
|
|
2055
|
+
"text": "ComponentPresentation | null"
|
|
2056
|
+
},
|
|
2057
|
+
"privacy": "public",
|
|
2058
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2059
|
+
"inheritedFrom": {
|
|
2060
|
+
"name": "FoundationElement",
|
|
2061
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"kind": "field",
|
|
2066
|
+
"name": "template",
|
|
2067
|
+
"type": {
|
|
2068
|
+
"text": "ElementViewTemplate | void | null"
|
|
2069
|
+
},
|
|
2070
|
+
"privacy": "public",
|
|
2071
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
2072
|
+
"inheritedFrom": {
|
|
2073
|
+
"name": "FoundationElement",
|
|
2074
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2075
|
+
}
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"kind": "method",
|
|
2079
|
+
"name": "templateChanged",
|
|
2080
|
+
"privacy": "protected",
|
|
2081
|
+
"return": {
|
|
2082
|
+
"type": {
|
|
2083
|
+
"text": "void"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
"inheritedFrom": {
|
|
2087
|
+
"name": "FoundationElement",
|
|
2088
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2089
|
+
}
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"kind": "field",
|
|
2093
|
+
"name": "styles",
|
|
2094
|
+
"type": {
|
|
2095
|
+
"text": "ElementStyles | void | null"
|
|
2096
|
+
},
|
|
2097
|
+
"privacy": "public",
|
|
2098
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
2099
|
+
"inheritedFrom": {
|
|
2100
|
+
"name": "FoundationElement",
|
|
2101
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2102
|
+
}
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"kind": "method",
|
|
2106
|
+
"name": "stylesChanged",
|
|
2107
|
+
"privacy": "protected",
|
|
2108
|
+
"return": {
|
|
2109
|
+
"type": {
|
|
2110
|
+
"text": "void"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"inheritedFrom": {
|
|
2114
|
+
"name": "FoundationElement",
|
|
2115
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2116
|
+
}
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"kind": "method",
|
|
2120
|
+
"name": "compose",
|
|
2121
|
+
"privacy": "public",
|
|
2122
|
+
"static": true,
|
|
2123
|
+
"return": {
|
|
2124
|
+
"type": {
|
|
2125
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2126
|
+
}
|
|
2127
|
+
},
|
|
2128
|
+
"parameters": [
|
|
2129
|
+
{
|
|
2130
|
+
"name": "this",
|
|
2131
|
+
"type": {
|
|
2132
|
+
"text": "K"
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
"name": "elementDefinition",
|
|
2137
|
+
"type": {
|
|
2138
|
+
"text": "T"
|
|
2139
|
+
},
|
|
2140
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2141
|
+
}
|
|
2142
|
+
],
|
|
2143
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2144
|
+
"inheritedFrom": {
|
|
2145
|
+
"name": "FoundationElement",
|
|
2146
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2149
|
+
],
|
|
2150
|
+
"events": [
|
|
2151
|
+
{
|
|
2152
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2153
|
+
"name": "change",
|
|
2154
|
+
"inheritedFrom": {
|
|
2155
|
+
"name": "AccordionItem",
|
|
2156
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2157
|
+
}
|
|
2158
|
+
}
|
|
2159
|
+
]
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"kind": "variable",
|
|
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"
|
|
2174
|
+
},
|
|
2175
|
+
"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}"
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"kind": "variable",
|
|
2179
|
+
"name": "foundationAccordionItem",
|
|
2180
|
+
"description": "The Foundation Accordion Item",
|
|
2181
|
+
"privacy": "public"
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"exports": [
|
|
2185
|
+
{
|
|
2186
|
+
"kind": "js",
|
|
2187
|
+
"name": "AccordionItem",
|
|
2188
|
+
"declaration": {
|
|
2189
|
+
"name": "AccordionItem",
|
|
1813
2190
|
"module": "src/accordion-item/accordion-item.ts"
|
|
1814
2191
|
}
|
|
1815
2192
|
},
|
|
@@ -2392,14 +2769,14 @@
|
|
|
2392
2769
|
},
|
|
2393
2770
|
{
|
|
2394
2771
|
"kind": "javascript-module",
|
|
2395
|
-
"path": "src/
|
|
2772
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2396
2773
|
"declarations": [
|
|
2397
2774
|
{
|
|
2398
2775
|
"kind": "function",
|
|
2399
|
-
"name": "
|
|
2776
|
+
"name": "foundationAccordionStyles",
|
|
2400
2777
|
"return": {
|
|
2401
2778
|
"type": {
|
|
2402
|
-
"text": "
|
|
2779
|
+
"text": "ElementStyles"
|
|
2403
2780
|
}
|
|
2404
2781
|
},
|
|
2405
2782
|
"parameters": [
|
|
@@ -2421,24 +2798,24 @@
|
|
|
2421
2798
|
"exports": [
|
|
2422
2799
|
{
|
|
2423
2800
|
"kind": "js",
|
|
2424
|
-
"name": "
|
|
2801
|
+
"name": "foundationAccordionStyles",
|
|
2425
2802
|
"declaration": {
|
|
2426
|
-
"name": "
|
|
2427
|
-
"module": "src/
|
|
2803
|
+
"name": "foundationAccordionStyles",
|
|
2804
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2428
2805
|
}
|
|
2429
2806
|
}
|
|
2430
2807
|
]
|
|
2431
2808
|
},
|
|
2432
2809
|
{
|
|
2433
2810
|
"kind": "javascript-module",
|
|
2434
|
-
"path": "src/
|
|
2811
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2435
2812
|
"declarations": [
|
|
2436
2813
|
{
|
|
2437
2814
|
"kind": "function",
|
|
2438
|
-
"name": "
|
|
2815
|
+
"name": "foundationAccordionTemplate",
|
|
2439
2816
|
"return": {
|
|
2440
2817
|
"type": {
|
|
2441
|
-
"text": "
|
|
2818
|
+
"text": "ViewTemplate<Accordion>"
|
|
2442
2819
|
}
|
|
2443
2820
|
},
|
|
2444
2821
|
"parameters": [
|
|
@@ -2460,45 +2837,227 @@
|
|
|
2460
2837
|
"exports": [
|
|
2461
2838
|
{
|
|
2462
2839
|
"kind": "js",
|
|
2463
|
-
"name": "
|
|
2840
|
+
"name": "foundationAccordionTemplate",
|
|
2464
2841
|
"declaration": {
|
|
2465
|
-
"name": "
|
|
2466
|
-
"module": "src/
|
|
2842
|
+
"name": "foundationAccordionTemplate",
|
|
2843
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2467
2844
|
}
|
|
2468
2845
|
}
|
|
2469
2846
|
]
|
|
2470
2847
|
},
|
|
2471
2848
|
{
|
|
2472
2849
|
"kind": "javascript-module",
|
|
2473
|
-
"path": "src/
|
|
2850
|
+
"path": "src/accordion/accordion.ts",
|
|
2474
2851
|
"declarations": [
|
|
2475
2852
|
{
|
|
2476
2853
|
"kind": "class",
|
|
2477
2854
|
"description": "",
|
|
2478
|
-
"name": "
|
|
2855
|
+
"name": "Accordion",
|
|
2479
2856
|
"superclass": {
|
|
2480
|
-
"name": "
|
|
2481
|
-
"package": "@microsoft/fast-
|
|
2857
|
+
"name": "FASTAccordion",
|
|
2858
|
+
"package": "@microsoft/fast-foundation"
|
|
2482
2859
|
},
|
|
2483
|
-
"tagName": "%%prefix%%-
|
|
2484
|
-
"customElement": true
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
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
|
+
{
|
|
2953
|
+
"kind": "javascript-module",
|
|
2954
|
+
"path": "src/anchored-region/anchor-region.template.ts",
|
|
2955
|
+
"declarations": [
|
|
2956
|
+
{
|
|
2957
|
+
"kind": "function",
|
|
2958
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2959
|
+
"return": {
|
|
2960
|
+
"type": {
|
|
2961
|
+
"text": "ViewTemplate<AnchoredRegion>"
|
|
2962
|
+
}
|
|
2963
|
+
},
|
|
2964
|
+
"parameters": [
|
|
2965
|
+
{
|
|
2966
|
+
"name": "context",
|
|
2967
|
+
"type": {
|
|
2968
|
+
"text": "ElementDefinitionContext"
|
|
2969
|
+
}
|
|
2970
|
+
},
|
|
2971
|
+
{
|
|
2972
|
+
"name": "definition",
|
|
2973
|
+
"type": {
|
|
2974
|
+
"text": "FoundationElementDefinition"
|
|
2975
|
+
}
|
|
2976
|
+
}
|
|
2977
|
+
]
|
|
2978
|
+
}
|
|
2979
|
+
],
|
|
2980
|
+
"exports": [
|
|
2981
|
+
{
|
|
2982
|
+
"kind": "js",
|
|
2983
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2984
|
+
"declaration": {
|
|
2985
|
+
"name": "foundationAnchoredRegionTemplate",
|
|
2986
|
+
"module": "src/anchored-region/anchor-region.template.ts"
|
|
2987
|
+
}
|
|
2988
|
+
}
|
|
2989
|
+
]
|
|
2990
|
+
},
|
|
2991
|
+
{
|
|
2992
|
+
"kind": "javascript-module",
|
|
2993
|
+
"path": "src/anchored-region/anchored-region.styles.ts",
|
|
2994
|
+
"declarations": [
|
|
2995
|
+
{
|
|
2996
|
+
"kind": "function",
|
|
2997
|
+
"name": "foundationAnchoredRegionStyles",
|
|
2998
|
+
"return": {
|
|
2999
|
+
"type": {
|
|
3000
|
+
"text": "ElementStyles"
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
"parameters": [
|
|
3004
|
+
{
|
|
3005
|
+
"name": "context",
|
|
3006
|
+
"type": {
|
|
3007
|
+
"text": "ElementDefinitionContext"
|
|
3008
|
+
}
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"name": "definition",
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "FoundationElementDefinition"
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
]
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
3019
|
+
"exports": [
|
|
3020
|
+
{
|
|
3021
|
+
"kind": "js",
|
|
3022
|
+
"name": "foundationAnchoredRegionStyles",
|
|
3023
|
+
"declaration": {
|
|
3024
|
+
"name": "foundationAnchoredRegionStyles",
|
|
3025
|
+
"module": "src/anchored-region/anchored-region.styles.ts"
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
]
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "javascript-module",
|
|
3032
|
+
"path": "src/anchored-region/anchored-region.ts",
|
|
3033
|
+
"declarations": [
|
|
3034
|
+
{
|
|
3035
|
+
"kind": "class",
|
|
3036
|
+
"description": "",
|
|
3037
|
+
"name": "AnchoredRegion",
|
|
3038
|
+
"superclass": {
|
|
3039
|
+
"name": "FASTAnchoredRegion",
|
|
3040
|
+
"package": "@microsoft/fast-components"
|
|
3041
|
+
},
|
|
3042
|
+
"tagName": "%%prefix%%-anchored-region",
|
|
3043
|
+
"customElement": true,
|
|
3044
|
+
"attributes": [
|
|
3045
|
+
{
|
|
3046
|
+
"name": "anchor",
|
|
3047
|
+
"type": {
|
|
3048
|
+
"text": "string"
|
|
3049
|
+
},
|
|
3050
|
+
"default": "\"\"",
|
|
3051
|
+
"description": "The HTML ID of the anchor element this region is positioned relative to",
|
|
3052
|
+
"fieldName": "anchor",
|
|
3053
|
+
"inheritedFrom": {
|
|
3054
|
+
"name": "AnchoredRegion",
|
|
3055
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
3056
|
+
}
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "viewport",
|
|
3060
|
+
"type": {
|
|
2502
3061
|
"text": "string"
|
|
2503
3062
|
},
|
|
2504
3063
|
"default": "\"\"",
|
|
@@ -3524,779 +4083,241 @@
|
|
|
3524
4083
|
"kind": "method",
|
|
3525
4084
|
"name": "requestReset",
|
|
3526
4085
|
"privacy": "private",
|
|
3527
|
-
"return": {
|
|
3528
|
-
"type": {
|
|
3529
|
-
"text": "void"
|
|
3530
|
-
}
|
|
3531
|
-
},
|
|
3532
|
-
"description": "Request a reset if there are currently no open requests",
|
|
3533
|
-
"inheritedFrom": {
|
|
3534
|
-
"name": "AnchoredRegion",
|
|
3535
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3536
|
-
}
|
|
3537
|
-
},
|
|
3538
|
-
{
|
|
3539
|
-
"kind": "method",
|
|
3540
|
-
"name": "setInitialState",
|
|
3541
|
-
"privacy": "private",
|
|
3542
|
-
"return": {
|
|
3543
|
-
"type": {
|
|
3544
|
-
"text": "void"
|
|
3545
|
-
}
|
|
3546
|
-
},
|
|
3547
|
-
"description": "sets the starting configuration for component internal values",
|
|
3548
|
-
"inheritedFrom": {
|
|
3549
|
-
"name": "AnchoredRegion",
|
|
3550
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3551
|
-
}
|
|
3552
|
-
},
|
|
3553
|
-
{
|
|
3554
|
-
"kind": "field",
|
|
3555
|
-
"name": "startObservers",
|
|
3556
|
-
"privacy": "private",
|
|
3557
|
-
"description": "starts observers",
|
|
3558
|
-
"inheritedFrom": {
|
|
3559
|
-
"name": "AnchoredRegion",
|
|
3560
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3561
|
-
}
|
|
3562
|
-
},
|
|
3563
|
-
{
|
|
3564
|
-
"kind": "field",
|
|
3565
|
-
"name": "requestPositionUpdates",
|
|
3566
|
-
"privacy": "private",
|
|
3567
|
-
"description": "get position updates",
|
|
3568
|
-
"inheritedFrom": {
|
|
3569
|
-
"name": "AnchoredRegion",
|
|
3570
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3571
|
-
}
|
|
3572
|
-
},
|
|
3573
|
-
{
|
|
3574
|
-
"kind": "field",
|
|
3575
|
-
"name": "stopObservers",
|
|
3576
|
-
"privacy": "private",
|
|
3577
|
-
"description": "stops observers",
|
|
3578
|
-
"inheritedFrom": {
|
|
3579
|
-
"name": "AnchoredRegion",
|
|
3580
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3581
|
-
}
|
|
3582
|
-
},
|
|
3583
|
-
{
|
|
3584
|
-
"kind": "field",
|
|
3585
|
-
"name": "getViewport",
|
|
3586
|
-
"privacy": "private",
|
|
3587
|
-
"description": "Gets the viewport element by id, or defaults to document root",
|
|
3588
|
-
"inheritedFrom": {
|
|
3589
|
-
"name": "AnchoredRegion",
|
|
3590
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3591
|
-
}
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"kind": "field",
|
|
3595
|
-
"name": "getAnchor",
|
|
3596
|
-
"privacy": "private",
|
|
3597
|
-
"description": "Gets the anchor element by id",
|
|
3598
|
-
"inheritedFrom": {
|
|
3599
|
-
"name": "AnchoredRegion",
|
|
3600
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3601
|
-
}
|
|
3602
|
-
},
|
|
3603
|
-
{
|
|
3604
|
-
"kind": "field",
|
|
3605
|
-
"name": "handleIntersection",
|
|
3606
|
-
"privacy": "private",
|
|
3607
|
-
"description": "Handle intersections",
|
|
3608
|
-
"inheritedFrom": {
|
|
3609
|
-
"name": "AnchoredRegion",
|
|
3610
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3611
|
-
}
|
|
3612
|
-
},
|
|
3613
|
-
{
|
|
3614
|
-
"kind": "field",
|
|
3615
|
-
"name": "applyIntersectionEntries",
|
|
3616
|
-
"privacy": "private",
|
|
3617
|
-
"description": "iterate through intersection entries and apply data",
|
|
3618
|
-
"inheritedFrom": {
|
|
3619
|
-
"name": "AnchoredRegion",
|
|
3620
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3621
|
-
}
|
|
3622
|
-
},
|
|
3623
|
-
{
|
|
3624
|
-
"kind": "field",
|
|
3625
|
-
"name": "updateRegionOffset",
|
|
3626
|
-
"privacy": "private",
|
|
3627
|
-
"description": "Update the offset values",
|
|
3628
|
-
"inheritedFrom": {
|
|
3629
|
-
"name": "AnchoredRegion",
|
|
3630
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3631
|
-
}
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"kind": "field",
|
|
3635
|
-
"name": "isRectDifferent",
|
|
3636
|
-
"privacy": "private",
|
|
3637
|
-
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
3638
|
-
"inheritedFrom": {
|
|
3639
|
-
"name": "AnchoredRegion",
|
|
3640
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3641
|
-
}
|
|
3642
|
-
},
|
|
3643
|
-
{
|
|
3644
|
-
"kind": "field",
|
|
3645
|
-
"name": "handleResize",
|
|
3646
|
-
"privacy": "private",
|
|
3647
|
-
"description": "Handle resize events",
|
|
3648
|
-
"inheritedFrom": {
|
|
3649
|
-
"name": "AnchoredRegion",
|
|
3650
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3651
|
-
}
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
"kind": "field",
|
|
3655
|
-
"name": "reset",
|
|
3656
|
-
"privacy": "private",
|
|
3657
|
-
"description": "resets the component",
|
|
3658
|
-
"inheritedFrom": {
|
|
3659
|
-
"name": "AnchoredRegion",
|
|
3660
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3661
|
-
}
|
|
3662
|
-
},
|
|
3663
|
-
{
|
|
3664
|
-
"kind": "field",
|
|
3665
|
-
"name": "updateLayout",
|
|
3666
|
-
"privacy": "private",
|
|
3667
|
-
"description": "Recalculate layout related state values",
|
|
3668
|
-
"inheritedFrom": {
|
|
3669
|
-
"name": "AnchoredRegion",
|
|
3670
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3671
|
-
}
|
|
3672
|
-
},
|
|
3673
|
-
{
|
|
3674
|
-
"kind": "field",
|
|
3675
|
-
"name": "updateRegionStyle",
|
|
3676
|
-
"privacy": "private",
|
|
3677
|
-
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
3678
|
-
"inheritedFrom": {
|
|
3679
|
-
"name": "AnchoredRegion",
|
|
3680
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3681
|
-
}
|
|
3682
|
-
},
|
|
3683
|
-
{
|
|
3684
|
-
"kind": "field",
|
|
3685
|
-
"name": "updatePositionClasses",
|
|
3686
|
-
"privacy": "private",
|
|
3687
|
-
"description": "Updates the css classes that reflect the current position of the element",
|
|
3688
|
-
"inheritedFrom": {
|
|
3689
|
-
"name": "AnchoredRegion",
|
|
3690
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3691
|
-
}
|
|
3692
|
-
},
|
|
3693
|
-
{
|
|
3694
|
-
"kind": "field",
|
|
3695
|
-
"name": "setHorizontalPosition",
|
|
3696
|
-
"privacy": "private",
|
|
3697
|
-
"description": "Get horizontal positioning state based on desired position",
|
|
3698
|
-
"inheritedFrom": {
|
|
3699
|
-
"name": "AnchoredRegion",
|
|
3700
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3701
|
-
}
|
|
3702
|
-
},
|
|
3703
|
-
{
|
|
3704
|
-
"kind": "field",
|
|
3705
|
-
"name": "setVerticalPosition",
|
|
3706
|
-
"privacy": "private",
|
|
3707
|
-
"description": "Set vertical positioning state based on desired position",
|
|
3708
|
-
"inheritedFrom": {
|
|
3709
|
-
"name": "AnchoredRegion",
|
|
3710
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3711
|
-
}
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"kind": "field",
|
|
3715
|
-
"name": "getPositioningOptions",
|
|
3716
|
-
"privacy": "private",
|
|
3717
|
-
"description": "Get available positions based on positioning mode",
|
|
3718
|
-
"inheritedFrom": {
|
|
3719
|
-
"name": "AnchoredRegion",
|
|
3720
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3721
|
-
}
|
|
3722
|
-
},
|
|
3723
|
-
{
|
|
3724
|
-
"kind": "field",
|
|
3725
|
-
"name": "getAvailableSpace",
|
|
3726
|
-
"privacy": "private",
|
|
3727
|
-
"description": "Get the space available for a particular relative position",
|
|
3728
|
-
"inheritedFrom": {
|
|
3729
|
-
"name": "AnchoredRegion",
|
|
3730
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3731
|
-
}
|
|
3732
|
-
},
|
|
3733
|
-
{
|
|
3734
|
-
"kind": "field",
|
|
3735
|
-
"name": "getNextRegionDimension",
|
|
3736
|
-
"privacy": "private",
|
|
3737
|
-
"description": "Get region dimensions",
|
|
3738
|
-
"inheritedFrom": {
|
|
3739
|
-
"name": "AnchoredRegion",
|
|
3740
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3741
|
-
}
|
|
3742
|
-
},
|
|
3743
|
-
{
|
|
3744
|
-
"kind": "field",
|
|
3745
|
-
"name": "startAutoUpdateEventListeners",
|
|
3746
|
-
"privacy": "private",
|
|
3747
|
-
"description": "starts event listeners that can trigger auto updating",
|
|
3748
|
-
"inheritedFrom": {
|
|
3749
|
-
"name": "AnchoredRegion",
|
|
3750
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3751
|
-
}
|
|
3752
|
-
},
|
|
3753
|
-
{
|
|
3754
|
-
"kind": "field",
|
|
3755
|
-
"name": "stopAutoUpdateEventListeners",
|
|
3756
|
-
"privacy": "private",
|
|
3757
|
-
"description": "stops event listeners that can trigger auto updating",
|
|
3758
|
-
"inheritedFrom": {
|
|
3759
|
-
"name": "AnchoredRegion",
|
|
3760
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3761
|
-
}
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
"kind": "field",
|
|
3765
|
-
"name": "_presentation",
|
|
3766
|
-
"type": {
|
|
3767
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3768
|
-
},
|
|
3769
|
-
"privacy": "private",
|
|
3770
|
-
"default": "void 0",
|
|
3771
|
-
"inheritedFrom": {
|
|
3772
|
-
"name": "FoundationElement",
|
|
3773
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3774
|
-
}
|
|
3775
|
-
},
|
|
3776
|
-
{
|
|
3777
|
-
"kind": "field",
|
|
3778
|
-
"name": "$presentation",
|
|
3779
|
-
"type": {
|
|
3780
|
-
"text": "ComponentPresentation | null"
|
|
3781
|
-
},
|
|
3782
|
-
"privacy": "public",
|
|
3783
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3784
|
-
"inheritedFrom": {
|
|
3785
|
-
"name": "FoundationElement",
|
|
3786
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3787
|
-
}
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
"kind": "field",
|
|
3791
|
-
"name": "template",
|
|
3792
|
-
"type": {
|
|
3793
|
-
"text": "ElementViewTemplate | void | null"
|
|
3794
|
-
},
|
|
3795
|
-
"privacy": "public",
|
|
3796
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3797
|
-
"inheritedFrom": {
|
|
3798
|
-
"name": "FoundationElement",
|
|
3799
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3800
|
-
}
|
|
3801
|
-
},
|
|
3802
|
-
{
|
|
3803
|
-
"kind": "method",
|
|
3804
|
-
"name": "templateChanged",
|
|
3805
|
-
"privacy": "protected",
|
|
3806
|
-
"return": {
|
|
3807
|
-
"type": {
|
|
3808
|
-
"text": "void"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
"inheritedFrom": {
|
|
3812
|
-
"name": "FoundationElement",
|
|
3813
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3814
|
-
}
|
|
3815
|
-
},
|
|
3816
|
-
{
|
|
3817
|
-
"kind": "field",
|
|
3818
|
-
"name": "styles",
|
|
3819
|
-
"type": {
|
|
3820
|
-
"text": "ElementStyles | void | null"
|
|
3821
|
-
},
|
|
3822
|
-
"privacy": "public",
|
|
3823
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3824
|
-
"inheritedFrom": {
|
|
3825
|
-
"name": "FoundationElement",
|
|
3826
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3827
|
-
}
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"kind": "method",
|
|
3831
|
-
"name": "stylesChanged",
|
|
3832
|
-
"privacy": "protected",
|
|
3833
|
-
"return": {
|
|
3834
|
-
"type": {
|
|
3835
|
-
"text": "void"
|
|
3836
|
-
}
|
|
3837
|
-
},
|
|
3838
|
-
"inheritedFrom": {
|
|
3839
|
-
"name": "FoundationElement",
|
|
3840
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3841
|
-
}
|
|
3842
|
-
},
|
|
3843
|
-
{
|
|
3844
|
-
"kind": "method",
|
|
3845
|
-
"name": "compose",
|
|
3846
|
-
"privacy": "public",
|
|
3847
|
-
"static": true,
|
|
3848
|
-
"return": {
|
|
3849
|
-
"type": {
|
|
3850
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3851
|
-
}
|
|
3852
|
-
},
|
|
3853
|
-
"parameters": [
|
|
3854
|
-
{
|
|
3855
|
-
"name": "this",
|
|
3856
|
-
"type": {
|
|
3857
|
-
"text": "K"
|
|
3858
|
-
}
|
|
3859
|
-
},
|
|
3860
|
-
{
|
|
3861
|
-
"name": "elementDefinition",
|
|
3862
|
-
"type": {
|
|
3863
|
-
"text": "T"
|
|
3864
|
-
},
|
|
3865
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3866
|
-
}
|
|
3867
|
-
],
|
|
3868
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3869
|
-
"inheritedFrom": {
|
|
3870
|
-
"name": "FoundationElement",
|
|
3871
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3872
|
-
}
|
|
3873
|
-
}
|
|
3874
|
-
],
|
|
3875
|
-
"events": [
|
|
3876
|
-
{
|
|
3877
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3878
|
-
"name": "loaded",
|
|
3879
|
-
"inheritedFrom": {
|
|
3880
|
-
"name": "AnchoredRegion",
|
|
3881
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3882
|
-
}
|
|
3883
|
-
},
|
|
3884
|
-
{
|
|
3885
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3886
|
-
"name": "positionchange",
|
|
3887
|
-
"inheritedFrom": {
|
|
3888
|
-
"name": "AnchoredRegion",
|
|
3889
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3890
|
-
}
|
|
3891
|
-
}
|
|
3892
|
-
]
|
|
3893
|
-
},
|
|
3894
|
-
{
|
|
3895
|
-
"kind": "variable",
|
|
3896
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3897
|
-
"type": {
|
|
3898
|
-
"text": "ShadowRootInit"
|
|
3899
|
-
},
|
|
3900
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
"kind": "variable",
|
|
3904
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3905
|
-
"type": {
|
|
3906
|
-
"text": "object"
|
|
3907
|
-
},
|
|
3908
|
-
"default": "{}"
|
|
3909
|
-
},
|
|
3910
|
-
{
|
|
3911
|
-
"kind": "variable",
|
|
3912
|
-
"name": "foundationAnchoredRegion",
|
|
3913
|
-
"description": "The Foundation Anchored Region",
|
|
3914
|
-
"privacy": "public"
|
|
3915
|
-
}
|
|
3916
|
-
],
|
|
3917
|
-
"exports": [
|
|
3918
|
-
{
|
|
3919
|
-
"kind": "js",
|
|
3920
|
-
"name": "AnchoredRegion",
|
|
3921
|
-
"declaration": {
|
|
3922
|
-
"name": "AnchoredRegion",
|
|
3923
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3924
|
-
}
|
|
3925
|
-
},
|
|
3926
|
-
{
|
|
3927
|
-
"kind": "js",
|
|
3928
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3929
|
-
"declaration": {
|
|
3930
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3931
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3932
|
-
}
|
|
3933
|
-
},
|
|
3934
|
-
{
|
|
3935
|
-
"kind": "js",
|
|
3936
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3937
|
-
"declaration": {
|
|
3938
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3939
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3940
|
-
}
|
|
3941
|
-
},
|
|
3942
|
-
{
|
|
3943
|
-
"kind": "js",
|
|
3944
|
-
"name": "foundationAnchoredRegion",
|
|
3945
|
-
"declaration": {
|
|
3946
|
-
"name": "foundationAnchoredRegion",
|
|
3947
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3948
|
-
}
|
|
3949
|
-
}
|
|
3950
|
-
]
|
|
3951
|
-
},
|
|
3952
|
-
{
|
|
3953
|
-
"kind": "javascript-module",
|
|
3954
|
-
"path": "src/anchored-region/index.ts",
|
|
3955
|
-
"declarations": [],
|
|
3956
|
-
"exports": [
|
|
3957
|
-
{
|
|
3958
|
-
"kind": "js",
|
|
3959
|
-
"name": "*",
|
|
3960
|
-
"declaration": {
|
|
3961
|
-
"name": "*",
|
|
3962
|
-
"package": "./anchor-region.template"
|
|
3963
|
-
}
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"kind": "js",
|
|
3967
|
-
"name": "*",
|
|
3968
|
-
"declaration": {
|
|
3969
|
-
"name": "*",
|
|
3970
|
-
"package": "./anchored-region.styles"
|
|
3971
|
-
}
|
|
3972
|
-
},
|
|
3973
|
-
{
|
|
3974
|
-
"kind": "js",
|
|
3975
|
-
"name": "*",
|
|
3976
|
-
"declaration": {
|
|
3977
|
-
"name": "*",
|
|
3978
|
-
"package": "./anchored-region"
|
|
3979
|
-
}
|
|
3980
|
-
}
|
|
3981
|
-
]
|
|
3982
|
-
},
|
|
3983
|
-
{
|
|
3984
|
-
"kind": "javascript-module",
|
|
3985
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
3986
|
-
"declarations": [
|
|
3987
|
-
{
|
|
3988
|
-
"kind": "function",
|
|
3989
|
-
"name": "actionsMenuBaseStyles",
|
|
3990
|
-
"return": {
|
|
3991
|
-
"type": {
|
|
3992
|
-
"text": "ElementStyles"
|
|
3993
|
-
}
|
|
3994
|
-
},
|
|
3995
|
-
"parameters": [
|
|
3996
|
-
{
|
|
3997
|
-
"name": "context",
|
|
3998
|
-
"type": {
|
|
3999
|
-
"text": "ElementDefinitionContext"
|
|
4000
|
-
}
|
|
4001
|
-
},
|
|
4002
|
-
{
|
|
4003
|
-
"name": "definition",
|
|
4004
|
-
"type": {
|
|
4005
|
-
"text": "FoundationElementDefinition"
|
|
4006
|
-
}
|
|
4007
|
-
}
|
|
4008
|
-
]
|
|
4009
|
-
},
|
|
4010
|
-
{
|
|
4011
|
-
"kind": "function",
|
|
4012
|
-
"name": "foundationActionsMenuStyles",
|
|
4013
|
-
"return": {
|
|
4014
|
-
"type": {
|
|
4015
|
-
"text": "ElementStyles"
|
|
4016
|
-
}
|
|
4017
|
-
},
|
|
4018
|
-
"parameters": [
|
|
4019
|
-
{
|
|
4020
|
-
"name": "context",
|
|
4021
|
-
"type": {
|
|
4022
|
-
"text": "ElementDefinitionContext"
|
|
4023
|
-
}
|
|
4024
|
-
},
|
|
4025
|
-
{
|
|
4026
|
-
"name": "definition",
|
|
4027
|
-
"type": {
|
|
4028
|
-
"text": "FoundationElementDefinition"
|
|
4029
|
-
}
|
|
4030
|
-
}
|
|
4031
|
-
]
|
|
4032
|
-
}
|
|
4033
|
-
],
|
|
4034
|
-
"exports": [
|
|
4035
|
-
{
|
|
4036
|
-
"kind": "js",
|
|
4037
|
-
"name": "actionsMenuBaseStyles",
|
|
4038
|
-
"declaration": {
|
|
4039
|
-
"name": "actionsMenuBaseStyles",
|
|
4040
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4041
|
-
}
|
|
4042
|
-
},
|
|
4043
|
-
{
|
|
4044
|
-
"kind": "js",
|
|
4045
|
-
"name": "foundationActionsMenuStyles",
|
|
4046
|
-
"declaration": {
|
|
4047
|
-
"name": "foundationActionsMenuStyles",
|
|
4048
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
4049
|
-
}
|
|
4050
|
-
}
|
|
4051
|
-
]
|
|
4052
|
-
},
|
|
4053
|
-
{
|
|
4054
|
-
"kind": "javascript-module",
|
|
4055
|
-
"path": "src/actions-menu/actions-menu.template.ts",
|
|
4056
|
-
"declarations": [
|
|
4057
|
-
{
|
|
4058
|
-
"kind": "function",
|
|
4059
|
-
"name": "menuTemplate",
|
|
4060
|
-
"parameters": [
|
|
4061
|
-
{
|
|
4062
|
-
"name": "prefix",
|
|
4063
|
-
"type": {
|
|
4064
|
-
"text": "string"
|
|
4065
|
-
}
|
|
4066
|
-
}
|
|
4067
|
-
]
|
|
4068
|
-
},
|
|
4069
|
-
{
|
|
4070
|
-
"kind": "function",
|
|
4071
|
-
"name": "singleOptionTemplate",
|
|
4072
|
-
"parameters": [
|
|
4073
|
-
{
|
|
4074
|
-
"name": "prefix",
|
|
4075
|
-
"type": {
|
|
4076
|
-
"text": "string"
|
|
4077
|
-
}
|
|
4078
|
-
}
|
|
4079
|
-
]
|
|
4080
|
-
},
|
|
4081
|
-
{
|
|
4082
|
-
"kind": "variable",
|
|
4083
|
-
"name": "foundationActionsMenuTemplate",
|
|
4084
|
-
"type": {
|
|
4085
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
4086
|
-
},
|
|
4087
|
-
"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`"
|
|
4088
|
-
}
|
|
4089
|
-
],
|
|
4090
|
-
"exports": [
|
|
4091
|
-
{
|
|
4092
|
-
"kind": "js",
|
|
4093
|
-
"name": "menuTemplate",
|
|
4094
|
-
"declaration": {
|
|
4095
|
-
"name": "menuTemplate",
|
|
4096
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4097
|
-
}
|
|
4098
|
-
},
|
|
4099
|
-
{
|
|
4100
|
-
"kind": "js",
|
|
4101
|
-
"name": "singleOptionTemplate",
|
|
4102
|
-
"declaration": {
|
|
4103
|
-
"name": "singleOptionTemplate",
|
|
4104
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4105
|
-
}
|
|
4106
|
-
},
|
|
4107
|
-
{
|
|
4108
|
-
"kind": "js",
|
|
4109
|
-
"name": "foundationActionsMenuTemplate",
|
|
4110
|
-
"declaration": {
|
|
4111
|
-
"name": "foundationActionsMenuTemplate",
|
|
4112
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
4113
|
-
}
|
|
4114
|
-
}
|
|
4115
|
-
]
|
|
4116
|
-
},
|
|
4117
|
-
{
|
|
4118
|
-
"kind": "javascript-module",
|
|
4119
|
-
"path": "src/actions-menu/actions-menu.ts",
|
|
4120
|
-
"declarations": [
|
|
4121
|
-
{
|
|
4122
|
-
"kind": "class",
|
|
4123
|
-
"description": "",
|
|
4124
|
-
"name": "ActionsMenu",
|
|
4125
|
-
"members": [
|
|
4086
|
+
"return": {
|
|
4087
|
+
"type": {
|
|
4088
|
+
"text": "void"
|
|
4089
|
+
}
|
|
4090
|
+
},
|
|
4091
|
+
"description": "Request a reset if there are currently no open requests",
|
|
4092
|
+
"inheritedFrom": {
|
|
4093
|
+
"name": "AnchoredRegion",
|
|
4094
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4095
|
+
}
|
|
4096
|
+
},
|
|
4097
|
+
{
|
|
4098
|
+
"kind": "method",
|
|
4099
|
+
"name": "setInitialState",
|
|
4100
|
+
"privacy": "private",
|
|
4101
|
+
"return": {
|
|
4102
|
+
"type": {
|
|
4103
|
+
"text": "void"
|
|
4104
|
+
}
|
|
4105
|
+
},
|
|
4106
|
+
"description": "sets the starting configuration for component internal values",
|
|
4107
|
+
"inheritedFrom": {
|
|
4108
|
+
"name": "AnchoredRegion",
|
|
4109
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4110
|
+
}
|
|
4111
|
+
},
|
|
4126
4112
|
{
|
|
4127
4113
|
"kind": "field",
|
|
4128
|
-
"name": "
|
|
4129
|
-
"
|
|
4130
|
-
|
|
4114
|
+
"name": "startObservers",
|
|
4115
|
+
"privacy": "private",
|
|
4116
|
+
"description": "starts observers",
|
|
4117
|
+
"inheritedFrom": {
|
|
4118
|
+
"name": "AnchoredRegion",
|
|
4119
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4131
4120
|
}
|
|
4132
4121
|
},
|
|
4133
4122
|
{
|
|
4134
4123
|
"kind": "field",
|
|
4135
|
-
"name": "
|
|
4136
|
-
"
|
|
4137
|
-
|
|
4138
|
-
|
|
4139
|
-
|
|
4124
|
+
"name": "requestPositionUpdates",
|
|
4125
|
+
"privacy": "private",
|
|
4126
|
+
"description": "get position updates",
|
|
4127
|
+
"inheritedFrom": {
|
|
4128
|
+
"name": "AnchoredRegion",
|
|
4129
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4130
|
+
}
|
|
4140
4131
|
},
|
|
4141
4132
|
{
|
|
4142
4133
|
"kind": "field",
|
|
4143
|
-
"name": "
|
|
4144
|
-
"
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4134
|
+
"name": "stopObservers",
|
|
4135
|
+
"privacy": "private",
|
|
4136
|
+
"description": "stops observers",
|
|
4137
|
+
"inheritedFrom": {
|
|
4138
|
+
"name": "AnchoredRegion",
|
|
4139
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4140
|
+
}
|
|
4148
4141
|
},
|
|
4149
4142
|
{
|
|
4150
4143
|
"kind": "field",
|
|
4151
|
-
"name": "
|
|
4152
|
-
"
|
|
4153
|
-
|
|
4154
|
-
|
|
4155
|
-
|
|
4144
|
+
"name": "getViewport",
|
|
4145
|
+
"privacy": "private",
|
|
4146
|
+
"description": "Gets the viewport element by id, or defaults to document root",
|
|
4147
|
+
"inheritedFrom": {
|
|
4148
|
+
"name": "AnchoredRegion",
|
|
4149
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4150
|
+
}
|
|
4156
4151
|
},
|
|
4157
4152
|
{
|
|
4158
4153
|
"kind": "field",
|
|
4159
|
-
"name": "
|
|
4160
|
-
"
|
|
4161
|
-
|
|
4154
|
+
"name": "getAnchor",
|
|
4155
|
+
"privacy": "private",
|
|
4156
|
+
"description": "Gets the anchor element by id",
|
|
4157
|
+
"inheritedFrom": {
|
|
4158
|
+
"name": "AnchoredRegion",
|
|
4159
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4162
4160
|
}
|
|
4163
4161
|
},
|
|
4164
4162
|
{
|
|
4165
4163
|
"kind": "field",
|
|
4166
|
-
"name": "
|
|
4167
|
-
"
|
|
4168
|
-
|
|
4164
|
+
"name": "handleIntersection",
|
|
4165
|
+
"privacy": "private",
|
|
4166
|
+
"description": "Handle intersections",
|
|
4167
|
+
"inheritedFrom": {
|
|
4168
|
+
"name": "AnchoredRegion",
|
|
4169
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4169
4170
|
}
|
|
4170
4171
|
},
|
|
4171
4172
|
{
|
|
4172
4173
|
"kind": "field",
|
|
4173
|
-
"name": "
|
|
4174
|
-
"
|
|
4175
|
-
|
|
4176
|
-
|
|
4177
|
-
|
|
4174
|
+
"name": "applyIntersectionEntries",
|
|
4175
|
+
"privacy": "private",
|
|
4176
|
+
"description": "iterate through intersection entries and apply data",
|
|
4177
|
+
"inheritedFrom": {
|
|
4178
|
+
"name": "AnchoredRegion",
|
|
4179
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4180
|
+
}
|
|
4178
4181
|
},
|
|
4179
4182
|
{
|
|
4180
4183
|
"kind": "field",
|
|
4181
|
-
"name": "
|
|
4182
|
-
"
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4184
|
+
"name": "updateRegionOffset",
|
|
4185
|
+
"privacy": "private",
|
|
4186
|
+
"description": "Update the offset values",
|
|
4187
|
+
"inheritedFrom": {
|
|
4188
|
+
"name": "AnchoredRegion",
|
|
4189
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4190
|
+
}
|
|
4186
4191
|
},
|
|
4187
4192
|
{
|
|
4188
4193
|
"kind": "field",
|
|
4189
|
-
"name": "
|
|
4190
|
-
"
|
|
4191
|
-
|
|
4194
|
+
"name": "isRectDifferent",
|
|
4195
|
+
"privacy": "private",
|
|
4196
|
+
"description": "compare rects to see if there is enough change to justify a DOM update",
|
|
4197
|
+
"inheritedFrom": {
|
|
4198
|
+
"name": "AnchoredRegion",
|
|
4199
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4192
4200
|
}
|
|
4193
4201
|
},
|
|
4194
4202
|
{
|
|
4195
4203
|
"kind": "field",
|
|
4196
|
-
"name": "
|
|
4197
|
-
"
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4204
|
+
"name": "handleResize",
|
|
4205
|
+
"privacy": "private",
|
|
4206
|
+
"description": "Handle resize events",
|
|
4207
|
+
"inheritedFrom": {
|
|
4208
|
+
"name": "AnchoredRegion",
|
|
4209
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4210
|
+
}
|
|
4201
4211
|
},
|
|
4202
4212
|
{
|
|
4203
4213
|
"kind": "field",
|
|
4204
|
-
"name": "
|
|
4205
|
-
"
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4214
|
+
"name": "reset",
|
|
4215
|
+
"privacy": "private",
|
|
4216
|
+
"description": "resets the component",
|
|
4217
|
+
"inheritedFrom": {
|
|
4218
|
+
"name": "AnchoredRegion",
|
|
4219
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4220
|
+
}
|
|
4209
4221
|
},
|
|
4210
4222
|
{
|
|
4211
4223
|
"kind": "field",
|
|
4212
|
-
"name": "
|
|
4213
|
-
"
|
|
4214
|
-
|
|
4224
|
+
"name": "updateLayout",
|
|
4225
|
+
"privacy": "private",
|
|
4226
|
+
"description": "Recalculate layout related state values",
|
|
4227
|
+
"inheritedFrom": {
|
|
4228
|
+
"name": "AnchoredRegion",
|
|
4229
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4215
4230
|
}
|
|
4216
4231
|
},
|
|
4217
4232
|
{
|
|
4218
4233
|
"kind": "field",
|
|
4219
|
-
"name": "
|
|
4220
|
-
"
|
|
4221
|
-
|
|
4234
|
+
"name": "updateRegionStyle",
|
|
4235
|
+
"privacy": "private",
|
|
4236
|
+
"description": "Updates the style string applied to the region element as well as the css classes attached\nto the root element",
|
|
4237
|
+
"inheritedFrom": {
|
|
4238
|
+
"name": "AnchoredRegion",
|
|
4239
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4222
4240
|
}
|
|
4223
4241
|
},
|
|
4224
4242
|
{
|
|
4225
|
-
"kind": "
|
|
4226
|
-
"name": "
|
|
4227
|
-
"privacy": "
|
|
4228
|
-
"
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
}
|
|
4234
|
-
},
|
|
4235
|
-
{
|
|
4236
|
-
"name": "newValue",
|
|
4237
|
-
"type": {
|
|
4238
|
-
"text": "any"
|
|
4239
|
-
}
|
|
4240
|
-
}
|
|
4241
|
-
]
|
|
4243
|
+
"kind": "field",
|
|
4244
|
+
"name": "updatePositionClasses",
|
|
4245
|
+
"privacy": "private",
|
|
4246
|
+
"description": "Updates the css classes that reflect the current position of the element",
|
|
4247
|
+
"inheritedFrom": {
|
|
4248
|
+
"name": "AnchoredRegion",
|
|
4249
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4250
|
+
}
|
|
4242
4251
|
},
|
|
4243
4252
|
{
|
|
4244
|
-
"kind": "
|
|
4245
|
-
"name": "
|
|
4246
|
-
"privacy": "
|
|
4253
|
+
"kind": "field",
|
|
4254
|
+
"name": "setHorizontalPosition",
|
|
4255
|
+
"privacy": "private",
|
|
4256
|
+
"description": "Get horizontal positioning state based on desired position",
|
|
4257
|
+
"inheritedFrom": {
|
|
4258
|
+
"name": "AnchoredRegion",
|
|
4259
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4260
|
+
}
|
|
4247
4261
|
},
|
|
4248
4262
|
{
|
|
4249
|
-
"kind": "
|
|
4250
|
-
"name": "
|
|
4263
|
+
"kind": "field",
|
|
4264
|
+
"name": "setVerticalPosition",
|
|
4265
|
+
"privacy": "private",
|
|
4266
|
+
"description": "Set vertical positioning state based on desired position",
|
|
4267
|
+
"inheritedFrom": {
|
|
4268
|
+
"name": "AnchoredRegion",
|
|
4269
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4270
|
+
}
|
|
4251
4271
|
},
|
|
4252
4272
|
{
|
|
4253
|
-
"kind": "
|
|
4254
|
-
"name": "
|
|
4255
|
-
"
|
|
4256
|
-
|
|
4257
|
-
|
|
4258
|
-
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
}
|
|
4262
|
-
]
|
|
4273
|
+
"kind": "field",
|
|
4274
|
+
"name": "getPositioningOptions",
|
|
4275
|
+
"privacy": "private",
|
|
4276
|
+
"description": "Get available positions based on positioning mode",
|
|
4277
|
+
"inheritedFrom": {
|
|
4278
|
+
"name": "AnchoredRegion",
|
|
4279
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4280
|
+
}
|
|
4263
4281
|
},
|
|
4264
4282
|
{
|
|
4265
4283
|
"kind": "field",
|
|
4266
|
-
"name": "
|
|
4267
|
-
"
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4284
|
+
"name": "getAvailableSpace",
|
|
4285
|
+
"privacy": "private",
|
|
4286
|
+
"description": "Get the space available for a particular relative position",
|
|
4287
|
+
"inheritedFrom": {
|
|
4288
|
+
"name": "AnchoredRegion",
|
|
4289
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4290
|
+
}
|
|
4271
4291
|
},
|
|
4272
4292
|
{
|
|
4273
4293
|
"kind": "field",
|
|
4274
|
-
"name": "
|
|
4275
|
-
"
|
|
4294
|
+
"name": "getNextRegionDimension",
|
|
4295
|
+
"privacy": "private",
|
|
4296
|
+
"description": "Get region dimensions",
|
|
4297
|
+
"inheritedFrom": {
|
|
4298
|
+
"name": "AnchoredRegion",
|
|
4299
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4300
|
+
}
|
|
4276
4301
|
},
|
|
4277
4302
|
{
|
|
4278
|
-
"kind": "
|
|
4279
|
-
"name": "
|
|
4280
|
-
"
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
}
|
|
4287
|
-
]
|
|
4303
|
+
"kind": "field",
|
|
4304
|
+
"name": "startAutoUpdateEventListeners",
|
|
4305
|
+
"privacy": "private",
|
|
4306
|
+
"description": "starts event listeners that can trigger auto updating",
|
|
4307
|
+
"inheritedFrom": {
|
|
4308
|
+
"name": "AnchoredRegion",
|
|
4309
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4310
|
+
}
|
|
4288
4311
|
},
|
|
4289
4312
|
{
|
|
4290
|
-
"kind": "
|
|
4291
|
-
"name": "
|
|
4292
|
-
"
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
|
|
4297
|
-
|
|
4298
|
-
}
|
|
4299
|
-
]
|
|
4313
|
+
"kind": "field",
|
|
4314
|
+
"name": "stopAutoUpdateEventListeners",
|
|
4315
|
+
"privacy": "private",
|
|
4316
|
+
"description": "stops event listeners that can trigger auto updating",
|
|
4317
|
+
"inheritedFrom": {
|
|
4318
|
+
"name": "AnchoredRegion",
|
|
4319
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4320
|
+
}
|
|
4300
4321
|
},
|
|
4301
4322
|
{
|
|
4302
4323
|
"kind": "field",
|
|
@@ -4410,107 +4431,86 @@
|
|
|
4410
4431
|
}
|
|
4411
4432
|
}
|
|
4412
4433
|
],
|
|
4413
|
-
"
|
|
4414
|
-
{
|
|
4415
|
-
"name": "is-vertical",
|
|
4416
|
-
"type": {
|
|
4417
|
-
"text": "boolean"
|
|
4418
|
-
},
|
|
4419
|
-
"default": "false",
|
|
4420
|
-
"fieldName": "isVertical"
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"name": "add-default-actions",
|
|
4424
|
-
"type": {
|
|
4425
|
-
"text": "boolean"
|
|
4426
|
-
},
|
|
4427
|
-
"default": "true",
|
|
4428
|
-
"fieldName": "addDefaultActions"
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"name": "auto-close-on-action",
|
|
4432
|
-
"type": {
|
|
4433
|
-
"text": "boolean"
|
|
4434
|
-
},
|
|
4435
|
-
"default": "true",
|
|
4436
|
-
"fieldName": "autoCloseOnAction"
|
|
4437
|
-
},
|
|
4438
|
-
{
|
|
4439
|
-
"name": "name",
|
|
4440
|
-
"type": {
|
|
4441
|
-
"text": "string"
|
|
4442
|
-
},
|
|
4443
|
-
"default": "'Actions'",
|
|
4444
|
-
"fieldName": "name"
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"name": "open",
|
|
4448
|
-
"type": {
|
|
4449
|
-
"text": "boolean"
|
|
4450
|
-
},
|
|
4451
|
-
"default": "false",
|
|
4452
|
-
"fieldName": "open"
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"name": "buttonAppearance",
|
|
4456
|
-
"type": {
|
|
4457
|
-
"text": "string"
|
|
4458
|
-
},
|
|
4459
|
-
"fieldName": "buttonAppearance"
|
|
4460
|
-
},
|
|
4434
|
+
"events": [
|
|
4461
4435
|
{
|
|
4462
|
-
"
|
|
4463
|
-
"
|
|
4464
|
-
|
|
4465
|
-
|
|
4466
|
-
|
|
4467
|
-
|
|
4436
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4437
|
+
"name": "loaded",
|
|
4438
|
+
"inheritedFrom": {
|
|
4439
|
+
"name": "AnchoredRegion",
|
|
4440
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4441
|
+
}
|
|
4468
4442
|
},
|
|
4469
4443
|
{
|
|
4470
|
-
"
|
|
4471
|
-
"
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
|
|
4475
|
-
|
|
4444
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4445
|
+
"name": "positionchange",
|
|
4446
|
+
"inheritedFrom": {
|
|
4447
|
+
"name": "AnchoredRegion",
|
|
4448
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4449
|
+
}
|
|
4476
4450
|
}
|
|
4477
|
-
]
|
|
4478
|
-
|
|
4479
|
-
|
|
4480
|
-
|
|
4451
|
+
]
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"kind": "variable",
|
|
4455
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4456
|
+
"type": {
|
|
4457
|
+
"text": "ShadowRootInit"
|
|
4481
4458
|
},
|
|
4482
|
-
"
|
|
4483
|
-
"customElement": true
|
|
4459
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4484
4460
|
},
|
|
4485
4461
|
{
|
|
4486
4462
|
"kind": "variable",
|
|
4487
|
-
"name": "
|
|
4488
|
-
"
|
|
4463
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4464
|
+
"type": {
|
|
4465
|
+
"text": "object"
|
|
4466
|
+
},
|
|
4467
|
+
"default": "{}"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"kind": "variable",
|
|
4471
|
+
"name": "foundationAnchoredRegion",
|
|
4472
|
+
"description": "The Foundation Anchored Region",
|
|
4489
4473
|
"privacy": "public"
|
|
4490
4474
|
}
|
|
4491
4475
|
],
|
|
4492
4476
|
"exports": [
|
|
4493
4477
|
{
|
|
4494
4478
|
"kind": "js",
|
|
4495
|
-
"name": "
|
|
4479
|
+
"name": "AnchoredRegion",
|
|
4496
4480
|
"declaration": {
|
|
4497
|
-
"name": "
|
|
4498
|
-
"module": "src/
|
|
4481
|
+
"name": "AnchoredRegion",
|
|
4482
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4499
4483
|
}
|
|
4500
4484
|
},
|
|
4501
4485
|
{
|
|
4502
4486
|
"kind": "js",
|
|
4503
|
-
"name": "
|
|
4487
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4504
4488
|
"declaration": {
|
|
4505
|
-
"name": "
|
|
4506
|
-
"module": "src/
|
|
4489
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4490
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4491
|
+
}
|
|
4492
|
+
},
|
|
4493
|
+
{
|
|
4494
|
+
"kind": "js",
|
|
4495
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4496
|
+
"declaration": {
|
|
4497
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4498
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4499
|
+
}
|
|
4500
|
+
},
|
|
4501
|
+
{
|
|
4502
|
+
"kind": "js",
|
|
4503
|
+
"name": "foundationAnchoredRegion",
|
|
4504
|
+
"declaration": {
|
|
4505
|
+
"name": "foundationAnchoredRegion",
|
|
4506
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4507
4507
|
}
|
|
4508
4508
|
}
|
|
4509
4509
|
]
|
|
4510
4510
|
},
|
|
4511
4511
|
{
|
|
4512
4512
|
"kind": "javascript-module",
|
|
4513
|
-
"path": "src/
|
|
4513
|
+
"path": "src/anchored-region/index.ts",
|
|
4514
4514
|
"declarations": [],
|
|
4515
4515
|
"exports": [
|
|
4516
4516
|
{
|
|
@@ -4518,7 +4518,7 @@
|
|
|
4518
4518
|
"name": "*",
|
|
4519
4519
|
"declaration": {
|
|
4520
4520
|
"name": "*",
|
|
4521
|
-
"package": "./
|
|
4521
|
+
"package": "./anchor-region.template"
|
|
4522
4522
|
}
|
|
4523
4523
|
},
|
|
4524
4524
|
{
|
|
@@ -4526,7 +4526,7 @@
|
|
|
4526
4526
|
"name": "*",
|
|
4527
4527
|
"declaration": {
|
|
4528
4528
|
"name": "*",
|
|
4529
|
-
"package": "./
|
|
4529
|
+
"package": "./anchored-region.styles"
|
|
4530
4530
|
}
|
|
4531
4531
|
},
|
|
4532
4532
|
{
|
|
@@ -4534,7 +4534,7 @@
|
|
|
4534
4534
|
"name": "*",
|
|
4535
4535
|
"declaration": {
|
|
4536
4536
|
"name": "*",
|
|
4537
|
-
"package": "./
|
|
4537
|
+
"package": "./anchored-region"
|
|
4538
4538
|
}
|
|
4539
4539
|
}
|
|
4540
4540
|
]
|
|
@@ -11873,6 +11873,19 @@
|
|
|
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
|
+
},
|
|
11876
11889
|
{
|
|
11877
11890
|
"kind": "field",
|
|
11878
11891
|
"name": "withTimestampFormatting",
|
|
@@ -12407,6 +12420,19 @@
|
|
|
12407
12420
|
"module": "src/utils/base-datasource.ts"
|
|
12408
12421
|
}
|
|
12409
12422
|
},
|
|
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
|
+
},
|
|
12410
12436
|
{
|
|
12411
12437
|
"name": "with-timestamp-formatting",
|
|
12412
12438
|
"type": {
|
|
@@ -31552,6 +31578,15 @@
|
|
|
31552
31578
|
"module": "src/utils/base-datasource.ts"
|
|
31553
31579
|
}
|
|
31554
31580
|
},
|
|
31581
|
+
{
|
|
31582
|
+
"kind": "field",
|
|
31583
|
+
"name": "baseCriteria",
|
|
31584
|
+
"type": {
|
|
31585
|
+
"text": "string"
|
|
31586
|
+
},
|
|
31587
|
+
"privacy": "public",
|
|
31588
|
+
"default": "''"
|
|
31589
|
+
},
|
|
31555
31590
|
{
|
|
31556
31591
|
"kind": "method",
|
|
31557
31592
|
"name": "clearData",
|
|
@@ -31832,6 +31867,19 @@
|
|
|
31832
31867
|
"module": "src/utils/base-datasource.ts"
|
|
31833
31868
|
}
|
|
31834
31869
|
},
|
|
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
|
+
},
|
|
31835
31883
|
{
|
|
31836
31884
|
"kind": "field",
|
|
31837
31885
|
"name": "withTimestampFormatting",
|
|
@@ -32376,6 +32424,19 @@
|
|
|
32376
32424
|
"module": "src/utils/base-datasource.ts"
|
|
32377
32425
|
}
|
|
32378
32426
|
},
|
|
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
|
+
},
|
|
32379
32440
|
{
|
|
32380
32441
|
"name": "with-timestamp-formatting",
|
|
32381
32442
|
"type": {
|
|
@@ -32528,6 +32589,15 @@
|
|
|
32528
32589
|
},
|
|
32529
32590
|
"privacy": "protected"
|
|
32530
32591
|
},
|
|
32592
|
+
{
|
|
32593
|
+
"kind": "field",
|
|
32594
|
+
"name": "baseCriteria",
|
|
32595
|
+
"type": {
|
|
32596
|
+
"text": "string"
|
|
32597
|
+
},
|
|
32598
|
+
"privacy": "public",
|
|
32599
|
+
"default": "''"
|
|
32600
|
+
},
|
|
32531
32601
|
{
|
|
32532
32602
|
"kind": "field",
|
|
32533
32603
|
"name": "resizeObserver",
|
|
@@ -32854,6 +32924,19 @@
|
|
|
32854
32924
|
"module": "src/utils/base-datasource.ts"
|
|
32855
32925
|
}
|
|
32856
32926
|
},
|
|
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
|
+
},
|
|
32857
32940
|
{
|
|
32858
32941
|
"kind": "field",
|
|
32859
32942
|
"name": "withTimestampFormatting",
|
|
@@ -33421,6 +33504,19 @@
|
|
|
33421
33504
|
"module": "src/utils/base-datasource.ts"
|
|
33422
33505
|
}
|
|
33423
33506
|
},
|
|
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
|
+
},
|
|
33424
33520
|
{
|
|
33425
33521
|
"name": "with-timestamp-formatting",
|
|
33426
33522
|
"type": {
|
|
@@ -51161,6 +51257,15 @@
|
|
|
51161
51257
|
},
|
|
51162
51258
|
"default": "'ROW_REF'"
|
|
51163
51259
|
},
|
|
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
|
+
},
|
|
51164
51269
|
{
|
|
51165
51270
|
"kind": "field",
|
|
51166
51271
|
"name": "withTimestampFormatting",
|
|
@@ -51663,6 +51768,15 @@
|
|
|
51663
51768
|
"default": "'ROW_REF'",
|
|
51664
51769
|
"fieldName": "rowId"
|
|
51665
51770
|
},
|
|
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
|
+
},
|
|
51666
51780
|
{
|
|
51667
51781
|
"name": "with-timestamp-formatting",
|
|
51668
51782
|
"type": {
|