@heartlandone/vega-angular 2.100.0 → 2.101.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.
@@ -4,6 +4,7 @@ import type { VegaAppFooterLink as IVegaAppFooterVegaAppFooterLink } from '@hear
4
4
  import type { VegaBannerActionButtonType as IVegaBannerVegaBannerActionButtonType } from '@heartlandone/vega/dist/types/components/vega-banner/types';
5
5
  import type { VegaBreadcrumbItemType as IVegaBreadcrumbVegaBreadcrumbItemType } from '@heartlandone/vega/dist/types/components/vega-breadcrumb/types';
6
6
  import type { VegaCalendarChangeEventType as IVegaCalendarVegaCalendarChangeEventType } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
7
+ import type { VegaCalendarEventPreviewInfo as IVegaCalendarVegaCalendarEventPreviewInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
7
8
  import type { VegaCalendarEventClickInfo as IVegaCalendarVegaCalendarEventClickInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
8
9
  import type { VegaCalendarEventEditInfo as IVegaCalendarVegaCalendarEventEditInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
9
10
  import type { VegaCalendarDateClickInfo as IVegaCalendarVegaCalendarDateClickInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
@@ -288,6 +289,14 @@ export declare interface VegaCalendar extends Components.VegaCalendar {
288
289
  * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native,@vegaVersion 2.14.0
289
290
  */
290
291
  change: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
292
+ /**
293
+ * An event emitter notifying that a calendar event is ready to review. @vegaVersion 2.101.0
294
+ */
295
+ vegaEventPreview: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventPreviewInfo>>;
296
+ /**
297
+ * An event emitter notifying that a calendar event is ready to review. @eventSemantics namespace:native,@vegaVersion 2.101.0
298
+ */
299
+ eventPreview: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventPreviewInfo>>;
291
300
  /**
292
301
  * An event emitter notifying that a component event item is clicked. @vegaVersion 2.14.0
293
302
  */
@@ -334,7 +343,7 @@ export declare class VegaCalendar {
334
343
  protected el: HTMLElement;
335
344
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
336
345
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaCalendar, never>;
337
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaCalendar, "vega-calendar", never, { "enableDateClick": "enableDateClick"; "enabledEventPreview": "enabledEventPreview"; "eventEditable": "eventEditable"; "events": "events"; "getEventPreviewActions": "getEventPreviewActions"; "isDateDisabled": "isDateDisabled"; "moreActionDropdownProps": "moreActionDropdownProps"; "showEventColorBar": "showEventColorBar"; "showSwitchView": "showSwitchView"; "showWeekends": "showWeekends"; "timeFormat": "timeFormat"; "timezone": "timezone"; "viewMode": "viewMode"; }, {}, never, ["*"]>;
346
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaCalendar, "vega-calendar", never, { "enableDateClick": "enableDateClick"; "enabledEventPreview": "enabledEventPreview"; "eventEditable": "eventEditable"; "eventPreviewPopoverProps": "eventPreviewPopoverProps"; "events": "events"; "getEventPreviewActions": "getEventPreviewActions"; "isDateDisabled": "isDateDisabled"; "moreActionDropdownProps": "moreActionDropdownProps"; "showEventColorBar": "showEventColorBar"; "showSwitchView": "showSwitchView"; "showWeekends": "showWeekends"; "timeFormat": "timeFormat"; "timezone": "timezone"; "viewMode": "viewMode"; }, {}, never, ["*"]>;
338
347
  }
339
348
  export declare interface VegaCalendarEvent extends Components.VegaCalendarEvent {
340
349
  }
@@ -1978,7 +1987,7 @@ export declare class VegaSegmentControl {
1978
1987
  protected el: HTMLElement;
1979
1988
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1980
1989
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaSegmentControl, never>;
1981
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaSegmentControl, "vega-segment-control", never, { "block": "block"; "segments": "segments"; "selected": "selected"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
1990
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaSegmentControl, "vega-segment-control", never, { "block": "block"; "segmentButtonRef": "segmentButtonRef"; "segments": "segments"; "selected": "selected"; "size": "size"; "variant": "variant"; }, {}, never, ["*"]>;
1982
1991
  }
1983
1992
  export declare interface VegaSelectionChip extends Components.VegaSelectionChip {
1984
1993
  /**
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "2.99.0",
4
+ "version": "2.100.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.99.0",
23
+ "@heartlandone/vega": "2.100.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.100.0",
4
+ "version": "2.101.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.100.0",
31
+ "@heartlandone/vega": "2.101.0",
32
32
  "tslib": "^2.3.0",
33
33
  "@juggle/resize-observer": "^3.4.0"
34
34
  },
@@ -446,6 +446,7 @@ export class VegaButtonLink {
446
446
  }
447
447
 
448
448
  import type { VegaCalendarChangeEventType as IVegaCalendarVegaCalendarChangeEventType } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
449
+ import type { VegaCalendarEventPreviewInfo as IVegaCalendarVegaCalendarEventPreviewInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
449
450
  import type { VegaCalendarEventClickInfo as IVegaCalendarVegaCalendarEventClickInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
450
451
  import type { VegaCalendarEventEditInfo as IVegaCalendarVegaCalendarEventEditInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
451
452
  import type { VegaCalendarDateClickInfo as IVegaCalendarVegaCalendarDateClickInfo } from '@heartlandone/vega/dist/types/components/vega-calendar/types';
@@ -458,6 +459,14 @@ export declare interface VegaCalendar extends Components.VegaCalendar {
458
459
  * An event emitter notifying the component view content change after a switch panel click. @eventSemantics namespace:native,@vegaVersion 2.14.0
459
460
  */
460
461
  change: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarChangeEventType>>;
462
+ /**
463
+ * An event emitter notifying that a calendar event is ready to review. @vegaVersion 2.101.0
464
+ */
465
+ vegaEventPreview: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventPreviewInfo>>;
466
+ /**
467
+ * An event emitter notifying that a calendar event is ready to review. @eventSemantics namespace:native,@vegaVersion 2.101.0
468
+ */
469
+ eventPreview: EventEmitter<CustomEvent<IVegaCalendarVegaCalendarEventPreviewInfo>>;
461
470
  /**
462
471
  * An event emitter notifying that a component event item is clicked. @vegaVersion 2.14.0
463
472
  */
@@ -503,21 +512,21 @@ export declare interface VegaCalendar extends Components.VegaCalendar {
503
512
 
504
513
  @ProxyCmp({
505
514
  defineCustomElementFn: undefined,
506
- inputs: ['enableDateClick', 'enabledEventPreview', 'eventEditable', 'events', 'getEventPreviewActions', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'timezone', 'viewMode'],
515
+ inputs: ['enableDateClick', 'enabledEventPreview', 'eventEditable', 'eventPreviewPopoverProps', 'events', 'getEventPreviewActions', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'timezone', 'viewMode'],
507
516
  methods: ['setCurrentPeriod', 'getCurrentPeriod']
508
517
  })
509
518
  @Component({
510
519
  selector: 'vega-calendar',
511
520
  changeDetection: ChangeDetectionStrategy.OnPush,
512
521
  template: '<ng-content></ng-content>',
513
- inputs: ['enableDateClick', 'enabledEventPreview', 'eventEditable', 'events', 'getEventPreviewActions', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'timezone', 'viewMode']
522
+ inputs: ['enableDateClick', 'enabledEventPreview', 'eventEditable', 'eventPreviewPopoverProps', 'events', 'getEventPreviewActions', 'isDateDisabled', 'moreActionDropdownProps', 'showEventColorBar', 'showSwitchView', 'showWeekends', 'timeFormat', 'timezone', 'viewMode']
514
523
  })
515
524
  export class VegaCalendar {
516
525
  protected el: HTMLElement;
517
526
  constructor(c: ChangeDetectorRef, r: ElementRef, protected z: NgZone) {
518
527
  c.detach();
519
528
  this.el = r.nativeElement;
520
- proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaEventClick', 'eventClick', 'vegaEventEdit', 'eventEdit', 'vegaDateDblClick', 'dateDblClick', 'vegaDateClick', 'dateClick', 'vegaMoreActionClick', 'moreActionClick']);
529
+ proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaEventPreview', 'eventPreview', 'vegaEventClick', 'eventClick', 'vegaEventEdit', 'eventEdit', 'vegaDateDblClick', 'dateDblClick', 'vegaDateClick', 'dateClick', 'vegaMoreActionClick', 'moreActionClick']);
521
530
  }
522
531
  }
523
532
 
@@ -3194,13 +3203,13 @@ export declare interface VegaSegmentControl extends Components.VegaSegmentContro
3194
3203
 
3195
3204
  @ProxyCmp({
3196
3205
  defineCustomElementFn: undefined,
3197
- inputs: ['block', 'segments', 'selected', 'size', 'variant']
3206
+ inputs: ['block', 'segmentButtonRef', 'segments', 'selected', 'size', 'variant']
3198
3207
  })
3199
3208
  @Component({
3200
3209
  selector: 'vega-segment-control',
3201
3210
  changeDetection: ChangeDetectionStrategy.OnPush,
3202
3211
  template: '<ng-content></ng-content>',
3203
- inputs: ['block', 'segments', 'selected', 'size', 'variant']
3212
+ inputs: ['block', 'segmentButtonRef', 'segments', 'selected', 'size', 'variant']
3204
3213
  })
3205
3214
  export class VegaSegmentControl {
3206
3215
  protected el: HTMLElement;
@@ -47,6 +47,7 @@ function resolveEventPayloadImportPath(componentsContent) {
47
47
  ['VegaCalendarEventClickInfo', 'vega-calendar/types'],
48
48
  ['VegaCalendarEventEditInfo', 'vega-calendar/types'],
49
49
  ['VegaCalendarDateClickInfo', 'vega-calendar/types'],
50
+ ['VegaCalendarEventPreviewInfo', 'vega-calendar/types'],
50
51
  ['VegaCountryType', 'vega-input-phone-number/types'],
51
52
  ['VegaBannerActionButtonType', 'vega-banner/types'],
52
53
  ['VegaSignatureValue', 'vega-signature-capture/types'],