@progress/kendo-angular-pager 20.1.2-develop.1 → 21.0.0-develop.2

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.
@@ -1,20 +1,20 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = default_1;
3
4
  const schematics_1 = require("@angular-devkit/schematics");
4
5
  function default_1(options) {
5
6
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'PagerModule', package: 'pager', peerDependencies: {
6
7
  // Peers of inputs and dropdowns
7
- '@progress/kendo-angular-treeview': '20.1.2-develop.1',
8
- '@progress/kendo-angular-intl': '20.1.2-develop.1',
9
- '@progress/kendo-angular-navigation': '20.1.2-develop.1',
10
- '@progress/kendo-angular-popup': '20.1.2-develop.1',
8
+ '@progress/kendo-angular-treeview': '21.0.0-develop.2',
9
+ '@progress/kendo-angular-intl': '21.0.0-develop.2',
10
+ '@progress/kendo-angular-navigation': '21.0.0-develop.2',
11
+ '@progress/kendo-angular-popup': '21.0.0-develop.2',
11
12
  '@progress/kendo-drawing': '^1.5.12',
12
13
  // peer dependency of kendo-angular-inputs
13
- '@progress/kendo-angular-buttons': '20.1.2-develop.1',
14
- '@progress/kendo-angular-dialog': '20.1.2-develop.1',
14
+ '@progress/kendo-angular-buttons': '21.0.0-develop.2',
15
+ '@progress/kendo-angular-dialog': '21.0.0-develop.2',
15
16
  // Peer dependency of icons
16
17
  '@progress/kendo-svg-icons': '^4.0.0'
17
18
  } });
18
19
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
19
20
  }
20
- exports.default = default_1;