@heartlandone/vega-angular 2.102.0 → 2.103.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 +4 -4
- package/dist/fesm2015/globalpayments-vega-angular.mjs +3 -3
- package/dist/fesm2015/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/globalpayments-vega-angular.mjs +3 -3
- package/dist/fesm2020/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +1 -1
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +2 -2
|
@@ -1244,7 +1244,7 @@ export declare class VegaInput {
|
|
|
1244
1244
|
protected el: HTMLElement;
|
|
1245
1245
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1246
1246
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInput, never>;
|
|
1247
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInput, "vega-input", never, { "autoValidation": "autoValidation"; "autocomplete": "autocomplete"; "disableCopyPaste": "disableCopyPaste"; "disabled": "disabled"; "email": "email"; "enterkeyhint": "enterkeyhint"; "hint": "hint"; "inputmode": "inputmode"; "isValid": "isValid"; "label": "label"; "labelSuffixButtonConfig": "labelSuffixButtonConfig"; "labelSuffixButtonProps": "labelSuffixButtonProps"; "maskConfig": "maskConfig"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "suggestionsDropdownSource": "suggestionsDropdownSource"; "type": "type"; "validationRules": "validationRules"; "value": "value"; "valueUpdateTrigger": "valueUpdateTrigger"; }, {}, never, ["*"]>;
|
|
1247
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInput, "vega-input", never, { "autoValidation": "autoValidation"; "autocomplete": "autocomplete"; "disableCopyPaste": "disableCopyPaste"; "disabled": "disabled"; "email": "email"; "enterkeyhint": "enterkeyhint"; "hint": "hint"; "inputmode": "inputmode"; "isValid": "isValid"; "label": "label"; "labelSuffixButtonConfig": "labelSuffixButtonConfig"; "labelSuffixButtonProps": "labelSuffixButtonProps"; "maskConfig": "maskConfig"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "prefixText": "prefixText"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "suffixText": "suffixText"; "suggestionsDropdownSource": "suggestionsDropdownSource"; "type": "type"; "validationRules": "validationRules"; "value": "value"; "valueUpdateTrigger": "valueUpdateTrigger"; }, {}, never, ["*"]>;
|
|
1248
1248
|
}
|
|
1249
1249
|
export declare interface VegaInputCreditCard extends Components.VegaInputCreditCard {
|
|
1250
1250
|
/**
|
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.102.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"peerDependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@heartlandone/vega": "2.
|
|
23
|
+
"@heartlandone/vega": "2.102.0",
|
|
24
24
|
"tslib": "^2.3.0",
|
|
25
25
|
"@juggle/resize-observer": "^3.4.0"
|
|
26
26
|
},
|
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.103.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"peerDependencies": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@heartlandone/vega": "2.
|
|
31
|
+
"@heartlandone/vega": "2.103.0",
|
|
32
32
|
"tslib": "^2.3.0",
|
|
33
33
|
"@juggle/resize-observer": "^3.4.0"
|
|
34
34
|
},
|
|
@@ -1897,14 +1897,14 @@ suggestion item, including its `label`, `value`, and any custom properties.,@eve
|
|
|
1897
1897
|
|
|
1898
1898
|
@ProxyCmp({
|
|
1899
1899
|
defineCustomElementFn: undefined,
|
|
1900
|
-
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'enterkeyhint', 'hint', 'inputmode', 'isValid', 'label', 'labelSuffixButtonConfig', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'optional', 'placeholder', 'prefixIcon', 'readOnly', 'required', 'showClearIcon', 'size', 'suggestionsDropdownSource', 'type', 'validationRules', 'value', 'valueUpdateTrigger'],
|
|
1900
|
+
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'enterkeyhint', 'hint', 'inputmode', 'isValid', 'label', 'labelSuffixButtonConfig', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'optional', 'placeholder', 'prefixIcon', 'prefixText', 'readOnly', 'required', 'showClearIcon', 'size', 'suffixText', 'suggestionsDropdownSource', 'type', 'validationRules', 'value', 'valueUpdateTrigger'],
|
|
1901
1901
|
methods: ['doFocus', 'doBlur', 'showSuggestionsDropdown', 'hideSuggestionsDropdown']
|
|
1902
1902
|
})
|
|
1903
1903
|
@Component({
|
|
1904
1904
|
selector: 'vega-input',
|
|
1905
1905
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1906
1906
|
template: '<ng-content></ng-content>',
|
|
1907
|
-
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'enterkeyhint', 'hint', 'inputmode', 'isValid', 'label', 'labelSuffixButtonConfig', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'optional', 'placeholder', 'prefixIcon', 'readOnly', 'required', 'showClearIcon', 'size', 'suggestionsDropdownSource', 'type', 'validationRules', 'value', 'valueUpdateTrigger']
|
|
1907
|
+
inputs: ['autoValidation', 'autocomplete', 'disableCopyPaste', 'disabled', 'email', 'enterkeyhint', 'hint', 'inputmode', 'isValid', 'label', 'labelSuffixButtonConfig', 'labelSuffixButtonProps', 'maskConfig', 'max', 'maxLength', 'min', 'minLength', 'name', 'optional', 'placeholder', 'prefixIcon', 'prefixText', 'readOnly', 'required', 'showClearIcon', 'size', 'suffixText', 'suggestionsDropdownSource', 'type', 'validationRules', 'value', 'valueUpdateTrigger']
|
|
1908
1908
|
})
|
|
1909
1909
|
export class VegaInput {
|
|
1910
1910
|
protected el: HTMLElement;
|