@genesislcap/foundation-entity-management 14.143.2 → 14.143.3-alpha-47707bd.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +108 -116
- package/dist/dts/index.d.ts +0 -1
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -1
- package/dist/foundation-entity-management.api.json +0 -393
- package/dist/foundation-entity-management.d.ts +0 -64
- package/docs/api/foundation-entity-management.md +0 -1
- package/docs/api-report.md +0 -49
- package/package.json +16 -16
- package/dist/dts/layouts/default.d.ts +0 -4
- package/dist/dts/layouts/default.d.ts.map +0 -1
- package/dist/dts/layouts/index.d.ts +0 -2
- package/dist/dts/layouts/index.d.ts.map +0 -1
- package/dist/dts/main/index.d.ts +0 -3
- package/dist/dts/main/index.d.ts.map +0 -1
- package/dist/dts/main/main.d.ts +0 -22
- package/dist/dts/main/main.d.ts.map +0 -1
- package/dist/dts/main/main.styles.d.ts +0 -2
- package/dist/dts/main/main.styles.d.ts.map +0 -1
- package/dist/dts/main/main.template.d.ts +0 -15
- package/dist/dts/main/main.template.d.ts.map +0 -1
- package/dist/dts/routes/config.d.ts +0 -29
- package/dist/dts/routes/config.d.ts.map +0 -1
- package/dist/dts/routes/demo/entity-management.d.ts +0 -4
- package/dist/dts/routes/demo/entity-management.d.ts.map +0 -1
- package/dist/dts/routes/demo/entity-management.template.d.ts +0 -3
- package/dist/dts/routes/demo/entity-management.template.d.ts.map +0 -1
- package/dist/dts/routes/index.d.ts +0 -2
- package/dist/dts/routes/index.d.ts.map +0 -1
- package/dist/esm/layouts/default.js +0 -34
- package/dist/esm/layouts/index.js +0 -1
- package/dist/esm/main/index.js +0 -2
- package/dist/esm/main/main.js +0 -85
- package/dist/esm/main/main.styles.js +0 -25
- package/dist/esm/main/main.template.js +0 -28
- package/dist/esm/routes/config.js +0 -117
- package/dist/esm/routes/demo/entity-management.js +0 -33
- package/dist/esm/routes/demo/entity-management.template.js +0 -18
- package/dist/esm/routes/index.js +0 -1
- package/docs/api/foundation-entity-management.mainapplication.config.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.connect.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.connectedcallback.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.container.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.data.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.loadremotes.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.md +0 -35
- package/docs/api/foundation-entity-management.mainapplication.onluminancetoggle.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.provider.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.ready.md +0 -11
- package/docs/api/foundation-entity-management.mainapplication.selecttemplate.md +0 -15
- package/docs/api/foundation-entity-management.mainapplication.session.md +0 -11
|
@@ -44,14 +44,6 @@
|
|
|
44
44
|
"name": "*",
|
|
45
45
|
"package": "./utils"
|
|
46
46
|
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"kind": "js",
|
|
50
|
-
"name": "*",
|
|
51
|
-
"declaration": {
|
|
52
|
-
"name": "*",
|
|
53
|
-
"package": "./main/index"
|
|
54
|
-
}
|
|
55
47
|
}
|
|
56
48
|
]
|
|
57
49
|
},
|
|
@@ -818,55 +810,6 @@
|
|
|
818
810
|
}
|
|
819
811
|
]
|
|
820
812
|
},
|
|
821
|
-
{
|
|
822
|
-
"kind": "javascript-module",
|
|
823
|
-
"path": "src/layouts/default.ts",
|
|
824
|
-
"declarations": [
|
|
825
|
-
{
|
|
826
|
-
"kind": "variable",
|
|
827
|
-
"name": "loginLayout",
|
|
828
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"kind": "variable",
|
|
832
|
-
"name": "defaultLayout",
|
|
833
|
-
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
834
|
-
}
|
|
835
|
-
],
|
|
836
|
-
"exports": [
|
|
837
|
-
{
|
|
838
|
-
"kind": "js",
|
|
839
|
-
"name": "loginLayout",
|
|
840
|
-
"declaration": {
|
|
841
|
-
"name": "loginLayout",
|
|
842
|
-
"module": "src/layouts/default.ts"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "js",
|
|
847
|
-
"name": "defaultLayout",
|
|
848
|
-
"declaration": {
|
|
849
|
-
"name": "defaultLayout",
|
|
850
|
-
"module": "src/layouts/default.ts"
|
|
851
|
-
}
|
|
852
|
-
}
|
|
853
|
-
]
|
|
854
|
-
},
|
|
855
|
-
{
|
|
856
|
-
"kind": "javascript-module",
|
|
857
|
-
"path": "src/layouts/index.ts",
|
|
858
|
-
"declarations": [],
|
|
859
|
-
"exports": [
|
|
860
|
-
{
|
|
861
|
-
"kind": "js",
|
|
862
|
-
"name": "*",
|
|
863
|
-
"declaration": {
|
|
864
|
-
"name": "*",
|
|
865
|
-
"package": "./default"
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
]
|
|
869
|
-
},
|
|
870
813
|
{
|
|
871
814
|
"kind": "javascript-module",
|
|
872
815
|
"path": "src/list/index.ts",
|
|
@@ -1273,6 +1216,55 @@
|
|
|
1273
1216
|
}
|
|
1274
1217
|
]
|
|
1275
1218
|
},
|
|
1219
|
+
{
|
|
1220
|
+
"kind": "javascript-module",
|
|
1221
|
+
"path": "src/layouts/default.ts",
|
|
1222
|
+
"declarations": [
|
|
1223
|
+
{
|
|
1224
|
+
"kind": "variable",
|
|
1225
|
+
"name": "loginLayout",
|
|
1226
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n baseLayoutCss,\n)"
|
|
1227
|
+
},
|
|
1228
|
+
{
|
|
1229
|
+
"kind": "variable",
|
|
1230
|
+
"name": "defaultLayout",
|
|
1231
|
+
"default": "new FASTElementLayout(\n html`\n <div class=\"container\">\n <div class=\"content\">\n <slot></slot>\n </div>\n </div>\n `,\n css`\n ${baseLayoutCss}\n `,\n)"
|
|
1232
|
+
}
|
|
1233
|
+
],
|
|
1234
|
+
"exports": [
|
|
1235
|
+
{
|
|
1236
|
+
"kind": "js",
|
|
1237
|
+
"name": "loginLayout",
|
|
1238
|
+
"declaration": {
|
|
1239
|
+
"name": "loginLayout",
|
|
1240
|
+
"module": "src/layouts/default.ts"
|
|
1241
|
+
}
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "js",
|
|
1245
|
+
"name": "defaultLayout",
|
|
1246
|
+
"declaration": {
|
|
1247
|
+
"name": "defaultLayout",
|
|
1248
|
+
"module": "src/layouts/default.ts"
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
]
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"kind": "javascript-module",
|
|
1255
|
+
"path": "src/layouts/index.ts",
|
|
1256
|
+
"declarations": [],
|
|
1257
|
+
"exports": [
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "js",
|
|
1260
|
+
"name": "*",
|
|
1261
|
+
"declaration": {
|
|
1262
|
+
"name": "*",
|
|
1263
|
+
"package": "./default"
|
|
1264
|
+
}
|
|
1265
|
+
}
|
|
1266
|
+
]
|
|
1267
|
+
},
|
|
1276
1268
|
{
|
|
1277
1269
|
"kind": "javascript-module",
|
|
1278
1270
|
"path": "src/main/index.ts",
|
|
@@ -2552,6 +2544,65 @@
|
|
|
2552
2544
|
}
|
|
2553
2545
|
]
|
|
2554
2546
|
},
|
|
2547
|
+
{
|
|
2548
|
+
"kind": "javascript-module",
|
|
2549
|
+
"path": "src/routes/demo/entity-management.template.ts",
|
|
2550
|
+
"declarations": [
|
|
2551
|
+
{
|
|
2552
|
+
"kind": "variable",
|
|
2553
|
+
"name": "EntityManagementDemoTemplate",
|
|
2554
|
+
"type": {
|
|
2555
|
+
"text": "ViewTemplate"
|
|
2556
|
+
},
|
|
2557
|
+
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
2558
|
+
}
|
|
2559
|
+
],
|
|
2560
|
+
"exports": [
|
|
2561
|
+
{
|
|
2562
|
+
"kind": "js",
|
|
2563
|
+
"name": "EntityManagementDemoTemplate",
|
|
2564
|
+
"declaration": {
|
|
2565
|
+
"name": "EntityManagementDemoTemplate",
|
|
2566
|
+
"module": "src/routes/demo/entity-management.template.ts"
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
]
|
|
2570
|
+
},
|
|
2571
|
+
{
|
|
2572
|
+
"kind": "javascript-module",
|
|
2573
|
+
"path": "src/routes/demo/entity-management.ts",
|
|
2574
|
+
"declarations": [
|
|
2575
|
+
{
|
|
2576
|
+
"kind": "class",
|
|
2577
|
+
"description": "",
|
|
2578
|
+
"name": "EntityManagementDemo",
|
|
2579
|
+
"superclass": {
|
|
2580
|
+
"name": "FASTElement",
|
|
2581
|
+
"package": "@microsoft/fast-element"
|
|
2582
|
+
},
|
|
2583
|
+
"tagName": "entity-management-demo",
|
|
2584
|
+
"customElement": true
|
|
2585
|
+
}
|
|
2586
|
+
],
|
|
2587
|
+
"exports": [
|
|
2588
|
+
{
|
|
2589
|
+
"kind": "js",
|
|
2590
|
+
"name": "EntityManagementDemo",
|
|
2591
|
+
"declaration": {
|
|
2592
|
+
"name": "EntityManagementDemo",
|
|
2593
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2594
|
+
}
|
|
2595
|
+
},
|
|
2596
|
+
{
|
|
2597
|
+
"kind": "custom-element-definition",
|
|
2598
|
+
"name": "entity-management-demo",
|
|
2599
|
+
"declaration": {
|
|
2600
|
+
"name": "EntityManagementDemo",
|
|
2601
|
+
"module": "src/routes/demo/entity-management.ts"
|
|
2602
|
+
}
|
|
2603
|
+
}
|
|
2604
|
+
]
|
|
2605
|
+
},
|
|
2555
2606
|
{
|
|
2556
2607
|
"kind": "javascript-module",
|
|
2557
2608
|
"path": "src/utils/formatting.ts",
|
|
@@ -2667,65 +2718,6 @@
|
|
|
2667
2718
|
}
|
|
2668
2719
|
}
|
|
2669
2720
|
]
|
|
2670
|
-
},
|
|
2671
|
-
{
|
|
2672
|
-
"kind": "javascript-module",
|
|
2673
|
-
"path": "src/routes/demo/entity-management.template.ts",
|
|
2674
|
-
"declarations": [
|
|
2675
|
-
{
|
|
2676
|
-
"kind": "variable",
|
|
2677
|
-
"name": "EntityManagementDemoTemplate",
|
|
2678
|
-
"type": {
|
|
2679
|
-
"text": "ViewTemplate"
|
|
2680
|
-
},
|
|
2681
|
-
"default": "html<EntityManagementDemo>`\n <zero-tabs>\n <span slot=\"start\">Entity Management</span>\n <zero-tab data-test-id=\"profiles\" slot=\"tab\">Counterparty</zero-tab>\n <zero-tab-panel slot=\"tabpanel\">\n <zero-notification-listener>\n <entity-management\n resourceName=\"ALL_COUNTERPARTYS\"\n title=\"Counterparty Management\"\n updateEvent=\"EVENT_COUNTERPARTY_MODIFY\"\n deleteEvent=\"EVENT_COUNTERPARTY_DELETE\"\n createEvent=\"EVENT_COUNTERPARTY_INSERT\"\n ></entity-management>\n </zero-notification-listener>\n </zero-tab-panel>\n </zero-tabs>\n`"
|
|
2682
|
-
}
|
|
2683
|
-
],
|
|
2684
|
-
"exports": [
|
|
2685
|
-
{
|
|
2686
|
-
"kind": "js",
|
|
2687
|
-
"name": "EntityManagementDemoTemplate",
|
|
2688
|
-
"declaration": {
|
|
2689
|
-
"name": "EntityManagementDemoTemplate",
|
|
2690
|
-
"module": "src/routes/demo/entity-management.template.ts"
|
|
2691
|
-
}
|
|
2692
|
-
}
|
|
2693
|
-
]
|
|
2694
|
-
},
|
|
2695
|
-
{
|
|
2696
|
-
"kind": "javascript-module",
|
|
2697
|
-
"path": "src/routes/demo/entity-management.ts",
|
|
2698
|
-
"declarations": [
|
|
2699
|
-
{
|
|
2700
|
-
"kind": "class",
|
|
2701
|
-
"description": "",
|
|
2702
|
-
"name": "EntityManagementDemo",
|
|
2703
|
-
"superclass": {
|
|
2704
|
-
"name": "FASTElement",
|
|
2705
|
-
"package": "@microsoft/fast-element"
|
|
2706
|
-
},
|
|
2707
|
-
"tagName": "entity-management-demo",
|
|
2708
|
-
"customElement": true
|
|
2709
|
-
}
|
|
2710
|
-
],
|
|
2711
|
-
"exports": [
|
|
2712
|
-
{
|
|
2713
|
-
"kind": "js",
|
|
2714
|
-
"name": "EntityManagementDemo",
|
|
2715
|
-
"declaration": {
|
|
2716
|
-
"name": "EntityManagementDemo",
|
|
2717
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"kind": "custom-element-definition",
|
|
2722
|
-
"name": "entity-management-demo",
|
|
2723
|
-
"declaration": {
|
|
2724
|
-
"name": "EntityManagementDemo",
|
|
2725
|
-
"module": "src/routes/demo/entity-management.ts"
|
|
2726
|
-
}
|
|
2727
|
-
}
|
|
2728
|
-
]
|
|
2729
2721
|
}
|
|
2730
2722
|
]
|
|
2731
2723
|
}
|
package/dist/dts/index.d.ts
CHANGED
package/dist/dts/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,SAAS,CAAC"}
|
package/dist/esm/index.js
CHANGED
|
@@ -1856,399 +1856,6 @@
|
|
|
1856
1856
|
"endIndex": 3
|
|
1857
1857
|
}
|
|
1858
1858
|
},
|
|
1859
|
-
{
|
|
1860
|
-
"kind": "Class",
|
|
1861
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication:class",
|
|
1862
|
-
"docComment": "/**\n * @public\n */\n",
|
|
1863
|
-
"excerptTokens": [
|
|
1864
|
-
{
|
|
1865
|
-
"kind": "Content",
|
|
1866
|
-
"text": "export declare class MainApplication extends "
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"kind": "Reference",
|
|
1870
|
-
"text": "FASTElement",
|
|
1871
|
-
"canonicalReference": "@microsoft/fast-element!FASTElement:interface"
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"kind": "Content",
|
|
1875
|
-
"text": " "
|
|
1876
|
-
}
|
|
1877
|
-
],
|
|
1878
|
-
"fileUrlPath": "src/main/main.ts",
|
|
1879
|
-
"releaseTag": "Public",
|
|
1880
|
-
"isAbstract": false,
|
|
1881
|
-
"name": "MainApplication",
|
|
1882
|
-
"preserveMemberOrder": false,
|
|
1883
|
-
"members": [
|
|
1884
|
-
{
|
|
1885
|
-
"kind": "Property",
|
|
1886
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#config:member",
|
|
1887
|
-
"docComment": "",
|
|
1888
|
-
"excerptTokens": [
|
|
1889
|
-
{
|
|
1890
|
-
"kind": "Content",
|
|
1891
|
-
"text": "config: "
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"kind": "Reference",
|
|
1895
|
-
"text": "MainRouterConfig",
|
|
1896
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!~MainRouterConfig:class"
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"kind": "Content",
|
|
1900
|
-
"text": ";"
|
|
1901
|
-
}
|
|
1902
|
-
],
|
|
1903
|
-
"isReadonly": false,
|
|
1904
|
-
"isOptional": false,
|
|
1905
|
-
"releaseTag": "Public",
|
|
1906
|
-
"name": "config",
|
|
1907
|
-
"propertyTypeTokenRange": {
|
|
1908
|
-
"startIndex": 1,
|
|
1909
|
-
"endIndex": 2
|
|
1910
|
-
},
|
|
1911
|
-
"isStatic": false,
|
|
1912
|
-
"isProtected": false,
|
|
1913
|
-
"isAbstract": false
|
|
1914
|
-
},
|
|
1915
|
-
{
|
|
1916
|
-
"kind": "Property",
|
|
1917
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#connect:member",
|
|
1918
|
-
"docComment": "",
|
|
1919
|
-
"excerptTokens": [
|
|
1920
|
-
{
|
|
1921
|
-
"kind": "Content",
|
|
1922
|
-
"text": "connect: "
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"kind": "Reference",
|
|
1926
|
-
"text": "Connect",
|
|
1927
|
-
"canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"kind": "Content",
|
|
1931
|
-
"text": ";"
|
|
1932
|
-
}
|
|
1933
|
-
],
|
|
1934
|
-
"isReadonly": false,
|
|
1935
|
-
"isOptional": false,
|
|
1936
|
-
"releaseTag": "Public",
|
|
1937
|
-
"name": "connect",
|
|
1938
|
-
"propertyTypeTokenRange": {
|
|
1939
|
-
"startIndex": 1,
|
|
1940
|
-
"endIndex": 2
|
|
1941
|
-
},
|
|
1942
|
-
"isStatic": false,
|
|
1943
|
-
"isProtected": false,
|
|
1944
|
-
"isAbstract": false
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"kind": "Method",
|
|
1948
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#connectedCallback:member(1)",
|
|
1949
|
-
"docComment": "",
|
|
1950
|
-
"excerptTokens": [
|
|
1951
|
-
{
|
|
1952
|
-
"kind": "Content",
|
|
1953
|
-
"text": "connectedCallback(): "
|
|
1954
|
-
},
|
|
1955
|
-
{
|
|
1956
|
-
"kind": "Content",
|
|
1957
|
-
"text": "void"
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"kind": "Content",
|
|
1961
|
-
"text": ";"
|
|
1962
|
-
}
|
|
1963
|
-
],
|
|
1964
|
-
"isStatic": false,
|
|
1965
|
-
"returnTypeTokenRange": {
|
|
1966
|
-
"startIndex": 1,
|
|
1967
|
-
"endIndex": 2
|
|
1968
|
-
},
|
|
1969
|
-
"releaseTag": "Public",
|
|
1970
|
-
"isProtected": false,
|
|
1971
|
-
"overloadIndex": 1,
|
|
1972
|
-
"parameters": [],
|
|
1973
|
-
"isOptional": false,
|
|
1974
|
-
"isAbstract": false,
|
|
1975
|
-
"name": "connectedCallback"
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"kind": "Property",
|
|
1979
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#container:member",
|
|
1980
|
-
"docComment": "",
|
|
1981
|
-
"excerptTokens": [
|
|
1982
|
-
{
|
|
1983
|
-
"kind": "Content",
|
|
1984
|
-
"text": "container: "
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
"kind": "Reference",
|
|
1988
|
-
"text": "Container",
|
|
1989
|
-
"canonicalReference": "@microsoft/fast-foundation!Container:interface"
|
|
1990
|
-
},
|
|
1991
|
-
{
|
|
1992
|
-
"kind": "Content",
|
|
1993
|
-
"text": ";"
|
|
1994
|
-
}
|
|
1995
|
-
],
|
|
1996
|
-
"isReadonly": false,
|
|
1997
|
-
"isOptional": false,
|
|
1998
|
-
"releaseTag": "Public",
|
|
1999
|
-
"name": "container",
|
|
2000
|
-
"propertyTypeTokenRange": {
|
|
2001
|
-
"startIndex": 1,
|
|
2002
|
-
"endIndex": 2
|
|
2003
|
-
},
|
|
2004
|
-
"isStatic": false,
|
|
2005
|
-
"isProtected": false,
|
|
2006
|
-
"isAbstract": false
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
"kind": "Property",
|
|
2010
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#data:member",
|
|
2011
|
-
"docComment": "",
|
|
2012
|
-
"excerptTokens": [
|
|
2013
|
-
{
|
|
2014
|
-
"kind": "Content",
|
|
2015
|
-
"text": "data: "
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"kind": "Content",
|
|
2019
|
-
"text": "any"
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"kind": "Content",
|
|
2023
|
-
"text": ";"
|
|
2024
|
-
}
|
|
2025
|
-
],
|
|
2026
|
-
"isReadonly": false,
|
|
2027
|
-
"isOptional": false,
|
|
2028
|
-
"releaseTag": "Public",
|
|
2029
|
-
"name": "data",
|
|
2030
|
-
"propertyTypeTokenRange": {
|
|
2031
|
-
"startIndex": 1,
|
|
2032
|
-
"endIndex": 2
|
|
2033
|
-
},
|
|
2034
|
-
"isStatic": false,
|
|
2035
|
-
"isProtected": false,
|
|
2036
|
-
"isAbstract": false
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"kind": "Method",
|
|
2040
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#loadRemotes:member(1)",
|
|
2041
|
-
"docComment": "",
|
|
2042
|
-
"excerptTokens": [
|
|
2043
|
-
{
|
|
2044
|
-
"kind": "Content",
|
|
2045
|
-
"text": "loadRemotes(): "
|
|
2046
|
-
},
|
|
2047
|
-
{
|
|
2048
|
-
"kind": "Reference",
|
|
2049
|
-
"text": "Promise",
|
|
2050
|
-
"canonicalReference": "!Promise:interface"
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"kind": "Content",
|
|
2054
|
-
"text": "<void>"
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
"kind": "Content",
|
|
2058
|
-
"text": ";"
|
|
2059
|
-
}
|
|
2060
|
-
],
|
|
2061
|
-
"isStatic": false,
|
|
2062
|
-
"returnTypeTokenRange": {
|
|
2063
|
-
"startIndex": 1,
|
|
2064
|
-
"endIndex": 3
|
|
2065
|
-
},
|
|
2066
|
-
"releaseTag": "Public",
|
|
2067
|
-
"isProtected": false,
|
|
2068
|
-
"overloadIndex": 1,
|
|
2069
|
-
"parameters": [],
|
|
2070
|
-
"isOptional": false,
|
|
2071
|
-
"isAbstract": false,
|
|
2072
|
-
"name": "loadRemotes"
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"kind": "Method",
|
|
2076
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#onLuminanceToggle:member(1)",
|
|
2077
|
-
"docComment": "",
|
|
2078
|
-
"excerptTokens": [
|
|
2079
|
-
{
|
|
2080
|
-
"kind": "Content",
|
|
2081
|
-
"text": "onLuminanceToggle(): "
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"kind": "Content",
|
|
2085
|
-
"text": "void"
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
"kind": "Content",
|
|
2089
|
-
"text": ";"
|
|
2090
|
-
}
|
|
2091
|
-
],
|
|
2092
|
-
"isStatic": false,
|
|
2093
|
-
"returnTypeTokenRange": {
|
|
2094
|
-
"startIndex": 1,
|
|
2095
|
-
"endIndex": 2
|
|
2096
|
-
},
|
|
2097
|
-
"releaseTag": "Public",
|
|
2098
|
-
"isProtected": false,
|
|
2099
|
-
"overloadIndex": 1,
|
|
2100
|
-
"parameters": [],
|
|
2101
|
-
"isOptional": false,
|
|
2102
|
-
"isAbstract": false,
|
|
2103
|
-
"name": "onLuminanceToggle"
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
"kind": "Property",
|
|
2107
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#provider:member",
|
|
2108
|
-
"docComment": "",
|
|
2109
|
-
"excerptTokens": [
|
|
2110
|
-
{
|
|
2111
|
-
"kind": "Content",
|
|
2112
|
-
"text": "provider: "
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"kind": "Content",
|
|
2116
|
-
"text": "any"
|
|
2117
|
-
},
|
|
2118
|
-
{
|
|
2119
|
-
"kind": "Content",
|
|
2120
|
-
"text": ";"
|
|
2121
|
-
}
|
|
2122
|
-
],
|
|
2123
|
-
"isReadonly": false,
|
|
2124
|
-
"isOptional": false,
|
|
2125
|
-
"releaseTag": "Public",
|
|
2126
|
-
"name": "provider",
|
|
2127
|
-
"propertyTypeTokenRange": {
|
|
2128
|
-
"startIndex": 1,
|
|
2129
|
-
"endIndex": 2
|
|
2130
|
-
},
|
|
2131
|
-
"isStatic": false,
|
|
2132
|
-
"isProtected": false,
|
|
2133
|
-
"isAbstract": false
|
|
2134
|
-
},
|
|
2135
|
-
{
|
|
2136
|
-
"kind": "Property",
|
|
2137
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#ready:member",
|
|
2138
|
-
"docComment": "",
|
|
2139
|
-
"excerptTokens": [
|
|
2140
|
-
{
|
|
2141
|
-
"kind": "Content",
|
|
2142
|
-
"text": "ready: "
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"kind": "Content",
|
|
2146
|
-
"text": "boolean"
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
"kind": "Content",
|
|
2150
|
-
"text": ";"
|
|
2151
|
-
}
|
|
2152
|
-
],
|
|
2153
|
-
"isReadonly": false,
|
|
2154
|
-
"isOptional": false,
|
|
2155
|
-
"releaseTag": "Public",
|
|
2156
|
-
"name": "ready",
|
|
2157
|
-
"propertyTypeTokenRange": {
|
|
2158
|
-
"startIndex": 1,
|
|
2159
|
-
"endIndex": 2
|
|
2160
|
-
},
|
|
2161
|
-
"isStatic": false,
|
|
2162
|
-
"isProtected": false,
|
|
2163
|
-
"isAbstract": false
|
|
2164
|
-
},
|
|
2165
|
-
{
|
|
2166
|
-
"kind": "Method",
|
|
2167
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#selectTemplate:member(1)",
|
|
2168
|
-
"docComment": "",
|
|
2169
|
-
"excerptTokens": [
|
|
2170
|
-
{
|
|
2171
|
-
"kind": "Content",
|
|
2172
|
-
"text": "selectTemplate(): "
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"kind": "Content",
|
|
2176
|
-
"text": "import(\"@microsoft/fast-element\")."
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
"kind": "Reference",
|
|
2180
|
-
"text": "ViewTemplate",
|
|
2181
|
-
"canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
|
|
2182
|
-
},
|
|
2183
|
-
{
|
|
2184
|
-
"kind": "Content",
|
|
2185
|
-
"text": "<"
|
|
2186
|
-
},
|
|
2187
|
-
{
|
|
2188
|
-
"kind": "Reference",
|
|
2189
|
-
"text": "MainApplication",
|
|
2190
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication:class"
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"kind": "Content",
|
|
2194
|
-
"text": ", any>"
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"kind": "Content",
|
|
2198
|
-
"text": ";"
|
|
2199
|
-
}
|
|
2200
|
-
],
|
|
2201
|
-
"isStatic": false,
|
|
2202
|
-
"returnTypeTokenRange": {
|
|
2203
|
-
"startIndex": 1,
|
|
2204
|
-
"endIndex": 6
|
|
2205
|
-
},
|
|
2206
|
-
"releaseTag": "Public",
|
|
2207
|
-
"isProtected": false,
|
|
2208
|
-
"overloadIndex": 1,
|
|
2209
|
-
"parameters": [],
|
|
2210
|
-
"isOptional": false,
|
|
2211
|
-
"isAbstract": false,
|
|
2212
|
-
"name": "selectTemplate"
|
|
2213
|
-
},
|
|
2214
|
-
{
|
|
2215
|
-
"kind": "Property",
|
|
2216
|
-
"canonicalReference": "@genesislcap/foundation-entity-management!MainApplication#session:member",
|
|
2217
|
-
"docComment": "",
|
|
2218
|
-
"excerptTokens": [
|
|
2219
|
-
{
|
|
2220
|
-
"kind": "Content",
|
|
2221
|
-
"text": "session: "
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
"kind": "Reference",
|
|
2225
|
-
"text": "Session",
|
|
2226
|
-
"canonicalReference": "@genesislcap/foundation-comms!Session:interface"
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
"kind": "Content",
|
|
2230
|
-
"text": ";"
|
|
2231
|
-
}
|
|
2232
|
-
],
|
|
2233
|
-
"isReadonly": false,
|
|
2234
|
-
"isOptional": false,
|
|
2235
|
-
"releaseTag": "Public",
|
|
2236
|
-
"name": "session",
|
|
2237
|
-
"propertyTypeTokenRange": {
|
|
2238
|
-
"startIndex": 1,
|
|
2239
|
-
"endIndex": 2
|
|
2240
|
-
},
|
|
2241
|
-
"isStatic": false,
|
|
2242
|
-
"isProtected": false,
|
|
2243
|
-
"isAbstract": false
|
|
2244
|
-
}
|
|
2245
|
-
],
|
|
2246
|
-
"extendsTokenRange": {
|
|
2247
|
-
"startIndex": 1,
|
|
2248
|
-
"endIndex": 2
|
|
2249
|
-
},
|
|
2250
|
-
"implementsTokenRanges": []
|
|
2251
|
-
},
|
|
2252
1859
|
{
|
|
2253
1860
|
"kind": "Class",
|
|
2254
1861
|
"canonicalReference": "@genesislcap/foundation-entity-management!Profiles:class",
|