jqwidgets-ng 14.1.11 → 14.1.12

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.11",
3
+ "version": "14.1.12",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 14",
@@ -18,7 +18,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
19
  exports.addFontsToIndex = void 0;
20
20
  const schematics_1 = require("@angular-devkit/schematics");
21
- const schematics_2 = require("@angular/cdk/schematics");
21
+ const schematics_2 = require("jqwidgets-ng/schematics/cdk/schematics");
22
22
  const workspace_1 = require("@schematics/angular/utility/workspace");
23
23
  /** Adds the Material Design fonts to the index HTML file. */
24
24
  function addFontsToIndex(options) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const schematics_1 = require("@angular-devkit/schematics");
4
- const schematics_2 = require("@angular/cdk/schematics");
4
+ const schematics_2 = require("jqwidgets-ng/schematics/cdk/schematics");
5
5
  const config_1 = require("@schematics/angular/utility/workspace");
6
6
  const material_fonts_1 = require("../../fonts/material-fonts");
7
7
  const theming_1 = require("../../theming/theming");