ecabs-components 1.1.31 → 1.1.32

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.
@@ -1,5 +1,5 @@
1
1
  import { DecimalPipe } from '@angular/common';
2
- import { AfterViewInit, ChangeDetectorRef, EventEmitter, Injector, OnInit } from '@angular/core';
2
+ import { AfterViewInit, ChangeDetectorRef, Injector, OnInit } from '@angular/core';
3
3
  import { ControlValueAccessor } from '@angular/forms';
4
4
  import EcabsElementBaseComponent from '../base/element-base';
5
5
  import { EcabsDatePickerTranslations } from '../base/models/ecabs-date-picker-translations.models';
@@ -20,7 +20,6 @@ export declare class EcabsDateTimePickerComponent extends EcabsElementBaseCompon
20
20
  cancelLabel: string;
21
21
  applyLabel: string;
22
22
  applyMinDateAuto: boolean;
23
- onblur: EventEmitter<any>;
24
23
  _hours: string;
25
24
  _minutes: string;
26
25
  _seconds: string;
@@ -51,12 +50,11 @@ export declare class EcabsDateTimePickerComponent extends EcabsElementBaseCompon
51
50
  writeValue(value: any): void;
52
51
  registerOnChange(fn: any): void;
53
52
  registerOnTouched(fn: any): void;
54
- blurChange(e: any): void;
55
53
  onApply(): void;
56
54
  refreshPickerValue(date: Date): void;
57
55
  private formatDateTime;
58
56
  private roundNumber;
59
57
  private setValues;
60
58
  static ɵfac: i0.ɵɵFactoryDeclaration<EcabsDateTimePickerComponent, never>;
61
- static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerComponent, "ecabs-date-time-picker", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "hideSeconds": { "alias": "hideSeconds"; "required": false; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "applyMinDateAuto": { "alias": "applyMinDateAuto"; "required": false; }; }, { "onblur": "onblur"; }, never, never, false, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<EcabsDateTimePickerComponent, "ecabs-date-time-picker", never, { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "hideSeconds": { "alias": "hideSeconds"; "required": false; }; "cancelLabel": { "alias": "cancelLabel"; "required": false; }; "applyLabel": { "alias": "applyLabel"; "required": false; }; "applyMinDateAuto": { "alias": "applyMinDateAuto"; "required": false; }; }, {}, never, never, false, never>;
62
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecabs-components",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^16.2.12",
6
6
  "@angular/common": "^16.2.12",