ngx-vector-components 4.91.0 → 4.92.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.
@@ -281,5 +281,12 @@ export declare enum ProfileModuleActionType {
281
281
  SHOW_PAYMENT_SCHEDULING_DETAIL = "Show Payment Scheduling Detail",
282
282
  SCHEDULE_UPDATE_CHECKIN_CHECKOUT = "Schedule Update CheckIn CheckOut",
283
283
  SHOW_PARAMETERS_CANCEL_TRIPS = "show Parameters Cancel Trips",
284
- EDIT_PARAMETERS_CANCEL_TRIPS = "Edit Parameters Cancel Trips"
284
+ EDIT_PARAMETERS_CANCEL_TRIPS = "Edit Parameters Cancel Trips",
285
+ SHOW_PRICE_TAKING = "Show PriceTaking",
286
+ SHOWTABLE_PRICE_TAKING = "ShowTable PriceTaking",
287
+ SHOWTABLE_PRICE_TAKING_EXCEL = "ShowTable PriceTakingExcel",
288
+ SEND_OFFER_PRICE_TAKING = "Send Offer PriceTaking",
289
+ CHANGE_STATUS_PRICE_TAKING = "Change Status PriceTaking",
290
+ SHOWTABLE_PRICE_TAKING_HISTORY = "ShowTable PriceTaking History",
291
+ SAVE_PRICE_TAKING = "Save PriceTaking"
285
292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.91.0",
3
+ "version": "4.92.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",