Skip to content

Commit

Permalink
Fix #74 - Style is corrupted for ag-grid-community package
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Nov 21, 2018
1 parent 0890d76 commit 3aeccf0
Show file tree
Hide file tree
Showing 6 changed files with 898 additions and 874 deletions.
2 changes: 1 addition & 1 deletion BBjGridExWidget.bbj
Expand Up @@ -409,7 +409,7 @@ class public BBjGridExWidget extends BBjWidget
ch=unt
distBase$ = "BBjGridExWidget/js/dist"
rem include the grid
gridPath$ = iff(LEN(#LicenseKey$) > 0,distBase$ + "/ag-grid-enterprise.min.noStyle.js",distBase$ +"/ag-grid.min.noStyle.js")
gridPath$ = iff(LEN(#LicenseKey$) > 0,distBase$ + "/ag-grid-enterprise.min.noStyle.js",distBase$ +"/ag-grid-community.min.noStyle.js")
open (ch)gridPath$
read record (ch,siz=5512000)script$
close (ch)
Expand Down
1 change: 1 addition & 0 deletions Demo/Demo.bbj
Expand Up @@ -9,6 +9,7 @@ declare BBjGridExWidget grid!

? 'HIDE'

BBjGridExWidget.setDebug(1)
wnd! = BBjAPI().openSysGui("X0").addWindow(10,10,900,600,"BBj Grid Ex Demo")

wnd!.addStaticText(200,5,10,60,25,"Database:")
Expand Down
885 changes: 885 additions & 0 deletions js/dist/ag-grid-community.min.noStyle.js

Large diffs are not rendered by default.

872 changes: 0 additions & 872 deletions js/dist/ag-grid.min.noStyle.js

This file was deleted.

2 changes: 1 addition & 1 deletion js/webpack.config.js
Expand Up @@ -53,7 +53,7 @@ module.exports = {
}),
new CopyWebpackPlugin([
{
from: __dirname + '/node_modules/ag-grid/dist/ag-grid.min.noStyle.js',
from: __dirname + '/node_modules/ag-grid-community/dist/ag-grid-community.min.noStyle.js',
to: distPath
},
{
Expand Down
10 changes: 10 additions & 0 deletions node_modules/.yarn-integrity

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

0 comments on commit 3aeccf0

Please sign in to comment.