@igniteui/angular-templates 16.0.1200-beta.0 → 16.0.1200-rc.0
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/igx-ts/custom-templates/crm-grid/files/src/app/__path__/__filePrefix__.component.scss +2 -2
- package/igx-ts/pivot-grid/default/files/src/app/__path__/__filePrefix__.component.spec.ts +1 -0
- package/igx-ts/projects/_base/files/angular.json +0 -1
- package/igx-ts/projects/_base/index.js +1 -1
- package/igx-ts/tree/default/files/src/app/__path__/services/data.service.ts +0 -1
- package/package.json +2 -2
package/igx-ts/custom-templates/crm-grid/files/src/app/__path__/__filePrefix__.component.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
$crm-grid-palette: palette(
|
|
8
8
|
$primary: #09f,
|
|
9
|
-
$secondary: #
|
|
9
|
+
$secondary: #4db8ff,
|
|
10
10
|
$surface: #333
|
|
11
11
|
);
|
|
12
12
|
@include theme($crm-grid-palette);
|
|
@@ -370,7 +370,7 @@
|
|
|
370
370
|
@keyframes spin-fade {
|
|
371
371
|
0% {
|
|
372
372
|
opacity: 0;
|
|
373
|
-
|
|
373
|
+
tranfsorm: rotate(0);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
376
|
100% {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
|
2
2
|
import { FormsModule } from '@angular/forms';
|
|
3
|
+
import { IgxPivotGridModule } from '<%=igxPackage%>';
|
|
3
4
|
import { <%=ClassName%>Component } from './<%=filePrefix%>.component';
|
|
4
5
|
|
|
5
6
|
describe('<%=ClassName%>Component', () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "16.0.1200-
|
|
3
|
+
"version": "16.0.1200-rc.0",
|
|
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.0-
|
|
15
|
+
"@igniteui/cli-core": "~12.0.0-rc.0",
|
|
16
16
|
"typescript": "~4.7.2"
|
|
17
17
|
}
|
|
18
18
|
}
|