@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,18 +1,18 @@
|
|
|
1
|
-
# Group Requirements
|
|
2
|
-
|
|
3
|
-
## Always On Top
|
|
4
|
-
|
|
5
|
-
When a window joins a group (or creates a new group with another window), if any of the windows in the group are
|
|
6
|
-
alwaysOnTop, then all of the windows become alwaysOnTop.
|
|
7
|
-
|
|
8
|
-
When a window leaves a group, it should return its state prior to joining the group.
|
|
9
|
-
|
|
10
|
-
When the alwaysOnTop state of any window in a group is toggled, every other window in the group is also toggled.
|
|
11
|
-
|
|
12
|
-
## Auto Arrange
|
|
13
|
-
|
|
14
|
-
When a group is auto arranged, regardless of its shape, should be auto arranged in its current layout. This should
|
|
15
|
-
preserve any odd holes that exist in the docked group. The group should essentially act as a single window.
|
|
16
|
-
|
|
17
|
-
Like any other window in an auto arranged layout, if any movement takes place on the group (including minimization and
|
|
18
|
-
maximization) the auto arrange status of that monitor is nullified.
|
|
1
|
+
# Group Requirements
|
|
2
|
+
|
|
3
|
+
## Always On Top
|
|
4
|
+
|
|
5
|
+
When a window joins a group (or creates a new group with another window), if any of the windows in the group are
|
|
6
|
+
alwaysOnTop, then all of the windows become alwaysOnTop.
|
|
7
|
+
|
|
8
|
+
When a window leaves a group, it should return its state prior to joining the group.
|
|
9
|
+
|
|
10
|
+
When the alwaysOnTop state of any window in a group is toggled, every other window in the group is also toggled.
|
|
11
|
+
|
|
12
|
+
## Auto Arrange
|
|
13
|
+
|
|
14
|
+
When a group is auto arranged, regardless of its shape, should be auto arranged in its current layout. This should
|
|
15
|
+
preserve any odd holes that exist in the docked group. The group should essentially act as a single window.
|
|
16
|
+
|
|
17
|
+
Like any other window in an auto arranged layout, if any movement takes place on the group (including minimization and
|
|
18
|
+
maximization) the auto arrange status of that monitor is nullified.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
<html>
|
|
2
|
-
<!--
|
|
3
|
-
/*!
|
|
4
|
-
* Copyright 2017 - 2020 by ChartIQ, Inc.
|
|
5
|
-
* All rights reserved.
|
|
6
|
-
*/
|
|
7
|
-
-->
|
|
8
|
-
|
|
9
|
-
<head></head>
|
|
10
|
-
|
|
11
|
-
<body></body>
|
|
12
|
-
<script src="./SplinterAgentSlave.js"></script>
|
|
13
|
-
</html>
|
|
1
|
+
<html>
|
|
2
|
+
<!--
|
|
3
|
+
/*!
|
|
4
|
+
* Copyright 2017 - 2020 by ChartIQ, Inc.
|
|
5
|
+
* All rights reserved.
|
|
6
|
+
*/
|
|
7
|
+
-->
|
|
8
|
+
|
|
9
|
+
<head></head>
|
|
10
|
+
|
|
11
|
+
<body></body>
|
|
12
|
+
<script src="./SplinterAgentSlave.js"></script>
|
|
13
|
+
</html>
|