@devtable/dashboard 10.44.2 → 10.44.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (383) hide show
  1. package/dist/api-caller/index.d.ts +4 -4
  2. package/dist/api-caller/request.d.ts +4 -4
  3. package/dist/api-caller/types.d.ts +5 -5
  4. package/dist/api-caller/utils.d.ts +1 -0
  5. package/dist/components/filter/filter-checkbox/editor.d.ts +1 -1
  6. package/dist/components/filter/filter-checkbox/render.d.ts +2 -2
  7. package/dist/components/filter/filter-date-range/editor.d.ts +1 -1
  8. package/dist/components/filter/filter-date-range/render.d.ts +1 -1
  9. package/dist/components/filter/filter-multi-select/editor.d.ts +1 -1
  10. package/dist/components/filter/filter-multi-select/render/index.d.ts +1 -1
  11. package/dist/components/filter/filter-multi-select/render/widget.d.ts +2 -2
  12. package/dist/components/filter/filter-select/editor.d.ts +1 -1
  13. package/dist/components/filter/filter-select/render.d.ts +1 -1
  14. package/dist/components/filter/filter-settings/filter-setting.d.ts +1 -1
  15. package/dist/components/filter/filter-settings/filter-settings.d.ts +2 -0
  16. package/dist/components/filter/filter-settings/index.d.ts +7 -0
  17. package/dist/components/filter/filter-settings/preview-filter.d.ts +1 -1
  18. package/dist/components/filter/filter-settings/types.d.ts +4 -0
  19. package/dist/components/filter/filter-text-input/editor.d.ts +1 -1
  20. package/dist/components/filter/filter-text-input/render.d.ts +2 -2
  21. package/dist/components/filter/filter-tree-select/editor.d.ts +1 -1
  22. package/dist/components/filter/filter-tree-select/render/index.d.ts +2 -2
  23. package/dist/components/filter/filter-tree-select/render/widget.d.ts +1 -1
  24. package/dist/components/filter/filter.d.ts +1 -1
  25. package/dist/components/filter/index.d.ts +1 -1
  26. package/dist/components/panel/panel-editor/dropdown-menu/index.d.ts +1 -1
  27. package/dist/components/panel/panel-editor/index.d.ts +1 -1
  28. package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +1 -1
  29. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +1 -1
  30. package/dist/components/panel/panel-render/full-screen-render/use-panel-full-screen.d.ts +766 -765
  31. package/dist/components/panel/panel-render/panel-render-base.d.ts +1 -1
  32. package/dist/components/panel/panel-render/panel-render.d.ts +1 -1
  33. package/dist/components/panel/panel-render/use-download-panel-screenshot.d.ts +1 -1
  34. package/dist/components/panel/panel-render/viz/panel-error-or-state-message.d.ts +1 -1
  35. package/dist/components/panel/panel-render/viz/panel-viz-section.d.ts +1 -1
  36. package/dist/components/panel/plugin-adaptor.d.ts +1 -1
  37. package/dist/components/panel/settings/common/aggregation-selector.d.ts +1 -1
  38. package/dist/components/panel/settings/common/css-types.d.ts +2 -2
  39. package/dist/components/panel/settings/common/numbro-format-selector.d.ts +1 -1
  40. package/dist/components/panel/use-config-viz-instance-service.d.ts +2 -2
  41. package/dist/components/plugins/color-manager/color-manager.d.ts +1 -1
  42. package/dist/components/plugins/color-manager/impl.d.ts +2 -2
  43. package/dist/components/plugins/color-manager/multi-step-value-mapper.d.ts +1 -1
  44. package/dist/components/plugins/colors/diverging-color.d.ts +1 -1
  45. package/dist/components/plugins/colors/index.d.ts +1 -1
  46. package/dist/components/plugins/colors/sequential-color.d.ts +1 -1
  47. package/dist/components/plugins/common-echarts-fields/label-position/types.d.ts +2 -2
  48. package/dist/components/plugins/common-echarts-fields/number-or-dynamic-value/types.d.ts +3 -3
  49. package/dist/components/plugins/common-echarts-fields/reference-area/field.d.ts +1 -1
  50. package/dist/components/plugins/common-echarts-fields/regression-line/types.d.ts +2 -2
  51. package/dist/components/plugins/controls/color-interpolation-select/index.d.ts +2 -2
  52. package/dist/components/plugins/controls/color-mapping-editor/index.d.ts +1 -1
  53. package/dist/components/plugins/controls/color-mapping-editor/style.d.ts +1 -1
  54. package/dist/components/plugins/hooks/use-current-viz-instance.d.ts +1 -0
  55. package/dist/components/plugins/hooks/use-storage-data.d.ts +1 -1
  56. package/dist/components/plugins/instance-migrator/index.d.ts +3 -3
  57. package/dist/components/plugins/json-plugin-storage.d.ts +1 -1
  58. package/dist/components/plugins/message-channels.d.ts +1 -1
  59. package/dist/components/plugins/plugin-context.d.ts +764 -763
  60. package/dist/components/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +3 -3
  61. package/dist/components/plugins/plugin-data-migrator/version-based-migrator.d.ts +1 -1
  62. package/dist/components/plugins/plugin-manager.d.ts +1 -1
  63. package/dist/components/plugins/service/service-locator/use-service-locator.d.ts +1 -1
  64. package/dist/components/plugins/service/use-top-level-services.d.ts +2 -2
  65. package/dist/components/plugins/sub-tree-json-plugin-storage.d.ts +1 -1
  66. package/dist/components/plugins/test-utils.d.ts +9 -0
  67. package/dist/components/plugins/viz-components/bar-3d-chart/index.d.ts +1 -1
  68. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +1 -1
  69. package/dist/components/plugins/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +1 -1
  70. package/dist/components/plugins/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +1 -1
  71. package/dist/components/plugins/viz-components/boxplot-chart/index.d.ts +2 -2
  72. package/dist/components/plugins/viz-components/boxplot-chart/option/index.d.ts +1 -1
  73. package/dist/components/plugins/viz-components/boxplot-chart/option/reference-line.d.ts +1 -1
  74. package/dist/components/plugins/viz-components/boxplot-chart/option/tooltip/index.d.ts +1 -1
  75. package/dist/components/plugins/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +1 -1
  76. package/dist/components/plugins/viz-components/boxplot-chart/type.d.ts +7 -7
  77. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +1 -1
  78. package/dist/components/plugins/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +1 -1
  79. package/dist/components/plugins/viz-components/button/index.d.ts +1 -1
  80. package/dist/components/plugins/viz-components/button/triggers/click-button.d.ts +1 -1
  81. package/dist/components/plugins/viz-components/button/viz-button-editor.d.ts +1 -1
  82. package/dist/components/plugins/viz-components/button/viz-button.d.ts +1 -1
  83. package/dist/components/plugins/viz-components/calendar-heatmap/index.d.ts +1 -1
  84. package/dist/components/plugins/viz-components/calendar-heatmap/option/formatters.d.ts +1 -1
  85. package/dist/components/plugins/viz-components/calendar-heatmap/option/index.d.ts +1 -1
  86. package/dist/components/plugins/viz-components/calendar-heatmap/option/series.d.ts +1 -1
  87. package/dist/components/plugins/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +1 -1
  88. package/dist/components/plugins/viz-components/calendar-heatmap/type.d.ts +3 -3
  89. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +1 -1
  90. package/dist/components/plugins/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +1 -1
  91. package/dist/components/plugins/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +1 -1
  92. package/dist/components/plugins/viz-components/cartesian/editors/reference-areas/index.d.ts +1 -1
  93. package/dist/components/plugins/viz-components/cartesian/editors/reference-lines/index.d.ts +1 -1
  94. package/dist/components/plugins/viz-components/cartesian/editors/scatter-size-select/types.d.ts +3 -3
  95. package/dist/components/plugins/viz-components/cartesian/index.d.ts +2 -2
  96. package/dist/components/plugins/viz-components/cartesian/migrators/index.d.ts +3 -3
  97. package/dist/components/plugins/viz-components/cartesian/option/index.d.ts +1 -1
  98. package/dist/components/plugins/viz-components/cartesian/option/regression.d.ts +1 -1
  99. package/dist/components/plugins/viz-components/cartesian/option/series/data.d.ts +1 -1
  100. package/dist/components/plugins/viz-components/cartesian/option/series/index.d.ts +1 -1
  101. package/dist/components/plugins/viz-components/cartesian/option/series/reference_lines.d.ts +1 -1
  102. package/dist/components/plugins/viz-components/cartesian/option/series/types.d.ts +1 -1
  103. package/dist/components/plugins/viz-components/cartesian/option/utils/types.d.ts +1 -1
  104. package/dist/components/plugins/viz-components/cartesian/option/utils/variables.d.ts +1 -1
  105. package/dist/components/plugins/viz-components/cartesian/option/y-axis.d.ts +3 -3
  106. package/dist/components/plugins/viz-components/cartesian/triggers/click-echart.d.ts +1 -1
  107. package/dist/components/plugins/viz-components/cartesian/type.d.ts +4 -4
  108. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-chart.d.ts +1 -1
  109. package/dist/components/plugins/viz-components/cartesian/viz-cartesian-editor.d.ts +1 -1
  110. package/dist/components/plugins/viz-components/funnel/index.d.ts +1 -1
  111. package/dist/components/plugins/viz-components/funnel/type.d.ts +2 -2
  112. package/dist/components/plugins/viz-components/funnel/viz-funnel-chart.d.ts +1 -1
  113. package/dist/components/plugins/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
  114. package/dist/components/plugins/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
  115. package/dist/components/plugins/viz-components/heatmap/index.d.ts +1 -1
  116. package/dist/components/plugins/viz-components/heatmap/option/formatters.d.ts +2 -2
  117. package/dist/components/plugins/viz-components/heatmap/option/index.d.ts +1 -1
  118. package/dist/components/plugins/viz-components/heatmap/triggers/click-heat-block.d.ts +1 -1
  119. package/dist/components/plugins/viz-components/heatmap/type.d.ts +4 -4
  120. package/dist/components/plugins/viz-components/heatmap/viz-heatmap-editor.d.ts +1 -1
  121. package/dist/components/plugins/viz-components/heatmap/viz-heatmap.d.ts +1 -1
  122. package/dist/components/plugins/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +1 -1
  123. package/dist/components/plugins/viz-components/horizontal-bar-chart/index.d.ts +1 -1
  124. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/index.d.ts +1 -1
  125. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/data.d.ts +1 -1
  126. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/index.d.ts +1 -1
  127. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +1 -1
  128. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/series/types.d.ts +1 -1
  129. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/types.d.ts +1 -1
  130. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +1 -1
  131. package/dist/components/plugins/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
  132. package/dist/components/plugins/viz-components/horizontal-bar-chart/type.d.ts +4 -4
  133. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
  134. package/dist/components/plugins/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +1 -1
  135. package/dist/components/plugins/viz-components/merico-estimation-chart/index.d.ts +1 -1
  136. package/dist/components/plugins/viz-components/merico-estimation-chart/option/legend.d.ts +1 -1
  137. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
  138. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-2.d.ts +1 -1
  139. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-3.d.ts +3 -3
  140. package/dist/components/plugins/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
  141. package/dist/components/plugins/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
  142. package/dist/components/plugins/viz-components/merico-estimation-chart/type.d.ts +2 -2
  143. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
  144. package/dist/components/plugins/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +1 -1
  145. package/dist/components/plugins/viz-components/merico-heatmap/editors/index.d.ts +1 -1
  146. package/dist/components/plugins/viz-components/merico-heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +1 -1
  147. package/dist/components/plugins/viz-components/merico-heatmap/index.d.ts +1 -1
  148. package/dist/components/plugins/viz-components/merico-heatmap/render/index.d.ts +1 -1
  149. package/dist/components/plugins/viz-components/merico-heatmap/render/option/formatters.d.ts +2 -2
  150. package/dist/components/plugins/viz-components/merico-heatmap/render/option/index.d.ts +1 -1
  151. package/dist/components/plugins/viz-components/merico-heatmap/triggers/click-heat-block.d.ts +1 -1
  152. package/dist/components/plugins/viz-components/merico-heatmap/type.d.ts +5 -5
  153. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/index.d.ts +1 -1
  154. package/dist/components/plugins/viz-components/merico-stats/editors/metrics/postfix-field.d.ts +1 -1
  155. package/dist/components/plugins/viz-components/merico-stats/index.d.ts +1 -1
  156. package/dist/components/plugins/viz-components/merico-stats/render/index.d.ts +1 -1
  157. package/dist/components/plugins/viz-components/merico-stats/render/metric.d.ts +1 -1
  158. package/dist/components/plugins/viz-components/merico-stats/type.d.ts +6 -6
  159. package/dist/components/plugins/viz-components/merico-stats/viz-merico-stats-editor.d.ts +1 -1
  160. package/dist/components/plugins/viz-components/pareto-chart/index.d.ts +1 -1
  161. package/dist/components/plugins/viz-components/pareto-chart/option/index.d.ts +1 -1
  162. package/dist/components/plugins/viz-components/pareto-chart/option/types.d.ts +1 -1
  163. package/dist/components/plugins/viz-components/pareto-chart/option/utils.d.ts +1 -1
  164. package/dist/components/plugins/viz-components/pareto-chart/triggers/click-pareto.d.ts +1 -1
  165. package/dist/components/plugins/viz-components/pareto-chart/type.d.ts +2 -2
  166. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +1 -1
  167. package/dist/components/plugins/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
  168. package/dist/components/plugins/viz-components/pie-chart/index.d.ts +1 -1
  169. package/dist/components/plugins/viz-components/pie-chart/option/series.d.ts +1 -1
  170. package/dist/components/plugins/viz-components/pie-chart/triggers/click-pie-chart.d.ts +1 -1
  171. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart-editor.d.ts +1 -1
  172. package/dist/components/plugins/viz-components/pie-chart/viz-pie-chart.d.ts +1 -1
  173. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/additional-series-item.d.ts +1 -1
  174. package/dist/components/plugins/viz-components/radar-chart/editors/additional-series/index.d.ts +1 -1
  175. package/dist/components/plugins/viz-components/radar-chart/index.d.ts +1 -1
  176. package/dist/components/plugins/viz-components/radar-chart/option/formatter.d.ts +1 -1
  177. package/dist/components/plugins/viz-components/radar-chart/triggers/click-radar-chart.d.ts +1 -1
  178. package/dist/components/plugins/viz-components/radar-chart/type.d.ts +2 -2
  179. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart-editor.d.ts +1 -1
  180. package/dist/components/plugins/viz-components/radar-chart/viz-radar-chart.d.ts +1 -1
  181. package/dist/components/plugins/viz-components/regression-chart/index.d.ts +1 -1
  182. package/dist/components/plugins/viz-components/regression-chart/migrators/index.d.ts +1 -1
  183. package/dist/components/plugins/viz-components/regression-chart/option/regression-series.d.ts +2 -2
  184. package/dist/components/plugins/viz-components/regression-chart/option/series.d.ts +2 -2
  185. package/dist/components/plugins/viz-components/regression-chart/option/tooltip.d.ts +1 -1
  186. package/dist/components/plugins/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +1 -1
  187. package/dist/components/plugins/viz-components/regression-chart/type.d.ts +3 -3
  188. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart-editor.d.ts +1 -1
  189. package/dist/components/plugins/viz-components/regression-chart/viz-regression-chart.d.ts +1 -1
  190. package/dist/components/plugins/viz-components/rich-text/index.d.ts +1 -1
  191. package/dist/components/plugins/viz-components/rich-text/parse-rich-text-content.d.ts +2 -2
  192. package/dist/components/plugins/viz-components/rich-text/viz-rich-text-editor.d.ts +1 -1
  193. package/dist/components/plugins/viz-components/rich-text/viz-rich-text.d.ts +1 -1
  194. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-areas/index.d.ts +1 -1
  195. package/dist/components/plugins/viz-components/scatter-chart/editors/reference-lines/index.d.ts +1 -1
  196. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +3 -3
  197. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +1 -1
  198. package/dist/components/plugins/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +3 -3
  199. package/dist/components/plugins/viz-components/scatter-chart/index.d.ts +1 -1
  200. package/dist/components/plugins/viz-components/scatter-chart/option/index.d.ts +1 -1
  201. package/dist/components/plugins/viz-components/scatter-chart/option/series.d.ts +2 -2
  202. package/dist/components/plugins/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +1 -1
  203. package/dist/components/plugins/viz-components/scatter-chart/type.d.ts +3 -3
  204. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +1 -1
  205. package/dist/components/plugins/viz-components/scatter-chart/viz-scatter-chart.d.ts +1 -1
  206. package/dist/components/plugins/viz-components/stats/index.d.ts +1 -1
  207. package/dist/components/plugins/viz-components/stats/update/index.d.ts +1 -1
  208. package/dist/components/plugins/viz-components/stats/viz-stats-editor.d.ts +1 -1
  209. package/dist/components/plugins/viz-components/stats/viz-stats.d.ts +1 -1
  210. package/dist/components/plugins/viz-components/sunburst/index.d.ts +1 -1
  211. package/dist/components/plugins/viz-components/sunburst/option/index.d.ts +1 -1
  212. package/dist/components/plugins/viz-components/sunburst/option/types.d.ts +2 -2
  213. package/dist/components/plugins/viz-components/sunburst/type.d.ts +2 -2
  214. package/dist/components/plugins/viz-components/sunburst/viz-sunburst-editor.d.ts +1 -1
  215. package/dist/components/plugins/viz-components/sunburst/viz-sunburst.d.ts +1 -1
  216. package/dist/components/plugins/viz-components/table/components/background-color-select.d.ts +1 -1
  217. package/dist/components/plugins/viz-components/table/components/head-cell.d.ts +1 -1
  218. package/dist/components/plugins/viz-components/table/index.d.ts +1 -1
  219. package/dist/components/plugins/viz-components/table/render/index.d.ts +1 -1
  220. package/dist/components/plugins/viz-components/table/render/table-body.d.ts +2 -2
  221. package/dist/components/plugins/viz-components/table/render/use-get-cell-context.d.ts +2 -2
  222. package/dist/components/plugins/viz-components/table/render/viz-table-component.d.ts +2 -2
  223. package/dist/components/plugins/viz-components/table/table-cell-context.d.ts +2 -2
  224. package/dist/components/plugins/viz-components/table/triggers/click-cell-content.d.ts +1 -1
  225. package/dist/components/plugins/viz-components/table/type.d.ts +4 -4
  226. package/dist/components/plugins/viz-components/table/utils.d.ts +1 -1
  227. package/dist/components/plugins/viz-components/table/viz-table-editor.d.ts +1 -1
  228. package/dist/components/plugins/viz-components/text/index.d.ts +1 -1
  229. package/dist/components/plugins/viz-components/text/viz-text-editor.d.ts +1 -1
  230. package/dist/components/plugins/viz-components/text/viz-text.d.ts +1 -1
  231. package/dist/components/plugins/viz-components/viz-merico-gqm/index.d.ts +1 -1
  232. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
  233. package/dist/components/plugins/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
  234. package/dist/components/plugins/viz-manager/components.d.ts +4 -4
  235. package/dist/components/plugins/viz-manager/impl.d.ts +1 -1
  236. package/dist/components/plugins/viz-manager/types.d.ts +3 -3
  237. package/dist/components/view/layout/main-layout.d.ts +1 -1
  238. package/dist/components/view/layout/read-only-layout.d.ts +1 -1
  239. package/dist/components/view/view-component/preview/division.d.ts +1 -1
  240. package/dist/components/view/view-component/preview/index.d.ts +1 -1
  241. package/dist/components/view/view-component/preview/modal.d.ts +1 -1
  242. package/dist/components/view/view-component/preview/tabs.d.ts +1 -1
  243. package/dist/components/view/view-component/render/division.d.ts +1 -1
  244. package/dist/components/view/view-component/render/index.d.ts +1 -1
  245. package/dist/components/view/view-component/render/modal.d.ts +1 -1
  246. package/dist/components/view/view-component/render/tabs.d.ts +1 -1
  247. package/dist/components/view/view-component/utils/use-download-div-screenshot.d.ts +1 -1
  248. package/dist/components/view/view-component/utils/use-download-modal-screenshot.d.ts +1 -1
  249. package/dist/components/view/view-editor.d.ts +1 -1
  250. package/dist/components/view/view-render.d.ts +1 -1
  251. package/dist/components/widgets/modal-function-editor/index.d.ts +1 -1
  252. package/dist/components/widgets/rich-text-editor/font-size-extension.d.ts +1 -1
  253. package/dist/contexts/panel-context.d.ts +1536 -1535
  254. package/dist/dashboard-editor/index.d.ts +1 -1
  255. package/dist/dashboard-editor/model/datasources/columns.d.ts +2 -2
  256. package/dist/dashboard-editor/model/datasources/datasource.d.ts +6 -6
  257. package/dist/dashboard-editor/model/datasources/index.d.ts +22 -22
  258. package/dist/dashboard-editor/model/datasources/indexes.d.ts +4 -4
  259. package/dist/dashboard-editor/model/datasources/table-data.d.ts +2 -2
  260. package/dist/dashboard-editor/model/datasources/tables.d.ts +3 -3
  261. package/dist/dashboard-editor/model/editor/index.d.ts +5 -5
  262. package/dist/dashboard-editor/model/filters/index.d.ts +71 -71
  263. package/dist/dashboard-editor/model/panels/panel.d.ts +348 -347
  264. package/dist/dashboard-editor/model/panels/panels.d.ts +3050 -3049
  265. package/dist/dashboard-editor/model/queries/index.d.ts +31 -31
  266. package/dist/dashboard-editor/model/sql-snippets/index.d.ts +2 -2
  267. package/dist/dashboard-editor/model/views/index.d.ts +732 -732
  268. package/dist/dashboard-editor/ui/settings/content/data-preview/data-table.d.ts +1 -1
  269. package/dist/dashboard-editor/ui/settings/content/data-preview/pagination-control.d.ts +1 -1
  270. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
  271. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
  272. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
  273. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
  274. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
  275. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
  276. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
  277. package/dist/dashboard-editor/ui/settings/content/db-explorer-modal/index.d.ts +2 -2
  278. package/dist/dashboard-editor/ui/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
  279. package/dist/dashboard-editor/ui/settings/content/edit-panel/panel-editor.d.ts +1 -1
  280. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/model.d.ts +162 -162
  281. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
  282. package/dist/dashboard-editor/ui/settings/content/edit-panel/variable-config/variable-field.d.ts +1 -1
  283. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/configurations.d.ts +1 -1
  284. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/delete-query.d.ts +1 -1
  285. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/index.d.ts +1 -1
  286. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/query-usage.d.ts +1 -1
  287. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
  288. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +1 -1
  289. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +1 -1
  290. package/dist/dashboard-editor/ui/settings/content/edit-sql-snippet/item-editor.d.ts +1 -1
  291. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +1 -1
  292. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +1 -1
  293. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +1 -1
  294. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +1 -1
  295. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
  296. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +8 -0
  297. package/dist/dashboard-editor/ui/settings/content/edit-view/edit-view-form/index.d.ts +144 -144
  298. package/dist/dashboard-editor/ui/settings/content/utils.d.ts +1 -1
  299. package/dist/dashboard-editor/ui/settings/navbar/action-button/index.d.ts +1 -1
  300. package/dist/dashboard-render/index.d.ts +1 -1
  301. package/dist/dashboard.es.js +11819 -11794
  302. package/dist/dashboard.umd.js +123 -123
  303. package/dist/init-dayjs.d.ts +1 -0
  304. package/dist/interactions/attachment-instance-manager.d.ts +1 -1
  305. package/dist/interactions/components/interaction-settings.d.ts +2 -2
  306. package/dist/interactions/components/operation-select.d.ts +1 -1
  307. package/dist/interactions/components/trigger-config-model.d.ts +3 -3
  308. package/dist/interactions/components/trigger-select.d.ts +1 -1
  309. package/dist/interactions/components/variable-list.d.ts +1 -1
  310. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +2 -2
  311. package/dist/interactions/hooks/use-watch-triggers.d.ts +1 -1
  312. package/dist/interactions/interaction-manager.d.ts +1 -1
  313. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
  314. package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
  315. package/dist/interactions/interactions-viewer/data/nodes.d.ts +1 -1
  316. package/dist/interactions/interactions-viewer/data/position.d.ts +1 -1
  317. package/dist/interactions/interactions-viewer/data/types.d.ts +4 -4
  318. package/dist/interactions/interactions-viewer/node-with-interactions/types.d.ts +2 -2
  319. package/dist/interactions/operation/operation-manager-impl.d.ts +1 -1
  320. package/dist/interactions/operation/operations/clear-filter-values.d.ts +1 -1
  321. package/dist/interactions/operation/operations/console-log.d.ts +1 -1
  322. package/dist/interactions/operation/operations/index.d.ts +1 -1
  323. package/dist/interactions/operation/operations/open-link.d.ts +1 -1
  324. package/dist/interactions/operation/operations/open-view.d.ts +1 -1
  325. package/dist/interactions/operation/operations/set-filter-values.d.ts +1 -1
  326. package/dist/interactions/temp-hack.d.ts +1 -1
  327. package/dist/interactions/test/helpers.d.ts +4 -0
  328. package/dist/interactions/trigger/trigger-manager-impl.d.ts +2 -2
  329. package/dist/model/meta-model/context/context.d.ts +2 -2
  330. package/dist/model/meta-model/dashboard/content/filter/filter.d.ts +19 -19
  331. package/dist/model/meta-model/dashboard/content/filter/widgets/checkbox.d.ts +1 -1
  332. package/dist/model/meta-model/dashboard/content/filter/widgets/date-range.d.ts +4 -4
  333. package/dist/model/meta-model/dashboard/content/filter/widgets/multi-select.d.ts +1 -1
  334. package/dist/model/meta-model/dashboard/content/filter/widgets/select-base.d.ts +3 -3
  335. package/dist/model/meta-model/dashboard/content/filter/widgets/select.d.ts +1 -1
  336. package/dist/model/meta-model/dashboard/content/filter/widgets/text-input.d.ts +1 -1
  337. package/dist/model/meta-model/dashboard/content/filter/widgets/tree-select.d.ts +1 -1
  338. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +1 -1
  339. package/dist/model/meta-model/dashboard/content/panel/panel.d.ts +133 -132
  340. package/dist/model/meta-model/dashboard/content/panel/variable.d.ts +76 -76
  341. package/dist/model/meta-model/dashboard/content/panel/viz.d.ts +1 -1
  342. package/dist/model/meta-model/dashboard/content/query/query.d.ts +2 -2
  343. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +1 -1
  344. package/dist/model/meta-model/dashboard/content/types.d.ts +5 -5
  345. package/dist/model/meta-model/dashboard/content/view/view.d.ts +13 -13
  346. package/dist/model/meta-model/dashboard/content/view/widgets/division.d.ts +2 -2
  347. package/dist/model/meta-model/dashboard/content/view/widgets/modal.d.ts +3 -3
  348. package/dist/model/meta-model/dashboard/content/view/widgets/tabs.d.ts +8 -8
  349. package/dist/model/meta-model/datasources/datasource.d.ts +3 -3
  350. package/dist/model/meta-model/datasources/datasources.d.ts +6 -6
  351. package/dist/model/meta-model/global-sql-snippets/global-sql-snippets.d.ts +2 -2
  352. package/dist/model/render-model/dashboard/content/filters/filters.d.ts +88 -88
  353. package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -1
  354. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +1 -1
  355. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +342 -341
  356. package/dist/model/render-model/dashboard/content/panels/panels.d.ts +2661 -2660
  357. package/dist/model/render-model/dashboard/content/queries/mute-query.d.ts +4 -4
  358. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +24 -24
  359. package/dist/model/render-model/dashboard/content/queries/query.d.ts +6 -6
  360. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippet.d.ts +3 -3
  361. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +2 -2
  362. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +1 -1
  363. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +2 -2
  364. package/dist/model/render-model/dashboard/content/views/view.d.ts +14 -14
  365. package/dist/model/render-model/dashboard/content/views/views.d.ts +804 -804
  366. package/dist/shared/api-client/default-api-client.d.ts +1 -1
  367. package/dist/shared/api-client/types.d.ts +3 -3
  368. package/dist/stats.html +1 -1
  369. package/dist/types/dashboard.d.ts +4 -4
  370. package/dist/types/filter.d.ts +1 -1
  371. package/dist/types/plugin/index.d.ts +4 -4
  372. package/dist/types/utils.d.ts +2 -2
  373. package/dist/utils/aggregation.d.ts +2 -2
  374. package/dist/utils/color-feed.d.ts +1 -1
  375. package/dist/utils/dashboard-state.d.ts +1 -1
  376. package/dist/utils/diff-json.d.ts +2 -0
  377. package/dist/utils/error-boundary.d.ts +3 -3
  378. package/dist/utils/http-query.d.ts +2 -2
  379. package/dist/utils/sql.d.ts +1 -1
  380. package/dist/utils/template/types.d.ts +1 -1
  381. package/package.json +2 -2
  382. package/dist/global.d.ts +0 -8
  383. package/dist/vite-env.d.ts +0 -1
@@ -1,15 +1,13 @@
1
1
  import { Instance, SnapshotIn } from 'mobx-state-tree';
2
- import { EViewComponentType, ViewRenderModelInstance } from '~/model';
3
- import { IDashboardView } from '~/types';
4
- import { ViewDivisionConfigSnapshotIn, ViewModalConfigSnapshotIn } from '~/model';
2
+ import { EViewComponentType, ViewRenderModelInstance } from '../../../model';
3
+ import { IDashboardView } from '../../../types';
4
+ import { ViewDivisionConfigSnapshotIn, ViewModalConfigSnapshotIn } from '../../../model';
5
5
  export declare const ViewsModel: import("mobx-state-tree").IModelType<{
6
6
  current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
7
7
  id: import("mobx-state-tree").ISimpleType<string>;
8
8
  name: import("mobx-state-tree").ISimpleType<string>;
9
9
  type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
10
10
  config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
11
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
12
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
13
11
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
14
12
  width: import("mobx-state-tree").ISimpleType<string>;
15
13
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -52,9 +50,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
52
50
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
53
51
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
54
52
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
55
- }>>, import("mobx-state-tree").ModelSnapshotType<{
53
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
56
54
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
57
- }> | import("mobx-state-tree").ModelSnapshotType<{
55
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
58
56
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
59
57
  width: import("mobx-state-tree").ISimpleType<string>;
60
58
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -97,13 +95,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
97
95
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
98
96
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
99
97
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
100
- }>, import("mobx-state-tree").ModelInstanceType<{
98
+ }> | import("mobx-state-tree").ModelSnapshotType<{
101
99
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
102
- }, {
103
- readonly json: {
104
- _name: EViewComponentType.Division;
105
- };
106
- }> | import("mobx-state-tree").ModelInstanceType<{
100
+ }>, import("mobx-state-tree").ModelInstanceType<{
107
101
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
108
102
  width: import("mobx-state-tree").ISimpleType<string>;
109
103
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -169,7 +163,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
169
163
  view_id: string;
170
164
  }[];
171
165
  _name: EViewComponentType.Modal;
172
- variant: "default" | "outline" | "pills";
166
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
173
167
  orientation: import("@mantine/core").TabsOrientation;
174
168
  };
175
169
  } & {
@@ -184,6 +178,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
184
178
  }>>[]): void;
185
179
  addTab(): void;
186
180
  removeTab(index: number): void;
181
+ }> | import("mobx-state-tree").ModelInstanceType<{
182
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
183
+ }, {
184
+ readonly json: {
185
+ _name: EViewComponentType.Division;
186
+ };
187
187
  }>>;
188
188
  panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
189
189
  } & {
@@ -210,7 +210,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
210
210
  view_id: string;
211
211
  }[];
212
212
  _name: EViewComponentType.Modal;
213
- variant: "default" | "outline" | "pills";
213
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
214
214
  orientation: import("@mantine/core").TabsOrientation;
215
215
  } | {
216
216
  _name: EViewComponentType.Division;
@@ -257,7 +257,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
257
257
  view_id: string;
258
258
  }[];
259
259
  _name: EViewComponentType.Modal;
260
- variant: "default" | "outline" | "pills";
260
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
261
261
  orientation: import("@mantine/core").TabsOrientation;
262
262
  } | {
263
263
  _name: EViewComponentType.Division;
@@ -269,14 +269,56 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
269
269
  name: string;
270
270
  type: EViewComponentType;
271
271
  config: ({
272
- _name: EViewComponentType.Division;
272
+ _name: EViewComponentType.Modal;
273
+ width: string;
274
+ height: string;
275
+ custom_modal_title: {
276
+ enabled: boolean;
277
+ func_content: string;
278
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
279
+ readonly json: {
280
+ enabled: boolean;
281
+ func_content: string;
282
+ };
283
+ readonly value: any;
284
+ } & {
285
+ setEnabled(v: boolean): void;
286
+ setFuncContent(v: string): void;
287
+ replace({ enabled, func_content }: {
288
+ enabled: boolean;
289
+ func_content: string;
290
+ }): void;
291
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
292
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
293
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
294
+ }, {
295
+ readonly json: {
296
+ enabled: boolean;
297
+ func_content: string;
298
+ };
299
+ readonly value: any;
300
+ } & {
301
+ setEnabled(v: boolean): void;
302
+ setFuncContent(v: string): void;
303
+ replace({ enabled, func_content }: {
304
+ enabled: boolean;
305
+ func_content: string;
306
+ }): void;
307
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
273
308
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
274
309
  readonly json: {
275
- _name: EViewComponentType.Division;
310
+ _name: EViewComponentType.Modal;
311
+ width: string;
312
+ height: string;
313
+ custom_modal_title: {
314
+ enabled: boolean;
315
+ func_content: string;
316
+ };
276
317
  };
318
+ } & {
319
+ setWidth(v: string): void;
320
+ setHeight(v: string): void;
277
321
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
278
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
279
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
280
322
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
281
323
  width: import("mobx-state-tree").ISimpleType<string>;
282
324
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -319,9 +361,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
319
361
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
320
362
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
321
363
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
322
- }>>, import("mobx-state-tree").ModelSnapshotType<{
364
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
323
365
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
324
- }> | import("mobx-state-tree").ModelSnapshotType<{
366
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
325
367
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
326
368
  width: import("mobx-state-tree").ISimpleType<string>;
327
369
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -364,13 +406,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
364
406
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
365
407
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
366
408
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
367
- }>, import("mobx-state-tree").ModelInstanceType<{
409
+ }> | import("mobx-state-tree").ModelSnapshotType<{
368
410
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
369
- }, {
370
- readonly json: {
371
- _name: EViewComponentType.Division;
372
- };
373
- }> | import("mobx-state-tree").ModelInstanceType<{
411
+ }>, import("mobx-state-tree").ModelInstanceType<{
374
412
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
375
413
  width: import("mobx-state-tree").ISimpleType<string>;
376
414
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -436,7 +474,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
436
474
  view_id: string;
437
475
  }[];
438
476
  _name: EViewComponentType.Modal;
439
- variant: "default" | "outline" | "pills";
477
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
440
478
  orientation: import("@mantine/core").TabsOrientation;
441
479
  };
442
480
  } & {
@@ -451,59 +489,76 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
451
489
  }>>[]): void;
452
490
  addTab(): void;
453
491
  removeTab(index: number): void;
492
+ }> | import("mobx-state-tree").ModelInstanceType<{
493
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
494
+ }, {
495
+ readonly json: {
496
+ _name: EViewComponentType.Division;
497
+ };
454
498
  }>>>) | ({
455
499
  _name: EViewComponentType.Modal;
456
- width: string;
457
- height: string;
458
- custom_modal_title: {
459
- enabled: boolean;
460
- func_content: string;
461
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
500
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
501
+ id: import("mobx-state-tree").ISimpleType<string>;
502
+ name: import("mobx-state-tree").ISimpleType<string>;
503
+ view_id: import("mobx-state-tree").ISimpleType<string>;
504
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
505
+ }, {
462
506
  readonly json: {
463
- enabled: boolean;
464
- func_content: string;
507
+ id: string;
508
+ name: string;
509
+ color: string;
510
+ view_id: string;
465
511
  };
466
- readonly value: any;
467
512
  } & {
468
- setEnabled(v: boolean): void;
469
- setFuncContent(v: string): void;
470
- replace({ enabled, func_content }: {
471
- enabled: boolean;
472
- func_content: string;
473
- }): void;
474
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
475
- enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
476
- func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
513
+ setName(v: string): void;
514
+ setViewID(v: string): void;
515
+ setColor(v: string): void;
516
+ }, 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<{
517
+ id: import("mobx-state-tree").ISimpleType<string>;
518
+ name: import("mobx-state-tree").ISimpleType<string>;
519
+ view_id: import("mobx-state-tree").ISimpleType<string>;
520
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
477
521
  }, {
478
522
  readonly json: {
479
- enabled: boolean;
480
- func_content: string;
523
+ id: string;
524
+ name: string;
525
+ color: string;
526
+ view_id: string;
481
527
  };
482
- readonly value: any;
483
528
  } & {
484
- setEnabled(v: boolean): void;
485
- setFuncContent(v: string): void;
486
- replace({ enabled, func_content }: {
487
- enabled: boolean;
488
- func_content: string;
489
- }): void;
490
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
529
+ setName(v: string): void;
530
+ setViewID(v: string): void;
531
+ setColor(v: string): void;
532
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
533
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
534
+ orientation: import("@mantine/core").TabsOrientation;
535
+ grow: boolean;
491
536
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
492
537
  readonly json: {
538
+ grow: boolean;
539
+ tabs: {
540
+ id: string;
541
+ name: string;
542
+ color: string;
543
+ view_id: string;
544
+ }[];
493
545
  _name: EViewComponentType.Modal;
494
- width: string;
495
- height: string;
496
- custom_modal_title: {
497
- enabled: boolean;
498
- func_content: string;
499
- };
546
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
547
+ orientation: import("@mantine/core").TabsOrientation;
500
548
  };
501
549
  } & {
502
- setWidth(v: string): void;
503
- setHeight(v: string): void;
550
+ setVariant(v: import("@mantine/core").TabsVariant): void;
551
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
552
+ setGrow(v: boolean): void;
553
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
554
+ id: import("mobx-state-tree").ISimpleType<string>;
555
+ name: import("mobx-state-tree").ISimpleType<string>;
556
+ view_id: import("mobx-state-tree").ISimpleType<string>;
557
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
558
+ }>>[]): void;
559
+ addTab(): void;
560
+ removeTab(index: number): void;
504
561
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
505
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
506
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
507
562
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
508
563
  width: import("mobx-state-tree").ISimpleType<string>;
509
564
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -546,9 +601,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
546
601
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
547
602
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
548
603
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
549
- }>>, import("mobx-state-tree").ModelSnapshotType<{
604
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
550
605
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
551
- }> | import("mobx-state-tree").ModelSnapshotType<{
606
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
552
607
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
553
608
  width: import("mobx-state-tree").ISimpleType<string>;
554
609
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -591,13 +646,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
591
646
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
592
647
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
593
648
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
594
- }>, import("mobx-state-tree").ModelInstanceType<{
649
+ }> | import("mobx-state-tree").ModelSnapshotType<{
595
650
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
596
- }, {
597
- readonly json: {
598
- _name: EViewComponentType.Division;
599
- };
600
- }> | import("mobx-state-tree").ModelInstanceType<{
651
+ }>, import("mobx-state-tree").ModelInstanceType<{
601
652
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
602
653
  width: import("mobx-state-tree").ISimpleType<string>;
603
654
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -663,7 +714,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
663
714
  view_id: string;
664
715
  }[];
665
716
  _name: EViewComponentType.Modal;
666
- variant: "default" | "outline" | "pills";
717
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
667
718
  orientation: import("@mantine/core").TabsOrientation;
668
719
  };
669
720
  } & {
@@ -678,72 +729,19 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
678
729
  }>>[]): void;
679
730
  addTab(): void;
680
731
  removeTab(index: number): void;
732
+ }> | import("mobx-state-tree").ModelInstanceType<{
733
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
734
+ }, {
735
+ readonly json: {
736
+ _name: EViewComponentType.Division;
737
+ };
681
738
  }>>>) | ({
682
- _name: EViewComponentType.Modal;
683
- tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
684
- id: import("mobx-state-tree").ISimpleType<string>;
685
- name: import("mobx-state-tree").ISimpleType<string>;
686
- view_id: import("mobx-state-tree").ISimpleType<string>;
687
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
688
- }, {
689
- readonly json: {
690
- id: string;
691
- name: string;
692
- color: string;
693
- view_id: string;
694
- };
695
- } & {
696
- setName(v: string): void;
697
- setViewID(v: string): void;
698
- setColor(v: string): void;
699
- }, 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<{
700
- id: import("mobx-state-tree").ISimpleType<string>;
701
- name: import("mobx-state-tree").ISimpleType<string>;
702
- view_id: import("mobx-state-tree").ISimpleType<string>;
703
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
704
- }, {
705
- readonly json: {
706
- id: string;
707
- name: string;
708
- color: string;
709
- view_id: string;
710
- };
711
- } & {
712
- setName(v: string): void;
713
- setViewID(v: string): void;
714
- setColor(v: string): void;
715
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
716
- variant: "default" | "outline" | "pills";
717
- orientation: import("@mantine/core").TabsOrientation;
718
- grow: boolean;
739
+ _name: EViewComponentType.Division;
719
740
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
720
741
  readonly json: {
721
- grow: boolean;
722
- tabs: {
723
- id: string;
724
- name: string;
725
- color: string;
726
- view_id: string;
727
- }[];
728
- _name: EViewComponentType.Modal;
729
- variant: "default" | "outline" | "pills";
730
- orientation: import("@mantine/core").TabsOrientation;
742
+ _name: EViewComponentType.Division;
731
743
  };
732
- } & {
733
- setVariant(v: import("@mantine/core").TabsVariant): void;
734
- setOrientation(v: import("@mantine/core").TabsOrientation): void;
735
- setGrow(v: boolean): void;
736
- setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
737
- id: import("mobx-state-tree").ISimpleType<string>;
738
- name: import("mobx-state-tree").ISimpleType<string>;
739
- view_id: import("mobx-state-tree").ISimpleType<string>;
740
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
741
- }>>[]): void;
742
- addTab(): void;
743
- removeTab(index: number): void;
744
744
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
745
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
746
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
747
745
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
748
746
  width: import("mobx-state-tree").ISimpleType<string>;
749
747
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -786,9 +784,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
786
784
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
787
785
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
788
786
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
789
- }>>, import("mobx-state-tree").ModelSnapshotType<{
787
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
790
788
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
791
- }> | import("mobx-state-tree").ModelSnapshotType<{
789
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
792
790
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
793
791
  width: import("mobx-state-tree").ISimpleType<string>;
794
792
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -831,13 +829,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
831
829
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
832
830
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
833
831
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
834
- }>, import("mobx-state-tree").ModelInstanceType<{
832
+ }> | import("mobx-state-tree").ModelSnapshotType<{
835
833
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
836
- }, {
837
- readonly json: {
838
- _name: EViewComponentType.Division;
839
- };
840
- }> | import("mobx-state-tree").ModelInstanceType<{
834
+ }>, import("mobx-state-tree").ModelInstanceType<{
841
835
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
842
836
  width: import("mobx-state-tree").ISimpleType<string>;
843
837
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -903,7 +897,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
903
897
  view_id: string;
904
898
  }[];
905
899
  _name: EViewComponentType.Modal;
906
- variant: "default" | "outline" | "pills";
900
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
907
901
  orientation: import("@mantine/core").TabsOrientation;
908
902
  };
909
903
  } & {
@@ -918,6 +912,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
918
912
  }>>[]): void;
919
913
  addTab(): void;
920
914
  removeTab(index: number): void;
915
+ }> | import("mobx-state-tree").ModelInstanceType<{
916
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
917
+ }, {
918
+ readonly json: {
919
+ _name: EViewComponentType.Division;
920
+ };
921
921
  }>>>);
922
922
  panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
923
923
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
@@ -942,7 +942,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
942
942
  view_id: string;
943
943
  }[];
944
944
  _name: EViewComponentType.Modal;
945
- variant: "default" | "outline" | "pills";
945
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
946
946
  orientation: import("@mantine/core").TabsOrientation;
947
947
  } | {
948
948
  _name: EViewComponentType.Division;
@@ -959,8 +959,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
959
959
  name: import("mobx-state-tree").ISimpleType<string>;
960
960
  type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
961
961
  config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
962
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
963
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
964
962
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
965
963
  width: import("mobx-state-tree").ISimpleType<string>;
966
964
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1003,9 +1001,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1003
1001
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1004
1002
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1005
1003
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1006
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1004
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1007
1005
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1008
- }> | import("mobx-state-tree").ModelSnapshotType<{
1006
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1009
1007
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1010
1008
  width: import("mobx-state-tree").ISimpleType<string>;
1011
1009
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1048,13 +1046,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1048
1046
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1049
1047
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1050
1048
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1051
- }>, import("mobx-state-tree").ModelInstanceType<{
1049
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1052
1050
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1053
- }, {
1054
- readonly json: {
1055
- _name: EViewComponentType.Division;
1056
- };
1057
- }> | import("mobx-state-tree").ModelInstanceType<{
1051
+ }>, import("mobx-state-tree").ModelInstanceType<{
1058
1052
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1059
1053
  width: import("mobx-state-tree").ISimpleType<string>;
1060
1054
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1120,7 +1114,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1120
1114
  view_id: string;
1121
1115
  }[];
1122
1116
  _name: EViewComponentType.Modal;
1123
- variant: "default" | "outline" | "pills";
1117
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1124
1118
  orientation: import("@mantine/core").TabsOrientation;
1125
1119
  };
1126
1120
  } & {
@@ -1135,6 +1129,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1135
1129
  }>>[]): void;
1136
1130
  addTab(): void;
1137
1131
  removeTab(index: number): void;
1132
+ }> | import("mobx-state-tree").ModelInstanceType<{
1133
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1134
+ }, {
1135
+ readonly json: {
1136
+ _name: EViewComponentType.Division;
1137
+ };
1138
1138
  }>>;
1139
1139
  panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1140
1140
  }, {
@@ -1159,7 +1159,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1159
1159
  view_id: string;
1160
1160
  }[];
1161
1161
  _name: EViewComponentType.Modal;
1162
- variant: "default" | "outline" | "pills";
1162
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1163
1163
  orientation: import("@mantine/core").TabsOrientation;
1164
1164
  } | {
1165
1165
  _name: EViewComponentType.Division;
@@ -1177,14 +1177,56 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1177
1177
  name: string;
1178
1178
  type: EViewComponentType;
1179
1179
  config: ({
1180
- _name: EViewComponentType.Division;
1180
+ _name: EViewComponentType.Modal;
1181
+ width: string;
1182
+ height: string;
1183
+ custom_modal_title: {
1184
+ enabled: boolean;
1185
+ func_content: string;
1186
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1187
+ readonly json: {
1188
+ enabled: boolean;
1189
+ func_content: string;
1190
+ };
1191
+ readonly value: any;
1192
+ } & {
1193
+ setEnabled(v: boolean): void;
1194
+ setFuncContent(v: string): void;
1195
+ replace({ enabled, func_content }: {
1196
+ enabled: boolean;
1197
+ func_content: string;
1198
+ }): void;
1199
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1200
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1201
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1202
+ }, {
1203
+ readonly json: {
1204
+ enabled: boolean;
1205
+ func_content: string;
1206
+ };
1207
+ readonly value: any;
1208
+ } & {
1209
+ setEnabled(v: boolean): void;
1210
+ setFuncContent(v: string): void;
1211
+ replace({ enabled, func_content }: {
1212
+ enabled: boolean;
1213
+ func_content: string;
1214
+ }): void;
1215
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
1181
1216
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1182
1217
  readonly json: {
1183
- _name: EViewComponentType.Division;
1218
+ _name: EViewComponentType.Modal;
1219
+ width: string;
1220
+ height: string;
1221
+ custom_modal_title: {
1222
+ enabled: boolean;
1223
+ func_content: string;
1224
+ };
1184
1225
  };
1226
+ } & {
1227
+ setWidth(v: string): void;
1228
+ setHeight(v: string): void;
1185
1229
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1186
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1187
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1188
1230
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1189
1231
  width: import("mobx-state-tree").ISimpleType<string>;
1190
1232
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1227,9 +1269,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1227
1269
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1228
1270
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1229
1271
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1230
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1272
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1231
1273
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1232
- }> | import("mobx-state-tree").ModelSnapshotType<{
1274
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1233
1275
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1234
1276
  width: import("mobx-state-tree").ISimpleType<string>;
1235
1277
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1272,13 +1314,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1272
1314
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1273
1315
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1274
1316
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1275
- }>, import("mobx-state-tree").ModelInstanceType<{
1317
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1276
1318
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1277
- }, {
1278
- readonly json: {
1279
- _name: EViewComponentType.Division;
1280
- };
1281
- }> | import("mobx-state-tree").ModelInstanceType<{
1319
+ }>, import("mobx-state-tree").ModelInstanceType<{
1282
1320
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1283
1321
  width: import("mobx-state-tree").ISimpleType<string>;
1284
1322
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1344,7 +1382,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1344
1382
  view_id: string;
1345
1383
  }[];
1346
1384
  _name: EViewComponentType.Modal;
1347
- variant: "default" | "outline" | "pills";
1385
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1348
1386
  orientation: import("@mantine/core").TabsOrientation;
1349
1387
  };
1350
1388
  } & {
@@ -1359,59 +1397,76 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1359
1397
  }>>[]): void;
1360
1398
  addTab(): void;
1361
1399
  removeTab(index: number): void;
1400
+ }> | import("mobx-state-tree").ModelInstanceType<{
1401
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1402
+ }, {
1403
+ readonly json: {
1404
+ _name: EViewComponentType.Division;
1405
+ };
1362
1406
  }>>>) | ({
1363
1407
  _name: EViewComponentType.Modal;
1364
- width: string;
1365
- height: string;
1366
- custom_modal_title: {
1367
- enabled: boolean;
1368
- func_content: string;
1369
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1408
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
1409
+ id: import("mobx-state-tree").ISimpleType<string>;
1410
+ name: import("mobx-state-tree").ISimpleType<string>;
1411
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1412
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1413
+ }, {
1370
1414
  readonly json: {
1371
- enabled: boolean;
1372
- func_content: string;
1415
+ id: string;
1416
+ name: string;
1417
+ color: string;
1418
+ view_id: string;
1373
1419
  };
1374
- readonly value: any;
1375
1420
  } & {
1376
- setEnabled(v: boolean): void;
1377
- setFuncContent(v: string): void;
1378
- replace({ enabled, func_content }: {
1379
- enabled: boolean;
1380
- func_content: string;
1381
- }): void;
1382
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1383
- enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1384
- func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1421
+ setName(v: string): void;
1422
+ setViewID(v: string): void;
1423
+ setColor(v: string): void;
1424
+ }, 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<{
1425
+ id: import("mobx-state-tree").ISimpleType<string>;
1426
+ name: import("mobx-state-tree").ISimpleType<string>;
1427
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1428
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1385
1429
  }, {
1386
1430
  readonly json: {
1387
- enabled: boolean;
1388
- func_content: string;
1431
+ id: string;
1432
+ name: string;
1433
+ color: string;
1434
+ view_id: string;
1389
1435
  };
1390
- readonly value: any;
1391
1436
  } & {
1392
- setEnabled(v: boolean): void;
1393
- setFuncContent(v: string): void;
1394
- replace({ enabled, func_content }: {
1395
- enabled: boolean;
1396
- func_content: string;
1397
- }): void;
1398
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
1437
+ setName(v: string): void;
1438
+ setViewID(v: string): void;
1439
+ setColor(v: string): void;
1440
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
1441
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1442
+ orientation: import("@mantine/core").TabsOrientation;
1443
+ grow: boolean;
1399
1444
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1400
1445
  readonly json: {
1446
+ grow: boolean;
1447
+ tabs: {
1448
+ id: string;
1449
+ name: string;
1450
+ color: string;
1451
+ view_id: string;
1452
+ }[];
1401
1453
  _name: EViewComponentType.Modal;
1402
- width: string;
1403
- height: string;
1404
- custom_modal_title: {
1405
- enabled: boolean;
1406
- func_content: string;
1407
- };
1454
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1455
+ orientation: import("@mantine/core").TabsOrientation;
1408
1456
  };
1409
1457
  } & {
1410
- setWidth(v: string): void;
1411
- setHeight(v: string): void;
1458
+ setVariant(v: import("@mantine/core").TabsVariant): void;
1459
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
1460
+ setGrow(v: boolean): void;
1461
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1462
+ id: import("mobx-state-tree").ISimpleType<string>;
1463
+ name: import("mobx-state-tree").ISimpleType<string>;
1464
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1465
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1466
+ }>>[]): void;
1467
+ addTab(): void;
1468
+ removeTab(index: number): void;
1412
1469
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1413
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1414
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1415
1470
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1416
1471
  width: import("mobx-state-tree").ISimpleType<string>;
1417
1472
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1454,9 +1509,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1454
1509
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1455
1510
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1456
1511
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1457
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1512
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1458
1513
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1459
- }> | import("mobx-state-tree").ModelSnapshotType<{
1514
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1460
1515
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1461
1516
  width: import("mobx-state-tree").ISimpleType<string>;
1462
1517
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1499,13 +1554,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1499
1554
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1500
1555
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1501
1556
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1502
- }>, import("mobx-state-tree").ModelInstanceType<{
1557
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1503
1558
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1504
- }, {
1505
- readonly json: {
1506
- _name: EViewComponentType.Division;
1507
- };
1508
- }> | import("mobx-state-tree").ModelInstanceType<{
1559
+ }>, import("mobx-state-tree").ModelInstanceType<{
1509
1560
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1510
1561
  width: import("mobx-state-tree").ISimpleType<string>;
1511
1562
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1571,7 +1622,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1571
1622
  view_id: string;
1572
1623
  }[];
1573
1624
  _name: EViewComponentType.Modal;
1574
- variant: "default" | "outline" | "pills";
1625
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1575
1626
  orientation: import("@mantine/core").TabsOrientation;
1576
1627
  };
1577
1628
  } & {
@@ -1586,72 +1637,19 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1586
1637
  }>>[]): void;
1587
1638
  addTab(): void;
1588
1639
  removeTab(index: number): void;
1640
+ }> | import("mobx-state-tree").ModelInstanceType<{
1641
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1642
+ }, {
1643
+ readonly json: {
1644
+ _name: EViewComponentType.Division;
1645
+ };
1589
1646
  }>>>) | ({
1590
- _name: EViewComponentType.Modal;
1591
- tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
1592
- id: import("mobx-state-tree").ISimpleType<string>;
1593
- name: import("mobx-state-tree").ISimpleType<string>;
1594
- view_id: import("mobx-state-tree").ISimpleType<string>;
1595
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1596
- }, {
1597
- readonly json: {
1598
- id: string;
1599
- name: string;
1600
- color: string;
1601
- view_id: string;
1602
- };
1603
- } & {
1604
- setName(v: string): void;
1605
- setViewID(v: string): void;
1606
- setColor(v: string): void;
1607
- }, 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<{
1608
- id: import("mobx-state-tree").ISimpleType<string>;
1609
- name: import("mobx-state-tree").ISimpleType<string>;
1610
- view_id: import("mobx-state-tree").ISimpleType<string>;
1611
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1612
- }, {
1613
- readonly json: {
1614
- id: string;
1615
- name: string;
1616
- color: string;
1617
- view_id: string;
1618
- };
1619
- } & {
1620
- setName(v: string): void;
1621
- setViewID(v: string): void;
1622
- setColor(v: string): void;
1623
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
1624
- variant: "default" | "outline" | "pills";
1625
- orientation: import("@mantine/core").TabsOrientation;
1626
- grow: boolean;
1647
+ _name: EViewComponentType.Division;
1627
1648
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1628
1649
  readonly json: {
1629
- grow: boolean;
1630
- tabs: {
1631
- id: string;
1632
- name: string;
1633
- color: string;
1634
- view_id: string;
1635
- }[];
1636
- _name: EViewComponentType.Modal;
1637
- variant: "default" | "outline" | "pills";
1638
- orientation: import("@mantine/core").TabsOrientation;
1650
+ _name: EViewComponentType.Division;
1639
1651
  };
1640
- } & {
1641
- setVariant(v: import("@mantine/core").TabsVariant): void;
1642
- setOrientation(v: import("@mantine/core").TabsOrientation): void;
1643
- setGrow(v: boolean): void;
1644
- setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1645
- id: import("mobx-state-tree").ISimpleType<string>;
1646
- name: import("mobx-state-tree").ISimpleType<string>;
1647
- view_id: import("mobx-state-tree").ISimpleType<string>;
1648
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1649
- }>>[]): void;
1650
- addTab(): void;
1651
- removeTab(index: number): void;
1652
1652
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1653
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1654
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1655
1653
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1656
1654
  width: import("mobx-state-tree").ISimpleType<string>;
1657
1655
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1694,9 +1692,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1694
1692
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1695
1693
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1696
1694
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1697
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1695
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1698
1696
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1699
- }> | import("mobx-state-tree").ModelSnapshotType<{
1697
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1700
1698
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1701
1699
  width: import("mobx-state-tree").ISimpleType<string>;
1702
1700
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1739,13 +1737,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1739
1737
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1740
1738
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1741
1739
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1742
- }>, import("mobx-state-tree").ModelInstanceType<{
1740
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1743
1741
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1744
- }, {
1745
- readonly json: {
1746
- _name: EViewComponentType.Division;
1747
- };
1748
- }> | import("mobx-state-tree").ModelInstanceType<{
1742
+ }>, import("mobx-state-tree").ModelInstanceType<{
1749
1743
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1750
1744
  width: import("mobx-state-tree").ISimpleType<string>;
1751
1745
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1811,7 +1805,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1811
1805
  view_id: string;
1812
1806
  }[];
1813
1807
  _name: EViewComponentType.Modal;
1814
- variant: "default" | "outline" | "pills";
1808
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1815
1809
  orientation: import("@mantine/core").TabsOrientation;
1816
1810
  };
1817
1811
  } & {
@@ -1826,6 +1820,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1826
1820
  }>>[]): void;
1827
1821
  addTab(): void;
1828
1822
  removeTab(index: number): void;
1823
+ }> | import("mobx-state-tree").ModelInstanceType<{
1824
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1825
+ }, {
1826
+ readonly json: {
1827
+ _name: EViewComponentType.Division;
1828
+ };
1829
1829
  }>>>);
1830
1830
  panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
1831
1831
  tab: string;
@@ -1851,7 +1851,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1851
1851
  view_id: string;
1852
1852
  }[];
1853
1853
  _name: EViewComponentType.Modal;
1854
- variant: "default" | "outline" | "pills";
1854
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
1855
1855
  orientation: import("@mantine/core").TabsOrientation;
1856
1856
  } | {
1857
1857
  _name: EViewComponentType.Division;
@@ -1877,8 +1877,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1877
1877
  name: import("mobx-state-tree").ISimpleType<string>;
1878
1878
  type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
1879
1879
  config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1880
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1881
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1882
1880
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1883
1881
  width: import("mobx-state-tree").ISimpleType<string>;
1884
1882
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1921,9 +1919,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1921
1919
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1922
1920
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1923
1921
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1924
- }>>, import("mobx-state-tree").ModelSnapshotType<{
1922
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1925
1923
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1926
- }> | import("mobx-state-tree").ModelSnapshotType<{
1924
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1927
1925
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1928
1926
  width: import("mobx-state-tree").ISimpleType<string>;
1929
1927
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -1966,13 +1964,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
1966
1964
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1967
1965
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1968
1966
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1969
- }>, import("mobx-state-tree").ModelInstanceType<{
1967
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1970
1968
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1971
- }, {
1972
- readonly json: {
1973
- _name: EViewComponentType.Division;
1974
- };
1975
- }> | import("mobx-state-tree").ModelInstanceType<{
1969
+ }>, import("mobx-state-tree").ModelInstanceType<{
1976
1970
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1977
1971
  width: import("mobx-state-tree").ISimpleType<string>;
1978
1972
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2038,7 +2032,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2038
2032
  view_id: string;
2039
2033
  }[];
2040
2034
  _name: EViewComponentType.Modal;
2041
- variant: "default" | "outline" | "pills";
2035
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2042
2036
  orientation: import("@mantine/core").TabsOrientation;
2043
2037
  };
2044
2038
  } & {
@@ -2053,6 +2047,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2053
2047
  }>>[]): void;
2054
2048
  addTab(): void;
2055
2049
  removeTab(index: number): void;
2050
+ }> | import("mobx-state-tree").ModelInstanceType<{
2051
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2052
+ }, {
2053
+ readonly json: {
2054
+ _name: EViewComponentType.Division;
2055
+ };
2056
2056
  }>>;
2057
2057
  panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
2058
2058
  } & {
@@ -2079,7 +2079,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2079
2079
  view_id: string;
2080
2080
  }[];
2081
2081
  _name: EViewComponentType.Modal;
2082
- variant: "default" | "outline" | "pills";
2082
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2083
2083
  orientation: import("@mantine/core").TabsOrientation;
2084
2084
  } | {
2085
2085
  _name: EViewComponentType.Division;
@@ -2106,14 +2106,56 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2106
2106
  name: string;
2107
2107
  type: EViewComponentType;
2108
2108
  config: ({
2109
- _name: EViewComponentType.Division;
2109
+ _name: EViewComponentType.Modal;
2110
+ width: string;
2111
+ height: string;
2112
+ custom_modal_title: {
2113
+ enabled: boolean;
2114
+ func_content: string;
2115
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2116
+ readonly json: {
2117
+ enabled: boolean;
2118
+ func_content: string;
2119
+ };
2120
+ readonly value: any;
2121
+ } & {
2122
+ setEnabled(v: boolean): void;
2123
+ setFuncContent(v: string): void;
2124
+ replace({ enabled, func_content }: {
2125
+ enabled: boolean;
2126
+ func_content: string;
2127
+ }): void;
2128
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2129
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2130
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2131
+ }, {
2132
+ readonly json: {
2133
+ enabled: boolean;
2134
+ func_content: string;
2135
+ };
2136
+ readonly value: any;
2137
+ } & {
2138
+ setEnabled(v: boolean): void;
2139
+ setFuncContent(v: string): void;
2140
+ replace({ enabled, func_content }: {
2141
+ enabled: boolean;
2142
+ func_content: string;
2143
+ }): void;
2144
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
2110
2145
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2111
2146
  readonly json: {
2112
- _name: EViewComponentType.Division;
2147
+ _name: EViewComponentType.Modal;
2148
+ width: string;
2149
+ height: string;
2150
+ custom_modal_title: {
2151
+ enabled: boolean;
2152
+ func_content: string;
2153
+ };
2113
2154
  };
2155
+ } & {
2156
+ setWidth(v: string): void;
2157
+ setHeight(v: string): void;
2114
2158
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2115
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2116
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2117
2159
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2118
2160
  width: import("mobx-state-tree").ISimpleType<string>;
2119
2161
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2156,9 +2198,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2156
2198
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2157
2199
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2158
2200
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2159
- }>>, import("mobx-state-tree").ModelSnapshotType<{
2201
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2160
2202
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2161
- }> | import("mobx-state-tree").ModelSnapshotType<{
2203
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2162
2204
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2163
2205
  width: import("mobx-state-tree").ISimpleType<string>;
2164
2206
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2201,13 +2243,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2201
2243
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2202
2244
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2203
2245
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2204
- }>, import("mobx-state-tree").ModelInstanceType<{
2246
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2205
2247
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2206
- }, {
2207
- readonly json: {
2208
- _name: EViewComponentType.Division;
2209
- };
2210
- }> | import("mobx-state-tree").ModelInstanceType<{
2248
+ }>, import("mobx-state-tree").ModelInstanceType<{
2211
2249
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2212
2250
  width: import("mobx-state-tree").ISimpleType<string>;
2213
2251
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2273,7 +2311,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2273
2311
  view_id: string;
2274
2312
  }[];
2275
2313
  _name: EViewComponentType.Modal;
2276
- variant: "default" | "outline" | "pills";
2314
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2277
2315
  orientation: import("@mantine/core").TabsOrientation;
2278
2316
  };
2279
2317
  } & {
@@ -2288,59 +2326,76 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2288
2326
  }>>[]): void;
2289
2327
  addTab(): void;
2290
2328
  removeTab(index: number): void;
2329
+ }> | import("mobx-state-tree").ModelInstanceType<{
2330
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2331
+ }, {
2332
+ readonly json: {
2333
+ _name: EViewComponentType.Division;
2334
+ };
2291
2335
  }>>>) | ({
2292
2336
  _name: EViewComponentType.Modal;
2293
- width: string;
2294
- height: string;
2295
- custom_modal_title: {
2296
- enabled: boolean;
2297
- func_content: string;
2298
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2337
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
2338
+ id: import("mobx-state-tree").ISimpleType<string>;
2339
+ name: import("mobx-state-tree").ISimpleType<string>;
2340
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2341
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2342
+ }, {
2299
2343
  readonly json: {
2300
- enabled: boolean;
2301
- func_content: string;
2344
+ id: string;
2345
+ name: string;
2346
+ color: string;
2347
+ view_id: string;
2302
2348
  };
2303
- readonly value: any;
2304
2349
  } & {
2305
- setEnabled(v: boolean): void;
2306
- setFuncContent(v: string): void;
2307
- replace({ enabled, func_content }: {
2308
- enabled: boolean;
2309
- func_content: string;
2310
- }): void;
2311
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2312
- enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2313
- func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2350
+ setName(v: string): void;
2351
+ setViewID(v: string): void;
2352
+ setColor(v: string): void;
2353
+ }, 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<{
2354
+ id: import("mobx-state-tree").ISimpleType<string>;
2355
+ name: import("mobx-state-tree").ISimpleType<string>;
2356
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2357
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2314
2358
  }, {
2315
2359
  readonly json: {
2316
- enabled: boolean;
2317
- func_content: string;
2360
+ id: string;
2361
+ name: string;
2362
+ color: string;
2363
+ view_id: string;
2318
2364
  };
2319
- readonly value: any;
2320
2365
  } & {
2321
- setEnabled(v: boolean): void;
2322
- setFuncContent(v: string): void;
2323
- replace({ enabled, func_content }: {
2324
- enabled: boolean;
2325
- func_content: string;
2326
- }): void;
2327
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
2366
+ setName(v: string): void;
2367
+ setViewID(v: string): void;
2368
+ setColor(v: string): void;
2369
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
2370
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2371
+ orientation: import("@mantine/core").TabsOrientation;
2372
+ grow: boolean;
2328
2373
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2329
2374
  readonly json: {
2375
+ grow: boolean;
2376
+ tabs: {
2377
+ id: string;
2378
+ name: string;
2379
+ color: string;
2380
+ view_id: string;
2381
+ }[];
2330
2382
  _name: EViewComponentType.Modal;
2331
- width: string;
2332
- height: string;
2333
- custom_modal_title: {
2334
- enabled: boolean;
2335
- func_content: string;
2336
- };
2383
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2384
+ orientation: import("@mantine/core").TabsOrientation;
2337
2385
  };
2338
2386
  } & {
2339
- setWidth(v: string): void;
2340
- setHeight(v: string): void;
2387
+ setVariant(v: import("@mantine/core").TabsVariant): void;
2388
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
2389
+ setGrow(v: boolean): void;
2390
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2391
+ id: import("mobx-state-tree").ISimpleType<string>;
2392
+ name: import("mobx-state-tree").ISimpleType<string>;
2393
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2394
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2395
+ }>>[]): void;
2396
+ addTab(): void;
2397
+ removeTab(index: number): void;
2341
2398
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2342
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2343
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2344
2399
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2345
2400
  width: import("mobx-state-tree").ISimpleType<string>;
2346
2401
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2383,9 +2438,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2383
2438
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2384
2439
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2385
2440
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2386
- }>>, import("mobx-state-tree").ModelSnapshotType<{
2441
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2387
2442
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2388
- }> | import("mobx-state-tree").ModelSnapshotType<{
2443
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2389
2444
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2390
2445
  width: import("mobx-state-tree").ISimpleType<string>;
2391
2446
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2428,13 +2483,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2428
2483
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2429
2484
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2430
2485
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2431
- }>, import("mobx-state-tree").ModelInstanceType<{
2486
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2432
2487
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2433
- }, {
2434
- readonly json: {
2435
- _name: EViewComponentType.Division;
2436
- };
2437
- }> | import("mobx-state-tree").ModelInstanceType<{
2488
+ }>, import("mobx-state-tree").ModelInstanceType<{
2438
2489
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2439
2490
  width: import("mobx-state-tree").ISimpleType<string>;
2440
2491
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2500,7 +2551,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2500
2551
  view_id: string;
2501
2552
  }[];
2502
2553
  _name: EViewComponentType.Modal;
2503
- variant: "default" | "outline" | "pills";
2554
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2504
2555
  orientation: import("@mantine/core").TabsOrientation;
2505
2556
  };
2506
2557
  } & {
@@ -2515,72 +2566,19 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2515
2566
  }>>[]): void;
2516
2567
  addTab(): void;
2517
2568
  removeTab(index: number): void;
2569
+ }> | import("mobx-state-tree").ModelInstanceType<{
2570
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2571
+ }, {
2572
+ readonly json: {
2573
+ _name: EViewComponentType.Division;
2574
+ };
2518
2575
  }>>>) | ({
2519
- _name: EViewComponentType.Modal;
2520
- tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
2521
- id: import("mobx-state-tree").ISimpleType<string>;
2522
- name: import("mobx-state-tree").ISimpleType<string>;
2523
- view_id: import("mobx-state-tree").ISimpleType<string>;
2524
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2525
- }, {
2526
- readonly json: {
2527
- id: string;
2528
- name: string;
2529
- color: string;
2530
- view_id: string;
2531
- };
2532
- } & {
2533
- setName(v: string): void;
2534
- setViewID(v: string): void;
2535
- setColor(v: string): void;
2536
- }, 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<{
2537
- id: import("mobx-state-tree").ISimpleType<string>;
2538
- name: import("mobx-state-tree").ISimpleType<string>;
2539
- view_id: import("mobx-state-tree").ISimpleType<string>;
2540
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2541
- }, {
2542
- readonly json: {
2543
- id: string;
2544
- name: string;
2545
- color: string;
2546
- view_id: string;
2547
- };
2548
- } & {
2549
- setName(v: string): void;
2550
- setViewID(v: string): void;
2551
- setColor(v: string): void;
2552
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
2553
- variant: "default" | "outline" | "pills";
2554
- orientation: import("@mantine/core").TabsOrientation;
2555
- grow: boolean;
2576
+ _name: EViewComponentType.Division;
2556
2577
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2557
2578
  readonly json: {
2558
- grow: boolean;
2559
- tabs: {
2560
- id: string;
2561
- name: string;
2562
- color: string;
2563
- view_id: string;
2564
- }[];
2565
- _name: EViewComponentType.Modal;
2566
- variant: "default" | "outline" | "pills";
2567
- orientation: import("@mantine/core").TabsOrientation;
2579
+ _name: EViewComponentType.Division;
2568
2580
  };
2569
- } & {
2570
- setVariant(v: import("@mantine/core").TabsVariant): void;
2571
- setOrientation(v: import("@mantine/core").TabsOrientation): void;
2572
- setGrow(v: boolean): void;
2573
- setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2574
- id: import("mobx-state-tree").ISimpleType<string>;
2575
- name: import("mobx-state-tree").ISimpleType<string>;
2576
- view_id: import("mobx-state-tree").ISimpleType<string>;
2577
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2578
- }>>[]): void;
2579
- addTab(): void;
2580
- removeTab(index: number): void;
2581
2581
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2582
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2583
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2584
2582
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2585
2583
  width: import("mobx-state-tree").ISimpleType<string>;
2586
2584
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2623,9 +2621,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2623
2621
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2624
2622
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2625
2623
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2626
- }>>, import("mobx-state-tree").ModelSnapshotType<{
2624
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2627
2625
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2628
- }> | import("mobx-state-tree").ModelSnapshotType<{
2626
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2629
2627
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2630
2628
  width: import("mobx-state-tree").ISimpleType<string>;
2631
2629
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2668,13 +2666,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2668
2666
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2669
2667
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2670
2668
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2671
- }>, import("mobx-state-tree").ModelInstanceType<{
2669
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2672
2670
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2673
- }, {
2674
- readonly json: {
2675
- _name: EViewComponentType.Division;
2676
- };
2677
- }> | import("mobx-state-tree").ModelInstanceType<{
2671
+ }>, import("mobx-state-tree").ModelInstanceType<{
2678
2672
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2679
2673
  width: import("mobx-state-tree").ISimpleType<string>;
2680
2674
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2740,7 +2734,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2740
2734
  view_id: string;
2741
2735
  }[];
2742
2736
  _name: EViewComponentType.Modal;
2743
- variant: "default" | "outline" | "pills";
2737
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2744
2738
  orientation: import("@mantine/core").TabsOrientation;
2745
2739
  };
2746
2740
  } & {
@@ -2755,6 +2749,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2755
2749
  }>>[]): void;
2756
2750
  addTab(): void;
2757
2751
  removeTab(index: number): void;
2752
+ }> | import("mobx-state-tree").ModelInstanceType<{
2753
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2754
+ }, {
2755
+ readonly json: {
2756
+ _name: EViewComponentType.Division;
2757
+ };
2758
2758
  }>>>);
2759
2759
  panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
2760
2760
  tab: string;
@@ -2780,7 +2780,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2780
2780
  view_id: string;
2781
2781
  }[];
2782
2782
  _name: EViewComponentType.Modal;
2783
- variant: "default" | "outline" | "pills";
2783
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2784
2784
  orientation: import("@mantine/core").TabsOrientation;
2785
2785
  } | {
2786
2786
  _name: EViewComponentType.Division;
@@ -2806,8 +2806,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2806
2806
  name: import("mobx-state-tree").ISimpleType<string>;
2807
2807
  type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
2808
2808
  config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2809
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2810
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2811
2809
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2812
2810
  width: import("mobx-state-tree").ISimpleType<string>;
2813
2811
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2850,9 +2848,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2850
2848
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2851
2849
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2852
2850
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2853
- }>>, import("mobx-state-tree").ModelSnapshotType<{
2851
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2854
2852
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2855
- }> | import("mobx-state-tree").ModelSnapshotType<{
2853
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2856
2854
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2857
2855
  width: import("mobx-state-tree").ISimpleType<string>;
2858
2856
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2895,13 +2893,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2895
2893
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2896
2894
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2897
2895
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2898
- }>, import("mobx-state-tree").ModelInstanceType<{
2896
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2899
2897
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2900
- }, {
2901
- readonly json: {
2902
- _name: EViewComponentType.Division;
2903
- };
2904
- }> | import("mobx-state-tree").ModelInstanceType<{
2898
+ }>, import("mobx-state-tree").ModelInstanceType<{
2905
2899
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
2906
2900
  width: import("mobx-state-tree").ISimpleType<string>;
2907
2901
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -2967,7 +2961,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2967
2961
  view_id: string;
2968
2962
  }[];
2969
2963
  _name: EViewComponentType.Modal;
2970
- variant: "default" | "outline" | "pills";
2964
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
2971
2965
  orientation: import("@mantine/core").TabsOrientation;
2972
2966
  };
2973
2967
  } & {
@@ -2982,6 +2976,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
2982
2976
  }>>[]): void;
2983
2977
  addTab(): void;
2984
2978
  removeTab(index: number): void;
2979
+ }> | import("mobx-state-tree").ModelInstanceType<{
2980
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
2981
+ }, {
2982
+ readonly json: {
2983
+ _name: EViewComponentType.Division;
2984
+ };
2985
2985
  }>>;
2986
2986
  panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
2987
2987
  } & {
@@ -3008,7 +3008,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3008
3008
  view_id: string;
3009
3009
  }[];
3010
3010
  _name: EViewComponentType.Modal;
3011
- variant: "default" | "outline" | "pills";
3011
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3012
3012
  orientation: import("@mantine/core").TabsOrientation;
3013
3013
  } | {
3014
3014
  _name: EViewComponentType.Division;
@@ -3035,14 +3035,56 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3035
3035
  name: string;
3036
3036
  type: EViewComponentType;
3037
3037
  config: ({
3038
- _name: EViewComponentType.Division;
3038
+ _name: EViewComponentType.Modal;
3039
+ width: string;
3040
+ height: string;
3041
+ custom_modal_title: {
3042
+ enabled: boolean;
3043
+ func_content: string;
3044
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3045
+ readonly json: {
3046
+ enabled: boolean;
3047
+ func_content: string;
3048
+ };
3049
+ readonly value: any;
3050
+ } & {
3051
+ setEnabled(v: boolean): void;
3052
+ setFuncContent(v: string): void;
3053
+ replace({ enabled, func_content }: {
3054
+ enabled: boolean;
3055
+ func_content: string;
3056
+ }): void;
3057
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3058
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3059
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3060
+ }, {
3061
+ readonly json: {
3062
+ enabled: boolean;
3063
+ func_content: string;
3064
+ };
3065
+ readonly value: any;
3066
+ } & {
3067
+ setEnabled(v: boolean): void;
3068
+ setFuncContent(v: string): void;
3069
+ replace({ enabled, func_content }: {
3070
+ enabled: boolean;
3071
+ func_content: string;
3072
+ }): void;
3073
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
3039
3074
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3040
3075
  readonly json: {
3041
- _name: EViewComponentType.Division;
3076
+ _name: EViewComponentType.Modal;
3077
+ width: string;
3078
+ height: string;
3079
+ custom_modal_title: {
3080
+ enabled: boolean;
3081
+ func_content: string;
3082
+ };
3042
3083
  };
3084
+ } & {
3085
+ setWidth(v: string): void;
3086
+ setHeight(v: string): void;
3043
3087
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3044
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3045
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3046
3088
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3047
3089
  width: import("mobx-state-tree").ISimpleType<string>;
3048
3090
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3085,9 +3127,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3085
3127
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3086
3128
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3087
3129
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3088
- }>>, import("mobx-state-tree").ModelSnapshotType<{
3130
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3089
3131
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3090
- }> | import("mobx-state-tree").ModelSnapshotType<{
3132
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3091
3133
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3092
3134
  width: import("mobx-state-tree").ISimpleType<string>;
3093
3135
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3130,13 +3172,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3130
3172
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3131
3173
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3132
3174
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3133
- }>, import("mobx-state-tree").ModelInstanceType<{
3175
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3134
3176
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3135
- }, {
3136
- readonly json: {
3137
- _name: EViewComponentType.Division;
3138
- };
3139
- }> | import("mobx-state-tree").ModelInstanceType<{
3177
+ }>, import("mobx-state-tree").ModelInstanceType<{
3140
3178
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3141
3179
  width: import("mobx-state-tree").ISimpleType<string>;
3142
3180
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3202,7 +3240,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3202
3240
  view_id: string;
3203
3241
  }[];
3204
3242
  _name: EViewComponentType.Modal;
3205
- variant: "default" | "outline" | "pills";
3243
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3206
3244
  orientation: import("@mantine/core").TabsOrientation;
3207
3245
  };
3208
3246
  } & {
@@ -3217,59 +3255,76 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3217
3255
  }>>[]): void;
3218
3256
  addTab(): void;
3219
3257
  removeTab(index: number): void;
3258
+ }> | import("mobx-state-tree").ModelInstanceType<{
3259
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3260
+ }, {
3261
+ readonly json: {
3262
+ _name: EViewComponentType.Division;
3263
+ };
3220
3264
  }>>>) | ({
3221
3265
  _name: EViewComponentType.Modal;
3222
- width: string;
3223
- height: string;
3224
- custom_modal_title: {
3225
- enabled: boolean;
3226
- func_content: string;
3227
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3266
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
3267
+ id: import("mobx-state-tree").ISimpleType<string>;
3268
+ name: import("mobx-state-tree").ISimpleType<string>;
3269
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3270
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3271
+ }, {
3228
3272
  readonly json: {
3229
- enabled: boolean;
3230
- func_content: string;
3273
+ id: string;
3274
+ name: string;
3275
+ color: string;
3276
+ view_id: string;
3231
3277
  };
3232
- readonly value: any;
3233
3278
  } & {
3234
- setEnabled(v: boolean): void;
3235
- setFuncContent(v: string): void;
3236
- replace({ enabled, func_content }: {
3237
- enabled: boolean;
3238
- func_content: string;
3239
- }): void;
3240
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3241
- enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3242
- func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3279
+ setName(v: string): void;
3280
+ setViewID(v: string): void;
3281
+ setColor(v: string): void;
3282
+ }, 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<{
3283
+ id: import("mobx-state-tree").ISimpleType<string>;
3284
+ name: import("mobx-state-tree").ISimpleType<string>;
3285
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3286
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3243
3287
  }, {
3244
3288
  readonly json: {
3245
- enabled: boolean;
3246
- func_content: string;
3289
+ id: string;
3290
+ name: string;
3291
+ color: string;
3292
+ view_id: string;
3247
3293
  };
3248
- readonly value: any;
3249
3294
  } & {
3250
- setEnabled(v: boolean): void;
3251
- setFuncContent(v: string): void;
3252
- replace({ enabled, func_content }: {
3253
- enabled: boolean;
3254
- func_content: string;
3255
- }): void;
3256
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
3295
+ setName(v: string): void;
3296
+ setViewID(v: string): void;
3297
+ setColor(v: string): void;
3298
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
3299
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3300
+ orientation: import("@mantine/core").TabsOrientation;
3301
+ grow: boolean;
3257
3302
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3258
3303
  readonly json: {
3304
+ grow: boolean;
3305
+ tabs: {
3306
+ id: string;
3307
+ name: string;
3308
+ color: string;
3309
+ view_id: string;
3310
+ }[];
3259
3311
  _name: EViewComponentType.Modal;
3260
- width: string;
3261
- height: string;
3262
- custom_modal_title: {
3263
- enabled: boolean;
3264
- func_content: string;
3265
- };
3312
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3313
+ orientation: import("@mantine/core").TabsOrientation;
3266
3314
  };
3267
3315
  } & {
3268
- setWidth(v: string): void;
3269
- setHeight(v: string): void;
3316
+ setVariant(v: import("@mantine/core").TabsVariant): void;
3317
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
3318
+ setGrow(v: boolean): void;
3319
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3320
+ id: import("mobx-state-tree").ISimpleType<string>;
3321
+ name: import("mobx-state-tree").ISimpleType<string>;
3322
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3323
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3324
+ }>>[]): void;
3325
+ addTab(): void;
3326
+ removeTab(index: number): void;
3270
3327
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3271
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3272
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3273
3328
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3274
3329
  width: import("mobx-state-tree").ISimpleType<string>;
3275
3330
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3312,9 +3367,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3312
3367
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3313
3368
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3314
3369
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3315
- }>>, import("mobx-state-tree").ModelSnapshotType<{
3370
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3316
3371
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3317
- }> | import("mobx-state-tree").ModelSnapshotType<{
3372
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3318
3373
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3319
3374
  width: import("mobx-state-tree").ISimpleType<string>;
3320
3375
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3357,13 +3412,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3357
3412
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3358
3413
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3359
3414
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3360
- }>, import("mobx-state-tree").ModelInstanceType<{
3415
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3361
3416
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3362
- }, {
3363
- readonly json: {
3364
- _name: EViewComponentType.Division;
3365
- };
3366
- }> | import("mobx-state-tree").ModelInstanceType<{
3417
+ }>, import("mobx-state-tree").ModelInstanceType<{
3367
3418
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3368
3419
  width: import("mobx-state-tree").ISimpleType<string>;
3369
3420
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3429,7 +3480,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3429
3480
  view_id: string;
3430
3481
  }[];
3431
3482
  _name: EViewComponentType.Modal;
3432
- variant: "default" | "outline" | "pills";
3483
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3433
3484
  orientation: import("@mantine/core").TabsOrientation;
3434
3485
  };
3435
3486
  } & {
@@ -3444,72 +3495,19 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3444
3495
  }>>[]): void;
3445
3496
  addTab(): void;
3446
3497
  removeTab(index: number): void;
3498
+ }> | import("mobx-state-tree").ModelInstanceType<{
3499
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3500
+ }, {
3501
+ readonly json: {
3502
+ _name: EViewComponentType.Division;
3503
+ };
3447
3504
  }>>>) | ({
3448
- _name: EViewComponentType.Modal;
3449
- tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
3450
- id: import("mobx-state-tree").ISimpleType<string>;
3451
- name: import("mobx-state-tree").ISimpleType<string>;
3452
- view_id: import("mobx-state-tree").ISimpleType<string>;
3453
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3454
- }, {
3455
- readonly json: {
3456
- id: string;
3457
- name: string;
3458
- color: string;
3459
- view_id: string;
3460
- };
3461
- } & {
3462
- setName(v: string): void;
3463
- setViewID(v: string): void;
3464
- setColor(v: string): void;
3465
- }, 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<{
3466
- id: import("mobx-state-tree").ISimpleType<string>;
3467
- name: import("mobx-state-tree").ISimpleType<string>;
3468
- view_id: import("mobx-state-tree").ISimpleType<string>;
3469
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3470
- }, {
3471
- readonly json: {
3472
- id: string;
3473
- name: string;
3474
- color: string;
3475
- view_id: string;
3476
- };
3477
- } & {
3478
- setName(v: string): void;
3479
- setViewID(v: string): void;
3480
- setColor(v: string): void;
3481
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
3482
- variant: "default" | "outline" | "pills";
3483
- orientation: import("@mantine/core").TabsOrientation;
3484
- grow: boolean;
3505
+ _name: EViewComponentType.Division;
3485
3506
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3486
3507
  readonly json: {
3487
- grow: boolean;
3488
- tabs: {
3489
- id: string;
3490
- name: string;
3491
- color: string;
3492
- view_id: string;
3493
- }[];
3494
- _name: EViewComponentType.Modal;
3495
- variant: "default" | "outline" | "pills";
3496
- orientation: import("@mantine/core").TabsOrientation;
3508
+ _name: EViewComponentType.Division;
3497
3509
  };
3498
- } & {
3499
- setVariant(v: import("@mantine/core").TabsVariant): void;
3500
- setOrientation(v: import("@mantine/core").TabsOrientation): void;
3501
- setGrow(v: boolean): void;
3502
- setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3503
- id: import("mobx-state-tree").ISimpleType<string>;
3504
- name: import("mobx-state-tree").ISimpleType<string>;
3505
- view_id: import("mobx-state-tree").ISimpleType<string>;
3506
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3507
- }>>[]): void;
3508
- addTab(): void;
3509
- removeTab(index: number): void;
3510
3510
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3511
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3512
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3513
3511
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3514
3512
  width: import("mobx-state-tree").ISimpleType<string>;
3515
3513
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3552,9 +3550,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3552
3550
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3553
3551
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3554
3552
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3555
- }>>, import("mobx-state-tree").ModelSnapshotType<{
3553
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3556
3554
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3557
- }> | import("mobx-state-tree").ModelSnapshotType<{
3555
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3558
3556
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3559
3557
  width: import("mobx-state-tree").ISimpleType<string>;
3560
3558
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3597,13 +3595,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3597
3595
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3598
3596
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3599
3597
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3600
- }>, import("mobx-state-tree").ModelInstanceType<{
3598
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3601
3599
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3602
- }, {
3603
- readonly json: {
3604
- _name: EViewComponentType.Division;
3605
- };
3606
- }> | import("mobx-state-tree").ModelInstanceType<{
3600
+ }>, import("mobx-state-tree").ModelInstanceType<{
3607
3601
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3608
3602
  width: import("mobx-state-tree").ISimpleType<string>;
3609
3603
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3669,7 +3663,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3669
3663
  view_id: string;
3670
3664
  }[];
3671
3665
  _name: EViewComponentType.Modal;
3672
- variant: "default" | "outline" | "pills";
3666
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3673
3667
  orientation: import("@mantine/core").TabsOrientation;
3674
3668
  };
3675
3669
  } & {
@@ -3684,6 +3678,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3684
3678
  }>>[]): void;
3685
3679
  addTab(): void;
3686
3680
  removeTab(index: number): void;
3681
+ }> | import("mobx-state-tree").ModelInstanceType<{
3682
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3683
+ }, {
3684
+ readonly json: {
3685
+ _name: EViewComponentType.Division;
3686
+ };
3687
3687
  }>>>);
3688
3688
  panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
3689
3689
  tab: string;
@@ -3709,7 +3709,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3709
3709
  view_id: string;
3710
3710
  }[];
3711
3711
  _name: EViewComponentType.Modal;
3712
- variant: "default" | "outline" | "pills";
3712
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3713
3713
  orientation: import("@mantine/core").TabsOrientation;
3714
3714
  } | {
3715
3715
  _name: EViewComponentType.Division;
@@ -3735,8 +3735,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3735
3735
  name: import("mobx-state-tree").ISimpleType<string>;
3736
3736
  type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
3737
3737
  config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3738
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3739
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3740
3738
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3741
3739
  width: import("mobx-state-tree").ISimpleType<string>;
3742
3740
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3779,9 +3777,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3779
3777
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3780
3778
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3781
3779
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3782
- }>>, import("mobx-state-tree").ModelSnapshotType<{
3780
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3783
3781
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3784
- }> | import("mobx-state-tree").ModelSnapshotType<{
3782
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3785
3783
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3786
3784
  width: import("mobx-state-tree").ISimpleType<string>;
3787
3785
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3824,13 +3822,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3824
3822
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3825
3823
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3826
3824
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3827
- }>, import("mobx-state-tree").ModelInstanceType<{
3825
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3828
3826
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3829
- }, {
3830
- readonly json: {
3831
- _name: EViewComponentType.Division;
3832
- };
3833
- }> | import("mobx-state-tree").ModelInstanceType<{
3827
+ }>, import("mobx-state-tree").ModelInstanceType<{
3834
3828
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3835
3829
  width: import("mobx-state-tree").ISimpleType<string>;
3836
3830
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -3896,7 +3890,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3896
3890
  view_id: string;
3897
3891
  }[];
3898
3892
  _name: EViewComponentType.Modal;
3899
- variant: "default" | "outline" | "pills";
3893
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3900
3894
  orientation: import("@mantine/core").TabsOrientation;
3901
3895
  };
3902
3896
  } & {
@@ -3911,6 +3905,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3911
3905
  }>>[]): void;
3912
3906
  addTab(): void;
3913
3907
  removeTab(index: number): void;
3908
+ }> | import("mobx-state-tree").ModelInstanceType<{
3909
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3910
+ }, {
3911
+ readonly json: {
3912
+ _name: EViewComponentType.Division;
3913
+ };
3914
3914
  }>>;
3915
3915
  panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
3916
3916
  } & {
@@ -3937,7 +3937,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3937
3937
  view_id: string;
3938
3938
  }[];
3939
3939
  _name: EViewComponentType.Modal;
3940
- variant: "default" | "outline" | "pills";
3940
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
3941
3941
  orientation: import("@mantine/core").TabsOrientation;
3942
3942
  } | {
3943
3943
  _name: EViewComponentType.Division;
@@ -3969,14 +3969,56 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
3969
3969
  name: string;
3970
3970
  type: EViewComponentType;
3971
3971
  config: ({
3972
- _name: EViewComponentType.Division;
3972
+ _name: EViewComponentType.Modal;
3973
+ width: string;
3974
+ height: string;
3975
+ custom_modal_title: {
3976
+ enabled: boolean;
3977
+ func_content: string;
3978
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3979
+ readonly json: {
3980
+ enabled: boolean;
3981
+ func_content: string;
3982
+ };
3983
+ readonly value: any;
3984
+ } & {
3985
+ setEnabled(v: boolean): void;
3986
+ setFuncContent(v: string): void;
3987
+ replace({ enabled, func_content }: {
3988
+ enabled: boolean;
3989
+ func_content: string;
3990
+ }): void;
3991
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3992
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3993
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3994
+ }, {
3995
+ readonly json: {
3996
+ enabled: boolean;
3997
+ func_content: string;
3998
+ };
3999
+ readonly value: any;
4000
+ } & {
4001
+ setEnabled(v: boolean): void;
4002
+ setFuncContent(v: string): void;
4003
+ replace({ enabled, func_content }: {
4004
+ enabled: boolean;
4005
+ func_content: string;
4006
+ }): void;
4007
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
3973
4008
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3974
4009
  readonly json: {
3975
- _name: EViewComponentType.Division;
4010
+ _name: EViewComponentType.Modal;
4011
+ width: string;
4012
+ height: string;
4013
+ custom_modal_title: {
4014
+ enabled: boolean;
4015
+ func_content: string;
4016
+ };
3976
4017
  };
4018
+ } & {
4019
+ setWidth(v: string): void;
4020
+ setHeight(v: string): void;
3977
4021
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3978
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
3979
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3980
4022
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
3981
4023
  width: import("mobx-state-tree").ISimpleType<string>;
3982
4024
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4019,9 +4061,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4019
4061
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4020
4062
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4021
4063
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4022
- }>>, import("mobx-state-tree").ModelSnapshotType<{
4064
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4023
4065
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4024
- }> | import("mobx-state-tree").ModelSnapshotType<{
4066
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
4025
4067
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4026
4068
  width: import("mobx-state-tree").ISimpleType<string>;
4027
4069
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4064,13 +4106,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4064
4106
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4065
4107
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4066
4108
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4067
- }>, import("mobx-state-tree").ModelInstanceType<{
4109
+ }> | import("mobx-state-tree").ModelSnapshotType<{
4068
4110
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4069
- }, {
4070
- readonly json: {
4071
- _name: EViewComponentType.Division;
4072
- };
4073
- }> | import("mobx-state-tree").ModelInstanceType<{
4111
+ }>, import("mobx-state-tree").ModelInstanceType<{
4074
4112
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4075
4113
  width: import("mobx-state-tree").ISimpleType<string>;
4076
4114
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4136,7 +4174,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4136
4174
  view_id: string;
4137
4175
  }[];
4138
4176
  _name: EViewComponentType.Modal;
4139
- variant: "default" | "outline" | "pills";
4177
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4140
4178
  orientation: import("@mantine/core").TabsOrientation;
4141
4179
  };
4142
4180
  } & {
@@ -4151,59 +4189,76 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4151
4189
  }>>[]): void;
4152
4190
  addTab(): void;
4153
4191
  removeTab(index: number): void;
4192
+ }> | import("mobx-state-tree").ModelInstanceType<{
4193
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4194
+ }, {
4195
+ readonly json: {
4196
+ _name: EViewComponentType.Division;
4197
+ };
4154
4198
  }>>>) | ({
4155
4199
  _name: EViewComponentType.Modal;
4156
- width: string;
4157
- height: string;
4158
- custom_modal_title: {
4159
- enabled: boolean;
4160
- func_content: string;
4161
- } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
4200
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
4201
+ id: import("mobx-state-tree").ISimpleType<string>;
4202
+ name: import("mobx-state-tree").ISimpleType<string>;
4203
+ view_id: import("mobx-state-tree").ISimpleType<string>;
4204
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
4205
+ }, {
4162
4206
  readonly json: {
4163
- enabled: boolean;
4164
- func_content: string;
4207
+ id: string;
4208
+ name: string;
4209
+ color: string;
4210
+ view_id: string;
4165
4211
  };
4166
- readonly value: any;
4167
4212
  } & {
4168
- setEnabled(v: boolean): void;
4169
- setFuncContent(v: string): void;
4170
- replace({ enabled, func_content }: {
4171
- enabled: boolean;
4172
- func_content: string;
4173
- }): void;
4174
- } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
4175
- enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4176
- func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
4213
+ setName(v: string): void;
4214
+ setViewID(v: string): void;
4215
+ setColor(v: string): void;
4216
+ }, 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<{
4217
+ id: import("mobx-state-tree").ISimpleType<string>;
4218
+ name: import("mobx-state-tree").ISimpleType<string>;
4219
+ view_id: import("mobx-state-tree").ISimpleType<string>;
4220
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
4177
4221
  }, {
4178
4222
  readonly json: {
4179
- enabled: boolean;
4180
- func_content: string;
4223
+ id: string;
4224
+ name: string;
4225
+ color: string;
4226
+ view_id: string;
4181
4227
  };
4182
- readonly value: any;
4183
4228
  } & {
4184
- setEnabled(v: boolean): void;
4185
- setFuncContent(v: string): void;
4186
- replace({ enabled, func_content }: {
4187
- enabled: boolean;
4188
- func_content: string;
4189
- }): void;
4190
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
4229
+ setName(v: string): void;
4230
+ setViewID(v: string): void;
4231
+ setColor(v: string): void;
4232
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
4233
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4234
+ orientation: import("@mantine/core").TabsOrientation;
4235
+ grow: boolean;
4191
4236
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
4192
4237
  readonly json: {
4238
+ grow: boolean;
4239
+ tabs: {
4240
+ id: string;
4241
+ name: string;
4242
+ color: string;
4243
+ view_id: string;
4244
+ }[];
4193
4245
  _name: EViewComponentType.Modal;
4194
- width: string;
4195
- height: string;
4196
- custom_modal_title: {
4197
- enabled: boolean;
4198
- func_content: string;
4199
- };
4246
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4247
+ orientation: import("@mantine/core").TabsOrientation;
4200
4248
  };
4201
4249
  } & {
4202
- setWidth(v: string): void;
4203
- setHeight(v: string): void;
4250
+ setVariant(v: import("@mantine/core").TabsVariant): void;
4251
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
4252
+ setGrow(v: boolean): void;
4253
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4254
+ id: import("mobx-state-tree").ISimpleType<string>;
4255
+ name: import("mobx-state-tree").ISimpleType<string>;
4256
+ view_id: import("mobx-state-tree").ISimpleType<string>;
4257
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
4258
+ }>>[]): void;
4259
+ addTab(): void;
4260
+ removeTab(index: number): void;
4204
4261
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4205
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4206
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4207
4262
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4208
4263
  width: import("mobx-state-tree").ISimpleType<string>;
4209
4264
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4246,9 +4301,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4246
4301
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4247
4302
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4248
4303
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4249
- }>>, import("mobx-state-tree").ModelSnapshotType<{
4304
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4250
4305
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4251
- }> | import("mobx-state-tree").ModelSnapshotType<{
4306
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
4252
4307
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4253
4308
  width: import("mobx-state-tree").ISimpleType<string>;
4254
4309
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4291,13 +4346,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4291
4346
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4292
4347
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4293
4348
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4294
- }>, import("mobx-state-tree").ModelInstanceType<{
4349
+ }> | import("mobx-state-tree").ModelSnapshotType<{
4295
4350
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4296
- }, {
4297
- readonly json: {
4298
- _name: EViewComponentType.Division;
4299
- };
4300
- }> | import("mobx-state-tree").ModelInstanceType<{
4351
+ }>, import("mobx-state-tree").ModelInstanceType<{
4301
4352
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4302
4353
  width: import("mobx-state-tree").ISimpleType<string>;
4303
4354
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4363,7 +4414,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4363
4414
  view_id: string;
4364
4415
  }[];
4365
4416
  _name: EViewComponentType.Modal;
4366
- variant: "default" | "outline" | "pills";
4417
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4367
4418
  orientation: import("@mantine/core").TabsOrientation;
4368
4419
  };
4369
4420
  } & {
@@ -4378,72 +4429,19 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4378
4429
  }>>[]): void;
4379
4430
  addTab(): void;
4380
4431
  removeTab(index: number): void;
4432
+ }> | import("mobx-state-tree").ModelInstanceType<{
4433
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4434
+ }, {
4435
+ readonly json: {
4436
+ _name: EViewComponentType.Division;
4437
+ };
4381
4438
  }>>>) | ({
4382
- _name: EViewComponentType.Modal;
4383
- tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
4384
- id: import("mobx-state-tree").ISimpleType<string>;
4385
- name: import("mobx-state-tree").ISimpleType<string>;
4386
- view_id: import("mobx-state-tree").ISimpleType<string>;
4387
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
4388
- }, {
4389
- readonly json: {
4390
- id: string;
4391
- name: string;
4392
- color: string;
4393
- view_id: string;
4394
- };
4395
- } & {
4396
- setName(v: string): void;
4397
- setViewID(v: string): void;
4398
- setColor(v: string): void;
4399
- }, 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<{
4400
- id: import("mobx-state-tree").ISimpleType<string>;
4401
- name: import("mobx-state-tree").ISimpleType<string>;
4402
- view_id: import("mobx-state-tree").ISimpleType<string>;
4403
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
4404
- }, {
4405
- readonly json: {
4406
- id: string;
4407
- name: string;
4408
- color: string;
4409
- view_id: string;
4410
- };
4411
- } & {
4412
- setName(v: string): void;
4413
- setViewID(v: string): void;
4414
- setColor(v: string): void;
4415
- }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
4416
- variant: "default" | "outline" | "pills";
4417
- orientation: import("@mantine/core").TabsOrientation;
4418
- grow: boolean;
4439
+ _name: EViewComponentType.Division;
4419
4440
  } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
4420
4441
  readonly json: {
4421
- grow: boolean;
4422
- tabs: {
4423
- id: string;
4424
- name: string;
4425
- color: string;
4426
- view_id: string;
4427
- }[];
4428
- _name: EViewComponentType.Modal;
4429
- variant: "default" | "outline" | "pills";
4430
- orientation: import("@mantine/core").TabsOrientation;
4442
+ _name: EViewComponentType.Division;
4431
4443
  };
4432
- } & {
4433
- setVariant(v: import("@mantine/core").TabsVariant): void;
4434
- setOrientation(v: import("@mantine/core").TabsOrientation): void;
4435
- setGrow(v: boolean): void;
4436
- setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4437
- id: import("mobx-state-tree").ISimpleType<string>;
4438
- name: import("mobx-state-tree").ISimpleType<string>;
4439
- view_id: import("mobx-state-tree").ISimpleType<string>;
4440
- color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
4441
- }>>[]): void;
4442
- addTab(): void;
4443
- removeTab(index: number): void;
4444
4444
  } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4445
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4446
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4447
4445
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4448
4446
  width: import("mobx-state-tree").ISimpleType<string>;
4449
4447
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4486,9 +4484,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4486
4484
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4487
4485
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4488
4486
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4489
- }>>, import("mobx-state-tree").ModelSnapshotType<{
4487
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4490
4488
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4491
- }> | import("mobx-state-tree").ModelSnapshotType<{
4489
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
4492
4490
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4493
4491
  width: import("mobx-state-tree").ISimpleType<string>;
4494
4492
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4531,13 +4529,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4531
4529
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4532
4530
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4533
4531
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4534
- }>, import("mobx-state-tree").ModelInstanceType<{
4532
+ }> | import("mobx-state-tree").ModelSnapshotType<{
4535
4533
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4536
- }, {
4537
- readonly json: {
4538
- _name: EViewComponentType.Division;
4539
- };
4540
- }> | import("mobx-state-tree").ModelInstanceType<{
4534
+ }>, import("mobx-state-tree").ModelInstanceType<{
4541
4535
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4542
4536
  width: import("mobx-state-tree").ISimpleType<string>;
4543
4537
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4603,7 +4597,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4603
4597
  view_id: string;
4604
4598
  }[];
4605
4599
  _name: EViewComponentType.Modal;
4606
- variant: "default" | "outline" | "pills";
4600
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4607
4601
  orientation: import("@mantine/core").TabsOrientation;
4608
4602
  };
4609
4603
  } & {
@@ -4618,6 +4612,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4618
4612
  }>>[]): void;
4619
4613
  addTab(): void;
4620
4614
  removeTab(index: number): void;
4615
+ }> | import("mobx-state-tree").ModelInstanceType<{
4616
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4617
+ }, {
4618
+ readonly json: {
4619
+ _name: EViewComponentType.Division;
4620
+ };
4621
4621
  }>>>);
4622
4622
  panelIDs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").ISimpleType<string>> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>>;
4623
4623
  tab: string;
@@ -4643,7 +4643,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4643
4643
  view_id: string;
4644
4644
  }[];
4645
4645
  _name: EViewComponentType.Modal;
4646
- variant: "default" | "outline" | "pills";
4646
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4647
4647
  orientation: import("@mantine/core").TabsOrientation;
4648
4648
  } | {
4649
4649
  _name: EViewComponentType.Division;
@@ -4669,8 +4669,6 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4669
4669
  name: import("mobx-state-tree").ISimpleType<string>;
4670
4670
  type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
4671
4671
  config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4672
- _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4673
- }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4674
4672
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4675
4673
  width: import("mobx-state-tree").ISimpleType<string>;
4676
4674
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4713,9 +4711,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4713
4711
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4714
4712
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4715
4713
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4716
- }>>, import("mobx-state-tree").ModelSnapshotType<{
4714
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
4717
4715
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4718
- }> | import("mobx-state-tree").ModelSnapshotType<{
4716
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
4719
4717
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4720
4718
  width: import("mobx-state-tree").ISimpleType<string>;
4721
4719
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4758,13 +4756,9 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4758
4756
  variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
4759
4757
  orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
4760
4758
  grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
4761
- }>, import("mobx-state-tree").ModelInstanceType<{
4759
+ }> | import("mobx-state-tree").ModelSnapshotType<{
4762
4760
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4763
- }, {
4764
- readonly json: {
4765
- _name: EViewComponentType.Division;
4766
- };
4767
- }> | import("mobx-state-tree").ModelInstanceType<{
4761
+ }>, import("mobx-state-tree").ModelInstanceType<{
4768
4762
  _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
4769
4763
  width: import("mobx-state-tree").ISimpleType<string>;
4770
4764
  height: import("mobx-state-tree").ISimpleType<string>;
@@ -4830,7 +4824,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4830
4824
  view_id: string;
4831
4825
  }[];
4832
4826
  _name: EViewComponentType.Modal;
4833
- variant: "default" | "outline" | "pills";
4827
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4834
4828
  orientation: import("@mantine/core").TabsOrientation;
4835
4829
  };
4836
4830
  } & {
@@ -4845,6 +4839,12 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4845
4839
  }>>[]): void;
4846
4840
  addTab(): void;
4847
4841
  removeTab(index: number): void;
4842
+ }> | import("mobx-state-tree").ModelInstanceType<{
4843
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
4844
+ }, {
4845
+ readonly json: {
4846
+ _name: EViewComponentType.Division;
4847
+ };
4848
4848
  }>>;
4849
4849
  panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
4850
4850
  } & {
@@ -4871,7 +4871,7 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4871
4871
  view_id: string;
4872
4872
  }[];
4873
4873
  _name: EViewComponentType.Modal;
4874
- variant: "default" | "outline" | "pills";
4874
+ variant: "default" | "outline" | "pills" | (string & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>>);
4875
4875
  orientation: import("@mantine/core").TabsOrientation;
4876
4876
  } | {
4877
4877
  _name: EViewComponentType.Division;
@@ -4915,5 +4915,5 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
4915
4915
  addARandomNewView(): void;
4916
4916
  removeVIE(): void;
4917
4917
  }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
4918
- export declare type ViewsModelInstance = Instance<typeof ViewsModel>;
4918
+ export type ViewsModelInstance = Instance<typeof ViewsModel>;
4919
4919
  export declare function getInitialDashboardViewsModel(views: IDashboardView[]): SnapshotIn<Instance<typeof ViewsModel>>;