@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,155 +1,155 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<!--
|
|
5
|
-
**** HTML FILE TO SUPPORT NOTIFICATIONS. *****
|
|
6
|
-
-->
|
|
7
|
-
<meta charset="utf-8" />
|
|
8
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
9
|
-
<title>Notification</title>
|
|
10
|
-
<meta name="description" content="" />
|
|
11
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
-
<style>
|
|
13
|
-
@font-face {
|
|
14
|
-
font-family: "Roboto";
|
|
15
|
-
src: url("/Roboto-Regular.eot");
|
|
16
|
-
src: url("/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/Roboto-Regular.woff2") format("woff2"),
|
|
17
|
-
url("/Roboto-Regular.woff") format("woff"), url("/Roboto-Regular.ttf") format("truetype");
|
|
18
|
-
font-weight: 400;
|
|
19
|
-
font-style: normal;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/* Roboto italic */
|
|
23
|
-
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: "Roboto";
|
|
26
|
-
src: url("/Roboto-Italic.eot");
|
|
27
|
-
src: url("/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("/Roboto-Italic.woff2") format("woff2"),
|
|
28
|
-
url("/Roboto-Italic.woff") format("woff"), url("/Roboto-Italic.ttf") format("truetype");
|
|
29
|
-
font-weight: 400;
|
|
30
|
-
font-style: italic;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/* Roboto bold */
|
|
34
|
-
|
|
35
|
-
@font-face {
|
|
36
|
-
font-family: "Roboto";
|
|
37
|
-
src: url("/Roboto-Bold.eot");
|
|
38
|
-
src: url("/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/Roboto-Bold.woff2") format("woff2"),
|
|
39
|
-
url("/Roboto-Bold.woff") format("woff"), url("/Roboto-Bold.ttf") format("truetype");
|
|
40
|
-
font-weight: 700;
|
|
41
|
-
font-style: normal;
|
|
42
|
-
}
|
|
43
|
-
body {
|
|
44
|
-
overflow-y: hidden;
|
|
45
|
-
background-color: #1c2a36;
|
|
46
|
-
color: white;
|
|
47
|
-
margin: 6px;
|
|
48
|
-
font-family: "Roboto";
|
|
49
|
-
cursor: pointer;
|
|
50
|
-
user-select: none;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.notification-wrapper {
|
|
54
|
-
display: flex;
|
|
55
|
-
flex-direction: column;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.notification-header {
|
|
59
|
-
display: flex;
|
|
60
|
-
flex-direction: row;
|
|
61
|
-
justify-content: space-between;
|
|
62
|
-
margin: 0px 8px;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.notification-close {
|
|
66
|
-
align-self: flex-end;
|
|
67
|
-
display: flex;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.notification-body {
|
|
71
|
-
display: flex;
|
|
72
|
-
flex-direction: row;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.notification-close img {
|
|
76
|
-
cursor: pointer;
|
|
77
|
-
width: 10px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.notification-content {
|
|
81
|
-
display: flex;
|
|
82
|
-
flex-direction: column;
|
|
83
|
-
font-size: 13px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.notification-title-wrapper {
|
|
87
|
-
display: flex;
|
|
88
|
-
flex-direction: row;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.notification-title {
|
|
92
|
-
font-weight: bold;
|
|
93
|
-
align-self: flex-start;
|
|
94
|
-
display: flex;
|
|
95
|
-
font-size: 13px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.notification-description {
|
|
99
|
-
margin: 0px 10px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.notification-logo img {
|
|
103
|
-
margin-right: 6px;
|
|
104
|
-
width: 14px;
|
|
105
|
-
}
|
|
106
|
-
</style>
|
|
107
|
-
</head>
|
|
108
|
-
|
|
109
|
-
<body class="notification-wrapper">
|
|
110
|
-
<div class="notification-header" id="closer">
|
|
111
|
-
<div class="notification-title-wrapper">
|
|
112
|
-
<div class="notification-logo">
|
|
113
|
-
<img src="finsemble_logo_white.svg" />
|
|
114
|
-
</div>
|
|
115
|
-
<div class="notification-title">Finsemble Notification</div>
|
|
116
|
-
</div>
|
|
117
|
-
<div class="notification-close"><img src="ff-close.svg" /></div>
|
|
118
|
-
</div>
|
|
119
|
-
<div class="notification-body">
|
|
120
|
-
<div class="notification-content">
|
|
121
|
-
<div class="notification-description"></div>
|
|
122
|
-
</div>
|
|
123
|
-
</div>
|
|
124
|
-
</body>
|
|
125
|
-
</html>
|
|
126
|
-
|
|
127
|
-
<script>
|
|
128
|
-
function onNotificationMessage(message) {
|
|
129
|
-
// Basic templating. Send a message with either "description" or "notification-description" and the
|
|
130
|
-
// template will inject the text. Messages can be HTML if desired.
|
|
131
|
-
if (typeof message == "object") {
|
|
132
|
-
for (var name in message) {
|
|
133
|
-
var element = document.querySelector(".notification-" + name);
|
|
134
|
-
if (!element) element = document.querySelector("." + name);
|
|
135
|
-
if (element) element.innerHTML = message[name];
|
|
136
|
-
}
|
|
137
|
-
} else {
|
|
138
|
-
// If a string is passed as a message then just drop it into the description of our template
|
|
139
|
-
document.querySelector(".notification-description").innerHTML = message;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
var init = function () {
|
|
144
|
-
System.main(function () {
|
|
145
|
-
document.querySelector("#closer").addEventListener("click", function () {
|
|
146
|
-
var notification = System.Notification.getCurrent();
|
|
147
|
-
notification.close();
|
|
148
|
-
});
|
|
149
|
-
});
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
document.addEventListener("DOMContentLoaded", function () {
|
|
153
|
-
init();
|
|
154
|
-
});
|
|
155
|
-
</script>
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<!--
|
|
5
|
+
**** HTML FILE TO SUPPORT NOTIFICATIONS. *****
|
|
6
|
+
-->
|
|
7
|
+
<meta charset="utf-8" />
|
|
8
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
9
|
+
<title>Notification</title>
|
|
10
|
+
<meta name="description" content="" />
|
|
11
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
|
+
<style>
|
|
13
|
+
@font-face {
|
|
14
|
+
font-family: "Roboto";
|
|
15
|
+
src: url("/Roboto-Regular.eot");
|
|
16
|
+
src: url("/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("/Roboto-Regular.woff2") format("woff2"),
|
|
17
|
+
url("/Roboto-Regular.woff") format("woff"), url("/Roboto-Regular.ttf") format("truetype");
|
|
18
|
+
font-weight: 400;
|
|
19
|
+
font-style: normal;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* Roboto italic */
|
|
23
|
+
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: "Roboto";
|
|
26
|
+
src: url("/Roboto-Italic.eot");
|
|
27
|
+
src: url("/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("/Roboto-Italic.woff2") format("woff2"),
|
|
28
|
+
url("/Roboto-Italic.woff") format("woff"), url("/Roboto-Italic.ttf") format("truetype");
|
|
29
|
+
font-weight: 400;
|
|
30
|
+
font-style: italic;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/* Roboto bold */
|
|
34
|
+
|
|
35
|
+
@font-face {
|
|
36
|
+
font-family: "Roboto";
|
|
37
|
+
src: url("/Roboto-Bold.eot");
|
|
38
|
+
src: url("/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("/Roboto-Bold.woff2") format("woff2"),
|
|
39
|
+
url("/Roboto-Bold.woff") format("woff"), url("/Roboto-Bold.ttf") format("truetype");
|
|
40
|
+
font-weight: 700;
|
|
41
|
+
font-style: normal;
|
|
42
|
+
}
|
|
43
|
+
body {
|
|
44
|
+
overflow-y: hidden;
|
|
45
|
+
background-color: #1c2a36;
|
|
46
|
+
color: white;
|
|
47
|
+
margin: 6px;
|
|
48
|
+
font-family: "Roboto";
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
user-select: none;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.notification-wrapper {
|
|
54
|
+
display: flex;
|
|
55
|
+
flex-direction: column;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.notification-header {
|
|
59
|
+
display: flex;
|
|
60
|
+
flex-direction: row;
|
|
61
|
+
justify-content: space-between;
|
|
62
|
+
margin: 0px 8px;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.notification-close {
|
|
66
|
+
align-self: flex-end;
|
|
67
|
+
display: flex;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.notification-body {
|
|
71
|
+
display: flex;
|
|
72
|
+
flex-direction: row;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.notification-close img {
|
|
76
|
+
cursor: pointer;
|
|
77
|
+
width: 10px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.notification-content {
|
|
81
|
+
display: flex;
|
|
82
|
+
flex-direction: column;
|
|
83
|
+
font-size: 13px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.notification-title-wrapper {
|
|
87
|
+
display: flex;
|
|
88
|
+
flex-direction: row;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.notification-title {
|
|
92
|
+
font-weight: bold;
|
|
93
|
+
align-self: flex-start;
|
|
94
|
+
display: flex;
|
|
95
|
+
font-size: 13px;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.notification-description {
|
|
99
|
+
margin: 0px 10px;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.notification-logo img {
|
|
103
|
+
margin-right: 6px;
|
|
104
|
+
width: 14px;
|
|
105
|
+
}
|
|
106
|
+
</style>
|
|
107
|
+
</head>
|
|
108
|
+
|
|
109
|
+
<body class="notification-wrapper">
|
|
110
|
+
<div class="notification-header" id="closer">
|
|
111
|
+
<div class="notification-title-wrapper">
|
|
112
|
+
<div class="notification-logo">
|
|
113
|
+
<img src="finsemble_logo_white.svg" />
|
|
114
|
+
</div>
|
|
115
|
+
<div class="notification-title">Finsemble Notification</div>
|
|
116
|
+
</div>
|
|
117
|
+
<div class="notification-close"><img src="ff-close.svg" /></div>
|
|
118
|
+
</div>
|
|
119
|
+
<div class="notification-body">
|
|
120
|
+
<div class="notification-content">
|
|
121
|
+
<div class="notification-description"></div>
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</body>
|
|
125
|
+
</html>
|
|
126
|
+
|
|
127
|
+
<script>
|
|
128
|
+
function onNotificationMessage(message) {
|
|
129
|
+
// Basic templating. Send a message with either "description" or "notification-description" and the
|
|
130
|
+
// template will inject the text. Messages can be HTML if desired.
|
|
131
|
+
if (typeof message == "object") {
|
|
132
|
+
for (var name in message) {
|
|
133
|
+
var element = document.querySelector(".notification-" + name);
|
|
134
|
+
if (!element) element = document.querySelector("." + name);
|
|
135
|
+
if (element) element.innerHTML = message[name];
|
|
136
|
+
}
|
|
137
|
+
} else {
|
|
138
|
+
// If a string is passed as a message then just drop it into the description of our template
|
|
139
|
+
document.querySelector(".notification-description").innerHTML = message;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
var init = function () {
|
|
144
|
+
System.main(function () {
|
|
145
|
+
document.querySelector("#closer").addEventListener("click", function () {
|
|
146
|
+
var notification = System.Notification.getCurrent();
|
|
147
|
+
notification.close();
|
|
148
|
+
});
|
|
149
|
+
});
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
document.addEventListener("DOMContentLoaded", function () {
|
|
153
|
+
init();
|
|
154
|
+
});
|
|
155
|
+
</script>
|