@heartlandone/vega-angular 1.32.0 → 1.34.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.
@@ -76,6 +76,15 @@ export declare class VegaBanner {
76
76
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaBanner, never>;
77
77
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaBanner, "vega-banner", never, { "mode": "mode"; "source": "source"; }, {}, never, ["*"]>;
78
78
  }
79
+ export declare interface VegaBarChart extends Components.VegaBarChart {
80
+ }
81
+ export declare class VegaBarChart {
82
+ protected z: NgZone;
83
+ protected el: HTMLElement;
84
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<VegaBarChart, never>;
86
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaBarChart, "vega-bar-chart", never, { "options": "options"; }, {}, never, ["*"]>;
87
+ }
79
88
  export declare interface VegaBox extends Components.VegaBox {
80
89
  }
81
90
  export declare class VegaBox {
@@ -498,7 +507,7 @@ export declare class VegaLeftNav {
498
507
  protected el: HTMLElement;
499
508
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
500
509
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaLeftNav, never>;
501
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNav, "vega-left-nav", never, { "footnote": "footnote"; "headerConfig": "headerConfig"; "source": "source"; }, {}, never, ["*"]>;
510
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaLeftNav, "vega-left-nav", never, { "footnote": "footnote"; "headerConfig": "headerConfig"; "showAsOverlay": "showAsOverlay"; "source": "source"; }, {}, never, ["*"]>;
502
511
  }
503
512
  export declare interface VegaLeftNavGroup extends Components.VegaLeftNavGroup {
504
513
  }
@@ -847,5 +856,5 @@ export declare class VegaVirtualScroll {
847
856
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaVirtualScroll, never>;
848
857
  static ɵcmp: i0.ɵɵComponentDeclaration<VegaVirtualScroll, "vega-virtual-scroll", never, { "approxItemHeight": "approxItemHeight"; "renderItem": "renderItem"; "source": "source"; "sourceItemIdentifier": "sourceItemIdentifier"; "thresholdOfWork": "thresholdOfWork"; "viewportMaxHeight": "viewportMaxHeight"; }, {}, never, ["*"]>;
849
858
  }
850
- declare const _default: (typeof VegaAccordion | typeof VegaAppFooter | typeof VegaAppHeaderButton | typeof VegaBadge | typeof VegaBanner | typeof VegaBox | typeof VegaButton | typeof VegaButtonCircle | typeof VegaButtonLink | typeof VegaCard | typeof VegaCarousel | typeof VegaCheckbox | typeof VegaCheckboxGroup | typeof VegaChip | typeof VegaColorPicker | typeof VegaComboBox | typeof VegaCounterBadge | typeof VegaDatePicker | typeof VegaDialog | typeof VegaDropdown | typeof VegaFieldLabel | typeof VegaFlex | typeof VegaFooter | typeof VegaForm | typeof VegaGrid | typeof VegaHeader | typeof VegaIcon | typeof VegaImageUploader | typeof VegaInput | typeof VegaInputCreditCard | typeof VegaInputSelect | typeof VegaItemToggle | typeof VegaLeftNav | typeof VegaLeftNavGroup | typeof VegaLeftNavLink | typeof VegaLeftNavSection | typeof VegaLineChart | typeof VegaLoadingIndicator | typeof VegaModal | typeof VegaOption | typeof VegaPageNotification | typeof VegaPagination | typeof VegaPopover | typeof VegaProgressTracker | typeof VegaRadio | typeof VegaRadioGroup | typeof VegaSidenav | typeof VegaSidenavGroup | typeof VegaSidenavLink | typeof VegaStepper | typeof VegaTabGroup | typeof VegaTabGroupPanel | typeof VegaTable | typeof VegaText | typeof VegaTextarea | typeof VegaTimePicker | typeof VegaToggleSwitch | typeof VegaTooltip | typeof VegaVirtualScroll)[];
859
+ declare const _default: (typeof VegaAccordion | typeof VegaAppFooter | typeof VegaAppHeaderButton | typeof VegaBadge | typeof VegaBanner | typeof VegaBarChart | typeof VegaBox | typeof VegaButton | typeof VegaButtonCircle | typeof VegaButtonLink | typeof VegaCard | typeof VegaCarousel | typeof VegaCheckbox | typeof VegaCheckboxGroup | typeof VegaChip | typeof VegaColorPicker | typeof VegaComboBox | typeof VegaCounterBadge | typeof VegaDatePicker | typeof VegaDialog | typeof VegaDropdown | typeof VegaFieldLabel | typeof VegaFlex | typeof VegaFooter | typeof VegaForm | typeof VegaGrid | typeof VegaHeader | typeof VegaIcon | typeof VegaImageUploader | typeof VegaInput | typeof VegaInputCreditCard | typeof VegaInputSelect | typeof VegaItemToggle | typeof VegaLeftNav | typeof VegaLeftNavGroup | typeof VegaLeftNavLink | typeof VegaLeftNavSection | typeof VegaLineChart | typeof VegaLoadingIndicator | typeof VegaModal | typeof VegaOption | typeof VegaPageNotification | typeof VegaPagination | typeof VegaPopover | typeof VegaProgressTracker | typeof VegaRadio | typeof VegaRadioGroup | typeof VegaSidenav | typeof VegaSidenavGroup | typeof VegaSidenavLink | typeof VegaStepper | typeof VegaTabGroup | typeof VegaTabGroupPanel | typeof VegaTable | typeof VegaText | typeof VegaTextarea | typeof VegaTimePicker | typeof VegaToggleSwitch | typeof VegaTooltip | typeof VegaVirtualScroll)[];
851
860
  export default _default;
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "1.31.0",
4
+ "version": "1.33.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": "1.31.0",
21
+ "@heartlandone/vega": "1.33.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": "1.32.0",
4
+ "version": "1.34.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": "1.32.0",
29
+ "@heartlandone/vega": "1.34.0",
30
30
  "tslib": "^2.3.0",
31
31
  "@juggle/resize-observer": "^3.4.0"
32
32
  },
@@ -146,6 +146,27 @@ export class VegaBanner {
146
146
  }
147
147
 
148
148
 
149
+ export declare interface VegaBarChart extends Components.VegaBarChart {}
150
+
151
+ @ProxyCmp({
152
+ defineCustomElementFn: undefined,
153
+ inputs: ['options']
154
+ })
155
+ @Component({
156
+ selector: 'vega-bar-chart',
157
+ changeDetection: ChangeDetectionStrategy.OnPush,
158
+ template: '<ng-content></ng-content>',
159
+ inputs: ['options']
160
+ })
161
+ export class VegaBarChart {
162
+ protected el: HTMLElement;
163
+ constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
164
+ c.detach();
165
+ this.el = r.nativeElement;
166
+ }
167
+ }
168
+
169
+
149
170
  export declare interface VegaBox extends Components.VegaBox {}
150
171
 
151
172
  @ProxyCmp({
@@ -952,14 +973,14 @@ export declare interface VegaLeftNav extends Components.VegaLeftNav {
952
973
 
953
974
  @ProxyCmp({
954
975
  defineCustomElementFn: undefined,
955
- inputs: ['footnote', 'headerConfig', 'source'],
976
+ inputs: ['footnote', 'headerConfig', 'showAsOverlay', 'source'],
956
977
  methods: ['toggle']
957
978
  })
958
979
  @Component({
959
980
  selector: 'vega-left-nav',
960
981
  changeDetection: ChangeDetectionStrategy.OnPush,
961
982
  template: '<ng-content></ng-content>',
962
- inputs: ['footnote', 'headerConfig', 'source']
983
+ inputs: ['footnote', 'headerConfig', 'showAsOverlay', 'source']
963
984
  })
964
985
  export class VegaLeftNav {
965
986
  protected el: HTMLElement;
@@ -1695,6 +1716,7 @@ export default [
1695
1716
  VegaAppHeaderButton,
1696
1717
  VegaBadge,
1697
1718
  VegaBanner,
1719
+ VegaBarChart,
1698
1720
  VegaBox,
1699
1721
  VegaButton,
1700
1722
  VegaButtonCircle,