fix: adjust component sizes on demo page

This commit is contained in:
2025-08-30 16:44:46 +03:30
parent e5c8465287
commit 7325e18cec
5 changed files with 637 additions and 592 deletions

18
package-lock.json generated
View File

@@ -39,6 +39,8 @@
"eslint-plugin-regexp": "2.7.0",
"file-saver": "^2.0.5",
"gridstack": "^12.2.1",
"highcharts": "^12.3.0",
"highcharts-vue": "^2.0.1",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"jwt-decode": "4.0.0",
@@ -9065,6 +9067,22 @@
"dev": true,
"license": "MIT"
},
"node_modules/highcharts": {
"version": "12.3.0",
"resolved": "https://registry.npmjs.org/highcharts/-/highcharts-12.3.0.tgz",
"integrity": "sha512-QIKmaemgheRa1K2Ia9MLj1KLtBU1Tu/VQ6KAMqtMBMsAC4NzcFq6g96LF03ZO3IFFiSifmZx8ItEyRcz4w75cg==",
"license": "https://www.highcharts.com/license"
},
"node_modules/highcharts-vue": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/highcharts-vue/-/highcharts-vue-2.0.1.tgz",
"integrity": "sha512-7yVaKvsWlx7OgmKFXE2D99fi/0tr2A85H4KUz3jL7CRQhAwvEvXgtDIyTBGLHJsOC5L9VlppAI7k6KfIi0j0hg==",
"license": "SEE LICENSE IN LICENSE",
"peerDependencies": {
"highcharts": ">=5.0.0",
"vue": ">=3.0.0"
}
},
"node_modules/hookable": {
"version": "5.5.3",
"resolved": "https://registry.npmjs.org/hookable/-/hookable-5.5.3.tgz",