@devtable/dashboard 10.9.9 → 10.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (682) hide show
  1. package/dist/api-caller/index.d.ts +1 -2
  2. package/dist/api-caller/request.d.ts +1 -1
  3. package/dist/api-caller/types.d.ts +1 -1
  4. package/dist/{filter → components/filter}/filter-checkbox/editor.d.ts +2 -2
  5. package/dist/{filter → components/filter}/filter-checkbox/render.d.ts +4 -4
  6. package/dist/{filter → components/filter}/filter-date-range/editor.d.ts +2 -2
  7. package/dist/{filter → components/filter}/filter-date-range/render.d.ts +2 -2
  8. package/dist/{filter → components/filter}/filter-multi-select/editor.d.ts +2 -2
  9. package/dist/components/filter/filter-multi-select/render/index.d.ts +10 -0
  10. package/dist/{filter → components/filter}/filter-select/editor.d.ts +2 -2
  11. package/dist/{filter → components/filter}/filter-select/render.d.ts +3 -4
  12. package/dist/{filter → components/filter}/filter-settings/filter-setting.d.ts +2 -2
  13. package/dist/{filter → components/filter}/filter-settings/preview-filter.d.ts +2 -2
  14. package/dist/{filter → components/filter}/filter-text-input/editor.d.ts +2 -2
  15. package/dist/components/filter/filter-text-input/render.d.ts +9 -0
  16. package/dist/{filter → components/filter}/filter-tree-select/editor.d.ts +2 -2
  17. package/dist/components/filter/filter-tree-select/render/index.d.ts +11 -0
  18. package/dist/{filter → components/filter}/filter.d.ts +2 -2
  19. package/dist/{filter → components/filter}/index.d.ts +2 -2
  20. package/dist/components/filter/use-update-filter-preview-values.d.ts +1 -0
  21. package/dist/components/panel/index.d.ts +2 -0
  22. package/dist/{panel/panel-dropdown-menu.d.ts → components/panel/panel-editor/dropdown-menu/index.d.ts} +2 -2
  23. package/dist/components/panel/panel-editor/index.d.ts +8 -0
  24. package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +6 -0
  25. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +7 -0
  26. package/dist/components/panel/panel-render/full-screen-render/index.d.ts +2 -0
  27. package/dist/{main → components/panel/panel-render/full-screen-render}/use-panel-full-screen.d.ts +347 -355
  28. package/dist/components/panel/panel-render/index.d.ts +4 -0
  29. package/dist/components/panel/panel-render/panel-render-base.d.ts +12 -0
  30. package/dist/components/panel/panel-render/panel-render.d.ts +9 -0
  31. package/dist/components/panel/panel-render/viz/index.d.ts +3 -0
  32. package/dist/{panel → components/panel/panel-render/viz}/panel-error-or-state-message.d.ts +2 -2
  33. package/dist/{panel → components/panel/panel-render/viz}/panel-viz-section.d.ts +2 -2
  34. package/dist/{panel → components/panel}/plugin-adaptor.d.ts +1 -1
  35. package/dist/{panel → components/panel}/settings/common/aggregation-selector.d.ts +1 -1
  36. package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -0
  37. package/dist/components/panel/utils.d.ts +1 -0
  38. package/dist/{plugins → components/plugins}/color-manager/impl.d.ts +1 -1
  39. package/dist/{plugins → components/plugins}/controls/color-interpolation-select/index.d.ts +1 -1
  40. package/dist/{plugins → components/plugins}/instance-migrator/index.d.ts +2 -2
  41. package/dist/{plugins → components/plugins}/plugin-context.d.ts +358 -346
  42. package/dist/{plugins → components/plugins}/plugin-data-migrator/plugin-data-migrator.d.ts +1 -1
  43. package/dist/{service-locator → components/plugins/service/service-locator}/use-service-locator.d.ts +1 -1
  44. package/dist/components/plugins/service/use-top-level-services.d.ts +3 -0
  45. package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/index.d.ts +1 -1
  46. package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/type.d.ts +3 -3
  47. package/dist/{plugins → components/plugins}/viz-components/button/index.d.ts +1 -1
  48. package/dist/{plugins → components/plugins}/viz-components/button/viz-button-editor.d.ts +1 -1
  49. package/dist/{plugins → components/plugins}/viz-components/button/viz-button.d.ts +1 -1
  50. package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/index.d.ts +1 -1
  51. package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/type.d.ts +3 -3
  52. package/dist/{plugins → components/plugins}/viz-components/cartesian/index.d.ts +1 -1
  53. package/dist/{plugins → components/plugins}/viz-components/cartesian/migrators/index.d.ts +1 -1
  54. package/dist/{plugins → components/plugins}/viz-components/cartesian/option/regression.d.ts +1 -1
  55. package/dist/{plugins → components/plugins}/viz-components/cartesian/type.d.ts +3 -3
  56. package/dist/{plugins → components/plugins}/viz-components/funnel/index.d.ts +1 -1
  57. package/dist/{plugins → components/plugins}/viz-components/funnel/type.d.ts +2 -2
  58. package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
  59. package/dist/{plugins → components/plugins}/viz-components/heatmap/index.d.ts +1 -1
  60. package/dist/{plugins → components/plugins}/viz-components/heatmap/type.d.ts +4 -4
  61. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/index.d.ts +1 -1
  62. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
  63. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/type.d.ts +3 -3
  64. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
  65. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/index.d.ts +1 -1
  66. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
  67. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
  68. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
  69. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/type.d.ts +2 -2
  70. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
  71. package/dist/{plugins → components/plugins}/viz-components/merico-stats/type.d.ts +2 -2
  72. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/index.d.ts +1 -1
  73. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/type.d.ts +2 -2
  74. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
  75. package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/formatter.d.ts +1 -1
  76. package/dist/{plugins → components/plugins}/viz-components/radar-chart/type.d.ts +1 -1
  77. package/dist/{plugins → components/plugins}/viz-components/regression-chart/migrators/index.d.ts +1 -1
  78. package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/regression-series.d.ts +1 -1
  79. package/dist/{plugins → components/plugins}/viz-components/regression-chart/type.d.ts +3 -3
  80. package/dist/{plugins → components/plugins}/viz-components/scatter-chart/index.d.ts +1 -1
  81. package/dist/{plugins → components/plugins}/viz-components/scatter-chart/type.d.ts +3 -3
  82. package/dist/{plugins → components/plugins}/viz-components/stats/update/index.d.ts +1 -1
  83. package/dist/{plugins → components/plugins}/viz-components/sunburst/type.d.ts +1 -1
  84. package/dist/{plugins → components/plugins}/viz-components/table/components/background-color-select.d.ts +1 -1
  85. package/dist/components/plugins/viz-components/text/index.d.ts +2 -0
  86. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/index.d.ts +1 -1
  87. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
  88. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
  89. package/dist/{view → components/view}/layout/main-layout.d.ts +2 -2
  90. package/dist/{view → components/view}/layout/read-only-layout.d.ts +2 -2
  91. package/dist/{view → components/view}/view-component/preview/index.d.ts +2 -2
  92. package/dist/{view → components/view}/view-component/preview/modal.d.ts +2 -2
  93. package/dist/{view → components/view}/view-component/preview/tabs.d.ts +2 -2
  94. package/dist/{view → components/view}/view-component/render/index.d.ts +2 -2
  95. package/dist/{view → components/view}/view-component/render/modal.d.ts +2 -2
  96. package/dist/{view → components/view}/view-component/render/tabs.d.ts +2 -2
  97. package/dist/{view → components/view}/view-editor.d.ts +2 -2
  98. package/dist/{view → components/view}/view-render.d.ts +2 -2
  99. package/dist/contexts/index.d.ts +1 -1
  100. package/dist/contexts/layout-state-context.d.ts +0 -2
  101. package/dist/contexts/panel-context.d.ts +5657 -4
  102. package/dist/{main/dashboard-editor → dashboard-editor}/index.d.ts +3 -3
  103. package/dist/{model → dashboard-editor/model}/datasources/datasource.d.ts +4 -5
  104. package/dist/{model → dashboard-editor/model}/datasources/index.d.ts +7 -5
  105. package/dist/dashboard-editor/model/filters/index.d.ts +517 -0
  106. package/dist/dashboard-editor/model/index.d.ts +7 -0
  107. package/dist/dashboard-editor/model/panels/index.d.ts +2 -0
  108. package/dist/dashboard-editor/model/panels/panel.d.ts +1278 -0
  109. package/dist/dashboard-editor/model/panels/panels.d.ts +11201 -0
  110. package/dist/{model → dashboard-editor/model}/queries/index.d.ts +73 -68
  111. package/dist/{model → dashboard-editor/model}/sql-snippets/index.d.ts +16 -13
  112. package/dist/{model → dashboard-editor/model}/views/index.d.ts +39 -39
  113. package/dist/dashboard-editor/ui/index.d.ts +3 -0
  114. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
  115. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
  116. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
  117. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
  118. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
  119. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
  120. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
  121. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/index.d.ts +1 -1
  122. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
  123. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-editor.d.ts +1 -1
  124. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/model.d.ts +5 -6
  125. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
  126. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/configurations.d.ts +2 -2
  127. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -2
  128. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/index.d.ts +2 -2
  129. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
  130. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -2
  131. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +7 -0
  132. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -2
  133. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/item-editor.d.ts +2 -2
  134. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -2
  135. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -2
  136. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -2
  137. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -2
  138. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
  139. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/index.d.ts +5 -6
  140. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/utils.d.ts +1 -1
  141. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/index.d.ts +1 -1
  142. package/dist/{main/dashboard-render → dashboard-render}/index.d.ts +3 -3
  143. package/dist/dashboard-render/model/index.d.ts +2 -0
  144. package/dist/dashboard.es.js +14482 -14219
  145. package/dist/dashboard.umd.js +151 -151
  146. package/dist/index.d.ts +5 -4
  147. package/dist/interactions/components/interaction-settings.d.ts +1 -1
  148. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +1 -1
  149. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
  150. package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
  151. package/dist/interactions/interactions-viewer/data/nodes.d.ts +2 -2
  152. package/dist/interactions/interactions-viewer/data/types.d.ts +1 -1
  153. package/dist/interactions/temp-hack.d.ts +2 -1
  154. package/dist/model/index.d.ts +3 -8
  155. package/dist/model/meta-model/context/context.d.ts +31 -0
  156. package/dist/model/meta-model/context/index.d.ts +1 -0
  157. package/dist/model/{filters/filter/index.d.ts → meta-model/dashboard/content/filter/filter.d.ts} +4 -4
  158. package/dist/model/meta-model/dashboard/content/filter/index.d.ts +3 -0
  159. package/dist/model/meta-model/dashboard/content/filter/types.d.ts +8 -0
  160. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/checkbox.d.ts +3 -3
  161. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/date-range.d.ts +3 -3
  162. package/dist/model/meta-model/dashboard/content/filter/widgets/index.d.ts +6 -0
  163. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/multi-select.d.ts +3 -3
  164. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select-base.d.ts +3 -3
  165. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select.d.ts +3 -3
  166. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/text-input.d.ts +3 -3
  167. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/tree-select.d.ts +3 -3
  168. package/dist/model/meta-model/dashboard/content/index.d.ts +7 -0
  169. package/dist/model/meta-model/dashboard/content/mock-context/index.d.ts +1 -0
  170. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +14 -0
  171. package/dist/model/meta-model/dashboard/content/panel/index.d.ts +5 -0
  172. package/dist/model/{panels → meta-model/dashboard/content/panel}/layout.d.ts +1 -3
  173. package/dist/model/{panels → meta-model/dashboard/content/panel}/panel.d.ts +9 -164
  174. package/dist/model/{panels → meta-model/dashboard/content/panel}/style/border.d.ts +1 -3
  175. package/dist/model/{panels → meta-model/dashboard/content/panel}/style/index.d.ts +1 -3
  176. package/dist/model/{variables/index.d.ts → meta-model/dashboard/content/panel/variable.d.ts} +5 -11
  177. package/dist/model/{panels → meta-model/dashboard/content/panel}/viz.d.ts +1 -3
  178. package/dist/model/meta-model/dashboard/content/query/index.d.ts +2 -0
  179. package/dist/model/meta-model/dashboard/content/query/query.d.ts +37 -0
  180. package/dist/model/meta-model/dashboard/content/sql-snippet/index.d.ts +1 -0
  181. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +14 -0
  182. package/dist/model/meta-model/dashboard/content/types.d.ts +9 -0
  183. package/dist/model/meta-model/dashboard/content/view/index.d.ts +3 -0
  184. package/dist/model/meta-model/dashboard/content/view/types.d.ts +5 -0
  185. package/dist/model/{views/view/index.d.ts → meta-model/dashboard/content/view/view.d.ts} +5 -5
  186. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/division.d.ts +5 -5
  187. package/dist/model/meta-model/dashboard/content/view/widgets/index.d.ts +3 -0
  188. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/modal.d.ts +13 -5
  189. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/tabs.d.ts +6 -7
  190. package/dist/model/meta-model/dashboard/index.d.ts +1 -0
  191. package/dist/model/meta-model/datasources/datasource.d.ts +10 -0
  192. package/dist/model/meta-model/datasources/datasources.d.ts +32 -0
  193. package/dist/model/meta-model/datasources/index.d.ts +2 -0
  194. package/dist/model/{global-sql-snippets → meta-model/global-sql-snippets}/global-sql-snippet.d.ts +1 -1
  195. package/dist/model/{global-sql-snippets/index.d.ts → meta-model/global-sql-snippets/global-sql-snippets.d.ts} +2 -2
  196. package/dist/model/meta-model/global-sql-snippets/index.d.ts +2 -0
  197. package/dist/model/meta-model/index.d.ts +4 -0
  198. package/dist/model/{filters/index.d.ts → render-model/dashboard/content/filters/filters.d.ts} +28 -51
  199. package/dist/model/render-model/dashboard/content/filters/index.d.ts +2 -0
  200. package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -0
  201. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +4 -0
  202. package/dist/model/render-model/dashboard/content/index.d.ts +5 -0
  203. package/dist/model/render-model/dashboard/content/panels/index.d.ts +2 -0
  204. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1269 -0
  205. package/dist/model/{panels/index.d.ts → render-model/dashboard/content/panels/panels.d.ts} +1331 -1371
  206. package/dist/model/render-model/dashboard/content/queries/index.d.ts +3 -0
  207. package/dist/model/{queries → render-model/dashboard/content/queries}/mute-query.d.ts +12 -12
  208. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +366 -0
  209. package/dist/model/{queries → render-model/dashboard/content/queries}/query.d.ts +14 -13
  210. package/dist/model/render-model/dashboard/content/sql-snippets/index.d.ts +4 -0
  211. package/dist/model/{sql-snippets → render-model/dashboard/content/sql-snippets}/sql-snippet.d.ts +5 -4
  212. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +54 -0
  213. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +3 -0
  214. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +3 -0
  215. package/dist/model/render-model/dashboard/content/views/index.d.ts +1 -0
  216. package/dist/model/render-model/dashboard/content/views/views.d.ts +3889 -0
  217. package/dist/model/render-model/dashboard/index.d.ts +1 -0
  218. package/dist/model/render-model/index.d.ts +1 -0
  219. package/dist/model/utils/draft.d.ts +10 -0
  220. package/dist/model/utils/index.d.ts +1 -0
  221. package/dist/stats.html +1 -1
  222. package/dist/style.css +1 -1
  223. package/dist/types/dashboard.d.ts +4 -11
  224. package/dist/types/filter.d.ts +1 -8
  225. package/dist/types/plugin/index.d.ts +2 -2
  226. package/dist/utils/error-boundary.d.ts +1 -1
  227. package/dist/utils/http-query.d.ts +2 -2
  228. package/dist/utils/sql.d.ts +1 -1
  229. package/dist/utils/template/types.d.ts +1 -1
  230. package/package.json +1 -1
  231. package/dist/filter/filter-multi-select/render/index.d.ts +0 -11
  232. package/dist/filter/filter-text-input/render.d.ts +0 -9
  233. package/dist/filter/filter-tree-select/render/index.d.ts +0 -11
  234. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +0 -8
  235. package/dist/main/full-screen-panel.d.ts +0 -8
  236. package/dist/main/index.d.ts +0 -3
  237. package/dist/main/use-top-level-services.d.ts +0 -3
  238. package/dist/model/context.d.ts +0 -11
  239. package/dist/model/filters/filter/common.d.ts +0 -16
  240. package/dist/model/mock-context.d.ts +0 -11
  241. package/dist/model/sql-snippets/types.d.ts +0 -3
  242. package/dist/panel/index.d.ts +0 -9
  243. package/dist/panel/use-config-viz-instance-service.d.ts +0 -3
  244. package/dist/plugins/viz-components/text/index.d.ts +0 -2
  245. /package/dist/{filter → components/filter}/error-message-or-not-found.d.ts +0 -0
  246. /package/dist/{filter → components/filter}/filter-multi-select/render/widget.d.ts +0 -0
  247. /package/dist/{filter → components/filter}/filter-multi-select/render/widget.styles.d.ts +0 -0
  248. /package/dist/{filter → components/filter}/filter-tree-select/expected-structure.d.ts +0 -0
  249. /package/dist/{filter → components/filter}/filter-tree-select/render/query-data-to-tree.d.ts +0 -0
  250. /package/dist/{filter → components/filter}/filter-tree-select/render/switcher-icon.d.ts +0 -0
  251. /package/dist/{filter → components/filter}/filter-tree-select/render/tree-icon.d.ts +0 -0
  252. /package/dist/{filter → components/filter}/filter-tree-select/render/widget.d.ts +0 -0
  253. /package/dist/{filter → components/filter}/filter-tree-select/render/widget.styles.d.ts +0 -0
  254. /package/dist/{filter → components/filter}/filter-tree-select/types.d.ts +0 -0
  255. /package/dist/{filter → components/filter}/pick-query-for-filter/expected-structure-for-select.d.ts +0 -0
  256. /package/dist/{filter → components/filter}/pick-query-for-filter/index.d.ts +0 -0
  257. /package/dist/{filter → components/filter}/select-item.d.ts +0 -0
  258. /package/dist/{panel/panel-description.d.ts → components/panel/panel-render/description-popover/index.d.ts} +0 -0
  259. /package/dist/{panel/title-bar.d.ts → components/panel/panel-render/title-bar/index.d.ts} +0 -0
  260. /package/dist/{panel/viz/index.d.ts → components/panel/panel-render/viz/viz.d.ts} +0 -0
  261. /package/dist/{panel → components/panel}/settings/common/color-array-input.d.ts +0 -0
  262. /package/dist/{panel → components/panel}/settings/common/css-types.d.ts +0 -0
  263. /package/dist/{panel → components/panel}/settings/common/data-field-selector.d.ts +0 -0
  264. /package/dist/{panel → components/panel}/settings/common/mantine-color-swatches.d.ts +0 -0
  265. /package/dist/{panel → components/panel}/settings/common/mantine-color.d.ts +0 -0
  266. /package/dist/{panel → components/panel}/settings/common/mantine-font-weight.d.ts +0 -0
  267. /package/dist/{panel → components/panel}/settings/common/mantine-size-selector.d.ts +0 -0
  268. /package/dist/{panel → components/panel}/settings/common/numbro-format-selector.d.ts +0 -0
  269. /package/dist/{panel → components/panel}/settings/common/text-array-input.d.ts +0 -0
  270. /package/dist/{plugins → components/plugins}/color-manager/color-manager.d.ts +0 -0
  271. /package/dist/{plugins → components/plugins}/color-manager/index.d.ts +0 -0
  272. /package/dist/{plugins → components/plugins}/color-manager/multi-step-value-mapper.d.ts +0 -0
  273. /package/dist/{plugins → components/plugins}/color-manager/type.d.ts +0 -0
  274. /package/dist/{plugins → components/plugins}/colors/diverging-color.d.ts +0 -0
  275. /package/dist/{plugins → components/plugins}/colors/index.d.ts +0 -0
  276. /package/dist/{plugins → components/plugins}/colors/sequential-color.d.ts +0 -0
  277. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +0 -0
  278. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/index.d.ts +0 -0
  279. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +0 -0
  280. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +0 -0
  281. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/types.d.ts +0 -0
  282. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/index.d.ts +0 -0
  283. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/label-position-selector.d.ts +0 -0
  284. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/types.d.ts +0 -0
  285. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +0 -0
  286. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +0 -0
  287. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +0 -0
  288. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +0 -0
  289. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +0 -0
  290. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/index.d.ts +0 -0
  291. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/types.d.ts +0 -0
  292. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/field.d.ts +0 -0
  293. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/option.d.ts +0 -0
  294. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/types.d.ts +0 -0
  295. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/index.d.ts +0 -0
  296. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/option.d.ts +0 -0
  297. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/types.d.ts +0 -0
  298. /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/index.d.ts +0 -0
  299. /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/types.d.ts +0 -0
  300. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +0 -0
  301. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  302. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/index.d.ts +0 -0
  303. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/types.d.ts +0 -0
  304. /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/index.d.ts +0 -0
  305. /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/style.d.ts +0 -0
  306. /package/dist/{plugins → components/plugins}/hooks/index.d.ts +0 -0
  307. /package/dist/{plugins → components/plugins}/hooks/use-channel-event.d.ts +0 -0
  308. /package/dist/{plugins → components/plugins}/hooks/use-row-data-map.d.ts +0 -0
  309. /package/dist/{plugins → components/plugins}/hooks/use-storage-data.d.ts +0 -0
  310. /package/dist/{plugins → components/plugins}/hooks/use-tab-state.d.ts +0 -0
  311. /package/dist/{plugins → components/plugins}/index.d.ts +0 -0
  312. /package/dist/{plugins → components/plugins}/json-plugin-storage.d.ts +0 -0
  313. /package/dist/{plugins → components/plugins}/message-channels.d.ts +0 -0
  314. /package/dist/{plugins → components/plugins}/plugin-data-migrator/index.d.ts +0 -0
  315. /package/dist/{plugins → components/plugins}/plugin-data-migrator/version-based-migrator.d.ts +0 -0
  316. /package/dist/{plugins → components/plugins}/plugin-manager.d.ts +0 -0
  317. /package/dist/{service-locator → components/plugins/service/service-locator}/index.d.ts +0 -0
  318. /package/dist/{plugins → components/plugins}/sub-tree-json-plugin-storage.d.ts +0 -0
  319. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/index.d.ts +0 -0
  320. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/type.d.ts +0 -0
  321. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +0 -0
  322. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +0 -0
  323. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +0 -0
  324. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +0 -0
  325. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/index.d.ts +0 -0
  326. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +0 -0
  327. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +0 -0
  328. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/x-axis.d.ts +0 -0
  329. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/y-axis.d.ts +0 -0
  330. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/common.d.ts +0 -0
  331. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/dataset.d.ts +0 -0
  332. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/index.d.ts +0 -0
  333. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/legend.d.ts +0 -0
  334. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/reference-line.d.ts +0 -0
  335. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/series.d.ts +0 -0
  336. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +0 -0
  337. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/index.d.ts +0 -0
  338. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +0 -0
  339. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +0 -0
  340. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/index.d.ts +0 -0
  341. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +0 -0
  342. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +0 -0
  343. /package/dist/{plugins → components/plugins}/viz-components/button/triggers/click-button.d.ts +0 -0
  344. /package/dist/{plugins → components/plugins}/viz-components/button/triggers/index.d.ts +0 -0
  345. /package/dist/{plugins → components/plugins}/viz-components/button/type.d.ts +0 -0
  346. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/calendar/index.d.ts +0 -0
  347. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +0 -0
  348. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +0 -0
  349. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +0 -0
  350. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +0 -0
  351. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/calendar.d.ts +0 -0
  352. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/formatters.d.ts +0 -0
  353. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/index.d.ts +0 -0
  354. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/legend.d.ts +0 -0
  355. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/series.d.ts +0 -0
  356. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/tooltip.d.ts +0 -0
  357. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/visual-map.d.ts +0 -0
  358. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +0 -0
  359. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/index.d.ts +0 -0
  360. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +0 -0
  361. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +0 -0
  362. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +0 -0
  363. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +0 -0
  364. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +0 -0
  365. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/index.d.ts +0 -0
  366. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +0 -0
  367. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/index.d.ts +0 -0
  368. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +0 -0
  369. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/index.d.ts +0 -0
  370. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/regression-item.d.ts +0 -0
  371. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
  372. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -0
  373. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
  374. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -0
  375. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -0
  376. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -0
  377. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.bar.d.ts +0 -0
  378. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.line.d.ts +0 -0
  379. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.scatter.d.ts +0 -0
  380. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/index.d.ts +0 -0
  381. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/series-item.d.ts +0 -0
  382. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/stats/index.d.ts +0 -0
  383. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/index.d.ts +0 -0
  384. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  385. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  386. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  387. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  388. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/y-axes.d.ts +0 -0
  389. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/events.d.ts +0 -0
  390. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/grid.d.ts +0 -0
  391. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/index.d.ts +0 -0
  392. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/legend.d.ts +0 -0
  393. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/data.d.ts +0 -0
  394. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/index.d.ts +0 -0
  395. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_areas.d.ts +0 -0
  396. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_lines.d.ts +0 -0
  397. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/series_items.d.ts +0 -0
  398. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/types.d.ts +0 -0
  399. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/tooltip.d.ts +0 -0
  400. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/label-formatter.d.ts +0 -0
  401. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/types.d.ts +0 -0
  402. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/variables.d.ts +0 -0
  403. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/x-axis.d.ts +0 -0
  404. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/y-axis.d.ts +0 -0
  405. /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/click-echart.d.ts +0 -0
  406. /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/index.d.ts +0 -0
  407. /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-chart.d.ts +0 -0
  408. /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-editor.d.ts +0 -0
  409. /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/index.d.ts +0 -0
  410. /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/series-item.d.ts +0 -0
  411. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/index.d.ts +0 -0
  412. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/series.d.ts +0 -0
  413. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/tooltip.d.ts +0 -0
  414. /package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-chart.d.ts +0 -0
  415. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/heat_block/index.d.ts +0 -0
  416. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/index.d.ts +0 -0
  417. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metric.d.ts +0 -0
  418. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metrics.d.ts +0 -0
  419. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/index.d.ts +0 -0
  420. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  421. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  422. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  423. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  424. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/y-axis/index.d.ts +0 -0
  425. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/formatters.d.ts +0 -0
  426. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/grid.d.ts +0 -0
  427. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/index.d.ts +0 -0
  428. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/series.d.ts +0 -0
  429. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/tooltip.d.ts +0 -0
  430. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/visual-map.d.ts +0 -0
  431. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/x-axis.d.ts +0 -0
  432. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/y-axis.d.ts +0 -0
  433. /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/click-heat-block.d.ts +0 -0
  434. /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/index.d.ts +0 -0
  435. /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap-editor.d.ts +0 -0
  436. /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap.d.ts +0 -0
  437. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +0 -0
  438. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +0 -0
  439. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +0 -0
  440. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/index.d.ts +0 -0
  441. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +0 -0
  442. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +0 -0
  443. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +0 -0
  444. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +0 -0
  445. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/grid.d.ts +0 -0
  446. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/index.d.ts +0 -0
  447. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/legend.d.ts +0 -0
  448. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/data.d.ts +0 -0
  449. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/index.d.ts +0 -0
  450. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +0 -0
  451. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +0 -0
  452. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/types.d.ts +0 -0
  453. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/tooltip.d.ts +0 -0
  454. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +0 -0
  455. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/types.d.ts +0 -0
  456. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +0 -0
  457. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/y-axis.d.ts +0 -0
  458. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +0 -0
  459. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/deviation.d.ts +0 -0
  460. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +0 -0
  461. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +0 -0
  462. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/x_axis.d.ts +0 -0
  463. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/data.d.ts +0 -0
  464. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/grid.d.ts +0 -0
  465. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/index.d.ts +0 -0
  466. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/legend.d.ts +0 -0
  467. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-1.d.ts +0 -0
  468. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-2.d.ts +0 -0
  469. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-3.d.ts +0 -0
  470. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/utils.d.ts +0 -0
  471. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/x-axis.d.ts +0 -0
  472. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +0 -0
  473. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/index.d.ts +0 -0
  474. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +0 -0
  475. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +0 -0
  476. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/index.d.ts +0 -0
  477. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/metric.d.ts +0 -0
  478. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/styles/index.d.ts +0 -0
  479. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/index.d.ts +0 -0
  480. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats-editor.d.ts +0 -0
  481. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats.d.ts +0 -0
  482. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/bar.d.ts +0 -0
  483. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/line.d.ts +0 -0
  484. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/mark-line.d.ts +0 -0
  485. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/x-axis.d.ts +0 -0
  486. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/y-axis.d.ts +0 -0
  487. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/index.d.ts +0 -0
  488. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/mark-line.d.ts +0 -0
  489. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/series.d.ts +0 -0
  490. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/tooltip.d.ts +0 -0
  491. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/types.d.ts +0 -0
  492. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/utils.d.ts +0 -0
  493. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/x-axis.d.ts +0 -0
  494. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/y-axes.d.ts +0 -0
  495. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/click-pareto.d.ts +0 -0
  496. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/index.d.ts +0 -0
  497. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +0 -0
  498. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/index.d.ts +0 -0
  499. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/index.d.ts +0 -0
  500. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/series.d.ts +0 -0
  501. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/click-pie-chart.d.ts +0 -0
  502. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/index.d.ts +0 -0
  503. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/type.d.ts +0 -0
  504. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart-editor.d.ts +0 -0
  505. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart.d.ts +0 -0
  506. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/dimension.d.ts +0 -0
  507. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/index.d.ts +0 -0
  508. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/index.d.ts +0 -0
  509. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/index.d.ts +0 -0
  510. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/series.label.d.ts +0 -0
  511. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/tooltip.d.ts +0 -0
  512. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/triggers/click-radar-chart.d.ts +0 -0
  513. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart-editor.d.ts +0 -0
  514. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart.d.ts +0 -0
  515. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/regression-field.d.ts +0 -0
  516. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/x-axis.d.ts +0 -0
  517. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/y-axis.d.ts +0 -0
  518. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/index.d.ts +0 -0
  519. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/index.d.ts +0 -0
  520. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/series.d.ts +0 -0
  521. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/tooltip.d.ts +0 -0
  522. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/x-axis.d.ts +0 -0
  523. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/index.d.ts +0 -0
  524. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +0 -0
  525. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/index.d.ts +0 -0
  526. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart-editor.d.ts +0 -0
  527. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart.d.ts +0 -0
  528. /package/dist/{plugins → components/plugins}/viz-components/rich-text/index.d.ts +0 -0
  529. /package/dist/{plugins → components/plugins}/viz-components/rich-text/parse-rich-text-content.d.ts +0 -0
  530. /package/dist/{plugins → components/plugins}/viz-components/rich-text/type.d.ts +0 -0
  531. /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text-editor.d.ts +0 -0
  532. /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text.d.ts +0 -0
  533. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-areas/index.d.ts +0 -0
  534. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/index.d.ts +0 -0
  535. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +0 -0
  536. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/index.d.ts +0 -0
  537. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +0 -0
  538. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
  539. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -0
  540. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
  541. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -0
  542. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -0
  543. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -0
  544. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +0 -0
  545. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +0 -0
  546. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +0 -0
  547. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +0 -0
  548. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +0 -0
  549. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +0 -0
  550. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/stats/index.d.ts +0 -0
  551. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/index.d.ts +0 -0
  552. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metric.d.ts +0 -0
  553. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +0 -0
  554. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/index.d.ts +0 -0
  555. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  556. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  557. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  558. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  559. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/index.d.ts +0 -0
  560. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +0 -0
  561. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/dataset.d.ts +0 -0
  562. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/grid.d.ts +0 -0
  563. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/index.d.ts +0 -0
  564. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/legend.d.ts +0 -0
  565. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/series.d.ts +0 -0
  566. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/tooltip.d.ts +0 -0
  567. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/x-axis.d.ts +0 -0
  568. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/y-axis.d.ts +0 -0
  569. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +0 -0
  570. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/index.d.ts +0 -0
  571. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +0 -0
  572. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart.d.ts +0 -0
  573. /package/dist/{plugins → components/plugins}/viz-components/stats/index.d.ts +0 -0
  574. /package/dist/{plugins → components/plugins}/viz-components/stats/type.d.ts +0 -0
  575. /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats-editor.d.ts +0 -0
  576. /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats.d.ts +0 -0
  577. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/data-field.d.ts +0 -0
  578. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/index.d.ts +0 -0
  579. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/level.d.ts +0 -0
  580. /package/dist/{plugins → components/plugins}/viz-components/sunburst/index.d.ts +0 -0
  581. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/array-to-tree.d.ts +0 -0
  582. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/data.d.ts +0 -0
  583. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/index.d.ts +0 -0
  584. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/levels.d.ts +0 -0
  585. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/tooltip.d.ts +0 -0
  586. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/types.d.ts +0 -0
  587. /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst-editor.d.ts +0 -0
  588. /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst.d.ts +0 -0
  589. /package/dist/{plugins → components/plugins}/viz-components/table/components/head-cell.d.ts +0 -0
  590. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/column.d.ts +0 -0
  591. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/func_content-editor.d.ts +0 -0
  592. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/index.d.ts +0 -0
  593. /package/dist/{plugins → components/plugins}/viz-components/table/editors/styling.d.ts +0 -0
  594. /package/dist/{plugins → components/plugins}/viz-components/table/index.d.ts +0 -0
  595. /package/dist/{plugins → components/plugins}/viz-components/table/table-cell-context.d.ts +0 -0
  596. /package/dist/{plugins → components/plugins}/viz-components/table/triggers/click-cell-content.d.ts +0 -0
  597. /package/dist/{plugins → components/plugins}/viz-components/table/triggers/index.d.ts +0 -0
  598. /package/dist/{plugins → components/plugins}/viz-components/table/type.d.ts +0 -0
  599. /package/dist/{plugins → components/plugins}/viz-components/table/utils.d.ts +0 -0
  600. /package/dist/{plugins → components/plugins}/viz-components/table/value-type-selector.d.ts +0 -0
  601. /package/dist/{plugins → components/plugins}/viz-components/table/value.d.ts +0 -0
  602. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table-editor.d.ts +0 -0
  603. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.d.ts +0 -0
  604. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.styles.d.ts +0 -0
  605. /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/func-content-editor.d.ts +0 -0
  606. /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/index.d.ts +0 -0
  607. /package/dist/{plugins → components/plugins}/viz-components/text/type.d.ts +0 -0
  608. /package/dist/{plugins → components/plugins}/viz-components/text/viz-text-editor.d.ts +0 -0
  609. /package/dist/{plugins → components/plugins}/viz-components/text/viz-text.d.ts +0 -0
  610. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/error-figure.d.ts +0 -0
  611. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +0 -0
  612. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/type.d.ts +0 -0
  613. /package/dist/{plugins → components/plugins}/viz-manager/components.d.ts +0 -0
  614. /package/dist/{plugins → components/plugins}/viz-manager/impl.d.ts +0 -0
  615. /package/dist/{plugins → components/plugins}/viz-manager/index.d.ts +0 -0
  616. /package/dist/{plugins → components/plugins}/viz-manager/types.d.ts +0 -0
  617. /package/dist/{view → components/view}/index.d.ts +0 -0
  618. /package/dist/{view → components/view}/layout/index.d.ts +0 -0
  619. /package/dist/{view → components/view}/view-component/preview/division.d.ts +0 -0
  620. /package/dist/{view → components/view}/view-component/render/division.d.ts +0 -0
  621. /package/dist/components/{about-function-utils → widgets/about-function-utils}/index.d.ts +0 -0
  622. /package/dist/components/{function-editor.tsx → widgets/function-editor}/index.d.ts +0 -0
  623. /package/dist/components/{inline-function-input → widgets/inline-function-input}/index.d.ts +0 -0
  624. /package/dist/components/{minimal-monaco-editor.d.ts → widgets/minimal-monaco-editor.d.ts} +0 -0
  625. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/custom-rich-text-editor.d.ts +0 -0
  626. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/font-size-extension.d.ts +0 -0
  627. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/readonly-rich-text-editor.d.ts +0 -0
  628. /package/dist/{model → dashboard-editor/model}/datasources/columns.d.ts +0 -0
  629. /package/dist/{model → dashboard-editor/model}/datasources/indexes.d.ts +0 -0
  630. /package/dist/{model → dashboard-editor/model}/datasources/table-data.d.ts +0 -0
  631. /package/dist/{model → dashboard-editor/model}/datasources/tables.d.ts +0 -0
  632. /package/dist/{model → dashboard-editor/model}/editor/index.d.ts +0 -0
  633. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/header-menu.d.ts +0 -0
  634. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/index.d.ts +0 -0
  635. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/main-header.d.ts +0 -0
  636. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/save-changes-or-more.d.ts +0 -0
  637. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/sub-header.d.ts +0 -0
  638. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/index.d.ts +0 -0
  639. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/view-links.d.ts +0 -0
  640. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.d.ts +0 -0
  641. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.style.d.ts +0 -0
  642. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/index.d.ts +0 -0
  643. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/query-state-message.d.ts +0 -0
  644. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +0 -0
  645. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +0 -0
  646. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +0 -0
  647. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-filter/index.d.ts +0 -0
  648. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-mock-context/index.d.ts +0 -0
  649. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/index.d.ts +0 -0
  650. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/description.d.ts +0 -0
  651. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/edit-style.d.ts +0 -0
  652. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/index.d.ts +0 -0
  653. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/title.d.ts +0 -0
  654. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/pick-query/index.d.ts +0 -0
  655. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/preview-panel.d.ts +0 -0
  656. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/select-viz-type.d.ts +0 -0
  657. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/styles.d.ts +0 -0
  658. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-field.d.ts +0 -0
  659. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/viz-conf.d.ts +0 -0
  660. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/index.d.ts +0 -0
  661. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/query-usage.d.ts +0 -0
  662. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +0 -0
  663. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +0 -0
  664. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/index.d.ts +0 -0
  665. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/preview-snippet.d.ts +0 -0
  666. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +0 -0
  667. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/index.d.ts +0 -0
  668. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/index.d.ts +0 -0
  669. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/global-sql-snippets-table.d.ts +0 -0
  670. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/index.d.ts +0 -0
  671. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-guide.d.ts +0 -0
  672. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-modal.d.ts +0 -0
  673. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/index.d.ts +0 -0
  674. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-filter.d.ts +0 -0
  675. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-panel.d.ts +0 -0
  676. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-query.d.ts +0 -0
  677. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-sql-snippet.d.ts +0 -0
  678. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-view.d.ts +0 -0
  679. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/index.d.ts +0 -0
  680. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/nav-links.d.ts +0 -0
  681. /package/dist/{main/dashboard-editor → dashboard-editor}/utils/load-monaco-editor.d.ts +0 -0
  682. /package/dist/model/{queries → meta-model/dashboard/content/query}/types.d.ts +0 -0
@@ -0,0 +1,1269 @@
1
+ import { Instance, SnapshotIn } from 'mobx-state-tree';
2
+ export declare const PanelRenderModel: import("mobx-state-tree").IModelType<{
3
+ id: import("mobx-state-tree").ISimpleType<string>;
4
+ title: import("mobx-state-tree").ISimpleType<string>;
5
+ description: import("mobx-state-tree").ISimpleType<string>;
6
+ layout: import("mobx-state-tree").IModelType<{
7
+ x: import("mobx-state-tree").ISimpleType<number>;
8
+ y: import("mobx-state-tree").IMaybeNull<import("mobx-state-tree").ISimpleType<number>>;
9
+ w: import("mobx-state-tree").ISimpleType<number>;
10
+ h: import("mobx-state-tree").ISimpleType<number>;
11
+ moved: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
12
+ static: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
13
+ }, {
14
+ readonly json: {
15
+ h: number;
16
+ w: number;
17
+ x: number;
18
+ y: number;
19
+ moved: boolean;
20
+ static: boolean;
21
+ };
22
+ } & {
23
+ set(layout: Omit<import("react-grid-layout").Layout, "i">): void;
24
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
25
+ queryIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
26
+ viz: import("mobx-state-tree").IModelType<{
27
+ type: import("mobx-state-tree").ISimpleType<string>;
28
+ conf: import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>;
29
+ }, {
30
+ readonly json: {
31
+ conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
32
+ type: string;
33
+ };
34
+ } & {
35
+ setType(type: string): void;
36
+ setConf(conf: import("../../../../..").AnyObject): void;
37
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
38
+ style: import("mobx-state-tree").IModelType<{
39
+ border: import("mobx-state-tree").IModelType<{
40
+ enabled: import("mobx-state-tree").ISimpleType<boolean>;
41
+ }, {
42
+ readonly json: {
43
+ enabled: boolean;
44
+ };
45
+ } & {
46
+ setEnabled(v: boolean): void;
47
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
48
+ }, {
49
+ readonly json: {
50
+ border: {
51
+ enabled: boolean;
52
+ };
53
+ };
54
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
55
+ variables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
56
+ name: import("mobx-state-tree").ISimpleType<string>;
57
+ size: import("mobx-state-tree").ISimpleType<string>;
58
+ weight: import("mobx-state-tree").ISimpleType<string>;
59
+ color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
60
+ type: import("mobx-state-tree").ISimpleType<"static">;
61
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
62
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
63
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
64
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
65
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
66
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
67
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
68
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
69
+ type: import("mobx-state-tree").ISimpleType<"static">;
70
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
71
+ }> | import("mobx-state-tree").ModelSnapshotType<{
72
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
73
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
74
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
75
+ }> | import("mobx-state-tree").ModelSnapshotType<{
76
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
77
+ }>, import("mobx-state-tree").ModelInstanceType<{
78
+ type: import("mobx-state-tree").ISimpleType<"static">;
79
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
80
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
81
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
82
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
83
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
84
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
85
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
86
+ }, {}>>;
87
+ formatter: import("mobx-state-tree").IModelType<{
88
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
89
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
90
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
91
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
92
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
93
+ data_field: import("mobx-state-tree").ISimpleType<string>;
94
+ aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
95
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
96
+ config: import("mobx-state-tree").IType<any, any, any>;
97
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
98
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
99
+ config: import("mobx-state-tree").IModelType<{
100
+ p: import("mobx-state-tree").ISimpleType<number>;
101
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
102
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
103
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
104
+ config: import("mobx-state-tree").IType<any, any, any>;
105
+ }> | import("mobx-state-tree").ModelSnapshotType<{
106
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
107
+ config: import("mobx-state-tree").IModelType<{
108
+ p: import("mobx-state-tree").ISimpleType<number>;
109
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
110
+ }>, import("mobx-state-tree").ModelInstanceType<{
111
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
112
+ config: import("mobx-state-tree").IType<any, any, any>;
113
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
114
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
115
+ config: import("mobx-state-tree").IModelType<{
116
+ p: import("mobx-state-tree").ISimpleType<number>;
117
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
118
+ }, {}>>;
119
+ }, {
120
+ readonly json: {
121
+ name: string;
122
+ size: string;
123
+ color: ({
124
+ type: "static";
125
+ staticColor: string;
126
+ } & 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<{
127
+ type: import("mobx-state-tree").ISimpleType<"static">;
128
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
129
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
130
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
131
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
132
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
133
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
134
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
135
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
136
+ type: import("mobx-state-tree").ISimpleType<"static">;
137
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
138
+ }> | import("mobx-state-tree").ModelSnapshotType<{
139
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
140
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
141
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
142
+ }> | import("mobx-state-tree").ModelSnapshotType<{
143
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
144
+ }>, import("mobx-state-tree").ModelInstanceType<{
145
+ type: import("mobx-state-tree").ISimpleType<"static">;
146
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
147
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
148
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
149
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
150
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
151
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
152
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
153
+ }, {}>>>) | ({
154
+ type: "continuous";
155
+ 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>>>;
156
+ 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>>>;
157
+ } & 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<{
158
+ type: import("mobx-state-tree").ISimpleType<"static">;
159
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
160
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
161
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
162
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
163
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
164
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
165
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
166
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
167
+ type: import("mobx-state-tree").ISimpleType<"static">;
168
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
169
+ }> | import("mobx-state-tree").ModelSnapshotType<{
170
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
171
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
172
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
173
+ }> | import("mobx-state-tree").ModelSnapshotType<{
174
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
175
+ }>, import("mobx-state-tree").ModelInstanceType<{
176
+ type: import("mobx-state-tree").ISimpleType<"static">;
177
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
178
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
179
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
180
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
181
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
182
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
183
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
184
+ }, {}>>>) | ({
185
+ type: "piecewise";
186
+ } & 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
+ type: import("mobx-state-tree").ISimpleType<"static">;
188
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
189
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
190
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
191
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
192
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
193
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
194
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
195
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
196
+ type: import("mobx-state-tree").ISimpleType<"static">;
197
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
198
+ }> | import("mobx-state-tree").ModelSnapshotType<{
199
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
200
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
201
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
202
+ }> | import("mobx-state-tree").ModelSnapshotType<{
203
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
204
+ }>, import("mobx-state-tree").ModelInstanceType<{
205
+ type: import("mobx-state-tree").ISimpleType<"static">;
206
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
207
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
208
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
209
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
210
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
211
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
212
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
213
+ }, {}>>>);
214
+ weight: string;
215
+ formatter: {
216
+ output: "number" | "percent";
217
+ average: boolean;
218
+ mantissa: number;
219
+ trimMantissa: boolean;
220
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
221
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
222
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
223
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
224
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
225
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
226
+ data_field: string;
227
+ aggregation: ({
228
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
229
+ config: any;
230
+ } & 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<{
231
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
232
+ config: import("mobx-state-tree").IType<any, any, any>;
233
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
234
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
235
+ config: import("mobx-state-tree").IModelType<{
236
+ p: import("mobx-state-tree").ISimpleType<number>;
237
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
238
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
239
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
240
+ config: import("mobx-state-tree").IType<any, any, any>;
241
+ }> | import("mobx-state-tree").ModelSnapshotType<{
242
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
243
+ config: import("mobx-state-tree").IModelType<{
244
+ p: import("mobx-state-tree").ISimpleType<number>;
245
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
246
+ }>, import("mobx-state-tree").ModelInstanceType<{
247
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
248
+ config: import("mobx-state-tree").IType<any, any, any>;
249
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
250
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
251
+ config: import("mobx-state-tree").IModelType<{
252
+ p: import("mobx-state-tree").ISimpleType<number>;
253
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
254
+ }, {}>>>) | ({
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>>;
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<{
262
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
263
+ config: import("mobx-state-tree").IType<any, any, any>;
264
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
265
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
266
+ config: import("mobx-state-tree").IModelType<{
267
+ p: import("mobx-state-tree").ISimpleType<number>;
268
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
269
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
270
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
271
+ config: import("mobx-state-tree").IType<any, any, any>;
272
+ }> | import("mobx-state-tree").ModelSnapshotType<{
273
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
274
+ config: import("mobx-state-tree").IModelType<{
275
+ p: import("mobx-state-tree").ISimpleType<number>;
276
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
277
+ }>, import("mobx-state-tree").ModelInstanceType<{
278
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
279
+ config: import("mobx-state-tree").IType<any, any, any>;
280
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
281
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
282
+ config: import("mobx-state-tree").IModelType<{
283
+ p: import("mobx-state-tree").ISimpleType<number>;
284
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
285
+ }, {}>>>);
286
+ };
287
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
288
+ }, {
289
+ readonly json: {
290
+ id: string;
291
+ viz: {
292
+ conf: import("../../../../..").AnyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("../../../../..").AnyObject, import("../../../../..").AnyObject, import("../../../../..").AnyObject>>;
293
+ type: string;
294
+ };
295
+ style: {
296
+ border: {
297
+ enabled: boolean;
298
+ };
299
+ };
300
+ title: string;
301
+ layout: {
302
+ h: number;
303
+ w: number;
304
+ x: number;
305
+ y: number;
306
+ moved: boolean;
307
+ static: boolean;
308
+ };
309
+ queryIDs: string[];
310
+ variables: {
311
+ name: string;
312
+ size: string;
313
+ color: ({
314
+ type: "static";
315
+ staticColor: string;
316
+ } & 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<{
317
+ type: import("mobx-state-tree").ISimpleType<"static">;
318
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
319
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
320
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
321
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
322
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
323
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
324
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
325
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
326
+ type: import("mobx-state-tree").ISimpleType<"static">;
327
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
328
+ }> | import("mobx-state-tree").ModelSnapshotType<{
329
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
330
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
331
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
332
+ }> | import("mobx-state-tree").ModelSnapshotType<{
333
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
334
+ }>, import("mobx-state-tree").ModelInstanceType<{
335
+ type: import("mobx-state-tree").ISimpleType<"static">;
336
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
337
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
338
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
339
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
340
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
341
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
342
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
343
+ }, {}>>>) | ({
344
+ type: "continuous";
345
+ 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>>>;
346
+ 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>>>;
347
+ } & 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<{
348
+ type: import("mobx-state-tree").ISimpleType<"static">;
349
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
350
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
351
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
352
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
353
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
354
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
355
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
356
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
357
+ type: import("mobx-state-tree").ISimpleType<"static">;
358
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
359
+ }> | import("mobx-state-tree").ModelSnapshotType<{
360
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
361
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
362
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
363
+ }> | import("mobx-state-tree").ModelSnapshotType<{
364
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
365
+ }>, import("mobx-state-tree").ModelInstanceType<{
366
+ type: import("mobx-state-tree").ISimpleType<"static">;
367
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
368
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
369
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
370
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
371
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
372
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
373
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
374
+ }, {}>>>) | ({
375
+ type: "piecewise";
376
+ } & 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<{
377
+ type: import("mobx-state-tree").ISimpleType<"static">;
378
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
379
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
380
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
381
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
382
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
383
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
384
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
385
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
386
+ type: import("mobx-state-tree").ISimpleType<"static">;
387
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
388
+ }> | import("mobx-state-tree").ModelSnapshotType<{
389
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
390
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
391
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
392
+ }> | import("mobx-state-tree").ModelSnapshotType<{
393
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
394
+ }>, import("mobx-state-tree").ModelInstanceType<{
395
+ type: import("mobx-state-tree").ISimpleType<"static">;
396
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
397
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
398
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
399
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
400
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
401
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
402
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
403
+ }, {}>>>);
404
+ weight: string;
405
+ formatter: {
406
+ output: "number" | "percent";
407
+ average: boolean;
408
+ mantissa: number;
409
+ trimMantissa: boolean;
410
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
411
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
412
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
413
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
414
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
415
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
416
+ data_field: string;
417
+ aggregation: ({
418
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
419
+ config: any;
420
+ } & 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<{
421
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
422
+ config: import("mobx-state-tree").IType<any, any, any>;
423
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
424
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
425
+ config: import("mobx-state-tree").IModelType<{
426
+ p: import("mobx-state-tree").ISimpleType<number>;
427
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
428
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
429
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
430
+ config: import("mobx-state-tree").IType<any, any, any>;
431
+ }> | import("mobx-state-tree").ModelSnapshotType<{
432
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
433
+ config: import("mobx-state-tree").IModelType<{
434
+ p: import("mobx-state-tree").ISimpleType<number>;
435
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
436
+ }>, import("mobx-state-tree").ModelInstanceType<{
437
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
438
+ config: import("mobx-state-tree").IType<any, any, any>;
439
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
440
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
441
+ config: import("mobx-state-tree").IModelType<{
442
+ p: import("mobx-state-tree").ISimpleType<number>;
443
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
444
+ }, {}>>>) | ({
445
+ type: "quantile";
446
+ config: {
447
+ p: number;
448
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
449
+ p: import("mobx-state-tree").ISimpleType<number>;
450
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
451
+ } & 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<{
452
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
453
+ config: import("mobx-state-tree").IType<any, any, any>;
454
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
455
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
456
+ config: import("mobx-state-tree").IModelType<{
457
+ p: import("mobx-state-tree").ISimpleType<number>;
458
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
459
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
460
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
461
+ config: import("mobx-state-tree").IType<any, any, any>;
462
+ }> | import("mobx-state-tree").ModelSnapshotType<{
463
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
464
+ config: import("mobx-state-tree").IModelType<{
465
+ p: import("mobx-state-tree").ISimpleType<number>;
466
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
467
+ }>, import("mobx-state-tree").ModelInstanceType<{
468
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
469
+ config: import("mobx-state-tree").IType<any, any, any>;
470
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
471
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
472
+ config: import("mobx-state-tree").IModelType<{
473
+ p: import("mobx-state-tree").ISimpleType<number>;
474
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
475
+ }, {}>>>);
476
+ }[];
477
+ description: string;
478
+ };
479
+ readonly queryIDSet: Set<string>;
480
+ } & {
481
+ setID(id: string): void;
482
+ setTitle(title: string): void;
483
+ setDescription(description: string): void;
484
+ addQueryID(queryID: string): void;
485
+ removeQueryID(queryID: string): void;
486
+ setQueryIDs(queryIDs: string[]): void;
487
+ addVariable(variable: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
488
+ name: import("mobx-state-tree").ISimpleType<string>;
489
+ size: import("mobx-state-tree").ISimpleType<string>;
490
+ weight: import("mobx-state-tree").ISimpleType<string>;
491
+ color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
492
+ type: import("mobx-state-tree").ISimpleType<"static">;
493
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
494
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
495
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
496
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
497
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
498
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
499
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
500
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
501
+ type: import("mobx-state-tree").ISimpleType<"static">;
502
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
503
+ }> | import("mobx-state-tree").ModelSnapshotType<{
504
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
505
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
506
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
507
+ }> | import("mobx-state-tree").ModelSnapshotType<{
508
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
509
+ }>, import("mobx-state-tree").ModelInstanceType<{
510
+ type: import("mobx-state-tree").ISimpleType<"static">;
511
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
512
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
513
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
514
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
515
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
516
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
517
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
518
+ }, {}>>;
519
+ formatter: import("mobx-state-tree").IModelType<{
520
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
521
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
522
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
523
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
524
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
525
+ data_field: import("mobx-state-tree").ISimpleType<string>;
526
+ aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
527
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
528
+ config: import("mobx-state-tree").IType<any, any, any>;
529
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
530
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
531
+ config: import("mobx-state-tree").IModelType<{
532
+ p: import("mobx-state-tree").ISimpleType<number>;
533
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
534
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
535
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
536
+ config: import("mobx-state-tree").IType<any, any, any>;
537
+ }> | import("mobx-state-tree").ModelSnapshotType<{
538
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
539
+ config: import("mobx-state-tree").IModelType<{
540
+ p: import("mobx-state-tree").ISimpleType<number>;
541
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
542
+ }>, import("mobx-state-tree").ModelInstanceType<{
543
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
544
+ config: import("mobx-state-tree").IType<any, any, any>;
545
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
546
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
547
+ config: import("mobx-state-tree").IModelType<{
548
+ p: import("mobx-state-tree").ISimpleType<number>;
549
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
550
+ }, {}>>;
551
+ }>>): void;
552
+ removeVariable(variable: {
553
+ name: string;
554
+ size: string;
555
+ weight: string;
556
+ color: ({
557
+ type: "static";
558
+ staticColor: string;
559
+ } & 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<{
560
+ type: import("mobx-state-tree").ISimpleType<"static">;
561
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
562
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
563
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
564
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
565
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
566
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
567
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
568
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
569
+ type: import("mobx-state-tree").ISimpleType<"static">;
570
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
571
+ }> | import("mobx-state-tree").ModelSnapshotType<{
572
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
573
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
574
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
575
+ }> | import("mobx-state-tree").ModelSnapshotType<{
576
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
577
+ }>, import("mobx-state-tree").ModelInstanceType<{
578
+ type: import("mobx-state-tree").ISimpleType<"static">;
579
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
580
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
581
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
582
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
583
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
584
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
585
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
586
+ }, {}>>>) | ({
587
+ type: "continuous";
588
+ 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>>>;
589
+ 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>>>;
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<{
591
+ type: import("mobx-state-tree").ISimpleType<"static">;
592
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
593
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
594
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
595
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
596
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
597
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
598
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
599
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
600
+ type: import("mobx-state-tree").ISimpleType<"static">;
601
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
602
+ }> | import("mobx-state-tree").ModelSnapshotType<{
603
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
604
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
605
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
606
+ }> | import("mobx-state-tree").ModelSnapshotType<{
607
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
608
+ }>, import("mobx-state-tree").ModelInstanceType<{
609
+ type: import("mobx-state-tree").ISimpleType<"static">;
610
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
611
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
612
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
613
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
614
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
615
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
616
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
617
+ }, {}>>>) | ({
618
+ type: "piecewise";
619
+ } & 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<{
620
+ type: import("mobx-state-tree").ISimpleType<"static">;
621
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
622
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
623
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
624
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
625
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
626
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
627
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
628
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
629
+ type: import("mobx-state-tree").ISimpleType<"static">;
630
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
631
+ }> | import("mobx-state-tree").ModelSnapshotType<{
632
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
633
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
634
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
635
+ }> | import("mobx-state-tree").ModelSnapshotType<{
636
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
637
+ }>, import("mobx-state-tree").ModelInstanceType<{
638
+ type: import("mobx-state-tree").ISimpleType<"static">;
639
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
640
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
641
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
642
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
643
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
644
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
645
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
646
+ }, {}>>>);
647
+ formatter: {
648
+ output: "number" | "percent";
649
+ average: boolean;
650
+ mantissa: number;
651
+ trimMantissa: boolean;
652
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
653
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
654
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
655
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
656
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
657
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
658
+ data_field: string;
659
+ aggregation: ({
660
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
661
+ config: any;
662
+ } & 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<{
663
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
664
+ config: import("mobx-state-tree").IType<any, any, any>;
665
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
666
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
667
+ config: import("mobx-state-tree").IModelType<{
668
+ p: import("mobx-state-tree").ISimpleType<number>;
669
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
670
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
671
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
672
+ config: import("mobx-state-tree").IType<any, any, any>;
673
+ }> | import("mobx-state-tree").ModelSnapshotType<{
674
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
675
+ config: import("mobx-state-tree").IModelType<{
676
+ p: import("mobx-state-tree").ISimpleType<number>;
677
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
678
+ }>, import("mobx-state-tree").ModelInstanceType<{
679
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
680
+ config: import("mobx-state-tree").IType<any, any, any>;
681
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
682
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
683
+ config: import("mobx-state-tree").IModelType<{
684
+ p: import("mobx-state-tree").ISimpleType<number>;
685
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
686
+ }, {}>>>) | ({
687
+ type: "quantile";
688
+ config: {
689
+ p: number;
690
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
691
+ p: import("mobx-state-tree").ISimpleType<number>;
692
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
693
+ } & 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<{
694
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
695
+ config: import("mobx-state-tree").IType<any, any, any>;
696
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
697
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
698
+ config: import("mobx-state-tree").IModelType<{
699
+ p: import("mobx-state-tree").ISimpleType<number>;
700
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
701
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
702
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
703
+ config: import("mobx-state-tree").IType<any, any, any>;
704
+ }> | import("mobx-state-tree").ModelSnapshotType<{
705
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
706
+ config: import("mobx-state-tree").IModelType<{
707
+ p: import("mobx-state-tree").ISimpleType<number>;
708
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
709
+ }>, import("mobx-state-tree").ModelInstanceType<{
710
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
711
+ config: import("mobx-state-tree").IType<any, any, any>;
712
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
713
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
714
+ config: import("mobx-state-tree").IModelType<{
715
+ p: import("mobx-state-tree").ISimpleType<number>;
716
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
717
+ }, {}>>>);
718
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
719
+ readonly json: {
720
+ name: string;
721
+ size: string;
722
+ color: ({
723
+ type: "static";
724
+ staticColor: string;
725
+ } & 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<{
726
+ type: import("mobx-state-tree").ISimpleType<"static">;
727
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
728
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
729
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
730
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
731
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
732
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
733
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
734
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
735
+ type: import("mobx-state-tree").ISimpleType<"static">;
736
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
737
+ }> | import("mobx-state-tree").ModelSnapshotType<{
738
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
739
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
740
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
741
+ }> | import("mobx-state-tree").ModelSnapshotType<{
742
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
743
+ }>, import("mobx-state-tree").ModelInstanceType<{
744
+ type: import("mobx-state-tree").ISimpleType<"static">;
745
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
746
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
747
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
748
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
749
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
750
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
751
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
752
+ }, {}>>>) | ({
753
+ type: "continuous";
754
+ 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>>>;
755
+ 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>>>;
756
+ } & 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<{
757
+ type: import("mobx-state-tree").ISimpleType<"static">;
758
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
759
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
760
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
761
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
762
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
763
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
764
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
765
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
766
+ type: import("mobx-state-tree").ISimpleType<"static">;
767
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
768
+ }> | import("mobx-state-tree").ModelSnapshotType<{
769
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
770
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
771
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
772
+ }> | import("mobx-state-tree").ModelSnapshotType<{
773
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
774
+ }>, import("mobx-state-tree").ModelInstanceType<{
775
+ type: import("mobx-state-tree").ISimpleType<"static">;
776
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
777
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
778
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
779
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
780
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
781
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
782
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
783
+ }, {}>>>) | ({
784
+ type: "piecewise";
785
+ } & 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<{
786
+ type: import("mobx-state-tree").ISimpleType<"static">;
787
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
788
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
789
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
790
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
791
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
792
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
793
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
794
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
795
+ type: import("mobx-state-tree").ISimpleType<"static">;
796
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
797
+ }> | import("mobx-state-tree").ModelSnapshotType<{
798
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
799
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
800
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
801
+ }> | import("mobx-state-tree").ModelSnapshotType<{
802
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
803
+ }>, import("mobx-state-tree").ModelInstanceType<{
804
+ type: import("mobx-state-tree").ISimpleType<"static">;
805
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
806
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
807
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
808
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
809
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
810
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
811
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
812
+ }, {}>>>);
813
+ weight: string;
814
+ formatter: {
815
+ output: "number" | "percent";
816
+ average: boolean;
817
+ mantissa: number;
818
+ trimMantissa: boolean;
819
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
820
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
821
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
822
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
823
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
824
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
825
+ data_field: string;
826
+ aggregation: ({
827
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
828
+ config: any;
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<{
830
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
831
+ config: import("mobx-state-tree").IType<any, any, any>;
832
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
833
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
834
+ config: import("mobx-state-tree").IModelType<{
835
+ p: import("mobx-state-tree").ISimpleType<number>;
836
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
837
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
838
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
839
+ config: import("mobx-state-tree").IType<any, any, any>;
840
+ }> | import("mobx-state-tree").ModelSnapshotType<{
841
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
842
+ config: import("mobx-state-tree").IModelType<{
843
+ p: import("mobx-state-tree").ISimpleType<number>;
844
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
845
+ }>, import("mobx-state-tree").ModelInstanceType<{
846
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
847
+ config: import("mobx-state-tree").IType<any, any, any>;
848
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
849
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
850
+ config: import("mobx-state-tree").IModelType<{
851
+ p: import("mobx-state-tree").ISimpleType<number>;
852
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
853
+ }, {}>>>) | ({
854
+ type: "quantile";
855
+ config: {
856
+ p: number;
857
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
858
+ p: import("mobx-state-tree").ISimpleType<number>;
859
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
860
+ } & 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<{
861
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
862
+ config: import("mobx-state-tree").IType<any, any, any>;
863
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
864
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
865
+ config: import("mobx-state-tree").IModelType<{
866
+ p: import("mobx-state-tree").ISimpleType<number>;
867
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
868
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
869
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
870
+ config: import("mobx-state-tree").IType<any, any, any>;
871
+ }> | import("mobx-state-tree").ModelSnapshotType<{
872
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
873
+ config: import("mobx-state-tree").IModelType<{
874
+ p: import("mobx-state-tree").ISimpleType<number>;
875
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
876
+ }>, import("mobx-state-tree").ModelInstanceType<{
877
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
878
+ config: import("mobx-state-tree").IType<any, any, any>;
879
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
880
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
881
+ config: import("mobx-state-tree").IModelType<{
882
+ p: import("mobx-state-tree").ISimpleType<number>;
883
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
884
+ }, {}>>>);
885
+ };
886
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
887
+ name: import("mobx-state-tree").ISimpleType<string>;
888
+ size: import("mobx-state-tree").ISimpleType<string>;
889
+ weight: import("mobx-state-tree").ISimpleType<string>;
890
+ color: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
891
+ type: import("mobx-state-tree").ISimpleType<"static">;
892
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
893
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
894
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
895
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
896
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
897
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
898
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
899
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
900
+ type: import("mobx-state-tree").ISimpleType<"static">;
901
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
902
+ }> | import("mobx-state-tree").ModelSnapshotType<{
903
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
904
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
905
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
906
+ }> | import("mobx-state-tree").ModelSnapshotType<{
907
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
908
+ }>, import("mobx-state-tree").ModelInstanceType<{
909
+ type: import("mobx-state-tree").ISimpleType<"static">;
910
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
911
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
912
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
913
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
914
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
915
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
916
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
917
+ }, {}>>;
918
+ formatter: import("mobx-state-tree").IModelType<{
919
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
920
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
921
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
922
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
923
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
924
+ data_field: import("mobx-state-tree").ISimpleType<string>;
925
+ aggregation: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
926
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
927
+ config: import("mobx-state-tree").IType<any, any, any>;
928
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
929
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
930
+ config: import("mobx-state-tree").IModelType<{
931
+ p: import("mobx-state-tree").ISimpleType<number>;
932
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
933
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
934
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
935
+ config: import("mobx-state-tree").IType<any, any, any>;
936
+ }> | import("mobx-state-tree").ModelSnapshotType<{
937
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
938
+ config: import("mobx-state-tree").IModelType<{
939
+ p: import("mobx-state-tree").ISimpleType<number>;
940
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
941
+ }>, import("mobx-state-tree").ModelInstanceType<{
942
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
943
+ config: import("mobx-state-tree").IType<any, any, any>;
944
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
945
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
946
+ config: import("mobx-state-tree").IModelType<{
947
+ p: import("mobx-state-tree").ISimpleType<number>;
948
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
949
+ }, {}>>;
950
+ }, {
951
+ readonly json: {
952
+ name: string;
953
+ size: string;
954
+ color: ({
955
+ type: "static";
956
+ staticColor: string;
957
+ } & 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<{
958
+ type: import("mobx-state-tree").ISimpleType<"static">;
959
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
960
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
961
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
962
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
963
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
964
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
965
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
966
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
967
+ type: import("mobx-state-tree").ISimpleType<"static">;
968
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
969
+ }> | import("mobx-state-tree").ModelSnapshotType<{
970
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
971
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
972
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
973
+ }> | import("mobx-state-tree").ModelSnapshotType<{
974
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
975
+ }>, import("mobx-state-tree").ModelInstanceType<{
976
+ type: import("mobx-state-tree").ISimpleType<"static">;
977
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
978
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
979
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
980
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
981
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
982
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
983
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
984
+ }, {}>>>) | ({
985
+ type: "continuous";
986
+ 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>>>;
987
+ 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>>>;
988
+ } & 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<{
989
+ type: import("mobx-state-tree").ISimpleType<"static">;
990
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
991
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
992
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
993
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
994
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
995
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
996
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
997
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
998
+ type: import("mobx-state-tree").ISimpleType<"static">;
999
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1000
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1001
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
1002
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1003
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1004
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1005
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
1006
+ }>, import("mobx-state-tree").ModelInstanceType<{
1007
+ type: import("mobx-state-tree").ISimpleType<"static">;
1008
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1009
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1010
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
1011
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1012
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1013
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1014
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
1015
+ }, {}>>>) | ({
1016
+ type: "piecewise";
1017
+ } & 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<{
1018
+ type: import("mobx-state-tree").ISimpleType<"static">;
1019
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1020
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1021
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
1022
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1023
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1024
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1025
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
1026
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1027
+ type: import("mobx-state-tree").ISimpleType<"static">;
1028
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1029
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1030
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
1031
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1032
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1033
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1034
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
1035
+ }>, import("mobx-state-tree").ModelInstanceType<{
1036
+ type: import("mobx-state-tree").ISimpleType<"static">;
1037
+ staticColor: import("mobx-state-tree").ISimpleType<string>;
1038
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1039
+ type: import("mobx-state-tree").ISimpleType<"continuous">;
1040
+ valueRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<number>>;
1041
+ colorRange: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1042
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1043
+ type: import("mobx-state-tree").ISimpleType<"piecewise">;
1044
+ }, {}>>>);
1045
+ weight: string;
1046
+ formatter: {
1047
+ output: "number" | "percent";
1048
+ average: boolean;
1049
+ mantissa: number;
1050
+ trimMantissa: boolean;
1051
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1052
+ output: import("mobx-state-tree").ISimpleType<"number" | "percent">;
1053
+ average: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1054
+ mantissa: import("mobx-state-tree").ISimpleType<number>;
1055
+ trimMantissa: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1056
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1057
+ data_field: string;
1058
+ aggregation: ({
1059
+ type: "none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std";
1060
+ config: any;
1061
+ } & 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<{
1062
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1063
+ config: import("mobx-state-tree").IType<any, any, any>;
1064
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1065
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
1066
+ config: import("mobx-state-tree").IModelType<{
1067
+ p: import("mobx-state-tree").ISimpleType<number>;
1068
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1069
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1070
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1071
+ config: import("mobx-state-tree").IType<any, any, any>;
1072
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1073
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
1074
+ config: import("mobx-state-tree").IModelType<{
1075
+ p: import("mobx-state-tree").ISimpleType<number>;
1076
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1077
+ }>, import("mobx-state-tree").ModelInstanceType<{
1078
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1079
+ config: import("mobx-state-tree").IType<any, any, any>;
1080
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1081
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
1082
+ config: import("mobx-state-tree").IModelType<{
1083
+ p: import("mobx-state-tree").ISimpleType<number>;
1084
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1085
+ }, {}>>>) | ({
1086
+ type: "quantile";
1087
+ config: {
1088
+ p: number;
1089
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1090
+ p: import("mobx-state-tree").ISimpleType<number>;
1091
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
1092
+ } & 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<{
1093
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1094
+ config: import("mobx-state-tree").IType<any, any, any>;
1095
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1096
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
1097
+ config: import("mobx-state-tree").IModelType<{
1098
+ p: import("mobx-state-tree").ISimpleType<number>;
1099
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1100
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1101
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1102
+ config: import("mobx-state-tree").IType<any, any, any>;
1103
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1104
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
1105
+ config: import("mobx-state-tree").IModelType<{
1106
+ p: import("mobx-state-tree").ISimpleType<number>;
1107
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1108
+ }>, import("mobx-state-tree").ModelInstanceType<{
1109
+ type: import("mobx-state-tree").ISimpleType<"none" | "sum" | "mean" | "median" | "min" | "max" | "CV" | "std">;
1110
+ config: import("mobx-state-tree").IType<any, any, any>;
1111
+ }, {}> | import("mobx-state-tree").ModelInstanceType<{
1112
+ type: import("mobx-state-tree").ISimpleType<"quantile">;
1113
+ config: import("mobx-state-tree").IModelType<{
1114
+ p: import("mobx-state-tree").ISimpleType<number>;
1115
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1116
+ }, {}>>>);
1117
+ };
1118
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>): void;
1119
+ } & {
1120
+ readonly contentModel: any;
1121
+ } & {
1122
+ readonly queries: ({
1123
+ id: string;
1124
+ name: string;
1125
+ type: import("../../../..").DataSourceType;
1126
+ key: string;
1127
+ sql: string;
1128
+ pre_process: string;
1129
+ post_process: string;
1130
+ 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]>>;
1131
+ 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]>>;
1132
+ state: "error" | "loading" | "idle";
1133
+ data: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>>;
1134
+ error: any;
1135
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1136
+ readonly valid: boolean;
1137
+ readonly json: {
1138
+ id: string;
1139
+ key: string;
1140
+ sql: string;
1141
+ name: string;
1142
+ type: import("../../../..").DataSourceType;
1143
+ 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]>>;
1144
+ 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]>>;
1145
+ pre_process: string;
1146
+ post_process: string;
1147
+ };
1148
+ } & {
1149
+ setName(name: string): void;
1150
+ setKey(key: string): void;
1151
+ setType(type: import("../../../..").DataSourceType): void;
1152
+ setSQL(sql: string): void;
1153
+ setRunBy(v: string[]): void;
1154
+ setReactTo(v: string[]): void;
1155
+ setPreProcess(v: string): void;
1156
+ setPostProcess(v: string): void;
1157
+ } & {
1158
+ readonly conditionOptions: {
1159
+ label: string;
1160
+ value: string;
1161
+ group: string;
1162
+ }[];
1163
+ readonly unmetRunByConditions: string[];
1164
+ } & {
1165
+ readonly reQueryKey: string;
1166
+ readonly runByConditionsMet: boolean;
1167
+ readonly conditionNames: {
1168
+ context: string[];
1169
+ filters: any[];
1170
+ };
1171
+ } & {
1172
+ readonly formattedSQL: any;
1173
+ readonly typedAsSQL: boolean;
1174
+ readonly typedAsHTTP: boolean;
1175
+ readonly datasource: any;
1176
+ readonly httpConfigString: string;
1177
+ } & {
1178
+ readonly stateMessage: string;
1179
+ } & {
1180
+ controller: AbortController;
1181
+ } & {
1182
+ runSQL: () => Promise<void>;
1183
+ runHTTP: () => Promise<void>;
1184
+ } & {
1185
+ fetchData: () => Promise<void>;
1186
+ beforeDestroy(): void;
1187
+ } & {
1188
+ afterCreate(): void;
1189
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1190
+ id: import("mobx-state-tree").ISimpleType<string>;
1191
+ name: import("mobx-state-tree").ISimpleType<string>;
1192
+ type: import("mobx-state-tree").ISimpleType<import("../../../..").DataSourceType>;
1193
+ key: import("mobx-state-tree").ISimpleType<string>;
1194
+ sql: import("mobx-state-tree").ISimpleType<string>;
1195
+ pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1196
+ post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1197
+ run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1198
+ react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1199
+ } & {
1200
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
1201
+ data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IType<string[] | number[], string[] | number[], string[] | number[]>>, [undefined]>;
1202
+ error: import("mobx-state-tree").IType<any, any, any>;
1203
+ }, {
1204
+ readonly valid: boolean;
1205
+ readonly json: {
1206
+ id: string;
1207
+ key: string;
1208
+ sql: string;
1209
+ name: string;
1210
+ type: import("../../../..").DataSourceType;
1211
+ 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]>>;
1212
+ 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]>>;
1213
+ pre_process: string;
1214
+ post_process: string;
1215
+ };
1216
+ } & {
1217
+ setName(name: string): void;
1218
+ setKey(key: string): void;
1219
+ setType(type: import("../../../..").DataSourceType): void;
1220
+ setSQL(sql: string): void;
1221
+ setRunBy(v: string[]): void;
1222
+ setReactTo(v: string[]): void;
1223
+ setPreProcess(v: string): void;
1224
+ setPostProcess(v: string): void;
1225
+ } & {
1226
+ readonly conditionOptions: {
1227
+ label: string;
1228
+ value: string;
1229
+ group: string;
1230
+ }[];
1231
+ readonly unmetRunByConditions: string[];
1232
+ } & {
1233
+ readonly reQueryKey: string;
1234
+ readonly runByConditionsMet: boolean;
1235
+ readonly conditionNames: {
1236
+ context: string[];
1237
+ filters: any[];
1238
+ };
1239
+ } & {
1240
+ readonly formattedSQL: any;
1241
+ readonly typedAsSQL: boolean;
1242
+ readonly typedAsHTTP: boolean;
1243
+ readonly datasource: any;
1244
+ readonly httpConfigString: string;
1245
+ } & {
1246
+ readonly stateMessage: string;
1247
+ } & {
1248
+ controller: AbortController;
1249
+ } & {
1250
+ runSQL: () => Promise<void>;
1251
+ runHTTP: () => Promise<void>;
1252
+ } & {
1253
+ fetchData: () => Promise<void>;
1254
+ beforeDestroy(): void;
1255
+ } & {
1256
+ afterCreate(): void;
1257
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
1258
+ readonly data: TPanelData;
1259
+ readonly dataLoading: boolean;
1260
+ readonly queryStateMessages: string[];
1261
+ readonly queryErrors: any[];
1262
+ readonly canRenderViz: boolean;
1263
+ } & {
1264
+ refreshData(): void;
1265
+ downloadData(): void;
1266
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1267
+ export declare type PanelRenderModelInstance = Instance<typeof PanelRenderModel>;
1268
+ export declare type PanelRenderModelSnapshotIn = SnapshotIn<PanelRenderModelInstance>;
1269
+ export declare function getNewPanel(id: string): PanelRenderModelSnapshotIn;