ngx-vector-components 5.167.0 → 5.169.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 +13 -0
- package/esm2022/lib/models/profile.model.mjs +4 -1
- package/fesm2022/ngx-vector-components.mjs +3 -0
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/components/badge/badge.component.d.ts +1 -1
- package/lib/models/profile.model.d.ts +4 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ export declare class BadgeComponent implements OnInit {
|
|
|
9
9
|
tooltip?: string;
|
|
10
10
|
constructor();
|
|
11
11
|
ngOnInit(): void;
|
|
12
|
-
getStatusColor(): "
|
|
12
|
+
getStatusColor(): "badge-warning" | "badge-success" | "badge-error" | "badge-info" | "";
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
14
14
|
static ɵcmp: i0.ɵɵComponentDeclaration<BadgeComponent, "vector-badge", never, { "type": { "alias": "type"; "required": false; }; "label": { "alias": "label"; "required": false; }; "customColor": { "alias": "customColor"; "required": false; }; "customBackgroundColor": { "alias": "customBackgroundColor"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -652,6 +652,8 @@ export declare enum ProfileModuleActionType {
|
|
|
652
652
|
CAN_ACTIVATE_AGGREGATOR = "Ativar Agenciadores",
|
|
653
653
|
SHOW_SPLIT_FREIGHT = "Visualizar Split de Frete",
|
|
654
654
|
EDIT_SPLIT_FREIGHT = "Editar Split de Frete",
|
|
655
|
+
EDIT_PARAM_VECTORPAY = "Editar Par\u00E2metros VectorPay",
|
|
656
|
+
SHOW_PARAM_VECTORPAY = "Visualizar Par\u00E2metros VectorPay",
|
|
655
657
|
EDIT_PARAM_TOLL = "Parametros Pedagio",
|
|
656
658
|
CADOC_4111 = "Documento De Saldos Cont\u00E1beis Di\u00E1rios 4111",
|
|
657
659
|
CADOC_1201 = "Documento De Saldos Cont\u00E1beis Di\u00E1rios 1201",
|
|
@@ -717,5 +719,6 @@ export declare enum ProfileModuleActionType {
|
|
|
717
719
|
VISUALIZE_PMF_ALERT = "Visualizar Alerta PMF",
|
|
718
720
|
SHOW_LOT_LOCATIONS_ETCD = "Show Lot Locations Etcd",
|
|
719
721
|
SHOW_DISCLOSURE_PANEL = "Show Disclosure panel",
|
|
720
|
-
SHOW_DASHBOARD_LOT_DIVULGATION = "Show DashboardLotDivulgation"
|
|
722
|
+
SHOW_DASHBOARD_LOT_DIVULGATION = "Show DashboardLotDivulgation",
|
|
723
|
+
VISUALIZE_PMF_IN_LOT = "Visualizar Tabela Minima De Frete No Lote"
|
|
721
724
|
}
|