build: bump datatable (#32578)

* build: Bump datatable

To apply https://github.com/frappe/datatable/pull/217

* fix: bump report length limit
This commit is contained in:
Ankush Menat 2025-05-19 12:24:59 +05:30 committed by GitHub
parent 562f0d3304
commit cd13a682db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -1027,7 +1027,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
let data = this.data;
let columns = this.columns.filter((col) => !col.hidden);
if (data.length > 100000) {
if (data.length > 200000) {
let msg = __(
"This report contains {0} rows and is too big to display in browser, you can {1} this report instead.",
[cstr(format_number(data.length, null, 0)).bold(), __("export").bold()]

View file

@ -52,7 +52,7 @@
"fast-deep-equal": "^2.0.1",
"fast-glob": "^3.2.5",
"frappe-charts": "^2.0.0-rc26",
"frappe-datatable": "1.18.3",
"frappe-datatable": "1.18.4",
"frappe-gantt": "^0.6.0",
"highlight.js": "^10.4.1",
"html5-qrcode": "^2.3.8",

View file

@ -1431,10 +1431,10 @@ frappe-charts@^2.0.0-rc26:
resolved "https://registry.yarnpkg.com/frappe-charts/-/frappe-charts-2.0.0-rc26.tgz#9632d620b92f2043cebd192a8899119f5715524b"
integrity sha512-0vyXcwcekIeYA6pxCHGcRdG8llC6hpGR91nkbwRGSnBYMKomX2AQtfgTlIKMrE9nmAkewJeZsTx1scni8Ry0iA==
frappe-datatable@1.18.3:
version "1.18.3"
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.18.3.tgz#12291e997519fd99877845782cb304a770aca3e0"
integrity sha512-plcLPXTi6AkVYckUWR8stYBkmXvPfqJsG4wksmSU/ZYkvzjbzA/6cqSMCff7cwTvpjcjPFLKVbxM/njfB2cs+w==
frappe-datatable@1.18.4:
version "1.18.4"
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.18.4.tgz#320b0fbb5039dd305be8c66f3a4fba73f6627469"
integrity sha512-nx8CUROmcb7svSPqtdAmPxcAI9GrOHXiwwz76/pVhsTBSsgqXqWHAyAIQzNDUQai2z2X5f0fYQNcjKZGKTyEqg==
dependencies:
hyperlist "^1.0.0-beta"
lodash "^4.17.5"