@magic-xpa/engine 4.1300.0-dev4130.134 → 4.1300.0-dev4130.136

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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@magic-xpa/engine",
3
- "version": "4.1300.0-dev4130.134",
3
+ "version": "4.1300.0-dev4130.136",
4
4
  "description": "magic engine package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
7
- "@magic-xpa/mscorelib": "4.1300.0-dev4130.134",
8
- "@magic-xpa/utils": "4.1300.0-dev4130.134",
9
- "@magic-xpa/gui": "4.1300.0-dev4130.134",
7
+ "@magic-xpa/mscorelib": "4.1300.0-dev4130.136",
8
+ "@magic-xpa/utils": "4.1300.0-dev4130.136",
9
+ "@magic-xpa/gui": "4.1300.0-dev4130.136",
10
10
  "@angular/common": "^21.1.4",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -1484,7 +1484,6 @@ declare class Task extends TaskBase {
1484
1484
  _forms: FormsTable;
1485
1485
  Name: string;
1486
1486
  PublicName: string;
1487
- FolderName: string;
1488
1487
  TaskSuffixExecuted: boolean;
1489
1488
  get TaskDefinitionId(): TaskDefinitionId;
1490
1489
  RetrunValueExp: number;
@@ -2361,7 +2360,6 @@ declare class ConstInterface {
2361
2360
  static MG_ATTR_USER: string;
2362
2361
  static MG_ATTR_FORCE_EXIT: string;
2363
2362
  static MG_ATTR_PUBLIC: string;
2364
- static MG_ATTR_FOLDER_NAME: string;
2365
2363
  static MG_ATTR_PRG_DESCRIPTION: string;
2366
2364
  static MG_ATTR_TABLE_NAME: string;
2367
2365
  static MG_ATTR_INDEX_IN_TABLE: string;