@openfin/fdc3-api 38.81.47 → 38.81.48

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.
@@ -8359,6 +8359,12 @@ declare type LayoutOptions = {
8359
8359
  * Represents a potential ways to customize behavior of your Layout
8360
8360
  */
8361
8361
  settings?: {
8362
+ /**
8363
+ * @defaultValue false
8364
+ *
8365
+ * When true the splitters will not be draggable and the layout will not resize.
8366
+ */
8367
+ preventSplitterResize?: boolean;
8362
8368
  /**
8363
8369
  * @defaultValue false
8364
8370
  *
@@ -8359,6 +8359,12 @@ declare type LayoutOptions = {
8359
8359
  * Represents a potential ways to customize behavior of your Layout
8360
8360
  */
8361
8361
  settings?: {
8362
+ /**
8363
+ * @defaultValue false
8364
+ *
8365
+ * When true the splitters will not be draggable and the layout will not resize.
8366
+ */
8367
+ preventSplitterResize?: boolean;
8362
8368
  /**
8363
8369
  * @defaultValue false
8364
8370
  *
@@ -8359,6 +8359,12 @@ declare type LayoutOptions = {
8359
8359
  * Represents a potential ways to customize behavior of your Layout
8360
8360
  */
8361
8361
  settings?: {
8362
+ /**
8363
+ * @defaultValue false
8364
+ *
8365
+ * When true the splitters will not be draggable and the layout will not resize.
8366
+ */
8367
+ preventSplitterResize?: boolean;
8362
8368
  /**
8363
8369
  * @defaultValue false
8364
8370
  *
package/out/fdc3-api.d.ts CHANGED
@@ -8652,6 +8652,12 @@ declare type LayoutOptions = {
8652
8652
  * Represents a potential ways to customize behavior of your Layout
8653
8653
  */
8654
8654
  settings?: {
8655
+ /**
8656
+ * @defaultValue false
8657
+ *
8658
+ * When true the splitters will not be draggable and the layout will not resize.
8659
+ */
8660
+ preventSplitterResize?: boolean;
8655
8661
  /**
8656
8662
  * @defaultValue false
8657
8663
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfin/fdc3-api",
3
- "version": "38.81.47",
3
+ "version": "38.81.48",
4
4
  "description": "OpenFin fdc3 module utilities and types.",
5
5
  "license": "SEE LICENSE IN LICENSE.MD",
6
6
  "private": false,