@heartlandone/vega-angular 2.93.0 → 2.95.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 +9 -9
- package/dist/fesm2015/globalpayments-vega-angular.mjs +8 -8
- package/dist/fesm2015/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/globalpayments-vega-angular.mjs +8 -8
- package/dist/fesm2020/globalpayments-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +30 -2
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +34 -6
|
@@ -871,7 +871,7 @@ let VegaComboBox = class VegaComboBox {
|
|
|
871
871
|
this.z = z;
|
|
872
872
|
c.detach();
|
|
873
873
|
this.el = r.nativeElement;
|
|
874
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaCreate', 'create', 'vegaSearch', 'search']);
|
|
874
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaCreate', 'create', 'vegaSearch', 'search', 'vegaDropdownSelectAllClick', 'dropdownSelectAllClick']);
|
|
875
875
|
}
|
|
876
876
|
};
|
|
877
877
|
VegaComboBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComboBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1537,7 +1537,7 @@ let VegaInputSelect = class VegaInputSelect {
|
|
|
1537
1537
|
this.z = z;
|
|
1538
1538
|
c.detach();
|
|
1539
1539
|
this.el = r.nativeElement;
|
|
1540
|
-
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSearch', 'search', 'vegaSearchTrigger', 'searchTrigger', 'vegaShow', 'vegaHide', 'vegaLabelButtonClick', 'labelButtonClick']);
|
|
1540
|
+
proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSearch', 'search', 'vegaSearchTrigger', 'searchTrigger', 'vegaDropdownSelectAllClick', 'dropdownSelectAllClick', 'vegaShow', 'vegaHide', 'vegaLabelButtonClick', 'labelButtonClick']);
|
|
1541
1541
|
}
|
|
1542
1542
|
};
|
|
1543
1543
|
VegaInputSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
@@ -1764,11 +1764,11 @@ let VegaModal = class VegaModal {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
};
|
|
1766
1766
|
VegaModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1767
|
-
VegaModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaModal, selector: "vega-modal", inputs: { animation: "animation", backdrop: "backdrop", backdropColor: "backdropColor", contentMaxHeight: "contentMaxHeight", corners: "corners", handleClose: "handleClose", height: "height", isVerticallyCenter: "isVerticallyCenter", isVerticallyCentered: "isVerticallyCentered", margin: "margin", modalTitle: "modalTitle", open: "open", padding: "padding", showCloseButton: "showCloseButton", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1767
|
+
VegaModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaModal, selector: "vega-modal", inputs: { animation: "animation", backdrop: "backdrop", backdropColor: "backdropColor", contentMaxHeight: "contentMaxHeight", corners: "corners", handleClose: "handleClose", height: "height", isVerticallyCenter: "isVerticallyCenter", isVerticallyCentered: "isVerticallyCentered", margin: "margin", modalTitle: "modalTitle", open: "open", padding: "padding", showCloseButton: "showCloseButton", size: "size", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1768
1768
|
VegaModal = __decorate([
|
|
1769
1769
|
ProxyCmp({
|
|
1770
1770
|
defineCustomElementFn: undefined,
|
|
1771
|
-
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size'],
|
|
1771
|
+
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size', 'width'],
|
|
1772
1772
|
methods: ['modal']
|
|
1773
1773
|
})
|
|
1774
1774
|
], VegaModal);
|
|
@@ -1778,7 +1778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
1778
1778
|
selector: 'vega-modal',
|
|
1779
1779
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1780
1780
|
template: '<ng-content></ng-content>',
|
|
1781
|
-
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size']
|
|
1781
|
+
inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size', 'width']
|
|
1782
1782
|
}]
|
|
1783
1783
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1784
1784
|
let VegaNavCard = class VegaNavCard {
|
|
@@ -2775,11 +2775,11 @@ let VegaTableCell = class VegaTableCell {
|
|
|
2775
2775
|
}
|
|
2776
2776
|
};
|
|
2777
2777
|
VegaTableCell.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableCell, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2778
|
-
VegaTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableCell, selector: "vega-table-cell", inputs: { breakpoint: "breakpoint", colSpan: "colSpan", overflow: "overflow", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2778
|
+
VegaTableCell.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaTableCell, selector: "vega-table-cell", inputs: { breakpoint: "breakpoint", colSpan: "colSpan", ellipsisShowTooltip: "ellipsisShowTooltip", overflow: "overflow", textAlign: "textAlign", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2779
2779
|
VegaTableCell = __decorate([
|
|
2780
2780
|
ProxyCmp({
|
|
2781
2781
|
defineCustomElementFn: undefined,
|
|
2782
|
-
inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
|
|
2782
|
+
inputs: ['breakpoint', 'colSpan', 'ellipsisShowTooltip', 'overflow', 'textAlign', 'width']
|
|
2783
2783
|
})
|
|
2784
2784
|
], VegaTableCell);
|
|
2785
2785
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaTableCell, decorators: [{
|
|
@@ -2788,7 +2788,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
|
|
|
2788
2788
|
selector: 'vega-table-cell',
|
|
2789
2789
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2790
2790
|
template: '<ng-content></ng-content>',
|
|
2791
|
-
inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
|
|
2791
|
+
inputs: ['breakpoint', 'colSpan', 'ellipsisShowTooltip', 'overflow', 'textAlign', 'width']
|
|
2792
2792
|
}]
|
|
2793
2793
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2794
2794
|
let VegaTableExpandRow = class VegaTableExpandRow {
|