igniteui-cli 8.3.0-beta.6 → 8.3.0-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 +3 -3
- package/templates/webcomponents/igc-ts/avatar/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/badge/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/button/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/calendar/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/card/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/checkbox/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/form/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/groups.json +1 -1
- package/templates/webcomponents/igc-ts/icon/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/icon-button/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/input/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/list/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/list/index.js +3 -3
- package/templates/webcomponents/igc-ts/navbar/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/projects/empty/files/index.html +1 -1
- package/templates/webcomponents/igc-ts/projects/empty/files/src/app.ts +6 -0
- package/templates/webcomponents/igc-ts/radio-group/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/ripple/default/files/src/app/__path__/__filePrefix__.ts +0 -3
- package/templates/webcomponents/igc-ts/list/default/files/src/assests/avatar1.jpg +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-cli",
|
|
3
|
-
"version": "8.3.0-beta.
|
|
3
|
+
"version": "8.3.0-beta.7",
|
|
4
4
|
"description": "CLI tool for creating Ignite UI projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"all": true
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@igniteui/angular-templates": "~12.2.830-beta.
|
|
75
|
-
"@igniteui/cli-core": "~8.3.0-beta.
|
|
74
|
+
"@igniteui/angular-templates": "~12.2.830-beta.7",
|
|
75
|
+
"@igniteui/cli-core": "~8.3.0-beta.7",
|
|
76
76
|
"chalk": "^2.3.2",
|
|
77
77
|
"fs-extra": "^3.0.1",
|
|
78
78
|
"glob": "^7.1.2",
|
package/templates/webcomponents/igc-ts/calendar/default/files/src/app/__path__/__filePrefix__.ts
CHANGED
|
@@ -8,9 +8,6 @@ defineComponents(IgcCalendarComponent);
|
|
|
8
8
|
export default class $(ClassName) extends HTMLElement {
|
|
9
9
|
connectedCallback() {
|
|
10
10
|
this.innerHTML = `
|
|
11
|
-
<div class="description">
|
|
12
|
-
<p>igc-calendar component</p>
|
|
13
|
-
</div>
|
|
14
11
|
<igc-calendar
|
|
15
12
|
style="width:1300px"
|
|
16
13
|
week-start="monday"
|
package/templates/webcomponents/igc-ts/form/default/files/src/app/__path__/__filePrefix__.ts
CHANGED
|
@@ -10,9 +10,6 @@ defineComponents(IgcFormComponent, IgcRadioComponent, IgcRadioGroupComponent);
|
|
|
10
10
|
export default class $(ClassName) extends HTMLElement {
|
|
11
11
|
connectedCallback() {
|
|
12
12
|
this.innerHTML = `
|
|
13
|
-
<div class="description">
|
|
14
|
-
<p>igc-form component</p>
|
|
15
|
-
</div>
|
|
16
13
|
<style>
|
|
17
14
|
#form {
|
|
18
15
|
flex-grow: 1;
|
package/templates/webcomponents/igc-ts/icon-button/default/files/src/app/__path__/__filePrefix__.ts
CHANGED
|
@@ -17,9 +17,6 @@ registerIcon(
|
|
|
17
17
|
export default class IconButton extends HTMLElement {
|
|
18
18
|
connectedCallback() {
|
|
19
19
|
this.innerHTML = `
|
|
20
|
-
<div class="description">
|
|
21
|
-
<p>igc-icon-button component</p>
|
|
22
|
-
</div>
|
|
23
20
|
<label>Contact Infragistics support: </label>
|
|
24
21
|
<igc-icon-button
|
|
25
22
|
name="build"
|
package/templates/webcomponents/igc-ts/input/default/files/src/app/__path__/__filePrefix__.ts
CHANGED
|
@@ -8,9 +8,6 @@ defineComponents(IgcInputComponent);
|
|
|
8
8
|
export default class $(ClassName) extends HTMLElement {
|
|
9
9
|
connectedCallback() {
|
|
10
10
|
this.innerHTML = `
|
|
11
|
-
<div class="description">
|
|
12
|
-
<p>igc-input component</p>
|
|
13
|
-
</div>
|
|
14
11
|
<igc-input>
|
|
15
12
|
<igc-icon name="github" slot="prefix"></igc-icon>
|
|
16
13
|
<igc-icon name="github" slot="suffix"></igc-icon>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const cli_core_1 = require("@igniteui/cli-core");
|
|
4
|
-
class
|
|
4
|
+
class IgcListComponent extends cli_core_1.BaseComponent {
|
|
5
5
|
/**
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
8
|
constructor() {
|
|
9
9
|
super(__dirname);
|
|
10
10
|
this.name = "List";
|
|
11
|
-
this.group = "
|
|
11
|
+
this.group = "Lists";
|
|
12
12
|
this.description = `Customizable list component`;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
|
-
module.exports = new
|
|
15
|
+
module.exports = new IgcListComponent();
|
package/templates/webcomponents/igc-ts/navbar/default/files/src/app/__path__/__filePrefix__.ts
CHANGED
|
@@ -8,9 +8,6 @@ defineComponents(IgcNavbarComponent);
|
|
|
8
8
|
export default class $(ClassName) extends HTMLElement {
|
|
9
9
|
connectedCallback() {
|
|
10
10
|
this.innerHTML = `
|
|
11
|
-
<div class="description">
|
|
12
|
-
<p>igc-navbar component</p>
|
|
13
|
-
</div>
|
|
14
11
|
<igc-navbar style="height:30px; width:1300px">
|
|
15
12
|
<igc-icon slot="start" name="home"></igc-icon>
|
|
16
13
|
<h2>Title</h2>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<head>
|
|
5
5
|
<meta charset="utf-8">
|
|
6
6
|
<base href="/">
|
|
7
|
-
<link rel="stylesheet" href="./node_modules/igniteui-webcomponents/themes/
|
|
7
|
+
<link rel="stylesheet" href="./node_modules/igniteui-webcomponents/themes/bootstrap.css">
|
|
8
8
|
<style>
|
|
9
9
|
body {
|
|
10
10
|
background: #fafafa;
|
|
@@ -14,6 +14,12 @@ defineComponents(IgcNavDrawerComponent, IgcNavDrawerItemComponent, IgcNavDrawerH
|
|
|
14
14
|
export class App extends HTMLElement {
|
|
15
15
|
connectedCallback() {
|
|
16
16
|
this.innerHTML = `
|
|
17
|
+
<style>
|
|
18
|
+
igc-nav-drawer-header-item {
|
|
19
|
+
text-align: center;
|
|
20
|
+
font-weight: bold;
|
|
21
|
+
}
|
|
22
|
+
</style>
|
|
17
23
|
<div id="navigation-outlet">
|
|
18
24
|
<igc-nav-drawer open=true>
|
|
19
25
|
<igc-nav-drawer-header-item>Ignite UI CLI</igc-nav-drawer-header-item>
|
package/templates/webcomponents/igc-ts/radio-group/default/files/src/app/__path__/__filePrefix__.ts
CHANGED
|
@@ -9,9 +9,6 @@ defineComponents(IgcRadioComponent, IgcRadioGroupComponent);
|
|
|
9
9
|
export default class $(ClassName) extends HTMLElement {
|
|
10
10
|
connectedCallback() {
|
|
11
11
|
this.innerHTML = `
|
|
12
|
-
<div class="description">
|
|
13
|
-
<p>igc-radio-group component</p>
|
|
14
|
-
</div>
|
|
15
12
|
<igc-radio-group>
|
|
16
13
|
<igc-radio name="fruit" value="banana">
|
|
17
14
|
Banana
|
package/templates/webcomponents/igc-ts/ripple/default/files/src/app/__path__/__filePrefix__.ts
CHANGED
|
@@ -8,9 +8,6 @@ defineComponents(IgcRippleComponent);
|
|
|
8
8
|
export default class $(ClassName) extends HTMLElement {
|
|
9
9
|
connectedCallback() {
|
|
10
10
|
this.innerHTML = `
|
|
11
|
-
<div class="description">
|
|
12
|
-
<p>igc-ripple component</p>
|
|
13
|
-
</div>
|
|
14
11
|
<igc-button>
|
|
15
12
|
<igc-ripple></igc-ripple>
|
|
16
13
|
Button with ripple
|