@devtable/dashboard 10.9.9 → 10.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,2 @@
1
+ export * from './query';
2
+ export * from './types';
@@ -0,0 +1,37 @@
1
+ import { Instance, SnapshotIn } from 'mobx-state-tree';
2
+ import { DataSourceType } from './types';
3
+ export declare const QueryMeta: import("mobx-state-tree").IModelType<{
4
+ id: import("mobx-state-tree").ISimpleType<string>;
5
+ name: import("mobx-state-tree").ISimpleType<string>;
6
+ type: import("mobx-state-tree").ISimpleType<DataSourceType>;
7
+ key: import("mobx-state-tree").ISimpleType<string>;
8
+ sql: import("mobx-state-tree").ISimpleType<string>;
9
+ pre_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
10
+ post_process: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
11
+ run_by: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
12
+ react_to: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
13
+ }, {
14
+ readonly valid: boolean;
15
+ readonly json: {
16
+ id: string;
17
+ key: string;
18
+ sql: string;
19
+ name: string;
20
+ type: DataSourceType;
21
+ 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]>>;
22
+ 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]>>;
23
+ pre_process: string;
24
+ post_process: string;
25
+ };
26
+ } & {
27
+ setName(name: string): void;
28
+ setKey(key: string): void;
29
+ setType(type: DataSourceType): void;
30
+ setSQL(sql: string): void;
31
+ setRunBy(v: string[]): void;
32
+ setReactTo(v: string[]): void;
33
+ setPreProcess(v: string): void;
34
+ setPostProcess(v: string): void;
35
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
36
+ export declare type QueryMetaInstance = Instance<typeof QueryMeta>;
37
+ export declare type QueryMetaSnapshotIn = SnapshotIn<QueryMetaInstance>;
@@ -0,0 +1 @@
1
+ export * from './sql-snippet';
@@ -0,0 +1,14 @@
1
+ import { Instance, SnapshotIn } from 'mobx-state-tree';
2
+ export declare const SQLSnippetMeta: import("mobx-state-tree").IModelType<{
3
+ key: import("mobx-state-tree").ISimpleType<string>;
4
+ value: import("mobx-state-tree").ISimpleType<string>;
5
+ }, {
6
+ readonly json: {
7
+ key: string;
8
+ value: string;
9
+ };
10
+ } & {
11
+ setKey(key: string): void;
12
+ setValue(value: string): void;
13
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
14
+ export declare type SQLSnippetMetaSnapshotIn = SnapshotIn<Instance<typeof SQLSnippetMeta>>;
@@ -0,0 +1,9 @@
1
+ import { AnyObject } from '~/types';
2
+ export declare type TPayloadForSQL = {
3
+ context: AnyObject;
4
+ sql_snippets: AnyObject;
5
+ global_sql_snippets: AnyObject;
6
+ filters: AnyObject;
7
+ };
8
+ export declare type TPayloadForSQLSnippet = Omit<TPayloadForSQL, 'sql_snippets' | 'global_sql_snippets'>;
9
+ export declare type TPayloadForViz = Omit<TPayloadForSQL, 'sql_snippets' | 'global_sql_snippets'>;
@@ -0,0 +1,3 @@
1
+ export * from './view';
2
+ export * from './widgets';
3
+ export * from './types';
@@ -0,0 +1,5 @@
1
+ export declare enum EViewComponentType {
2
+ Division = "div",
3
+ Modal = "modal",
4
+ Tabs = "tabs"
5
+ }
@@ -1,6 +1,6 @@
1
1
  import { Instance } from 'mobx-state-tree';
2
- import { EViewComponentType } from '~/types';
3
- export declare const ViewModel: import("mobx-state-tree").IModelType<{
2
+ import { EViewComponentType } from './types';
3
+ export declare const ViewMeta: import("mobx-state-tree").IModelType<{
4
4
  id: import("mobx-state-tree").ISimpleType<string>;
5
5
  name: import("mobx-state-tree").ISimpleType<string>;
6
6
  type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
@@ -189,8 +189,6 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
189
189
  name: string;
190
190
  type: EViewComponentType;
191
191
  config: {
192
- _name: EViewComponentType.Division;
193
- } | {
194
192
  _name: EViewComponentType.Modal;
195
193
  width: string;
196
194
  height: string;
@@ -209,6 +207,8 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
209
207
  _name: EViewComponentType.Modal;
210
208
  variant: "default" | "outline" | "pills";
211
209
  orientation: import("@mantine/core").TabsOrientation;
210
+ } | {
211
+ _name: EViewComponentType.Division;
212
212
  };
213
213
  panelIDs: 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]>>;
214
214
  };
@@ -218,4 +218,4 @@ export declare const ViewModel: import("mobx-state-tree").IModelType<{
218
218
  appendPanelID(id: string): void;
219
219
  removePanelID(id: string): void;
220
220
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
221
- export declare type ViewModelInstance = Instance<typeof ViewModel>;
221
+ export declare type ViewMetaInstance = Instance<typeof ViewMeta>;
@@ -1,15 +1,15 @@
1
1
  import { Instance, SnapshotIn } from 'mobx-state-tree';
2
- import { EViewComponentType } from '~/types';
3
- export declare const ViewConfigModel_Division: import("mobx-state-tree").IModelType<{
2
+ import { EViewComponentType } from '../types';
3
+ export declare const ViewDivisionConfig: import("mobx-state-tree").IModelType<{
4
4
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
5
5
  }, {
6
6
  readonly json: {
7
7
  _name: EViewComponentType.Division;
8
8
  };
9
9
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
10
- export declare type IViewConfigModel_Division = Instance<typeof ViewConfigModel_Division>;
11
- export declare type IViewConfigModel_DivisionIn = SnapshotIn<IViewConfigModel_Division>;
12
- export declare const createViewConfig_Division: () => {
10
+ export declare type ViewDivisionConfigInstance = Instance<typeof ViewDivisionConfig>;
11
+ export declare type ViewDivisionConfigSnapshotIn = SnapshotIn<ViewDivisionConfigInstance>;
12
+ export declare const createViewDivisionConfig: () => {
13
13
  _name: EViewComponentType.Division;
14
14
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
15
15
  readonly json: {
@@ -0,0 +1,3 @@
1
+ export * from './division';
2
+ export * from './modal';
3
+ export * from './tabs';
@@ -1,6 +1,14 @@
1
1
  import { Instance, SnapshotIn } from 'mobx-state-tree';
2
- import { EViewComponentType } from '~/types';
3
- export declare const ViewConfigModel_Modal: import("mobx-state-tree").IModelType<{
2
+ import { EViewComponentType } from '~/model';
3
+ export interface ICustomModalTitle {
4
+ enabled: boolean;
5
+ func_content: string;
6
+ }
7
+ export declare const DEFAULT_CUSTOM_MODAL_TITLE: {
8
+ enabled: boolean;
9
+ func_content: string;
10
+ };
11
+ export declare const ViewModalConfig: import("mobx-state-tree").IModelType<{
4
12
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
5
13
  width: import("mobx-state-tree").ISimpleType<string>;
6
14
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -35,9 +43,9 @@ export declare const ViewConfigModel_Modal: import("mobx-state-tree").IModelType
35
43
  setWidth(v: string): void;
36
44
  setHeight(v: string): void;
37
45
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
38
- export declare type IViewConfigModel_Modal = Instance<typeof ViewConfigModel_Modal>;
39
- export declare type IViewConfigModel_ModalIn = SnapshotIn<IViewConfigModel_Modal>;
40
- export declare const createViewConfig_Modal: () => {
46
+ export declare type ViewModalConfigInstance = Instance<typeof ViewModalConfig>;
47
+ export declare type ViewModalConfigSnapshotIn = SnapshotIn<ViewModalConfigInstance>;
48
+ export declare const createViewModalConfig: () => {
41
49
  _name: EViewComponentType.Modal;
42
50
  width: string;
43
51
  height: string;
@@ -1,6 +1,6 @@
1
1
  import { TabsOrientation, TabsVariant } from '@mantine/core';
2
2
  import { Instance, SnapshotIn } from 'mobx-state-tree';
3
- import { EViewComponentType } from '~/types';
3
+ import { EViewComponentType } from '../types';
4
4
  declare const TabModel: import("mobx-state-tree").IModelType<{
5
5
  id: import("mobx-state-tree").ISimpleType<string>;
6
6
  name: import("mobx-state-tree").ISimpleType<string>;
@@ -18,10 +18,9 @@ declare const TabModel: import("mobx-state-tree").IModelType<{
18
18
  setViewID(v: string): void;
19
19
  setColor(v: string): void;
20
20
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
21
- declare type TabModelInstance = Instance<typeof TabModel>;
22
- export declare type ViewConfigModel_Tabs_Tab_Instance = TabModelInstance;
21
+ export declare type TabModelInstance = Instance<typeof TabModel>;
23
22
  declare type TabModelSnapshotIn = SnapshotIn<TabModelInstance>;
24
- export declare const ViewConfigModel_Tabs: import("mobx-state-tree").IModelType<{
23
+ export declare const ViewTabsConfig: import("mobx-state-tree").IModelType<{
25
24
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
26
25
  tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
27
26
  id: import("mobx-state-tree").ISimpleType<string>;
@@ -64,9 +63,9 @@ export declare const ViewConfigModel_Tabs: import("mobx-state-tree").IModelType<
64
63
  addTab(): void;
65
64
  removeTab(index: number): void;
66
65
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
67
- export declare type IViewConfigModel_Tabs = Instance<typeof ViewConfigModel_Tabs>;
68
- export declare type IViewConfigModel_TabsIn = SnapshotIn<IViewConfigModel_Tabs>;
69
- export declare const createViewConfig_Tabs: () => {
66
+ export declare type ViewTabsConfigInstance = Instance<typeof ViewTabsConfig>;
67
+ export declare type ViewTabsConfigSnapshotIn = SnapshotIn<ViewTabsConfigInstance>;
68
+ export declare const createViewTabsConfig: () => {
70
69
  _name: EViewComponentType.Modal;
71
70
  tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
72
71
  id: import("mobx-state-tree").ISimpleType<string>;
@@ -0,0 +1 @@
1
+ export * from './content';
@@ -0,0 +1,10 @@
1
+ import { Instance } from 'mobx-state-tree';
2
+ import { TDataSourceConfig } from '~/api-caller/types';
3
+ import { DataSourceType } from '~/model';
4
+ export declare const DataSourceMetaModel: import("mobx-state-tree").IModelType<{
5
+ id: import("mobx-state-tree").ISimpleType<string>;
6
+ type: import("mobx-state-tree").ISimpleType<DataSourceType>;
7
+ key: import("mobx-state-tree").ISimpleType<string>;
8
+ config: import("mobx-state-tree").IType<TDataSourceConfig, TDataSourceConfig, TDataSourceConfig>;
9
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
10
+ export declare type DataSourceMetaModelInstance = Instance<typeof DataSourceMetaModel>;
@@ -0,0 +1,32 @@
1
+ import { IDataSource } from '~/api-caller/types';
2
+ import { DataSourceType } from '~/model';
3
+ export declare const DataSourcesMetaModel: import("mobx-state-tree").IModelType<{
4
+ list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
5
+ id: import("mobx-state-tree").ISimpleType<string>;
6
+ type: import("mobx-state-tree").ISimpleType<DataSourceType>;
7
+ key: import("mobx-state-tree").ISimpleType<string>;
8
+ config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
9
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
10
+ }, {
11
+ find({ type, key }: {
12
+ type: DataSourceType;
13
+ key: string;
14
+ }): ({
15
+ id: string;
16
+ type: DataSourceType;
17
+ key: string;
18
+ config: (import("~/api-caller/types").TDataSourceConfig_DB & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>) | (import("~/api-caller/types").TDataSourceConfig_HTTP & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>);
19
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
20
+ id: import("mobx-state-tree").ISimpleType<string>;
21
+ type: import("mobx-state-tree").ISimpleType<DataSourceType>;
22
+ key: import("mobx-state-tree").ISimpleType<string>;
23
+ config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
24
+ }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
25
+ readonly options: {
26
+ value: string;
27
+ label: string;
28
+ }[];
29
+ } & {
30
+ replace(list: IDataSource[]): void;
31
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
32
+ export declare type DataSourcesMetaModelType = typeof DataSourcesMetaModel;
@@ -0,0 +1,2 @@
1
+ export * from './datasources';
2
+ export * from './datasource';
@@ -1,4 +1,4 @@
1
- export declare const GlobalSQLSnippetModel: import("mobx-state-tree").IModelType<{
1
+ export declare const GlobalSQLSnippetMeta: import("mobx-state-tree").IModelType<{
2
2
  id: import("mobx-state-tree").ISimpleType<string>;
3
3
  content: import("mobx-state-tree").ISimpleType<string>;
4
4
  create_time: import("mobx-state-tree").ISimpleType<string>;
@@ -1,5 +1,5 @@
1
1
  import { GlobalSQLSnippetDBType } from '~/api-caller';
2
- export declare const GlobalSQLSnippetsModel: import("mobx-state-tree").IModelType<{
2
+ export declare const GlobalSQLSnippetsMeta: import("mobx-state-tree").IModelType<{
3
3
  list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
4
4
  id: import("mobx-state-tree").ISimpleType<string>;
5
5
  content: import("mobx-state-tree").ISimpleType<string>;
@@ -28,4 +28,4 @@ export declare const GlobalSQLSnippetsModel: import("mobx-state-tree").IModelTyp
28
28
  } & {
29
29
  replace(list: GlobalSQLSnippetDBType[]): void;
30
30
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
31
- export declare type GlobalSQLSnippetsModelType = typeof GlobalSQLSnippetsModel;
31
+ export declare type GlobalSQLSnippetsMetaType = typeof GlobalSQLSnippetsMeta;
@@ -0,0 +1,2 @@
1
+ export * from './global-sql-snippet';
2
+ export * from './global-sql-snippets';
@@ -0,0 +1,4 @@
1
+ export * from './dashboard';
2
+ export * from './datasources';
3
+ export * from './global-sql-snippets';
4
+ export * from './context';
@@ -1,7 +1,6 @@
1
1
  import { Instance } from 'mobx-state-tree';
2
- import { AnyObject } from '~/types';
3
- import { FilterModelInstance, FilterModelSnapshotOut } from './filter';
4
- export declare const FiltersModel: import("mobx-state-tree").IModelType<{
2
+ import { FilterMetaSnapshotOut } from '~/model';
3
+ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
5
4
  current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
6
5
  id: import("mobx-state-tree").ISimpleType<string>;
7
6
  key: import("mobx-state-tree").ISimpleType<string>;
@@ -9,7 +8,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
9
8
  order: import("mobx-state-tree").ISimpleType<number>;
10
9
  visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
11
10
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
12
- type: import("mobx-state-tree").ISimpleType<import("./filter/common").DashboardFilterType>;
11
+ type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
13
12
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
14
13
  _name: import("mobx-state-tree").ISimpleType<"select">;
15
14
  default_value: import("mobx-state-tree").ISimpleType<string>;
@@ -78,7 +77,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
78
77
  readonly json: {
79
78
  id: string;
80
79
  key: string;
81
- type: import("./filter/common").DashboardFilterType;
80
+ type: import("~/model").DashboardFilterType;
82
81
  label: string;
83
82
  order: number;
84
83
  config: any;
@@ -91,20 +90,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
91
90
  setKey(key: string): void;
92
91
  setLabel(label: string): void;
93
92
  setOrder(order: number): void;
94
- setType(type: import("./filter/common").DashboardFilterType): void;
93
+ setType(type: import("~/model").DashboardFilterType): void;
95
94
  setVisibleInViewsIDs(ids: string[]): void;
96
95
  setAutoSubmit(v: boolean): void;
97
96
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
98
97
  values: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
99
- /**
100
- * values to be displayed in preview content, e.g. Data Settings
101
- */
102
- previewValues: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
103
98
  }, {
104
99
  readonly json: {
105
100
  id: string;
106
101
  key: string;
107
- type: import("./filter/common").DashboardFilterType;
102
+ type: import("~/model").DashboardFilterType;
108
103
  label: string;
109
104
  order: number;
110
105
  config: any;
@@ -119,7 +114,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
119
114
  order: number;
120
115
  visibleInViewsIDs: 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>>>;
121
116
  auto_submit: boolean;
122
- type: import("./filter/common").DashboardFilterType;
117
+ type: import("~/model").DashboardFilterType;
123
118
  config: any;
124
119
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
125
120
  readonly plainDefaultValue: any;
@@ -129,7 +124,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
129
124
  readonly json: {
130
125
  id: string;
131
126
  key: string;
132
- type: import("./filter/common").DashboardFilterType;
127
+ type: import("~/model").DashboardFilterType;
133
128
  label: string;
134
129
  order: number;
135
130
  config: any;
@@ -142,7 +137,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
142
137
  setKey(key: string): void;
143
138
  setLabel(label: string): void;
144
139
  setOrder(order: number): void;
145
- setType(type: import("./filter/common").DashboardFilterType): void;
140
+ setType(type: import("~/model").DashboardFilterType): void;
146
141
  setVisibleInViewsIDs(ids: string[]): void;
147
142
  setAutoSubmit(v: boolean): void;
148
143
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
@@ -152,7 +147,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
152
147
  order: import("mobx-state-tree").ISimpleType<number>;
153
148
  visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
154
149
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
155
- type: import("mobx-state-tree").ISimpleType<import("./filter/common").DashboardFilterType>;
150
+ type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
156
151
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
157
152
  _name: import("mobx-state-tree").ISimpleType<"select">;
158
153
  default_value: import("mobx-state-tree").ISimpleType<string>;
@@ -221,7 +216,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
221
216
  readonly json: {
222
217
  id: string;
223
218
  key: string;
224
- type: import("./filter/common").DashboardFilterType;
219
+ type: import("~/model").DashboardFilterType;
225
220
  label: string;
226
221
  order: number;
227
222
  config: any;
@@ -234,7 +229,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
234
229
  setKey(key: string): void;
235
230
  setLabel(label: string): void;
236
231
  setOrder(order: number): void;
237
- setType(type: import("./filter/common").DashboardFilterType): void;
232
+ setType(type: import("~/model").DashboardFilterType): void;
238
233
  setVisibleInViewsIDs(ids: string[]): void;
239
234
  setAutoSubmit(v: boolean): void;
240
235
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
@@ -245,7 +240,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
245
240
  order: number;
246
241
  visibleInViewsIDs: 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>>>;
247
242
  auto_submit: boolean;
248
- type: import("./filter/common").DashboardFilterType;
243
+ type: import("~/model").DashboardFilterType;
249
244
  config: any;
250
245
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
251
246
  readonly plainDefaultValue: any;
@@ -255,7 +250,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
255
250
  readonly json: {
256
251
  id: string;
257
252
  key: string;
258
- type: import("./filter/common").DashboardFilterType;
253
+ type: import("~/model").DashboardFilterType;
259
254
  label: string;
260
255
  order: number;
261
256
  config: any;
@@ -268,7 +263,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
268
263
  setKey(key: string): void;
269
264
  setLabel(label: string): void;
270
265
  setOrder(order: number): void;
271
- setType(type: import("./filter/common").DashboardFilterType): void;
266
+ setType(type: import("~/model").DashboardFilterType): void;
272
267
  setVisibleInViewsIDs(ids: string[]): void;
273
268
  setAutoSubmit(v: boolean): void;
274
269
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
@@ -278,7 +273,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
278
273
  order: import("mobx-state-tree").ISimpleType<number>;
279
274
  visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
280
275
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
281
- type: import("mobx-state-tree").ISimpleType<import("./filter/common").DashboardFilterType>;
276
+ type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
282
277
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
283
278
  _name: import("mobx-state-tree").ISimpleType<"select">;
284
279
  default_value: import("mobx-state-tree").ISimpleType<string>;
@@ -347,7 +342,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
347
342
  readonly json: {
348
343
  id: string;
349
344
  key: string;
350
- type: import("./filter/common").DashboardFilterType;
345
+ type: import("~/model").DashboardFilterType;
351
346
  label: string;
352
347
  order: number;
353
348
  config: any;
@@ -360,19 +355,10 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
360
355
  setKey(key: string): void;
361
356
  setLabel(label: string): void;
362
357
  setOrder(order: number): void;
363
- setType(type: import("./filter/common").DashboardFilterType): void;
358
+ setType(type: import("~/model").DashboardFilterType): void;
364
359
  setVisibleInViewsIDs(ids: string[]): void;
365
360
  setAutoSubmit(v: boolean): void;
366
361
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
367
- readonly options: {
368
- readonly label: string;
369
- readonly value: string;
370
- readonly _type: "filter";
371
- }[];
372
- readonly keyLabelOptions: {
373
- label: string;
374
- value: string;
375
- }[];
376
362
  readonly empty: boolean;
377
363
  visibleInView(viewID: string): ({
378
364
  id: string;
@@ -381,7 +367,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
381
367
  order: number;
382
368
  visibleInViewsIDs: 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>>>;
383
369
  auto_submit: boolean;
384
- type: import("./filter/common").DashboardFilterType;
370
+ type: import("~/model").DashboardFilterType;
385
371
  config: any;
386
372
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
387
373
  readonly plainDefaultValue: any;
@@ -391,7 +377,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
391
377
  readonly json: {
392
378
  id: string;
393
379
  key: string;
394
- type: import("./filter/common").DashboardFilterType;
380
+ type: import("~/model").DashboardFilterType;
395
381
  label: string;
396
382
  order: number;
397
383
  config: any;
@@ -404,7 +390,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
404
390
  setKey(key: string): void;
405
391
  setLabel(label: string): void;
406
392
  setOrder(order: number): void;
407
- setType(type: import("./filter/common").DashboardFilterType): void;
393
+ setType(type: import("~/model").DashboardFilterType): void;
408
394
  setVisibleInViewsIDs(ids: string[]): void;
409
395
  setAutoSubmit(v: boolean): void;
410
396
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
@@ -414,7 +400,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
414
400
  order: import("mobx-state-tree").ISimpleType<number>;
415
401
  visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
416
402
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
417
- type: import("mobx-state-tree").ISimpleType<import("./filter/common").DashboardFilterType>;
403
+ type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
418
404
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
419
405
  _name: import("mobx-state-tree").ISimpleType<"select">;
420
406
  default_value: import("mobx-state-tree").ISimpleType<string>;
@@ -483,7 +469,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
483
469
  readonly json: {
484
470
  id: string;
485
471
  key: string;
486
- type: import("./filter/common").DashboardFilterType;
472
+ type: import("~/model").DashboardFilterType;
487
473
  label: string;
488
474
  order: number;
489
475
  config: any;
@@ -496,28 +482,19 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
496
482
  setKey(key: string): void;
497
483
  setLabel(label: string): void;
498
484
  setOrder(order: number): void;
499
- setType(type: import("./filter/common").DashboardFilterType): void;
485
+ setType(type: import("~/model").DashboardFilterType): void;
500
486
  setVisibleInViewsIDs(ids: string[]): void;
501
487
  setAutoSubmit(v: boolean): void;
502
488
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
503
489
  readonly firstFilterValueKey: string;
504
490
  readonly keyLabelMap: Record<string, string>;
505
491
  } & {
506
- replace(current: Array<FilterModelInstance>): void;
507
- append(item: FilterModelInstance): void;
508
- remove(index: number): void;
509
- removeByID(id: string): void;
510
492
  setValues(values: Record<string, $TSFixMe>): void;
511
493
  setValueByKey(key: string, value: $TSFixMe): void;
512
494
  getValueByKey(key: string): any;
513
- updatePreviewValues(values: AnyObject): void;
514
- } & {
515
- afterCreate(): void;
516
495
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
517
- export declare type FiltersModelInstance = Instance<typeof FiltersModel>;
518
- export * from './filter';
519
- export declare type FilterValuesType = Record<string, $TSFixMe>;
520
- export declare function getInitialFiltersPayload(filters: FilterModelSnapshotOut[]): {
496
+ export declare type FiltersRenderModelInstance = Instance<typeof FiltersRenderModel>;
497
+ export declare function getInitialFiltersConfig(filters: FilterMetaSnapshotOut[]): {
521
498
  current: import("mobx-state-tree").ModelSnapshotType<{
522
499
  id: import("mobx-state-tree").ISimpleType<string>;
523
500
  key: import("mobx-state-tree").ISimpleType<string>;
@@ -525,7 +502,7 @@ export declare function getInitialFiltersPayload(filters: FilterModelSnapshotOut
525
502
  order: import("mobx-state-tree").ISimpleType<number>;
526
503
  visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
527
504
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
528
- type: import("mobx-state-tree").ISimpleType<import("./filter/common").DashboardFilterType>;
505
+ type: import("mobx-state-tree").ISimpleType<import("~/model").DashboardFilterType>;
529
506
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
530
507
  _name: import("mobx-state-tree").ISimpleType<"select">;
531
508
  default_value: import("mobx-state-tree").ISimpleType<string>;
@@ -587,5 +564,5 @@ export declare function getInitialFiltersPayload(filters: FilterModelSnapshotOut
587
564
  allowSingleDateInRange: boolean;
588
565
  }, any>;
589
566
  }>[];
590
- values: FilterValuesType;
567
+ values: import("~/model").FilterValuesType;
591
568
  };
@@ -0,0 +1,2 @@
1
+ export * from './filters';
2
+ export * from './types';
@@ -0,0 +1 @@
1
+ export declare type FilterValuesType = Record<string, any>;
@@ -0,0 +1,4 @@
1
+ import { FilterMetaSnapshotOut } from '~/model';
2
+ import { FilterValuesType } from './types';
3
+ export declare function formatDefaultValue(v: string | boolean | string[] | (string | null)[], config: FilterMetaSnapshotOut['config']): string | boolean | (string | null)[];
4
+ export declare function getValuesFromFilters(filters: FilterMetaSnapshotOut[]): FilterValuesType;
@@ -0,0 +1,5 @@
1
+ export * from './views';
2
+ export * from './panels';
3
+ export * from './filters';
4
+ export * from './queries';
5
+ export * from './sql-snippets';
@@ -0,0 +1,2 @@
1
+ export * from './panel';
2
+ export * from './panels';