@progress/kendo-angular-pager 16.5.0 → 16.6.0-develop.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.
Files changed (33) hide show
  1. package/directives.d.ts +18 -0
  2. package/esm2020/directives.mjs +29 -0
  3. package/esm2020/index.mjs +1 -0
  4. package/esm2020/package-metadata.mjs +2 -2
  5. package/esm2020/pager/focusable.directive.mjs +3 -2
  6. package/esm2020/pager/localization/custom-messages.component.mjs +3 -2
  7. package/esm2020/pager/localization/localized-messages.directive.mjs +3 -2
  8. package/esm2020/pager/pager-info.component.mjs +3 -2
  9. package/esm2020/pager/pager-input.component.mjs +8 -8
  10. package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
  11. package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
  12. package/esm2020/pager/pager-page-sizes.component.mjs +6 -5
  13. package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
  14. package/esm2020/pager/pager-template.directive.mjs +3 -2
  15. package/esm2020/pager/pager.component.mjs +22 -16
  16. package/esm2020/pager/pager.module.mjs +28 -88
  17. package/fesm2015/progress-kendo-angular-pager.mjs +91 -109
  18. package/fesm2020/progress-kendo-angular-pager.mjs +91 -109
  19. package/index.d.ts +1 -0
  20. package/package.json +7 -7
  21. package/pager/focusable.directive.d.ts +1 -1
  22. package/pager/localization/custom-messages.component.d.ts +1 -1
  23. package/pager/localization/localized-messages.directive.d.ts +1 -1
  24. package/pager/pager-info.component.d.ts +1 -1
  25. package/pager/pager-input.component.d.ts +1 -1
  26. package/pager/pager-next-buttons.component.d.ts +1 -1
  27. package/pager/pager-numeric-buttons.component.d.ts +1 -1
  28. package/pager/pager-page-sizes.component.d.ts +1 -1
  29. package/pager/pager-prev-buttons.component.d.ts +1 -1
  30. package/pager/pager-template.directive.d.ts +1 -1
  31. package/pager/pager.component.d.ts +2 -2
  32. package/pager/pager.module.d.ts +10 -17
  33. package/schematics/ngAdd/index.js +6 -6
@@ -3,28 +3,21 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
- import * as i1 from "./pager.component";
7
- import * as i2 from "./pager-prev-buttons.component";
8
- import * as i3 from "./pager-next-buttons.component";
9
- import * as i4 from "./pager-numeric-buttons.component";
10
- import * as i5 from "./pager-input.component";
11
- import * as i6 from "./pager-info.component";
6
+ import * as i1 from "./localization/custom-messages.component";
7
+ import * as i2 from "./focusable.directive";
8
+ import * as i3 from "./pager-info.component";
9
+ import * as i4 from "./pager-input.component";
10
+ import * as i5 from "./pager-next-buttons.component";
11
+ import * as i6 from "./pager-numeric-buttons.component";
12
12
  import * as i7 from "./pager-page-sizes.component";
13
- import * as i8 from "./pager-template.directive";
14
- import * as i9 from "./localization/localized-messages.directive";
15
- import * as i10 from "./localization/custom-messages.component";
16
- import * as i11 from "./focusable.directive";
17
- import * as i12 from "@angular/common";
18
- import * as i13 from "@progress/kendo-angular-inputs";
19
- import * as i14 from "@progress/kendo-angular-dropdowns";
20
- import * as i15 from "@progress/kendo-angular-buttons";
21
- import * as i16 from "@progress/kendo-angular-common";
13
+ import * as i8 from "./pager-prev-buttons.component";
14
+ import * as i9 from "./pager-template.directive";
15
+ import * as i10 from "./pager.component";
22
16
  /**
23
17
  * @hidden
24
18
  */
25
19
  export declare class PagerModule {
26
- static exports(): any[];
27
20
  static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
28
- static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.PagerComponent, typeof i2.PagerPrevButtonsComponent, typeof i3.PagerNextButtonsComponent, typeof i4.PagerNumericButtonsComponent, typeof i5.PagerInputComponent, typeof i6.PagerInfoComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerTemplateDirective, typeof i9.LocalizedMessagesDirective, typeof i10.CustomMessagesComponent, typeof i11.PagerFocusableDirective], [typeof i12.CommonModule, typeof i13.NumericTextBoxModule, typeof i14.DropDownListModule, typeof i15.ButtonsModule, typeof i16.EventsModule, typeof i16.ResizeSensorModule], [typeof i1.PagerComponent, typeof i2.PagerPrevButtonsComponent, typeof i3.PagerNextButtonsComponent, typeof i4.PagerNumericButtonsComponent, typeof i5.PagerInputComponent, typeof i6.PagerInfoComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerTemplateDirective, typeof i9.LocalizedMessagesDirective, typeof i10.CustomMessagesComponent, typeof i11.PagerFocusableDirective]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, never, [typeof i1.CustomMessagesComponent, typeof i2.PagerFocusableDirective, typeof i3.PagerInfoComponent, typeof i4.PagerInputComponent, typeof i5.PagerNextButtonsComponent, typeof i6.PagerNumericButtonsComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerPrevButtonsComponent, typeof i9.PagerTemplateDirective, typeof i10.PagerComponent], [typeof i1.CustomMessagesComponent, typeof i2.PagerFocusableDirective, typeof i3.PagerInfoComponent, typeof i4.PagerInputComponent, typeof i5.PagerNextButtonsComponent, typeof i6.PagerNumericButtonsComponent, typeof i7.PagerPageSizesComponent, typeof i8.PagerPrevButtonsComponent, typeof i9.PagerTemplateDirective, typeof i10.PagerComponent]>;
29
22
  static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
30
23
  }
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PagerModule', package: 'pager', peerDependencies: {
6
6
  // Peers of inputs and dropdowns
7
- '@progress/kendo-angular-treeview': '16.5.0',
8
- '@progress/kendo-angular-intl': '16.5.0',
9
- '@progress/kendo-angular-navigation': '16.5.0',
10
- '@progress/kendo-angular-popup': '16.5.0',
7
+ '@progress/kendo-angular-treeview': '16.6.0-develop.1',
8
+ '@progress/kendo-angular-intl': '16.6.0-develop.1',
9
+ '@progress/kendo-angular-navigation': '16.6.0-develop.1',
10
+ '@progress/kendo-angular-popup': '16.6.0-develop.1',
11
11
  '@progress/kendo-drawing': '^1.5.12',
12
12
  // peer dependency of kendo-angular-inputs
13
- '@progress/kendo-angular-buttons': '16.5.0',
14
- '@progress/kendo-angular-dialog': '16.5.0',
13
+ '@progress/kendo-angular-buttons': '16.6.0-develop.1',
14
+ '@progress/kendo-angular-dialog': '16.6.0-develop.1',
15
15
  // Peer dependency of icons
16
16
  '@progress/kendo-svg-icons': '^3.0.0'
17
17
  } });