@magic-xpa/utils 4.1200.0 → 4.1201.0-dev000.0

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Magic-xpa/utils
2
-
3
- This package is part of Magic xpa Web Application Framework.
4
- It is used to easily create modern business apps powered by Angular to provide a rich user experience and meet the increasingly complex enterprise business expectations for digital transformation.
5
-
6
-
1
+ # Magic-xpa/utils
2
+
3
+ This package is part of Magic xpa Web Application Framework.
4
+ It is used to easily create modern business apps powered by Angular to provide a rich user experience and meet the increasingly complex enterprise business expectations for digital transformation.
5
+
6
+
@@ -2714,6 +2714,7 @@ class XMLConstants {
2714
2714
  static MG_TAG_MENUS_OPEN = "Menus";
2715
2715
  static MG_TAG_MENUS_CLOSE = "/Menus";
2716
2716
  static MG_TAG_MENU = "Menu";
2717
+ static MG_MAINPRG_CTL_PATH = "MainPrgCtlPath";
2717
2718
  constructor() {
2718
2719
  }
2719
2720
  }