@magic-xpa/gui 4.800.0 → 4.800.2
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@magic-xpa/mscorelib'), require('@magic-xpa/utils'), require('util'), require('rxjs')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@magic-xpa/gui', ['exports', '@magic-xpa/mscorelib', '@magic-xpa/utils', 'util', 'rxjs'], factory) :
|
|
4
|
-
(global = global || self, factory((global[
|
|
5
|
-
}(this, (function (exports, mscorelib, utils, util, rxjs) { 'use strict';
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global["magic-xpa"] = global["magic-xpa"] || {}, global["magic-xpa"].gui = {}), global.mscorelib, global.utils, global.util, global.rxjs));
|
|
5
|
+
})(this, (function (exports, mscorelib, utils, util, rxjs) { 'use strict';
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -814,6 +814,7 @@
|
|
|
814
814
|
}());
|
|
815
815
|
GuiCommandQueue._instance = null;
|
|
816
816
|
|
|
817
|
+
exports.InteractiveCommandType = void 0;
|
|
817
818
|
(function (InteractiveCommandType) {
|
|
818
819
|
InteractiveCommandType[InteractiveCommandType["GET_FONT_METRICS"] = 0] = "GET_FONT_METRICS";
|
|
819
820
|
InteractiveCommandType[InteractiveCommandType["GET_RESOLUTION"] = 1] = "GET_RESOLUTION";
|
|
@@ -1610,41 +1611,49 @@
|
|
|
1610
1611
|
return GuiMgControl;
|
|
1611
1612
|
}(ControlBase));
|
|
1612
1613
|
|
|
1614
|
+
exports.DateElement = void 0;
|
|
1613
1615
|
(function (DateElement) {
|
|
1614
1616
|
DateElement["YEAR"] = "Y";
|
|
1615
1617
|
DateElement["MONTH"] = "M";
|
|
1616
1618
|
DateElement["DAY"] = "D";
|
|
1617
1619
|
DateElement["DOW"] = "W";
|
|
1618
1620
|
})(exports.DateElement || (exports.DateElement = {}));
|
|
1621
|
+
exports.MenuEntryProgram_SrcContext = void 0;
|
|
1619
1622
|
(function (MenuEntryProgram_SrcContext) {
|
|
1620
1623
|
MenuEntryProgram_SrcContext["Main"] = "M";
|
|
1621
1624
|
MenuEntryProgram_SrcContext["Current"] = "C";
|
|
1622
1625
|
})(exports.MenuEntryProgram_SrcContext || (exports.MenuEntryProgram_SrcContext = {}));
|
|
1626
|
+
exports.EditReturnCode = void 0;
|
|
1623
1627
|
(function (EditReturnCode) {
|
|
1624
1628
|
EditReturnCode[EditReturnCode["EDIT_CONTINUE"] = 0] = "EDIT_CONTINUE";
|
|
1625
1629
|
EditReturnCode[EditReturnCode["EDIT_AUTOSKIP"] = 1] = "EDIT_AUTOSKIP";
|
|
1626
1630
|
EditReturnCode[EditReturnCode["EDIT_RESTART"] = 2] = "EDIT_RESTART";
|
|
1627
1631
|
})(exports.EditReturnCode || (exports.EditReturnCode = {}));
|
|
1632
|
+
exports.GuiExpressionEvaluator_ControlsPersistencyClearOption = void 0;
|
|
1628
1633
|
(function (GuiExpressionEvaluator_ControlsPersistencyClearOption) {
|
|
1629
1634
|
GuiExpressionEvaluator_ControlsPersistencyClearOption[GuiExpressionEvaluator_ControlsPersistencyClearOption["All"] = 1] = "All";
|
|
1630
1635
|
GuiExpressionEvaluator_ControlsPersistencyClearOption[GuiExpressionEvaluator_ControlsPersistencyClearOption["CurrentForm"] = 2] = "CurrentForm";
|
|
1631
1636
|
})(exports.GuiExpressionEvaluator_ControlsPersistencyClearOption || (exports.GuiExpressionEvaluator_ControlsPersistencyClearOption = {}));
|
|
1637
|
+
exports.DataModificationTypes = void 0;
|
|
1632
1638
|
(function (DataModificationTypes) {
|
|
1633
1639
|
DataModificationTypes["Update"] = "u";
|
|
1634
1640
|
DataModificationTypes["Insert"] = "i";
|
|
1635
1641
|
DataModificationTypes["Delete"] = "d";
|
|
1636
1642
|
DataModificationTypes["None"] = " ";
|
|
1637
1643
|
})(exports.DataModificationTypes || (exports.DataModificationTypes = {}));
|
|
1644
|
+
exports.MgCheckState = void 0;
|
|
1638
1645
|
(function (MgCheckState) {
|
|
1639
1646
|
MgCheckState[MgCheckState["UNCHECKED"] = 1] = "UNCHECKED";
|
|
1640
1647
|
MgCheckState[MgCheckState["CHECKED"] = 2] = "CHECKED";
|
|
1641
1648
|
MgCheckState[MgCheckState["INDETERMINATE"] = 3] = "INDETERMINATE";
|
|
1642
1649
|
})(exports.MgCheckState || (exports.MgCheckState = {}));
|
|
1650
|
+
exports.MarkMode = void 0;
|
|
1643
1651
|
(function (MarkMode) {
|
|
1644
1652
|
MarkMode[MarkMode["MARK_ALL_TEXT"] = 1] = "MARK_ALL_TEXT";
|
|
1645
1653
|
MarkMode[MarkMode["UNMARK_ALL_TEXT"] = 2] = "UNMARK_ALL_TEXT";
|
|
1646
1654
|
MarkMode[MarkMode["MARK_SELECTION_TEXT"] = 3] = "MARK_SELECTION_TEXT";
|
|
1647
1655
|
})(exports.MarkMode || (exports.MarkMode = {}));
|
|
1656
|
+
exports.MgCursors = void 0;
|
|
1648
1657
|
(function (MgCursors) {
|
|
1649
1658
|
MgCursors[MgCursors["ARROW"] = 1] = "ARROW";
|
|
1650
1659
|
MgCursors[MgCursors["WAITCURSOR"] = 2] = "WAITCURSOR";
|
|
@@ -1661,6 +1670,7 @@
|
|
|
1661
1670
|
MgCursors[MgCursors["SIZEWE"] = 13] = "SIZEWE";
|
|
1662
1671
|
MgCursors[MgCursors["UPARROW"] = 14] = "UPARROW";
|
|
1663
1672
|
})(exports.MgCursors || (exports.MgCursors = {}));
|
|
1673
|
+
exports.Modifiers = void 0;
|
|
1664
1674
|
(function (Modifiers) {
|
|
1665
1675
|
Modifiers["MODIFIER_ALT"] = "A";
|
|
1666
1676
|
Modifiers["MODIFIER_CTRL"] = "C";
|
|
@@ -1670,6 +1680,7 @@
|
|
|
1670
1680
|
Modifiers["MODIFIER_ALT_CTRL"] = "Y";
|
|
1671
1681
|
Modifiers["MODIFIER_ALT_SHIFT"] = "Z";
|
|
1672
1682
|
})(exports.Modifiers || (exports.Modifiers = {}));
|
|
1683
|
+
exports.CommandType = void 0;
|
|
1673
1684
|
(function (CommandType) {
|
|
1674
1685
|
CommandType[CommandType["OPEN_FORM"] = 0] = "OPEN_FORM";
|
|
1675
1686
|
CommandType[CommandType["CREATE_FORM"] = 1] = "CREATE_FORM";
|
|
@@ -1829,6 +1840,7 @@
|
|
|
1829
1840
|
CommandType[CommandType["SHOW_SPINNER"] = 155] = "SHOW_SPINNER";
|
|
1830
1841
|
CommandType[CommandType["SHOW_HTML_ERROR"] = 156] = "SHOW_HTML_ERROR";
|
|
1831
1842
|
})(exports.CommandType || (exports.CommandType = {}));
|
|
1843
|
+
exports.HtmlProperties = void 0;
|
|
1832
1844
|
(function (HtmlProperties) {
|
|
1833
1845
|
HtmlProperties["Visible"] = "visible";
|
|
1834
1846
|
HtmlProperties["Enabled"] = "enabled";
|
|
@@ -1848,11 +1860,13 @@
|
|
|
1848
1860
|
HtmlProperties["BindingLevel"] = "bindingLevel";
|
|
1849
1861
|
HtmlProperties["ZoomButtonTooltip"] = "ZoomButtonTooltip";
|
|
1850
1862
|
})(exports.HtmlProperties || (exports.HtmlProperties = {}));
|
|
1863
|
+
exports.MenuStyle = void 0;
|
|
1851
1864
|
(function (MenuStyle) {
|
|
1852
1865
|
MenuStyle[MenuStyle["MENU_STYLE_PULLDOWN"] = 1] = "MENU_STYLE_PULLDOWN";
|
|
1853
1866
|
MenuStyle[MenuStyle["MENU_STYLE_CONTEXT"] = 2] = "MENU_STYLE_CONTEXT";
|
|
1854
1867
|
MenuStyle[MenuStyle["MENU_STYLE_TOOLBAR"] = 3] = "MENU_STYLE_TOOLBAR";
|
|
1855
1868
|
})(exports.MenuStyle || (exports.MenuStyle = {}));
|
|
1869
|
+
exports.DockingStyle = void 0;
|
|
1856
1870
|
(function (DockingStyle) {
|
|
1857
1871
|
DockingStyle[DockingStyle["NONE"] = 0] = "NONE";
|
|
1858
1872
|
DockingStyle[DockingStyle["BOTTOM"] = 1] = "BOTTOM";
|
|
@@ -1861,6 +1875,7 @@
|
|
|
1861
1875
|
DockingStyle[DockingStyle["RIGHT"] = 4] = "RIGHT";
|
|
1862
1876
|
DockingStyle[DockingStyle["TOP"] = 5] = "TOP";
|
|
1863
1877
|
})(exports.DockingStyle || (exports.DockingStyle = {}));
|
|
1878
|
+
exports.RaisedBy = void 0;
|
|
1864
1879
|
(function (RaisedBy) {
|
|
1865
1880
|
RaisedBy[RaisedBy["USER_ACTION"] = 0] = "USER_ACTION";
|
|
1866
1881
|
RaisedBy[RaisedBy["CLOSE_SYSTEM_MENU"] = 1] = "CLOSE_SYSTEM_MENU";
|
|
@@ -1869,11 +1884,13 @@
|
|
|
1869
1884
|
RaisedBy[RaisedBy["INTERNAL"] = 4] = "INTERNAL";
|
|
1870
1885
|
RaisedBy[RaisedBy["KBPUT"] = 5] = "KBPUT";
|
|
1871
1886
|
})(exports.RaisedBy || (exports.RaisedBy = {}));
|
|
1887
|
+
exports.TraverseMode = void 0;
|
|
1872
1888
|
(function (TraverseMode) {
|
|
1873
1889
|
TraverseMode[TraverseMode["NONE"] = 1] = "NONE";
|
|
1874
1890
|
TraverseMode[TraverseMode["WITHIN_CONTROL"] = 2] = "WITHIN_CONTROL";
|
|
1875
1891
|
TraverseMode[TraverseMode["BETWEEN_CONTROLS"] = 3] = "BETWEEN_CONTROLS";
|
|
1876
1892
|
})(exports.TraverseMode || (exports.TraverseMode = {}));
|
|
1893
|
+
exports.ClipFormats = void 0;
|
|
1877
1894
|
(function (ClipFormats) {
|
|
1878
1895
|
ClipFormats[ClipFormats["FORMAT_USER"] = 0] = "FORMAT_USER";
|
|
1879
1896
|
ClipFormats[ClipFormats["FORMAT_TEXT"] = 1] = "FORMAT_TEXT";
|
|
@@ -1885,6 +1902,7 @@
|
|
|
1885
1902
|
ClipFormats[ClipFormats["FORMAT_UNICODE_TEXT"] = 7] = "FORMAT_UNICODE_TEXT";
|
|
1886
1903
|
ClipFormats["FORMAT_UNKNOWN"] = "c";
|
|
1887
1904
|
})(exports.ClipFormats || (exports.ClipFormats = {}));
|
|
1905
|
+
exports.OverlayType = void 0;
|
|
1888
1906
|
(function (OverlayType) {
|
|
1889
1907
|
OverlayType[OverlayType["Overlay"] = 0] = "Overlay";
|
|
1890
1908
|
OverlayType[OverlayType["Alert"] = 1] = "Alert";
|
|
@@ -2148,6 +2166,7 @@
|
|
|
2148
2166
|
}());
|
|
2149
2167
|
Commands.resolveCallback = null;
|
|
2150
2168
|
|
|
2169
|
+
exports.PropInterface = void 0;
|
|
2151
2170
|
(function (PropInterface) {
|
|
2152
2171
|
PropInterface[PropInterface["PROP_TYPE_LINES_IN_TABLE"] = 3] = "PROP_TYPE_LINES_IN_TABLE";
|
|
2153
2172
|
PropInterface[PropInterface["PROP_TYPE_HYPERLINK"] = 14] = "PROP_TYPE_HYPERLINK";
|
|
@@ -19427,5 +19446,5 @@
|
|
|
19427
19446
|
|
|
19428
19447
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
19429
19448
|
|
|
19430
|
-
}))
|
|
19449
|
+
}));
|
|
19431
19450
|
//# sourceMappingURL=magic-xpa-gui.umd.js.map
|