@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
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@finsemble/finsemble-core",
|
|
3
3
|
"main": "dist/index.js",
|
|
4
4
|
"types": "types/index.d.ts",
|
|
5
|
-
"version": "6.1.
|
|
5
|
+
"version": "6.1.5",
|
|
6
6
|
"description": "Finsemble is an application framework providing infrastructure, services, and components for quickly building HTML5 multi-window financial desktop applications.",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"do-audit": " improved-yarn-audit --min-severity high",
|
package/tsconfig.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"allowJs": false,
|
|
4
|
-
"allowSyntheticDefaultImports": true,
|
|
5
|
-
"emitDecoratorMetadata": true,
|
|
6
|
-
"esModuleInterop": true,
|
|
7
|
-
"experimentalDecorators": true,
|
|
8
|
-
"jsx": "react",
|
|
9
|
-
"module": "commonjs",
|
|
10
|
-
"lib": ["dom", "dom.iterable", "ES2020"],
|
|
11
|
-
"resolveJsonModule": true,
|
|
12
|
-
"target": "ES2020",
|
|
13
|
-
"noImplicitAny": false,
|
|
14
|
-
"strict": true
|
|
15
|
-
},
|
|
16
|
-
"include": ["src/**/*"],
|
|
17
|
-
"ts-node": {
|
|
18
|
-
"transpileOnly": true,
|
|
19
|
-
"compilerOptions": {
|
|
20
|
-
"target": "ES2017"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"allowJs": false,
|
|
4
|
+
"allowSyntheticDefaultImports": true,
|
|
5
|
+
"emitDecoratorMetadata": true,
|
|
6
|
+
"esModuleInterop": true,
|
|
7
|
+
"experimentalDecorators": true,
|
|
8
|
+
"jsx": "react",
|
|
9
|
+
"module": "commonjs",
|
|
10
|
+
"lib": ["dom", "dom.iterable", "ES2020"],
|
|
11
|
+
"resolveJsonModule": true,
|
|
12
|
+
"target": "ES2020",
|
|
13
|
+
"noImplicitAny": false,
|
|
14
|
+
"strict": true
|
|
15
|
+
},
|
|
16
|
+
"include": ["src/**/*"],
|
|
17
|
+
"ts-node": {
|
|
18
|
+
"transpileOnly": true,
|
|
19
|
+
"compilerOptions": {
|
|
20
|
+
"target": "ES2017"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
package/types/index.d.ts
CHANGED
|
@@ -6548,15 +6548,9 @@ declare module "common/workspace" {
|
|
|
6548
6548
|
};
|
|
6549
6549
|
/**
|
|
6550
6550
|
* The data representation of the active workspace.
|
|
6551
|
-
*
|
|
6552
|
-
* of the `guid` property.
|
|
6551
|
+
* KW: Currently identical to the Workspace type after removal of the guid property
|
|
6553
6552
|
*/
|
|
6554
|
-
export type ActiveWorkspace = Workspace
|
|
6555
|
-
/** A string uniquely identifying this active workspace instance from
|
|
6556
|
-
* all others.
|
|
6557
|
-
*/
|
|
6558
|
-
guid: string;
|
|
6559
|
-
};
|
|
6553
|
+
export type ActiveWorkspace = Workspace;
|
|
6560
6554
|
}
|
|
6561
6555
|
declare module "common/events/PrivateFinsembleEvent" {
|
|
6562
6556
|
class PrivateFinsembleEvent {
|
|
@@ -7514,32 +7508,6 @@ declare module "clients/storageClient" {
|
|
|
7514
7508
|
key: string;
|
|
7515
7509
|
topic: string;
|
|
7516
7510
|
}, cb?: StandardCallback<string | Error, T>): Promise<T>;
|
|
7517
|
-
/**
|
|
7518
|
-
* Asynchronously updates provided key in storage by first retrieving the key
|
|
7519
|
-
* then running a provided function on the result and re-saving its value.
|
|
7520
|
-
* There’s no guarantees of consistency or atomicity
|
|
7521
|
-
*
|
|
7522
|
-
* @param params {any} Update storage params
|
|
7523
|
-
* @param params.topic {string} The storage topic
|
|
7524
|
-
* @param params.key {string} The storage key
|
|
7525
|
-
* @param params.updateFn {Function} Function to run to determine the value to store
|
|
7526
|
-
* @private
|
|
7527
|
-
*/
|
|
7528
|
-
updateStorage(params: {
|
|
7529
|
-
topic: string;
|
|
7530
|
-
key: string;
|
|
7531
|
-
updateFn: (x: any) => any;
|
|
7532
|
-
}): Promise<unknown>;
|
|
7533
|
-
/**
|
|
7534
|
-
*
|
|
7535
|
-
* @param params
|
|
7536
|
-
* @private
|
|
7537
|
-
*/
|
|
7538
|
-
updateStorage1(params: {
|
|
7539
|
-
topic: string;
|
|
7540
|
-
key: string;
|
|
7541
|
-
updateFn: (x: any) => any;
|
|
7542
|
-
}): Promise<unknown>;
|
|
7543
7511
|
/**
|
|
7544
7512
|
* Get all keys for the topic.
|
|
7545
7513
|
* @param {Object} params
|
|
@@ -7637,6 +7605,31 @@ declare module "common/windowStorageManager" {
|
|
|
7637
7605
|
*/
|
|
7638
7606
|
static _SC: import("clients/storageClient").StorageClient;
|
|
7639
7607
|
static getWindowID: (win: FinsembleWindowData) => string;
|
|
7608
|
+
/**
|
|
7609
|
+
* Asynchronously updates provided key in storage by first retrieving the key
|
|
7610
|
+
* then running a provided function on the result and re-saving its value.
|
|
7611
|
+
* There’s no guarantees of consistency or atomicity
|
|
7612
|
+
*
|
|
7613
|
+
* @param params {any} Update storage params
|
|
7614
|
+
* @param params.topic {string} The storage topic
|
|
7615
|
+
* @param params.key {string} The storage key
|
|
7616
|
+
* @param params.updateFn {Function} Function to run to determine the value to store
|
|
7617
|
+
* @private
|
|
7618
|
+
*/
|
|
7619
|
+
static updateStorage(params: {
|
|
7620
|
+
topic: string;
|
|
7621
|
+
key: string;
|
|
7622
|
+
updateFn: (x: any) => any;
|
|
7623
|
+
}): Promise<unknown>;
|
|
7624
|
+
/**
|
|
7625
|
+
* Rate limited updateStorage.
|
|
7626
|
+
* @private
|
|
7627
|
+
*/
|
|
7628
|
+
static updateStorage1(params: {
|
|
7629
|
+
topic: string;
|
|
7630
|
+
key: string;
|
|
7631
|
+
updateFn: (x: any) => any;
|
|
7632
|
+
}): Promise<unknown>;
|
|
7640
7633
|
/**
|
|
7641
7634
|
* Given a type, window, and workspace name, returns the correct storage topic and key
|
|
7642
7635
|
* for the `windowData` or `componentState`.
|
|
@@ -7763,24 +7756,6 @@ declare module "clients/workspaceClient" {
|
|
|
7763
7756
|
activeWorkspace: ActiveWorkspace | undefined;
|
|
7764
7757
|
constructor(params: any);
|
|
7765
7758
|
private _serviceResponseHandler;
|
|
7766
|
-
/**
|
|
7767
|
-
* Saves Data Globally to the Active Workspace (e.g. ComponentState, WindowList etc.)
|
|
7768
|
-
* @param {object} params
|
|
7769
|
-
* @param {string} params.field
|
|
7770
|
-
* @param {object} params.value
|
|
7771
|
-
* @param {FinsembleCallbackFunction} cb
|
|
7772
|
-
*/
|
|
7773
|
-
private saveGlobalData;
|
|
7774
|
-
/**
|
|
7775
|
-
* Saves View Specific Data (e.g. ComponentState, WindowList etc.) to the Currently Active Workspace View or all Views
|
|
7776
|
-
* When a window state changes, on
|
|
7777
|
-
* @param {object} params
|
|
7778
|
-
* @param {string} params.field
|
|
7779
|
-
* @param {object} params.value
|
|
7780
|
-
* @param {boolean} params.saveToAllViews
|
|
7781
|
-
* @param {FinsembleCallbackFunction} cb
|
|
7782
|
-
*/
|
|
7783
|
-
private saveViewData;
|
|
7784
7759
|
/**
|
|
7785
7760
|
* This provides the ability to listen to workspace events.
|
|
7786
7761
|
* The load-requested event provides a way to merge data into the workspace prior to loading.
|
|
@@ -7897,10 +7872,19 @@ declare module "clients/workspaceClient" {
|
|
|
7897
7872
|
*/
|
|
7898
7873
|
getWorkspaceActions(cb?: any): any;
|
|
7899
7874
|
/**
|
|
7900
|
-
* @private
|
|
7901
|
-
*
|
|
7902
7875
|
* Returns a list of workspace names
|
|
7903
7876
|
*
|
|
7877
|
+
* @example <caption>This function returns the list of all the workspace.</caption>
|
|
7878
|
+
* FSBL.Clients.WorkspaceClient.getWorkspaceNames((err, response) => {
|
|
7879
|
+
* console.log(JSON.stringify(response, null, 2));
|
|
7880
|
+
* });
|
|
7881
|
+
*
|
|
7882
|
+
* Output:
|
|
7883
|
+
* [
|
|
7884
|
+
* "Default Workspace",
|
|
7885
|
+
* "Another workspace"
|
|
7886
|
+
* ]
|
|
7887
|
+
*
|
|
7904
7888
|
* @param {function} cb The callback to be invoked after the method completes successfully.
|
|
7905
7889
|
*/
|
|
7906
7890
|
getWorkspaceNames(cb?: any): Promise<unknown>;
|
|
@@ -8154,11 +8138,12 @@ declare module "clients/workspaceClient" {
|
|
|
8154
8138
|
}) => void;
|
|
8155
8139
|
/**
|
|
8156
8140
|
* Initializes listeners and sets default data on the WorkspaceClient object.
|
|
8141
|
+
*
|
|
8157
8142
|
* @private
|
|
8158
8143
|
*/
|
|
8159
8144
|
start(cb: any): Promise<void>;
|
|
8160
8145
|
}
|
|
8161
|
-
|
|
8146
|
+
let workspaceClient: WorkspaceClient;
|
|
8162
8147
|
export default workspaceClient;
|
|
8163
8148
|
}
|
|
8164
8149
|
declare module "services/window/Launcher/WrapManager" {
|
package/types/index.tsbuildinfo
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"bundle":{"commonSourceDirectory":"../src","sourceFiles":["../src/typedefs/FDC3/api/AppMetadata.ts","../src/typedefs/FDC3/api/IntentMetadata.ts","../src/typedefs/FDC3/api/AppIntent.ts","../src/typedefs/FDC3/context/ContextTypes.ts","../src/typedefs/FDC3/api/Types.ts","../src/typedefs/FDC3/api/DisplayMetadata.ts","../src/typedefs/FDC3/api/Listener.ts","../src/typedefs/FDC3/api/Channel.ts","../src/typedefs/FDC3/api/IntentResolution.ts","../src/typedefs/FDC3/api/ImplementationMetadata.ts","../src/typedefs/FDC3/api/DesktopAgent.ts","../src/typedefs/FDC3/api/Errors.ts","../src/typedefs/FDC3/api/Methods.ts","../src/typedefs/FDC3/context/ContextType.ts","../src/typedefs/FDC3/intents/Intents.ts","../src/typedefs/FDC3/index.ts","../src/services/window/Common/types.ts","../src/common/redux/actionIdMapper.ts","../src/services/Interop/types.ts","../src/clients/Interop/types.ts","../src/clients/IRouterClient.ts","../src/clients/Startup/types.ts","../src/fin.ts","../src/common/Globals.ts","../src/common/Singleton.ts","../src/clients/Startup/Startup.ts","../src/common/system.ts","../src/clients/ILogger.ts","../src/clients/ICentralLogger.ts","../src/clients/localLogger.ts","../src/clients/logger.ts","../src/common/routerTransport.ts","../src/clients/routerClientConstructor.ts","../src/clients/routerClientInstance.ts","../src/common/util.ts","../src/common/constants.ts","../src/common/events/FinsembleEvent.ts","../src/common/events/PublicEventManager.ts","../src/common/disentangledUtils.ts","../src/common/window/FinsembleView.ts","../src/common/window/FinsembleWindow.ts","../src/clients/Interop/InteropAdmin.ts","../src/common/redux/types.ts","../src/common/redux/remoteReduxEnhancer.ts","../src/common/redux/createReducer.ts","../src/common/redux/index.ts","../src/services/systemManager/_types.ts","../src/services/systemManager/_constants.ts","../src/services/systemManager/common.ts","../src/common/systemManagerClient.ts","../src/common/dependencyManager.ts","../src/clients/baseClient.ts","../src/clients/configClient.ts","../src/common/FinsembleWindowData.ts","../src/common/workspace.ts","../src/common/events/PrivateFinsembleEvent.ts","../src/common/events/PrivateEventManager.ts","../src/clients/StoreModel.ts","../src/clients/distributedStoreClient.ts","../src/services/window/WindowAbstractions/BaseWindow.ts","../src/clients/storageClient.ts","../src/common/windowStorageManager.ts","../src/clients/workspaceClient.ts","../src/services/window/Launcher/WrapManager.ts","../src/services/window/Common/Pools/ObjectPool.ts","../src/services/window/Common/Pools/WindowPool.ts","../src/services/window/Common/Pools/PoolSingletons.ts","../src/services/window/Splintering/SplinterAgentSlave.ts","../src/services/window/Common/publishWrapState.ts","../src/services/window/Launcher/createSplinterAndInject.ts","../src/services/window/Launcher/LauncherDefaults.ts","../src/services/window/Common/spawnUtils.ts","../src/services/window/Launcher/componentConfigUtils.ts","../src/services/window/Launcher/launcher.ts","../src/clients/authenticationClient.ts","../src/clients/hotkeysClient.ts","../src/clients/windowClient.ts","../src/clients/launcherClient.ts","../src/clients/linkerClient.ts","../src/clients/dragAndDropClient.ts","../src/clients/dialogManagerClient.ts","../src/clients/searchClient.ts","../src/common/notifications/definitions/IFilter.ts","../src/common/notifications/definitions/IAction.ts","../src/common/notifications/definitions/IPerformedAction.ts","../src/common/notifications/definitions/Meta.ts","../src/common/notifications/definitions/INotification.ts","../src/common/notifications/definitions/ISubscription.ts","../src/common/notifications/definitions/IMuteFilter.ts","../src/common/notifications/definitions/Callbacks.ts","../src/common/notifications/definitions/INotificationHistoryOptions.ts","../src/common/notifications/definitions/INotificationClient.ts","../src/common/notifications/definitions/ActionTypes.ts","../src/common/notifications/definitions/Notification.ts","../src/common/notifications/definitions/Subscription.ts","../src/common/notifications/definitions/Action.ts","../src/common/notifications/definitions/Filter.ts","../src/clients/notificationClient.ts","../src/clients/smartDesktopClient.ts","../src/index.ts"],"dts":{"sections":[{"pos":0,"end":30,"kind":"type","data":"node"},{"pos":32,"end":
|
|
1
|
+
{"bundle":{"commonSourceDirectory":"../src","sourceFiles":["../src/typedefs/FDC3/api/AppMetadata.ts","../src/typedefs/FDC3/api/IntentMetadata.ts","../src/typedefs/FDC3/api/AppIntent.ts","../src/typedefs/FDC3/context/ContextTypes.ts","../src/typedefs/FDC3/api/Types.ts","../src/typedefs/FDC3/api/DisplayMetadata.ts","../src/typedefs/FDC3/api/Listener.ts","../src/typedefs/FDC3/api/Channel.ts","../src/typedefs/FDC3/api/IntentResolution.ts","../src/typedefs/FDC3/api/ImplementationMetadata.ts","../src/typedefs/FDC3/api/DesktopAgent.ts","../src/typedefs/FDC3/api/Errors.ts","../src/typedefs/FDC3/api/Methods.ts","../src/typedefs/FDC3/context/ContextType.ts","../src/typedefs/FDC3/intents/Intents.ts","../src/typedefs/FDC3/index.ts","../src/services/window/Common/types.ts","../src/common/redux/actionIdMapper.ts","../src/services/Interop/types.ts","../src/clients/Interop/types.ts","../src/clients/IRouterClient.ts","../src/clients/Startup/types.ts","../src/fin.ts","../src/common/Globals.ts","../src/common/Singleton.ts","../src/clients/Startup/Startup.ts","../src/common/system.ts","../src/clients/ILogger.ts","../src/clients/ICentralLogger.ts","../src/clients/localLogger.ts","../src/clients/logger.ts","../src/common/routerTransport.ts","../src/clients/routerClientConstructor.ts","../src/clients/routerClientInstance.ts","../src/common/util.ts","../src/common/constants.ts","../src/common/events/FinsembleEvent.ts","../src/common/events/PublicEventManager.ts","../src/common/disentangledUtils.ts","../src/common/window/FinsembleView.ts","../src/common/window/FinsembleWindow.ts","../src/clients/Interop/InteropAdmin.ts","../src/common/redux/types.ts","../src/common/redux/remoteReduxEnhancer.ts","../src/common/redux/createReducer.ts","../src/common/redux/index.ts","../src/services/systemManager/_types.ts","../src/services/systemManager/_constants.ts","../src/services/systemManager/common.ts","../src/common/systemManagerClient.ts","../src/common/dependencyManager.ts","../src/clients/baseClient.ts","../src/clients/configClient.ts","../src/common/FinsembleWindowData.ts","../src/common/workspace.ts","../src/common/events/PrivateFinsembleEvent.ts","../src/common/events/PrivateEventManager.ts","../src/clients/StoreModel.ts","../src/clients/distributedStoreClient.ts","../src/services/window/WindowAbstractions/BaseWindow.ts","../src/clients/storageClient.ts","../src/common/windowStorageManager.ts","../src/clients/workspaceClient.ts","../src/services/window/Launcher/WrapManager.ts","../src/services/window/Common/Pools/ObjectPool.ts","../src/services/window/Common/Pools/WindowPool.ts","../src/services/window/Common/Pools/PoolSingletons.ts","../src/services/window/Splintering/SplinterAgentSlave.ts","../src/services/window/Common/publishWrapState.ts","../src/services/window/Launcher/createSplinterAndInject.ts","../src/services/window/Launcher/LauncherDefaults.ts","../src/services/window/Common/spawnUtils.ts","../src/services/window/Launcher/componentConfigUtils.ts","../src/services/window/Launcher/launcher.ts","../src/clients/authenticationClient.ts","../src/clients/hotkeysClient.ts","../src/clients/windowClient.ts","../src/clients/launcherClient.ts","../src/clients/linkerClient.ts","../src/clients/dragAndDropClient.ts","../src/clients/dialogManagerClient.ts","../src/clients/searchClient.ts","../src/common/notifications/definitions/IFilter.ts","../src/common/notifications/definitions/IAction.ts","../src/common/notifications/definitions/IPerformedAction.ts","../src/common/notifications/definitions/Meta.ts","../src/common/notifications/definitions/INotification.ts","../src/common/notifications/definitions/ISubscription.ts","../src/common/notifications/definitions/IMuteFilter.ts","../src/common/notifications/definitions/Callbacks.ts","../src/common/notifications/definitions/INotificationHistoryOptions.ts","../src/common/notifications/definitions/INotificationClient.ts","../src/common/notifications/definitions/ActionTypes.ts","../src/common/notifications/definitions/Notification.ts","../src/common/notifications/definitions/Subscription.ts","../src/common/notifications/definitions/Action.ts","../src/common/notifications/definitions/Filter.ts","../src/clients/notificationClient.ts","../src/clients/smartDesktopClient.ts","../src/index.ts"],"dts":{"sections":[{"pos":0,"end":30,"kind":"type","data":"node"},{"pos":32,"end":577402,"kind":"text"}]}},"version":"4.3.5"}
|
package/types.tsconfig.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"declaration": true,
|
|
4
|
-
"lib": ["dom", "es2015", "es2016.array.include", "dom.iterable", "es2017"],
|
|
5
|
-
"incremental": true,
|
|
6
|
-
"module": "commonjs",
|
|
7
|
-
"experimentalDecorators": true,
|
|
8
|
-
"emitDecoratorMetadata": true,
|
|
9
|
-
"emitDeclarationOnly": true,
|
|
10
|
-
"esModuleInterop": true,
|
|
11
|
-
"outFile": "./types/index",
|
|
12
|
-
"target": "ES2020"
|
|
13
|
-
},
|
|
14
|
-
"include": ["src/index.ts"]
|
|
15
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"declaration": true,
|
|
4
|
+
"lib": ["dom", "es2015", "es2016.array.include", "dom.iterable", "es2017"],
|
|
5
|
+
"incremental": true,
|
|
6
|
+
"module": "commonjs",
|
|
7
|
+
"experimentalDecorators": true,
|
|
8
|
+
"emitDecoratorMetadata": true,
|
|
9
|
+
"emitDeclarationOnly": true,
|
|
10
|
+
"esModuleInterop": true,
|
|
11
|
+
"outFile": "./types/index",
|
|
12
|
+
"target": "ES2020"
|
|
13
|
+
},
|
|
14
|
+
"include": ["src/index.ts"]
|
|
15
|
+
}
|