Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit a7803a4

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
prepare release 0.11.3
1 parent ef6fff2 commit a7803a4

19 files changed

+529
-321
lines changed

dist/angular-slickgrid.d.ts

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,18 @@ export { deleteIconFormatter as ɵbe } from './src/app/modules/angular-slickgrid
3636
export { editIconFormatter as ɵbf } from './src/app/modules/angular-slickgrid/formatters/editIconFormatter';
3737
export { hyperlinkFormatter as ɵbg } from './src/app/modules/angular-slickgrid/formatters/hyperlinkFormatter';
3838
export { infoIconFormatter as ɵbh } from './src/app/modules/angular-slickgrid/formatters/infoIconFormatter';
39-
export { percentCompleteBarFormatter as ɵbj } from './src/app/modules/angular-slickgrid/formatters/percentCompleteBarFormatter';
40-
export { percentCompleteFormatter as ɵbi } from './src/app/modules/angular-slickgrid/formatters/percentCompleteFormatter';
41-
export { progressBarFormatter as ɵbk } from './src/app/modules/angular-slickgrid/formatters/progressBarFormatter';
42-
export { translateFormatter as ɵbl } from './src/app/modules/angular-slickgrid/formatters/translateFormatter';
43-
export { yesNoFormatter as ɵbm } from './src/app/modules/angular-slickgrid/formatters/yesNoFormatter';
44-
export { GridOption as ɵbt } from './src/app/modules/angular-slickgrid/models';
45-
export { dateIsoSorter as ɵbo } from './src/app/modules/angular-slickgrid/sorters/dateIsoSorter';
46-
export { dateSorter as ɵbn } from './src/app/modules/angular-slickgrid/sorters/dateSorter';
47-
export { dateUsShortSorter as ɵbq } from './src/app/modules/angular-slickgrid/sorters/dateUsShortSorter';
48-
export { dateUsSorter as ɵbp } from './src/app/modules/angular-slickgrid/sorters/dateUsSorter';
49-
export { numericSorter as ɵbr } from './src/app/modules/angular-slickgrid/sorters/numericSorter';
50-
export { stringSorter as ɵbs } from './src/app/modules/angular-slickgrid/sorters/stringSorter';
39+
export { lowercaseFormatter as ɵbi } from './src/app/modules/angular-slickgrid/formatters/lowercaseFormatter';
40+
export { percentCompleteBarFormatter as ɵbk } from './src/app/modules/angular-slickgrid/formatters/percentCompleteBarFormatter';
41+
export { percentCompleteFormatter as ɵbj } from './src/app/modules/angular-slickgrid/formatters/percentCompleteFormatter';
42+
export { progressBarFormatter as ɵbl } from './src/app/modules/angular-slickgrid/formatters/progressBarFormatter';
43+
export { translateBooleanFormatter as ɵbn } from './src/app/modules/angular-slickgrid/formatters/translateBooleanFormatter';
44+
export { translateFormatter as ɵbm } from './src/app/modules/angular-slickgrid/formatters/translateFormatter';
45+
export { uppercaseFormatter as ɵbo } from './src/app/modules/angular-slickgrid/formatters/uppercaseFormatter';
46+
export { yesNoFormatter as ɵbp } from './src/app/modules/angular-slickgrid/formatters/yesNoFormatter';
47+
export { GridOption as ɵbw } from './src/app/modules/angular-slickgrid/models';
48+
export { dateIsoSorter as ɵbr } from './src/app/modules/angular-slickgrid/sorters/dateIsoSorter';
49+
export { dateSorter as ɵbq } from './src/app/modules/angular-slickgrid/sorters/dateSorter';
50+
export { dateUsShortSorter as ɵbt } from './src/app/modules/angular-slickgrid/sorters/dateUsShortSorter';
51+
export { dateUsSorter as ɵbs } from './src/app/modules/angular-slickgrid/sorters/dateUsSorter';
52+
export { numericSorter as ɵbu } from './src/app/modules/angular-slickgrid/sorters/numericSorter';
53+
export { stringSorter as ɵbv } from './src/app/modules/angular-slickgrid/sorters/stringSorter';

dist/angular-slickgrid.metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/bundles/angular-slickgrid.umd.js

Lines changed: 89 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)