fit-ui 2.6.0 → 2.6.1
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/dist/Fit.UI.js +9 -1
- package/dist/Fit.UI.min.js +1 -1
- package/package.json +1 -1
package/dist/Fit.UI.js
CHANGED
|
@@ -648,7 +648,7 @@ Fit._internal =
|
|
|
648
648
|
{
|
|
649
649
|
Core:
|
|
650
650
|
{
|
|
651
|
-
VersionInfo: { Major: 2, Minor: 6, Patch:
|
|
651
|
+
VersionInfo: { Major: 2, Minor: 6, Patch: 1 } // Do NOT modify format - version numbers are programmatically changed when releasing new versions - MUST be on a separate line!
|
|
652
652
|
}
|
|
653
653
|
};
|
|
654
654
|
|
|
@@ -4473,6 +4473,14 @@ Fit.Controls.DirtyCheckAll = function(scope)
|
|
|
4473
4473
|
return result;
|
|
4474
4474
|
}
|
|
4475
4475
|
|
|
4476
|
+
// <container name="Fit._internal.ControlBase">
|
|
4477
|
+
// <member name="ReduceDocumentRootPollution" static="true" type="boolean">
|
|
4478
|
+
// Reduce use of document root to host elements such as
|
|
4479
|
+
// context menus, dialogs, widgets, etc., which are temporarily
|
|
4480
|
+
// visible when interacting with controls on the screen.
|
|
4481
|
+
// </member>
|
|
4482
|
+
// </container>
|
|
4483
|
+
Fit._internal.ControlBase.ReduceDocumentRootPollution = true;
|
|
4476
4484
|
/// <container name="Fit.Cookies">
|
|
4477
4485
|
/// Cookie functionality.
|
|
4478
4486
|
/// Set/Get/Remove functions can be invoked as static members, or an instance of Fit.Cookies
|