@heartlandone/vega-angular 2.61.0 → 2.63.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.
@@ -993,7 +993,7 @@ export declare class VegaInputNumeric {
993
993
  protected el: HTMLElement;
994
994
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
995
995
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputNumeric, never>;
996
- 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, ["*"]>;
996
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputNumeric, "vega-input-numeric", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "integerOnly": "integerOnly"; "isValid": "isValid"; "label": "label"; "majorIncrement": "majorIncrement"; "max": "max"; "min": "min"; "minorIncrement": "minorIncrement"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "prefixText": "prefixText"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "suffixText": "suffixText"; "thousandComma": "thousandComma"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
997
997
  }
998
998
  export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneNumber {
999
999
  /**
@@ -1415,7 +1415,7 @@ export declare class VegaRichTextContent {
1415
1415
  protected el: HTMLElement;
1416
1416
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1417
1417
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaRichTextContent, never>;
1418
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextContent, "vega-rich-text-content", never, { "content": "content"; }, {}, never, ["*"]>;
1418
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextContent, "vega-rich-text-content", never, { "content": "content"; "extensions": "extensions"; }, {}, never, ["*"]>;
1419
1419
  }
1420
1420
  export declare interface VegaRichTextEditor extends Components.VegaRichTextEditor {
1421
1421
  /**
@@ -1440,7 +1440,7 @@ export declare class VegaRichTextEditor {
1440
1440
  protected el: HTMLElement;
1441
1441
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1442
1442
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaRichTextEditor, never>;
1443
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextEditor, "vega-rich-text-editor", never, { "allowSourceEdit": "allowSourceEdit"; "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "required": "required"; "rows": "rows"; "sourceEditConfig": "sourceEditConfig"; "toolbarItems": "toolbarItems"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
1443
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextEditor, "vega-rich-text-editor", never, { "allowSourceEdit": "allowSourceEdit"; "autoValidation": "autoValidation"; "disabled": "disabled"; "extensions": "extensions"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "required": "required"; "rows": "rows"; "sourceEditConfig": "sourceEditConfig"; "toolbarItems": "toolbarItems"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
1444
1444
  }
1445
1445
  export declare interface VegaRichTextEditorToolbarButton extends Components.VegaRichTextEditorToolbarButton {
1446
1446
  /**
@@ -1914,7 +1914,7 @@ export declare class VegaTextarea {
1914
1914
  protected el: HTMLElement;
1915
1915
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1916
1916
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaTextarea, never>;
1917
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaTextarea, "vega-textarea", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maxLength": "maxLength"; "minLength": "minLength"; "placeholder": "placeholder"; "required": "required"; "resizable": "resizable"; "showCounter": "showCounter"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
1917
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaTextarea, "vega-textarea", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maxLength": "maxLength"; "minLength": "minLength"; "placeholder": "placeholder"; "required": "required"; "resizable": "resizable"; "rows": "rows"; "showCounter": "showCounter"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
1918
1918
  }
1919
1919
  export declare interface VegaTimePicker extends Components.VegaTimePicker {
1920
1920
  /**
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "2.60.0",
4
+ "version": "2.62.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.60.0",
22
+ "@heartlandone/vega": "2.62.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.61.0",
4
+ "version": "2.63.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.61.0",
30
+ "@heartlandone/vega": "2.63.0",
31
31
  "tslib": "^2.3.0",
32
32
  "@juggle/resize-observer": "^3.4.0"
33
33
  },
@@ -1627,13 +1627,13 @@ export declare interface VegaInputNumeric extends Components.VegaInputNumeric {
1627
1627
 
1628
1628
  @ProxyCmp({
1629
1629
  defineCustomElementFn: undefined,
1630
- inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1630
+ inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'max', 'min', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1631
1631
  })
1632
1632
  @Component({
1633
1633
  selector: 'vega-input-numeric',
1634
1634
  changeDetection: ChangeDetectionStrategy.OnPush,
1635
1635
  template: '<ng-content></ng-content>',
1636
- inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1636
+ inputs: ['autoValidation', 'disabled', 'hint', 'integerOnly', 'isValid', 'label', 'majorIncrement', 'max', 'min', 'minorIncrement', 'placeholder', 'prefixIcon', 'prefixText', 'required', 'showClearIcon', 'size', 'suffixText', 'thousandComma', 'validationRules', 'value']
1637
1637
  })
1638
1638
  export class VegaInputNumeric {
1639
1639
  protected el: HTMLElement;
@@ -2398,14 +2398,14 @@ export declare interface VegaRichTextContent extends Components.VegaRichTextCont
2398
2398
 
2399
2399
  @ProxyCmp({
2400
2400
  defineCustomElementFn: undefined,
2401
- inputs: ['content'],
2401
+ inputs: ['content', 'extensions'],
2402
2402
  methods: ['vegaFocus']
2403
2403
  })
2404
2404
  @Component({
2405
2405
  selector: 'vega-rich-text-content',
2406
2406
  changeDetection: ChangeDetectionStrategy.OnPush,
2407
2407
  template: '<ng-content></ng-content>',
2408
- inputs: ['content']
2408
+ inputs: ['content', 'extensions']
2409
2409
  })
2410
2410
  export class VegaRichTextContent {
2411
2411
  protected el: HTMLElement;
@@ -2439,13 +2439,13 @@ export declare interface VegaRichTextEditor extends Components.VegaRichTextEdito
2439
2439
 
2440
2440
  @ProxyCmp({
2441
2441
  defineCustomElementFn: undefined,
2442
- inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
2442
+ inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
2443
2443
  })
2444
2444
  @Component({
2445
2445
  selector: 'vega-rich-text-editor',
2446
2446
  changeDetection: ChangeDetectionStrategy.OnPush,
2447
2447
  template: '<ng-content></ng-content>',
2448
- inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
2448
+ inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
2449
2449
  })
2450
2450
  export class VegaRichTextEditor {
2451
2451
  protected el: HTMLElement;
@@ -3305,13 +3305,13 @@ export declare interface VegaTextarea extends Components.VegaTextarea {
3305
3305
 
3306
3306
  @ProxyCmp({
3307
3307
  defineCustomElementFn: undefined,
3308
- inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'resizable', 'showCounter', 'validationRules', 'value']
3308
+ inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'resizable', 'rows', 'showCounter', 'validationRules', 'value']
3309
3309
  })
3310
3310
  @Component({
3311
3311
  selector: 'vega-textarea',
3312
3312
  changeDetection: ChangeDetectionStrategy.OnPush,
3313
3313
  template: '<ng-content></ng-content>',
3314
- inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'resizable', 'showCounter', 'validationRules', 'value']
3314
+ inputs: ['autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxLength', 'minLength', 'placeholder', 'required', 'resizable', 'rows', 'showCounter', 'validationRules', 'value']
3315
3315
  })
3316
3316
  export class VegaTextarea {
3317
3317
  protected el: HTMLElement;