@devtable/dashboard 10.9.9 → 10.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (682) hide show
  1. package/dist/api-caller/index.d.ts +1 -2
  2. package/dist/api-caller/request.d.ts +1 -1
  3. package/dist/api-caller/types.d.ts +1 -1
  4. package/dist/{filter → components/filter}/filter-checkbox/editor.d.ts +2 -2
  5. package/dist/{filter → components/filter}/filter-checkbox/render.d.ts +4 -4
  6. package/dist/{filter → components/filter}/filter-date-range/editor.d.ts +2 -2
  7. package/dist/{filter → components/filter}/filter-date-range/render.d.ts +2 -2
  8. package/dist/{filter → components/filter}/filter-multi-select/editor.d.ts +2 -2
  9. package/dist/components/filter/filter-multi-select/render/index.d.ts +10 -0
  10. package/dist/{filter → components/filter}/filter-select/editor.d.ts +2 -2
  11. package/dist/{filter → components/filter}/filter-select/render.d.ts +3 -4
  12. package/dist/{filter → components/filter}/filter-settings/filter-setting.d.ts +2 -2
  13. package/dist/{filter → components/filter}/filter-settings/preview-filter.d.ts +2 -2
  14. package/dist/{filter → components/filter}/filter-text-input/editor.d.ts +2 -2
  15. package/dist/components/filter/filter-text-input/render.d.ts +9 -0
  16. package/dist/{filter → components/filter}/filter-tree-select/editor.d.ts +2 -2
  17. package/dist/components/filter/filter-tree-select/render/index.d.ts +11 -0
  18. package/dist/{filter → components/filter}/filter.d.ts +2 -2
  19. package/dist/{filter → components/filter}/index.d.ts +2 -2
  20. package/dist/components/filter/use-update-filter-preview-values.d.ts +1 -0
  21. package/dist/components/panel/index.d.ts +2 -0
  22. package/dist/{panel/panel-dropdown-menu.d.ts → components/panel/panel-editor/dropdown-menu/index.d.ts} +2 -2
  23. package/dist/components/panel/panel-editor/index.d.ts +8 -0
  24. package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +6 -0
  25. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +7 -0
  26. package/dist/components/panel/panel-render/full-screen-render/index.d.ts +2 -0
  27. package/dist/{main → components/panel/panel-render/full-screen-render}/use-panel-full-screen.d.ts +347 -355
  28. package/dist/components/panel/panel-render/index.d.ts +4 -0
  29. package/dist/components/panel/panel-render/panel-render-base.d.ts +12 -0
  30. package/dist/components/panel/panel-render/panel-render.d.ts +9 -0
  31. package/dist/components/panel/panel-render/viz/index.d.ts +3 -0
  32. package/dist/{panel → components/panel/panel-render/viz}/panel-error-or-state-message.d.ts +2 -2
  33. package/dist/{panel → components/panel/panel-render/viz}/panel-viz-section.d.ts +2 -2
  34. package/dist/{panel → components/panel}/plugin-adaptor.d.ts +1 -1
  35. package/dist/{panel → components/panel}/settings/common/aggregation-selector.d.ts +1 -1
  36. package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -0
  37. package/dist/components/panel/utils.d.ts +1 -0
  38. package/dist/{plugins → components/plugins}/color-manager/impl.d.ts +1 -1
  39. package/dist/{plugins → components/plugins}/controls/color-interpolation-select/index.d.ts +1 -1
  40. package/dist/{plugins → components/plugins}/instance-migrator/index.d.ts +2 -2
  41. package/dist/{plugins → components/plugins}/plugin-context.d.ts +358 -346
  42. package/dist/{plugins → components/plugins}/plugin-data-migrator/plugin-data-migrator.d.ts +1 -1
  43. package/dist/{service-locator → components/plugins/service/service-locator}/use-service-locator.d.ts +1 -1
  44. package/dist/components/plugins/service/use-top-level-services.d.ts +3 -0
  45. package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/index.d.ts +1 -1
  46. package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/type.d.ts +3 -3
  47. package/dist/{plugins → components/plugins}/viz-components/button/index.d.ts +1 -1
  48. package/dist/{plugins → components/plugins}/viz-components/button/viz-button-editor.d.ts +1 -1
  49. package/dist/{plugins → components/plugins}/viz-components/button/viz-button.d.ts +1 -1
  50. package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/index.d.ts +1 -1
  51. package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/type.d.ts +3 -3
  52. package/dist/{plugins → components/plugins}/viz-components/cartesian/index.d.ts +1 -1
  53. package/dist/{plugins → components/plugins}/viz-components/cartesian/migrators/index.d.ts +1 -1
  54. package/dist/{plugins → components/plugins}/viz-components/cartesian/option/regression.d.ts +1 -1
  55. package/dist/{plugins → components/plugins}/viz-components/cartesian/type.d.ts +3 -3
  56. package/dist/{plugins → components/plugins}/viz-components/funnel/index.d.ts +1 -1
  57. package/dist/{plugins → components/plugins}/viz-components/funnel/type.d.ts +2 -2
  58. package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
  59. package/dist/{plugins → components/plugins}/viz-components/heatmap/index.d.ts +1 -1
  60. package/dist/{plugins → components/plugins}/viz-components/heatmap/type.d.ts +4 -4
  61. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/index.d.ts +1 -1
  62. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
  63. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/type.d.ts +3 -3
  64. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
  65. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/index.d.ts +1 -1
  66. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
  67. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
  68. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
  69. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/type.d.ts +2 -2
  70. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
  71. package/dist/{plugins → components/plugins}/viz-components/merico-stats/type.d.ts +2 -2
  72. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/index.d.ts +1 -1
  73. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/type.d.ts +2 -2
  74. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
  75. package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/formatter.d.ts +1 -1
  76. package/dist/{plugins → components/plugins}/viz-components/radar-chart/type.d.ts +1 -1
  77. package/dist/{plugins → components/plugins}/viz-components/regression-chart/migrators/index.d.ts +1 -1
  78. package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/regression-series.d.ts +1 -1
  79. package/dist/{plugins → components/plugins}/viz-components/regression-chart/type.d.ts +3 -3
  80. package/dist/{plugins → components/plugins}/viz-components/scatter-chart/index.d.ts +1 -1
  81. package/dist/{plugins → components/plugins}/viz-components/scatter-chart/type.d.ts +3 -3
  82. package/dist/{plugins → components/plugins}/viz-components/stats/update/index.d.ts +1 -1
  83. package/dist/{plugins → components/plugins}/viz-components/sunburst/type.d.ts +1 -1
  84. package/dist/{plugins → components/plugins}/viz-components/table/components/background-color-select.d.ts +1 -1
  85. package/dist/components/plugins/viz-components/text/index.d.ts +2 -0
  86. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/index.d.ts +1 -1
  87. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
  88. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
  89. package/dist/{view → components/view}/layout/main-layout.d.ts +2 -2
  90. package/dist/{view → components/view}/layout/read-only-layout.d.ts +2 -2
  91. package/dist/{view → components/view}/view-component/preview/index.d.ts +2 -2
  92. package/dist/{view → components/view}/view-component/preview/modal.d.ts +2 -2
  93. package/dist/{view → components/view}/view-component/preview/tabs.d.ts +2 -2
  94. package/dist/{view → components/view}/view-component/render/index.d.ts +2 -2
  95. package/dist/{view → components/view}/view-component/render/modal.d.ts +2 -2
  96. package/dist/{view → components/view}/view-component/render/tabs.d.ts +2 -2
  97. package/dist/{view → components/view}/view-editor.d.ts +2 -2
  98. package/dist/{view → components/view}/view-render.d.ts +2 -2
  99. package/dist/contexts/index.d.ts +1 -1
  100. package/dist/contexts/layout-state-context.d.ts +0 -2
  101. package/dist/contexts/panel-context.d.ts +5657 -4
  102. package/dist/{main/dashboard-editor → dashboard-editor}/index.d.ts +3 -3
  103. package/dist/{model → dashboard-editor/model}/datasources/datasource.d.ts +4 -5
  104. package/dist/{model → dashboard-editor/model}/datasources/index.d.ts +7 -5
  105. package/dist/dashboard-editor/model/filters/index.d.ts +517 -0
  106. package/dist/dashboard-editor/model/index.d.ts +7 -0
  107. package/dist/dashboard-editor/model/panels/index.d.ts +2 -0
  108. package/dist/dashboard-editor/model/panels/panel.d.ts +1278 -0
  109. package/dist/dashboard-editor/model/panels/panels.d.ts +11201 -0
  110. package/dist/{model → dashboard-editor/model}/queries/index.d.ts +73 -68
  111. package/dist/{model → dashboard-editor/model}/sql-snippets/index.d.ts +16 -13
  112. package/dist/{model → dashboard-editor/model}/views/index.d.ts +39 -39
  113. package/dist/dashboard-editor/ui/index.d.ts +3 -0
  114. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
  115. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
  116. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
  117. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
  118. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
  119. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
  120. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
  121. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/index.d.ts +1 -1
  122. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
  123. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-editor.d.ts +1 -1
  124. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/model.d.ts +5 -6
  125. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
  126. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/configurations.d.ts +2 -2
  127. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -2
  128. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/index.d.ts +2 -2
  129. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
  130. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -2
  131. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +7 -0
  132. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -2
  133. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/item-editor.d.ts +2 -2
  134. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -2
  135. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -2
  136. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -2
  137. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -2
  138. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
  139. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/index.d.ts +5 -6
  140. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/utils.d.ts +1 -1
  141. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/index.d.ts +1 -1
  142. package/dist/{main/dashboard-render → dashboard-render}/index.d.ts +3 -3
  143. package/dist/dashboard-render/model/index.d.ts +2 -0
  144. package/dist/dashboard.es.js +14482 -14219
  145. package/dist/dashboard.umd.js +151 -151
  146. package/dist/index.d.ts +5 -4
  147. package/dist/interactions/components/interaction-settings.d.ts +1 -1
  148. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +1 -1
  149. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
  150. package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
  151. package/dist/interactions/interactions-viewer/data/nodes.d.ts +2 -2
  152. package/dist/interactions/interactions-viewer/data/types.d.ts +1 -1
  153. package/dist/interactions/temp-hack.d.ts +2 -1
  154. package/dist/model/index.d.ts +3 -8
  155. package/dist/model/meta-model/context/context.d.ts +31 -0
  156. package/dist/model/meta-model/context/index.d.ts +1 -0
  157. package/dist/model/{filters/filter/index.d.ts → meta-model/dashboard/content/filter/filter.d.ts} +4 -4
  158. package/dist/model/meta-model/dashboard/content/filter/index.d.ts +3 -0
  159. package/dist/model/meta-model/dashboard/content/filter/types.d.ts +8 -0
  160. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/checkbox.d.ts +3 -3
  161. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/date-range.d.ts +3 -3
  162. package/dist/model/meta-model/dashboard/content/filter/widgets/index.d.ts +6 -0
  163. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/multi-select.d.ts +3 -3
  164. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select-base.d.ts +3 -3
  165. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select.d.ts +3 -3
  166. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/text-input.d.ts +3 -3
  167. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/tree-select.d.ts +3 -3
  168. package/dist/model/meta-model/dashboard/content/index.d.ts +7 -0
  169. package/dist/model/meta-model/dashboard/content/mock-context/index.d.ts +1 -0
  170. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +14 -0
  171. package/dist/model/meta-model/dashboard/content/panel/index.d.ts +5 -0
  172. package/dist/model/{panels → meta-model/dashboard/content/panel}/layout.d.ts +1 -3
  173. package/dist/model/{panels → meta-model/dashboard/content/panel}/panel.d.ts +9 -164
  174. package/dist/model/{panels → meta-model/dashboard/content/panel}/style/border.d.ts +1 -3
  175. package/dist/model/{panels → meta-model/dashboard/content/panel}/style/index.d.ts +1 -3
  176. package/dist/model/{variables/index.d.ts → meta-model/dashboard/content/panel/variable.d.ts} +5 -11
  177. package/dist/model/{panels → meta-model/dashboard/content/panel}/viz.d.ts +1 -3
  178. package/dist/model/meta-model/dashboard/content/query/index.d.ts +2 -0
  179. package/dist/model/meta-model/dashboard/content/query/query.d.ts +37 -0
  180. package/dist/model/meta-model/dashboard/content/sql-snippet/index.d.ts +1 -0
  181. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +14 -0
  182. package/dist/model/meta-model/dashboard/content/types.d.ts +9 -0
  183. package/dist/model/meta-model/dashboard/content/view/index.d.ts +3 -0
  184. package/dist/model/meta-model/dashboard/content/view/types.d.ts +5 -0
  185. package/dist/model/{views/view/index.d.ts → meta-model/dashboard/content/view/view.d.ts} +5 -5
  186. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/division.d.ts +5 -5
  187. package/dist/model/meta-model/dashboard/content/view/widgets/index.d.ts +3 -0
  188. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/modal.d.ts +13 -5
  189. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/tabs.d.ts +6 -7
  190. package/dist/model/meta-model/dashboard/index.d.ts +1 -0
  191. package/dist/model/meta-model/datasources/datasource.d.ts +10 -0
  192. package/dist/model/meta-model/datasources/datasources.d.ts +32 -0
  193. package/dist/model/meta-model/datasources/index.d.ts +2 -0
  194. package/dist/model/{global-sql-snippets → meta-model/global-sql-snippets}/global-sql-snippet.d.ts +1 -1
  195. package/dist/model/{global-sql-snippets/index.d.ts → meta-model/global-sql-snippets/global-sql-snippets.d.ts} +2 -2
  196. package/dist/model/meta-model/global-sql-snippets/index.d.ts +2 -0
  197. package/dist/model/meta-model/index.d.ts +4 -0
  198. package/dist/model/{filters/index.d.ts → render-model/dashboard/content/filters/filters.d.ts} +28 -51
  199. package/dist/model/render-model/dashboard/content/filters/index.d.ts +2 -0
  200. package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -0
  201. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +4 -0
  202. package/dist/model/render-model/dashboard/content/index.d.ts +5 -0
  203. package/dist/model/render-model/dashboard/content/panels/index.d.ts +2 -0
  204. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1269 -0
  205. package/dist/model/{panels/index.d.ts → render-model/dashboard/content/panels/panels.d.ts} +1331 -1371
  206. package/dist/model/render-model/dashboard/content/queries/index.d.ts +3 -0
  207. package/dist/model/{queries → render-model/dashboard/content/queries}/mute-query.d.ts +12 -12
  208. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +366 -0
  209. package/dist/model/{queries → render-model/dashboard/content/queries}/query.d.ts +14 -13
  210. package/dist/model/render-model/dashboard/content/sql-snippets/index.d.ts +4 -0
  211. package/dist/model/{sql-snippets → render-model/dashboard/content/sql-snippets}/sql-snippet.d.ts +5 -4
  212. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +54 -0
  213. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +3 -0
  214. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +3 -0
  215. package/dist/model/render-model/dashboard/content/views/index.d.ts +1 -0
  216. package/dist/model/render-model/dashboard/content/views/views.d.ts +3889 -0
  217. package/dist/model/render-model/dashboard/index.d.ts +1 -0
  218. package/dist/model/render-model/index.d.ts +1 -0
  219. package/dist/model/utils/draft.d.ts +10 -0
  220. package/dist/model/utils/index.d.ts +1 -0
  221. package/dist/stats.html +1 -1
  222. package/dist/style.css +1 -1
  223. package/dist/types/dashboard.d.ts +4 -11
  224. package/dist/types/filter.d.ts +1 -8
  225. package/dist/types/plugin/index.d.ts +2 -2
  226. package/dist/utils/error-boundary.d.ts +1 -1
  227. package/dist/utils/http-query.d.ts +2 -2
  228. package/dist/utils/sql.d.ts +1 -1
  229. package/dist/utils/template/types.d.ts +1 -1
  230. package/package.json +1 -1
  231. package/dist/filter/filter-multi-select/render/index.d.ts +0 -11
  232. package/dist/filter/filter-text-input/render.d.ts +0 -9
  233. package/dist/filter/filter-tree-select/render/index.d.ts +0 -11
  234. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +0 -8
  235. package/dist/main/full-screen-panel.d.ts +0 -8
  236. package/dist/main/index.d.ts +0 -3
  237. package/dist/main/use-top-level-services.d.ts +0 -3
  238. package/dist/model/context.d.ts +0 -11
  239. package/dist/model/filters/filter/common.d.ts +0 -16
  240. package/dist/model/mock-context.d.ts +0 -11
  241. package/dist/model/sql-snippets/types.d.ts +0 -3
  242. package/dist/panel/index.d.ts +0 -9
  243. package/dist/panel/use-config-viz-instance-service.d.ts +0 -3
  244. package/dist/plugins/viz-components/text/index.d.ts +0 -2
  245. /package/dist/{filter → components/filter}/error-message-or-not-found.d.ts +0 -0
  246. /package/dist/{filter → components/filter}/filter-multi-select/render/widget.d.ts +0 -0
  247. /package/dist/{filter → components/filter}/filter-multi-select/render/widget.styles.d.ts +0 -0
  248. /package/dist/{filter → components/filter}/filter-tree-select/expected-structure.d.ts +0 -0
  249. /package/dist/{filter → components/filter}/filter-tree-select/render/query-data-to-tree.d.ts +0 -0
  250. /package/dist/{filter → components/filter}/filter-tree-select/render/switcher-icon.d.ts +0 -0
  251. /package/dist/{filter → components/filter}/filter-tree-select/render/tree-icon.d.ts +0 -0
  252. /package/dist/{filter → components/filter}/filter-tree-select/render/widget.d.ts +0 -0
  253. /package/dist/{filter → components/filter}/filter-tree-select/render/widget.styles.d.ts +0 -0
  254. /package/dist/{filter → components/filter}/filter-tree-select/types.d.ts +0 -0
  255. /package/dist/{filter → components/filter}/pick-query-for-filter/expected-structure-for-select.d.ts +0 -0
  256. /package/dist/{filter → components/filter}/pick-query-for-filter/index.d.ts +0 -0
  257. /package/dist/{filter → components/filter}/select-item.d.ts +0 -0
  258. /package/dist/{panel/panel-description.d.ts → components/panel/panel-render/description-popover/index.d.ts} +0 -0
  259. /package/dist/{panel/title-bar.d.ts → components/panel/panel-render/title-bar/index.d.ts} +0 -0
  260. /package/dist/{panel/viz/index.d.ts → components/panel/panel-render/viz/viz.d.ts} +0 -0
  261. /package/dist/{panel → components/panel}/settings/common/color-array-input.d.ts +0 -0
  262. /package/dist/{panel → components/panel}/settings/common/css-types.d.ts +0 -0
  263. /package/dist/{panel → components/panel}/settings/common/data-field-selector.d.ts +0 -0
  264. /package/dist/{panel → components/panel}/settings/common/mantine-color-swatches.d.ts +0 -0
  265. /package/dist/{panel → components/panel}/settings/common/mantine-color.d.ts +0 -0
  266. /package/dist/{panel → components/panel}/settings/common/mantine-font-weight.d.ts +0 -0
  267. /package/dist/{panel → components/panel}/settings/common/mantine-size-selector.d.ts +0 -0
  268. /package/dist/{panel → components/panel}/settings/common/numbro-format-selector.d.ts +0 -0
  269. /package/dist/{panel → components/panel}/settings/common/text-array-input.d.ts +0 -0
  270. /package/dist/{plugins → components/plugins}/color-manager/color-manager.d.ts +0 -0
  271. /package/dist/{plugins → components/plugins}/color-manager/index.d.ts +0 -0
  272. /package/dist/{plugins → components/plugins}/color-manager/multi-step-value-mapper.d.ts +0 -0
  273. /package/dist/{plugins → components/plugins}/color-manager/type.d.ts +0 -0
  274. /package/dist/{plugins → components/plugins}/colors/diverging-color.d.ts +0 -0
  275. /package/dist/{plugins → components/plugins}/colors/index.d.ts +0 -0
  276. /package/dist/{plugins → components/plugins}/colors/sequential-color.d.ts +0 -0
  277. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +0 -0
  278. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/index.d.ts +0 -0
  279. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +0 -0
  280. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +0 -0
  281. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/types.d.ts +0 -0
  282. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/index.d.ts +0 -0
  283. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/label-position-selector.d.ts +0 -0
  284. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/types.d.ts +0 -0
  285. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +0 -0
  286. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +0 -0
  287. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +0 -0
  288. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +0 -0
  289. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +0 -0
  290. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/index.d.ts +0 -0
  291. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/types.d.ts +0 -0
  292. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/field.d.ts +0 -0
  293. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/option.d.ts +0 -0
  294. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/types.d.ts +0 -0
  295. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/index.d.ts +0 -0
  296. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/option.d.ts +0 -0
  297. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/types.d.ts +0 -0
  298. /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/index.d.ts +0 -0
  299. /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/types.d.ts +0 -0
  300. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +0 -0
  301. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  302. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/index.d.ts +0 -0
  303. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/types.d.ts +0 -0
  304. /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/index.d.ts +0 -0
  305. /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/style.d.ts +0 -0
  306. /package/dist/{plugins → components/plugins}/hooks/index.d.ts +0 -0
  307. /package/dist/{plugins → components/plugins}/hooks/use-channel-event.d.ts +0 -0
  308. /package/dist/{plugins → components/plugins}/hooks/use-row-data-map.d.ts +0 -0
  309. /package/dist/{plugins → components/plugins}/hooks/use-storage-data.d.ts +0 -0
  310. /package/dist/{plugins → components/plugins}/hooks/use-tab-state.d.ts +0 -0
  311. /package/dist/{plugins → components/plugins}/index.d.ts +0 -0
  312. /package/dist/{plugins → components/plugins}/json-plugin-storage.d.ts +0 -0
  313. /package/dist/{plugins → components/plugins}/message-channels.d.ts +0 -0
  314. /package/dist/{plugins → components/plugins}/plugin-data-migrator/index.d.ts +0 -0
  315. /package/dist/{plugins → components/plugins}/plugin-data-migrator/version-based-migrator.d.ts +0 -0
  316. /package/dist/{plugins → components/plugins}/plugin-manager.d.ts +0 -0
  317. /package/dist/{service-locator → components/plugins/service/service-locator}/index.d.ts +0 -0
  318. /package/dist/{plugins → components/plugins}/sub-tree-json-plugin-storage.d.ts +0 -0
  319. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/index.d.ts +0 -0
  320. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/type.d.ts +0 -0
  321. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +0 -0
  322. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +0 -0
  323. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +0 -0
  324. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +0 -0
  325. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/index.d.ts +0 -0
  326. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +0 -0
  327. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +0 -0
  328. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/x-axis.d.ts +0 -0
  329. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/y-axis.d.ts +0 -0
  330. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/common.d.ts +0 -0
  331. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/dataset.d.ts +0 -0
  332. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/index.d.ts +0 -0
  333. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/legend.d.ts +0 -0
  334. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/reference-line.d.ts +0 -0
  335. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/series.d.ts +0 -0
  336. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +0 -0
  337. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/index.d.ts +0 -0
  338. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +0 -0
  339. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +0 -0
  340. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/index.d.ts +0 -0
  341. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +0 -0
  342. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +0 -0
  343. /package/dist/{plugins → components/plugins}/viz-components/button/triggers/click-button.d.ts +0 -0
  344. /package/dist/{plugins → components/plugins}/viz-components/button/triggers/index.d.ts +0 -0
  345. /package/dist/{plugins → components/plugins}/viz-components/button/type.d.ts +0 -0
  346. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/calendar/index.d.ts +0 -0
  347. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +0 -0
  348. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +0 -0
  349. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +0 -0
  350. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +0 -0
  351. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/calendar.d.ts +0 -0
  352. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/formatters.d.ts +0 -0
  353. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/index.d.ts +0 -0
  354. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/legend.d.ts +0 -0
  355. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/series.d.ts +0 -0
  356. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/tooltip.d.ts +0 -0
  357. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/visual-map.d.ts +0 -0
  358. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +0 -0
  359. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/index.d.ts +0 -0
  360. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +0 -0
  361. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +0 -0
  362. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +0 -0
  363. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +0 -0
  364. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +0 -0
  365. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/index.d.ts +0 -0
  366. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +0 -0
  367. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/index.d.ts +0 -0
  368. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +0 -0
  369. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/index.d.ts +0 -0
  370. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/regression-item.d.ts +0 -0
  371. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
  372. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -0
  373. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
  374. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -0
  375. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -0
  376. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -0
  377. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.bar.d.ts +0 -0
  378. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.line.d.ts +0 -0
  379. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.scatter.d.ts +0 -0
  380. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/index.d.ts +0 -0
  381. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/series-item.d.ts +0 -0
  382. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/stats/index.d.ts +0 -0
  383. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/index.d.ts +0 -0
  384. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  385. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  386. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  387. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  388. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/y-axes.d.ts +0 -0
  389. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/events.d.ts +0 -0
  390. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/grid.d.ts +0 -0
  391. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/index.d.ts +0 -0
  392. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/legend.d.ts +0 -0
  393. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/data.d.ts +0 -0
  394. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/index.d.ts +0 -0
  395. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_areas.d.ts +0 -0
  396. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_lines.d.ts +0 -0
  397. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/series_items.d.ts +0 -0
  398. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/types.d.ts +0 -0
  399. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/tooltip.d.ts +0 -0
  400. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/label-formatter.d.ts +0 -0
  401. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/types.d.ts +0 -0
  402. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/variables.d.ts +0 -0
  403. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/x-axis.d.ts +0 -0
  404. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/y-axis.d.ts +0 -0
  405. /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/click-echart.d.ts +0 -0
  406. /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/index.d.ts +0 -0
  407. /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-chart.d.ts +0 -0
  408. /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-editor.d.ts +0 -0
  409. /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/index.d.ts +0 -0
  410. /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/series-item.d.ts +0 -0
  411. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/index.d.ts +0 -0
  412. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/series.d.ts +0 -0
  413. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/tooltip.d.ts +0 -0
  414. /package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-chart.d.ts +0 -0
  415. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/heat_block/index.d.ts +0 -0
  416. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/index.d.ts +0 -0
  417. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metric.d.ts +0 -0
  418. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metrics.d.ts +0 -0
  419. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/index.d.ts +0 -0
  420. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  421. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  422. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  423. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  424. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/y-axis/index.d.ts +0 -0
  425. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/formatters.d.ts +0 -0
  426. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/grid.d.ts +0 -0
  427. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/index.d.ts +0 -0
  428. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/series.d.ts +0 -0
  429. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/tooltip.d.ts +0 -0
  430. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/visual-map.d.ts +0 -0
  431. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/x-axis.d.ts +0 -0
  432. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/y-axis.d.ts +0 -0
  433. /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/click-heat-block.d.ts +0 -0
  434. /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/index.d.ts +0 -0
  435. /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap-editor.d.ts +0 -0
  436. /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap.d.ts +0 -0
  437. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +0 -0
  438. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +0 -0
  439. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +0 -0
  440. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/index.d.ts +0 -0
  441. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +0 -0
  442. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +0 -0
  443. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +0 -0
  444. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +0 -0
  445. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/grid.d.ts +0 -0
  446. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/index.d.ts +0 -0
  447. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/legend.d.ts +0 -0
  448. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/data.d.ts +0 -0
  449. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/index.d.ts +0 -0
  450. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +0 -0
  451. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +0 -0
  452. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/types.d.ts +0 -0
  453. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/tooltip.d.ts +0 -0
  454. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +0 -0
  455. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/types.d.ts +0 -0
  456. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +0 -0
  457. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/y-axis.d.ts +0 -0
  458. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +0 -0
  459. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/deviation.d.ts +0 -0
  460. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +0 -0
  461. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +0 -0
  462. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/x_axis.d.ts +0 -0
  463. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/data.d.ts +0 -0
  464. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/grid.d.ts +0 -0
  465. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/index.d.ts +0 -0
  466. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/legend.d.ts +0 -0
  467. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-1.d.ts +0 -0
  468. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-2.d.ts +0 -0
  469. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-3.d.ts +0 -0
  470. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/utils.d.ts +0 -0
  471. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/x-axis.d.ts +0 -0
  472. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +0 -0
  473. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/index.d.ts +0 -0
  474. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +0 -0
  475. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +0 -0
  476. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/index.d.ts +0 -0
  477. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/metric.d.ts +0 -0
  478. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/styles/index.d.ts +0 -0
  479. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/index.d.ts +0 -0
  480. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats-editor.d.ts +0 -0
  481. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats.d.ts +0 -0
  482. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/bar.d.ts +0 -0
  483. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/line.d.ts +0 -0
  484. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/mark-line.d.ts +0 -0
  485. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/x-axis.d.ts +0 -0
  486. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/y-axis.d.ts +0 -0
  487. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/index.d.ts +0 -0
  488. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/mark-line.d.ts +0 -0
  489. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/series.d.ts +0 -0
  490. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/tooltip.d.ts +0 -0
  491. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/types.d.ts +0 -0
  492. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/utils.d.ts +0 -0
  493. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/x-axis.d.ts +0 -0
  494. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/y-axes.d.ts +0 -0
  495. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/click-pareto.d.ts +0 -0
  496. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/index.d.ts +0 -0
  497. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +0 -0
  498. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/index.d.ts +0 -0
  499. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/index.d.ts +0 -0
  500. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/series.d.ts +0 -0
  501. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/click-pie-chart.d.ts +0 -0
  502. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/index.d.ts +0 -0
  503. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/type.d.ts +0 -0
  504. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart-editor.d.ts +0 -0
  505. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart.d.ts +0 -0
  506. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/dimension.d.ts +0 -0
  507. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/index.d.ts +0 -0
  508. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/index.d.ts +0 -0
  509. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/index.d.ts +0 -0
  510. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/series.label.d.ts +0 -0
  511. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/tooltip.d.ts +0 -0
  512. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/triggers/click-radar-chart.d.ts +0 -0
  513. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart-editor.d.ts +0 -0
  514. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart.d.ts +0 -0
  515. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/regression-field.d.ts +0 -0
  516. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/x-axis.d.ts +0 -0
  517. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/y-axis.d.ts +0 -0
  518. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/index.d.ts +0 -0
  519. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/index.d.ts +0 -0
  520. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/series.d.ts +0 -0
  521. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/tooltip.d.ts +0 -0
  522. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/x-axis.d.ts +0 -0
  523. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/index.d.ts +0 -0
  524. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +0 -0
  525. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/index.d.ts +0 -0
  526. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart-editor.d.ts +0 -0
  527. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart.d.ts +0 -0
  528. /package/dist/{plugins → components/plugins}/viz-components/rich-text/index.d.ts +0 -0
  529. /package/dist/{plugins → components/plugins}/viz-components/rich-text/parse-rich-text-content.d.ts +0 -0
  530. /package/dist/{plugins → components/plugins}/viz-components/rich-text/type.d.ts +0 -0
  531. /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text-editor.d.ts +0 -0
  532. /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text.d.ts +0 -0
  533. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-areas/index.d.ts +0 -0
  534. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/index.d.ts +0 -0
  535. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +0 -0
  536. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/index.d.ts +0 -0
  537. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +0 -0
  538. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
  539. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -0
  540. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
  541. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -0
  542. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -0
  543. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -0
  544. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +0 -0
  545. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +0 -0
  546. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +0 -0
  547. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +0 -0
  548. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +0 -0
  549. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +0 -0
  550. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/stats/index.d.ts +0 -0
  551. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/index.d.ts +0 -0
  552. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metric.d.ts +0 -0
  553. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +0 -0
  554. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/index.d.ts +0 -0
  555. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  556. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  557. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  558. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  559. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/index.d.ts +0 -0
  560. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +0 -0
  561. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/dataset.d.ts +0 -0
  562. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/grid.d.ts +0 -0
  563. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/index.d.ts +0 -0
  564. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/legend.d.ts +0 -0
  565. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/series.d.ts +0 -0
  566. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/tooltip.d.ts +0 -0
  567. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/x-axis.d.ts +0 -0
  568. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/y-axis.d.ts +0 -0
  569. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +0 -0
  570. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/index.d.ts +0 -0
  571. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +0 -0
  572. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart.d.ts +0 -0
  573. /package/dist/{plugins → components/plugins}/viz-components/stats/index.d.ts +0 -0
  574. /package/dist/{plugins → components/plugins}/viz-components/stats/type.d.ts +0 -0
  575. /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats-editor.d.ts +0 -0
  576. /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats.d.ts +0 -0
  577. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/data-field.d.ts +0 -0
  578. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/index.d.ts +0 -0
  579. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/level.d.ts +0 -0
  580. /package/dist/{plugins → components/plugins}/viz-components/sunburst/index.d.ts +0 -0
  581. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/array-to-tree.d.ts +0 -0
  582. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/data.d.ts +0 -0
  583. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/index.d.ts +0 -0
  584. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/levels.d.ts +0 -0
  585. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/tooltip.d.ts +0 -0
  586. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/types.d.ts +0 -0
  587. /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst-editor.d.ts +0 -0
  588. /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst.d.ts +0 -0
  589. /package/dist/{plugins → components/plugins}/viz-components/table/components/head-cell.d.ts +0 -0
  590. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/column.d.ts +0 -0
  591. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/func_content-editor.d.ts +0 -0
  592. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/index.d.ts +0 -0
  593. /package/dist/{plugins → components/plugins}/viz-components/table/editors/styling.d.ts +0 -0
  594. /package/dist/{plugins → components/plugins}/viz-components/table/index.d.ts +0 -0
  595. /package/dist/{plugins → components/plugins}/viz-components/table/table-cell-context.d.ts +0 -0
  596. /package/dist/{plugins → components/plugins}/viz-components/table/triggers/click-cell-content.d.ts +0 -0
  597. /package/dist/{plugins → components/plugins}/viz-components/table/triggers/index.d.ts +0 -0
  598. /package/dist/{plugins → components/plugins}/viz-components/table/type.d.ts +0 -0
  599. /package/dist/{plugins → components/plugins}/viz-components/table/utils.d.ts +0 -0
  600. /package/dist/{plugins → components/plugins}/viz-components/table/value-type-selector.d.ts +0 -0
  601. /package/dist/{plugins → components/plugins}/viz-components/table/value.d.ts +0 -0
  602. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table-editor.d.ts +0 -0
  603. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.d.ts +0 -0
  604. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.styles.d.ts +0 -0
  605. /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/func-content-editor.d.ts +0 -0
  606. /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/index.d.ts +0 -0
  607. /package/dist/{plugins → components/plugins}/viz-components/text/type.d.ts +0 -0
  608. /package/dist/{plugins → components/plugins}/viz-components/text/viz-text-editor.d.ts +0 -0
  609. /package/dist/{plugins → components/plugins}/viz-components/text/viz-text.d.ts +0 -0
  610. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/error-figure.d.ts +0 -0
  611. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +0 -0
  612. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/type.d.ts +0 -0
  613. /package/dist/{plugins → components/plugins}/viz-manager/components.d.ts +0 -0
  614. /package/dist/{plugins → components/plugins}/viz-manager/impl.d.ts +0 -0
  615. /package/dist/{plugins → components/plugins}/viz-manager/index.d.ts +0 -0
  616. /package/dist/{plugins → components/plugins}/viz-manager/types.d.ts +0 -0
  617. /package/dist/{view → components/view}/index.d.ts +0 -0
  618. /package/dist/{view → components/view}/layout/index.d.ts +0 -0
  619. /package/dist/{view → components/view}/view-component/preview/division.d.ts +0 -0
  620. /package/dist/{view → components/view}/view-component/render/division.d.ts +0 -0
  621. /package/dist/components/{about-function-utils → widgets/about-function-utils}/index.d.ts +0 -0
  622. /package/dist/components/{function-editor.tsx → widgets/function-editor}/index.d.ts +0 -0
  623. /package/dist/components/{inline-function-input → widgets/inline-function-input}/index.d.ts +0 -0
  624. /package/dist/components/{minimal-monaco-editor.d.ts → widgets/minimal-monaco-editor.d.ts} +0 -0
  625. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/custom-rich-text-editor.d.ts +0 -0
  626. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/font-size-extension.d.ts +0 -0
  627. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/readonly-rich-text-editor.d.ts +0 -0
  628. /package/dist/{model → dashboard-editor/model}/datasources/columns.d.ts +0 -0
  629. /package/dist/{model → dashboard-editor/model}/datasources/indexes.d.ts +0 -0
  630. /package/dist/{model → dashboard-editor/model}/datasources/table-data.d.ts +0 -0
  631. /package/dist/{model → dashboard-editor/model}/datasources/tables.d.ts +0 -0
  632. /package/dist/{model → dashboard-editor/model}/editor/index.d.ts +0 -0
  633. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/header-menu.d.ts +0 -0
  634. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/index.d.ts +0 -0
  635. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/main-header.d.ts +0 -0
  636. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/save-changes-or-more.d.ts +0 -0
  637. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/sub-header.d.ts +0 -0
  638. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/index.d.ts +0 -0
  639. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/view-links.d.ts +0 -0
  640. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.d.ts +0 -0
  641. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.style.d.ts +0 -0
  642. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/index.d.ts +0 -0
  643. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/query-state-message.d.ts +0 -0
  644. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +0 -0
  645. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +0 -0
  646. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +0 -0
  647. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-filter/index.d.ts +0 -0
  648. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-mock-context/index.d.ts +0 -0
  649. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/index.d.ts +0 -0
  650. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/description.d.ts +0 -0
  651. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/edit-style.d.ts +0 -0
  652. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/index.d.ts +0 -0
  653. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/title.d.ts +0 -0
  654. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/pick-query/index.d.ts +0 -0
  655. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/preview-panel.d.ts +0 -0
  656. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/select-viz-type.d.ts +0 -0
  657. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/styles.d.ts +0 -0
  658. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-field.d.ts +0 -0
  659. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/viz-conf.d.ts +0 -0
  660. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/index.d.ts +0 -0
  661. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/query-usage.d.ts +0 -0
  662. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +0 -0
  663. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +0 -0
  664. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/index.d.ts +0 -0
  665. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/preview-snippet.d.ts +0 -0
  666. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +0 -0
  667. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/index.d.ts +0 -0
  668. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/index.d.ts +0 -0
  669. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/global-sql-snippets-table.d.ts +0 -0
  670. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/index.d.ts +0 -0
  671. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-guide.d.ts +0 -0
  672. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-modal.d.ts +0 -0
  673. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/index.d.ts +0 -0
  674. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-filter.d.ts +0 -0
  675. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-panel.d.ts +0 -0
  676. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-query.d.ts +0 -0
  677. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-sql-snippet.d.ts +0 -0
  678. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-view.d.ts +0 -0
  679. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/index.d.ts +0 -0
  680. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/nav-links.d.ts +0 -0
  681. /package/dist/{main/dashboard-editor → dashboard-editor}/utils/load-monaco-editor.d.ts +0 -0
  682. /package/dist/model/{queries → meta-model/dashboard/content/query}/types.d.ts +0 -0
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .panel-root{height:100%;width:100%;max-width:100%;background:transparent;border-radius:4px;position:relative}.viz-root{width:100%;overflow:auto;flex-grow:1;background-color:#fff}.panel-dropdown-target{text-align:center;transition:background-color .3s ease}.panel-dropdown-target:hover{cursor:pointer;background-color:#6464640d}.dashboard-layout{margin:5px}.react-grid-item{padding:0}.panel-grid-item{padding:5px;min-height:38px}.remove-panel{position:absolute;right:2px;top:0;cursor:pointer}.code-textarea textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.preview-sql-in-monaco-editor{overflow:hidden}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:rgba(255,255,255,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__node-interaction{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 12px 6px #ff0;border-style:dashed}.dashboard-root{overflow:auto;overflow-x:hidden;padding:0;height:100%}.dashboard-view{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:initial!important}.dashboard-sticky-area{z-index:100;background:white;margin:0;padding:0 10px}.mantine-RichTextEditor-root{overflow-y:auto!important;-ms-overflow-style:initial!important}.mantine-RichTextEditor-content .ProseMirror{padding:.5em .5em 0}.dashboard-root *:not(.mantine-RichTextEditor-root):not(.dashboard-view):not(.mantine-Modal-body):not([data-enable-scrollbar])::-webkit-scrollbar{width:0!important;height:0!important}.dashboard-root *:not([data-enable-scrollbar]){overflow:-moz-scrollbars-none;-ms-overflow-style:none}.function-editor{border-radius:4px;overflow:hidden;background-color:#1e1e1e}.minimal-monaco-editor{border-radius:4px;overflow:hidden;background-color:#1e1e1e;padding-top:14px}
1
+ .panel-root{height:100%;width:100%;max-width:100%;background:transparent;border-radius:4px;position:relative}.panel-dropdown-target{text-align:center;transition:background-color .3s ease}.panel-dropdown-target:hover{cursor:pointer;background-color:#6464640d}.viz-root{width:100%;overflow:auto;flex-grow:1;background-color:#fff}.dashboard-layout{margin:5px}.react-grid-item{padding:0}.panel-grid-item{padding:5px;min-height:38px}.remove-panel{position:absolute;right:2px;top:0;cursor:pointer}.code-textarea textarea{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.preview-sql-in-monaco-editor{overflow:hidden}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:rgba(255,255,255,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__node-interaction{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 12px 6px #ff0;border-style:dashed}.dashboard-root{overflow:auto;overflow-x:hidden;padding:0;height:100%}.dashboard-view{position:relative;height:100%;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:initial!important}.dashboard-sticky-area{z-index:100;background:white;margin:0;padding:0 10px}.mantine-RichTextEditor-root{overflow-y:auto!important;-ms-overflow-style:initial!important}.mantine-RichTextEditor-content .ProseMirror{padding:.5em .5em 0}.dashboard-root *:not(.mantine-RichTextEditor-root):not(.dashboard-view):not(.mantine-Modal-body):not([data-enable-scrollbar])::-webkit-scrollbar{width:0!important;height:0!important}.dashboard-root *:not([data-enable-scrollbar]){overflow:-moz-scrollbars-none;-ms-overflow-style:none}.function-editor{border-radius:4px;overflow:hidden;background-color:#1e1e1e}.minimal-monaco-editor{border-radius:4px;overflow:hidden;background-color:#1e1e1e;padding-top:14px}
@@ -1,8 +1,6 @@
1
1
  import { AnyObject } from '~/types/utils';
2
2
  import { ITemplateVariable } from '~/utils/template';
3
- import { FilterModelSnapshotOut } from '../model';
4
- import { QueryModelSnapshotIn } from '../model/queries';
5
- import { SQLSnippetModelSnapshotIn } from '../model/sql-snippets';
3
+ import { EViewComponentType, FilterMetaSnapshotOut, QueryMetaSnapshotIn, SQLSnippetMetaSnapshotIn } from '~/model';
6
4
  export interface IVizConfig {
7
5
  type: string;
8
6
  conf: AnyObject;
@@ -34,15 +32,10 @@ export declare enum DashboardMode {
34
32
  Edit = "edit"
35
33
  }
36
34
  export interface IDashboardDefinition {
37
- sqlSnippets: SQLSnippetModelSnapshotIn[];
38
- queries: QueryModelSnapshotIn[];
35
+ sqlSnippets: SQLSnippetMetaSnapshotIn[];
36
+ queries: QueryMetaSnapshotIn[];
39
37
  mock_context: Record<string, $TSFixMe>;
40
38
  }
41
- export declare enum EViewComponentType {
42
- Division = "div",
43
- Modal = "modal",
44
- Tabs = "tabs"
45
- }
46
39
  export declare const ViewComponentTypeName: {
47
40
  div: string;
48
41
  tabs: string;
@@ -75,7 +68,7 @@ export interface TDashboardContent {
75
68
  definition: IDashboardDefinition;
76
69
  views: IDashboardView[];
77
70
  panels: IDashboardPanel[];
78
- filters: FilterModelSnapshotOut[];
71
+ filters: FilterMetaSnapshotOut[];
79
72
  version: string;
80
73
  }
81
74
  export declare type DashboardContentDBType = {
@@ -1,8 +1 @@
1
- export declare enum DashboardFilterType {
2
- Select = "select",
3
- TreeSelect = "tree-select",
4
- MultiSelect = "multi-select",
5
- TextInput = "text-input",
6
- Checkbox = "checkbox",
7
- DateRange = "date-range"
8
- }
1
+ export { DashboardFilterType } from '~/model';
@@ -1,9 +1,9 @@
1
1
  import { EventEmitter2 } from 'eventemitter2';
2
2
  import React from './react';
3
- import { IVizManager } from '~/plugins';
3
+ import { IVizManager } from '~/components/plugins';
4
+ import { PanelModelInstance } from '~/dashboard-editor/model/panels';
4
5
  import { AnyObject } from '~/types';
5
6
  import { ITemplateVariable } from '~/utils/template';
6
- import { PanelModelInstance } from '~/model/panels';
7
7
  /**
8
8
  * Basic information of a viz component instance
9
9
  */
@@ -8,6 +8,6 @@ declare type StateType = {
8
8
  export declare class ErrorBoundary extends React.Component<PropType, StateType> {
9
9
  constructor(props: PropType);
10
10
  componentDidCatch(error: $TSFixMe): void;
11
- render(): string | number | boolean | import('./react/jsx-runtime').JSX.Element | Iterable<React.ReactNode> | null | undefined;
11
+ render(): string | number | boolean | Iterable<React.ReactNode> | import('./react/jsx-runtime').JSX.Element | null | undefined;
12
12
  }
13
13
  export {};
@@ -1,11 +1,11 @@
1
1
  import { AxiosRequestConfig } from 'axios';
2
2
  import { IDataSource } from '~/api-caller/types';
3
- import { ContextInfoType, FilterValuesType } from '..';
3
+ import { ContextRecordType, FilterValuesType } from '~/model';
4
4
  export declare function buildHTTPRequest(pre_process: string, params: {
5
5
  context: Record<string, any>;
6
6
  filters: Record<string, any>;
7
7
  }): AxiosRequestConfig<any>;
8
- export declare function explainHTTPRequest(pre_process: string, context: ContextInfoType, filters: FilterValuesType): AxiosRequestConfig<any>;
8
+ export declare function explainHTTPRequest(pre_process: string, context: ContextRecordType, filters: FilterValuesType): AxiosRequestConfig<any>;
9
9
  export declare function preProcessWithDataSource(datasource: IDataSource, config: AxiosRequestConfig): any;
10
10
  export declare function postProcessWithDataSource(datasource: IDataSource, res: any): any;
11
11
  export declare function postProcessWithQuery(post_process: TFunctionString, res: any): any;
@@ -1,4 +1,4 @@
1
- import { TPayloadForSQL, TPayloadForSQLSnippet } from '../model';
1
+ import { TPayloadForSQL, TPayloadForSQLSnippet } from '~/model';
2
2
  export declare function formatSQL(sql: string, payload: TPayloadForSQL | TPayloadForSQLSnippet): any;
3
3
  export declare function explainSQL(sql: string, payload: TPayloadForSQL): any;
4
4
  export declare function preProcessSQLQuery({ sql, pre_process }: {
@@ -1,4 +1,4 @@
1
- import { TNumbroFormat } from '../../panel/settings/common/numbro-format-selector';
1
+ import { TNumbroFormat } from '../../components/panel/settings/common/numbro-format-selector';
2
2
  import { AggregationType } from '../aggregation';
3
3
  export declare type ColorConfType = {
4
4
  type: 'static';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtable/dashboard",
3
- "version": "10.9.9",
3
+ "version": "10.10.0",
4
4
  "license": "Apache-2.0",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -1,11 +0,0 @@
1
- import { FilterModelInstance } from '../../../model';
2
- import { IFilterConfig_MultiSelect } from '../../../model/filters/filter/multi-select';
3
- interface IFilterMultiSelect extends Omit<FilterModelInstance, 'key' | 'type' | 'config'> {
4
- config: IFilterConfig_MultiSelect;
5
- value: $TSFixMe;
6
- onChange: (v: string[], forceSubmit?: boolean) => void;
7
- }
8
- export declare const FilterMultiSelect: (({ label, config, value, onChange }: IFilterMultiSelect) => import('./react/jsx-runtime').JSX.Element) & {
9
- displayName: string;
10
- };
11
- export {};
@@ -1,9 +0,0 @@
1
- import { FilterModelInstance } from '../../model';
2
- import { IFilterConfig_TextInput } from '../../model/filters/filter/text-input';
3
- interface IFilterTextInput extends Omit<FilterModelInstance, 'key' | 'type' | 'config'> {
4
- config: IFilterConfig_TextInput;
5
- value: $TSFixMe;
6
- onChange: (v: $TSFixMe) => void;
7
- }
8
- export declare function FilterTextInput({ label, config, value, onChange }: IFilterTextInput): import('./react/jsx-runtime').JSX.Element;
9
- export {};
@@ -1,11 +0,0 @@
1
- import { FilterModelInstance } from '../../../model';
2
- import { IFilterConfig_TreeSelect } from '../../../model/filters/filter/tree-select';
3
- interface IFilterTreeSelect extends Omit<FilterModelInstance, 'key' | 'type' | 'config'> {
4
- config: IFilterConfig_TreeSelect;
5
- value: $TSFixMe;
6
- onChange: (v: string[], forceSubmit?: boolean) => void;
7
- }
8
- export declare const FilterTreeSelect: (({ label, config, value, onChange }: IFilterTreeSelect) => import('./react/jsx-runtime').JSX.Element) & {
9
- displayName: string;
10
- };
11
- export {};
@@ -1,8 +0,0 @@
1
- export interface ICustomModalTitle {
2
- enabled: boolean;
3
- func_content: string;
4
- }
5
- export declare const DEFAULT_CUSTOM_MODAL_TITLE: {
6
- enabled: boolean;
7
- func_content: string;
8
- };
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import { PanelModelInstance } from '~/model/panels';
3
- import { ViewModelInstance } from '..';
4
- export declare const FullScreenPanel: import('./react').FunctionComponent<{
5
- view: ViewModelInstance;
6
- panel: PanelModelInstance;
7
- exitFullScreen: () => void;
8
- }>;
@@ -1,3 +0,0 @@
1
- export * from './dashboard-editor';
2
- export * from './dashboard-render';
3
- export { useTopLevelServices } from '~/main/use-top-level-services';
@@ -1,3 +0,0 @@
1
- import { IPluginContextProps } from '~/plugins';
2
- import { IServiceLocator } from '~/service-locator';
3
- export declare function useTopLevelServices(pluginContext: IPluginContextProps): (services: IServiceLocator) => IServiceLocator;
@@ -1,11 +0,0 @@
1
- export declare const ContextModel: import("mobx-state-tree").IModelType<{
2
- current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
3
- }, {
4
- readonly keys: string[];
5
- readonly entries: [string, unknown][];
6
- } & {
7
- replace(record: Record<string, $TSFixMe>): void;
8
- get(key: string): any;
9
- set(key: string, value: $TSFixMe): void;
10
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
11
- export declare type ContextInfoType = Record<string, $TSFixMe>;
@@ -1,16 +0,0 @@
1
- import { Instance } from 'mobx-state-tree';
2
- import { DataSourceType } from '~/model/queries/types';
3
- export declare enum DashboardFilterType {
4
- Select = "select",
5
- MultiSelect = "multi-select",
6
- TreeSelect = "tree-select",
7
- TextInput = "text-input",
8
- Checkbox = "checkbox",
9
- DateRange = "date-range"
10
- }
11
- export declare const FilterOptionQueryModel: import("mobx-state-tree").IModelType<{
12
- type: import("mobx-state-tree").ISimpleType<DataSourceType>;
13
- key: import("mobx-state-tree").ISimpleType<string>;
14
- sql: import("mobx-state-tree").ISimpleType<string>;
15
- }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
16
- export declare type IFilterOptionQuery = Instance<typeof FilterOptionQueryModel>;
@@ -1,11 +0,0 @@
1
- export declare const MockContextModel: import("mobx-state-tree").IModelType<{
2
- current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
3
- }, {
4
- readonly keys: string[];
5
- readonly entries: [string, unknown][];
6
- } & {
7
- replace(record: Record<string, $TSFixMe>): void;
8
- get(key: string): any;
9
- set(key: string, value: $TSFixMe): void;
10
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
11
- export declare type MockContextInfoType = Record<string, $TSFixMe>;
@@ -1,3 +0,0 @@
1
- import { Instance } from 'mobx-state-tree';
2
- import { SQLSnippetsModel } from '.';
3
- export declare type SQLSnippetsModelInstance = Instance<typeof SQLSnippetsModel>;
@@ -1,9 +0,0 @@
1
- /// <reference types="react" />
2
- import { ViewModelInstance } from '~/model';
3
- import { PanelModelInstance } from '~/model/panels';
4
- interface IPanel {
5
- view: ViewModelInstance;
6
- panel: PanelModelInstance;
7
- }
8
- export declare const Panel: import('./react').FunctionComponent<IPanel>;
9
- export {};
@@ -1,3 +0,0 @@
1
- import { IPanelInfo } from '~/plugins';
2
- import { IServiceLocator } from '~/service-locator';
3
- export declare function useConfigVizInstanceService(panel: IPanelInfo): (services: IServiceLocator) => IServiceLocator;
@@ -1,2 +0,0 @@
1
- import { VizComponent } from '../../../types/plugin';
2
- export declare const TextVizComponent: VizComponent;
File without changes