ngx-vector-components 5.91.0 → 5.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.
@@ -9,7 +9,7 @@ export declare class BadgeComponent implements OnInit {
9
9
  tooltip?: string;
10
10
  constructor();
11
11
  ngOnInit(): void;
12
- getStatusColor(): "" | "badge-warning" | "badge-success" | "badge-error" | "badge-info";
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
  }
@@ -509,5 +509,6 @@ export declare enum ProfileModuleActionType {
509
509
  SHOW_PLANNED_TRIP_LOGS = "Show Planned Trip Logs",
510
510
  CONTROL_CADASTRO_EXCEL_EXPORT = "Control Cadastro Excel Export",
511
511
  OPEN_SHIFTS_MANUALLY = "Open Shifts Manually",
512
- OPEN_PROGRAMABILITY_SHIFT = "Open Programability Shift"
512
+ OPEN_PROGRAMABILITY_SHIFT = "Open Programability Shift",
513
+ SHOW_TRIPS_REFUSED = "Show Trips Refused"
513
514
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.91.0",
3
+ "version": "5.92.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",