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

Commit f209b33

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
prepare release 0.12.13
1 parent ebaafcf commit f209b33

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

dist/bundles/angular-slickgrid.umd.js.map

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

dist/bundles/angular-slickgrid.umd.min.js.map

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

dist/esm2015/angular-slickgrid.js.map

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

dist/esm5/angular-slickgrid.js.map

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

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "0.12.12",
3+
"version": "0.12.13",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

dist/src/app/modules/angular-slickgrid/services/controlAndPlugin.service.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export declare class ControlAndPluginService {
4949
* @return default Grid Menu options
5050
*/
5151
private getDefaultGridMenuOptions();
52-
private refreshBackendDataset(gridOptions);
52+
refreshBackendDataset(gridOptions: GridOption): void;
5353
/**
5454
* Reset all the Grid Menu options which have text to translate
5555
* @param grid menu object

dist/styles/sass/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $icon-sort-asc: "\f0d8" !default;
7373
$icon-sort-desc: "\f0d7" !default;
7474
$icon-sort-color: rgb(76, 128, 190) !default;
7575
$icon-sort-position-right: 10px;
76-
$icon-sort-position-top: ((15px * $header-row-count) - 15px);
76+
$icon-sort-position-top: ((15px * $header-row-count) - 15px) !default;
7777
$table-background: transparent !default;
7878
$container-border: 0px solid $border-color !default;
7979
$link-color: #08c !default;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-slickgrid",
3-
"version": "0.12.12",
3+
"version": "0.12.13",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)