ngx-vector-components 4.23.0 → 4.25.1
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 +19 -0
- package/esm2020/lib/models/profile.model.mjs +13 -1
- package/fesm2015/ngx-vector-components.mjs +12 -0
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +12 -0
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +13 -1
- package/package.json +1 -1
|
@@ -252,6 +252,18 @@ var ProfileModuleActionType;
|
|
|
252
252
|
ProfileModuleActionType["ADD_VACANCIES_COMMERCIAL"] = "Add Vacancies Commercial";
|
|
253
253
|
ProfileModuleActionType["SHOW_VACANCIES_COMPLETE"] = "Show Vacancies Complete";
|
|
254
254
|
ProfileModuleActionType["ADD_SCHEDULE_OFF"] = "Add Schedule Off";
|
|
255
|
+
ProfileModuleActionType["SHOW_NEWS"] = "Show News";
|
|
256
|
+
ProfileModuleActionType["ADD_NEWS"] = "Add News";
|
|
257
|
+
ProfileModuleActionType["EDIT_NEWS"] = "Edit News";
|
|
258
|
+
ProfileModuleActionType["DELETE_NEWS"] = "Delete News";
|
|
259
|
+
ProfileModuleActionType["ADD_DISTRIBUTION_CENTER_COMPANY_CREDIT"] = "Add DistributionCentersCompanyCredit";
|
|
260
|
+
ProfileModuleActionType["EDIT_DISTRIBUTION_CENTER_COMPANY_CREDIT"] = "Edit DistributionCentersCompanyCredit";
|
|
261
|
+
ProfileModuleActionType["SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT"] = "Show DistributionCentersCompanyCredit";
|
|
262
|
+
ProfileModuleActionType["DELETE_DISTRIBUTION_CENTER_COMPANY_CREDIT"] = "Delete DistributionCentersCompanyCredit";
|
|
263
|
+
ProfileModuleActionType["ADD_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT"] = "Add DistributionCentersCompanyUnitCredit";
|
|
264
|
+
ProfileModuleActionType["EDIT_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT"] = "Edit DistributionCentersCompanyUnitCredit";
|
|
265
|
+
ProfileModuleActionType["SHOW_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT"] = "Show DistributionCentersCompanyUnitCredit";
|
|
266
|
+
ProfileModuleActionType["DELETE_DISTRIBUTION_CENTER_COMPANY_CREDIT_UNIT"] = "Delete DistributionCentersCompanyUnitCredit";
|
|
255
267
|
})(ProfileModuleActionType || (ProfileModuleActionType = {}));
|
|
256
268
|
|
|
257
269
|
var Role;
|