@heartlandone/vega-angular 2.44.0 → 2.45.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 +13 -13
- package/dist/fesm2015/heartlandone-vega-angular.mjs +12 -12
- package/dist/fesm2015/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/fesm2020/heartlandone-vega-angular.mjs +12 -12
- package/dist/fesm2020/heartlandone-vega-angular.mjs.map +1 -1
- package/dist/lib/stencil-generated/components.d.ts +4 -4
- package/dist/package.json +2 -2
- package/package.json +2 -2
- package/src/lib/stencil-generated/components.ts +8 -8
|
@@ -1055,7 +1055,7 @@ export declare class VegaLeftNavGroup {
|
|
|
1055
1055
|
protected el: HTMLElement;
|
|
1056
1056
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1057
1057
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaLeftNavGroup, never>;
|
|
1058
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavGroup, "vega-left-nav-group", never, { "icon": "icon"; "label": "label"; "openByDefault": "openByDefault"; }, {}, never, ["*"]>;
|
|
1058
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavGroup, "vega-left-nav-group", never, { "icon": "icon"; "itemKey": "itemKey"; "label": "label"; "openByDefault": "openByDefault"; }, {}, never, ["*"]>;
|
|
1059
1059
|
}
|
|
1060
1060
|
export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
|
|
1061
1061
|
/**
|
|
@@ -1072,7 +1072,7 @@ export declare class VegaLeftNavLink {
|
|
|
1072
1072
|
protected el: HTMLElement;
|
|
1073
1073
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1074
1074
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaLeftNavLink, never>;
|
|
1075
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavLink, "vega-left-nav-link", never, { "counterBadge": "counterBadge"; "customSelectionEnabled": "customSelectionEnabled"; "icon": "icon"; "selected": "selected"; "url": "url"; }, {}, never, ["*"]>;
|
|
1075
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavLink, "vega-left-nav-link", never, { "counterBadge": "counterBadge"; "customSelectionEnabled": "customSelectionEnabled"; "icon": "icon"; "itemKey": "itemKey"; "selected": "selected"; "url": "url"; }, {}, never, ["*"]>;
|
|
1076
1076
|
}
|
|
1077
1077
|
export declare interface VegaLeftNavSection extends Components.VegaLeftNavSection {
|
|
1078
1078
|
/**
|
|
@@ -1089,7 +1089,7 @@ export declare class VegaLeftNavSection {
|
|
|
1089
1089
|
protected el: HTMLElement;
|
|
1090
1090
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1091
1091
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaLeftNavSection, never>;
|
|
1092
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavSection, "vega-left-nav-section", never, { "sectionHeader": "sectionHeader"; }, {}, never, ["*"]>;
|
|
1092
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNavSection, "vega-left-nav-section", never, { "itemKey": "itemKey"; "sectionHeader": "sectionHeader"; }, {}, never, ["*"]>;
|
|
1093
1093
|
}
|
|
1094
1094
|
export declare interface VegaLineChart extends Components.VegaLineChart {
|
|
1095
1095
|
}
|
|
@@ -1585,7 +1585,7 @@ export declare class VegaSkeleton {
|
|
|
1585
1585
|
protected el: HTMLElement;
|
|
1586
1586
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1587
1587
|
static ɵfac: i0.ɵɵFactoryDeclaration<VegaSkeleton, never>;
|
|
1588
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSkeleton, "vega-skeleton", never, { "animated": "animated"; "height": "height"; "type": "type"; "width": "width"; }, {}, never, ["*"]>;
|
|
1588
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VegaSkeleton, "vega-skeleton", never, { "animated": "animated"; "corners": "corners"; "height": "height"; "type": "type"; "width": "width"; }, {}, never, ["*"]>;
|
|
1589
1589
|
}
|
|
1590
1590
|
export declare interface VegaSlotContainer extends Components.VegaSlotContainer {
|
|
1591
1591
|
}
|
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.44.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=12.0.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@heartlandone/vega": "2.
|
|
21
|
+
"@heartlandone/vega": "2.44.0",
|
|
22
22
|
"tslib": "^2.3.0",
|
|
23
23
|
"@juggle/resize-observer": "^3.4.0"
|
|
24
24
|
},
|
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.45.0",
|
|
5
5
|
"description": "Angular specific wrapper for @heartlandone/vega",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": ">=12.0.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@heartlandone/vega": "2.
|
|
29
|
+
"@heartlandone/vega": "2.45.0",
|
|
30
30
|
"tslib": "^2.3.0",
|
|
31
31
|
"@juggle/resize-observer": "^3.4.0"
|
|
32
32
|
},
|
|
@@ -1735,13 +1735,13 @@ export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
|
|
|
1735
1735
|
|
|
1736
1736
|
@ProxyCmp({
|
|
1737
1737
|
defineCustomElementFn: undefined,
|
|
1738
|
-
inputs: ['icon', 'label', 'openByDefault']
|
|
1738
|
+
inputs: ['icon', 'itemKey', 'label', 'openByDefault']
|
|
1739
1739
|
})
|
|
1740
1740
|
@Component({
|
|
1741
1741
|
selector: 'vega-left-nav-group',
|
|
1742
1742
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1743
1743
|
template: '<ng-content></ng-content>',
|
|
1744
|
-
inputs: ['icon', 'label', 'openByDefault']
|
|
1744
|
+
inputs: ['icon', 'itemKey', 'label', 'openByDefault']
|
|
1745
1745
|
})
|
|
1746
1746
|
export class VegaLeftNavGroup {
|
|
1747
1747
|
protected el: HTMLElement;
|
|
@@ -1767,13 +1767,13 @@ export declare interface VegaLeftNavLink extends Components.VegaLeftNavLink {
|
|
|
1767
1767
|
|
|
1768
1768
|
@ProxyCmp({
|
|
1769
1769
|
defineCustomElementFn: undefined,
|
|
1770
|
-
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'selected', 'url']
|
|
1770
|
+
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'url']
|
|
1771
1771
|
})
|
|
1772
1772
|
@Component({
|
|
1773
1773
|
selector: 'vega-left-nav-link',
|
|
1774
1774
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1775
1775
|
template: '<ng-content></ng-content>',
|
|
1776
|
-
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'selected', 'url']
|
|
1776
|
+
inputs: ['counterBadge', 'customSelectionEnabled', 'icon', 'itemKey', 'selected', 'url']
|
|
1777
1777
|
})
|
|
1778
1778
|
export class VegaLeftNavLink {
|
|
1779
1779
|
protected el: HTMLElement;
|
|
@@ -1799,13 +1799,13 @@ export declare interface VegaLeftNavSection extends Components.VegaLeftNavSectio
|
|
|
1799
1799
|
|
|
1800
1800
|
@ProxyCmp({
|
|
1801
1801
|
defineCustomElementFn: undefined,
|
|
1802
|
-
inputs: ['sectionHeader']
|
|
1802
|
+
inputs: ['itemKey', 'sectionHeader']
|
|
1803
1803
|
})
|
|
1804
1804
|
@Component({
|
|
1805
1805
|
selector: 'vega-left-nav-section',
|
|
1806
1806
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1807
1807
|
template: '<ng-content></ng-content>',
|
|
1808
|
-
inputs: ['sectionHeader']
|
|
1808
|
+
inputs: ['itemKey', 'sectionHeader']
|
|
1809
1809
|
})
|
|
1810
1810
|
export class VegaLeftNavSection {
|
|
1811
1811
|
protected el: HTMLElement;
|
|
@@ -2741,13 +2741,13 @@ export declare interface VegaSkeleton extends Components.VegaSkeleton {}
|
|
|
2741
2741
|
|
|
2742
2742
|
@ProxyCmp({
|
|
2743
2743
|
defineCustomElementFn: undefined,
|
|
2744
|
-
inputs: ['animated', 'height', 'type', 'width']
|
|
2744
|
+
inputs: ['animated', 'corners', 'height', 'type', 'width']
|
|
2745
2745
|
})
|
|
2746
2746
|
@Component({
|
|
2747
2747
|
selector: 'vega-skeleton',
|
|
2748
2748
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2749
2749
|
template: '<ng-content></ng-content>',
|
|
2750
|
-
inputs: ['animated', 'height', 'type', 'width']
|
|
2750
|
+
inputs: ['animated', 'corners', 'height', 'type', 'width']
|
|
2751
2751
|
})
|
|
2752
2752
|
export class VegaSkeleton {
|
|
2753
2753
|
protected el: HTMLElement;
|