@magic-xpa/engine 4.1200.0-dev4120.237 → 4.1200.0-dev4120.240
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.
@@ -10123,7 +10123,8 @@ class FetchDataControlValuesEventCommand extends EventCommand {
|
|
10123
10123
|
helper.SerializeTaskTag(this.TaskTag);
|
10124
10124
|
helper.SerializeMagicEvent(this.MagicEvent);
|
10125
10125
|
helper.SerializeAttribute(ConstInterface.MG_ATTR_CONTROL_NAME, this.ControlName);
|
10126
|
-
|
10126
|
+
if (this.FilterData != null && this.FilterData != "")
|
10127
|
+
helper.SerializeAttribute(ConstInterface.MG_ATTR_SEARCH_STR, this.FilterData);
|
10127
10128
|
return helper.GetString();
|
10128
10129
|
}
|
10129
10130
|
getCommandInfo() {
|
@@ -39628,7 +39629,7 @@ class CommandsTable {
|
|
39628
39629
|
}
|
39629
39630
|
}
|
39630
39631
|
|
39631
|
-
let CurrentClientVersion = '4.1200.0-dev4120.
|
39632
|
+
let CurrentClientVersion = '4.1200.0-dev4120.240';
|
39632
39633
|
|
39633
39634
|
// @dynamic
|
39634
39635
|
class ClientManager {
|