@heartlandone/vega-angular 2.62.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.
- 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
|
@@ -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
|
/**
|
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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;
|
|
@@ -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;
|