ngx-vector-components 5.109.1 → 5.109.3

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
  }
@@ -1,12 +1,15 @@
1
- import { EventEmitter } from '@angular/core';
1
+ import { EventEmitter, SimpleChanges } from '@angular/core';
2
2
  import { CrudHistory } from '../../models';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CrudHistoryComponent {
5
5
  crudHistory?: CrudHistory<any>;
6
6
  onClick: EventEmitter<any>;
7
+ modifierNameLabel: string;
8
+ ngOnChanges(changes: SimpleChanges): void;
7
9
  getHistoryBadgeBackgroundColor(crudHistoryEventType?: string): string;
8
10
  getHistoryBadgeColor(crudHistoryEventType?: string): string;
9
11
  getHistoryBadgeLabel(crudHistoryEventType?: string): string;
12
+ getModifierNameLabel(crudHistory?: CrudHistory<any>): string;
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<CrudHistoryComponent, never>;
11
14
  static ɵcmp: i0.ɵɵComponentDeclaration<CrudHistoryComponent, "vector-crud-history", never, { "crudHistory": { "alias": "crudHistory"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>;
12
15
  }
@@ -6,6 +6,7 @@ export declare class CrudHistory<T> {
6
6
  eventType?: string;
7
7
  modifierName?: string;
8
8
  typeOfModification?: string;
9
+ modifiedFromWeb?: boolean;
9
10
  }
10
11
  export type DataAuditDelta = {
11
12
  fieldName?: string;
@@ -520,6 +520,8 @@ export declare enum ProfileModuleActionType {
520
520
  LOCATION_SCHEDULE_INTEGRATION_EDIT = "Location Schedule Integration Edit",
521
521
  LIST_TOLL_CARD = "List Toll Card",
522
522
  LINK_TOLL_CARD = "Link Toll Card",
523
+ SHOW_TRIP_VECTOR_PAY = "Exibir Par\u00E2metros Viagem",
524
+ EDIT_TRIP_VECTOR_PAY = "Editar Par\u00E2metros Viagem",
523
525
  N2_APPROVAL_HISTORICAL_LINKAGE_LOT = "N2 Approval Historical Linkage Lot",
524
526
  N1_APPROVAL_HISTORICAL_LINKAGE_LOT = "N1 Approval Historical Linkage Lot",
525
527
  SHOW_SHIPPER_LOTCADENCECONFIGURATION = "Show ShipperLotCadenceConfiguration",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.109.1",
3
+ "version": "5.109.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",