ngx-vector-components 4.29.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.
@@ -166,5 +166,13 @@ export declare enum ProfileModuleActionType {
166
166
  SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Show DistributionCentersCompanyUnitCredit",
167
167
  DELETE_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT = "Delete DistributionCentersCompanyUnitCredit",
168
168
  APPROVE_VECTOR = "Approve Vector",
169
- APPROVE_ETCD = "Approve ETCD"
169
+ APPROVE_ETCD = "Approve ETCD",
170
+ SHOW_PARAMETERS_ETCD = "Show Parameters",
171
+ EDIT_PARAMETERS_ETCD = "Edit Parameters",
172
+ DELETE_PARAMETERS_ETCD = "Delete 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"
170
178
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.29.0",
3
+ "version": "4.31.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",