ngx-vector-components 4.80.0 → 4.82.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,6 +9,7 @@ export declare type DropdownButtonAction = {
9
9
  export declare class DropdownFieldComponent implements OnInit, OnDestroy {
10
10
  private renderer;
11
11
  set options(_options: ListItem[]);
12
+ isNgContent: boolean;
12
13
  isRequired: boolean | undefined;
13
14
  set control(_control: any);
14
15
  label: string;
@@ -47,5 +48,5 @@ export declare class DropdownFieldComponent implements OnInit, OnDestroy {
47
48
  private handleSearchErrors;
48
49
  private filterListByQuery;
49
50
  static ɵfac: i0.ɵɵFactoryDeclaration<DropdownFieldComponent, never>;
50
- static ɵcmp: i0.ɵɵComponentDeclaration<DropdownFieldComponent, "vector-dropdown-field", never, { "options": "options"; "isRequired": "isRequired"; "control": "control"; "label": "label"; "service": "service"; "paged": "paged"; "buttonAction": "buttonAction"; "dependencies": "dependencies"; "hiddenErrorMessage": "hiddenErrorMessage"; "dynamicFilters": "dynamicFilters"; "minLengthToService": "minLengthToService"; "initialLoad": "initialLoad"; "disabled": "disabled"; }, { "onFocus": "onFocus"; "onChange": "onChange"; }, never, never>;
51
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropdownFieldComponent, "vector-dropdown-field", never, { "options": "options"; "isNgContent": "isNgContent"; "isRequired": "isRequired"; "control": "control"; "label": "label"; "service": "service"; "paged": "paged"; "buttonAction": "buttonAction"; "dependencies": "dependencies"; "hiddenErrorMessage": "hiddenErrorMessage"; "dynamicFilters": "dynamicFilters"; "minLengthToService": "minLengthToService"; "initialLoad": "initialLoad"; "disabled": "disabled"; }, { "onFocus": "onFocus"; "onChange": "onChange"; }, never, never>;
51
52
  }
@@ -272,5 +272,6 @@ export declare enum ProfileModuleActionType {
272
272
  FRIENDLY_TRIP = "Friendly Trip",
273
273
  CANCEL_FRIENDLY_TRIP = "Cancelar Viagem Amiga",
274
274
  SHOW_FRIENDLY_TRIP = "Visualizar Viagem Amiga",
275
- CREATE_FRIENDLY_TRIP = "Solicitar Viagem Amiga"
275
+ CREATE_FRIENDLY_TRIP = "Solicitar Viagem Amiga",
276
+ SEND_NFS_ETCD = "Send NFs ETCD"
276
277
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-vector-components",
3
- "version": "4.80.0",
3
+ "version": "4.82.0",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~13.2.3",
6
6
  "@angular/cdk": "^13.3.9",