@magic-xpa/utils 4.800.0-dev480.94 → 4.801.0-dev481.221
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/bundles/magic-xpa-utils.umd.js +2 -2
- package/bundles/magic-xpa-utils.umd.js.map +1 -1
- package/bundles/magic-xpa-utils.umd.min.js +1 -1
- package/bundles/magic-xpa-utils.umd.min.js.map +1 -1
- package/esm2015/src/InternalInterface.js +3 -3
- package/fesm2015/magic-xpa-utils.js +2 -2
- package/fesm2015/magic-xpa-utils.js.map +1 -1
- package/package.json +2 -2
- package/src/InternalInterface.d.ts +1 -1
|
@@ -3978,7 +3978,6 @@
|
|
|
3978
3978
|
InternalInterface.MG_ACT_SERVER_TERMINATION = 420;
|
|
3979
3979
|
InternalInterface.MG_ACT_SUBFORM_REFRESH = 432;
|
|
3980
3980
|
InternalInterface.MG_ACT_CONTEXT_MENU = 439;
|
|
3981
|
-
InternalInterface.MG_ACT_DEFAULT_BUTTON = 459;
|
|
3982
3981
|
InternalInterface.MG_ACT_NEXT_RT_WINDOW = 462;
|
|
3983
3982
|
InternalInterface.MG_ACT_PREV_RT_WINDOW = 463;
|
|
3984
3983
|
InternalInterface.MG_ACT_EMPTY_DATAVIEW = 521;
|
|
@@ -4012,7 +4011,8 @@
|
|
|
4012
4011
|
InternalInterface.MG_ACT_CRELINE_ABOVE = 634;
|
|
4013
4012
|
InternalInterface.MG_ACT_CONTEXT_TERMINATION = 635;
|
|
4014
4013
|
InternalInterface.MG_ACT_CONTEXT_TIMEOUT_RESET = 636;
|
|
4015
|
-
InternalInterface.
|
|
4014
|
+
InternalInterface.MG_ACT_CONTEXT_REMOVE = 647;
|
|
4015
|
+
InternalInterface.MG_ACT_TOT_CNT = 648;
|
|
4016
4016
|
InternalInterface.MG_ACT_TASK_PREFIX = 1001;
|
|
4017
4017
|
InternalInterface.MG_ACT_TASK_SUFFIX = 1002;
|
|
4018
4018
|
InternalInterface.MG_ACT_REC_PREFIX = 1003;
|