@magic-xpa/engine 4.1100.0-dev4110.244 → 4.1100.0-dev4110.246

Sign up to get free protection for your applications and to get access to all the features.
Files changed (43) hide show
  1. package/esm2022/src/CurrentClientVersion.mjs +2 -2
  2. package/esm2022/src/commands/ClientToServer/ColumnSortEventCommand.mjs +4 -1
  3. package/esm2022/src/commands/ClientToServer/ComputeEventCommand.mjs +4 -1
  4. package/esm2022/src/commands/ClientToServer/ContextTerminationEventCommand.mjs +4 -1
  5. package/esm2022/src/commands/ClientToServer/ContextTimeoutResetCommand.mjs +4 -1
  6. package/esm2022/src/commands/ClientToServer/EvaluateCommand.mjs +4 -1
  7. package/esm2022/src/commands/ClientToServer/EventCommand.mjs +4 -1
  8. package/esm2022/src/commands/ClientToServer/ExecOperCommand.mjs +5 -2
  9. package/esm2022/src/commands/ClientToServer/FetchDataControlValuesEventCommand.mjs +4 -1
  10. package/esm2022/src/commands/ClientToServer/IndexChangeEventCommand.mjs +4 -1
  11. package/esm2022/src/commands/ClientToServer/IniputForceWriteCommand.mjs +4 -1
  12. package/esm2022/src/commands/ClientToServer/NonReversibleExitEventCommand.mjs +4 -1
  13. package/esm2022/src/commands/ClientToServer/RecomputeCommand.mjs +4 -1
  14. package/esm2022/src/commands/ClientToServer/RefreshEventCommand.mjs +4 -1
  15. package/esm2022/src/commands/ClientToServer/RefreshScreenEventCommand.mjs +4 -1
  16. package/esm2022/src/commands/ClientToServer/RollbackEventCommand.mjs +4 -1
  17. package/esm2022/src/commands/ClientToServer/SelectProgramCommand.mjs +5 -1
  18. package/esm2022/src/commands/ClientToServer/SubformOpenEventCommand.mjs +4 -1
  19. package/esm2022/src/commands/ClientToServer/SubformRefreshEventCommand.mjs +4 -1
  20. package/esm2022/src/commands/ClientToServer/UnloadCommand.mjs +4 -1
  21. package/esm2022/src/data/Record.mjs +4 -6
  22. package/fesm2022/magic-xpa-engine.mjs +61 -6
  23. package/fesm2022/magic-xpa-engine.mjs.map +1 -1
  24. package/package.json +4 -4
  25. package/src/commands/ClientToServer/ColumnSortEventCommand.d.ts +1 -0
  26. package/src/commands/ClientToServer/ComputeEventCommand.d.ts +1 -0
  27. package/src/commands/ClientToServer/ContextTerminationEventCommand.d.ts +1 -0
  28. package/src/commands/ClientToServer/ContextTimeoutResetCommand.d.ts +1 -0
  29. package/src/commands/ClientToServer/EvaluateCommand.d.ts +1 -0
  30. package/src/commands/ClientToServer/EventCommand.d.ts +1 -0
  31. package/src/commands/ClientToServer/ExecOperCommand.d.ts +1 -0
  32. package/src/commands/ClientToServer/FetchDataControlValuesEventCommand.d.ts +1 -0
  33. package/src/commands/ClientToServer/IndexChangeEventCommand.d.ts +1 -0
  34. package/src/commands/ClientToServer/IniputForceWriteCommand.d.ts +1 -0
  35. package/src/commands/ClientToServer/NonReversibleExitEventCommand.d.ts +1 -0
  36. package/src/commands/ClientToServer/RecomputeCommand.d.ts +1 -0
  37. package/src/commands/ClientToServer/RefreshEventCommand.d.ts +1 -0
  38. package/src/commands/ClientToServer/RefreshScreenEventCommand.d.ts +1 -0
  39. package/src/commands/ClientToServer/RollbackEventCommand.d.ts +1 -0
  40. package/src/commands/ClientToServer/SelectProgramCommand.d.ts +1 -0
  41. package/src/commands/ClientToServer/SubformOpenEventCommand.d.ts +1 -0
  42. package/src/commands/ClientToServer/SubformRefreshEventCommand.d.ts +1 -0
  43. package/src/commands/ClientToServer/UnloadCommand.d.ts +1 -0
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@magic-xpa/engine",
3
- "version": "4.1100.0-dev4110.244",
3
+ "version": "4.1100.0-dev4110.246",
4
4
  "description": "magic engine package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
7
- "@magic-xpa/mscorelib": "4.1100.0-dev4110.244",
8
- "@magic-xpa/utils": "4.1100.0-dev4110.244",
9
- "@magic-xpa/gui": "4.1100.0-dev4110.244",
7
+ "@magic-xpa/mscorelib": "4.1100.0-dev4110.246",
8
+ "@magic-xpa/utils": "4.1100.0-dev4110.246",
9
+ "@magic-xpa/gui": "4.1100.0-dev4110.246",
10
10
  "@angular/http": "^7.1.0",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -7,4 +7,5 @@ export declare class ColumnSortEventCommand extends EventCommand implements ICli
7
7
  constructor();
8
8
  SerializeCommandData(): string;
9
9
  getCommandInfo(): string;
10
+ getFieldsInfo(): string;
10
11
  }
@@ -5,4 +5,5 @@ export declare class ComputeEventCommand extends EventCommand implements IClient
5
5
  constructor();
6
6
  SerializeCommandData(): string;
7
7
  getCommandInfo(): string;
8
+ getFieldsInfo(): string;
8
9
  }
@@ -4,4 +4,5 @@ export declare class ContextTerminationEventCommand extends EventCommand impleme
4
4
  constructor();
5
5
  SerializeCommandData(): string;
6
6
  getCommandInfo(): string;
7
+ getFieldsInfo(): string;
7
8
  }
@@ -4,4 +4,5 @@ export declare class ContextTimeoutResetCommand extends EventCommand implements
4
4
  constructor();
5
5
  SerializeCommandData(): string;
6
6
  getCommandInfo(): string;
7
+ getFieldsInfo(): string;
7
8
  }
@@ -12,4 +12,5 @@ export declare class EvaluateCommand extends ClientOriginatedCommandTaskTag impl
12
12
  constructor();
13
13
  SerializeCommandData(): string;
14
14
  getCommandInfo(): string;
15
+ getFieldsInfo(): string;
15
16
  }
@@ -12,4 +12,5 @@ export declare class EventCommand extends ClientOriginatedCommandTaskTag impleme
12
12
  constructor(magicEvent: number);
13
13
  SerializeCommandData(): string;
14
14
  getCommandInfo(): string;
15
+ getFieldsInfo(): string;
15
16
  }
@@ -20,4 +20,5 @@ export declare class ExecOperCommand extends ClientOriginatedCommandTaskTag impl
20
20
  SerializeDataAfterCommand(): string;
21
21
  getCommandInfo(): string;
22
22
  getTask(): Task;
23
+ getFieldsInfo(): string;
23
24
  }
@@ -5,4 +5,5 @@ export declare class FetchDataControlValuesEventCommand extends EventCommand imp
5
5
  constructor();
6
6
  SerializeCommandData(): string;
7
7
  getCommandInfo(): string;
8
+ getFieldsInfo(): string;
8
9
  }
@@ -5,4 +5,5 @@ export declare class IndexChangeEventCommand extends EventCommand implements ICl
5
5
  constructor();
6
6
  SerializeCommandData(): string;
7
7
  getCommandInfo(): string;
8
+ getFieldsInfo(): string;
8
9
  }
@@ -7,4 +7,5 @@ export declare class IniputForceWriteCommand extends ClientOriginatedCommand imp
7
7
  SerializeCommandData(): string;
8
8
  constructor();
9
9
  getCommandInfo(): string;
10
+ getFieldsInfo(): string;
10
11
  }
@@ -5,4 +5,5 @@ export declare class NonReversibleExitEventCommand extends EventCommand implemen
5
5
  constructor();
6
6
  SerializeCommandData(): string;
7
7
  getCommandInfo(): string;
8
+ getFieldsInfo(): string;
8
9
  }
@@ -8,4 +8,5 @@ export declare class RecomputeCommand extends ClientOriginatedCommandTaskTag imp
8
8
  SerializeCommandData(): string;
9
9
  constructor();
10
10
  getCommandInfo(): string;
11
+ getFieldsInfo(): string;
11
12
  }
@@ -9,4 +9,5 @@ export declare class RefreshEventCommand extends EventCommand implements IClient
9
9
  constructor(magicEvent: number);
10
10
  SerializeCommandData(): string;
11
11
  getCommandInfo(): string;
12
+ getFieldsInfo(): string;
12
13
  }
@@ -7,4 +7,5 @@ export declare class RefreshScreenEventCommand extends EventCommand implements I
7
7
  constructor();
8
8
  SerializeCommandData(): string;
9
9
  getCommandInfo(): string;
10
+ getFieldsInfo(): string;
10
11
  }
@@ -11,4 +11,5 @@ export declare class RollbackEventCommand extends EventCommand implements IClien
11
11
  SerializeCommandData(): string;
12
12
  private getRollbackTypeString;
13
13
  getCommandInfo(): string;
14
+ getFieldsInfo(): string;
14
15
  }
@@ -3,4 +3,5 @@ import { Task } from "../../tasks/Task";
3
3
  export declare class SelectProgramCommand extends ExecOperCommand {
4
4
  getCommandInfo(): string;
5
5
  getTask(): Task;
6
+ getFieldsInfo(): string;
6
7
  }
@@ -5,4 +5,5 @@ export declare class SubformOpenEventCommand extends EventCommand implements ICl
5
5
  constructor();
6
6
  SerializeCommandData(): string;
7
7
  getCommandInfo(): string;
8
+ getFieldsInfo(): string;
8
9
  }
@@ -6,4 +6,5 @@ export declare class SubformRefreshEventCommand extends RefreshEventCommand impl
6
6
  constructor();
7
7
  SerializeCommandData(): string;
8
8
  getCommandInfo(): string;
9
+ getFieldsInfo(): string;
9
10
  }
@@ -4,4 +4,5 @@ export declare class UnloadCommand extends ClientOriginatedCommand implements IC
4
4
  get CommandTypeAttribute(): string;
5
5
  constructor();
6
6
  getCommandInfo(): string;
7
+ getFieldsInfo(): string;
7
8
  }