@netwin/angular-datetime-picker 20.0.0 → 21.0.0-rc.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwin/angular-datetime-picker",
3
- "version": "20.0.0",
3
+ "version": "21.0.0-rc.1",
4
4
  "description": "Angular Date Time Picker",
5
5
  "keywords": [
6
6
  "Angular",
@@ -39,11 +39,11 @@
39
39
  "default": "./package.json"
40
40
  },
41
41
  ".": {
42
- "types": "./index.d.ts",
42
+ "types": "./types/netwin-angular-datetime-picker.d.ts",
43
43
  "default": "./fesm2022/netwin-angular-datetime-picker.mjs"
44
44
  }
45
45
  },
46
46
  "module": "fesm2022/netwin-angular-datetime-picker.mjs",
47
- "typings": "index.d.ts",
47
+ "typings": "types/netwin-angular-datetime-picker.d.ts",
48
48
  "sideEffects": false
49
49
  }
@@ -1,19 +1,19 @@
1
- import * as i0 from '@angular/core';
2
- import { InjectionToken, OutputRef, AfterContentInit, AfterViewChecked, OnInit, OnDestroy, Provider } from '@angular/core';
1
+ import * as _angular_core from '@angular/core';
2
+ import { InjectionToken, OutputRef, AfterContentInit, AfterViewChecked, OnInit, OnDestroy, ElementRef, Provider } from '@angular/core';
3
3
  import * as i1 from '@angular/cdk/platform';
4
4
  import * as rxjs from 'rxjs';
5
5
  import { Subject } from 'rxjs';
6
6
  import { ControlValueAccessor } from '@angular/forms';
7
7
 
8
8
  declare class NativeDateTimeModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateTimeModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<NativeDateTimeModule, never, [typeof i1.PlatformModule], never>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<NativeDateTimeModule>;
9
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<NativeDateTimeModule, never>;
10
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<NativeDateTimeModule, never, [typeof i1.PlatformModule], never>;
11
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<NativeDateTimeModule>;
12
12
  }
13
13
  declare class OwlNativeDateTimeModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlNativeDateTimeModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<OwlNativeDateTimeModule, never, [typeof NativeDateTimeModule], never>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<OwlNativeDateTimeModule>;
14
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlNativeDateTimeModule, never>;
15
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OwlNativeDateTimeModule, never, [typeof NativeDateTimeModule], never>;
16
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<OwlNativeDateTimeModule>;
17
17
  }
18
18
 
19
19
  /** InjectionToken for date time picker that can be used to override default locale code. */
@@ -344,8 +344,8 @@ declare abstract class OwlDateTime<T> {
344
344
  dateTimeChecker: (dateTime: T) => boolean;
345
345
  constructor();
346
346
  protected getValidDate(obj: unknown): T | null;
347
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTime<any>, never>;
348
- static ɵdir: i0.ɵɵDirectiveDeclaration<OwlDateTime<any>, never, never, { "showSecondsTimer": { "alias": "showSecondsTimer"; "required": false; }; "hour12Timer": { "alias": "hour12Timer"; "required": false; }; "startView": { "alias": "startView"; "required": false; }; "yearOnly": { "alias": "yearOnly"; "required": false; }; "multiyearOnly": { "alias": "multiyearOnly"; "required": false; }; "stepHour": { "alias": "stepHour"; "required": false; }; "stepMinute": { "alias": "stepMinute"; "required": false; }; "stepSecond": { "alias": "stepSecond"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "hideOtherMonths": { "alias": "hideOtherMonths"; "required": false; }; }, {}, never, never, true, never>;
347
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlDateTime<any>, never>;
348
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<OwlDateTime<any>, never, never, { "showSecondsTimer": { "alias": "showSecondsTimer"; "required": false; }; "hour12Timer": { "alias": "hour12Timer"; "required": false; }; "startView": { "alias": "startView"; "required": false; }; "yearOnly": { "alias": "yearOnly"; "required": false; }; "multiyearOnly": { "alias": "multiyearOnly"; "required": false; }; "stepHour": { "alias": "stepHour"; "required": false; }; "stepMinute": { "alias": "stepMinute"; "required": false; }; "stepSecond": { "alias": "stepSecond"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "hideOtherMonths": { "alias": "hideOtherMonths"; "required": false; }; }, {}, never, never, true, never>;
349
349
  static ngAcceptInputType_showSecondsTimer: unknown;
350
350
  static ngAcceptInputType_hour12Timer: unknown;
351
351
  static ngAcceptInputType_stepHour: unknown;
@@ -398,7 +398,7 @@ declare class OwlCalendarBodyComponent {
398
398
  /**
399
399
  * Emit when a calendar cell is selected
400
400
  */
401
- readonly selectCell: i0.OutputEmitterRef<CalendarCell>;
401
+ readonly selectCell: _angular_core.OutputEmitterRef<CalendarCell>;
402
402
  protected handleSelect(cell: CalendarCell): void;
403
403
  protected get isInSingleMode(): boolean;
404
404
  protected get isInRangeMode(): boolean;
@@ -423,8 +423,8 @@ declare class OwlCalendarBodyComponent {
423
423
  * Focus to a active cell
424
424
  */
425
425
  focusActiveCell(): void;
426
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlCalendarBodyComponent, never>;
427
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlCalendarBodyComponent, "[owl-date-time-calendar-body]", ["owlDateTimeCalendarBody"], { "activeCell": { "alias": "activeCell"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "numCols": { "alias": "numCols"; "required": false; }; "cellRatio": { "alias": "cellRatio"; "required": false; }; "todayValue": { "alias": "todayValue"; "required": false; }; "selectedValues": { "alias": "selectedValues"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; }, { "selectCell": "selectCell"; }, never, never, true, never>;
426
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlCalendarBodyComponent, never>;
427
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlCalendarBodyComponent, "[owl-date-time-calendar-body]", ["owlDateTimeCalendarBody"], { "activeCell": { "alias": "activeCell"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "numCols": { "alias": "numCols"; "required": false; }; "cellRatio": { "alias": "cellRatio"; "required": false; }; "todayValue": { "alias": "todayValue"; "required": false; }; "selectedValues": { "alias": "selectedValues"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; }, { "selectCell": "selectCell"; }, never, never, true, never>;
428
428
  }
429
429
 
430
430
  declare class OwlCalendarComponent<T> implements AfterContentInit, AfterViewChecked {
@@ -502,27 +502,27 @@ declare class OwlCalendarComponent<T> implements AfterContentInit, AfterViewChec
502
502
  /**
503
503
  * Emits when the currently picker moment changes.
504
504
  */
505
- readonly pickerMomentChange: i0.OutputEmitterRef<T>;
505
+ readonly pickerMomentChange: _angular_core.OutputEmitterRef<T>;
506
506
  /**
507
507
  * Emits when the selected date changes.
508
508
  */
509
- readonly dateClicked: i0.OutputEmitterRef<T>;
509
+ readonly dateClicked: _angular_core.OutputEmitterRef<T>;
510
510
  /**
511
511
  * Emits when the currently selected date changes.
512
512
  */
513
- readonly selectedChange: i0.OutputEmitterRef<T>;
513
+ readonly selectedChange: _angular_core.OutputEmitterRef<T>;
514
514
  /**
515
515
  * Emits when any date is selected.
516
516
  */
517
- readonly userSelection: i0.OutputEmitterRef<void>;
517
+ readonly userSelection: _angular_core.OutputEmitterRef<void>;
518
518
  /**
519
519
  * Emits the selected year. This doesn't imply a change on the selected date
520
520
  */
521
- readonly yearSelected: i0.OutputEmitterRef<T>;
521
+ readonly yearSelected: _angular_core.OutputEmitterRef<T>;
522
522
  /**
523
523
  * Emits the selected month. This doesn't imply a change on the selected date
524
524
  */
525
- readonly monthSelected: i0.OutputEmitterRef<T>;
525
+ readonly monthSelected: _angular_core.OutputEmitterRef<T>;
526
526
  private _currentView;
527
527
  constructor();
528
528
  /**
@@ -582,8 +582,8 @@ declare class OwlCalendarComponent<T> implements AfterContentInit, AfterViewChec
582
582
  * Get a valid date object
583
583
  */
584
584
  private getValidDate;
585
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlCalendarComponent<any>, never>;
586
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlCalendarComponent<any>, "owl-date-time-calendar", ["owlDateTimeCalendar"], { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; "startView": { "alias": "startView"; "required": false; }; "yearOnly": { "alias": "yearOnly"; "required": false; }; "multiyearOnly": { "alias": "multiyearOnly"; "required": false; }; "hideOtherMonths": { "alias": "hideOtherMonths"; "required": false; }; "showTodayButton": { "alias": "showTodayButton"; "required": false; }; }, { "pickerMomentChange": "pickerMomentChange"; "dateClicked": "dateClicked"; "selectedChange": "selectedChange"; "userSelection": "userSelection"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; }, never, never, true, never>;
585
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlCalendarComponent<any>, never>;
586
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlCalendarComponent<any>, "owl-date-time-calendar", ["owlDateTimeCalendar"], { "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; "startView": { "alias": "startView"; "required": false; }; "yearOnly": { "alias": "yearOnly"; "required": false; }; "multiyearOnly": { "alias": "multiyearOnly"; "required": false; }; "hideOtherMonths": { "alias": "hideOtherMonths"; "required": false; }; "showTodayButton": { "alias": "showTodayButton"; "required": false; }; }, { "pickerMomentChange": "pickerMomentChange"; "dateClicked": "dateClicked"; "selectedChange": "selectedChange"; "userSelection": "userSelection"; "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; }, never, never, true, never>;
587
587
  }
588
588
 
589
589
  declare class OwlTimerComponent<T> {
@@ -608,24 +608,24 @@ declare class OwlTimerComponent<T> {
608
608
  /**
609
609
  * Whether to show the second's timer
610
610
  */
611
- readonly showSecondsTimer: i0.InputSignal<boolean>;
611
+ readonly showSecondsTimer: _angular_core.InputSignal<boolean>;
612
612
  /**
613
613
  * Whether the timer is in hour12 format
614
614
  */
615
- readonly hour12Timer: i0.InputSignal<boolean>;
615
+ readonly hour12Timer: _angular_core.InputSignal<boolean>;
616
616
  /**
617
617
  * Hours to change per step
618
618
  */
619
- readonly stepHour: i0.InputSignal<number>;
619
+ readonly stepHour: _angular_core.InputSignal<number>;
620
620
  /**
621
621
  * Minutes to change per step
622
622
  */
623
- readonly stepMinute: i0.InputSignal<number>;
623
+ readonly stepMinute: _angular_core.InputSignal<number>;
624
624
  /**
625
625
  * Seconds to change per step
626
626
  */
627
- readonly stepSecond: i0.InputSignal<number>;
628
- readonly selectedChange: i0.OutputEmitterRef<T>;
627
+ readonly stepSecond: _angular_core.InputSignal<number>;
628
+ readonly selectedChange: _angular_core.OutputEmitterRef<T>;
629
629
  protected get hourValue(): number;
630
630
  /**
631
631
  * The value would be displayed in hourBox.
@@ -704,8 +704,8 @@ declare class OwlTimerComponent<T> {
704
704
  * Get a valid date object
705
705
  */
706
706
  private getValidDate;
707
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlTimerComponent<any>, never>;
708
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlTimerComponent<any>, "owl-date-time-timer", ["owlDateTimeTimer"], { "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "minDateTime": { "alias": "minDateTime"; "required": false; }; "maxDateTime": { "alias": "maxDateTime"; "required": false; }; "showSecondsTimer": { "alias": "showSecondsTimer"; "required": false; "isSignal": true; }; "hour12Timer": { "alias": "hour12Timer"; "required": false; "isSignal": true; }; "stepHour": { "alias": "stepHour"; "required": false; "isSignal": true; }; "stepMinute": { "alias": "stepMinute"; "required": false; "isSignal": true; }; "stepSecond": { "alias": "stepSecond"; "required": false; "isSignal": true; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
707
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlTimerComponent<any>, never>;
708
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlTimerComponent<any>, "owl-date-time-timer", ["owlDateTimeTimer"], { "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "minDateTime": { "alias": "minDateTime"; "required": false; }; "maxDateTime": { "alias": "maxDateTime"; "required": false; }; "showSecondsTimer": { "alias": "showSecondsTimer"; "required": false; "isSignal": true; }; "hour12Timer": { "alias": "hour12Timer"; "required": false; "isSignal": true; }; "stepHour": { "alias": "stepHour"; "required": false; "isSignal": true; }; "stepMinute": { "alias": "stepMinute"; "required": false; "isSignal": true; }; "stepSecond": { "alias": "stepSecond"; "required": false; "isSignal": true; }; }, { "selectedChange": "selectedChange"; }, never, never, true, never>;
709
709
  }
710
710
 
711
711
  declare class OwlDateTimeContainerComponent<T> implements OnInit, AfterContentInit {
@@ -779,13 +779,13 @@ declare class OwlDateTimeContainerComponent<T> implements OnInit, AfterContentIn
779
779
  * if it is not valid, return null
780
780
  */
781
781
  private updateAndCheckCalendarDate;
782
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeContainerComponent<any>, never>;
783
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlDateTimeContainerComponent<any>, "owl-date-time-container", ["owlDateTimeContainer"], { "showTodayButton": { "alias": "showTodayButton"; "required": false; }; }, {}, never, never, true, never>;
782
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlDateTimeContainerComponent<any>, never>;
783
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlDateTimeContainerComponent<any>, "owl-date-time-container", ["owlDateTimeContainer"], { "showTodayButton": { "alias": "showTodayButton"; "required": false; }; }, {}, never, never, true, never>;
784
784
  }
785
785
 
786
786
  declare class OwlDateTimeInlineComponent<T> extends OwlDateTime<T> implements OnInit, ControlValueAccessor {
787
787
  #private;
788
- protected readonly container: i0.Signal<OwlDateTimeContainerComponent<any>>;
788
+ protected readonly container: _angular_core.Signal<OwlDateTimeContainerComponent<any>>;
789
789
  /**
790
790
  * Set the type of the dateTime picker
791
791
  * 'both' -- show both calendar and timer
@@ -838,16 +838,16 @@ declare class OwlDateTimeInlineComponent<T> extends OwlDateTime<T> implements On
838
838
  * Emits selected year in multi-year view
839
839
  * This doesn't imply a change on the selected date.
840
840
  */
841
- readonly yearSelected: i0.OutputEmitterRef<T>;
841
+ readonly yearSelected: _angular_core.OutputEmitterRef<T>;
842
842
  /**
843
843
  * Emits selected month in year view
844
844
  * This doesn't imply a change on the selected date.
845
845
  */
846
- readonly monthSelected: i0.OutputEmitterRef<T>;
846
+ readonly monthSelected: _angular_core.OutputEmitterRef<T>;
847
847
  /**
848
848
  * Emits selected date
849
849
  */
850
- readonly dateSelected: i0.OutputEmitterRef<T>;
850
+ readonly dateSelected: _angular_core.OutputEmitterRef<T>;
851
851
  private _selected;
852
852
  get selected(): T | null;
853
853
  set selected(value: T | null);
@@ -876,8 +876,8 @@ declare class OwlDateTimeInlineComponent<T> extends OwlDateTime<T> implements On
876
876
  * Emits the selected date
877
877
  */
878
878
  selectDate(normalizedDate: T): void;
879
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeInlineComponent<any>, never>;
880
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlDateTimeInlineComponent<any>, "owl-date-time-inline", never, { "pickerType": { "alias": "pickerType"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; "startAt": { "alias": "startAt"; "required": false; }; "endAt": { "alias": "endAt"; "required": false; }; "dateTimeFilter": { "alias": "owlDateTimeFilter"; "required": false; }; "minDateTime": { "alias": "min"; "required": false; }; "maxDateTime": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; "values": { "alias": "values"; "required": false; }; "rangeLimit": { "alias": "rangeLimit"; "required": false; }; "showTodayButton": { "alias": "showTodayButton"; "required": false; }; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "dateSelected": "dateSelected"; }, never, never, true, never>;
879
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlDateTimeInlineComponent<any>, never>;
880
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlDateTimeInlineComponent<any>, "owl-date-time-inline", never, { "pickerType": { "alias": "pickerType"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; "startAt": { "alias": "startAt"; "required": false; }; "endAt": { "alias": "endAt"; "required": false; }; "dateTimeFilter": { "alias": "owlDateTimeFilter"; "required": false; }; "minDateTime": { "alias": "min"; "required": false; }; "maxDateTime": { "alias": "max"; "required": false; }; "value": { "alias": "value"; "required": false; }; "values": { "alias": "values"; "required": false; }; "rangeLimit": { "alias": "rangeLimit"; "required": false; }; "showTodayButton": { "alias": "showTodayButton"; "required": false; }; }, { "yearSelected": "yearSelected"; "monthSelected": "monthSelected"; "dateSelected": "dateSelected"; }, never, never, true, never>;
881
881
  static ngAcceptInputType_disabled: unknown;
882
882
  static ngAcceptInputType_showTodayButton: unknown;
883
883
  }
@@ -952,13 +952,13 @@ declare class OwlMonthViewComponent<T> implements OnInit, AfterContentInit, OnDe
952
952
  /**
953
953
  * Callback to invoke when a new date is selected
954
954
  */
955
- readonly selectedChange: i0.OutputEmitterRef<T>;
955
+ readonly selectedChange: _angular_core.OutputEmitterRef<T>;
956
956
  /**
957
957
  * Callback to invoke when any date is selected.
958
958
  */
959
- readonly userSelection: i0.OutputEmitterRef<void>;
959
+ readonly userSelection: _angular_core.OutputEmitterRef<void>;
960
960
  /** Emits when any date is activated. */
961
- readonly pickerMomentChange: i0.OutputEmitterRef<T>;
961
+ readonly pickerMomentChange: _angular_core.OutputEmitterRef<T>;
962
962
  /** The body of calendar table */
963
963
  calendarBodyElm: OwlCalendarBodyComponent;
964
964
  ngOnInit(): void;
@@ -1008,8 +1008,8 @@ declare class OwlMonthViewComponent<T> implements OnInit, AfterContentInit, OnDe
1008
1008
  */
1009
1009
  private setSelectedDates;
1010
1010
  private focusActiveCell;
1011
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlMonthViewComponent<any>, never>;
1012
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlMonthViewComponent<any>, "owl-date-time-month-view", ["owlYearView"], { "hideOtherMonths": { "alias": "hideOtherMonths"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "selectedChange": "selectedChange"; "userSelection": "userSelection"; "pickerMomentChange": "pickerMomentChange"; }, never, never, true, never>;
1011
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlMonthViewComponent<any>, never>;
1012
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlMonthViewComponent<any>, "owl-date-time-month-view", ["owlYearView"], { "hideOtherMonths": { "alias": "hideOtherMonths"; "required": false; }; "firstDayOfWeek": { "alias": "firstDayOfWeek"; "required": false; }; "selectMode": { "alias": "selectMode"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "selectedChange": "selectedChange"; "userSelection": "userSelection"; "pickerMomentChange": "pickerMomentChange"; }, never, never, true, never>;
1013
1013
  }
1014
1014
 
1015
1015
  declare class OwlMultiYearViewComponent<T> implements AfterContentInit {
@@ -1063,17 +1063,17 @@ declare class OwlMultiYearViewComponent<T> implements AfterContentInit {
1063
1063
  /**
1064
1064
  * Callback to invoke when a new month is selected
1065
1065
  */
1066
- readonly changeYear: i0.OutputEmitterRef<T>;
1066
+ readonly changeYear: _angular_core.OutputEmitterRef<T>;
1067
1067
  /**
1068
1068
  * Emits the selected year. This doesn't imply a change on the selected date
1069
1069
  */
1070
- readonly yearSelected: i0.OutputEmitterRef<T>;
1070
+ readonly yearSelected: _angular_core.OutputEmitterRef<T>;
1071
1071
  /** Emits when any date is activated. */
1072
- readonly pickerMomentChange: i0.OutputEmitterRef<T>;
1072
+ readonly pickerMomentChange: _angular_core.OutputEmitterRef<T>;
1073
1073
  /** Emits when use keyboard enter to select a calendar cell */
1074
- readonly keyboardEnter: i0.OutputEmitterRef<void>;
1074
+ readonly keyboardEnter: _angular_core.OutputEmitterRef<void>;
1075
1075
  /** The body of calendar table */
1076
- protected readonly calendarBodyElm: i0.Signal<OwlCalendarBodyComponent>;
1076
+ protected readonly calendarBodyElm: _angular_core.Signal<OwlCalendarBodyComponent>;
1077
1077
  ngAfterContentInit(): void;
1078
1078
  /**
1079
1079
  * Handle a calendarCell selected
@@ -1107,48 +1107,45 @@ declare class OwlMultiYearViewComponent<T> implements AfterContentInit {
1107
1107
  */
1108
1108
  private getValidDate;
1109
1109
  private focusActiveCell;
1110
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlMultiYearViewComponent<any>, never>;
1111
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlMultiYearViewComponent<any>, "owl-date-time-multi-year-view", never, { "selectMode": { "alias": "selectMode"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "changeYear": "changeYear"; "yearSelected": "yearSelected"; "pickerMomentChange": "pickerMomentChange"; "keyboardEnter": "keyboardEnter"; }, never, never, true, never>;
1110
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlMultiYearViewComponent<any>, never>;
1111
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlMultiYearViewComponent<any>, "owl-date-time-multi-year-view", never, { "selectMode": { "alias": "selectMode"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "changeYear": "changeYear"; "yearSelected": "yearSelected"; "pickerMomentChange": "pickerMomentChange"; "keyboardEnter": "keyboardEnter"; }, never, never, true, never>;
1112
1112
  }
1113
1113
 
1114
1114
  declare class OwlTimerBoxComponent implements OnInit, OnDestroy {
1115
- showDivider: boolean;
1116
- upBtnAriaLabel: string;
1117
- upBtnDisabled: boolean;
1118
- downBtnAriaLabel: string;
1119
- downBtnDisabled: boolean;
1115
+ #private;
1116
+ readonly showDivider: _angular_core.InputSignal<boolean>;
1117
+ readonly upBtnAriaLabel: _angular_core.InputSignal<string>;
1118
+ readonly upBtnDisabled: _angular_core.InputSignal<boolean>;
1119
+ readonly downBtnAriaLabel: _angular_core.InputSignal<string>;
1120
+ readonly downBtnDisabled: _angular_core.InputSignal<boolean>;
1120
1121
  /**
1121
1122
  * Value would be displayed in the box
1122
1123
  * If it is null, the box would display [value]
1123
1124
  */
1124
- boxValue: number;
1125
- value: number;
1126
- min: number;
1127
- max: number;
1128
- step: number;
1129
- inputLabel: string;
1130
- readonly valueChange: i0.OutputEmitterRef<number>;
1131
- readonly inputChange: i0.OutputEmitterRef<number>;
1132
- private inputStream;
1133
- private inputStreamSub;
1134
- private hasFocus;
1135
- protected get displayValue(): string;
1136
- private valueInput;
1137
- private onValueInputMouseWheelBind;
1125
+ readonly boxValue: _angular_core.InputSignal<number>;
1126
+ readonly value: _angular_core.InputSignal<number>;
1127
+ readonly min: _angular_core.InputSignal<number>;
1128
+ readonly max: _angular_core.InputSignal<number>;
1129
+ readonly step: _angular_core.InputSignal<number>;
1130
+ readonly inputLabel: _angular_core.InputSignal<string>;
1131
+ readonly valueChange: _angular_core.OutputEmitterRef<number>;
1132
+ readonly inputChange: _angular_core.OutputEmitterRef<number>;
1133
+ protected readonly displayValue: _angular_core.Signal<string>;
1134
+ protected readonly valueInput: _angular_core.Signal<ElementRef<HTMLInputElement>>;
1135
+ constructor();
1138
1136
  ngOnInit(): void;
1139
1137
  ngOnDestroy(): void;
1140
- upBtnClicked(): void;
1141
- downBtnClicked(): void;
1142
- handleInputChange(val: string): void;
1143
- focusIn(): void;
1144
- focusOut(value: string): void;
1138
+ protected upBtnClicked(): void;
1139
+ protected downBtnClicked(): void;
1140
+ protected handleInputChange(val: string): void;
1141
+ protected focusOut(value: string): void;
1145
1142
  private updateValue;
1146
1143
  private updateValueViaInput;
1147
1144
  private onValueInputMouseWheel;
1148
1145
  private bindValueInputMouseWheel;
1149
1146
  private unbindValueInputMouseWheel;
1150
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlTimerBoxComponent, never>;
1151
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlTimerBoxComponent, "owl-date-time-timer-box", ["owlDateTimeTimerBox"], { "showDivider": { "alias": "showDivider"; "required": false; }; "upBtnAriaLabel": { "alias": "upBtnAriaLabel"; "required": false; }; "upBtnDisabled": { "alias": "upBtnDisabled"; "required": false; }; "downBtnAriaLabel": { "alias": "downBtnAriaLabel"; "required": false; }; "downBtnDisabled": { "alias": "downBtnDisabled"; "required": false; }; "boxValue": { "alias": "boxValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "inputLabel": { "alias": "inputLabel"; "required": false; }; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; }, never, never, true, never>;
1147
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlTimerBoxComponent, never>;
1148
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlTimerBoxComponent, "owl-date-time-timer-box", ["owlDateTimeTimerBox"], { "showDivider": { "alias": "showDivider"; "required": false; "isSignal": true; }; "upBtnAriaLabel": { "alias": "upBtnAriaLabel"; "required": false; "isSignal": true; }; "upBtnDisabled": { "alias": "upBtnDisabled"; "required": false; "isSignal": true; }; "downBtnAriaLabel": { "alias": "downBtnAriaLabel"; "required": false; "isSignal": true; }; "downBtnDisabled": { "alias": "downBtnDisabled"; "required": false; "isSignal": true; }; "boxValue": { "alias": "boxValue"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; "min": { "alias": "min"; "required": false; "isSignal": true; }; "max": { "alias": "max"; "required": false; "isSignal": true; }; "step": { "alias": "step"; "required": false; "isSignal": true; }; "inputLabel": { "alias": "inputLabel"; "required": false; "isSignal": true; }; }, { "valueChange": "valueChange"; "inputChange": "inputChange"; }, never, never, true, never>;
1152
1149
  }
1153
1150
 
1154
1151
  declare class OwlYearViewComponent<T> implements OnInit, AfterContentInit, OnDestroy {
@@ -1202,15 +1199,15 @@ declare class OwlYearViewComponent<T> implements OnInit, AfterContentInit, OnDes
1202
1199
  /**
1203
1200
  * Callback to invoke when a new month is selected
1204
1201
  */
1205
- readonly changeMonth: i0.OutputEmitterRef<T>;
1202
+ readonly changeMonth: _angular_core.OutputEmitterRef<T>;
1206
1203
  /**
1207
1204
  * Emits the selected year. This doesn't imply a change on the selected date
1208
1205
  */
1209
- readonly monthSelected: i0.OutputEmitterRef<T>;
1206
+ readonly monthSelected: _angular_core.OutputEmitterRef<T>;
1210
1207
  /** Emits when any date is activated. */
1211
- readonly pickerMomentChange: i0.OutputEmitterRef<T>;
1208
+ readonly pickerMomentChange: _angular_core.OutputEmitterRef<T>;
1212
1209
  /** Emits when use keyboard enter to select a calendar cell */
1213
- readonly keyboardEnter: i0.OutputEmitterRef<void>;
1210
+ readonly keyboardEnter: _angular_core.OutputEmitterRef<void>;
1214
1211
  /** The body of calendar table */
1215
1212
  protected calendarBodyElm: OwlCalendarBodyComponent;
1216
1213
  ngOnInit(): void;
@@ -1260,14 +1257,14 @@ declare class OwlYearViewComponent<T> implements OnInit, AfterContentInit, OnDes
1260
1257
  */
1261
1258
  private getValidDate;
1262
1259
  private focusActiveCell;
1263
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlYearViewComponent<any>, never>;
1264
- static ɵcmp: i0.ɵɵComponentDeclaration<OwlYearViewComponent<any>, "owl-date-time-year-view", ["owlMonthView"], { "selectMode": { "alias": "selectMode"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "changeMonth": "changeMonth"; "monthSelected": "monthSelected"; "pickerMomentChange": "pickerMomentChange"; "keyboardEnter": "keyboardEnter"; }, never, never, true, never>;
1260
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlYearViewComponent<any>, never>;
1261
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<OwlYearViewComponent<any>, "owl-date-time-year-view", ["owlMonthView"], { "selectMode": { "alias": "selectMode"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "selecteds": { "alias": "selecteds"; "required": false; }; "pickerMoment": { "alias": "pickerMoment"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "changeMonth": "changeMonth"; "monthSelected": "monthSelected"; "pickerMomentChange": "pickerMomentChange"; "keyboardEnter": "keyboardEnter"; }, never, never, true, never>;
1265
1262
  }
1266
1263
 
1267
1264
  declare class OwlDateTimeModule {
1268
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeModule, never>;
1269
- static ɵmod: i0.ɵɵNgModuleDeclaration<OwlDateTimeModule, never, [typeof OwlCalendarBodyComponent, typeof OwlCalendarComponent, typeof OwlDateTimeContainerComponent, typeof OwlDateTimeInlineComponent, typeof OwlMonthViewComponent, typeof OwlMultiYearViewComponent, typeof OwlTimerBoxComponent, typeof OwlTimerComponent, typeof OwlYearViewComponent], [typeof OwlCalendarComponent, typeof OwlDateTimeInlineComponent, typeof OwlMonthViewComponent, typeof OwlMultiYearViewComponent, typeof OwlTimerComponent, typeof OwlYearViewComponent]>;
1270
- static ɵinj: i0.ɵɵInjectorDeclaration<OwlDateTimeModule>;
1265
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlDateTimeModule, never>;
1266
+ static ɵmod: _angular_core.ɵɵNgModuleDeclaration<OwlDateTimeModule, never, [typeof OwlCalendarBodyComponent, typeof OwlCalendarComponent, typeof OwlDateTimeContainerComponent, typeof OwlDateTimeInlineComponent, typeof OwlMonthViewComponent, typeof OwlMultiYearViewComponent, typeof OwlTimerBoxComponent, typeof OwlTimerComponent, typeof OwlYearViewComponent], [typeof OwlCalendarComponent, typeof OwlDateTimeInlineComponent, typeof OwlMonthViewComponent, typeof OwlMultiYearViewComponent, typeof OwlTimerComponent, typeof OwlYearViewComponent]>;
1267
+ static ɵinj: _angular_core.ɵɵInjectorDeclaration<OwlDateTimeModule>;
1271
1268
  }
1272
1269
 
1273
1270
  declare class OwlDateTimeIntl {
@@ -1314,8 +1311,8 @@ declare class OwlDateTimeIntl {
1314
1311
  hour12PMLabel: string;
1315
1312
  /** A label for the today button */
1316
1313
  todayButtonLabel: string;
1317
- static ɵfac: i0.ɵɵFactoryDeclaration<OwlDateTimeIntl, never>;
1318
- static ɵprov: i0.ɵɵInjectableDeclaration<OwlDateTimeIntl>;
1314
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<OwlDateTimeIntl, never>;
1315
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<OwlDateTimeIntl>;
1319
1316
  }
1320
1317
 
1321
1318
  declare class NativeDateTimeAdapter extends DateTimeAdapter<Date> {
@@ -1382,8 +1379,8 @@ declare class NativeDateTimeAdapter extends DateTimeAdapter<Date> {
1382
1379
  * representation with the local date and time.
1383
1380
  */
1384
1381
  private _format;
1385
- static ɵfac: i0.ɵɵFactoryDeclaration<NativeDateTimeAdapter, never>;
1386
- static ɵprov: i0.ɵɵInjectableDeclaration<NativeDateTimeAdapter>;
1382
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<NativeDateTimeAdapter, never>;
1383
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<NativeDateTimeAdapter>;
1387
1384
  }
1388
1385
 
1389
1386
  declare class UnixTimestampDateTimeAdapter extends DateTimeAdapter<number> {
@@ -1445,8 +1442,8 @@ declare class UnixTimestampDateTimeAdapter extends DateTimeAdapter<number> {
1445
1442
  setMinutes(date: number, amount: number): number;
1446
1443
  setSeconds(date: number, amount: number): number;
1447
1444
  toIso8601(date: number): string;
1448
- static ɵfac: i0.ɵɵFactoryDeclaration<UnixTimestampDateTimeAdapter, never>;
1449
- static ɵprov: i0.ɵɵInjectableDeclaration<UnixTimestampDateTimeAdapter>;
1445
+ static ɵfac: _angular_core.ɵɵFactoryDeclaration<UnixTimestampDateTimeAdapter, never>;
1446
+ static ɵprov: _angular_core.ɵɵInjectableDeclaration<UnixTimestampDateTimeAdapter>;
1450
1447
  }
1451
1448
 
1452
1449
  /**