@heartlandone/vega-angular 2.96.0 → 2.98.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 +74 -74
- package/dist/fesm2015/globalpayments-vega-angular.mjs +73 -73
- package/dist/fesm2015/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/globalpayments-vega-angular.mjs +73 -73
- package/dist/fesm2020/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +24 -24
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +49 -49
|
@@ -441,7 +441,7 @@ export declare class VegaCheckbox {
|
|
|
441
441
|
protected el: HTMLElement;
|
|
442
442
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
443
443
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaCheckbox, never>;
|
|
444
|
-
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, ["*"]>;
|
|
444
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaCheckbox, "vega-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "identifier": "identifier"; "indeterminate": "indeterminate"; "isValid": "isValid"; "name": "name"; "required": "required"; "size": "size"; "value": "value"; }, {}, never, ["*"]>;
|
|
445
445
|
}
|
|
446
446
|
export declare interface VegaCheckboxGroup extends Components.VegaCheckboxGroup {
|
|
447
447
|
/**
|
|
@@ -483,7 +483,7 @@ export declare class VegaCheckboxGroup {
|
|
|
483
483
|
protected el: HTMLElement;
|
|
484
484
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
485
485
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaCheckboxGroup, never>;
|
|
486
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaCheckboxGroup, "vega-checkbox-group", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "required": "required"; "validationRules": "validationRules"; "value": "value"; "vegaFlexProp": "vegaFlexProp"; }, {}, never, ["*"]>;
|
|
486
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaCheckboxGroup, "vega-checkbox-group", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "required": "required"; "validationRules": "validationRules"; "value": "value"; "vegaFlexProp": "vegaFlexProp"; }, {}, never, ["*"]>;
|
|
487
487
|
}
|
|
488
488
|
export declare interface VegaChip extends Components.VegaChip {
|
|
489
489
|
/**
|
|
@@ -556,7 +556,7 @@ export declare class VegaColorPicker {
|
|
|
556
556
|
protected el: HTMLElement;
|
|
557
557
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
558
558
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaColorPicker, never>;
|
|
559
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaColorPicker, "vega-color-picker", never, { "autoValidation": "autoValidation"; "colors": "colors"; "columns": "columns"; "disabled": "disabled"; "hint": "hint"; "isInline": "isInline"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "required": "required"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
559
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaColorPicker, "vega-color-picker", never, { "autoValidation": "autoValidation"; "colors": "colors"; "columns": "columns"; "disabled": "disabled"; "hint": "hint"; "isInline": "isInline"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "required": "required"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
560
560
|
}
|
|
561
561
|
export declare interface VegaColorSwatch extends Components.VegaColorSwatch {
|
|
562
562
|
/**
|
|
@@ -590,7 +590,7 @@ export declare class VegaColorSwatchPicker {
|
|
|
590
590
|
protected el: HTMLElement;
|
|
591
591
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
592
592
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaColorSwatchPicker, never>;
|
|
593
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaColorSwatchPicker, "vega-color-swatch-picker", never, { "autoValidation": "autoValidation"; "colors": "colors"; "disabled": "disabled"; "inputFormatter": "inputFormatter"; "inputPlaceholder": "inputPlaceholder"; "inputPrefixIcon": "inputPrefixIcon"; "isValid": "isValid"; "label": "label"; "required": "required"; "showClearButton": "showClearButton"; "showInput": "showInput"; "swatchGridColumns": "swatchGridColumns"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
593
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaColorSwatchPicker, "vega-color-swatch-picker", never, { "autoValidation": "autoValidation"; "colors": "colors"; "disabled": "disabled"; "inputFormatter": "inputFormatter"; "inputPlaceholder": "inputPlaceholder"; "inputPrefixIcon": "inputPrefixIcon"; "isValid": "isValid"; "label": "label"; "name": "name"; "required": "required"; "showClearButton": "showClearButton"; "showInput": "showInput"; "swatchGridColumns": "swatchGridColumns"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
594
594
|
}
|
|
595
595
|
export declare interface VegaComboBox extends Components.VegaComboBox {
|
|
596
596
|
/**
|
|
@@ -651,7 +651,7 @@ export declare class VegaComboBox {
|
|
|
651
651
|
protected el: HTMLElement;
|
|
652
652
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
653
653
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaComboBox, never>;
|
|
654
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaComboBox, "vega-combo-box", never, { "autoValidation": "autoValidation"; "containerMaxHeight": "containerMaxHeight"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "source": "source"; "useDefaultFilter": "useDefaultFilter"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
|
|
654
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaComboBox, "vega-combo-box", never, { "autoValidation": "autoValidation"; "containerMaxHeight": "containerMaxHeight"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "source": "source"; "useDefaultFilter": "useDefaultFilter"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
|
|
655
655
|
}
|
|
656
656
|
export declare interface VegaCounterBadge extends Components.VegaCounterBadge {
|
|
657
657
|
}
|
|
@@ -688,7 +688,7 @@ export declare class VegaDatePicker {
|
|
|
688
688
|
protected el: HTMLElement;
|
|
689
689
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
690
690
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaDatePicker, never>;
|
|
691
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "format": "format"; "isDateDisabled": "isDateDisabled"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "optional": "optional"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "showYearMonthDropdowns": "showYearMonthDropdowns"; "size": "size"; "timezone": "timezone"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
691
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "format": "format"; "isDateDisabled": "isDateDisabled"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "showYearMonthDropdowns": "showYearMonthDropdowns"; "size": "size"; "timezone": "timezone"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
692
692
|
}
|
|
693
693
|
export declare interface VegaDatePickerCalendar extends Components.VegaDatePickerCalendar {
|
|
694
694
|
/**
|
|
@@ -975,7 +975,7 @@ export declare class VegaFileUploader {
|
|
|
975
975
|
protected el: HTMLElement;
|
|
976
976
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
977
977
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaFileUploader, never>;
|
|
978
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaFileUploader, "vega-file-uploader", never, { "accept": "accept"; "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maxCount": "maxCount"; "optional": "optional"; "required": "required"; "validationRules": "validationRules"; "value": "value"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
978
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaFileUploader, "vega-file-uploader", never, { "accept": "accept"; "autoValidation": "autoValidation"; "disableDeleteOnUpload": "disableDeleteOnUpload"; "disabled": "disabled"; "hideDeleteButton": "hideDeleteButton"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maxCount": "maxCount"; "name": "name"; "optional": "optional"; "required": "required"; "validationRules": "validationRules"; "value": "value"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
979
979
|
}
|
|
980
980
|
export declare interface VegaFlagIcon extends Components.VegaFlagIcon {
|
|
981
981
|
}
|
|
@@ -1035,7 +1035,7 @@ export declare class VegaForm {
|
|
|
1035
1035
|
protected el: HTMLElement;
|
|
1036
1036
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1037
1037
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaForm, never>;
|
|
1038
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaForm, "vega-form", never, { "action": "action"; "disableBlurValidation": "disableBlurValidation"; "isTouched": "isTouched"; "isValid": "isValid"; "method": "method"; "useNativeForm": "useNativeForm"; }, {}, never, ["*"]>;
|
|
1038
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaForm, "vega-form", never, { "action": "action"; "disableBlurValidation": "disableBlurValidation"; "isTouched": "isTouched"; "isValid": "isValid"; "method": "method"; "name": "name"; "useNativeForm": "useNativeForm"; }, {}, never, ["*"]>;
|
|
1039
1039
|
}
|
|
1040
1040
|
export declare interface VegaGrid extends Components.VegaGrid {
|
|
1041
1041
|
}
|
|
@@ -1095,7 +1095,7 @@ export declare class VegaImageUploader {
|
|
|
1095
1095
|
protected el: HTMLElement;
|
|
1096
1096
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1097
1097
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaImageUploader, never>;
|
|
1098
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaImageUploader, "vega-image-uploader", never, { "accept": "accept"; "actionSubTitle": "actionSubTitle"; "actionTitle": "actionTitle"; "autoValidation": "autoValidation"; "disabled": "disabled"; "height": "height"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "required": "required"; "showPreviewButton": "showPreviewButton"; "showRemoveButton": "showRemoveButton"; "showReplaceButton": "showReplaceButton"; "status": "status"; "validationRules": "validationRules"; "value": "value"; "width": "width"; }, {}, never, ["*"]>;
|
|
1098
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaImageUploader, "vega-image-uploader", never, { "accept": "accept"; "actionSubTitle": "actionSubTitle"; "actionTitle": "actionTitle"; "autoValidation": "autoValidation"; "disabled": "disabled"; "height": "height"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "required": "required"; "showPreviewButton": "showPreviewButton"; "showRemoveButton": "showRemoveButton"; "showReplaceButton": "showReplaceButton"; "status": "status"; "validationRules": "validationRules"; "value": "value"; "width": "width"; }, {}, never, ["*"]>;
|
|
1099
1099
|
}
|
|
1100
1100
|
export declare interface VegaInput extends Components.VegaInput {
|
|
1101
1101
|
/**
|
|
@@ -1259,7 +1259,7 @@ export declare class VegaInputCreditCard {
|
|
|
1259
1259
|
protected el: HTMLElement;
|
|
1260
1260
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1261
1261
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputCreditCard, never>;
|
|
1262
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputCreditCard, "vega-input-credit-card", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hideCardNumberOnBlur": "hideCardNumberOnBlur"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1262
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputCreditCard, "vega-input-credit-card", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hideCardNumberOnBlur": "hideCardNumberOnBlur"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1263
1263
|
}
|
|
1264
1264
|
export declare interface VegaInputNumeric extends Components.VegaInputNumeric {
|
|
1265
1265
|
/**
|
|
@@ -1282,7 +1282,7 @@ export declare class VegaInputNumeric {
|
|
|
1282
1282
|
protected el: HTMLElement;
|
|
1283
1283
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1284
1284
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputNumeric, never>;
|
|
1285
|
-
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"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "prefixText": "prefixText"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "suffixText": "suffixText"; "thousandComma": "thousandComma"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1285
|
+
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"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "prefixText": "prefixText"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "suffixText": "suffixText"; "thousandComma": "thousandComma"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1286
1286
|
}
|
|
1287
1287
|
export declare interface VegaInputPasscode extends Components.VegaInputPasscode {
|
|
1288
1288
|
/**
|
|
@@ -1316,7 +1316,7 @@ export declare class VegaInputPasscode {
|
|
|
1316
1316
|
protected el: HTMLElement;
|
|
1317
1317
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1318
1318
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputPasscode, never>;
|
|
1319
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputPasscode, "vega-input-passcode", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "inputType": "inputType"; "isValid": "isValid"; "label": "label"; "length": "length"; "optional": "optional"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1319
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputPasscode, "vega-input-passcode", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "inputType": "inputType"; "isValid": "isValid"; "label": "label"; "length": "length"; "name": "name"; "optional": "optional"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1320
1320
|
}
|
|
1321
1321
|
export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneNumber {
|
|
1322
1322
|
/**
|
|
@@ -1349,7 +1349,7 @@ export declare class VegaInputPhoneNumber {
|
|
|
1349
1349
|
protected el: HTMLElement;
|
|
1350
1350
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1351
1351
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputPhoneNumber, never>;
|
|
1352
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputPhoneNumber, "vega-input-phone-number", never, { "allowedCountryCodes": "allowedCountryCodes"; "autoValidation": "autoValidation"; "countryCode": "countryCode"; "disabled": "disabled"; "emptyValueEnabled": "emptyValueEnabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1352
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputPhoneNumber, "vega-input-phone-number", never, { "allowedCountryCodes": "allowedCountryCodes"; "autoValidation": "autoValidation"; "countryCode": "countryCode"; "disabled": "disabled"; "emptyValueEnabled": "emptyValueEnabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1353
1353
|
}
|
|
1354
1354
|
export declare interface VegaInputRange extends Components.VegaInputRange {
|
|
1355
1355
|
/**
|
|
@@ -1366,7 +1366,7 @@ export declare class VegaInputRange {
|
|
|
1366
1366
|
protected el: HTMLElement;
|
|
1367
1367
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1368
1368
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputRange, never>;
|
|
1369
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputRange, "vega-input-range", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "max": "max"; "min": "min"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "stack": "stack"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1369
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputRange, "vega-input-range", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "max": "max"; "min": "min"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "stack": "stack"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1370
1370
|
}
|
|
1371
1371
|
export declare interface VegaInputSelect extends Components.VegaInputSelect {
|
|
1372
1372
|
/**
|
|
@@ -1436,7 +1436,7 @@ export declare class VegaInputSelect {
|
|
|
1436
1436
|
protected el: HTMLElement;
|
|
1437
1437
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1438
1438
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputSelect, never>;
|
|
1439
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputSelect, "vega-input-select", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "dropdownItemTooltipProps": "dropdownItemTooltipProps"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "labelSuffixButtonConfig": "labelSuffixButtonConfig"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "selectType": "selectType"; "selectedLabel": "selectedLabel"; "selectedLabelTooltipProps": "selectedLabelTooltipProps"; "size": "size"; "source": "source"; "sourceLazyLoadCallback": "sourceLazyLoadCallback"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
|
|
1439
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputSelect, "vega-input-select", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "dropdownItemTooltipProps": "dropdownItemTooltipProps"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "labelSuffixButtonConfig": "labelSuffixButtonConfig"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "prefixIcon": "prefixIcon"; "required": "required"; "selectType": "selectType"; "selectedLabel": "selectedLabel"; "selectedLabelTooltipProps": "selectedLabelTooltipProps"; "size": "size"; "source": "source"; "sourceLazyLoadCallback": "sourceLazyLoadCallback"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
|
|
1440
1440
|
}
|
|
1441
1441
|
export declare interface VegaItemToggle extends Components.VegaItemToggle {
|
|
1442
1442
|
/**
|
|
@@ -1810,7 +1810,7 @@ export declare class VegaRichTextEditor {
|
|
|
1810
1810
|
protected el: HTMLElement;
|
|
1811
1811
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1812
1812
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaRichTextEditor, never>;
|
|
1813
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextEditor, "vega-rich-text-editor", never, { "allowSourceEdit": "allowSourceEdit"; "autoValidation": "autoValidation"; "disabled": "disabled"; "extensions": "extensions"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "rows": "rows"; "sourceEditConfig": "sourceEditConfig"; "textStyleItems": "textStyleItems"; "toolbarItems": "toolbarItems"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1813
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaRichTextEditor, "vega-rich-text-editor", never, { "allowSourceEdit": "allowSourceEdit"; "autoValidation": "autoValidation"; "disabled": "disabled"; "extensions": "extensions"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "rows": "rows"; "sourceEditConfig": "sourceEditConfig"; "textStyleItems": "textStyleItems"; "toolbarItems": "toolbarItems"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
1814
1814
|
}
|
|
1815
1815
|
export declare interface VegaRichTextEditorToolbarButton extends Components.VegaRichTextEditorToolbarButton {
|
|
1816
1816
|
/**
|
|
@@ -2016,7 +2016,7 @@ export declare class VegaSelectionChipGroup {
|
|
|
2016
2016
|
protected el: HTMLElement;
|
|
2017
2017
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2018
2018
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaSelectionChipGroup, never>;
|
|
2019
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSelectionChipGroup, "vega-selection-chip-group", never, { "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "required": "required"; "selectType": "selectType"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2019
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSelectionChipGroup, "vega-selection-chip-group", never, { "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "required": "required"; "selectType": "selectType"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2020
2020
|
}
|
|
2021
2021
|
export declare interface VegaSelectionTile extends Components.VegaSelectionTile {
|
|
2022
2022
|
/**
|
|
@@ -2054,7 +2054,7 @@ export declare class VegaSelectionTileGroup {
|
|
|
2054
2054
|
protected el: HTMLElement;
|
|
2055
2055
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2056
2056
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaSelectionTileGroup, never>;
|
|
2057
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSelectionTileGroup, "vega-selection-tile-group", never, { "disabled": "disabled"; "distributeEvenly": "distributeEvenly"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "layout": "layout"; "optional": "optional"; "required": "required"; "selectType": "selectType"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2057
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSelectionTileGroup, "vega-selection-tile-group", never, { "disabled": "disabled"; "distributeEvenly": "distributeEvenly"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "layout": "layout"; "name": "name"; "optional": "optional"; "required": "required"; "selectType": "selectType"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2058
2058
|
}
|
|
2059
2059
|
export declare interface VegaSidenav extends Components.VegaSidenav {
|
|
2060
2060
|
/**
|
|
@@ -2114,7 +2114,7 @@ export declare class VegaSignatureCapture {
|
|
|
2114
2114
|
protected el: HTMLElement;
|
|
2115
2115
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2116
2116
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaSignatureCapture, never>;
|
|
2117
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSignatureCapture, "vega-signature-capture", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "height": "height"; "isValid": "isValid"; "label": "label"; "mode": "mode"; "optional": "optional"; "placeholder": "placeholder"; "placeholderIcon": "placeholderIcon"; "required": "required"; "showClearBtn": "showClearBtn"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2117
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSignatureCapture, "vega-signature-capture", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "height": "height"; "isValid": "isValid"; "label": "label"; "mode": "mode"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "placeholderIcon": "placeholderIcon"; "required": "required"; "showClearBtn": "showClearBtn"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2118
2118
|
}
|
|
2119
2119
|
export declare interface VegaSkeleton extends Components.VegaSkeleton {
|
|
2120
2120
|
}
|
|
@@ -2149,7 +2149,7 @@ export declare class VegaStepper {
|
|
|
2149
2149
|
protected el: HTMLElement;
|
|
2150
2150
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2151
2151
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaStepper, never>;
|
|
2152
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaStepper, "vega-stepper", never, { "autoValidation": "autoValidation"; "buttonVariant": "buttonVariant"; "disabled": "disabled"; "inputDisabled": "inputDisabled"; "isValid": "isValid"; "label": "label"; "max": "max"; "min": "min"; "stepperId": "stepperId"; "value": "value"; }, {}, never, ["*"]>;
|
|
2152
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaStepper, "vega-stepper", never, { "autoValidation": "autoValidation"; "buttonVariant": "buttonVariant"; "disabled": "disabled"; "inputDisabled": "inputDisabled"; "isValid": "isValid"; "label": "label"; "max": "max"; "min": "min"; "name": "name"; "stepperId": "stepperId"; "value": "value"; }, {}, never, ["*"]>;
|
|
2153
2153
|
}
|
|
2154
2154
|
export declare interface VegaTabGroup extends Components.VegaTabGroup {
|
|
2155
2155
|
/**
|
|
@@ -2338,7 +2338,7 @@ export declare class VegaTableHeadCell {
|
|
|
2338
2338
|
protected el: HTMLElement;
|
|
2339
2339
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2340
2340
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaTableHeadCell, never>;
|
|
2341
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableHeadCell, "vega-table-head-cell", never, { "breakpoint": "breakpoint"; "pinned": "pinned"; "sortConfig": "sortConfig"; "sortOrder": "sortOrder"; "sorter": "sorter"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
|
|
2341
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableHeadCell, "vega-table-head-cell", never, { "breakpoint": "breakpoint"; "groupKey": "groupKey"; "parentGroupKey": "parentGroupKey"; "pinned": "pinned"; "sortConfig": "sortConfig"; "sortOrder": "sortOrder"; "sorter": "sorter"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
|
|
2342
2342
|
}
|
|
2343
2343
|
export declare interface VegaTableHeadRow extends Components.VegaTableHeadRow {
|
|
2344
2344
|
}
|
|
@@ -2426,7 +2426,7 @@ export declare class VegaTextarea {
|
|
|
2426
2426
|
protected el: HTMLElement;
|
|
2427
2427
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2428
2428
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaTextarea, never>;
|
|
2429
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTextarea, "vega-textarea", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "labelSuffixButtonConfig": "labelSuffixButtonConfig"; "maxLength": "maxLength"; "minLength": "minLength"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "resizable": "resizable"; "rows": "rows"; "showCounter": "showCounter"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2429
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTextarea, "vega-textarea", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "labelSuffixButtonConfig": "labelSuffixButtonConfig"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "required": "required"; "resizable": "resizable"; "rows": "rows"; "showCounter": "showCounter"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2430
2430
|
}
|
|
2431
2431
|
export declare interface VegaTimePicker extends Components.VegaTimePicker {
|
|
2432
2432
|
/**
|
|
@@ -2443,7 +2443,7 @@ export declare class VegaTimePicker {
|
|
|
2443
2443
|
protected el: HTMLElement;
|
|
2444
2444
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2445
2445
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaTimePicker, never>;
|
|
2446
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePicker, "vega-time-picker", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "increments": "increments"; "isValid": "isValid"; "label": "label"; "mode": "mode"; "optional": "optional"; "placeholder": "placeholder"; "positionRelativeTo": "positionRelativeTo"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "timeFormat": "timeFormat"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
|
|
2446
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTimePicker, "vega-time-picker", never, { "autoValidation": "autoValidation"; "disabled": "disabled"; "increments": "increments"; "isValid": "isValid"; "label": "label"; "mode": "mode"; "name": "name"; "optional": "optional"; "placeholder": "placeholder"; "positionRelativeTo": "positionRelativeTo"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "timeFormat": "timeFormat"; "validationRules": "validationRules"; "value": "value"; "vegaDropdownProps": "vegaDropdownProps"; }, {}, never, ["*"]>;
|
|
2447
2447
|
}
|
|
2448
2448
|
export declare interface VegaTimePickerDropdown extends Components.VegaTimePickerDropdown {
|
|
2449
2449
|
}
|
|
@@ -2469,7 +2469,7 @@ export declare class VegaToggleSwitch {
|
|
|
2469
2469
|
protected el: HTMLElement;
|
|
2470
2470
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2471
2471
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaToggleSwitch, never>;
|
|
2472
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaToggleSwitch, "vega-toggle-switch", never, { "autoValidation": "autoValidation"; "checked": "checked"; "disabled": "disabled"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2472
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaToggleSwitch, "vega-toggle-switch", never, { "autoValidation": "autoValidation"; "checked": "checked"; "disabled": "disabled"; "isValid": "isValid"; "label": "label"; "name": "name"; "optional": "optional"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
2473
2473
|
}
|
|
2474
2474
|
export declare interface VegaTooltip extends Components.VegaTooltip {
|
|
2475
2475
|
}
|
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.97.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.97.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.98.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.98.0",
|
|
32
32
|
"tslib": "^2.3.0",
|
|
33
33
|
"@juggle/resize-observer": "^3.4.0"
|
|
34
34
|
},
|