@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,11 +1,11 @@
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 DataSourcesMetaModel: 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
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
10
10
  }, {
11
11
  find({ type, key }: {
@@ -15,12 +15,12 @@ export declare const DataSourcesMetaModel: import("mobx-state-tree").IModelType<
15
15
  id: string;
16
16
  type: DataSourceType;
17
17
  key: string;
18
- config: (import("~/api-caller/types").TDataSourceConfig_DB & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>) | (import("~/api-caller/types").TDataSourceConfig_HTTP & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>>);
18
+ config: (import('../../../api-caller/types').TDataSourceConfig_DB & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>>) | (import('../../../api-caller/types').TDataSourceConfig_HTTP & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>>);
19
19
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
20
20
  id: import("mobx-state-tree").ISimpleType<string>;
21
21
  type: import("mobx-state-tree").ISimpleType<DataSourceType>;
22
22
  key: import("mobx-state-tree").ISimpleType<string>;
23
- config: import("mobx-state-tree").IType<import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig, import("~/api-caller/types").TDataSourceConfig>;
23
+ config: import("mobx-state-tree").IType<import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig, import('../../../api-caller/types').TDataSourceConfig>;
24
24
  }, {}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
25
25
  readonly options: {
26
26
  value: string;
@@ -29,4 +29,4 @@ export declare const DataSourcesMetaModel: import("mobx-state-tree").IModelType<
29
29
  } & {
30
30
  replace(list: IDataSource[]): void;
31
31
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
32
- export declare type DataSourcesMetaModelType = typeof DataSourcesMetaModel;
32
+ export type DataSourcesMetaModelType = typeof DataSourcesMetaModel;
@@ -1,4 +1,4 @@
1
- import { GlobalSQLSnippetDBType } from '~/api-caller';
1
+ import { GlobalSQLSnippetDBType } from '../../../api-caller';
2
2
  export declare const GlobalSQLSnippetsMeta: import("mobx-state-tree").IModelType<{
3
3
  list: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
4
4
  id: import("mobx-state-tree").ISimpleType<string>;
@@ -28,4 +28,4 @@ export declare const GlobalSQLSnippetsMeta: import("mobx-state-tree").IModelType
28
28
  } & {
29
29
  replace(list: GlobalSQLSnippetDBType[]): void;
30
30
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
31
- export declare type GlobalSQLSnippetsMetaType = typeof GlobalSQLSnippetsMeta;
31
+ export type GlobalSQLSnippetsMetaType = typeof GlobalSQLSnippetsMeta;
@@ -1,5 +1,5 @@
1
1
  import { Instance } from 'mobx-state-tree';
2
- import { DashboardFilterType, FilterMetaSnapshotOut } from '~/model';
2
+ import { DashboardFilterType, FilterMetaSnapshotOut } from '../../../../../model';
3
3
  export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
4
4
  current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
5
5
  id: import("mobx-state-tree").ISimpleType<string>;
@@ -10,21 +10,6 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
10
10
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
11
11
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
12
12
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
13
- _name: import("mobx-state-tree").ISimpleType<"select">;
14
- default_value: import("mobx-state-tree").ISimpleType<string>;
15
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
16
- } & {
17
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
18
- label: import("mobx-state-tree").ISimpleType<string>;
19
- value: import("mobx-state-tree").ISimpleType<string>;
20
- }, {
21
- setLabel(label: string): void;
22
- setValue(value: string): void;
23
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
24
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
25
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
26
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
27
- }> | import("mobx-state-tree").ModelSnapshotType<{
28
13
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
29
14
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
30
15
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -65,13 +50,28 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
65
50
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
66
51
  }> | {
67
52
  default_value: (string | null)[];
68
- _name: "date-range";
69
53
  required: boolean;
54
+ _name: "date-range";
70
55
  clearable: boolean;
71
56
  inputFormat: string;
72
57
  max_days: number;
73
58
  allowSingleDateInRange: boolean;
74
- }, any>;
59
+ } | import("mobx-state-tree").ModelSnapshotType<{
60
+ _name: import("mobx-state-tree").ISimpleType<"select">;
61
+ default_value: import("mobx-state-tree").ISimpleType<string>;
62
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
63
+ } & {
64
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
65
+ label: import("mobx-state-tree").ISimpleType<string>;
66
+ value: import("mobx-state-tree").ISimpleType<string>;
67
+ }, {
68
+ setLabel(label: string): void;
69
+ setValue(value: string): void;
70
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
71
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
72
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
73
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
74
+ }>, any>;
75
75
  }, {
76
76
  readonly plainDefaultValue: any;
77
77
  readonly usingDefaultValue: boolean;
@@ -154,21 +154,6 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
154
154
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
155
155
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
156
156
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
157
- _name: import("mobx-state-tree").ISimpleType<"select">;
158
- default_value: import("mobx-state-tree").ISimpleType<string>;
159
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
160
- } & {
161
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
162
- label: import("mobx-state-tree").ISimpleType<string>;
163
- value: import("mobx-state-tree").ISimpleType<string>;
164
- }, {
165
- setLabel(label: string): void;
166
- setValue(value: string): void;
167
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
168
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
169
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
170
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
171
- }> | import("mobx-state-tree").ModelSnapshotType<{
172
157
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
173
158
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
174
159
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -209,13 +194,28 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
209
194
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
210
195
  }> | {
211
196
  default_value: (string | null)[];
212
- _name: "date-range";
213
197
  required: boolean;
198
+ _name: "date-range";
214
199
  clearable: boolean;
215
200
  inputFormat: string;
216
201
  max_days: number;
217
202
  allowSingleDateInRange: boolean;
218
- }, any>;
203
+ } | import("mobx-state-tree").ModelSnapshotType<{
204
+ _name: import("mobx-state-tree").ISimpleType<"select">;
205
+ default_value: import("mobx-state-tree").ISimpleType<string>;
206
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
207
+ } & {
208
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
209
+ label: import("mobx-state-tree").ISimpleType<string>;
210
+ value: import("mobx-state-tree").ISimpleType<string>;
211
+ }, {
212
+ setLabel(label: string): void;
213
+ setValue(value: string): void;
214
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
215
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
216
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
217
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
218
+ }>, any>;
219
219
  }, {
220
220
  readonly plainDefaultValue: any;
221
221
  readonly usingDefaultValue: boolean;
@@ -285,21 +285,6 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
285
285
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
286
286
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
287
287
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
288
- _name: import("mobx-state-tree").ISimpleType<"select">;
289
- default_value: import("mobx-state-tree").ISimpleType<string>;
290
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
291
- } & {
292
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
293
- label: import("mobx-state-tree").ISimpleType<string>;
294
- value: import("mobx-state-tree").ISimpleType<string>;
295
- }, {
296
- setLabel(label: string): void;
297
- setValue(value: string): void;
298
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
299
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
300
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
301
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
302
- }> | import("mobx-state-tree").ModelSnapshotType<{
303
288
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
304
289
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
305
290
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -340,13 +325,28 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
340
325
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
341
326
  }> | {
342
327
  default_value: (string | null)[];
343
- _name: "date-range";
344
328
  required: boolean;
329
+ _name: "date-range";
345
330
  clearable: boolean;
346
331
  inputFormat: string;
347
332
  max_days: number;
348
333
  allowSingleDateInRange: boolean;
349
- }, any>;
334
+ } | import("mobx-state-tree").ModelSnapshotType<{
335
+ _name: import("mobx-state-tree").ISimpleType<"select">;
336
+ default_value: import("mobx-state-tree").ISimpleType<string>;
337
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
338
+ } & {
339
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
340
+ label: import("mobx-state-tree").ISimpleType<string>;
341
+ value: import("mobx-state-tree").ISimpleType<string>;
342
+ }, {
343
+ setLabel(label: string): void;
344
+ setValue(value: string): void;
345
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
346
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
347
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
348
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
349
+ }>, any>;
350
350
  }, {
351
351
  readonly plainDefaultValue: any;
352
352
  readonly usingDefaultValue: boolean;
@@ -417,21 +417,6 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
417
417
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
418
418
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
419
419
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
420
- _name: import("mobx-state-tree").ISimpleType<"select">;
421
- default_value: import("mobx-state-tree").ISimpleType<string>;
422
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
423
- } & {
424
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
425
- label: import("mobx-state-tree").ISimpleType<string>;
426
- value: import("mobx-state-tree").ISimpleType<string>;
427
- }, {
428
- setLabel(label: string): void;
429
- setValue(value: string): void;
430
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
431
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
432
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
433
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
434
- }> | import("mobx-state-tree").ModelSnapshotType<{
435
420
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
436
421
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
437
422
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -472,13 +457,28 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
472
457
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
473
458
  }> | {
474
459
  default_value: (string | null)[];
475
- _name: "date-range";
476
460
  required: boolean;
461
+ _name: "date-range";
477
462
  clearable: boolean;
478
463
  inputFormat: string;
479
464
  max_days: number;
480
465
  allowSingleDateInRange: boolean;
481
- }, any>;
466
+ } | import("mobx-state-tree").ModelSnapshotType<{
467
+ _name: import("mobx-state-tree").ISimpleType<"select">;
468
+ default_value: import("mobx-state-tree").ISimpleType<string>;
469
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
470
+ } & {
471
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
472
+ label: import("mobx-state-tree").ISimpleType<string>;
473
+ value: import("mobx-state-tree").ISimpleType<string>;
474
+ }, {
475
+ setLabel(label: string): void;
476
+ setValue(value: string): void;
477
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
478
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
479
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
480
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
481
+ }>, any>;
482
482
  }, {
483
483
  readonly plainDefaultValue: any;
484
484
  readonly usingDefaultValue: boolean;
@@ -513,7 +513,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
513
513
  setValueByKey(key: string, value: $TSFixMe): void;
514
514
  getValueByKey(key: string): any;
515
515
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
516
- export declare type FiltersRenderModelInstance = Instance<typeof FiltersRenderModel>;
516
+ export type FiltersRenderModelInstance = Instance<typeof FiltersRenderModel>;
517
517
  export declare function getInitialFiltersConfig(filters: FilterMetaSnapshotOut[]): {
518
518
  current: import("mobx-state-tree").ModelSnapshotType<{
519
519
  id: import("mobx-state-tree").ISimpleType<string>;
@@ -524,21 +524,6 @@ export declare function getInitialFiltersConfig(filters: FilterMetaSnapshotOut[]
524
524
  auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
525
525
  type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
526
526
  config: import("mobx-state-tree").ITypeUnion<any, import("mobx-state-tree").ModelSnapshotType<{
527
- _name: import("mobx-state-tree").ISimpleType<"select">;
528
- default_value: import("mobx-state-tree").ISimpleType<string>;
529
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
530
- } & {
531
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
532
- label: import("mobx-state-tree").ISimpleType<string>;
533
- value: import("mobx-state-tree").ISimpleType<string>;
534
- }, {
535
- setLabel(label: string): void;
536
- setValue(value: string): void;
537
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
538
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
539
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
540
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
541
- }> | import("mobx-state-tree").ModelSnapshotType<{
542
527
  _name: import("mobx-state-tree").ISimpleType<"multi-select">;
543
528
  min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
544
529
  default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
@@ -579,13 +564,28 @@ export declare function getInitialFiltersConfig(filters: FilterMetaSnapshotOut[]
579
564
  default_value: import("mobx-state-tree").ISimpleType<boolean>;
580
565
  }> | {
581
566
  default_value: (string | null)[];
582
- _name: "date-range";
583
567
  required: boolean;
568
+ _name: "date-range";
584
569
  clearable: boolean;
585
570
  inputFormat: string;
586
571
  max_days: number;
587
572
  allowSingleDateInRange: boolean;
588
- }, any>;
573
+ } | import("mobx-state-tree").ModelSnapshotType<{
574
+ _name: import("mobx-state-tree").ISimpleType<"select">;
575
+ default_value: import("mobx-state-tree").ISimpleType<string>;
576
+ width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
577
+ } & {
578
+ static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
579
+ label: import("mobx-state-tree").ISimpleType<string>;
580
+ value: import("mobx-state-tree").ISimpleType<string>;
581
+ }, {
582
+ setLabel(label: string): void;
583
+ setValue(value: string): void;
584
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
585
+ options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
586
+ default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
587
+ required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
588
+ }>, any>;
589
589
  }>[];
590
- values: import("~/model").FilterValuesType;
590
+ values: import('../../../../../model').FilterValuesType;
591
591
  };
@@ -1 +1 @@
1
- export declare type FilterValuesType = Record<string, any>;
1
+ export type FilterValuesType = Record<string, any>;
@@ -1,4 +1,4 @@
1
- import { FilterMetaSnapshotOut } from '~/model';
1
+ import { FilterMetaSnapshotOut } from '../../../../../model';
2
2
  import { FilterValuesType } from './types';
3
3
  export declare function formatDefaultValue(v: string | boolean | string[] | (string | null)[], config: FilterMetaSnapshotOut['config']): string | boolean | (string | null)[];
4
4
  export declare function getValuesFromFilters(filters: FilterMetaSnapshotOut[]): FilterValuesType;