ngx-vector-components 5.106.0 → 5.107.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 +17 -0
- package/esm2022/lib/components/fields/data-table/data-table.component.mjs +3 -3
- package/esm2022/lib/components/fields/filters/filters.component.mjs +3 -3
- package/esm2022/lib/models/profile.model.mjs +3 -1
- package/esm2022/lib/services/profile.service.mjs +3 -1
- package/fesm2022/ngx-vector-components.mjs +8 -4
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/models/profile.model.d.ts +3 -1
- package/package.json +1 -1
|
@@ -530,5 +530,7 @@ export declare enum ProfileModuleActionType {
|
|
|
530
530
|
PERMISSION_N4_CHANGE_FREIGHT = "Permission N4 Change Freight",
|
|
531
531
|
CLEAN_OLD_LOTDAILYCADENCES = "Clean Old LotDailyCadences",
|
|
532
532
|
SHOW_CONTROL_CARD_ADMIN = "Toll Card Admin",
|
|
533
|
-
SHOW_CONTROL_CARD_PARTNER = "Toll Card Partner"
|
|
533
|
+
SHOW_CONTROL_CARD_PARTNER = "Toll Card Partner",
|
|
534
|
+
SHOW_HEAT_MAP = "Show Heat Map",
|
|
535
|
+
SHOW_STATUS_MAP = "Show Status Map"
|
|
534
536
|
}
|