ngx-vector-components 4.30.0 → 4.31.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.
@@ -170,5 +170,9 @@ export declare enum ProfileModuleActionType {
170
170
  SHOW_PARAMETERS_ETCD = "Show Parameters",
171
171
  EDIT_PARAMETERS_ETCD = "Edit Parameters",
172
172
  DELETE_PARAMETERS_ETCD = "Delete Parameters",
173
- ADD_PARAMETERS_ETCD = "Add Parameters"
173
+ ADD_PARAMETERS_ETCD = "Add Parameters",
174
+ SHOW_RECEPTION_PRODUCT = "Show Reception Product",
175
+ EDIT_RECEPTION_PRODUCT = "Edit Reception Product",
176
+ DELETE_RECEPTION_PRODUCT = "Delete Reception Product",
177
+ ADD_RECEPTION_PRODUCT = "Add Reception Product"
174
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.30.0",
3
+ "version": "4.31.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",