@devtable/dashboard 13.42.13 → 13.43.1
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.
- package/dist/components/filter/filter-date-range/widget/shortcuts/shortcuts.d.ts +2 -0
- package/dist/components/filter/filter-multi-select/render/widget.d.ts +5 -7
- package/dist/components/filter/filter-multi-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/filter-settings/preview-filter.d.ts +2 -2
- package/dist/components/filter/filter-tree/filter-tree-select/render/widget.d.ts +5 -7
- package/dist/components/filter/filter-tree/filter-tree-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.d.ts +5 -6
- package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.styles.d.ts +5 -9
- package/dist/components/filter/select-item.d.ts +2 -7
- package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +12 -12
- package/dist/components/panel/panel-render/panel-render-base.d.ts +2 -2
- package/dist/components/panel/settings/common/aggregation-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/data-field-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/mantine-size-selector.d.ts +4 -4
- package/dist/components/panel/settings/common/panel-query-selector.d.ts +2 -2
- package/dist/components/panel/settings/common/variable-selector/variable-selector-item.d.ts +2 -9
- package/dist/components/panel/settings/common/variable-selector/variable-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-origin-selector.d.ts +3 -7
- package/dist/components/plugins/common-echarts-fields/line-area-style/temp-color-input.d.ts +1 -1
- package/dist/components/plugins/common-echarts-fields/line-type/line-type-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/orientation/orientation-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts +2 -2
- package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/color-mapping-editor/style.d.ts +2 -5
- package/dist/components/plugins/editor-components/color-type/color-type-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/flex/align-items-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/flex/justify-content-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/horizontal-align-selector.d.ts +2 -2
- package/dist/components/plugins/editor-components/vertical-align-selector.d.ts +2 -2
- package/dist/components/plugins/plugin-context.d.ts +30 -12
- package/dist/components/plugins/viz-components/button/type.d.ts +2 -2
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/value-type-selector.d.ts +2 -2
- package/dist/components/plugins/viz-components/table/viz-table.styles.d.ts +4 -8
- package/dist/components/view/view-component/render/division.d.ts +2 -2
- package/dist/components/widgets/custom-selector-item/index.d.ts +2 -8
- package/dist/components/widgets/rich-text-editor/readonly-rich-text-editor.d.ts +2 -2
- package/dist/contexts/panel-context.d.ts +42 -24
- package/dist/dashboard-editor/model/editor/index.d.ts +10 -2
- package/dist/dashboard-editor/model/filters/index.d.ts +26 -26
- package/dist/dashboard-editor/model/panels/panel.d.ts +15 -6
- package/dist/dashboard-editor/model/queries/queries.d.ts +9 -9
- package/dist/dashboard-editor/model/queries/query.d.ts +1 -1
- package/dist/dashboard-editor/model/views/index.d.ts +672 -672
- package/dist/dashboard-editor/model/views/view.d.ts +30 -30
- package/dist/dashboard-editor/ui/header/spotlight/editor-spotlight.d.ts +3 -0
- package/dist/dashboard-editor/ui/header/spotlight/index.d.ts +1 -1
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-action-component.d.ts +7 -2
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-actions.d.ts +7 -0
- package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.style.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-variables-guide.d.ts +2 -2
- package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +88 -88
- package/dist/dashboard-editor/ui/settings/content/view-query-vars/query-variables-guide.d.ts +2 -2
- package/dist/dashboard.es.js +13669 -16716
- package/dist/dashboard.umd.js +116 -115
- package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +2 -2
- package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +9 -9
- package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +6 -6
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select-base.d.ts +1 -1
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/filter/widgets/tree-single-select.d.ts +3 -3
- package/dist/model/meta-model/dashboard/content/view/view.d.ts +20 -20
- package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +34 -33
- package/dist/model/render-model/dashboard/content/filters/filters.d.ts +22 -22
- package/dist/model/render-model/dashboard/content/panels/panel.d.ts +6 -6
- package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +2 -2
- package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5 -5
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +1 -1
- package/dist/model/render-model/dashboard/content/views/view.d.ts +28 -28
- package/dist/model/render-model/dashboard/content/views/views.d.ts +534 -534
- package/dist/stats.html +1 -1
- package/dist/style.css +1 -1
- package/dist/styles/common-html-content-style.d.ts +2 -2
- package/dist/utils/mantine.d.ts +4 -0
- package/dist/version.json +2 -2
- package/package.json +70 -105
- package/dist/dashboard-editor/ui/header/spotlight/spotlight-provider.d.ts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtable/dashboard",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.43.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -34,64 +34,102 @@
|
|
|
34
34
|
"coverage": "vitest --coverage"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
+
"@dnd-kit/core": "^6.1.0",
|
|
37
38
|
"@dnd-kit/helpers": "^0.0.3",
|
|
38
39
|
"@dnd-kit/react": "^0.0.4",
|
|
39
40
|
"@dnd-kit/sortable": "^8.0.0",
|
|
41
|
+
"@emotion/cache": "^11.11.0",
|
|
42
|
+
"@emotion/react": "^11.11.4",
|
|
43
|
+
"@emotion/serialize": "1.3.2",
|
|
44
|
+
"@emotion/utils": "1.4.1",
|
|
45
|
+
"@faker-js/faker": "7.6.0",
|
|
40
46
|
"@json2csv/whatwg": "7.0.3",
|
|
41
|
-
"@mantine/
|
|
47
|
+
"@mantine/code-highlight": "7.13.2",
|
|
48
|
+
"@mantine/core": "7.13.2",
|
|
49
|
+
"@mantine/dates": "7.13.2",
|
|
50
|
+
"@mantine/emotion": "7.13.2",
|
|
51
|
+
"@mantine/hooks": "7.13.2",
|
|
52
|
+
"@mantine/modals": "7.13.2",
|
|
53
|
+
"@mantine/notifications": "7.13.2",
|
|
54
|
+
"@mantine/spotlight": "7.13.2",
|
|
55
|
+
"@mantine/tiptap": "7.13.2",
|
|
42
56
|
"@monaco-editor/react": "4.6.0",
|
|
57
|
+
"@tabler/icons-react": "2.25.0",
|
|
58
|
+
"@tanstack/react-table": "8.10.0",
|
|
59
|
+
"@tanstack/react-virtual": "3.10.8",
|
|
60
|
+
"@tiptap/core": "2.8.0",
|
|
61
|
+
"@tiptap/extension-code-block": "2.8.0",
|
|
62
|
+
"@tiptap/extension-code-block-lowlight": "2.8.0",
|
|
63
|
+
"@tiptap/extension-color": "2.8.0",
|
|
64
|
+
"@tiptap/extension-highlight": "2.8.0",
|
|
65
|
+
"@tiptap/extension-link": "2.8.0",
|
|
66
|
+
"@tiptap/extension-placeholder": "2.8.0",
|
|
67
|
+
"@tiptap/extension-subscript": "2.8.0",
|
|
68
|
+
"@tiptap/extension-superscript": "2.8.0",
|
|
69
|
+
"@tiptap/extension-table": "2.8.0",
|
|
70
|
+
"@tiptap/extension-table-cell": "2.8.0",
|
|
71
|
+
"@tiptap/extension-table-header": "2.8.0",
|
|
72
|
+
"@tiptap/extension-table-row": "2.8.0",
|
|
73
|
+
"@tiptap/extension-text-align": "2.8.0",
|
|
74
|
+
"@tiptap/extension-text-style": "2.8.0",
|
|
75
|
+
"@tiptap/extension-underline": "2.8.0",
|
|
76
|
+
"@tiptap/pm": "2.8.0",
|
|
77
|
+
"@tiptap/react": "2.8.0",
|
|
78
|
+
"@tiptap/starter-kit": "2.8.0",
|
|
43
79
|
"@types/chroma-js": "^2.1.4",
|
|
80
|
+
"ahooks": "^3.3.11",
|
|
81
|
+
"axios": "^0.27.2",
|
|
82
|
+
"chroma-js": "^2.4.2",
|
|
44
83
|
"constrained-editor-plugin": "^1.3.0",
|
|
84
|
+
"crypto-js": "^4.1.1",
|
|
85
|
+
"d3-array": "3.2.4",
|
|
86
|
+
"d3-regression": "1.3.10",
|
|
87
|
+
"d3-scale": "4.0.2",
|
|
88
|
+
"dayjs": "1.11.9",
|
|
45
89
|
"dom-to-image-more": "3.1.6",
|
|
90
|
+
"echarts": "5.4.1",
|
|
91
|
+
"echarts-for-react": "3.0.2",
|
|
92
|
+
"echarts-gl": "2.0.9",
|
|
93
|
+
"eventemitter2": "^6.4.6",
|
|
46
94
|
"file-saver": "2.0.5",
|
|
95
|
+
"highlight.js": "^11.8.0",
|
|
47
96
|
"i18next": "^23.10.1",
|
|
48
97
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
49
98
|
"intl-pluralrules": "^2.0.1",
|
|
50
99
|
"js-base64": "3.7.5",
|
|
100
|
+
"jszip": "3.10.1",
|
|
101
|
+
"lodash": "^4.17.21",
|
|
102
|
+
"lowlight": "^2.9.0",
|
|
51
103
|
"mathjs": "11.12.0",
|
|
104
|
+
"mobx": "^6.6.1",
|
|
105
|
+
"mobx-react-lite": "^3.4.0",
|
|
106
|
+
"mobx-state-tree": "^5.1.5",
|
|
52
107
|
"monaco-editor": "0.52.0",
|
|
108
|
+
"numbro": "^2.3.6",
|
|
53
109
|
"performant-array-to-tree": "1.11.0",
|
|
54
110
|
"popmotion": "^11.0.3",
|
|
111
|
+
"prosemirror-commands": "^1.5.0",
|
|
112
|
+
"prosemirror-dropcursor": "^1.6.1",
|
|
113
|
+
"prosemirror-gapcursor": "^1.3.1",
|
|
114
|
+
"prosemirror-history": "^1.3.0",
|
|
115
|
+
"prosemirror-keymap": "^1.2.0",
|
|
116
|
+
"prosemirror-schema-list": "^1.2.2",
|
|
55
117
|
"rc-select": "14.1.0",
|
|
56
118
|
"rc-tree-select": "5.23.0",
|
|
119
|
+
"react-grid-layout": "^1.3.4",
|
|
57
120
|
"react-hook-form": "7.53.0",
|
|
58
121
|
"react-i18next": "^14.1.0",
|
|
122
|
+
"react-router-dom": "^6.3.0",
|
|
59
123
|
"reactflow": "^11.6.0",
|
|
60
124
|
"uuid": "9.0.1"
|
|
61
125
|
},
|
|
62
126
|
"devDependencies": {
|
|
63
|
-
"@emotion/babel-plugin": "11.11.0",
|
|
64
|
-
"@faker-js/faker": "7.6.0",
|
|
65
|
-
"@mantine/core": "6.0.16",
|
|
66
|
-
"@mantine/dates": "6.0.16",
|
|
67
|
-
"@mantine/hooks": "6.0.16",
|
|
68
|
-
"@mantine/modals": "6.0.16",
|
|
69
|
-
"@mantine/notifications": "6.0.16",
|
|
70
|
-
"@mantine/prism": "6.0.16",
|
|
71
|
-
"@mantine/tiptap": "6.0.16",
|
|
72
|
-
"@tabler/icons-react": "2.25.0",
|
|
127
|
+
"@emotion/babel-plugin": "^11.11.0",
|
|
73
128
|
"@testing-library/cypress": "^9.0.0",
|
|
129
|
+
"@testing-library/dom": "^8.11.4",
|
|
74
130
|
"@testing-library/jest-dom": "^5.16.4",
|
|
75
131
|
"@testing-library/react": "^13.3.0",
|
|
76
|
-
"@testing-library/react-hooks": "^8.0.1",
|
|
77
132
|
"@testing-library/user-event": "^14.3.0",
|
|
78
|
-
"@tiptap/extension-code-block-lowlight": "2.0.3",
|
|
79
|
-
"@tiptap/extension-color": "2.0.3",
|
|
80
|
-
"@tiptap/extension-highlight": "2.0.3",
|
|
81
|
-
"@tiptap/extension-link": "2.0.3",
|
|
82
|
-
"@tiptap/extension-placeholder": "2.0.3",
|
|
83
|
-
"@tiptap/extension-subscript": "2.0.3",
|
|
84
|
-
"@tiptap/extension-superscript": "2.0.3",
|
|
85
|
-
"@tiptap/extension-table": "2.0.3",
|
|
86
|
-
"@tiptap/extension-table-cell": "2.0.3",
|
|
87
|
-
"@tiptap/extension-table-header": "2.0.3",
|
|
88
|
-
"@tiptap/extension-table-row": "2.0.3",
|
|
89
|
-
"@tiptap/extension-text-align": "2.0.3",
|
|
90
|
-
"@tiptap/extension-text-style": "2.0.3",
|
|
91
|
-
"@tiptap/extension-underline": "2.0.3",
|
|
92
|
-
"@tiptap/pm": "2.0.3",
|
|
93
|
-
"@tiptap/react": "2.0.3",
|
|
94
|
-
"@tiptap/starter-kit": "2.0.3",
|
|
95
133
|
"@types/crypto-js": "v4.1.1",
|
|
96
134
|
"@types/d3-array": "3.2.1",
|
|
97
135
|
"@types/d3-scale": "4.0.8",
|
|
@@ -101,89 +139,16 @@
|
|
|
101
139
|
"@types/react-dom": "^18.0.0",
|
|
102
140
|
"@types/react-grid-layout": "^1.3.2",
|
|
103
141
|
"@types/uuid": "9.0.5",
|
|
104
|
-
"ahooks": "^3.3.11",
|
|
105
|
-
"ajv": "8.12.0",
|
|
106
|
-
"axios": "^0.27.2",
|
|
107
|
-
"crypto-js": "^4.1.1",
|
|
108
142
|
"cypress": "^12.9.0",
|
|
109
143
|
"cypress-wait-until": "^1.7.2",
|
|
110
|
-
"echarts": "5.4.1",
|
|
111
|
-
"echarts-for-react": "3.0.2",
|
|
112
|
-
"echarts-gl": "2.0.9",
|
|
113
144
|
"jsdom": "^20.0.0",
|
|
114
145
|
"jsdom-testing-mocks": "^1.5.0",
|
|
115
|
-
"lodash": "^4.17.21",
|
|
116
|
-
"lowlight": "^2.8.0",
|
|
117
|
-
"numbro": "^2.3.6",
|
|
118
|
-
"prosemirror-commands": "^1.5.0",
|
|
119
|
-
"prosemirror-dropcursor": "^1.6.1",
|
|
120
|
-
"prosemirror-gapcursor": "^1.3.1",
|
|
121
|
-
"prosemirror-history": "^1.3.0",
|
|
122
|
-
"prosemirror-keymap": "^1.2.0",
|
|
123
|
-
"prosemirror-schema-list": "^1.2.2",
|
|
124
|
-
"react-grid-layout": "^1.3.4",
|
|
125
146
|
"rollup-plugin-visualizer": "5.12.0",
|
|
126
147
|
"typescript": "^4.6.3",
|
|
127
148
|
"vite-plugin-static-copy": "^0.17.0"
|
|
128
149
|
},
|
|
129
150
|
"peerDependencies": {
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"@mantine/core": "6.0.16",
|
|
133
|
-
"@mantine/dates": "6.0.16",
|
|
134
|
-
"@mantine/hooks": "6.0.16",
|
|
135
|
-
"@mantine/modals": "6.0.16",
|
|
136
|
-
"@mantine/notifications": "6.0.16",
|
|
137
|
-
"@mantine/prism": "6.0.16",
|
|
138
|
-
"@mantine/tiptap": "6.0.16",
|
|
139
|
-
"@tabler/icons-react": "2.25.0",
|
|
140
|
-
"@tanstack/react-table": "8.10.0",
|
|
141
|
-
"@tiptap/extension-code-block-lowlight": "2.0.3",
|
|
142
|
-
"@tiptap/extension-color": "2.0.3",
|
|
143
|
-
"@tiptap/extension-highlight": "2.0.3",
|
|
144
|
-
"@tiptap/extension-link": "2.0.3",
|
|
145
|
-
"@tiptap/extension-placeholder": "2.0.3",
|
|
146
|
-
"@tiptap/extension-subscript": "2.0.3",
|
|
147
|
-
"@tiptap/extension-superscript": "2.0.3",
|
|
148
|
-
"@tiptap/extension-table": "2.0.3",
|
|
149
|
-
"@tiptap/extension-table-cell": "2.0.3",
|
|
150
|
-
"@tiptap/extension-table-header": "2.0.3",
|
|
151
|
-
"@tiptap/extension-table-row": "2.0.3",
|
|
152
|
-
"@tiptap/extension-text-align": "2.0.3",
|
|
153
|
-
"@tiptap/extension-text-style": "2.0.3",
|
|
154
|
-
"@tiptap/extension-underline": "2.0.3",
|
|
155
|
-
"@tiptap/pm": "2.0.3",
|
|
156
|
-
"@tiptap/react": "2.0.3",
|
|
157
|
-
"@tiptap/starter-kit": "2.0.3",
|
|
158
|
-
"ahooks": "^3.3.11",
|
|
159
|
-
"axios": "^0.27.2",
|
|
160
|
-
"chroma-js": "^2.4.2",
|
|
161
|
-
"crypto-js": "^4.1.1",
|
|
162
|
-
"d3-array": "3.2.4",
|
|
163
|
-
"d3-regression": "1.3.10",
|
|
164
|
-
"d3-scale": "4.0.2",
|
|
165
|
-
"dayjs": "1.11.9",
|
|
166
|
-
"echarts": "5.4.1",
|
|
167
|
-
"echarts-for-react": "3.0.2",
|
|
168
|
-
"echarts-gl": "2.0.9",
|
|
169
|
-
"eventemitter2": "^6.4.6",
|
|
170
|
-
"jszip": "3.10.1",
|
|
171
|
-
"lodash": "^4.17.21",
|
|
172
|
-
"lowlight": "^2.8.0",
|
|
173
|
-
"mobx": "^6.6.1",
|
|
174
|
-
"mobx-react-lite": "^3.4.0",
|
|
175
|
-
"mobx-state-tree": "^5.1.5",
|
|
176
|
-
"numbro": "^2.3.6",
|
|
177
|
-
"prosemirror-commands": "^1.5.0",
|
|
178
|
-
"prosemirror-dropcursor": "^1.6.1",
|
|
179
|
-
"prosemirror-gapcursor": "^1.3.1",
|
|
180
|
-
"prosemirror-history": "^1.3.0",
|
|
181
|
-
"prosemirror-keymap": "^1.2.0",
|
|
182
|
-
"prosemirror-schema-list": "^1.2.2",
|
|
183
|
-
"react": "^16.8.0 || 17.x || 18.x",
|
|
184
|
-
"react-dom": "^16.8.0 || 17.x || 18.x",
|
|
185
|
-
"react-grid-layout": "^1.3.4",
|
|
186
|
-
"react-router-dom": "^6.3.0",
|
|
187
|
-
"react-virtual": "^2.10.4"
|
|
151
|
+
"react": "^18.2.0",
|
|
152
|
+
"react-dom": "^18.2.0"
|
|
188
153
|
}
|
|
189
154
|
}
|