ngx-vector-components 5.49.0 → 5.50.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
  }
@@ -33,7 +33,7 @@ export declare class DataTableComponent implements OnInit, OnDestroy {
33
33
  addNameColumnExpand: string;
34
34
  expandable: boolean;
35
35
  expansionTemplate: TemplateRef<any> | null;
36
- set selectionMode(_selectionMode: "multiple" | "single" | null);
36
+ set selectionMode(_selectionMode: "single" | "multiple" | null);
37
37
  selectionType: 'checkbox' | 'radiobutton' | null;
38
38
  set height(_height: string);
39
39
  onLazyLoad: EventEmitter<DataTableLazyLoadEvent>;
@@ -51,7 +51,7 @@ export declare class DataTableComponent implements OnInit, OnDestroy {
51
51
  selectedItems: any;
52
52
  get tabs(): ListItem[];
53
53
  get height(): string;
54
- get selectionMode(): "multiple" | "single" | null;
54
+ get selectionMode(): "single" | "multiple" | null;
55
55
  private _selectionMode;
56
56
  private _height;
57
57
  private _tabs;
@@ -32,7 +32,7 @@ export declare class TextFieldComponent implements OnInit, OnDestroy {
32
32
  isPasswordVisible: boolean;
33
33
  validateOnly: boolean;
34
34
  get placeholder(): string;
35
- get keyfilter(): RegExp | "pint" | "int" | "money" | "alphanum";
35
+ get keyfilter(): RegExp | "int" | "pint" | "alphanum" | "money";
36
36
  get control(): any;
37
37
  get showPasswordIcon(): "fas fa-eye" | "fas fa-eye-slash";
38
38
  documentTypes: ListItem[];
@@ -458,5 +458,6 @@ export declare enum ProfileModuleActionType {
458
458
  UPDATE_GR_PARAMETERS = "Update GR Parameters",
459
459
  CREATE_GR_VECTOR = "Create GR Vector",
460
460
  APPROVE_OR_DISAPROVE_GR = "Approve Or Disaprove Gr",
461
- SHOW_GR_VECTOR = "Show GR Vector"
461
+ SHOW_GR_VECTOR = "Show GR Vector",
462
+ ADD_DRIVER_MULTICARRIER = "Add Driver MultiCarrier"
462
463
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.49.0",
3
+ "version": "5.50.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",