Skip to content

Commit

Permalink
prepare release 0.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed May 14, 2018
1 parent 0896e2d commit d082fd4
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 53 deletions.
Binary file modified dist.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { AutoResizeOption, BackendEventChanged, BackendServiceApi, Column, Colum
export interface GridOption {
/** CSS class name used on newly added row */
addNewRowCssClass?: string;
/** Defaults to true, which leads to always show a vertical scrolling. This is rather important to use when using the Grid Menu (hamburger) */
alwaysShowVerticalScroll?: boolean;
/** Defaults to 100, which is the asynchronous editor loading delay */
asyncEditorLoadDelay?: number;
/** Defaults to false, which leads to load editor asynchronously (delayed) */
Expand All @@ -14,6 +16,8 @@ export interface GridOption {
autoEdit?: boolean;
/** Defaults to true, which leads to automatically adjust the size of each column with the available space. Similar to "Force Fit Column" but only happens on first page/component load. */
autoFitColumnsOnFirstLoad?: boolean;
/** Defaults to false, when enabled will automatically adjust grid height. */
autoHeight?: boolean;
/** Auto-resize options (bottom padding, minHeight, ...) */
autoResize?: AutoResizeOption;
/** Auto-tooltip options (enableForCells, enableForHeaderCells, maxToolTipLength) */
Expand Down Expand Up @@ -119,7 +123,7 @@ export interface GridOption {
footerRowHeight?: number;
/** Do we want to force fit columns in the grid at all time? */
forceFitColumns?: boolean;
/** Do we want to force synchronous scrolling? */
/** Defaults to false, force synchronous scrolling */
forceSyncScrolling?: boolean;
/** Formatter classes factory */
formatterFactory?: any;
Expand Down
5 changes: 3 additions & 2 deletions dist/bundles/angular-slickgrid.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/bundles/angular-slickgrid.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bundles/angular-slickgrid.umd.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/bundles/angular-slickgrid.umd.min.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/esm2015/angular-slickgrid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/esm2015/angular-slickgrid.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/esm5/angular-slickgrid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/esm5/angular-slickgrid.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "0.16.6",
"version": "0.16.7",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand All @@ -27,7 +27,7 @@
"jquery-ui-dist": "^1.12.1",
"lodash": "^4.17.4",
"moment-mini": "^2.19.4",
"slickgrid": "2.3.17",
"slickgrid": "^2.3.18",
"text-encoding-utf-8": "^1.0.2",
"vinyl-paths": "^2.1.0",
"tslib": "^1.7.1"
Expand Down
12 changes: 2 additions & 10 deletions dist/styles/css/slick-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d082fd4

Please sign in to comment.