ngx-vector-components 6.9.0 → 6.11.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
  }
@@ -738,5 +738,8 @@ export declare enum ProfileModuleActionType {
738
738
  SHOW_BLOCK_CARRIER = "Show Block Carrier",
739
739
  EDIT_BLOCK_CARRIER = "Edit Block Carrier",
740
740
  ADD_INDIVIDUAL_VEHICLE = "Add Individual Vehicle",
741
- SHOW_LIST_APPROVERS = "Visualizar lista de aprovadores"
741
+ SHOW_LIST_APPROVERS = "Visualizar lista de aprovadores",
742
+ SCHEDULING_SUBJECT_TO_LOADING_ORDER = "Scheduling Subject To Loading Order",
743
+ CAN_UPDATE_VALUES_VALIDATION = "Pode Atualizar Valores Validacao",
744
+ CAN_RESET_VALIDATION = "Pode Resetar Validacao"
742
745
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "6.9.0",
3
+ "version": "6.11.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.0",
6
6
  "@angular/cdk": "^19.2.0",