@finsemble/finsemble-ui 8.14.2 → 8.14.3-beta.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsemble/finsemble-ui",
3
- "version": "8.14.2",
3
+ "version": "8.14.3-beta.11",
4
4
  "description": "This library has been deprecated and is being maintained for long term support. Finsemble's UI components can now be imported directly from @finsemble/finsemble-core. See https://documentation.finsemble.com/tutorial-UIComponents.html",
5
5
  "files": [
6
6
  "*.ts",
@@ -1,5 +1,5 @@
1
1
  import { ReduxPayloadWindowName, ReduxPayloadWindowNames, ReduxPayloadEmpty, ReduxPayloadAddLaunchData, ReduxPayloadSetLocation, ReduxPayloadWindowTitle, ReduxPayloadToggleState, ReduxPayloadToggleStateWithTarget, ReduxPayloadGroups, ReduxPayloadAddToCollection, ReduxPayloadCollection, ReduxPayloadWorkspaceLoad, ReduxPayloadEmulatedMaximization, ReduxPayloadScrollTabCollection, WindowTitleBarStore, SafetyTimeout } from "../types";
2
- import { PhysicalWindowStateEvent } from "../../../../FEA";
2
+ import { PhysicalWindowStateEvent, Rectangle } from "../../../../FEA";
3
3
  /**
4
4
  * Export the empty store from here instead of store.ts, so that we don't drag the entire redux server-side
5
5
  * infrastructure into our built library.
@@ -60,6 +60,10 @@ export declare const actions: {
60
60
  setAPITitle: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadWindowTitle, string>;
61
61
  updateGroupedWindows: import("@reduxjs/toolkit").ActionCreatorWithPayload<ReduxPayloadGroups, string>;
62
62
  windowEvent: import("@reduxjs/toolkit").ActionCreatorWithPayload<PhysicalWindowStateEvent, string>;
63
+ updateMaximizedBounds: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
64
+ windowName: string;
65
+ bounds: Rectangle;
66
+ }, string>;
63
67
  workspaceClosing: import("@reduxjs/toolkit").ActionCreatorWithPayload<string[], string>;
64
68
  setTabCollectionForEvergreen: import("@reduxjs/toolkit").ActionCreatorWithPayload<{
65
69
  windowName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/window/modules/actions.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,iCAAiC,EACjC,kBAAkB,EAClB,2BAA2B,EAC3B,sBAAsB,EACtB,yBAAyB,EACzB,gCAAgC,EAChC,+BAA+B,EAG/B,mBAAmB,EACnB,aAAa,EACb,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,wBAAwB,EAAE,MAAM,iBAAiB,CAAC;AAG3D;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,mBAKxB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAmC8B,MAAM;eAAS,MAAM,GAAG,IAAI;;;oBACpB,MAAM;kBAAY,MAAM;;;;;;;;oBAQxB,MAAM;0BAAoB,MAAM;;;;CAKzF,CAAC"}
1
+ {"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../../../src/platform/services/window/modules/actions.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,sBAAsB,EACtB,uBAAuB,EACvB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,iCAAiC,EACjC,kBAAkB,EAClB,2BAA2B,EAC3B,sBAAsB,EACtB,yBAAyB,EACzB,gCAAgC,EAChC,+BAA+B,EAG/B,mBAAmB,EACnB,aAAa,EACb,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,wBAAwB,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAGtE;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,mBAKxB,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAmC8B,MAAM;eAAS,MAAM,GAAG,IAAI;;;oBACpB,MAAM;kBAAY,MAAM;;;;;;;oBAO/B,MAAM;gBAAU,SAAS;;;;oBAElB,MAAM;0BAAoB,MAAM;;;;CAKzF,CAAC"}
@@ -55,6 +55,7 @@ export const actions = {
55
55
  setAPITitle: createAction("main/updatedAPITitle"),
56
56
  updateGroupedWindows: createAction("main/updateGroupedWindows"),
57
57
  windowEvent: createAction("main/windowEvent"),
58
+ updateMaximizedBounds: createAction("main/updateMaximizedBounds"),
58
59
  workspaceClosing: createAction("main/workspaceClosing"),
59
60
  setTabCollectionForEvergreen: createAction("main/setTabCollectionForEvergreen"),
60
61
  updateEvergreenAfterWorkspaceLoading: createAction("main/updateEvergreenAfterWorkspaceLoading"),
@@ -1 +1 @@
1
- {"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../../../src/platform/services/window/modules/actions.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAwB;IAC9C,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,IAAI;IACd,cAAc,EAAE,EAAE;IAClB,mBAAmB,EAAE,IAAI;CACzB,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACtB,2EAA2E;IAC3E,KAAK,EAAE,YAAY,CAAyB,sBAAsB,CAAC;IACnE,KAAK,EAAE,YAAY,CAAoB,sBAAsB,CAAC;IAC9D,QAAQ,EAAE,YAAY,CAAyB,yBAAyB,CAAC;IACzE,uBAAuB,EAAE,YAAY,CAAO,wCAAwC,CAAC;IACrF,WAAW,EAAE,YAAY,CAA0B,yBAAyB,CAAC;IAC7E,QAAQ,EAAE,YAAY,CAAoB,yBAAyB,CAAC;IACpE,UAAU,EAAE,YAAY,CAAyB,2BAA2B,CAAC;IAC7E,QAAQ,EAAE,YAAY,CAAS,yBAAyB,CAAC;IACzD,uBAAuB,EAAE,YAAY,CAA0B,wCAAwC,CAAC;IACxG,MAAM,EAAE,YAAY,CAAkC,oCAAoC,CAAC;IAC3F,cAAc,EAAE,YAAY,CAA0B,+BAA+B,CAAC;IACtF,UAAU,EAAE,YAAY,CAA0B,2BAA2B,CAAC;IAC9E,mBAAmB,EAAE,YAAY,CAA0B,oCAAoC,CAAC;IAChG,iBAAiB,EAAE,YAAY,CAAiB,kCAAkC,CAAC;IACnF,YAAY,EAAE,YAAY,CAAO,6BAA6B,CAAC;IAC/D,gBAAgB,EAAE,YAAY,CAAS,iCAAiC,CAAC;IAEzE,sBAAsB;IACtB,mBAAmB,EAAE,YAAY,CAAyB,yBAAyB,CAAC;IACpF,sBAAsB,EAAE,YAAY,CAA8B,4BAA4B,CAAC;IAC/F,2BAA2B,EAAE,YAAY,CAA0B,iCAAiC,CAAC;IAErG,+BAA+B;IAC/B,SAAS,EAAE,YAAY,CAAS,cAAc,CAAC;IAC/C,SAAS,EAAE,YAAY,CAAO,cAAc,CAAC;IAC7C,qBAAqB,EAAE,YAAY,CAAgB,0BAA0B,CAAC;IAE9E,mDAAmD;IACnD,aAAa,EAAE,YAAY,CAA4B,oBAAoB,CAAC;IAC5E,gBAAgB,EAAE,YAAY,CAAmB,uBAAuB,CAAC;IACzE,aAAa,EAAE,YAAY,CAA4B,oBAAoB,CAAC;IAC5E,uBAAuB,EAAE,YAAY,CAAmC,8BAA8B,CAAC;IACvG,SAAS,EAAE,YAAY,CAAoC,gBAAgB,CAAC;IAC5E,oBAAoB,EAAE,YAAY,CAA+C,2BAA2B,CAAC;IAC7G,4BAA4B,EAAE,YAAY,CACzC,mCAAmC,CACnC;IACD,gBAAgB,EAAE,YAAY,CAA0B,2BAA2B,CAAC;IACpF,WAAW,EAAE,YAAY,CAA0B,sBAAsB,CAAC;IAC1E,oBAAoB,EAAE,YAAY,CAAqB,2BAA2B,CAAC;IACnF,WAAW,EAAE,YAAY,CAA2B,kBAAkB,CAAC;IACvE,gBAAgB,EAAE,YAAY,CAAW,uBAAuB,CAAC;IACjE,4BAA4B,EAAE,YAAY,CACzC,mCAAmC,CACnC;IACD,oCAAoC,EAAE,YAAY,CAAK,2CAA2C,CAAC;IACnG,2BAA2B,EAAE,YAAY,CAAS,kCAAkC,CAAC;CACrF,CAAC"}
1
+ {"version":3,"file":"actions.js","sourceRoot":"","sources":["../../../../../../src/platform/services/window/modules/actions.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAEhD;;;GAGG;AACH,MAAM,CAAC,MAAM,UAAU,GAAwB;IAC9C,OAAO,EAAE,EAAE;IACX,QAAQ,EAAE,IAAI;IACd,cAAc,EAAE,EAAE;IAClB,mBAAmB,EAAE,IAAI;CACzB,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG;IACtB,2EAA2E;IAC3E,KAAK,EAAE,YAAY,CAAyB,sBAAsB,CAAC;IACnE,KAAK,EAAE,YAAY,CAAoB,sBAAsB,CAAC;IAC9D,QAAQ,EAAE,YAAY,CAAyB,yBAAyB,CAAC;IACzE,uBAAuB,EAAE,YAAY,CAAO,wCAAwC,CAAC;IACrF,WAAW,EAAE,YAAY,CAA0B,yBAAyB,CAAC;IAC7E,QAAQ,EAAE,YAAY,CAAoB,yBAAyB,CAAC;IACpE,UAAU,EAAE,YAAY,CAAyB,2BAA2B,CAAC;IAC7E,QAAQ,EAAE,YAAY,CAAS,yBAAyB,CAAC;IACzD,uBAAuB,EAAE,YAAY,CAA0B,wCAAwC,CAAC;IACxG,MAAM,EAAE,YAAY,CAAkC,oCAAoC,CAAC;IAC3F,cAAc,EAAE,YAAY,CAA0B,+BAA+B,CAAC;IACtF,UAAU,EAAE,YAAY,CAA0B,2BAA2B,CAAC;IAC9E,mBAAmB,EAAE,YAAY,CAA0B,oCAAoC,CAAC;IAChG,iBAAiB,EAAE,YAAY,CAAiB,kCAAkC,CAAC;IACnF,YAAY,EAAE,YAAY,CAAO,6BAA6B,CAAC;IAC/D,gBAAgB,EAAE,YAAY,CAAS,iCAAiC,CAAC;IAEzE,sBAAsB;IACtB,mBAAmB,EAAE,YAAY,CAAyB,yBAAyB,CAAC;IACpF,sBAAsB,EAAE,YAAY,CAA8B,4BAA4B,CAAC;IAC/F,2BAA2B,EAAE,YAAY,CAA0B,iCAAiC,CAAC;IAErG,+BAA+B;IAC/B,SAAS,EAAE,YAAY,CAAS,cAAc,CAAC;IAC/C,SAAS,EAAE,YAAY,CAAO,cAAc,CAAC;IAC7C,qBAAqB,EAAE,YAAY,CAAgB,0BAA0B,CAAC;IAE9E,mDAAmD;IACnD,aAAa,EAAE,YAAY,CAA4B,oBAAoB,CAAC;IAC5E,gBAAgB,EAAE,YAAY,CAAmB,uBAAuB,CAAC;IACzE,aAAa,EAAE,YAAY,CAA4B,oBAAoB,CAAC;IAC5E,uBAAuB,EAAE,YAAY,CAAmC,8BAA8B,CAAC;IACvG,SAAS,EAAE,YAAY,CAAoC,gBAAgB,CAAC;IAC5E,oBAAoB,EAAE,YAAY,CAA+C,2BAA2B,CAAC;IAC7G,4BAA4B,EAAE,YAAY,CACzC,mCAAmC,CACnC;IACD,gBAAgB,EAAE,YAAY,CAA0B,2BAA2B,CAAC;IACpF,WAAW,EAAE,YAAY,CAA0B,sBAAsB,CAAC;IAC1E,oBAAoB,EAAE,YAAY,CAAqB,2BAA2B,CAAC;IACnF,WAAW,EAAE,YAAY,CAA2B,kBAAkB,CAAC;IACvE,qBAAqB,EAAE,YAAY,CAA4C,4BAA4B,CAAC;IAC5G,gBAAgB,EAAE,YAAY,CAAW,uBAAuB,CAAC;IACjE,4BAA4B,EAAE,YAAY,CACzC,mCAAmC,CACnC;IACD,oCAAoC,EAAE,YAAY,CAAK,2CAA2C,CAAC;IACnG,2BAA2B,EAAE,YAAY,CAAS,kCAAkC,CAAC;CACrF,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from "./logger/types";
2
+ export * from "./search/types";
3
+ export * from "./storage/adapters/types";
4
+ export * from "./workspace/types";
5
+ export * from "./window/types";
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export * from "./logger/types";
2
+ export * from "./search/types";
3
+ export * from "./storage/adapters/types";
4
+ export * from "./workspace/types";
5
+ export * from "./window/types";
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/services/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/logger/types";
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/services/logger/types.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/logger/types";
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/services/logger/types.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/search/types";
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/services/search/types.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/search/types";
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/services/search/types.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../../platform/services/storage/adapters/types";
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/services/storage/adapters/types.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../../platform/services/storage/adapters/types";
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../src/services/storage/adapters/types.ts"],"names":[],"mappings":"AAAA,cAAc,mDAAmD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/window/types";
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/services/window/types.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/window/types";
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/services/window/types.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/workspace/types";
2
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/services/workspace/types.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from "../../platform/services/workspace/types";
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/services/workspace/types.ts"],"names":[],"mappings":"AAAA,cAAc,yCAAyC,CAAC"}