jqwidgets-ng 14.1.12 → 14.1.15

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": "jqwidgets-ng",
3
- "version": "14.1.12",
3
+ "version": "14.1.15",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 14",
@@ -100,7 +100,6 @@
100
100
  "@angular/animations": "12 - 14",
101
101
  "@angular/compiler": "12 - 14",
102
102
  "@schematics/angular": "12 - 14",
103
- "@angular/cdk": "12 - 14",
104
103
  "@angular/core": "12 - 14",
105
104
  "@angular/common": "12 - 14",
106
105
  "@angular/forms": "12 - 14",
@@ -48,7 +48,7 @@ function default_1(options) {
48
48
  if (smartVersionRange === null) {
49
49
  package_config_1.addPackageToPackageJson(host, 'jqwidgets-ng', fallbackSmartVersionRange);
50
50
  }
51
- package_config_1.addPackageToPackageJson(host, '@angular/cdk', smartVersionRange || fallbackSmartVersionRange);
51
+ // package_config_1.addPackageToPackageJson(host, '@angular/cdk', smartVersionRange || fallbackSmartVersionRange);
52
52
  return schematics_1.chain([
53
53
  theming_1.addThemeToAppStyles(options),
54
54
  material_fonts_1.addFontsToIndex(options),
@@ -17,7 +17,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  const schematics_1 = require("@angular-devkit/schematics");
20
- const schematics_2 = require("../cdk/schematics");
20
+ const schematics_2 = require("../../cdk/schematics");
21
21
  const material_fonts_1 = require("../../fonts/material-fonts");
22
22
  const theming_1 = require("../../theming/theming");
23
23