@magic-xpa/gui 4.1000.0-dev4100.381 → 4.1000.0-dev4100.382
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,6 +1154,73 @@ 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
|
+
|
|
1157
1224
|
class Commands {
|
|
1158
1225
|
static SetResolveCallback(resolveCallback) {
|
|
1159
1226
|
this.resolveCallback = resolveCallback;
|
|
@@ -1242,7 +1309,10 @@ class Commands {
|
|
|
1242
1309
|
if (commandType === CommandType.SET_VALUE) {
|
|
1243
1310
|
if (obj instanceof GuiMgControl && obj.isChoiceControl()) {
|
|
1244
1311
|
if (value < 0)
|
|
1245
|
-
|
|
1312
|
+
if (obj.isComboBox())
|
|
1313
|
+
guiCommand.value = GuiConstants.DEFAULT_LIST_VALUE;
|
|
1314
|
+
else
|
|
1315
|
+
guiCommand.value = '';
|
|
1246
1316
|
}
|
|
1247
1317
|
}
|
|
1248
1318
|
GuiCommandQueue.getInstance().addCommand(guiCommand);
|
|
@@ -1656,73 +1726,6 @@ Manager.DefaultServerName = null;
|
|
|
1656
1726
|
Manager.UtilImeJpn = (UtilStrByteMode.isLocaleDefLangJPN() ? new UtilImeJpn() : null);
|
|
1657
1727
|
Manager.EventsManager = null;
|
|
1658
1728
|
|
|
1659
|
-
class GuiConstants {
|
|
1660
|
-
constructor() {
|
|
1661
|
-
}
|
|
1662
|
-
}
|
|
1663
|
-
GuiConstants.DEFAULT_LIST_VALUE = -1;
|
|
1664
|
-
GuiConstants.DEFAULT_VALUE_INT = -999999;
|
|
1665
|
-
GuiConstants.ALL_LINES = -1;
|
|
1666
|
-
GuiConstants.NO_ROW_SELECTED = Int32.MinValue;
|
|
1667
|
-
GuiConstants.RIA_MOBILE_UNSUPPORTED_CONTROL_ERROR = "control is not supported for mobile RIA deployment";
|
|
1668
|
-
GuiConstants.RIA_MOBILE_UNSUPPORTED_CONTROL_ERROR_WINDOW_6 = "control is not supported for mobile RIA deployment on Window 6 standard";
|
|
1669
|
-
GuiConstants.TOOL_HEIGHT = 17;
|
|
1670
|
-
GuiConstants.TOOL_WIDTH = 16;
|
|
1671
|
-
GuiConstants.STR_DISPLAY_MEMBER = "DisplayMember";
|
|
1672
|
-
GuiConstants.STR_VALUE_MEMBER = "ValueMember";
|
|
1673
|
-
GuiConstants.PARENT_TYPE_TASK = 'T';
|
|
1674
|
-
GuiConstants.PARENT_TYPE_FORM = 'F';
|
|
1675
|
-
GuiConstants.PARENT_TYPE_CONTROL = 'C';
|
|
1676
|
-
GuiConstants.GENERIC_PROPERTY_BASE_ID = 10000;
|
|
1677
|
-
GuiConstants.TABBING_CYCLE_REMAIN_IN_CURRENT_RECORD = 'R';
|
|
1678
|
-
GuiConstants.TABBING_CYCLE_MOVE_TO_NEXT_RECORD = 'N';
|
|
1679
|
-
GuiConstants.TABBING_CYCLE_MOVE_TO_PARENT_TASK = 'P';
|
|
1680
|
-
GuiConstants.BLOB_PREFIX_ELEMENTS_COUNT = 5;
|
|
1681
|
-
GuiConstants.KEY_DOWN = 40;
|
|
1682
|
-
GuiConstants.KEY_RIGHT = 39;
|
|
1683
|
-
GuiConstants.KEY_UP = 38;
|
|
1684
|
-
GuiConstants.KEY_LEFT = 37;
|
|
1685
|
-
GuiConstants.KEY_HOME = 36;
|
|
1686
|
-
GuiConstants.KEY_END = 35;
|
|
1687
|
-
GuiConstants.KEY_PG_DOWN = 34;
|
|
1688
|
-
GuiConstants.KEY_PG_UP = 33;
|
|
1689
|
-
GuiConstants.KEY_SPACE = 32;
|
|
1690
|
-
GuiConstants.KEY_F12 = 123;
|
|
1691
|
-
GuiConstants.KEY_F1 = 112;
|
|
1692
|
-
GuiConstants.KEY_9 = 57;
|
|
1693
|
-
GuiConstants.KEY_0 = 48;
|
|
1694
|
-
GuiConstants.KEY_Z = 90;
|
|
1695
|
-
GuiConstants.KEY_A = 65;
|
|
1696
|
-
GuiConstants.KEY_DELETE = 46;
|
|
1697
|
-
GuiConstants.KEY_INSERT = 45;
|
|
1698
|
-
GuiConstants.KEY_BACKSPACE = 8;
|
|
1699
|
-
GuiConstants.KEY_TAB = 9;
|
|
1700
|
-
GuiConstants.KEY_RETURN = 13;
|
|
1701
|
-
GuiConstants.KEY_ESC = 27;
|
|
1702
|
-
GuiConstants.KEY_CAPS_LOCK = 20;
|
|
1703
|
-
GuiConstants.KEY_POINT1 = 190;
|
|
1704
|
-
GuiConstants.KEY_POINT2 = 110;
|
|
1705
|
-
GuiConstants.KEY_COMMA = 188;
|
|
1706
|
-
GuiConstants.KEY_CTRL = 17;
|
|
1707
|
-
GuiConstants.KEY_ALT = 18;
|
|
1708
|
-
GuiConstants.LOGON_CAPTION = "Logon - ";
|
|
1709
|
-
GuiConstants.ENTER_UID_TTL = "Please enter your user ID and password.";
|
|
1710
|
-
GuiConstants.GROUP_BOX_TITLE_MAX_SIZE = 62;
|
|
1711
|
-
GuiConstants.MSG_CAPTION_MAX_SIZE = 56;
|
|
1712
|
-
GuiConstants.LABEL_CAPTION_MAX_SIZE = 9;
|
|
1713
|
-
GuiConstants.PASSWORD_CAPTION_MAX_SIZE = 19;
|
|
1714
|
-
GuiConstants.REPLACE_ALL_TEXT = -1;
|
|
1715
|
-
GuiConstants.STR_LOGON_RTL = "LogonRTL";
|
|
1716
|
-
GuiConstants.STR_LOGO_WIN_ICON_URL = "LogonWindowIconURL";
|
|
1717
|
-
GuiConstants.STR_LOGON_IMAGE_URL = "LogonImageURL";
|
|
1718
|
-
GuiConstants.STR_LOGON_WIN_TITLE = "LogonWindowTitle";
|
|
1719
|
-
GuiConstants.STR_LOGON_GROUP_TITLE = "LogonGroupTitle";
|
|
1720
|
-
GuiConstants.STR_LOGON_MSG_CAPTION = "LogonMessageCaption";
|
|
1721
|
-
GuiConstants.STR_LOGON_USER_ID_CAPTION = "LogonUserIDCaption";
|
|
1722
|
-
GuiConstants.STR_LOGON_PASS_CAPTION = "LogonPasswordCaption";
|
|
1723
|
-
GuiConstants.STR_LOGON_OK_CAPTION = "LogonOKCaption";
|
|
1724
|
-
GuiConstants.STR_LOGON_CANCEL_CAPTION = "LogonCancelCaption";
|
|
1725
|
-
|
|
1726
1729
|
class BlobType {
|
|
1727
1730
|
static getContentType(blob) {
|
|
1728
1731
|
try {
|