Skip to content

Commit

Permalink
prepare release 0.12.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed Mar 9, 2018
1 parent ebaafcf commit f209b33
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions dist/bundles/angular-slickgrid.umd.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm2015/angular-slickgrid.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/esm5/angular-slickgrid.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "0.12.12",
"version": "0.12.13",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export declare class ControlAndPluginService {
* @return default Grid Menu options
*/
private getDefaultGridMenuOptions();
private refreshBackendDataset(gridOptions);
refreshBackendDataset(gridOptions: GridOption): void;
/**
* Reset all the Grid Menu options which have text to translate
* @param grid menu object
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $icon-sort-asc: "\f0d8" !default;
$icon-sort-desc: "\f0d7" !default;
$icon-sort-color: rgb(76, 128, 190) !default;
$icon-sort-position-right: 10px;
$icon-sort-position-top: ((15px * $header-row-count) - 15px);
$icon-sort-position-top: ((15px * $header-row-count) - 15px) !default;
$table-background: transparent !default;
$container-border: 0px solid $border-color !default;
$link-color: #08c !default;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "0.12.12",
"version": "0.12.13",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down

0 comments on commit f209b33

Please sign in to comment.