@igniteui/angular-templates 16.0.1200-beta.0 → 16.0.1200

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.
@@ -6,7 +6,7 @@
6
6
 
7
7
  $crm-grid-palette: palette(
8
8
  $primary: #09f,
9
- $secondary: #ffbf00,
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
- tranform: rotate(0);
373
+ tranfsorm: rotate(0);
374
374
  }
375
375
 
376
376
  100% {
@@ -10,7 +10,7 @@ import {
10
10
  import {
11
11
  CloseScrollStrategy,
12
12
  ConnectedPositioningStrategy,
13
- GridSelectionMode,
13
+ DataGridSelectionMode,
14
14
  HorizontalAlignment,
15
15
  IColumnExportingEventArgs,
16
16
  ColumnType,
@@ -54,7 +54,7 @@ export class <%=ClassName%>Component implements OnInit, AfterViewInit {
54
54
 
55
55
  public searchText = '';
56
56
  public caseSensitive = false;
57
- public selectionMode: GridSelectionMode = 'multiple';
57
+ public selectionMode: DataGridSelectionMode = 'multiple';
58
58
  public displayType = SparklineDisplayType;
59
59
 
60
60
  public positionSettings: PositionSettings = {
@@ -2,7 +2,7 @@ import { AfterViewInit, ChangeDetectorRef, Component, ElementRef, OnDestroy, OnI
2
2
  import {
3
3
  CellType,
4
4
  DefaultSortingStrategy,
5
- GridSelectionMode,
5
+ DataGridSelectionMode,
6
6
  IButtonGroupEventArgs,
7
7
  IChangeSwitchEventArgs,
8
8
  IGridKeydownEventArgs,
@@ -36,7 +36,7 @@ export class <%=ClassName%>Component implements OnInit, AfterViewInit, OnDestroy
36
36
 
37
37
  public showToolbar: boolean = false;
38
38
  public properties: string[] = [];
39
- public selectionMode: GridSelectionMode = 'multiple';
39
+ public selectionMode: DataGridSelectionMode = 'multiple';
40
40
  public chartType = CategoryChartType;
41
41
  public theme: boolean = false;
42
42
  public volume: number = 1000;
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  AbsoluteScrollStrategy,
7
7
  ConnectedPositioningStrategy,
8
- GridSelectionMode,
8
+ DataGridSelectionMode,
9
9
  HorizontalAlignment,
10
10
  IButtonGroupEventArgs,
11
11
  IChangeSwitchEventArgs,
@@ -35,7 +35,7 @@ export class <%=ClassName%>Component implements OnInit, AfterViewInit, OnDestroy
35
35
  @ViewChild('slider2', { static: true }) public intervalSlider!: IgxSliderComponent;
36
36
 
37
37
  public showToolbar: boolean = true;
38
- public selectionMode: GridSelectionMode = 'multiple';
38
+ public selectionMode: DataGridSelectionMode = 'multiple';
39
39
  public theme: boolean = false;
40
40
  public volume: number = 1000;
41
41
  public frequency: number = 500;
@@ -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', () => {
@@ -126,7 +126,6 @@
126
126
  }
127
127
  }
128
128
  },
129
- "defaultProject": "<%=dashName%>",
130
129
  "cli": {
131
130
  "schematicCollections": ["@angular-eslint/schematics"]
132
131
  }
@@ -36,7 +36,7 @@ class BaseIgxProject {
36
36
  @use "igniteui-angular/theming" as *;
37
37
 
38
38
  $primary: #09f !default;
39
- $secondary: #ffbf00 !default;
39
+ $secondary: #4db8ff !default;
40
40
  $surface: #fff !default;
41
41
 
42
42
  $app-palette: palette($primary, $secondary, $surface);
@@ -1,4 +1,3 @@
1
- /* eslint-disable @typescript-eslint/naming-convention */
2
1
  import { Injectable } from '@angular/core';
3
2
  import { Observable, ReplaySubject } from 'rxjs';
4
3
  import { NodeData, REMOTE_DATA, SelectableNodeData } from '../local-data';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "16.0.1200-beta.0",
3
+ "version": "16.0.1200",
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-beta.0",
15
+ "@igniteui/cli-core": "~12.0.0",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }