@progress/kendo-angular-dateinputs 11.0.0-develop.91 → 11.0.0-develop.93

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": "@progress/kendo-angular-dateinputs",
3
- "version": "11.0.0-develop.91",
3
+ "version": "11.0.0-develop.93",
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",
@@ -35,13 +35,15 @@
35
35
  "@progress/kendo-common": "^0.2.0",
36
36
  "@progress/kendo-date-math": "^1.1.0",
37
37
  "@progress/kendo-licensing": "^1.0.2",
38
- "@progress/kendo-angular-common": "11.0.0-develop.91",
39
- "@progress/kendo-angular-intl": "11.0.0-develop.91",
40
- "@progress/kendo-angular-l10n": "11.0.0-develop.91",
41
- "@progress/kendo-angular-popup": "11.0.0-develop.91",
42
- "@progress/kendo-angular-schematics": "11.0.0-develop.91",
38
+ "@progress/kendo-angular-common": "11.0.0-develop.93",
39
+ "@progress/kendo-angular-intl": "11.0.0-develop.93",
40
+ "@progress/kendo-angular-l10n": "11.0.0-develop.93",
41
+ "@progress/kendo-angular-icons": "11.0.0-develop.93",
42
+ "@progress/kendo-angular-popup": "11.0.0-develop.93",
43
+ "@progress/kendo-angular-schematics": "11.0.0-develop.93",
43
44
  "rxjs": "^6.5.3 || ^7.0.0",
44
- "@progress/kendo-angular-label": "11.0.0-develop.91"
45
+ "@progress/kendo-angular-buttons": "11.0.0-develop.93",
46
+ "@progress/kendo-angular-label": "11.0.0-develop.93"
45
47
  },
46
48
  "dependencies": {
47
49
  "tslib": "^2.3.1"
@@ -2,8 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
- const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DateInputsModule', package: 'dateinputs' //package name, e.g grid
6
- });
5
+ const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DateInputsModule', package: 'dateinputs', peerDependencies: {
6
+ // Peer dependency of icons
7
+ "@progress/kendo-svg-icons": "^1.0.0"
8
+ } });
7
9
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
8
10
  }
9
11
  exports.default = default_1;
@@ -18,6 +18,7 @@ import { DateInputSize } from '../common/models/size';
18
18
  import { DateInputRounded } from '../common/models/rounded';
19
19
  import { DateInputFillMode } from '../common/models/fillmode';
20
20
  import { BusViewService } from '../calendar/services/bus-view.service';
21
+ import { SVGIcon } from '@progress/kendo-svg-icons';
21
22
  import * as i0 from "@angular/core";
22
23
  /**
23
24
  * Represents the [Kendo UI TimePicker component for Angular]({% slug overview_timepicker %}#toc-basic-usage).
@@ -34,6 +35,10 @@ export declare class TimePickerComponent implements ControlValueAccessor, OnInit
34
35
  private pickerService;
35
36
  private intl;
36
37
  private touchEnabled;
38
+ /**
39
+ * @hidden
40
+ */
41
+ clockIcon: SVGIcon;
37
42
  container: ViewContainerRef;
38
43
  popupTemplate: TemplateRef<any>;
39
44
  toggleButton: ElementRef;
@@ -16,12 +16,13 @@ import * as i10 from "@progress/kendo-angular-intl";
16
16
  import * as i11 from "@progress/kendo-angular-popup";
17
17
  import * as i12 from "../virtualization/virtualization.module";
18
18
  import * as i13 from "@progress/kendo-angular-common";
19
+ import * as i14 from "@progress/kendo-angular-icons";
19
20
  /**
20
21
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
21
22
  * definition for the TimePicker component.
22
23
  */
23
24
  export declare class TimePickerModule {
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<TimePickerModule, never>;
25
- static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerLocalizedMessagesDirective, typeof i2.TimeListComponent, typeof i3.TimePickerCustomMessagesComponent, typeof i4.TimePickerComponent, typeof i5.TimeSelectorLocalizedMessagesDirective, typeof i6.TimeSelectorCustomMessagesComponent, typeof i7.TimeSelectorComponent], [typeof i8.CommonModule, typeof i9.DateInputModule, typeof i10.IntlModule, typeof i11.PopupModule, typeof i12.VirtualizationModule, typeof i13.EventsModule], [typeof i1.TimePickerLocalizedMessagesDirective, typeof i2.TimeListComponent, typeof i3.TimePickerCustomMessagesComponent, typeof i4.TimePickerComponent, typeof i5.TimeSelectorLocalizedMessagesDirective, typeof i6.TimeSelectorCustomMessagesComponent, typeof i7.TimeSelectorComponent]>;
26
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TimePickerModule, [typeof i1.TimePickerLocalizedMessagesDirective, typeof i2.TimeListComponent, typeof i3.TimePickerCustomMessagesComponent, typeof i4.TimePickerComponent, typeof i5.TimeSelectorLocalizedMessagesDirective, typeof i6.TimeSelectorCustomMessagesComponent, typeof i7.TimeSelectorComponent], [typeof i8.CommonModule, typeof i9.DateInputModule, typeof i10.IntlModule, typeof i11.PopupModule, typeof i12.VirtualizationModule, typeof i13.EventsModule, typeof i14.IconsModule], [typeof i1.TimePickerLocalizedMessagesDirective, typeof i2.TimeListComponent, typeof i3.TimePickerCustomMessagesComponent, typeof i4.TimePickerComponent, typeof i5.TimeSelectorLocalizedMessagesDirective, typeof i6.TimeSelectorCustomMessagesComponent, typeof i7.TimeSelectorComponent]>;
26
27
  static ɵinj: i0.ɵɵInjectorDeclaration<TimePickerModule>;
27
28
  }