@magic-xpa/engine 4.1300.0-dev4130.131 → 4.1300.0-dev4130.133

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.131",
3
+ "version": "4.1300.0-dev4130.133",
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.131",
8
- "@magic-xpa/utils": "4.1300.0-dev4130.131",
9
- "@magic-xpa/gui": "4.1300.0-dev4130.131",
7
+ "@magic-xpa/mscorelib": "4.1300.0-dev4130.133",
8
+ "@magic-xpa/utils": "4.1300.0-dev4130.133",
9
+ "@magic-xpa/gui": "4.1300.0-dev4130.133",
10
10
  "@angular/common": "^21.1.4",
11
11
  "tslib": "^2.3.0"
12
12
  },
@@ -1484,6 +1484,7 @@ declare class Task extends TaskBase {
1484
1484
  _forms: FormsTable;
1485
1485
  Name: string;
1486
1486
  PublicName: string;
1487
+ FolderName: string;
1487
1488
  TaskSuffixExecuted: boolean;
1488
1489
  get TaskDefinitionId(): TaskDefinitionId;
1489
1490
  RetrunValueExp: number;
@@ -2360,6 +2361,7 @@ declare class ConstInterface {
2360
2361
  static MG_ATTR_USER: string;
2361
2362
  static MG_ATTR_FORCE_EXIT: string;
2362
2363
  static MG_ATTR_PUBLIC: string;
2364
+ static MG_ATTR_FOLDER_NAME: string;
2363
2365
  static MG_ATTR_PRG_DESCRIPTION: string;
2364
2366
  static MG_ATTR_TABLE_NAME: string;
2365
2367
  static MG_ATTR_INDEX_IN_TABLE: string;