@openfin/core 38.81.47 → 38.81.49

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.
@@ -8017,6 +8017,12 @@ declare type LayoutOptions = {
8017
8017
  * Represents a potential ways to customize behavior of your Layout
8018
8018
  */
8019
8019
  settings?: {
8020
+ /**
8021
+ * @defaultValue false
8022
+ *
8023
+ * When true the splitters will not be draggable and the layout will not resize.
8024
+ */
8025
+ preventSplitterResize?: boolean;
8020
8026
  /**
8021
8027
  * @defaultValue false
8022
8028
  *
@@ -8017,6 +8017,12 @@ declare type LayoutOptions = {
8017
8017
  * Represents a potential ways to customize behavior of your Layout
8018
8018
  */
8019
8019
  settings?: {
8020
+ /**
8021
+ * @defaultValue false
8022
+ *
8023
+ * When true the splitters will not be draggable and the layout will not resize.
8024
+ */
8025
+ preventSplitterResize?: boolean;
8020
8026
  /**
8021
8027
  * @defaultValue false
8022
8028
  *
@@ -8017,6 +8017,12 @@ declare type LayoutOptions = {
8017
8017
  * Represents a potential ways to customize behavior of your Layout
8018
8018
  */
8019
8019
  settings?: {
8020
+ /**
8021
+ * @defaultValue false
8022
+ *
8023
+ * When true the splitters will not be draggable and the layout will not resize.
8024
+ */
8025
+ preventSplitterResize?: boolean;
8020
8026
  /**
8021
8027
  * @defaultValue false
8022
8028
  *
package/out/mock.d.ts CHANGED
@@ -8310,6 +8310,12 @@ declare type LayoutOptions = {
8310
8310
  * Represents a potential ways to customize behavior of your Layout
8311
8311
  */
8312
8312
  settings?: {
8313
+ /**
8314
+ * @defaultValue false
8315
+ *
8316
+ * When true the splitters will not be draggable and the layout will not resize.
8317
+ */
8318
+ preventSplitterResize?: boolean;
8313
8319
  /**
8314
8320
  * @defaultValue false
8315
8321
  *