alpha-global-constants 0.7.5 → 0.7.6

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.
@@ -605,6 +605,7 @@ export declare enum EnumTranslateKey {
605
605
  UI_EDIT_FORM_BUTTON_POSITION_TRANSFER_SAVE = "UI_EDIT_FORM_BUTTON_POSITION_TRANSFER_SAVE",
606
606
  UI_EDIT_FORM_BUTTON_REVERT = "UI_EDIT_FORM_BUTTON_REVERT",
607
607
  UI_EDIT_FORM_BUTTON_RECRUIT = "UI_EDIT_FORM_BUTTON_RECRUIT",
608
+ UI_BUTTON_FILTER = "UI_BUTTON_FILTER",
608
609
  UI_BUTTON_CLOSE = "UI_BUTTON_CLOSE",
609
610
  UI_BUTTON_HEADER_VIEW_ABSTRACT = "UI_BUTTON_HEADER_VIEW_ABSTRACT",
610
611
  UI_BUTTON_CREATE = "UI_BUTTON_CREATE",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alpha-global-constants",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0"