@devtable/dashboard 14.57.2 → 14.57.3

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