alpha-global-constants 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,6 @@
1
1
  export declare enum EnumTranslateKey {
2
+ TABLE_HEADER_GROUP_LOG_CHANGE_INFORMATION = "TABLE_HEADER_GROUP_LOG_CHANGE_INFORMATION",
3
+ TABLE_HEADER_GROUP_GENERAL_INFORMATION = "TABLE_HEADER_GROUP_GENERAL_INFORMATION",
2
4
  CAPTION_VALUE_ONE = "CAPTION_VALUE_ONE",
3
5
  CAPTION_VALUE_TWO = "CAPTION_VALUE_TWO",
4
6
  /** PORTAL */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"