@igniteui/angular-schematics 17.1.13113-beta.4 → 17.1.13113-beta.7

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": "@igniteui/angular-schematics",
3
- "version": "17.1.13113-beta.4",
3
+ "version": "17.1.13113-beta.7",
4
4
  "description": "Ignite UI for Angular Schematics for ng new and ng generate",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,8 +22,8 @@
22
22
  "dependencies": {
23
23
  "@angular-devkit/core": "~14.0.0",
24
24
  "@angular-devkit/schematics": "~14.0.0",
25
- "@igniteui/angular-templates": "^17.1.13113-beta.4",
26
- "@igniteui/cli-core": "^13.1.13-beta.4",
25
+ "@igniteui/angular-templates": "~17.1.13113-beta.7",
26
+ "@igniteui/cli-core": "~13.1.13-beta.7",
27
27
  "@schematics/angular": "~14.0.0",
28
28
  "rxjs": "^6.6.3"
29
29
  },
@@ -31,7 +31,7 @@
31
31
  "@types/jasmine": "3.3.9",
32
32
  "@types/node": "^8.0.31",
33
33
  "jasmine": "3.5.0",
34
- "typescript": "~4.5.2"
34
+ "typescript": "~5.4.3"
35
35
  },
36
36
  "ng-update": {
37
37
  "migrations": "./src/migrations/migration-collection.json"
@@ -23,11 +23,11 @@ class SchematicsPromptSession extends cli_core_1.BasePromptSession {
23
23
  this.projectName = projectName;
24
24
  this.userAnswers = new Map();
25
25
  }
26
- getUserInput(options, withBackChoice = false) {
26
+ getUserInput(options_1) {
27
27
  const _super = Object.create(null, {
28
28
  getUserInput: { get: () => super.getUserInput }
29
29
  });
30
- return __awaiter(this, void 0, void 0, function* () {
30
+ return __awaiter(this, arguments, void 0, function* (options, withBackChoice = false) {
31
31
  return _super.getUserInput.call(this, options, withBackChoice);
32
32
  });
33
33
  }
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- // tslint:disable-next-line:no-implicit-dependencies
4
- const cli_core_1 = require("@igniteui/cli-core");
5
- function install() {
6
- if (!!process.env.npm_config_global) {
7
- cli_core_1.App.initialize("angular-cli");
8
- cli_core_1.GoogleAnalytics.post({
9
- t: "screenview",
10
- cd: `install`
11
- });
12
- }
13
- }
14
- install();
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- // tslint:disable-next-line:no-implicit-dependencies
4
- const cli_core_1 = require("@igniteui/cli-core");
5
- function uninstall() {
6
- if (!!process.env.npm_config_global) {
7
- cli_core_1.App.initialize("angular-cli");
8
- cli_core_1.GoogleAnalytics.post({
9
- t: "screenview",
10
- cd: `uninstall`
11
- });
12
- }
13
- }
14
- uninstall();