@devtable/dashboard 14.55.1 → 14.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (937) hide show
  1. package/dist/api-caller/index.d.ts +3 -2
  2. package/dist/api-caller/request.d.ts +5 -4
  3. package/dist/api-caller/types.d.ts +1 -0
  4. package/dist/components/filter/custom-default-value-editor.d.ts +2 -1
  5. package/dist/components/filter/default-value-mode-selector.d.ts +2 -1
  6. package/dist/components/filter/error-message-or-not-found.d.ts +1 -1
  7. package/dist/components/filter/filter-checkbox/editor.d.ts +2 -1
  8. package/dist/components/filter/filter-checkbox/render.d.ts +3 -3
  9. package/dist/components/filter/filter-date-range/editor.d.ts +2 -2
  10. package/dist/components/filter/filter-date-range/filter-date-range-for-editor-field.d.ts +2 -1
  11. package/dist/components/filter/filter-date-range/render.d.ts +2 -1
  12. package/dist/components/filter/filter-date-range/widget/calendar.d.ts +2 -1
  13. package/dist/components/filter/filter-date-range/widget/count-days.d.ts +2 -1
  14. package/dist/components/filter/filter-date-range/widget/hints.d.ts +1 -1
  15. package/dist/components/filter/filter-date-range/widget/index.d.ts +2 -1
  16. package/dist/components/filter/filter-date-range/widget/shortcuts/index.d.ts +2 -1
  17. package/dist/components/filter/filter-date-range/widget/shortcuts/shortcuts.d.ts +2 -1
  18. package/dist/components/filter/filter-merico-date-range/editor.d.ts +2 -1
  19. package/dist/components/filter/filter-merico-date-range/render.d.ts +2 -1
  20. package/dist/components/filter/filter-merico-date-range/widget/calendar/calendar.d.ts +2 -1
  21. package/dist/components/filter/filter-merico-date-range/widget/calendar/day-picker.d.ts +2 -1
  22. package/dist/components/filter/filter-merico-date-range/widget/calendar/month-picker.d.ts +2 -1
  23. package/dist/components/filter/filter-merico-date-range/widget/calendar/quarter-picker.d.ts +2 -1
  24. package/dist/components/filter/filter-merico-date-range/widget/calendar/use-get-day-props.d.ts +1 -0
  25. package/dist/components/filter/filter-merico-date-range/widget/calendar/utils.d.ts +2 -1
  26. package/dist/components/filter/filter-merico-date-range/widget/calendar/week-picker.d.ts +2 -1
  27. package/dist/components/filter/filter-merico-date-range/widget/count-days.d.ts +2 -1
  28. package/dist/components/filter/filter-merico-date-range/widget/index.d.ts +2 -1
  29. package/dist/components/filter/filter-merico-date-range/widget/select-step.d.ts +3 -2
  30. package/dist/components/filter/filter-merico-date-range/widget/shortcuts/index.d.ts +2 -1
  31. package/dist/components/filter/filter-merico-date-range/widget/shortcuts/shortcuts.d.ts +2 -1
  32. package/dist/components/filter/filter-merico-date-range/widget/utils.d.ts +1 -0
  33. package/dist/components/filter/filter-multi-select/editor.d.ts +2 -2
  34. package/dist/components/filter/filter-multi-select/render/index.d.ts +2 -1
  35. package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -1
  36. package/dist/components/filter/filter-multi-select/render/widget.styles.d.ts +2 -1
  37. package/dist/components/filter/filter-select/editor/editor.d.ts +2 -1
  38. package/dist/components/filter/filter-select/editor/preset-option-series.d.ts +1 -0
  39. package/dist/components/filter/filter-select/editor/static-options.d.ts +2 -1
  40. package/dist/components/filter/filter-select/render.d.ts +2 -1
  41. package/dist/components/filter/filter-settings/filter-setting.d.ts +2 -1
  42. package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -2
  43. package/dist/components/filter/filter-settings/filter-usage-table.d.ts +2 -1
  44. package/dist/components/filter/filter-settings/index.d.ts +1 -1
  45. package/dist/components/filter/filter-settings/preview-filter.d.ts +2 -1
  46. package/dist/components/filter/filter-settings/types.d.ts +1 -0
  47. package/dist/components/filter/filter-text-input/editor.d.ts +2 -2
  48. package/dist/components/filter/filter-text-input/render.d.ts +3 -3
  49. package/dist/components/filter/filter-tree/common/expected-structure.d.ts +1 -1
  50. package/dist/components/filter/filter-tree/common/query-data-to-tree.d.ts +2 -1
  51. package/dist/components/filter/filter-tree/common/switcher-icon.d.ts +2 -1
  52. package/dist/components/filter/filter-tree/common/tree-icon.d.ts +2 -1
  53. package/dist/components/filter/filter-tree/filter-tree-select/editor/filter-tree-select-editor.d.ts +2 -2
  54. package/dist/components/filter/filter-tree/filter-tree-select/render/filter-tree-select-render.d.ts +2 -1
  55. package/dist/components/filter/filter-tree/filter-tree-select/render/use-select-all.d.ts +1 -0
  56. package/dist/components/filter/filter-tree/filter-tree-select/render/widget.d.ts +2 -1
  57. package/dist/components/filter/filter-tree/filter-tree-select/render/widget.styles.d.ts +2 -1
  58. package/dist/components/filter/filter-tree/filter-tree-single-select/editor/filter-tree-single-select-editor.d.ts +2 -1
  59. package/dist/components/filter/filter-tree/filter-tree-single-select/render/filter-tree-single-select-render.d.ts +2 -1
  60. package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.d.ts +2 -1
  61. package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.styles.d.ts +2 -1
  62. package/dist/components/filter/filter.d.ts +2 -1
  63. package/dist/components/filter/index.d.ts +2 -2
  64. package/dist/components/filter/pick-query-for-filter/expected-structure-for-select.d.ts +1 -1
  65. package/dist/components/filter/pick-query-for-filter/index.d.ts +1 -1
  66. package/dist/components/filter/search-button/index.d.ts +2 -2
  67. package/dist/components/filter/select-item.d.ts +1 -0
  68. package/dist/components/panel/panel-editor/dropdown-menu-items/delete-panel.d.ts +1 -1
  69. package/dist/components/panel/panel-editor/dropdown-menu-items/dropdown-menu-items.d.ts +2 -2
  70. package/dist/components/panel/panel-editor/dropdown-menu-items/duplicate.d.ts +1 -1
  71. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-data.d.ts +1 -1
  72. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-interaction.d.ts +1 -1
  73. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-panel.d.ts +1 -1
  74. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-variable.d.ts +1 -1
  75. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-visualization.d.ts +1 -1
  76. package/dist/components/panel/panel-editor/dropdown-menu-items/query-menu-items.d.ts +2 -1
  77. package/dist/components/panel/panel-editor/dropdown-menu-items/use-items.d.ts +1 -0
  78. package/dist/components/panel/panel-editor/dropdown-menu-items/use-query-items.d.ts +2 -1
  79. package/dist/components/panel/panel-editor/index.d.ts +2 -2
  80. package/dist/components/panel/panel-render/client-panel-render.d.ts +1 -1
  81. package/dist/components/panel/panel-render/description-popover/index.d.ts +1 -1
  82. package/dist/components/panel/panel-render/dropdown-menu-items/download-data.d.ts +1 -1
  83. package/dist/components/panel/panel-render/dropdown-menu-items/download-schema.d.ts +1 -1
  84. package/dist/components/panel/panel-render/dropdown-menu-items/download-screenshot.d.ts +1 -1
  85. package/dist/components/panel/panel-render/dropdown-menu-items/dropdown-menu-items.d.ts +2 -2
  86. package/dist/components/panel/panel-render/dropdown-menu-items/enter-fullscreen.d.ts +2 -1
  87. package/dist/components/panel/panel-render/dropdown-menu-items/refresh.d.ts +1 -1
  88. package/dist/components/panel/panel-render/dropdown-menu-items/use-items.d.ts +1 -0
  89. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +2 -2
  90. package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +1 -0
  91. package/dist/components/panel/panel-render/panel-dropdown-menu.d.ts +3 -2
  92. package/dist/components/panel/panel-render/panel-render-base.d.ts +3 -2
  93. package/dist/components/panel/panel-render/panel-render.d.ts +2 -1
  94. package/dist/components/panel/panel-render/panel-viz-features.d.ts +3 -2
  95. package/dist/components/panel/panel-render/title-bar/index.d.ts +1 -1
  96. package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +2 -2
  97. package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +2 -1
  98. package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +2 -1
  99. package/dist/components/panel/panel-render/viz/viz.d.ts +3 -3
  100. package/dist/components/panel/plugin-adaptor.d.ts +4 -3
  101. package/dist/components/panel/settings/common/aggregation-selector.d.ts +2 -1
  102. package/dist/components/panel/settings/common/data-field-selector.d.ts +2 -1
  103. package/dist/components/panel/settings/common/mantine-color-swatches.d.ts +1 -1
  104. package/dist/components/panel/settings/common/mantine-font-weight.d.ts +2 -1
  105. package/dist/components/panel/settings/common/mantine-size-selector.d.ts +2 -2
  106. package/dist/components/panel/settings/common/numbro-format-selector.d.ts +2 -1
  107. package/dist/components/panel/settings/common/panel-query-selector.d.ts +2 -1
  108. package/dist/components/panel/settings/common/variable-selector/variable-selector-item.d.ts +2 -2
  109. package/dist/components/panel/settings/common/variable-selector/variable-selector.d.ts +2 -1
  110. package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -2
  111. package/dist/components/plugins/color-manager/color-manager.d.ts +1 -0
  112. package/dist/components/plugins/color-manager/impl.d.ts +2 -1
  113. package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -0
  114. package/dist/components/plugins/colors/diverging-color.d.ts +1 -0
  115. package/dist/components/plugins/colors/index.d.ts +1 -0
  116. package/dist/components/plugins/colors/sequential-color.d.ts +1 -0
  117. package/dist/components/plugins/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +2 -2
  118. package/dist/components/plugins/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +2 -2
  119. package/dist/components/plugins/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +1 -0
  120. package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts +2 -2
  121. package/dist/components/plugins/common-echarts-fields/label-position/label-position-selector.d.ts +2 -2
  122. package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-origin-selector.d.ts +2 -2
  123. package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-style-field.d.ts +2 -2
  124. package/dist/components/plugins/common-echarts-fields/line-area-style/temp-color-input.d.ts +1 -1
  125. package/dist/components/plugins/common-echarts-fields/line-type/line-type-selector.d.ts +2 -2
  126. package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts +2 -2
  127. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +2 -1
  128. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +2 -1
  129. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +2 -2
  130. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +2 -1
  131. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +1 -0
  132. package/dist/components/plugins/common-echarts-fields/orientation/orientation-selector.d.ts +2 -2
  133. package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +2 -2
  134. package/dist/components/plugins/common-echarts-fields/reference-area/option.d.ts +2 -1
  135. package/dist/components/plugins/common-echarts-fields/reference-area/types.d.ts +1 -0
  136. package/dist/components/plugins/common-echarts-fields/regression-line/option.d.ts +1 -0
  137. package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +1 -0
  138. package/dist/components/plugins/common-echarts-fields/series-order/series-order-selector.d.ts +2 -2
  139. package/dist/components/plugins/common-echarts-fields/series-unit/series-unit-field.d.ts +2 -2
  140. package/dist/components/plugins/common-echarts-fields/stats-around-viz/stats-around-viz.d.ts +2 -1
  141. package/dist/components/plugins/common-echarts-fields/symbol-size/dynamic-size-function-editor.d.ts +2 -1
  142. package/dist/components/plugins/common-echarts-fields/symbol-size/dynamic.d.ts +2 -1
  143. package/dist/components/plugins/common-echarts-fields/symbol-size/static.d.ts +2 -1
  144. package/dist/components/plugins/common-echarts-fields/symbol-size/symbol-size-selector.d.ts +2 -2
  145. package/dist/components/plugins/common-echarts-fields/tooltip-metric/types.d.ts +1 -0
  146. package/dist/components/plugins/common-echarts-fields/visual-map/types.d.ts +1 -0
  147. package/dist/components/plugins/common-echarts-fields/visual-map/utils.d.ts +1 -0
  148. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/gradient-editor.d.ts +1 -1
  149. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/index.d.ts +2 -1
  150. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/preview-gradient-and-apply-palette.d.ts +1 -1
  151. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/skip-range-editor.d.ts +2 -1
  152. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/index.d.ts +2 -1
  153. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/index.d.ts +2 -1
  154. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/interval-editor.d.ts +2 -1
  155. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/piece-editor.d.ts +2 -1
  156. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/pieces-editor.d.ts +2 -1
  157. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/preview-visual-map.d.ts +2 -1
  158. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/types.d.ts +1 -0
  159. package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +1 -1
  160. package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -0
  161. package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/x-axis-label-formatter-field.d.ts +2 -2
  162. package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts +2 -2
  163. package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts +2 -2
  164. package/dist/components/plugins/editor-components/color-interpolation-select/index.d.ts +3 -2
  165. package/dist/components/plugins/editor-components/color-mapping-editor/index.d.ts +2 -2
  166. package/dist/components/plugins/editor-components/color-mapping-editor/style.d.ts +1 -1
  167. package/dist/components/plugins/editor-components/color-type/color-type-selector.d.ts +2 -2
  168. package/dist/components/plugins/editor-components/field-array-tabs/field-array-tabs.d.ts +3 -2
  169. package/dist/components/plugins/editor-components/field-array-tabs/tab-list.d.ts +3 -2
  170. package/dist/components/plugins/editor-components/field-array-tabs/types.d.ts +2 -1
  171. package/dist/components/plugins/editor-components/flex/align-items-selector.d.ts +2 -2
  172. package/dist/components/plugins/editor-components/flex/justify-content-selector.d.ts +2 -2
  173. package/dist/components/plugins/editor-components/horizontal-align-selector.d.ts +2 -2
  174. package/dist/components/plugins/editor-components/vertical-align-selector.d.ts +2 -2
  175. package/dist/components/plugins/editor-components/viz-config-banner.d.ts +1 -1
  176. package/dist/components/plugins/hooks/use-channel-event.d.ts +1 -0
  177. package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -1
  178. package/dist/components/plugins/hooks/use-handle-chart-render-finished.d.ts +1 -0
  179. package/dist/components/plugins/hooks/use-row-data-map.d.ts +2 -1
  180. package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -0
  181. package/dist/components/plugins/hooks/use-tab-state.d.ts +1 -1
  182. package/dist/components/plugins/instance-migrator/index.d.ts +2 -1
  183. package/dist/components/plugins/json-plugin-storage.d.ts +1 -0
  184. package/dist/components/plugins/message-channels.d.ts +2 -1
  185. package/dist/components/plugins/panel-addon/panel-addon-context.d.ts +3 -2
  186. package/dist/components/plugins/panel-addon/panel-addon-manager.d.ts +2 -1
  187. package/dist/components/plugins/plugin-context.d.ts +5959 -14945
  188. package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +1 -0
  189. package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -0
  190. package/dist/components/plugins/plugin-manager.d.ts +1 -0
  191. package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +4 -3
  192. package/dist/components/plugins/service/use-top-level-services.d.ts +3 -2
  193. package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -0
  194. package/dist/components/plugins/test-utils.d.ts +1 -0
  195. package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -0
  196. package/dist/components/plugins/viz-components/bar-3d-chart/translation.d.ts +1 -0
  197. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +2 -1
  198. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +2 -1
  199. package/dist/components/plugins/viz-components/boxplot-chart/editors/legend/index.d.ts +2 -1
  200. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +2 -1
  201. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +2 -1
  202. package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/index.d.ts +2 -1
  203. package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +2 -1
  204. package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +2 -1
  205. package/dist/components/plugins/viz-components/boxplot-chart/editors/x-axis.d.ts +2 -1
  206. package/dist/components/plugins/viz-components/boxplot-chart/editors/y-axis.d.ts +2 -1
  207. package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -1
  208. package/dist/components/plugins/viz-components/boxplot-chart/option/common.d.ts +1 -0
  209. package/dist/components/plugins/viz-components/boxplot-chart/option/dataset.d.ts +1 -0
  210. package/dist/components/plugins/viz-components/boxplot-chart/option/grid.d.ts +1 -0
  211. package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +5 -4
  212. package/dist/components/plugins/viz-components/boxplot-chart/option/legend.d.ts +1 -0
  213. package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -0
  214. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/box.d.ts +1 -0
  215. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/outliers.d.ts +1 -0
  216. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/scatter.d.ts +1 -0
  217. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/type.d.ts +1 -0
  218. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/utils.d.ts +1 -0
  219. package/dist/components/plugins/viz-components/boxplot-chart/option/series/index.d.ts +4 -3
  220. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/additional-metrics.d.ts +1 -0
  221. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +1 -0
  222. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -0
  223. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/outlier.d.ts +1 -0
  224. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +1 -0
  225. package/dist/components/plugins/viz-components/boxplot-chart/translation.d.ts +1 -0
  226. package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +2 -1
  227. package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +3 -2
  228. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +2 -1
  229. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +2 -1
  230. package/dist/components/plugins/viz-components/button/index.d.ts +1 -0
  231. package/dist/components/plugins/viz-components/button/translation.d.ts +1 -0
  232. package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +2 -1
  233. package/dist/components/plugins/viz-components/button/type.d.ts +1 -0
  234. package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +2 -1
  235. package/dist/components/plugins/viz-components/button/viz-button.d.ts +2 -1
  236. package/dist/components/plugins/viz-components/calendar-heatmap/editors/calendar/index.d.ts +2 -1
  237. package/dist/components/plugins/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +2 -1
  238. package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +2 -1
  239. package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +2 -1
  240. package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +2 -1
  241. package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -0
  242. package/dist/components/plugins/viz-components/calendar-heatmap/migrators/index.d.ts +2 -1
  243. package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +2 -1
  244. package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +3 -2
  245. package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -0
  246. package/dist/components/plugins/viz-components/calendar-heatmap/option/tooltip.d.ts +1 -0
  247. package/dist/components/plugins/viz-components/calendar-heatmap/translation.d.ts +1 -0
  248. package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +2 -1
  249. package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +2 -1
  250. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +2 -1
  251. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +2 -1
  252. package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +1 -0
  253. package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +2 -2
  254. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +2 -1
  255. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +2 -1
  256. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +2 -1
  257. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +2 -1
  258. package/dist/components/plugins/viz-components/cartesian/editors/regressions/index.d.ts +2 -1
  259. package/dist/components/plugins/viz-components/cartesian/editors/regressions/regression-item.d.ts +2 -1
  260. package/dist/components/plugins/viz-components/cartesian/editors/series/fields.bar.d.ts +2 -1
  261. package/dist/components/plugins/viz-components/cartesian/editors/series/fields.line.d.ts +2 -1
  262. package/dist/components/plugins/viz-components/cartesian/editors/series/fields.scatter.d.ts +2 -1
  263. package/dist/components/plugins/viz-components/cartesian/editors/series/index.d.ts +2 -1
  264. package/dist/components/plugins/viz-components/cartesian/editors/series/series-item.d.ts +2 -1
  265. package/dist/components/plugins/viz-components/cartesian/editors/stats/index.d.ts +2 -1
  266. package/dist/components/plugins/viz-components/cartesian/editors/tooltip/index.d.ts +2 -1
  267. package/dist/components/plugins/viz-components/cartesian/editors/tooltip/metric.d.ts +2 -1
  268. package/dist/components/plugins/viz-components/cartesian/editors/tooltip/metrics.d.ts +2 -1
  269. package/dist/components/plugins/viz-components/cartesian/editors/x-axis/index.d.ts +2 -1
  270. package/dist/components/plugins/viz-components/cartesian/editors/y-axes/index.d.ts +2 -1
  271. package/dist/components/plugins/viz-components/cartesian/editors/y-axes/y-axis.d.ts +2 -1
  272. package/dist/components/plugins/viz-components/cartesian/index.d.ts +1 -0
  273. package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -2
  274. package/dist/components/plugins/viz-components/cartesian/option/events.d.ts +2 -1
  275. package/dist/components/plugins/viz-components/cartesian/option/grid.d.ts +1 -0
  276. package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -0
  277. package/dist/components/plugins/viz-components/cartesian/option/legend.d.ts +1 -0
  278. package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +2 -1
  279. package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +2 -1
  280. package/dist/components/plugins/viz-components/cartesian/option/series/get-echarts-symbol-size.d.ts +1 -0
  281. package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -0
  282. package/dist/components/plugins/viz-components/cartesian/option/series/reference_areas.d.ts +1 -0
  283. package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +2 -1
  284. package/dist/components/plugins/viz-components/cartesian/option/series/series_items.d.ts +1 -0
  285. package/dist/components/plugins/viz-components/cartesian/option/tooltip.d.ts +1 -0
  286. package/dist/components/plugins/viz-components/cartesian/option/utils/label-formatter.d.ts +1 -0
  287. package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -0
  288. package/dist/components/plugins/viz-components/cartesian/option/x-axis.d.ts +1 -0
  289. package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +1 -0
  290. package/dist/components/plugins/viz-components/cartesian/translation.d.ts +1 -0
  291. package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +2 -1
  292. package/dist/components/plugins/viz-components/cartesian/type.d.ts +3 -2
  293. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +2 -1
  294. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +2 -1
  295. package/dist/components/plugins/viz-components/funnel/editors/series/index.d.ts +2 -1
  296. package/dist/components/plugins/viz-components/funnel/editors/series/series-item.d.ts +2 -1
  297. package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -0
  298. package/dist/components/plugins/viz-components/funnel/option/index.d.ts +1 -0
  299. package/dist/components/plugins/viz-components/funnel/option/series.d.ts +1 -0
  300. package/dist/components/plugins/viz-components/funnel/option/tooltip.d.ts +1 -0
  301. package/dist/components/plugins/viz-components/funnel/translation.d.ts +1 -0
  302. package/dist/components/plugins/viz-components/funnel/type.d.ts +3 -2
  303. package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +2 -1
  304. package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +2 -1
  305. package/dist/components/plugins/viz-components/heatmap/editors/heat_block/index.d.ts +2 -1
  306. package/dist/components/plugins/viz-components/heatmap/editors/pagination/index.d.ts +2 -1
  307. package/dist/components/plugins/viz-components/heatmap/editors/tooltip/index.d.ts +2 -1
  308. package/dist/components/plugins/viz-components/heatmap/editors/tooltip/metric.d.ts +2 -1
  309. package/dist/components/plugins/viz-components/heatmap/editors/tooltip/metrics.d.ts +2 -1
  310. package/dist/components/plugins/viz-components/heatmap/editors/x-axis/index.d.ts +2 -1
  311. package/dist/components/plugins/viz-components/heatmap/editors/y-axis/index.d.ts +2 -1
  312. package/dist/components/plugins/viz-components/heatmap/heatmap-pagination.d.ts +1 -1
  313. package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -0
  314. package/dist/components/plugins/viz-components/heatmap/migrators/index.d.ts +2 -1
  315. package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -1
  316. package/dist/components/plugins/viz-components/heatmap/option/grid.d.ts +1 -0
  317. package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -0
  318. package/dist/components/plugins/viz-components/heatmap/option/series.d.ts +1 -0
  319. package/dist/components/plugins/viz-components/heatmap/option/tooltip.d.ts +1 -0
  320. package/dist/components/plugins/viz-components/heatmap/option/x-axis.d.ts +2 -1
  321. package/dist/components/plugins/viz-components/heatmap/option/y-axis.d.ts +2 -1
  322. package/dist/components/plugins/viz-components/heatmap/render/use-heatmap-grouped-data.d.ts +2 -1
  323. package/dist/components/plugins/viz-components/heatmap/render/use-heatmap-series-data.d.ts +1 -0
  324. package/dist/components/plugins/viz-components/heatmap/translation.d.ts +1 -0
  325. package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +2 -1
  326. package/dist/components/plugins/viz-components/heatmap/type.d.ts +3 -2
  327. package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +2 -1
  328. package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +2 -1
  329. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +2 -1
  330. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +2 -1
  331. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +2 -1
  332. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/index.d.ts +2 -1
  333. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +2 -1
  334. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/stats/index.d.ts +2 -1
  335. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +2 -1
  336. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +2 -1
  337. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +2 -1
  338. package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -0
  339. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/grid.d.ts +1 -0
  340. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -0
  341. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/legend.d.ts +1 -0
  342. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +2 -1
  343. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -0
  344. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +3 -2
  345. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +1 -0
  346. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/tooltip.d.ts +1 -0
  347. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +1 -0
  348. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -0
  349. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -0
  350. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/y-axis.d.ts +1 -0
  351. package/dist/components/plugins/viz-components/horizontal-bar-chart/translation.d.ts +1 -0
  352. package/dist/components/plugins/viz-components/horizontal-bar-chart/triggers/click-horizontal-bar-chart-series.d.ts +2 -1
  353. package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +3 -2
  354. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +2 -1
  355. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +2 -1
  356. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/deviation.d.ts +2 -1
  357. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +2 -1
  358. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +2 -1
  359. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/x_axis.d.ts +2 -1
  360. package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -0
  361. package/dist/components/plugins/viz-components/merico-estimation-chart/option/data.d.ts +1 -0
  362. package/dist/components/plugins/viz-components/merico-estimation-chart/option/index.d.ts +1 -0
  363. package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -0
  364. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +2 -1
  365. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-1.d.ts +1 -0
  366. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -0
  367. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +1 -0
  368. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +2 -1
  369. package/dist/components/plugins/viz-components/merico-estimation-chart/option/x-axis.d.ts +2 -1
  370. package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +2 -1
  371. package/dist/components/plugins/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +2 -1
  372. package/dist/components/plugins/viz-components/merico-estimation-chart/toolbox/index.d.ts +2 -1
  373. package/dist/components/plugins/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +1 -1
  374. package/dist/components/plugins/viz-components/merico-estimation-chart/translation.d.ts +1 -0
  375. package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +3 -2
  376. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +2 -1
  377. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +2 -1
  378. package/dist/components/plugins/viz-components/merico-heatmap/editors/heat_block/index.d.ts +2 -1
  379. package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +2 -1
  380. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/index.d.ts +2 -1
  381. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metric.d.ts +2 -1
  382. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metrics.d.ts +2 -1
  383. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/index.d.ts +2 -1
  384. package/dist/components/plugins/viz-components/merico-heatmap/editors/y-axis/index.d.ts +2 -1
  385. package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -0
  386. package/dist/components/plugins/viz-components/merico-heatmap/migrators/index.d.ts +1 -0
  387. package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +2 -1
  388. package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -1
  389. package/dist/components/plugins/viz-components/merico-heatmap/render/option/grid.d.ts +1 -0
  390. package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -0
  391. package/dist/components/plugins/viz-components/merico-heatmap/render/option/series.d.ts +1 -0
  392. package/dist/components/plugins/viz-components/merico-heatmap/render/option/tooltip.d.ts +1 -0
  393. package/dist/components/plugins/viz-components/merico-heatmap/render/option/x-axis.d.ts +2 -1
  394. package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +2 -1
  395. package/dist/components/plugins/viz-components/merico-heatmap/translation.d.ts +1 -0
  396. package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +2 -1
  397. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +3 -2
  398. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/add-a-row.d.ts +2 -1
  399. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/row-editor.d.ts +2 -1
  400. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/sections-editor.d.ts +2 -2
  401. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/select-palette.d.ts +2 -1
  402. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/viz-merico-linear-gauge-editor.d.ts +2 -1
  403. package/dist/components/plugins/viz-components/merico-linear-gauge/index.d.ts +1 -0
  404. package/dist/components/plugins/viz-components/merico-linear-gauge/migrator/index.d.ts +2 -1
  405. package/dist/components/plugins/viz-components/merico-linear-gauge/render/chart.d.ts +2 -1
  406. package/dist/components/plugins/viz-components/merico-linear-gauge/render/option.d.ts +1 -0
  407. package/dist/components/plugins/viz-components/merico-linear-gauge/render/viz-merico-linear-gauge.d.ts +2 -1
  408. package/dist/components/plugins/viz-components/merico-linear-gauge/translation.d.ts +1 -0
  409. package/dist/components/plugins/viz-components/merico-linear-gauge/type.d.ts +1 -0
  410. package/dist/components/plugins/viz-components/merico-panel-groups/editor/add-a-row.d.ts +2 -1
  411. package/dist/components/plugins/viz-components/merico-panel-groups/editor/get-groups-from-yaml.d.ts +2 -1
  412. package/dist/components/plugins/viz-components/merico-panel-groups/editor/groups-editor.d.ts +2 -2
  413. package/dist/components/plugins/viz-components/merico-panel-groups/editor/row-editor.d.ts +2 -1
  414. package/dist/components/plugins/viz-components/merico-panel-groups/editor/viz-merico-panel-groups-editor.d.ts +2 -1
  415. package/dist/components/plugins/viz-components/merico-panel-groups/index.d.ts +1 -0
  416. package/dist/components/plugins/viz-components/merico-panel-groups/migrator/index.d.ts +2 -1
  417. package/dist/components/plugins/viz-components/merico-panel-groups/render/viz-merico-panel-groups.d.ts +2 -1
  418. package/dist/components/plugins/viz-components/merico-panel-groups/translation.d.ts +1 -0
  419. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +2 -1
  420. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -1
  421. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +2 -2
  422. package/dist/components/plugins/viz-components/merico-stats/editors/styles/index.d.ts +2 -1
  423. package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -0
  424. package/dist/components/plugins/viz-components/merico-stats/migrators/v2.d.ts +1 -0
  425. package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +2 -1
  426. package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +2 -1
  427. package/dist/components/plugins/viz-components/merico-stats/translation.d.ts +1 -0
  428. package/dist/components/plugins/viz-components/merico-stats/type.d.ts +1 -0
  429. package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +2 -1
  430. package/dist/components/plugins/viz-components/pareto-chart/editors/bar.d.ts +2 -1
  431. package/dist/components/plugins/viz-components/pareto-chart/editors/line.d.ts +2 -1
  432. package/dist/components/plugins/viz-components/pareto-chart/editors/mark-line.d.ts +3 -2
  433. package/dist/components/plugins/viz-components/pareto-chart/editors/reference-lines/index.d.ts +2 -1
  434. package/dist/components/plugins/viz-components/pareto-chart/editors/reference-lines/reference-line.d.ts +2 -1
  435. package/dist/components/plugins/viz-components/pareto-chart/editors/x-axis.d.ts +2 -1
  436. package/dist/components/plugins/viz-components/pareto-chart/editors/y-axis.d.ts +2 -1
  437. package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -0
  438. package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +3 -2
  439. package/dist/components/plugins/viz-components/pareto-chart/option/mark-line-and-area.d.ts +1 -0
  440. package/dist/components/plugins/viz-components/pareto-chart/option/reference_lines.d.ts +2 -1
  441. package/dist/components/plugins/viz-components/pareto-chart/option/series.d.ts +1 -0
  442. package/dist/components/plugins/viz-components/pareto-chart/option/tooltip.d.ts +1 -0
  443. package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -0
  444. package/dist/components/plugins/viz-components/pareto-chart/option/x-axis.d.ts +1 -0
  445. package/dist/components/plugins/viz-components/pareto-chart/option/y-axes.d.ts +1 -0
  446. package/dist/components/plugins/viz-components/pareto-chart/translation.d.ts +1 -0
  447. package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +2 -1
  448. package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -1
  449. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +2 -1
  450. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +2 -1
  451. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/add-a-row.d.ts +2 -1
  452. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/pie-color-map-editor.d.ts +2 -2
  453. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/row-editor.d.ts +2 -1
  454. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/select-palette.d.ts +2 -1
  455. package/dist/components/plugins/viz-components/pie-chart/editors/radius-slider.d.ts +1 -1
  456. package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -0
  457. package/dist/components/plugins/viz-components/pie-chart/migrators/index.d.ts +2 -1
  458. package/dist/components/plugins/viz-components/pie-chart/option/dataset.d.ts +1 -0
  459. package/dist/components/plugins/viz-components/pie-chart/option/index.d.ts +3 -2
  460. package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -0
  461. package/dist/components/plugins/viz-components/pie-chart/option/tooltip.d.ts +1 -0
  462. package/dist/components/plugins/viz-components/pie-chart/translation.d.ts +1 -0
  463. package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +2 -1
  464. package/dist/components/plugins/viz-components/pie-chart/type.d.ts +1 -0
  465. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +2 -1
  466. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +2 -1
  467. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +2 -1
  468. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +2 -1
  469. package/dist/components/plugins/viz-components/radar-chart/editors/dimensions/dimension.d.ts +2 -1
  470. package/dist/components/plugins/viz-components/radar-chart/editors/dimensions/index.d.ts +2 -1
  471. package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -0
  472. package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -0
  473. package/dist/components/plugins/viz-components/radar-chart/option/index.d.ts +1 -0
  474. package/dist/components/plugins/viz-components/radar-chart/option/series.d.ts +1 -0
  475. package/dist/components/plugins/viz-components/radar-chart/option/series.label.d.ts +1 -0
  476. package/dist/components/plugins/viz-components/radar-chart/option/tooltip.d.ts +1 -0
  477. package/dist/components/plugins/viz-components/radar-chart/translation.d.ts +1 -0
  478. package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +2 -1
  479. package/dist/components/plugins/viz-components/radar-chart/type.d.ts +1 -0
  480. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +2 -1
  481. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +2 -1
  482. package/dist/components/plugins/viz-components/regression-chart/editors/regression-field.d.ts +2 -1
  483. package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -0
  484. package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +2 -1
  485. package/dist/components/plugins/viz-components/regression-chart/render/chart.d.ts +2 -1
  486. package/dist/components/plugins/viz-components/regression-chart/render/index.d.ts +2 -1
  487. package/dist/components/plugins/viz-components/regression-chart/render/option/index.d.ts +1 -0
  488. package/dist/components/plugins/viz-components/regression-chart/render/option/regression-series.d.ts +2 -1
  489. package/dist/components/plugins/viz-components/regression-chart/render/option/series.d.ts +1 -0
  490. package/dist/components/plugins/viz-components/regression-chart/render/option/tooltip.d.ts +1 -0
  491. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/choose-data-keys/choose-data-keys.d.ts +2 -1
  492. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/data-key-selector/data-key-selector.d.ts +2 -1
  493. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/index.d.ts +2 -1
  494. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/regression-description/desc.d.ts +2 -1
  495. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/regression-description/index.d.ts +2 -1
  496. package/dist/components/plugins/viz-components/regression-chart/render/use-data-key.d.ts +1 -1
  497. package/dist/components/plugins/viz-components/regression-chart/translation.d.ts +1 -0
  498. package/dist/components/plugins/viz-components/regression-chart/type.d.ts +1 -0
  499. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +2 -1
  500. package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -0
  501. package/dist/components/plugins/viz-components/rich-text/translation.d.ts +1 -0
  502. package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +2 -1
  503. package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +2 -1
  504. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +2 -1
  505. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +2 -1
  506. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +2 -1
  507. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/index.d.ts +2 -1
  508. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +2 -2
  509. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +2 -1
  510. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +2 -1
  511. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -0
  512. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +2 -2
  513. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +2 -1
  514. package/dist/components/plugins/viz-components/scatter-chart/editors/stats/index.d.ts +2 -1
  515. package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/index.d.ts +2 -1
  516. package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/metric.d.ts +2 -1
  517. package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +2 -1
  518. package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/index.d.ts +2 -1
  519. package/dist/components/plugins/viz-components/scatter-chart/editors/y-axes/index.d.ts +2 -1
  520. package/dist/components/plugins/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +2 -1
  521. package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -0
  522. package/dist/components/plugins/viz-components/scatter-chart/migrators/index.d.ts +2 -1
  523. package/dist/components/plugins/viz-components/scatter-chart/option/dataset.d.ts +1 -0
  524. package/dist/components/plugins/viz-components/scatter-chart/option/get-echarts-symbol-size.d.ts +2 -1
  525. package/dist/components/plugins/viz-components/scatter-chart/option/grid.d.ts +1 -0
  526. package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -0
  527. package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +1 -0
  528. package/dist/components/plugins/viz-components/scatter-chart/option/tooltip.d.ts +1 -0
  529. package/dist/components/plugins/viz-components/scatter-chart/option/x-axis.d.ts +1 -0
  530. package/dist/components/plugins/viz-components/scatter-chart/option/y-axis.d.ts +1 -0
  531. package/dist/components/plugins/viz-components/scatter-chart/translation.d.ts +1 -0
  532. package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +2 -1
  533. package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +4 -3
  534. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +2 -1
  535. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +2 -1
  536. package/dist/components/plugins/viz-components/stats/index.d.ts +1 -0
  537. package/dist/components/plugins/viz-components/stats/translation.d.ts +1 -0
  538. package/dist/components/plugins/viz-components/stats/triggers/click-stats.d.ts +2 -1
  539. package/dist/components/plugins/viz-components/stats/type.d.ts +1 -0
  540. package/dist/components/plugins/viz-components/stats/update/index.d.ts +2 -1
  541. package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +2 -1
  542. package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +3 -2
  543. package/dist/components/plugins/viz-components/sunburst/editors/data-field.d.ts +2 -1
  544. package/dist/components/plugins/viz-components/sunburst/editors/levels/index.d.ts +2 -1
  545. package/dist/components/plugins/viz-components/sunburst/editors/levels/level.d.ts +2 -1
  546. package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -0
  547. package/dist/components/plugins/viz-components/sunburst/option/array-to-tree.d.ts +1 -0
  548. package/dist/components/plugins/viz-components/sunburst/option/data.d.ts +1 -0
  549. package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -0
  550. package/dist/components/plugins/viz-components/sunburst/option/levels.d.ts +2 -1
  551. package/dist/components/plugins/viz-components/sunburst/option/tooltip.d.ts +1 -0
  552. package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +1 -0
  553. package/dist/components/plugins/viz-components/sunburst/translation.d.ts +1 -0
  554. package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -1
  555. package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +2 -1
  556. package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +2 -1
  557. package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +3 -3
  558. package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +2 -1
  559. package/dist/components/plugins/viz-components/table/editors/columns/column.d.ts +2 -1
  560. package/dist/components/plugins/viz-components/table/editors/columns/func_content-editor.d.ts +1 -1
  561. package/dist/components/plugins/viz-components/table/editors/columns/index.d.ts +2 -1
  562. package/dist/components/plugins/viz-components/table/editors/pagination.d.ts +2 -1
  563. package/dist/components/plugins/viz-components/table/editors/styling.d.ts +2 -1
  564. package/dist/components/plugins/viz-components/table/index.d.ts +1 -0
  565. package/dist/components/plugins/viz-components/table/migrators/handlers.d.ts +2 -1
  566. package/dist/components/plugins/viz-components/table/migrators/index.d.ts +2 -1
  567. package/dist/components/plugins/viz-components/table/render/cell-value.d.ts +2 -1
  568. package/dist/components/plugins/viz-components/table/render/index.d.ts +2 -1
  569. package/dist/components/plugins/viz-components/table/render/pagination-and-row-count.d.ts +2 -1
  570. package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
  571. package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +1 -0
  572. package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -1
  573. package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +1 -0
  574. package/dist/components/plugins/viz-components/table/translation.d.ts +1 -0
  575. package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +2 -1
  576. package/dist/components/plugins/viz-components/table/type.d.ts +1 -0
  577. package/dist/components/plugins/viz-components/table/utils.d.ts +1 -0
  578. package/dist/components/plugins/viz-components/table/value-type-selector.d.ts +2 -2
  579. package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +2 -1
  580. package/dist/components/plugins/viz-components/table/viz-table.styles.d.ts +2 -1
  581. package/dist/components/plugins/viz-components/text/editors/func-content/func-content-editor.d.ts +1 -1
  582. package/dist/components/plugins/viz-components/text/editors/func-content/index.d.ts +1 -1
  583. package/dist/components/plugins/viz-components/text/index.d.ts +1 -0
  584. package/dist/components/plugins/viz-components/text/translation.d.ts +1 -0
  585. package/dist/components/plugins/viz-components/text/type.d.ts +1 -0
  586. package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +2 -1
  587. package/dist/components/plugins/viz-components/text/viz-text.d.ts +2 -1
  588. package/dist/components/plugins/viz-components/viz-dashboard-state/editor/dashboard-state-variable-selector.d.ts +1 -1
  589. package/dist/components/plugins/viz-components/viz-dashboard-state/editor/fields.d.ts +2 -1
  590. package/dist/components/plugins/viz-components/viz-dashboard-state/editor/viz-viz-dashboard-state-editor.d.ts +2 -1
  591. package/dist/components/plugins/viz-components/viz-dashboard-state/index.d.ts +1 -0
  592. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/checkbox-state.d.ts +2 -1
  593. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/context-state.d.ts +2 -1
  594. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/date-range-state.d.ts +2 -1
  595. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/item-badge.d.ts +3 -2
  596. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/multi-select-state.d.ts +2 -1
  597. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/selection-table.d.ts +2 -1
  598. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/single-select-state.d.ts +2 -1
  599. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/state-item.d.ts +2 -1
  600. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/text-input-state.d.ts +2 -1
  601. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/tree-select-state.d.ts +2 -1
  602. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/tree-single-select-state.d.ts +2 -1
  603. package/dist/components/plugins/viz-components/viz-dashboard-state/render/state-items.d.ts +2 -1
  604. package/dist/components/plugins/viz-components/viz-dashboard-state/render/viz-viz-dashboard-state.d.ts +2 -1
  605. package/dist/components/plugins/viz-components/viz-dashboard-state/translation.d.ts +1 -0
  606. package/dist/components/plugins/viz-components/viz-instance-api.d.ts +2 -1
  607. package/dist/components/plugins/viz-components/viz-merico-gqm/error-figure.d.ts +1 -1
  608. package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -0
  609. package/dist/components/plugins/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +1 -0
  610. package/dist/components/plugins/viz-components/viz-merico-gqm/translation.d.ts +1 -0
  611. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +2 -1
  612. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +2 -1
  613. package/dist/components/plugins/viz-manager/components.d.ts +3 -2
  614. package/dist/components/plugins/viz-manager/impl.d.ts +1 -0
  615. package/dist/components/plugins/viz-manager/types.d.ts +1 -0
  616. package/dist/components/view/layout/edit-layout.d.ts +2 -1
  617. package/dist/components/view/layout/render-layout.d.ts +2 -1
  618. package/dist/components/view/view-component/preview/division.d.ts +3 -2
  619. package/dist/components/view/view-component/preview/index.d.ts +3 -2
  620. package/dist/components/view/view-component/preview/modal.d.ts +3 -2
  621. package/dist/components/view/view-component/preview/tabs.d.ts +2 -1
  622. package/dist/components/view/view-component/render/division.d.ts +4 -3
  623. package/dist/components/view/view-component/render/index.d.ts +3 -2
  624. package/dist/components/view/view-component/render/modal.d.ts +4 -3
  625. package/dist/components/view/view-component/render/tabs.d.ts +2 -1
  626. package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +2 -2
  627. package/dist/components/view/view-editor.d.ts +2 -2
  628. package/dist/components/view/view-render.d.ts +2 -2
  629. package/dist/components/widgets/about-function-utils/index.d.ts +1 -1
  630. package/dist/components/widgets/color-picker-popover/color-input.d.ts +2 -2
  631. package/dist/components/widgets/color-picker-popover/color-picker-popover-for-viz.d.ts +1 -1
  632. package/dist/components/widgets/color-picker-popover/color-picker-popover.d.ts +3 -2
  633. package/dist/components/widgets/custom-selector-item/index.d.ts +1 -0
  634. package/dist/components/widgets/function-editor/function-editor.d.ts +2 -1
  635. package/dist/components/widgets/inline-function-input/index.d.ts +2 -2
  636. package/dist/components/widgets/minimal-monaco-editor.d.ts +1 -1
  637. package/dist/components/widgets/modal-function-editor/index.d.ts +3 -2
  638. package/dist/components/widgets/rich-text-editor/color-mapping-mark/color-mapping-control.d.ts +2 -1
  639. package/dist/components/widgets/rich-text-editor/color-mapping-mark/color-mapping-form.d.ts +1 -1
  640. package/dist/components/widgets/rich-text-editor/color-mapping-mark/color-mapping-mark.d.ts +1 -0
  641. package/dist/components/widgets/rich-text-editor/color-mapping-mark/utils.d.ts +1 -1
  642. package/dist/components/widgets/rich-text-editor/color-picker-control/color-picker-control.d.ts +2 -1
  643. package/dist/components/widgets/rich-text-editor/custom-rich-text-editor.d.ts +2 -2
  644. package/dist/components/widgets/rich-text-editor/dynamic-color-mark/dynamic-color-control.d.ts +2 -1
  645. package/dist/components/widgets/rich-text-editor/dynamic-color-mark/dynamic-color-mark.d.ts +1 -0
  646. package/dist/components/widgets/rich-text-editor/dynamic-color-mark/utils.d.ts +1 -0
  647. package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +2 -4
  648. package/dist/components/widgets/rich-text-editor/readonly-rich-text-editor.d.ts +2 -2
  649. package/dist/components/widgets/rich-text-editor/rich-text-editor-modal.d.ts +1 -1
  650. package/dist/contexts/additional-panel-menu-items.d.ts +2 -1
  651. package/dist/contexts/customize-screenshot-context.d.ts +2 -1
  652. package/dist/contexts/dashboard-action-context.d.ts +2 -1
  653. package/dist/contexts/dashboard-theme-context.d.ts +2 -1
  654. package/dist/contexts/dates-provider.d.ts +3 -2
  655. package/dist/contexts/full-screen-panel-context.d.ts +2 -1
  656. package/dist/contexts/layout-state-context.d.ts +2 -1
  657. package/dist/contexts/panel-context.d.ts +12297 -30244
  658. package/dist/contexts/render-content-model-context.d.ts +1 -0
  659. package/dist/dashboard-editor/dashboard-editor.d.ts +3 -2
  660. package/dist/dashboard-editor/model/datasources/datasource.d.ts +63 -61
  661. package/dist/dashboard-editor/model/datasources/db-info/columns.d.ts +5 -5
  662. package/dist/dashboard-editor/model/datasources/db-info/db-info.d.ts +28 -27
  663. package/dist/dashboard-editor/model/datasources/db-info/indexes.d.ts +5 -5
  664. package/dist/dashboard-editor/model/datasources/db-info/table-data.d.ts +9 -8
  665. package/dist/dashboard-editor/model/datasources/db-info/tables.d.ts +5 -5
  666. package/dist/dashboard-editor/model/datasources/index.d.ts +257 -251
  667. package/dist/dashboard-editor/model/datasources/mm-info/metric-detail.d.ts +17 -15
  668. package/dist/dashboard-editor/model/datasources/mm-info/metric-detail.types.d.ts +7 -1
  669. package/dist/dashboard-editor/model/datasources/mm-info/metric-detail.utils.d.ts +9 -0
  670. package/dist/dashboard-editor/model/datasources/mm-info/metrics.d.ts +6 -6
  671. package/dist/dashboard-editor/model/datasources/mm-info/mm-info.d.ts +29 -27
  672. package/dist/dashboard-editor/model/editor/index.d.ts +5 -4
  673. package/dist/dashboard-editor/model/filters/filter-model.d.ts +70 -69
  674. package/dist/dashboard-editor/model/filters/index.d.ts +649 -648
  675. package/dist/dashboard-editor/model/layouts/layouts.d.ts +223 -222
  676. package/dist/dashboard-editor/model/panels/panel.d.ts +2542 -7029
  677. package/dist/dashboard-editor/model/queries/queries.d.ts +6999 -3421
  678. package/dist/dashboard-editor/model/queries/query.d.ts +266 -139
  679. package/dist/dashboard-editor/model/sql-snippets/index.d.ts +22 -21
  680. package/dist/dashboard-editor/model/views/index.d.ts +2684 -2684
  681. package/dist/dashboard-editor/model/views/view.d.ts +113 -112
  682. package/dist/dashboard-editor/ui/header/add-a-panel/index.d.ts +1 -1
  683. package/dist/dashboard-editor/ui/header/breakpoint-switcher/edit-breakpoints.d.ts +1 -1
  684. package/dist/dashboard-editor/ui/header/breakpoint-switcher/index.d.ts +1 -1
  685. package/dist/dashboard-editor/ui/header/download-this-view/index.d.ts +1 -1
  686. package/dist/dashboard-editor/ui/header/import-with-schema/explain-json-schema.d.ts +2 -1
  687. package/dist/dashboard-editor/ui/header/import-with-schema/form.d.ts +1 -1
  688. package/dist/dashboard-editor/ui/header/import-with-schema/index.d.ts +1 -1
  689. package/dist/dashboard-editor/ui/header/index.d.ts +2 -1
  690. package/dist/dashboard-editor/ui/header/main-header.d.ts +3 -2
  691. package/dist/dashboard-editor/ui/header/save-changes-or-more.d.ts +1 -1
  692. package/dist/dashboard-editor/ui/header/spotlight/editor-spotlight.d.ts +2 -1
  693. package/dist/dashboard-editor/ui/header/spotlight/spotlight-action-component.d.ts +3 -2
  694. package/dist/dashboard-editor/ui/header/spotlight/spotlight-actions.d.ts +3 -2
  695. package/dist/dashboard-editor/ui/header/spotlight/spotlight-control.d.ts +1 -1
  696. package/dist/dashboard-editor/ui/header/sub-header.d.ts +1 -1
  697. package/dist/dashboard-editor/ui/navbar/index.d.ts +1 -1
  698. package/dist/dashboard-editor/ui/navbar/view-links.d.ts +1 -1
  699. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table-with-pagination.d.ts +1 -1
  700. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +2 -1
  701. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.style.d.ts +1 -0
  702. package/dist/dashboard-editor/ui/settings/content/data-preview/index.d.ts +3 -2
  703. package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +3 -2
  704. package/dist/dashboard-editor/ui/settings/content/data-preview/query-state-message.d.ts +1 -1
  705. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +1 -1
  706. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +3 -2
  707. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +3 -2
  708. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +3 -2
  709. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +5 -4
  710. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +1 -1
  711. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +1 -1
  712. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +3 -2
  713. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +3 -2
  714. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +3 -2
  715. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +3 -2
  716. package/dist/dashboard-editor/ui/settings/content/edit-filter/index.d.ts +1 -1
  717. package/dist/dashboard-editor/ui/settings/content/edit-filters/index.d.ts +1 -1
  718. package/dist/dashboard-editor/ui/settings/content/edit-mock-context/index.d.ts +1 -1
  719. package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +3 -2
  720. package/dist/dashboard-editor/ui/settings/content/edit-panel/index.d.ts +1 -1
  721. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/description.d.ts +1 -1
  722. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/edit-style.d.ts +1 -1
  723. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/index.d.ts +1 -1
  724. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/name.d.ts +1 -1
  725. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/title.d.ts +1 -1
  726. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +3 -2
  727. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-variables-guide.d.ts +2 -1
  728. package/dist/dashboard-editor/ui/settings/content/edit-panel/pick-query/index.d.ts +1 -1
  729. package/dist/dashboard-editor/ui/settings/content/edit-panel/preview-panel.d.ts +2 -1
  730. package/dist/dashboard-editor/ui/settings/content/edit-panel/select-viz-type.d.ts +1 -1
  731. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +939 -938
  732. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-editor.d.ts +2 -1
  733. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +2 -1
  734. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variables-editor.d.ts +3 -2
  735. package/dist/dashboard-editor/ui/settings/content/edit-panel/viz-conf.d.ts +1 -1
  736. package/dist/dashboard-editor/ui/settings/content/edit-queries/index.d.ts +1 -1
  737. package/dist/dashboard-editor/ui/settings/content/edit-query/index.d.ts +1 -1
  738. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/index.d.ts +3 -2
  739. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/copy.d.ts +2 -1
  740. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/delete.d.ts +2 -1
  741. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/external-link.d.ts +2 -1
  742. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/more.d.ts +2 -1
  743. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/play.d.ts +2 -1
  744. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/more-actions.d.ts +3 -2
  745. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table-with-pagination.d.ts +1 -1
  746. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table.d.ts +2 -1
  747. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table.style.d.ts +1 -0
  748. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/pagination-control.d.ts +3 -2
  749. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/preview-data.d.ts +3 -2
  750. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/query-state-message.d.ts +3 -2
  751. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-query-and-vars/preview-query-and-vars.d.ts +3 -2
  752. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/derived-calculations.d.ts +3 -2
  753. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/boolean.d.ts +1 -1
  754. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/date.d.ts +1 -1
  755. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/dimension-icon.d.ts +3 -2
  756. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/dimension.d.ts +1 -1
  757. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/number.d.ts +1 -1
  758. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/string.d.ts +1 -1
  759. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-selector.d.ts +3 -2
  760. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/edit-metric-query.d.ts +3 -2
  761. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/link-metrics-to-time-and-step.d.ts +3 -2
  762. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/link-metrics-to-variables.d.ts +3 -2
  763. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/link-sql-metrics-to-variables.d.ts +9 -0
  764. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/run-by-checkbox.d.ts +3 -2
  765. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/set-groupby-metrics.d.ts +3 -2
  766. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/sql-var-selector/index.d.ts +9 -0
  767. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/time-query-switch.d.ts +3 -2
  768. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/variable-selector.d.ts +3 -2
  769. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/variable-stats.d.ts +1 -1
  770. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/query-tabs.d.ts +3 -2
  771. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/run-query.d.ts +3 -2
  772. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/select-metric.d.ts +3 -2
  773. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +3 -2
  774. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -1
  775. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +3 -2
  776. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +3 -2
  777. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +3 -2
  778. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -1
  779. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +2 -1
  780. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -1
  781. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +1 -1
  782. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +1 -1
  783. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/query-dependency.d.ts +2 -1
  784. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/transform/index.d.ts +2 -1
  785. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/index.d.ts +1 -1
  786. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +2 -1
  787. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/preview-snippet.d.ts +1 -1
  788. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippets/index.d.ts +1 -1
  789. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -1
  790. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -1
  791. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -1
  792. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -1
  793. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +1 -1
  794. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +2 -1
  795. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +373 -372
  796. package/dist/dashboard-editor/ui/settings/content/edit-view/index.d.ts +1 -1
  797. package/dist/dashboard-editor/ui/settings/content/index.d.ts +1 -1
  798. package/dist/dashboard-editor/ui/settings/content/utils.d.ts +2 -1
  799. package/dist/dashboard-editor/ui/settings/content/view-query-vars/global-sql-snippets-table.d.ts +1 -1
  800. package/dist/dashboard-editor/ui/settings/content/view-query-vars/index.d.ts +1 -1
  801. package/dist/dashboard-editor/ui/settings/content/view-query-vars/query-variables-guide.d.ts +2 -2
  802. package/dist/dashboard-editor/ui/settings/content/view-query-vars/query-variables-modal.d.ts +1 -1
  803. package/dist/dashboard-editor/ui/settings/index.d.ts +1 -1
  804. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-filter.d.ts +1 -1
  805. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-panel.d.ts +1 -1
  806. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-query.d.ts +1 -1
  807. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-sql-snippet.d.ts +1 -1
  808. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-view.d.ts +1 -1
  809. package/dist/dashboard-editor/ui/settings/navbar/action-button/filters-settings-button.d.ts +1 -1
  810. package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +3 -2
  811. package/dist/dashboard-editor/ui/settings/navbar/action-button/queries-settings-button.d.ts +1 -1
  812. package/dist/dashboard-editor/ui/settings/navbar/action-button/sql-snippets-settings-button.d.ts +1 -1
  813. package/dist/dashboard-editor/ui/settings/navbar/index.d.ts +1 -1
  814. package/dist/dashboard-editor/ui/settings/navbar/nav-links.d.ts +1 -1
  815. package/dist/dashboard-render/dashboard-render.d.ts +2 -1
  816. package/dist/dashboard-render/model/types.d.ts +1 -0
  817. package/dist/dashboard.es.js +7843 -7708
  818. package/dist/dashboard.umd.js +84 -84
  819. package/dist/i18n/i18n.d.ts +2 -1
  820. package/dist/i18n/i18next-context.d.ts +3 -2
  821. package/dist/index.d.ts +2 -1
  822. package/dist/interactions/attachment-instance-manager.d.ts +1 -0
  823. package/dist/interactions/components/interaction-settings.d.ts +3 -2
  824. package/dist/interactions/components/operation-select.d.ts +2 -1
  825. package/dist/interactions/components/trigger-config-model.d.ts +1 -0
  826. package/dist/interactions/components/trigger-select.d.ts +3 -2
  827. package/dist/interactions/components/variable-list.d.ts +2 -1
  828. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +1 -0
  829. package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -0
  830. package/dist/interactions/interaction-manager.d.ts +1 -0
  831. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -1
  832. package/dist/interactions/interactions-viewer/data/index.d.ts +3 -2
  833. package/dist/interactions/interactions-viewer/data/nodes.d.ts +1 -0
  834. package/dist/interactions/interactions-viewer/data/position.d.ts +1 -0
  835. package/dist/interactions/interactions-viewer/data/types.d.ts +2 -1
  836. package/dist/interactions/interactions-viewer/index.d.ts +1 -1
  837. package/dist/interactions/interactions-viewer/node-with-interactions/index.d.ts +3 -3
  838. package/dist/interactions/interactions-viewer/node-with-interactions/lines.d.ts +2 -1
  839. package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -1
  840. package/dist/interactions/interactions-viewer/viewer.d.ts +2 -1
  841. package/dist/interactions/null-interaction-manager.d.ts +1 -0
  842. package/dist/interactions/operation/operation-manager-impl.d.ts +1 -0
  843. package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -0
  844. package/dist/interactions/operation/operations/console-log.d.ts +1 -0
  845. package/dist/interactions/operation/operations/index.d.ts +1 -0
  846. package/dist/interactions/operation/operations/open-link.d.ts +1 -0
  847. package/dist/interactions/operation/operations/open-view.d.ts +1 -0
  848. package/dist/interactions/operation/operations/scroll-to-panel.d.ts +1 -0
  849. package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -0
  850. package/dist/interactions/operation/operations/switch-tab.d.ts +1 -0
  851. package/dist/interactions/temp-hack.d.ts +1 -0
  852. package/dist/interactions/test/helpers.d.ts +1 -0
  853. package/dist/interactions/trigger/trigger-manager-impl.d.ts +1 -0
  854. package/dist/model/meta-model/context/context.d.ts +8 -8
  855. package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +78 -77
  856. package/dist/model/meta-model/dashboard/content/filter/types.d.ts +1 -1
  857. package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +12 -11
  858. package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +24 -23
  859. package/dist/model/meta-model/dashboard/content/filter/widgets/merico-date-range.d.ts +20 -19
  860. package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +71 -70
  861. package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +15 -14
  862. package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +66 -65
  863. package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +12 -11
  864. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select-base.d.ts +17 -16
  865. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +78 -77
  866. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-single-select.d.ts +77 -76
  867. package/dist/model/meta-model/dashboard/content/initial-content.d.ts +1 -0
  868. package/dist/model/meta-model/dashboard/content/layout/layout-item.d.ts +12 -11
  869. package/dist/model/meta-model/dashboard/content/layout/layout-set.d.ts +38 -37
  870. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +5 -4
  871. package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +858 -857
  872. package/dist/model/meta-model/dashboard/content/panel/style/border.d.ts +3 -3
  873. package/dist/model/meta-model/dashboard/content/panel/style/index.d.ts +7 -6
  874. package/dist/model/meta-model/dashboard/content/panel/title.d.ts +3 -3
  875. package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +471 -470
  876. package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +6 -5
  877. package/dist/model/meta-model/dashboard/content/query/db-query.d.ts +13 -12
  878. package/dist/model/meta-model/dashboard/content/query/http-query.d.ts +15 -14
  879. package/dist/model/meta-model/dashboard/content/query/merico-metric-query.d.ts +269 -91
  880. package/dist/model/meta-model/dashboard/content/query/query.d.ts +257 -131
  881. package/dist/model/meta-model/dashboard/content/query/transform-query.d.ts +21 -20
  882. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +5 -4
  883. package/dist/model/meta-model/dashboard/content/types.d.ts +1 -0
  884. package/dist/model/meta-model/dashboard/content/view/view.d.ts +94 -93
  885. package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +8 -7
  886. package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +26 -25
  887. package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +73 -72
  888. package/dist/model/meta-model/datasources/datasource.d.ts +8 -7
  889. package/dist/model/meta-model/datasources/datasources.d.ts +17 -16
  890. package/dist/model/meta-model/global-sql-snippets/global-sql-snippet.d.ts +7 -7
  891. package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +17 -16
  892. package/dist/model/render-model/dashboard/content/filters/filters.d.ts +504 -503
  893. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +2 -1
  894. package/dist/model/render-model/dashboard/content/layouts/layouts.d.ts +228 -227
  895. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +2646 -5639
  896. package/dist/model/render-model/dashboard/content/panels/types.d.ts +8 -7
  897. package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +252 -125
  898. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +5509 -2812
  899. package/dist/model/render-model/dashboard/content/queries/query.d.ts +272 -145
  900. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +6 -5
  901. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +19 -18
  902. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -0
  903. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -1
  904. package/dist/model/render-model/dashboard/content/views/view.d.ts +115 -114
  905. package/dist/model/render-model/dashboard/content/views/views.d.ts +2120 -2119
  906. package/dist/model/utils/draft.d.ts +1 -0
  907. package/dist/shared/api-client/default-api-client.d.ts +1 -0
  908. package/dist/shared/api-client/facade-api-client.d.ts +1 -0
  909. package/dist/shared/api-client/types.d.ts +1 -0
  910. package/dist/shared/api-client/utils.d.ts +1 -0
  911. package/dist/stats.html +1 -1
  912. package/dist/styles/common-html-content-style.d.ts +1 -0
  913. package/dist/styles/default-echarts-options/index.d.ts +3 -3
  914. package/dist/styles/default-echarts-options/tooltip.d.ts +1 -0
  915. package/dist/styles/default-echarts-options/x-axis.d.ts +1 -0
  916. package/dist/styles/default-echarts-options/y-axis.d.ts +1 -0
  917. package/dist/styles/viz-box.d.ts +3 -2
  918. package/dist/types/dashboard.d.ts +3 -2
  919. package/dist/types/plugin/index.d.ts +3 -2
  920. package/dist/utils/color-feed.d.ts +1 -0
  921. package/dist/utils/dashboard-state.d.ts +1 -0
  922. package/dist/utils/data.d.ts +1 -0
  923. package/dist/utils/diff-json.d.ts +1 -0
  924. package/dist/utils/error-boundary.d.ts +4 -3
  925. package/dist/utils/function-utils.d.ts +6 -5
  926. package/dist/utils/http-query.d.ts +1 -0
  927. package/dist/utils/mantine.d.ts +1 -0
  928. package/dist/utils/rich-text/parse-rich-text-content.d.ts +2 -1
  929. package/dist/utils/sql.d.ts +1 -0
  930. package/dist/utils/template/editor/template-input.d.ts +3 -2
  931. package/dist/utils/template/editor/utils.d.ts +1 -0
  932. package/dist/utils/template/render/render-jsx.d.ts +1 -0
  933. package/dist/utils/template/render/render-string.d.ts +2 -2
  934. package/dist/utils/template/types.d.ts +2 -1
  935. package/dist/utils/template/utils.d.ts +1 -0
  936. package/dist/version.json +2 -2
  937. package/package.json +1 -1
@@ -1,17 +1,18 @@
1
1
  import { Instance } from 'mobx-state-tree';
2
2
  import { FilterMetaInstance, TDashboardStateItem } from '../../../model';
3
3
  import { AnyObject, DashboardFilterType } from '../../../types';
4
- export declare const FiltersModel: import("mobx-state-tree").IModelType<{
5
- current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
6
- id: import("mobx-state-tree").ISimpleType<string>;
7
- key: import("mobx-state-tree").ISimpleType<string>;
8
- label: import("mobx-state-tree").ISimpleType<string>;
9
- order: import("mobx-state-tree").ISimpleType<number>;
10
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
11
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
12
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
13
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
14
- config: import("mobx-state-tree").ITypeUnion<any, {
4
+
5
+ export declare const FiltersModel: import('mobx-state-tree').IModelType<{
6
+ current: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
7
+ id: import('mobx-state-tree').ISimpleType<string>;
8
+ key: import('mobx-state-tree').ISimpleType<string>;
9
+ label: import('mobx-state-tree').ISimpleType<string>;
10
+ order: import('mobx-state-tree').ISimpleType<number>;
11
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
12
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
13
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
14
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
15
+ config: import('mobx-state-tree').ITypeUnion<any, {
15
16
  default_value: (string | null)[];
16
17
  required: boolean;
17
18
  _name: "date-range";
@@ -27,81 +28,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
27
28
  inputFormat: "YYYY/MM/DD";
28
29
  default_shortcut: string;
29
30
  default_step: string;
30
- } | import("mobx-state-tree").ModelSnapshotType<{
31
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
32
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
33
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
34
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
31
+ } | import('mobx-state-tree').ModelSnapshotType<{
32
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
33
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
34
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
35
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
35
36
  } & {
36
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
37
- label: import("mobx-state-tree").ISimpleType<string>;
38
- value: import("mobx-state-tree").ISimpleType<string>;
37
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
38
+ label: import('mobx-state-tree').ISimpleType<string>;
39
+ value: import('mobx-state-tree').ISimpleType<string>;
39
40
  }, {
40
41
  setLabel(label: string): void;
41
42
  setValue(value: string): void;
42
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
43
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
44
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
45
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
46
- }> | import("mobx-state-tree").ModelSnapshotType<{
47
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
48
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
49
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
43
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
44
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
45
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
46
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
47
+ }> | import('mobx-state-tree').ModelSnapshotType<{
48
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
49
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
50
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
50
51
  } & {
51
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
52
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
52
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
53
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
53
54
  } & {
54
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
55
- label: import("mobx-state-tree").ISimpleType<string>;
56
- value: import("mobx-state-tree").ISimpleType<string>;
55
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
56
+ label: import('mobx-state-tree').ISimpleType<string>;
57
+ value: import('mobx-state-tree').ISimpleType<string>;
57
58
  }, {
58
59
  setLabel(label: string): void;
59
60
  setValue(value: string): void;
60
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
61
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
62
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
63
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
64
- }> | import("mobx-state-tree").ModelSnapshotType<{
65
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
66
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
61
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
62
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
63
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
64
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
65
+ }> | import('mobx-state-tree').ModelSnapshotType<{
66
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
67
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
67
68
  } & {
68
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
69
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
69
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
70
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
70
71
  } & {
71
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
72
- label: import("mobx-state-tree").ISimpleType<string>;
73
- value: import("mobx-state-tree").ISimpleType<string>;
72
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
73
+ label: import('mobx-state-tree').ISimpleType<string>;
74
+ value: import('mobx-state-tree').ISimpleType<string>;
74
75
  }, {
75
76
  setLabel(label: string): void;
76
77
  setValue(value: string): void;
77
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
78
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
79
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
80
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
81
- }> | import("mobx-state-tree").ModelSnapshotType<{
82
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
83
- required: import("mobx-state-tree").ISimpleType<boolean>;
84
- default_value: import("mobx-state-tree").ISimpleType<string>;
85
- }> | import("mobx-state-tree").ModelSnapshotType<{
86
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
87
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
88
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
89
- }> | import("mobx-state-tree").ModelSnapshotType<{
90
- _name: import("mobx-state-tree").ISimpleType<"select">;
91
- default_value: import("mobx-state-tree").ISimpleType<string>;
92
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
93
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
78
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
79
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
80
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
81
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
82
+ }> | import('mobx-state-tree').ModelSnapshotType<{
83
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
84
+ required: import('mobx-state-tree').ISimpleType<boolean>;
85
+ default_value: import('mobx-state-tree').ISimpleType<string>;
86
+ }> | import('mobx-state-tree').ModelSnapshotType<{
87
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
88
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
89
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
90
+ }> | import('mobx-state-tree').ModelSnapshotType<{
91
+ _name: import('mobx-state-tree').ISimpleType<"select">;
92
+ default_value: import('mobx-state-tree').ISimpleType<string>;
93
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
94
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
94
95
  } & {
95
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
96
- label: import("mobx-state-tree").ISimpleType<string>;
97
- value: import("mobx-state-tree").ISimpleType<string>;
96
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
97
+ label: import('mobx-state-tree').ISimpleType<string>;
98
+ value: import('mobx-state-tree').ISimpleType<string>;
98
99
  }, {
99
100
  setLabel(label: string): void;
100
101
  setValue(value: string): void;
101
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
102
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
103
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
104
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
102
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
103
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
104
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
105
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
105
106
  }>, any>;
106
107
  }, {
107
108
  readonly contentModel: any;
@@ -121,7 +122,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
121
122
  order: number;
122
123
  config: any;
123
124
  auto_submit: boolean;
124
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
125
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
125
126
  default_value_func: string;
126
127
  };
127
128
  readonly visibleInViewsIDSet: Set<string>;
@@ -136,19 +137,19 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
136
137
  setVisibleInViewsIDs(ids: string[]): void;
137
138
  setAutoSubmit(v: boolean): void;
138
139
  setDefaultValueFunc(v: string): void;
139
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
140
- values: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
140
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
141
+ values: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IType<any, any, any>, [undefined]>;
141
142
  } & {
142
- current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
143
- id: import("mobx-state-tree").ISimpleType<string>;
144
- key: import("mobx-state-tree").ISimpleType<string>;
145
- label: import("mobx-state-tree").ISimpleType<string>;
146
- order: import("mobx-state-tree").ISimpleType<number>;
147
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
148
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
149
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
150
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
151
- config: import("mobx-state-tree").ITypeUnion<any, {
143
+ current: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
144
+ id: import('mobx-state-tree').ISimpleType<string>;
145
+ key: import('mobx-state-tree').ISimpleType<string>;
146
+ label: import('mobx-state-tree').ISimpleType<string>;
147
+ order: import('mobx-state-tree').ISimpleType<number>;
148
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
149
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
150
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
151
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
152
+ config: import('mobx-state-tree').ITypeUnion<any, {
152
153
  default_value: (string | null)[];
153
154
  required: boolean;
154
155
  _name: "date-range";
@@ -164,81 +165,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
164
165
  inputFormat: "YYYY/MM/DD";
165
166
  default_shortcut: string;
166
167
  default_step: string;
167
- } | import("mobx-state-tree").ModelSnapshotType<{
168
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
169
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
170
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
171
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
168
+ } | import('mobx-state-tree').ModelSnapshotType<{
169
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
170
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
171
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
172
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
172
173
  } & {
173
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
174
- label: import("mobx-state-tree").ISimpleType<string>;
175
- value: import("mobx-state-tree").ISimpleType<string>;
174
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
175
+ label: import('mobx-state-tree').ISimpleType<string>;
176
+ value: import('mobx-state-tree').ISimpleType<string>;
176
177
  }, {
177
178
  setLabel(label: string): void;
178
179
  setValue(value: string): void;
179
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
180
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
181
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
182
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
183
- }> | import("mobx-state-tree").ModelSnapshotType<{
184
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
185
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
186
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
180
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
181
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
182
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
183
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
184
+ }> | import('mobx-state-tree').ModelSnapshotType<{
185
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
186
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
187
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
187
188
  } & {
188
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
189
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
189
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
190
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
190
191
  } & {
191
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
192
- label: import("mobx-state-tree").ISimpleType<string>;
193
- value: import("mobx-state-tree").ISimpleType<string>;
192
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
193
+ label: import('mobx-state-tree').ISimpleType<string>;
194
+ value: import('mobx-state-tree').ISimpleType<string>;
194
195
  }, {
195
196
  setLabel(label: string): void;
196
197
  setValue(value: string): void;
197
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
198
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
199
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
200
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
201
- }> | import("mobx-state-tree").ModelSnapshotType<{
202
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
203
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
198
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
199
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
200
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
201
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
202
+ }> | import('mobx-state-tree').ModelSnapshotType<{
203
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
204
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
204
205
  } & {
205
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
206
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
206
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
207
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
207
208
  } & {
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>;
209
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
210
+ label: import('mobx-state-tree').ISimpleType<string>;
211
+ value: import('mobx-state-tree').ISimpleType<string>;
211
212
  }, {
212
213
  setLabel(label: string): void;
213
214
  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
- }> | import("mobx-state-tree").ModelSnapshotType<{
219
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
220
- required: import("mobx-state-tree").ISimpleType<boolean>;
221
- default_value: import("mobx-state-tree").ISimpleType<string>;
222
- }> | import("mobx-state-tree").ModelSnapshotType<{
223
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
224
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
225
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
226
- }> | import("mobx-state-tree").ModelSnapshotType<{
227
- _name: import("mobx-state-tree").ISimpleType<"select">;
228
- default_value: import("mobx-state-tree").ISimpleType<string>;
229
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
230
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
215
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
216
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
217
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
218
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
219
+ }> | import('mobx-state-tree').ModelSnapshotType<{
220
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
221
+ required: import('mobx-state-tree').ISimpleType<boolean>;
222
+ default_value: import('mobx-state-tree').ISimpleType<string>;
223
+ }> | import('mobx-state-tree').ModelSnapshotType<{
224
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
225
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
226
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
227
+ }> | import('mobx-state-tree').ModelSnapshotType<{
228
+ _name: import('mobx-state-tree').ISimpleType<"select">;
229
+ default_value: import('mobx-state-tree').ISimpleType<string>;
230
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
231
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
231
232
  } & {
232
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
233
- label: import("mobx-state-tree").ISimpleType<string>;
234
- value: import("mobx-state-tree").ISimpleType<string>;
233
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
234
+ label: import('mobx-state-tree').ISimpleType<string>;
235
+ value: import('mobx-state-tree').ISimpleType<string>;
235
236
  }, {
236
237
  setLabel(label: string): void;
237
238
  setValue(value: string): void;
238
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
239
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
240
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
241
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
239
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
240
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
241
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
242
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
242
243
  }>, any>;
243
244
  }, {
244
245
  readonly contentModel: any;
@@ -258,7 +259,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
258
259
  order: number;
259
260
  config: any;
260
261
  auto_submit: boolean;
261
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
262
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
262
263
  default_value_func: string;
263
264
  };
264
265
  readonly visibleInViewsIDSet: Set<string>;
@@ -274,9 +275,9 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
274
275
  setAutoSubmit(v: boolean): void;
275
276
  setDefaultValueFunc(v: string): void;
276
277
  } & {
277
- readonly usages: import("./filter-model").FilterUsageType[];
278
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
279
- previewValues: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
278
+ readonly usages: import('./filter-model').FilterUsageType[];
279
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
280
+ previewValues: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IType<any, any, any>, [undefined]>;
280
281
  }, {
281
282
  readonly json: {
282
283
  id: string;
@@ -286,7 +287,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
286
287
  order: number;
287
288
  config: any;
288
289
  auto_submit: boolean;
289
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
290
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
290
291
  default_value_func: string;
291
292
  }[];
292
293
  readonly valuesString: string;
@@ -304,12 +305,12 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
304
305
  key: string;
305
306
  label: string;
306
307
  order: number;
307
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
308
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
308
309
  auto_submit: boolean;
309
310
  default_value_func: string;
310
311
  type: DashboardFilterType;
311
312
  config: any;
312
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
313
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
313
314
  readonly contentModel: any;
314
315
  readonly filters: any;
315
316
  readonly value: any;
@@ -327,7 +328,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
327
328
  order: number;
328
329
  config: any;
329
330
  auto_submit: boolean;
330
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
331
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
331
332
  default_value_func: string;
332
333
  };
333
334
  readonly visibleInViewsIDSet: Set<string>;
@@ -342,16 +343,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
342
343
  setVisibleInViewsIDs(ids: string[]): void;
343
344
  setAutoSubmit(v: boolean): void;
344
345
  setDefaultValueFunc(v: string): void;
345
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
346
- id: import("mobx-state-tree").ISimpleType<string>;
347
- key: import("mobx-state-tree").ISimpleType<string>;
348
- label: import("mobx-state-tree").ISimpleType<string>;
349
- order: import("mobx-state-tree").ISimpleType<number>;
350
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
351
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
352
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
353
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
354
- config: import("mobx-state-tree").ITypeUnion<any, {
346
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
347
+ id: import('mobx-state-tree').ISimpleType<string>;
348
+ key: import('mobx-state-tree').ISimpleType<string>;
349
+ label: import('mobx-state-tree').ISimpleType<string>;
350
+ order: import('mobx-state-tree').ISimpleType<number>;
351
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
352
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
353
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
354
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
355
+ config: import('mobx-state-tree').ITypeUnion<any, {
355
356
  default_value: (string | null)[];
356
357
  required: boolean;
357
358
  _name: "date-range";
@@ -367,81 +368,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
367
368
  inputFormat: "YYYY/MM/DD";
368
369
  default_shortcut: string;
369
370
  default_step: string;
370
- } | import("mobx-state-tree").ModelSnapshotType<{
371
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
372
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
373
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
374
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
371
+ } | import('mobx-state-tree').ModelSnapshotType<{
372
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
373
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
374
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
375
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
375
376
  } & {
376
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
377
- label: import("mobx-state-tree").ISimpleType<string>;
378
- value: import("mobx-state-tree").ISimpleType<string>;
377
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
378
+ label: import('mobx-state-tree').ISimpleType<string>;
379
+ value: import('mobx-state-tree').ISimpleType<string>;
379
380
  }, {
380
381
  setLabel(label: string): void;
381
382
  setValue(value: string): void;
382
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
383
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
384
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
385
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
386
- }> | import("mobx-state-tree").ModelSnapshotType<{
387
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
388
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
389
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
383
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
384
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
385
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
386
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
387
+ }> | import('mobx-state-tree').ModelSnapshotType<{
388
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
389
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
390
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
390
391
  } & {
391
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
392
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
392
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
393
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
393
394
  } & {
394
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
395
- label: import("mobx-state-tree").ISimpleType<string>;
396
- value: import("mobx-state-tree").ISimpleType<string>;
395
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
396
+ label: import('mobx-state-tree').ISimpleType<string>;
397
+ value: import('mobx-state-tree').ISimpleType<string>;
397
398
  }, {
398
399
  setLabel(label: string): void;
399
400
  setValue(value: string): void;
400
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
401
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
402
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
403
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
404
- }> | import("mobx-state-tree").ModelSnapshotType<{
405
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
406
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
401
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
402
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
403
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
404
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
405
+ }> | import('mobx-state-tree').ModelSnapshotType<{
406
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
407
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
407
408
  } & {
408
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
409
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
409
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
410
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
410
411
  } & {
411
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
412
- label: import("mobx-state-tree").ISimpleType<string>;
413
- value: import("mobx-state-tree").ISimpleType<string>;
412
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
413
+ label: import('mobx-state-tree').ISimpleType<string>;
414
+ value: import('mobx-state-tree').ISimpleType<string>;
414
415
  }, {
415
416
  setLabel(label: string): void;
416
417
  setValue(value: string): void;
417
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
418
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
419
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
420
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
421
- }> | import("mobx-state-tree").ModelSnapshotType<{
422
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
423
- required: import("mobx-state-tree").ISimpleType<boolean>;
424
- default_value: import("mobx-state-tree").ISimpleType<string>;
425
- }> | import("mobx-state-tree").ModelSnapshotType<{
426
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
427
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
428
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
429
- }> | import("mobx-state-tree").ModelSnapshotType<{
430
- _name: import("mobx-state-tree").ISimpleType<"select">;
431
- default_value: import("mobx-state-tree").ISimpleType<string>;
432
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
433
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
418
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
419
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
420
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
421
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
422
+ }> | import('mobx-state-tree').ModelSnapshotType<{
423
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
424
+ required: import('mobx-state-tree').ISimpleType<boolean>;
425
+ default_value: import('mobx-state-tree').ISimpleType<string>;
426
+ }> | import('mobx-state-tree').ModelSnapshotType<{
427
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
428
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
429
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
430
+ }> | import('mobx-state-tree').ModelSnapshotType<{
431
+ _name: import('mobx-state-tree').ISimpleType<"select">;
432
+ default_value: import('mobx-state-tree').ISimpleType<string>;
433
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
434
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
434
435
  } & {
435
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
436
- label: import("mobx-state-tree").ISimpleType<string>;
437
- value: import("mobx-state-tree").ISimpleType<string>;
436
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
437
+ label: import('mobx-state-tree').ISimpleType<string>;
438
+ value: import('mobx-state-tree').ISimpleType<string>;
438
439
  }, {
439
440
  setLabel(label: string): void;
440
441
  setValue(value: string): void;
441
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
442
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
443
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
444
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
442
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
443
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
444
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
445
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
445
446
  }>, any>;
446
447
  }, {
447
448
  readonly contentModel: any;
@@ -461,7 +462,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
461
462
  order: number;
462
463
  config: any;
463
464
  auto_submit: boolean;
464
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
465
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
465
466
  default_value_func: string;
466
467
  };
467
468
  readonly visibleInViewsIDSet: Set<string>;
@@ -476,18 +477,18 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
476
477
  setVisibleInViewsIDs(ids: string[]): void;
477
478
  setAutoSubmit(v: boolean): void;
478
479
  setDefaultValueFunc(v: string): void;
479
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
480
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>) | undefined;
480
481
  findByKey(key: string): ({
481
482
  id: string;
482
483
  key: string;
483
484
  label: string;
484
485
  order: number;
485
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
486
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
486
487
  auto_submit: boolean;
487
488
  default_value_func: string;
488
489
  type: DashboardFilterType;
489
490
  config: any;
490
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
491
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
491
492
  readonly contentModel: any;
492
493
  readonly filters: any;
493
494
  readonly value: any;
@@ -505,7 +506,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
505
506
  order: number;
506
507
  config: any;
507
508
  auto_submit: boolean;
508
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
509
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
509
510
  default_value_func: string;
510
511
  };
511
512
  readonly visibleInViewsIDSet: Set<string>;
@@ -520,16 +521,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
520
521
  setVisibleInViewsIDs(ids: string[]): void;
521
522
  setAutoSubmit(v: boolean): void;
522
523
  setDefaultValueFunc(v: string): void;
523
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
524
- id: import("mobx-state-tree").ISimpleType<string>;
525
- key: import("mobx-state-tree").ISimpleType<string>;
526
- label: import("mobx-state-tree").ISimpleType<string>;
527
- order: import("mobx-state-tree").ISimpleType<number>;
528
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
529
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
530
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
531
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
532
- config: import("mobx-state-tree").ITypeUnion<any, {
524
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
525
+ id: import('mobx-state-tree').ISimpleType<string>;
526
+ key: import('mobx-state-tree').ISimpleType<string>;
527
+ label: import('mobx-state-tree').ISimpleType<string>;
528
+ order: import('mobx-state-tree').ISimpleType<number>;
529
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
530
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
531
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
532
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
533
+ config: import('mobx-state-tree').ITypeUnion<any, {
533
534
  default_value: (string | null)[];
534
535
  required: boolean;
535
536
  _name: "date-range";
@@ -545,81 +546,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
545
546
  inputFormat: "YYYY/MM/DD";
546
547
  default_shortcut: string;
547
548
  default_step: string;
548
- } | import("mobx-state-tree").ModelSnapshotType<{
549
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
550
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
551
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
552
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
549
+ } | import('mobx-state-tree').ModelSnapshotType<{
550
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
551
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
552
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
553
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
553
554
  } & {
554
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
555
- label: import("mobx-state-tree").ISimpleType<string>;
556
- value: import("mobx-state-tree").ISimpleType<string>;
555
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
556
+ label: import('mobx-state-tree').ISimpleType<string>;
557
+ value: import('mobx-state-tree').ISimpleType<string>;
557
558
  }, {
558
559
  setLabel(label: string): void;
559
560
  setValue(value: string): void;
560
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
561
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
562
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
563
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
564
- }> | import("mobx-state-tree").ModelSnapshotType<{
565
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
566
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
567
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
561
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
562
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
563
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
564
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
565
+ }> | import('mobx-state-tree').ModelSnapshotType<{
566
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
567
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
568
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
568
569
  } & {
569
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
570
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
570
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
571
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
571
572
  } & {
572
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
573
- label: import("mobx-state-tree").ISimpleType<string>;
574
- value: import("mobx-state-tree").ISimpleType<string>;
573
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
574
+ label: import('mobx-state-tree').ISimpleType<string>;
575
+ value: import('mobx-state-tree').ISimpleType<string>;
575
576
  }, {
576
577
  setLabel(label: string): void;
577
578
  setValue(value: string): void;
578
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
579
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
580
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
581
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
582
- }> | import("mobx-state-tree").ModelSnapshotType<{
583
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
584
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
579
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
580
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
581
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
582
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
583
+ }> | import('mobx-state-tree').ModelSnapshotType<{
584
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
585
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
585
586
  } & {
586
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
587
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
587
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
588
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
588
589
  } & {
589
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
590
- label: import("mobx-state-tree").ISimpleType<string>;
591
- value: import("mobx-state-tree").ISimpleType<string>;
590
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
591
+ label: import('mobx-state-tree').ISimpleType<string>;
592
+ value: import('mobx-state-tree').ISimpleType<string>;
592
593
  }, {
593
594
  setLabel(label: string): void;
594
595
  setValue(value: string): void;
595
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
596
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
597
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
598
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
599
- }> | import("mobx-state-tree").ModelSnapshotType<{
600
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
601
- required: import("mobx-state-tree").ISimpleType<boolean>;
602
- default_value: import("mobx-state-tree").ISimpleType<string>;
603
- }> | import("mobx-state-tree").ModelSnapshotType<{
604
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
605
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
606
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
607
- }> | import("mobx-state-tree").ModelSnapshotType<{
608
- _name: import("mobx-state-tree").ISimpleType<"select">;
609
- default_value: import("mobx-state-tree").ISimpleType<string>;
610
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
611
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
596
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
597
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
598
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
599
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
600
+ }> | import('mobx-state-tree').ModelSnapshotType<{
601
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
602
+ required: import('mobx-state-tree').ISimpleType<boolean>;
603
+ default_value: import('mobx-state-tree').ISimpleType<string>;
604
+ }> | import('mobx-state-tree').ModelSnapshotType<{
605
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
606
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
607
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
608
+ }> | import('mobx-state-tree').ModelSnapshotType<{
609
+ _name: import('mobx-state-tree').ISimpleType<"select">;
610
+ default_value: import('mobx-state-tree').ISimpleType<string>;
611
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
612
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
612
613
  } & {
613
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
614
- label: import("mobx-state-tree").ISimpleType<string>;
615
- value: import("mobx-state-tree").ISimpleType<string>;
614
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
615
+ label: import('mobx-state-tree').ISimpleType<string>;
616
+ value: import('mobx-state-tree').ISimpleType<string>;
616
617
  }, {
617
618
  setLabel(label: string): void;
618
619
  setValue(value: string): void;
619
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
620
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
621
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
622
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
620
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
621
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
622
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
623
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
623
624
  }>, any>;
624
625
  }, {
625
626
  readonly contentModel: any;
@@ -639,7 +640,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
639
640
  order: number;
640
641
  config: any;
641
642
  auto_submit: boolean;
642
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
643
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
643
644
  default_value_func: string;
644
645
  };
645
646
  readonly visibleInViewsIDSet: Set<string>;
@@ -654,18 +655,18 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
654
655
  setVisibleInViewsIDs(ids: string[]): void;
655
656
  setAutoSubmit(v: boolean): void;
656
657
  setDefaultValueFunc(v: string): void;
657
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
658
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>) | undefined;
658
659
  findByIDSet(idset: Set<string>): ({
659
660
  id: string;
660
661
  key: string;
661
662
  label: string;
662
663
  order: number;
663
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
664
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
664
665
  auto_submit: boolean;
665
666
  default_value_func: string;
666
667
  type: DashboardFilterType;
667
668
  config: any;
668
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
669
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
669
670
  readonly contentModel: any;
670
671
  readonly filters: any;
671
672
  readonly value: any;
@@ -683,7 +684,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
683
684
  order: number;
684
685
  config: any;
685
686
  auto_submit: boolean;
686
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
687
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
687
688
  default_value_func: string;
688
689
  };
689
690
  readonly visibleInViewsIDSet: Set<string>;
@@ -698,16 +699,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
698
699
  setVisibleInViewsIDs(ids: string[]): void;
699
700
  setAutoSubmit(v: boolean): void;
700
701
  setDefaultValueFunc(v: string): void;
701
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
702
- id: import("mobx-state-tree").ISimpleType<string>;
703
- key: import("mobx-state-tree").ISimpleType<string>;
704
- label: import("mobx-state-tree").ISimpleType<string>;
705
- order: import("mobx-state-tree").ISimpleType<number>;
706
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
707
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
708
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
709
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
710
- config: import("mobx-state-tree").ITypeUnion<any, {
702
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
703
+ id: import('mobx-state-tree').ISimpleType<string>;
704
+ key: import('mobx-state-tree').ISimpleType<string>;
705
+ label: import('mobx-state-tree').ISimpleType<string>;
706
+ order: import('mobx-state-tree').ISimpleType<number>;
707
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
708
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
709
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
710
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
711
+ config: import('mobx-state-tree').ITypeUnion<any, {
711
712
  default_value: (string | null)[];
712
713
  required: boolean;
713
714
  _name: "date-range";
@@ -723,81 +724,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
723
724
  inputFormat: "YYYY/MM/DD";
724
725
  default_shortcut: string;
725
726
  default_step: string;
726
- } | import("mobx-state-tree").ModelSnapshotType<{
727
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
728
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
729
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
730
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
727
+ } | import('mobx-state-tree').ModelSnapshotType<{
728
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
729
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
730
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
731
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
731
732
  } & {
732
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
733
- label: import("mobx-state-tree").ISimpleType<string>;
734
- value: import("mobx-state-tree").ISimpleType<string>;
733
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
734
+ label: import('mobx-state-tree').ISimpleType<string>;
735
+ value: import('mobx-state-tree').ISimpleType<string>;
735
736
  }, {
736
737
  setLabel(label: string): void;
737
738
  setValue(value: string): void;
738
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
739
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
740
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
741
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
742
- }> | import("mobx-state-tree").ModelSnapshotType<{
743
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
744
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
745
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
739
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
740
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
741
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
742
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
743
+ }> | import('mobx-state-tree').ModelSnapshotType<{
744
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
745
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
746
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
746
747
  } & {
747
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
748
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
748
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
749
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
749
750
  } & {
750
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
751
- label: import("mobx-state-tree").ISimpleType<string>;
752
- value: import("mobx-state-tree").ISimpleType<string>;
751
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
752
+ label: import('mobx-state-tree').ISimpleType<string>;
753
+ value: import('mobx-state-tree').ISimpleType<string>;
753
754
  }, {
754
755
  setLabel(label: string): void;
755
756
  setValue(value: string): void;
756
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
757
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
758
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
759
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
760
- }> | import("mobx-state-tree").ModelSnapshotType<{
761
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
762
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
757
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
758
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
759
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
760
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
761
+ }> | import('mobx-state-tree').ModelSnapshotType<{
762
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
763
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
763
764
  } & {
764
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
765
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
765
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
766
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
766
767
  } & {
767
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
768
- label: import("mobx-state-tree").ISimpleType<string>;
769
- value: import("mobx-state-tree").ISimpleType<string>;
768
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
769
+ label: import('mobx-state-tree').ISimpleType<string>;
770
+ value: import('mobx-state-tree').ISimpleType<string>;
770
771
  }, {
771
772
  setLabel(label: string): void;
772
773
  setValue(value: string): void;
773
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
774
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
775
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
776
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
777
- }> | import("mobx-state-tree").ModelSnapshotType<{
778
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
779
- required: import("mobx-state-tree").ISimpleType<boolean>;
780
- default_value: import("mobx-state-tree").ISimpleType<string>;
781
- }> | import("mobx-state-tree").ModelSnapshotType<{
782
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
783
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
784
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
785
- }> | import("mobx-state-tree").ModelSnapshotType<{
786
- _name: import("mobx-state-tree").ISimpleType<"select">;
787
- default_value: import("mobx-state-tree").ISimpleType<string>;
788
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
789
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
774
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
775
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
776
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
777
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
778
+ }> | import('mobx-state-tree').ModelSnapshotType<{
779
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
780
+ required: import('mobx-state-tree').ISimpleType<boolean>;
781
+ default_value: import('mobx-state-tree').ISimpleType<string>;
782
+ }> | import('mobx-state-tree').ModelSnapshotType<{
783
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
784
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
785
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
786
+ }> | import('mobx-state-tree').ModelSnapshotType<{
787
+ _name: import('mobx-state-tree').ISimpleType<"select">;
788
+ default_value: import('mobx-state-tree').ISimpleType<string>;
789
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
790
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
790
791
  } & {
791
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
792
- label: import("mobx-state-tree").ISimpleType<string>;
793
- value: import("mobx-state-tree").ISimpleType<string>;
792
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
793
+ label: import('mobx-state-tree').ISimpleType<string>;
794
+ value: import('mobx-state-tree').ISimpleType<string>;
794
795
  }, {
795
796
  setLabel(label: string): void;
796
797
  setValue(value: string): void;
797
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
798
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
799
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
800
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
798
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
799
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
800
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
801
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
801
802
  }>, any>;
802
803
  }, {
803
804
  readonly contentModel: any;
@@ -817,7 +818,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
817
818
  order: number;
818
819
  config: any;
819
820
  auto_submit: boolean;
820
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
821
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
821
822
  default_value_func: string;
822
823
  };
823
824
  readonly visibleInViewsIDSet: Set<string>;
@@ -832,18 +833,18 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
832
833
  setVisibleInViewsIDs(ids: string[]): void;
833
834
  setAutoSubmit(v: boolean): void;
834
835
  setDefaultValueFunc(v: string): void;
835
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
836
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>)[];
836
837
  readonly inOrder: ({
837
838
  id: string;
838
839
  key: string;
839
840
  label: string;
840
841
  order: number;
841
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
842
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
842
843
  auto_submit: boolean;
843
844
  default_value_func: string;
844
845
  type: DashboardFilterType;
845
846
  config: any;
846
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
847
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
847
848
  readonly contentModel: any;
848
849
  readonly filters: any;
849
850
  readonly value: any;
@@ -861,7 +862,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
861
862
  order: number;
862
863
  config: any;
863
864
  auto_submit: boolean;
864
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
865
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
865
866
  default_value_func: string;
866
867
  };
867
868
  readonly visibleInViewsIDSet: Set<string>;
@@ -876,16 +877,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
876
877
  setVisibleInViewsIDs(ids: string[]): void;
877
878
  setAutoSubmit(v: boolean): void;
878
879
  setDefaultValueFunc(v: string): void;
879
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
880
- id: import("mobx-state-tree").ISimpleType<string>;
881
- key: import("mobx-state-tree").ISimpleType<string>;
882
- label: import("mobx-state-tree").ISimpleType<string>;
883
- order: import("mobx-state-tree").ISimpleType<number>;
884
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
885
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
886
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
887
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
888
- config: import("mobx-state-tree").ITypeUnion<any, {
880
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
881
+ id: import('mobx-state-tree').ISimpleType<string>;
882
+ key: import('mobx-state-tree').ISimpleType<string>;
883
+ label: import('mobx-state-tree').ISimpleType<string>;
884
+ order: import('mobx-state-tree').ISimpleType<number>;
885
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
886
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
887
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
888
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
889
+ config: import('mobx-state-tree').ITypeUnion<any, {
889
890
  default_value: (string | null)[];
890
891
  required: boolean;
891
892
  _name: "date-range";
@@ -901,81 +902,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
901
902
  inputFormat: "YYYY/MM/DD";
902
903
  default_shortcut: string;
903
904
  default_step: string;
904
- } | import("mobx-state-tree").ModelSnapshotType<{
905
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
906
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
907
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
908
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
905
+ } | import('mobx-state-tree').ModelSnapshotType<{
906
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
907
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
908
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
909
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
909
910
  } & {
910
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
911
- label: import("mobx-state-tree").ISimpleType<string>;
912
- value: import("mobx-state-tree").ISimpleType<string>;
911
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
912
+ label: import('mobx-state-tree').ISimpleType<string>;
913
+ value: import('mobx-state-tree').ISimpleType<string>;
913
914
  }, {
914
915
  setLabel(label: string): void;
915
916
  setValue(value: string): void;
916
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
917
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
918
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
919
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
920
- }> | import("mobx-state-tree").ModelSnapshotType<{
921
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
922
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
923
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
917
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
918
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
919
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
920
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
921
+ }> | import('mobx-state-tree').ModelSnapshotType<{
922
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
923
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
924
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
924
925
  } & {
925
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
926
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
926
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
927
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
927
928
  } & {
928
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
929
- label: import("mobx-state-tree").ISimpleType<string>;
930
- value: import("mobx-state-tree").ISimpleType<string>;
929
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
930
+ label: import('mobx-state-tree').ISimpleType<string>;
931
+ value: import('mobx-state-tree').ISimpleType<string>;
931
932
  }, {
932
933
  setLabel(label: string): void;
933
934
  setValue(value: string): void;
934
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
935
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
936
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
937
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
938
- }> | import("mobx-state-tree").ModelSnapshotType<{
939
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
940
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
935
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
936
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
937
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
938
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
939
+ }> | import('mobx-state-tree').ModelSnapshotType<{
940
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
941
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
941
942
  } & {
942
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
943
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
943
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
944
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
944
945
  } & {
945
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
946
- label: import("mobx-state-tree").ISimpleType<string>;
947
- value: import("mobx-state-tree").ISimpleType<string>;
946
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
947
+ label: import('mobx-state-tree').ISimpleType<string>;
948
+ value: import('mobx-state-tree').ISimpleType<string>;
948
949
  }, {
949
950
  setLabel(label: string): void;
950
951
  setValue(value: string): void;
951
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
952
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
953
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
954
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
955
- }> | import("mobx-state-tree").ModelSnapshotType<{
956
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
957
- required: import("mobx-state-tree").ISimpleType<boolean>;
958
- default_value: import("mobx-state-tree").ISimpleType<string>;
959
- }> | import("mobx-state-tree").ModelSnapshotType<{
960
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
961
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
962
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
963
- }> | import("mobx-state-tree").ModelSnapshotType<{
964
- _name: import("mobx-state-tree").ISimpleType<"select">;
965
- default_value: import("mobx-state-tree").ISimpleType<string>;
966
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
967
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
952
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
953
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
954
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
955
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
956
+ }> | import('mobx-state-tree').ModelSnapshotType<{
957
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
958
+ required: import('mobx-state-tree').ISimpleType<boolean>;
959
+ default_value: import('mobx-state-tree').ISimpleType<string>;
960
+ }> | import('mobx-state-tree').ModelSnapshotType<{
961
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
962
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
963
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
964
+ }> | import('mobx-state-tree').ModelSnapshotType<{
965
+ _name: import('mobx-state-tree').ISimpleType<"select">;
966
+ default_value: import('mobx-state-tree').ISimpleType<string>;
967
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
968
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
968
969
  } & {
969
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
970
- label: import("mobx-state-tree").ISimpleType<string>;
971
- value: import("mobx-state-tree").ISimpleType<string>;
970
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
971
+ label: import('mobx-state-tree').ISimpleType<string>;
972
+ value: import('mobx-state-tree').ISimpleType<string>;
972
973
  }, {
973
974
  setLabel(label: string): void;
974
975
  setValue(value: string): void;
975
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
976
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
977
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
978
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
976
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
977
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
978
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
979
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
979
980
  }>, any>;
980
981
  }, {
981
982
  readonly contentModel: any;
@@ -995,7 +996,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
995
996
  order: number;
996
997
  config: any;
997
998
  auto_submit: boolean;
998
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
999
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
999
1000
  default_value_func: string;
1000
1001
  };
1001
1002
  readonly visibleInViewsIDSet: Set<string>;
@@ -1010,19 +1011,19 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1010
1011
  setVisibleInViewsIDs(ids: string[]): void;
1011
1012
  setAutoSubmit(v: boolean): void;
1012
1013
  setDefaultValueFunc(v: string): void;
1013
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
1014
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>)[];
1014
1015
  readonly empty: boolean;
1015
1016
  visibleInView(viewID: string): ({
1016
1017
  id: string;
1017
1018
  key: string;
1018
1019
  label: string;
1019
1020
  order: number;
1020
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1021
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
1021
1022
  auto_submit: boolean;
1022
1023
  default_value_func: string;
1023
1024
  type: DashboardFilterType;
1024
1025
  config: any;
1025
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1026
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
1026
1027
  readonly contentModel: any;
1027
1028
  readonly filters: any;
1028
1029
  readonly value: any;
@@ -1040,7 +1041,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1040
1041
  order: number;
1041
1042
  config: any;
1042
1043
  auto_submit: boolean;
1043
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1044
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
1044
1045
  default_value_func: string;
1045
1046
  };
1046
1047
  readonly visibleInViewsIDSet: Set<string>;
@@ -1055,16 +1056,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1055
1056
  setVisibleInViewsIDs(ids: string[]): void;
1056
1057
  setAutoSubmit(v: boolean): void;
1057
1058
  setDefaultValueFunc(v: string): void;
1058
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1059
- id: import("mobx-state-tree").ISimpleType<string>;
1060
- key: import("mobx-state-tree").ISimpleType<string>;
1061
- label: import("mobx-state-tree").ISimpleType<string>;
1062
- order: import("mobx-state-tree").ISimpleType<number>;
1063
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1064
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1065
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1066
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
1067
- config: import("mobx-state-tree").ITypeUnion<any, {
1059
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
1060
+ id: import('mobx-state-tree').ISimpleType<string>;
1061
+ key: import('mobx-state-tree').ISimpleType<string>;
1062
+ label: import('mobx-state-tree').ISimpleType<string>;
1063
+ order: import('mobx-state-tree').ISimpleType<number>;
1064
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
1065
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1066
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1067
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
1068
+ config: import('mobx-state-tree').ITypeUnion<any, {
1068
1069
  default_value: (string | null)[];
1069
1070
  required: boolean;
1070
1071
  _name: "date-range";
@@ -1080,81 +1081,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1080
1081
  inputFormat: "YYYY/MM/DD";
1081
1082
  default_shortcut: string;
1082
1083
  default_step: string;
1083
- } | import("mobx-state-tree").ModelSnapshotType<{
1084
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
1085
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1086
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1087
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1084
+ } | import('mobx-state-tree').ModelSnapshotType<{
1085
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
1086
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1087
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1088
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1088
1089
  } & {
1089
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1090
- label: import("mobx-state-tree").ISimpleType<string>;
1091
- value: import("mobx-state-tree").ISimpleType<string>;
1090
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1091
+ label: import('mobx-state-tree').ISimpleType<string>;
1092
+ value: import('mobx-state-tree').ISimpleType<string>;
1092
1093
  }, {
1093
1094
  setLabel(label: string): void;
1094
1095
  setValue(value: string): void;
1095
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1096
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1097
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1098
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1099
- }> | import("mobx-state-tree").ModelSnapshotType<{
1100
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
1101
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1102
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1096
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1097
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1098
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1099
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1100
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1101
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
1102
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1103
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1103
1104
  } & {
1104
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1105
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1105
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1106
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1106
1107
  } & {
1107
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1108
- label: import("mobx-state-tree").ISimpleType<string>;
1109
- value: import("mobx-state-tree").ISimpleType<string>;
1108
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1109
+ label: import('mobx-state-tree').ISimpleType<string>;
1110
+ value: import('mobx-state-tree').ISimpleType<string>;
1110
1111
  }, {
1111
1112
  setLabel(label: string): void;
1112
1113
  setValue(value: string): void;
1113
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1114
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1115
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1116
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1117
- }> | import("mobx-state-tree").ModelSnapshotType<{
1118
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
1119
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1114
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1115
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1116
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1117
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1118
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1119
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
1120
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1120
1121
  } & {
1121
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1122
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1122
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1123
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1123
1124
  } & {
1124
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1125
- label: import("mobx-state-tree").ISimpleType<string>;
1126
- value: import("mobx-state-tree").ISimpleType<string>;
1125
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1126
+ label: import('mobx-state-tree').ISimpleType<string>;
1127
+ value: import('mobx-state-tree').ISimpleType<string>;
1127
1128
  }, {
1128
1129
  setLabel(label: string): void;
1129
1130
  setValue(value: string): void;
1130
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1131
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1132
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1133
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1134
- }> | import("mobx-state-tree").ModelSnapshotType<{
1135
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
1136
- required: import("mobx-state-tree").ISimpleType<boolean>;
1137
- default_value: import("mobx-state-tree").ISimpleType<string>;
1138
- }> | import("mobx-state-tree").ModelSnapshotType<{
1139
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
1140
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1141
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
1142
- }> | import("mobx-state-tree").ModelSnapshotType<{
1143
- _name: import("mobx-state-tree").ISimpleType<"select">;
1144
- default_value: import("mobx-state-tree").ISimpleType<string>;
1145
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1146
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1131
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1132
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1133
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1134
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1135
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1136
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
1137
+ required: import('mobx-state-tree').ISimpleType<boolean>;
1138
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1139
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1140
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
1141
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1142
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
1143
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1144
+ _name: import('mobx-state-tree').ISimpleType<"select">;
1145
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1146
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1147
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1147
1148
  } & {
1148
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1149
- label: import("mobx-state-tree").ISimpleType<string>;
1150
- value: import("mobx-state-tree").ISimpleType<string>;
1149
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1150
+ label: import('mobx-state-tree').ISimpleType<string>;
1151
+ value: import('mobx-state-tree').ISimpleType<string>;
1151
1152
  }, {
1152
1153
  setLabel(label: string): void;
1153
1154
  setValue(value: string): void;
1154
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1155
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1156
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1157
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1155
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1156
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1157
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1158
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1158
1159
  }>, any>;
1159
1160
  }, {
1160
1161
  readonly contentModel: any;
@@ -1174,7 +1175,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1174
1175
  order: number;
1175
1176
  config: any;
1176
1177
  auto_submit: boolean;
1177
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1178
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
1178
1179
  default_value_func: string;
1179
1180
  };
1180
1181
  readonly visibleInViewsIDSet: Set<string>;
@@ -1189,12 +1190,12 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1189
1190
  setVisibleInViewsIDs(ids: string[]): void;
1190
1191
  setAutoSubmit(v: boolean): void;
1191
1192
  setDefaultValueFunc(v: string): void;
1192
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
1193
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>)[];
1193
1194
  readonly firstFilterValueKey: string;
1194
1195
  readonly keySet: Set<string>;
1195
1196
  readonly keyLabelMap: Record<string, string>;
1196
1197
  readonly keyIDMap: Record<string, string>;
1197
- getSelectOption(id: string): import("../../../model/meta-model/dashboard/content/filter/widgets/select-base").TSelectOption | null | undefined;
1198
+ getSelectOption(id: string): import('../../../model/meta-model/dashboard/content/filter/widgets/select-base').TSelectOption | null | undefined;
1198
1199
  } & {
1199
1200
  setValues(values: Record<string, any>): void;
1200
1201
  patchValues(values: import('../../../model').FilterValuesType): void;
@@ -1228,12 +1229,12 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1228
1229
  key: string;
1229
1230
  label: string;
1230
1231
  order: number;
1231
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1232
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
1232
1233
  auto_submit: boolean;
1233
1234
  default_value_func: string;
1234
1235
  type: DashboardFilterType;
1235
1236
  config: any;
1236
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1237
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
1237
1238
  readonly contentModel: any;
1238
1239
  readonly filters: any;
1239
1240
  readonly value: any;
@@ -1251,7 +1252,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1251
1252
  order: number;
1252
1253
  config: any;
1253
1254
  auto_submit: boolean;
1254
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1255
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
1255
1256
  default_value_func: string;
1256
1257
  };
1257
1258
  readonly visibleInViewsIDSet: Set<string>;
@@ -1266,16 +1267,16 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1266
1267
  setVisibleInViewsIDs(ids: string[]): void;
1267
1268
  setAutoSubmit(v: boolean): void;
1268
1269
  setDefaultValueFunc(v: string): void;
1269
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1270
- id: import("mobx-state-tree").ISimpleType<string>;
1271
- key: import("mobx-state-tree").ISimpleType<string>;
1272
- label: import("mobx-state-tree").ISimpleType<string>;
1273
- order: import("mobx-state-tree").ISimpleType<number>;
1274
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1275
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1276
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1277
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
1278
- config: import("mobx-state-tree").ITypeUnion<any, {
1270
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
1271
+ id: import('mobx-state-tree').ISimpleType<string>;
1272
+ key: import('mobx-state-tree').ISimpleType<string>;
1273
+ label: import('mobx-state-tree').ISimpleType<string>;
1274
+ order: import('mobx-state-tree').ISimpleType<number>;
1275
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
1276
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1277
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1278
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
1279
+ config: import('mobx-state-tree').ITypeUnion<any, {
1279
1280
  default_value: (string | null)[];
1280
1281
  required: boolean;
1281
1282
  _name: "date-range";
@@ -1291,81 +1292,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1291
1292
  inputFormat: "YYYY/MM/DD";
1292
1293
  default_shortcut: string;
1293
1294
  default_step: string;
1294
- } | import("mobx-state-tree").ModelSnapshotType<{
1295
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
1296
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1297
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1298
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1295
+ } | import('mobx-state-tree').ModelSnapshotType<{
1296
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
1297
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1298
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1299
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1299
1300
  } & {
1300
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1301
- label: import("mobx-state-tree").ISimpleType<string>;
1302
- value: import("mobx-state-tree").ISimpleType<string>;
1301
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1302
+ label: import('mobx-state-tree').ISimpleType<string>;
1303
+ value: import('mobx-state-tree').ISimpleType<string>;
1303
1304
  }, {
1304
1305
  setLabel(label: string): void;
1305
1306
  setValue(value: string): void;
1306
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1307
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1308
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1309
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1310
- }> | import("mobx-state-tree").ModelSnapshotType<{
1311
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
1312
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1313
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1307
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1308
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1309
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1310
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1311
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1312
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
1313
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1314
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1314
1315
  } & {
1315
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1316
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1316
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1317
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1317
1318
  } & {
1318
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1319
- label: import("mobx-state-tree").ISimpleType<string>;
1320
- value: import("mobx-state-tree").ISimpleType<string>;
1319
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1320
+ label: import('mobx-state-tree').ISimpleType<string>;
1321
+ value: import('mobx-state-tree').ISimpleType<string>;
1321
1322
  }, {
1322
1323
  setLabel(label: string): void;
1323
1324
  setValue(value: string): void;
1324
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1325
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1326
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1327
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1328
- }> | import("mobx-state-tree").ModelSnapshotType<{
1329
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
1330
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1325
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1326
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1327
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1328
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1329
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1330
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
1331
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1331
1332
  } & {
1332
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1333
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1333
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1334
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1334
1335
  } & {
1335
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1336
- label: import("mobx-state-tree").ISimpleType<string>;
1337
- value: import("mobx-state-tree").ISimpleType<string>;
1336
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1337
+ label: import('mobx-state-tree').ISimpleType<string>;
1338
+ value: import('mobx-state-tree').ISimpleType<string>;
1338
1339
  }, {
1339
1340
  setLabel(label: string): void;
1340
1341
  setValue(value: string): void;
1341
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1342
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1343
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1344
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1345
- }> | import("mobx-state-tree").ModelSnapshotType<{
1346
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
1347
- required: import("mobx-state-tree").ISimpleType<boolean>;
1348
- default_value: import("mobx-state-tree").ISimpleType<string>;
1349
- }> | import("mobx-state-tree").ModelSnapshotType<{
1350
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
1351
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1352
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
1353
- }> | import("mobx-state-tree").ModelSnapshotType<{
1354
- _name: import("mobx-state-tree").ISimpleType<"select">;
1355
- default_value: import("mobx-state-tree").ISimpleType<string>;
1356
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1357
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1342
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1343
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1344
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1345
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1346
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1347
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
1348
+ required: import('mobx-state-tree').ISimpleType<boolean>;
1349
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1350
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1351
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
1352
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1353
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
1354
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1355
+ _name: import('mobx-state-tree').ISimpleType<"select">;
1356
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1357
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1358
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1358
1359
  } & {
1359
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1360
- label: import("mobx-state-tree").ISimpleType<string>;
1361
- value: import("mobx-state-tree").ISimpleType<string>;
1360
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1361
+ label: import('mobx-state-tree').ISimpleType<string>;
1362
+ value: import('mobx-state-tree').ISimpleType<string>;
1362
1363
  }, {
1363
1364
  setLabel(label: string): void;
1364
1365
  setValue(value: string): void;
1365
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1366
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1367
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1368
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1366
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1367
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1368
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1369
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1369
1370
  }>, any>;
1370
1371
  }, {
1371
1372
  readonly contentModel: any;
@@ -1385,7 +1386,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1385
1386
  order: number;
1386
1387
  config: any;
1387
1388
  auto_submit: boolean;
1388
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1389
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
1389
1390
  default_value_func: string;
1390
1391
  };
1391
1392
  readonly visibleInViewsIDSet: Set<string>;
@@ -1400,18 +1401,18 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1400
1401
  setVisibleInViewsIDs(ids: string[]): void;
1401
1402
  setAutoSubmit(v: boolean): void;
1402
1403
  setDefaultValueFunc(v: string): void;
1403
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>> & {
1404
- readonly usages: import("./filter-model").FilterUsageType[];
1405
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1406
- id: import("mobx-state-tree").ISimpleType<string>;
1407
- key: import("mobx-state-tree").ISimpleType<string>;
1408
- label: import("mobx-state-tree").ISimpleType<string>;
1409
- order: import("mobx-state-tree").ISimpleType<number>;
1410
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1411
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1412
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1413
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
1414
- config: import("mobx-state-tree").ITypeUnion<any, {
1404
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>> & {
1405
+ readonly usages: import('./filter-model').FilterUsageType[];
1406
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
1407
+ id: import('mobx-state-tree').ISimpleType<string>;
1408
+ key: import('mobx-state-tree').ISimpleType<string>;
1409
+ label: import('mobx-state-tree').ISimpleType<string>;
1410
+ order: import('mobx-state-tree').ISimpleType<number>;
1411
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
1412
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1413
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1414
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
1415
+ config: import('mobx-state-tree').ITypeUnion<any, {
1415
1416
  default_value: (string | null)[];
1416
1417
  required: boolean;
1417
1418
  _name: "date-range";
@@ -1427,81 +1428,81 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1427
1428
  inputFormat: "YYYY/MM/DD";
1428
1429
  default_shortcut: string;
1429
1430
  default_step: string;
1430
- } | import("mobx-state-tree").ModelSnapshotType<{
1431
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
1432
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1433
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1434
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1431
+ } | import('mobx-state-tree').ModelSnapshotType<{
1432
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
1433
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1434
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1435
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1435
1436
  } & {
1436
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1437
- label: import("mobx-state-tree").ISimpleType<string>;
1438
- value: import("mobx-state-tree").ISimpleType<string>;
1437
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1438
+ label: import('mobx-state-tree').ISimpleType<string>;
1439
+ value: import('mobx-state-tree').ISimpleType<string>;
1439
1440
  }, {
1440
1441
  setLabel(label: string): void;
1441
1442
  setValue(value: string): void;
1442
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1443
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1444
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1445
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1446
- }> | import("mobx-state-tree").ModelSnapshotType<{
1447
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
1448
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1449
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1443
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1444
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1445
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1446
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1447
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1448
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
1449
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1450
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1450
1451
  } & {
1451
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1452
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1452
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1453
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1453
1454
  } & {
1454
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1455
- label: import("mobx-state-tree").ISimpleType<string>;
1456
- value: import("mobx-state-tree").ISimpleType<string>;
1455
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1456
+ label: import('mobx-state-tree').ISimpleType<string>;
1457
+ value: import('mobx-state-tree').ISimpleType<string>;
1457
1458
  }, {
1458
1459
  setLabel(label: string): void;
1459
1460
  setValue(value: string): void;
1460
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1461
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1462
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1463
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1464
- }> | import("mobx-state-tree").ModelSnapshotType<{
1465
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
1466
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1461
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1462
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1463
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1464
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1465
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1466
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
1467
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1467
1468
  } & {
1468
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1469
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1469
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1470
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../model').DefaultValueMode>, [undefined]>;
1470
1471
  } & {
1471
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1472
- label: import("mobx-state-tree").ISimpleType<string>;
1473
- value: import("mobx-state-tree").ISimpleType<string>;
1472
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1473
+ label: import('mobx-state-tree').ISimpleType<string>;
1474
+ value: import('mobx-state-tree').ISimpleType<string>;
1474
1475
  }, {
1475
1476
  setLabel(label: string): void;
1476
1477
  setValue(value: string): void;
1477
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1478
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1479
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1480
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1481
- }> | import("mobx-state-tree").ModelSnapshotType<{
1482
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
1483
- required: import("mobx-state-tree").ISimpleType<boolean>;
1484
- default_value: import("mobx-state-tree").ISimpleType<string>;
1485
- }> | import("mobx-state-tree").ModelSnapshotType<{
1486
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
1487
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1488
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
1489
- }> | import("mobx-state-tree").ModelSnapshotType<{
1490
- _name: import("mobx-state-tree").ISimpleType<"select">;
1491
- default_value: import("mobx-state-tree").ISimpleType<string>;
1492
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1493
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1478
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1479
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1480
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1481
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1482
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1483
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
1484
+ required: import('mobx-state-tree').ISimpleType<boolean>;
1485
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1486
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1487
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
1488
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1489
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
1490
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1491
+ _name: import('mobx-state-tree').ISimpleType<"select">;
1492
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1493
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1494
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1494
1495
  } & {
1495
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1496
- label: import("mobx-state-tree").ISimpleType<string>;
1497
- value: import("mobx-state-tree").ISimpleType<string>;
1496
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1497
+ label: import('mobx-state-tree').ISimpleType<string>;
1498
+ value: import('mobx-state-tree').ISimpleType<string>;
1498
1499
  }, {
1499
1500
  setLabel(label: string): void;
1500
1501
  setValue(value: string): void;
1501
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1502
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1503
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1504
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1502
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1503
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1504
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1505
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1505
1506
  }>, any>;
1506
1507
  }, {
1507
1508
  readonly contentModel: any;
@@ -1521,7 +1522,7 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1521
1522
  order: number;
1522
1523
  config: any;
1523
1524
  auto_submit: boolean;
1524
- visibleInViewsIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>>;
1525
+ visibleInViewsIDs: import('mobx-state-tree').IMSTArray<import('mobx-state-tree').ISimpleType<string>> & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>>;
1525
1526
  default_value_func: string;
1526
1527
  };
1527
1528
  readonly visibleInViewsIDSet: Set<string>;
@@ -1537,8 +1538,8 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1537
1538
  setAutoSubmit(v: boolean): void;
1538
1539
  setDefaultValueFunc(v: string): void;
1539
1540
  } & {
1540
- readonly usages: import("./filter-model").FilterUsageType[];
1541
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
1541
+ readonly usages: import('./filter-model').FilterUsageType[];
1542
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>)[];
1542
1543
  } & {
1543
1544
  replace(current: Array<FilterMetaInstance>): void;
1544
1545
  append(item: FilterMetaInstance): void;
@@ -1548,6 +1549,6 @@ export declare const FiltersModel: import("mobx-state-tree").IModelType<{
1548
1549
  updatePreviewValues(values: AnyObject): void;
1549
1550
  } & {
1550
1551
  afterCreate(): void;
1551
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1552
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>;
1552
1553
  export type FiltersModelInstance = Instance<typeof FiltersModel>;
1553
1554
  export * from './filter-model';