@heartlandone/vega-angular 2.75.1 → 2.77.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/heartlandone-vega-angular.mjs +6 -6
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +6 -6
- package/dist/fesm2020/heartlandone-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
|
@@ -595,7 +595,7 @@ export declare class VegaDatePickerCalendar {
|
|
|
595
595
|
protected el: HTMLElement;
|
|
596
596
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
597
597
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaDatePickerCalendar, never>;
|
|
598
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePickerCalendar, "vega-date-picker-calendar", never, { "clearButton": "clearButton"; "format": "format"; "isDateDisabled": "isDateDisabled"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "selection": "selection"; "showYearMonthDropdowns": "showYearMonthDropdowns"; "size": "size"; "staticHeight": "staticHeight"; "timezone": "timezone"; "yearMonthDropdownProps": "yearMonthDropdownProps"; }, {}, never, ["*"]>;
|
|
598
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaDatePickerCalendar, "vega-date-picker-calendar", never, { "clearButton": "clearButton"; "dateIndicator": "dateIndicator"; "format": "format"; "isDateDisabled": "isDateDisabled"; "maxDate": "maxDate"; "minDate": "minDate"; "mode": "mode"; "selection": "selection"; "showYearMonthDropdowns": "showYearMonthDropdowns"; "size": "size"; "staticHeight": "staticHeight"; "timezone": "timezone"; "yearMonthDropdownProps": "yearMonthDropdownProps"; }, {}, never, ["*"]>;
|
|
599
599
|
}
|
|
600
600
|
export declare interface VegaDialog extends Components.VegaDialog {
|
|
601
601
|
}
|
|
@@ -1462,7 +1462,7 @@ export declare class VegaProgressTrackerStep {
|
|
|
1462
1462
|
protected el: HTMLElement;
|
|
1463
1463
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1464
1464
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaProgressTrackerStep, never>;
|
|
1465
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaProgressTrackerStep, "vega-progress-tracker-step", never, { "stepKey": "stepKey"; }, {}, never, ["*"]>;
|
|
1465
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaProgressTrackerStep, "vega-progress-tracker-step", never, { "clickable": "clickable"; "stepKey": "stepKey"; }, {}, never, ["*"]>;
|
|
1466
1466
|
}
|
|
1467
1467
|
export declare interface VegaRadio extends Components.VegaRadio {
|
|
1468
1468
|
/**
|
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.76.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"peerDependencies": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@heartlandone/vega": "2.
|
|
22
|
+
"@heartlandone/vega": "2.76.0",
|
|
23
23
|
"tslib": "^2.3.0",
|
|
24
24
|
"@juggle/resize-observer": "^3.4.0"
|
|
25
25
|
},
|
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.77.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"peerDependencies": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@heartlandone/vega": "2.
|
|
30
|
+
"@heartlandone/vega": "2.77.0",
|
|
31
31
|
"tslib": "^2.3.0",
|
|
32
32
|
"@juggle/resize-observer": "^3.4.0"
|
|
33
33
|
},
|
|
@@ -963,14 +963,14 @@ export declare interface VegaDatePickerCalendar extends Components.VegaDatePicke
|
|
|
963
963
|
|
|
964
964
|
@ProxyCmp({
|
|
965
965
|
defineCustomElementFn: undefined,
|
|
966
|
-
inputs: ['clearButton', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps'],
|
|
966
|
+
inputs: ['clearButton', 'dateIndicator', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps'],
|
|
967
967
|
methods: ['reset', 'triggerRepick']
|
|
968
968
|
})
|
|
969
969
|
@Component({
|
|
970
970
|
selector: 'vega-date-picker-calendar',
|
|
971
971
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
972
972
|
template: '<ng-content></ng-content>',
|
|
973
|
-
inputs: ['clearButton', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps']
|
|
973
|
+
inputs: ['clearButton', 'dateIndicator', 'format', 'isDateDisabled', 'maxDate', 'minDate', 'mode', 'selection', 'showYearMonthDropdowns', 'size', 'staticHeight', 'timezone', 'yearMonthDropdownProps']
|
|
974
974
|
})
|
|
975
975
|
export class VegaDatePickerCalendar {
|
|
976
976
|
protected el: HTMLElement;
|
|
@@ -2434,13 +2434,13 @@ export declare interface VegaProgressTrackerStep extends Components.VegaProgress
|
|
|
2434
2434
|
|
|
2435
2435
|
@ProxyCmp({
|
|
2436
2436
|
defineCustomElementFn: undefined,
|
|
2437
|
-
inputs: ['stepKey']
|
|
2437
|
+
inputs: ['clickable', 'stepKey']
|
|
2438
2438
|
})
|
|
2439
2439
|
@Component({
|
|
2440
2440
|
selector: 'vega-progress-tracker-step',
|
|
2441
2441
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2442
2442
|
template: '<ng-content></ng-content>',
|
|
2443
|
-
inputs: ['stepKey']
|
|
2443
|
+
inputs: ['clickable', 'stepKey']
|
|
2444
2444
|
})
|
|
2445
2445
|
export class VegaProgressTrackerStep {
|
|
2446
2446
|
protected el: HTMLElement;
|