Skip to content

Commit

Permalink
datagrid: remove xlsx from the bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Mar 12, 2024
1 parent 61de1ac commit f63614d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: toastui
Title: Interactive Tables, Calendars and Charts for the Web
Version: 0.3.2.9000
Version: 0.3.2.9100
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", role = "aut"),
Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ template:
bslib:
base_font: {google: "Poppins"}
primary: "#112446"
navbar-dark-color: "#FFFFFF"
secondary: "#DFDFDF"
navbar-dark-active-color: "#DFDFDF"

navbar:
bg: primary
Expand Down
2 changes: 1 addition & 1 deletion inst/htmlwidgets/datagrid.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions inst/htmlwidgets/datagrid.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ and limitations under the License.

/*! @license DOMPurify 2.3.9 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.9/LICENSE */

/*! cpexcel.js (C) 2013-present SheetJS -- http://sheetjs.com */

/*! cputils.js (C) 2013-present SheetJS -- http://sheetjs.com */

/*! no static exports found */

/*! tui-code-snippet/collection/forEachArray */
Expand Down
3 changes: 2 additions & 1 deletion srcjs/config/externals.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"widgets": "HTMLWidgets",
"shiny": "Shiny",
"3": "jQuery"
"3": "jQuery",
"xlsx": "writeFileXLSX"
}
1 change: 1 addition & 0 deletions srcjs/widgets/datagrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import "tui-date-picker/dist/tui-date-picker.css";
import "tui-time-picker/dist/tui-time-picker.css";
import TuiDatePicker from "tui-date-picker";


import { ProxyGrid } from "../modules/proxy-grid";
import { addStyle } from "../modules/utils";

Expand Down

0 comments on commit f63614d

Please sign in to comment.