@heartlandone/vega-angular 2.97.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 +7 -7
- package/dist/fesm2015/globalpayments-vega-angular.mjs +6 -6
- package/dist/fesm2015/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/globalpayments-vega-angular.mjs +6 -6
- package/dist/fesm2020/globalpayments-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
|
@@ -1171,11 +1171,11 @@ let VegaFileUploader = class VegaFileUploader {
|
|
|
1171
1171
|
}
|
|
1172
1172
|
};
|
|
1173
1173
|
VegaFileUploader.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFileUploader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1174
|
-
VegaFileUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFileUploader, selector: "vega-file-uploader", inputs: { accept: "accept", autoValidation: "autoValidation", disabled: "disabled", hint: "hint", isValid: "isValid", label: "label", maxCount: "maxCount", name: "name", optional: "optional", required: "required", validationRules: "validationRules", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1174
|
+
VegaFileUploader.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaFileUploader, selector: "vega-file-uploader", inputs: { 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1175
1175
|
VegaFileUploader = __decorate([
|
|
1176
1176
|
ProxyCmp({
|
|
1177
1177
|
defineCustomElementFn: undefined,
|
|
1178
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1178
|
+
inputs: ['accept', 'autoValidation', 'disableDeleteOnUpload', 'disabled', 'hideDeleteButton', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1179
1179
|
})
|
|
1180
1180
|
], VegaFileUploader);
|
|
1181
1181
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaFileUploader, decorators: [{
|
|
@@ -1184,7 +1184,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1184
1184
|
selector: 'vega-file-uploader',
|
|
1185
1185
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1186
1186
|
template: '<ng-content></ng-content>',
|
|
1187
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1187
|
+
inputs: ['accept', 'autoValidation', 'disableDeleteOnUpload', 'disabled', 'hideDeleteButton', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1188
1188
|
}]
|
|
1189
1189
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1190
1190
|
let VegaFlagIcon = class VegaFlagIcon {
|
|
@@ -2914,11 +2914,11 @@ let VegaTableHeadCell = class VegaTableHeadCell {
|
|
|
2914
2914
|
}
|
|
2915
2915
|
};
|
|
2916
2916
|
VegaTableHeadCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableHeadCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2917
|
-
VegaTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableHeadCell, selector: "vega-table-head-cell", inputs: { breakpoint: "breakpoint", pinned: "pinned", sortConfig: "sortConfig", sortOrder: "sortOrder", sorter: "sorter", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2917
|
+
VegaTableHeadCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableHeadCell, selector: "vega-table-head-cell", inputs: { breakpoint: "breakpoint", groupKey: "groupKey", parentGroupKey: "parentGroupKey", pinned: "pinned", sortConfig: "sortConfig", sortOrder: "sortOrder", sorter: "sorter", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2918
2918
|
VegaTableHeadCell = __decorate([
|
|
2919
2919
|
ProxyCmp({
|
|
2920
2920
|
defineCustomElementFn: undefined,
|
|
2921
|
-
inputs: ['breakpoint', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
2921
|
+
inputs: ['breakpoint', 'groupKey', 'parentGroupKey', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
2922
2922
|
})
|
|
2923
2923
|
], VegaTableHeadCell);
|
|
2924
2924
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableHeadCell, decorators: [{
|
|
@@ -2927,7 +2927,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2927
2927
|
selector: 'vega-table-head-cell',
|
|
2928
2928
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2929
2929
|
template: '<ng-content></ng-content>',
|
|
2930
|
-
inputs: ['breakpoint', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
2930
|
+
inputs: ['breakpoint', 'groupKey', 'parentGroupKey', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
2931
2931
|
}]
|
|
2932
2932
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2933
2933
|
let VegaTableHeadRow = class VegaTableHeadRow {
|