@heartlandone/vega-angular 2.94.0 → 2.96.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.
@@ -871,7 +871,7 @@ let VegaComboBox = class VegaComboBox {
871
871
  this.z = z;
872
872
  c.detach();
873
873
  this.el = r.nativeElement;
874
- proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaCreate', 'create', 'vegaSearch', 'search']);
874
+ proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaCreate', 'create', 'vegaSearch', 'search', 'vegaDropdownSelectAllClick', 'dropdownSelectAllClick']);
875
875
  }
876
876
  };
877
877
  VegaComboBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaComboBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
@@ -1537,7 +1537,7 @@ let VegaInputSelect = class VegaInputSelect {
1537
1537
  this.z = z;
1538
1538
  c.detach();
1539
1539
  this.el = r.nativeElement;
1540
- proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSearch', 'search', 'vegaSearchTrigger', 'searchTrigger', 'vegaShow', 'vegaHide', 'vegaLabelButtonClick', 'labelButtonClick']);
1540
+ proxyOutputs(this, this.el, ['vegaChange', 'change', 'vegaSearch', 'search', 'vegaSearchTrigger', 'searchTrigger', 'vegaDropdownSelectAllClick', 'dropdownSelectAllClick', 'vegaShow', 'vegaHide', 'vegaLabelButtonClick', 'labelButtonClick']);
1541
1541
  }
1542
1542
  };
1543
1543
  VegaInputSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaInputSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
@@ -1764,11 +1764,11 @@ let VegaModal = class VegaModal {
1764
1764
  }
1765
1765
  };
1766
1766
  VegaModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: VegaModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1767
- VegaModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaModal, selector: "vega-modal", inputs: { animation: "animation", backdrop: "backdrop", backdropColor: "backdropColor", contentMaxHeight: "contentMaxHeight", corners: "corners", handleClose: "handleClose", height: "height", isVerticallyCenter: "isVerticallyCenter", isVerticallyCentered: "isVerticallyCentered", margin: "margin", modalTitle: "modalTitle", open: "open", padding: "padding", showCloseButton: "showCloseButton", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1767
+ VegaModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: VegaModal, selector: "vega-modal", inputs: { animation: "animation", backdrop: "backdrop", backdropColor: "backdropColor", contentMaxHeight: "contentMaxHeight", corners: "corners", handleClose: "handleClose", height: "height", isVerticallyCenter: "isVerticallyCenter", isVerticallyCentered: "isVerticallyCentered", margin: "margin", modalTitle: "modalTitle", open: "open", padding: "padding", showCloseButton: "showCloseButton", size: "size", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1768
1768
  VegaModal = __decorate([
1769
1769
  ProxyCmp({
1770
1770
  defineCustomElementFn: undefined,
1771
- inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size'],
1771
+ inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size', 'width'],
1772
1772
  methods: ['modal']
1773
1773
  })
1774
1774
  ], VegaModal);
@@ -1778,7 +1778,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImpor
1778
1778
  selector: 'vega-modal',
1779
1779
  changeDetection: ChangeDetectionStrategy.OnPush,
1780
1780
  template: '<ng-content></ng-content>',
1781
- inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size']
1781
+ inputs: ['animation', 'backdrop', 'backdropColor', 'contentMaxHeight', 'corners', 'handleClose', 'height', 'isVerticallyCenter', 'isVerticallyCentered', 'margin', 'modalTitle', 'open', 'padding', 'showCloseButton', 'size', 'width']
1782
1782
  }]
1783
1783
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1784
1784
  let VegaNavCard = class VegaNavCard {