@devtable/dashboard 10.44.1 → 10.44.3

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.
Files changed (383) hide show
  1. package/dist/api-caller/index.d.ts +4 -4
  2. package/dist/api-caller/request.d.ts +4 -4
  3. package/dist/api-caller/types.d.ts +5 -5
  4. package/dist/api-caller/utils.d.ts +1 -0
  5. package/dist/components/filter/filter-checkbox/editor.d.ts +1 -1
  6. package/dist/components/filter/filter-checkbox/render.d.ts +2 -2
  7. package/dist/components/filter/filter-date-range/editor.d.ts +1 -1
  8. package/dist/components/filter/filter-date-range/render.d.ts +1 -1
  9. package/dist/components/filter/filter-multi-select/editor.d.ts +1 -1
  10. package/dist/components/filter/filter-multi-select/render/index.d.ts +1 -1
  11. package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -2
  12. package/dist/components/filter/filter-select/editor.d.ts +1 -1
  13. package/dist/components/filter/filter-select/render.d.ts +1 -1
  14. package/dist/components/filter/filter-settings/filter-setting.d.ts +1 -1
  15. package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -0
  16. package/dist/components/filter/filter-settings/index.d.ts +7 -0
  17. package/dist/components/filter/filter-settings/preview-filter.d.ts +1 -1
  18. package/dist/components/filter/filter-settings/types.d.ts +4 -0
  19. package/dist/components/filter/filter-text-input/editor.d.ts +1 -1
  20. package/dist/components/filter/filter-text-input/render.d.ts +2 -2
  21. package/dist/components/filter/filter-tree-select/editor.d.ts +1 -1
  22. package/dist/components/filter/filter-tree-select/render/index.d.ts +2 -2
  23. package/dist/components/filter/filter-tree-select/render/widget.d.ts +1 -1
  24. package/dist/components/filter/filter.d.ts +1 -1
  25. package/dist/components/filter/index.d.ts +1 -1
  26. package/dist/components/panel/panel-editor/dropdown-menu/index.d.ts +1 -1
  27. package/dist/components/panel/panel-editor/index.d.ts +1 -1
  28. package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +1 -1
  29. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +1 -1
  30. package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +766 -765
  31. package/dist/components/panel/panel-render/panel-render-base.d.ts +1 -1
  32. package/dist/components/panel/panel-render/panel-render.d.ts +1 -1
  33. package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +1 -1
  34. package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +1 -1
  35. package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +1 -1
  36. package/dist/components/panel/plugin-adaptor.d.ts +1 -1
  37. package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
  38. package/dist/components/panel/settings/common/css-types.d.ts +2 -2
  39. package/dist/components/panel/settings/common/numbro-format-selector.d.ts +1 -1
  40. package/dist/components/panel/use-config-viz-instance-service.d.ts +2 -2
  41. package/dist/components/plugins/color-manager/color-manager.d.ts +1 -1
  42. package/dist/components/plugins/color-manager/impl.d.ts +2 -2
  43. package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -1
  44. package/dist/components/plugins/colors/diverging-color.d.ts +1 -1
  45. package/dist/components/plugins/colors/index.d.ts +1 -1
  46. package/dist/components/plugins/colors/sequential-color.d.ts +1 -1
  47. package/dist/components/plugins/common-echarts-fields/label-position/types.d.ts +2 -2
  48. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/types.d.ts +3 -3
  49. package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +1 -1
  50. package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +2 -2
  51. package/dist/components/plugins/controls/color-interpolation-select/index.d.ts +2 -2
  52. package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +1 -1
  53. package/dist/components/plugins/controls/color-mapping-editor/style.d.ts +1 -1
  54. package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -0
  55. package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -1
  56. package/dist/components/plugins/instance-migrator/index.d.ts +3 -3
  57. package/dist/components/plugins/json-plugin-storage.d.ts +1 -1
  58. package/dist/components/plugins/message-channels.d.ts +1 -1
  59. package/dist/components/plugins/plugin-context.d.ts +764 -763
  60. package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +3 -3
  61. package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -1
  62. package/dist/components/plugins/plugin-manager.d.ts +1 -1
  63. package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +1 -1
  64. package/dist/components/plugins/service/use-top-level-services.d.ts +2 -2
  65. package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -1
  66. package/dist/components/plugins/test-utils.d.ts +9 -0
  67. package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -1
  68. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -1
  69. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -1
  70. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
  71. package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -2
  72. package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
  73. package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
  74. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -1
  75. package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -1
  76. package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +7 -7
  77. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -1
  78. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -1
  79. package/dist/components/plugins/viz-components/button/index.d.ts +1 -1
  80. package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +1 -1
  81. package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +1 -1
  82. package/dist/components/plugins/viz-components/button/viz-button.d.ts +1 -1
  83. package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -1
  84. package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
  85. package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
  86. package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -1
  87. package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -1
  88. package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -3
  89. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -1
  90. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -1
  91. package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +1 -1
  92. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
  93. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
  94. package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +3 -3
  95. package/dist/components/plugins/viz-components/cartesian/index.d.ts +2 -2
  96. package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -3
  97. package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
  98. package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +1 -1
  99. package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
  100. package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
  101. package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
  102. package/dist/components/plugins/viz-components/cartesian/option/series/types.d.ts +1 -1
  103. package/dist/components/plugins/viz-components/cartesian/option/utils/types.d.ts +1 -1
  104. package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
  105. package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +3 -3
  106. package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -1
  107. package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -4
  108. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -1
  109. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -1
  110. package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -1
  111. package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -2
  112. package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -1
  113. package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
  114. package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
  115. package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -1
  116. package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -2
  117. package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
  118. package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -1
  119. package/dist/components/plugins/viz-components/heatmap/type.d.ts +4 -4
  120. package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -1
  121. package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -1
  122. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
  123. package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -1
  124. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
  125. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
  126. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
  127. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
  128. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/types.d.ts +1 -1
  129. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/types.d.ts +1 -1
  130. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
  131. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
  132. package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +4 -4
  133. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
  134. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -1
  135. package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -1
  136. package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -1
  137. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
  138. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -1
  139. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +3 -3
  140. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
  141. package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
  142. package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +2 -2
  143. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
  144. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -1
  145. package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +1 -1
  146. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
  147. package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -1
  148. package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +1 -1
  149. package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -2
  150. package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
  151. package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +1 -1
  152. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +5 -5
  153. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
  154. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +1 -1
  155. package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -1
  156. package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +1 -1
  157. package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +1 -1
  158. package/dist/components/plugins/viz-components/merico-stats/type.d.ts +6 -6
  159. package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +1 -1
  160. package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -1
  161. package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
  162. package/dist/components/plugins/viz-components/pareto-chart/option/types.d.ts +1 -1
  163. package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -1
  164. package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -1
  165. package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
  166. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -1
  167. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
  168. package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -1
  169. package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
  170. package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -1
  171. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
  172. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -1
  173. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +1 -1
  174. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +1 -1
  175. package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -1
  176. package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -1
  177. package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -1
  178. package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
  179. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -1
  180. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -1
  181. package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -1
  182. package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
  183. package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts +2 -2
  184. package/dist/components/plugins/viz-components/regression-chart/option/series.d.ts +2 -2
  185. package/dist/components/plugins/viz-components/regression-chart/option/tooltip.d.ts +1 -1
  186. package/dist/components/plugins/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +1 -1
  187. package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
  188. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -1
  189. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -1
  190. package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -1
  191. package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +2 -2
  192. package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -1
  193. package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +1 -1
  194. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
  195. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
  196. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +3 -3
  197. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -1
  198. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +3 -3
  199. package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -1
  200. package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
  201. package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +2 -2
  202. package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -1
  203. package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +3 -3
  204. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -1
  205. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -1
  206. package/dist/components/plugins/viz-components/stats/index.d.ts +1 -1
  207. package/dist/components/plugins/viz-components/stats/update/index.d.ts +1 -1
  208. package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -1
  209. package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +1 -1
  210. package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -1
  211. package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
  212. package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +2 -2
  213. package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -2
  214. package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -1
  215. package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -1
  216. package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +1 -1
  217. package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +1 -1
  218. package/dist/components/plugins/viz-components/table/index.d.ts +1 -1
  219. package/dist/components/plugins/viz-components/table/render/index.d.ts +1 -1
  220. package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
  221. package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +2 -2
  222. package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -2
  223. package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +2 -2
  224. package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -1
  225. package/dist/components/plugins/viz-components/table/type.d.ts +4 -4
  226. package/dist/components/plugins/viz-components/table/utils.d.ts +1 -1
  227. package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +1 -1
  228. package/dist/components/plugins/viz-components/text/index.d.ts +1 -1
  229. package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +1 -1
  230. package/dist/components/plugins/viz-components/text/viz-text.d.ts +1 -1
  231. package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -1
  232. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
  233. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
  234. package/dist/components/plugins/viz-manager/components.d.ts +4 -4
  235. package/dist/components/plugins/viz-manager/impl.d.ts +1 -1
  236. package/dist/components/plugins/viz-manager/types.d.ts +3 -3
  237. package/dist/components/view/layout/main-layout.d.ts +1 -1
  238. package/dist/components/view/layout/read-only-layout.d.ts +1 -1
  239. package/dist/components/view/view-component/preview/division.d.ts +1 -1
  240. package/dist/components/view/view-component/preview/index.d.ts +1 -1
  241. package/dist/components/view/view-component/preview/modal.d.ts +1 -1
  242. package/dist/components/view/view-component/preview/tabs.d.ts +1 -1
  243. package/dist/components/view/view-component/render/division.d.ts +1 -1
  244. package/dist/components/view/view-component/render/index.d.ts +1 -1
  245. package/dist/components/view/view-component/render/modal.d.ts +1 -1
  246. package/dist/components/view/view-component/render/tabs.d.ts +1 -1
  247. package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +1 -1
  248. package/dist/components/view/view-component/utils/use-download-modal-screenshot.d.ts +1 -1
  249. package/dist/components/view/view-editor.d.ts +1 -1
  250. package/dist/components/view/view-render.d.ts +1 -1
  251. package/dist/components/widgets/modal-function-editor/index.d.ts +1 -1
  252. package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +1 -1
  253. package/dist/contexts/panel-context.d.ts +1536 -1535
  254. package/dist/dashboard-editor/index.d.ts +1 -1
  255. package/dist/dashboard-editor/model/datasources/columns.d.ts +2 -2
  256. package/dist/dashboard-editor/model/datasources/datasource.d.ts +6 -6
  257. package/dist/dashboard-editor/model/datasources/index.d.ts +22 -22
  258. package/dist/dashboard-editor/model/datasources/indexes.d.ts +4 -4
  259. package/dist/dashboard-editor/model/datasources/table-data.d.ts +2 -2
  260. package/dist/dashboard-editor/model/datasources/tables.d.ts +3 -3
  261. package/dist/dashboard-editor/model/editor/index.d.ts +5 -5
  262. package/dist/dashboard-editor/model/filters/index.d.ts +71 -71
  263. package/dist/dashboard-editor/model/panels/panel.d.ts +348 -347
  264. package/dist/dashboard-editor/model/panels/panels.d.ts +3050 -3049
  265. package/dist/dashboard-editor/model/queries/index.d.ts +31 -31
  266. package/dist/dashboard-editor/model/sql-snippets/index.d.ts +2 -2
  267. package/dist/dashboard-editor/model/views/index.d.ts +732 -732
  268. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +1 -1
  269. package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +1 -1
  270. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
  271. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
  272. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
  273. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
  274. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
  275. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
  276. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
  277. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +2 -2
  278. package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
  279. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +1 -1
  280. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +162 -162
  281. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
  282. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
  283. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -1
  284. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -1
  285. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +1 -1
  286. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -1
  287. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
  288. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -1
  289. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -1
  290. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +1 -1
  291. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -1
  292. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -1
  293. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -1
  294. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -1
  295. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
  296. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +8 -0
  297. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +144 -144
  298. package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -1
  299. package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +1 -1
  300. package/dist/dashboard-render/index.d.ts +1 -1
  301. package/dist/dashboard.es.js +14351 -15581
  302. package/dist/dashboard.umd.js +130 -130
  303. package/dist/init-dayjs.d.ts +1 -0
  304. package/dist/interactions/attachment-instance-manager.d.ts +1 -1
  305. package/dist/interactions/components/interaction-settings.d.ts +2 -2
  306. package/dist/interactions/components/operation-select.d.ts +1 -1
  307. package/dist/interactions/components/trigger-config-model.d.ts +3 -3
  308. package/dist/interactions/components/trigger-select.d.ts +1 -1
  309. package/dist/interactions/components/variable-list.d.ts +1 -1
  310. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +2 -2
  311. package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -1
  312. package/dist/interactions/interaction-manager.d.ts +1 -1
  313. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
  314. package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
  315. package/dist/interactions/interactions-viewer/data/nodes.d.ts +1 -1
  316. package/dist/interactions/interactions-viewer/data/position.d.ts +1 -1
  317. package/dist/interactions/interactions-viewer/data/types.d.ts +4 -4
  318. package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -2
  319. package/dist/interactions/operation/operation-manager-impl.d.ts +1 -1
  320. package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -1
  321. package/dist/interactions/operation/operations/console-log.d.ts +1 -1
  322. package/dist/interactions/operation/operations/index.d.ts +1 -1
  323. package/dist/interactions/operation/operations/open-link.d.ts +1 -1
  324. package/dist/interactions/operation/operations/open-view.d.ts +1 -1
  325. package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -1
  326. package/dist/interactions/temp-hack.d.ts +1 -1
  327. package/dist/interactions/test/helpers.d.ts +4 -0
  328. package/dist/interactions/trigger/trigger-manager-impl.d.ts +2 -2
  329. package/dist/model/meta-model/context/context.d.ts +2 -2
  330. package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +19 -19
  331. package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +1 -1
  332. package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +4 -4
  333. package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +1 -1
  334. package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +3 -3
  335. package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +1 -1
  336. package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +1 -1
  337. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +1 -1
  338. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +1 -1
  339. package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +133 -132
  340. package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +76 -76
  341. package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +1 -1
  342. package/dist/model/meta-model/dashboard/content/query/query.d.ts +2 -2
  343. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +1 -1
  344. package/dist/model/meta-model/dashboard/content/types.d.ts +5 -5
  345. package/dist/model/meta-model/dashboard/content/view/view.d.ts +13 -13
  346. package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +2 -2
  347. package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +3 -3
  348. package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +8 -8
  349. package/dist/model/meta-model/datasources/datasource.d.ts +3 -3
  350. package/dist/model/meta-model/datasources/datasources.d.ts +6 -6
  351. package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +2 -2
  352. package/dist/model/render-model/dashboard/content/filters/filters.d.ts +88 -88
  353. package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -1
  354. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
  355. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +342 -341
  356. package/dist/model/render-model/dashboard/content/panels/panels.d.ts +2661 -2660
  357. package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +4 -4
  358. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +24 -24
  359. package/dist/model/render-model/dashboard/content/queries/query.d.ts +6 -6
  360. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +3 -3
  361. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +2 -2
  362. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -1
  363. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -2
  364. package/dist/model/render-model/dashboard/content/views/view.d.ts +14 -14
  365. package/dist/model/render-model/dashboard/content/views/views.d.ts +804 -804
  366. package/dist/shared/api-client/default-api-client.d.ts +1 -1
  367. package/dist/shared/api-client/types.d.ts +3 -3
  368. package/dist/stats.html +1 -1
  369. package/dist/types/dashboard.d.ts +4 -4
  370. package/dist/types/filter.d.ts +1 -1
  371. package/dist/types/plugin/index.d.ts +4 -4
  372. package/dist/types/utils.d.ts +2 -2
  373. package/dist/utils/aggregation.d.ts +2 -2
  374. package/dist/utils/color-feed.d.ts +1 -1
  375. package/dist/utils/dashboard-state.d.ts +1 -1
  376. package/dist/utils/diff-json.d.ts +2 -0
  377. package/dist/utils/error-boundary.d.ts +3 -3
  378. package/dist/utils/http-query.d.ts +2 -2
  379. package/dist/utils/sql.d.ts +1 -1
  380. package/dist/utils/template/types.d.ts +1 -1
  381. package/package.json +3 -3
  382. package/dist/global.d.ts +0 -8
  383. package/dist/vite-env.d.ts +0 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react-grid-layout" />
1
2
  import { Instance, SnapshotIn } from 'mobx-state-tree';
2
3
  export declare const PanelModel: import("mobx-state-tree").IModelType<{
3
4
  id: import("mobx-state-tree").ISimpleType<string>;
@@ -68,32 +69,32 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
68
69
  size: import("mobx-state-tree").ISimpleType<string>;
69
70
  weight: import("mobx-state-tree").ISimpleType<string>;
70
71
  color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
71
- type: import("mobx-state-tree").ISimpleType<"static">;
72
- staticColor: import("mobx-state-tree").ISimpleType<string>;
73
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
74
72
  type: import("mobx-state-tree").ISimpleType<"continuous">;
75
73
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
76
74
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
77
75
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
78
76
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
79
- }>>, import("mobx-state-tree").ModelSnapshotType<{
77
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
80
78
  type: import("mobx-state-tree").ISimpleType<"static">;
81
79
  staticColor: import("mobx-state-tree").ISimpleType<string>;
82
- }> | import("mobx-state-tree").ModelSnapshotType<{
80
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
83
81
  type: import("mobx-state-tree").ISimpleType<"continuous">;
84
82
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
85
83
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
86
84
  }> | import("mobx-state-tree").ModelSnapshotType<{
87
85
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
88
- }>, import("mobx-state-tree").ModelInstanceType<{
86
+ }> | import("mobx-state-tree").ModelSnapshotType<{
89
87
  type: import("mobx-state-tree").ISimpleType<"static">;
90
88
  staticColor: import("mobx-state-tree").ISimpleType<string>;
91
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
89
+ }>, import("mobx-state-tree").ModelInstanceType<{
92
90
  type: import("mobx-state-tree").ISimpleType<"continuous">;
93
91
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
94
92
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
95
93
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
96
94
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
95
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
96
+ type: import("mobx-state-tree").ISimpleType<"static">;
97
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
97
98
  }, {}>>;
98
99
  formatter: import("mobx-state-tree").IModelType<{
99
100
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
@@ -103,9 +104,6 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
103
104
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
104
105
  data_field: import("mobx-state-tree").ISimpleType<string>;
105
106
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
106
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
107
- config: import("mobx-state-tree").IType<any, any, any>;
108
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
109
107
  type: import("mobx-state-tree").ISimpleType<"quantile">;
110
108
  config: import("mobx-state-tree").IModelType<{
111
109
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -115,10 +113,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
115
113
  config: import("mobx-state-tree").IModelType<{
116
114
  func: import("mobx-state-tree").ISimpleType<string>;
117
115
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
118
- }>>, import("mobx-state-tree").ModelSnapshotType<{
116
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
119
117
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
120
118
  config: import("mobx-state-tree").IType<any, any, any>;
121
- }> | import("mobx-state-tree").ModelSnapshotType<{
119
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
122
120
  type: import("mobx-state-tree").ISimpleType<"quantile">;
123
121
  config: import("mobx-state-tree").IModelType<{
124
122
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -128,10 +126,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
128
126
  config: import("mobx-state-tree").IModelType<{
129
127
  func: import("mobx-state-tree").ISimpleType<string>;
130
128
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
131
- }>, import("mobx-state-tree").ModelInstanceType<{
129
+ }> | import("mobx-state-tree").ModelSnapshotType<{
132
130
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
133
131
  config: import("mobx-state-tree").IType<any, any, any>;
134
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
132
+ }>, import("mobx-state-tree").ModelInstanceType<{
135
133
  type: import("mobx-state-tree").ISimpleType<"quantile">;
136
134
  config: import("mobx-state-tree").IModelType<{
137
135
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -141,101 +139,104 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
141
139
  config: import("mobx-state-tree").IModelType<{
142
140
  func: import("mobx-state-tree").ISimpleType<string>;
143
141
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
142
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
143
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
144
+ config: import("mobx-state-tree").IType<any, any, any>;
144
145
  }, {}>>;
145
146
  }, {
146
147
  readonly json: {
147
148
  name: string;
148
149
  size: string;
149
150
  color: ({
150
- type: "static";
151
- staticColor: string;
151
+ type: "continuous";
152
+ valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
153
+ colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
152
154
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
153
- type: import("mobx-state-tree").ISimpleType<"static">;
154
- staticColor: import("mobx-state-tree").ISimpleType<string>;
155
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
156
155
  type: import("mobx-state-tree").ISimpleType<"continuous">;
157
156
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
158
157
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
159
158
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
160
159
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
161
- }>>, import("mobx-state-tree").ModelSnapshotType<{
160
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
162
161
  type: import("mobx-state-tree").ISimpleType<"static">;
163
162
  staticColor: import("mobx-state-tree").ISimpleType<string>;
164
- }> | import("mobx-state-tree").ModelSnapshotType<{
163
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
165
164
  type: import("mobx-state-tree").ISimpleType<"continuous">;
166
165
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
167
166
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
168
167
  }> | import("mobx-state-tree").ModelSnapshotType<{
169
168
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
170
- }>, import("mobx-state-tree").ModelInstanceType<{
169
+ }> | import("mobx-state-tree").ModelSnapshotType<{
171
170
  type: import("mobx-state-tree").ISimpleType<"static">;
172
171
  staticColor: import("mobx-state-tree").ISimpleType<string>;
173
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
172
+ }>, import("mobx-state-tree").ModelInstanceType<{
174
173
  type: import("mobx-state-tree").ISimpleType<"continuous">;
175
174
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
176
175
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
177
176
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
178
177
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
179
- }, {}>>>) | ({
180
- type: "continuous";
181
- valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
182
- colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
183
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
178
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
184
179
  type: import("mobx-state-tree").ISimpleType<"static">;
185
180
  staticColor: import("mobx-state-tree").ISimpleType<string>;
186
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
181
+ }, {}>>>) | ({
182
+ type: "piecewise";
183
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
187
184
  type: import("mobx-state-tree").ISimpleType<"continuous">;
188
185
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
189
186
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
190
187
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
191
188
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
192
- }>>, import("mobx-state-tree").ModelSnapshotType<{
189
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
193
190
  type: import("mobx-state-tree").ISimpleType<"static">;
194
191
  staticColor: import("mobx-state-tree").ISimpleType<string>;
195
- }> | import("mobx-state-tree").ModelSnapshotType<{
192
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
196
193
  type: import("mobx-state-tree").ISimpleType<"continuous">;
197
194
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
198
195
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
199
196
  }> | import("mobx-state-tree").ModelSnapshotType<{
200
197
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
201
- }>, import("mobx-state-tree").ModelInstanceType<{
198
+ }> | import("mobx-state-tree").ModelSnapshotType<{
202
199
  type: import("mobx-state-tree").ISimpleType<"static">;
203
200
  staticColor: import("mobx-state-tree").ISimpleType<string>;
204
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
201
+ }>, import("mobx-state-tree").ModelInstanceType<{
205
202
  type: import("mobx-state-tree").ISimpleType<"continuous">;
206
203
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
207
204
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
208
205
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
209
206
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
210
- }, {}>>>) | ({
211
- type: "piecewise";
212
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
207
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
213
208
  type: import("mobx-state-tree").ISimpleType<"static">;
214
209
  staticColor: import("mobx-state-tree").ISimpleType<string>;
215
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
210
+ }, {}>>>) | ({
211
+ type: "static";
212
+ staticColor: string;
213
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
216
214
  type: import("mobx-state-tree").ISimpleType<"continuous">;
217
215
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
218
216
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
219
217
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
220
218
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
221
- }>>, import("mobx-state-tree").ModelSnapshotType<{
219
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
222
220
  type: import("mobx-state-tree").ISimpleType<"static">;
223
221
  staticColor: import("mobx-state-tree").ISimpleType<string>;
224
- }> | import("mobx-state-tree").ModelSnapshotType<{
222
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
225
223
  type: import("mobx-state-tree").ISimpleType<"continuous">;
226
224
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
227
225
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
228
226
  }> | import("mobx-state-tree").ModelSnapshotType<{
229
227
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
230
- }>, import("mobx-state-tree").ModelInstanceType<{
228
+ }> | import("mobx-state-tree").ModelSnapshotType<{
231
229
  type: import("mobx-state-tree").ISimpleType<"static">;
232
230
  staticColor: import("mobx-state-tree").ISimpleType<string>;
233
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
231
+ }>, import("mobx-state-tree").ModelInstanceType<{
234
232
  type: import("mobx-state-tree").ISimpleType<"continuous">;
235
233
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
236
234
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
237
235
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
238
236
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
237
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
238
+ type: import("mobx-state-tree").ISimpleType<"static">;
239
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
239
240
  }, {}>>>);
240
241
  weight: string;
241
242
  formatter: {
@@ -251,12 +252,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
251
252
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
252
253
  data_field: string;
253
254
  aggregation: ({
254
- type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
255
- config: any;
255
+ type: "quantile";
256
+ config: {
257
+ p: number;
258
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
259
+ p: import("mobx-state-tree").ISimpleType<number>;
260
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
256
261
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
257
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
258
- config: import("mobx-state-tree").IType<any, any, any>;
259
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
260
262
  type: import("mobx-state-tree").ISimpleType<"quantile">;
261
263
  config: import("mobx-state-tree").IModelType<{
262
264
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -266,10 +268,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
266
268
  config: import("mobx-state-tree").IModelType<{
267
269
  func: import("mobx-state-tree").ISimpleType<string>;
268
270
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
269
- }>>, import("mobx-state-tree").ModelSnapshotType<{
271
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
270
272
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
271
273
  config: import("mobx-state-tree").IType<any, any, any>;
272
- }> | import("mobx-state-tree").ModelSnapshotType<{
274
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
273
275
  type: import("mobx-state-tree").ISimpleType<"quantile">;
274
276
  config: import("mobx-state-tree").IModelType<{
275
277
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -279,10 +281,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
279
281
  config: import("mobx-state-tree").IModelType<{
280
282
  func: import("mobx-state-tree").ISimpleType<string>;
281
283
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
282
- }>, import("mobx-state-tree").ModelInstanceType<{
284
+ }> | import("mobx-state-tree").ModelSnapshotType<{
283
285
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
284
286
  config: import("mobx-state-tree").IType<any, any, any>;
285
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
287
+ }>, import("mobx-state-tree").ModelInstanceType<{
286
288
  type: import("mobx-state-tree").ISimpleType<"quantile">;
287
289
  config: import("mobx-state-tree").IModelType<{
288
290
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -292,17 +294,17 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
292
294
  config: import("mobx-state-tree").IModelType<{
293
295
  func: import("mobx-state-tree").ISimpleType<string>;
294
296
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
297
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
298
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
299
+ config: import("mobx-state-tree").IType<any, any, any>;
295
300
  }, {}>>>) | ({
296
- type: "quantile";
301
+ type: "custom";
297
302
  config: {
298
- p: number;
303
+ func: string;
299
304
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
300
- p: import("mobx-state-tree").ISimpleType<number>;
305
+ func: import("mobx-state-tree").ISimpleType<string>;
301
306
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
302
307
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
303
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
304
- config: import("mobx-state-tree").IType<any, any, any>;
305
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
306
308
  type: import("mobx-state-tree").ISimpleType<"quantile">;
307
309
  config: import("mobx-state-tree").IModelType<{
308
310
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -312,10 +314,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
312
314
  config: import("mobx-state-tree").IModelType<{
313
315
  func: import("mobx-state-tree").ISimpleType<string>;
314
316
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
315
- }>>, import("mobx-state-tree").ModelSnapshotType<{
317
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
316
318
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
317
319
  config: import("mobx-state-tree").IType<any, any, any>;
318
- }> | import("mobx-state-tree").ModelSnapshotType<{
320
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
319
321
  type: import("mobx-state-tree").ISimpleType<"quantile">;
320
322
  config: import("mobx-state-tree").IModelType<{
321
323
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -325,10 +327,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
325
327
  config: import("mobx-state-tree").IModelType<{
326
328
  func: import("mobx-state-tree").ISimpleType<string>;
327
329
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
328
- }>, import("mobx-state-tree").ModelInstanceType<{
330
+ }> | import("mobx-state-tree").ModelSnapshotType<{
329
331
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
330
332
  config: import("mobx-state-tree").IType<any, any, any>;
331
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
333
+ }>, import("mobx-state-tree").ModelInstanceType<{
332
334
  type: import("mobx-state-tree").ISimpleType<"quantile">;
333
335
  config: import("mobx-state-tree").IModelType<{
334
336
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -338,17 +340,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
338
340
  config: import("mobx-state-tree").IModelType<{
339
341
  func: import("mobx-state-tree").ISimpleType<string>;
340
342
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
341
- }, {}>>>) | ({
342
- type: "custom";
343
- config: {
344
- func: string;
345
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
346
- func: import("mobx-state-tree").ISimpleType<string>;
347
- }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
348
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
343
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
349
344
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
350
345
  config: import("mobx-state-tree").IType<any, any, any>;
351
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
346
+ }, {}>>>) | ({
347
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
348
+ config: any;
349
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
352
350
  type: import("mobx-state-tree").ISimpleType<"quantile">;
353
351
  config: import("mobx-state-tree").IModelType<{
354
352
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -358,10 +356,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
358
356
  config: import("mobx-state-tree").IModelType<{
359
357
  func: import("mobx-state-tree").ISimpleType<string>;
360
358
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
361
- }>>, import("mobx-state-tree").ModelSnapshotType<{
359
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
362
360
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
363
361
  config: import("mobx-state-tree").IType<any, any, any>;
364
- }> | import("mobx-state-tree").ModelSnapshotType<{
362
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
365
363
  type: import("mobx-state-tree").ISimpleType<"quantile">;
366
364
  config: import("mobx-state-tree").IModelType<{
367
365
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -371,10 +369,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
371
369
  config: import("mobx-state-tree").IModelType<{
372
370
  func: import("mobx-state-tree").ISimpleType<string>;
373
371
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
374
- }>, import("mobx-state-tree").ModelInstanceType<{
372
+ }> | import("mobx-state-tree").ModelSnapshotType<{
375
373
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
376
374
  config: import("mobx-state-tree").IType<any, any, any>;
377
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
375
+ }>, import("mobx-state-tree").ModelInstanceType<{
378
376
  type: import("mobx-state-tree").ISimpleType<"quantile">;
379
377
  config: import("mobx-state-tree").IModelType<{
380
378
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -384,6 +382,9 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
384
382
  config: import("mobx-state-tree").IModelType<{
385
383
  func: import("mobx-state-tree").ISimpleType<string>;
386
384
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
385
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
386
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
387
+ config: import("mobx-state-tree").IType<any, any, any>;
387
388
  }, {}>>>);
388
389
  };
389
390
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
@@ -430,95 +431,95 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
430
431
  name: string;
431
432
  size: string;
432
433
  color: ({
433
- type: "static";
434
- staticColor: string;
434
+ type: "continuous";
435
+ valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
436
+ colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
435
437
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
436
- type: import("mobx-state-tree").ISimpleType<"static">;
437
- staticColor: import("mobx-state-tree").ISimpleType<string>;
438
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
439
438
  type: import("mobx-state-tree").ISimpleType<"continuous">;
440
439
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
441
440
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
442
441
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
443
442
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
444
- }>>, import("mobx-state-tree").ModelSnapshotType<{
443
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
445
444
  type: import("mobx-state-tree").ISimpleType<"static">;
446
445
  staticColor: import("mobx-state-tree").ISimpleType<string>;
447
- }> | import("mobx-state-tree").ModelSnapshotType<{
446
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
448
447
  type: import("mobx-state-tree").ISimpleType<"continuous">;
449
448
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
450
449
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
451
450
  }> | import("mobx-state-tree").ModelSnapshotType<{
452
451
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
453
- }>, import("mobx-state-tree").ModelInstanceType<{
452
+ }> | import("mobx-state-tree").ModelSnapshotType<{
454
453
  type: import("mobx-state-tree").ISimpleType<"static">;
455
454
  staticColor: import("mobx-state-tree").ISimpleType<string>;
456
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
455
+ }>, import("mobx-state-tree").ModelInstanceType<{
457
456
  type: import("mobx-state-tree").ISimpleType<"continuous">;
458
457
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
459
458
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
460
459
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
461
460
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
462
- }, {}>>>) | ({
463
- type: "continuous";
464
- valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
465
- colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
466
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
461
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
467
462
  type: import("mobx-state-tree").ISimpleType<"static">;
468
463
  staticColor: import("mobx-state-tree").ISimpleType<string>;
469
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
464
+ }, {}>>>) | ({
465
+ type: "piecewise";
466
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
470
467
  type: import("mobx-state-tree").ISimpleType<"continuous">;
471
468
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
472
469
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
473
470
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
474
471
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
475
- }>>, import("mobx-state-tree").ModelSnapshotType<{
472
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
476
473
  type: import("mobx-state-tree").ISimpleType<"static">;
477
474
  staticColor: import("mobx-state-tree").ISimpleType<string>;
478
- }> | import("mobx-state-tree").ModelSnapshotType<{
475
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
479
476
  type: import("mobx-state-tree").ISimpleType<"continuous">;
480
477
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
481
478
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
482
479
  }> | import("mobx-state-tree").ModelSnapshotType<{
483
480
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
484
- }>, import("mobx-state-tree").ModelInstanceType<{
481
+ }> | import("mobx-state-tree").ModelSnapshotType<{
485
482
  type: import("mobx-state-tree").ISimpleType<"static">;
486
483
  staticColor: import("mobx-state-tree").ISimpleType<string>;
487
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
484
+ }>, import("mobx-state-tree").ModelInstanceType<{
488
485
  type: import("mobx-state-tree").ISimpleType<"continuous">;
489
486
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
490
487
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
491
488
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
492
489
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
493
- }, {}>>>) | ({
494
- type: "piecewise";
495
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
490
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
496
491
  type: import("mobx-state-tree").ISimpleType<"static">;
497
492
  staticColor: import("mobx-state-tree").ISimpleType<string>;
498
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
493
+ }, {}>>>) | ({
494
+ type: "static";
495
+ staticColor: string;
496
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
499
497
  type: import("mobx-state-tree").ISimpleType<"continuous">;
500
498
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
501
499
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
502
500
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
503
501
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
504
- }>>, import("mobx-state-tree").ModelSnapshotType<{
502
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
505
503
  type: import("mobx-state-tree").ISimpleType<"static">;
506
504
  staticColor: import("mobx-state-tree").ISimpleType<string>;
507
- }> | import("mobx-state-tree").ModelSnapshotType<{
505
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
508
506
  type: import("mobx-state-tree").ISimpleType<"continuous">;
509
507
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
510
508
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
511
509
  }> | import("mobx-state-tree").ModelSnapshotType<{
512
510
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
513
- }>, import("mobx-state-tree").ModelInstanceType<{
511
+ }> | import("mobx-state-tree").ModelSnapshotType<{
514
512
  type: import("mobx-state-tree").ISimpleType<"static">;
515
513
  staticColor: import("mobx-state-tree").ISimpleType<string>;
516
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
514
+ }>, import("mobx-state-tree").ModelInstanceType<{
517
515
  type: import("mobx-state-tree").ISimpleType<"continuous">;
518
516
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
519
517
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
520
518
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
521
519
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
520
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
521
+ type: import("mobx-state-tree").ISimpleType<"static">;
522
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
522
523
  }, {}>>>);
523
524
  weight: string;
524
525
  formatter: {
@@ -534,12 +535,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
534
535
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
535
536
  data_field: string;
536
537
  aggregation: ({
537
- type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
538
- config: any;
538
+ type: "quantile";
539
+ config: {
540
+ p: number;
541
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
542
+ p: import("mobx-state-tree").ISimpleType<number>;
543
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
539
544
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
540
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
541
- config: import("mobx-state-tree").IType<any, any, any>;
542
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
543
545
  type: import("mobx-state-tree").ISimpleType<"quantile">;
544
546
  config: import("mobx-state-tree").IModelType<{
545
547
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -549,10 +551,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
549
551
  config: import("mobx-state-tree").IModelType<{
550
552
  func: import("mobx-state-tree").ISimpleType<string>;
551
553
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
552
- }>>, import("mobx-state-tree").ModelSnapshotType<{
554
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
553
555
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
554
556
  config: import("mobx-state-tree").IType<any, any, any>;
555
- }> | import("mobx-state-tree").ModelSnapshotType<{
557
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
556
558
  type: import("mobx-state-tree").ISimpleType<"quantile">;
557
559
  config: import("mobx-state-tree").IModelType<{
558
560
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -562,10 +564,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
562
564
  config: import("mobx-state-tree").IModelType<{
563
565
  func: import("mobx-state-tree").ISimpleType<string>;
564
566
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
565
- }>, import("mobx-state-tree").ModelInstanceType<{
567
+ }> | import("mobx-state-tree").ModelSnapshotType<{
566
568
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
567
569
  config: import("mobx-state-tree").IType<any, any, any>;
568
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
570
+ }>, import("mobx-state-tree").ModelInstanceType<{
569
571
  type: import("mobx-state-tree").ISimpleType<"quantile">;
570
572
  config: import("mobx-state-tree").IModelType<{
571
573
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -575,17 +577,17 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
575
577
  config: import("mobx-state-tree").IModelType<{
576
578
  func: import("mobx-state-tree").ISimpleType<string>;
577
579
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
580
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
581
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
582
+ config: import("mobx-state-tree").IType<any, any, any>;
578
583
  }, {}>>>) | ({
579
- type: "quantile";
584
+ type: "custom";
580
585
  config: {
581
- p: number;
586
+ func: string;
582
587
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
583
- p: import("mobx-state-tree").ISimpleType<number>;
588
+ func: import("mobx-state-tree").ISimpleType<string>;
584
589
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
585
590
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
586
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
587
- config: import("mobx-state-tree").IType<any, any, any>;
588
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
589
591
  type: import("mobx-state-tree").ISimpleType<"quantile">;
590
592
  config: import("mobx-state-tree").IModelType<{
591
593
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -595,10 +597,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
595
597
  config: import("mobx-state-tree").IModelType<{
596
598
  func: import("mobx-state-tree").ISimpleType<string>;
597
599
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
598
- }>>, import("mobx-state-tree").ModelSnapshotType<{
600
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
599
601
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
600
602
  config: import("mobx-state-tree").IType<any, any, any>;
601
- }> | import("mobx-state-tree").ModelSnapshotType<{
603
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
602
604
  type: import("mobx-state-tree").ISimpleType<"quantile">;
603
605
  config: import("mobx-state-tree").IModelType<{
604
606
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -608,10 +610,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
608
610
  config: import("mobx-state-tree").IModelType<{
609
611
  func: import("mobx-state-tree").ISimpleType<string>;
610
612
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
611
- }>, import("mobx-state-tree").ModelInstanceType<{
613
+ }> | import("mobx-state-tree").ModelSnapshotType<{
612
614
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
613
615
  config: import("mobx-state-tree").IType<any, any, any>;
614
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
616
+ }>, import("mobx-state-tree").ModelInstanceType<{
615
617
  type: import("mobx-state-tree").ISimpleType<"quantile">;
616
618
  config: import("mobx-state-tree").IModelType<{
617
619
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -621,17 +623,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
621
623
  config: import("mobx-state-tree").IModelType<{
622
624
  func: import("mobx-state-tree").ISimpleType<string>;
623
625
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
624
- }, {}>>>) | ({
625
- type: "custom";
626
- config: {
627
- func: string;
628
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
629
- func: import("mobx-state-tree").ISimpleType<string>;
630
- }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
631
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
626
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
632
627
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
633
628
  config: import("mobx-state-tree").IType<any, any, any>;
634
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
629
+ }, {}>>>) | ({
630
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
631
+ config: any;
632
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
635
633
  type: import("mobx-state-tree").ISimpleType<"quantile">;
636
634
  config: import("mobx-state-tree").IModelType<{
637
635
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -641,10 +639,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
641
639
  config: import("mobx-state-tree").IModelType<{
642
640
  func: import("mobx-state-tree").ISimpleType<string>;
643
641
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
644
- }>>, import("mobx-state-tree").ModelSnapshotType<{
642
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
645
643
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
646
644
  config: import("mobx-state-tree").IType<any, any, any>;
647
- }> | import("mobx-state-tree").ModelSnapshotType<{
645
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
648
646
  type: import("mobx-state-tree").ISimpleType<"quantile">;
649
647
  config: import("mobx-state-tree").IModelType<{
650
648
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -654,10 +652,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
654
652
  config: import("mobx-state-tree").IModelType<{
655
653
  func: import("mobx-state-tree").ISimpleType<string>;
656
654
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
657
- }>, import("mobx-state-tree").ModelInstanceType<{
655
+ }> | import("mobx-state-tree").ModelSnapshotType<{
658
656
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
659
657
  config: import("mobx-state-tree").IType<any, any, any>;
660
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
658
+ }>, import("mobx-state-tree").ModelInstanceType<{
661
659
  type: import("mobx-state-tree").ISimpleType<"quantile">;
662
660
  config: import("mobx-state-tree").IModelType<{
663
661
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -667,6 +665,9 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
667
665
  config: import("mobx-state-tree").IModelType<{
668
666
  func: import("mobx-state-tree").ISimpleType<string>;
669
667
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
668
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
669
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
670
+ config: import("mobx-state-tree").IType<any, any, any>;
670
671
  }, {}>>>);
671
672
  }[];
672
673
  description: string;
@@ -684,32 +685,32 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
684
685
  size: import("mobx-state-tree").ISimpleType<string>;
685
686
  weight: import("mobx-state-tree").ISimpleType<string>;
686
687
  color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
687
- type: import("mobx-state-tree").ISimpleType<"static">;
688
- staticColor: import("mobx-state-tree").ISimpleType<string>;
689
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
690
688
  type: import("mobx-state-tree").ISimpleType<"continuous">;
691
689
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
692
690
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
693
691
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
694
692
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
695
- }>>, import("mobx-state-tree").ModelSnapshotType<{
693
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
696
694
  type: import("mobx-state-tree").ISimpleType<"static">;
697
695
  staticColor: import("mobx-state-tree").ISimpleType<string>;
698
- }> | import("mobx-state-tree").ModelSnapshotType<{
696
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
699
697
  type: import("mobx-state-tree").ISimpleType<"continuous">;
700
698
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
701
699
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
702
700
  }> | import("mobx-state-tree").ModelSnapshotType<{
703
701
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
704
- }>, import("mobx-state-tree").ModelInstanceType<{
702
+ }> | import("mobx-state-tree").ModelSnapshotType<{
705
703
  type: import("mobx-state-tree").ISimpleType<"static">;
706
704
  staticColor: import("mobx-state-tree").ISimpleType<string>;
707
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
705
+ }>, import("mobx-state-tree").ModelInstanceType<{
708
706
  type: import("mobx-state-tree").ISimpleType<"continuous">;
709
707
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
710
708
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
711
709
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
712
710
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
711
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
712
+ type: import("mobx-state-tree").ISimpleType<"static">;
713
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
713
714
  }, {}>>;
714
715
  formatter: import("mobx-state-tree").IModelType<{
715
716
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
@@ -719,9 +720,6 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
719
720
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
720
721
  data_field: import("mobx-state-tree").ISimpleType<string>;
721
722
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
722
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
723
- config: import("mobx-state-tree").IType<any, any, any>;
724
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
725
723
  type: import("mobx-state-tree").ISimpleType<"quantile">;
726
724
  config: import("mobx-state-tree").IModelType<{
727
725
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -731,10 +729,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
731
729
  config: import("mobx-state-tree").IModelType<{
732
730
  func: import("mobx-state-tree").ISimpleType<string>;
733
731
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
734
- }>>, import("mobx-state-tree").ModelSnapshotType<{
732
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
735
733
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
736
734
  config: import("mobx-state-tree").IType<any, any, any>;
737
- }> | import("mobx-state-tree").ModelSnapshotType<{
735
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
738
736
  type: import("mobx-state-tree").ISimpleType<"quantile">;
739
737
  config: import("mobx-state-tree").IModelType<{
740
738
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -744,10 +742,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
744
742
  config: import("mobx-state-tree").IModelType<{
745
743
  func: import("mobx-state-tree").ISimpleType<string>;
746
744
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
747
- }>, import("mobx-state-tree").ModelInstanceType<{
745
+ }> | import("mobx-state-tree").ModelSnapshotType<{
748
746
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
749
747
  config: import("mobx-state-tree").IType<any, any, any>;
750
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
748
+ }>, import("mobx-state-tree").ModelInstanceType<{
751
749
  type: import("mobx-state-tree").ISimpleType<"quantile">;
752
750
  config: import("mobx-state-tree").IModelType<{
753
751
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -757,6 +755,9 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
757
755
  config: import("mobx-state-tree").IModelType<{
758
756
  func: import("mobx-state-tree").ISimpleType<string>;
759
757
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
758
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
759
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
760
+ config: import("mobx-state-tree").IType<any, any, any>;
760
761
  }, {}>>;
761
762
  }>>): void;
762
763
  removeVariable(variable: {
@@ -764,95 +765,95 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
764
765
  size: string;
765
766
  weight: string;
766
767
  color: ({
767
- type: "static";
768
- staticColor: string;
768
+ type: "continuous";
769
+ valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
770
+ colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
769
771
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
770
- type: import("mobx-state-tree").ISimpleType<"static">;
771
- staticColor: import("mobx-state-tree").ISimpleType<string>;
772
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
773
772
  type: import("mobx-state-tree").ISimpleType<"continuous">;
774
773
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
775
774
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
776
775
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
777
776
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
778
- }>>, import("mobx-state-tree").ModelSnapshotType<{
777
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
779
778
  type: import("mobx-state-tree").ISimpleType<"static">;
780
779
  staticColor: import("mobx-state-tree").ISimpleType<string>;
781
- }> | import("mobx-state-tree").ModelSnapshotType<{
780
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
782
781
  type: import("mobx-state-tree").ISimpleType<"continuous">;
783
782
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
784
783
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
785
784
  }> | import("mobx-state-tree").ModelSnapshotType<{
786
785
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
787
- }>, import("mobx-state-tree").ModelInstanceType<{
786
+ }> | import("mobx-state-tree").ModelSnapshotType<{
788
787
  type: import("mobx-state-tree").ISimpleType<"static">;
789
788
  staticColor: import("mobx-state-tree").ISimpleType<string>;
790
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
789
+ }>, import("mobx-state-tree").ModelInstanceType<{
791
790
  type: import("mobx-state-tree").ISimpleType<"continuous">;
792
791
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
793
792
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
794
793
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
795
794
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
796
- }, {}>>>) | ({
797
- type: "continuous";
798
- valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
799
- colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
800
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
795
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
801
796
  type: import("mobx-state-tree").ISimpleType<"static">;
802
797
  staticColor: import("mobx-state-tree").ISimpleType<string>;
803
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
798
+ }, {}>>>) | ({
799
+ type: "piecewise";
800
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
804
801
  type: import("mobx-state-tree").ISimpleType<"continuous">;
805
802
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
806
803
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
807
804
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
808
805
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
809
- }>>, import("mobx-state-tree").ModelSnapshotType<{
806
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
810
807
  type: import("mobx-state-tree").ISimpleType<"static">;
811
808
  staticColor: import("mobx-state-tree").ISimpleType<string>;
812
- }> | import("mobx-state-tree").ModelSnapshotType<{
809
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
813
810
  type: import("mobx-state-tree").ISimpleType<"continuous">;
814
811
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
815
812
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
816
813
  }> | import("mobx-state-tree").ModelSnapshotType<{
817
814
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
818
- }>, import("mobx-state-tree").ModelInstanceType<{
815
+ }> | import("mobx-state-tree").ModelSnapshotType<{
819
816
  type: import("mobx-state-tree").ISimpleType<"static">;
820
817
  staticColor: import("mobx-state-tree").ISimpleType<string>;
821
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
818
+ }>, import("mobx-state-tree").ModelInstanceType<{
822
819
  type: import("mobx-state-tree").ISimpleType<"continuous">;
823
820
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
824
821
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
825
822
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
826
823
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
827
- }, {}>>>) | ({
828
- type: "piecewise";
829
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
824
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
830
825
  type: import("mobx-state-tree").ISimpleType<"static">;
831
826
  staticColor: import("mobx-state-tree").ISimpleType<string>;
832
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
827
+ }, {}>>>) | ({
828
+ type: "static";
829
+ staticColor: string;
830
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
833
831
  type: import("mobx-state-tree").ISimpleType<"continuous">;
834
832
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
835
833
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
836
834
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
837
835
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
838
- }>>, import("mobx-state-tree").ModelSnapshotType<{
836
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
839
837
  type: import("mobx-state-tree").ISimpleType<"static">;
840
838
  staticColor: import("mobx-state-tree").ISimpleType<string>;
841
- }> | import("mobx-state-tree").ModelSnapshotType<{
839
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
842
840
  type: import("mobx-state-tree").ISimpleType<"continuous">;
843
841
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
844
842
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
845
843
  }> | import("mobx-state-tree").ModelSnapshotType<{
846
844
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
847
- }>, import("mobx-state-tree").ModelInstanceType<{
845
+ }> | import("mobx-state-tree").ModelSnapshotType<{
848
846
  type: import("mobx-state-tree").ISimpleType<"static">;
849
847
  staticColor: import("mobx-state-tree").ISimpleType<string>;
850
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
848
+ }>, import("mobx-state-tree").ModelInstanceType<{
851
849
  type: import("mobx-state-tree").ISimpleType<"continuous">;
852
850
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
853
851
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
854
852
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
855
853
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
854
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
855
+ type: import("mobx-state-tree").ISimpleType<"static">;
856
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
856
857
  }, {}>>>);
857
858
  formatter: {
858
859
  output: "number" | "percent";
@@ -867,12 +868,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
867
868
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
868
869
  data_field: string;
869
870
  aggregation: ({
870
- type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
871
- config: any;
871
+ type: "quantile";
872
+ config: {
873
+ p: number;
874
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
875
+ p: import("mobx-state-tree").ISimpleType<number>;
876
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
872
877
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
873
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
874
- config: import("mobx-state-tree").IType<any, any, any>;
875
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
876
878
  type: import("mobx-state-tree").ISimpleType<"quantile">;
877
879
  config: import("mobx-state-tree").IModelType<{
878
880
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -882,10 +884,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
882
884
  config: import("mobx-state-tree").IModelType<{
883
885
  func: import("mobx-state-tree").ISimpleType<string>;
884
886
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
885
- }>>, import("mobx-state-tree").ModelSnapshotType<{
887
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
886
888
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
887
889
  config: import("mobx-state-tree").IType<any, any, any>;
888
- }> | import("mobx-state-tree").ModelSnapshotType<{
890
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
889
891
  type: import("mobx-state-tree").ISimpleType<"quantile">;
890
892
  config: import("mobx-state-tree").IModelType<{
891
893
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -895,10 +897,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
895
897
  config: import("mobx-state-tree").IModelType<{
896
898
  func: import("mobx-state-tree").ISimpleType<string>;
897
899
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
898
- }>, import("mobx-state-tree").ModelInstanceType<{
900
+ }> | import("mobx-state-tree").ModelSnapshotType<{
899
901
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
900
902
  config: import("mobx-state-tree").IType<any, any, any>;
901
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
903
+ }>, import("mobx-state-tree").ModelInstanceType<{
902
904
  type: import("mobx-state-tree").ISimpleType<"quantile">;
903
905
  config: import("mobx-state-tree").IModelType<{
904
906
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -908,17 +910,17 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
908
910
  config: import("mobx-state-tree").IModelType<{
909
911
  func: import("mobx-state-tree").ISimpleType<string>;
910
912
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
913
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
914
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
915
+ config: import("mobx-state-tree").IType<any, any, any>;
911
916
  }, {}>>>) | ({
912
- type: "quantile";
917
+ type: "custom";
913
918
  config: {
914
- p: number;
919
+ func: string;
915
920
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
916
- p: import("mobx-state-tree").ISimpleType<number>;
921
+ func: import("mobx-state-tree").ISimpleType<string>;
917
922
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
918
923
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
919
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
920
- config: import("mobx-state-tree").IType<any, any, any>;
921
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
922
924
  type: import("mobx-state-tree").ISimpleType<"quantile">;
923
925
  config: import("mobx-state-tree").IModelType<{
924
926
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -928,10 +930,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
928
930
  config: import("mobx-state-tree").IModelType<{
929
931
  func: import("mobx-state-tree").ISimpleType<string>;
930
932
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
931
- }>>, import("mobx-state-tree").ModelSnapshotType<{
933
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
932
934
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
933
935
  config: import("mobx-state-tree").IType<any, any, any>;
934
- }> | import("mobx-state-tree").ModelSnapshotType<{
936
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
935
937
  type: import("mobx-state-tree").ISimpleType<"quantile">;
936
938
  config: import("mobx-state-tree").IModelType<{
937
939
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -941,10 +943,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
941
943
  config: import("mobx-state-tree").IModelType<{
942
944
  func: import("mobx-state-tree").ISimpleType<string>;
943
945
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
944
- }>, import("mobx-state-tree").ModelInstanceType<{
946
+ }> | import("mobx-state-tree").ModelSnapshotType<{
945
947
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
946
948
  config: import("mobx-state-tree").IType<any, any, any>;
947
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
949
+ }>, import("mobx-state-tree").ModelInstanceType<{
948
950
  type: import("mobx-state-tree").ISimpleType<"quantile">;
949
951
  config: import("mobx-state-tree").IModelType<{
950
952
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -954,17 +956,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
954
956
  config: import("mobx-state-tree").IModelType<{
955
957
  func: import("mobx-state-tree").ISimpleType<string>;
956
958
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
957
- }, {}>>>) | ({
958
- type: "custom";
959
- config: {
960
- func: string;
961
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
962
- func: import("mobx-state-tree").ISimpleType<string>;
963
- }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
964
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
959
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
965
960
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
966
961
  config: import("mobx-state-tree").IType<any, any, any>;
967
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
962
+ }, {}>>>) | ({
963
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
964
+ config: any;
965
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
968
966
  type: import("mobx-state-tree").ISimpleType<"quantile">;
969
967
  config: import("mobx-state-tree").IModelType<{
970
968
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -974,10 +972,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
974
972
  config: import("mobx-state-tree").IModelType<{
975
973
  func: import("mobx-state-tree").ISimpleType<string>;
976
974
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
977
- }>>, import("mobx-state-tree").ModelSnapshotType<{
975
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
978
976
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
979
977
  config: import("mobx-state-tree").IType<any, any, any>;
980
- }> | import("mobx-state-tree").ModelSnapshotType<{
978
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
981
979
  type: import("mobx-state-tree").ISimpleType<"quantile">;
982
980
  config: import("mobx-state-tree").IModelType<{
983
981
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -987,10 +985,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
987
985
  config: import("mobx-state-tree").IModelType<{
988
986
  func: import("mobx-state-tree").ISimpleType<string>;
989
987
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
990
- }>, import("mobx-state-tree").ModelInstanceType<{
988
+ }> | import("mobx-state-tree").ModelSnapshotType<{
991
989
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
992
990
  config: import("mobx-state-tree").IType<any, any, any>;
993
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
991
+ }>, import("mobx-state-tree").ModelInstanceType<{
994
992
  type: import("mobx-state-tree").ISimpleType<"quantile">;
995
993
  config: import("mobx-state-tree").IModelType<{
996
994
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1000,101 +998,104 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1000
998
  config: import("mobx-state-tree").IModelType<{
1001
999
  func: import("mobx-state-tree").ISimpleType<string>;
1002
1000
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1001
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1002
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1003
+ config: import("mobx-state-tree").IType<any, any, any>;
1003
1004
  }, {}>>>);
1004
1005
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1005
1006
  readonly json: {
1006
1007
  name: string;
1007
1008
  size: string;
1008
1009
  color: ({
1009
- type: "static";
1010
- staticColor: string;
1010
+ type: "continuous";
1011
+ valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
1012
+ colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1011
1013
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1012
- type: import("mobx-state-tree").ISimpleType<"static">;
1013
- staticColor: import("mobx-state-tree").ISimpleType<string>;
1014
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1015
1014
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1016
1015
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1017
1016
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1018
1017
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1019
1018
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1020
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1019
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1021
1020
  type: import("mobx-state-tree").ISimpleType<"static">;
1022
1021
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1023
- }> | import("mobx-state-tree").ModelSnapshotType<{
1022
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1024
1023
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1025
1024
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1026
1025
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1027
1026
  }> | import("mobx-state-tree").ModelSnapshotType<{
1028
1027
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1029
- }>, import("mobx-state-tree").ModelInstanceType<{
1028
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1030
1029
  type: import("mobx-state-tree").ISimpleType<"static">;
1031
1030
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1032
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1031
+ }>, import("mobx-state-tree").ModelInstanceType<{
1033
1032
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1034
1033
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1035
1034
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1036
1035
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
1037
1036
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1038
- }, {}>>>) | ({
1039
- type: "continuous";
1040
- valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
1041
- colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1042
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1037
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1043
1038
  type: import("mobx-state-tree").ISimpleType<"static">;
1044
1039
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1045
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1040
+ }, {}>>>) | ({
1041
+ type: "piecewise";
1042
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1046
1043
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1047
1044
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1048
1045
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1049
1046
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1050
1047
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1051
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1048
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1052
1049
  type: import("mobx-state-tree").ISimpleType<"static">;
1053
1050
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1054
- }> | import("mobx-state-tree").ModelSnapshotType<{
1051
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1055
1052
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1056
1053
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1057
1054
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1058
1055
  }> | import("mobx-state-tree").ModelSnapshotType<{
1059
1056
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1060
- }>, import("mobx-state-tree").ModelInstanceType<{
1057
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1061
1058
  type: import("mobx-state-tree").ISimpleType<"static">;
1062
1059
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1063
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1060
+ }>, import("mobx-state-tree").ModelInstanceType<{
1064
1061
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1065
1062
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1066
1063
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1067
1064
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
1068
1065
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1069
- }, {}>>>) | ({
1070
- type: "piecewise";
1071
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1066
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1072
1067
  type: import("mobx-state-tree").ISimpleType<"static">;
1073
1068
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1074
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1069
+ }, {}>>>) | ({
1070
+ type: "static";
1071
+ staticColor: string;
1072
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1075
1073
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1076
1074
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1077
1075
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1078
1076
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1079
1077
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1080
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1078
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1081
1079
  type: import("mobx-state-tree").ISimpleType<"static">;
1082
1080
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1083
- }> | import("mobx-state-tree").ModelSnapshotType<{
1081
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1084
1082
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1085
1083
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1086
1084
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1087
1085
  }> | import("mobx-state-tree").ModelSnapshotType<{
1088
1086
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1089
- }>, import("mobx-state-tree").ModelInstanceType<{
1087
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1090
1088
  type: import("mobx-state-tree").ISimpleType<"static">;
1091
1089
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1092
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1090
+ }>, import("mobx-state-tree").ModelInstanceType<{
1093
1091
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1094
1092
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1095
1093
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1096
1094
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
1097
1095
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1096
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1097
+ type: import("mobx-state-tree").ISimpleType<"static">;
1098
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1098
1099
  }, {}>>>);
1099
1100
  weight: string;
1100
1101
  formatter: {
@@ -1110,12 +1111,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1110
1111
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1111
1112
  data_field: string;
1112
1113
  aggregation: ({
1113
- type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
1114
- config: any;
1114
+ type: "quantile";
1115
+ config: {
1116
+ p: number;
1117
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1118
+ p: import("mobx-state-tree").ISimpleType<number>;
1119
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1115
1120
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1116
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1117
- config: import("mobx-state-tree").IType<any, any, any>;
1118
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1119
1121
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1120
1122
  config: import("mobx-state-tree").IModelType<{
1121
1123
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1125,10 +1127,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1125
1127
  config: import("mobx-state-tree").IModelType<{
1126
1128
  func: import("mobx-state-tree").ISimpleType<string>;
1127
1129
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1128
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1130
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1129
1131
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1130
1132
  config: import("mobx-state-tree").IType<any, any, any>;
1131
- }> | import("mobx-state-tree").ModelSnapshotType<{
1133
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1132
1134
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1133
1135
  config: import("mobx-state-tree").IModelType<{
1134
1136
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1138,10 +1140,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1138
1140
  config: import("mobx-state-tree").IModelType<{
1139
1141
  func: import("mobx-state-tree").ISimpleType<string>;
1140
1142
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1141
- }>, import("mobx-state-tree").ModelInstanceType<{
1143
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1142
1144
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1143
1145
  config: import("mobx-state-tree").IType<any, any, any>;
1144
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1146
+ }>, import("mobx-state-tree").ModelInstanceType<{
1145
1147
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1146
1148
  config: import("mobx-state-tree").IModelType<{
1147
1149
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1151,17 +1153,17 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1151
1153
  config: import("mobx-state-tree").IModelType<{
1152
1154
  func: import("mobx-state-tree").ISimpleType<string>;
1153
1155
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1156
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1157
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1158
+ config: import("mobx-state-tree").IType<any, any, any>;
1154
1159
  }, {}>>>) | ({
1155
- type: "quantile";
1160
+ type: "custom";
1156
1161
  config: {
1157
- p: number;
1162
+ func: string;
1158
1163
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1159
- p: import("mobx-state-tree").ISimpleType<number>;
1164
+ func: import("mobx-state-tree").ISimpleType<string>;
1160
1165
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1161
1166
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1162
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1163
- config: import("mobx-state-tree").IType<any, any, any>;
1164
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1165
1167
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1166
1168
  config: import("mobx-state-tree").IModelType<{
1167
1169
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1171,10 +1173,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1171
1173
  config: import("mobx-state-tree").IModelType<{
1172
1174
  func: import("mobx-state-tree").ISimpleType<string>;
1173
1175
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1174
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1176
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1175
1177
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1176
1178
  config: import("mobx-state-tree").IType<any, any, any>;
1177
- }> | import("mobx-state-tree").ModelSnapshotType<{
1179
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1178
1180
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1179
1181
  config: import("mobx-state-tree").IModelType<{
1180
1182
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1184,10 +1186,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1184
1186
  config: import("mobx-state-tree").IModelType<{
1185
1187
  func: import("mobx-state-tree").ISimpleType<string>;
1186
1188
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1187
- }>, import("mobx-state-tree").ModelInstanceType<{
1189
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1188
1190
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1189
1191
  config: import("mobx-state-tree").IType<any, any, any>;
1190
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1192
+ }>, import("mobx-state-tree").ModelInstanceType<{
1191
1193
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1192
1194
  config: import("mobx-state-tree").IModelType<{
1193
1195
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1197,17 +1199,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1197
1199
  config: import("mobx-state-tree").IModelType<{
1198
1200
  func: import("mobx-state-tree").ISimpleType<string>;
1199
1201
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1200
- }, {}>>>) | ({
1201
- type: "custom";
1202
- config: {
1203
- func: string;
1204
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1205
- func: import("mobx-state-tree").ISimpleType<string>;
1206
- }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1207
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1202
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1208
1203
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1209
1204
  config: import("mobx-state-tree").IType<any, any, any>;
1210
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1205
+ }, {}>>>) | ({
1206
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
1207
+ config: any;
1208
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1211
1209
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1212
1210
  config: import("mobx-state-tree").IModelType<{
1213
1211
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1217,10 +1215,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1217
1215
  config: import("mobx-state-tree").IModelType<{
1218
1216
  func: import("mobx-state-tree").ISimpleType<string>;
1219
1217
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1220
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1218
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1221
1219
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1222
1220
  config: import("mobx-state-tree").IType<any, any, any>;
1223
- }> | import("mobx-state-tree").ModelSnapshotType<{
1221
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1224
1222
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1225
1223
  config: import("mobx-state-tree").IModelType<{
1226
1224
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1230,10 +1228,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1230
1228
  config: import("mobx-state-tree").IModelType<{
1231
1229
  func: import("mobx-state-tree").ISimpleType<string>;
1232
1230
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1233
- }>, import("mobx-state-tree").ModelInstanceType<{
1231
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1234
1232
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1235
1233
  config: import("mobx-state-tree").IType<any, any, any>;
1236
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1234
+ }>, import("mobx-state-tree").ModelInstanceType<{
1237
1235
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1238
1236
  config: import("mobx-state-tree").IModelType<{
1239
1237
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1243,6 +1241,9 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1243
1241
  config: import("mobx-state-tree").IModelType<{
1244
1242
  func: import("mobx-state-tree").ISimpleType<string>;
1245
1243
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1244
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1245
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1246
+ config: import("mobx-state-tree").IType<any, any, any>;
1246
1247
  }, {}>>>);
1247
1248
  };
1248
1249
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
@@ -1250,32 +1251,32 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1250
1251
  size: import("mobx-state-tree").ISimpleType<string>;
1251
1252
  weight: import("mobx-state-tree").ISimpleType<string>;
1252
1253
  color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1253
- type: import("mobx-state-tree").ISimpleType<"static">;
1254
- staticColor: import("mobx-state-tree").ISimpleType<string>;
1255
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1256
1254
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1257
1255
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1258
1256
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1259
1257
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1260
1258
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1261
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1259
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1262
1260
  type: import("mobx-state-tree").ISimpleType<"static">;
1263
1261
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1264
- }> | import("mobx-state-tree").ModelSnapshotType<{
1262
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1265
1263
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1266
1264
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1267
1265
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1268
1266
  }> | import("mobx-state-tree").ModelSnapshotType<{
1269
1267
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1270
- }>, import("mobx-state-tree").ModelInstanceType<{
1268
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1271
1269
  type: import("mobx-state-tree").ISimpleType<"static">;
1272
1270
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1273
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1271
+ }>, import("mobx-state-tree").ModelInstanceType<{
1274
1272
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1275
1273
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1276
1274
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1277
1275
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
1278
1276
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1277
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1278
+ type: import("mobx-state-tree").ISimpleType<"static">;
1279
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1279
1280
  }, {}>>;
1280
1281
  formatter: import("mobx-state-tree").IModelType<{
1281
1282
  output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
@@ -1285,9 +1286,6 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1285
1286
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1286
1287
  data_field: import("mobx-state-tree").ISimpleType<string>;
1287
1288
  aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1288
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1289
- config: import("mobx-state-tree").IType<any, any, any>;
1290
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1291
1289
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1292
1290
  config: import("mobx-state-tree").IModelType<{
1293
1291
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1297,10 +1295,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1297
1295
  config: import("mobx-state-tree").IModelType<{
1298
1296
  func: import("mobx-state-tree").ISimpleType<string>;
1299
1297
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1300
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1298
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1301
1299
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1302
1300
  config: import("mobx-state-tree").IType<any, any, any>;
1303
- }> | import("mobx-state-tree").ModelSnapshotType<{
1301
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1304
1302
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1305
1303
  config: import("mobx-state-tree").IModelType<{
1306
1304
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1310,10 +1308,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1310
1308
  config: import("mobx-state-tree").IModelType<{
1311
1309
  func: import("mobx-state-tree").ISimpleType<string>;
1312
1310
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1313
- }>, import("mobx-state-tree").ModelInstanceType<{
1311
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1314
1312
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1315
1313
  config: import("mobx-state-tree").IType<any, any, any>;
1316
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1314
+ }>, import("mobx-state-tree").ModelInstanceType<{
1317
1315
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1318
1316
  config: import("mobx-state-tree").IModelType<{
1319
1317
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1323,101 +1321,104 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1323
1321
  config: import("mobx-state-tree").IModelType<{
1324
1322
  func: import("mobx-state-tree").ISimpleType<string>;
1325
1323
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1324
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1325
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1326
+ config: import("mobx-state-tree").IType<any, any, any>;
1326
1327
  }, {}>>;
1327
1328
  }, {
1328
1329
  readonly json: {
1329
1330
  name: string;
1330
1331
  size: string;
1331
1332
  color: ({
1332
- type: "static";
1333
- staticColor: string;
1333
+ type: "continuous";
1334
+ valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
1335
+ colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1334
1336
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1335
- type: import("mobx-state-tree").ISimpleType<"static">;
1336
- staticColor: import("mobx-state-tree").ISimpleType<string>;
1337
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1338
1337
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1339
1338
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1340
1339
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1341
1340
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1342
1341
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1343
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1342
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1344
1343
  type: import("mobx-state-tree").ISimpleType<"static">;
1345
1344
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1346
- }> | import("mobx-state-tree").ModelSnapshotType<{
1345
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1347
1346
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1348
1347
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1349
1348
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1350
1349
  }> | import("mobx-state-tree").ModelSnapshotType<{
1351
1350
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1352
- }>, import("mobx-state-tree").ModelInstanceType<{
1351
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1353
1352
  type: import("mobx-state-tree").ISimpleType<"static">;
1354
1353
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1355
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1354
+ }>, import("mobx-state-tree").ModelInstanceType<{
1356
1355
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1357
1356
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1358
1357
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1359
1358
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
1360
1359
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1361
- }, {}>>>) | ({
1362
- type: "continuous";
1363
- valueRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<number>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>>;
1364
- colorRange: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1365
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1360
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1366
1361
  type: import("mobx-state-tree").ISimpleType<"static">;
1367
1362
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1368
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1363
+ }, {}>>>) | ({
1364
+ type: "piecewise";
1365
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1369
1366
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1370
1367
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1371
1368
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1372
1369
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1373
1370
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1374
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1371
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1375
1372
  type: import("mobx-state-tree").ISimpleType<"static">;
1376
1373
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1377
- }> | import("mobx-state-tree").ModelSnapshotType<{
1374
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1378
1375
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1379
1376
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1380
1377
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1381
1378
  }> | import("mobx-state-tree").ModelSnapshotType<{
1382
1379
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1383
- }>, import("mobx-state-tree").ModelInstanceType<{
1380
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1384
1381
  type: import("mobx-state-tree").ISimpleType<"static">;
1385
1382
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1386
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1383
+ }>, import("mobx-state-tree").ModelInstanceType<{
1387
1384
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1388
1385
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1389
1386
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1390
1387
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
1391
1388
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1392
- }, {}>>>) | ({
1393
- type: "piecewise";
1394
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1389
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1395
1390
  type: import("mobx-state-tree").ISimpleType<"static">;
1396
1391
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1397
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1392
+ }, {}>>>) | ({
1393
+ type: "static";
1394
+ staticColor: string;
1395
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1398
1396
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1399
1397
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1400
1398
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1401
1399
  }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1402
1400
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1403
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1401
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1404
1402
  type: import("mobx-state-tree").ISimpleType<"static">;
1405
1403
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1406
- }> | import("mobx-state-tree").ModelSnapshotType<{
1404
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1407
1405
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1408
1406
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1409
1407
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1410
1408
  }> | import("mobx-state-tree").ModelSnapshotType<{
1411
1409
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1412
- }>, import("mobx-state-tree").ModelInstanceType<{
1410
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1413
1411
  type: import("mobx-state-tree").ISimpleType<"static">;
1414
1412
  staticColor: import("mobx-state-tree").ISimpleType<string>;
1415
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1413
+ }>, import("mobx-state-tree").ModelInstanceType<{
1416
1414
  type: import("mobx-state-tree").ISimpleType<"continuous">;
1417
1415
  valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1418
1416
  colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1419
1417
  }, {}> | import("mobx-state-tree").ModelInstanceType<{
1420
1418
  type: import("mobx-state-tree").ISimpleType<"piecewise">;
1419
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1420
+ type: import("mobx-state-tree").ISimpleType<"static">;
1421
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1421
1422
  }, {}>>>);
1422
1423
  weight: string;
1423
1424
  formatter: {
@@ -1433,12 +1434,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1433
1434
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1434
1435
  data_field: string;
1435
1436
  aggregation: ({
1436
- type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
1437
- config: any;
1437
+ type: "quantile";
1438
+ config: {
1439
+ p: number;
1440
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1441
+ p: import("mobx-state-tree").ISimpleType<number>;
1442
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1438
1443
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1439
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1440
- config: import("mobx-state-tree").IType<any, any, any>;
1441
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1442
1444
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1443
1445
  config: import("mobx-state-tree").IModelType<{
1444
1446
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1448,10 +1450,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1448
1450
  config: import("mobx-state-tree").IModelType<{
1449
1451
  func: import("mobx-state-tree").ISimpleType<string>;
1450
1452
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1451
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1453
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1452
1454
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1453
1455
  config: import("mobx-state-tree").IType<any, any, any>;
1454
- }> | import("mobx-state-tree").ModelSnapshotType<{
1456
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1455
1457
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1456
1458
  config: import("mobx-state-tree").IModelType<{
1457
1459
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1461,10 +1463,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1461
1463
  config: import("mobx-state-tree").IModelType<{
1462
1464
  func: import("mobx-state-tree").ISimpleType<string>;
1463
1465
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1464
- }>, import("mobx-state-tree").ModelInstanceType<{
1466
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1465
1467
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1466
1468
  config: import("mobx-state-tree").IType<any, any, any>;
1467
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1469
+ }>, import("mobx-state-tree").ModelInstanceType<{
1468
1470
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1469
1471
  config: import("mobx-state-tree").IModelType<{
1470
1472
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1474,17 +1476,17 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1474
1476
  config: import("mobx-state-tree").IModelType<{
1475
1477
  func: import("mobx-state-tree").ISimpleType<string>;
1476
1478
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1479
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1480
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1481
+ config: import("mobx-state-tree").IType<any, any, any>;
1477
1482
  }, {}>>>) | ({
1478
- type: "quantile";
1483
+ type: "custom";
1479
1484
  config: {
1480
- p: number;
1485
+ func: string;
1481
1486
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1482
- p: import("mobx-state-tree").ISimpleType<number>;
1487
+ func: import("mobx-state-tree").ISimpleType<string>;
1483
1488
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1484
1489
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1485
- type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1486
- config: import("mobx-state-tree").IType<any, any, any>;
1487
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1488
1490
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1489
1491
  config: import("mobx-state-tree").IModelType<{
1490
1492
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1494,10 +1496,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1494
1496
  config: import("mobx-state-tree").IModelType<{
1495
1497
  func: import("mobx-state-tree").ISimpleType<string>;
1496
1498
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1497
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1499
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1498
1500
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1499
1501
  config: import("mobx-state-tree").IType<any, any, any>;
1500
- }> | import("mobx-state-tree").ModelSnapshotType<{
1502
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1501
1503
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1502
1504
  config: import("mobx-state-tree").IModelType<{
1503
1505
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1507,10 +1509,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1507
1509
  config: import("mobx-state-tree").IModelType<{
1508
1510
  func: import("mobx-state-tree").ISimpleType<string>;
1509
1511
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1510
- }>, import("mobx-state-tree").ModelInstanceType<{
1512
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1511
1513
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1512
1514
  config: import("mobx-state-tree").IType<any, any, any>;
1513
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1515
+ }>, import("mobx-state-tree").ModelInstanceType<{
1514
1516
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1515
1517
  config: import("mobx-state-tree").IModelType<{
1516
1518
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1520,17 +1522,13 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1520
1522
  config: import("mobx-state-tree").IModelType<{
1521
1523
  func: import("mobx-state-tree").ISimpleType<string>;
1522
1524
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1523
- }, {}>>>) | ({
1524
- type: "custom";
1525
- config: {
1526
- func: string;
1527
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1528
- func: import("mobx-state-tree").ISimpleType<string>;
1529
- }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1530
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1525
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1531
1526
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1532
1527
  config: import("mobx-state-tree").IType<any, any, any>;
1533
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1528
+ }, {}>>>) | ({
1529
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
1530
+ config: any;
1531
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1534
1532
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1535
1533
  config: import("mobx-state-tree").IModelType<{
1536
1534
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1540,10 +1538,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1540
1538
  config: import("mobx-state-tree").IModelType<{
1541
1539
  func: import("mobx-state-tree").ISimpleType<string>;
1542
1540
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1543
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1541
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1544
1542
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1545
1543
  config: import("mobx-state-tree").IType<any, any, any>;
1546
- }> | import("mobx-state-tree").ModelSnapshotType<{
1544
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1547
1545
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1548
1546
  config: import("mobx-state-tree").IModelType<{
1549
1547
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1553,10 +1551,10 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1553
1551
  config: import("mobx-state-tree").IModelType<{
1554
1552
  func: import("mobx-state-tree").ISimpleType<string>;
1555
1553
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1556
- }>, import("mobx-state-tree").ModelInstanceType<{
1554
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1557
1555
  type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1558
1556
  config: import("mobx-state-tree").IType<any, any, any>;
1559
- }, {}> | import("mobx-state-tree").ModelInstanceType<{
1557
+ }>, import("mobx-state-tree").ModelInstanceType<{
1560
1558
  type: import("mobx-state-tree").ISimpleType<"quantile">;
1561
1559
  config: import("mobx-state-tree").IModelType<{
1562
1560
  p: import("mobx-state-tree").ISimpleType<number>;
@@ -1566,6 +1564,9 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1566
1564
  config: import("mobx-state-tree").IModelType<{
1567
1565
  func: import("mobx-state-tree").ISimpleType<string>;
1568
1566
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1567
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1568
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1569
+ config: import("mobx-state-tree").IType<any, any, any>;
1569
1570
  }, {}>>>);
1570
1571
  };
1571
1572
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
@@ -1575,14 +1576,14 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1575
1576
  readonly queries: ({
1576
1577
  id: string;
1577
1578
  name: string;
1578
- type: import("~/model").DataSourceType;
1579
+ type: import('../../../model').DataSourceType;
1579
1580
  key: string;
1580
1581
  sql: string;
1581
1582
  pre_process: string;
1582
1583
  post_process: string;
1583
1584
  run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
1584
1585
  react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
1585
- state: "error" | "loading" | "idle";
1586
+ state: string;
1586
1587
  data: (string[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>) | (number[][] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>>);
1587
1588
  error: any;
1588
1589
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
@@ -1592,7 +1593,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1592
1593
  key: string;
1593
1594
  sql: string;
1594
1595
  name: string;
1595
- type: import("~/model").DataSourceType;
1596
+ type: import('../../../model').DataSourceType;
1596
1597
  run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
1597
1598
  react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
1598
1599
  pre_process: string;
@@ -1601,7 +1602,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1601
1602
  } & {
1602
1603
  setName(name: string): void;
1603
1604
  setKey(key: string): void;
1604
- setType(type: import("~/model").DataSourceType): void;
1605
+ setType(type: import('../../../model').DataSourceType): void;
1605
1606
  setSQL(sql: string): void;
1606
1607
  setRunBy(v: string[]): void;
1607
1608
  setReactTo(v: string[]): void;
@@ -1644,7 +1645,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1644
1645
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1645
1646
  id: import("mobx-state-tree").ISimpleType<string>;
1646
1647
  name: import("mobx-state-tree").ISimpleType<string>;
1647
- type: import("mobx-state-tree").ISimpleType<import("~/model").DataSourceType>;
1648
+ type: import("mobx-state-tree").ISimpleType<import('../../../model').DataSourceType>;
1648
1649
  key: import("mobx-state-tree").ISimpleType<string>;
1649
1650
  sql: import("mobx-state-tree").ISimpleType<string>;
1650
1651
  pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
@@ -1652,7 +1653,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1652
1653
  run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1653
1654
  react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1654
1655
  } & {
1655
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
1656
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1656
1657
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<string[][] | number[][] | null | undefined, string[][] | number[][], string[][] | number[][]>, [undefined]>;
1657
1658
  error: import("mobx-state-tree").IType<any, any, any>;
1658
1659
  }, {
@@ -1662,7 +1663,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1662
1663
  key: string;
1663
1664
  sql: string;
1664
1665
  name: string;
1665
- type: import("~/model").DataSourceType;
1666
+ type: import('../../../model').DataSourceType;
1666
1667
  run_by: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
1667
1668
  react_to: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
1668
1669
  pre_process: string;
@@ -1671,7 +1672,7 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1671
1672
  } & {
1672
1673
  setName(name: string): void;
1673
1674
  setKey(key: string): void;
1674
- setType(type: import("~/model").DataSourceType): void;
1675
+ setType(type: import('../../../model').DataSourceType): void;
1675
1676
  setSQL(sql: string): void;
1676
1677
  setRunBy(v: string[]): void;
1677
1678
  setReactTo(v: string[]): void;
@@ -1731,5 +1732,5 @@ export declare const PanelModel: import("mobx-state-tree").IModelType<{
1731
1732
  } & {
1732
1733
  moveToView(sourceViewID: string, targetViewID: string): void;
1733
1734
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1734
- export declare type PanelModelInstance = Instance<typeof PanelModel>;
1735
- export declare type PanelModelSnapshotIn = SnapshotIn<PanelModelInstance>;
1735
+ export type PanelModelInstance = Instance<typeof PanelModel>;
1736
+ export type PanelModelSnapshotIn = SnapshotIn<PanelModelInstance>;