@devtable/dashboard 13.1.2 → 13.2.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/plugins/editor-components/field-array-tabs/field-array-tabs.d.ts +24 -0
- package/dist/components/plugins/editor-components/field-array-tabs/index.d.ts +1 -0
- package/dist/components/plugins/editor-components/index.d.ts +1 -0
- package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/regressions/regression-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/series/series-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/cartesian/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/cartesian/editors/{y-axes.d.ts → y-axes/index.d.ts} +1 -1
- package/dist/components/plugins/viz-components/cartesian/editors/y-axes/y-axis.d.ts +8 -0
- package/dist/components/plugins/viz-components/heatmap/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +2 -3
- package/dist/components/plugins/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -3
- package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +2 -3
- package/dist/components/plugins/viz-components/radar-chart/editors/dimensions/dimension.d.ts +2 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +2 -3
- package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/metric.d.ts +1 -2
- package/dist/components/plugins/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +2 -3
- package/dist/components/plugins/viz-components/sunburst/editors/levels/level.d.ts +1 -2
- package/dist/dashboard.es.js +7474 -7982
- package/dist/dashboard.umd.js +106 -106
- package/dist/i18n/en.d.ts +5 -0
- package/dist/i18n/zh.d.ts +5 -0
- package/dist/model/render-model/dashboard/content/queries/query.d.ts +9 -0
- package/dist/stats.html +1 -1
- package/package.json +1 -1