@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
|
@@ -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"; "name": "name"; "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
|
}
|
|
@@ -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
|
}
|
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
|
},
|
|
@@ -1510,13 +1510,13 @@ export declare interface VegaFileUploader extends Components.VegaFileUploader {
|
|
|
1510
1510
|
|
|
1511
1511
|
@ProxyCmp({
|
|
1512
1512
|
defineCustomElementFn: undefined,
|
|
1513
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1513
|
+
inputs: ['accept', 'autoValidation', 'disableDeleteOnUpload', 'disabled', 'hideDeleteButton', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1514
1514
|
})
|
|
1515
1515
|
@Component({
|
|
1516
1516
|
selector: 'vega-file-uploader',
|
|
1517
1517
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1518
1518
|
template: '<ng-content></ng-content>',
|
|
1519
|
-
inputs: ['accept', 'autoValidation', 'disabled', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1519
|
+
inputs: ['accept', 'autoValidation', 'disableDeleteOnUpload', 'disabled', 'hideDeleteButton', 'hint', 'isValid', 'label', 'maxCount', 'name', 'optional', 'required', 'validationRules', 'value', 'variant']
|
|
1520
1520
|
})
|
|
1521
1521
|
export class VegaFileUploader {
|
|
1522
1522
|
protected el: HTMLElement;
|
|
@@ -3851,13 +3851,13 @@ export declare interface VegaTableHeadCell extends Components.VegaTableHeadCell
|
|
|
3851
3851
|
|
|
3852
3852
|
@ProxyCmp({
|
|
3853
3853
|
defineCustomElementFn: undefined,
|
|
3854
|
-
inputs: ['breakpoint', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3854
|
+
inputs: ['breakpoint', 'groupKey', 'parentGroupKey', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3855
3855
|
})
|
|
3856
3856
|
@Component({
|
|
3857
3857
|
selector: 'vega-table-head-cell',
|
|
3858
3858
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3859
3859
|
template: '<ng-content></ng-content>',
|
|
3860
|
-
inputs: ['breakpoint', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3860
|
+
inputs: ['breakpoint', 'groupKey', 'parentGroupKey', 'pinned', 'sortConfig', 'sortOrder', 'sorter', 'textAlign', 'width']
|
|
3861
3861
|
})
|
|
3862
3862
|
export class VegaTableHeadCell {
|
|
3863
3863
|
protected el: HTMLElement;
|