@magic-xpa/gui 4.1100.0-dev4110.3 → 4.1100.0-dev4110.31
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.
|
@@ -1154,73 +1154,6 @@ class GuiCommand {
|
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
|
-
class GuiConstants {
|
|
1158
|
-
constructor() {
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
GuiConstants.DEFAULT_LIST_VALUE = -1;
|
|
1162
|
-
GuiConstants.DEFAULT_VALUE_INT = -999999;
|
|
1163
|
-
GuiConstants.ALL_LINES = -1;
|
|
1164
|
-
GuiConstants.NO_ROW_SELECTED = Int32.MinValue;
|
|
1165
|
-
GuiConstants.RIA_MOBILE_UNSUPPORTED_CONTROL_ERROR = "control is not supported for mobile RIA deployment";
|
|
1166
|
-
GuiConstants.RIA_MOBILE_UNSUPPORTED_CONTROL_ERROR_WINDOW_6 = "control is not supported for mobile RIA deployment on Window 6 standard";
|
|
1167
|
-
GuiConstants.TOOL_HEIGHT = 17;
|
|
1168
|
-
GuiConstants.TOOL_WIDTH = 16;
|
|
1169
|
-
GuiConstants.STR_DISPLAY_MEMBER = "DisplayMember";
|
|
1170
|
-
GuiConstants.STR_VALUE_MEMBER = "ValueMember";
|
|
1171
|
-
GuiConstants.PARENT_TYPE_TASK = 'T';
|
|
1172
|
-
GuiConstants.PARENT_TYPE_FORM = 'F';
|
|
1173
|
-
GuiConstants.PARENT_TYPE_CONTROL = 'C';
|
|
1174
|
-
GuiConstants.GENERIC_PROPERTY_BASE_ID = 10000;
|
|
1175
|
-
GuiConstants.TABBING_CYCLE_REMAIN_IN_CURRENT_RECORD = 'R';
|
|
1176
|
-
GuiConstants.TABBING_CYCLE_MOVE_TO_NEXT_RECORD = 'N';
|
|
1177
|
-
GuiConstants.TABBING_CYCLE_MOVE_TO_PARENT_TASK = 'P';
|
|
1178
|
-
GuiConstants.BLOB_PREFIX_ELEMENTS_COUNT = 5;
|
|
1179
|
-
GuiConstants.KEY_DOWN = 40;
|
|
1180
|
-
GuiConstants.KEY_RIGHT = 39;
|
|
1181
|
-
GuiConstants.KEY_UP = 38;
|
|
1182
|
-
GuiConstants.KEY_LEFT = 37;
|
|
1183
|
-
GuiConstants.KEY_HOME = 36;
|
|
1184
|
-
GuiConstants.KEY_END = 35;
|
|
1185
|
-
GuiConstants.KEY_PG_DOWN = 34;
|
|
1186
|
-
GuiConstants.KEY_PG_UP = 33;
|
|
1187
|
-
GuiConstants.KEY_SPACE = 32;
|
|
1188
|
-
GuiConstants.KEY_F12 = 123;
|
|
1189
|
-
GuiConstants.KEY_F1 = 112;
|
|
1190
|
-
GuiConstants.KEY_9 = 57;
|
|
1191
|
-
GuiConstants.KEY_0 = 48;
|
|
1192
|
-
GuiConstants.KEY_Z = 90;
|
|
1193
|
-
GuiConstants.KEY_A = 65;
|
|
1194
|
-
GuiConstants.KEY_DELETE = 46;
|
|
1195
|
-
GuiConstants.KEY_INSERT = 45;
|
|
1196
|
-
GuiConstants.KEY_BACKSPACE = 8;
|
|
1197
|
-
GuiConstants.KEY_TAB = 9;
|
|
1198
|
-
GuiConstants.KEY_RETURN = 13;
|
|
1199
|
-
GuiConstants.KEY_ESC = 27;
|
|
1200
|
-
GuiConstants.KEY_CAPS_LOCK = 20;
|
|
1201
|
-
GuiConstants.KEY_POINT1 = 190;
|
|
1202
|
-
GuiConstants.KEY_POINT2 = 110;
|
|
1203
|
-
GuiConstants.KEY_COMMA = 188;
|
|
1204
|
-
GuiConstants.KEY_CTRL = 17;
|
|
1205
|
-
GuiConstants.KEY_ALT = 18;
|
|
1206
|
-
GuiConstants.LOGON_CAPTION = "Logon - ";
|
|
1207
|
-
GuiConstants.ENTER_UID_TTL = "Please enter your user ID and password.";
|
|
1208
|
-
GuiConstants.GROUP_BOX_TITLE_MAX_SIZE = 62;
|
|
1209
|
-
GuiConstants.MSG_CAPTION_MAX_SIZE = 56;
|
|
1210
|
-
GuiConstants.LABEL_CAPTION_MAX_SIZE = 9;
|
|
1211
|
-
GuiConstants.PASSWORD_CAPTION_MAX_SIZE = 19;
|
|
1212
|
-
GuiConstants.REPLACE_ALL_TEXT = -1;
|
|
1213
|
-
GuiConstants.STR_LOGON_RTL = "LogonRTL";
|
|
1214
|
-
GuiConstants.STR_LOGO_WIN_ICON_URL = "LogonWindowIconURL";
|
|
1215
|
-
GuiConstants.STR_LOGON_IMAGE_URL = "LogonImageURL";
|
|
1216
|
-
GuiConstants.STR_LOGON_WIN_TITLE = "LogonWindowTitle";
|
|
1217
|
-
GuiConstants.STR_LOGON_GROUP_TITLE = "LogonGroupTitle";
|
|
1218
|
-
GuiConstants.STR_LOGON_MSG_CAPTION = "LogonMessageCaption";
|
|
1219
|
-
GuiConstants.STR_LOGON_USER_ID_CAPTION = "LogonUserIDCaption";
|
|
1220
|
-
GuiConstants.STR_LOGON_PASS_CAPTION = "LogonPasswordCaption";
|
|
1221
|
-
GuiConstants.STR_LOGON_OK_CAPTION = "LogonOKCaption";
|
|
1222
|
-
GuiConstants.STR_LOGON_CANCEL_CAPTION = "LogonCancelCaption";
|
|
1223
|
-
|
|
1224
1157
|
class Commands {
|
|
1225
1158
|
static SetResolveCallback(resolveCallback) {
|
|
1226
1159
|
this.resolveCallback = resolveCallback;
|
|
@@ -1310,7 +1243,7 @@ class Commands {
|
|
|
1310
1243
|
if (obj instanceof GuiMgControl && obj.isChoiceControl()) {
|
|
1311
1244
|
if (value < 0)
|
|
1312
1245
|
if (obj.isComboBox())
|
|
1313
|
-
guiCommand.value =
|
|
1246
|
+
guiCommand.value = undefined;
|
|
1314
1247
|
else
|
|
1315
1248
|
guiCommand.value = '';
|
|
1316
1249
|
}
|
|
@@ -1726,6 +1659,73 @@ Manager.DefaultServerName = null;
|
|
|
1726
1659
|
Manager.UtilImeJpn = (UtilStrByteMode.isLocaleDefLangJPN() ? new UtilImeJpn() : null);
|
|
1727
1660
|
Manager.EventsManager = null;
|
|
1728
1661
|
|
|
1662
|
+
class GuiConstants {
|
|
1663
|
+
constructor() {
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
GuiConstants.DEFAULT_LIST_VALUE = -1;
|
|
1667
|
+
GuiConstants.DEFAULT_VALUE_INT = -999999;
|
|
1668
|
+
GuiConstants.ALL_LINES = -1;
|
|
1669
|
+
GuiConstants.NO_ROW_SELECTED = Int32.MinValue;
|
|
1670
|
+
GuiConstants.RIA_MOBILE_UNSUPPORTED_CONTROL_ERROR = "control is not supported for mobile RIA deployment";
|
|
1671
|
+
GuiConstants.RIA_MOBILE_UNSUPPORTED_CONTROL_ERROR_WINDOW_6 = "control is not supported for mobile RIA deployment on Window 6 standard";
|
|
1672
|
+
GuiConstants.TOOL_HEIGHT = 17;
|
|
1673
|
+
GuiConstants.TOOL_WIDTH = 16;
|
|
1674
|
+
GuiConstants.STR_DISPLAY_MEMBER = "DisplayMember";
|
|
1675
|
+
GuiConstants.STR_VALUE_MEMBER = "ValueMember";
|
|
1676
|
+
GuiConstants.PARENT_TYPE_TASK = 'T';
|
|
1677
|
+
GuiConstants.PARENT_TYPE_FORM = 'F';
|
|
1678
|
+
GuiConstants.PARENT_TYPE_CONTROL = 'C';
|
|
1679
|
+
GuiConstants.GENERIC_PROPERTY_BASE_ID = 10000;
|
|
1680
|
+
GuiConstants.TABBING_CYCLE_REMAIN_IN_CURRENT_RECORD = 'R';
|
|
1681
|
+
GuiConstants.TABBING_CYCLE_MOVE_TO_NEXT_RECORD = 'N';
|
|
1682
|
+
GuiConstants.TABBING_CYCLE_MOVE_TO_PARENT_TASK = 'P';
|
|
1683
|
+
GuiConstants.BLOB_PREFIX_ELEMENTS_COUNT = 5;
|
|
1684
|
+
GuiConstants.KEY_DOWN = 40;
|
|
1685
|
+
GuiConstants.KEY_RIGHT = 39;
|
|
1686
|
+
GuiConstants.KEY_UP = 38;
|
|
1687
|
+
GuiConstants.KEY_LEFT = 37;
|
|
1688
|
+
GuiConstants.KEY_HOME = 36;
|
|
1689
|
+
GuiConstants.KEY_END = 35;
|
|
1690
|
+
GuiConstants.KEY_PG_DOWN = 34;
|
|
1691
|
+
GuiConstants.KEY_PG_UP = 33;
|
|
1692
|
+
GuiConstants.KEY_SPACE = 32;
|
|
1693
|
+
GuiConstants.KEY_F12 = 123;
|
|
1694
|
+
GuiConstants.KEY_F1 = 112;
|
|
1695
|
+
GuiConstants.KEY_9 = 57;
|
|
1696
|
+
GuiConstants.KEY_0 = 48;
|
|
1697
|
+
GuiConstants.KEY_Z = 90;
|
|
1698
|
+
GuiConstants.KEY_A = 65;
|
|
1699
|
+
GuiConstants.KEY_DELETE = 46;
|
|
1700
|
+
GuiConstants.KEY_INSERT = 45;
|
|
1701
|
+
GuiConstants.KEY_BACKSPACE = 8;
|
|
1702
|
+
GuiConstants.KEY_TAB = 9;
|
|
1703
|
+
GuiConstants.KEY_RETURN = 13;
|
|
1704
|
+
GuiConstants.KEY_ESC = 27;
|
|
1705
|
+
GuiConstants.KEY_CAPS_LOCK = 20;
|
|
1706
|
+
GuiConstants.KEY_POINT1 = 190;
|
|
1707
|
+
GuiConstants.KEY_POINT2 = 110;
|
|
1708
|
+
GuiConstants.KEY_COMMA = 188;
|
|
1709
|
+
GuiConstants.KEY_CTRL = 17;
|
|
1710
|
+
GuiConstants.KEY_ALT = 18;
|
|
1711
|
+
GuiConstants.LOGON_CAPTION = "Logon - ";
|
|
1712
|
+
GuiConstants.ENTER_UID_TTL = "Please enter your user ID and password.";
|
|
1713
|
+
GuiConstants.GROUP_BOX_TITLE_MAX_SIZE = 62;
|
|
1714
|
+
GuiConstants.MSG_CAPTION_MAX_SIZE = 56;
|
|
1715
|
+
GuiConstants.LABEL_CAPTION_MAX_SIZE = 9;
|
|
1716
|
+
GuiConstants.PASSWORD_CAPTION_MAX_SIZE = 19;
|
|
1717
|
+
GuiConstants.REPLACE_ALL_TEXT = -1;
|
|
1718
|
+
GuiConstants.STR_LOGON_RTL = "LogonRTL";
|
|
1719
|
+
GuiConstants.STR_LOGO_WIN_ICON_URL = "LogonWindowIconURL";
|
|
1720
|
+
GuiConstants.STR_LOGON_IMAGE_URL = "LogonImageURL";
|
|
1721
|
+
GuiConstants.STR_LOGON_WIN_TITLE = "LogonWindowTitle";
|
|
1722
|
+
GuiConstants.STR_LOGON_GROUP_TITLE = "LogonGroupTitle";
|
|
1723
|
+
GuiConstants.STR_LOGON_MSG_CAPTION = "LogonMessageCaption";
|
|
1724
|
+
GuiConstants.STR_LOGON_USER_ID_CAPTION = "LogonUserIDCaption";
|
|
1725
|
+
GuiConstants.STR_LOGON_PASS_CAPTION = "LogonPasswordCaption";
|
|
1726
|
+
GuiConstants.STR_LOGON_OK_CAPTION = "LogonOKCaption";
|
|
1727
|
+
GuiConstants.STR_LOGON_CANCEL_CAPTION = "LogonCancelCaption";
|
|
1728
|
+
|
|
1729
1729
|
class BlobType {
|
|
1730
1730
|
static getContentType(blob) {
|
|
1731
1731
|
try {
|