ngx-vector-components 5.99.0 → 5.99.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.
@@ -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
  }
@@ -516,5 +516,12 @@ export declare enum ProfileModuleActionType {
516
516
  CREDIT_LIMIT_MANAGEMENT = "Credit Limit Management",
517
517
  LOCATION_SCHEDULE_INTEGRATION_EDIT = "Location Schedule Integration Edit",
518
518
  LIST_TOLL_CARD = "List Toll Card",
519
- LINK_TOLL_CARD = "Link Toll Card"
519
+ LINK_TOLL_CARD = "Link Toll Card",
520
+ N2_APPROVAL_HISTORICAL_LINKAGE_LOT = "N2 Approval Historical Linkage Lot",
521
+ N1_APPROVAL_HISTORICAL_LINKAGE_LOT = "N1 Approval Historical Linkage Lot",
522
+ SHOW_SHIPPER_LOTCADENCECONFIGURATION = "Show ShipperLotCadenceConfiguration",
523
+ EDIT_SHIPPER_LOTCADENCECONFIGURATION = "Edit ShipperLotCadenceConfiguration",
524
+ SHOW_LOTCADENCECONFIGURATION = "Show LotCadenceConfiguration",
525
+ EDIT_LOTCADENCECONFIGURATION = "Edit LotCadenceConfiguration",
526
+ EDIT_LOTDAILYCADENCES = "Edit LotDailyCadences"
520
527
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.99.0",
3
+ "version": "5.99.1",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",