@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.
Files changed (107) hide show
  1. package/.mocharc.js +12 -12
  2. package/.nycrc.json +7 -7
  3. package/README.md +24 -24
  4. package/assets/fonts/LICENSE.txt +202 -202
  5. package/configs/core/config.json +214 -214
  6. package/configs/core/securityPolicies.json +24 -24
  7. package/configs/core/services.json +233 -233
  8. package/configs/schemas/README.md +1 -1
  9. package/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
  10. package/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
  11. package/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
  12. package/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
  13. package/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
  14. package/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
  15. package/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
  16. package/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
  17. package/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
  18. package/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
  19. package/configs/schemas/finsemble.schema.json +4006 -4006
  20. package/dist/FSBL.js +1 -1
  21. package/dist/clients/Interop/FinsembleDesktopAgent.md +154 -154
  22. package/dist/clients/Interop/tsconfig.json +7 -7
  23. package/dist/clients/Startup/README.md +28 -28
  24. package/dist/clients/dragAndDropAssets/dragAndDropScrim.css +54 -54
  25. package/dist/clients/dragAndDropAssets/ff-delete-circle.svg +10 -10
  26. package/dist/clients/dragAndDropAssets/ff-share.svg +13 -13
  27. package/dist/components/system/notification/ff-close.svg +14 -14
  28. package/dist/components/system/notification/finsemble_logo_white.svg +15 -15
  29. package/dist/components/system/notification/notification.html +155 -155
  30. package/dist/configs/core/config.json +214 -214
  31. package/dist/configs/core/securityPolicies.json +24 -24
  32. package/dist/configs/core/services.json +233 -233
  33. package/dist/configs/schemas/README.md +1 -1
  34. package/dist/configs/schemas/fileBasedSchemas/appdConfigFile.schema.json +5 -5
  35. package/dist/configs/schemas/fileBasedSchemas/applicationConfigFile.schema.json +5 -5
  36. package/dist/configs/schemas/fileBasedSchemas/componentsFile.schema.json +5 -5
  37. package/dist/configs/schemas/fileBasedSchemas/coreConfigFile.schema.json +5 -5
  38. package/dist/configs/schemas/fileBasedSchemas/dashbarFile.schema.json +5 -5
  39. package/dist/configs/schemas/fileBasedSchemas/manifestFile.schema.json +5 -5
  40. package/dist/configs/schemas/fileBasedSchemas/securityPoliciesFile.schema.json +5 -5
  41. package/dist/configs/schemas/fileBasedSchemas/servicesFile.schema.json +5 -5
  42. package/dist/configs/schemas/fileBasedSchemas/uiComponentsFile.schema.json +5 -5
  43. package/dist/configs/schemas/fileBasedSchemas/workspacesFile.schema.json +5 -5
  44. package/dist/configs/schemas/finsemble.schema.json +4006 -4006
  45. package/dist/finsemble-javascript-adapter.js +1 -1
  46. package/dist/index.js +1 -1
  47. package/dist/javascript-adapter-example-app.html +37 -37
  48. package/dist/services/Interop/DevTools.tsx +71 -71
  49. package/dist/services/Interop/Interop.html +15 -15
  50. package/dist/services/Interop/InteropService.js +1 -1
  51. package/dist/services/Interop/InteropService.md +148 -148
  52. package/dist/services/Interop/InteropServiceUI.css +12 -12
  53. package/dist/services/Interop/InteropServiceUI.js +1 -1
  54. package/dist/services/Interop/InteropServiceUI.tsx +39 -39
  55. package/dist/services/Interop/devtoolsEnhancer.tsx +63 -63
  56. package/dist/services/Interop/tsconfig.json +7 -7
  57. package/dist/services/ServiceTemplate.md +39 -39
  58. package/dist/services/assimilation/assimilation.html +18 -18
  59. package/dist/services/assimilation/assimilationService.js +1 -1
  60. package/dist/services/authentication/authentication.html +17 -17
  61. package/dist/services/authentication/authenticationService.js +1 -1
  62. package/dist/services/authentication/dialogSignOn.html +199 -199
  63. package/dist/services/config/config.html +17 -17
  64. package/dist/services/config/configService.js +1 -1
  65. package/dist/services/dataStore/dataStore.html +18 -18
  66. package/dist/services/dataStore/dataStoreService.js +1 -1
  67. package/dist/services/hotkeys/hotkeys.html +18 -18
  68. package/dist/services/hotkeys/hotkeysService.js +1 -1
  69. package/dist/services/linker/linker.html +18 -18
  70. package/dist/services/linker/linkerService.js +1 -1
  71. package/dist/services/logger/logger.html +18 -18
  72. package/dist/services/logger/loggerService.js +1 -1
  73. package/dist/services/logger/loggerUI.js +1 -1
  74. package/dist/services/logger/src/app.css +860 -860
  75. package/dist/services/logger/src/components/Views/Logs/rightPanel/consoleView.css +379 -379
  76. package/dist/services/logger/src/components/objectInspector/README.md +1 -1
  77. package/dist/services/notification/notification.html +11 -11
  78. package/dist/services/notification/notificationService.js +1 -1
  79. package/dist/services/preferences/preferencesService.js +1 -1
  80. package/dist/services/router/router.html +18 -18
  81. package/dist/services/router/routerService.js +1 -1
  82. package/dist/services/search/search.html +17 -17
  83. package/dist/services/search/searchService.js +1 -1
  84. package/dist/services/storage/adapters/instrumentedIndexedDBAdapter.js +1 -1
  85. package/dist/services/storage/storage.html +17 -17
  86. package/dist/services/storage/storageService.js +1 -1
  87. package/dist/services/systemManager/bootTasks/testTasks/_aReadMe.md +119 -119
  88. package/dist/services/systemManager/systemManager.html +24 -24
  89. package/dist/services/systemManager/systemManager.js +1 -1
  90. package/dist/services/window/Docking/GroupRequirements.md +18 -18
  91. package/dist/services/window/Splintering/SplinterAgentSlave.html +13 -13
  92. package/dist/services/window/Splintering/SplinterAgentSlave.js +1 -1
  93. package/dist/services/window/Splintering/Splintering.md +118 -118
  94. package/dist/services/window/StackedWindowManager/StackRequirements.md +23 -23
  95. package/dist/services/window/WindowBehaviorRequirements.md +25 -25
  96. package/dist/services/window/windowService.html +10 -10
  97. package/dist/services/window/windowService.js +1 -1
  98. package/dist/services/workspace/dev-docs/importExportFormat.md +51 -51
  99. package/dist/services/workspace/dev-docs/remotelyPersistedWorkspaces.md +62 -62
  100. package/dist/services/workspace/workspace.html +18 -18
  101. package/dist/services/workspace/workspace.schema.json +48 -48
  102. package/dist/services/workspace/workspaceService.js +1 -1
  103. package/package.json +1 -1
  104. package/tsconfig.json +23 -23
  105. package/types/index.d.ts +40 -55
  106. package/types/index.tsbuildinfo +1 -1
  107. 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>