@igniteui/angular-templates 16.0.1201-beta.1 → 16.0.1201

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.
@@ -49,7 +49,7 @@
49
49
  </div>
50
50
 
51
51
  <igx-dialog #dialogAddSinger title="New Singer" rightButtonLabel="Add" leftButtonLabel="Cancel"
52
- (onLeftButtonSelect)="cancel()" (onRightButtonSelect)="addSinger()">
52
+ (leftButtonSelect)="cancel()" (rightButtonSelect)="addSinger()">
53
53
  <div class="dialogNewSinger">
54
54
  <igx-input-group>
55
55
  <label igxLabel for="artist">Artist</label>
@@ -31,7 +31,6 @@
31
31
  "src/assets"
32
32
  ],
33
33
  "styles": [
34
- "./node_modules/@igniteui/material-icons-extended/styles/sprite.css",
35
34
  "src/styles.scss"<%=DefaultTheme%>
36
35
  ],
37
36
  "scripts": [
@@ -19,9 +19,9 @@
19
19
  "@angular/platform-browser": "~16.0.0",
20
20
  "@angular/platform-browser-dynamic": "~16.0.0",
21
21
  "@angular/router": "~16.0.0",
22
- "@igniteui/material-icons-extended": "^3.0.0",
23
22
  "hammerjs": "^2.0.8",
24
- "igniteui-angular": "~16.0.0-beta.2",
23
+ "igniteui-angular": "~16.0.0",
24
+ "igniteui-theming": "~1.4.4",
25
25
  "minireset.css": "~0.0.7",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
@@ -20,7 +20,8 @@
20
20
  "@angular/router": "~16.0.0",
21
21
  "angular-auth-oidc-client": "^15.0.4",
22
22
  "hammerjs": "^2.0.8",
23
- "igniteui-angular": "~16.0.0-beta.2",
23
+ "igniteui-angular": "~16.0.0",
24
+ "igniteui-theming": "~1.4.4",
24
25
  "minireset.css": "~0.0.7",
25
26
  "rxjs": "~7.8.0",
26
27
  "tslib": "^2.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "16.0.1201-beta.1",
3
+ "version": "16.0.1201",
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": "~12.0.1-beta.1",
15
+ "@igniteui/cli-core": "~12.0.1",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }