Skip to content

Commit

Permalink
prepare release 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed Nov 8, 2017
1 parent 55ce7f0 commit c72cdb5
Show file tree
Hide file tree
Showing 12 changed files with 48,876 additions and 287 deletions.
2 changes: 1 addition & 1 deletion dist/angular-slickgrid.metadata.json

Large diffs are not rendered by default.

15,878 changes: 15,785 additions & 93 deletions dist/angular-slickgrid/angular-slickgrid.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-slickgrid/angular-slickgrid.es5.js.map

Large diffs are not rendered by default.

17,370 changes: 17,279 additions & 91 deletions dist/angular-slickgrid/angular-slickgrid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-slickgrid/angular-slickgrid.js.map

Large diffs are not rendered by default.

15,878 changes: 15,785 additions & 93 deletions dist/bundles/angular-slickgrid.umd.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "0.5.3",
"version": "0.5.4",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -51,6 +51,7 @@
"flatpickr": "^4.0.6",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"moment-mini": "^2.18.1",
"rxjs": "^5.5.0",
"slickgrid": "^2.3.10",
Expand Down
@@ -1,9 +1,23 @@
import { Router } from '@angular/router';
import { FilterService } from './filter.service';
import { Column, GridOption } from './../models';
export declare class ControlAndPluginService {
private filterService;
private router;
_dataView: any;
_grid: any;
_visibleColumns: Column[];
autoTooltipPlugin: any;
columnPickerControl: any;
headerButtonsPlugin: any;
headerMenuPlugin: any;
gridMenuControl: any;
rowSelectionPlugin: any;
constructor(filterService: FilterService, router: Router);
attachDifferentControlOrPlugins(grid: any, columnDefinitions: Column[], options: GridOption, dataView: any): void;
hideColumn(column: Column): void;
removeColumnByIndex(array: any, index: any): any;
autoResizeColumns(): void;
private addGridMenuCustomCommands(options);
private prepareGridMenu(options);
}
Expand Up @@ -34,3 +34,4 @@ export declare function mapOperatorType(operator: string): OperatorType;
* @returns string date formatted
*/
export declare function parseUtcDate(inputDateString: string, useUtc: boolean): string | null;
export declare function immutableMerge(...args: any[]): any;
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "angular-slickgrid",
"version": "0.5.3",
"version": "0.5.4",
"description": "Slickgrid components made available in Angular",
"keywords": [
"angular",
Expand Down Expand Up @@ -51,6 +51,7 @@
"flatpickr": "^4.0.6",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"moment-mini": "^2.18.1",
"rxjs": "^5.5.0",
"slickgrid": "^2.3.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1700,6 +1700,10 @@ deep-extend@~0.4.0:
version "0.4.2"
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f"

deepmerge@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-2.0.1.tgz#25c1c24f110fb914f80001b925264dd77f3f4312"

default-require-extensions@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8"
Expand Down Expand Up @@ -2929,10 +2933,6 @@ graceful-fs@~1.2.0:
version "1.2.3"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-1.2.3.tgz#15a4806a57547cb2d2dbf27f42e89a8c3451b364"

graphql-query-builder@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/graphql-query-builder/-/graphql-query-builder-1.0.7.tgz#5356c4fa72f8b363cb1677f0e0f2cb1dcf6f7043"

gulp-bump@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/gulp-bump/-/gulp-bump-2.7.0.tgz#4c3750bce93c5d816fe9a154e6619dd509a852d8"
Expand Down

0 comments on commit c72cdb5

Please sign in to comment.