@finsemble/finsemble-core 6.1.4 → 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,233 +1,233 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../schemas/fileBasedSchemas/servicesFile.schema.json",
|
|
3
|
-
"services": {
|
|
4
|
-
"workspaceService": {
|
|
5
|
-
"bootParams": {
|
|
6
|
-
"stage": "preuser",
|
|
7
|
-
"stopOnFailure": false,
|
|
8
|
-
"autoStart": true,
|
|
9
|
-
"dependencies": ["loadUserDefinedComponentsTask", "loadAppDInstalledComponentsTask", "assimilationService"]
|
|
10
|
-
},
|
|
11
|
-
"spawnAs": "window",
|
|
12
|
-
"name": "workspaceService",
|
|
13
|
-
"html": "$servicesRoot/workspace/workspace.html",
|
|
14
|
-
"file": "$servicesRoot/workspace/workspaceService.js",
|
|
15
|
-
"category": "system",
|
|
16
|
-
"window": {
|
|
17
|
-
"frame": true
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"storageService": {
|
|
21
|
-
"bootParams": {
|
|
22
|
-
"stage": "kernel",
|
|
23
|
-
"dependencies": ["testTask_initializeSplinterAgentPool"]
|
|
24
|
-
},
|
|
25
|
-
"spawnAs": "window",
|
|
26
|
-
"name": "storageService",
|
|
27
|
-
"html": "$servicesRoot/storage/storage.html",
|
|
28
|
-
"file": "$servicesRoot/storage/storageService.js",
|
|
29
|
-
"category": "system",
|
|
30
|
-
"window": {
|
|
31
|
-
"frame": true
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"linkerService": {
|
|
35
|
-
"bootParams": {
|
|
36
|
-
"stage": "kernel",
|
|
37
|
-
"dependencies": ["windowService", "storageService"],
|
|
38
|
-
"stopOnFailure": false
|
|
39
|
-
},
|
|
40
|
-
"spawnAs": "window",
|
|
41
|
-
"name": "linkerService",
|
|
42
|
-
"html": "$servicesRoot/linker/linker.html",
|
|
43
|
-
"file": "$servicesRoot/linker/linkerService.js",
|
|
44
|
-
"category": "system",
|
|
45
|
-
"window": {
|
|
46
|
-
"frame": true
|
|
47
|
-
},
|
|
48
|
-
"channels": [
|
|
49
|
-
{
|
|
50
|
-
"name": "group1",
|
|
51
|
-
"color": "#8781BD",
|
|
52
|
-
"border": "#797381"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "group2",
|
|
56
|
-
"color": "#D8BE2A",
|
|
57
|
-
"border": "#FFD803"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"name": "group3",
|
|
61
|
-
"color": "#6BA703",
|
|
62
|
-
"border": "#71CE47"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"name": "group4",
|
|
66
|
-
"color": "#FE6262",
|
|
67
|
-
"border": "#F83B3B"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "group5",
|
|
71
|
-
"color": "#2DACFF",
|
|
72
|
-
"border": "#039BFF"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "group6",
|
|
76
|
-
"color": "#FFA200",
|
|
77
|
-
"border": "#F29A01"
|
|
78
|
-
}
|
|
79
|
-
]
|
|
80
|
-
},
|
|
81
|
-
"InteropService": {
|
|
82
|
-
"bootParams": {
|
|
83
|
-
"stage": "kernel",
|
|
84
|
-
"stopOnFailure": true,
|
|
85
|
-
"dependencies": ["assimilationService"]
|
|
86
|
-
},
|
|
87
|
-
"spawnAs": "window",
|
|
88
|
-
"visible": false,
|
|
89
|
-
"name": "InteropService",
|
|
90
|
-
"html": "$servicesRoot/Interop/Interop.html",
|
|
91
|
-
"file": "$servicesRoot/Interop/InteropService.js",
|
|
92
|
-
"category": "system",
|
|
93
|
-
"window": {
|
|
94
|
-
"frame": true
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
"searchService": {
|
|
98
|
-
"bootParams": {
|
|
99
|
-
"stage": "kernel",
|
|
100
|
-
"dependencies": ["windowService"],
|
|
101
|
-
"stopOnFailure": false
|
|
102
|
-
},
|
|
103
|
-
"spawnAs": "window",
|
|
104
|
-
"name": "searchService",
|
|
105
|
-
"html": "$servicesRoot/search/search.html",
|
|
106
|
-
"file": "$servicesRoot/search/searchService.js",
|
|
107
|
-
"category": "system",
|
|
108
|
-
"window": {
|
|
109
|
-
"frame": true
|
|
110
|
-
}
|
|
111
|
-
},
|
|
112
|
-
"windowService": {
|
|
113
|
-
"bootParams": {
|
|
114
|
-
"stage": "kernel",
|
|
115
|
-
"dependencies": []
|
|
116
|
-
},
|
|
117
|
-
"spawnAs": "window",
|
|
118
|
-
"name": "windowService",
|
|
119
|
-
"html": "$servicesRoot/window/windowService.html",
|
|
120
|
-
"file": "$servicesRoot/window/windowService.js",
|
|
121
|
-
"config": {
|
|
122
|
-
"BUFFER_SIZE": 20,
|
|
123
|
-
"RESIZE_EVENT_THROTTLE_PERIOD": 0,
|
|
124
|
-
"MINIMUM_WIDTH": 98,
|
|
125
|
-
"MINIMUM_HEIGHT": 28,
|
|
126
|
-
"GROUP_MODE": {
|
|
127
|
-
"enabled": true,
|
|
128
|
-
"behavior": "explicit"
|
|
129
|
-
},
|
|
130
|
-
"DEBUG": true,
|
|
131
|
-
"ALLOW_GROUPS_TO_SNAP": true,
|
|
132
|
-
"SNAPPING_OPACITY": 0.8,
|
|
133
|
-
"groupTileBuffer": 30,
|
|
134
|
-
"headerHeight": 32,
|
|
135
|
-
"heartbeatResponseTimeoutDefaults": {
|
|
136
|
-
"min": 5000,
|
|
137
|
-
"max": 1800000,
|
|
138
|
-
"crashed": 60000,
|
|
139
|
-
"possiblyCrashed": 10000,
|
|
140
|
-
"notResponding": 5000
|
|
141
|
-
},
|
|
142
|
-
"enableWindowsAeroSnap": false,
|
|
143
|
-
"tabbing": {
|
|
144
|
-
"enabled": true
|
|
145
|
-
},
|
|
146
|
-
"tiling": {
|
|
147
|
-
"enabled": true
|
|
148
|
-
},
|
|
149
|
-
"claimSpace": {
|
|
150
|
-
"enabled": true,
|
|
151
|
-
"alwaysOnTop": false
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"category": "system",
|
|
155
|
-
"window": {
|
|
156
|
-
"frame": true
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
"authenticationService": {
|
|
160
|
-
"bootParams": {
|
|
161
|
-
"stage": "authentication",
|
|
162
|
-
"timeout": 36000000,
|
|
163
|
-
"dependencies": ["assimilationService"]
|
|
164
|
-
},
|
|
165
|
-
"spawnAs": "window",
|
|
166
|
-
"name": "authenticationService",
|
|
167
|
-
"html": "$servicesRoot/authentication/authentication.html",
|
|
168
|
-
"file": "$servicesRoot/authentication/authenticationService.js",
|
|
169
|
-
"category": "system",
|
|
170
|
-
"window": {
|
|
171
|
-
"frame": true
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"assimilationService": {
|
|
175
|
-
"bootParams": {
|
|
176
|
-
"stage": "kernel",
|
|
177
|
-
"dependencies": ["windowService", "storageService"],
|
|
178
|
-
"stopOnFailure": false
|
|
179
|
-
},
|
|
180
|
-
"spawnAs": "window",
|
|
181
|
-
"name": "assimilationService",
|
|
182
|
-
"html": "$servicesRoot/assimilation/assimilation.html",
|
|
183
|
-
"file": "$servicesRoot/assimilation/assimilationService.js",
|
|
184
|
-
"category": "system",
|
|
185
|
-
"window": {
|
|
186
|
-
"frame": true
|
|
187
|
-
},
|
|
188
|
-
"config": {
|
|
189
|
-
"enabled": true,
|
|
190
|
-
"port": 8392,
|
|
191
|
-
"useFeaSpawn": false,
|
|
192
|
-
"throttle": 15,
|
|
193
|
-
"blacklist": [],
|
|
194
|
-
"whitelist": [],
|
|
195
|
-
"onlySpawned": true,
|
|
196
|
-
"focusDelay": 30,
|
|
197
|
-
"eventIgnore": 50,
|
|
198
|
-
"hotkeyTimeout": 60000,
|
|
199
|
-
"hideTitleBars": false
|
|
200
|
-
}
|
|
201
|
-
},
|
|
202
|
-
"hotkeysService": {
|
|
203
|
-
"bootParams": {
|
|
204
|
-
"stage": "preuser",
|
|
205
|
-
"dependencies": ["assimilationService"],
|
|
206
|
-
"stopOnFailure": false
|
|
207
|
-
},
|
|
208
|
-
"spawnAs": "window",
|
|
209
|
-
"name": "hotkeysService",
|
|
210
|
-
"html": "$servicesRoot/hotkeys/hotkeys.html",
|
|
211
|
-
"file": "$servicesRoot/hotkeys/hotkeysService.js",
|
|
212
|
-
"category": "system",
|
|
213
|
-
"window": {
|
|
214
|
-
"frame": true
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
"notificationService": {
|
|
218
|
-
"bootParams": {
|
|
219
|
-
"stage": "preuser",
|
|
220
|
-
"stopOnFailure": false,
|
|
221
|
-
"dependencies": ["configService", "storageService"]
|
|
222
|
-
},
|
|
223
|
-
"spawnAs": "window",
|
|
224
|
-
"name": "notificationService",
|
|
225
|
-
"html": "$servicesRoot/notification/notification.html",
|
|
226
|
-
"file": "$servicesRoot/notification/notificationService.js",
|
|
227
|
-
"category": "system",
|
|
228
|
-
"window": {
|
|
229
|
-
"frame": true
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../schemas/fileBasedSchemas/servicesFile.schema.json",
|
|
3
|
+
"services": {
|
|
4
|
+
"workspaceService": {
|
|
5
|
+
"bootParams": {
|
|
6
|
+
"stage": "preuser",
|
|
7
|
+
"stopOnFailure": false,
|
|
8
|
+
"autoStart": true,
|
|
9
|
+
"dependencies": ["loadUserDefinedComponentsTask", "loadAppDInstalledComponentsTask", "assimilationService"]
|
|
10
|
+
},
|
|
11
|
+
"spawnAs": "window",
|
|
12
|
+
"name": "workspaceService",
|
|
13
|
+
"html": "$servicesRoot/workspace/workspace.html",
|
|
14
|
+
"file": "$servicesRoot/workspace/workspaceService.js",
|
|
15
|
+
"category": "system",
|
|
16
|
+
"window": {
|
|
17
|
+
"frame": true
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"storageService": {
|
|
21
|
+
"bootParams": {
|
|
22
|
+
"stage": "kernel",
|
|
23
|
+
"dependencies": ["testTask_initializeSplinterAgentPool"]
|
|
24
|
+
},
|
|
25
|
+
"spawnAs": "window",
|
|
26
|
+
"name": "storageService",
|
|
27
|
+
"html": "$servicesRoot/storage/storage.html",
|
|
28
|
+
"file": "$servicesRoot/storage/storageService.js",
|
|
29
|
+
"category": "system",
|
|
30
|
+
"window": {
|
|
31
|
+
"frame": true
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"linkerService": {
|
|
35
|
+
"bootParams": {
|
|
36
|
+
"stage": "kernel",
|
|
37
|
+
"dependencies": ["windowService", "storageService"],
|
|
38
|
+
"stopOnFailure": false
|
|
39
|
+
},
|
|
40
|
+
"spawnAs": "window",
|
|
41
|
+
"name": "linkerService",
|
|
42
|
+
"html": "$servicesRoot/linker/linker.html",
|
|
43
|
+
"file": "$servicesRoot/linker/linkerService.js",
|
|
44
|
+
"category": "system",
|
|
45
|
+
"window": {
|
|
46
|
+
"frame": true
|
|
47
|
+
},
|
|
48
|
+
"channels": [
|
|
49
|
+
{
|
|
50
|
+
"name": "group1",
|
|
51
|
+
"color": "#8781BD",
|
|
52
|
+
"border": "#797381"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "group2",
|
|
56
|
+
"color": "#D8BE2A",
|
|
57
|
+
"border": "#FFD803"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "group3",
|
|
61
|
+
"color": "#6BA703",
|
|
62
|
+
"border": "#71CE47"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "group4",
|
|
66
|
+
"color": "#FE6262",
|
|
67
|
+
"border": "#F83B3B"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "group5",
|
|
71
|
+
"color": "#2DACFF",
|
|
72
|
+
"border": "#039BFF"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "group6",
|
|
76
|
+
"color": "#FFA200",
|
|
77
|
+
"border": "#F29A01"
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"InteropService": {
|
|
82
|
+
"bootParams": {
|
|
83
|
+
"stage": "kernel",
|
|
84
|
+
"stopOnFailure": true,
|
|
85
|
+
"dependencies": ["assimilationService"]
|
|
86
|
+
},
|
|
87
|
+
"spawnAs": "window",
|
|
88
|
+
"visible": false,
|
|
89
|
+
"name": "InteropService",
|
|
90
|
+
"html": "$servicesRoot/Interop/Interop.html",
|
|
91
|
+
"file": "$servicesRoot/Interop/InteropService.js",
|
|
92
|
+
"category": "system",
|
|
93
|
+
"window": {
|
|
94
|
+
"frame": true
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"searchService": {
|
|
98
|
+
"bootParams": {
|
|
99
|
+
"stage": "kernel",
|
|
100
|
+
"dependencies": ["windowService"],
|
|
101
|
+
"stopOnFailure": false
|
|
102
|
+
},
|
|
103
|
+
"spawnAs": "window",
|
|
104
|
+
"name": "searchService",
|
|
105
|
+
"html": "$servicesRoot/search/search.html",
|
|
106
|
+
"file": "$servicesRoot/search/searchService.js",
|
|
107
|
+
"category": "system",
|
|
108
|
+
"window": {
|
|
109
|
+
"frame": true
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"windowService": {
|
|
113
|
+
"bootParams": {
|
|
114
|
+
"stage": "kernel",
|
|
115
|
+
"dependencies": []
|
|
116
|
+
},
|
|
117
|
+
"spawnAs": "window",
|
|
118
|
+
"name": "windowService",
|
|
119
|
+
"html": "$servicesRoot/window/windowService.html",
|
|
120
|
+
"file": "$servicesRoot/window/windowService.js",
|
|
121
|
+
"config": {
|
|
122
|
+
"BUFFER_SIZE": 20,
|
|
123
|
+
"RESIZE_EVENT_THROTTLE_PERIOD": 0,
|
|
124
|
+
"MINIMUM_WIDTH": 98,
|
|
125
|
+
"MINIMUM_HEIGHT": 28,
|
|
126
|
+
"GROUP_MODE": {
|
|
127
|
+
"enabled": true,
|
|
128
|
+
"behavior": "explicit"
|
|
129
|
+
},
|
|
130
|
+
"DEBUG": true,
|
|
131
|
+
"ALLOW_GROUPS_TO_SNAP": true,
|
|
132
|
+
"SNAPPING_OPACITY": 0.8,
|
|
133
|
+
"groupTileBuffer": 30,
|
|
134
|
+
"headerHeight": 32,
|
|
135
|
+
"heartbeatResponseTimeoutDefaults": {
|
|
136
|
+
"min": 5000,
|
|
137
|
+
"max": 1800000,
|
|
138
|
+
"crashed": 60000,
|
|
139
|
+
"possiblyCrashed": 10000,
|
|
140
|
+
"notResponding": 5000
|
|
141
|
+
},
|
|
142
|
+
"enableWindowsAeroSnap": false,
|
|
143
|
+
"tabbing": {
|
|
144
|
+
"enabled": true
|
|
145
|
+
},
|
|
146
|
+
"tiling": {
|
|
147
|
+
"enabled": true
|
|
148
|
+
},
|
|
149
|
+
"claimSpace": {
|
|
150
|
+
"enabled": true,
|
|
151
|
+
"alwaysOnTop": false
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"category": "system",
|
|
155
|
+
"window": {
|
|
156
|
+
"frame": true
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"authenticationService": {
|
|
160
|
+
"bootParams": {
|
|
161
|
+
"stage": "authentication",
|
|
162
|
+
"timeout": 36000000,
|
|
163
|
+
"dependencies": ["assimilationService"]
|
|
164
|
+
},
|
|
165
|
+
"spawnAs": "window",
|
|
166
|
+
"name": "authenticationService",
|
|
167
|
+
"html": "$servicesRoot/authentication/authentication.html",
|
|
168
|
+
"file": "$servicesRoot/authentication/authenticationService.js",
|
|
169
|
+
"category": "system",
|
|
170
|
+
"window": {
|
|
171
|
+
"frame": true
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"assimilationService": {
|
|
175
|
+
"bootParams": {
|
|
176
|
+
"stage": "kernel",
|
|
177
|
+
"dependencies": ["windowService", "storageService"],
|
|
178
|
+
"stopOnFailure": false
|
|
179
|
+
},
|
|
180
|
+
"spawnAs": "window",
|
|
181
|
+
"name": "assimilationService",
|
|
182
|
+
"html": "$servicesRoot/assimilation/assimilation.html",
|
|
183
|
+
"file": "$servicesRoot/assimilation/assimilationService.js",
|
|
184
|
+
"category": "system",
|
|
185
|
+
"window": {
|
|
186
|
+
"frame": true
|
|
187
|
+
},
|
|
188
|
+
"config": {
|
|
189
|
+
"enabled": true,
|
|
190
|
+
"port": 8392,
|
|
191
|
+
"useFeaSpawn": false,
|
|
192
|
+
"throttle": 15,
|
|
193
|
+
"blacklist": [],
|
|
194
|
+
"whitelist": [],
|
|
195
|
+
"onlySpawned": true,
|
|
196
|
+
"focusDelay": 30,
|
|
197
|
+
"eventIgnore": 50,
|
|
198
|
+
"hotkeyTimeout": 60000,
|
|
199
|
+
"hideTitleBars": false
|
|
200
|
+
}
|
|
201
|
+
},
|
|
202
|
+
"hotkeysService": {
|
|
203
|
+
"bootParams": {
|
|
204
|
+
"stage": "preuser",
|
|
205
|
+
"dependencies": ["assimilationService"],
|
|
206
|
+
"stopOnFailure": false
|
|
207
|
+
},
|
|
208
|
+
"spawnAs": "window",
|
|
209
|
+
"name": "hotkeysService",
|
|
210
|
+
"html": "$servicesRoot/hotkeys/hotkeys.html",
|
|
211
|
+
"file": "$servicesRoot/hotkeys/hotkeysService.js",
|
|
212
|
+
"category": "system",
|
|
213
|
+
"window": {
|
|
214
|
+
"frame": true
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"notificationService": {
|
|
218
|
+
"bootParams": {
|
|
219
|
+
"stage": "preuser",
|
|
220
|
+
"stopOnFailure": false,
|
|
221
|
+
"dependencies": ["configService", "storageService"]
|
|
222
|
+
},
|
|
223
|
+
"spawnAs": "window",
|
|
224
|
+
"name": "notificationService",
|
|
225
|
+
"html": "$servicesRoot/notification/notification.html",
|
|
226
|
+
"file": "$servicesRoot/notification/notificationService.js",
|
|
227
|
+
"category": "system",
|
|
228
|
+
"window": {
|
|
229
|
+
"frame": true
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Please read the [Schema Documentation](https://docs.google.com/document/d/1AAXkVPIC5eObZy4zcl55ia7-wtzCJvSVkO7VHjTNUg0) before making changes to the JSON schema!
|
|
1
|
+
Please read the [Schema Documentation](https://docs.google.com/document/d/1AAXkVPIC5eObZy4zcl55ia7-wtzCJvSVkO7VHjTNUg0) before making changes to the JSON schema!
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/AppDFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/AppDFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/ApplicationConfigFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/ApplicationConfigFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/ComponentsFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/ComponentsFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/CoreConfigFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/CoreConfigFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/DashbarFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/DashbarFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/ManifestFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/ManifestFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/SecurityPolicyFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/SecurityPolicyFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/ServicesFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/ServicesFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/UIComponentsFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/UIComponentsFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
-
"$ref": "../finsemble.schema.json#/definitions/WorkspacesFileSubschema",
|
|
4
|
-
"definitions": {}
|
|
5
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$ref": "../finsemble.schema.json#/definitions/WorkspacesFileSubschema",
|
|
4
|
+
"definitions": {}
|
|
5
|
+
}
|