@devtable/dashboard 10.44.1 → 10.44.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (383) hide show
  1. package/dist/api-caller/index.d.ts +4 -4
  2. package/dist/api-caller/request.d.ts +4 -4
  3. package/dist/api-caller/types.d.ts +5 -5
  4. package/dist/api-caller/utils.d.ts +1 -0
  5. package/dist/components/filter/filter-checkbox/editor.d.ts +1 -1
  6. package/dist/components/filter/filter-checkbox/render.d.ts +2 -2
  7. package/dist/components/filter/filter-date-range/editor.d.ts +1 -1
  8. package/dist/components/filter/filter-date-range/render.d.ts +1 -1
  9. package/dist/components/filter/filter-multi-select/editor.d.ts +1 -1
  10. package/dist/components/filter/filter-multi-select/render/index.d.ts +1 -1
  11. package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -2
  12. package/dist/components/filter/filter-select/editor.d.ts +1 -1
  13. package/dist/components/filter/filter-select/render.d.ts +1 -1
  14. package/dist/components/filter/filter-settings/filter-setting.d.ts +1 -1
  15. package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -0
  16. package/dist/components/filter/filter-settings/index.d.ts +7 -0
  17. package/dist/components/filter/filter-settings/preview-filter.d.ts +1 -1
  18. package/dist/components/filter/filter-settings/types.d.ts +4 -0
  19. package/dist/components/filter/filter-text-input/editor.d.ts +1 -1
  20. package/dist/components/filter/filter-text-input/render.d.ts +2 -2
  21. package/dist/components/filter/filter-tree-select/editor.d.ts +1 -1
  22. package/dist/components/filter/filter-tree-select/render/index.d.ts +2 -2
  23. package/dist/components/filter/filter-tree-select/render/widget.d.ts +1 -1
  24. package/dist/components/filter/filter.d.ts +1 -1
  25. package/dist/components/filter/index.d.ts +1 -1
  26. package/dist/components/panel/panel-editor/dropdown-menu/index.d.ts +1 -1
  27. package/dist/components/panel/panel-editor/index.d.ts +1 -1
  28. package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +1 -1
  29. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +1 -1
  30. package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +766 -765
  31. package/dist/components/panel/panel-render/panel-render-base.d.ts +1 -1
  32. package/dist/components/panel/panel-render/panel-render.d.ts +1 -1
  33. package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +1 -1
  34. package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +1 -1
  35. package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +1 -1
  36. package/dist/components/panel/plugin-adaptor.d.ts +1 -1
  37. package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
  38. package/dist/components/panel/settings/common/css-types.d.ts +2 -2
  39. package/dist/components/panel/settings/common/numbro-format-selector.d.ts +1 -1
  40. package/dist/components/panel/use-config-viz-instance-service.d.ts +2 -2
  41. package/dist/components/plugins/color-manager/color-manager.d.ts +1 -1
  42. package/dist/components/plugins/color-manager/impl.d.ts +2 -2
  43. package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -1
  44. package/dist/components/plugins/colors/diverging-color.d.ts +1 -1
  45. package/dist/components/plugins/colors/index.d.ts +1 -1
  46. package/dist/components/plugins/colors/sequential-color.d.ts +1 -1
  47. package/dist/components/plugins/common-echarts-fields/label-position/types.d.ts +2 -2
  48. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/types.d.ts +3 -3
  49. package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +1 -1
  50. package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +2 -2
  51. package/dist/components/plugins/controls/color-interpolation-select/index.d.ts +2 -2
  52. package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +1 -1
  53. package/dist/components/plugins/controls/color-mapping-editor/style.d.ts +1 -1
  54. package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -0
  55. package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -1
  56. package/dist/components/plugins/instance-migrator/index.d.ts +3 -3
  57. package/dist/components/plugins/json-plugin-storage.d.ts +1 -1
  58. package/dist/components/plugins/message-channels.d.ts +1 -1
  59. package/dist/components/plugins/plugin-context.d.ts +764 -763
  60. package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +3 -3
  61. package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -1
  62. package/dist/components/plugins/plugin-manager.d.ts +1 -1
  63. package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +1 -1
  64. package/dist/components/plugins/service/use-top-level-services.d.ts +2 -2
  65. package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -1
  66. package/dist/components/plugins/test-utils.d.ts +9 -0
  67. package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -1
  68. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -1
  69. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -1
  70. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
  71. package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -2
  72. package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
  73. package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
  74. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -1
  75. package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -1
  76. package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +7 -7
  77. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -1
  78. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -1
  79. package/dist/components/plugins/viz-components/button/index.d.ts +1 -1
  80. package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +1 -1
  81. package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +1 -1
  82. package/dist/components/plugins/viz-components/button/viz-button.d.ts +1 -1
  83. package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -1
  84. package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
  85. package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
  86. package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -1
  87. package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -1
  88. package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -3
  89. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -1
  90. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -1
  91. package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +1 -1
  92. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
  93. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
  94. package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +3 -3
  95. package/dist/components/plugins/viz-components/cartesian/index.d.ts +2 -2
  96. package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -3
  97. package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
  98. package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +1 -1
  99. package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
  100. package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
  101. package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
  102. package/dist/components/plugins/viz-components/cartesian/option/series/types.d.ts +1 -1
  103. package/dist/components/plugins/viz-components/cartesian/option/utils/types.d.ts +1 -1
  104. package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
  105. package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +3 -3
  106. package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -1
  107. package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -4
  108. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -1
  109. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -1
  110. package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -1
  111. package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -2
  112. package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -1
  113. package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
  114. package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
  115. package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -1
  116. package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -2
  117. package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
  118. package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -1
  119. package/dist/components/plugins/viz-components/heatmap/type.d.ts +4 -4
  120. package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -1
  121. package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -1
  122. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
  123. package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -1
  124. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
  125. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
  126. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
  127. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
  128. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/types.d.ts +1 -1
  129. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/types.d.ts +1 -1
  130. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
  131. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
  132. package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +4 -4
  133. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
  134. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -1
  135. package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -1
  136. package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -1
  137. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
  138. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -1
  139. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +3 -3
  140. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
  141. package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
  142. package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +2 -2
  143. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
  144. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -1
  145. package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +1 -1
  146. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
  147. package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -1
  148. package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +1 -1
  149. package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -2
  150. package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
  151. package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +1 -1
  152. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +5 -5
  153. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
  154. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +1 -1
  155. package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -1
  156. package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +1 -1
  157. package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +1 -1
  158. package/dist/components/plugins/viz-components/merico-stats/type.d.ts +6 -6
  159. package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +1 -1
  160. package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -1
  161. package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
  162. package/dist/components/plugins/viz-components/pareto-chart/option/types.d.ts +1 -1
  163. package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -1
  164. package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -1
  165. package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
  166. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -1
  167. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
  168. package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -1
  169. package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
  170. package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -1
  171. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
  172. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -1
  173. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +1 -1
  174. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +1 -1
  175. package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -1
  176. package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -1
  177. package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -1
  178. package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
  179. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -1
  180. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -1
  181. package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -1
  182. package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
  183. package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts +2 -2
  184. package/dist/components/plugins/viz-components/regression-chart/option/series.d.ts +2 -2
  185. package/dist/components/plugins/viz-components/regression-chart/option/tooltip.d.ts +1 -1
  186. package/dist/components/plugins/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +1 -1
  187. package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
  188. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -1
  189. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -1
  190. package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -1
  191. package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +2 -2
  192. package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -1
  193. package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +1 -1
  194. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
  195. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
  196. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +3 -3
  197. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -1
  198. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +3 -3
  199. package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -1
  200. package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
  201. package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +2 -2
  202. package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -1
  203. package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +3 -3
  204. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -1
  205. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -1
  206. package/dist/components/plugins/viz-components/stats/index.d.ts +1 -1
  207. package/dist/components/plugins/viz-components/stats/update/index.d.ts +1 -1
  208. package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -1
  209. package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +1 -1
  210. package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -1
  211. package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
  212. package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +2 -2
  213. package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -2
  214. package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -1
  215. package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -1
  216. package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +1 -1
  217. package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +1 -1
  218. package/dist/components/plugins/viz-components/table/index.d.ts +1 -1
  219. package/dist/components/plugins/viz-components/table/render/index.d.ts +1 -1
  220. package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
  221. package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +2 -2
  222. package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -2
  223. package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +2 -2
  224. package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -1
  225. package/dist/components/plugins/viz-components/table/type.d.ts +4 -4
  226. package/dist/components/plugins/viz-components/table/utils.d.ts +1 -1
  227. package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +1 -1
  228. package/dist/components/plugins/viz-components/text/index.d.ts +1 -1
  229. package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +1 -1
  230. package/dist/components/plugins/viz-components/text/viz-text.d.ts +1 -1
  231. package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -1
  232. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
  233. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
  234. package/dist/components/plugins/viz-manager/components.d.ts +4 -4
  235. package/dist/components/plugins/viz-manager/impl.d.ts +1 -1
  236. package/dist/components/plugins/viz-manager/types.d.ts +3 -3
  237. package/dist/components/view/layout/main-layout.d.ts +1 -1
  238. package/dist/components/view/layout/read-only-layout.d.ts +1 -1
  239. package/dist/components/view/view-component/preview/division.d.ts +1 -1
  240. package/dist/components/view/view-component/preview/index.d.ts +1 -1
  241. package/dist/components/view/view-component/preview/modal.d.ts +1 -1
  242. package/dist/components/view/view-component/preview/tabs.d.ts +1 -1
  243. package/dist/components/view/view-component/render/division.d.ts +1 -1
  244. package/dist/components/view/view-component/render/index.d.ts +1 -1
  245. package/dist/components/view/view-component/render/modal.d.ts +1 -1
  246. package/dist/components/view/view-component/render/tabs.d.ts +1 -1
  247. package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +1 -1
  248. package/dist/components/view/view-component/utils/use-download-modal-screenshot.d.ts +1 -1
  249. package/dist/components/view/view-editor.d.ts +1 -1
  250. package/dist/components/view/view-render.d.ts +1 -1
  251. package/dist/components/widgets/modal-function-editor/index.d.ts +1 -1
  252. package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +1 -1
  253. package/dist/contexts/panel-context.d.ts +1536 -1535
  254. package/dist/dashboard-editor/index.d.ts +1 -1
  255. package/dist/dashboard-editor/model/datasources/columns.d.ts +2 -2
  256. package/dist/dashboard-editor/model/datasources/datasource.d.ts +6 -6
  257. package/dist/dashboard-editor/model/datasources/index.d.ts +22 -22
  258. package/dist/dashboard-editor/model/datasources/indexes.d.ts +4 -4
  259. package/dist/dashboard-editor/model/datasources/table-data.d.ts +2 -2
  260. package/dist/dashboard-editor/model/datasources/tables.d.ts +3 -3
  261. package/dist/dashboard-editor/model/editor/index.d.ts +5 -5
  262. package/dist/dashboard-editor/model/filters/index.d.ts +71 -71
  263. package/dist/dashboard-editor/model/panels/panel.d.ts +348 -347
  264. package/dist/dashboard-editor/model/panels/panels.d.ts +3050 -3049
  265. package/dist/dashboard-editor/model/queries/index.d.ts +31 -31
  266. package/dist/dashboard-editor/model/sql-snippets/index.d.ts +2 -2
  267. package/dist/dashboard-editor/model/views/index.d.ts +732 -732
  268. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +1 -1
  269. package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +1 -1
  270. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
  271. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
  272. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
  273. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
  274. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
  275. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
  276. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
  277. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +2 -2
  278. package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
  279. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +1 -1
  280. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +162 -162
  281. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
  282. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
  283. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -1
  284. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -1
  285. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +1 -1
  286. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -1
  287. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
  288. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -1
  289. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -1
  290. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +1 -1
  291. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -1
  292. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -1
  293. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -1
  294. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -1
  295. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
  296. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +8 -0
  297. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +144 -144
  298. package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -1
  299. package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +1 -1
  300. package/dist/dashboard-render/index.d.ts +1 -1
  301. package/dist/dashboard.es.js +14351 -15581
  302. package/dist/dashboard.umd.js +130 -130
  303. package/dist/init-dayjs.d.ts +1 -0
  304. package/dist/interactions/attachment-instance-manager.d.ts +1 -1
  305. package/dist/interactions/components/interaction-settings.d.ts +2 -2
  306. package/dist/interactions/components/operation-select.d.ts +1 -1
  307. package/dist/interactions/components/trigger-config-model.d.ts +3 -3
  308. package/dist/interactions/components/trigger-select.d.ts +1 -1
  309. package/dist/interactions/components/variable-list.d.ts +1 -1
  310. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +2 -2
  311. package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -1
  312. package/dist/interactions/interaction-manager.d.ts +1 -1
  313. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
  314. package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
  315. package/dist/interactions/interactions-viewer/data/nodes.d.ts +1 -1
  316. package/dist/interactions/interactions-viewer/data/position.d.ts +1 -1
  317. package/dist/interactions/interactions-viewer/data/types.d.ts +4 -4
  318. package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -2
  319. package/dist/interactions/operation/operation-manager-impl.d.ts +1 -1
  320. package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -1
  321. package/dist/interactions/operation/operations/console-log.d.ts +1 -1
  322. package/dist/interactions/operation/operations/index.d.ts +1 -1
  323. package/dist/interactions/operation/operations/open-link.d.ts +1 -1
  324. package/dist/interactions/operation/operations/open-view.d.ts +1 -1
  325. package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -1
  326. package/dist/interactions/temp-hack.d.ts +1 -1
  327. package/dist/interactions/test/helpers.d.ts +4 -0
  328. package/dist/interactions/trigger/trigger-manager-impl.d.ts +2 -2
  329. package/dist/model/meta-model/context/context.d.ts +2 -2
  330. package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +19 -19
  331. package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +1 -1
  332. package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +4 -4
  333. package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +1 -1
  334. package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +3 -3
  335. package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +1 -1
  336. package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +1 -1
  337. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +1 -1
  338. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +1 -1
  339. package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +133 -132
  340. package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +76 -76
  341. package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +1 -1
  342. package/dist/model/meta-model/dashboard/content/query/query.d.ts +2 -2
  343. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +1 -1
  344. package/dist/model/meta-model/dashboard/content/types.d.ts +5 -5
  345. package/dist/model/meta-model/dashboard/content/view/view.d.ts +13 -13
  346. package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +2 -2
  347. package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +3 -3
  348. package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +8 -8
  349. package/dist/model/meta-model/datasources/datasource.d.ts +3 -3
  350. package/dist/model/meta-model/datasources/datasources.d.ts +6 -6
  351. package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +2 -2
  352. package/dist/model/render-model/dashboard/content/filters/filters.d.ts +88 -88
  353. package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -1
  354. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
  355. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +342 -341
  356. package/dist/model/render-model/dashboard/content/panels/panels.d.ts +2661 -2660
  357. package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +4 -4
  358. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +24 -24
  359. package/dist/model/render-model/dashboard/content/queries/query.d.ts +6 -6
  360. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +3 -3
  361. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +2 -2
  362. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -1
  363. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -2
  364. package/dist/model/render-model/dashboard/content/views/view.d.ts +14 -14
  365. package/dist/model/render-model/dashboard/content/views/views.d.ts +804 -804
  366. package/dist/shared/api-client/default-api-client.d.ts +1 -1
  367. package/dist/shared/api-client/types.d.ts +3 -3
  368. package/dist/stats.html +1 -1
  369. package/dist/types/dashboard.d.ts +4 -4
  370. package/dist/types/filter.d.ts +1 -1
  371. package/dist/types/plugin/index.d.ts +4 -4
  372. package/dist/types/utils.d.ts +2 -2
  373. package/dist/utils/aggregation.d.ts +2 -2
  374. package/dist/utils/color-feed.d.ts +1 -1
  375. package/dist/utils/dashboard-state.d.ts +1 -1
  376. package/dist/utils/diff-json.d.ts +2 -0
  377. package/dist/utils/error-boundary.d.ts +3 -3
  378. package/dist/utils/http-query.d.ts +2 -2
  379. package/dist/utils/sql.d.ts +1 -1
  380. package/dist/utils/template/types.d.ts +1 -1
  381. package/package.json +3 -3
  382. package/dist/global.d.ts +0 -8
  383. package/dist/vite-env.d.ts +0 -1
@@ -1,5 +1,5 @@
1
1
  import React, { ReactNode } from './react';
2
- import { ContextRecordType } from '~/model';
2
+ import { ContextRecordType } from '../model';
3
3
  import { DashboardContentDBType, IDashboard } from '../types/dashboard';
4
4
  import { IDashboardConfig } from '..';
5
5
  interface IDashboardProps {
@@ -1,4 +1,4 @@
1
- export declare type ColumnInfoType = {
1
+ export type ColumnInfoType = {
2
2
  column_key: string;
3
3
  column_key_text?: string;
4
4
  column_name: string;
@@ -10,7 +10,7 @@ export declare type ColumnInfoType = {
10
10
  };
11
11
  export declare const ColumnsModel: import("mobx-state-tree").IModelType<{
12
12
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ColumnInfoType[], ColumnInfoType[], ColumnInfoType[]>, [undefined]>;
13
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
13
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
14
14
  error: import("mobx-state-tree").IType<any, any, any>;
15
15
  }, {
16
16
  readonly loading: boolean;
@@ -1,5 +1,5 @@
1
1
  import { Instance } from 'mobx-state-tree';
2
- import { AnyObject } from '~/types';
2
+ import { AnyObject } from '../../../types';
3
3
  import { ColumnInfoType } from './columns';
4
4
  import { IndexInfoType } from './indexes';
5
5
  export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
@@ -10,7 +10,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
10
10
  } & {
11
11
  tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
12
12
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
13
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
13
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
14
14
  error: import("mobx-state-tree").IType<any, any, any>;
15
15
  }, {
16
16
  readonly loading: boolean;
@@ -18,7 +18,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
18
18
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
19
19
  columns: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
20
20
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ColumnInfoType[], ColumnInfoType[], ColumnInfoType[]>, [undefined]>;
21
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
21
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
22
22
  error: import("mobx-state-tree").IType<any, any, any>;
23
23
  }, {
24
24
  readonly loading: boolean;
@@ -29,7 +29,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
29
29
  limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
30
30
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<AnyObject[], AnyObject[], AnyObject[]>, [undefined]>;
31
31
  total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
32
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
32
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
33
33
  error: import("mobx-state-tree").IType<any, any, any>;
34
34
  }, {
35
35
  readonly keywords: {
@@ -52,7 +52,7 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
52
52
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
53
53
  indexes: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
54
54
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<IndexInfoType[], IndexInfoType[], IndexInfoType[]>, [undefined]>;
55
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
55
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
56
56
  error: import("mobx-state-tree").IType<any, any, any>;
57
57
  }, {
58
58
  readonly loading: boolean;
@@ -85,4 +85,4 @@ export declare const DataSourceModel: import("mobx-state-tree").IModelType<{
85
85
  } & {
86
86
  afterCreate(): void;
87
87
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
88
- export declare type DataSourceModelInstance = Instance<typeof DataSourceModel>;
88
+ export type DataSourceModelInstance = Instance<typeof DataSourceModel>;
@@ -1,15 +1,15 @@
1
- import { IDataSource } from '~/api-caller/types';
2
- import { DataSourceType } from '~/model';
1
+ import { IDataSource } from '../../../api-caller/types';
2
+ import { DataSourceType } from '../../../model';
3
3
  export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
4
4
  list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
5
5
  id: import("mobx-state-tree").ISimpleType<string>;
6
6
  type: import("mobx-state-tree").ISimpleType<DataSourceType>;
7
7
  key: import("mobx-state-tree").ISimpleType<string>;
8
- config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
8
+ config: import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>;
9
9
  } & {
10
10
  tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
11
11
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
12
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
12
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
13
13
  error: import("mobx-state-tree").IType<any, any, any>;
14
14
  }, {
15
15
  readonly loading: boolean;
@@ -17,7 +17,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
17
17
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
18
18
  columns: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
19
19
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>;
20
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
20
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
21
21
  error: import("mobx-state-tree").IType<any, any, any>;
22
22
  }, {
23
23
  readonly loading: boolean;
@@ -28,7 +28,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
28
28
  limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
29
29
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
30
30
  total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
31
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
31
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
32
32
  error: import("mobx-state-tree").IType<any, any, any>;
33
33
  }, {
34
34
  readonly keywords: {
@@ -51,7 +51,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
51
51
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
52
52
  indexes: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
53
53
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>;
54
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
54
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
55
55
  error: import("mobx-state-tree").IType<any, any, any>;
56
56
  }, {
57
57
  readonly loading: boolean;
@@ -92,17 +92,17 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
92
92
  id: string;
93
93
  type: DataSourceType;
94
94
  key: string;
95
- config: (import("~/api-caller/types").TDataSourceConfig_DB & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>) | (import("~/api-caller/types").TDataSourceConfig_HTTP & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>);
95
+ config: (import('../../../api-caller/types').TDataSourceConfig_DB & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>>) | (import('../../../api-caller/types').TDataSourceConfig_HTTP & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>>);
96
96
  tables: {
97
97
  data: import("./tables").TableInfoTreeType & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>>;
98
- state: "error" | "loading" | "idle";
98
+ state: string;
99
99
  error: any;
100
100
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
101
101
  readonly loading: boolean;
102
102
  readonly empty: boolean;
103
103
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
104
104
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
105
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
105
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
106
106
  error: import("mobx-state-tree").IType<any, any, any>;
107
107
  }, {
108
108
  readonly loading: boolean;
@@ -110,14 +110,14 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
110
110
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
111
111
  columns: {
112
112
  data: import("./columns").ColumnInfoType[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>>;
113
- state: "error" | "loading" | "idle";
113
+ state: string;
114
114
  error: any;
115
115
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
116
116
  readonly loading: boolean;
117
117
  readonly empty: boolean;
118
118
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
119
119
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>;
120
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
120
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
121
121
  error: import("mobx-state-tree").IType<any, any, any>;
122
122
  }, {
123
123
  readonly loading: boolean;
@@ -128,7 +128,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
128
128
  limit: number;
129
129
  data: import("../../..").AnyObject[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>>;
130
130
  total: number;
131
- state: "error" | "loading" | "idle";
131
+ state: string;
132
132
  error: any;
133
133
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
134
134
  readonly keywords: {
@@ -153,7 +153,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
153
153
  limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
154
154
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
155
155
  total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
156
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
156
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
157
157
  error: import("mobx-state-tree").IType<any, any, any>;
158
158
  }, {
159
159
  readonly keywords: {
@@ -176,14 +176,14 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
176
176
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
177
177
  indexes: {
178
178
  data: import("./indexes").IndexInfoType[] & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>>;
179
- state: "error" | "loading" | "idle";
179
+ state: string;
180
180
  error: any;
181
181
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
182
182
  readonly loading: boolean;
183
183
  readonly empty: boolean;
184
184
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
185
185
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>;
186
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
186
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
187
187
  error: import("mobx-state-tree").IType<any, any, any>;
188
188
  }, {
189
189
  readonly loading: boolean;
@@ -219,11 +219,11 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
219
219
  id: import("mobx-state-tree").ISimpleType<string>;
220
220
  type: import("mobx-state-tree").ISimpleType<DataSourceType>;
221
221
  key: import("mobx-state-tree").ISimpleType<string>;
222
- config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
222
+ config: import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>;
223
223
  } & {
224
224
  tables: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
225
225
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType, import("./tables").TableInfoTreeType>, [undefined]>;
226
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
226
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
227
227
  error: import("mobx-state-tree").IType<any, any, any>;
228
228
  }, {
229
229
  readonly loading: boolean;
@@ -231,7 +231,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
231
231
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
232
232
  columns: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
233
233
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[], import("./columns").ColumnInfoType[]>, [undefined]>;
234
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
234
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
235
235
  error: import("mobx-state-tree").IType<any, any, any>;
236
236
  }, {
237
237
  readonly loading: boolean;
@@ -242,7 +242,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
242
242
  limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
243
243
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("../../..").AnyObject[], import("../../..").AnyObject[], import("../../..").AnyObject[]>, [undefined]>;
244
244
  total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
245
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
245
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
246
246
  error: import("mobx-state-tree").IType<any, any, any>;
247
247
  }, {
248
248
  readonly keywords: {
@@ -265,7 +265,7 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
265
265
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
266
266
  indexes: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
267
267
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[], import("./indexes").IndexInfoType[]>, [undefined]>;
268
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
268
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
269
269
  error: import("mobx-state-tree").IType<any, any, any>;
270
270
  }, {
271
271
  readonly loading: boolean;
@@ -305,4 +305,4 @@ export declare const DataSourcesModel: import("mobx-state-tree").IModelType<{
305
305
  } & {
306
306
  replace(list: IDataSource[]): void;
307
307
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
308
- export declare type DataSourcesModelType = typeof DataSourcesModel;
308
+ export type DataSourcesModelType = typeof DataSourcesModel;
@@ -1,11 +1,11 @@
1
- export declare type MYSQLIndexInfoType = {
1
+ export type MYSQLIndexInfoType = {
2
2
  index_length: string;
3
3
  index_name: string;
4
4
  index_algorithm: string;
5
5
  is_unique: boolean;
6
6
  column_name: string;
7
7
  };
8
- export declare type PGIndexInfoType = {
8
+ export type PGIndexInfoType = {
9
9
  index_name: string;
10
10
  index_algorithm: string;
11
11
  is_unique: boolean;
@@ -13,10 +13,10 @@ export declare type PGIndexInfoType = {
13
13
  condition: string;
14
14
  comment: string;
15
15
  };
16
- export declare type IndexInfoType = PGIndexInfoType | MYSQLIndexInfoType;
16
+ export type IndexInfoType = PGIndexInfoType | MYSQLIndexInfoType;
17
17
  export declare const IndexesModel: import("mobx-state-tree").IModelType<{
18
18
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<IndexInfoType[], IndexInfoType[], IndexInfoType[]>, [undefined]>;
19
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
19
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
20
20
  error: import("mobx-state-tree").IType<any, any, any>;
21
21
  }, {
22
22
  readonly loading: boolean;
@@ -1,10 +1,10 @@
1
- import { AnyObject } from '~/types';
1
+ import { AnyObject } from '../../../types';
2
2
  export declare const TableDataModel: import("mobx-state-tree").IModelType<{
3
3
  page: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
4
4
  limit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
5
5
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<AnyObject[], AnyObject[], AnyObject[]>, [undefined]>;
6
6
  total: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
7
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
7
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
8
8
  error: import("mobx-state-tree").IType<any, any, any>;
9
9
  }, {
10
10
  readonly keywords: {
@@ -1,12 +1,12 @@
1
- export declare type TableInfoType = {
1
+ export type TableInfoType = {
2
2
  table_schema: string;
3
3
  table_name: string;
4
4
  table_type: 'VIEW' | 'BASE TABLE';
5
5
  };
6
- export declare type TableInfoTreeType = Record<string, TableInfoType[]>;
6
+ export type TableInfoTreeType = Record<string, TableInfoType[]>;
7
7
  export declare const TablesModel: import("mobx-state-tree").IModelType<{
8
8
  data: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<TableInfoTreeType, TableInfoTreeType, TableInfoTreeType>, [undefined]>;
9
- state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<"error" | "loading" | "idle">, [undefined]>;
9
+ state: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
10
10
  error: import("mobx-state-tree").IType<any, any, any>;
11
11
  }, {
12
12
  readonly loading: boolean;
@@ -1,6 +1,6 @@
1
1
  import { Icon } from '@tabler/icons-react';
2
2
  import { Instance } from 'mobx-state-tree';
3
- export declare type NavActionType = {
3
+ export type NavActionType = {
4
4
  label: string;
5
5
  value: string;
6
6
  _type: 'ACTION';
@@ -9,7 +9,7 @@ export declare type NavActionType = {
9
9
  Icon: null;
10
10
  children: null;
11
11
  };
12
- export declare type NavLinkType = {
12
+ export type NavLinkType = {
13
13
  label: string;
14
14
  value: string;
15
15
  _type: 'GROUP' | 'query_variables' | 'mock_context' | 'filter' | 'sql_snippet' | 'query' | 'view' | 'panel';
@@ -17,8 +17,8 @@ export declare type NavLinkType = {
17
17
  parentID?: string;
18
18
  children?: NavOptionType[];
19
19
  };
20
- export declare type NavOptionType = NavLinkType | NavActionType;
21
- export declare type ValidEditorPathType = ['_QUERY_VARS_'] | ['_MOCK_CONTEXT_'] | ['_FILTERS_', string] | ['_SQL_SNIPPETS_'] | ['_SQL_SNIPPETS_', string] | ['_QUERIES_'] | ['_QUERIES_', string] | ['_VIEWS_', string] | ['_VIEWS_', string, '_PANELS_', string] | [];
20
+ export type NavOptionType = NavLinkType | NavActionType;
21
+ export type ValidEditorPathType = ['_QUERY_VARS_'] | ['_MOCK_CONTEXT_'] | ['_FILTERS_', string] | ['_SQL_SNIPPETS_'] | ['_SQL_SNIPPETS_', string] | ['_QUERIES_'] | ['_QUERIES_', string] | ['_VIEWS_', string] | ['_VIEWS_', string, '_PANELS_', string] | [];
22
22
  export declare const EditorModel: import("mobx-state-tree").IModelType<{
23
23
  path: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<ValidEditorPathType, ValidEditorPathType, ValidEditorPathType>, [undefined]>;
24
24
  settings_open: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
@@ -34,4 +34,4 @@ export declare const EditorModel: import("mobx-state-tree").IModelType<{
34
34
  close(): void;
35
35
  navigate(o: NavOptionType): void;
36
36
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
37
- export declare type EditorModelInstance = Instance<typeof EditorModel>;
37
+ export type EditorModelInstance = Instance<typeof EditorModel>;
@@ -1,6 +1,6 @@
1
1
  import { Instance } from 'mobx-state-tree';
2
- import { FilterMetaInstance } from '~/model';
3
- import { AnyObject, DashboardFilterType } from '~/types';
2
+ import { FilterMetaInstance } from '../../../model';
3
+ import { AnyObject, DashboardFilterType } from '../../../types';
4
4
  export declare const FiltersModel: import("mobx-state-tree").IModelType<{
5
5
  current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
6
6
  id: import("mobx-state-tree").ISimpleType<string>;
@@ -11,21 +11,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
11
11
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
12
12
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
13
13
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
14
- _name: import("mobx-state-tree").ISimpleType<"select">;
15
- default_value: import("mobx-state-tree").ISimpleType<string>;
16
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
17
- } & {
18
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
19
- label: import("mobx-state-tree").ISimpleType<string>;
20
- value: import("mobx-state-tree").ISimpleType<string>;
21
- }, {
22
- setLabel(label: string): void;
23
- setValue(value: string): void;
24
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
25
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
26
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
27
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
28
- }> | import("mobx-state-tree").ModelSnapshotType<{
29
14
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
30
15
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
31
16
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -66,13 +51,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
66
51
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
67
52
  }> | {
68
53
  default_value: (string | null)[];
69
- _name: "date-range";
70
54
  required: boolean;
55
+ _name: "date-range";
71
56
  clearable: boolean;
72
57
  inputFormat: string;
73
58
  max_days: number;
74
59
  allowSingleDateInRange: boolean;
75
- }, any>;
60
+ } | import("mobx-state-tree").ModelSnapshotType<{
61
+ _name: import("mobx-state-tree").ISimpleType<"select">;
62
+ default_value: import("mobx-state-tree").ISimpleType<string>;
63
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
64
+ } & {
65
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
66
+ label: import("mobx-state-tree").ISimpleType<string>;
67
+ value: import("mobx-state-tree").ISimpleType<string>;
68
+ }, {
69
+ setLabel(label: string): void;
70
+ setValue(value: string): void;
71
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
72
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
73
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
74
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
75
+ }>, any>;
76
76
  }, {
77
77
  readonly plainDefaultValue: any;
78
78
  readonly usingDefaultValue: boolean;
@@ -157,21 +157,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
157
157
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
158
158
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
159
159
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
160
- _name: import("mobx-state-tree").ISimpleType<"select">;
161
- default_value: import("mobx-state-tree").ISimpleType<string>;
162
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
163
- } & {
164
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
165
- label: import("mobx-state-tree").ISimpleType<string>;
166
- value: import("mobx-state-tree").ISimpleType<string>;
167
- }, {
168
- setLabel(label: string): void;
169
- setValue(value: string): void;
170
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
171
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
172
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
173
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
174
- }> | import("mobx-state-tree").ModelSnapshotType<{
175
160
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
176
161
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
177
162
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -212,13 +197,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
212
197
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
213
198
  }> | {
214
199
  default_value: (string | null)[];
215
- _name: "date-range";
216
200
  required: boolean;
201
+ _name: "date-range";
217
202
  clearable: boolean;
218
203
  inputFormat: string;
219
204
  max_days: number;
220
205
  allowSingleDateInRange: boolean;
221
- }, any>;
206
+ } | import("mobx-state-tree").ModelSnapshotType<{
207
+ _name: import("mobx-state-tree").ISimpleType<"select">;
208
+ default_value: import("mobx-state-tree").ISimpleType<string>;
209
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
210
+ } & {
211
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
212
+ label: import("mobx-state-tree").ISimpleType<string>;
213
+ value: import("mobx-state-tree").ISimpleType<string>;
214
+ }, {
215
+ setLabel(label: string): void;
216
+ setValue(value: string): void;
217
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
218
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
219
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
220
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
221
+ }>, any>;
222
222
  }, {
223
223
  readonly plainDefaultValue: any;
224
224
  readonly usingDefaultValue: boolean;
@@ -288,21 +288,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
288
288
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
289
289
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
290
290
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
291
- _name: import("mobx-state-tree").ISimpleType<"select">;
292
- default_value: import("mobx-state-tree").ISimpleType<string>;
293
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
294
- } & {
295
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
296
- label: import("mobx-state-tree").ISimpleType<string>;
297
- value: import("mobx-state-tree").ISimpleType<string>;
298
- }, {
299
- setLabel(label: string): void;
300
- setValue(value: string): void;
301
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
302
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
303
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
304
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
305
- }> | import("mobx-state-tree").ModelSnapshotType<{
306
291
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
307
292
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
308
293
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -343,13 +328,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
343
328
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
344
329
  }> | {
345
330
  default_value: (string | null)[];
346
- _name: "date-range";
347
331
  required: boolean;
332
+ _name: "date-range";
348
333
  clearable: boolean;
349
334
  inputFormat: string;
350
335
  max_days: number;
351
336
  allowSingleDateInRange: boolean;
352
- }, any>;
337
+ } | import("mobx-state-tree").ModelSnapshotType<{
338
+ _name: import("mobx-state-tree").ISimpleType<"select">;
339
+ default_value: import("mobx-state-tree").ISimpleType<string>;
340
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
341
+ } & {
342
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
343
+ label: import("mobx-state-tree").ISimpleType<string>;
344
+ value: import("mobx-state-tree").ISimpleType<string>;
345
+ }, {
346
+ setLabel(label: string): void;
347
+ setValue(value: string): void;
348
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
349
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
350
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
351
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
352
+ }>, any>;
353
353
  }, {
354
354
  readonly plainDefaultValue: any;
355
355
  readonly usingDefaultValue: boolean;
@@ -420,21 +420,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
420
420
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
421
421
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
422
422
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
423
- _name: import("mobx-state-tree").ISimpleType<"select">;
424
- default_value: import("mobx-state-tree").ISimpleType<string>;
425
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
426
- } & {
427
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
428
- label: import("mobx-state-tree").ISimpleType<string>;
429
- value: import("mobx-state-tree").ISimpleType<string>;
430
- }, {
431
- setLabel(label: string): void;
432
- setValue(value: string): void;
433
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
434
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
435
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
436
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
437
- }> | import("mobx-state-tree").ModelSnapshotType<{
438
423
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
439
424
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
440
425
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -475,13 +460,28 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
475
460
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
476
461
  }> | {
477
462
  default_value: (string | null)[];
478
- _name: "date-range";
479
463
  required: boolean;
464
+ _name: "date-range";
480
465
  clearable: boolean;
481
466
  inputFormat: string;
482
467
  max_days: number;
483
468
  allowSingleDateInRange: boolean;
484
- }, any>;
469
+ } | import("mobx-state-tree").ModelSnapshotType<{
470
+ _name: import("mobx-state-tree").ISimpleType<"select">;
471
+ default_value: import("mobx-state-tree").ISimpleType<string>;
472
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
473
+ } & {
474
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
475
+ label: import("mobx-state-tree").ISimpleType<string>;
476
+ value: import("mobx-state-tree").ISimpleType<string>;
477
+ }, {
478
+ setLabel(label: string): void;
479
+ setValue(value: string): void;
480
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
481
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
482
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
483
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
484
+ }>, any>;
485
485
  }, {
486
486
  readonly plainDefaultValue: any;
487
487
  readonly usingDefaultValue: boolean;
@@ -538,4 +538,4 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
538
538
  } & {
539
539
  afterCreate(): void;
540
540
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
541
- export declare type FiltersModelInstance = Instance<typeof FiltersModel>;
541
+ export type FiltersModelInstance = Instance<typeof FiltersModel>;