@devtable/dashboard 4.6.0 → 4.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { IDashboardPanel } from '../types/dashboard';
3
2
  import { ViewModelInstance } from '..';
3
+ import { IDashboardPanel } from '../types/dashboard';
4
4
  interface IPanel extends IDashboardPanel {
5
5
  view: ViewModelInstance;
6
6
  }
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .filter-settings-tabs{width:100%;height:100%}.filter-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.filter-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.filter-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.viz-root{width:100%;overflow:scroll;padding-top:5px;height:calc(100% - 25px);background-color:#fff}.panel-title-wrapper{text-align:center;transition:background-color .3s ease}.panel-title-wrapper:hover{cursor:pointer;background-color:#6464640d}.panel-root{padding:5px;height:100%;width:100%;max-width:100%;background:transparent;border-radius:4px;border:1px solid #ced4da}.panel-settings-tabs{width:100%;height:100%}.panel-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.panel-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.panel-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.dashboard-layout{margin-left:-10px;margin-right:-10px}.react-grid-item{padding:0}.remove-panel{position:absolute;right:2px;top:0;cursor:pointer}.code-textarea textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.dashboard-root{overflow:scroll;padding:0 10px 10px;height:100%}.dashboard-sticky-area{z-index:100;background:white;margin:0 -10px;padding:0 10px 10px}
1
+ .filter-settings-tabs{width:100%;height:100%}.filter-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.filter-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.filter-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.panel-root{padding:5px;height:100%;width:100%;max-width:100%;background:transparent;border-radius:4px;border:1px solid #ced4da}.panel-settings-tabs{width:100%;height:100%}.panel-settings-tabs .mantine-Tabs-panel{height:calc(100% - 25px)}.panel-settings-tabs .mantine-Tabs-tabsListWrapper{flex:0}.panel-settings-tabs .mantine-Tabs-body{flex:1;overflow:scroll}.viz-root{width:100%;overflow:scroll;padding-top:5px;height:calc(100% - 25px);background-color:#fff}.panel-title-wrapper{text-align:center;transition:background-color .3s ease}.panel-title-wrapper:hover{cursor:pointer;background-color:#6464640d}.react-grid-item{padding:0}.remove-panel{position:absolute;right:2px;top:0;cursor:pointer}.code-textarea textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.dashboard-root{overflow:scroll;padding:0 10px 10px;height:100%}.dashboard-sticky-area{z-index:100;background:white;margin:0;padding:0 10px}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "4.6.0",
3
+ "version": "4.8.0",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -31,25 +31,20 @@
31
31
  "coverage": "vitest --coverage"
32
32
  },
33
33
  "dependencies": {
34
- "@tanstack/react-table": "^8.5.13",
35
34
  "@types/chroma-js": "^2.1.4",
36
- "chroma-js": "^2.4.2",
37
- "eventemitter2": "^6.4.6",
38
35
  "file-saver": "2.0.5",
39
- "jszip": "3.10.1",
40
36
  "popmotion": "^11.0.3",
41
- "react-virtual": "^2.10.4",
42
37
  "stickybits": "3.7.11"
43
38
  },
44
39
  "devDependencies": {
45
- "@mantine/core": "^5.0.2",
46
- "@mantine/dates": "^5.0.2",
47
- "@mantine/form": "^5.0.2",
48
- "@mantine/hooks": "^5.0.2",
49
- "@mantine/modals": "^5.0.2",
50
- "@mantine/notifications": "^5.0.2",
51
- "@mantine/prism": "^5.0.2",
52
- "@mantine/rte": "^5.0.2",
40
+ "@mantine/core": "5.5.5",
41
+ "@mantine/dates": "5.5.5",
42
+ "@mantine/form": "5.5.5",
43
+ "@mantine/hooks": "5.5.5",
44
+ "@mantine/modals": "5.5.5",
45
+ "@mantine/notifications": "5.5.5",
46
+ "@mantine/prism": "5.5.5",
47
+ "@mantine/rte": "5.5.5",
53
48
  "@testing-library/cypress": "^8.0.3",
54
49
  "@testing-library/jest-dom": "^5.16.4",
55
50
  "@testing-library/react": "^13.3.0",
@@ -82,22 +77,26 @@
82
77
  },
83
78
  "peerDependencies": {
84
79
  "@emotion/react": "11.10.0",
85
- "@mantine/core": "^5.0.2",
86
- "@mantine/dates": "^5.0.2",
87
- "@mantine/form": "^5.0.2",
88
- "@mantine/hooks": "^5.0.2",
89
- "@mantine/modals": "^5.0.2",
90
- "@mantine/notifications": "^5.0.2",
91
- "@mantine/prism": "^5.0.2",
92
- "@mantine/rte": "^5.0.2",
80
+ "@mantine/core": "5.5.5",
81
+ "@mantine/dates": "5.5.5",
82
+ "@mantine/form": "5.5.5",
83
+ "@mantine/hooks": "5.5.5",
84
+ "@mantine/modals": "5.5.5",
85
+ "@mantine/notifications": "5.5.5",
86
+ "@mantine/prism": "5.5.5",
87
+ "@mantine/rte": "5.5.5",
88
+ "@tanstack/react-table": "^8.5.13",
93
89
  "ahooks": "^3.3.11",
94
90
  "axios": "^0.27.2",
91
+ "chroma-js": "^2.4.2",
95
92
  "d3-array": "3.2.0",
96
93
  "d3-regression": "1.2.8",
97
94
  "echarts": "^5.3.2",
98
95
  "echarts-for-react": "^3.0.2",
99
96
  "echarts-gl": "^2.0.9",
100
97
  "echarts-stat": "1.2.0",
98
+ "eventemitter2": "^6.4.6",
99
+ "jszip": "3.10.1",
101
100
  "lodash": "^4.17.21",
102
101
  "mobx": "^6.6.1",
103
102
  "mobx-react-lite": "^3.4.0",
@@ -107,6 +106,7 @@
107
106
  "react-dom": "^16.8.0 || 17.x || 18.x",
108
107
  "react-grid-layout": "^1.3.4",
109
108
  "react-hook-form": "^7.31.2",
109
+ "react-virtual": "^2.10.4",
110
110
  "tabler-icons-react": "^1.48.0"
111
111
  }
112
112
  }