@devtable/dashboard 14.57.2 → 14.57.4

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