@igniteui/angular-templates 16.0.1200-rc.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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "16.0.1200-rc.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-rc.0",
15
+ "@igniteui/cli-core": "~12.0.0",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }