Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
3fd01d0
feat(esf-sample-3): add custom excel style header icon
onlyexeption Nov 3, 2020
15ae56c
feat(esf-sample-3): add custom excel style header icon in tree and hi…
onlyexeption Nov 3, 2020
af1e7a8
chore(*): delete package-lock.json
Lipata Nov 6, 2020
a473cef
chore(*): ng update @angular/core@11.0.0-rc.2
Lipata Nov 6, 2020
17f3435
chore(*): ng update @angular/cli@11.0.0-rc.2
Lipata Nov 6, 2020
ca33f8a
chore(*): ng update igniteui-angular@11.0.0-alpha.0 & fixes
Lipata Nov 6, 2020
13e0e00
chore(toolbar): remove toolbar actions
Lipata Nov 9, 2020
bd54efe
chore(filtering): add filter function parameters
Lipata Nov 9, 2020
40ab188
chore(toolbar): update gird refs in templates
Lipata Nov 9, 2020
a4add6e
Merge pull request #2342 from IgniteUI/nalipiev/update-11
Lipata Nov 9, 2020
a30c219
refactor(*): Fix toolbar titles samples
rkaraivanov Nov 9, 2020
5c0602e
Merge branch 'vNext' into ibarakov/fix-2337-vnext
DiyanDimitrov Nov 9, 2020
d3de089
Merge pull request #2338 from IgniteUI/ibarakov/fix-2337-vnext
DiyanDimitrov Nov 9, 2020
358526d
refactor: toolbar options samples
rkaraivanov Nov 9, 2020
643cedc
refactor: toolbar exporter samples
rkaraivanov Nov 9, 2020
34f672f
refactor: toolbar progress indicator samples
rkaraivanov Nov 9, 2020
1fadf77
refactor: toolbar custom content
rkaraivanov Nov 9, 2020
8857920
refactor: toolbar custom style
rkaraivanov Nov 9, 2020
27a6ded
Merge branch 'vNext' into rkaraivanov/toolbar-samples
zdrawku Nov 9, 2020
164c51f
fix(HGrid): Save State Sample Issue #2344
Nov 10, 2020
92315b4
refactor: lob toolbar demos
rkaraivanov Nov 10, 2020
0c2520f
Merge branch 'rkaraivanov/toolbar-samples' of https://github.com/Igni…
rkaraivanov Nov 10, 2020
5e0fb56
build(gh-actions): add github actions app-lob
zdrawku Nov 10, 2020
d38b4e1
chore(*): Add IgxSwitchModule to all grids
zdrawku Nov 10, 2020
cd83d74
Merge branch 'rkaraivanov/toolbar-samples' of https://github.com/Igni…
zdrawku Nov 10, 2020
bdb4653
chore(*): test gh actions
zdrawku Nov 10, 2020
6063345
build(ci): update run with app-lob
zdrawku Nov 10, 2020
0085d52
Update samples to v11 rc.0
zdrawku Nov 10, 2020
a5e8cc2
downgrade to 10.2.2
zdrawku Nov 11, 2020
99da97e
ng update to the rc
zdrawku Nov 11, 2020
ef19dc1
Merge pull request #2346 from IgniteUI/fix-toolbar-samples
zdrawku Nov 11, 2020
adfc563
remove columnhidingmodule
zdrawku Nov 11, 2020
234e1e9
Merge pull request #2347 from IgniteUI/update-to-11-rc0
zdrawku Nov 11, 2020
bccd467
Merge branch 'vNext' into rkaraivanov/toolbar-samples
zdrawku Nov 11, 2020
ec74455
Merge pull request #2343 from IgniteUI/rkaraivanov/toolbar-samples
zdrawku Nov 11, 2020
c7fdfa9
Merge branch 'vNext' into teodosiah/fix-hgrid-save-state-sample
zdrawku Nov 11, 2020
9d5fdc8
Merge pull request #2345 from IgniteUI/teodosiah/fix-hgrid-save-state…
zdrawku Nov 11, 2020
fd0cf9f
Update to ng 11
zdrawku Nov 12, 2020
a42ddb5
Merge pull request #2350 from IgniteUI/update-to-ng-11
zdrawku Nov 12, 2020
d537690
Fix crm search box and alignment
zdrawku Nov 12, 2020
b37f2d3
Toolbar actions alignment fix
zdrawku Nov 12, 2020
01ae72e
Merge branch 'vNext' into update-to-ng-11
zdrawku Nov 12, 2020
7b83ff1
Merge pull request #2351 from IgniteUI/update-to-ng-11
zdrawku Nov 12, 2020
2fe215f
ng update angular cli
zdrawku Nov 13, 2020
9068758
Update to rc.1
zdrawku Nov 13, 2020
02400ab
Merge pull request #2352 from IgniteUI/update-to-ng-11
zdrawku Nov 13, 2020
492f8e2
Update to igniteui-angular@11.0.0
zdrawku Nov 13, 2020
8fc5803
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
zdrawku Nov 13, 2020
bff9a91
Fix package-lock inconsistencies
zdrawku Nov 13, 2020
fcaf83f
Additional changes
zdrawku Nov 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/workflows/build-app-lob.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master, vNext, rkaraivanov/toolbar-samples ]
pull_request:
branches: [ master, vNext, rkaraivanov/toolbar-samples ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Install dependencies
run: npm ci

- name: Run lint
run: npm run lint

- name: 'Generate live editing and build samples'
run: npm run build:app-lob
env:
NODE_OPTIONS: "--max_old_space_size=4096"
7 changes: 4 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down Expand Up @@ -153,7 +152,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
Expand Down Expand Up @@ -257,5 +255,8 @@
"@schematics/angular:directive": {
"prefix": "app"
}
},
"cli": {
"analytics": false
}
}
}
10 changes: 4 additions & 6 deletions live-editing/configs/GridConfigGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ IgxButtonGroupModule,
IgxButtonModule,
IgxCheckboxModule,
IgxChipsModule,
IgxColumnHidingModule,
IgxComboModule,
IgxCsvExporterService,
IgxDatePickerModule,
Expand Down Expand Up @@ -244,10 +243,9 @@ export class GridConfigGenerator implements IConfigGenerator {
component: 'GridColumnHidingSampleComponent',
additionalFiles: ["/src/app/directives/prevent-scroll.directive.ts", "/src/app/data/customers.ts"],
appModuleConfig: new AppModuleConfig({
imports: ['HttpClientModule', 'IgxGridModule', 'IgxRadioModule',
'IgxColumnHidingModule', 'GridColumnHidingSampleComponent', 'IgxPreventDocumentScrollModule'],
imports: ['HttpClientModule', 'IgxGridModule', 'IgxRadioModule', 'GridColumnHidingSampleComponent', 'IgxPreventDocumentScrollModule'],
ngDeclarations: ['GridColumnHidingSampleComponent'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxRadioModule', 'IgxColumnHidingModule', 'HttpClientModule'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxGridModule', 'IgxRadioModule', 'HttpClientModule'],
ngProviders: []
})
}));
Expand Down Expand Up @@ -404,10 +402,10 @@ export class GridConfigGenerator implements IConfigGenerator {
component: 'GridToolbarSample2Component',
additionalFiles: ["/src/app/directives/prevent-scroll.directive.ts", "/src/app/grid/services/data.ts"],
appModuleConfig: new AppModuleConfig({
imports: ['GridToolbarSample2Component', 'IgxAvatarModule', 'IgxGridModule',
imports: ['GridToolbarSample2Component', 'IgxAvatarModule', 'IgxGridModule', 'IgxSwitchModule',
'IgxExcelExporterService', 'IgxCsvExporterService', 'IgxPreventDocumentScrollModule'],
ngDeclarations: ['GridToolbarSample2Component'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxAvatarModule', 'IgxGridModule'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxAvatarModule', 'IgxGridModule', 'IgxSwitchModule'],
ngProviders: ['IgxExcelExporterService', 'IgxCsvExporterService']
})
}));
Expand Down
24 changes: 16 additions & 8 deletions live-editing/configs/HierarchicalGridConfigGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ IgxToggleModule} from 'igniteui-angular';
import {AppModuleConfig} from './core/AppModuleConfig';
import {Config} from './core/Config';
import {IConfigGenerator} from './core/IConfigGenerator';
import {Router, RouterModule} from '@angular/router'
export class HierarchicalGridConfigGenerator implements IConfigGenerator {
public additionalImports = {
IgxPreventDocumentScrollModule: '../../src/app/directives/prevent-scroll.directive',
Expand Down Expand Up @@ -412,9 +413,9 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
configs.push(new Config({
additionalFiles: ["/src/app/directives/prevent-scroll.directive.ts", "/src/app/hierarchical-grid/data.ts"],
appModuleConfig: new AppModuleConfig({
imports: ['IgxHierarchicalGridModule', 'HGridToolbarOptionsSampleComponent', 'IgxPreventDocumentScrollModule'],
imports: ['IgxHierarchicalGridModule', 'HGridToolbarOptionsSampleComponent', 'IgxPreventDocumentScrollModule', 'IgxSwitchModule'],
ngDeclarations: ['HGridToolbarOptionsSampleComponent'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule']
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'IgxSwitchModule']
}),
component: 'HGridToolbarOptionsSampleComponent'
}));
Expand Down Expand Up @@ -718,16 +719,23 @@ export class HierarchicalGridConfigGenerator implements IConfigGenerator {
component: 'HGridRemotePagingDefaultTemplateComponent'
}));

configs.push(new Config({
additionalFiles: ["/src/app/directives/prevent-scroll.directive.ts", "/src/app/hierarchical-grid/data.ts"],
const hGridSaveStateSampleConfig = new Config({
additionalFiles: [
"/src/app/directives/prevent-scroll.directive.ts",
"/src/app/hierarchical-grid/data.ts",
"/src/app/hierarchical-grid/hierarchical-grid-save-state/about.component.ts",
"/src/app/hierarchical-grid/hierarchical-grid-save-state/about.component.html"
],
appModuleConfig: new AppModuleConfig({
imports: ['IgxHierarchicalGridModule', 'HGridSaveStateComponent', 'HGridAboutComponent', 'IgxPreventDocumentScrollModule'],
imports: ['IgxHierarchicalGridModule', 'HGridSaveStateComponent', 'HGridAboutComponent', 'IgxPreventDocumentScrollModule', 'Router', 'RouterModule'],
ngDeclarations: ['HGridSaveStateComponent', 'HGridAboutComponent'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule', 'HttpClientModule',
"RouterModule.forRoot([\{component: 'HGridAboutComponent', path: 'hGrid-state-about'},\{component: 'HGridSaveStateComponent', path: 'hGrid-state'},\{ path: '', redirectTo: '/hGrid-state', pathMatch: 'full' }])]"]
ngImports: ['IgxPreventDocumentScrollModule', 'IgxHierarchicalGridModule',
"RouterModule.forRoot([\{component: HGridAboutComponent, path: 'hGrid-state-about'},\{component: HGridSaveStateComponent, path: 'hGrid-state'},\{ path: '', redirectTo: '/hGrid-state', pathMatch: 'full' }])"]
}),
component: 'HGridSaveStateComponent'
}));
});
hGridSaveStateSampleConfig.usesRouting = true;
configs.push(hGridSaveStateSampleConfig);

configs.push(new Config({
additionalFiles: ["/src/app/directives/prevent-scroll.directive.ts", "/src/app/hierarchical-grid/data.ts"],
Expand Down
9 changes: 4 additions & 5 deletions live-editing/configs/TreeGridConfigGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ IgxButtonGroupModule,
IgxButtonModule,
IgxCheckboxModule,
IgxChipsModule,
IgxColumnHidingModule,
IgxCsvExporterService,
IgxDatePickerModule,
IgxDialogModule,
Expand Down Expand Up @@ -121,9 +120,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
configs.push(new Config({
additionalFiles: ["/src/app/directives/prevent-scroll.directive.ts", "/src/app/tree-grid/data/employees-flat-detailed.ts"],
appModuleConfig: new AppModuleConfig({
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridColumnHidingSampleComponent', 'IgxRadioModule', 'IgxColumnHidingModule'],
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridColumnHidingSampleComponent', 'IgxRadioModule'],
ngDeclarations: ['TreeGridColumnHidingSampleComponent'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxRadioModule', 'IgxColumnHidingModule']
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxRadioModule']
}),
component: 'TreeGridColumnHidingSampleComponent',
shortenComponentPathBy: "/tree-grid/"
Expand Down Expand Up @@ -396,9 +395,9 @@ export class TreeGridConfigGenerator implements IConfigGenerator {
additionalFiles: ["/src/app/directives/prevent-scroll.directive.ts", "/src/app/tree-grid/data/employees-flat-avatars.ts"],
appModuleConfig: new AppModuleConfig({
imports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'TreeGridToolbarSample1Component', 'IgxAvatarModule',
'IgxExcelExporterService', 'IgxCsvExporterService'],
'IgxExcelExporterService', 'IgxCsvExporterService', 'IgxSwitchModule'],
ngDeclarations: ['TreeGridToolbarSample1Component'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxAvatarModule'],
ngImports: ['IgxPreventDocumentScrollModule', 'IgxTreeGridModule', 'IgxAvatarModule', 'IgxSwitchModule'],
ngProviders: ['IgxExcelExporterService', 'IgxCsvExporterService']
}),
component: 'TreeGridToolbarSample1Component',
Expand Down
Loading