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

Commit b112ea9

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
prepare release 1.8.5
1 parent 7078d37 commit b112ea9

11 files changed

+24
-30
lines changed

dist.tgz

-107 Bytes
Binary file not shown.

dist/app/modules/angular-slickgrid/models/gridOption.interface.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ export interface GridOption {
9090
enableColumnPicker?: boolean;
9191
/** Defaults to true, which permits the user to move an entire column from a position to another. */
9292
enableColumnReorder?: boolean;
93-
/** Defaults to false, which would provide a way to the user to use a different type of DataView, for example Remote Data (slick.remotemodel.js) */
94-
enableCustomDataView?: boolean;
9593
/** Defaults to true, which leads to use an Excel like copy buffer that gets copied in clipboard and can be pasted back in Excel or any other app */
9694
enableExcelCopyBuffer?: boolean;
9795
/** Do we want to enable the Export to File? (if Yes, it will show up in the Grid Menu) */

dist/bundles/angular-slickgrid.umd.js

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

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

Lines changed: 3 additions & 3 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

Lines changed: 1 addition & 1 deletion
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: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm2015/angular-slickgrid.js

Lines changed: 3 additions & 4 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: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/esm5/angular-slickgrid.js

Lines changed: 3 additions & 4 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: 3 additions & 3 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": "1.8.4",
3+
"version": "1.8.5",
44
"description": "Slickgrid components made available in Angular",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)