ngx-vector-components 6.1.0 → 6.2.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
  }
@@ -34,7 +34,7 @@ export declare class DataTableComponent implements OnInit, OnDestroy {
34
34
  addNameColumnExpand: string;
35
35
  expandable: boolean;
36
36
  expansionTemplate: TemplateRef<any> | null;
37
- set selectionMode(_selectionMode: "single" | "multiple" | null);
37
+ set selectionMode(_selectionMode: "multiple" | "single" | null);
38
38
  selectionType: 'checkbox' | 'radiobutton' | null;
39
39
  set height(_height: string);
40
40
  showLimitBalance: boolean;
@@ -68,7 +68,7 @@ export declare class DataTableComponent implements OnInit, OnDestroy {
68
68
  get balance(): (itemAccount?: any) => number | string;
69
69
  get tabs(): ListItem[];
70
70
  get height(): string;
71
- get selectionMode(): "single" | "multiple" | null;
71
+ get selectionMode(): "multiple" | "single" | null;
72
72
  private _selectionMode;
73
73
  private _height;
74
74
  private _tabs;
@@ -38,7 +38,7 @@ export declare class TextFieldComponent implements OnInit, OnDestroy {
38
38
  isPasswordVisible: boolean;
39
39
  validateOnly: boolean;
40
40
  get placeholder(): string;
41
- get keyfilter(): RegExp | "int" | "pint" | "alphanum" | "money";
41
+ get keyfilter(): RegExp | "pint" | "int" | "money" | "alphanum";
42
42
  get control(): any;
43
43
  get showPasswordIcon(): "fas fa-eye" | "fas fa-eye-slash";
44
44
  documentTypes: ListItem[];
@@ -144,7 +144,8 @@ export declare enum ProfileModuleType {
144
144
  GR_MANAGEMENT = "Gr Management",
145
145
  BC_CORREIOS = "BC Correios",
146
146
  FREIGHT_AGENT_REPORT = "FreightAgentReport",
147
- TAX_INCOMING = "ImpostoDeRenda"
147
+ TAX_INCOMING = "ImpostoDeRenda",
148
+ CHATBOT = "Chatbot"
148
149
  }
149
150
  export declare enum ProfileModuleActionType {
150
151
  ADD_VEHICLE = "Add Vehicle",
@@ -729,5 +730,6 @@ export declare enum ProfileModuleActionType {
729
730
  VISUALIZE_PMF_IN_LOT = "Visualizar Tabela Minima De Frete No Lote",
730
731
  SHOW_PAYMENT_DEDUCTION = "Payment Deduction",
731
732
  ENABLED_CHANGE_FREIGHTRATE_IN_LOT_MASSIVELY = "Enabled Change FreightRate In Lot Massively",
732
- RECEIVABLE_CHARGE = "ReceivableCharge"
733
+ RECEIVABLE_CHARGE = "ReceivableCharge",
734
+ CAMPAIGN = "Campanha"
733
735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "6.1.0",
3
+ "version": "6.2.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^19.2.0",
6
6
  "@angular/cdk": "^19.2.0",