@genesislcap/foundation-ui 14.403.0 → 14.406.0-workspaces.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1018 -204
- package/dist/dts/tabs/tabs.d.ts +7 -0
- package/dist/dts/tabs/tabs.d.ts.map +1 -1
- package/dist/dts/tabs/tabs.styles.d.ts.map +1 -1
- package/dist/dts/workspace/index.d.ts +5 -0
- package/dist/dts/workspace/index.d.ts.map +1 -0
- package/dist/dts/workspace/workspace-di.d.ts +13 -0
- package/dist/dts/workspace/workspace-di.d.ts.map +1 -0
- package/dist/dts/workspace/workspace-registry.types.d.ts +34 -0
- package/dist/dts/workspace/workspace-registry.types.d.ts.map +1 -0
- package/dist/dts/workspace/workspace-state.types.d.ts +37 -0
- package/dist/dts/workspace/workspace-state.types.d.ts.map +1 -0
- package/dist/dts/workspace/workspace.types.d.ts +25 -0
- package/dist/dts/workspace/workspace.types.d.ts.map +1 -0
- package/dist/dts/workspace-manager/index.d.ts +2 -0
- package/dist/dts/workspace-manager/index.d.ts.map +1 -0
- package/dist/dts/workspace-manager/workspace-manager.d.ts +58 -0
- package/dist/dts/workspace-manager/workspace-manager.d.ts.map +1 -0
- package/dist/dts/workspace-manager/workspace-manager.styles.d.ts +2 -0
- package/dist/dts/workspace-manager/workspace-manager.styles.d.ts.map +1 -0
- package/dist/dts/workspace-manager/workspace-manager.template.d.ts +3 -0
- package/dist/dts/workspace-manager/workspace-manager.template.d.ts.map +1 -0
- package/dist/esm/tabs/tabs.js +15 -0
- package/dist/esm/tabs/tabs.styles.js +10 -0
- package/dist/esm/workspace/index.js +4 -0
- package/dist/esm/workspace/workspace-di.js +9 -0
- package/dist/esm/workspace/workspace-registry.types.js +1 -0
- package/dist/esm/workspace/workspace-state.types.js +1 -0
- package/dist/esm/workspace/workspace.types.js +1 -0
- package/dist/esm/workspace-manager/index.js +1 -0
- package/dist/esm/workspace-manager/workspace-manager.js +399 -0
- package/dist/esm/workspace-manager/workspace-manager.styles.js +138 -0
- package/dist/esm/workspace-manager/workspace-manager.template.js +248 -0
- package/package.json +19 -19
|
@@ -1287,37 +1287,6 @@
|
|
|
1287
1287
|
}
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
|
-
{
|
|
1291
|
-
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/_config/index.ts",
|
|
1293
|
-
"declarations": [],
|
|
1294
|
-
"exports": [
|
|
1295
|
-
{
|
|
1296
|
-
"kind": "js",
|
|
1297
|
-
"name": "*",
|
|
1298
|
-
"declaration": {
|
|
1299
|
-
"name": "*",
|
|
1300
|
-
"package": "./styles"
|
|
1301
|
-
}
|
|
1302
|
-
},
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "*",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "*",
|
|
1308
|
-
"package": "./tokens"
|
|
1309
|
-
}
|
|
1310
|
-
},
|
|
1311
|
-
{
|
|
1312
|
-
"kind": "js",
|
|
1313
|
-
"name": "*",
|
|
1314
|
-
"declaration": {
|
|
1315
|
-
"name": "*",
|
|
1316
|
-
"package": "./values"
|
|
1317
|
-
}
|
|
1318
|
-
}
|
|
1319
|
-
]
|
|
1320
|
-
},
|
|
1321
1290
|
{
|
|
1322
1291
|
"kind": "javascript-module",
|
|
1323
1292
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1714,158 +1683,7 @@
|
|
|
1714
1683
|
},
|
|
1715
1684
|
{
|
|
1716
1685
|
"kind": "javascript-module",
|
|
1717
|
-
"path": "src/
|
|
1718
|
-
"declarations": [
|
|
1719
|
-
{
|
|
1720
|
-
"kind": "function",
|
|
1721
|
-
"name": "foundationAccordionStyles",
|
|
1722
|
-
"return": {
|
|
1723
|
-
"type": {
|
|
1724
|
-
"text": "ElementStyles"
|
|
1725
|
-
}
|
|
1726
|
-
},
|
|
1727
|
-
"parameters": [
|
|
1728
|
-
{
|
|
1729
|
-
"name": "context",
|
|
1730
|
-
"type": {
|
|
1731
|
-
"text": "ElementDefinitionContext"
|
|
1732
|
-
}
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"name": "definition",
|
|
1736
|
-
"type": {
|
|
1737
|
-
"text": "FoundationElementDefinition"
|
|
1738
|
-
}
|
|
1739
|
-
}
|
|
1740
|
-
]
|
|
1741
|
-
}
|
|
1742
|
-
],
|
|
1743
|
-
"exports": [
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "js",
|
|
1746
|
-
"name": "foundationAccordionStyles",
|
|
1747
|
-
"declaration": {
|
|
1748
|
-
"name": "foundationAccordionStyles",
|
|
1749
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
]
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"kind": "javascript-module",
|
|
1756
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1757
|
-
"declarations": [
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "function",
|
|
1760
|
-
"name": "foundationAccordionTemplate",
|
|
1761
|
-
"return": {
|
|
1762
|
-
"type": {
|
|
1763
|
-
"text": "ViewTemplate<Accordion>"
|
|
1764
|
-
}
|
|
1765
|
-
},
|
|
1766
|
-
"parameters": [
|
|
1767
|
-
{
|
|
1768
|
-
"name": "context",
|
|
1769
|
-
"type": {
|
|
1770
|
-
"text": "ElementDefinitionContext"
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"name": "definition",
|
|
1775
|
-
"type": {
|
|
1776
|
-
"text": "FoundationElementDefinition"
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
|
-
]
|
|
1780
|
-
}
|
|
1781
|
-
],
|
|
1782
|
-
"exports": [
|
|
1783
|
-
{
|
|
1784
|
-
"kind": "js",
|
|
1785
|
-
"name": "foundationAccordionTemplate",
|
|
1786
|
-
"declaration": {
|
|
1787
|
-
"name": "foundationAccordionTemplate",
|
|
1788
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
]
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
"kind": "javascript-module",
|
|
1795
|
-
"path": "src/accordion/accordion.ts",
|
|
1796
|
-
"declarations": [
|
|
1797
|
-
{
|
|
1798
|
-
"kind": "class",
|
|
1799
|
-
"description": "",
|
|
1800
|
-
"name": "Accordion",
|
|
1801
|
-
"superclass": {
|
|
1802
|
-
"name": "FASTAccordion",
|
|
1803
|
-
"package": "@microsoft/fast-foundation"
|
|
1804
|
-
},
|
|
1805
|
-
"tagName": "%%prefix%%-accordion",
|
|
1806
|
-
"customElement": true
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"kind": "variable",
|
|
1810
|
-
"name": "foundationAccordionShadowOptions",
|
|
1811
|
-
"type": {
|
|
1812
|
-
"text": "ShadowRootInit"
|
|
1813
|
-
},
|
|
1814
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1815
|
-
},
|
|
1816
|
-
{
|
|
1817
|
-
"kind": "variable",
|
|
1818
|
-
"name": "defaultAccordionConfig",
|
|
1819
|
-
"type": {
|
|
1820
|
-
"text": "object"
|
|
1821
|
-
},
|
|
1822
|
-
"default": "{}"
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
"kind": "variable",
|
|
1826
|
-
"name": "foundationAccordion",
|
|
1827
|
-
"description": "The Foundation Accordion",
|
|
1828
|
-
"privacy": "public"
|
|
1829
|
-
}
|
|
1830
|
-
],
|
|
1831
|
-
"exports": [
|
|
1832
|
-
{
|
|
1833
|
-
"kind": "js",
|
|
1834
|
-
"name": "Accordion",
|
|
1835
|
-
"declaration": {
|
|
1836
|
-
"name": "Accordion",
|
|
1837
|
-
"module": "src/accordion/accordion.ts"
|
|
1838
|
-
}
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"kind": "js",
|
|
1842
|
-
"name": "foundationAccordionShadowOptions",
|
|
1843
|
-
"declaration": {
|
|
1844
|
-
"name": "foundationAccordionShadowOptions",
|
|
1845
|
-
"module": "src/accordion/accordion.ts"
|
|
1846
|
-
}
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
"kind": "js",
|
|
1850
|
-
"name": "defaultAccordionConfig",
|
|
1851
|
-
"declaration": {
|
|
1852
|
-
"name": "defaultAccordionConfig",
|
|
1853
|
-
"module": "src/accordion/accordion.ts"
|
|
1854
|
-
}
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
"kind": "js",
|
|
1858
|
-
"name": "foundationAccordion",
|
|
1859
|
-
"declaration": {
|
|
1860
|
-
"name": "foundationAccordion",
|
|
1861
|
-
"module": "src/accordion/accordion.ts"
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
]
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "javascript-module",
|
|
1868
|
-
"path": "src/accordion/index.ts",
|
|
1686
|
+
"path": "src/_config/index.ts",
|
|
1869
1687
|
"declarations": [],
|
|
1870
1688
|
"exports": [
|
|
1871
1689
|
{
|
|
@@ -1873,7 +1691,7 @@
|
|
|
1873
1691
|
"name": "*",
|
|
1874
1692
|
"declaration": {
|
|
1875
1693
|
"name": "*",
|
|
1876
|
-
"package": "./
|
|
1694
|
+
"package": "./styles"
|
|
1877
1695
|
}
|
|
1878
1696
|
},
|
|
1879
1697
|
{
|
|
@@ -1881,7 +1699,7 @@
|
|
|
1881
1699
|
"name": "*",
|
|
1882
1700
|
"declaration": {
|
|
1883
1701
|
"name": "*",
|
|
1884
|
-
"package": "./
|
|
1702
|
+
"package": "./tokens"
|
|
1885
1703
|
}
|
|
1886
1704
|
},
|
|
1887
1705
|
{
|
|
@@ -1889,7 +1707,7 @@
|
|
|
1889
1707
|
"name": "*",
|
|
1890
1708
|
"declaration": {
|
|
1891
1709
|
"name": "*",
|
|
1892
|
-
"package": "./
|
|
1710
|
+
"package": "./values"
|
|
1893
1711
|
}
|
|
1894
1712
|
}
|
|
1895
1713
|
]
|
|
@@ -2453,6 +2271,188 @@
|
|
|
2453
2271
|
}
|
|
2454
2272
|
]
|
|
2455
2273
|
},
|
|
2274
|
+
{
|
|
2275
|
+
"kind": "javascript-module",
|
|
2276
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
2277
|
+
"declarations": [
|
|
2278
|
+
{
|
|
2279
|
+
"kind": "function",
|
|
2280
|
+
"name": "foundationAccordionStyles",
|
|
2281
|
+
"return": {
|
|
2282
|
+
"type": {
|
|
2283
|
+
"text": "ElementStyles"
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
2286
|
+
"parameters": [
|
|
2287
|
+
{
|
|
2288
|
+
"name": "context",
|
|
2289
|
+
"type": {
|
|
2290
|
+
"text": "ElementDefinitionContext"
|
|
2291
|
+
}
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "definition",
|
|
2295
|
+
"type": {
|
|
2296
|
+
"text": "FoundationElementDefinition"
|
|
2297
|
+
}
|
|
2298
|
+
}
|
|
2299
|
+
]
|
|
2300
|
+
}
|
|
2301
|
+
],
|
|
2302
|
+
"exports": [
|
|
2303
|
+
{
|
|
2304
|
+
"kind": "js",
|
|
2305
|
+
"name": "foundationAccordionStyles",
|
|
2306
|
+
"declaration": {
|
|
2307
|
+
"name": "foundationAccordionStyles",
|
|
2308
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
]
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "javascript-module",
|
|
2315
|
+
"path": "src/accordion/accordion.template.ts",
|
|
2316
|
+
"declarations": [
|
|
2317
|
+
{
|
|
2318
|
+
"kind": "function",
|
|
2319
|
+
"name": "foundationAccordionTemplate",
|
|
2320
|
+
"return": {
|
|
2321
|
+
"type": {
|
|
2322
|
+
"text": "ViewTemplate<Accordion>"
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
"parameters": [
|
|
2326
|
+
{
|
|
2327
|
+
"name": "context",
|
|
2328
|
+
"type": {
|
|
2329
|
+
"text": "ElementDefinitionContext"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "definition",
|
|
2334
|
+
"type": {
|
|
2335
|
+
"text": "FoundationElementDefinition"
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
]
|
|
2339
|
+
}
|
|
2340
|
+
],
|
|
2341
|
+
"exports": [
|
|
2342
|
+
{
|
|
2343
|
+
"kind": "js",
|
|
2344
|
+
"name": "foundationAccordionTemplate",
|
|
2345
|
+
"declaration": {
|
|
2346
|
+
"name": "foundationAccordionTemplate",
|
|
2347
|
+
"module": "src/accordion/accordion.template.ts"
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
]
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "javascript-module",
|
|
2354
|
+
"path": "src/accordion/accordion.ts",
|
|
2355
|
+
"declarations": [
|
|
2356
|
+
{
|
|
2357
|
+
"kind": "class",
|
|
2358
|
+
"description": "",
|
|
2359
|
+
"name": "Accordion",
|
|
2360
|
+
"superclass": {
|
|
2361
|
+
"name": "FASTAccordion",
|
|
2362
|
+
"package": "@microsoft/fast-foundation"
|
|
2363
|
+
},
|
|
2364
|
+
"tagName": "%%prefix%%-accordion",
|
|
2365
|
+
"customElement": true
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "variable",
|
|
2369
|
+
"name": "foundationAccordionShadowOptions",
|
|
2370
|
+
"type": {
|
|
2371
|
+
"text": "ShadowRootInit"
|
|
2372
|
+
},
|
|
2373
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2374
|
+
},
|
|
2375
|
+
{
|
|
2376
|
+
"kind": "variable",
|
|
2377
|
+
"name": "defaultAccordionConfig",
|
|
2378
|
+
"type": {
|
|
2379
|
+
"text": "object"
|
|
2380
|
+
},
|
|
2381
|
+
"default": "{}"
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"kind": "variable",
|
|
2385
|
+
"name": "foundationAccordion",
|
|
2386
|
+
"description": "The Foundation Accordion",
|
|
2387
|
+
"privacy": "public"
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
2390
|
+
"exports": [
|
|
2391
|
+
{
|
|
2392
|
+
"kind": "js",
|
|
2393
|
+
"name": "Accordion",
|
|
2394
|
+
"declaration": {
|
|
2395
|
+
"name": "Accordion",
|
|
2396
|
+
"module": "src/accordion/accordion.ts"
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"kind": "js",
|
|
2401
|
+
"name": "foundationAccordionShadowOptions",
|
|
2402
|
+
"declaration": {
|
|
2403
|
+
"name": "foundationAccordionShadowOptions",
|
|
2404
|
+
"module": "src/accordion/accordion.ts"
|
|
2405
|
+
}
|
|
2406
|
+
},
|
|
2407
|
+
{
|
|
2408
|
+
"kind": "js",
|
|
2409
|
+
"name": "defaultAccordionConfig",
|
|
2410
|
+
"declaration": {
|
|
2411
|
+
"name": "defaultAccordionConfig",
|
|
2412
|
+
"module": "src/accordion/accordion.ts"
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
{
|
|
2416
|
+
"kind": "js",
|
|
2417
|
+
"name": "foundationAccordion",
|
|
2418
|
+
"declaration": {
|
|
2419
|
+
"name": "foundationAccordion",
|
|
2420
|
+
"module": "src/accordion/accordion.ts"
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
]
|
|
2424
|
+
},
|
|
2425
|
+
{
|
|
2426
|
+
"kind": "javascript-module",
|
|
2427
|
+
"path": "src/accordion/index.ts",
|
|
2428
|
+
"declarations": [],
|
|
2429
|
+
"exports": [
|
|
2430
|
+
{
|
|
2431
|
+
"kind": "js",
|
|
2432
|
+
"name": "*",
|
|
2433
|
+
"declaration": {
|
|
2434
|
+
"name": "*",
|
|
2435
|
+
"package": "./accordion.template"
|
|
2436
|
+
}
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"kind": "js",
|
|
2440
|
+
"name": "*",
|
|
2441
|
+
"declaration": {
|
|
2442
|
+
"name": "*",
|
|
2443
|
+
"package": "./accordion.styles"
|
|
2444
|
+
}
|
|
2445
|
+
},
|
|
2446
|
+
{
|
|
2447
|
+
"kind": "js",
|
|
2448
|
+
"name": "*",
|
|
2449
|
+
"declaration": {
|
|
2450
|
+
"name": "*",
|
|
2451
|
+
"package": "./accordion"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
]
|
|
2455
|
+
},
|
|
2456
2456
|
{
|
|
2457
2457
|
"kind": "javascript-module",
|
|
2458
2458
|
"path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
|
|
@@ -48323,6 +48323,16 @@
|
|
|
48323
48323
|
"description": "",
|
|
48324
48324
|
"name": "Tabs",
|
|
48325
48325
|
"members": [
|
|
48326
|
+
{
|
|
48327
|
+
"kind": "field",
|
|
48328
|
+
"name": "scrollable",
|
|
48329
|
+
"type": {
|
|
48330
|
+
"text": "boolean"
|
|
48331
|
+
},
|
|
48332
|
+
"default": "false",
|
|
48333
|
+
"description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
|
|
48334
|
+
"privacy": "public"
|
|
48335
|
+
},
|
|
48326
48336
|
{
|
|
48327
48337
|
"kind": "field",
|
|
48328
48338
|
"name": "currentTabIndex",
|
|
@@ -48789,50 +48799,50 @@
|
|
|
48789
48799
|
}
|
|
48790
48800
|
}
|
|
48791
48801
|
],
|
|
48792
|
-
"superclass": {
|
|
48793
|
-
"name": "FASTTabs",
|
|
48794
|
-
"package": "@microsoft/fast-components"
|
|
48795
|
-
},
|
|
48796
|
-
"tagName": "%%prefix%%-tabs",
|
|
48797
|
-
"customElement": true,
|
|
48798
48802
|
"attributes": [
|
|
48799
48803
|
{
|
|
48800
|
-
"name": "orientation",
|
|
48801
48804
|
"type": {
|
|
48802
|
-
"text": "
|
|
48805
|
+
"text": "boolean"
|
|
48803
48806
|
},
|
|
48804
|
-
"
|
|
48805
|
-
"
|
|
48807
|
+
"default": "false",
|
|
48808
|
+
"description": "When true, the tab list becomes horizontally scrollable when its\ncontents exceed the width of the container.",
|
|
48809
|
+
"fieldName": "scrollable",
|
|
48806
48810
|
"inheritedFrom": {
|
|
48807
48811
|
"name": "Tabs",
|
|
48808
48812
|
"module": "src/tabs/tabs.ts"
|
|
48809
48813
|
}
|
|
48810
48814
|
},
|
|
48811
48815
|
{
|
|
48812
|
-
"name": "
|
|
48816
|
+
"name": "orientation",
|
|
48813
48817
|
"type": {
|
|
48814
|
-
"text": "
|
|
48818
|
+
"text": "TabsOrientation"
|
|
48815
48819
|
},
|
|
48816
|
-
"description": "The
|
|
48817
|
-
"fieldName": "
|
|
48820
|
+
"description": "The orientation",
|
|
48821
|
+
"fieldName": "orientation",
|
|
48818
48822
|
"inheritedFrom": {
|
|
48819
48823
|
"name": "Tabs",
|
|
48820
48824
|
"module": "src/tabs/tabs.ts"
|
|
48821
48825
|
}
|
|
48822
48826
|
},
|
|
48823
48827
|
{
|
|
48828
|
+
"name": "activeid",
|
|
48824
48829
|
"type": {
|
|
48825
|
-
"text": "
|
|
48830
|
+
"text": "string"
|
|
48826
48831
|
},
|
|
48827
|
-
"
|
|
48828
|
-
"
|
|
48829
|
-
"fieldName": "activeindicator",
|
|
48832
|
+
"description": "The id of the active tab",
|
|
48833
|
+
"fieldName": "activeid",
|
|
48830
48834
|
"inheritedFrom": {
|
|
48831
48835
|
"name": "Tabs",
|
|
48832
48836
|
"module": "src/tabs/tabs.ts"
|
|
48833
48837
|
}
|
|
48834
48838
|
}
|
|
48835
48839
|
],
|
|
48840
|
+
"superclass": {
|
|
48841
|
+
"name": "FASTTabs",
|
|
48842
|
+
"package": "@microsoft/fast-components"
|
|
48843
|
+
},
|
|
48844
|
+
"tagName": "%%prefix%%-tabs",
|
|
48845
|
+
"customElement": true,
|
|
48836
48846
|
"events": [
|
|
48837
48847
|
{
|
|
48838
48848
|
"description": "Fires a custom 'change' event when a tab is clicked or during keyboard navigation",
|
|
@@ -54294,6 +54304,810 @@
|
|
|
54294
54304
|
}
|
|
54295
54305
|
]
|
|
54296
54306
|
},
|
|
54307
|
+
{
|
|
54308
|
+
"kind": "javascript-module",
|
|
54309
|
+
"path": "src/workspace/index.ts",
|
|
54310
|
+
"declarations": [],
|
|
54311
|
+
"exports": [
|
|
54312
|
+
{
|
|
54313
|
+
"kind": "js",
|
|
54314
|
+
"name": "*",
|
|
54315
|
+
"declaration": {
|
|
54316
|
+
"name": "*",
|
|
54317
|
+
"package": "./workspace.types"
|
|
54318
|
+
}
|
|
54319
|
+
},
|
|
54320
|
+
{
|
|
54321
|
+
"kind": "js",
|
|
54322
|
+
"name": "*",
|
|
54323
|
+
"declaration": {
|
|
54324
|
+
"name": "*",
|
|
54325
|
+
"package": "./workspace-state.types"
|
|
54326
|
+
}
|
|
54327
|
+
},
|
|
54328
|
+
{
|
|
54329
|
+
"kind": "js",
|
|
54330
|
+
"name": "*",
|
|
54331
|
+
"declaration": {
|
|
54332
|
+
"name": "*",
|
|
54333
|
+
"package": "./workspace-registry.types"
|
|
54334
|
+
}
|
|
54335
|
+
},
|
|
54336
|
+
{
|
|
54337
|
+
"kind": "js",
|
|
54338
|
+
"name": "*",
|
|
54339
|
+
"declaration": {
|
|
54340
|
+
"name": "*",
|
|
54341
|
+
"package": "./workspace-di"
|
|
54342
|
+
}
|
|
54343
|
+
}
|
|
54344
|
+
]
|
|
54345
|
+
},
|
|
54346
|
+
{
|
|
54347
|
+
"kind": "javascript-module",
|
|
54348
|
+
"path": "src/workspace/workspace-di.ts",
|
|
54349
|
+
"declarations": [
|
|
54350
|
+
{
|
|
54351
|
+
"kind": "variable",
|
|
54352
|
+
"name": "LayoutRegistry",
|
|
54353
|
+
"description": "DI token for layout registry. Host app must register an implementation."
|
|
54354
|
+
},
|
|
54355
|
+
{
|
|
54356
|
+
"kind": "variable",
|
|
54357
|
+
"name": "GridRegistry",
|
|
54358
|
+
"description": "DI token for grid registry. Host app must register an implementation."
|
|
54359
|
+
},
|
|
54360
|
+
{
|
|
54361
|
+
"kind": "variable",
|
|
54362
|
+
"name": "FilterRegistry",
|
|
54363
|
+
"description": "DI token for filter registry. Host app must register an implementation."
|
|
54364
|
+
},
|
|
54365
|
+
{
|
|
54366
|
+
"kind": "variable",
|
|
54367
|
+
"name": "WorkspaceState",
|
|
54368
|
+
"description": "DI token for workspace state. Host app must register an implementation."
|
|
54369
|
+
}
|
|
54370
|
+
],
|
|
54371
|
+
"exports": [
|
|
54372
|
+
{
|
|
54373
|
+
"kind": "js",
|
|
54374
|
+
"name": "LayoutRegistry",
|
|
54375
|
+
"declaration": {
|
|
54376
|
+
"name": "LayoutRegistry",
|
|
54377
|
+
"module": "src/workspace/workspace-di.ts"
|
|
54378
|
+
}
|
|
54379
|
+
},
|
|
54380
|
+
{
|
|
54381
|
+
"kind": "js",
|
|
54382
|
+
"name": "GridRegistry",
|
|
54383
|
+
"declaration": {
|
|
54384
|
+
"name": "GridRegistry",
|
|
54385
|
+
"module": "src/workspace/workspace-di.ts"
|
|
54386
|
+
}
|
|
54387
|
+
},
|
|
54388
|
+
{
|
|
54389
|
+
"kind": "js",
|
|
54390
|
+
"name": "FilterRegistry",
|
|
54391
|
+
"declaration": {
|
|
54392
|
+
"name": "FilterRegistry",
|
|
54393
|
+
"module": "src/workspace/workspace-di.ts"
|
|
54394
|
+
}
|
|
54395
|
+
},
|
|
54396
|
+
{
|
|
54397
|
+
"kind": "js",
|
|
54398
|
+
"name": "WorkspaceState",
|
|
54399
|
+
"declaration": {
|
|
54400
|
+
"name": "WorkspaceState",
|
|
54401
|
+
"module": "src/workspace/workspace-di.ts"
|
|
54402
|
+
}
|
|
54403
|
+
}
|
|
54404
|
+
]
|
|
54405
|
+
},
|
|
54406
|
+
{
|
|
54407
|
+
"kind": "javascript-module",
|
|
54408
|
+
"path": "src/workspace/workspace-registry.types.ts",
|
|
54409
|
+
"declarations": [],
|
|
54410
|
+
"exports": []
|
|
54411
|
+
},
|
|
54412
|
+
{
|
|
54413
|
+
"kind": "javascript-module",
|
|
54414
|
+
"path": "src/workspace/workspace-state.types.ts",
|
|
54415
|
+
"declarations": [],
|
|
54416
|
+
"exports": []
|
|
54417
|
+
},
|
|
54418
|
+
{
|
|
54419
|
+
"kind": "javascript-module",
|
|
54420
|
+
"path": "src/workspace/workspace.types.ts",
|
|
54421
|
+
"declarations": [],
|
|
54422
|
+
"exports": []
|
|
54423
|
+
},
|
|
54424
|
+
{
|
|
54425
|
+
"kind": "javascript-module",
|
|
54426
|
+
"path": "src/workspace-manager/index.ts",
|
|
54427
|
+
"declarations": [],
|
|
54428
|
+
"exports": [
|
|
54429
|
+
{
|
|
54430
|
+
"kind": "js",
|
|
54431
|
+
"name": "*",
|
|
54432
|
+
"declaration": {
|
|
54433
|
+
"name": "*",
|
|
54434
|
+
"package": "./workspace-manager"
|
|
54435
|
+
}
|
|
54436
|
+
}
|
|
54437
|
+
]
|
|
54438
|
+
},
|
|
54439
|
+
{
|
|
54440
|
+
"kind": "javascript-module",
|
|
54441
|
+
"path": "src/workspace-manager/workspace-manager.styles.ts",
|
|
54442
|
+
"declarations": [
|
|
54443
|
+
{
|
|
54444
|
+
"kind": "variable",
|
|
54445
|
+
"name": "WorkspaceManagerStyles",
|
|
54446
|
+
"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`"
|
|
54447
|
+
}
|
|
54448
|
+
],
|
|
54449
|
+
"exports": [
|
|
54450
|
+
{
|
|
54451
|
+
"kind": "js",
|
|
54452
|
+
"name": "WorkspaceManagerStyles",
|
|
54453
|
+
"declaration": {
|
|
54454
|
+
"name": "WorkspaceManagerStyles",
|
|
54455
|
+
"module": "src/workspace-manager/workspace-manager.styles.ts"
|
|
54456
|
+
}
|
|
54457
|
+
}
|
|
54458
|
+
]
|
|
54459
|
+
},
|
|
54460
|
+
{
|
|
54461
|
+
"kind": "javascript-module",
|
|
54462
|
+
"path": "src/workspace-manager/workspace-manager.template.ts",
|
|
54463
|
+
"declarations": [
|
|
54464
|
+
{
|
|
54465
|
+
"kind": "variable",
|
|
54466
|
+
"name": "WorkspaceManagerTemplate",
|
|
54467
|
+
"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>Description (optional):</rapid-label>\n <textarea\n class=\"save-field workspace-description-input\"\n :value=${(x) => x.workspaceDescription}\n @input=${(x, c) =>\n (x.workspaceDescription = (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 <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`"
|
|
54468
|
+
}
|
|
54469
|
+
],
|
|
54470
|
+
"exports": [
|
|
54471
|
+
{
|
|
54472
|
+
"kind": "js",
|
|
54473
|
+
"name": "WorkspaceManagerTemplate",
|
|
54474
|
+
"declaration": {
|
|
54475
|
+
"name": "WorkspaceManagerTemplate",
|
|
54476
|
+
"module": "src/workspace-manager/workspace-manager.template.ts"
|
|
54477
|
+
}
|
|
54478
|
+
}
|
|
54479
|
+
]
|
|
54480
|
+
},
|
|
54481
|
+
{
|
|
54482
|
+
"kind": "javascript-module",
|
|
54483
|
+
"path": "src/workspace-manager/workspace-manager.ts",
|
|
54484
|
+
"declarations": [
|
|
54485
|
+
{
|
|
54486
|
+
"kind": "class",
|
|
54487
|
+
"description": "",
|
|
54488
|
+
"name": "WorkspaceManager",
|
|
54489
|
+
"members": [
|
|
54490
|
+
{
|
|
54491
|
+
"kind": "field",
|
|
54492
|
+
"name": "workspaceName",
|
|
54493
|
+
"type": {
|
|
54494
|
+
"text": "string"
|
|
54495
|
+
},
|
|
54496
|
+
"default": "''"
|
|
54497
|
+
},
|
|
54498
|
+
{
|
|
54499
|
+
"kind": "field",
|
|
54500
|
+
"name": "workspaceDescription",
|
|
54501
|
+
"type": {
|
|
54502
|
+
"text": "string"
|
|
54503
|
+
},
|
|
54504
|
+
"default": "''"
|
|
54505
|
+
},
|
|
54506
|
+
{
|
|
54507
|
+
"kind": "field",
|
|
54508
|
+
"name": "savedWorkspaces",
|
|
54509
|
+
"type": {
|
|
54510
|
+
"text": "SavedWorkspace[]"
|
|
54511
|
+
},
|
|
54512
|
+
"default": "[]"
|
|
54513
|
+
},
|
|
54514
|
+
{
|
|
54515
|
+
"kind": "field",
|
|
54516
|
+
"name": "sharedWorkspaces",
|
|
54517
|
+
"type": {
|
|
54518
|
+
"text": "SharedWorkspace[]"
|
|
54519
|
+
},
|
|
54520
|
+
"default": "[]"
|
|
54521
|
+
},
|
|
54522
|
+
{
|
|
54523
|
+
"kind": "field",
|
|
54524
|
+
"name": "isLoading",
|
|
54525
|
+
"type": {
|
|
54526
|
+
"text": "boolean"
|
|
54527
|
+
},
|
|
54528
|
+
"default": "false"
|
|
54529
|
+
},
|
|
54530
|
+
{
|
|
54531
|
+
"kind": "field",
|
|
54532
|
+
"name": "applyingWorkspace",
|
|
54533
|
+
"type": {
|
|
54534
|
+
"text": "boolean"
|
|
54535
|
+
},
|
|
54536
|
+
"default": "false"
|
|
54537
|
+
},
|
|
54538
|
+
{
|
|
54539
|
+
"kind": "field",
|
|
54540
|
+
"name": "loadMode",
|
|
54541
|
+
"type": {
|
|
54542
|
+
"text": "LoadMode"
|
|
54543
|
+
},
|
|
54544
|
+
"default": "'MY'"
|
|
54545
|
+
},
|
|
54546
|
+
{
|
|
54547
|
+
"kind": "field",
|
|
54548
|
+
"name": "saveModal",
|
|
54549
|
+
"type": {
|
|
54550
|
+
"text": "Modal"
|
|
54551
|
+
}
|
|
54552
|
+
},
|
|
54553
|
+
{
|
|
54554
|
+
"kind": "field",
|
|
54555
|
+
"name": "loadModal",
|
|
54556
|
+
"type": {
|
|
54557
|
+
"text": "Modal"
|
|
54558
|
+
}
|
|
54559
|
+
},
|
|
54560
|
+
{
|
|
54561
|
+
"kind": "field",
|
|
54562
|
+
"name": "saveMode",
|
|
54563
|
+
"type": {
|
|
54564
|
+
"text": "'create' | 'overwrite' | 'shared'"
|
|
54565
|
+
},
|
|
54566
|
+
"default": "'create'"
|
|
54567
|
+
},
|
|
54568
|
+
{
|
|
54569
|
+
"kind": "field",
|
|
54570
|
+
"name": "selectedWorkspaceToOverwrite",
|
|
54571
|
+
"type": {
|
|
54572
|
+
"text": "string"
|
|
54573
|
+
},
|
|
54574
|
+
"default": "''"
|
|
54575
|
+
},
|
|
54576
|
+
{
|
|
54577
|
+
"kind": "field",
|
|
54578
|
+
"name": "workspaceToShare",
|
|
54579
|
+
"type": {
|
|
54580
|
+
"text": "string"
|
|
54581
|
+
},
|
|
54582
|
+
"default": "''"
|
|
54583
|
+
},
|
|
54584
|
+
{
|
|
54585
|
+
"kind": "field",
|
|
54586
|
+
"name": "dialogBoundary",
|
|
54587
|
+
"type": {
|
|
54588
|
+
"text": "HTMLElement"
|
|
54589
|
+
}
|
|
54590
|
+
},
|
|
54591
|
+
{
|
|
54592
|
+
"kind": "field",
|
|
54593
|
+
"name": "sharedWorkspaceDialogBoundary",
|
|
54594
|
+
"type": {
|
|
54595
|
+
"text": "HTMLElement"
|
|
54596
|
+
}
|
|
54597
|
+
},
|
|
54598
|
+
{
|
|
54599
|
+
"kind": "field",
|
|
54600
|
+
"name": "layoutRegistry",
|
|
54601
|
+
"type": {
|
|
54602
|
+
"text": "ILayoutRegistry"
|
|
54603
|
+
}
|
|
54604
|
+
},
|
|
54605
|
+
{
|
|
54606
|
+
"kind": "field",
|
|
54607
|
+
"name": "gridRegistry",
|
|
54608
|
+
"type": {
|
|
54609
|
+
"text": "IGridRegistry"
|
|
54610
|
+
}
|
|
54611
|
+
},
|
|
54612
|
+
{
|
|
54613
|
+
"kind": "field",
|
|
54614
|
+
"name": "filterRegistry",
|
|
54615
|
+
"type": {
|
|
54616
|
+
"text": "IFilterRegistry"
|
|
54617
|
+
}
|
|
54618
|
+
},
|
|
54619
|
+
{
|
|
54620
|
+
"kind": "field",
|
|
54621
|
+
"name": "workspaceState",
|
|
54622
|
+
"type": {
|
|
54623
|
+
"text": "IWorkspaceState"
|
|
54624
|
+
}
|
|
54625
|
+
},
|
|
54626
|
+
{
|
|
54627
|
+
"kind": "field",
|
|
54628
|
+
"name": "connect",
|
|
54629
|
+
"type": {
|
|
54630
|
+
"text": "Connect"
|
|
54631
|
+
}
|
|
54632
|
+
},
|
|
54633
|
+
{
|
|
54634
|
+
"kind": "field",
|
|
54635
|
+
"name": "auth",
|
|
54636
|
+
"type": {
|
|
54637
|
+
"text": "Auth"
|
|
54638
|
+
}
|
|
54639
|
+
},
|
|
54640
|
+
{
|
|
54641
|
+
"kind": "field",
|
|
54642
|
+
"name": "canShareWorkspace",
|
|
54643
|
+
"type": {
|
|
54644
|
+
"text": "boolean"
|
|
54645
|
+
}
|
|
54646
|
+
},
|
|
54647
|
+
{
|
|
54648
|
+
"kind": "method",
|
|
54649
|
+
"name": "refreshSavedWorkspaces",
|
|
54650
|
+
"return": {
|
|
54651
|
+
"type": {
|
|
54652
|
+
"text": "Promise<void>"
|
|
54653
|
+
}
|
|
54654
|
+
}
|
|
54655
|
+
},
|
|
54656
|
+
{
|
|
54657
|
+
"kind": "method",
|
|
54658
|
+
"name": "refreshSharedWorkspaces",
|
|
54659
|
+
"return": {
|
|
54660
|
+
"type": {
|
|
54661
|
+
"text": "Promise<void>"
|
|
54662
|
+
}
|
|
54663
|
+
}
|
|
54664
|
+
},
|
|
54665
|
+
{
|
|
54666
|
+
"kind": "method",
|
|
54667
|
+
"name": "notifyError",
|
|
54668
|
+
"privacy": "private",
|
|
54669
|
+
"return": {
|
|
54670
|
+
"type": {
|
|
54671
|
+
"text": "void"
|
|
54672
|
+
}
|
|
54673
|
+
},
|
|
54674
|
+
"parameters": [
|
|
54675
|
+
{
|
|
54676
|
+
"name": "body",
|
|
54677
|
+
"default": "'Error'"
|
|
54678
|
+
}
|
|
54679
|
+
]
|
|
54680
|
+
},
|
|
54681
|
+
{
|
|
54682
|
+
"kind": "method",
|
|
54683
|
+
"name": "saveWorkspace",
|
|
54684
|
+
"return": {
|
|
54685
|
+
"type": {
|
|
54686
|
+
"text": "Promise<void>"
|
|
54687
|
+
}
|
|
54688
|
+
}
|
|
54689
|
+
},
|
|
54690
|
+
{
|
|
54691
|
+
"kind": "method",
|
|
54692
|
+
"name": "applyWorkspace",
|
|
54693
|
+
"privacy": "private",
|
|
54694
|
+
"return": {
|
|
54695
|
+
"type": {
|
|
54696
|
+
"text": "Promise<void>"
|
|
54697
|
+
}
|
|
54698
|
+
},
|
|
54699
|
+
"parameters": [
|
|
54700
|
+
{
|
|
54701
|
+
"name": "workspace",
|
|
54702
|
+
"type": {
|
|
54703
|
+
"text": "SavedWorkspace"
|
|
54704
|
+
}
|
|
54705
|
+
}
|
|
54706
|
+
]
|
|
54707
|
+
},
|
|
54708
|
+
{
|
|
54709
|
+
"kind": "method",
|
|
54710
|
+
"name": "loadWorkspace",
|
|
54711
|
+
"return": {
|
|
54712
|
+
"type": {
|
|
54713
|
+
"text": "Promise<void>"
|
|
54714
|
+
}
|
|
54715
|
+
},
|
|
54716
|
+
"parameters": [
|
|
54717
|
+
{
|
|
54718
|
+
"name": "workspaceName",
|
|
54719
|
+
"type": {
|
|
54720
|
+
"text": "string"
|
|
54721
|
+
}
|
|
54722
|
+
}
|
|
54723
|
+
]
|
|
54724
|
+
},
|
|
54725
|
+
{
|
|
54726
|
+
"kind": "method",
|
|
54727
|
+
"name": "requestSharedWorkspace",
|
|
54728
|
+
"privacy": "private",
|
|
54729
|
+
"return": {
|
|
54730
|
+
"type": {
|
|
54731
|
+
"text": "Promise<any[]>"
|
|
54732
|
+
}
|
|
54733
|
+
},
|
|
54734
|
+
"parameters": [
|
|
54735
|
+
{
|
|
54736
|
+
"name": "SHARED_WORKSPACE_ID",
|
|
54737
|
+
"type": {
|
|
54738
|
+
"text": "string"
|
|
54739
|
+
}
|
|
54740
|
+
}
|
|
54741
|
+
]
|
|
54742
|
+
},
|
|
54743
|
+
{
|
|
54744
|
+
"kind": "method",
|
|
54745
|
+
"name": "loadSharedWorkspace",
|
|
54746
|
+
"return": {
|
|
54747
|
+
"type": {
|
|
54748
|
+
"text": "Promise<void>"
|
|
54749
|
+
}
|
|
54750
|
+
},
|
|
54751
|
+
"parameters": [
|
|
54752
|
+
{
|
|
54753
|
+
"name": "shared",
|
|
54754
|
+
"type": {
|
|
54755
|
+
"text": "{\n id: string;\n name: string;\n userName: string;\n createdOn?: string | number;\n modifiedOn?: string | number;\n data: string;\n }"
|
|
54756
|
+
}
|
|
54757
|
+
}
|
|
54758
|
+
]
|
|
54759
|
+
},
|
|
54760
|
+
{
|
|
54761
|
+
"kind": "method",
|
|
54762
|
+
"name": "deleteWorkspace",
|
|
54763
|
+
"return": {
|
|
54764
|
+
"type": {
|
|
54765
|
+
"text": "Promise<void>"
|
|
54766
|
+
}
|
|
54767
|
+
},
|
|
54768
|
+
"parameters": [
|
|
54769
|
+
{
|
|
54770
|
+
"name": "workspaceName",
|
|
54771
|
+
"type": {
|
|
54772
|
+
"text": "string"
|
|
54773
|
+
}
|
|
54774
|
+
}
|
|
54775
|
+
]
|
|
54776
|
+
},
|
|
54777
|
+
{
|
|
54778
|
+
"kind": "method",
|
|
54779
|
+
"name": "showDeleteConfirmation",
|
|
54780
|
+
"privacy": "private",
|
|
54781
|
+
"return": {
|
|
54782
|
+
"type": {
|
|
54783
|
+
"text": "void"
|
|
54784
|
+
}
|
|
54785
|
+
},
|
|
54786
|
+
"parameters": [
|
|
54787
|
+
{
|
|
54788
|
+
"name": "title",
|
|
54789
|
+
"type": {
|
|
54790
|
+
"text": "string"
|
|
54791
|
+
}
|
|
54792
|
+
},
|
|
54793
|
+
{
|
|
54794
|
+
"name": "body",
|
|
54795
|
+
"type": {
|
|
54796
|
+
"text": "string"
|
|
54797
|
+
}
|
|
54798
|
+
},
|
|
54799
|
+
{
|
|
54800
|
+
"name": "actionFunction",
|
|
54801
|
+
"type": {
|
|
54802
|
+
"text": "() => void"
|
|
54803
|
+
}
|
|
54804
|
+
},
|
|
54805
|
+
{
|
|
54806
|
+
"name": "dialogBoundary",
|
|
54807
|
+
"type": {
|
|
54808
|
+
"text": "HTMLElement"
|
|
54809
|
+
}
|
|
54810
|
+
}
|
|
54811
|
+
]
|
|
54812
|
+
},
|
|
54813
|
+
{
|
|
54814
|
+
"kind": "method",
|
|
54815
|
+
"name": "confirmDeleteWorkspace",
|
|
54816
|
+
"return": {
|
|
54817
|
+
"type": {
|
|
54818
|
+
"text": "void"
|
|
54819
|
+
}
|
|
54820
|
+
},
|
|
54821
|
+
"parameters": [
|
|
54822
|
+
{
|
|
54823
|
+
"name": "workspaceName",
|
|
54824
|
+
"type": {
|
|
54825
|
+
"text": "string"
|
|
54826
|
+
}
|
|
54827
|
+
}
|
|
54828
|
+
]
|
|
54829
|
+
},
|
|
54830
|
+
{
|
|
54831
|
+
"kind": "method",
|
|
54832
|
+
"name": "modifySharedWorkspace",
|
|
54833
|
+
"return": {
|
|
54834
|
+
"type": {
|
|
54835
|
+
"text": "Promise<void>"
|
|
54836
|
+
}
|
|
54837
|
+
},
|
|
54838
|
+
"parameters": [
|
|
54839
|
+
{
|
|
54840
|
+
"name": "sharedWorkspace",
|
|
54841
|
+
"type": {
|
|
54842
|
+
"text": "SharedWorkspace"
|
|
54843
|
+
}
|
|
54844
|
+
}
|
|
54845
|
+
]
|
|
54846
|
+
},
|
|
54847
|
+
{
|
|
54848
|
+
"kind": "method",
|
|
54849
|
+
"name": "deleteSharedWorkspace",
|
|
54850
|
+
"return": {
|
|
54851
|
+
"type": {
|
|
54852
|
+
"text": "Promise<void>"
|
|
54853
|
+
}
|
|
54854
|
+
},
|
|
54855
|
+
"parameters": [
|
|
54856
|
+
{
|
|
54857
|
+
"name": "sharedWorkspace",
|
|
54858
|
+
"type": {
|
|
54859
|
+
"text": "SharedWorkspace"
|
|
54860
|
+
}
|
|
54861
|
+
}
|
|
54862
|
+
]
|
|
54863
|
+
},
|
|
54864
|
+
{
|
|
54865
|
+
"kind": "method",
|
|
54866
|
+
"name": "confirmDeleteSharedWorkspace",
|
|
54867
|
+
"return": {
|
|
54868
|
+
"type": {
|
|
54869
|
+
"text": "void"
|
|
54870
|
+
}
|
|
54871
|
+
},
|
|
54872
|
+
"parameters": [
|
|
54873
|
+
{
|
|
54874
|
+
"name": "sharedWorkspace",
|
|
54875
|
+
"type": {
|
|
54876
|
+
"text": "SharedWorkspace"
|
|
54877
|
+
}
|
|
54878
|
+
}
|
|
54879
|
+
]
|
|
54880
|
+
},
|
|
54881
|
+
{
|
|
54882
|
+
"kind": "method",
|
|
54883
|
+
"name": "shareExistingWorkspace",
|
|
54884
|
+
"return": {
|
|
54885
|
+
"type": {
|
|
54886
|
+
"text": "Promise<void>"
|
|
54887
|
+
}
|
|
54888
|
+
},
|
|
54889
|
+
"parameters": [
|
|
54890
|
+
{
|
|
54891
|
+
"name": "workspaceName",
|
|
54892
|
+
"type": {
|
|
54893
|
+
"text": "string"
|
|
54894
|
+
}
|
|
54895
|
+
}
|
|
54896
|
+
]
|
|
54897
|
+
},
|
|
54898
|
+
{
|
|
54899
|
+
"kind": "method",
|
|
54900
|
+
"name": "openSaveDialog",
|
|
54901
|
+
"return": {
|
|
54902
|
+
"type": {
|
|
54903
|
+
"text": "Promise<void>"
|
|
54904
|
+
}
|
|
54905
|
+
}
|
|
54906
|
+
},
|
|
54907
|
+
{
|
|
54908
|
+
"kind": "method",
|
|
54909
|
+
"name": "isWorkspaceExisting",
|
|
54910
|
+
"return": {
|
|
54911
|
+
"type": {
|
|
54912
|
+
"text": "boolean"
|
|
54913
|
+
}
|
|
54914
|
+
},
|
|
54915
|
+
"parameters": [
|
|
54916
|
+
{
|
|
54917
|
+
"name": "workspaceName",
|
|
54918
|
+
"type": {
|
|
54919
|
+
"text": "string"
|
|
54920
|
+
}
|
|
54921
|
+
}
|
|
54922
|
+
]
|
|
54923
|
+
},
|
|
54924
|
+
{
|
|
54925
|
+
"kind": "method",
|
|
54926
|
+
"name": "saveModeChanged",
|
|
54927
|
+
"return": {
|
|
54928
|
+
"type": {
|
|
54929
|
+
"text": "void"
|
|
54930
|
+
}
|
|
54931
|
+
},
|
|
54932
|
+
"parameters": [
|
|
54933
|
+
{
|
|
54934
|
+
"name": "oldValue",
|
|
54935
|
+
"type": {
|
|
54936
|
+
"text": "string"
|
|
54937
|
+
}
|
|
54938
|
+
},
|
|
54939
|
+
{
|
|
54940
|
+
"name": "newValue",
|
|
54941
|
+
"type": {
|
|
54942
|
+
"text": "string"
|
|
54943
|
+
}
|
|
54944
|
+
}
|
|
54945
|
+
]
|
|
54946
|
+
},
|
|
54947
|
+
{
|
|
54948
|
+
"kind": "method",
|
|
54949
|
+
"name": "openLoadDialog",
|
|
54950
|
+
"return": {
|
|
54951
|
+
"type": {
|
|
54952
|
+
"text": "void"
|
|
54953
|
+
}
|
|
54954
|
+
}
|
|
54955
|
+
},
|
|
54956
|
+
{
|
|
54957
|
+
"kind": "method",
|
|
54958
|
+
"name": "closeSaveDialog",
|
|
54959
|
+
"return": {
|
|
54960
|
+
"type": {
|
|
54961
|
+
"text": "void"
|
|
54962
|
+
}
|
|
54963
|
+
}
|
|
54964
|
+
},
|
|
54965
|
+
{
|
|
54966
|
+
"kind": "method",
|
|
54967
|
+
"name": "closeLoadDialog",
|
|
54968
|
+
"return": {
|
|
54969
|
+
"type": {
|
|
54970
|
+
"text": "void"
|
|
54971
|
+
}
|
|
54972
|
+
}
|
|
54973
|
+
},
|
|
54974
|
+
{
|
|
54975
|
+
"kind": "field",
|
|
54976
|
+
"name": "_presentation",
|
|
54977
|
+
"type": {
|
|
54978
|
+
"text": "ComponentPresentation | null | undefined"
|
|
54979
|
+
},
|
|
54980
|
+
"privacy": "private",
|
|
54981
|
+
"default": "void 0",
|
|
54982
|
+
"inheritedFrom": {
|
|
54983
|
+
"name": "FoundationElement",
|
|
54984
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54985
|
+
}
|
|
54986
|
+
},
|
|
54987
|
+
{
|
|
54988
|
+
"kind": "field",
|
|
54989
|
+
"name": "$presentation",
|
|
54990
|
+
"type": {
|
|
54991
|
+
"text": "ComponentPresentation | null"
|
|
54992
|
+
},
|
|
54993
|
+
"privacy": "public",
|
|
54994
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
54995
|
+
"inheritedFrom": {
|
|
54996
|
+
"name": "FoundationElement",
|
|
54997
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
54998
|
+
}
|
|
54999
|
+
},
|
|
55000
|
+
{
|
|
55001
|
+
"kind": "field",
|
|
55002
|
+
"name": "template",
|
|
55003
|
+
"type": {
|
|
55004
|
+
"text": "ElementViewTemplate | void | null"
|
|
55005
|
+
},
|
|
55006
|
+
"privacy": "public",
|
|
55007
|
+
"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.",
|
|
55008
|
+
"inheritedFrom": {
|
|
55009
|
+
"name": "FoundationElement",
|
|
55010
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
55011
|
+
}
|
|
55012
|
+
},
|
|
55013
|
+
{
|
|
55014
|
+
"kind": "method",
|
|
55015
|
+
"name": "templateChanged",
|
|
55016
|
+
"privacy": "protected",
|
|
55017
|
+
"return": {
|
|
55018
|
+
"type": {
|
|
55019
|
+
"text": "void"
|
|
55020
|
+
}
|
|
55021
|
+
},
|
|
55022
|
+
"inheritedFrom": {
|
|
55023
|
+
"name": "FoundationElement",
|
|
55024
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
55025
|
+
}
|
|
55026
|
+
},
|
|
55027
|
+
{
|
|
55028
|
+
"kind": "field",
|
|
55029
|
+
"name": "styles",
|
|
55030
|
+
"type": {
|
|
55031
|
+
"text": "ElementStyles | void | null"
|
|
55032
|
+
},
|
|
55033
|
+
"privacy": "public",
|
|
55034
|
+
"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.",
|
|
55035
|
+
"inheritedFrom": {
|
|
55036
|
+
"name": "FoundationElement",
|
|
55037
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
55038
|
+
}
|
|
55039
|
+
},
|
|
55040
|
+
{
|
|
55041
|
+
"kind": "method",
|
|
55042
|
+
"name": "stylesChanged",
|
|
55043
|
+
"privacy": "protected",
|
|
55044
|
+
"return": {
|
|
55045
|
+
"type": {
|
|
55046
|
+
"text": "void"
|
|
55047
|
+
}
|
|
55048
|
+
},
|
|
55049
|
+
"inheritedFrom": {
|
|
55050
|
+
"name": "FoundationElement",
|
|
55051
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
55052
|
+
}
|
|
55053
|
+
},
|
|
55054
|
+
{
|
|
55055
|
+
"kind": "method",
|
|
55056
|
+
"name": "compose",
|
|
55057
|
+
"privacy": "public",
|
|
55058
|
+
"static": true,
|
|
55059
|
+
"return": {
|
|
55060
|
+
"type": {
|
|
55061
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
55062
|
+
}
|
|
55063
|
+
},
|
|
55064
|
+
"parameters": [
|
|
55065
|
+
{
|
|
55066
|
+
"name": "this",
|
|
55067
|
+
"type": {
|
|
55068
|
+
"text": "K"
|
|
55069
|
+
}
|
|
55070
|
+
},
|
|
55071
|
+
{
|
|
55072
|
+
"name": "elementDefinition",
|
|
55073
|
+
"type": {
|
|
55074
|
+
"text": "T"
|
|
55075
|
+
},
|
|
55076
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
55077
|
+
}
|
|
55078
|
+
],
|
|
55079
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
55080
|
+
"inheritedFrom": {
|
|
55081
|
+
"name": "FoundationElement",
|
|
55082
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
55083
|
+
}
|
|
55084
|
+
}
|
|
55085
|
+
],
|
|
55086
|
+
"superclass": {
|
|
55087
|
+
"name": "FoundationElement",
|
|
55088
|
+
"package": "@microsoft/fast-foundation"
|
|
55089
|
+
}
|
|
55090
|
+
}
|
|
55091
|
+
],
|
|
55092
|
+
"exports": [
|
|
55093
|
+
{
|
|
55094
|
+
"kind": "js",
|
|
55095
|
+
"name": "WorkspaceManager",
|
|
55096
|
+
"declaration": {
|
|
55097
|
+
"name": "WorkspaceManager",
|
|
55098
|
+
"module": "src/workspace-manager/workspace-manager.ts"
|
|
55099
|
+
}
|
|
55100
|
+
},
|
|
55101
|
+
{
|
|
55102
|
+
"kind": "custom-element-definition",
|
|
55103
|
+
"name": "workspace-manager",
|
|
55104
|
+
"declaration": {
|
|
55105
|
+
"name": "WorkspaceManager",
|
|
55106
|
+
"module": "src/workspace-manager/workspace-manager.ts"
|
|
55107
|
+
}
|
|
55108
|
+
}
|
|
55109
|
+
]
|
|
55110
|
+
},
|
|
54297
55111
|
{
|
|
54298
55112
|
"kind": "javascript-module",
|
|
54299
55113
|
"path": "src/_config/styles/colors.ts",
|