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.
- package/CHANGELOG.md +6 -0
- package/esm2020/lib/models/profile.model.mjs +8 -1
- package/fesm2015/ngx-vector-components.mjs +7 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +7 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +8 -1
- package/package.json +1 -1
|
@@ -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
|
}
|