From e587ef5084d469c6342c84c5c2f6a0dc65ae4493 Mon Sep 17 00:00:00 2001 From: Ghislain B Date: Fri, 24 Jul 2020 11:52:00 -0400 Subject: [PATCH] fix(components): both Footer/Pagination should always be 100% width (#27) * fix(components): both Footer/Pagination should always be 100% width * refactor(resizer): update resizer plugin code so that it works in SF --- .../webpack-demo-vanilla-bundle/src/app.html | 6 +- .../src/examples/example01.html | 8 +- .../src/examples/example02.html | 4 +- .../src/examples/example03.html | 4 +- .../src/examples/example04.html | 8 +- .../src/examples/example05.html | 4 +- .../src/examples/example06.html | 6 +- .../src/examples/example07.html | 4 +- .../src/examples/example08.html | 49 ++++---- .../src/examples/example09.html | 12 +- .../src/examples/example10.html | 105 ++++++++-------- .../src/examples/example50.html | 4 +- .../src/examples/example51.html | 4 +- package.json | 4 +- .../customFooterOption.interface.ts | 10 -- .../src/interfaces/pagination.interface.ts | 10 -- .../src/interfaces/resizerOption.interface.ts | 10 +- .../slickgrid-vanilla-bundle.zip | Bin 694978 -> 694634 bytes .../components/__tests__/slick-footer.spec.ts | 7 -- .../__tests__/slick-pagination.spec.ts | 7 -- .../slick-vanilla-grid-constructor.spec.ts | 114 +++++++++++++++++- .../src/components/slick-footer.ts | 14 +-- .../src/components/slick-pagination.ts | 12 +- .../components/slick-vanilla-grid-bundle.ts | 7 +- 24 files changed, 227 insertions(+), 186 deletions(-) diff --git a/examples/webpack-demo-vanilla-bundle/src/app.html b/examples/webpack-demo-vanilla-bundle/src/app.html index 6aa000269..877774d8f 100644 --- a/examples/webpack-demo-vanilla-bundle/src/app.html +++ b/examples/webpack-demo-vanilla-bundle/src/app.html @@ -9,12 +9,12 @@

Slickgrid-Universal

+ allowtransparency="true" scrolling="no" frameborder="0" width="170px" height="20px">