@heartlandone/vega-angular 2.61.0 → 2.62.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.
@@ -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
  /**
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.61.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.61.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.62.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.62.0",
31
31
  "tslib": "^2.3.0",
32
32
  "@juggle/resize-observer": "^3.4.0"
33
33
  },
@@ -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;