@coreui/angular-pro 4.2.0-next.4 → 4.2.0-next.5

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.
@@ -0,0 +1,7 @@
1
+ import { PipeTransform } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CalendarDayTitlePipe implements PipeTransform {
4
+ transform(date: Date, locale?: string): string;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarDayTitlePipe, never>;
6
+ static ɵpipe: i0.ɵɵPipeDeclaration<CalendarDayTitlePipe, "calendarDayTitle", false>;
7
+ }
@@ -9,10 +9,11 @@ import * as i7 from "./calendar-navigation/calendar-navigation.component";
9
9
  import * as i8 from "./calendar-month/calendar-month.component";
10
10
  import * as i9 from "./calendar-month/calendar-day.pipe";
11
11
  import * as i10 from "./calendar-month/calendar-weekday.pipe";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "../button/button.module";
12
+ import * as i11 from "./calendar-month/calendar-day-title.pipe";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "../button/button.module";
14
15
  export declare class CalendarModule {
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CalendarModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, [typeof i1.CalendarComponent, typeof i2.CalendarClassYearPipe, typeof i3.CalendarClassDayPipe, typeof i4.CalendarClassMonthPipe, typeof i5.CalendarDayDirective, typeof i6.CalendarClassViewPipe, typeof i7.CalendarNavigationComponent, typeof i8.CalendarMonthComponent, typeof i9.CalendarDayPipe, typeof i10.CalendarWeekdayPipe], [typeof i11.CommonModule, typeof i12.ButtonModule], [typeof i1.CalendarComponent, typeof i8.CalendarMonthComponent, typeof i7.CalendarNavigationComponent]>;
17
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CalendarModule, [typeof i1.CalendarComponent, typeof i2.CalendarClassYearPipe, typeof i3.CalendarClassDayPipe, typeof i4.CalendarClassMonthPipe, typeof i5.CalendarDayDirective, typeof i6.CalendarClassViewPipe, typeof i7.CalendarNavigationComponent, typeof i8.CalendarMonthComponent, typeof i9.CalendarDayPipe, typeof i10.CalendarWeekdayPipe, typeof i11.CalendarDayTitlePipe], [typeof i12.CommonModule, typeof i13.ButtonModule], [typeof i1.CalendarComponent, typeof i8.CalendarMonthComponent, typeof i7.CalendarNavigationComponent]>;
17
18
  static ɵinj: i0.ɵɵInjectorDeclaration<CalendarModule>;
18
19
  }
@@ -116,29 +116,6 @@ export declare class DateRangePickerComponent implements OnInit, OnDestroy, Cont
116
116
  set timepicker(value: boolean);
117
117
  get timepicker(): boolean;
118
118
  private _timepicker;
119
- /**
120
- * Toggle visibility or set the content of today button.
121
- * @type string
122
- * @default 'Today'
123
- */
124
- todayButton: string;
125
- /**
126
- * Sets the color context of the today button to one of CoreUI’s themed colors.
127
- * @type 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string
128
- * @default 'primary'
129
- */
130
- todayButtonColor: Colors;
131
- /**
132
- * Size the today button small or large.
133
- * @type 'sm' | 'lg'
134
- * @default 'sm'
135
- */
136
- todayButtonSize: 'sm' | 'lg';
137
- /**
138
- * Set the today button variant to an outlined button or a ghost button.
139
- * @type 'outline' | 'ghost' | undefined
140
- */
141
- todayButtonVariant?: 'outline' | 'ghost';
142
119
  /**
143
120
  * Toggle the visibility of the component.
144
121
  * @type boolean
@@ -237,5 +214,5 @@ export declare class DateRangePickerComponent implements OnInit, OnDestroy, Cont
237
214
  handleStartTimeChange(time: Date | undefined): void;
238
215
  handleEndTimeChange(time: Date | undefined): void;
239
216
  static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
240
- static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "c-date-range-picker", ["cDateRangePicker"], { "dayFormat": "dayFormat"; "calendars": "calendars"; "cleaner": "cleaner"; "format": "format"; "indicator": "indicator"; "inputReadOnly": "inputReadOnly"; "navYearFirst": "navYearFirst"; "placeholder": "placeholder"; "ranges": "ranges"; "rangesButtonsColor": "rangesButtonsColor"; "rangesButtonsSize": "rangesButtonsSize"; "rangesButtonsVariant": "rangesButtonsVariant"; "separator": "separator"; "size": "size"; "timepicker": "timepicker"; "todayButton": "todayButton"; "todayButtonColor": "todayButtonColor"; "todayButtonSize": "todayButtonSize"; "todayButtonVariant": "todayButtonVariant"; "visible": "visible"; "startDate": "startDate"; "endDate": "endDate"; "calendarDate": "calendarDate"; "disabledDates": "disabledDates"; "firstDayOfWeek": "firstDayOfWeek"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "navigation": "navigation"; "range": "range"; "dateFilter": "dateFilter"; "disabled": "disabled"; "value": "value"; "weekdayFormat": "weekdayFormat"; }, { "valueChange": "valueChange"; "calendarCellHover": "calendarCellHover"; "calendarDateChange": "calendarDateChange"; "endDateChange": "endDateChange"; "startDateChange": "startDateChange"; }, ["contentTemplates"], ["*"], false>;
217
+ static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "c-date-range-picker", ["cDateRangePicker"], { "dayFormat": "dayFormat"; "calendars": "calendars"; "cleaner": "cleaner"; "format": "format"; "indicator": "indicator"; "inputReadOnly": "inputReadOnly"; "navYearFirst": "navYearFirst"; "placeholder": "placeholder"; "ranges": "ranges"; "rangesButtonsColor": "rangesButtonsColor"; "rangesButtonsSize": "rangesButtonsSize"; "rangesButtonsVariant": "rangesButtonsVariant"; "separator": "separator"; "size": "size"; "timepicker": "timepicker"; "visible": "visible"; "startDate": "startDate"; "endDate": "endDate"; "calendarDate": "calendarDate"; "disabledDates": "disabledDates"; "firstDayOfWeek": "firstDayOfWeek"; "locale": "locale"; "maxDate": "maxDate"; "minDate": "minDate"; "navigation": "navigation"; "range": "range"; "dateFilter": "dateFilter"; "disabled": "disabled"; "value": "value"; "weekdayFormat": "weekdayFormat"; }, { "valueChange": "valueChange"; "calendarCellHover": "calendarCellHover"; "calendarDateChange": "calendarDateChange"; "endDateChange": "endDateChange"; "startDateChange": "startDateChange"; }, ["contentTemplates"], ["*"], false>;
241
218
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "4.2.0-next.4",
3
+ "version": "4.2.0-next.5",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "homepage": "https://coreui.io/angular",
6
6
  "author": {