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
|
@@ -387,6 +387,13 @@ var ProfileModuleActionType;
|
|
|
387
387
|
ProfileModuleActionType["SCHEDULE_UPDATE_CHECKIN_CHECKOUT"] = "Schedule Update CheckIn CheckOut";
|
|
388
388
|
ProfileModuleActionType["SHOW_PARAMETERS_CANCEL_TRIPS"] = "show Parameters Cancel Trips";
|
|
389
389
|
ProfileModuleActionType["EDIT_PARAMETERS_CANCEL_TRIPS"] = "Edit Parameters Cancel Trips";
|
|
390
|
+
ProfileModuleActionType["SHOW_PRICE_TAKING"] = "Show PriceTaking";
|
|
391
|
+
ProfileModuleActionType["SHOWTABLE_PRICE_TAKING"] = "ShowTable PriceTaking";
|
|
392
|
+
ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_EXCEL"] = "ShowTable PriceTakingExcel";
|
|
393
|
+
ProfileModuleActionType["SEND_OFFER_PRICE_TAKING"] = "Send Offer PriceTaking";
|
|
394
|
+
ProfileModuleActionType["CHANGE_STATUS_PRICE_TAKING"] = "Change Status PriceTaking";
|
|
395
|
+
ProfileModuleActionType["SHOWTABLE_PRICE_TAKING_HISTORY"] = "ShowTable PriceTaking History";
|
|
396
|
+
ProfileModuleActionType["SAVE_PRICE_TAKING"] = "Save PriceTaking";
|
|
390
397
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
391
398
|
|
|
392
399
|
var Role;
|