@igniteui/angular-templates 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/IgniteUIForAngularTemplate.js +3 -3
- package/igx-ts/calendar/default/index.js +1 -1
- package/igx-ts/grid/grid-custom/index.js +1 -1
- package/igx-ts/grid/multi-column-headers/index.js +1 -1
- package/igx-ts/hierarchical-grid/hierarchical-grid-custom/index.js +1 -1
- package/igx-ts/tree-grid/tree-grid-custom/index.js +1 -1
- package/igx-ts-legacy/calendar/default/index.js +1 -1
- package/igx-ts-legacy/grid/grid-custom/index.js +1 -1
- package/igx-ts-legacy/grid/multi-column-headers/index.js +1 -1
- package/igx-ts-legacy/hierarchical-grid/hierarchical-grid-custom/index.js +1 -1
- package/igx-ts-legacy/tree-grid/tree-grid-custom/index.js +1 -1
- package/index.js +5 -1
- package/package.json +3 -3
|
@@ -4,6 +4,9 @@ exports.IgniteUIForAngularTemplate = void 0;
|
|
|
4
4
|
const cli_core_1 = require("@igniteui/cli-core");
|
|
5
5
|
const path = require("path");
|
|
6
6
|
class IgniteUIForAngularTemplate {
|
|
7
|
+
get templatePaths() {
|
|
8
|
+
return [path.join(this.rootPath, "files")];
|
|
9
|
+
}
|
|
7
10
|
constructor(rootPath) {
|
|
8
11
|
this.rootPath = rootPath;
|
|
9
12
|
this.listInComponentTemplates = true;
|
|
@@ -24,9 +27,6 @@ class IgniteUIForAngularTemplate {
|
|
|
24
27
|
}
|
|
25
28
|
};
|
|
26
29
|
}
|
|
27
|
-
get templatePaths() {
|
|
28
|
-
return [path.join(this.rootPath, "files")];
|
|
29
|
-
}
|
|
30
30
|
generateConfig(name, options) {
|
|
31
31
|
if (options["modulePath"] && !cli_core_1.Util.fileExists(path.join(process.cwd(), `src\\app`, options["modulePath"]))) {
|
|
32
32
|
cli_core_1.Util.error(`Wrong module path provided: ${options["modulePath"]}. No components were added!`);
|
|
@@ -25,7 +25,7 @@ class IgxCalendarTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAngula
|
|
|
25
25
|
default: "Single selection",
|
|
26
26
|
key: "selectionType",
|
|
27
27
|
message: "Choose selection type for the igx-calendar",
|
|
28
|
-
type: 0 /* Choice */
|
|
28
|
+
type: 0 /* ControlExtraConfigType.Choice */
|
|
29
29
|
}];
|
|
30
30
|
}
|
|
31
31
|
generateConfig(name, ...options) {
|
|
@@ -46,7 +46,7 @@ class IgxCustomGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAngu
|
|
|
46
46
|
default: "",
|
|
47
47
|
key: "columnFeatures",
|
|
48
48
|
message: "Choose features for the igx-grid",
|
|
49
|
-
type: 1 /* MultiChoice */
|
|
49
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
50
50
|
}];
|
|
51
51
|
}
|
|
52
52
|
generateConfig(name, ...options) {
|
|
@@ -25,7 +25,7 @@ class IgxMultiColumnHeadersTemplate extends IgniteUIForAngularTemplate_1.IgniteU
|
|
|
25
25
|
default: "",
|
|
26
26
|
key: "columnFeatures",
|
|
27
27
|
message: "Choose features for the igx-grid",
|
|
28
|
-
type: 1 /* MultiChoice */
|
|
28
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
29
29
|
}];
|
|
30
30
|
}
|
|
31
31
|
generateConfig(name, ...options) {
|
|
@@ -40,7 +40,7 @@ class IgxHierarchicalGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIF
|
|
|
40
40
|
default: "",
|
|
41
41
|
key: "columnFeatures",
|
|
42
42
|
message: "Choose features for the igx-hierarchical-grid",
|
|
43
|
-
type: 1 /* MultiChoice */
|
|
43
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
44
44
|
}];
|
|
45
45
|
}
|
|
46
46
|
generateConfig(name, ...options) {
|
|
@@ -36,7 +36,7 @@ class IgxCustomTreeGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIFor
|
|
|
36
36
|
default: "",
|
|
37
37
|
key: "columnFeatures",
|
|
38
38
|
message: "Choose features for the igx-tree-grid",
|
|
39
|
-
type: 1 /* MultiChoice */
|
|
39
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
40
40
|
}];
|
|
41
41
|
}
|
|
42
42
|
generateConfig(name, ...options) {
|
|
@@ -26,7 +26,7 @@ class IgxCalendarTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAngula
|
|
|
26
26
|
default: "Single selection",
|
|
27
27
|
key: "selectionType",
|
|
28
28
|
message: "Choose selection type for the igx-calendar",
|
|
29
|
-
type: 0 /* Choice */
|
|
29
|
+
type: 0 /* ControlExtraConfigType.Choice */
|
|
30
30
|
}];
|
|
31
31
|
}
|
|
32
32
|
generateConfig(name, ...options) {
|
|
@@ -28,7 +28,7 @@ class IgxCustomGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIForAngu
|
|
|
28
28
|
default: "",
|
|
29
29
|
key: "columnFeatures",
|
|
30
30
|
message: "Choose features for the igx-grid",
|
|
31
|
-
type: 1 /* MultiChoice */
|
|
31
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
32
32
|
}];
|
|
33
33
|
}
|
|
34
34
|
generateConfig(name, ...options) {
|
|
@@ -28,7 +28,7 @@ class IgxMultiColumnHeadersTemplate extends IgniteUIForAngularTemplate_1.IgniteU
|
|
|
28
28
|
default: "",
|
|
29
29
|
key: "columnFeatures",
|
|
30
30
|
message: "Choose features for the igx-grid",
|
|
31
|
-
type: 1 /* MultiChoice */
|
|
31
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
32
32
|
}];
|
|
33
33
|
}
|
|
34
34
|
generateConfig(name, ...options) {
|
|
@@ -29,7 +29,7 @@ class IgxHierarchicalGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIF
|
|
|
29
29
|
default: "",
|
|
30
30
|
key: "columnFeatures",
|
|
31
31
|
message: "Choose features for the igx-hierarchical-grid",
|
|
32
|
-
type: 1 /* MultiChoice */
|
|
32
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
33
33
|
}];
|
|
34
34
|
}
|
|
35
35
|
generateConfig(name, ...options) {
|
|
@@ -27,7 +27,7 @@ class IgxCustomTreeGridTemplate extends IgniteUIForAngularTemplate_1.IgniteUIFor
|
|
|
27
27
|
default: "",
|
|
28
28
|
key: "columnFeatures",
|
|
29
29
|
message: "Choose features for the igx-tree-grid",
|
|
30
|
-
type: 1 /* MultiChoice */
|
|
30
|
+
type: 1 /* ControlExtraConfigType.MultiChoice */
|
|
31
31
|
}];
|
|
32
32
|
}
|
|
33
33
|
generateConfig(name, ...options) {
|
package/index.js
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
3
|
if (k2 === undefined) k2 = k;
|
|
4
|
-
Object.
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
5
9
|
}) : (function(o, m, k, k2) {
|
|
6
10
|
if (k2 === undefined) k2 = k;
|
|
7
11
|
o[k2] = m[k];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "17.1.13113-beta.
|
|
3
|
+
"version": "17.1.13113-beta.7",
|
|
4
4
|
"description": "Templates for Ignite UI for Angular projects and components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"author": "Infragistics",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@igniteui/cli-core": "
|
|
16
|
-
"typescript": "~4.
|
|
15
|
+
"@igniteui/cli-core": "~13.1.13-beta.7",
|
|
16
|
+
"typescript": "~5.4.3"
|
|
17
17
|
}
|
|
18
18
|
}
|