ngx-vector-components 4.59.0 → 4.60.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 +13 -5
- package/fesm2015/ngx-vector-components.mjs +12 -4
- package/fesm2015/ngx-vector-components.mjs.map +1 -1
- package/fesm2020/ngx-vector-components.mjs +12 -4
- package/fesm2020/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +12 -4
- package/package.json +1 -1
|
@@ -287,10 +287,18 @@ var ProfileModuleActionType;
|
|
|
287
287
|
ProfileModuleActionType["DELETE_ETCD"] = "Delete ETCD";
|
|
288
288
|
ProfileModuleActionType["ADD_ETCD"] = "Add ETCD";
|
|
289
289
|
ProfileModuleActionType["SHOW_REGIONAL_ETCD"] = "Show Regional ETCD";
|
|
290
|
-
ProfileModuleActionType["
|
|
291
|
-
ProfileModuleActionType["
|
|
292
|
-
ProfileModuleActionType["
|
|
293
|
-
ProfileModuleActionType["
|
|
290
|
+
ProfileModuleActionType["SHOW_VIRTUAL_BRANCH"] = "Show Virtual Branch";
|
|
291
|
+
ProfileModuleActionType["EDIT_VIRTUAL_BRANCH"] = "Edit Virtual Branch";
|
|
292
|
+
ProfileModuleActionType["ADD_VIRTUAL_BRANCH"] = "Add Virtual Branch";
|
|
293
|
+
ProfileModuleActionType["DELETE_VIRTUAL_BRANCH"] = "Delete Virtual Branch";
|
|
294
|
+
ProfileModuleActionType["SHOW_PHYSICAL_BRANCH"] = "Show Physical Branch";
|
|
295
|
+
ProfileModuleActionType["EDIT_PHYSICAL_BRANCH"] = "Edit Physical Branch";
|
|
296
|
+
ProfileModuleActionType["ADD_PHYSICAL_BRANCH"] = "Add Physical Branch";
|
|
297
|
+
ProfileModuleActionType["DELETE_PHYSICAL_BRANCH"] = "Delete Physical Branch";
|
|
298
|
+
ProfileModuleActionType["SHOW_FISCAL_BRANCH"] = "Show Fiscal Branch";
|
|
299
|
+
ProfileModuleActionType["EDIT_FISCAL_BRANCH"] = "Edit Fiscal Branch";
|
|
300
|
+
ProfileModuleActionType["ADD_FISCAL_BRANCH"] = "Add Fiscal Branch";
|
|
301
|
+
ProfileModuleActionType["DELETE_FISCAL_BRANCH"] = "Delete Fiscal Branch";
|
|
294
302
|
ProfileModuleActionType["SHOW_MONITORING_ETCD"] = "Show Monitoring ETCD";
|
|
295
303
|
ProfileModuleActionType["ADD_PRODUCT_ETCD"] = "Add Product ETCD";
|
|
296
304
|
ProfileModuleActionType["EDIT_PRODUCT_ETCD"] = "Edit Product ETCD";
|