@finsemble/finsemble-core 6.1.1 → 6.1.5
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/.mocharc.js +12 -12
- package/.nycrc.json +7 -7
- package/README.md +24 -24
- package/assets/fonts/LICENSE.txt +202 -202
- package/configs/core/config.json +214 -214
- package/configs/core/securityPolicies.json +24 -24
- package/configs/core/services.json +233 -233
- package/configs/schemas/README.md +1 -1
- package/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
- package/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
- package/configs/schemas/finsemble.schema.json +4006 -4006
- package/dist/FSBL.js +1 -1
- package/dist/clients/Interop/FinsembleDesktopAgent.md +154 -154
- package/dist/clients/Interop/tsconfig.json +7 -7
- package/dist/clients/Startup/README.md +28 -28
- package/dist/clients/dragAndDropAssets/dragAndDropScrim.css +54 -54
- package/dist/clients/dragAndDropAssets/ff-delete-circle.svg +10 -10
- package/dist/clients/dragAndDropAssets/ff-share.svg +13 -13
- package/dist/components/system/notification/ff-close.svg +14 -14
- package/dist/components/system/notification/finsemble_logo_white.svg +15 -15
- package/dist/components/system/notification/notification.html +155 -155
- package/dist/configs/core/config.json +214 -214
- package/dist/configs/core/securityPolicies.json +24 -24
- package/dist/configs/core/services.json +233 -233
- package/dist/configs/schemas/README.md +1 -1
- package/dist/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
- package/dist/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
- package/dist/configs/schemas/finsemble.schema.json +4006 -4006
- package/dist/finsemble-javascript-adapter.js +1 -1
- package/dist/index.js +1 -1
- package/dist/javascript-adapter-example-app.html +37 -37
- package/dist/services/Interop/DevTools.tsx +71 -71
- package/dist/services/Interop/Interop.html +15 -15
- package/dist/services/Interop/InteropService.js +1 -1
- package/dist/services/Interop/InteropService.md +148 -148
- package/dist/services/Interop/InteropServiceUI.css +12 -12
- package/dist/services/Interop/InteropServiceUI.js +1 -1
- package/dist/services/Interop/InteropServiceUI.tsx +39 -39
- package/dist/services/Interop/devtoolsEnhancer.tsx +63 -63
- package/dist/services/Interop/tsconfig.json +7 -7
- package/dist/services/ServiceTemplate.md +39 -39
- package/dist/services/assimilation/assimilation.html +18 -18
- package/dist/services/assimilation/assimilationService.js +1 -1
- package/dist/services/authentication/authentication.html +17 -17
- package/dist/services/authentication/authenticationService.js +1 -1
- package/dist/services/authentication/dialogSignOn.html +199 -199
- package/dist/services/config/config.html +17 -17
- package/dist/services/config/configService.js +1 -1
- package/dist/services/dataStore/dataStore.html +18 -18
- package/dist/services/dataStore/dataStoreService.js +1 -1
- package/dist/services/hotkeys/hotkeys.html +18 -18
- package/dist/services/hotkeys/hotkeysService.js +1 -1
- package/dist/services/linker/linker.html +18 -18
- package/dist/services/linker/linkerService.js +1 -1
- package/dist/services/logger/logger.html +18 -18
- package/dist/services/logger/loggerService.js +1 -1
- package/dist/services/logger/loggerUI.js +1 -1
- package/dist/services/logger/src/app.css +860 -860
- package/dist/services/logger/src/components/Views/Logs/rightPanel/consoleView.css +379 -379
- package/dist/services/logger/src/components/objectInspector/README.md +1 -1
- package/dist/services/notification/notification.html +11 -11
- package/dist/services/notification/notificationService.js +1 -1
- package/dist/services/preferences/preferencesService.js +1 -1
- package/dist/services/router/router.html +18 -18
- package/dist/services/router/routerService.js +1 -1
- package/dist/services/search/search.html +17 -17
- package/dist/services/search/searchService.js +1 -1
- package/dist/services/storage/adapters/instrumentedIndexedDBAdapter.js +1 -1
- package/dist/services/storage/storage.html +17 -17
- package/dist/services/storage/storageService.js +1 -1
- package/dist/services/systemManager/bootTasks/testTasks/_aReadMe.md +119 -119
- package/dist/services/systemManager/systemManager.html +24 -24
- package/dist/services/systemManager/systemManager.js +1 -1
- package/dist/services/window/Docking/GroupRequirements.md +18 -18
- package/dist/services/window/Splintering/SplinterAgentSlave.html +13 -13
- package/dist/services/window/Splintering/SplinterAgentSlave.js +1 -1
- package/dist/services/window/Splintering/Splintering.md +118 -118
- package/dist/services/window/StackedWindowManager/StackRequirements.md +23 -23
- package/dist/services/window/WindowBehaviorRequirements.md +25 -25
- package/dist/services/window/windowService.html +10 -10
- package/dist/services/window/windowService.js +1 -1
- package/dist/services/workspace/dev-docs/importExportFormat.md +51 -51
- package/dist/services/workspace/dev-docs/remotelyPersistedWorkspaces.md +62 -62
- package/dist/services/workspace/workspace.html +18 -18
- package/dist/services/workspace/workspace.schema.json +48 -48
- package/dist/services/workspace/workspaceService.js +1 -1
- package/package.json +1 -1
- package/tsconfig.json +23 -23
- package/types/index.d.ts +40 -55
- package/types/index.tsbuildinfo +1 -1
- package/types.tsconfig.json +15 -15
|
@@ -1,119 +1,119 @@
|
|
|
1
|
-
# Sample Config Code for Testing
|
|
2
|
-
|
|
3
|
-
```javascript
|
|
4
|
-
// to enable a set of BootEngine tests, copy this testTask config into the real boot-task config in config/core/config.json
|
|
5
|
-
// to enable an individual test, change autoStart to true.
|
|
6
|
-
{
|
|
7
|
-
"bootTasks": {
|
|
8
|
-
"forceErrorTestTask": {
|
|
9
|
-
"***** To enable test, set autoStart to true": "",
|
|
10
|
-
"bootParams": {
|
|
11
|
-
"stage": "microkernel",
|
|
12
|
-
"dependencies": [ "initializeRouterTask" ],
|
|
13
|
-
"stopOnFailure": false,
|
|
14
|
-
"autoStart": false
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"checkpointErrorTestTask": {
|
|
18
|
-
"***** To enable test, set autoStart to true": "",
|
|
19
|
-
"bootParams": {
|
|
20
|
-
"stage": "preuser",
|
|
21
|
-
"autoStart": false,
|
|
22
|
-
"checkpoints" : {
|
|
23
|
-
"checkpoint1" : {
|
|
24
|
-
},
|
|
25
|
-
"checkpoint2" : {
|
|
26
|
-
"dependencies": ["checkpoint1"]
|
|
27
|
-
},
|
|
28
|
-
"checkpoint3" : {
|
|
29
|
-
"dependencies": [ "checkpoint2" ]
|
|
30
|
-
},
|
|
31
|
-
"checkpoint4" : {
|
|
32
|
-
"dependencies": [ "checkpoint3" ]
|
|
33
|
-
},
|
|
34
|
-
"checkpoint5" : {
|
|
35
|
-
"dependencies": [ "checkpoint4" ]
|
|
36
|
-
},
|
|
37
|
-
"checkpoint6" : {
|
|
38
|
-
"dependencies": [ "checkpoint4" ]
|
|
39
|
-
},
|
|
40
|
-
"checkpoint7" : {
|
|
41
|
-
"dependencies": [ "checkpoint4" ]
|
|
42
|
-
},
|
|
43
|
-
"checkpoint8" : {
|
|
44
|
-
"dependencies": [ "checkpoint4" ],
|
|
45
|
-
"postStartupCompletion": true
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
"checkpointCircularDependencyTestTask": {
|
|
52
|
-
"***** To enable test, set autoStart to true": "",
|
|
53
|
-
"bootParams": {
|
|
54
|
-
"stage": "preuser",
|
|
55
|
-
"autoStart": false,
|
|
56
|
-
"checkpoints" : {
|
|
57
|
-
"checkpoint1" : {
|
|
58
|
-
},
|
|
59
|
-
"checkpoint2" : {
|
|
60
|
-
"dependencies": ["checkpoint1"]
|
|
61
|
-
},
|
|
62
|
-
"checkpoint3" : {
|
|
63
|
-
"dependencies": [ "checkpoint8" ]
|
|
64
|
-
},
|
|
65
|
-
"checkpoint4" : {
|
|
66
|
-
"dependencies": [ "checkpoint3" ]
|
|
67
|
-
},
|
|
68
|
-
"checkpoint5" : {
|
|
69
|
-
"dependencies": [ "checkpoint4" ]
|
|
70
|
-
},
|
|
71
|
-
"checkpoint6" : {
|
|
72
|
-
"dependencies": [ "checkpoint4" ]
|
|
73
|
-
},
|
|
74
|
-
"checkpoint7" : {
|
|
75
|
-
"dependencies": [ "checkpoint4" ]
|
|
76
|
-
},
|
|
77
|
-
"checkpoint8" : {
|
|
78
|
-
"dependencies": [ "checkpoint4" ]
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
"checkpointBadDependencyTestTask": {
|
|
85
|
-
"***** To enable test, set autoStart to true": "",
|
|
86
|
-
"bootParams": {
|
|
87
|
-
"stage": "preuser",
|
|
88
|
-
"autoStart": false,
|
|
89
|
-
"checkpoints" : {
|
|
90
|
-
"checkpoint1" : {
|
|
91
|
-
},
|
|
92
|
-
"checkpoint2" : {
|
|
93
|
-
"dependencies": ["checkpoint1"]
|
|
94
|
-
},
|
|
95
|
-
"checkpoint3" : {
|
|
96
|
-
"dependencies": [ "checkpointABC", "checkpoint2" ]
|
|
97
|
-
},
|
|
98
|
-
"checkpoint4" : {
|
|
99
|
-
"dependencies": [ "checkpoint3" ]
|
|
100
|
-
},
|
|
101
|
-
"checkpoint5" : {
|
|
102
|
-
"dependencies": [ "checkpoint4" ]
|
|
103
|
-
},
|
|
104
|
-
"checkpoint6" : {
|
|
105
|
-
"dependencies": [ "checkpoint4" ]
|
|
106
|
-
},
|
|
107
|
-
"checkpoint7" : {
|
|
108
|
-
"dependencies": [ "checkpoint4" ]
|
|
109
|
-
},
|
|
110
|
-
"checkpoint8" : {
|
|
111
|
-
"dependencies": [ "checkpoint4", "checkpoint4", "checkpointEFG" ]
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
```
|
|
1
|
+
# Sample Config Code for Testing
|
|
2
|
+
|
|
3
|
+
```javascript
|
|
4
|
+
// to enable a set of BootEngine tests, copy this testTask config into the real boot-task config in config/core/config.json
|
|
5
|
+
// to enable an individual test, change autoStart to true.
|
|
6
|
+
{
|
|
7
|
+
"bootTasks": {
|
|
8
|
+
"forceErrorTestTask": {
|
|
9
|
+
"***** To enable test, set autoStart to true": "",
|
|
10
|
+
"bootParams": {
|
|
11
|
+
"stage": "microkernel",
|
|
12
|
+
"dependencies": [ "initializeRouterTask" ],
|
|
13
|
+
"stopOnFailure": false,
|
|
14
|
+
"autoStart": false
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"checkpointErrorTestTask": {
|
|
18
|
+
"***** To enable test, set autoStart to true": "",
|
|
19
|
+
"bootParams": {
|
|
20
|
+
"stage": "preuser",
|
|
21
|
+
"autoStart": false,
|
|
22
|
+
"checkpoints" : {
|
|
23
|
+
"checkpoint1" : {
|
|
24
|
+
},
|
|
25
|
+
"checkpoint2" : {
|
|
26
|
+
"dependencies": ["checkpoint1"]
|
|
27
|
+
},
|
|
28
|
+
"checkpoint3" : {
|
|
29
|
+
"dependencies": [ "checkpoint2" ]
|
|
30
|
+
},
|
|
31
|
+
"checkpoint4" : {
|
|
32
|
+
"dependencies": [ "checkpoint3" ]
|
|
33
|
+
},
|
|
34
|
+
"checkpoint5" : {
|
|
35
|
+
"dependencies": [ "checkpoint4" ]
|
|
36
|
+
},
|
|
37
|
+
"checkpoint6" : {
|
|
38
|
+
"dependencies": [ "checkpoint4" ]
|
|
39
|
+
},
|
|
40
|
+
"checkpoint7" : {
|
|
41
|
+
"dependencies": [ "checkpoint4" ]
|
|
42
|
+
},
|
|
43
|
+
"checkpoint8" : {
|
|
44
|
+
"dependencies": [ "checkpoint4" ],
|
|
45
|
+
"postStartupCompletion": true
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"checkpointCircularDependencyTestTask": {
|
|
52
|
+
"***** To enable test, set autoStart to true": "",
|
|
53
|
+
"bootParams": {
|
|
54
|
+
"stage": "preuser",
|
|
55
|
+
"autoStart": false,
|
|
56
|
+
"checkpoints" : {
|
|
57
|
+
"checkpoint1" : {
|
|
58
|
+
},
|
|
59
|
+
"checkpoint2" : {
|
|
60
|
+
"dependencies": ["checkpoint1"]
|
|
61
|
+
},
|
|
62
|
+
"checkpoint3" : {
|
|
63
|
+
"dependencies": [ "checkpoint8" ]
|
|
64
|
+
},
|
|
65
|
+
"checkpoint4" : {
|
|
66
|
+
"dependencies": [ "checkpoint3" ]
|
|
67
|
+
},
|
|
68
|
+
"checkpoint5" : {
|
|
69
|
+
"dependencies": [ "checkpoint4" ]
|
|
70
|
+
},
|
|
71
|
+
"checkpoint6" : {
|
|
72
|
+
"dependencies": [ "checkpoint4" ]
|
|
73
|
+
},
|
|
74
|
+
"checkpoint7" : {
|
|
75
|
+
"dependencies": [ "checkpoint4" ]
|
|
76
|
+
},
|
|
77
|
+
"checkpoint8" : {
|
|
78
|
+
"dependencies": [ "checkpoint4" ]
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"checkpointBadDependencyTestTask": {
|
|
85
|
+
"***** To enable test, set autoStart to true": "",
|
|
86
|
+
"bootParams": {
|
|
87
|
+
"stage": "preuser",
|
|
88
|
+
"autoStart": false,
|
|
89
|
+
"checkpoints" : {
|
|
90
|
+
"checkpoint1" : {
|
|
91
|
+
},
|
|
92
|
+
"checkpoint2" : {
|
|
93
|
+
"dependencies": ["checkpoint1"]
|
|
94
|
+
},
|
|
95
|
+
"checkpoint3" : {
|
|
96
|
+
"dependencies": [ "checkpointABC", "checkpoint2" ]
|
|
97
|
+
},
|
|
98
|
+
"checkpoint4" : {
|
|
99
|
+
"dependencies": [ "checkpoint3" ]
|
|
100
|
+
},
|
|
101
|
+
"checkpoint5" : {
|
|
102
|
+
"dependencies": [ "checkpoint4" ]
|
|
103
|
+
},
|
|
104
|
+
"checkpoint6" : {
|
|
105
|
+
"dependencies": [ "checkpoint4" ]
|
|
106
|
+
},
|
|
107
|
+
"checkpoint7" : {
|
|
108
|
+
"dependencies": [ "checkpoint4" ]
|
|
109
|
+
},
|
|
110
|
+
"checkpoint8" : {
|
|
111
|
+
"dependencies": [ "checkpoint4", "checkpoint4", "checkpointEFG" ]
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
```
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<html>
|
|
2
|
-
<head>
|
|
3
|
-
<meta charset="utf-8" />
|
|
4
|
-
<title>Finsemble System Log</title>
|
|
5
|
-
<style>
|
|
6
|
-
body {
|
|
7
|
-
background-color: #22262f;
|
|
8
|
-
font-size: 12px;
|
|
9
|
-
}
|
|
10
|
-
span {
|
|
11
|
-
font-family: "Open Sans";
|
|
12
|
-
color: white;
|
|
13
|
-
}
|
|
14
|
-
</style>
|
|
15
|
-
</head>
|
|
16
|
-
|
|
17
|
-
<body>
|
|
18
|
-
<div id="log"></div>
|
|
19
|
-
<div id="notification">
|
|
20
|
-
<p></p>
|
|
21
|
-
</div>
|
|
22
|
-
<script src="./systemManager.js"></script>
|
|
23
|
-
</body>
|
|
24
|
-
</html>
|
|
1
|
+
<html>
|
|
2
|
+
<head>
|
|
3
|
+
<meta charset="utf-8" />
|
|
4
|
+
<title>Finsemble System Log</title>
|
|
5
|
+
<style>
|
|
6
|
+
body {
|
|
7
|
+
background-color: #22262f;
|
|
8
|
+
font-size: 12px;
|
|
9
|
+
}
|
|
10
|
+
span {
|
|
11
|
+
font-family: "Open Sans";
|
|
12
|
+
color: white;
|
|
13
|
+
}
|
|
14
|
+
</style>
|
|
15
|
+
</head>
|
|
16
|
+
|
|
17
|
+
<body>
|
|
18
|
+
<div id="log"></div>
|
|
19
|
+
<div id="notification">
|
|
20
|
+
<p></p>
|
|
21
|
+
</div>
|
|
22
|
+
<script src="./systemManager.js"></script>
|
|
23
|
+
</body>
|
|
24
|
+
</html>
|