@heartlandone/vega-angular 2.82.0 → 2.83.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.
- package/dist/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/fesm2015/heartlandone-vega-angular.mjs +6 -6
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +6 -6
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +2 -2
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +4 -4
|
@@ -378,7 +378,7 @@ export declare class VegaCheckbox {
|
|
|
378
378
|
protected el: HTMLElement;
|
|
379
379
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
380
380
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaCheckbox, never>;
|
|
381
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaCheckbox, "vega-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "identifier": "identifier"; "isValid": "isValid"; "required": "required"; "size": "size"; "value": "value"; }, {}, never, ["*"]>;
|
|
381
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaCheckbox, "vega-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "identifier": "identifier"; "indeterminate": "indeterminate"; "isValid": "isValid"; "required": "required"; "size": "size"; "value": "value"; }, {}, never, ["*"]>;
|
|
382
382
|
}
|
|
383
383
|
export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup {
|
|
384
384
|
/**
|
|
@@ -1661,7 +1661,7 @@ export declare class VegaRichTextEditor {
|
|
|
1661
1661
|
protected el: HTMLElement;
|
|
1662
1662
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1663
1663
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaRichTextEditor, never>;
|
|
1664
|
-
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, ["*"]>;
|
|
1664
|
+
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"; "textStyleItems": "textStyleItems"; "toolbarItems": "toolbarItems"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1665
1665
|
}
|
|
1666
1666
|
export declare interface VegaRichTextEditorToolbarButton extends Components.VegaRichTextEditorToolbarButton {
|
|
1667
1667
|
/**
|
package/dist/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heartlandone/vega-angular",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.82.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.
|
|
22
|
+
"@heartlandone/vega": "2.82.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.
|
|
4
|
+
"version": "2.83.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.
|
|
30
|
+
"@heartlandone/vega": "2.83.0",
|
|
31
31
|
"tslib": "^2.3.0",
|
|
32
32
|
"@juggle/resize-observer": "^3.4.0"
|
|
33
33
|
},
|
|
@@ -624,14 +624,14 @@ export declare interface VegaCheckbox extends Components.VegaCheckbox {
|
|
|
624
624
|
|
|
625
625
|
@ProxyCmp({
|
|
626
626
|
defineCustomElementFn: undefined,
|
|
627
|
-
inputs: ['checked', 'disabled', 'identifier', 'isValid', 'required', 'size', 'value'],
|
|
627
|
+
inputs: ['checked', 'disabled', 'identifier', 'indeterminate', 'isValid', 'required', 'size', 'value'],
|
|
628
628
|
methods: ['setValue']
|
|
629
629
|
})
|
|
630
630
|
@Component({
|
|
631
631
|
selector: 'vega-checkbox',
|
|
632
632
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
633
633
|
template: '<ng-content></ng-content>',
|
|
634
|
-
inputs: ['checked', 'disabled', 'identifier', 'isValid', 'required', 'size', 'value']
|
|
634
|
+
inputs: ['checked', 'disabled', 'identifier', 'indeterminate', 'isValid', 'required', 'size', 'value']
|
|
635
635
|
})
|
|
636
636
|
export class VegaCheckbox {
|
|
637
637
|
protected el: HTMLElement;
|
|
@@ -2705,13 +2705,13 @@ export declare interface VegaRichTextEditor extends Components.VegaRichTextEdito
|
|
|
2705
2705
|
|
|
2706
2706
|
@ProxyCmp({
|
|
2707
2707
|
defineCustomElementFn: undefined,
|
|
2708
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2708
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'textStyleItems', 'toolbarItems', 'validationRules', 'value']
|
|
2709
2709
|
})
|
|
2710
2710
|
@Component({
|
|
2711
2711
|
selector: 'vega-rich-text-editor',
|
|
2712
2712
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2713
2713
|
template: '<ng-content></ng-content>',
|
|
2714
|
-
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'toolbarItems', 'validationRules', 'value']
|
|
2714
|
+
inputs: ['allowSourceEdit', 'autoValidation', 'disabled', 'extensions', 'hint', 'isValid', 'label', 'placeholder', 'required', 'rows', 'sourceEditConfig', 'textStyleItems', 'toolbarItems', 'validationRules', 'value']
|
|
2715
2715
|
})
|
|
2716
2716
|
export class VegaRichTextEditor {
|
|
2717
2717
|
protected el: HTMLElement;
|