File tree 7 files changed +12
-20
lines changed
column-pinning-right-side
7 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 26
26
"igniteui-webcomponents-grids" : " 4.2.3-alpha" ,
27
27
"igniteui-webcomponents-inputs" : " 4.2.3-alpha" ,
28
28
"igniteui-webcomponents-layouts" : " 4.2.3-alpha" ,
29
+ "igniteui-webcomponents" : " 4.2.2" ,
29
30
"@webcomponents/custom-elements" : " ^1.4.1" ,
30
31
"@webcomponents/template" : " ^1.4.2" ,
31
32
"babel-runtime" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 1
- import { IgcBadgeModule } from 'igniteui-webcomponents-core' ;
2
1
import 'igniteui-webcomponents-grids/grids/combined' ;
3
2
import { IgcGridComponent , IgcColumnComponent , IgcColumnPipeArgs } from 'igniteui-webcomponents-grids/grids' ;
4
3
import { FinancialDataAllItem , FinancialDataAll } from './FinancialDataAll' ;
@@ -7,11 +6,9 @@ import { html, nothing } from 'lit-html';
7
6
import { IgcBadgeComponent } from 'igniteui-webcomponents' ;
8
7
9
8
import "igniteui-webcomponents-grids/grids/themes/light/bootstrap.css" ;
10
- import { ModuleManager } from 'igniteui-webcomponents-core' ;
11
-
12
- ModuleManager . register (
13
- IgcBadgeModule
14
- ) ;
9
+ import 'igniteui-webcomponents/themes/light/bootstrap.css' ;
10
+ import { defineAllComponents } from 'igniteui-webcomponents' ;
11
+ defineAllComponents ( ) ;
15
12
16
13
export class Sample {
17
14
Original file line number Diff line number Diff line change 26
26
"igniteui-webcomponents-grids" : " 4.2.3-alpha" ,
27
27
"igniteui-webcomponents-inputs" : " 4.2.3-alpha" ,
28
28
"igniteui-webcomponents-layouts" : " 4.2.3-alpha" ,
29
+ "igniteui-webcomponents" : " 4.2.2" ,
29
30
"@webcomponents/custom-elements" : " ^1.4.1" ,
30
31
"@webcomponents/template" : " ^1.4.2" ,
31
32
"babel-runtime" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 1
- import { IgcAvatarModule } from 'igniteui-webcomponents-core' ;
2
1
import 'igniteui-webcomponents-grids/grids/combined' ;
3
2
import { IgcGridComponent , IgcColumnComponent } from 'igniteui-webcomponents-grids/grids' ;
4
3
import { AthletesDataExtendedItem , AthletesDataExtended } from './AthletesDataExtended' ;
5
4
import { IgcCellTemplateContext } from 'igniteui-webcomponents-grids/grids' ;
6
5
import { html , nothing } from 'lit-html' ;
7
6
8
7
import "igniteui-webcomponents-grids/grids/themes/light/bootstrap.css" ;
9
- import { ModuleManager } from 'igniteui-webcomponents-core' ;
10
-
11
- ModuleManager . register (
12
- IgcAvatarModule
13
- ) ;
8
+ import 'igniteui-webcomponents/themes/light/bootstrap.css' ;
9
+ import { defineAllComponents } from 'igniteui-webcomponents' ;
10
+ defineAllComponents ( ) ;
14
11
15
12
export class Sample {
16
13
Original file line number Diff line number Diff line change 26
26
"igniteui-webcomponents-grids" : " 4.2.3-alpha" ,
27
27
"igniteui-webcomponents-inputs" : " 4.2.3-alpha" ,
28
28
"igniteui-webcomponents-layouts" : " 4.2.3-alpha" ,
29
+ "igniteui-webcomponents" : " 4.2.2" ,
29
30
"@webcomponents/custom-elements" : " ^1.4.1" ,
30
31
"@webcomponents/template" : " ^1.4.2" ,
31
32
"babel-runtime" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 1
- import { IgcLinearProgressModule } from 'igniteui-webcomponents-core' ;
2
1
import 'igniteui-webcomponents-grids/grids/combined' ;
3
2
import { IgcGridComponent , IgcColumnComponent , IgcColumnPipeArgs } from 'igniteui-webcomponents-grids/grids' ;
4
3
import { AthletesDataItem , AthletesData } from './AthletesData' ;
5
4
import { IgcCellTemplateContext } from 'igniteui-webcomponents-grids/grids' ;
6
5
import { html , nothing } from 'lit-html' ;
7
6
8
7
import "igniteui-webcomponents-grids/grids/themes/light/bootstrap.css" ;
9
- import { ModuleManager } from 'igniteui-webcomponents-core' ;
10
-
11
- ModuleManager . register (
12
- IgcLinearProgressModule
13
- ) ;
8
+ import 'igniteui-webcomponents/themes/light/bootstrap.css' ;
9
+ import { defineAllComponents } from 'igniteui-webcomponents' ;
10
+ defineAllComponents ( ) ;
14
11
15
12
export class Sample {
16
13
Original file line number Diff line number Diff line change 1
- import { IgcBadgeModule } from 'igniteui-webcomponents-core' ;
2
1
import { IgcPropertyEditorPanelModule } from 'igniteui-webcomponents-layouts' ;
3
2
import 'igniteui-webcomponents-grids/grids/combined' ;
4
3
import { ComponentRenderer , WebGridDescriptionModule , PropertyEditorPanelDescriptionModule } from 'igniteui-webcomponents-core' ;
@@ -16,7 +15,6 @@ import { ModuleManager } from 'igniteui-webcomponents-core';
16
15
defineAllComponents ( ) ;
17
16
18
17
ModuleManager . register (
19
- IgcBadgeModule ,
20
18
IgcPropertyEditorPanelModule
21
19
) ;
22
20
You can’t perform that action at this time.
0 commit comments