Skip to content

Commit e46d382

Browse files
committed
Merge remote-tracking branch 'origin/vNext' into sstoychev/remove-always-auth
2 parents 6d60cbc + 35cbeda commit e46d382

57 files changed

Lines changed: 1331 additions & 1180 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.browserslistrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ Firefox ESR
99
not > 0.5%
1010
not last 2 versions
1111
not dead
12-
not IE 9-11
12+
not IE 9-11
13+
Safari >=15

angular.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@
9191
"assets": [
9292
"src/assets",
9393
"src/favicon.ico"
94-
]
94+
],
95+
"stylePreprocessorOptions": {
96+
"includePaths": [
97+
"node_modules"
98+
]
99+
}
95100
}
96101
},
97102
"lint": {
@@ -209,7 +214,12 @@
209214
"styles": [
210215
"projects/app-lob/src/styles.scss"
211216
],
212-
"scripts": []
217+
"scripts": [],
218+
"stylePreprocessorOptions": {
219+
"includePaths": [
220+
"node_modules"
221+
]
222+
}
213223
}
214224
},
215225
"lint": {
@@ -339,7 +349,12 @@
339349
"styles": [
340350
"projects/app-crm/src/styles.scss"
341351
],
342-
"scripts": []
352+
"scripts": [],
353+
"stylePreprocessorOptions": {
354+
"includePaths": [
355+
"node_modules"
356+
]
357+
}
343358
}
344359
},
345360
"lint": {

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
- script: npm config set @infragistics:registry $(npmRegistry)
77
displayName: 'Npm add registry'
88

9-
# - script: npm config set $(igScope)
9+
# - script: npm config set $(igScope):always-auth=true
1010
# displayName: 'Npm config'
1111

1212
- script: npm config set $(igScope):_auth=$(token)

live-editing/Routes.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import * as GridFinjsRouting from '../projects/app-lob/src/app/grid-finjs/grid-f
33
import { GridFinjsModule } from '../projects/app-lob/src/app/grid-finjs/grid-finjs.module';
44
import * as TreeGridFinjsRouting from '../projects/app-lob/src/app/treegrid-finjs/treegrid-finjs-routing.module';
55
import { TreeGridFinjsModule } from '../projects/app-lob/src/app/treegrid-finjs/treegrid-finjs.module';
6-
7-
import * as GridCRMRouting from '../projects/app-crm/src/app/grid-crm/grid-crm-routing.module';
6+
import * as GridCRMRouting from '../projects/app-crm/src/app/app-routing.module';
87

98
import * as GridsDVRouting from '../projects/app-lob/src/app/grid/grids-routing.module';
109
import { GridsDVModule } from '../projects/app-lob/src/app/grid/grids.module';
@@ -48,9 +47,7 @@ import { PaginationModule } from '../src/app/pagination/pagination.module';
4847
import * as PaginatorRouting from '../src/app/pagination/pagination-routing.module';
4948
import { PivotGridsModule } from '../src/app/pivot-grid/pivot-grids.module';
5049
import { PivotGridsRoutingModule } from '../src/app/pivot-grid/pivot-grids-routing.module';
51-
import { GridCRMComponent } from '../projects/app-crm/src/app/grid-crm/grid-crm.component';
5250
import { AppModule } from '../projects/app-crm/src/app/app.module';
53-
import { GridsCrmModule } from '../projects/app-crm/src/app/grid-crm/grid-crm.module';
5451

5552
export const MODULE_ROUTES = [
5653
{
@@ -165,7 +162,7 @@ export const DV_MODULE_ROUTES = [
165162

166163
export const CRM_MODULE_ROUTES = [
167164
{
168-
module: GridsCrmModule,
165+
module: AppModule,
169166
path: 'grid-crm',
170167
routes: GridCRMRouting.gridCrmRoutes
171168
}

live-editing/configs/CardConfigGenerator.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ IgxChipsModule,
55
IgxDividerModule,
66
IgxExpansionPanelModule,
77
IgxIconModule,
8+
IgxLayoutModule,
89
IgxListModule,
910
IgxRippleModule,
1011
IgxSliderModule} from 'igniteui-angular';
@@ -74,14 +75,16 @@ export class CardConfigGenerator implements IConfigGenerator {
7475
'IgxIconModule',
7576
'IgxCardModule',
7677
'IgxDividerModule',
78+
'IgxLayoutModule',
7779
'CardSample2Component'
7880
],
7981
ngDeclarations: ['CardSample2Component'],
8082
ngImports: [
8183
'IgxButtonModule',
8284
'IgxIconModule',
8385
'IgxCardModule',
84-
'IgxDividerModule'
86+
'IgxDividerModule',
87+
'IgxLayoutModule',
8588
]
8689
}),
8790
additionalFiles: [

live-editing/configs/GridConfigGenerator.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,17 @@ export class GridConfigGenerator implements IConfigGenerator {
14211421
})
14221422
}));
14231423

1424+
configs.push(new Config({
1425+
component: 'GridStatePersistenceSampleComponent',
1426+
additionalFiles: ['/src/app/directives/prevent-scroll.directive.ts', '/src/app/data/financialData.ts', '/src/app/services/financial.service.ts'],
1427+
appModuleConfig: new AppModuleConfig({
1428+
imports: ['GridStatePersistenceSampleComponent', 'IgxAvatarModule', 'IgxGridModule', 'IgxSwitchModule',
1429+
'IgxExcelExporterService', 'IgxCsvExporterService', 'IgxPreventDocumentScrollModule', 'FinancialDataService'],
1430+
ngDeclarations: ['GridStatePersistenceSampleComponent'],
1431+
ngImports: ['IgxPreventDocumentScrollModule', 'IgxAvatarModule', 'IgxGridModule', 'IgxSwitchModule'],
1432+
ngProviders: ['FinancialDataService']
1433+
})
1434+
}));
14241435

14251436
return configs;
14261437
}

live-editing/configs/TreeGridConfigGenerator.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
654654
additionalFiles: [
655655
'/src/app/directives/prevent-scroll.directive.ts',
656656
'/src/app/tree-grid/tree-grid-group-by-load-on-demand-sample/remoteService.ts',
657-
'/src/app/data/invoiceData.ts'
657+
'/src/app/data/invoiceData.ts',
658+
'/src/_variables.scss',
659+
'/src/_app-layout.scss'
658660
],
659661
appModuleConfig: new AppModuleConfig({
660662
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridGroupByLoadOnDemandComponent'],

0 commit comments

Comments
 (0)