Skip to content

Commit

Permalink
Use agc-basic-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Mar 5, 2018
1 parent 0e0a740 commit 99bcaa1
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 14 deletions.
8 changes: 1 addition & 7 deletions BBjGridExWidget.bbj
Expand Up @@ -755,15 +755,9 @@ class public BBjGridExWidget extends BBjWidget
close (ch)
#HTMLView!.injectScript(script$,1)
fi

ch=unt
open (ch)"BBjGridExWidget/js/dist/bbj-masks-bundle.min.js"
read record (ch,siz=5512000)script$
close (ch)
#HTMLView!.injectScript(script$)

ch=unt
open (ch)"BBjGridExWidget/js/dist/agc-basic.min.js"
open (ch)"BBjGridExWidget/js/dist/agc-basic-bundle.min.js"
read record (ch,siz=5512000)script$
close (ch)
#HTMLView!.injectScript(script$)
Expand Down
1 change: 1 addition & 0 deletions js/dist/agc-basic-bundle.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/dist/agc-basic.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion js/dist/bbj-grid-widget.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/dist/bbj-masks-bundle.min.js

This file was deleted.

3 changes: 1 addition & 2 deletions js/webpack.config.js
Expand Up @@ -43,8 +43,7 @@ module.exports = {
new CopyWebpackPlugin([
{ from: __dirname + '/node_modules/ag-grid/dist/ag-grid.min.js', to: __dirname + '/dist/' },
{ from: __dirname + '/node_modules/ag-grid-enterprise/dist/ag-grid-enterprise.min.js', to: __dirname + '/dist/' },
{ from: __dirname + '/node_modules/bbj-masks/dist/bbj-masks-bundle.min.js', to: __dirname + '/dist/' },
{ from: __dirname + '/node_modules/ag-grid-components/dist/agc-basic.min.js', to: __dirname + '/dist/' },
{ from: __dirname + '/node_modules/ag-grid-components/dist/agc-basic-bundle.min.js', to: __dirname + '/dist/' },
])
],
watchOptions: {
Expand Down
4 changes: 2 additions & 2 deletions js/yarn.lock
Expand Up @@ -458,8 +458,8 @@ acorn@^5.0.0:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.0.tgz#1abb587fbf051f94e3de20e6b26ef910b1828298"

"ag-grid-components@https://git.storesandbox.de/hyyan/ag-grid-components.git":
version "1.2.1"
resolved "https://git.storesandbox.de/hyyan/ag-grid-components.git#14b573f7936d56aa5d4bdbd1462f8b03cce5afda"
version "1.4.0"
resolved "https://git.storesandbox.de/hyyan/ag-grid-components.git#a03aee4eeebab8524250105b12c7c9e7f40a68fd"
dependencies:
bbj-masks "https://git.storesandbox.de/hyyan/bbj-masks.git"
flatpickr "^4.3.2"
Expand Down

0 comments on commit 99bcaa1

Please sign in to comment.