@magic-xpa/utils 4.800.0-dev480.98 → 4.801.0-dev481.223

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@magic-xpa/utils",
3
- "version": "4.800.0-dev480.98",
3
+ "version": "4.801.0-dev481.223",
4
4
  "description": "magic utils package",
5
5
  "license": "SEE LICENSE IN EULA.pdf",
6
6
  "dependencies": {
@@ -8,7 +8,7 @@
8
8
  "tslib": "^2.0.0"
9
9
  },
10
10
  "peerDependencies": {
11
- "@magic-xpa/mscorelib": "4.800.0-dev480.98"
11
+ "@magic-xpa/mscorelib": "4.801.0-dev481.223"
12
12
  },
13
13
  "main": "bundles/magic-xpa-utils.umd.js",
14
14
  "module": "fesm2015/magic-xpa-utils.js",
@@ -265,7 +265,6 @@ export declare class InternalInterface {
265
265
  static readonly MG_ACT_SERVER_TERMINATION: number;
266
266
  static readonly MG_ACT_SUBFORM_REFRESH: number;
267
267
  static readonly MG_ACT_CONTEXT_MENU: number;
268
- static readonly MG_ACT_DEFAULT_BUTTON: number;
269
268
  static readonly MG_ACT_NEXT_RT_WINDOW: number;
270
269
  static readonly MG_ACT_PREV_RT_WINDOW: number;
271
270
  static readonly MG_ACT_EMPTY_DATAVIEW: number;
@@ -299,6 +298,7 @@ export declare class InternalInterface {
299
298
  static readonly MG_ACT_CRELINE_ABOVE: number;
300
299
  static readonly MG_ACT_CONTEXT_TERMINATION: number;
301
300
  static readonly MG_ACT_CONTEXT_TIMEOUT_RESET: number;
301
+ static readonly MG_ACT_CONTEXT_REMOVE: number;
302
302
  static readonly MG_ACT_TOT_CNT: number;
303
303
  static readonly MG_ACT_TASK_PREFIX: number;
304
304
  static readonly MG_ACT_TASK_SUFFIX: number;