Skip to content

Commit

Permalink
prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 18, 2017
1 parent 9425870 commit 7b877f3
Show file tree
Hide file tree
Showing 174 changed files with 1,974 additions and 1,143 deletions.
5 changes: 4 additions & 1 deletion dist/amd/aurelia-slickgrid.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ import 'slickgrid/plugins/slick.headerbuttons';
import 'slickgrid/plugins/slick.headermenu';
import 'slickgrid/plugins/slick.rowmovemanager';
import 'slickgrid/plugins/slick.rowselectionmodel';
import { EventAggregator } from 'aurelia-event-aggregator';
import { Column, GridOption } from './models/index';
import { ControlAndPluginService, FilterService, GridEventService, GridExtraService, SortService, ResizerService } from './services/index';
export declare class AureliaSlickgridCustomElement {
private elm;
private ea;
private controlPluginService;
private resizer;
private gridEventService;
Expand All @@ -45,8 +47,9 @@ export declare class AureliaSlickgridCustomElement {
gridHeight: number;
gridWidth: number;
pickerOptions: any;
constructor(elm: HTMLElement, controlPluginService: ControlAndPluginService, resizer: ResizerService, gridEventService: GridEventService, gridExtraService: GridExtraService, filterService: FilterService, sortService: SortService);
constructor(elm: HTMLElement, ea: EventAggregator, controlPluginService: ControlAndPluginService, resizer: ResizerService, gridEventService: GridEventService, gridExtraService: GridExtraService, filterService: FilterService, sortService: SortService);
attached(): void;
detached(): void;
/**
* Keep original value(s) that could be passed by the user ViewModel.
* If nothing was passed, it will default to first option of select
Expand Down
17 changes: 13 additions & 4 deletions dist/amd/aurelia-slickgrid.js

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

Loading

0 comments on commit 7b877f3

Please sign in to comment.