@devtable/dashboard 14.56.0 → 14.56.2

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 (936) hide show
  1. package/dist/api-caller/index.d.ts +3 -2
  2. package/dist/api-caller/request.d.ts +5 -4
  3. package/dist/api-caller/types.d.ts +1 -0
  4. package/dist/components/filter/custom-default-value-editor.d.ts +2 -1
  5. package/dist/components/filter/default-value-mode-selector.d.ts +2 -1
  6. package/dist/components/filter/error-message-or-not-found.d.ts +1 -1
  7. package/dist/components/filter/filter-checkbox/editor.d.ts +2 -1
  8. package/dist/components/filter/filter-checkbox/render.d.ts +3 -3
  9. package/dist/components/filter/filter-date-range/editor.d.ts +2 -2
  10. package/dist/components/filter/filter-date-range/filter-date-range-for-editor-field.d.ts +2 -1
  11. package/dist/components/filter/filter-date-range/render.d.ts +2 -1
  12. package/dist/components/filter/filter-date-range/widget/calendar.d.ts +2 -1
  13. package/dist/components/filter/filter-date-range/widget/count-days.d.ts +2 -1
  14. package/dist/components/filter/filter-date-range/widget/hints.d.ts +1 -1
  15. package/dist/components/filter/filter-date-range/widget/index.d.ts +2 -1
  16. package/dist/components/filter/filter-date-range/widget/shortcuts/index.d.ts +2 -1
  17. package/dist/components/filter/filter-date-range/widget/shortcuts/shortcuts.d.ts +2 -1
  18. package/dist/components/filter/filter-merico-date-range/editor.d.ts +2 -1
  19. package/dist/components/filter/filter-merico-date-range/render.d.ts +2 -1
  20. package/dist/components/filter/filter-merico-date-range/widget/calendar/calendar.d.ts +2 -1
  21. package/dist/components/filter/filter-merico-date-range/widget/calendar/day-picker.d.ts +2 -1
  22. package/dist/components/filter/filter-merico-date-range/widget/calendar/month-picker.d.ts +2 -1
  23. package/dist/components/filter/filter-merico-date-range/widget/calendar/quarter-picker.d.ts +2 -1
  24. package/dist/components/filter/filter-merico-date-range/widget/calendar/use-get-day-props.d.ts +1 -0
  25. package/dist/components/filter/filter-merico-date-range/widget/calendar/utils.d.ts +2 -1
  26. package/dist/components/filter/filter-merico-date-range/widget/calendar/week-picker.d.ts +2 -1
  27. package/dist/components/filter/filter-merico-date-range/widget/count-days.d.ts +2 -1
  28. package/dist/components/filter/filter-merico-date-range/widget/index.d.ts +2 -1
  29. package/dist/components/filter/filter-merico-date-range/widget/select-step.d.ts +3 -2
  30. package/dist/components/filter/filter-merico-date-range/widget/shortcuts/index.d.ts +2 -1
  31. package/dist/components/filter/filter-merico-date-range/widget/shortcuts/shortcuts.d.ts +2 -1
  32. package/dist/components/filter/filter-merico-date-range/widget/utils.d.ts +1 -0
  33. package/dist/components/filter/filter-multi-select/editor.d.ts +2 -2
  34. package/dist/components/filter/filter-multi-select/render/index.d.ts +2 -1
  35. package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -1
  36. package/dist/components/filter/filter-multi-select/render/widget.styles.d.ts +2 -1
  37. package/dist/components/filter/filter-select/editor/editor.d.ts +2 -1
  38. package/dist/components/filter/filter-select/editor/preset-option-series.d.ts +1 -0
  39. package/dist/components/filter/filter-select/editor/static-options.d.ts +2 -1
  40. package/dist/components/filter/filter-select/render.d.ts +2 -1
  41. package/dist/components/filter/filter-settings/filter-setting.d.ts +2 -1
  42. package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -2
  43. package/dist/components/filter/filter-settings/filter-usage-table.d.ts +2 -1
  44. package/dist/components/filter/filter-settings/index.d.ts +1 -1
  45. package/dist/components/filter/filter-settings/preview-filter.d.ts +2 -1
  46. package/dist/components/filter/filter-settings/types.d.ts +1 -0
  47. package/dist/components/filter/filter-text-input/editor.d.ts +2 -2
  48. package/dist/components/filter/filter-text-input/render.d.ts +3 -3
  49. package/dist/components/filter/filter-tree/common/expected-structure.d.ts +1 -1
  50. package/dist/components/filter/filter-tree/common/query-data-to-tree.d.ts +2 -1
  51. package/dist/components/filter/filter-tree/common/switcher-icon.d.ts +2 -1
  52. package/dist/components/filter/filter-tree/common/tree-icon.d.ts +2 -1
  53. package/dist/components/filter/filter-tree/filter-tree-select/editor/filter-tree-select-editor.d.ts +2 -2
  54. package/dist/components/filter/filter-tree/filter-tree-select/render/filter-tree-select-render.d.ts +2 -1
  55. package/dist/components/filter/filter-tree/filter-tree-select/render/use-select-all.d.ts +1 -0
  56. package/dist/components/filter/filter-tree/filter-tree-select/render/widget.d.ts +2 -1
  57. package/dist/components/filter/filter-tree/filter-tree-select/render/widget.styles.d.ts +2 -1
  58. package/dist/components/filter/filter-tree/filter-tree-single-select/editor/filter-tree-single-select-editor.d.ts +2 -1
  59. package/dist/components/filter/filter-tree/filter-tree-single-select/render/filter-tree-single-select-render.d.ts +2 -1
  60. package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.d.ts +2 -1
  61. package/dist/components/filter/filter-tree/filter-tree-single-select/render/widget.styles.d.ts +2 -1
  62. package/dist/components/filter/filter.d.ts +2 -1
  63. package/dist/components/filter/index.d.ts +2 -2
  64. package/dist/components/filter/pick-query-for-filter/expected-structure-for-select.d.ts +1 -1
  65. package/dist/components/filter/pick-query-for-filter/index.d.ts +1 -1
  66. package/dist/components/filter/search-button/index.d.ts +2 -2
  67. package/dist/components/filter/select-item.d.ts +1 -0
  68. package/dist/components/panel/panel-editor/dropdown-menu-items/delete-panel.d.ts +1 -1
  69. package/dist/components/panel/panel-editor/dropdown-menu-items/dropdown-menu-items.d.ts +2 -2
  70. package/dist/components/panel/panel-editor/dropdown-menu-items/duplicate.d.ts +1 -1
  71. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-data.d.ts +1 -1
  72. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-interaction.d.ts +1 -1
  73. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-panel.d.ts +1 -1
  74. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-variable.d.ts +1 -1
  75. package/dist/components/panel/panel-editor/dropdown-menu-items/open-tab-visualization.d.ts +1 -1
  76. package/dist/components/panel/panel-editor/dropdown-menu-items/query-menu-items.d.ts +2 -1
  77. package/dist/components/panel/panel-editor/dropdown-menu-items/use-items.d.ts +1 -0
  78. package/dist/components/panel/panel-editor/dropdown-menu-items/use-query-items.d.ts +2 -1
  79. package/dist/components/panel/panel-editor/index.d.ts +2 -2
  80. package/dist/components/panel/panel-render/client-panel-render.d.ts +1 -1
  81. package/dist/components/panel/panel-render/description-popover/index.d.ts +1 -1
  82. package/dist/components/panel/panel-render/dropdown-menu-items/download-data.d.ts +1 -1
  83. package/dist/components/panel/panel-render/dropdown-menu-items/download-schema.d.ts +1 -1
  84. package/dist/components/panel/panel-render/dropdown-menu-items/download-screenshot.d.ts +1 -1
  85. package/dist/components/panel/panel-render/dropdown-menu-items/dropdown-menu-items.d.ts +2 -2
  86. package/dist/components/panel/panel-render/dropdown-menu-items/enter-fullscreen.d.ts +2 -1
  87. package/dist/components/panel/panel-render/dropdown-menu-items/refresh.d.ts +1 -1
  88. package/dist/components/panel/panel-render/dropdown-menu-items/use-items.d.ts +1 -0
  89. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +2 -2
  90. package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +1 -0
  91. package/dist/components/panel/panel-render/panel-dropdown-menu.d.ts +3 -2
  92. package/dist/components/panel/panel-render/panel-render-base.d.ts +3 -2
  93. package/dist/components/panel/panel-render/panel-render.d.ts +2 -1
  94. package/dist/components/panel/panel-render/panel-viz-features.d.ts +3 -2
  95. package/dist/components/panel/panel-render/title-bar/index.d.ts +1 -1
  96. package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +2 -2
  97. package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +2 -1
  98. package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +2 -1
  99. package/dist/components/panel/panel-render/viz/viz.d.ts +3 -3
  100. package/dist/components/panel/plugin-adaptor.d.ts +4 -3
  101. package/dist/components/panel/settings/common/aggregation-selector.d.ts +2 -1
  102. package/dist/components/panel/settings/common/data-field-selector.d.ts +2 -1
  103. package/dist/components/panel/settings/common/mantine-color-swatches.d.ts +1 -1
  104. package/dist/components/panel/settings/common/mantine-font-weight.d.ts +2 -1
  105. package/dist/components/panel/settings/common/mantine-size-selector.d.ts +2 -2
  106. package/dist/components/panel/settings/common/numbro-format-selector.d.ts +2 -1
  107. package/dist/components/panel/settings/common/panel-query-selector.d.ts +2 -1
  108. package/dist/components/panel/settings/common/variable-selector/variable-selector-item.d.ts +2 -2
  109. package/dist/components/panel/settings/common/variable-selector/variable-selector.d.ts +2 -1
  110. package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -2
  111. package/dist/components/plugins/color-manager/color-manager.d.ts +1 -0
  112. package/dist/components/plugins/color-manager/impl.d.ts +2 -1
  113. package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -0
  114. package/dist/components/plugins/colors/diverging-color.d.ts +1 -0
  115. package/dist/components/plugins/colors/index.d.ts +1 -0
  116. package/dist/components/plugins/colors/sequential-color.d.ts +1 -0
  117. package/dist/components/plugins/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +2 -2
  118. package/dist/components/plugins/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +2 -2
  119. package/dist/components/plugins/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +1 -0
  120. package/dist/components/plugins/common-echarts-fields/axis-label-rotate/axis-label-rotate-input.d.ts +2 -2
  121. package/dist/components/plugins/common-echarts-fields/label-position/label-position-selector.d.ts +2 -2
  122. package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-origin-selector.d.ts +2 -2
  123. package/dist/components/plugins/common-echarts-fields/line-area-style/line-area-style-field.d.ts +2 -2
  124. package/dist/components/plugins/common-echarts-fields/line-area-style/temp-color-input.d.ts +1 -1
  125. package/dist/components/plugins/common-echarts-fields/line-type/line-type-selector.d.ts +2 -2
  126. package/dist/components/plugins/common-echarts-fields/name-text-align/name-text-align-selector.d.ts +2 -2
  127. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +2 -1
  128. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +2 -1
  129. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +2 -2
  130. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +2 -1
  131. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +1 -0
  132. package/dist/components/plugins/common-echarts-fields/orientation/orientation-selector.d.ts +2 -2
  133. package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +2 -2
  134. package/dist/components/plugins/common-echarts-fields/reference-area/option.d.ts +2 -1
  135. package/dist/components/plugins/common-echarts-fields/reference-area/types.d.ts +1 -0
  136. package/dist/components/plugins/common-echarts-fields/regression-line/option.d.ts +1 -0
  137. package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +1 -0
  138. package/dist/components/plugins/common-echarts-fields/series-order/series-order-selector.d.ts +2 -2
  139. package/dist/components/plugins/common-echarts-fields/series-unit/series-unit-field.d.ts +2 -2
  140. package/dist/components/plugins/common-echarts-fields/stats-around-viz/stats-around-viz.d.ts +2 -1
  141. package/dist/components/plugins/common-echarts-fields/symbol-size/dynamic-size-function-editor.d.ts +2 -1
  142. package/dist/components/plugins/common-echarts-fields/symbol-size/dynamic.d.ts +2 -1
  143. package/dist/components/plugins/common-echarts-fields/symbol-size/static.d.ts +2 -1
  144. package/dist/components/plugins/common-echarts-fields/symbol-size/symbol-size-selector.d.ts +2 -2
  145. package/dist/components/plugins/common-echarts-fields/tooltip-metric/types.d.ts +1 -0
  146. package/dist/components/plugins/common-echarts-fields/visual-map/types.d.ts +1 -0
  147. package/dist/components/plugins/common-echarts-fields/visual-map/utils.d.ts +1 -0
  148. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/gradient-editor.d.ts +1 -1
  149. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/index.d.ts +2 -1
  150. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/preview-gradient-and-apply-palette.d.ts +1 -1
  151. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/continuous/skip-range-editor.d.ts +2 -1
  152. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/index.d.ts +2 -1
  153. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/index.d.ts +2 -1
  154. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/interval-editor.d.ts +2 -1
  155. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/piece-editor.d.ts +2 -1
  156. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/piecewise/pieces-editor.d.ts +2 -1
  157. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/preview-visual-map.d.ts +2 -1
  158. package/dist/components/plugins/common-echarts-fields/visual-map/visual-map-editor/types.d.ts +1 -0
  159. package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +1 -1
  160. package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -0
  161. package/dist/components/plugins/common-echarts-fields/x-axis-label-formatter/x-axis-label-formatter-field.d.ts +2 -2
  162. package/dist/components/plugins/common-echarts-fields/x-axis-position/x-axis-position-selector.d.ts +2 -2
  163. package/dist/components/plugins/common-echarts-fields/y-axis-position/y-axis-position-selector.d.ts +2 -2
  164. package/dist/components/plugins/editor-components/color-interpolation-select/index.d.ts +3 -2
  165. package/dist/components/plugins/editor-components/color-mapping-editor/index.d.ts +2 -2
  166. package/dist/components/plugins/editor-components/color-mapping-editor/style.d.ts +1 -1
  167. package/dist/components/plugins/editor-components/color-type/color-type-selector.d.ts +2 -2
  168. package/dist/components/plugins/editor-components/field-array-tabs/field-array-tabs.d.ts +3 -2
  169. package/dist/components/plugins/editor-components/field-array-tabs/tab-list.d.ts +3 -2
  170. package/dist/components/plugins/editor-components/field-array-tabs/types.d.ts +2 -1
  171. package/dist/components/plugins/editor-components/flex/align-items-selector.d.ts +2 -2
  172. package/dist/components/plugins/editor-components/flex/justify-content-selector.d.ts +2 -2
  173. package/dist/components/plugins/editor-components/horizontal-align-selector.d.ts +2 -2
  174. package/dist/components/plugins/editor-components/vertical-align-selector.d.ts +2 -2
  175. package/dist/components/plugins/editor-components/viz-config-banner.d.ts +1 -1
  176. package/dist/components/plugins/hooks/use-channel-event.d.ts +1 -0
  177. package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -1
  178. package/dist/components/plugins/hooks/use-handle-chart-render-finished.d.ts +1 -0
  179. package/dist/components/plugins/hooks/use-row-data-map.d.ts +2 -1
  180. package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -0
  181. package/dist/components/plugins/hooks/use-tab-state.d.ts +1 -1
  182. package/dist/components/plugins/instance-migrator/index.d.ts +2 -1
  183. package/dist/components/plugins/json-plugin-storage.d.ts +1 -0
  184. package/dist/components/plugins/message-channels.d.ts +2 -1
  185. package/dist/components/plugins/panel-addon/panel-addon-context.d.ts +3 -2
  186. package/dist/components/plugins/panel-addon/panel-addon-manager.d.ts +2 -1
  187. package/dist/components/plugins/plugin-context.d.ts +6530 -0
  188. package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +1 -0
  189. package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -0
  190. package/dist/components/plugins/plugin-manager.d.ts +1 -0
  191. package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +4 -3
  192. package/dist/components/plugins/service/use-top-level-services.d.ts +3 -2
  193. package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -0
  194. package/dist/components/plugins/test-utils.d.ts +1 -0
  195. package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -0
  196. package/dist/components/plugins/viz-components/bar-3d-chart/translation.d.ts +1 -0
  197. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +2 -1
  198. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +2 -1
  199. package/dist/components/plugins/viz-components/boxplot-chart/editors/legend/index.d.ts +2 -1
  200. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +2 -1
  201. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +2 -1
  202. package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/index.d.ts +2 -1
  203. package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +2 -1
  204. package/dist/components/plugins/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +2 -1
  205. package/dist/components/plugins/viz-components/boxplot-chart/editors/x-axis.d.ts +2 -1
  206. package/dist/components/plugins/viz-components/boxplot-chart/editors/y-axis.d.ts +2 -1
  207. package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -1
  208. package/dist/components/plugins/viz-components/boxplot-chart/option/common.d.ts +1 -0
  209. package/dist/components/plugins/viz-components/boxplot-chart/option/dataset.d.ts +1 -0
  210. package/dist/components/plugins/viz-components/boxplot-chart/option/grid.d.ts +1 -0
  211. package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +5 -4
  212. package/dist/components/plugins/viz-components/boxplot-chart/option/legend.d.ts +1 -0
  213. package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -0
  214. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/box.d.ts +1 -0
  215. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/outliers.d.ts +1 -0
  216. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/scatter.d.ts +1 -0
  217. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/type.d.ts +1 -0
  218. package/dist/components/plugins/viz-components/boxplot-chart/option/series/custom/utils.d.ts +1 -0
  219. package/dist/components/plugins/viz-components/boxplot-chart/option/series/index.d.ts +4 -3
  220. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/additional-metrics.d.ts +1 -0
  221. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +1 -0
  222. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -0
  223. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/outlier.d.ts +1 -0
  224. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +1 -0
  225. package/dist/components/plugins/viz-components/boxplot-chart/translation.d.ts +1 -0
  226. package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +2 -1
  227. package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +3 -2
  228. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +2 -1
  229. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +2 -1
  230. package/dist/components/plugins/viz-components/button/index.d.ts +1 -0
  231. package/dist/components/plugins/viz-components/button/translation.d.ts +1 -0
  232. package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +2 -1
  233. package/dist/components/plugins/viz-components/button/type.d.ts +1 -0
  234. package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +2 -1
  235. package/dist/components/plugins/viz-components/button/viz-button.d.ts +2 -1
  236. package/dist/components/plugins/viz-components/calendar-heatmap/editors/calendar/index.d.ts +2 -1
  237. package/dist/components/plugins/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +2 -1
  238. package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +2 -1
  239. package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +2 -1
  240. package/dist/components/plugins/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +2 -1
  241. package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -0
  242. package/dist/components/plugins/viz-components/calendar-heatmap/migrators/index.d.ts +2 -1
  243. package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +2 -1
  244. package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +3 -2
  245. package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -0
  246. package/dist/components/plugins/viz-components/calendar-heatmap/option/tooltip.d.ts +1 -0
  247. package/dist/components/plugins/viz-components/calendar-heatmap/translation.d.ts +1 -0
  248. package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +2 -1
  249. package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +2 -1
  250. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +2 -1
  251. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +2 -1
  252. package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +1 -0
  253. package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +2 -2
  254. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +2 -1
  255. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +2 -1
  256. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +2 -1
  257. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +2 -1
  258. package/dist/components/plugins/viz-components/cartesian/editors/regressions/index.d.ts +2 -1
  259. package/dist/components/plugins/viz-components/cartesian/editors/regressions/regression-item.d.ts +2 -1
  260. package/dist/components/plugins/viz-components/cartesian/editors/series/fields.bar.d.ts +2 -1
  261. package/dist/components/plugins/viz-components/cartesian/editors/series/fields.line.d.ts +2 -1
  262. package/dist/components/plugins/viz-components/cartesian/editors/series/fields.scatter.d.ts +2 -1
  263. package/dist/components/plugins/viz-components/cartesian/editors/series/index.d.ts +2 -1
  264. package/dist/components/plugins/viz-components/cartesian/editors/series/series-item.d.ts +2 -1
  265. package/dist/components/plugins/viz-components/cartesian/editors/stats/index.d.ts +2 -1
  266. package/dist/components/plugins/viz-components/cartesian/editors/tooltip/index.d.ts +2 -1
  267. package/dist/components/plugins/viz-components/cartesian/editors/tooltip/metric.d.ts +2 -1
  268. package/dist/components/plugins/viz-components/cartesian/editors/tooltip/metrics.d.ts +2 -1
  269. package/dist/components/plugins/viz-components/cartesian/editors/x-axis/index.d.ts +2 -1
  270. package/dist/components/plugins/viz-components/cartesian/editors/y-axes/index.d.ts +2 -1
  271. package/dist/components/plugins/viz-components/cartesian/editors/y-axes/y-axis.d.ts +2 -1
  272. package/dist/components/plugins/viz-components/cartesian/index.d.ts +1 -0
  273. package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -2
  274. package/dist/components/plugins/viz-components/cartesian/option/events.d.ts +2 -1
  275. package/dist/components/plugins/viz-components/cartesian/option/grid.d.ts +1 -0
  276. package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -0
  277. package/dist/components/plugins/viz-components/cartesian/option/legend.d.ts +1 -0
  278. package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +2 -1
  279. package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +2 -1
  280. package/dist/components/plugins/viz-components/cartesian/option/series/get-echarts-symbol-size.d.ts +1 -0
  281. package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -0
  282. package/dist/components/plugins/viz-components/cartesian/option/series/reference_areas.d.ts +1 -0
  283. package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +2 -1
  284. package/dist/components/plugins/viz-components/cartesian/option/series/series_items.d.ts +1 -0
  285. package/dist/components/plugins/viz-components/cartesian/option/tooltip.d.ts +1 -0
  286. package/dist/components/plugins/viz-components/cartesian/option/utils/label-formatter.d.ts +1 -0
  287. package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -0
  288. package/dist/components/plugins/viz-components/cartesian/option/x-axis.d.ts +1 -0
  289. package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +1 -0
  290. package/dist/components/plugins/viz-components/cartesian/translation.d.ts +1 -0
  291. package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +2 -1
  292. package/dist/components/plugins/viz-components/cartesian/type.d.ts +3 -2
  293. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +2 -1
  294. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +2 -1
  295. package/dist/components/plugins/viz-components/funnel/editors/series/index.d.ts +2 -1
  296. package/dist/components/plugins/viz-components/funnel/editors/series/series-item.d.ts +2 -1
  297. package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -0
  298. package/dist/components/plugins/viz-components/funnel/option/index.d.ts +1 -0
  299. package/dist/components/plugins/viz-components/funnel/option/series.d.ts +1 -0
  300. package/dist/components/plugins/viz-components/funnel/option/tooltip.d.ts +1 -0
  301. package/dist/components/plugins/viz-components/funnel/translation.d.ts +1 -0
  302. package/dist/components/plugins/viz-components/funnel/type.d.ts +3 -2
  303. package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +2 -1
  304. package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +2 -1
  305. package/dist/components/plugins/viz-components/heatmap/editors/heat_block/index.d.ts +2 -1
  306. package/dist/components/plugins/viz-components/heatmap/editors/pagination/index.d.ts +2 -1
  307. package/dist/components/plugins/viz-components/heatmap/editors/tooltip/index.d.ts +2 -1
  308. package/dist/components/plugins/viz-components/heatmap/editors/tooltip/metric.d.ts +2 -1
  309. package/dist/components/plugins/viz-components/heatmap/editors/tooltip/metrics.d.ts +2 -1
  310. package/dist/components/plugins/viz-components/heatmap/editors/x-axis/index.d.ts +2 -1
  311. package/dist/components/plugins/viz-components/heatmap/editors/y-axis/index.d.ts +2 -1
  312. package/dist/components/plugins/viz-components/heatmap/heatmap-pagination.d.ts +1 -1
  313. package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -0
  314. package/dist/components/plugins/viz-components/heatmap/migrators/index.d.ts +2 -1
  315. package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -1
  316. package/dist/components/plugins/viz-components/heatmap/option/grid.d.ts +1 -0
  317. package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -0
  318. package/dist/components/plugins/viz-components/heatmap/option/series.d.ts +1 -0
  319. package/dist/components/plugins/viz-components/heatmap/option/tooltip.d.ts +1 -0
  320. package/dist/components/plugins/viz-components/heatmap/option/x-axis.d.ts +2 -1
  321. package/dist/components/plugins/viz-components/heatmap/option/y-axis.d.ts +2 -1
  322. package/dist/components/plugins/viz-components/heatmap/render/use-heatmap-grouped-data.d.ts +2 -1
  323. package/dist/components/plugins/viz-components/heatmap/render/use-heatmap-series-data.d.ts +1 -0
  324. package/dist/components/plugins/viz-components/heatmap/translation.d.ts +1 -0
  325. package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +2 -1
  326. package/dist/components/plugins/viz-components/heatmap/type.d.ts +3 -2
  327. package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +2 -1
  328. package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +2 -1
  329. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +2 -1
  330. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +2 -1
  331. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +2 -1
  332. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/index.d.ts +2 -1
  333. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +2 -1
  334. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/stats/index.d.ts +2 -1
  335. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +2 -1
  336. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +2 -1
  337. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +2 -1
  338. package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -0
  339. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/grid.d.ts +1 -0
  340. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -0
  341. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/legend.d.ts +1 -0
  342. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +2 -1
  343. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -0
  344. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +3 -2
  345. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +1 -0
  346. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/tooltip.d.ts +1 -0
  347. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +1 -0
  348. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -0
  349. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -0
  350. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/y-axis.d.ts +1 -0
  351. package/dist/components/plugins/viz-components/horizontal-bar-chart/translation.d.ts +1 -0
  352. package/dist/components/plugins/viz-components/horizontal-bar-chart/triggers/click-horizontal-bar-chart-series.d.ts +2 -1
  353. package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +3 -2
  354. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +2 -1
  355. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +2 -1
  356. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/deviation.d.ts +2 -1
  357. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +2 -1
  358. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +2 -1
  359. package/dist/components/plugins/viz-components/merico-estimation-chart/editors/x_axis.d.ts +2 -1
  360. package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -0
  361. package/dist/components/plugins/viz-components/merico-estimation-chart/option/data.d.ts +1 -0
  362. package/dist/components/plugins/viz-components/merico-estimation-chart/option/index.d.ts +1 -0
  363. package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -0
  364. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +2 -1
  365. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-1.d.ts +1 -0
  366. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -0
  367. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +1 -0
  368. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +2 -1
  369. package/dist/components/plugins/viz-components/merico-estimation-chart/option/x-axis.d.ts +2 -1
  370. package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +2 -1
  371. package/dist/components/plugins/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +2 -1
  372. package/dist/components/plugins/viz-components/merico-estimation-chart/toolbox/index.d.ts +2 -1
  373. package/dist/components/plugins/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +1 -1
  374. package/dist/components/plugins/viz-components/merico-estimation-chart/translation.d.ts +1 -0
  375. package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +3 -2
  376. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +2 -1
  377. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +2 -1
  378. package/dist/components/plugins/viz-components/merico-heatmap/editors/heat_block/index.d.ts +2 -1
  379. package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +2 -1
  380. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/index.d.ts +2 -1
  381. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metric.d.ts +2 -1
  382. package/dist/components/plugins/viz-components/merico-heatmap/editors/tooltip/metrics.d.ts +2 -1
  383. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/index.d.ts +2 -1
  384. package/dist/components/plugins/viz-components/merico-heatmap/editors/y-axis/index.d.ts +2 -1
  385. package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -0
  386. package/dist/components/plugins/viz-components/merico-heatmap/migrators/index.d.ts +1 -0
  387. package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +2 -1
  388. package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -1
  389. package/dist/components/plugins/viz-components/merico-heatmap/render/option/grid.d.ts +1 -0
  390. package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -0
  391. package/dist/components/plugins/viz-components/merico-heatmap/render/option/series.d.ts +1 -0
  392. package/dist/components/plugins/viz-components/merico-heatmap/render/option/tooltip.d.ts +1 -0
  393. package/dist/components/plugins/viz-components/merico-heatmap/render/option/x-axis.d.ts +2 -1
  394. package/dist/components/plugins/viz-components/merico-heatmap/render/option/y-axis.d.ts +2 -1
  395. package/dist/components/plugins/viz-components/merico-heatmap/translation.d.ts +1 -0
  396. package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +2 -1
  397. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +3 -2
  398. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/add-a-row.d.ts +2 -1
  399. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/row-editor.d.ts +2 -1
  400. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/sections-editor.d.ts +2 -2
  401. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/sections-editor/select-palette.d.ts +2 -1
  402. package/dist/components/plugins/viz-components/merico-linear-gauge/editor/viz-merico-linear-gauge-editor.d.ts +2 -1
  403. package/dist/components/plugins/viz-components/merico-linear-gauge/index.d.ts +1 -0
  404. package/dist/components/plugins/viz-components/merico-linear-gauge/migrator/index.d.ts +2 -1
  405. package/dist/components/plugins/viz-components/merico-linear-gauge/render/chart.d.ts +2 -1
  406. package/dist/components/plugins/viz-components/merico-linear-gauge/render/option.d.ts +1 -0
  407. package/dist/components/plugins/viz-components/merico-linear-gauge/render/viz-merico-linear-gauge.d.ts +2 -1
  408. package/dist/components/plugins/viz-components/merico-linear-gauge/translation.d.ts +1 -0
  409. package/dist/components/plugins/viz-components/merico-linear-gauge/type.d.ts +1 -0
  410. package/dist/components/plugins/viz-components/merico-panel-groups/editor/add-a-row.d.ts +2 -1
  411. package/dist/components/plugins/viz-components/merico-panel-groups/editor/get-groups-from-yaml.d.ts +2 -1
  412. package/dist/components/plugins/viz-components/merico-panel-groups/editor/groups-editor.d.ts +2 -2
  413. package/dist/components/plugins/viz-components/merico-panel-groups/editor/row-editor.d.ts +2 -1
  414. package/dist/components/plugins/viz-components/merico-panel-groups/editor/viz-merico-panel-groups-editor.d.ts +2 -1
  415. package/dist/components/plugins/viz-components/merico-panel-groups/index.d.ts +1 -0
  416. package/dist/components/plugins/viz-components/merico-panel-groups/migrator/index.d.ts +2 -1
  417. package/dist/components/plugins/viz-components/merico-panel-groups/render/viz-merico-panel-groups.d.ts +2 -1
  418. package/dist/components/plugins/viz-components/merico-panel-groups/translation.d.ts +1 -0
  419. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +2 -1
  420. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/metric.d.ts +2 -1
  421. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +2 -2
  422. package/dist/components/plugins/viz-components/merico-stats/editors/styles/index.d.ts +2 -1
  423. package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -0
  424. package/dist/components/plugins/viz-components/merico-stats/migrators/v2.d.ts +1 -0
  425. package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +2 -1
  426. package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +2 -1
  427. package/dist/components/plugins/viz-components/merico-stats/translation.d.ts +1 -0
  428. package/dist/components/plugins/viz-components/merico-stats/type.d.ts +1 -0
  429. package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +2 -1
  430. package/dist/components/plugins/viz-components/pareto-chart/editors/bar.d.ts +2 -1
  431. package/dist/components/plugins/viz-components/pareto-chart/editors/line.d.ts +2 -1
  432. package/dist/components/plugins/viz-components/pareto-chart/editors/mark-line.d.ts +3 -2
  433. package/dist/components/plugins/viz-components/pareto-chart/editors/reference-lines/index.d.ts +2 -1
  434. package/dist/components/plugins/viz-components/pareto-chart/editors/reference-lines/reference-line.d.ts +2 -1
  435. package/dist/components/plugins/viz-components/pareto-chart/editors/x-axis.d.ts +2 -1
  436. package/dist/components/plugins/viz-components/pareto-chart/editors/y-axis.d.ts +2 -1
  437. package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -0
  438. package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +3 -2
  439. package/dist/components/plugins/viz-components/pareto-chart/option/mark-line-and-area.d.ts +1 -0
  440. package/dist/components/plugins/viz-components/pareto-chart/option/reference_lines.d.ts +2 -1
  441. package/dist/components/plugins/viz-components/pareto-chart/option/series.d.ts +1 -0
  442. package/dist/components/plugins/viz-components/pareto-chart/option/tooltip.d.ts +1 -0
  443. package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -0
  444. package/dist/components/plugins/viz-components/pareto-chart/option/x-axis.d.ts +1 -0
  445. package/dist/components/plugins/viz-components/pareto-chart/option/y-axes.d.ts +1 -0
  446. package/dist/components/plugins/viz-components/pareto-chart/translation.d.ts +1 -0
  447. package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +2 -1
  448. package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -1
  449. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +2 -1
  450. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +2 -1
  451. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/add-a-row.d.ts +2 -1
  452. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/pie-color-map-editor.d.ts +2 -2
  453. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/row-editor.d.ts +2 -1
  454. package/dist/components/plugins/viz-components/pie-chart/editors/pie-color-map-editor/select-palette.d.ts +2 -1
  455. package/dist/components/plugins/viz-components/pie-chart/editors/radius-slider.d.ts +1 -1
  456. package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -0
  457. package/dist/components/plugins/viz-components/pie-chart/migrators/index.d.ts +2 -1
  458. package/dist/components/plugins/viz-components/pie-chart/option/dataset.d.ts +1 -0
  459. package/dist/components/plugins/viz-components/pie-chart/option/index.d.ts +3 -2
  460. package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -0
  461. package/dist/components/plugins/viz-components/pie-chart/option/tooltip.d.ts +1 -0
  462. package/dist/components/plugins/viz-components/pie-chart/translation.d.ts +1 -0
  463. package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +2 -1
  464. package/dist/components/plugins/viz-components/pie-chart/type.d.ts +1 -0
  465. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +2 -1
  466. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +2 -1
  467. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +2 -1
  468. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +2 -1
  469. package/dist/components/plugins/viz-components/radar-chart/editors/dimensions/dimension.d.ts +2 -1
  470. package/dist/components/plugins/viz-components/radar-chart/editors/dimensions/index.d.ts +2 -1
  471. package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -0
  472. package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -0
  473. package/dist/components/plugins/viz-components/radar-chart/option/index.d.ts +1 -0
  474. package/dist/components/plugins/viz-components/radar-chart/option/series.d.ts +1 -0
  475. package/dist/components/plugins/viz-components/radar-chart/option/series.label.d.ts +1 -0
  476. package/dist/components/plugins/viz-components/radar-chart/option/tooltip.d.ts +1 -0
  477. package/dist/components/plugins/viz-components/radar-chart/translation.d.ts +1 -0
  478. package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +2 -1
  479. package/dist/components/plugins/viz-components/radar-chart/type.d.ts +1 -0
  480. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +2 -1
  481. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +2 -1
  482. package/dist/components/plugins/viz-components/regression-chart/editors/regression-field.d.ts +2 -1
  483. package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -0
  484. package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +2 -1
  485. package/dist/components/plugins/viz-components/regression-chart/render/chart.d.ts +2 -1
  486. package/dist/components/plugins/viz-components/regression-chart/render/index.d.ts +2 -1
  487. package/dist/components/plugins/viz-components/regression-chart/render/option/index.d.ts +1 -0
  488. package/dist/components/plugins/viz-components/regression-chart/render/option/regression-series.d.ts +2 -1
  489. package/dist/components/plugins/viz-components/regression-chart/render/option/series.d.ts +1 -0
  490. package/dist/components/plugins/viz-components/regression-chart/render/option/tooltip.d.ts +1 -0
  491. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/choose-data-keys/choose-data-keys.d.ts +2 -1
  492. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/data-key-selector/data-key-selector.d.ts +2 -1
  493. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/index.d.ts +2 -1
  494. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/regression-description/desc.d.ts +2 -1
  495. package/dist/components/plugins/viz-components/regression-chart/render/toolbox/regression-description/index.d.ts +2 -1
  496. package/dist/components/plugins/viz-components/regression-chart/render/use-data-key.d.ts +1 -1
  497. package/dist/components/plugins/viz-components/regression-chart/translation.d.ts +1 -0
  498. package/dist/components/plugins/viz-components/regression-chart/type.d.ts +1 -0
  499. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +2 -1
  500. package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -0
  501. package/dist/components/plugins/viz-components/rich-text/translation.d.ts +1 -0
  502. package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +2 -1
  503. package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +2 -1
  504. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +2 -1
  505. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +2 -1
  506. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +2 -1
  507. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/index.d.ts +2 -1
  508. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +2 -2
  509. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +2 -1
  510. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +2 -1
  511. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -0
  512. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +2 -2
  513. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +2 -1
  514. package/dist/components/plugins/viz-components/scatter-chart/editors/stats/index.d.ts +2 -1
  515. package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/index.d.ts +2 -1
  516. package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/metric.d.ts +2 -1
  517. package/dist/components/plugins/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +2 -1
  518. package/dist/components/plugins/viz-components/scatter-chart/editors/x-axis/index.d.ts +2 -1
  519. package/dist/components/plugins/viz-components/scatter-chart/editors/y-axes/index.d.ts +2 -1
  520. package/dist/components/plugins/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +2 -1
  521. package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -0
  522. package/dist/components/plugins/viz-components/scatter-chart/migrators/index.d.ts +2 -1
  523. package/dist/components/plugins/viz-components/scatter-chart/option/dataset.d.ts +1 -0
  524. package/dist/components/plugins/viz-components/scatter-chart/option/get-echarts-symbol-size.d.ts +2 -1
  525. package/dist/components/plugins/viz-components/scatter-chart/option/grid.d.ts +1 -0
  526. package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -0
  527. package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +1 -0
  528. package/dist/components/plugins/viz-components/scatter-chart/option/tooltip.d.ts +1 -0
  529. package/dist/components/plugins/viz-components/scatter-chart/option/x-axis.d.ts +1 -0
  530. package/dist/components/plugins/viz-components/scatter-chart/option/y-axis.d.ts +1 -0
  531. package/dist/components/plugins/viz-components/scatter-chart/translation.d.ts +1 -0
  532. package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +2 -1
  533. package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +4 -3
  534. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +2 -1
  535. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +2 -1
  536. package/dist/components/plugins/viz-components/stats/index.d.ts +1 -0
  537. package/dist/components/plugins/viz-components/stats/translation.d.ts +1 -0
  538. package/dist/components/plugins/viz-components/stats/triggers/click-stats.d.ts +2 -1
  539. package/dist/components/plugins/viz-components/stats/type.d.ts +1 -0
  540. package/dist/components/plugins/viz-components/stats/update/index.d.ts +2 -1
  541. package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +2 -1
  542. package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +3 -2
  543. package/dist/components/plugins/viz-components/sunburst/editors/data-field.d.ts +2 -1
  544. package/dist/components/plugins/viz-components/sunburst/editors/levels/index.d.ts +2 -1
  545. package/dist/components/plugins/viz-components/sunburst/editors/levels/level.d.ts +2 -1
  546. package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -0
  547. package/dist/components/plugins/viz-components/sunburst/option/array-to-tree.d.ts +1 -0
  548. package/dist/components/plugins/viz-components/sunburst/option/data.d.ts +1 -0
  549. package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -0
  550. package/dist/components/plugins/viz-components/sunburst/option/levels.d.ts +2 -1
  551. package/dist/components/plugins/viz-components/sunburst/option/tooltip.d.ts +1 -0
  552. package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +1 -0
  553. package/dist/components/plugins/viz-components/sunburst/translation.d.ts +1 -0
  554. package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -1
  555. package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +2 -1
  556. package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +2 -1
  557. package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +3 -3
  558. package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +2 -1
  559. package/dist/components/plugins/viz-components/table/editors/columns/column.d.ts +2 -1
  560. package/dist/components/plugins/viz-components/table/editors/columns/func_content-editor.d.ts +1 -1
  561. package/dist/components/plugins/viz-components/table/editors/columns/index.d.ts +2 -1
  562. package/dist/components/plugins/viz-components/table/editors/pagination.d.ts +2 -1
  563. package/dist/components/plugins/viz-components/table/editors/styling.d.ts +2 -1
  564. package/dist/components/plugins/viz-components/table/index.d.ts +1 -0
  565. package/dist/components/plugins/viz-components/table/migrators/handlers.d.ts +2 -1
  566. package/dist/components/plugins/viz-components/table/migrators/index.d.ts +2 -1
  567. package/dist/components/plugins/viz-components/table/render/cell-value.d.ts +2 -1
  568. package/dist/components/plugins/viz-components/table/render/index.d.ts +2 -1
  569. package/dist/components/plugins/viz-components/table/render/pagination-and-row-count.d.ts +2 -1
  570. package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
  571. package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +1 -0
  572. package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -1
  573. package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +1 -0
  574. package/dist/components/plugins/viz-components/table/translation.d.ts +1 -0
  575. package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +2 -1
  576. package/dist/components/plugins/viz-components/table/type.d.ts +1 -0
  577. package/dist/components/plugins/viz-components/table/utils.d.ts +1 -0
  578. package/dist/components/plugins/viz-components/table/value-type-selector.d.ts +2 -2
  579. package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +2 -1
  580. package/dist/components/plugins/viz-components/table/viz-table.styles.d.ts +2 -1
  581. package/dist/components/plugins/viz-components/text/editors/func-content/func-content-editor.d.ts +1 -1
  582. package/dist/components/plugins/viz-components/text/editors/func-content/index.d.ts +1 -1
  583. package/dist/components/plugins/viz-components/text/index.d.ts +1 -0
  584. package/dist/components/plugins/viz-components/text/translation.d.ts +1 -0
  585. package/dist/components/plugins/viz-components/text/type.d.ts +1 -0
  586. package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +2 -1
  587. package/dist/components/plugins/viz-components/text/viz-text.d.ts +2 -1
  588. package/dist/components/plugins/viz-components/viz-dashboard-state/editor/dashboard-state-variable-selector.d.ts +1 -1
  589. package/dist/components/plugins/viz-components/viz-dashboard-state/editor/fields.d.ts +2 -1
  590. package/dist/components/plugins/viz-components/viz-dashboard-state/editor/viz-viz-dashboard-state-editor.d.ts +2 -1
  591. package/dist/components/plugins/viz-components/viz-dashboard-state/index.d.ts +1 -0
  592. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/checkbox-state.d.ts +2 -1
  593. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/context-state.d.ts +2 -1
  594. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/date-range-state.d.ts +2 -1
  595. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/item-badge.d.ts +3 -2
  596. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/multi-select-state.d.ts +2 -1
  597. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/selection-table.d.ts +2 -1
  598. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/single-select-state.d.ts +2 -1
  599. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/state-item.d.ts +2 -1
  600. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/text-input-state.d.ts +2 -1
  601. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/tree-select-state.d.ts +2 -1
  602. package/dist/components/plugins/viz-components/viz-dashboard-state/render/item/tree-single-select-state.d.ts +2 -1
  603. package/dist/components/plugins/viz-components/viz-dashboard-state/render/state-items.d.ts +2 -1
  604. package/dist/components/plugins/viz-components/viz-dashboard-state/render/viz-viz-dashboard-state.d.ts +2 -1
  605. package/dist/components/plugins/viz-components/viz-dashboard-state/translation.d.ts +1 -0
  606. package/dist/components/plugins/viz-components/viz-instance-api.d.ts +2 -1
  607. package/dist/components/plugins/viz-components/viz-merico-gqm/error-figure.d.ts +1 -1
  608. package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -0
  609. package/dist/components/plugins/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +1 -0
  610. package/dist/components/plugins/viz-components/viz-merico-gqm/translation.d.ts +1 -0
  611. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +2 -1
  612. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +2 -1
  613. package/dist/components/plugins/viz-manager/components.d.ts +3 -2
  614. package/dist/components/plugins/viz-manager/impl.d.ts +1 -0
  615. package/dist/components/plugins/viz-manager/types.d.ts +1 -0
  616. package/dist/components/view/layout/edit-layout.d.ts +2 -1
  617. package/dist/components/view/layout/render-layout.d.ts +2 -1
  618. package/dist/components/view/view-component/preview/division.d.ts +3 -2
  619. package/dist/components/view/view-component/preview/index.d.ts +3 -2
  620. package/dist/components/view/view-component/preview/modal.d.ts +3 -2
  621. package/dist/components/view/view-component/preview/tabs.d.ts +2 -1
  622. package/dist/components/view/view-component/render/division.d.ts +4 -3
  623. package/dist/components/view/view-component/render/index.d.ts +3 -2
  624. package/dist/components/view/view-component/render/modal.d.ts +4 -3
  625. package/dist/components/view/view-component/render/tabs.d.ts +2 -1
  626. package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +2 -2
  627. package/dist/components/view/view-editor.d.ts +2 -2
  628. package/dist/components/view/view-render.d.ts +2 -2
  629. package/dist/components/widgets/about-function-utils/index.d.ts +1 -1
  630. package/dist/components/widgets/color-picker-popover/color-input.d.ts +2 -2
  631. package/dist/components/widgets/color-picker-popover/color-picker-popover-for-viz.d.ts +1 -1
  632. package/dist/components/widgets/color-picker-popover/color-picker-popover.d.ts +3 -2
  633. package/dist/components/widgets/custom-selector-item/index.d.ts +1 -0
  634. package/dist/components/widgets/function-editor/function-editor.d.ts +2 -1
  635. package/dist/components/widgets/inline-function-input/index.d.ts +2 -2
  636. package/dist/components/widgets/minimal-monaco-editor.d.ts +1 -1
  637. package/dist/components/widgets/modal-function-editor/index.d.ts +3 -2
  638. package/dist/components/widgets/rich-text-editor/color-mapping-mark/color-mapping-control.d.ts +2 -1
  639. package/dist/components/widgets/rich-text-editor/color-mapping-mark/color-mapping-form.d.ts +1 -1
  640. package/dist/components/widgets/rich-text-editor/color-mapping-mark/color-mapping-mark.d.ts +1 -0
  641. package/dist/components/widgets/rich-text-editor/color-mapping-mark/utils.d.ts +1 -1
  642. package/dist/components/widgets/rich-text-editor/color-picker-control/color-picker-control.d.ts +2 -1
  643. package/dist/components/widgets/rich-text-editor/custom-rich-text-editor.d.ts +2 -2
  644. package/dist/components/widgets/rich-text-editor/dynamic-color-mark/dynamic-color-control.d.ts +2 -1
  645. package/dist/components/widgets/rich-text-editor/dynamic-color-mark/dynamic-color-mark.d.ts +1 -0
  646. package/dist/components/widgets/rich-text-editor/dynamic-color-mark/utils.d.ts +1 -0
  647. package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +2 -4
  648. package/dist/components/widgets/rich-text-editor/readonly-rich-text-editor.d.ts +2 -2
  649. package/dist/components/widgets/rich-text-editor/rich-text-editor-modal.d.ts +1 -1
  650. package/dist/contexts/additional-panel-menu-items.d.ts +2 -1
  651. package/dist/contexts/customize-screenshot-context.d.ts +2 -1
  652. package/dist/contexts/dashboard-action-context.d.ts +2 -1
  653. package/dist/contexts/dashboard-theme-context.d.ts +2 -1
  654. package/dist/contexts/dates-provider.d.ts +3 -2
  655. package/dist/contexts/full-screen-panel-context.d.ts +2 -1
  656. package/dist/contexts/layout-state-context.d.ts +2 -1
  657. package/dist/contexts/panel-context.d.ts +12938 -0
  658. package/dist/contexts/render-content-model-context.d.ts +1 -0
  659. package/dist/dashboard-editor/dashboard-editor.d.ts +3 -2
  660. package/dist/dashboard-editor/model/datasources/datasource.d.ts +63 -62
  661. package/dist/dashboard-editor/model/datasources/db-info/columns.d.ts +5 -5
  662. package/dist/dashboard-editor/model/datasources/db-info/db-info.d.ts +28 -27
  663. package/dist/dashboard-editor/model/datasources/db-info/indexes.d.ts +5 -5
  664. package/dist/dashboard-editor/model/datasources/db-info/table-data.d.ts +9 -8
  665. package/dist/dashboard-editor/model/datasources/db-info/tables.d.ts +5 -5
  666. package/dist/dashboard-editor/model/datasources/index.d.ts +257 -256
  667. package/dist/dashboard-editor/model/datasources/mm-info/metric-detail.d.ts +17 -16
  668. package/dist/dashboard-editor/model/datasources/mm-info/metric-detail.utils.d.ts +1 -0
  669. package/dist/dashboard-editor/model/datasources/mm-info/metrics.d.ts +6 -6
  670. package/dist/dashboard-editor/model/datasources/mm-info/mm-info.d.ts +29 -28
  671. package/dist/dashboard-editor/model/editor/index.d.ts +5 -4
  672. package/dist/dashboard-editor/model/filters/filter-model.d.ts +70 -69
  673. package/dist/dashboard-editor/model/filters/index.d.ts +649 -648
  674. package/dist/dashboard-editor/model/layouts/layouts.d.ts +223 -222
  675. package/dist/dashboard-editor/model/panels/panel.d.ts +2542 -8943
  676. package/dist/dashboard-editor/model/queries/queries.d.ts +4294 -4293
  677. package/dist/dashboard-editor/model/queries/query.d.ts +171 -170
  678. package/dist/dashboard-editor/model/sql-snippets/index.d.ts +22 -21
  679. package/dist/dashboard-editor/model/views/index.d.ts +2684 -2684
  680. package/dist/dashboard-editor/model/views/view.d.ts +113 -112
  681. package/dist/dashboard-editor/ui/header/add-a-panel/index.d.ts +1 -1
  682. package/dist/dashboard-editor/ui/header/breakpoint-switcher/edit-breakpoints.d.ts +1 -1
  683. package/dist/dashboard-editor/ui/header/breakpoint-switcher/index.d.ts +1 -1
  684. package/dist/dashboard-editor/ui/header/download-this-view/index.d.ts +1 -1
  685. package/dist/dashboard-editor/ui/header/import-with-schema/explain-json-schema.d.ts +2 -1
  686. package/dist/dashboard-editor/ui/header/import-with-schema/form.d.ts +1 -1
  687. package/dist/dashboard-editor/ui/header/import-with-schema/index.d.ts +1 -1
  688. package/dist/dashboard-editor/ui/header/index.d.ts +2 -1
  689. package/dist/dashboard-editor/ui/header/main-header.d.ts +3 -2
  690. package/dist/dashboard-editor/ui/header/save-changes-or-more.d.ts +1 -1
  691. package/dist/dashboard-editor/ui/header/spotlight/editor-spotlight.d.ts +2 -1
  692. package/dist/dashboard-editor/ui/header/spotlight/spotlight-action-component.d.ts +3 -2
  693. package/dist/dashboard-editor/ui/header/spotlight/spotlight-actions.d.ts +3 -2
  694. package/dist/dashboard-editor/ui/header/spotlight/spotlight-control.d.ts +1 -1
  695. package/dist/dashboard-editor/ui/header/sub-header.d.ts +1 -1
  696. package/dist/dashboard-editor/ui/navbar/index.d.ts +1 -1
  697. package/dist/dashboard-editor/ui/navbar/view-links.d.ts +1 -1
  698. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table-with-pagination.d.ts +1 -1
  699. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +2 -1
  700. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.style.d.ts +1 -0
  701. package/dist/dashboard-editor/ui/settings/content/data-preview/index.d.ts +3 -2
  702. package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +3 -2
  703. package/dist/dashboard-editor/ui/settings/content/data-preview/query-state-message.d.ts +1 -1
  704. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +1 -1
  705. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +3 -2
  706. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +3 -2
  707. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +3 -2
  708. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +5 -4
  709. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +1 -1
  710. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +1 -1
  711. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +3 -2
  712. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +3 -2
  713. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +3 -2
  714. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +3 -2
  715. package/dist/dashboard-editor/ui/settings/content/edit-filter/index.d.ts +1 -1
  716. package/dist/dashboard-editor/ui/settings/content/edit-filters/index.d.ts +1 -1
  717. package/dist/dashboard-editor/ui/settings/content/edit-mock-context/index.d.ts +1 -1
  718. package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +3 -2
  719. package/dist/dashboard-editor/ui/settings/content/edit-panel/index.d.ts +1 -1
  720. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/description.d.ts +1 -1
  721. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/edit-style.d.ts +1 -1
  722. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/index.d.ts +1 -1
  723. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/name.d.ts +1 -1
  724. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-config/title.d.ts +1 -1
  725. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +3 -2
  726. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-variables-guide.d.ts +2 -1
  727. package/dist/dashboard-editor/ui/settings/content/edit-panel/pick-query/index.d.ts +1 -1
  728. package/dist/dashboard-editor/ui/settings/content/edit-panel/preview-panel.d.ts +2 -1
  729. package/dist/dashboard-editor/ui/settings/content/edit-panel/select-viz-type.d.ts +1 -1
  730. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +939 -938
  731. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-editor.d.ts +2 -1
  732. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +2 -1
  733. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variables-editor.d.ts +3 -2
  734. package/dist/dashboard-editor/ui/settings/content/edit-panel/viz-conf.d.ts +1 -1
  735. package/dist/dashboard-editor/ui/settings/content/edit-queries/index.d.ts +1 -1
  736. package/dist/dashboard-editor/ui/settings/content/edit-query/index.d.ts +1 -1
  737. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/index.d.ts +3 -2
  738. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/copy.d.ts +2 -1
  739. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/delete.d.ts +2 -1
  740. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/external-link.d.ts +2 -1
  741. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/more.d.ts +2 -1
  742. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/merico-icons/play.d.ts +2 -1
  743. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/more-actions.d.ts +3 -2
  744. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table-with-pagination.d.ts +1 -1
  745. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table.d.ts +2 -1
  746. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/data-table.style.d.ts +1 -0
  747. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/pagination-control.d.ts +3 -2
  748. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/preview-data.d.ts +3 -2
  749. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-data/query-state-message.d.ts +3 -2
  750. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/preview-query-and-vars/preview-query-and-vars.d.ts +3 -2
  751. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/derived-calculations.d.ts +3 -2
  752. 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
  753. 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
  754. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/dimension-icon.d.ts +3 -2
  755. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/dimension.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/number.d.ts +1 -1
  757. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/dimension-selector/dimension-icon/string.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-selector.d.ts +3 -2
  759. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/edit-metric-query.d.ts +3 -2
  760. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/link-metrics-to-time-and-step.d.ts +3 -2
  761. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/link-metrics-to-variables.d.ts +3 -2
  762. 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 +3 -2
  763. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/run-by-checkbox.d.ts +3 -2
  764. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/set-groupby-metrics.d.ts +3 -2
  765. 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
  766. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/time-query-switch.d.ts +3 -2
  767. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/edit-metric-query/variable-selector.d.ts +3 -2
  768. 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
  769. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/query-tabs/query-tabs.d.ts +3 -2
  770. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/run-query.d.ts +3 -2
  771. package/dist/dashboard-editor/ui/settings/content/edit-query/merico-metric-query-editor-form/select-metric.d.ts +3 -2
  772. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +3 -2
  773. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -1
  774. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +3 -2
  775. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +3 -2
  776. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +3 -2
  777. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -1
  778. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +2 -1
  779. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -1
  780. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +1 -1
  781. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +1 -1
  782. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/query-dependency.d.ts +2 -1
  783. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/transform/index.d.ts +2 -1
  784. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/index.d.ts +1 -1
  785. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +2 -1
  786. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/preview-snippet.d.ts +1 -1
  787. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippets/index.d.ts +1 -1
  788. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -1
  789. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -1
  790. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -1
  791. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -1
  792. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +1 -1
  793. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +2 -1
  794. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +373 -372
  795. package/dist/dashboard-editor/ui/settings/content/edit-view/index.d.ts +1 -1
  796. package/dist/dashboard-editor/ui/settings/content/index.d.ts +1 -1
  797. package/dist/dashboard-editor/ui/settings/content/utils.d.ts +2 -1
  798. package/dist/dashboard-editor/ui/settings/content/view-query-vars/global-sql-snippets-table.d.ts +1 -1
  799. package/dist/dashboard-editor/ui/settings/content/view-query-vars/index.d.ts +1 -1
  800. package/dist/dashboard-editor/ui/settings/content/view-query-vars/query-variables-guide.d.ts +2 -2
  801. package/dist/dashboard-editor/ui/settings/content/view-query-vars/query-variables-modal.d.ts +1 -1
  802. package/dist/dashboard-editor/ui/settings/index.d.ts +1 -1
  803. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-filter.d.ts +1 -1
  804. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-panel.d.ts +1 -1
  805. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-query.d.ts +1 -1
  806. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-sql-snippet.d.ts +1 -1
  807. package/dist/dashboard-editor/ui/settings/navbar/action-button/add-a-view.d.ts +1 -1
  808. package/dist/dashboard-editor/ui/settings/navbar/action-button/filters-settings-button.d.ts +1 -1
  809. package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +3 -2
  810. package/dist/dashboard-editor/ui/settings/navbar/action-button/queries-settings-button.d.ts +1 -1
  811. package/dist/dashboard-editor/ui/settings/navbar/action-button/sql-snippets-settings-button.d.ts +1 -1
  812. package/dist/dashboard-editor/ui/settings/navbar/index.d.ts +1 -1
  813. package/dist/dashboard-editor/ui/settings/navbar/nav-links.d.ts +1 -1
  814. package/dist/dashboard-render/dashboard-render.d.ts +2 -1
  815. package/dist/dashboard-render/model/types.d.ts +1 -0
  816. package/dist/dashboard.es.js +144 -139
  817. package/dist/dashboard.umd.js +3 -3
  818. package/dist/i18n/i18n.d.ts +2 -1
  819. package/dist/i18n/i18next-context.d.ts +3 -2
  820. package/dist/index.d.ts +2 -1
  821. package/dist/interactions/attachment-instance-manager.d.ts +1 -0
  822. package/dist/interactions/components/interaction-settings.d.ts +3 -2
  823. package/dist/interactions/components/operation-select.d.ts +2 -1
  824. package/dist/interactions/components/trigger-config-model.d.ts +1 -0
  825. package/dist/interactions/components/trigger-select.d.ts +3 -2
  826. package/dist/interactions/components/variable-list.d.ts +2 -1
  827. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +1 -0
  828. package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -0
  829. package/dist/interactions/interaction-manager.d.ts +1 -0
  830. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -1
  831. package/dist/interactions/interactions-viewer/data/index.d.ts +3 -2
  832. package/dist/interactions/interactions-viewer/data/nodes.d.ts +1 -0
  833. package/dist/interactions/interactions-viewer/data/position.d.ts +1 -0
  834. package/dist/interactions/interactions-viewer/data/types.d.ts +2 -1
  835. package/dist/interactions/interactions-viewer/index.d.ts +1 -1
  836. package/dist/interactions/interactions-viewer/node-with-interactions/index.d.ts +3 -3
  837. package/dist/interactions/interactions-viewer/node-with-interactions/lines.d.ts +2 -1
  838. package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -1
  839. package/dist/interactions/interactions-viewer/viewer.d.ts +2 -1
  840. package/dist/interactions/null-interaction-manager.d.ts +1 -0
  841. package/dist/interactions/operation/operation-manager-impl.d.ts +1 -0
  842. package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -0
  843. package/dist/interactions/operation/operations/console-log.d.ts +1 -0
  844. package/dist/interactions/operation/operations/index.d.ts +1 -0
  845. package/dist/interactions/operation/operations/open-link.d.ts +1 -0
  846. package/dist/interactions/operation/operations/open-view.d.ts +1 -0
  847. package/dist/interactions/operation/operations/scroll-to-panel.d.ts +1 -0
  848. package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -0
  849. package/dist/interactions/operation/operations/switch-tab.d.ts +1 -0
  850. package/dist/interactions/temp-hack.d.ts +1 -0
  851. package/dist/interactions/test/helpers.d.ts +1 -0
  852. package/dist/interactions/trigger/trigger-manager-impl.d.ts +1 -0
  853. package/dist/model/meta-model/context/context.d.ts +8 -8
  854. package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +78 -77
  855. package/dist/model/meta-model/dashboard/content/filter/types.d.ts +1 -1
  856. package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +12 -11
  857. package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +24 -23
  858. package/dist/model/meta-model/dashboard/content/filter/widgets/merico-date-range.d.ts +20 -19
  859. package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +71 -70
  860. package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +15 -14
  861. package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +66 -65
  862. package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +12 -11
  863. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select-base.d.ts +17 -16
  864. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +78 -77
  865. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-single-select.d.ts +77 -76
  866. package/dist/model/meta-model/dashboard/content/initial-content.d.ts +1 -0
  867. package/dist/model/meta-model/dashboard/content/layout/layout-item.d.ts +12 -11
  868. package/dist/model/meta-model/dashboard/content/layout/layout-set.d.ts +38 -37
  869. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +5 -4
  870. package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +858 -857
  871. package/dist/model/meta-model/dashboard/content/panel/style/border.d.ts +3 -3
  872. package/dist/model/meta-model/dashboard/content/panel/style/index.d.ts +7 -6
  873. package/dist/model/meta-model/dashboard/content/panel/title.d.ts +3 -3
  874. package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +471 -470
  875. package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +6 -5
  876. package/dist/model/meta-model/dashboard/content/query/db-query.d.ts +13 -12
  877. package/dist/model/meta-model/dashboard/content/query/http-query.d.ts +15 -14
  878. package/dist/model/meta-model/dashboard/content/query/merico-metric-query.d.ts +129 -128
  879. package/dist/model/meta-model/dashboard/content/query/query.d.ts +163 -162
  880. package/dist/model/meta-model/dashboard/content/query/transform-query.d.ts +21 -20
  881. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +5 -4
  882. package/dist/model/meta-model/dashboard/content/types.d.ts +1 -0
  883. package/dist/model/meta-model/dashboard/content/view/view.d.ts +94 -93
  884. package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +8 -7
  885. package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +26 -25
  886. package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +73 -72
  887. package/dist/model/meta-model/datasources/datasource.d.ts +8 -7
  888. package/dist/model/meta-model/datasources/datasources.d.ts +17 -16
  889. package/dist/model/meta-model/global-sql-snippets/global-sql-snippet.d.ts +7 -7
  890. package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +17 -16
  891. package/dist/model/render-model/dashboard/content/filters/filters.d.ts +504 -503
  892. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +2 -1
  893. package/dist/model/render-model/dashboard/content/layouts/layouts.d.ts +228 -227
  894. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +2646 -6924
  895. package/dist/model/render-model/dashboard/content/panels/types.d.ts +8 -7
  896. package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +157 -156
  897. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +3462 -3461
  898. package/dist/model/render-model/dashboard/content/queries/query.d.ts +177 -176
  899. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +6 -5
  900. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +19 -18
  901. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -0
  902. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -1
  903. package/dist/model/render-model/dashboard/content/views/view.d.ts +115 -114
  904. package/dist/model/render-model/dashboard/content/views/views.d.ts +2120 -2119
  905. package/dist/model/utils/draft.d.ts +1 -0
  906. package/dist/shared/api-client/default-api-client.d.ts +1 -0
  907. package/dist/shared/api-client/facade-api-client.d.ts +1 -0
  908. package/dist/shared/api-client/types.d.ts +1 -0
  909. package/dist/shared/api-client/utils.d.ts +1 -0
  910. package/dist/stats.html +1 -1
  911. package/dist/styles/common-html-content-style.d.ts +1 -0
  912. package/dist/styles/default-echarts-options/index.d.ts +3 -3
  913. package/dist/styles/default-echarts-options/tooltip.d.ts +1 -0
  914. package/dist/styles/default-echarts-options/x-axis.d.ts +1 -0
  915. package/dist/styles/default-echarts-options/y-axis.d.ts +1 -0
  916. package/dist/styles/viz-box.d.ts +3 -2
  917. package/dist/types/dashboard.d.ts +3 -2
  918. package/dist/types/plugin/index.d.ts +3 -2
  919. package/dist/utils/color-feed.d.ts +1 -0
  920. package/dist/utils/dashboard-state.d.ts +1 -0
  921. package/dist/utils/data.d.ts +1 -0
  922. package/dist/utils/diff-json.d.ts +1 -0
  923. package/dist/utils/error-boundary.d.ts +4 -3
  924. package/dist/utils/function-utils.d.ts +6 -5
  925. package/dist/utils/http-query.d.ts +1 -0
  926. package/dist/utils/mantine.d.ts +1 -0
  927. package/dist/utils/rich-text/parse-rich-text-content.d.ts +2 -1
  928. package/dist/utils/sql.d.ts +1 -0
  929. package/dist/utils/template/editor/template-input.d.ts +3 -2
  930. package/dist/utils/template/editor/utils.d.ts +1 -0
  931. package/dist/utils/template/render/render-jsx.d.ts +1 -0
  932. package/dist/utils/template/render/render-string.d.ts +2 -2
  933. package/dist/utils/template/types.d.ts +2 -1
  934. package/dist/utils/template/utils.d.ts +1 -0
  935. package/dist/version.json +2 -2
  936. package/package.json +1 -1
@@ -1,20 +1,21 @@
1
- import { type IObservableArray } from 'mobx';
1
+ import { IObservableArray } from 'mobx';
2
2
  import { Instance } from 'mobx-state-tree';
3
3
  import { FilterModelSnapshotOut } from '../../../../../dashboard-editor';
4
4
  import { IContentRenderModel } from '../../../../../dashboard-render';
5
- import { ContextRecordType, DashboardFilterType, FilterValuesType, type IFilterMeta, TDashboardStateItem } from '../../../../../model';
6
- import type { TSelectOption } from '../../../../../model/meta-model/dashboard/content/filter/widgets/select-base';
7
- export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
8
- current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
9
- id: import("mobx-state-tree").ISimpleType<string>;
10
- key: import("mobx-state-tree").ISimpleType<string>;
11
- label: import("mobx-state-tree").ISimpleType<string>;
12
- order: import("mobx-state-tree").ISimpleType<number>;
13
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
14
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
15
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
16
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
17
- config: import("mobx-state-tree").ITypeUnion<any, {
5
+ import { ContextRecordType, DashboardFilterType, FilterValuesType, IFilterMeta, TDashboardStateItem } from '../../../..';
6
+ import { TSelectOption } from '../../../../meta-model/dashboard/content/filter/widgets/select-base';
7
+
8
+ export declare const FiltersRenderModel: import('mobx-state-tree').IModelType<{
9
+ current: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
10
+ id: import('mobx-state-tree').ISimpleType<string>;
11
+ key: import('mobx-state-tree').ISimpleType<string>;
12
+ label: import('mobx-state-tree').ISimpleType<string>;
13
+ order: import('mobx-state-tree').ISimpleType<number>;
14
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
15
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
16
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
17
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
18
+ config: import('mobx-state-tree').ITypeUnion<any, {
18
19
  default_value: (string | null)[];
19
20
  required: boolean;
20
21
  _name: "date-range";
@@ -30,81 +31,81 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
30
31
  inputFormat: "YYYY/MM/DD";
31
32
  default_shortcut: string;
32
33
  default_step: string;
33
- } | import("mobx-state-tree").ModelSnapshotType<{
34
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
35
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
36
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
37
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
34
+ } | import('mobx-state-tree').ModelSnapshotType<{
35
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
36
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
37
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
38
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
38
39
  } & {
39
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
40
- label: import("mobx-state-tree").ISimpleType<string>;
41
- value: import("mobx-state-tree").ISimpleType<string>;
40
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
41
+ label: import('mobx-state-tree').ISimpleType<string>;
42
+ value: import('mobx-state-tree').ISimpleType<string>;
42
43
  }, {
43
44
  setLabel(label: string): void;
44
45
  setValue(value: string): void;
45
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
46
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
47
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
48
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
49
- }> | import("mobx-state-tree").ModelSnapshotType<{
50
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
51
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
52
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
46
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
47
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
48
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
49
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
50
+ }> | import('mobx-state-tree').ModelSnapshotType<{
51
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
52
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
53
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
53
54
  } & {
54
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
55
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
55
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
56
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
56
57
  } & {
57
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
58
- label: import("mobx-state-tree").ISimpleType<string>;
59
- value: import("mobx-state-tree").ISimpleType<string>;
58
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
59
+ label: import('mobx-state-tree').ISimpleType<string>;
60
+ value: import('mobx-state-tree').ISimpleType<string>;
60
61
  }, {
61
62
  setLabel(label: string): void;
62
63
  setValue(value: string): void;
63
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
64
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
65
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
66
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
67
- }> | import("mobx-state-tree").ModelSnapshotType<{
68
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
69
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
64
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
65
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
66
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
67
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
68
+ }> | import('mobx-state-tree').ModelSnapshotType<{
69
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
70
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
70
71
  } & {
71
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
72
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
72
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
73
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
73
74
  } & {
74
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
75
- label: import("mobx-state-tree").ISimpleType<string>;
76
- value: import("mobx-state-tree").ISimpleType<string>;
75
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
76
+ label: import('mobx-state-tree').ISimpleType<string>;
77
+ value: import('mobx-state-tree').ISimpleType<string>;
77
78
  }, {
78
79
  setLabel(label: string): void;
79
80
  setValue(value: string): void;
80
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
81
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
82
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
83
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
84
- }> | import("mobx-state-tree").ModelSnapshotType<{
85
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
86
- required: import("mobx-state-tree").ISimpleType<boolean>;
87
- default_value: import("mobx-state-tree").ISimpleType<string>;
88
- }> | import("mobx-state-tree").ModelSnapshotType<{
89
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
90
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
91
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
92
- }> | import("mobx-state-tree").ModelSnapshotType<{
93
- _name: import("mobx-state-tree").ISimpleType<"select">;
94
- default_value: import("mobx-state-tree").ISimpleType<string>;
95
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
96
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
81
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
82
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
83
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
84
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
85
+ }> | import('mobx-state-tree').ModelSnapshotType<{
86
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
87
+ required: import('mobx-state-tree').ISimpleType<boolean>;
88
+ default_value: import('mobx-state-tree').ISimpleType<string>;
89
+ }> | import('mobx-state-tree').ModelSnapshotType<{
90
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
91
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
92
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
93
+ }> | import('mobx-state-tree').ModelSnapshotType<{
94
+ _name: import('mobx-state-tree').ISimpleType<"select">;
95
+ default_value: import('mobx-state-tree').ISimpleType<string>;
96
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
97
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
97
98
  } & {
98
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
99
- label: import("mobx-state-tree").ISimpleType<string>;
100
- value: import("mobx-state-tree").ISimpleType<string>;
99
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
100
+ label: import('mobx-state-tree').ISimpleType<string>;
101
+ value: import('mobx-state-tree').ISimpleType<string>;
101
102
  }, {
102
103
  setLabel(label: string): void;
103
104
  setValue(value: string): void;
104
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
105
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
106
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
107
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
105
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
106
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
107
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
108
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
108
109
  }>, any>;
109
110
  }, {
110
111
  readonly contentModel: any;
@@ -124,7 +125,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
124
125
  order: number;
125
126
  config: any;
126
127
  auto_submit: boolean;
127
- 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>>>;
128
+ 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>>>;
128
129
  default_value_func: string;
129
130
  };
130
131
  readonly visibleInViewsIDSet: Set<string>;
@@ -139,8 +140,8 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
139
140
  setVisibleInViewsIDs(ids: string[]): void;
140
141
  setAutoSubmit(v: boolean): void;
141
142
  setDefaultValueFunc(v: string): void;
142
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
143
- values: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IType<any, any, any>, [undefined]>;
143
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
144
+ values: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IType<any, any, any>, [undefined]>;
144
145
  }, {
145
146
  readonly json: {
146
147
  id: string;
@@ -150,7 +151,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
150
151
  order: number;
151
152
  config: any;
152
153
  auto_submit: boolean;
153
- 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>>>;
154
+ 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>>>;
154
155
  default_value_func: string;
155
156
  }[];
156
157
  readonly valuesString: string;
@@ -168,12 +169,12 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
168
169
  key: string;
169
170
  label: string;
170
171
  order: number;
171
- 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>>>;
172
+ 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>>>;
172
173
  auto_submit: boolean;
173
174
  default_value_func: string;
174
175
  type: DashboardFilterType;
175
176
  config: any;
176
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
177
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
177
178
  readonly contentModel: any;
178
179
  readonly filters: any;
179
180
  readonly value: any;
@@ -191,7 +192,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
191
192
  order: number;
192
193
  config: any;
193
194
  auto_submit: boolean;
194
- 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>>>;
195
+ 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>>>;
195
196
  default_value_func: string;
196
197
  };
197
198
  readonly visibleInViewsIDSet: Set<string>;
@@ -206,16 +207,16 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
206
207
  setVisibleInViewsIDs(ids: string[]): void;
207
208
  setAutoSubmit(v: boolean): void;
208
209
  setDefaultValueFunc(v: string): void;
209
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
210
- id: import("mobx-state-tree").ISimpleType<string>;
211
- key: import("mobx-state-tree").ISimpleType<string>;
212
- label: import("mobx-state-tree").ISimpleType<string>;
213
- order: import("mobx-state-tree").ISimpleType<number>;
214
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
215
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
216
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
217
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
218
- config: import("mobx-state-tree").ITypeUnion<any, {
210
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
211
+ id: import('mobx-state-tree').ISimpleType<string>;
212
+ key: import('mobx-state-tree').ISimpleType<string>;
213
+ label: import('mobx-state-tree').ISimpleType<string>;
214
+ order: import('mobx-state-tree').ISimpleType<number>;
215
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
216
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
217
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
218
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
219
+ config: import('mobx-state-tree').ITypeUnion<any, {
219
220
  default_value: (string | null)[];
220
221
  required: boolean;
221
222
  _name: "date-range";
@@ -231,81 +232,81 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
231
232
  inputFormat: "YYYY/MM/DD";
232
233
  default_shortcut: string;
233
234
  default_step: string;
234
- } | import("mobx-state-tree").ModelSnapshotType<{
235
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
236
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
237
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
238
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
235
+ } | import('mobx-state-tree').ModelSnapshotType<{
236
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
237
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
238
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
239
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
239
240
  } & {
240
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
241
- label: import("mobx-state-tree").ISimpleType<string>;
242
- value: import("mobx-state-tree").ISimpleType<string>;
241
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
242
+ label: import('mobx-state-tree').ISimpleType<string>;
243
+ value: import('mobx-state-tree').ISimpleType<string>;
243
244
  }, {
244
245
  setLabel(label: string): void;
245
246
  setValue(value: string): void;
246
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
247
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
248
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
249
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
250
- }> | import("mobx-state-tree").ModelSnapshotType<{
251
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
252
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
253
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
247
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
248
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
249
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
250
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
251
+ }> | import('mobx-state-tree').ModelSnapshotType<{
252
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
253
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
254
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
254
255
  } & {
255
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
256
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
256
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
257
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
257
258
  } & {
258
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
259
- label: import("mobx-state-tree").ISimpleType<string>;
260
- value: import("mobx-state-tree").ISimpleType<string>;
259
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
260
+ label: import('mobx-state-tree').ISimpleType<string>;
261
+ value: import('mobx-state-tree').ISimpleType<string>;
261
262
  }, {
262
263
  setLabel(label: string): void;
263
264
  setValue(value: string): void;
264
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
265
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
266
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
267
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
268
- }> | import("mobx-state-tree").ModelSnapshotType<{
269
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
270
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
265
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
266
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
267
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
268
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
269
+ }> | import('mobx-state-tree').ModelSnapshotType<{
270
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
271
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
271
272
  } & {
272
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
273
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
273
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
274
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
274
275
  } & {
275
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
276
- label: import("mobx-state-tree").ISimpleType<string>;
277
- value: import("mobx-state-tree").ISimpleType<string>;
276
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
277
+ label: import('mobx-state-tree').ISimpleType<string>;
278
+ value: import('mobx-state-tree').ISimpleType<string>;
278
279
  }, {
279
280
  setLabel(label: string): void;
280
281
  setValue(value: string): void;
281
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
282
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
283
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
284
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
285
- }> | import("mobx-state-tree").ModelSnapshotType<{
286
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
287
- required: import("mobx-state-tree").ISimpleType<boolean>;
288
- default_value: import("mobx-state-tree").ISimpleType<string>;
289
- }> | import("mobx-state-tree").ModelSnapshotType<{
290
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
291
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
292
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
293
- }> | import("mobx-state-tree").ModelSnapshotType<{
294
- _name: import("mobx-state-tree").ISimpleType<"select">;
295
- default_value: import("mobx-state-tree").ISimpleType<string>;
296
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
297
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
282
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
283
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
284
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
285
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
286
+ }> | import('mobx-state-tree').ModelSnapshotType<{
287
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
288
+ required: import('mobx-state-tree').ISimpleType<boolean>;
289
+ default_value: import('mobx-state-tree').ISimpleType<string>;
290
+ }> | import('mobx-state-tree').ModelSnapshotType<{
291
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
292
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
293
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
294
+ }> | import('mobx-state-tree').ModelSnapshotType<{
295
+ _name: import('mobx-state-tree').ISimpleType<"select">;
296
+ default_value: import('mobx-state-tree').ISimpleType<string>;
297
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
298
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
298
299
  } & {
299
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
300
- label: import("mobx-state-tree").ISimpleType<string>;
301
- value: import("mobx-state-tree").ISimpleType<string>;
300
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
301
+ label: import('mobx-state-tree').ISimpleType<string>;
302
+ value: import('mobx-state-tree').ISimpleType<string>;
302
303
  }, {
303
304
  setLabel(label: string): void;
304
305
  setValue(value: string): void;
305
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
306
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
307
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
308
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
306
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
307
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
308
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
309
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
309
310
  }>, any>;
310
311
  }, {
311
312
  readonly contentModel: any;
@@ -325,7 +326,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
325
326
  order: number;
326
327
  config: any;
327
328
  auto_submit: boolean;
328
- 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>>>;
329
+ 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>>>;
329
330
  default_value_func: string;
330
331
  };
331
332
  readonly visibleInViewsIDSet: Set<string>;
@@ -340,18 +341,18 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
340
341
  setVisibleInViewsIDs(ids: string[]): void;
341
342
  setAutoSubmit(v: boolean): void;
342
343
  setDefaultValueFunc(v: string): void;
343
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
344
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>) | undefined;
344
345
  findByKey(key: string): ({
345
346
  id: string;
346
347
  key: string;
347
348
  label: string;
348
349
  order: number;
349
- 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>>>;
350
+ 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>>>;
350
351
  auto_submit: boolean;
351
352
  default_value_func: string;
352
353
  type: DashboardFilterType;
353
354
  config: any;
354
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
355
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
355
356
  readonly contentModel: any;
356
357
  readonly filters: any;
357
358
  readonly value: any;
@@ -369,7 +370,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
369
370
  order: number;
370
371
  config: any;
371
372
  auto_submit: boolean;
372
- 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>>>;
373
+ 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>>>;
373
374
  default_value_func: string;
374
375
  };
375
376
  readonly visibleInViewsIDSet: Set<string>;
@@ -384,16 +385,16 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
384
385
  setVisibleInViewsIDs(ids: string[]): void;
385
386
  setAutoSubmit(v: boolean): void;
386
387
  setDefaultValueFunc(v: string): void;
387
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
388
- id: import("mobx-state-tree").ISimpleType<string>;
389
- key: import("mobx-state-tree").ISimpleType<string>;
390
- label: import("mobx-state-tree").ISimpleType<string>;
391
- order: import("mobx-state-tree").ISimpleType<number>;
392
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
393
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
394
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
395
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
396
- config: import("mobx-state-tree").ITypeUnion<any, {
388
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
389
+ id: import('mobx-state-tree').ISimpleType<string>;
390
+ key: import('mobx-state-tree').ISimpleType<string>;
391
+ label: import('mobx-state-tree').ISimpleType<string>;
392
+ order: import('mobx-state-tree').ISimpleType<number>;
393
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
394
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
395
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
396
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
397
+ config: import('mobx-state-tree').ITypeUnion<any, {
397
398
  default_value: (string | null)[];
398
399
  required: boolean;
399
400
  _name: "date-range";
@@ -409,81 +410,81 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
409
410
  inputFormat: "YYYY/MM/DD";
410
411
  default_shortcut: string;
411
412
  default_step: string;
412
- } | import("mobx-state-tree").ModelSnapshotType<{
413
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
414
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
415
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
416
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
413
+ } | import('mobx-state-tree').ModelSnapshotType<{
414
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
415
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
416
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
417
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
417
418
  } & {
418
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
419
- label: import("mobx-state-tree").ISimpleType<string>;
420
- value: import("mobx-state-tree").ISimpleType<string>;
419
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
420
+ label: import('mobx-state-tree').ISimpleType<string>;
421
+ value: import('mobx-state-tree').ISimpleType<string>;
421
422
  }, {
422
423
  setLabel(label: string): void;
423
424
  setValue(value: string): void;
424
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
425
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
426
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
427
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
428
- }> | import("mobx-state-tree").ModelSnapshotType<{
429
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
430
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
431
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
425
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
426
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
427
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
428
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
429
+ }> | import('mobx-state-tree').ModelSnapshotType<{
430
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
431
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
432
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
432
433
  } & {
433
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
434
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
434
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
435
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
435
436
  } & {
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>;
437
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
438
+ label: import('mobx-state-tree').ISimpleType<string>;
439
+ value: import('mobx-state-tree').ISimpleType<string>;
439
440
  }, {
440
441
  setLabel(label: string): void;
441
442
  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]>;
446
- }> | import("mobx-state-tree").ModelSnapshotType<{
447
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
448
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
443
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
444
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
445
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
446
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
447
+ }> | import('mobx-state-tree').ModelSnapshotType<{
448
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
449
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
449
450
  } & {
450
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
451
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
451
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
452
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
452
453
  } & {
453
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
454
- label: import("mobx-state-tree").ISimpleType<string>;
455
- value: import("mobx-state-tree").ISimpleType<string>;
454
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
455
+ label: import('mobx-state-tree').ISimpleType<string>;
456
+ value: import('mobx-state-tree').ISimpleType<string>;
456
457
  }, {
457
458
  setLabel(label: string): void;
458
459
  setValue(value: string): void;
459
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
460
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
461
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
462
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
463
- }> | import("mobx-state-tree").ModelSnapshotType<{
464
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
465
- required: import("mobx-state-tree").ISimpleType<boolean>;
466
- default_value: import("mobx-state-tree").ISimpleType<string>;
467
- }> | import("mobx-state-tree").ModelSnapshotType<{
468
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
469
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
470
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
471
- }> | import("mobx-state-tree").ModelSnapshotType<{
472
- _name: import("mobx-state-tree").ISimpleType<"select">;
473
- default_value: import("mobx-state-tree").ISimpleType<string>;
474
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
475
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
460
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
461
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
462
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
463
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
464
+ }> | import('mobx-state-tree').ModelSnapshotType<{
465
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
466
+ required: import('mobx-state-tree').ISimpleType<boolean>;
467
+ default_value: import('mobx-state-tree').ISimpleType<string>;
468
+ }> | import('mobx-state-tree').ModelSnapshotType<{
469
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
470
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
471
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
472
+ }> | import('mobx-state-tree').ModelSnapshotType<{
473
+ _name: import('mobx-state-tree').ISimpleType<"select">;
474
+ default_value: import('mobx-state-tree').ISimpleType<string>;
475
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
476
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
476
477
  } & {
477
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
478
- label: import("mobx-state-tree").ISimpleType<string>;
479
- value: import("mobx-state-tree").ISimpleType<string>;
478
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
479
+ label: import('mobx-state-tree').ISimpleType<string>;
480
+ value: import('mobx-state-tree').ISimpleType<string>;
480
481
  }, {
481
482
  setLabel(label: string): void;
482
483
  setValue(value: string): void;
483
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
484
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
485
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
486
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
484
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
485
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
486
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
487
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
487
488
  }>, any>;
488
489
  }, {
489
490
  readonly contentModel: any;
@@ -503,7 +504,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
503
504
  order: number;
504
505
  config: any;
505
506
  auto_submit: boolean;
506
- 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>>>;
507
+ 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>>>;
507
508
  default_value_func: string;
508
509
  };
509
510
  readonly visibleInViewsIDSet: Set<string>;
@@ -518,18 +519,18 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
518
519
  setVisibleInViewsIDs(ids: string[]): void;
519
520
  setAutoSubmit(v: boolean): void;
520
521
  setDefaultValueFunc(v: string): void;
521
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
522
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>) | undefined;
522
523
  findByIDSet(idset: Set<string>): ({
523
524
  id: string;
524
525
  key: string;
525
526
  label: string;
526
527
  order: number;
527
- 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>>>;
528
+ 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>>>;
528
529
  auto_submit: boolean;
529
530
  default_value_func: string;
530
531
  type: DashboardFilterType;
531
532
  config: any;
532
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
533
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
533
534
  readonly contentModel: any;
534
535
  readonly filters: any;
535
536
  readonly value: any;
@@ -547,7 +548,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
547
548
  order: number;
548
549
  config: any;
549
550
  auto_submit: boolean;
550
- 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>>>;
551
+ 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>>>;
551
552
  default_value_func: string;
552
553
  };
553
554
  readonly visibleInViewsIDSet: Set<string>;
@@ -562,16 +563,16 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
562
563
  setVisibleInViewsIDs(ids: string[]): void;
563
564
  setAutoSubmit(v: boolean): void;
564
565
  setDefaultValueFunc(v: string): void;
565
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
566
- id: import("mobx-state-tree").ISimpleType<string>;
567
- key: import("mobx-state-tree").ISimpleType<string>;
568
- label: import("mobx-state-tree").ISimpleType<string>;
569
- order: import("mobx-state-tree").ISimpleType<number>;
570
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
571
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
572
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
573
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
574
- config: import("mobx-state-tree").ITypeUnion<any, {
566
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
567
+ id: import('mobx-state-tree').ISimpleType<string>;
568
+ key: import('mobx-state-tree').ISimpleType<string>;
569
+ label: import('mobx-state-tree').ISimpleType<string>;
570
+ order: import('mobx-state-tree').ISimpleType<number>;
571
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
572
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
573
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
574
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
575
+ config: import('mobx-state-tree').ITypeUnion<any, {
575
576
  default_value: (string | null)[];
576
577
  required: boolean;
577
578
  _name: "date-range";
@@ -587,81 +588,81 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
587
588
  inputFormat: "YYYY/MM/DD";
588
589
  default_shortcut: string;
589
590
  default_step: string;
590
- } | import("mobx-state-tree").ModelSnapshotType<{
591
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
592
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
593
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
594
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
591
+ } | import('mobx-state-tree').ModelSnapshotType<{
592
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
593
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
594
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
595
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
595
596
  } & {
596
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
597
- label: import("mobx-state-tree").ISimpleType<string>;
598
- value: import("mobx-state-tree").ISimpleType<string>;
597
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
598
+ label: import('mobx-state-tree').ISimpleType<string>;
599
+ value: import('mobx-state-tree').ISimpleType<string>;
599
600
  }, {
600
601
  setLabel(label: string): void;
601
602
  setValue(value: string): void;
602
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
603
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
604
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
605
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
606
- }> | import("mobx-state-tree").ModelSnapshotType<{
607
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
608
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
609
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
603
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
604
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
605
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
606
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
607
+ }> | import('mobx-state-tree').ModelSnapshotType<{
608
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
609
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
610
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
610
611
  } & {
611
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
612
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
612
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
613
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
613
614
  } & {
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>;
615
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
616
+ label: import('mobx-state-tree').ISimpleType<string>;
617
+ value: import('mobx-state-tree').ISimpleType<string>;
617
618
  }, {
618
619
  setLabel(label: string): void;
619
620
  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]>;
624
- }> | import("mobx-state-tree").ModelSnapshotType<{
625
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
626
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
621
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
622
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
623
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
624
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
625
+ }> | import('mobx-state-tree').ModelSnapshotType<{
626
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
627
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
627
628
  } & {
628
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
629
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
629
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
630
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
630
631
  } & {
631
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
632
- label: import("mobx-state-tree").ISimpleType<string>;
633
- value: import("mobx-state-tree").ISimpleType<string>;
632
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
633
+ label: import('mobx-state-tree').ISimpleType<string>;
634
+ value: import('mobx-state-tree').ISimpleType<string>;
634
635
  }, {
635
636
  setLabel(label: string): void;
636
637
  setValue(value: string): void;
637
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
638
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
639
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
640
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
641
- }> | import("mobx-state-tree").ModelSnapshotType<{
642
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
643
- required: import("mobx-state-tree").ISimpleType<boolean>;
644
- default_value: import("mobx-state-tree").ISimpleType<string>;
645
- }> | import("mobx-state-tree").ModelSnapshotType<{
646
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
647
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
648
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
649
- }> | import("mobx-state-tree").ModelSnapshotType<{
650
- _name: import("mobx-state-tree").ISimpleType<"select">;
651
- default_value: import("mobx-state-tree").ISimpleType<string>;
652
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
653
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
638
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
639
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
640
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
641
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
642
+ }> | import('mobx-state-tree').ModelSnapshotType<{
643
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
644
+ required: import('mobx-state-tree').ISimpleType<boolean>;
645
+ default_value: import('mobx-state-tree').ISimpleType<string>;
646
+ }> | import('mobx-state-tree').ModelSnapshotType<{
647
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
648
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
649
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
650
+ }> | import('mobx-state-tree').ModelSnapshotType<{
651
+ _name: import('mobx-state-tree').ISimpleType<"select">;
652
+ default_value: import('mobx-state-tree').ISimpleType<string>;
653
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
654
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
654
655
  } & {
655
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
656
- label: import("mobx-state-tree").ISimpleType<string>;
657
- value: import("mobx-state-tree").ISimpleType<string>;
656
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
657
+ label: import('mobx-state-tree').ISimpleType<string>;
658
+ value: import('mobx-state-tree').ISimpleType<string>;
658
659
  }, {
659
660
  setLabel(label: string): void;
660
661
  setValue(value: string): void;
661
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
662
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
663
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
664
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
662
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
663
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
664
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
665
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
665
666
  }>, any>;
666
667
  }, {
667
668
  readonly contentModel: any;
@@ -681,7 +682,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
681
682
  order: number;
682
683
  config: any;
683
684
  auto_submit: boolean;
684
- 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>>>;
685
+ 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>>>;
685
686
  default_value_func: string;
686
687
  };
687
688
  readonly visibleInViewsIDSet: Set<string>;
@@ -696,18 +697,18 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
696
697
  setVisibleInViewsIDs(ids: string[]): void;
697
698
  setAutoSubmit(v: boolean): void;
698
699
  setDefaultValueFunc(v: string): void;
699
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
700
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>)[];
700
701
  readonly inOrder: ({
701
702
  id: string;
702
703
  key: string;
703
704
  label: string;
704
705
  order: number;
705
- 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>>>;
706
+ 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>>>;
706
707
  auto_submit: boolean;
707
708
  default_value_func: string;
708
709
  type: DashboardFilterType;
709
710
  config: any;
710
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
711
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
711
712
  readonly contentModel: any;
712
713
  readonly filters: any;
713
714
  readonly value: any;
@@ -725,7 +726,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
725
726
  order: number;
726
727
  config: any;
727
728
  auto_submit: boolean;
728
- 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>>>;
729
+ 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>>>;
729
730
  default_value_func: string;
730
731
  };
731
732
  readonly visibleInViewsIDSet: Set<string>;
@@ -740,16 +741,16 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
740
741
  setVisibleInViewsIDs(ids: string[]): void;
741
742
  setAutoSubmit(v: boolean): void;
742
743
  setDefaultValueFunc(v: string): void;
743
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
744
- id: import("mobx-state-tree").ISimpleType<string>;
745
- key: import("mobx-state-tree").ISimpleType<string>;
746
- label: import("mobx-state-tree").ISimpleType<string>;
747
- order: import("mobx-state-tree").ISimpleType<number>;
748
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
749
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
750
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
751
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
752
- config: import("mobx-state-tree").ITypeUnion<any, {
744
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
745
+ id: import('mobx-state-tree').ISimpleType<string>;
746
+ key: import('mobx-state-tree').ISimpleType<string>;
747
+ label: import('mobx-state-tree').ISimpleType<string>;
748
+ order: import('mobx-state-tree').ISimpleType<number>;
749
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
750
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
751
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
752
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
753
+ config: import('mobx-state-tree').ITypeUnion<any, {
753
754
  default_value: (string | null)[];
754
755
  required: boolean;
755
756
  _name: "date-range";
@@ -765,81 +766,81 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
765
766
  inputFormat: "YYYY/MM/DD";
766
767
  default_shortcut: string;
767
768
  default_step: string;
768
- } | import("mobx-state-tree").ModelSnapshotType<{
769
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
770
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
771
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
772
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
769
+ } | import('mobx-state-tree').ModelSnapshotType<{
770
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
771
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
772
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
773
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
773
774
  } & {
774
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
775
- label: import("mobx-state-tree").ISimpleType<string>;
776
- value: import("mobx-state-tree").ISimpleType<string>;
775
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
776
+ label: import('mobx-state-tree').ISimpleType<string>;
777
+ value: import('mobx-state-tree').ISimpleType<string>;
777
778
  }, {
778
779
  setLabel(label: string): void;
779
780
  setValue(value: string): void;
780
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
781
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
782
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
783
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
784
- }> | import("mobx-state-tree").ModelSnapshotType<{
785
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
786
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
787
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
781
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
782
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
783
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
784
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
785
+ }> | import('mobx-state-tree').ModelSnapshotType<{
786
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
787
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
788
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
788
789
  } & {
789
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
790
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
790
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
791
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
791
792
  } & {
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>;
793
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
794
+ label: import('mobx-state-tree').ISimpleType<string>;
795
+ value: import('mobx-state-tree').ISimpleType<string>;
795
796
  }, {
796
797
  setLabel(label: string): void;
797
798
  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]>;
802
- }> | import("mobx-state-tree").ModelSnapshotType<{
803
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
804
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
799
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
800
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
801
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
802
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
803
+ }> | import('mobx-state-tree').ModelSnapshotType<{
804
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
805
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
805
806
  } & {
806
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
807
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
807
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
808
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
808
809
  } & {
809
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
810
- label: import("mobx-state-tree").ISimpleType<string>;
811
- value: import("mobx-state-tree").ISimpleType<string>;
810
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
811
+ label: import('mobx-state-tree').ISimpleType<string>;
812
+ value: import('mobx-state-tree').ISimpleType<string>;
812
813
  }, {
813
814
  setLabel(label: string): void;
814
815
  setValue(value: string): void;
815
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
816
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
817
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
818
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
819
- }> | import("mobx-state-tree").ModelSnapshotType<{
820
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
821
- required: import("mobx-state-tree").ISimpleType<boolean>;
822
- default_value: import("mobx-state-tree").ISimpleType<string>;
823
- }> | import("mobx-state-tree").ModelSnapshotType<{
824
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
825
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
826
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
827
- }> | import("mobx-state-tree").ModelSnapshotType<{
828
- _name: import("mobx-state-tree").ISimpleType<"select">;
829
- default_value: import("mobx-state-tree").ISimpleType<string>;
830
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
831
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
816
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
817
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
818
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
819
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
820
+ }> | import('mobx-state-tree').ModelSnapshotType<{
821
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
822
+ required: import('mobx-state-tree').ISimpleType<boolean>;
823
+ default_value: import('mobx-state-tree').ISimpleType<string>;
824
+ }> | import('mobx-state-tree').ModelSnapshotType<{
825
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
826
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
827
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
828
+ }> | import('mobx-state-tree').ModelSnapshotType<{
829
+ _name: import('mobx-state-tree').ISimpleType<"select">;
830
+ default_value: import('mobx-state-tree').ISimpleType<string>;
831
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
832
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
832
833
  } & {
833
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
834
- label: import("mobx-state-tree").ISimpleType<string>;
835
- value: import("mobx-state-tree").ISimpleType<string>;
834
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
835
+ label: import('mobx-state-tree').ISimpleType<string>;
836
+ value: import('mobx-state-tree').ISimpleType<string>;
836
837
  }, {
837
838
  setLabel(label: string): void;
838
839
  setValue(value: string): void;
839
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
840
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
841
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
842
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
840
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
841
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
842
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
843
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
843
844
  }>, any>;
844
845
  }, {
845
846
  readonly contentModel: any;
@@ -859,7 +860,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
859
860
  order: number;
860
861
  config: any;
861
862
  auto_submit: boolean;
862
- 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>>>;
863
+ 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>>>;
863
864
  default_value_func: string;
864
865
  };
865
866
  readonly visibleInViewsIDSet: Set<string>;
@@ -874,19 +875,19 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
874
875
  setVisibleInViewsIDs(ids: string[]): void;
875
876
  setAutoSubmit(v: boolean): void;
876
877
  setDefaultValueFunc(v: string): void;
877
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
878
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>)[];
878
879
  readonly empty: boolean;
879
880
  visibleInView(viewID: string): ({
880
881
  id: string;
881
882
  key: string;
882
883
  label: string;
883
884
  order: number;
884
- 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>>>;
885
+ 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>>>;
885
886
  auto_submit: boolean;
886
887
  default_value_func: string;
887
888
  type: DashboardFilterType;
888
889
  config: any;
889
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
890
+ } & import('mobx-state-tree/dist/internal').NonEmptyObject & {
890
891
  readonly contentModel: any;
891
892
  readonly filters: any;
892
893
  readonly value: any;
@@ -904,7 +905,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
904
905
  order: number;
905
906
  config: any;
906
907
  auto_submit: boolean;
907
- 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>>>;
908
+ 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>>>;
908
909
  default_value_func: string;
909
910
  };
910
911
  readonly visibleInViewsIDSet: Set<string>;
@@ -919,16 +920,16 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
919
920
  setVisibleInViewsIDs(ids: string[]): void;
920
921
  setAutoSubmit(v: boolean): void;
921
922
  setDefaultValueFunc(v: string): void;
922
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
923
- id: import("mobx-state-tree").ISimpleType<string>;
924
- key: import("mobx-state-tree").ISimpleType<string>;
925
- label: import("mobx-state-tree").ISimpleType<string>;
926
- order: import("mobx-state-tree").ISimpleType<number>;
927
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
928
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
929
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
930
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
931
- config: import("mobx-state-tree").ITypeUnion<any, {
923
+ } & import('mobx-state-tree').IStateTreeNode<import('mobx-state-tree').IModelType<{
924
+ id: import('mobx-state-tree').ISimpleType<string>;
925
+ key: import('mobx-state-tree').ISimpleType<string>;
926
+ label: import('mobx-state-tree').ISimpleType<string>;
927
+ order: import('mobx-state-tree').ISimpleType<number>;
928
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
929
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
930
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
931
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
932
+ config: import('mobx-state-tree').ITypeUnion<any, {
932
933
  default_value: (string | null)[];
933
934
  required: boolean;
934
935
  _name: "date-range";
@@ -944,81 +945,81 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
944
945
  inputFormat: "YYYY/MM/DD";
945
946
  default_shortcut: string;
946
947
  default_step: string;
947
- } | import("mobx-state-tree").ModelSnapshotType<{
948
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
949
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
950
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
951
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
948
+ } | import('mobx-state-tree').ModelSnapshotType<{
949
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
950
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
951
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
952
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
952
953
  } & {
953
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
954
- label: import("mobx-state-tree").ISimpleType<string>;
955
- value: import("mobx-state-tree").ISimpleType<string>;
954
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
955
+ label: import('mobx-state-tree').ISimpleType<string>;
956
+ value: import('mobx-state-tree').ISimpleType<string>;
956
957
  }, {
957
958
  setLabel(label: string): void;
958
959
  setValue(value: string): void;
959
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
960
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
961
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
962
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
963
- }> | import("mobx-state-tree").ModelSnapshotType<{
964
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
965
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
966
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
960
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
961
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
962
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
963
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
964
+ }> | import('mobx-state-tree').ModelSnapshotType<{
965
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
966
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
967
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
967
968
  } & {
968
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
969
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
969
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
970
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
970
971
  } & {
971
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
972
- label: import("mobx-state-tree").ISimpleType<string>;
973
- value: import("mobx-state-tree").ISimpleType<string>;
972
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
973
+ label: import('mobx-state-tree').ISimpleType<string>;
974
+ value: import('mobx-state-tree').ISimpleType<string>;
974
975
  }, {
975
976
  setLabel(label: string): void;
976
977
  setValue(value: string): void;
977
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
978
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
979
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
980
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
981
- }> | import("mobx-state-tree").ModelSnapshotType<{
982
- _name: import("mobx-state-tree").ISimpleType<"tree-single-select">;
983
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
978
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
979
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
980
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
981
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
982
+ }> | import('mobx-state-tree').ModelSnapshotType<{
983
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
984
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
984
985
  } & {
985
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
986
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
986
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
987
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
987
988
  } & {
988
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
989
- label: import("mobx-state-tree").ISimpleType<string>;
990
- value: import("mobx-state-tree").ISimpleType<string>;
989
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
990
+ label: import('mobx-state-tree').ISimpleType<string>;
991
+ value: import('mobx-state-tree').ISimpleType<string>;
991
992
  }, {
992
993
  setLabel(label: string): void;
993
994
  setValue(value: string): void;
994
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
995
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
996
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
997
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
998
- }> | import("mobx-state-tree").ModelSnapshotType<{
999
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
1000
- required: import("mobx-state-tree").ISimpleType<boolean>;
1001
- default_value: import("mobx-state-tree").ISimpleType<string>;
1002
- }> | import("mobx-state-tree").ModelSnapshotType<{
1003
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
1004
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1005
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
1006
- }> | import("mobx-state-tree").ModelSnapshotType<{
1007
- _name: import("mobx-state-tree").ISimpleType<"select">;
1008
- default_value: import("mobx-state-tree").ISimpleType<string>;
1009
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1010
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
995
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
996
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
997
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
998
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
999
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1000
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
1001
+ required: import('mobx-state-tree').ISimpleType<boolean>;
1002
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1003
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1004
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
1005
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1006
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
1007
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1008
+ _name: import('mobx-state-tree').ISimpleType<"select">;
1009
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1010
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1011
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1011
1012
  } & {
1012
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1013
- label: import("mobx-state-tree").ISimpleType<string>;
1014
- value: import("mobx-state-tree").ISimpleType<string>;
1013
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1014
+ label: import('mobx-state-tree').ISimpleType<string>;
1015
+ value: import('mobx-state-tree').ISimpleType<string>;
1015
1016
  }, {
1016
1017
  setLabel(label: string): void;
1017
1018
  setValue(value: string): void;
1018
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1019
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1020
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1021
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1019
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1020
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1021
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1022
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1022
1023
  }>, any>;
1023
1024
  }, {
1024
1025
  readonly contentModel: any;
@@ -1038,7 +1039,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
1038
1039
  order: number;
1039
1040
  config: any;
1040
1041
  auto_submit: boolean;
1041
- 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>>>;
1042
+ 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>>>;
1042
1043
  default_value_func: string;
1043
1044
  };
1044
1045
  readonly visibleInViewsIDSet: Set<string>;
@@ -1053,7 +1054,7 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
1053
1054
  setVisibleInViewsIDs(ids: string[]): void;
1054
1055
  setAutoSubmit(v: boolean): void;
1055
1056
  setDefaultValueFunc(v: string): void;
1056
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
1057
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>)[];
1057
1058
  readonly firstFilterValueKey: string;
1058
1059
  readonly keySet: Set<string>;
1059
1060
  readonly keyLabelMap: Record<string, string>;
@@ -1070,19 +1071,19 @@ export declare const FiltersRenderModel: import("mobx-state-tree").IModelType<{
1070
1071
  version: string;
1071
1072
  };
1072
1073
  downloadSchema(ids: string[]): void;
1073
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
1074
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>;
1074
1075
  export type FiltersRenderModelInstance = Instance<typeof FiltersRenderModel>;
1075
1076
  export declare function getInitialFiltersConfig(filters: FilterModelSnapshotOut[], context: ContextRecordType, mock_context: ContextRecordType, filterValues: Record<string, any>): {
1076
- current: import("mobx-state-tree").ModelSnapshotType<{
1077
- id: import("mobx-state-tree").ISimpleType<string>;
1078
- key: import("mobx-state-tree").ISimpleType<string>;
1079
- label: import("mobx-state-tree").ISimpleType<string>;
1080
- order: import("mobx-state-tree").ISimpleType<number>;
1081
- visibleInViewsIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
1082
- auto_submit: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1083
- default_value_func: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1084
- type: import("mobx-state-tree").ISimpleType<DashboardFilterType>;
1085
- config: import("mobx-state-tree").ITypeUnion<any, {
1077
+ current: import('mobx-state-tree').ModelSnapshotType<{
1078
+ id: import('mobx-state-tree').ISimpleType<string>;
1079
+ key: import('mobx-state-tree').ISimpleType<string>;
1080
+ label: import('mobx-state-tree').ISimpleType<string>;
1081
+ order: import('mobx-state-tree').ISimpleType<number>;
1082
+ visibleInViewsIDs: import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>;
1083
+ auto_submit: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1084
+ default_value_func: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1085
+ type: import('mobx-state-tree').ISimpleType<DashboardFilterType>;
1086
+ config: import('mobx-state-tree').ITypeUnion<any, {
1086
1087
  default_value: (string | null)[];
1087
1088
  required: boolean;
1088
1089
  _name: "date-range";
@@ -1098,81 +1099,81 @@ export declare function getInitialFiltersConfig(filters: FilterModelSnapshotOut[
1098
1099
  inputFormat: "YYYY/MM/DD";
1099
1100
  default_shortcut: string;
1100
1101
  default_step: string;
1101
- } | import("mobx-state-tree").ModelSnapshotType<{
1102
- _name: import("mobx-state-tree").ISimpleType<"multi-select">;
1103
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1104
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<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]>;
1102
+ } | import('mobx-state-tree').ModelSnapshotType<{
1103
+ _name: import('mobx-state-tree').ISimpleType<"multi-select">;
1104
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1105
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1106
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
1106
1107
  } & {
1107
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1108
- label: import("mobx-state-tree").ISimpleType<string>;
1109
- value: import("mobx-state-tree").ISimpleType<string>;
1108
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1109
+ label: import('mobx-state-tree').ISimpleType<string>;
1110
+ value: import('mobx-state-tree').ISimpleType<string>;
1110
1111
  }, {
1111
1112
  setLabel(label: string): void;
1112
1113
  setValue(value: string): void;
1113
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1114
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1115
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1116
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1117
- }> | import("mobx-state-tree").ModelSnapshotType<{
1118
- _name: import("mobx-state-tree").ISimpleType<"tree-select">;
1119
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1120
- treeCheckStrictly: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1114
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1115
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1116
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1117
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1118
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1119
+ _name: import('mobx-state-tree').ISimpleType<"tree-select">;
1120
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').ISimpleType<string>>, [undefined]>;
1121
+ treeCheckStrictly: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1121
1122
  } & {
1122
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1123
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
1123
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1124
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
1124
1125
  } & {
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>;
1126
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1127
+ label: import('mobx-state-tree').ISimpleType<string>;
1128
+ value: import('mobx-state-tree').ISimpleType<string>;
1128
1129
  }, {
1129
1130
  setLabel(label: string): void;
1130
1131
  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<"tree-single-select">;
1137
- default_value: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1132
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1133
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1134
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1135
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1136
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1137
+ _name: import('mobx-state-tree').ISimpleType<"tree-single-select">;
1138
+ default_value: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1138
1139
  } & {
1139
- min_width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1140
- default_value_mode: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import('../../../../../model').DefaultValueMode>, [undefined]>;
1140
+ min_width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1141
+ default_value_mode: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<import('../../../..').DefaultValueMode>, [undefined]>;
1141
1142
  } & {
1142
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1143
- label: import("mobx-state-tree").ISimpleType<string>;
1144
- value: import("mobx-state-tree").ISimpleType<string>;
1143
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1144
+ label: import('mobx-state-tree').ISimpleType<string>;
1145
+ value: import('mobx-state-tree').ISimpleType<string>;
1145
1146
  }, {
1146
1147
  setLabel(label: string): void;
1147
1148
  setValue(value: string): void;
1148
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1149
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1150
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1151
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1152
- }> | import("mobx-state-tree").ModelSnapshotType<{
1153
- _name: import("mobx-state-tree").ISimpleType<"text-input">;
1154
- required: import("mobx-state-tree").ISimpleType<boolean>;
1155
- default_value: import("mobx-state-tree").ISimpleType<string>;
1156
- }> | import("mobx-state-tree").ModelSnapshotType<{
1157
- _name: import("mobx-state-tree").ISimpleType<"checkbox">;
1158
- description: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1159
- default_value: import("mobx-state-tree").ISimpleType<boolean>;
1160
- }> | import("mobx-state-tree").ModelSnapshotType<{
1161
- _name: import("mobx-state-tree").ISimpleType<"select">;
1162
- default_value: import("mobx-state-tree").ISimpleType<string>;
1163
- width: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1164
- clearable: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1149
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1150
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1151
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1152
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1153
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1154
+ _name: import('mobx-state-tree').ISimpleType<"text-input">;
1155
+ required: import('mobx-state-tree').ISimpleType<boolean>;
1156
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1157
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1158
+ _name: import('mobx-state-tree').ISimpleType<"checkbox">;
1159
+ description: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1160
+ default_value: import('mobx-state-tree').ISimpleType<boolean>;
1161
+ }> | import('mobx-state-tree').ModelSnapshotType<{
1162
+ _name: import('mobx-state-tree').ISimpleType<"select">;
1163
+ default_value: import('mobx-state-tree').ISimpleType<string>;
1164
+ width: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1165
+ clearable: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1165
1166
  } & {
1166
- static_options: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1167
- label: import("mobx-state-tree").ISimpleType<string>;
1168
- value: import("mobx-state-tree").ISimpleType<string>;
1167
+ static_options: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').IArrayType<import('mobx-state-tree').IModelType<{
1168
+ label: import('mobx-state-tree').ISimpleType<string>;
1169
+ value: import('mobx-state-tree').ISimpleType<string>;
1169
1170
  }, {
1170
1171
  setLabel(label: string): void;
1171
1172
  setValue(value: string): void;
1172
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1173
- options_query_id: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1174
- default_selection_count: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<number>, [undefined]>;
1175
- required: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1173
+ }, import('mobx-state-tree')._NotCustomized, import('mobx-state-tree')._NotCustomized>>, [undefined]>;
1174
+ options_query_id: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<string>, [undefined]>;
1175
+ default_selection_count: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<number>, [undefined]>;
1176
+ required: import('mobx-state-tree').IOptionalIType<import('mobx-state-tree').ISimpleType<boolean>, [undefined]>;
1176
1177
  }>, any>;
1177
1178
  }>[];
1178
1179
  values: FilterValuesType;