@heartlandone/vega-angular 2.35.0-RTE-preview → 2.35.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.
@@ -484,7 +484,7 @@ export declare class VegaDatePicker {
484
484
  protected el: HTMLElement;
485
485
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
486
486
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaDatePicker, never>;
487
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "format": "format"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
487
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "format": "format"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "timezone": "timezone"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
488
488
  }
489
489
  export declare interface VegaDatePickerCalendar extends Components.VegaDatePickerCalendar {
490
490
  }
@@ -939,7 +939,7 @@ export declare class VegaInputPhoneNumber {
939
939
  protected el: HTMLElement;
940
940
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
941
941
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputPhoneNumber, never>;
942
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputPhoneNumber, "vega-input-phone-number", never, { "allowedCountryCodes": "allowedCountryCodes"; "autoValidation": "autoValidation"; "countryCode": "countryCode"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
942
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputPhoneNumber, "vega-input-phone-number", never, { "allowedCountryCodes": "allowedCountryCodes"; "autoValidation": "autoValidation"; "countryCode": "countryCode"; "disabled": "disabled"; "emptyValueEnabled": "emptyValueEnabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
943
943
  }
944
944
  export declare interface VegaInputRange extends Components.VegaInputRange {
945
945
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "2.35.0-RTE-preview",
4
+ "version": "2.35.0",
5
5
  "description": "Angular specific wrapper for @heartlandone/vega",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=12.0.0",
@@ -26,7 +26,7 @@
26
26
  "url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
27
27
  },
28
28
  "dependencies": {
29
- "@heartlandone/vega": "2.35.0-RTE-preview",
29
+ "@heartlandone/vega": "2.35.0",
30
30
  "tslib": "^2.3.0",
31
31
  "@juggle/resize-observer": "^3.4.0"
32
32
  },
@@ -803,14 +803,14 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
803
803
 
804
804
  @ProxyCmp({
805
805
  defineCustomElementFn: undefined,
806
- inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'size', 'validationRules', 'value'],
806
+ inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'size', 'timezone', 'validationRules', 'value'],
807
807
  methods: ['doClose', 'doOpen']
808
808
  })
809
809
  @Component({
810
810
  selector: 'vega-date-picker',
811
811
  changeDetection: ChangeDetectionStrategy.OnPush,
812
812
  template: '<ng-content></ng-content>',
813
- inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'size', 'validationRules', 'value']
813
+ inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'size', 'timezone', 'validationRules', 'value']
814
814
  })
815
815
  export class VegaDatePicker {
816
816
  protected el: HTMLElement;
@@ -1540,13 +1540,13 @@ export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneN
1540
1540
 
1541
1541
  @ProxyCmp({
1542
1542
  defineCustomElementFn: undefined,
1543
- inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
1543
+ inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
1544
1544
  })
1545
1545
  @Component({
1546
1546
  selector: 'vega-input-phone-number',
1547
1547
  changeDetection: ChangeDetectionStrategy.OnPush,
1548
1548
  template: '<ng-content></ng-content>',
1549
- inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
1549
+ inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
1550
1550
  })
1551
1551
  export class VegaInputPhoneNumber {
1552
1552
  protected el: HTMLElement;