@heartlandone/vega-angular 2.35.0-RTE-preview → 2.36.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 +16 -16
- package/dist/fesm2015/heartlandone-vega-angular.mjs +15 -15
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +15 -15
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +5 -5
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +10 -10
|
@@ -484,7 +484,7 @@ export declare class VegaDatePicker {
|
|
|
484
484
|
protected el: HTMLElement;
|
|
485
485
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
486
486
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaDatePicker, never>;
|
|
487
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "format": "format"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
487
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePicker, "vega-date-picker", never, { "allowRepick": "allowRepick"; "autoValidation": "autoValidation"; "clearButton": "clearButton"; "disabled": "disabled"; "dropdownConfig": "dropdownConfig"; "format": "format"; "isValid": "isValid"; "label": "label"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "placeholder": "placeholder"; "readOnly": "readOnly"; "required": "required"; "showClearIcon": "showClearIcon"; "showYearMonthDropdowns": "showYearMonthDropdowns"; "size": "size"; "timezone": "timezone"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
488
488
|
}
|
|
489
489
|
export declare interface VegaDatePickerCalendar extends Components.VegaDatePickerCalendar {
|
|
490
490
|
}
|
|
@@ -594,7 +594,7 @@ export declare class VegaDropdown {
|
|
|
594
594
|
protected el: HTMLElement;
|
|
595
595
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
596
596
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaDropdown, never>;
|
|
597
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdown, "vega-dropdown", never, { "alignment": "alignment"; "caseSensitive": "caseSensitive"; "dynamicOption": "dynamicOption"; "isLazyLoading": "isLazyLoading"; "isLoading": "isLoading"; "itemDisplayRule": "itemDisplayRule"; "matchContainerHeight": "matchContainerHeight"; "matchTargetWidth": "matchTargetWidth"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "placement": "placement"; "positionRelativeTo": "positionRelativeTo"; "prefixIconSlot": "prefixIconSlot"; "searchTriggerBy": "searchTriggerBy"; "searchable": "searchable"; "selectType": "selectType"; "selectedSourceKey": "selectedSourceKey"; "size": "size"; "source": "source"; "translocation": "translocation"; "trigger": "trigger"; "useDefaultFilter": "useDefaultFilter"; }, {}, never, ["*"]>;
|
|
597
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDropdown, "vega-dropdown", never, { "alignment": "alignment"; "caseSensitive": "caseSensitive"; "dynamicOption": "dynamicOption"; "isLazyLoading": "isLazyLoading"; "isLoading": "isLoading"; "isScreenPosition": "isScreenPosition"; "itemDisplayRule": "itemDisplayRule"; "matchContainerHeight": "matchContainerHeight"; "matchTargetWidth": "matchTargetWidth"; "maxHeight": "maxHeight"; "maxWidth": "maxWidth"; "minWidth": "minWidth"; "placement": "placement"; "positionRelativeTo": "positionRelativeTo"; "prefixIconSlot": "prefixIconSlot"; "searchTriggerBy": "searchTriggerBy"; "searchable": "searchable"; "selectType": "selectType"; "selectedSourceKey": "selectedSourceKey"; "size": "size"; "source": "source"; "translocation": "translocation"; "trigger": "trigger"; "useDefaultFilter": "useDefaultFilter"; }, {}, never, ["*"]>;
|
|
598
598
|
}
|
|
599
599
|
export declare interface VegaDropdownContentBox extends Components.VegaDropdownContentBox {
|
|
600
600
|
}
|
|
@@ -712,7 +712,7 @@ export declare class VegaFileUploader {
|
|
|
712
712
|
protected el: HTMLElement;
|
|
713
713
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
714
714
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaFileUploader, never>;
|
|
715
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaFileUploader, "vega-file-uploader", never, { "accept": "accept"; "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "required": "required"; "validationRules": "validationRules"; "value": "value"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
715
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaFileUploader, "vega-file-uploader", never, { "accept": "accept"; "autoValidation": "autoValidation"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "maxCount": "maxCount"; "required": "required"; "validationRules": "validationRules"; "value": "value"; "variant": "variant"; }, {}, never, ["*"]>;
|
|
716
716
|
}
|
|
717
717
|
export declare interface VegaFlex extends Components.VegaFlex {
|
|
718
718
|
}
|
|
@@ -939,7 +939,7 @@ export declare class VegaInputPhoneNumber {
|
|
|
939
939
|
protected el: HTMLElement;
|
|
940
940
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
941
941
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaInputPhoneNumber, never>;
|
|
942
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaInputPhoneNumber, "vega-input-phone-number", never, { "allowedCountryCodes": "allowedCountryCodes"; "autoValidation": "autoValidation"; "countryCode": "countryCode"; "disabled": "disabled"; "hint": "hint"; "isValid": "isValid"; "label": "label"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
942
|
+
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"; "placeholder": "placeholder"; "required": "required"; "size": "size"; "validationRules": "validationRules"; "value": "value"; }, {}, never, ["*"]>;
|
|
943
943
|
}
|
|
944
944
|
export declare interface VegaInputRange extends Components.VegaInputRange {
|
|
945
945
|
/**
|
|
@@ -1195,7 +1195,7 @@ export declare class VegaPagination {
|
|
|
1195
1195
|
protected el: HTMLElement;
|
|
1196
1196
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1197
1197
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaPagination, never>;
|
|
1198
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaPagination, "vega-pagination", never, { "current": "current"; "extensions": "extensions"; "pageSize": "pageSize"; "pageSizeSelectorOptions": "pageSizeSelectorOptions"; "total": "total"; }, {}, never, ["*"]>;
|
|
1198
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaPagination, "vega-pagination", never, { "current": "current"; "dropdownProps": "dropdownProps"; "extensions": "extensions"; "pageSize": "pageSize"; "pageSizeSelectorOptions": "pageSizeSelectorOptions"; "total": "total"; }, {}, never, ["*"]>;
|
|
1199
1199
|
}
|
|
1200
1200
|
export declare interface VegaPieChart extends Components.VegaPieChart {
|
|
1201
1201
|
}
|
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.35.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=12.0.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@heartlandone/vega": "2.
|
|
21
|
+
"@heartlandone/vega": "2.35.0",
|
|
22
22
|
"tslib": "^2.3.0",
|
|
23
23
|
"@juggle/resize-observer": "^3.4.0"
|
|
24
24
|
},
|
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.36.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=12.0.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@heartlandone/vega": "2.
|
|
29
|
+
"@heartlandone/vega": "2.36.0",
|
|
30
30
|
"tslib": "^2.3.0",
|
|
31
31
|
"@juggle/resize-observer": "^3.4.0"
|
|
32
32
|
},
|
|
@@ -803,14 +803,14 @@ export declare interface VegaDatePicker extends Components.VegaDatePicker {
|
|
|
803
803
|
|
|
804
804
|
@ProxyCmp({
|
|
805
805
|
defineCustomElementFn: undefined,
|
|
806
|
-
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'size', 'validationRules', 'value'],
|
|
806
|
+
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'showYearMonthDropdowns', 'size', 'timezone', 'validationRules', 'value'],
|
|
807
807
|
methods: ['doClose', 'doOpen']
|
|
808
808
|
})
|
|
809
809
|
@Component({
|
|
810
810
|
selector: 'vega-date-picker',
|
|
811
811
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
812
812
|
template: '<ng-content></ng-content>',
|
|
813
|
-
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'size', 'validationRules', 'value']
|
|
813
|
+
inputs: ['allowRepick', 'autoValidation', 'clearButton', 'disabled', 'dropdownConfig', 'format', 'isValid', 'label', 'maxDate', 'minDate', 'mode', 'placeholder', 'readOnly', 'required', 'showClearIcon', 'showYearMonthDropdowns', 'size', 'timezone', 'validationRules', 'value']
|
|
814
814
|
})
|
|
815
815
|
export class VegaDatePicker {
|
|
816
816
|
protected el: HTMLElement;
|
|
@@ -963,14 +963,14 @@ It can be triggered in two ways: by pressing "Enter" or through user input. @eve
|
|
|
963
963
|
|
|
964
964
|
@ProxyCmp({
|
|
965
965
|
defineCustomElementFn: undefined,
|
|
966
|
-
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter'],
|
|
966
|
+
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'isScreenPosition', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter'],
|
|
967
967
|
methods: ['show', 'hide', 'search', 'clearSelection', 'getSelection', 'setSelection']
|
|
968
968
|
})
|
|
969
969
|
@Component({
|
|
970
970
|
selector: 'vega-dropdown',
|
|
971
971
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
972
972
|
template: '<ng-content></ng-content>',
|
|
973
|
-
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter']
|
|
973
|
+
inputs: ['alignment', 'caseSensitive', 'dynamicOption', 'isLazyLoading', 'isLoading', 'isScreenPosition', 'itemDisplayRule', 'matchContainerHeight', 'matchTargetWidth', 'maxHeight', 'maxWidth', 'minWidth', 'placement', 'positionRelativeTo', 'prefixIconSlot', 'searchTriggerBy', 'searchable', 'selectType', 'selectedSourceKey', 'size', 'source', 'translocation', 'trigger', 'useDefaultFilter']
|
|
974
974
|
})
|
|
975
975
|
export class VegaDropdown {
|
|
976
976
|
protected el: HTMLElement;
|
|
@@ -1162,13 +1162,13 @@ export declare interface VegaFileUploader extends Components.VegaFileUploader {
|
|
|
1162
1162
|
|
|
1163
1163
|
@ProxyCmp({
|
|
1164
1164
|
defineCustomElementFn: undefined,
|
|
1165
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'variant']
|
|
1165
|
+
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'required', 'validationRules', 'value', 'variant']
|
|
1166
1166
|
})
|
|
1167
1167
|
@Component({
|
|
1168
1168
|
selector: 'vega-file-uploader',
|
|
1169
1169
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1170
1170
|
template: '<ng-content></ng-content>',
|
|
1171
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'required', 'validationRules', 'value', 'variant']
|
|
1171
|
+
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'required', 'validationRules', 'value', 'variant']
|
|
1172
1172
|
})
|
|
1173
1173
|
export class VegaFileUploader {
|
|
1174
1174
|
protected el: HTMLElement;
|
|
@@ -1540,13 +1540,13 @@ export declare interface VegaInputPhoneNumber extends Components.VegaInputPhoneN
|
|
|
1540
1540
|
|
|
1541
1541
|
@ProxyCmp({
|
|
1542
1542
|
defineCustomElementFn: undefined,
|
|
1543
|
-
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1543
|
+
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1544
1544
|
})
|
|
1545
1545
|
@Component({
|
|
1546
1546
|
selector: 'vega-input-phone-number',
|
|
1547
1547
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1548
1548
|
template: '<ng-content></ng-content>',
|
|
1549
|
-
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1549
|
+
inputs: ['allowedCountryCodes', 'autoValidation', 'countryCode', 'disabled', 'emptyValueEnabled', 'hint', 'isValid', 'label', 'placeholder', 'required', 'size', 'validationRules', 'value']
|
|
1550
1550
|
})
|
|
1551
1551
|
export class VegaInputPhoneNumber {
|
|
1552
1552
|
protected el: HTMLElement;
|
|
@@ -2006,13 +2006,13 @@ export declare interface VegaPagination extends Components.VegaPagination {
|
|
|
2006
2006
|
|
|
2007
2007
|
@ProxyCmp({
|
|
2008
2008
|
defineCustomElementFn: undefined,
|
|
2009
|
-
inputs: ['current', 'extensions', 'pageSize', 'pageSizeSelectorOptions', 'total']
|
|
2009
|
+
inputs: ['current', 'dropdownProps', 'extensions', 'pageSize', 'pageSizeSelectorOptions', 'total']
|
|
2010
2010
|
})
|
|
2011
2011
|
@Component({
|
|
2012
2012
|
selector: 'vega-pagination',
|
|
2013
2013
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2014
2014
|
template: '<ng-content></ng-content>',
|
|
2015
|
-
inputs: ['current', 'extensions', 'pageSize', 'pageSizeSelectorOptions', 'total']
|
|
2015
|
+
inputs: ['current', 'dropdownProps', 'extensions', 'pageSize', 'pageSizeSelectorOptions', 'total']
|
|
2016
2016
|
})
|
|
2017
2017
|
export class VegaPagination {
|
|
2018
2018
|
protected el: HTMLElement;
|