@progress/kendo-angular-dateinputs 17.0.0-develop.39 → 17.0.0-develop.40

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/esm2022/index.mjs CHANGED
@@ -74,6 +74,5 @@ export { LocalizedMessagesDirective } from './datetimepicker/localization/locali
74
74
  export { DateTimePickerCustomMessagesComponent } from './datetimepicker/localization/datetimepicker-custom-messages.component';
75
75
  export { DateRangePopupCustomMessagesComponent } from './daterange/localization/daterange-popup-custom-messages.component';
76
76
  export { DateRangePopupLocalizedMessagesDirective } from './daterange/localization/daterange-popup-localized-messages.directive';
77
- export { AdaptiveModule } from './common/adaptive.module';
78
77
  export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
79
78
  export * from './directives';
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-dateinputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1730797101,
13
- version: '17.0.0-develop.39',
12
+ publishDate: 1730798933,
13
+ version: '17.0.0-develop.40',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -9,7 +9,7 @@ import * as i1$1 from '@progress/kendo-angular-l10n';
9
9
  import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
10
10
  import { cloneDate, MS_PER_HOUR, MS_PER_MINUTE, addDays, getDate, isEqual, addDecades, addCenturies, firstDecadeOfCentury, lastDecadeOfCentury, firstYearOfDecade, createDate, lastYearOfDecade, lastMonthOfYear, lastDayOfMonth, durationInCenturies, addYears, durationInDecades, addWeeks, addMonths, firstDayOfMonth, dayOfWeek, durationInMonths, firstMonthOfYear, durationInYears, weekInYear } from '@progress/kendo-date-math';
11
11
  import * as i1$2 from '@progress/kendo-angular-common';
12
- import { isDocumentAvailable, EventsOutsideAngularDirective, guid, Keys as Keys$1, hasObservers, isObject, KendoInput, ResizeSensorComponent, isObjectPresent, removeHTMLAttributes, parseAttributes, anyChanged, isControlRequired, setHTMLAttributes, MultiTabStop, ResizeBatchService, KENDO_RESIZESENSOR } from '@progress/kendo-angular-common';
12
+ import { isDocumentAvailable, EventsOutsideAngularDirective, guid, Keys as Keys$1, hasObservers, isObject, KendoInput, ResizeSensorComponent, isObjectPresent, removeHTMLAttributes, parseAttributes, anyChanged, isControlRequired, setHTMLAttributes, MultiTabStop, ResizeBatchService } from '@progress/kendo-angular-common';
13
13
  export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
14
14
  import { validatePackage } from '@progress/kendo-licensing';
15
15
  import * as i1 from '@progress/kendo-angular-intl';
@@ -17,15 +17,13 @@ import { localeData } from '@progress/kendo-angular-intl';
17
17
  import { Subject, Subscription, ReplaySubject, Observable, combineLatest, of, interval, animationFrameScheduler, fromEvent, EMPTY, from, BehaviorSubject, merge } from 'rxjs';
18
18
  import { NgIf, NgTemplateOutlet, NgClass, NgFor, NgStyle } from '@angular/common';
19
19
  import { chevronRightIcon, chevronLeftIcon, caretAltUpIcon, xIcon, caretAltDownIcon, calendarIcon, clockIcon } from '@progress/kendo-svg-icons';
20
- import * as i2 from '@progress/kendo-angular-buttons';
21
- import { ButtonComponent, KENDO_BUTTON } from '@progress/kendo-angular-buttons';
20
+ import { ButtonComponent } from '@progress/kendo-angular-buttons';
22
21
  import { map, scan, takeWhile, debounceTime, tap, filter } from 'rxjs/operators';
23
22
  import { DateInput } from '@progress/kendo-dateinputs-common';
24
23
  import { IconWrapperComponent, IconsService } from '@progress/kendo-angular-icons';
25
24
  import * as i1$3 from '@progress/kendo-angular-popup';
26
25
  import { PopupService } from '@progress/kendo-angular-popup';
27
- import * as i3 from '@progress/kendo-angular-navigation';
28
- import { ActionSheetComponent, ActionSheetTemplateDirective, KENDO_NAVIGATION } from '@progress/kendo-angular-navigation';
26
+ import { ActionSheetComponent, ActionSheetTemplateDirective } from '@progress/kendo-angular-navigation';
29
27
  import { touchEnabled } from '@progress/kendo-common';
30
28
 
31
29
  /**
@@ -35,8 +33,8 @@ const packageMetadata = {
35
33
  name: '@progress/kendo-angular-dateinputs',
36
34
  productName: 'Kendo UI for Angular',
37
35
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
38
- publishDate: 1730797101,
39
- version: '17.0.0-develop.39',
36
+ publishDate: 1730798933,
37
+ version: '17.0.0-develop.40',
40
38
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
41
39
  };
42
40
 
@@ -20429,41 +20427,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
20429
20427
  }]
20430
20428
  }] });
20431
20429
 
20432
- const KENDO_ADAPTIVE = [
20433
- ...KENDO_RESIZESENSOR,
20434
- ...KENDO_BUTTON,
20435
- ...KENDO_NAVIGATION
20436
- ];
20437
- //IMPORTANT: This module is not needed and can be removed in the following major release.
20438
- //The reason to keep it is that the module used to be public prior the migration to standalone.
20439
- /**
20440
- * @hidden
20441
- * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
20442
- * definition for the modules specific to the Adaptive Mode.
20443
- */
20444
- class AdaptiveModule {
20445
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20446
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, imports: [i1$2.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i3.ActionSheetContentTemplateDirective, i3.ActionSheetFooterTemplateDirective, i3.ActionSheetTemplateDirective, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BottomNavigationItemTemplateDirective, i3.BreadCrumbComponent, i3.BreadCrumbItemTemplateDirective], exports: [i1$2.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i3.ActionSheetContentTemplateDirective, i3.ActionSheetFooterTemplateDirective, i3.ActionSheetTemplateDirective, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BottomNavigationItemTemplateDirective, i3.BreadCrumbComponent, i3.BreadCrumbItemTemplateDirective] });
20447
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, providers: [
20448
- ResizeBatchService,
20449
- IconsService
20450
- ], imports: [i1$2.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BreadCrumbComponent] });
20451
- }
20452
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, decorators: [{
20453
- type: NgModule,
20454
- args: [{
20455
- imports: [...KENDO_ADAPTIVE],
20456
- exports: [...KENDO_ADAPTIVE],
20457
- providers: [
20458
- ResizeBatchService,
20459
- IconsService
20460
- ]
20461
- }]
20462
- }] });
20463
-
20464
20430
  /**
20465
20431
  * Generated bundle index. Do not edit.
20466
20432
  */
20467
20433
 
20468
- export { AdaptiveModule, CalendarComponent, CalendarCustomMessagesComponent, CalendarDOMService, CalendarLocalizedMessagesDirective, CalendarModule, CalendarViewEnum, CalendarsModule, CellTemplateDirective, CenturyCellTemplateDirective, CenturyViewService, DateInputComponent, DateInputCustomMessagesComponent, DateInputLocalizedMessagesDirective, DateInputModule, DateInputsModule, DatePickerComponent, DatePickerCustomMessagesComponent, DatePickerLocalizedMessagesDirective, DatePickerModule, DateRangeComponent, DateRangeEndInputDirective, DateRangeModule, DateRangePopupComponent, DateRangePopupCustomMessagesComponent, DateRangePopupLocalizedMessagesDirective, DateRangePopupTemplateDirective, DateRangeSelectionDirective, DateRangeService, DateRangeStartInputDirective, DateTimePickerComponent, DateTimePickerCustomMessagesComponent, DateTimePickerModule, DayPeriodService, DecadeCellTemplateDirective, DecadeViewService, FooterComponent, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, HeaderTitleTemplateDirective, HorizontalViewListComponent, HoursService, KENDO_CALENDAR, KENDO_DATEINPUT, KENDO_DATEINPUTS, KENDO_DATEPICKER, KENDO_DATERANGE, KENDO_DATETIMEPICKER, KENDO_MULTIVIEWCALENDAR, KENDO_TIMEPICKER, KForOf, LocalizedMessagesDirective, MillisecondsService, MinutesService, MonthCellTemplateDirective, MonthViewService, MultiViewCalendarComponent, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarLocalizedMessagesDirective, MultiViewCalendarModule, NavigationComponent, NavigationItemTemplateDirective, NavigationService, PreventableEvent, SecondsService, TimeListComponent, TimePickerComponent, TimePickerCustomMessagesComponent, TimePickerDOMService, TimePickerLocalizedMessagesDirective, TimePickerModule, TimeSelectorComponent, TimeSelectorCustomMessagesComponent, TimeSelectorLocalizedMessagesDirective, ViewComponent, ViewListComponent, WeekNamesService, WeekNumberCellTemplateDirective, YearCellTemplateDirective, YearViewService };
20434
+ export { CalendarComponent, CalendarCustomMessagesComponent, CalendarDOMService, CalendarLocalizedMessagesDirective, CalendarModule, CalendarViewEnum, CalendarsModule, CellTemplateDirective, CenturyCellTemplateDirective, CenturyViewService, DateInputComponent, DateInputCustomMessagesComponent, DateInputLocalizedMessagesDirective, DateInputModule, DateInputsModule, DatePickerComponent, DatePickerCustomMessagesComponent, DatePickerLocalizedMessagesDirective, DatePickerModule, DateRangeComponent, DateRangeEndInputDirective, DateRangeModule, DateRangePopupComponent, DateRangePopupCustomMessagesComponent, DateRangePopupLocalizedMessagesDirective, DateRangePopupTemplateDirective, DateRangeSelectionDirective, DateRangeService, DateRangeStartInputDirective, DateTimePickerComponent, DateTimePickerCustomMessagesComponent, DateTimePickerModule, DayPeriodService, DecadeCellTemplateDirective, DecadeViewService, FooterComponent, FooterTemplateDirective, HeaderComponent, HeaderTemplateDirective, HeaderTitleTemplateDirective, HorizontalViewListComponent, HoursService, KENDO_CALENDAR, KENDO_DATEINPUT, KENDO_DATEINPUTS, KENDO_DATEPICKER, KENDO_DATERANGE, KENDO_DATETIMEPICKER, KENDO_MULTIVIEWCALENDAR, KENDO_TIMEPICKER, KForOf, LocalizedMessagesDirective, MillisecondsService, MinutesService, MonthCellTemplateDirective, MonthViewService, MultiViewCalendarComponent, MultiViewCalendarCustomMessagesComponent, MultiViewCalendarLocalizedMessagesDirective, MultiViewCalendarModule, NavigationComponent, NavigationItemTemplateDirective, NavigationService, PreventableEvent, SecondsService, TimeListComponent, TimePickerComponent, TimePickerCustomMessagesComponent, TimePickerDOMService, TimePickerLocalizedMessagesDirective, TimePickerModule, TimeSelectorComponent, TimeSelectorCustomMessagesComponent, TimeSelectorLocalizedMessagesDirective, ViewComponent, ViewListComponent, WeekNamesService, WeekNumberCellTemplateDirective, YearCellTemplateDirective, YearViewService };
20469
20435
 
package/index.d.ts CHANGED
@@ -90,6 +90,5 @@ export { DateInputRounded } from './common/models/rounded';
90
90
  export { DateInputFillMode } from './common/models/fillmode';
91
91
  export { WeekDaysFormat } from './common/models/week-days-format';
92
92
  export { AdaptiveMode } from './util';
93
- export { AdaptiveModule } from './common/adaptive.module';
94
93
  export { ToggleButtonTabStopDirective } from '@progress/kendo-angular-common';
95
94
  export * from './directives';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dateinputs",
3
- "version": "17.0.0-develop.39",
3
+ "version": "17.0.0-develop.40",
4
4
  "description": "Kendo UI for Angular Date Inputs Package - Everything you need to add date selection functionality to apps (DatePicker, TimePicker, DateInput, DateRangePicker, DateTimePicker, Calendar, and MultiViewCalendar).",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -34,18 +34,18 @@
34
34
  "@angular/forms": "16 - 18",
35
35
  "@angular/platform-browser": "16 - 18",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-buttons": "17.0.0-develop.39",
38
- "@progress/kendo-angular-common": "17.0.0-develop.39",
39
- "@progress/kendo-angular-intl": "17.0.0-develop.39",
40
- "@progress/kendo-angular-l10n": "17.0.0-develop.39",
41
- "@progress/kendo-angular-icons": "17.0.0-develop.39",
42
- "@progress/kendo-angular-popup": "17.0.0-develop.39",
43
- "@progress/kendo-angular-navigation": "17.0.0-develop.39",
37
+ "@progress/kendo-angular-buttons": "17.0.0-develop.40",
38
+ "@progress/kendo-angular-common": "17.0.0-develop.40",
39
+ "@progress/kendo-angular-intl": "17.0.0-develop.40",
40
+ "@progress/kendo-angular-l10n": "17.0.0-develop.40",
41
+ "@progress/kendo-angular-icons": "17.0.0-develop.40",
42
+ "@progress/kendo-angular-popup": "17.0.0-develop.40",
43
+ "@progress/kendo-angular-navigation": "17.0.0-develop.40",
44
44
  "rxjs": "^6.5.3 || ^7.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "17.0.0-develop.39",
48
+ "@progress/kendo-angular-schematics": "17.0.0-develop.40",
49
49
  "@progress/kendo-common": "^1.0.1",
50
50
  "@progress/kendo-date-math": "^1.1.0",
51
51
  "@progress/kendo-dateinputs-common": "^0.3.5"
@@ -1,18 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import * as i0 from "@angular/core";
6
- import * as i1 from "@progress/kendo-angular-common";
7
- import * as i2 from "@progress/kendo-angular-buttons";
8
- import * as i3 from "@progress/kendo-angular-navigation";
9
- /**
10
- * @hidden
11
- * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
12
- * definition for the modules specific to the Adaptive Mode.
13
- */
14
- export declare class AdaptiveModule {
15
- static ɵfac: i0.ɵɵFactoryDeclaration<AdaptiveModule, never>;
16
- static ɵmod: i0.ɵɵNgModuleDeclaration<AdaptiveModule, never, [typeof i1.ResizeSensorComponent, typeof i2.ButtonComponent, typeof i3.ActionSheetComponent, typeof i3.ActionSheetHeaderTemplateDirective, typeof i3.ActionSheetItemTemplateDirective, typeof i3.ActionSheetContentTemplateDirective, typeof i3.ActionSheetFooterTemplateDirective, typeof i3.ActionSheetTemplateDirective, typeof i3.AppBarComponent, typeof i3.AppBarSectionComponent, typeof i3.AppBarSpacerComponent, typeof i3.BottomNavigationComponent, typeof i3.BottomNavigationItemTemplateDirective, typeof i3.BreadCrumbComponent, typeof i3.BreadCrumbItemTemplateDirective], [typeof i1.ResizeSensorComponent, typeof i2.ButtonComponent, typeof i3.ActionSheetComponent, typeof i3.ActionSheetHeaderTemplateDirective, typeof i3.ActionSheetItemTemplateDirective, typeof i3.ActionSheetContentTemplateDirective, typeof i3.ActionSheetFooterTemplateDirective, typeof i3.ActionSheetTemplateDirective, typeof i3.AppBarComponent, typeof i3.AppBarSectionComponent, typeof i3.AppBarSpacerComponent, typeof i3.BottomNavigationComponent, typeof i3.BottomNavigationItemTemplateDirective, typeof i3.BreadCrumbComponent, typeof i3.BreadCrumbItemTemplateDirective]>;
17
- static ɵinj: i0.ɵɵInjectorDeclaration<AdaptiveModule>;
18
- }
@@ -1,44 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { NgModule } from '@angular/core';
6
- import { KENDO_BUTTON } from '@progress/kendo-angular-buttons';
7
- import { KENDO_NAVIGATION } from '@progress/kendo-angular-navigation';
8
- import { KENDO_RESIZESENSOR, ResizeBatchService } from '@progress/kendo-angular-common';
9
- import { IconsService } from '@progress/kendo-angular-icons';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "@progress/kendo-angular-common";
12
- import * as i2 from "@progress/kendo-angular-buttons";
13
- import * as i3 from "@progress/kendo-angular-navigation";
14
- const KENDO_ADAPTIVE = [
15
- ...KENDO_RESIZESENSOR,
16
- ...KENDO_BUTTON,
17
- ...KENDO_NAVIGATION
18
- ];
19
- //IMPORTANT: This module is not needed and can be removed in the following major release.
20
- //The reason to keep it is that the module used to be public prior the migration to standalone.
21
- /**
22
- * @hidden
23
- * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
24
- * definition for the modules specific to the Adaptive Mode.
25
- */
26
- export class AdaptiveModule {
27
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
28
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, imports: [i1.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i3.ActionSheetContentTemplateDirective, i3.ActionSheetFooterTemplateDirective, i3.ActionSheetTemplateDirective, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BottomNavigationItemTemplateDirective, i3.BreadCrumbComponent, i3.BreadCrumbItemTemplateDirective], exports: [i1.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i3.ActionSheetContentTemplateDirective, i3.ActionSheetFooterTemplateDirective, i3.ActionSheetTemplateDirective, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BottomNavigationItemTemplateDirective, i3.BreadCrumbComponent, i3.BreadCrumbItemTemplateDirective] });
29
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, providers: [
30
- ResizeBatchService,
31
- IconsService
32
- ], imports: [i1.ResizeSensorComponent, i2.ButtonComponent, i3.ActionSheetComponent, i3.AppBarComponent, i3.AppBarSectionComponent, i3.AppBarSpacerComponent, i3.BottomNavigationComponent, i3.BreadCrumbComponent] });
33
- }
34
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AdaptiveModule, decorators: [{
35
- type: NgModule,
36
- args: [{
37
- imports: [...KENDO_ADAPTIVE],
38
- exports: [...KENDO_ADAPTIVE],
39
- providers: [
40
- ResizeBatchService,
41
- IconsService
42
- ]
43
- }]
44
- }] });