@heartlandone/vega-angular 2.51.0 → 2.53.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.
@@ -966,7 +966,7 @@ export declare class VegaInputNumeric {
966
966
  protected el: HTMLElement;
967
967
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
968
968
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputNumeric, never>;
969
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputNumeric, "vega-input-numeric", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "integerOnly": "integerOnly"; "isValid": "isValid"; "label": "label"; "majorIncrement": "majorIncrement"; "minorIncrement": "minorIncrement"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "prefixText": "prefixText"; "required": "required"; "size": "size"; "suffixText": "suffixText"; "thousandComma": "thousandComma"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
969
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputNumeric, "vega-input-numeric", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "integerOnly": "integerOnly"; "isValid": "isValid"; "label": "label"; "majorIncrement": "majorIncrement"; "minorIncrement": "minorIncrement"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "prefixText": "prefixText"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "suffixText": "suffixText"; "thousandComma": "thousandComma"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
970
970
  }
971
971
  export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneNumber {
972
972
  /**
@@ -1124,7 +1124,7 @@ export declare class VegaLeftNavLink {
1124
1124
  protected el: HTMLElement;
1125
1125
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1126
1126
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaLeftNavLink, never>;
1127
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavLink, "vega-left-nav-link", never, { "counterBadge": "counterBadge"; "customSelectionEnabled": "customSelectionEnabled"; "icon": "icon"; "itemKey": "itemKey"; "selected": "selected"; "url": "url"; }, {}, never, ["*"]>;
1127
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavLink, "vega-left-nav-link", never, { "counterBadge": "counterBadge"; "customSelectionEnabled": "customSelectionEnabled"; "icon": "icon"; "itemKey": "itemKey"; "selected": "selected"; "target": "target"; "url": "url"; }, {}, never, ["*"]>;
1128
1128
  }
1129
1129
  export declare interface VegaLeftNavSection extends Components.VegaLeftNavSection {
1130
1130
  /**
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "2.50.0",
4
+ "version": "2.52.0",
5
5
  "description": "Angular specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "peerDependencies": {
@@ -19,7 +19,7 @@
19
19
  "url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
20
20
  },
21
21
  "dependencies": {
22
- "@heartlandone/vega": "2.50.0",
22
+ "@heartlandone/vega": "2.52.0",
23
23
  "tslib": "^2.3.0",
24
24
  "@juggle/resize-observer": "^3.4.0"
25
25
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "2.51.0",
4
+ "version": "2.53.0",
5
5
  "description": "Angular specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "peerDependencies": {
@@ -27,7 +27,7 @@
27
27
  "url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
28
28
  },
29
29
  "dependencies": {
30
- "@heartlandone/vega": "2.51.0",
30
+ "@heartlandone/vega": "2.53.0",
31
31
  "tslib": "^2.3.0",
32
32
  "@juggle/resize-observer": "^3.4.0"
33
33
  },
@@ -1591,13 +1591,13 @@ export declare interface VegaInputNumeric extends Components.VegaInputNumeric {
1591
1591
 
1592
1592
  @ProxyCmp({
1593
1593
  defineCustomElementFn: undefined,
1594
- inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1594
+ inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1595
1595
  })
1596
1596
  @Component({
1597
1597
  selector: 'vega-input-numeric',
1598
1598
  changeDetection: ChangeDetectionStrategy.OnPush,
1599
1599
  template: '<ng-content></ng-content>',
1600
- inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1600
+ inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1601
1601
  })
1602
1602
  export class VegaInputNumeric {
1603
1603
  protected el: HTMLElement;
@@ -1858,13 +1858,13 @@ export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
1858
1858
 
1859
1859
  @ProxyCmp({
1860
1860
  defineCustomElementFn: undefined,
1861
- inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'url']
1861
+ inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'target', 'url']
1862
1862
  })
1863
1863
  @Component({
1864
1864
  selector: 'vega-left-nav-link',
1865
1865
  changeDetection: ChangeDetectionStrategy.OnPush,
1866
1866
  template: '<ng-content></ng-content>',
1867
- inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'url']
1867
+ inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'target', 'url']
1868
1868
  })
1869
1869
  export class VegaLeftNavLink {
1870
1870
  protected el: HTMLElement;