@igniteui/angular-templates 16.0.1200-rc.0 → 16.0.1201-beta.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.ts +2 -2
- package/igx-ts/custom-templates/fintech-grid/files/src/app/__path__/__filePrefix__.component.ts +2 -2
- package/igx-ts/custom-templates/fintech-tree-grid/files/src/app/__path__/__filePrefix__.component.ts +2 -2
- package/igx-ts/pivot-grid/default/files/src/app/__path__/__filePrefix__.component.spec.ts +3 -2
- package/package.json +2 -2
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
import {
|
|
11
11
|
CloseScrollStrategy,
|
|
12
12
|
ConnectedPositioningStrategy,
|
|
13
|
-
|
|
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:
|
|
57
|
+
public selectionMode: DataGridSelectionMode = 'multiple';
|
|
58
58
|
public displayType = SparklineDisplayType;
|
|
59
59
|
|
|
60
60
|
public positionSettings: PositionSettings = {
|
package/igx-ts/custom-templates/fintech-grid/files/src/app/__path__/__filePrefix__.component.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { AfterViewInit, ChangeDetectorRef, Component, ElementRef, OnDestroy, OnI
|
|
|
2
2
|
import {
|
|
3
3
|
CellType,
|
|
4
4
|
DefaultSortingStrategy,
|
|
5
|
-
|
|
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:
|
|
39
|
+
public selectionMode: DataGridSelectionMode = 'multiple';
|
|
40
40
|
public chartType = CategoryChartType;
|
|
41
41
|
public theme: boolean = false;
|
|
42
42
|
public volume: number = 1000;
|
package/igx-ts/custom-templates/fintech-tree-grid/files/src/app/__path__/__filePrefix__.component.ts
CHANGED
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
import {
|
|
6
6
|
AbsoluteScrollStrategy,
|
|
7
7
|
ConnectedPositioningStrategy,
|
|
8
|
-
|
|
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:
|
|
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,5 @@
|
|
|
1
1
|
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
|
|
2
|
-
import {
|
|
2
|
+
import { NoopAnimationsModule } from '@angular/platform-browser/animations';
|
|
3
3
|
import { IgxPivotGridModule } from '<%=igxPackage%>';
|
|
4
4
|
import { <%=ClassName%>Component } from './<%=filePrefix%>.component';
|
|
5
5
|
|
|
@@ -10,7 +10,8 @@ describe('<%=ClassName%>Component', () => {
|
|
|
10
10
|
beforeEach(waitForAsync(() => {
|
|
11
11
|
TestBed.configureTestingModule({
|
|
12
12
|
declarations: [<%=ClassName%>Component],
|
|
13
|
-
imports: [IgxPivotGridModule
|
|
13
|
+
imports: [IgxPivotGridModule,
|
|
14
|
+
NoopAnimationsModule]
|
|
14
15
|
})
|
|
15
16
|
.compileComponents();
|
|
16
17
|
}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igniteui/angular-templates",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.1201-beta.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.
|
|
15
|
+
"@igniteui/cli-core": "~12.0.1-beta.0",
|
|
16
16
|
"typescript": "~4.7.2"
|
|
17
17
|
}
|
|
18
18
|
}
|