@genesislcap/foundation-ui 14.406.0-workspaces.6 → 14.406.0-workspaces.8
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 +437 -2331
- package/dist/dts/index.d.ts +0 -2
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -2
- package/package.json +19 -19
- package/dist/dts/workspace/filter-registry.d.ts +0 -34
- package/dist/dts/workspace/filter-registry.d.ts.map +0 -1
- package/dist/dts/workspace/grid-register/grid-register.d.ts +0 -19
- package/dist/dts/workspace/grid-register/grid-register.d.ts.map +0 -1
- package/dist/dts/workspace/grid-register/grid-register.template.d.ts +0 -4
- package/dist/dts/workspace/grid-register/grid-register.template.d.ts.map +0 -1
- package/dist/dts/workspace/grid-register/index.d.ts +0 -2
- package/dist/dts/workspace/grid-register/index.d.ts.map +0 -1
- package/dist/dts/workspace/grid-registry.d.ts +0 -47
- package/dist/dts/workspace/grid-registry.d.ts.map +0 -1
- package/dist/dts/workspace/index.d.ts +0 -9
- package/dist/dts/workspace/index.d.ts.map +0 -1
- package/dist/dts/workspace/layout-registry.d.ts +0 -27
- package/dist/dts/workspace/layout-registry.d.ts.map +0 -1
- package/dist/dts/workspace/layout-wrapper/index.d.ts +0 -2
- package/dist/dts/workspace/layout-wrapper/index.d.ts.map +0 -1
- package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts +0 -10
- package/dist/dts/workspace/layout-wrapper/layout-wrapper.d.ts.map +0 -1
- package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts +0 -4
- package/dist/dts/workspace/layout-wrapper/layout-wrapper.template.d.ts.map +0 -1
- package/dist/dts/workspace/workspace-state.d.ts +0 -45
- package/dist/dts/workspace/workspace-state.d.ts.map +0 -1
- package/dist/dts/workspace/workspace-state.types.d.ts +0 -26
- package/dist/dts/workspace/workspace-state.types.d.ts.map +0 -1
- package/dist/dts/workspace/workspace.types.d.ts +0 -25
- package/dist/dts/workspace/workspace.types.d.ts.map +0 -1
- package/dist/dts/workspace-manager/index.d.ts +0 -2
- package/dist/dts/workspace-manager/index.d.ts.map +0 -1
- package/dist/dts/workspace-manager/workspace-manager.d.ts +0 -62
- package/dist/dts/workspace-manager/workspace-manager.d.ts.map +0 -1
- package/dist/dts/workspace-manager/workspace-manager.styles.d.ts +0 -2
- package/dist/dts/workspace-manager/workspace-manager.styles.d.ts.map +0 -1
- package/dist/dts/workspace-manager/workspace-manager.template.d.ts +0 -4
- package/dist/dts/workspace-manager/workspace-manager.template.d.ts.map +0 -1
- package/dist/esm/workspace/filter-registry.js +0 -47
- package/dist/esm/workspace/grid-register/grid-register.js +0 -132
- package/dist/esm/workspace/grid-register/grid-register.template.js +0 -4
- package/dist/esm/workspace/grid-register/index.js +0 -1
- package/dist/esm/workspace/grid-registry.js +0 -113
- package/dist/esm/workspace/index.js +0 -8
- package/dist/esm/workspace/layout-registry.js +0 -46
- package/dist/esm/workspace/layout-wrapper/index.js +0 -1
- package/dist/esm/workspace/layout-wrapper/layout-wrapper.js +0 -60
- package/dist/esm/workspace/layout-wrapper/layout-wrapper.template.js +0 -4
- package/dist/esm/workspace/workspace-state.js +0 -193
- package/dist/esm/workspace/workspace-state.types.js +0 -1
- package/dist/esm/workspace/workspace.types.js +0 -1
- package/dist/esm/workspace-manager/index.js +0 -1
- package/dist/esm/workspace-manager/workspace-manager.js +0 -432
- package/dist/esm/workspace-manager/workspace-manager.styles.js +0 -138
- package/dist/esm/workspace-manager/workspace-manager.template.js +0 -259
|
@@ -843,22 +843,6 @@
|
|
|
843
843
|
"name": "getPrefix",
|
|
844
844
|
"module": "./utils/dom"
|
|
845
845
|
}
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"kind": "js",
|
|
849
|
-
"name": "*",
|
|
850
|
-
"declaration": {
|
|
851
|
-
"name": "*",
|
|
852
|
-
"package": "./workspace"
|
|
853
|
-
}
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"kind": "js",
|
|
857
|
-
"name": "*",
|
|
858
|
-
"declaration": {
|
|
859
|
-
"name": "*",
|
|
860
|
-
"package": "./workspace-manager"
|
|
861
|
-
}
|
|
862
846
|
}
|
|
863
847
|
]
|
|
864
848
|
},
|
|
@@ -1336,11 +1320,11 @@
|
|
|
1336
1320
|
},
|
|
1337
1321
|
{
|
|
1338
1322
|
"kind": "javascript-module",
|
|
1339
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1323
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1340
1324
|
"declarations": [
|
|
1341
1325
|
{
|
|
1342
1326
|
"kind": "function",
|
|
1343
|
-
"name": "
|
|
1327
|
+
"name": "foundationAccordionItemStyles",
|
|
1344
1328
|
"return": {
|
|
1345
1329
|
"type": {
|
|
1346
1330
|
"text": "ElementStyles"
|
|
@@ -1365,24 +1349,24 @@
|
|
|
1365
1349
|
"exports": [
|
|
1366
1350
|
{
|
|
1367
1351
|
"kind": "js",
|
|
1368
|
-
"name": "
|
|
1352
|
+
"name": "foundationAccordionItemStyles",
|
|
1369
1353
|
"declaration": {
|
|
1370
|
-
"name": "
|
|
1371
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1354
|
+
"name": "foundationAccordionItemStyles",
|
|
1355
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1372
1356
|
}
|
|
1373
1357
|
}
|
|
1374
1358
|
]
|
|
1375
1359
|
},
|
|
1376
1360
|
{
|
|
1377
1361
|
"kind": "javascript-module",
|
|
1378
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1362
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1379
1363
|
"declarations": [
|
|
1380
1364
|
{
|
|
1381
1365
|
"kind": "function",
|
|
1382
|
-
"name": "
|
|
1366
|
+
"name": "foundationAccordionItemTemplate",
|
|
1383
1367
|
"return": {
|
|
1384
1368
|
"type": {
|
|
1385
|
-
"text": "ViewTemplate<
|
|
1369
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1386
1370
|
}
|
|
1387
1371
|
},
|
|
1388
1372
|
"parameters": [
|
|
@@ -1404,32 +1388,244 @@
|
|
|
1404
1388
|
"exports": [
|
|
1405
1389
|
{
|
|
1406
1390
|
"kind": "js",
|
|
1407
|
-
"name": "
|
|
1391
|
+
"name": "foundationAccordionItemTemplate",
|
|
1408
1392
|
"declaration": {
|
|
1409
|
-
"name": "
|
|
1410
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1393
|
+
"name": "foundationAccordionItemTemplate",
|
|
1394
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1411
1395
|
}
|
|
1412
1396
|
}
|
|
1413
1397
|
]
|
|
1414
1398
|
},
|
|
1415
1399
|
{
|
|
1416
1400
|
"kind": "javascript-module",
|
|
1417
|
-
"path": "src/accordion/accordion.ts",
|
|
1401
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1418
1402
|
"declarations": [
|
|
1419
1403
|
{
|
|
1420
1404
|
"kind": "class",
|
|
1421
1405
|
"description": "",
|
|
1422
|
-
"name": "
|
|
1406
|
+
"name": "AccordionItem",
|
|
1423
1407
|
"superclass": {
|
|
1424
|
-
"name": "
|
|
1425
|
-
"package": "@microsoft/fast-
|
|
1408
|
+
"name": "FASTAccordionItem",
|
|
1409
|
+
"package": "@microsoft/fast-components"
|
|
1426
1410
|
},
|
|
1427
|
-
"tagName": "%%prefix%%-accordion",
|
|
1428
|
-
"customElement": true
|
|
1411
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1412
|
+
"customElement": true,
|
|
1413
|
+
"attributes": [
|
|
1414
|
+
{
|
|
1415
|
+
"name": "heading-level",
|
|
1416
|
+
"type": {
|
|
1417
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1418
|
+
},
|
|
1419
|
+
"default": "2",
|
|
1420
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1421
|
+
"fieldName": "headinglevel",
|
|
1422
|
+
"inheritedFrom": {
|
|
1423
|
+
"name": "AccordionItem",
|
|
1424
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"type": {
|
|
1429
|
+
"text": "boolean"
|
|
1430
|
+
},
|
|
1431
|
+
"default": "false",
|
|
1432
|
+
"description": "Expands or collapses the item.",
|
|
1433
|
+
"fieldName": "expanded",
|
|
1434
|
+
"inheritedFrom": {
|
|
1435
|
+
"name": "AccordionItem",
|
|
1436
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"name": "id",
|
|
1441
|
+
"type": {
|
|
1442
|
+
"text": "string"
|
|
1443
|
+
},
|
|
1444
|
+
"description": "The item ID",
|
|
1445
|
+
"fieldName": "id",
|
|
1446
|
+
"inheritedFrom": {
|
|
1447
|
+
"name": "AccordionItem",
|
|
1448
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
],
|
|
1452
|
+
"members": [
|
|
1453
|
+
{
|
|
1454
|
+
"kind": "field",
|
|
1455
|
+
"name": "headinglevel",
|
|
1456
|
+
"type": {
|
|
1457
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1458
|
+
},
|
|
1459
|
+
"privacy": "public",
|
|
1460
|
+
"default": "2",
|
|
1461
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1462
|
+
"inheritedFrom": {
|
|
1463
|
+
"name": "AccordionItem",
|
|
1464
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1465
|
+
}
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"kind": "field",
|
|
1469
|
+
"name": "expanded",
|
|
1470
|
+
"type": {
|
|
1471
|
+
"text": "boolean"
|
|
1472
|
+
},
|
|
1473
|
+
"privacy": "public",
|
|
1474
|
+
"default": "false",
|
|
1475
|
+
"description": "Expands or collapses the item.",
|
|
1476
|
+
"inheritedFrom": {
|
|
1477
|
+
"name": "AccordionItem",
|
|
1478
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"kind": "field",
|
|
1483
|
+
"name": "id",
|
|
1484
|
+
"type": {
|
|
1485
|
+
"text": "string"
|
|
1486
|
+
},
|
|
1487
|
+
"privacy": "public",
|
|
1488
|
+
"description": "The item ID",
|
|
1489
|
+
"inheritedFrom": {
|
|
1490
|
+
"name": "AccordionItem",
|
|
1491
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"kind": "field",
|
|
1496
|
+
"name": "change",
|
|
1497
|
+
"privacy": "private",
|
|
1498
|
+
"inheritedFrom": {
|
|
1499
|
+
"name": "AccordionItem",
|
|
1500
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1501
|
+
}
|
|
1502
|
+
},
|
|
1503
|
+
{
|
|
1504
|
+
"kind": "field",
|
|
1505
|
+
"name": "_presentation",
|
|
1506
|
+
"type": {
|
|
1507
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1508
|
+
},
|
|
1509
|
+
"privacy": "private",
|
|
1510
|
+
"default": "void 0",
|
|
1511
|
+
"inheritedFrom": {
|
|
1512
|
+
"name": "FoundationElement",
|
|
1513
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
{
|
|
1517
|
+
"kind": "field",
|
|
1518
|
+
"name": "$presentation",
|
|
1519
|
+
"type": {
|
|
1520
|
+
"text": "ComponentPresentation | null"
|
|
1521
|
+
},
|
|
1522
|
+
"privacy": "public",
|
|
1523
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1524
|
+
"inheritedFrom": {
|
|
1525
|
+
"name": "FoundationElement",
|
|
1526
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1527
|
+
}
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"kind": "field",
|
|
1531
|
+
"name": "template",
|
|
1532
|
+
"type": {
|
|
1533
|
+
"text": "ElementViewTemplate | void | null"
|
|
1534
|
+
},
|
|
1535
|
+
"privacy": "public",
|
|
1536
|
+
"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.",
|
|
1537
|
+
"inheritedFrom": {
|
|
1538
|
+
"name": "FoundationElement",
|
|
1539
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1540
|
+
}
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "method",
|
|
1544
|
+
"name": "templateChanged",
|
|
1545
|
+
"privacy": "protected",
|
|
1546
|
+
"return": {
|
|
1547
|
+
"type": {
|
|
1548
|
+
"text": "void"
|
|
1549
|
+
}
|
|
1550
|
+
},
|
|
1551
|
+
"inheritedFrom": {
|
|
1552
|
+
"name": "FoundationElement",
|
|
1553
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
"kind": "field",
|
|
1558
|
+
"name": "styles",
|
|
1559
|
+
"type": {
|
|
1560
|
+
"text": "ElementStyles | void | null"
|
|
1561
|
+
},
|
|
1562
|
+
"privacy": "public",
|
|
1563
|
+
"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.",
|
|
1564
|
+
"inheritedFrom": {
|
|
1565
|
+
"name": "FoundationElement",
|
|
1566
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"kind": "method",
|
|
1571
|
+
"name": "stylesChanged",
|
|
1572
|
+
"privacy": "protected",
|
|
1573
|
+
"return": {
|
|
1574
|
+
"type": {
|
|
1575
|
+
"text": "void"
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
"inheritedFrom": {
|
|
1579
|
+
"name": "FoundationElement",
|
|
1580
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1581
|
+
}
|
|
1582
|
+
},
|
|
1583
|
+
{
|
|
1584
|
+
"kind": "method",
|
|
1585
|
+
"name": "compose",
|
|
1586
|
+
"privacy": "public",
|
|
1587
|
+
"static": true,
|
|
1588
|
+
"return": {
|
|
1589
|
+
"type": {
|
|
1590
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"parameters": [
|
|
1594
|
+
{
|
|
1595
|
+
"name": "this",
|
|
1596
|
+
"type": {
|
|
1597
|
+
"text": "K"
|
|
1598
|
+
}
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
"name": "elementDefinition",
|
|
1602
|
+
"type": {
|
|
1603
|
+
"text": "T"
|
|
1604
|
+
},
|
|
1605
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1606
|
+
}
|
|
1607
|
+
],
|
|
1608
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1609
|
+
"inheritedFrom": {
|
|
1610
|
+
"name": "FoundationElement",
|
|
1611
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
],
|
|
1615
|
+
"events": [
|
|
1616
|
+
{
|
|
1617
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1618
|
+
"name": "change",
|
|
1619
|
+
"inheritedFrom": {
|
|
1620
|
+
"name": "AccordionItem",
|
|
1621
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
]
|
|
1429
1625
|
},
|
|
1430
1626
|
{
|
|
1431
1627
|
"kind": "variable",
|
|
1432
|
-
"name": "
|
|
1628
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1433
1629
|
"type": {
|
|
1434
1630
|
"text": "ShadowRootInit"
|
|
1435
1631
|
},
|
|
@@ -1437,57 +1633,57 @@
|
|
|
1437
1633
|
},
|
|
1438
1634
|
{
|
|
1439
1635
|
"kind": "variable",
|
|
1440
|
-
"name": "
|
|
1636
|
+
"name": "defaultAccordionItemConfig",
|
|
1441
1637
|
"type": {
|
|
1442
1638
|
"text": "object"
|
|
1443
1639
|
},
|
|
1444
|
-
"default": "{}"
|
|
1640
|
+
"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}"
|
|
1445
1641
|
},
|
|
1446
1642
|
{
|
|
1447
1643
|
"kind": "variable",
|
|
1448
|
-
"name": "
|
|
1449
|
-
"description": "The Foundation Accordion",
|
|
1644
|
+
"name": "foundationAccordionItem",
|
|
1645
|
+
"description": "The Foundation Accordion Item",
|
|
1450
1646
|
"privacy": "public"
|
|
1451
1647
|
}
|
|
1452
1648
|
],
|
|
1453
1649
|
"exports": [
|
|
1454
1650
|
{
|
|
1455
1651
|
"kind": "js",
|
|
1456
|
-
"name": "
|
|
1652
|
+
"name": "AccordionItem",
|
|
1457
1653
|
"declaration": {
|
|
1458
|
-
"name": "
|
|
1459
|
-
"module": "src/accordion/accordion.ts"
|
|
1654
|
+
"name": "AccordionItem",
|
|
1655
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1460
1656
|
}
|
|
1461
1657
|
},
|
|
1462
1658
|
{
|
|
1463
1659
|
"kind": "js",
|
|
1464
|
-
"name": "
|
|
1660
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1465
1661
|
"declaration": {
|
|
1466
|
-
"name": "
|
|
1467
|
-
"module": "src/accordion/accordion.ts"
|
|
1662
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1663
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1468
1664
|
}
|
|
1469
1665
|
},
|
|
1470
1666
|
{
|
|
1471
1667
|
"kind": "js",
|
|
1472
|
-
"name": "
|
|
1668
|
+
"name": "defaultAccordionItemConfig",
|
|
1473
1669
|
"declaration": {
|
|
1474
|
-
"name": "
|
|
1475
|
-
"module": "src/accordion/accordion.ts"
|
|
1670
|
+
"name": "defaultAccordionItemConfig",
|
|
1671
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1476
1672
|
}
|
|
1477
1673
|
},
|
|
1478
1674
|
{
|
|
1479
1675
|
"kind": "js",
|
|
1480
|
-
"name": "
|
|
1676
|
+
"name": "foundationAccordionItem",
|
|
1481
1677
|
"declaration": {
|
|
1482
|
-
"name": "
|
|
1483
|
-
"module": "src/accordion/accordion.ts"
|
|
1678
|
+
"name": "foundationAccordionItem",
|
|
1679
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1484
1680
|
}
|
|
1485
1681
|
}
|
|
1486
1682
|
]
|
|
1487
1683
|
},
|
|
1488
1684
|
{
|
|
1489
1685
|
"kind": "javascript-module",
|
|
1490
|
-
"path": "src/accordion/index.ts",
|
|
1686
|
+
"path": "src/accordion-item/index.ts",
|
|
1491
1687
|
"declarations": [],
|
|
1492
1688
|
"exports": [
|
|
1493
1689
|
{
|
|
@@ -1495,7 +1691,7 @@
|
|
|
1495
1691
|
"name": "*",
|
|
1496
1692
|
"declaration": {
|
|
1497
1693
|
"name": "*",
|
|
1498
|
-
"package": "./accordion.template"
|
|
1694
|
+
"package": "./accordion-item.template"
|
|
1499
1695
|
}
|
|
1500
1696
|
},
|
|
1501
1697
|
{
|
|
@@ -1503,7 +1699,7 @@
|
|
|
1503
1699
|
"name": "*",
|
|
1504
1700
|
"declaration": {
|
|
1505
1701
|
"name": "*",
|
|
1506
|
-
"package": "./accordion.styles"
|
|
1702
|
+
"package": "./accordion-item.styles"
|
|
1507
1703
|
}
|
|
1508
1704
|
},
|
|
1509
1705
|
{
|
|
@@ -1511,18 +1707,18 @@
|
|
|
1511
1707
|
"name": "*",
|
|
1512
1708
|
"declaration": {
|
|
1513
1709
|
"name": "*",
|
|
1514
|
-
"package": "./accordion"
|
|
1710
|
+
"package": "./accordion-item"
|
|
1515
1711
|
}
|
|
1516
1712
|
}
|
|
1517
1713
|
]
|
|
1518
1714
|
},
|
|
1519
1715
|
{
|
|
1520
1716
|
"kind": "javascript-module",
|
|
1521
|
-
"path": "src/
|
|
1717
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1522
1718
|
"declarations": [
|
|
1523
1719
|
{
|
|
1524
1720
|
"kind": "function",
|
|
1525
|
-
"name": "
|
|
1721
|
+
"name": "actionsMenuBaseStyles",
|
|
1526
1722
|
"return": {
|
|
1527
1723
|
"type": {
|
|
1528
1724
|
"text": "ElementStyles"
|
|
@@ -1542,407 +1738,13 @@
|
|
|
1542
1738
|
}
|
|
1543
1739
|
}
|
|
1544
1740
|
]
|
|
1545
|
-
}
|
|
1546
|
-
],
|
|
1547
|
-
"exports": [
|
|
1548
|
-
{
|
|
1549
|
-
"kind": "js",
|
|
1550
|
-
"name": "foundationAccordionItemStyles",
|
|
1551
|
-
"declaration": {
|
|
1552
|
-
"name": "foundationAccordionItemStyles",
|
|
1553
|
-
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1554
|
-
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "javascript-module",
|
|
1560
|
-
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1561
|
-
"declarations": [
|
|
1741
|
+
},
|
|
1562
1742
|
{
|
|
1563
1743
|
"kind": "function",
|
|
1564
|
-
"name": "
|
|
1744
|
+
"name": "foundationActionsMenuStyles",
|
|
1565
1745
|
"return": {
|
|
1566
1746
|
"type": {
|
|
1567
|
-
"text": "
|
|
1568
|
-
}
|
|
1569
|
-
},
|
|
1570
|
-
"parameters": [
|
|
1571
|
-
{
|
|
1572
|
-
"name": "context",
|
|
1573
|
-
"type": {
|
|
1574
|
-
"text": "ElementDefinitionContext"
|
|
1575
|
-
}
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"name": "definition",
|
|
1579
|
-
"type": {
|
|
1580
|
-
"text": "FoundationElementDefinition"
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
]
|
|
1584
|
-
}
|
|
1585
|
-
],
|
|
1586
|
-
"exports": [
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "js",
|
|
1589
|
-
"name": "foundationAccordionItemTemplate",
|
|
1590
|
-
"declaration": {
|
|
1591
|
-
"name": "foundationAccordionItemTemplate",
|
|
1592
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1593
|
-
}
|
|
1594
|
-
}
|
|
1595
|
-
]
|
|
1596
|
-
},
|
|
1597
|
-
{
|
|
1598
|
-
"kind": "javascript-module",
|
|
1599
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1600
|
-
"declarations": [
|
|
1601
|
-
{
|
|
1602
|
-
"kind": "class",
|
|
1603
|
-
"description": "",
|
|
1604
|
-
"name": "AccordionItem",
|
|
1605
|
-
"superclass": {
|
|
1606
|
-
"name": "FASTAccordionItem",
|
|
1607
|
-
"package": "@microsoft/fast-components"
|
|
1608
|
-
},
|
|
1609
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1610
|
-
"customElement": true,
|
|
1611
|
-
"attributes": [
|
|
1612
|
-
{
|
|
1613
|
-
"name": "heading-level",
|
|
1614
|
-
"type": {
|
|
1615
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1616
|
-
},
|
|
1617
|
-
"default": "2",
|
|
1618
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1619
|
-
"fieldName": "headinglevel",
|
|
1620
|
-
"inheritedFrom": {
|
|
1621
|
-
"name": "AccordionItem",
|
|
1622
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1623
|
-
}
|
|
1624
|
-
},
|
|
1625
|
-
{
|
|
1626
|
-
"type": {
|
|
1627
|
-
"text": "boolean"
|
|
1628
|
-
},
|
|
1629
|
-
"default": "false",
|
|
1630
|
-
"description": "Expands or collapses the item.",
|
|
1631
|
-
"fieldName": "expanded",
|
|
1632
|
-
"inheritedFrom": {
|
|
1633
|
-
"name": "AccordionItem",
|
|
1634
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1635
|
-
}
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"name": "id",
|
|
1639
|
-
"type": {
|
|
1640
|
-
"text": "string"
|
|
1641
|
-
},
|
|
1642
|
-
"description": "The item ID",
|
|
1643
|
-
"fieldName": "id",
|
|
1644
|
-
"inheritedFrom": {
|
|
1645
|
-
"name": "AccordionItem",
|
|
1646
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
],
|
|
1650
|
-
"members": [
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "field",
|
|
1653
|
-
"name": "headinglevel",
|
|
1654
|
-
"type": {
|
|
1655
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1656
|
-
},
|
|
1657
|
-
"privacy": "public",
|
|
1658
|
-
"default": "2",
|
|
1659
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1660
|
-
"inheritedFrom": {
|
|
1661
|
-
"name": "AccordionItem",
|
|
1662
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1663
|
-
}
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"kind": "field",
|
|
1667
|
-
"name": "expanded",
|
|
1668
|
-
"type": {
|
|
1669
|
-
"text": "boolean"
|
|
1670
|
-
},
|
|
1671
|
-
"privacy": "public",
|
|
1672
|
-
"default": "false",
|
|
1673
|
-
"description": "Expands or collapses the item.",
|
|
1674
|
-
"inheritedFrom": {
|
|
1675
|
-
"name": "AccordionItem",
|
|
1676
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1677
|
-
}
|
|
1678
|
-
},
|
|
1679
|
-
{
|
|
1680
|
-
"kind": "field",
|
|
1681
|
-
"name": "id",
|
|
1682
|
-
"type": {
|
|
1683
|
-
"text": "string"
|
|
1684
|
-
},
|
|
1685
|
-
"privacy": "public",
|
|
1686
|
-
"description": "The item ID",
|
|
1687
|
-
"inheritedFrom": {
|
|
1688
|
-
"name": "AccordionItem",
|
|
1689
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1690
|
-
}
|
|
1691
|
-
},
|
|
1692
|
-
{
|
|
1693
|
-
"kind": "field",
|
|
1694
|
-
"name": "change",
|
|
1695
|
-
"privacy": "private",
|
|
1696
|
-
"inheritedFrom": {
|
|
1697
|
-
"name": "AccordionItem",
|
|
1698
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1699
|
-
}
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"kind": "field",
|
|
1703
|
-
"name": "_presentation",
|
|
1704
|
-
"type": {
|
|
1705
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1706
|
-
},
|
|
1707
|
-
"privacy": "private",
|
|
1708
|
-
"default": "void 0",
|
|
1709
|
-
"inheritedFrom": {
|
|
1710
|
-
"name": "FoundationElement",
|
|
1711
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1712
|
-
}
|
|
1713
|
-
},
|
|
1714
|
-
{
|
|
1715
|
-
"kind": "field",
|
|
1716
|
-
"name": "$presentation",
|
|
1717
|
-
"type": {
|
|
1718
|
-
"text": "ComponentPresentation | null"
|
|
1719
|
-
},
|
|
1720
|
-
"privacy": "public",
|
|
1721
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1722
|
-
"inheritedFrom": {
|
|
1723
|
-
"name": "FoundationElement",
|
|
1724
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
|
-
{
|
|
1728
|
-
"kind": "field",
|
|
1729
|
-
"name": "template",
|
|
1730
|
-
"type": {
|
|
1731
|
-
"text": "ElementViewTemplate | void | null"
|
|
1732
|
-
},
|
|
1733
|
-
"privacy": "public",
|
|
1734
|
-
"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.",
|
|
1735
|
-
"inheritedFrom": {
|
|
1736
|
-
"name": "FoundationElement",
|
|
1737
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1738
|
-
}
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"kind": "method",
|
|
1742
|
-
"name": "templateChanged",
|
|
1743
|
-
"privacy": "protected",
|
|
1744
|
-
"return": {
|
|
1745
|
-
"type": {
|
|
1746
|
-
"text": "void"
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
"inheritedFrom": {
|
|
1750
|
-
"name": "FoundationElement",
|
|
1751
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "field",
|
|
1756
|
-
"name": "styles",
|
|
1757
|
-
"type": {
|
|
1758
|
-
"text": "ElementStyles | void | null"
|
|
1759
|
-
},
|
|
1760
|
-
"privacy": "public",
|
|
1761
|
-
"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.",
|
|
1762
|
-
"inheritedFrom": {
|
|
1763
|
-
"name": "FoundationElement",
|
|
1764
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1765
|
-
}
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"kind": "method",
|
|
1769
|
-
"name": "stylesChanged",
|
|
1770
|
-
"privacy": "protected",
|
|
1771
|
-
"return": {
|
|
1772
|
-
"type": {
|
|
1773
|
-
"text": "void"
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
"inheritedFrom": {
|
|
1777
|
-
"name": "FoundationElement",
|
|
1778
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1779
|
-
}
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
"kind": "method",
|
|
1783
|
-
"name": "compose",
|
|
1784
|
-
"privacy": "public",
|
|
1785
|
-
"static": true,
|
|
1786
|
-
"return": {
|
|
1787
|
-
"type": {
|
|
1788
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1789
|
-
}
|
|
1790
|
-
},
|
|
1791
|
-
"parameters": [
|
|
1792
|
-
{
|
|
1793
|
-
"name": "this",
|
|
1794
|
-
"type": {
|
|
1795
|
-
"text": "K"
|
|
1796
|
-
}
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"name": "elementDefinition",
|
|
1800
|
-
"type": {
|
|
1801
|
-
"text": "T"
|
|
1802
|
-
},
|
|
1803
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1804
|
-
}
|
|
1805
|
-
],
|
|
1806
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1807
|
-
"inheritedFrom": {
|
|
1808
|
-
"name": "FoundationElement",
|
|
1809
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1810
|
-
}
|
|
1811
|
-
}
|
|
1812
|
-
],
|
|
1813
|
-
"events": [
|
|
1814
|
-
{
|
|
1815
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1816
|
-
"name": "change",
|
|
1817
|
-
"inheritedFrom": {
|
|
1818
|
-
"name": "AccordionItem",
|
|
1819
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1820
|
-
}
|
|
1821
|
-
}
|
|
1822
|
-
]
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "variable",
|
|
1826
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1827
|
-
"type": {
|
|
1828
|
-
"text": "ShadowRootInit"
|
|
1829
|
-
},
|
|
1830
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "variable",
|
|
1834
|
-
"name": "defaultAccordionItemConfig",
|
|
1835
|
-
"type": {
|
|
1836
|
-
"text": "object"
|
|
1837
|
-
},
|
|
1838
|
-
"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}"
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "variable",
|
|
1842
|
-
"name": "foundationAccordionItem",
|
|
1843
|
-
"description": "The Foundation Accordion Item",
|
|
1844
|
-
"privacy": "public"
|
|
1845
|
-
}
|
|
1846
|
-
],
|
|
1847
|
-
"exports": [
|
|
1848
|
-
{
|
|
1849
|
-
"kind": "js",
|
|
1850
|
-
"name": "AccordionItem",
|
|
1851
|
-
"declaration": {
|
|
1852
|
-
"name": "AccordionItem",
|
|
1853
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"kind": "js",
|
|
1858
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1859
|
-
"declaration": {
|
|
1860
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1861
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1862
|
-
}
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"kind": "js",
|
|
1866
|
-
"name": "defaultAccordionItemConfig",
|
|
1867
|
-
"declaration": {
|
|
1868
|
-
"name": "defaultAccordionItemConfig",
|
|
1869
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1870
|
-
}
|
|
1871
|
-
},
|
|
1872
|
-
{
|
|
1873
|
-
"kind": "js",
|
|
1874
|
-
"name": "foundationAccordionItem",
|
|
1875
|
-
"declaration": {
|
|
1876
|
-
"name": "foundationAccordionItem",
|
|
1877
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1878
|
-
}
|
|
1879
|
-
}
|
|
1880
|
-
]
|
|
1881
|
-
},
|
|
1882
|
-
{
|
|
1883
|
-
"kind": "javascript-module",
|
|
1884
|
-
"path": "src/accordion-item/index.ts",
|
|
1885
|
-
"declarations": [],
|
|
1886
|
-
"exports": [
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "js",
|
|
1889
|
-
"name": "*",
|
|
1890
|
-
"declaration": {
|
|
1891
|
-
"name": "*",
|
|
1892
|
-
"package": "./accordion-item.template"
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"kind": "js",
|
|
1897
|
-
"name": "*",
|
|
1898
|
-
"declaration": {
|
|
1899
|
-
"name": "*",
|
|
1900
|
-
"package": "./accordion-item.styles"
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"kind": "js",
|
|
1905
|
-
"name": "*",
|
|
1906
|
-
"declaration": {
|
|
1907
|
-
"name": "*",
|
|
1908
|
-
"package": "./accordion-item"
|
|
1909
|
-
}
|
|
1910
|
-
}
|
|
1911
|
-
]
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"kind": "javascript-module",
|
|
1915
|
-
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1916
|
-
"declarations": [
|
|
1917
|
-
{
|
|
1918
|
-
"kind": "function",
|
|
1919
|
-
"name": "actionsMenuBaseStyles",
|
|
1920
|
-
"return": {
|
|
1921
|
-
"type": {
|
|
1922
|
-
"text": "ElementStyles"
|
|
1923
|
-
}
|
|
1924
|
-
},
|
|
1925
|
-
"parameters": [
|
|
1926
|
-
{
|
|
1927
|
-
"name": "context",
|
|
1928
|
-
"type": {
|
|
1929
|
-
"text": "ElementDefinitionContext"
|
|
1930
|
-
}
|
|
1931
|
-
},
|
|
1932
|
-
{
|
|
1933
|
-
"name": "definition",
|
|
1934
|
-
"type": {
|
|
1935
|
-
"text": "FoundationElementDefinition"
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
]
|
|
1939
|
-
},
|
|
1940
|
-
{
|
|
1941
|
-
"kind": "function",
|
|
1942
|
-
"name": "foundationActionsMenuStyles",
|
|
1943
|
-
"return": {
|
|
1944
|
-
"type": {
|
|
1945
|
-
"text": "ElementStyles"
|
|
1747
|
+
"text": "ElementStyles"
|
|
1946
1748
|
}
|
|
1947
1749
|
},
|
|
1948
1750
|
"parameters": [
|
|
@@ -3449,6 +3251,188 @@
|
|
|
3449
3251
|
}
|
|
3450
3252
|
]
|
|
3451
3253
|
},
|
|
3254
|
+
{
|
|
3255
|
+
"kind": "javascript-module",
|
|
3256
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3257
|
+
"declarations": [
|
|
3258
|
+
{
|
|
3259
|
+
"kind": "function",
|
|
3260
|
+
"name": "foundationAccordionStyles",
|
|
3261
|
+
"return": {
|
|
3262
|
+
"type": {
|
|
3263
|
+
"text": "ElementStyles"
|
|
3264
|
+
}
|
|
3265
|
+
},
|
|
3266
|
+
"parameters": [
|
|
3267
|
+
{
|
|
3268
|
+
"name": "context",
|
|
3269
|
+
"type": {
|
|
3270
|
+
"text": "ElementDefinitionContext"
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
{
|
|
3274
|
+
"name": "definition",
|
|
3275
|
+
"type": {
|
|
3276
|
+
"text": "FoundationElementDefinition"
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
3279
|
+
]
|
|
3280
|
+
}
|
|
3281
|
+
],
|
|
3282
|
+
"exports": [
|
|
3283
|
+
{
|
|
3284
|
+
"kind": "js",
|
|
3285
|
+
"name": "foundationAccordionStyles",
|
|
3286
|
+
"declaration": {
|
|
3287
|
+
"name": "foundationAccordionStyles",
|
|
3288
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3289
|
+
}
|
|
3290
|
+
}
|
|
3291
|
+
]
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"kind": "javascript-module",
|
|
3295
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3296
|
+
"declarations": [
|
|
3297
|
+
{
|
|
3298
|
+
"kind": "function",
|
|
3299
|
+
"name": "foundationAccordionTemplate",
|
|
3300
|
+
"return": {
|
|
3301
|
+
"type": {
|
|
3302
|
+
"text": "ViewTemplate<Accordion>"
|
|
3303
|
+
}
|
|
3304
|
+
},
|
|
3305
|
+
"parameters": [
|
|
3306
|
+
{
|
|
3307
|
+
"name": "context",
|
|
3308
|
+
"type": {
|
|
3309
|
+
"text": "ElementDefinitionContext"
|
|
3310
|
+
}
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"name": "definition",
|
|
3314
|
+
"type": {
|
|
3315
|
+
"text": "FoundationElementDefinition"
|
|
3316
|
+
}
|
|
3317
|
+
}
|
|
3318
|
+
]
|
|
3319
|
+
}
|
|
3320
|
+
],
|
|
3321
|
+
"exports": [
|
|
3322
|
+
{
|
|
3323
|
+
"kind": "js",
|
|
3324
|
+
"name": "foundationAccordionTemplate",
|
|
3325
|
+
"declaration": {
|
|
3326
|
+
"name": "foundationAccordionTemplate",
|
|
3327
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3328
|
+
}
|
|
3329
|
+
}
|
|
3330
|
+
]
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"kind": "javascript-module",
|
|
3334
|
+
"path": "src/accordion/accordion.ts",
|
|
3335
|
+
"declarations": [
|
|
3336
|
+
{
|
|
3337
|
+
"kind": "class",
|
|
3338
|
+
"description": "",
|
|
3339
|
+
"name": "Accordion",
|
|
3340
|
+
"superclass": {
|
|
3341
|
+
"name": "FASTAccordion",
|
|
3342
|
+
"package": "@microsoft/fast-foundation"
|
|
3343
|
+
},
|
|
3344
|
+
"tagName": "%%prefix%%-accordion",
|
|
3345
|
+
"customElement": true
|
|
3346
|
+
},
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "variable",
|
|
3349
|
+
"name": "foundationAccordionShadowOptions",
|
|
3350
|
+
"type": {
|
|
3351
|
+
"text": "ShadowRootInit"
|
|
3352
|
+
},
|
|
3353
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"kind": "variable",
|
|
3357
|
+
"name": "defaultAccordionConfig",
|
|
3358
|
+
"type": {
|
|
3359
|
+
"text": "object"
|
|
3360
|
+
},
|
|
3361
|
+
"default": "{}"
|
|
3362
|
+
},
|
|
3363
|
+
{
|
|
3364
|
+
"kind": "variable",
|
|
3365
|
+
"name": "foundationAccordion",
|
|
3366
|
+
"description": "The Foundation Accordion",
|
|
3367
|
+
"privacy": "public"
|
|
3368
|
+
}
|
|
3369
|
+
],
|
|
3370
|
+
"exports": [
|
|
3371
|
+
{
|
|
3372
|
+
"kind": "js",
|
|
3373
|
+
"name": "Accordion",
|
|
3374
|
+
"declaration": {
|
|
3375
|
+
"name": "Accordion",
|
|
3376
|
+
"module": "src/accordion/accordion.ts"
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "js",
|
|
3381
|
+
"name": "foundationAccordionShadowOptions",
|
|
3382
|
+
"declaration": {
|
|
3383
|
+
"name": "foundationAccordionShadowOptions",
|
|
3384
|
+
"module": "src/accordion/accordion.ts"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"kind": "js",
|
|
3389
|
+
"name": "defaultAccordionConfig",
|
|
3390
|
+
"declaration": {
|
|
3391
|
+
"name": "defaultAccordionConfig",
|
|
3392
|
+
"module": "src/accordion/accordion.ts"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"kind": "js",
|
|
3397
|
+
"name": "foundationAccordion",
|
|
3398
|
+
"declaration": {
|
|
3399
|
+
"name": "foundationAccordion",
|
|
3400
|
+
"module": "src/accordion/accordion.ts"
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
]
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"kind": "javascript-module",
|
|
3407
|
+
"path": "src/accordion/index.ts",
|
|
3408
|
+
"declarations": [],
|
|
3409
|
+
"exports": [
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "js",
|
|
3412
|
+
"name": "*",
|
|
3413
|
+
"declaration": {
|
|
3414
|
+
"name": "*",
|
|
3415
|
+
"package": "./accordion.template"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "*",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "*",
|
|
3423
|
+
"package": "./accordion.styles"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "*",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "*",
|
|
3431
|
+
"package": "./accordion"
|
|
3432
|
+
}
|
|
3433
|
+
}
|
|
3434
|
+
]
|
|
3435
|
+
},
|
|
3452
3436
|
{
|
|
3453
3437
|
"kind": "javascript-module",
|
|
3454
3438
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -54320,1565 +54304,6 @@
|
|
|
54320
54304
|
}
|
|
54321
54305
|
]
|
|
54322
54306
|
},
|
|
54323
|
-
{
|
|
54324
|
-
"kind": "javascript-module",
|
|
54325
|
-
"path": "src/workspace/filter-registry.ts",
|
|
54326
|
-
"declarations": [
|
|
54327
|
-
{
|
|
54328
|
-
"kind": "class",
|
|
54329
|
-
"description": "",
|
|
54330
|
-
"name": "DefaultFilterRegistry",
|
|
54331
|
-
"members": [
|
|
54332
|
-
{
|
|
54333
|
-
"kind": "field",
|
|
54334
|
-
"name": "filters",
|
|
54335
|
-
"type": {
|
|
54336
|
-
"text": "Map<string, FilterRegistration>"
|
|
54337
|
-
},
|
|
54338
|
-
"privacy": "private",
|
|
54339
|
-
"default": "new Map()"
|
|
54340
|
-
},
|
|
54341
|
-
{
|
|
54342
|
-
"kind": "method",
|
|
54343
|
-
"name": "registerFilter",
|
|
54344
|
-
"return": {
|
|
54345
|
-
"type": {
|
|
54346
|
-
"text": "void"
|
|
54347
|
-
}
|
|
54348
|
-
},
|
|
54349
|
-
"parameters": [
|
|
54350
|
-
{
|
|
54351
|
-
"name": "filterKey",
|
|
54352
|
-
"type": {
|
|
54353
|
-
"text": "string"
|
|
54354
|
-
}
|
|
54355
|
-
},
|
|
54356
|
-
{
|
|
54357
|
-
"name": "getFilterValue",
|
|
54358
|
-
"type": {
|
|
54359
|
-
"text": "() => SavedFilterValue | null"
|
|
54360
|
-
}
|
|
54361
|
-
},
|
|
54362
|
-
{
|
|
54363
|
-
"name": "setFilterValue",
|
|
54364
|
-
"type": {
|
|
54365
|
-
"text": "(value: string) => void"
|
|
54366
|
-
}
|
|
54367
|
-
}
|
|
54368
|
-
]
|
|
54369
|
-
},
|
|
54370
|
-
{
|
|
54371
|
-
"kind": "method",
|
|
54372
|
-
"name": "unregisterFilter",
|
|
54373
|
-
"return": {
|
|
54374
|
-
"type": {
|
|
54375
|
-
"text": "void"
|
|
54376
|
-
}
|
|
54377
|
-
},
|
|
54378
|
-
"parameters": [
|
|
54379
|
-
{
|
|
54380
|
-
"name": "filterKey",
|
|
54381
|
-
"type": {
|
|
54382
|
-
"text": "string"
|
|
54383
|
-
}
|
|
54384
|
-
}
|
|
54385
|
-
]
|
|
54386
|
-
},
|
|
54387
|
-
{
|
|
54388
|
-
"kind": "method",
|
|
54389
|
-
"name": "getAllFiltersValues",
|
|
54390
|
-
"return": {
|
|
54391
|
-
"type": {
|
|
54392
|
-
"text": "SavedFilterValue[]"
|
|
54393
|
-
}
|
|
54394
|
-
}
|
|
54395
|
-
},
|
|
54396
|
-
{
|
|
54397
|
-
"kind": "method",
|
|
54398
|
-
"name": "applyFiltersValues",
|
|
54399
|
-
"return": {
|
|
54400
|
-
"type": {
|
|
54401
|
-
"text": "void"
|
|
54402
|
-
}
|
|
54403
|
-
},
|
|
54404
|
-
"parameters": [
|
|
54405
|
-
{
|
|
54406
|
-
"name": "filtersValues",
|
|
54407
|
-
"type": {
|
|
54408
|
-
"text": "SavedFilterValue[]"
|
|
54409
|
-
}
|
|
54410
|
-
}
|
|
54411
|
-
]
|
|
54412
|
-
}
|
|
54413
|
-
]
|
|
54414
|
-
},
|
|
54415
|
-
{
|
|
54416
|
-
"kind": "variable",
|
|
54417
|
-
"name": "FilterRegistry",
|
|
54418
|
-
"description": "DI token for filter registry.",
|
|
54419
|
-
"privacy": "public"
|
|
54420
|
-
}
|
|
54421
|
-
],
|
|
54422
|
-
"exports": [
|
|
54423
|
-
{
|
|
54424
|
-
"kind": "js",
|
|
54425
|
-
"name": "DefaultFilterRegistry",
|
|
54426
|
-
"declaration": {
|
|
54427
|
-
"name": "DefaultFilterRegistry",
|
|
54428
|
-
"module": "src/workspace/filter-registry.ts"
|
|
54429
|
-
}
|
|
54430
|
-
},
|
|
54431
|
-
{
|
|
54432
|
-
"kind": "js",
|
|
54433
|
-
"name": "FilterRegistry",
|
|
54434
|
-
"declaration": {
|
|
54435
|
-
"name": "FilterRegistry",
|
|
54436
|
-
"module": "src/workspace/filter-registry.ts"
|
|
54437
|
-
}
|
|
54438
|
-
}
|
|
54439
|
-
]
|
|
54440
|
-
},
|
|
54441
|
-
{
|
|
54442
|
-
"kind": "javascript-module",
|
|
54443
|
-
"path": "src/workspace/grid-registry.ts",
|
|
54444
|
-
"declarations": [
|
|
54445
|
-
{
|
|
54446
|
-
"kind": "class",
|
|
54447
|
-
"description": "",
|
|
54448
|
-
"name": "DefaultGridRegistry",
|
|
54449
|
-
"members": [
|
|
54450
|
-
{
|
|
54451
|
-
"kind": "field",
|
|
54452
|
-
"name": "grids",
|
|
54453
|
-
"type": {
|
|
54454
|
-
"text": "Map<string, GridRegistration>"
|
|
54455
|
-
},
|
|
54456
|
-
"privacy": "private",
|
|
54457
|
-
"default": "new Map()"
|
|
54458
|
-
},
|
|
54459
|
-
{
|
|
54460
|
-
"kind": "field",
|
|
54461
|
-
"name": "cachedSettings",
|
|
54462
|
-
"type": {
|
|
54463
|
-
"text": "Map<string, SavedGridSettings>"
|
|
54464
|
-
},
|
|
54465
|
-
"privacy": "private",
|
|
54466
|
-
"default": "new Map()"
|
|
54467
|
-
},
|
|
54468
|
-
{
|
|
54469
|
-
"kind": "method",
|
|
54470
|
-
"name": "registerGrid",
|
|
54471
|
-
"return": {
|
|
54472
|
-
"type": {
|
|
54473
|
-
"text": "void"
|
|
54474
|
-
}
|
|
54475
|
-
},
|
|
54476
|
-
"parameters": [
|
|
54477
|
-
{
|
|
54478
|
-
"name": "gridKey",
|
|
54479
|
-
"type": {
|
|
54480
|
-
"text": "string"
|
|
54481
|
-
}
|
|
54482
|
-
},
|
|
54483
|
-
{
|
|
54484
|
-
"name": "gridApi",
|
|
54485
|
-
"type": {
|
|
54486
|
-
"text": "unknown"
|
|
54487
|
-
}
|
|
54488
|
-
},
|
|
54489
|
-
{
|
|
54490
|
-
"name": "columnApi",
|
|
54491
|
-
"type": {
|
|
54492
|
-
"text": "unknown"
|
|
54493
|
-
}
|
|
54494
|
-
}
|
|
54495
|
-
]
|
|
54496
|
-
},
|
|
54497
|
-
{
|
|
54498
|
-
"kind": "method",
|
|
54499
|
-
"name": "getGrid",
|
|
54500
|
-
"return": {
|
|
54501
|
-
"type": {
|
|
54502
|
-
"text": "unknown"
|
|
54503
|
-
}
|
|
54504
|
-
},
|
|
54505
|
-
"parameters": [
|
|
54506
|
-
{
|
|
54507
|
-
"name": "gridKey",
|
|
54508
|
-
"type": {
|
|
54509
|
-
"text": "string"
|
|
54510
|
-
}
|
|
54511
|
-
}
|
|
54512
|
-
]
|
|
54513
|
-
},
|
|
54514
|
-
{
|
|
54515
|
-
"kind": "method",
|
|
54516
|
-
"name": "unregisterGrid",
|
|
54517
|
-
"return": {
|
|
54518
|
-
"type": {
|
|
54519
|
-
"text": "void"
|
|
54520
|
-
}
|
|
54521
|
-
},
|
|
54522
|
-
"parameters": [
|
|
54523
|
-
{
|
|
54524
|
-
"name": "gridKey",
|
|
54525
|
-
"type": {
|
|
54526
|
-
"text": "string"
|
|
54527
|
-
}
|
|
54528
|
-
}
|
|
54529
|
-
]
|
|
54530
|
-
},
|
|
54531
|
-
{
|
|
54532
|
-
"kind": "method",
|
|
54533
|
-
"name": "getAllGridsSettings",
|
|
54534
|
-
"return": {
|
|
54535
|
-
"type": {
|
|
54536
|
-
"text": "SavedGridSettings[]"
|
|
54537
|
-
}
|
|
54538
|
-
}
|
|
54539
|
-
},
|
|
54540
|
-
{
|
|
54541
|
-
"kind": "method",
|
|
54542
|
-
"name": "applyGridSettings",
|
|
54543
|
-
"return": {
|
|
54544
|
-
"type": {
|
|
54545
|
-
"text": "Promise<boolean>"
|
|
54546
|
-
}
|
|
54547
|
-
},
|
|
54548
|
-
"parameters": [
|
|
54549
|
-
{
|
|
54550
|
-
"name": "gridSetting",
|
|
54551
|
-
"type": {
|
|
54552
|
-
"text": "SavedGridSettings"
|
|
54553
|
-
}
|
|
54554
|
-
},
|
|
54555
|
-
{
|
|
54556
|
-
"name": "options",
|
|
54557
|
-
"optional": true,
|
|
54558
|
-
"type": {
|
|
54559
|
-
"text": "{ applyColumns?: boolean; applyFilters?: boolean }"
|
|
54560
|
-
}
|
|
54561
|
-
}
|
|
54562
|
-
]
|
|
54563
|
-
},
|
|
54564
|
-
{
|
|
54565
|
-
"kind": "method",
|
|
54566
|
-
"name": "applyAllGridsSettings",
|
|
54567
|
-
"return": {
|
|
54568
|
-
"type": {
|
|
54569
|
-
"text": "Promise<void>"
|
|
54570
|
-
}
|
|
54571
|
-
},
|
|
54572
|
-
"parameters": [
|
|
54573
|
-
{
|
|
54574
|
-
"name": "gridSettings",
|
|
54575
|
-
"type": {
|
|
54576
|
-
"text": "SavedGridSettings[]"
|
|
54577
|
-
}
|
|
54578
|
-
},
|
|
54579
|
-
{
|
|
54580
|
-
"name": "maxRetries",
|
|
54581
|
-
"default": "3",
|
|
54582
|
-
"type": {
|
|
54583
|
-
"text": "number"
|
|
54584
|
-
}
|
|
54585
|
-
},
|
|
54586
|
-
{
|
|
54587
|
-
"name": "delayMs",
|
|
54588
|
-
"default": "200",
|
|
54589
|
-
"type": {
|
|
54590
|
-
"text": "number"
|
|
54591
|
-
}
|
|
54592
|
-
}
|
|
54593
|
-
]
|
|
54594
|
-
},
|
|
54595
|
-
{
|
|
54596
|
-
"kind": "method",
|
|
54597
|
-
"name": "getGridSettings",
|
|
54598
|
-
"privacy": "private",
|
|
54599
|
-
"return": {
|
|
54600
|
-
"type": {
|
|
54601
|
-
"text": "SavedGridSettings | null"
|
|
54602
|
-
}
|
|
54603
|
-
},
|
|
54604
|
-
"parameters": [
|
|
54605
|
-
{
|
|
54606
|
-
"name": "gridKey",
|
|
54607
|
-
"type": {
|
|
54608
|
-
"text": "string"
|
|
54609
|
-
}
|
|
54610
|
-
},
|
|
54611
|
-
{
|
|
54612
|
-
"name": "grid",
|
|
54613
|
-
"type": {
|
|
54614
|
-
"text": "GridRegistration"
|
|
54615
|
-
}
|
|
54616
|
-
}
|
|
54617
|
-
]
|
|
54618
|
-
}
|
|
54619
|
-
]
|
|
54620
|
-
},
|
|
54621
|
-
{
|
|
54622
|
-
"kind": "variable",
|
|
54623
|
-
"name": "GridRegistry",
|
|
54624
|
-
"description": "DI token for grid registry.",
|
|
54625
|
-
"privacy": "public"
|
|
54626
|
-
}
|
|
54627
|
-
],
|
|
54628
|
-
"exports": [
|
|
54629
|
-
{
|
|
54630
|
-
"kind": "js",
|
|
54631
|
-
"name": "DefaultGridRegistry",
|
|
54632
|
-
"declaration": {
|
|
54633
|
-
"name": "DefaultGridRegistry",
|
|
54634
|
-
"module": "src/workspace/grid-registry.ts"
|
|
54635
|
-
}
|
|
54636
|
-
},
|
|
54637
|
-
{
|
|
54638
|
-
"kind": "js",
|
|
54639
|
-
"name": "GridRegistry",
|
|
54640
|
-
"declaration": {
|
|
54641
|
-
"name": "GridRegistry",
|
|
54642
|
-
"module": "src/workspace/grid-registry.ts"
|
|
54643
|
-
}
|
|
54644
|
-
}
|
|
54645
|
-
]
|
|
54646
|
-
},
|
|
54647
|
-
{
|
|
54648
|
-
"kind": "javascript-module",
|
|
54649
|
-
"path": "src/workspace/index.ts",
|
|
54650
|
-
"declarations": [],
|
|
54651
|
-
"exports": [
|
|
54652
|
-
{
|
|
54653
|
-
"kind": "js",
|
|
54654
|
-
"name": "*",
|
|
54655
|
-
"declaration": {
|
|
54656
|
-
"name": "*",
|
|
54657
|
-
"package": "./workspace.types"
|
|
54658
|
-
}
|
|
54659
|
-
},
|
|
54660
|
-
{
|
|
54661
|
-
"kind": "js",
|
|
54662
|
-
"name": "*",
|
|
54663
|
-
"declaration": {
|
|
54664
|
-
"name": "*",
|
|
54665
|
-
"package": "./workspace-state.types"
|
|
54666
|
-
}
|
|
54667
|
-
},
|
|
54668
|
-
{
|
|
54669
|
-
"kind": "js",
|
|
54670
|
-
"name": "*",
|
|
54671
|
-
"declaration": {
|
|
54672
|
-
"name": "*",
|
|
54673
|
-
"package": "./workspace-state"
|
|
54674
|
-
}
|
|
54675
|
-
},
|
|
54676
|
-
{
|
|
54677
|
-
"kind": "js",
|
|
54678
|
-
"name": "*",
|
|
54679
|
-
"declaration": {
|
|
54680
|
-
"name": "*",
|
|
54681
|
-
"package": "./layout-registry"
|
|
54682
|
-
}
|
|
54683
|
-
},
|
|
54684
|
-
{
|
|
54685
|
-
"kind": "js",
|
|
54686
|
-
"name": "*",
|
|
54687
|
-
"declaration": {
|
|
54688
|
-
"name": "*",
|
|
54689
|
-
"package": "./grid-registry"
|
|
54690
|
-
}
|
|
54691
|
-
},
|
|
54692
|
-
{
|
|
54693
|
-
"kind": "js",
|
|
54694
|
-
"name": "*",
|
|
54695
|
-
"declaration": {
|
|
54696
|
-
"name": "*",
|
|
54697
|
-
"package": "./filter-registry"
|
|
54698
|
-
}
|
|
54699
|
-
},
|
|
54700
|
-
{
|
|
54701
|
-
"kind": "js",
|
|
54702
|
-
"name": "*",
|
|
54703
|
-
"declaration": {
|
|
54704
|
-
"name": "*",
|
|
54705
|
-
"package": "./grid-register"
|
|
54706
|
-
}
|
|
54707
|
-
},
|
|
54708
|
-
{
|
|
54709
|
-
"kind": "js",
|
|
54710
|
-
"name": "*",
|
|
54711
|
-
"declaration": {
|
|
54712
|
-
"name": "*",
|
|
54713
|
-
"package": "./layout-wrapper"
|
|
54714
|
-
}
|
|
54715
|
-
}
|
|
54716
|
-
]
|
|
54717
|
-
},
|
|
54718
|
-
{
|
|
54719
|
-
"kind": "javascript-module",
|
|
54720
|
-
"path": "src/workspace/layout-registry.ts",
|
|
54721
|
-
"declarations": [
|
|
54722
|
-
{
|
|
54723
|
-
"kind": "class",
|
|
54724
|
-
"description": "Default layout registry implementation.",
|
|
54725
|
-
"name": "DefaultLayoutRegistry",
|
|
54726
|
-
"members": [
|
|
54727
|
-
{
|
|
54728
|
-
"kind": "field",
|
|
54729
|
-
"name": "layouts",
|
|
54730
|
-
"type": {
|
|
54731
|
-
"text": "Map<string, any>"
|
|
54732
|
-
},
|
|
54733
|
-
"privacy": "private",
|
|
54734
|
-
"default": "new Map()"
|
|
54735
|
-
},
|
|
54736
|
-
{
|
|
54737
|
-
"kind": "method",
|
|
54738
|
-
"name": "registerLayout",
|
|
54739
|
-
"return": {
|
|
54740
|
-
"type": {
|
|
54741
|
-
"text": "void"
|
|
54742
|
-
}
|
|
54743
|
-
},
|
|
54744
|
-
"parameters": [
|
|
54745
|
-
{
|
|
54746
|
-
"name": "layoutKey",
|
|
54747
|
-
"type": {
|
|
54748
|
-
"text": "string"
|
|
54749
|
-
}
|
|
54750
|
-
},
|
|
54751
|
-
{
|
|
54752
|
-
"name": "layout",
|
|
54753
|
-
"type": {
|
|
54754
|
-
"text": "any"
|
|
54755
|
-
}
|
|
54756
|
-
}
|
|
54757
|
-
]
|
|
54758
|
-
},
|
|
54759
|
-
{
|
|
54760
|
-
"kind": "method",
|
|
54761
|
-
"name": "unregisterLayout",
|
|
54762
|
-
"return": {
|
|
54763
|
-
"type": {
|
|
54764
|
-
"text": "void"
|
|
54765
|
-
}
|
|
54766
|
-
},
|
|
54767
|
-
"parameters": [
|
|
54768
|
-
{
|
|
54769
|
-
"name": "layoutKey",
|
|
54770
|
-
"type": {
|
|
54771
|
-
"text": "string"
|
|
54772
|
-
}
|
|
54773
|
-
}
|
|
54774
|
-
]
|
|
54775
|
-
},
|
|
54776
|
-
{
|
|
54777
|
-
"kind": "method",
|
|
54778
|
-
"name": "getLayoutsConfigs",
|
|
54779
|
-
"return": {
|
|
54780
|
-
"type": {
|
|
54781
|
-
"text": "SavedLayout[]"
|
|
54782
|
-
}
|
|
54783
|
-
}
|
|
54784
|
-
},
|
|
54785
|
-
{
|
|
54786
|
-
"kind": "method",
|
|
54787
|
-
"name": "applySavedLayouts",
|
|
54788
|
-
"return": {
|
|
54789
|
-
"type": {
|
|
54790
|
-
"text": "Promise<void>"
|
|
54791
|
-
}
|
|
54792
|
-
},
|
|
54793
|
-
"parameters": [
|
|
54794
|
-
{
|
|
54795
|
-
"name": "savedLayouts",
|
|
54796
|
-
"type": {
|
|
54797
|
-
"text": "SavedLayout[]"
|
|
54798
|
-
}
|
|
54799
|
-
}
|
|
54800
|
-
]
|
|
54801
|
-
}
|
|
54802
|
-
]
|
|
54803
|
-
},
|
|
54804
|
-
{
|
|
54805
|
-
"kind": "variable",
|
|
54806
|
-
"name": "LayoutRegistry",
|
|
54807
|
-
"description": "DI token for layout registry.",
|
|
54808
|
-
"privacy": "public"
|
|
54809
|
-
}
|
|
54810
|
-
],
|
|
54811
|
-
"exports": [
|
|
54812
|
-
{
|
|
54813
|
-
"kind": "js",
|
|
54814
|
-
"name": "DefaultLayoutRegistry",
|
|
54815
|
-
"declaration": {
|
|
54816
|
-
"name": "DefaultLayoutRegistry",
|
|
54817
|
-
"module": "src/workspace/layout-registry.ts"
|
|
54818
|
-
}
|
|
54819
|
-
},
|
|
54820
|
-
{
|
|
54821
|
-
"kind": "js",
|
|
54822
|
-
"name": "LayoutRegistry",
|
|
54823
|
-
"declaration": {
|
|
54824
|
-
"name": "LayoutRegistry",
|
|
54825
|
-
"module": "src/workspace/layout-registry.ts"
|
|
54826
|
-
}
|
|
54827
|
-
}
|
|
54828
|
-
]
|
|
54829
|
-
},
|
|
54830
|
-
{
|
|
54831
|
-
"kind": "javascript-module",
|
|
54832
|
-
"path": "src/workspace/workspace-state.ts",
|
|
54833
|
-
"declarations": [
|
|
54834
|
-
{
|
|
54835
|
-
"kind": "class",
|
|
54836
|
-
"description": "Default workspace persistence implementation backed by KVStorage.",
|
|
54837
|
-
"name": "DefaultWorkspaceState",
|
|
54838
|
-
"members": [
|
|
54839
|
-
{
|
|
54840
|
-
"kind": "field",
|
|
54841
|
-
"name": "STORAGE_PREFIX",
|
|
54842
|
-
"type": {
|
|
54843
|
-
"text": "string"
|
|
54844
|
-
},
|
|
54845
|
-
"privacy": "private",
|
|
54846
|
-
"readonly": true,
|
|
54847
|
-
"default": "'workspace_'"
|
|
54848
|
-
},
|
|
54849
|
-
{
|
|
54850
|
-
"kind": "field",
|
|
54851
|
-
"name": "WORKSPACES_LIST_KEY",
|
|
54852
|
-
"type": {
|
|
54853
|
-
"text": "string"
|
|
54854
|
-
},
|
|
54855
|
-
"privacy": "private",
|
|
54856
|
-
"readonly": true,
|
|
54857
|
-
"default": "'workspaces_list'"
|
|
54858
|
-
},
|
|
54859
|
-
{
|
|
54860
|
-
"kind": "field",
|
|
54861
|
-
"name": "currentWorkspace",
|
|
54862
|
-
"type": {
|
|
54863
|
-
"text": "SavedWorkspace | null"
|
|
54864
|
-
},
|
|
54865
|
-
"privacy": "private",
|
|
54866
|
-
"default": "null"
|
|
54867
|
-
},
|
|
54868
|
-
{
|
|
54869
|
-
"kind": "method",
|
|
54870
|
-
"name": "getCurrentUsername",
|
|
54871
|
-
"privacy": "private",
|
|
54872
|
-
"return": {
|
|
54873
|
-
"type": {
|
|
54874
|
-
"text": "string"
|
|
54875
|
-
}
|
|
54876
|
-
}
|
|
54877
|
-
},
|
|
54878
|
-
{
|
|
54879
|
-
"kind": "method",
|
|
54880
|
-
"name": "getWorkspaceStorageKey",
|
|
54881
|
-
"privacy": "private",
|
|
54882
|
-
"return": {
|
|
54883
|
-
"type": {
|
|
54884
|
-
"text": "string"
|
|
54885
|
-
}
|
|
54886
|
-
},
|
|
54887
|
-
"parameters": [
|
|
54888
|
-
{
|
|
54889
|
-
"name": "workspaceName",
|
|
54890
|
-
"type": {
|
|
54891
|
-
"text": "string"
|
|
54892
|
-
}
|
|
54893
|
-
}
|
|
54894
|
-
]
|
|
54895
|
-
},
|
|
54896
|
-
{
|
|
54897
|
-
"kind": "method",
|
|
54898
|
-
"name": "getWorkspacesListKey",
|
|
54899
|
-
"privacy": "private",
|
|
54900
|
-
"return": {
|
|
54901
|
-
"type": {
|
|
54902
|
-
"text": "string"
|
|
54903
|
-
}
|
|
54904
|
-
}
|
|
54905
|
-
},
|
|
54906
|
-
{
|
|
54907
|
-
"kind": "method",
|
|
54908
|
-
"name": "saveWorkspace",
|
|
54909
|
-
"return": {
|
|
54910
|
-
"type": {
|
|
54911
|
-
"text": "Promise<void>"
|
|
54912
|
-
}
|
|
54913
|
-
},
|
|
54914
|
-
"parameters": [
|
|
54915
|
-
{
|
|
54916
|
-
"name": "workspaceName",
|
|
54917
|
-
"type": {
|
|
54918
|
-
"text": "string"
|
|
54919
|
-
}
|
|
54920
|
-
},
|
|
54921
|
-
{
|
|
54922
|
-
"name": "layouts",
|
|
54923
|
-
"type": {
|
|
54924
|
-
"text": "SavedLayout[]"
|
|
54925
|
-
}
|
|
54926
|
-
},
|
|
54927
|
-
{
|
|
54928
|
-
"name": "grids",
|
|
54929
|
-
"type": {
|
|
54930
|
-
"text": "SavedGridSettings[]"
|
|
54931
|
-
}
|
|
54932
|
-
},
|
|
54933
|
-
{
|
|
54934
|
-
"name": "filters",
|
|
54935
|
-
"type": {
|
|
54936
|
-
"text": "SavedFilterValue[]"
|
|
54937
|
-
}
|
|
54938
|
-
},
|
|
54939
|
-
{
|
|
54940
|
-
"name": "description",
|
|
54941
|
-
"optional": true,
|
|
54942
|
-
"type": {
|
|
54943
|
-
"text": "string"
|
|
54944
|
-
}
|
|
54945
|
-
}
|
|
54946
|
-
]
|
|
54947
|
-
},
|
|
54948
|
-
{
|
|
54949
|
-
"kind": "method",
|
|
54950
|
-
"name": "loadWorkspace",
|
|
54951
|
-
"return": {
|
|
54952
|
-
"type": {
|
|
54953
|
-
"text": "Promise<SavedWorkspace | null>"
|
|
54954
|
-
}
|
|
54955
|
-
},
|
|
54956
|
-
"parameters": [
|
|
54957
|
-
{
|
|
54958
|
-
"name": "workspaceName",
|
|
54959
|
-
"type": {
|
|
54960
|
-
"text": "string"
|
|
54961
|
-
}
|
|
54962
|
-
}
|
|
54963
|
-
]
|
|
54964
|
-
},
|
|
54965
|
-
{
|
|
54966
|
-
"kind": "method",
|
|
54967
|
-
"name": "getWorkspace",
|
|
54968
|
-
"privacy": "private",
|
|
54969
|
-
"return": {
|
|
54970
|
-
"type": {
|
|
54971
|
-
"text": "Promise<SavedWorkspace | null>"
|
|
54972
|
-
}
|
|
54973
|
-
},
|
|
54974
|
-
"parameters": [
|
|
54975
|
-
{
|
|
54976
|
-
"name": "workspaceName",
|
|
54977
|
-
"type": {
|
|
54978
|
-
"text": "string"
|
|
54979
|
-
}
|
|
54980
|
-
}
|
|
54981
|
-
]
|
|
54982
|
-
},
|
|
54983
|
-
{
|
|
54984
|
-
"kind": "method",
|
|
54985
|
-
"name": "getCurrentWorkspace",
|
|
54986
|
-
"return": {
|
|
54987
|
-
"type": {
|
|
54988
|
-
"text": "SavedWorkspace | null"
|
|
54989
|
-
}
|
|
54990
|
-
}
|
|
54991
|
-
},
|
|
54992
|
-
{
|
|
54993
|
-
"kind": "method",
|
|
54994
|
-
"name": "setCurrentWorkspace",
|
|
54995
|
-
"return": {
|
|
54996
|
-
"type": {
|
|
54997
|
-
"text": "void"
|
|
54998
|
-
}
|
|
54999
|
-
},
|
|
55000
|
-
"parameters": [
|
|
55001
|
-
{
|
|
55002
|
-
"name": "workspace",
|
|
55003
|
-
"type": {
|
|
55004
|
-
"text": "SavedWorkspace | null"
|
|
55005
|
-
}
|
|
55006
|
-
}
|
|
55007
|
-
]
|
|
55008
|
-
},
|
|
55009
|
-
{
|
|
55010
|
-
"kind": "method",
|
|
55011
|
-
"name": "getSavedWorkspaces",
|
|
55012
|
-
"return": {
|
|
55013
|
-
"type": {
|
|
55014
|
-
"text": "Promise<SavedWorkspace[]>"
|
|
55015
|
-
}
|
|
55016
|
-
}
|
|
55017
|
-
},
|
|
55018
|
-
{
|
|
55019
|
-
"kind": "method",
|
|
55020
|
-
"name": "deleteWorkspace",
|
|
55021
|
-
"return": {
|
|
55022
|
-
"type": {
|
|
55023
|
-
"text": "Promise<void>"
|
|
55024
|
-
}
|
|
55025
|
-
},
|
|
55026
|
-
"parameters": [
|
|
55027
|
-
{
|
|
55028
|
-
"name": "workspaceName",
|
|
55029
|
-
"type": {
|
|
55030
|
-
"text": "string"
|
|
55031
|
-
}
|
|
55032
|
-
}
|
|
55033
|
-
]
|
|
55034
|
-
},
|
|
55035
|
-
{
|
|
55036
|
-
"kind": "method",
|
|
55037
|
-
"name": "updateWorkspacesList",
|
|
55038
|
-
"privacy": "private",
|
|
55039
|
-
"return": {
|
|
55040
|
-
"type": {
|
|
55041
|
-
"text": "Promise<void>"
|
|
55042
|
-
}
|
|
55043
|
-
},
|
|
55044
|
-
"parameters": [
|
|
55045
|
-
{
|
|
55046
|
-
"name": "workspaceName",
|
|
55047
|
-
"type": {
|
|
55048
|
-
"text": "string"
|
|
55049
|
-
}
|
|
55050
|
-
}
|
|
55051
|
-
]
|
|
55052
|
-
},
|
|
55053
|
-
{
|
|
55054
|
-
"kind": "method",
|
|
55055
|
-
"name": "removeFromWorkspacesList",
|
|
55056
|
-
"privacy": "private",
|
|
55057
|
-
"return": {
|
|
55058
|
-
"type": {
|
|
55059
|
-
"text": "Promise<void>"
|
|
55060
|
-
}
|
|
55061
|
-
},
|
|
55062
|
-
"parameters": [
|
|
55063
|
-
{
|
|
55064
|
-
"name": "workspaceName",
|
|
55065
|
-
"type": {
|
|
55066
|
-
"text": "string"
|
|
55067
|
-
}
|
|
55068
|
-
}
|
|
55069
|
-
]
|
|
55070
|
-
}
|
|
55071
|
-
]
|
|
55072
|
-
},
|
|
55073
|
-
{
|
|
55074
|
-
"kind": "variable",
|
|
55075
|
-
"name": "WorkspaceState",
|
|
55076
|
-
"description": "DI token for workspace state.",
|
|
55077
|
-
"privacy": "public"
|
|
55078
|
-
}
|
|
55079
|
-
],
|
|
55080
|
-
"exports": [
|
|
55081
|
-
{
|
|
55082
|
-
"kind": "js",
|
|
55083
|
-
"name": "DefaultWorkspaceState",
|
|
55084
|
-
"declaration": {
|
|
55085
|
-
"name": "DefaultWorkspaceState",
|
|
55086
|
-
"module": "src/workspace/workspace-state.ts"
|
|
55087
|
-
}
|
|
55088
|
-
},
|
|
55089
|
-
{
|
|
55090
|
-
"kind": "js",
|
|
55091
|
-
"name": "WorkspaceState",
|
|
55092
|
-
"declaration": {
|
|
55093
|
-
"name": "WorkspaceState",
|
|
55094
|
-
"module": "src/workspace/workspace-state.ts"
|
|
55095
|
-
}
|
|
55096
|
-
}
|
|
55097
|
-
]
|
|
55098
|
-
},
|
|
55099
|
-
{
|
|
55100
|
-
"kind": "javascript-module",
|
|
55101
|
-
"path": "src/workspace/workspace-state.types.ts",
|
|
55102
|
-
"declarations": [],
|
|
55103
|
-
"exports": []
|
|
55104
|
-
},
|
|
55105
|
-
{
|
|
55106
|
-
"kind": "javascript-module",
|
|
55107
|
-
"path": "src/workspace/workspace.types.ts",
|
|
55108
|
-
"declarations": [],
|
|
55109
|
-
"exports": []
|
|
55110
|
-
},
|
|
55111
|
-
{
|
|
55112
|
-
"kind": "javascript-module",
|
|
55113
|
-
"path": "src/workspace-manager/index.ts",
|
|
55114
|
-
"declarations": [],
|
|
55115
|
-
"exports": [
|
|
55116
|
-
{
|
|
55117
|
-
"kind": "js",
|
|
55118
|
-
"name": "*",
|
|
55119
|
-
"declaration": {
|
|
55120
|
-
"name": "*",
|
|
55121
|
-
"package": "./workspace-manager"
|
|
55122
|
-
}
|
|
55123
|
-
}
|
|
55124
|
-
]
|
|
55125
|
-
},
|
|
55126
|
-
{
|
|
55127
|
-
"kind": "javascript-module",
|
|
55128
|
-
"path": "src/workspace-manager/workspace-manager.styles.ts",
|
|
55129
|
-
"declarations": [
|
|
55130
|
-
{
|
|
55131
|
-
"kind": "variable",
|
|
55132
|
-
"name": "WorkspaceManagerStyles",
|
|
55133
|
-
"default": "css`\n .workspace-manager {\n display: flex;\n gap: 10px;\n align-items: center;\n }\n\n .dialog-content {\n padding: 16px;\n min-width: 400px;\n max-width: 400px;\n display: flex;\n flex-direction: column;\n max-height: 90vh;\n overflow: hidden;\n }\n\n .button-group {\n display: flex;\n gap: 8px;\n justify-content: flex-end;\n }\n\n .workspace-list {\n display: flex;\n flex-direction: column;\n gap: 12px;\n max-height: 400px;\n overflow-y: auto;\n margin: 10px 0;\n align-items: unset;\n }\n\n rapid-label {\n margin-bottom: 10px;\n display: block;\n }\n\n .empty-state {\n padding: 24px;\n text-align: center;\n color: var(--neutral-foreground-hint);\n }\n\n .save-mode-selector {\n margin-bottom: 16px;\n }\n\n .warning-message {\n margin: 12px 0;\n padding: 12px;\n border: 1px solid var(--warning-color);\n border-radius: 4px;\n font-size: 14px;\n }\n\n .workspace-item {\n padding: 12px;\n border: 1px solid var(--neutral-stroke-rest);\n border-radius: 4px;\n background: var(--neutral-fill-rest);\n cursor: pointer;\n display: flex;\n align-items: center;\n }\n\n .workspace-item:hover {\n background: var(--neutral-fill-hover);\n }\n\n .workspace-item::part(control) {\n margin-top: 2px;\n }\n\n .workspace-info {\n flex: 1;\n margin-left: 8px;\n }\n\n .workspace-name {\n font-weight: 600;\n margin-bottom: 4px;\n display: flex;\n align-items: center;\n gap: 8px;\n }\n\n .workspace-date {\n font-size: 12px;\n color: var(--neutral-foreground-hint);\n }\n\n .workspace-description {\n font-size: 12px;\n color: var(--neutral-foreground-hint);\n margin-top: 4px;\n white-space: pre-wrap;\n word-break: break-word;\n line-height: 1.4;\n }\n\n .workspace-description-input {\n width: 100%;\n min-height: 60px;\n padding: 8px 12px;\n margin-bottom: 16px;\n font-family: inherit;\n font-size: 14px;\n border: 1px solid var(--neutral-stroke-rest);\n border-radius: 4px;\n background: var(--neutral-fill-rest);\n color: var(--neutral-foreground-rest);\n resize: vertical;\n box-sizing: border-box;\n }\n\n .workspace-description-input::placeholder {\n color: var(--neutral-foreground-hint);\n }\n\n .workspace-description-input:focus {\n outline: none;\n border-color: var(--accent-fill-rest);\n }\n\n .loading-container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n padding: 24px;\n }\n\n .save-field {\n margin-bottom: 20px;\n }\n`"
|
|
55134
|
-
}
|
|
55135
|
-
],
|
|
55136
|
-
"exports": [
|
|
55137
|
-
{
|
|
55138
|
-
"kind": "js",
|
|
55139
|
-
"name": "WorkspaceManagerStyles",
|
|
55140
|
-
"declaration": {
|
|
55141
|
-
"name": "WorkspaceManagerStyles",
|
|
55142
|
-
"module": "src/workspace-manager/workspace-manager.styles.ts"
|
|
55143
|
-
}
|
|
55144
|
-
}
|
|
55145
|
-
]
|
|
55146
|
-
},
|
|
55147
|
-
{
|
|
55148
|
-
"kind": "javascript-module",
|
|
55149
|
-
"path": "src/workspace-manager/workspace-manager.template.ts",
|
|
55150
|
-
"declarations": [
|
|
55151
|
-
{
|
|
55152
|
-
"kind": "variable",
|
|
55153
|
-
"name": "WORKSPACE_DESCRIPTION_MAX",
|
|
55154
|
-
"type": {
|
|
55155
|
-
"text": "number"
|
|
55156
|
-
},
|
|
55157
|
-
"default": "200"
|
|
55158
|
-
},
|
|
55159
|
-
{
|
|
55160
|
-
"kind": "variable",
|
|
55161
|
-
"name": "WorkspaceManagerTemplate",
|
|
55162
|
-
"default": "html<WorkspaceManager>`\n <div class=\"workspace-manager\">\n <rapid-button @click=${(x) => x.openSaveDialog()}>\n <rapid-icon name=\"download\"></rapid-icon>\n Save Workspace\n </rapid-button>\n <rapid-button @click=${(x) => x.openLoadDialog()}>\n <rapid-icon name=\"upload\"></rapid-icon>\n Load Workspace\n </rapid-button>\n </div>\n <rapid-modal ${ref('saveModal')}>\n <h2 slot=\"top\">Save Workspace</h2>\n <div class=\"dialog-content\">\n <div class=\"save-mode-selector\">\n <rapid-segmented-control value=\"${sync((x) => x.saveMode)}\">\n <rapid-segmented-item value=\"create\">Create</rapid-segmented-item>\n <rapid-segmented-item value=\"overwrite\">Overwrite</rapid-segmented-item>\n ${when(\n (x) => x.canShareWorkspace,\n html<WorkspaceManager>`\n <rapid-segmented-item value=\"shared\">Share</rapid-segmented-item>\n `,\n )}\n </rapid-segmented-control>\n </div>\n ${when(\n (x) => x.saveMode === 'create',\n html<WorkspaceManager>`\n <rapid-label>Workspace Name:</rapid-label>\n <rapid-text-field\n class=\"save-field\"\n :value=${(x) => x.workspaceName}\n @input=${(x, c) => (x.workspaceName = (c.event.target as HTMLInputElement).value)}\n placeholder=\"Enter workspace name\"\n ></rapid-text-field>\n <rapid-label>\n Description (optional, max ${WORKSPACE_DESCRIPTION_MAX} characters):\n </rapid-label>\n <textarea\n class=\"save-field workspace-description-input\"\n :value=${(x) => x.workspaceDescription}\n @input=${(x, c) =>\n x.updateWorkspaceDescription((c.event.target as HTMLTextAreaElement).value)}\n placeholder=\"Add a description for this workspace\"\n rows=\"3\"\n ></textarea>\n ${when(\n (x) => x.workspaceName && x.isWorkspaceExisting(x.workspaceName),\n html`\n <div class=\"warning-message\">\n <rapid-icon name=\"triangle-exclamation\"></rapid-icon>\n A workspace with this name already exists. Use \"Overwrite Existing Workspace\" to\n replace it.\n </div>\n `,\n )}\n `,\n )}\n ${when(\n (x) => x.saveMode === 'overwrite',\n html<WorkspaceManager>`\n ${when(\n (x) => x.savedWorkspaces.length === 0,\n html`\n <div class=\"empty-state\">No saved workspaces to overwrite</div>\n `,\n )}\n <rapid-label>Select Workspace to Overwrite:</rapid-label>\n <rapid-radio-group\n class=\"workspace-list\"\n value=${sync((x) => x.selectedWorkspaceToOverwrite)}\n orientation=\"vertical\"\n >\n ${repeat(\n (x) => x.savedWorkspaces,\n html<SavedWorkspace>`\n <rapid-radio value=${(x) => x.name} class=\"workspace-item\">\n <div class=\"workspace-info\">\n <div class=\"workspace-name\">${(x) => x.name}</div>\n <div class=\"workspace-date\">\n Saved: ${(x) => new Date(x.savedAt).toLocaleString()}\n </div>\n ${when(\n (w) => w.description,\n html<SavedWorkspace>`\n <div class=\"workspace-description\">${(w) => w.description}</div>\n `,\n )}\n </div>\n </rapid-radio>\n `,\n )}\n </rapid-radio-group>\n <rapid-label>Description (optional):</rapid-label>\n <textarea\n class=\"save-field workspace-description-input\"\n :value=${(x) => x.workspaceDescription}\n @input=${(x, c) =>\n x.updateWorkspaceDescription((c.event.target as HTMLTextAreaElement).value)}\n placeholder=\"Add a description for this workspace\"\n rows=\"3\"\n ></textarea>\n <div class=\"warning-message\">\n <rapid-icon name=\"triangle-exclamation\"></rapid-icon>\n This will permanently replace the selected workspace. This action cannot be undone.\n </div>\n `,\n )}\n ${when(\n (x) => x.saveMode === 'shared',\n html<WorkspaceManager>`\n <h3>Share existing workspace:</h3>\n ${whenElse(\n (x) => x.savedWorkspaces.length === 0,\n html`\n <div class=\"empty-state\">No saved workspaces to share</div>\n `,\n html<WorkspaceManager>`\n <div class=\"workspace-list\">\n ${repeat(\n (x) => x.savedWorkspaces,\n html<SavedWorkspace>`\n <div class=\"workspace-item\">\n <div class=\"workspace-info\">\n <div class=\"workspace-name\">${(w) => w.name}</div>\n <div class=\"workspace-date\">\n Saved: ${(w) => new Date(w.savedAt).toLocaleString()}\n </div>\n ${when(\n (w) => w.description,\n html<SavedWorkspace>`\n <div class=\"workspace-description\">${(w) => w.description}</div>\n `,\n )}\n </div>\n <div class=\"button-group\">\n <rapid-button\n appearance=\"primary\"\n @click=${(w, c: ExecutionContext<WorkspaceManager>) =>\n c.parent.shareExistingWorkspace(w.name)}\n >\n Share\n </rapid-button>\n </div>\n </div>\n `,\n )}\n </div>\n `,\n )}\n <h3>My Shared Workspaces</h3>\n ${whenElse(\n (x) =>\n x.sharedWorkspaces.filter((w) => w.userName === x.auth?.loggedUserResult?.username)\n .length === 0,\n html`\n <div class=\"empty-state\">You have not shared any workspaces</div>\n `,\n html<WorkspaceManager>`\n <div class=\"workspace-list\">\n ${repeat(\n (x) =>\n x.sharedWorkspaces.filter(\n (w) => w.userName === x.auth?.loggedUserResult?.username,\n ),\n html<SharedWorkspace>`\n <div class=\"workspace-item\">\n <div class=\"workspace-info\">\n <div class=\"workspace-name\">${(w) => w.name}</div>\n <div class=\"workspace-date\">\n Shared on\n ${(w) => new Date((w.modifiedOn || w.createdOn) as any).toLocaleString()}\n </div>\n ${when(\n (w) => w.description,\n html<SharedWorkspace>`\n <div class=\"workspace-description\">${(w) => w.description}</div>\n `,\n )}\n </div>\n <div class=\"button-group\">\n <rapid-button\n appearance=\"primary\"\n @click=${(w, c: ExecutionContext<WorkspaceManager>) =>\n c.parent.modifySharedWorkspace(w)}\n >\n Save\n </rapid-button>\n <rapid-button\n appearance=\"danger\"\n @click=${(w, c: ExecutionContext<WorkspaceManager>) =>\n c.parent.confirmDeleteSharedWorkspace(w)}\n >\n Delete\n </rapid-button>\n </div>\n </div>\n `,\n )}\n </div>\n `,\n )}\n `,\n )}\n <div class=\"button-group\">\n <rapid-button\n @click=${(x) => x.saveWorkspace()}\n appearance=\"primary\"\n ?disabled=${(x) =>\n (x.saveMode === 'create' && !x.workspaceName.trim()) ||\n (x.saveMode === 'overwrite' && !x.selectedWorkspaceToOverwrite) ||\n x.saveMode === 'shared' ||\n (x.workspaceName && x.isWorkspaceExisting(x.workspaceName))}\n >\n ${(x) =>\n x.saveMode === 'create' ? 'Create' : x.saveMode === 'overwrite' ? 'Overwrite' : 'Save'}\n </rapid-button>\n <rapid-button appearance=\"outline\" @click=${(x) => x.closeSaveDialog()}>\n Cancel\n </rapid-button>\n </div>\n <div class=\"workspace-dialog-boundary\" ${ref('sharedWorkspaceDialogBoundary')}></div>\n </div>\n </rapid-modal>\n <rapid-modal ${ref('loadModal')}>\n <h2 slot=\"top\">Load Workspace</h2>\n <div class=\"dialog-content\">\n ${when(\n (x) => x.applyingWorkspace || x.isLoading,\n html`\n <div class=\"loading-container\">\n <div>Loading...</div>\n </div>\n `,\n )}\n ${when(\n (x) => !x.applyingWorkspace,\n html<WorkspaceManager>`\n <rapid-segmented-control value=\"${sync((x) => x.loadMode)}\">\n <rapid-segmented-item value=\"MY\">My Workspaces</rapid-segmented-item>\n <rapid-segmented-item value=\"SHARED\">Shared Workspaces</rapid-segmented-item>\n </rapid-segmented-control>\n ${when(\n (x) => x.loadMode === 'MY',\n html`\n <div class=\"workspace-list\">\n ${repeat(\n (x) => x.savedWorkspaces,\n html<SavedWorkspace>`\n <div class=\"workspace-item\">\n <div class=\"workspace-info\">\n <div class=\"workspace-name\">${(w) => w.name}</div>\n <div class=\"workspace-date\">\n Saved: ${(w) => new Date(w.savedAt).toLocaleString()}\n </div>\n ${when(\n (w) => w.description,\n html<SavedWorkspace>`\n <div class=\"workspace-description\">${(w) => w.description}</div>\n `,\n )}\n </div>\n <div class=\"button-group\">\n <rapid-button\n appearance=\"primary\"\n @click=${(w, c: ExecutionContext<WorkspaceManager>) =>\n c.parent.loadWorkspace(w.name)}\n >\n Load\n </rapid-button>\n <rapid-button\n appearance=\"danger\"\n @click=${(w, c: ExecutionContext<WorkspaceManager>) =>\n c.parent.confirmDeleteWorkspace(w.name)}\n >\n Delete\n </rapid-button>\n </div>\n </div>\n `,\n )}\n ${when(\n (x) => x.savedWorkspaces.length === 0,\n html`\n <div class=\"empty-state\">No saved workspaces found</div>\n `,\n )}\n </div>\n `,\n )}\n ${when(\n (x) => x.loadMode === 'SHARED',\n html`\n <div class=\"workspace-section\">\n <div class=\"workspace-list\">\n ${repeat(\n (x) => x.sharedWorkspaces,\n html<SharedWorkspace>`\n <div class=\"workspace-item\">\n <div class=\"workspace-info\">\n <div class=\"workspace-name\">${(w) => w.name}</div>\n <div class=\"workspace-date\">\n Shared by ${(w) => w.userName} ·\n ${(w) =>\n new Date((w.modifiedOn || w.createdOn) as any).toLocaleString()}\n </div>\n ${when(\n (w) => w.description,\n html<SharedWorkspace>`\n <div class=\"workspace-description\">${(w) => w.description}</div>\n `,\n )}\n </div>\n <div class=\"button-group\">\n <rapid-button\n appearance=\"primary\"\n @click=${(w, c: ExecutionContext<WorkspaceManager>) =>\n c.parent.loadSharedWorkspace(w)}\n >\n Load\n </rapid-button>\n </div>\n </div>\n `,\n )}\n </div>\n ${when(\n (x) => x.sharedWorkspaces.length === 0,\n html`\n <div class=\"empty-state\">No shared workspaces available</div>\n `,\n )}\n </div>\n `,\n )}\n `,\n )}\n <div class=\"button-group\">\n <rapid-button appearance=\"outline\" @click=${(x) => x.closeLoadDialog()}>Close</rapid-button>\n </div>\n </div>\n <div class=\"workspace-dialog-boundary\" ${ref('dialogBoundary')}></div>\n </rapid-modal>\n`"
|
|
55163
|
-
}
|
|
55164
|
-
],
|
|
55165
|
-
"exports": [
|
|
55166
|
-
{
|
|
55167
|
-
"kind": "js",
|
|
55168
|
-
"name": "WORKSPACE_DESCRIPTION_MAX",
|
|
55169
|
-
"declaration": {
|
|
55170
|
-
"name": "WORKSPACE_DESCRIPTION_MAX",
|
|
55171
|
-
"module": "src/workspace-manager/workspace-manager.template.ts"
|
|
55172
|
-
}
|
|
55173
|
-
},
|
|
55174
|
-
{
|
|
55175
|
-
"kind": "js",
|
|
55176
|
-
"name": "WorkspaceManagerTemplate",
|
|
55177
|
-
"declaration": {
|
|
55178
|
-
"name": "WorkspaceManagerTemplate",
|
|
55179
|
-
"module": "src/workspace-manager/workspace-manager.template.ts"
|
|
55180
|
-
}
|
|
55181
|
-
}
|
|
55182
|
-
]
|
|
55183
|
-
},
|
|
55184
|
-
{
|
|
55185
|
-
"kind": "javascript-module",
|
|
55186
|
-
"path": "src/workspace-manager/workspace-manager.ts",
|
|
55187
|
-
"declarations": [
|
|
55188
|
-
{
|
|
55189
|
-
"kind": "class",
|
|
55190
|
-
"description": "",
|
|
55191
|
-
"name": "WorkspaceManager",
|
|
55192
|
-
"members": [
|
|
55193
|
-
{
|
|
55194
|
-
"kind": "field",
|
|
55195
|
-
"name": "workspaceName",
|
|
55196
|
-
"type": {
|
|
55197
|
-
"text": "string"
|
|
55198
|
-
},
|
|
55199
|
-
"default": "''"
|
|
55200
|
-
},
|
|
55201
|
-
{
|
|
55202
|
-
"kind": "field",
|
|
55203
|
-
"name": "workspaceDescription",
|
|
55204
|
-
"type": {
|
|
55205
|
-
"text": "string"
|
|
55206
|
-
},
|
|
55207
|
-
"default": "''"
|
|
55208
|
-
},
|
|
55209
|
-
{
|
|
55210
|
-
"kind": "field",
|
|
55211
|
-
"name": "savedWorkspaces",
|
|
55212
|
-
"type": {
|
|
55213
|
-
"text": "SavedWorkspace[]"
|
|
55214
|
-
},
|
|
55215
|
-
"default": "[]"
|
|
55216
|
-
},
|
|
55217
|
-
{
|
|
55218
|
-
"kind": "field",
|
|
55219
|
-
"name": "sharedWorkspaces",
|
|
55220
|
-
"type": {
|
|
55221
|
-
"text": "SharedWorkspace[]"
|
|
55222
|
-
},
|
|
55223
|
-
"default": "[]"
|
|
55224
|
-
},
|
|
55225
|
-
{
|
|
55226
|
-
"kind": "field",
|
|
55227
|
-
"name": "isLoading",
|
|
55228
|
-
"type": {
|
|
55229
|
-
"text": "boolean"
|
|
55230
|
-
},
|
|
55231
|
-
"default": "false"
|
|
55232
|
-
},
|
|
55233
|
-
{
|
|
55234
|
-
"kind": "field",
|
|
55235
|
-
"name": "applyingWorkspace",
|
|
55236
|
-
"type": {
|
|
55237
|
-
"text": "boolean"
|
|
55238
|
-
},
|
|
55239
|
-
"default": "false"
|
|
55240
|
-
},
|
|
55241
|
-
{
|
|
55242
|
-
"kind": "field",
|
|
55243
|
-
"name": "loadMode",
|
|
55244
|
-
"type": {
|
|
55245
|
-
"text": "LoadMode"
|
|
55246
|
-
},
|
|
55247
|
-
"default": "'MY'"
|
|
55248
|
-
},
|
|
55249
|
-
{
|
|
55250
|
-
"kind": "field",
|
|
55251
|
-
"name": "saveModal",
|
|
55252
|
-
"type": {
|
|
55253
|
-
"text": "Modal"
|
|
55254
|
-
}
|
|
55255
|
-
},
|
|
55256
|
-
{
|
|
55257
|
-
"kind": "field",
|
|
55258
|
-
"name": "loadModal",
|
|
55259
|
-
"type": {
|
|
55260
|
-
"text": "Modal"
|
|
55261
|
-
}
|
|
55262
|
-
},
|
|
55263
|
-
{
|
|
55264
|
-
"kind": "field",
|
|
55265
|
-
"name": "saveMode",
|
|
55266
|
-
"type": {
|
|
55267
|
-
"text": "'create' | 'overwrite' | 'shared'"
|
|
55268
|
-
},
|
|
55269
|
-
"default": "'create'"
|
|
55270
|
-
},
|
|
55271
|
-
{
|
|
55272
|
-
"kind": "field",
|
|
55273
|
-
"name": "selectedWorkspaceToOverwrite",
|
|
55274
|
-
"type": {
|
|
55275
|
-
"text": "string"
|
|
55276
|
-
},
|
|
55277
|
-
"default": "''"
|
|
55278
|
-
},
|
|
55279
|
-
{
|
|
55280
|
-
"kind": "field",
|
|
55281
|
-
"name": "workspaceToShare",
|
|
55282
|
-
"type": {
|
|
55283
|
-
"text": "string"
|
|
55284
|
-
},
|
|
55285
|
-
"default": "''"
|
|
55286
|
-
},
|
|
55287
|
-
{
|
|
55288
|
-
"kind": "field",
|
|
55289
|
-
"name": "dialogBoundary",
|
|
55290
|
-
"type": {
|
|
55291
|
-
"text": "HTMLElement"
|
|
55292
|
-
}
|
|
55293
|
-
},
|
|
55294
|
-
{
|
|
55295
|
-
"kind": "field",
|
|
55296
|
-
"name": "sharedWorkspaceDialogBoundary",
|
|
55297
|
-
"type": {
|
|
55298
|
-
"text": "HTMLElement"
|
|
55299
|
-
}
|
|
55300
|
-
},
|
|
55301
|
-
{
|
|
55302
|
-
"kind": "field",
|
|
55303
|
-
"name": "layoutRegistry",
|
|
55304
|
-
"type": {
|
|
55305
|
-
"text": "LayoutRegistry"
|
|
55306
|
-
}
|
|
55307
|
-
},
|
|
55308
|
-
{
|
|
55309
|
-
"kind": "field",
|
|
55310
|
-
"name": "gridRegistry",
|
|
55311
|
-
"type": {
|
|
55312
|
-
"text": "GridRegistry"
|
|
55313
|
-
}
|
|
55314
|
-
},
|
|
55315
|
-
{
|
|
55316
|
-
"kind": "field",
|
|
55317
|
-
"name": "filterRegistry",
|
|
55318
|
-
"type": {
|
|
55319
|
-
"text": "FilterRegistry"
|
|
55320
|
-
}
|
|
55321
|
-
},
|
|
55322
|
-
{
|
|
55323
|
-
"kind": "field",
|
|
55324
|
-
"name": "workspaceState",
|
|
55325
|
-
"type": {
|
|
55326
|
-
"text": "WorkspaceState"
|
|
55327
|
-
}
|
|
55328
|
-
},
|
|
55329
|
-
{
|
|
55330
|
-
"kind": "field",
|
|
55331
|
-
"name": "connect",
|
|
55332
|
-
"type": {
|
|
55333
|
-
"text": "Connect"
|
|
55334
|
-
}
|
|
55335
|
-
},
|
|
55336
|
-
{
|
|
55337
|
-
"kind": "field",
|
|
55338
|
-
"name": "auth",
|
|
55339
|
-
"type": {
|
|
55340
|
-
"text": "Auth"
|
|
55341
|
-
}
|
|
55342
|
-
},
|
|
55343
|
-
{
|
|
55344
|
-
"kind": "field",
|
|
55345
|
-
"name": "canShareWorkspace",
|
|
55346
|
-
"type": {
|
|
55347
|
-
"text": "boolean"
|
|
55348
|
-
}
|
|
55349
|
-
},
|
|
55350
|
-
{
|
|
55351
|
-
"kind": "method",
|
|
55352
|
-
"name": "sanitizeDescription",
|
|
55353
|
-
"privacy": "private",
|
|
55354
|
-
"return": {
|
|
55355
|
-
"type": {
|
|
55356
|
-
"text": "string"
|
|
55357
|
-
}
|
|
55358
|
-
},
|
|
55359
|
-
"parameters": [
|
|
55360
|
-
{
|
|
55361
|
-
"name": "input",
|
|
55362
|
-
"type": {
|
|
55363
|
-
"text": "string"
|
|
55364
|
-
}
|
|
55365
|
-
}
|
|
55366
|
-
]
|
|
55367
|
-
},
|
|
55368
|
-
{
|
|
55369
|
-
"kind": "method",
|
|
55370
|
-
"name": "updateWorkspaceDescription",
|
|
55371
|
-
"return": {
|
|
55372
|
-
"type": {
|
|
55373
|
-
"text": "void"
|
|
55374
|
-
}
|
|
55375
|
-
},
|
|
55376
|
-
"parameters": [
|
|
55377
|
-
{
|
|
55378
|
-
"name": "raw",
|
|
55379
|
-
"type": {
|
|
55380
|
-
"text": "string"
|
|
55381
|
-
}
|
|
55382
|
-
}
|
|
55383
|
-
]
|
|
55384
|
-
},
|
|
55385
|
-
{
|
|
55386
|
-
"kind": "method",
|
|
55387
|
-
"name": "setDescriptionFromSelectedWorkspace",
|
|
55388
|
-
"privacy": "private",
|
|
55389
|
-
"return": {
|
|
55390
|
-
"type": {
|
|
55391
|
-
"text": "void"
|
|
55392
|
-
}
|
|
55393
|
-
}
|
|
55394
|
-
},
|
|
55395
|
-
{
|
|
55396
|
-
"kind": "method",
|
|
55397
|
-
"name": "refreshSavedWorkspaces",
|
|
55398
|
-
"return": {
|
|
55399
|
-
"type": {
|
|
55400
|
-
"text": "Promise<void>"
|
|
55401
|
-
}
|
|
55402
|
-
}
|
|
55403
|
-
},
|
|
55404
|
-
{
|
|
55405
|
-
"kind": "method",
|
|
55406
|
-
"name": "refreshSharedWorkspaces",
|
|
55407
|
-
"return": {
|
|
55408
|
-
"type": {
|
|
55409
|
-
"text": "Promise<void>"
|
|
55410
|
-
}
|
|
55411
|
-
}
|
|
55412
|
-
},
|
|
55413
|
-
{
|
|
55414
|
-
"kind": "method",
|
|
55415
|
-
"name": "notifyError",
|
|
55416
|
-
"privacy": "private",
|
|
55417
|
-
"return": {
|
|
55418
|
-
"type": {
|
|
55419
|
-
"text": "void"
|
|
55420
|
-
}
|
|
55421
|
-
},
|
|
55422
|
-
"parameters": [
|
|
55423
|
-
{
|
|
55424
|
-
"name": "body",
|
|
55425
|
-
"default": "'Error'"
|
|
55426
|
-
}
|
|
55427
|
-
]
|
|
55428
|
-
},
|
|
55429
|
-
{
|
|
55430
|
-
"kind": "method",
|
|
55431
|
-
"name": "saveWorkspace",
|
|
55432
|
-
"return": {
|
|
55433
|
-
"type": {
|
|
55434
|
-
"text": "Promise<void>"
|
|
55435
|
-
}
|
|
55436
|
-
}
|
|
55437
|
-
},
|
|
55438
|
-
{
|
|
55439
|
-
"kind": "method",
|
|
55440
|
-
"name": "applyWorkspace",
|
|
55441
|
-
"privacy": "private",
|
|
55442
|
-
"return": {
|
|
55443
|
-
"type": {
|
|
55444
|
-
"text": "Promise<void>"
|
|
55445
|
-
}
|
|
55446
|
-
},
|
|
55447
|
-
"parameters": [
|
|
55448
|
-
{
|
|
55449
|
-
"name": "workspace",
|
|
55450
|
-
"type": {
|
|
55451
|
-
"text": "SavedWorkspace"
|
|
55452
|
-
}
|
|
55453
|
-
}
|
|
55454
|
-
]
|
|
55455
|
-
},
|
|
55456
|
-
{
|
|
55457
|
-
"kind": "method",
|
|
55458
|
-
"name": "loadWorkspace",
|
|
55459
|
-
"return": {
|
|
55460
|
-
"type": {
|
|
55461
|
-
"text": "Promise<void>"
|
|
55462
|
-
}
|
|
55463
|
-
},
|
|
55464
|
-
"parameters": [
|
|
55465
|
-
{
|
|
55466
|
-
"name": "workspaceName",
|
|
55467
|
-
"type": {
|
|
55468
|
-
"text": "string"
|
|
55469
|
-
}
|
|
55470
|
-
}
|
|
55471
|
-
]
|
|
55472
|
-
},
|
|
55473
|
-
{
|
|
55474
|
-
"kind": "method",
|
|
55475
|
-
"name": "requestSharedWorkspace",
|
|
55476
|
-
"privacy": "private",
|
|
55477
|
-
"return": {
|
|
55478
|
-
"type": {
|
|
55479
|
-
"text": "Promise<any[]>"
|
|
55480
|
-
}
|
|
55481
|
-
},
|
|
55482
|
-
"parameters": [
|
|
55483
|
-
{
|
|
55484
|
-
"name": "SHARED_WORKSPACE_ID",
|
|
55485
|
-
"type": {
|
|
55486
|
-
"text": "string"
|
|
55487
|
-
}
|
|
55488
|
-
}
|
|
55489
|
-
]
|
|
55490
|
-
},
|
|
55491
|
-
{
|
|
55492
|
-
"kind": "method",
|
|
55493
|
-
"name": "loadSharedWorkspace",
|
|
55494
|
-
"return": {
|
|
55495
|
-
"type": {
|
|
55496
|
-
"text": "Promise<void>"
|
|
55497
|
-
}
|
|
55498
|
-
},
|
|
55499
|
-
"parameters": [
|
|
55500
|
-
{
|
|
55501
|
-
"name": "shared",
|
|
55502
|
-
"type": {
|
|
55503
|
-
"text": "{\n id: string;\n name: string;\n userName: string;\n createdOn?: string | number;\n modifiedOn?: string | number;\n data: string;\n }"
|
|
55504
|
-
}
|
|
55505
|
-
}
|
|
55506
|
-
]
|
|
55507
|
-
},
|
|
55508
|
-
{
|
|
55509
|
-
"kind": "method",
|
|
55510
|
-
"name": "deleteWorkspace",
|
|
55511
|
-
"return": {
|
|
55512
|
-
"type": {
|
|
55513
|
-
"text": "Promise<void>"
|
|
55514
|
-
}
|
|
55515
|
-
},
|
|
55516
|
-
"parameters": [
|
|
55517
|
-
{
|
|
55518
|
-
"name": "workspaceName",
|
|
55519
|
-
"type": {
|
|
55520
|
-
"text": "string"
|
|
55521
|
-
}
|
|
55522
|
-
}
|
|
55523
|
-
]
|
|
55524
|
-
},
|
|
55525
|
-
{
|
|
55526
|
-
"kind": "method",
|
|
55527
|
-
"name": "showDeleteConfirmation",
|
|
55528
|
-
"privacy": "private",
|
|
55529
|
-
"return": {
|
|
55530
|
-
"type": {
|
|
55531
|
-
"text": "void"
|
|
55532
|
-
}
|
|
55533
|
-
},
|
|
55534
|
-
"parameters": [
|
|
55535
|
-
{
|
|
55536
|
-
"name": "title",
|
|
55537
|
-
"type": {
|
|
55538
|
-
"text": "string"
|
|
55539
|
-
}
|
|
55540
|
-
},
|
|
55541
|
-
{
|
|
55542
|
-
"name": "body",
|
|
55543
|
-
"type": {
|
|
55544
|
-
"text": "string"
|
|
55545
|
-
}
|
|
55546
|
-
},
|
|
55547
|
-
{
|
|
55548
|
-
"name": "actionFunction",
|
|
55549
|
-
"type": {
|
|
55550
|
-
"text": "() => void"
|
|
55551
|
-
}
|
|
55552
|
-
},
|
|
55553
|
-
{
|
|
55554
|
-
"name": "dialogBoundary",
|
|
55555
|
-
"type": {
|
|
55556
|
-
"text": "HTMLElement"
|
|
55557
|
-
}
|
|
55558
|
-
}
|
|
55559
|
-
]
|
|
55560
|
-
},
|
|
55561
|
-
{
|
|
55562
|
-
"kind": "method",
|
|
55563
|
-
"name": "confirmDeleteWorkspace",
|
|
55564
|
-
"return": {
|
|
55565
|
-
"type": {
|
|
55566
|
-
"text": "void"
|
|
55567
|
-
}
|
|
55568
|
-
},
|
|
55569
|
-
"parameters": [
|
|
55570
|
-
{
|
|
55571
|
-
"name": "workspaceName",
|
|
55572
|
-
"type": {
|
|
55573
|
-
"text": "string"
|
|
55574
|
-
}
|
|
55575
|
-
}
|
|
55576
|
-
]
|
|
55577
|
-
},
|
|
55578
|
-
{
|
|
55579
|
-
"kind": "method",
|
|
55580
|
-
"name": "modifySharedWorkspace",
|
|
55581
|
-
"return": {
|
|
55582
|
-
"type": {
|
|
55583
|
-
"text": "Promise<void>"
|
|
55584
|
-
}
|
|
55585
|
-
},
|
|
55586
|
-
"parameters": [
|
|
55587
|
-
{
|
|
55588
|
-
"name": "sharedWorkspace",
|
|
55589
|
-
"type": {
|
|
55590
|
-
"text": "SharedWorkspace"
|
|
55591
|
-
}
|
|
55592
|
-
}
|
|
55593
|
-
]
|
|
55594
|
-
},
|
|
55595
|
-
{
|
|
55596
|
-
"kind": "method",
|
|
55597
|
-
"name": "deleteSharedWorkspace",
|
|
55598
|
-
"return": {
|
|
55599
|
-
"type": {
|
|
55600
|
-
"text": "Promise<void>"
|
|
55601
|
-
}
|
|
55602
|
-
},
|
|
55603
|
-
"parameters": [
|
|
55604
|
-
{
|
|
55605
|
-
"name": "sharedWorkspace",
|
|
55606
|
-
"type": {
|
|
55607
|
-
"text": "SharedWorkspace"
|
|
55608
|
-
}
|
|
55609
|
-
}
|
|
55610
|
-
]
|
|
55611
|
-
},
|
|
55612
|
-
{
|
|
55613
|
-
"kind": "method",
|
|
55614
|
-
"name": "confirmDeleteSharedWorkspace",
|
|
55615
|
-
"return": {
|
|
55616
|
-
"type": {
|
|
55617
|
-
"text": "void"
|
|
55618
|
-
}
|
|
55619
|
-
},
|
|
55620
|
-
"parameters": [
|
|
55621
|
-
{
|
|
55622
|
-
"name": "sharedWorkspace",
|
|
55623
|
-
"type": {
|
|
55624
|
-
"text": "SharedWorkspace"
|
|
55625
|
-
}
|
|
55626
|
-
}
|
|
55627
|
-
]
|
|
55628
|
-
},
|
|
55629
|
-
{
|
|
55630
|
-
"kind": "method",
|
|
55631
|
-
"name": "shareExistingWorkspace",
|
|
55632
|
-
"return": {
|
|
55633
|
-
"type": {
|
|
55634
|
-
"text": "Promise<void>"
|
|
55635
|
-
}
|
|
55636
|
-
},
|
|
55637
|
-
"parameters": [
|
|
55638
|
-
{
|
|
55639
|
-
"name": "workspaceName",
|
|
55640
|
-
"type": {
|
|
55641
|
-
"text": "string"
|
|
55642
|
-
}
|
|
55643
|
-
}
|
|
55644
|
-
]
|
|
55645
|
-
},
|
|
55646
|
-
{
|
|
55647
|
-
"kind": "method",
|
|
55648
|
-
"name": "openSaveDialog",
|
|
55649
|
-
"return": {
|
|
55650
|
-
"type": {
|
|
55651
|
-
"text": "Promise<void>"
|
|
55652
|
-
}
|
|
55653
|
-
}
|
|
55654
|
-
},
|
|
55655
|
-
{
|
|
55656
|
-
"kind": "method",
|
|
55657
|
-
"name": "isWorkspaceExisting",
|
|
55658
|
-
"return": {
|
|
55659
|
-
"type": {
|
|
55660
|
-
"text": "boolean"
|
|
55661
|
-
}
|
|
55662
|
-
},
|
|
55663
|
-
"parameters": [
|
|
55664
|
-
{
|
|
55665
|
-
"name": "workspaceName",
|
|
55666
|
-
"type": {
|
|
55667
|
-
"text": "string"
|
|
55668
|
-
}
|
|
55669
|
-
}
|
|
55670
|
-
]
|
|
55671
|
-
},
|
|
55672
|
-
{
|
|
55673
|
-
"kind": "method",
|
|
55674
|
-
"name": "saveModeChanged",
|
|
55675
|
-
"return": {
|
|
55676
|
-
"type": {
|
|
55677
|
-
"text": "void"
|
|
55678
|
-
}
|
|
55679
|
-
},
|
|
55680
|
-
"parameters": [
|
|
55681
|
-
{
|
|
55682
|
-
"name": "oldValue",
|
|
55683
|
-
"type": {
|
|
55684
|
-
"text": "string"
|
|
55685
|
-
}
|
|
55686
|
-
},
|
|
55687
|
-
{
|
|
55688
|
-
"name": "newValue",
|
|
55689
|
-
"type": {
|
|
55690
|
-
"text": "string"
|
|
55691
|
-
}
|
|
55692
|
-
}
|
|
55693
|
-
]
|
|
55694
|
-
},
|
|
55695
|
-
{
|
|
55696
|
-
"kind": "method",
|
|
55697
|
-
"name": "selectedWorkspaceToOverwriteChanged",
|
|
55698
|
-
"return": {
|
|
55699
|
-
"type": {
|
|
55700
|
-
"text": "void"
|
|
55701
|
-
}
|
|
55702
|
-
},
|
|
55703
|
-
"parameters": [
|
|
55704
|
-
{
|
|
55705
|
-
"name": "oldValue",
|
|
55706
|
-
"type": {
|
|
55707
|
-
"text": "string"
|
|
55708
|
-
}
|
|
55709
|
-
},
|
|
55710
|
-
{
|
|
55711
|
-
"name": "newValue",
|
|
55712
|
-
"type": {
|
|
55713
|
-
"text": "string"
|
|
55714
|
-
}
|
|
55715
|
-
}
|
|
55716
|
-
]
|
|
55717
|
-
},
|
|
55718
|
-
{
|
|
55719
|
-
"kind": "method",
|
|
55720
|
-
"name": "openLoadDialog",
|
|
55721
|
-
"return": {
|
|
55722
|
-
"type": {
|
|
55723
|
-
"text": "void"
|
|
55724
|
-
}
|
|
55725
|
-
}
|
|
55726
|
-
},
|
|
55727
|
-
{
|
|
55728
|
-
"kind": "method",
|
|
55729
|
-
"name": "closeSaveDialog",
|
|
55730
|
-
"return": {
|
|
55731
|
-
"type": {
|
|
55732
|
-
"text": "void"
|
|
55733
|
-
}
|
|
55734
|
-
}
|
|
55735
|
-
},
|
|
55736
|
-
{
|
|
55737
|
-
"kind": "method",
|
|
55738
|
-
"name": "closeLoadDialog",
|
|
55739
|
-
"return": {
|
|
55740
|
-
"type": {
|
|
55741
|
-
"text": "void"
|
|
55742
|
-
}
|
|
55743
|
-
}
|
|
55744
|
-
},
|
|
55745
|
-
{
|
|
55746
|
-
"kind": "field",
|
|
55747
|
-
"name": "_presentation",
|
|
55748
|
-
"type": {
|
|
55749
|
-
"text": "ComponentPresentation | null | undefined"
|
|
55750
|
-
},
|
|
55751
|
-
"privacy": "private",
|
|
55752
|
-
"default": "void 0",
|
|
55753
|
-
"inheritedFrom": {
|
|
55754
|
-
"name": "FoundationElement",
|
|
55755
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
55756
|
-
}
|
|
55757
|
-
},
|
|
55758
|
-
{
|
|
55759
|
-
"kind": "field",
|
|
55760
|
-
"name": "$presentation",
|
|
55761
|
-
"type": {
|
|
55762
|
-
"text": "ComponentPresentation | null"
|
|
55763
|
-
},
|
|
55764
|
-
"privacy": "public",
|
|
55765
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
55766
|
-
"inheritedFrom": {
|
|
55767
|
-
"name": "FoundationElement",
|
|
55768
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
55769
|
-
}
|
|
55770
|
-
},
|
|
55771
|
-
{
|
|
55772
|
-
"kind": "field",
|
|
55773
|
-
"name": "template",
|
|
55774
|
-
"type": {
|
|
55775
|
-
"text": "ElementViewTemplate | void | null"
|
|
55776
|
-
},
|
|
55777
|
-
"privacy": "public",
|
|
55778
|
-
"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.",
|
|
55779
|
-
"inheritedFrom": {
|
|
55780
|
-
"name": "FoundationElement",
|
|
55781
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
55782
|
-
}
|
|
55783
|
-
},
|
|
55784
|
-
{
|
|
55785
|
-
"kind": "method",
|
|
55786
|
-
"name": "templateChanged",
|
|
55787
|
-
"privacy": "protected",
|
|
55788
|
-
"return": {
|
|
55789
|
-
"type": {
|
|
55790
|
-
"text": "void"
|
|
55791
|
-
}
|
|
55792
|
-
},
|
|
55793
|
-
"inheritedFrom": {
|
|
55794
|
-
"name": "FoundationElement",
|
|
55795
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
55796
|
-
}
|
|
55797
|
-
},
|
|
55798
|
-
{
|
|
55799
|
-
"kind": "field",
|
|
55800
|
-
"name": "styles",
|
|
55801
|
-
"type": {
|
|
55802
|
-
"text": "ElementStyles | void | null"
|
|
55803
|
-
},
|
|
55804
|
-
"privacy": "public",
|
|
55805
|
-
"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.",
|
|
55806
|
-
"inheritedFrom": {
|
|
55807
|
-
"name": "FoundationElement",
|
|
55808
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
55809
|
-
}
|
|
55810
|
-
},
|
|
55811
|
-
{
|
|
55812
|
-
"kind": "method",
|
|
55813
|
-
"name": "stylesChanged",
|
|
55814
|
-
"privacy": "protected",
|
|
55815
|
-
"return": {
|
|
55816
|
-
"type": {
|
|
55817
|
-
"text": "void"
|
|
55818
|
-
}
|
|
55819
|
-
},
|
|
55820
|
-
"inheritedFrom": {
|
|
55821
|
-
"name": "FoundationElement",
|
|
55822
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
55823
|
-
}
|
|
55824
|
-
},
|
|
55825
|
-
{
|
|
55826
|
-
"kind": "method",
|
|
55827
|
-
"name": "compose",
|
|
55828
|
-
"privacy": "public",
|
|
55829
|
-
"static": true,
|
|
55830
|
-
"return": {
|
|
55831
|
-
"type": {
|
|
55832
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
55833
|
-
}
|
|
55834
|
-
},
|
|
55835
|
-
"parameters": [
|
|
55836
|
-
{
|
|
55837
|
-
"name": "this",
|
|
55838
|
-
"type": {
|
|
55839
|
-
"text": "K"
|
|
55840
|
-
}
|
|
55841
|
-
},
|
|
55842
|
-
{
|
|
55843
|
-
"name": "elementDefinition",
|
|
55844
|
-
"type": {
|
|
55845
|
-
"text": "T"
|
|
55846
|
-
},
|
|
55847
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
55848
|
-
}
|
|
55849
|
-
],
|
|
55850
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
55851
|
-
"inheritedFrom": {
|
|
55852
|
-
"name": "FoundationElement",
|
|
55853
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
55854
|
-
}
|
|
55855
|
-
}
|
|
55856
|
-
],
|
|
55857
|
-
"superclass": {
|
|
55858
|
-
"name": "FoundationElement",
|
|
55859
|
-
"package": "@microsoft/fast-foundation"
|
|
55860
|
-
}
|
|
55861
|
-
}
|
|
55862
|
-
],
|
|
55863
|
-
"exports": [
|
|
55864
|
-
{
|
|
55865
|
-
"kind": "js",
|
|
55866
|
-
"name": "WorkspaceManager",
|
|
55867
|
-
"declaration": {
|
|
55868
|
-
"name": "WorkspaceManager",
|
|
55869
|
-
"module": "src/workspace-manager/workspace-manager.ts"
|
|
55870
|
-
}
|
|
55871
|
-
},
|
|
55872
|
-
{
|
|
55873
|
-
"kind": "custom-element-definition",
|
|
55874
|
-
"name": "workspace-manager",
|
|
55875
|
-
"declaration": {
|
|
55876
|
-
"name": "WorkspaceManager",
|
|
55877
|
-
"module": "src/workspace-manager/workspace-manager.ts"
|
|
55878
|
-
}
|
|
55879
|
-
}
|
|
55880
|
-
]
|
|
55881
|
-
},
|
|
55882
54307
|
{
|
|
55883
54308
|
"kind": "javascript-module",
|
|
55884
54309
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -58933,325 +57358,6 @@
|
|
|
58933
57358
|
}
|
|
58934
57359
|
]
|
|
58935
57360
|
},
|
|
58936
|
-
{
|
|
58937
|
-
"kind": "javascript-module",
|
|
58938
|
-
"path": "src/workspace/grid-register/grid-register.template.ts",
|
|
58939
|
-
"declarations": [
|
|
58940
|
-
{
|
|
58941
|
-
"kind": "variable",
|
|
58942
|
-
"name": "GridRegisterTemplate",
|
|
58943
|
-
"type": {
|
|
58944
|
-
"text": "ViewTemplate<GridRegister>"
|
|
58945
|
-
},
|
|
58946
|
-
"default": "html`\n <slot></slot>\n`"
|
|
58947
|
-
}
|
|
58948
|
-
],
|
|
58949
|
-
"exports": [
|
|
58950
|
-
{
|
|
58951
|
-
"kind": "js",
|
|
58952
|
-
"name": "GridRegisterTemplate",
|
|
58953
|
-
"declaration": {
|
|
58954
|
-
"name": "GridRegisterTemplate",
|
|
58955
|
-
"module": "src/workspace/grid-register/grid-register.template.ts"
|
|
58956
|
-
}
|
|
58957
|
-
}
|
|
58958
|
-
]
|
|
58959
|
-
},
|
|
58960
|
-
{
|
|
58961
|
-
"kind": "javascript-module",
|
|
58962
|
-
"path": "src/workspace/grid-register/grid-register.ts",
|
|
58963
|
-
"declarations": [
|
|
58964
|
-
{
|
|
58965
|
-
"kind": "class",
|
|
58966
|
-
"description": "",
|
|
58967
|
-
"name": "GridRegister",
|
|
58968
|
-
"members": [
|
|
58969
|
-
{
|
|
58970
|
-
"kind": "field",
|
|
58971
|
-
"name": "gridKey",
|
|
58972
|
-
"type": {
|
|
58973
|
-
"text": "string"
|
|
58974
|
-
}
|
|
58975
|
-
},
|
|
58976
|
-
{
|
|
58977
|
-
"kind": "field",
|
|
58978
|
-
"name": "gridRegistry",
|
|
58979
|
-
"type": {
|
|
58980
|
-
"text": "GridRegistry"
|
|
58981
|
-
}
|
|
58982
|
-
},
|
|
58983
|
-
{
|
|
58984
|
-
"kind": "field",
|
|
58985
|
-
"name": "workspaceState",
|
|
58986
|
-
"type": {
|
|
58987
|
-
"text": "WorkspaceState"
|
|
58988
|
-
}
|
|
58989
|
-
},
|
|
58990
|
-
{
|
|
58991
|
-
"kind": "field",
|
|
58992
|
-
"name": "gridElement",
|
|
58993
|
-
"type": {
|
|
58994
|
-
"text": "HTMLElement | null"
|
|
58995
|
-
},
|
|
58996
|
-
"privacy": "private",
|
|
58997
|
-
"default": "null"
|
|
58998
|
-
},
|
|
58999
|
-
{
|
|
59000
|
-
"kind": "field",
|
|
59001
|
-
"name": "gridApi",
|
|
59002
|
-
"type": {
|
|
59003
|
-
"text": "GridApi | null"
|
|
59004
|
-
},
|
|
59005
|
-
"privacy": "private",
|
|
59006
|
-
"default": "null"
|
|
59007
|
-
},
|
|
59008
|
-
{
|
|
59009
|
-
"kind": "field",
|
|
59010
|
-
"name": "columnApi",
|
|
59011
|
-
"type": {
|
|
59012
|
-
"text": "ColumnApi | null"
|
|
59013
|
-
},
|
|
59014
|
-
"privacy": "private",
|
|
59015
|
-
"default": "null"
|
|
59016
|
-
},
|
|
59017
|
-
{
|
|
59018
|
-
"kind": "field",
|
|
59019
|
-
"name": "workspaceSettingsApplied",
|
|
59020
|
-
"type": {
|
|
59021
|
-
"text": "boolean"
|
|
59022
|
-
},
|
|
59023
|
-
"privacy": "private",
|
|
59024
|
-
"default": "false"
|
|
59025
|
-
},
|
|
59026
|
-
{
|
|
59027
|
-
"kind": "method",
|
|
59028
|
-
"name": "findAndRegisterGrid",
|
|
59029
|
-
"privacy": "private",
|
|
59030
|
-
"return": {
|
|
59031
|
-
"type": {
|
|
59032
|
-
"text": "void"
|
|
59033
|
-
}
|
|
59034
|
-
}
|
|
59035
|
-
},
|
|
59036
|
-
{
|
|
59037
|
-
"kind": "field",
|
|
59038
|
-
"name": "handleGridReady",
|
|
59039
|
-
"privacy": "private",
|
|
59040
|
-
"readonly": true
|
|
59041
|
-
},
|
|
59042
|
-
{
|
|
59043
|
-
"kind": "method",
|
|
59044
|
-
"name": "attachToGridApis",
|
|
59045
|
-
"privacy": "private",
|
|
59046
|
-
"return": {
|
|
59047
|
-
"type": {
|
|
59048
|
-
"text": "void"
|
|
59049
|
-
}
|
|
59050
|
-
}
|
|
59051
|
-
},
|
|
59052
|
-
{
|
|
59053
|
-
"kind": "method",
|
|
59054
|
-
"name": "detachFromGridApis",
|
|
59055
|
-
"privacy": "private",
|
|
59056
|
-
"return": {
|
|
59057
|
-
"type": {
|
|
59058
|
-
"text": "void"
|
|
59059
|
-
}
|
|
59060
|
-
}
|
|
59061
|
-
},
|
|
59062
|
-
{
|
|
59063
|
-
"kind": "method",
|
|
59064
|
-
"name": "loadWorkspaceSettings",
|
|
59065
|
-
"privacy": "private",
|
|
59066
|
-
"return": {
|
|
59067
|
-
"type": {
|
|
59068
|
-
"text": "Promise<void>"
|
|
59069
|
-
}
|
|
59070
|
-
},
|
|
59071
|
-
"parameters": [
|
|
59072
|
-
{
|
|
59073
|
-
"name": "options",
|
|
59074
|
-
"optional": true,
|
|
59075
|
-
"type": {
|
|
59076
|
-
"text": "{ applyColumns?: boolean }"
|
|
59077
|
-
}
|
|
59078
|
-
}
|
|
59079
|
-
]
|
|
59080
|
-
},
|
|
59081
|
-
{
|
|
59082
|
-
"kind": "method",
|
|
59083
|
-
"name": "loadWorkspaceColumnState",
|
|
59084
|
-
"privacy": "private",
|
|
59085
|
-
"return": {
|
|
59086
|
-
"type": {
|
|
59087
|
-
"text": "Promise<void>"
|
|
59088
|
-
}
|
|
59089
|
-
}
|
|
59090
|
-
}
|
|
59091
|
-
],
|
|
59092
|
-
"attributes": [
|
|
59093
|
-
{
|
|
59094
|
-
"name": "grid-key",
|
|
59095
|
-
"type": {
|
|
59096
|
-
"text": "string"
|
|
59097
|
-
},
|
|
59098
|
-
"fieldName": "gridKey"
|
|
59099
|
-
}
|
|
59100
|
-
],
|
|
59101
|
-
"superclass": {
|
|
59102
|
-
"name": "HTMLElement"
|
|
59103
|
-
},
|
|
59104
|
-
"customElement": true
|
|
59105
|
-
}
|
|
59106
|
-
],
|
|
59107
|
-
"exports": [
|
|
59108
|
-
{
|
|
59109
|
-
"kind": "js",
|
|
59110
|
-
"name": "GridRegister",
|
|
59111
|
-
"declaration": {
|
|
59112
|
-
"name": "GridRegister",
|
|
59113
|
-
"module": "src/workspace/grid-register/grid-register.ts"
|
|
59114
|
-
}
|
|
59115
|
-
},
|
|
59116
|
-
{
|
|
59117
|
-
"kind": "custom-element-definition",
|
|
59118
|
-
"declaration": {
|
|
59119
|
-
"name": "GridRegister",
|
|
59120
|
-
"module": "src/workspace/grid-register/grid-register.ts"
|
|
59121
|
-
}
|
|
59122
|
-
}
|
|
59123
|
-
]
|
|
59124
|
-
},
|
|
59125
|
-
{
|
|
59126
|
-
"kind": "javascript-module",
|
|
59127
|
-
"path": "src/workspace/grid-register/index.ts",
|
|
59128
|
-
"declarations": [],
|
|
59129
|
-
"exports": [
|
|
59130
|
-
{
|
|
59131
|
-
"kind": "js",
|
|
59132
|
-
"name": "*",
|
|
59133
|
-
"declaration": {
|
|
59134
|
-
"name": "*",
|
|
59135
|
-
"package": "./grid-register"
|
|
59136
|
-
}
|
|
59137
|
-
}
|
|
59138
|
-
]
|
|
59139
|
-
},
|
|
59140
|
-
{
|
|
59141
|
-
"kind": "javascript-module",
|
|
59142
|
-
"path": "src/workspace/layout-wrapper/index.ts",
|
|
59143
|
-
"declarations": [],
|
|
59144
|
-
"exports": [
|
|
59145
|
-
{
|
|
59146
|
-
"kind": "js",
|
|
59147
|
-
"name": "*",
|
|
59148
|
-
"declaration": {
|
|
59149
|
-
"name": "*",
|
|
59150
|
-
"package": "./layout-wrapper"
|
|
59151
|
-
}
|
|
59152
|
-
}
|
|
59153
|
-
]
|
|
59154
|
-
},
|
|
59155
|
-
{
|
|
59156
|
-
"kind": "javascript-module",
|
|
59157
|
-
"path": "src/workspace/layout-wrapper/layout-wrapper.template.ts",
|
|
59158
|
-
"declarations": [
|
|
59159
|
-
{
|
|
59160
|
-
"kind": "variable",
|
|
59161
|
-
"name": "LayoutWrapperTemplate",
|
|
59162
|
-
"type": {
|
|
59163
|
-
"text": "ViewTemplate<LayoutWrapper>"
|
|
59164
|
-
},
|
|
59165
|
-
"default": "html`\n <slot></slot>\n`"
|
|
59166
|
-
}
|
|
59167
|
-
],
|
|
59168
|
-
"exports": [
|
|
59169
|
-
{
|
|
59170
|
-
"kind": "js",
|
|
59171
|
-
"name": "LayoutWrapperTemplate",
|
|
59172
|
-
"declaration": {
|
|
59173
|
-
"name": "LayoutWrapperTemplate",
|
|
59174
|
-
"module": "src/workspace/layout-wrapper/layout-wrapper.template.ts"
|
|
59175
|
-
}
|
|
59176
|
-
}
|
|
59177
|
-
]
|
|
59178
|
-
},
|
|
59179
|
-
{
|
|
59180
|
-
"kind": "javascript-module",
|
|
59181
|
-
"path": "src/workspace/layout-wrapper/layout-wrapper.ts",
|
|
59182
|
-
"declarations": [
|
|
59183
|
-
{
|
|
59184
|
-
"kind": "class",
|
|
59185
|
-
"description": "",
|
|
59186
|
-
"name": "LayoutWrapper",
|
|
59187
|
-
"members": [
|
|
59188
|
-
{
|
|
59189
|
-
"kind": "field",
|
|
59190
|
-
"name": "layoutKey",
|
|
59191
|
-
"type": {
|
|
59192
|
-
"text": "string"
|
|
59193
|
-
}
|
|
59194
|
-
},
|
|
59195
|
-
{
|
|
59196
|
-
"kind": "field",
|
|
59197
|
-
"name": "layoutRegistry",
|
|
59198
|
-
"type": {
|
|
59199
|
-
"text": "LayoutRegistry"
|
|
59200
|
-
}
|
|
59201
|
-
},
|
|
59202
|
-
{
|
|
59203
|
-
"kind": "field",
|
|
59204
|
-
"name": "layoutElement",
|
|
59205
|
-
"type": {
|
|
59206
|
-
"text": "any | null"
|
|
59207
|
-
},
|
|
59208
|
-
"privacy": "private",
|
|
59209
|
-
"default": "null"
|
|
59210
|
-
},
|
|
59211
|
-
{
|
|
59212
|
-
"kind": "method",
|
|
59213
|
-
"name": "findAndRegisterLayout",
|
|
59214
|
-
"privacy": "private",
|
|
59215
|
-
"return": {
|
|
59216
|
-
"type": {
|
|
59217
|
-
"text": "void"
|
|
59218
|
-
}
|
|
59219
|
-
}
|
|
59220
|
-
}
|
|
59221
|
-
],
|
|
59222
|
-
"attributes": [
|
|
59223
|
-
{
|
|
59224
|
-
"name": "layout-key",
|
|
59225
|
-
"type": {
|
|
59226
|
-
"text": "string"
|
|
59227
|
-
},
|
|
59228
|
-
"fieldName": "layoutKey"
|
|
59229
|
-
}
|
|
59230
|
-
],
|
|
59231
|
-
"superclass": {
|
|
59232
|
-
"name": "HTMLElement"
|
|
59233
|
-
},
|
|
59234
|
-
"customElement": true
|
|
59235
|
-
}
|
|
59236
|
-
],
|
|
59237
|
-
"exports": [
|
|
59238
|
-
{
|
|
59239
|
-
"kind": "js",
|
|
59240
|
-
"name": "LayoutWrapper",
|
|
59241
|
-
"declaration": {
|
|
59242
|
-
"name": "LayoutWrapper",
|
|
59243
|
-
"module": "src/workspace/layout-wrapper/layout-wrapper.ts"
|
|
59244
|
-
}
|
|
59245
|
-
},
|
|
59246
|
-
{
|
|
59247
|
-
"kind": "custom-element-definition",
|
|
59248
|
-
"declaration": {
|
|
59249
|
-
"name": "LayoutWrapper",
|
|
59250
|
-
"module": "src/workspace/layout-wrapper/layout-wrapper.ts"
|
|
59251
|
-
}
|
|
59252
|
-
}
|
|
59253
|
-
]
|
|
59254
|
-
},
|
|
59255
57361
|
{
|
|
59256
57362
|
"kind": "javascript-module",
|
|
59257
57363
|
"path": "src/_config/styles/external/index.ts",
|