ngx-vector-components 5.116.0 → 5.118.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.
@@ -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: "single" | "multiple" | null);
36
+ set selectionMode(_selectionMode: "multiple" | "single" | null);
37
37
  selectionType: 'checkbox' | 'radiobutton' | null;
38
38
  set height(_height: string);
39
39
  showLimitBalance: boolean;
@@ -61,7 +61,7 @@ export declare class DataTableComponent implements OnInit, OnDestroy {
61
61
  get balance(): (itemAccount?: any) => number | string;
62
62
  get tabs(): ListItem[];
63
63
  get height(): string;
64
- get selectionMode(): "single" | "multiple" | null;
64
+ get selectionMode(): "multiple" | "single" | null;
65
65
  private _selectionMode;
66
66
  private _height;
67
67
  private _tabs;
@@ -36,7 +36,7 @@ export declare class TextFieldComponent implements OnInit, OnDestroy {
36
36
  isPasswordVisible: boolean;
37
37
  validateOnly: boolean;
38
38
  get placeholder(): string;
39
- get keyfilter(): RegExp | "int" | "pint" | "alphanum" | "money";
39
+ get keyfilter(): RegExp | "pint" | "int" | "money" | "alphanum";
40
40
  get control(): any;
41
41
  get showPasswordIcon(): "fas fa-eye" | "fas fa-eye-slash";
42
42
  documentTypes: ListItem[];
@@ -550,5 +550,9 @@ export declare enum ProfileModuleActionType {
550
550
  EDIT_PARAM_TOLL = "Parametros Pedagio",
551
551
  CADOC_4111 = "Documento De Saldos Cont\u00E1beis Di\u00E1rios 4111",
552
552
  CADOC_1201 = "Documento De Saldos Cont\u00E1beis Di\u00E1rios 1201",
553
- EDIT_SCHEDULE_CHECKED_IN = "Edit Schedule (Checked-in)"
553
+ EDIT_SCHEDULE_CHECKED_IN = "Edit Schedule (Checked-in)",
554
+ SHOW_IRREGULARITY = "Show Irregularity",
555
+ LOG_DISCHARGE_PAYMENT = "Log Quitacao",
556
+ EDIT_ISS = "Editar ISS",
557
+ EDIT_ICMS = "Editar ICMS"
554
558
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "5.116.0",
3
+ "version": "5.118.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^17.1.0",
6
6
  "@angular/cdk": "^17.1.0",