@heartlandone/vega-angular 2.93.0 → 2.94.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
|
@@ -2248,7 +2248,7 @@ export declare class VegaTableCell {
|
|
|
2248
2248
|
protected el: HTMLElement;
|
|
2249
2249
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2250
2250
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaTableCell, never>;
|
|
2251
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableCell, "vega-table-cell", never, { "breakpoint": "breakpoint"; "colSpan": "colSpan"; "overflow": "overflow"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
|
|
2251
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaTableCell, "vega-table-cell", never, { "breakpoint": "breakpoint"; "colSpan": "colSpan"; "ellipsisShowTooltip": "ellipsisShowTooltip"; "overflow": "overflow"; "textAlign": "textAlign"; "width": "width"; }, {}, never, ["*"]>;
|
|
2252
2252
|
}
|
|
2253
2253
|
export declare interface VegaTableExpandRow extends Components.VegaTableExpandRow {
|
|
2254
2254
|
}
|
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.93.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.93.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.94.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.94.0",
|
|
32
32
|
"tslib": "^2.3.0",
|
|
33
33
|
"@juggle/resize-observer": "^3.4.0"
|
|
34
34
|
},
|
|
@@ -3693,13 +3693,13 @@ export declare interface VegaTableCell extends Components.VegaTableCell {}
|
|
|
3693
3693
|
|
|
3694
3694
|
@ProxyCmp({
|
|
3695
3695
|
defineCustomElementFn: undefined,
|
|
3696
|
-
inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
|
|
3696
|
+
inputs: ['breakpoint', 'colSpan', 'ellipsisShowTooltip', 'overflow', 'textAlign', 'width']
|
|
3697
3697
|
})
|
|
3698
3698
|
@Component({
|
|
3699
3699
|
selector: 'vega-table-cell',
|
|
3700
3700
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3701
3701
|
template: '<ng-content></ng-content>',
|
|
3702
|
-
inputs: ['breakpoint', 'colSpan', 'overflow', 'textAlign', 'width']
|
|
3702
|
+
inputs: ['breakpoint', 'colSpan', 'ellipsisShowTooltip', 'overflow', 'textAlign', 'width']
|
|
3703
3703
|
})
|
|
3704
3704
|
export class VegaTableCell {
|
|
3705
3705
|
protected el: HTMLElement;
|