@finsemble/finsemble-core 6.5.2 → 6.5.3
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/configs/core/config.json +2 -2
- package/configs/schemas/finsemble.schema.json +37 -29
- package/dist/configs/core/config.json +2 -2
- package/dist/configs/schemas/finsemble.schema.json +37 -29
- package/dist/services/Interop/InteropService.js +1 -1
- package/dist/services/router/routerService.js +1 -1
- package/dist/services/window/windowService.js +1 -1
- package/package.json +2 -2
package/configs/core/config.json
CHANGED
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"system": {
|
|
119
|
-
"FSBLVersion": "6.5.
|
|
120
|
-
"gitHash": "
|
|
119
|
+
"FSBLVersion": "6.5.3",
|
|
120
|
+
"gitHash": "0906fab17e771d111dcf6c82232882b7a0dd5923",
|
|
121
121
|
"finsembleLibraryPath": "$moduleRoot/FSBL.js",
|
|
122
122
|
"premiumRoot": "$moduleRoot",
|
|
123
123
|
"addFSBLWrappers": false,
|
|
@@ -925,16 +925,18 @@
|
|
|
925
925
|
"deprecated": true
|
|
926
926
|
}
|
|
927
927
|
},
|
|
928
|
-
"required": [
|
|
929
|
-
"
|
|
930
|
-
|
|
931
|
-
"
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
928
|
+
"required": [],
|
|
929
|
+
"examples": [
|
|
930
|
+
{
|
|
931
|
+
"startup_app": {
|
|
932
|
+
"name": "My App",
|
|
933
|
+
"url": "http://localhost:3375/finsemble/services/systemManager/systemManager.html",
|
|
934
|
+
"uuid": "MyAppAndOrEnvironment",
|
|
935
|
+
"requireHandshake": true,
|
|
936
|
+
"applicationIcon": "http://localhost:3375/assets/img/Finsemble_Taskbar_Icon.png"
|
|
937
|
+
}
|
|
936
938
|
}
|
|
937
|
-
|
|
939
|
+
]
|
|
938
940
|
},
|
|
939
941
|
"appAssets": {
|
|
940
942
|
"title": "appAssets",
|
|
@@ -1928,17 +1930,19 @@
|
|
|
1928
1930
|
}
|
|
1929
1931
|
},
|
|
1930
1932
|
"additionalProperties": false,
|
|
1931
|
-
"
|
|
1932
|
-
|
|
1933
|
-
"
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1933
|
+
"examples": [
|
|
1934
|
+
{
|
|
1935
|
+
"router": {
|
|
1936
|
+
"crossDomainTransport": "IPCBus",
|
|
1937
|
+
"sameDomainTransport": "SharedWorker",
|
|
1938
|
+
"transportSettings": {
|
|
1939
|
+
"FinsembleTransport": {
|
|
1940
|
+
"serverAddress": "ws://127.0.0.1:3376"
|
|
1941
|
+
}
|
|
1938
1942
|
}
|
|
1939
1943
|
}
|
|
1940
1944
|
}
|
|
1941
|
-
|
|
1945
|
+
]
|
|
1942
1946
|
},
|
|
1943
1947
|
"system": {
|
|
1944
1948
|
"title": "system",
|
|
@@ -2191,14 +2195,16 @@
|
|
|
2191
2195
|
}
|
|
2192
2196
|
},
|
|
2193
2197
|
"additionalProperties": false,
|
|
2194
|
-
"
|
|
2195
|
-
|
|
2196
|
-
"
|
|
2197
|
-
"
|
|
2198
|
-
|
|
2198
|
+
"examples": [
|
|
2199
|
+
{
|
|
2200
|
+
"bootConfig": {
|
|
2201
|
+
"defaults": {
|
|
2202
|
+
"startServiceTimeout": 10000,
|
|
2203
|
+
"startComponentTimeout": 15000
|
|
2204
|
+
}
|
|
2199
2205
|
}
|
|
2200
2206
|
}
|
|
2201
|
-
|
|
2207
|
+
]
|
|
2202
2208
|
},
|
|
2203
2209
|
"bootParams": {
|
|
2204
2210
|
"description": "Startup boot parameters for services, components, and boot tasks",
|
|
@@ -2859,7 +2865,7 @@
|
|
|
2859
2865
|
}
|
|
2860
2866
|
}
|
|
2861
2867
|
},
|
|
2862
|
-
"
|
|
2868
|
+
"examples": [
|
|
2863
2869
|
[
|
|
2864
2870
|
{
|
|
2865
2871
|
"componentType": "Welcome Component",
|
|
@@ -3878,12 +3884,14 @@
|
|
|
3878
3884
|
"manifests": {
|
|
3879
3885
|
"description": "Allow the ability to specify manifest environments at run time by adding entries for each environment",
|
|
3880
3886
|
"type": "object",
|
|
3881
|
-
"
|
|
3882
|
-
|
|
3883
|
-
"
|
|
3884
|
-
|
|
3887
|
+
"examples": [
|
|
3888
|
+
{
|
|
3889
|
+
"manifests": {
|
|
3890
|
+
"dev": "http://localhost:3375/configs/application/manifest-local-dev.json",
|
|
3891
|
+
"qa": "http://localhost:3375/configs/application/manifest-local-qa.json"
|
|
3892
|
+
}
|
|
3885
3893
|
}
|
|
3886
|
-
|
|
3894
|
+
]
|
|
3887
3895
|
},
|
|
3888
3896
|
"useDOMBasedMovement": {
|
|
3889
3897
|
"description": "Set to false to use native window movement with Electron",
|
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"system": {
|
|
119
|
-
"FSBLVersion": "6.5.
|
|
120
|
-
"gitHash": "
|
|
119
|
+
"FSBLVersion": "6.5.3",
|
|
120
|
+
"gitHash": "0906fab17e771d111dcf6c82232882b7a0dd5923",
|
|
121
121
|
"finsembleLibraryPath": "$moduleRoot/FSBL.js",
|
|
122
122
|
"premiumRoot": "$moduleRoot",
|
|
123
123
|
"addFSBLWrappers": false,
|
|
@@ -925,16 +925,18 @@
|
|
|
925
925
|
"deprecated": true
|
|
926
926
|
}
|
|
927
927
|
},
|
|
928
|
-
"required": [
|
|
929
|
-
"
|
|
930
|
-
|
|
931
|
-
"
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
928
|
+
"required": [],
|
|
929
|
+
"examples": [
|
|
930
|
+
{
|
|
931
|
+
"startup_app": {
|
|
932
|
+
"name": "My App",
|
|
933
|
+
"url": "http://localhost:3375/finsemble/services/systemManager/systemManager.html",
|
|
934
|
+
"uuid": "MyAppAndOrEnvironment",
|
|
935
|
+
"requireHandshake": true,
|
|
936
|
+
"applicationIcon": "http://localhost:3375/assets/img/Finsemble_Taskbar_Icon.png"
|
|
937
|
+
}
|
|
936
938
|
}
|
|
937
|
-
|
|
939
|
+
]
|
|
938
940
|
},
|
|
939
941
|
"appAssets": {
|
|
940
942
|
"title": "appAssets",
|
|
@@ -1928,17 +1930,19 @@
|
|
|
1928
1930
|
}
|
|
1929
1931
|
},
|
|
1930
1932
|
"additionalProperties": false,
|
|
1931
|
-
"
|
|
1932
|
-
|
|
1933
|
-
"
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1933
|
+
"examples": [
|
|
1934
|
+
{
|
|
1935
|
+
"router": {
|
|
1936
|
+
"crossDomainTransport": "IPCBus",
|
|
1937
|
+
"sameDomainTransport": "SharedWorker",
|
|
1938
|
+
"transportSettings": {
|
|
1939
|
+
"FinsembleTransport": {
|
|
1940
|
+
"serverAddress": "ws://127.0.0.1:3376"
|
|
1941
|
+
}
|
|
1938
1942
|
}
|
|
1939
1943
|
}
|
|
1940
1944
|
}
|
|
1941
|
-
|
|
1945
|
+
]
|
|
1942
1946
|
},
|
|
1943
1947
|
"system": {
|
|
1944
1948
|
"title": "system",
|
|
@@ -2191,14 +2195,16 @@
|
|
|
2191
2195
|
}
|
|
2192
2196
|
},
|
|
2193
2197
|
"additionalProperties": false,
|
|
2194
|
-
"
|
|
2195
|
-
|
|
2196
|
-
"
|
|
2197
|
-
"
|
|
2198
|
-
|
|
2198
|
+
"examples": [
|
|
2199
|
+
{
|
|
2200
|
+
"bootConfig": {
|
|
2201
|
+
"defaults": {
|
|
2202
|
+
"startServiceTimeout": 10000,
|
|
2203
|
+
"startComponentTimeout": 15000
|
|
2204
|
+
}
|
|
2199
2205
|
}
|
|
2200
2206
|
}
|
|
2201
|
-
|
|
2207
|
+
]
|
|
2202
2208
|
},
|
|
2203
2209
|
"bootParams": {
|
|
2204
2210
|
"description": "Startup boot parameters for services, components, and boot tasks",
|
|
@@ -2859,7 +2865,7 @@
|
|
|
2859
2865
|
}
|
|
2860
2866
|
}
|
|
2861
2867
|
},
|
|
2862
|
-
"
|
|
2868
|
+
"examples": [
|
|
2863
2869
|
[
|
|
2864
2870
|
{
|
|
2865
2871
|
"componentType": "Welcome Component",
|
|
@@ -3878,12 +3884,14 @@
|
|
|
3878
3884
|
"manifests": {
|
|
3879
3885
|
"description": "Allow the ability to specify manifest environments at run time by adding entries for each environment",
|
|
3880
3886
|
"type": "object",
|
|
3881
|
-
"
|
|
3882
|
-
|
|
3883
|
-
"
|
|
3884
|
-
|
|
3887
|
+
"examples": [
|
|
3888
|
+
{
|
|
3889
|
+
"manifests": {
|
|
3890
|
+
"dev": "http://localhost:3375/configs/application/manifest-local-dev.json",
|
|
3891
|
+
"qa": "http://localhost:3375/configs/application/manifest-local-qa.json"
|
|
3892
|
+
}
|
|
3885
3893
|
}
|
|
3886
|
-
|
|
3894
|
+
]
|
|
3887
3895
|
},
|
|
3888
3896
|
"useDOMBasedMovement": {
|
|
3889
3897
|
"description": "Set to false to use native window movement with Electron",
|