@devtable/dashboard 10.9.9 → 10.10.0

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 (682) hide show
  1. package/dist/api-caller/index.d.ts +1 -2
  2. package/dist/api-caller/request.d.ts +1 -1
  3. package/dist/api-caller/types.d.ts +1 -1
  4. package/dist/{filter → components/filter}/filter-checkbox/editor.d.ts +2 -2
  5. package/dist/{filter → components/filter}/filter-checkbox/render.d.ts +4 -4
  6. package/dist/{filter → components/filter}/filter-date-range/editor.d.ts +2 -2
  7. package/dist/{filter → components/filter}/filter-date-range/render.d.ts +2 -2
  8. package/dist/{filter → components/filter}/filter-multi-select/editor.d.ts +2 -2
  9. package/dist/components/filter/filter-multi-select/render/index.d.ts +10 -0
  10. package/dist/{filter → components/filter}/filter-select/editor.d.ts +2 -2
  11. package/dist/{filter → components/filter}/filter-select/render.d.ts +3 -4
  12. package/dist/{filter → components/filter}/filter-settings/filter-setting.d.ts +2 -2
  13. package/dist/{filter → components/filter}/filter-settings/preview-filter.d.ts +2 -2
  14. package/dist/{filter → components/filter}/filter-text-input/editor.d.ts +2 -2
  15. package/dist/components/filter/filter-text-input/render.d.ts +9 -0
  16. package/dist/{filter → components/filter}/filter-tree-select/editor.d.ts +2 -2
  17. package/dist/components/filter/filter-tree-select/render/index.d.ts +11 -0
  18. package/dist/{filter → components/filter}/filter.d.ts +2 -2
  19. package/dist/{filter → components/filter}/index.d.ts +2 -2
  20. package/dist/components/filter/use-update-filter-preview-values.d.ts +1 -0
  21. package/dist/components/panel/index.d.ts +2 -0
  22. package/dist/{panel/panel-dropdown-menu.d.ts → components/panel/panel-editor/dropdown-menu/index.d.ts} +2 -2
  23. package/dist/components/panel/panel-editor/index.d.ts +8 -0
  24. package/dist/components/panel/panel-render/dropdown-menu/index.d.ts +6 -0
  25. package/dist/components/panel/panel-render/full-screen-render/full-screen-panel.d.ts +7 -0
  26. package/dist/components/panel/panel-render/full-screen-render/index.d.ts +2 -0
  27. package/dist/{main → components/panel/panel-render/full-screen-render}/use-panel-full-screen.d.ts +347 -355
  28. package/dist/components/panel/panel-render/index.d.ts +4 -0
  29. package/dist/components/panel/panel-render/panel-render-base.d.ts +12 -0
  30. package/dist/components/panel/panel-render/panel-render.d.ts +9 -0
  31. package/dist/components/panel/panel-render/viz/index.d.ts +3 -0
  32. package/dist/{panel → components/panel/panel-render/viz}/panel-error-or-state-message.d.ts +2 -2
  33. package/dist/{panel → components/panel/panel-render/viz}/panel-viz-section.d.ts +2 -2
  34. package/dist/{panel → components/panel}/plugin-adaptor.d.ts +1 -1
  35. package/dist/{panel → components/panel}/settings/common/aggregation-selector.d.ts +1 -1
  36. package/dist/components/panel/use-config-viz-instance-service.d.ts +3 -0
  37. package/dist/components/panel/utils.d.ts +1 -0
  38. package/dist/{plugins → components/plugins}/color-manager/impl.d.ts +1 -1
  39. package/dist/{plugins → components/plugins}/controls/color-interpolation-select/index.d.ts +1 -1
  40. package/dist/{plugins → components/plugins}/instance-migrator/index.d.ts +2 -2
  41. package/dist/{plugins → components/plugins}/plugin-context.d.ts +358 -346
  42. package/dist/{plugins → components/plugins}/plugin-data-migrator/plugin-data-migrator.d.ts +1 -1
  43. package/dist/{service-locator → components/plugins/service/service-locator}/use-service-locator.d.ts +1 -1
  44. package/dist/components/plugins/service/use-top-level-services.d.ts +3 -0
  45. package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/index.d.ts +1 -1
  46. package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/type.d.ts +3 -3
  47. package/dist/{plugins → components/plugins}/viz-components/button/index.d.ts +1 -1
  48. package/dist/{plugins → components/plugins}/viz-components/button/viz-button-editor.d.ts +1 -1
  49. package/dist/{plugins → components/plugins}/viz-components/button/viz-button.d.ts +1 -1
  50. package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/index.d.ts +1 -1
  51. package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/type.d.ts +3 -3
  52. package/dist/{plugins → components/plugins}/viz-components/cartesian/index.d.ts +1 -1
  53. package/dist/{plugins → components/plugins}/viz-components/cartesian/migrators/index.d.ts +1 -1
  54. package/dist/{plugins → components/plugins}/viz-components/cartesian/option/regression.d.ts +1 -1
  55. package/dist/{plugins → components/plugins}/viz-components/cartesian/type.d.ts +3 -3
  56. package/dist/{plugins → components/plugins}/viz-components/funnel/index.d.ts +1 -1
  57. package/dist/{plugins → components/plugins}/viz-components/funnel/type.d.ts +2 -2
  58. package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-editor.d.ts +1 -1
  59. package/dist/{plugins → components/plugins}/viz-components/heatmap/index.d.ts +1 -1
  60. package/dist/{plugins → components/plugins}/viz-components/heatmap/type.d.ts +4 -4
  61. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/index.d.ts +1 -1
  62. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/x-axis.d.ts +1 -1
  63. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/type.d.ts +3 -3
  64. package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart-editor.d.ts +1 -1
  65. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/index.d.ts +1 -1
  66. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/index.d.ts +1 -1
  67. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-4.d.ts +1 -1
  68. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/y-axis.d.ts +1 -1
  69. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/type.d.ts +2 -2
  70. package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart-editor.d.ts +1 -1
  71. package/dist/{plugins → components/plugins}/viz-components/merico-stats/type.d.ts +2 -2
  72. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/index.d.ts +1 -1
  73. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/type.d.ts +2 -2
  74. package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart.d.ts +1 -1
  75. package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/formatter.d.ts +1 -1
  76. package/dist/{plugins → components/plugins}/viz-components/radar-chart/type.d.ts +1 -1
  77. package/dist/{plugins → components/plugins}/viz-components/regression-chart/migrators/index.d.ts +1 -1
  78. package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/regression-series.d.ts +1 -1
  79. package/dist/{plugins → components/plugins}/viz-components/regression-chart/type.d.ts +3 -3
  80. package/dist/{plugins → components/plugins}/viz-components/scatter-chart/index.d.ts +1 -1
  81. package/dist/{plugins → components/plugins}/viz-components/scatter-chart/type.d.ts +3 -3
  82. package/dist/{plugins → components/plugins}/viz-components/stats/update/index.d.ts +1 -1
  83. package/dist/{plugins → components/plugins}/viz-components/sunburst/type.d.ts +1 -1
  84. package/dist/{plugins → components/plugins}/viz-components/table/components/background-color-select.d.ts +1 -1
  85. package/dist/components/plugins/viz-components/text/index.d.ts +2 -0
  86. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/index.d.ts +1 -1
  87. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm-editor.d.ts +1 -1
  88. package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/viz-merico-gqm.d.ts +1 -1
  89. package/dist/{view → components/view}/layout/main-layout.d.ts +2 -2
  90. package/dist/{view → components/view}/layout/read-only-layout.d.ts +2 -2
  91. package/dist/{view → components/view}/view-component/preview/index.d.ts +2 -2
  92. package/dist/{view → components/view}/view-component/preview/modal.d.ts +2 -2
  93. package/dist/{view → components/view}/view-component/preview/tabs.d.ts +2 -2
  94. package/dist/{view → components/view}/view-component/render/index.d.ts +2 -2
  95. package/dist/{view → components/view}/view-component/render/modal.d.ts +2 -2
  96. package/dist/{view → components/view}/view-component/render/tabs.d.ts +2 -2
  97. package/dist/{view → components/view}/view-editor.d.ts +2 -2
  98. package/dist/{view → components/view}/view-render.d.ts +2 -2
  99. package/dist/contexts/index.d.ts +1 -1
  100. package/dist/contexts/layout-state-context.d.ts +0 -2
  101. package/dist/contexts/panel-context.d.ts +5657 -4
  102. package/dist/{main/dashboard-editor → dashboard-editor}/index.d.ts +3 -3
  103. package/dist/{model → dashboard-editor/model}/datasources/datasource.d.ts +4 -5
  104. package/dist/{model → dashboard-editor/model}/datasources/index.d.ts +7 -5
  105. package/dist/dashboard-editor/model/filters/index.d.ts +517 -0
  106. package/dist/dashboard-editor/model/index.d.ts +7 -0
  107. package/dist/dashboard-editor/model/panels/index.d.ts +2 -0
  108. package/dist/dashboard-editor/model/panels/panel.d.ts +1278 -0
  109. package/dist/dashboard-editor/model/panels/panels.d.ts +11201 -0
  110. package/dist/{model → dashboard-editor/model}/queries/index.d.ts +73 -68
  111. package/dist/{model → dashboard-editor/model}/sql-snippets/index.d.ts +16 -13
  112. package/dist/{model → dashboard-editor/model}/views/index.d.ts +39 -39
  113. package/dist/dashboard-editor/ui/index.d.ts +3 -0
  114. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/index.d.ts +1 -1
  115. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/columns-table.d.ts +1 -1
  116. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/index.d.ts +1 -1
  117. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/indexes-table.d.ts +1 -1
  118. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/index.d.ts +1 -1
  119. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-data/pagination-control.d.ts +1 -1
  120. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/table-nav-links.d.ts +1 -1
  121. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/index.d.ts +1 -1
  122. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/change-view-of-panel.d.ts +1 -1
  123. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-editor.d.ts +1 -1
  124. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/model.d.ts +5 -6
  125. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-config-panel.d.ts +1 -1
  126. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/configurations.d.ts +2 -2
  127. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/delete-query.d.ts +2 -2
  128. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/index.d.ts +2 -2
  129. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/select-data-source.d.ts +1 -1
  130. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/http/index.d.ts +2 -2
  131. package/dist/dashboard-editor/ui/settings/content/edit-query/query-editor-form/tabs/sql/edit-sql.d.ts +7 -0
  132. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/index.d.ts +2 -2
  133. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/item-editor.d.ts +2 -2
  134. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.division.d.ts +2 -2
  135. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/config.tabs.d.ts +2 -2
  136. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/index.d.ts +2 -2
  137. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/index.d.ts +2 -2
  138. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/index.d.ts +1 -1
  139. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/index.d.ts +5 -6
  140. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/utils.d.ts +1 -1
  141. package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/index.d.ts +1 -1
  142. package/dist/{main/dashboard-render → dashboard-render}/index.d.ts +3 -3
  143. package/dist/dashboard-render/model/index.d.ts +2 -0
  144. package/dist/dashboard.es.js +14482 -14219
  145. package/dist/dashboard.umd.js +151 -151
  146. package/dist/index.d.ts +5 -4
  147. package/dist/interactions/components/interaction-settings.d.ts +1 -1
  148. package/dist/interactions/hooks/use-current-interaction-manager.d.ts +1 -1
  149. package/dist/interactions/interactions-viewer/data/edges.d.ts +2 -2
  150. package/dist/interactions/interactions-viewer/data/index.d.ts +2 -2
  151. package/dist/interactions/interactions-viewer/data/nodes.d.ts +2 -2
  152. package/dist/interactions/interactions-viewer/data/types.d.ts +1 -1
  153. package/dist/interactions/temp-hack.d.ts +2 -1
  154. package/dist/model/index.d.ts +3 -8
  155. package/dist/model/meta-model/context/context.d.ts +31 -0
  156. package/dist/model/meta-model/context/index.d.ts +1 -0
  157. package/dist/model/{filters/filter/index.d.ts → meta-model/dashboard/content/filter/filter.d.ts} +4 -4
  158. package/dist/model/meta-model/dashboard/content/filter/index.d.ts +3 -0
  159. package/dist/model/meta-model/dashboard/content/filter/types.d.ts +8 -0
  160. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/checkbox.d.ts +3 -3
  161. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/date-range.d.ts +3 -3
  162. package/dist/model/meta-model/dashboard/content/filter/widgets/index.d.ts +6 -0
  163. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/multi-select.d.ts +3 -3
  164. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select-base.d.ts +3 -3
  165. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/select.d.ts +3 -3
  166. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/text-input.d.ts +3 -3
  167. package/dist/model/{filters/filter → meta-model/dashboard/content/filter/widgets}/tree-select.d.ts +3 -3
  168. package/dist/model/meta-model/dashboard/content/index.d.ts +7 -0
  169. package/dist/model/meta-model/dashboard/content/mock-context/index.d.ts +1 -0
  170. package/dist/model/meta-model/dashboard/content/mock-context/mock-context.d.ts +14 -0
  171. package/dist/model/meta-model/dashboard/content/panel/index.d.ts +5 -0
  172. package/dist/model/{panels → meta-model/dashboard/content/panel}/layout.d.ts +1 -3
  173. package/dist/model/{panels → meta-model/dashboard/content/panel}/panel.d.ts +9 -164
  174. package/dist/model/{panels → meta-model/dashboard/content/panel}/style/border.d.ts +1 -3
  175. package/dist/model/{panels → meta-model/dashboard/content/panel}/style/index.d.ts +1 -3
  176. package/dist/model/{variables/index.d.ts → meta-model/dashboard/content/panel/variable.d.ts} +5 -11
  177. package/dist/model/{panels → meta-model/dashboard/content/panel}/viz.d.ts +1 -3
  178. package/dist/model/meta-model/dashboard/content/query/index.d.ts +2 -0
  179. package/dist/model/meta-model/dashboard/content/query/query.d.ts +37 -0
  180. package/dist/model/meta-model/dashboard/content/sql-snippet/index.d.ts +1 -0
  181. package/dist/model/meta-model/dashboard/content/sql-snippet/sql-snippet.d.ts +14 -0
  182. package/dist/model/meta-model/dashboard/content/types.d.ts +9 -0
  183. package/dist/model/meta-model/dashboard/content/view/index.d.ts +3 -0
  184. package/dist/model/meta-model/dashboard/content/view/types.d.ts +5 -0
  185. package/dist/model/{views/view/index.d.ts → meta-model/dashboard/content/view/view.d.ts} +5 -5
  186. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/division.d.ts +5 -5
  187. package/dist/model/meta-model/dashboard/content/view/widgets/index.d.ts +3 -0
  188. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/modal.d.ts +13 -5
  189. package/dist/model/{views/view → meta-model/dashboard/content/view/widgets}/tabs.d.ts +6 -7
  190. package/dist/model/meta-model/dashboard/index.d.ts +1 -0
  191. package/dist/model/meta-model/datasources/datasource.d.ts +10 -0
  192. package/dist/model/meta-model/datasources/datasources.d.ts +32 -0
  193. package/dist/model/meta-model/datasources/index.d.ts +2 -0
  194. package/dist/model/{global-sql-snippets → meta-model/global-sql-snippets}/global-sql-snippet.d.ts +1 -1
  195. package/dist/model/{global-sql-snippets/index.d.ts → meta-model/global-sql-snippets/global-sql-snippets.d.ts} +2 -2
  196. package/dist/model/meta-model/global-sql-snippets/index.d.ts +2 -0
  197. package/dist/model/meta-model/index.d.ts +4 -0
  198. package/dist/model/{filters/index.d.ts → render-model/dashboard/content/filters/filters.d.ts} +28 -51
  199. package/dist/model/render-model/dashboard/content/filters/index.d.ts +2 -0
  200. package/dist/model/render-model/dashboard/content/filters/types.d.ts +1 -0
  201. package/dist/model/render-model/dashboard/content/filters/utils.d.ts +4 -0
  202. package/dist/model/render-model/dashboard/content/index.d.ts +5 -0
  203. package/dist/model/render-model/dashboard/content/panels/index.d.ts +2 -0
  204. package/dist/model/render-model/dashboard/content/panels/panel.d.ts +1269 -0
  205. package/dist/model/{panels/index.d.ts → render-model/dashboard/content/panels/panels.d.ts} +1331 -1371
  206. package/dist/model/render-model/dashboard/content/queries/index.d.ts +3 -0
  207. package/dist/model/{queries → render-model/dashboard/content/queries}/mute-query.d.ts +12 -12
  208. package/dist/model/render-model/dashboard/content/queries/queries.d.ts +366 -0
  209. package/dist/model/{queries → render-model/dashboard/content/queries}/query.d.ts +14 -13
  210. package/dist/model/render-model/dashboard/content/sql-snippets/index.d.ts +4 -0
  211. package/dist/model/{sql-snippets → render-model/dashboard/content/sql-snippets}/sql-snippet.d.ts +5 -4
  212. package/dist/model/render-model/dashboard/content/sql-snippets/sql-snippets.d.ts +54 -0
  213. package/dist/model/render-model/dashboard/content/sql-snippets/types.d.ts +3 -0
  214. package/dist/model/render-model/dashboard/content/sql-snippets/utils.d.ts +3 -0
  215. package/dist/model/render-model/dashboard/content/views/index.d.ts +1 -0
  216. package/dist/model/render-model/dashboard/content/views/views.d.ts +3889 -0
  217. package/dist/model/render-model/dashboard/index.d.ts +1 -0
  218. package/dist/model/render-model/index.d.ts +1 -0
  219. package/dist/model/utils/draft.d.ts +10 -0
  220. package/dist/model/utils/index.d.ts +1 -0
  221. package/dist/stats.html +1 -1
  222. package/dist/style.css +1 -1
  223. package/dist/types/dashboard.d.ts +4 -11
  224. package/dist/types/filter.d.ts +1 -8
  225. package/dist/types/plugin/index.d.ts +2 -2
  226. package/dist/utils/error-boundary.d.ts +1 -1
  227. package/dist/utils/http-query.d.ts +2 -2
  228. package/dist/utils/sql.d.ts +1 -1
  229. package/dist/utils/template/types.d.ts +1 -1
  230. package/package.json +1 -1
  231. package/dist/filter/filter-multi-select/render/index.d.ts +0 -11
  232. package/dist/filter/filter-text-input/render.d.ts +0 -9
  233. package/dist/filter/filter-tree-select/render/index.d.ts +0 -11
  234. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/types.d.ts +0 -8
  235. package/dist/main/full-screen-panel.d.ts +0 -8
  236. package/dist/main/index.d.ts +0 -3
  237. package/dist/main/use-top-level-services.d.ts +0 -3
  238. package/dist/model/context.d.ts +0 -11
  239. package/dist/model/filters/filter/common.d.ts +0 -16
  240. package/dist/model/mock-context.d.ts +0 -11
  241. package/dist/model/sql-snippets/types.d.ts +0 -3
  242. package/dist/panel/index.d.ts +0 -9
  243. package/dist/panel/use-config-viz-instance-service.d.ts +0 -3
  244. package/dist/plugins/viz-components/text/index.d.ts +0 -2
  245. /package/dist/{filter → components/filter}/error-message-or-not-found.d.ts +0 -0
  246. /package/dist/{filter → components/filter}/filter-multi-select/render/widget.d.ts +0 -0
  247. /package/dist/{filter → components/filter}/filter-multi-select/render/widget.styles.d.ts +0 -0
  248. /package/dist/{filter → components/filter}/filter-tree-select/expected-structure.d.ts +0 -0
  249. /package/dist/{filter → components/filter}/filter-tree-select/render/query-data-to-tree.d.ts +0 -0
  250. /package/dist/{filter → components/filter}/filter-tree-select/render/switcher-icon.d.ts +0 -0
  251. /package/dist/{filter → components/filter}/filter-tree-select/render/tree-icon.d.ts +0 -0
  252. /package/dist/{filter → components/filter}/filter-tree-select/render/widget.d.ts +0 -0
  253. /package/dist/{filter → components/filter}/filter-tree-select/render/widget.styles.d.ts +0 -0
  254. /package/dist/{filter → components/filter}/filter-tree-select/types.d.ts +0 -0
  255. /package/dist/{filter → components/filter}/pick-query-for-filter/expected-structure-for-select.d.ts +0 -0
  256. /package/dist/{filter → components/filter}/pick-query-for-filter/index.d.ts +0 -0
  257. /package/dist/{filter → components/filter}/select-item.d.ts +0 -0
  258. /package/dist/{panel/panel-description.d.ts → components/panel/panel-render/description-popover/index.d.ts} +0 -0
  259. /package/dist/{panel/title-bar.d.ts → components/panel/panel-render/title-bar/index.d.ts} +0 -0
  260. /package/dist/{panel/viz/index.d.ts → components/panel/panel-render/viz/viz.d.ts} +0 -0
  261. /package/dist/{panel → components/panel}/settings/common/color-array-input.d.ts +0 -0
  262. /package/dist/{panel → components/panel}/settings/common/css-types.d.ts +0 -0
  263. /package/dist/{panel → components/panel}/settings/common/data-field-selector.d.ts +0 -0
  264. /package/dist/{panel → components/panel}/settings/common/mantine-color-swatches.d.ts +0 -0
  265. /package/dist/{panel → components/panel}/settings/common/mantine-color.d.ts +0 -0
  266. /package/dist/{panel → components/panel}/settings/common/mantine-font-weight.d.ts +0 -0
  267. /package/dist/{panel → components/panel}/settings/common/mantine-size-selector.d.ts +0 -0
  268. /package/dist/{panel → components/panel}/settings/common/numbro-format-selector.d.ts +0 -0
  269. /package/dist/{panel → components/panel}/settings/common/text-array-input.d.ts +0 -0
  270. /package/dist/{plugins → components/plugins}/color-manager/color-manager.d.ts +0 -0
  271. /package/dist/{plugins → components/plugins}/color-manager/index.d.ts +0 -0
  272. /package/dist/{plugins → components/plugins}/color-manager/multi-step-value-mapper.d.ts +0 -0
  273. /package/dist/{plugins → components/plugins}/color-manager/type.d.ts +0 -0
  274. /package/dist/{plugins → components/plugins}/colors/diverging-color.d.ts +0 -0
  275. /package/dist/{plugins → components/plugins}/colors/index.d.ts +0 -0
  276. /package/dist/{plugins → components/plugins}/colors/sequential-color.d.ts +0 -0
  277. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/axis-label-overflow-field.d.ts +0 -0
  278. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/index.d.ts +0 -0
  279. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-field.d.ts +0 -0
  280. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/overflow-option.d.ts +0 -0
  281. /package/dist/{plugins → components/plugins}/common-echarts-fields/axis-label-overflow/types.d.ts +0 -0
  282. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/index.d.ts +0 -0
  283. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/label-position-selector.d.ts +0 -0
  284. /package/dist/{plugins → components/plugins}/common-echarts-fields/label-position/types.d.ts +0 -0
  285. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic-function-editor.d.ts +0 -0
  286. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/dynamic.d.ts +0 -0
  287. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/index.d.ts +0 -0
  288. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/field/static.d.ts +0 -0
  289. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/get-number-or-dynamic-value.d.ts +0 -0
  290. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/index.d.ts +0 -0
  291. /package/dist/{plugins → components/plugins}/common-echarts-fields/number-or-dynamic-value/types.d.ts +0 -0
  292. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/field.d.ts +0 -0
  293. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/option.d.ts +0 -0
  294. /package/dist/{plugins → components/plugins}/common-echarts-fields/reference-area/types.d.ts +0 -0
  295. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/index.d.ts +0 -0
  296. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/option.d.ts +0 -0
  297. /package/dist/{plugins → components/plugins}/common-echarts-fields/regression-line/types.d.ts +0 -0
  298. /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/index.d.ts +0 -0
  299. /package/dist/{plugins → components/plugins}/common-echarts-fields/tooltip-metric/types.d.ts +0 -0
  300. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/function-editor.d.ts +0 -0
  301. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  302. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/index.d.ts +0 -0
  303. /package/dist/{plugins → components/plugins}/common-echarts-fields/x-axis-label-formatter/types.d.ts +0 -0
  304. /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/index.d.ts +0 -0
  305. /package/dist/{plugins → components/plugins}/controls/color-mapping-editor/style.d.ts +0 -0
  306. /package/dist/{plugins → components/plugins}/hooks/index.d.ts +0 -0
  307. /package/dist/{plugins → components/plugins}/hooks/use-channel-event.d.ts +0 -0
  308. /package/dist/{plugins → components/plugins}/hooks/use-row-data-map.d.ts +0 -0
  309. /package/dist/{plugins → components/plugins}/hooks/use-storage-data.d.ts +0 -0
  310. /package/dist/{plugins → components/plugins}/hooks/use-tab-state.d.ts +0 -0
  311. /package/dist/{plugins → components/plugins}/index.d.ts +0 -0
  312. /package/dist/{plugins → components/plugins}/json-plugin-storage.d.ts +0 -0
  313. /package/dist/{plugins → components/plugins}/message-channels.d.ts +0 -0
  314. /package/dist/{plugins → components/plugins}/plugin-data-migrator/index.d.ts +0 -0
  315. /package/dist/{plugins → components/plugins}/plugin-data-migrator/version-based-migrator.d.ts +0 -0
  316. /package/dist/{plugins → components/plugins}/plugin-manager.d.ts +0 -0
  317. /package/dist/{service-locator → components/plugins/service/service-locator}/index.d.ts +0 -0
  318. /package/dist/{plugins → components/plugins}/sub-tree-json-plugin-storage.d.ts +0 -0
  319. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/index.d.ts +0 -0
  320. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/type.d.ts +0 -0
  321. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart-editor.d.ts +0 -0
  322. /package/dist/{plugins → components/plugins}/viz-components/bar-3d-chart/viz-bar-3d-chart.d.ts +0 -0
  323. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/index.d.ts +0 -0
  324. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/reference-lines/reference-line.d.ts +0 -0
  325. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/index.d.ts +0 -0
  326. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metric.d.ts +0 -0
  327. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/tooltip/metrics.d.ts +0 -0
  328. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/x-axis.d.ts +0 -0
  329. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/editors/y-axis.d.ts +0 -0
  330. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/common.d.ts +0 -0
  331. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/dataset.d.ts +0 -0
  332. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/index.d.ts +0 -0
  333. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/legend.d.ts +0 -0
  334. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/reference-line.d.ts +0 -0
  335. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/series.d.ts +0 -0
  336. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/boxplot.d.ts +0 -0
  337. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/index.d.ts +0 -0
  338. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/option/tooltip/scatter.d.ts +0 -0
  339. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/click-boxplot.d.ts +0 -0
  340. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/triggers/index.d.ts +0 -0
  341. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart-editor.d.ts +0 -0
  342. /package/dist/{plugins → components/plugins}/viz-components/boxplot-chart/viz-boxplot-chart.d.ts +0 -0
  343. /package/dist/{plugins → components/plugins}/viz-components/button/triggers/click-button.d.ts +0 -0
  344. /package/dist/{plugins → components/plugins}/viz-components/button/triggers/index.d.ts +0 -0
  345. /package/dist/{plugins → components/plugins}/viz-components/button/type.d.ts +0 -0
  346. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/calendar/index.d.ts +0 -0
  347. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/heat_block/index.d.ts +0 -0
  348. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/index.d.ts +0 -0
  349. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metric.d.ts +0 -0
  350. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/editors/tooltip/metrics.d.ts +0 -0
  351. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/calendar.d.ts +0 -0
  352. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/formatters.d.ts +0 -0
  353. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/index.d.ts +0 -0
  354. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/legend.d.ts +0 -0
  355. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/series.d.ts +0 -0
  356. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/tooltip.d.ts +0 -0
  357. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/option/visual-map.d.ts +0 -0
  358. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/click-calendar-date.d.ts +0 -0
  359. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/triggers/index.d.ts +0 -0
  360. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap-editor.d.ts +0 -0
  361. /package/dist/{plugins → components/plugins}/viz-components/calendar-heatmap/viz-calendar-heatmap.d.ts +0 -0
  362. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/get-echarts-data-zoom-option.d.ts +0 -0
  363. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/index.d.ts +0 -0
  364. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/echarts-zooming-field/types.d.ts +0 -0
  365. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/index.d.ts +0 -0
  366. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-areas/reference-area.d.ts +0 -0
  367. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/index.d.ts +0 -0
  368. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/reference-lines/reference-line.d.ts +0 -0
  369. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/index.d.ts +0 -0
  370. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/regressions/regression-item.d.ts +0 -0
  371. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
  372. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/dynamic.d.ts +0 -0
  373. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
  374. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/index.d.ts +0 -0
  375. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/static.d.ts +0 -0
  376. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/scatter-size-select/types.d.ts +0 -0
  377. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.bar.d.ts +0 -0
  378. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.line.d.ts +0 -0
  379. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/fields.scatter.d.ts +0 -0
  380. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/index.d.ts +0 -0
  381. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/series/series-item.d.ts +0 -0
  382. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/stats/index.d.ts +0 -0
  383. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/index.d.ts +0 -0
  384. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  385. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  386. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  387. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  388. /package/dist/{plugins → components/plugins}/viz-components/cartesian/editors/y-axes.d.ts +0 -0
  389. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/events.d.ts +0 -0
  390. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/grid.d.ts +0 -0
  391. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/index.d.ts +0 -0
  392. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/legend.d.ts +0 -0
  393. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/data.d.ts +0 -0
  394. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/index.d.ts +0 -0
  395. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_areas.d.ts +0 -0
  396. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/reference_lines.d.ts +0 -0
  397. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/series_items.d.ts +0 -0
  398. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/series/types.d.ts +0 -0
  399. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/tooltip.d.ts +0 -0
  400. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/label-formatter.d.ts +0 -0
  401. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/types.d.ts +0 -0
  402. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/utils/variables.d.ts +0 -0
  403. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/x-axis.d.ts +0 -0
  404. /package/dist/{plugins → components/plugins}/viz-components/cartesian/option/y-axis.d.ts +0 -0
  405. /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/click-echart.d.ts +0 -0
  406. /package/dist/{plugins → components/plugins}/viz-components/cartesian/triggers/index.d.ts +0 -0
  407. /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-chart.d.ts +0 -0
  408. /package/dist/{plugins → components/plugins}/viz-components/cartesian/viz-cartesian-editor.d.ts +0 -0
  409. /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/index.d.ts +0 -0
  410. /package/dist/{plugins → components/plugins}/viz-components/funnel/editors/series/series-item.d.ts +0 -0
  411. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/index.d.ts +0 -0
  412. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/series.d.ts +0 -0
  413. /package/dist/{plugins → components/plugins}/viz-components/funnel/option/tooltip.d.ts +0 -0
  414. /package/dist/{plugins → components/plugins}/viz-components/funnel/viz-funnel-chart.d.ts +0 -0
  415. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/heat_block/index.d.ts +0 -0
  416. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/index.d.ts +0 -0
  417. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metric.d.ts +0 -0
  418. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/tooltip/metrics.d.ts +0 -0
  419. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/index.d.ts +0 -0
  420. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  421. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  422. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  423. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  424. /package/dist/{plugins → components/plugins}/viz-components/heatmap/editors/y-axis/index.d.ts +0 -0
  425. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/formatters.d.ts +0 -0
  426. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/grid.d.ts +0 -0
  427. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/index.d.ts +0 -0
  428. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/series.d.ts +0 -0
  429. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/tooltip.d.ts +0 -0
  430. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/visual-map.d.ts +0 -0
  431. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/x-axis.d.ts +0 -0
  432. /package/dist/{plugins → components/plugins}/viz-components/heatmap/option/y-axis.d.ts +0 -0
  433. /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/click-heat-block.d.ts +0 -0
  434. /package/dist/{plugins → components/plugins}/viz-components/heatmap/triggers/index.d.ts +0 -0
  435. /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap-editor.d.ts +0 -0
  436. /package/dist/{plugins → components/plugins}/viz-components/heatmap/viz-heatmap.d.ts +0 -0
  437. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/index.d.ts +0 -0
  438. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/reference-lines/reference-line.d.ts +0 -0
  439. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/fields.bar.d.ts +0 -0
  440. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/index.d.ts +0 -0
  441. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/series/series-item.d.ts +0 -0
  442. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/index.d.ts +0 -0
  443. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/x-axes/x-axis.d.ts +0 -0
  444. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/editors/y-axis/index.d.ts +0 -0
  445. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/grid.d.ts +0 -0
  446. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/index.d.ts +0 -0
  447. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/legend.d.ts +0 -0
  448. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/data.d.ts +0 -0
  449. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/index.d.ts +0 -0
  450. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/reference_lines.d.ts +0 -0
  451. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/series_items.d.ts +0 -0
  452. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/series/types.d.ts +0 -0
  453. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/tooltip.d.ts +0 -0
  454. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/label-formatter.d.ts +0 -0
  455. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/types.d.ts +0 -0
  456. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/utils/variables.d.ts +0 -0
  457. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/option/y-axis.d.ts +0 -0
  458. /package/dist/{plugins → components/plugins}/viz-components/horizontal-bar-chart/viz-horizontal-bar-chart.d.ts +0 -0
  459. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/deviation.d.ts +0 -0
  460. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/index.d.ts +0 -0
  461. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/metrics/metric.d.ts +0 -0
  462. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/editors/x_axis.d.ts +0 -0
  463. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/data.d.ts +0 -0
  464. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/grid.d.ts +0 -0
  465. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/index.d.ts +0 -0
  466. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/legend.d.ts +0 -0
  467. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-1.d.ts +0 -0
  468. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-2.d.ts +0 -0
  469. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/series-3.d.ts +0 -0
  470. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/series/utils.d.ts +0 -0
  471. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/option/x-axis.d.ts +0 -0
  472. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/basis-metric-selector.d.ts +0 -0
  473. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/index.d.ts +0 -0
  474. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/toolbox/metric-description.d.ts +0 -0
  475. /package/dist/{plugins → components/plugins}/viz-components/merico-estimation-chart/viz-merico-estimation-chart.d.ts +0 -0
  476. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/index.d.ts +0 -0
  477. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/metrics/metric.d.ts +0 -0
  478. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/editors/styles/index.d.ts +0 -0
  479. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/index.d.ts +0 -0
  480. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats-editor.d.ts +0 -0
  481. /package/dist/{plugins → components/plugins}/viz-components/merico-stats/viz-merico-stats.d.ts +0 -0
  482. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/bar.d.ts +0 -0
  483. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/line.d.ts +0 -0
  484. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/mark-line.d.ts +0 -0
  485. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/x-axis.d.ts +0 -0
  486. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/editors/y-axis.d.ts +0 -0
  487. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/index.d.ts +0 -0
  488. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/mark-line.d.ts +0 -0
  489. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/series.d.ts +0 -0
  490. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/tooltip.d.ts +0 -0
  491. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/types.d.ts +0 -0
  492. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/utils.d.ts +0 -0
  493. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/x-axis.d.ts +0 -0
  494. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/option/y-axes.d.ts +0 -0
  495. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/click-pareto.d.ts +0 -0
  496. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/triggers/index.d.ts +0 -0
  497. /package/dist/{plugins → components/plugins}/viz-components/pareto-chart/viz-pareto-chart-editor.d.ts +0 -0
  498. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/index.d.ts +0 -0
  499. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/index.d.ts +0 -0
  500. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/option/series.d.ts +0 -0
  501. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/click-pie-chart.d.ts +0 -0
  502. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/triggers/index.d.ts +0 -0
  503. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/type.d.ts +0 -0
  504. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart-editor.d.ts +0 -0
  505. /package/dist/{plugins → components/plugins}/viz-components/pie-chart/viz-pie-chart.d.ts +0 -0
  506. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/dimension.d.ts +0 -0
  507. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/editors/dimensions/index.d.ts +0 -0
  508. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/index.d.ts +0 -0
  509. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/index.d.ts +0 -0
  510. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/series.label.d.ts +0 -0
  511. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/option/tooltip.d.ts +0 -0
  512. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/triggers/click-radar-chart.d.ts +0 -0
  513. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart-editor.d.ts +0 -0
  514. /package/dist/{plugins → components/plugins}/viz-components/radar-chart/viz-radar-chart.d.ts +0 -0
  515. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/regression-field.d.ts +0 -0
  516. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/x-axis.d.ts +0 -0
  517. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/editors/y-axis.d.ts +0 -0
  518. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/index.d.ts +0 -0
  519. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/index.d.ts +0 -0
  520. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/series.d.ts +0 -0
  521. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/tooltip.d.ts +0 -0
  522. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/option/x-axis.d.ts +0 -0
  523. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/index.d.ts +0 -0
  524. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/desc.d.ts +0 -0
  525. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/toolbox/regression-description/index.d.ts +0 -0
  526. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart-editor.d.ts +0 -0
  527. /package/dist/{plugins → components/plugins}/viz-components/regression-chart/viz-regression-chart.d.ts +0 -0
  528. /package/dist/{plugins → components/plugins}/viz-components/rich-text/index.d.ts +0 -0
  529. /package/dist/{plugins → components/plugins}/viz-components/rich-text/parse-rich-text-content.d.ts +0 -0
  530. /package/dist/{plugins → components/plugins}/viz-components/rich-text/type.d.ts +0 -0
  531. /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text-editor.d.ts +0 -0
  532. /package/dist/{plugins → components/plugins}/viz-components/rich-text/viz-rich-text.d.ts +0 -0
  533. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-areas/index.d.ts +0 -0
  534. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/index.d.ts +0 -0
  535. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/reference-lines/reference-line.d.ts +0 -0
  536. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/index.d.ts +0 -0
  537. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/label-overflow.d.ts +0 -0
  538. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic-size-function-editor.d.ts +0 -0
  539. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/dynamic.d.ts +0 -0
  540. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/get-echarts-symbol-size.d.ts +0 -0
  541. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/index.d.ts +0 -0
  542. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/static.d.ts +0 -0
  543. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/scatter-size-select/types.d.ts +0 -0
  544. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic-color-function-editor.d.ts +0 -0
  545. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/dynamic.d.ts +0 -0
  546. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/get-series-color.d.ts +0 -0
  547. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/index.d.ts +0 -0
  548. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/static.d.ts +0 -0
  549. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/scatter/series-color-select/types.d.ts +0 -0
  550. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/stats/index.d.ts +0 -0
  551. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/index.d.ts +0 -0
  552. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metric.d.ts +0 -0
  553. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/tooltip/metrics.d.ts +0 -0
  554. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/index.d.ts +0 -0
  555. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/function-editor.d.ts +0 -0
  556. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/get-echarts-x-axis-tick-label.d.ts +0 -0
  557. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/index.d.ts +0 -0
  558. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/x-axis/x-axis-label-formatter/types.d.ts +0 -0
  559. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/index.d.ts +0 -0
  560. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/editors/y-axes/y-axis.d.ts +0 -0
  561. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/dataset.d.ts +0 -0
  562. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/grid.d.ts +0 -0
  563. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/index.d.ts +0 -0
  564. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/legend.d.ts +0 -0
  565. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/series.d.ts +0 -0
  566. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/tooltip.d.ts +0 -0
  567. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/x-axis.d.ts +0 -0
  568. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/option/y-axis.d.ts +0 -0
  569. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/click-scatter-chart.d.ts +0 -0
  570. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/triggers/index.d.ts +0 -0
  571. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart-editor.d.ts +0 -0
  572. /package/dist/{plugins → components/plugins}/viz-components/scatter-chart/viz-scatter-chart.d.ts +0 -0
  573. /package/dist/{plugins → components/plugins}/viz-components/stats/index.d.ts +0 -0
  574. /package/dist/{plugins → components/plugins}/viz-components/stats/type.d.ts +0 -0
  575. /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats-editor.d.ts +0 -0
  576. /package/dist/{plugins → components/plugins}/viz-components/stats/viz-stats.d.ts +0 -0
  577. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/data-field.d.ts +0 -0
  578. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/index.d.ts +0 -0
  579. /package/dist/{plugins → components/plugins}/viz-components/sunburst/editors/levels/level.d.ts +0 -0
  580. /package/dist/{plugins → components/plugins}/viz-components/sunburst/index.d.ts +0 -0
  581. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/array-to-tree.d.ts +0 -0
  582. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/data.d.ts +0 -0
  583. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/index.d.ts +0 -0
  584. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/levels.d.ts +0 -0
  585. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/tooltip.d.ts +0 -0
  586. /package/dist/{plugins → components/plugins}/viz-components/sunburst/option/types.d.ts +0 -0
  587. /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst-editor.d.ts +0 -0
  588. /package/dist/{plugins → components/plugins}/viz-components/sunburst/viz-sunburst.d.ts +0 -0
  589. /package/dist/{plugins → components/plugins}/viz-components/table/components/head-cell.d.ts +0 -0
  590. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/column.d.ts +0 -0
  591. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/func_content-editor.d.ts +0 -0
  592. /package/dist/{plugins → components/plugins}/viz-components/table/editors/columns/index.d.ts +0 -0
  593. /package/dist/{plugins → components/plugins}/viz-components/table/editors/styling.d.ts +0 -0
  594. /package/dist/{plugins → components/plugins}/viz-components/table/index.d.ts +0 -0
  595. /package/dist/{plugins → components/plugins}/viz-components/table/table-cell-context.d.ts +0 -0
  596. /package/dist/{plugins → components/plugins}/viz-components/table/triggers/click-cell-content.d.ts +0 -0
  597. /package/dist/{plugins → components/plugins}/viz-components/table/triggers/index.d.ts +0 -0
  598. /package/dist/{plugins → components/plugins}/viz-components/table/type.d.ts +0 -0
  599. /package/dist/{plugins → components/plugins}/viz-components/table/utils.d.ts +0 -0
  600. /package/dist/{plugins → components/plugins}/viz-components/table/value-type-selector.d.ts +0 -0
  601. /package/dist/{plugins → components/plugins}/viz-components/table/value.d.ts +0 -0
  602. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table-editor.d.ts +0 -0
  603. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.d.ts +0 -0
  604. /package/dist/{plugins → components/plugins}/viz-components/table/viz-table.styles.d.ts +0 -0
  605. /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/func-content-editor.d.ts +0 -0
  606. /package/dist/{plugins → components/plugins}/viz-components/text/editors/func-content/index.d.ts +0 -0
  607. /package/dist/{plugins → components/plugins}/viz-components/text/type.d.ts +0 -0
  608. /package/dist/{plugins → components/plugins}/viz-components/text/viz-text-editor.d.ts +0 -0
  609. /package/dist/{plugins → components/plugins}/viz-components/text/viz-text.d.ts +0 -0
  610. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/error-figure.d.ts +0 -0
  611. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/request/call-expert-system.d.ts +0 -0
  612. /package/dist/{plugins → components/plugins}/viz-components/viz-merico-gqm/type.d.ts +0 -0
  613. /package/dist/{plugins → components/plugins}/viz-manager/components.d.ts +0 -0
  614. /package/dist/{plugins → components/plugins}/viz-manager/impl.d.ts +0 -0
  615. /package/dist/{plugins → components/plugins}/viz-manager/index.d.ts +0 -0
  616. /package/dist/{plugins → components/plugins}/viz-manager/types.d.ts +0 -0
  617. /package/dist/{view → components/view}/index.d.ts +0 -0
  618. /package/dist/{view → components/view}/layout/index.d.ts +0 -0
  619. /package/dist/{view → components/view}/view-component/preview/division.d.ts +0 -0
  620. /package/dist/{view → components/view}/view-component/render/division.d.ts +0 -0
  621. /package/dist/components/{about-function-utils → widgets/about-function-utils}/index.d.ts +0 -0
  622. /package/dist/components/{function-editor.tsx → widgets/function-editor}/index.d.ts +0 -0
  623. /package/dist/components/{inline-function-input → widgets/inline-function-input}/index.d.ts +0 -0
  624. /package/dist/components/{minimal-monaco-editor.d.ts → widgets/minimal-monaco-editor.d.ts} +0 -0
  625. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/custom-rich-text-editor.d.ts +0 -0
  626. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/font-size-extension.d.ts +0 -0
  627. /package/dist/components/{rich-text-editor → widgets/rich-text-editor}/readonly-rich-text-editor.d.ts +0 -0
  628. /package/dist/{model → dashboard-editor/model}/datasources/columns.d.ts +0 -0
  629. /package/dist/{model → dashboard-editor/model}/datasources/indexes.d.ts +0 -0
  630. /package/dist/{model → dashboard-editor/model}/datasources/table-data.d.ts +0 -0
  631. /package/dist/{model → dashboard-editor/model}/datasources/tables.d.ts +0 -0
  632. /package/dist/{model → dashboard-editor/model}/editor/index.d.ts +0 -0
  633. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/header-menu.d.ts +0 -0
  634. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/index.d.ts +0 -0
  635. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/main-header.d.ts +0 -0
  636. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/save-changes-or-more.d.ts +0 -0
  637. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/header/sub-header.d.ts +0 -0
  638. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/index.d.ts +0 -0
  639. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/navbar/view-links.d.ts +0 -0
  640. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.d.ts +0 -0
  641. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/data-table.style.d.ts +0 -0
  642. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/index.d.ts +0 -0
  643. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/data-preview/query-state-message.d.ts +0 -0
  644. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/full-space-loading.d.ts +0 -0
  645. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/loading-skeleton.d.ts +0 -0
  646. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/db-explorer-modal/db-explorer/structure/tooltip-value.d.ts +0 -0
  647. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-filter/index.d.ts +0 -0
  648. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-mock-context/index.d.ts +0 -0
  649. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/index.d.ts +0 -0
  650. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/description.d.ts +0 -0
  651. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/edit-style.d.ts +0 -0
  652. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/index.d.ts +0 -0
  653. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/panel-config/title.d.ts +0 -0
  654. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/pick-query/index.d.ts +0 -0
  655. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/preview-panel.d.ts +0 -0
  656. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/select-viz-type.d.ts +0 -0
  657. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/styles.d.ts +0 -0
  658. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/variable-config/variable-field.d.ts +0 -0
  659. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-panel/viz-conf.d.ts +0 -0
  660. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/index.d.ts +0 -0
  661. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/query-usage.d.ts +0 -0
  662. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql-in-monaco-editor.d.ts +0 -0
  663. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-query/query-editor-form/tabs/sql/preview-sql.d.ts +0 -0
  664. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/index.d.ts +0 -0
  665. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-sql-snippet/preview-snippet.d.ts +0 -0
  666. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/edit-view-form/config-fields/modal/modal-title-editor/function-editor.d.ts +0 -0
  667. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/edit-view/index.d.ts +0 -0
  668. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/index.d.ts +0 -0
  669. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/global-sql-snippets-table.d.ts +0 -0
  670. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/index.d.ts +0 -0
  671. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-guide.d.ts +0 -0
  672. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/content/view-query-vars/query-variables-modal.d.ts +0 -0
  673. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/index.d.ts +0 -0
  674. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-filter.d.ts +0 -0
  675. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-panel.d.ts +0 -0
  676. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-query.d.ts +0 -0
  677. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-sql-snippet.d.ts +0 -0
  678. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/add-item-button/add-a-view.d.ts +0 -0
  679. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/index.d.ts +0 -0
  680. /package/dist/{main/dashboard-editor → dashboard-editor/ui}/settings/navbar/nav-links.d.ts +0 -0
  681. /package/dist/{main/dashboard-editor → dashboard-editor}/utils/load-monaco-editor.d.ts +0 -0
  682. /package/dist/model/{queries → meta-model/dashboard/content/query}/types.d.ts +0 -0
@@ -0,0 +1,3889 @@
1
+ import { Instance, SnapshotIn } from 'mobx-state-tree';
2
+ import { IDashboardView } from '~/types';
3
+ export declare const ViewsRenderModel: import("mobx-state-tree").IModelType<{
4
+ current: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
5
+ id: import("mobx-state-tree").ISimpleType<string>;
6
+ name: import("mobx-state-tree").ISimpleType<string>;
7
+ type: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType>;
8
+ config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
9
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
10
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
11
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
12
+ width: import("mobx-state-tree").ISimpleType<string>;
13
+ height: import("mobx-state-tree").ISimpleType<string>;
14
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
15
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
16
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
17
+ }, {
18
+ readonly json: {
19
+ enabled: boolean;
20
+ func_content: string;
21
+ };
22
+ readonly value: any;
23
+ } & {
24
+ setEnabled(v: boolean): void;
25
+ setFuncContent(v: string): void;
26
+ replace({ enabled, func_content }: {
27
+ enabled: boolean;
28
+ func_content: string;
29
+ }): void;
30
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
31
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
32
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
33
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
34
+ id: import("mobx-state-tree").ISimpleType<string>;
35
+ name: import("mobx-state-tree").ISimpleType<string>;
36
+ view_id: import("mobx-state-tree").ISimpleType<string>;
37
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
38
+ }, {
39
+ readonly json: {
40
+ id: string;
41
+ name: string;
42
+ color: string;
43
+ view_id: string;
44
+ };
45
+ } & {
46
+ setName(v: string): void;
47
+ setViewID(v: string): void;
48
+ setColor(v: string): void;
49
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
50
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
51
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
52
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
53
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
54
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
55
+ }> | import("mobx-state-tree").ModelSnapshotType<{
56
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
57
+ width: import("mobx-state-tree").ISimpleType<string>;
58
+ height: import("mobx-state-tree").ISimpleType<string>;
59
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
60
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
61
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
62
+ }, {
63
+ readonly json: {
64
+ enabled: boolean;
65
+ func_content: string;
66
+ };
67
+ readonly value: any;
68
+ } & {
69
+ setEnabled(v: boolean): void;
70
+ setFuncContent(v: string): void;
71
+ replace({ enabled, func_content }: {
72
+ enabled: boolean;
73
+ func_content: string;
74
+ }): void;
75
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
76
+ }> | import("mobx-state-tree").ModelSnapshotType<{
77
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
78
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
79
+ id: import("mobx-state-tree").ISimpleType<string>;
80
+ name: import("mobx-state-tree").ISimpleType<string>;
81
+ view_id: import("mobx-state-tree").ISimpleType<string>;
82
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
83
+ }, {
84
+ readonly json: {
85
+ id: string;
86
+ name: string;
87
+ color: string;
88
+ view_id: string;
89
+ };
90
+ } & {
91
+ setName(v: string): void;
92
+ setViewID(v: string): void;
93
+ setColor(v: string): void;
94
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
95
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
96
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
97
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
98
+ }>, import("mobx-state-tree").ModelInstanceType<{
99
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
100
+ }, {
101
+ readonly json: {
102
+ _name: import("~/model").EViewComponentType.Division;
103
+ };
104
+ }> | import("mobx-state-tree").ModelInstanceType<{
105
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
106
+ width: import("mobx-state-tree").ISimpleType<string>;
107
+ height: import("mobx-state-tree").ISimpleType<string>;
108
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
109
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
110
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
111
+ }, {
112
+ readonly json: {
113
+ enabled: boolean;
114
+ func_content: string;
115
+ };
116
+ readonly value: any;
117
+ } & {
118
+ setEnabled(v: boolean): void;
119
+ setFuncContent(v: string): void;
120
+ replace({ enabled, func_content }: {
121
+ enabled: boolean;
122
+ func_content: string;
123
+ }): void;
124
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
125
+ }, {
126
+ readonly json: {
127
+ _name: import("~/model").EViewComponentType.Modal;
128
+ width: string;
129
+ height: string;
130
+ custom_modal_title: {
131
+ enabled: boolean;
132
+ func_content: string;
133
+ };
134
+ };
135
+ } & {
136
+ setWidth(v: string): void;
137
+ setHeight(v: string): void;
138
+ }> | import("mobx-state-tree").ModelInstanceType<{
139
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
140
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
141
+ id: import("mobx-state-tree").ISimpleType<string>;
142
+ name: import("mobx-state-tree").ISimpleType<string>;
143
+ view_id: import("mobx-state-tree").ISimpleType<string>;
144
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
145
+ }, {
146
+ readonly json: {
147
+ id: string;
148
+ name: string;
149
+ color: string;
150
+ view_id: string;
151
+ };
152
+ } & {
153
+ setName(v: string): void;
154
+ setViewID(v: string): void;
155
+ setColor(v: string): void;
156
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
157
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
158
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
159
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
160
+ }, {
161
+ readonly json: {
162
+ grow: boolean;
163
+ tabs: {
164
+ id: string;
165
+ name: string;
166
+ color: string;
167
+ view_id: string;
168
+ }[];
169
+ _name: import("~/model").EViewComponentType.Modal;
170
+ variant: "default" | "outline" | "pills";
171
+ orientation: import("@mantine/core").TabsOrientation;
172
+ };
173
+ } & {
174
+ setVariant(v: import("@mantine/core").TabsVariant): void;
175
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
176
+ setGrow(v: boolean): void;
177
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
178
+ id: import("mobx-state-tree").ISimpleType<string>;
179
+ name: import("mobx-state-tree").ISimpleType<string>;
180
+ view_id: import("mobx-state-tree").ISimpleType<string>;
181
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
182
+ }>>[]): void;
183
+ addTab(): void;
184
+ removeTab(index: number): void;
185
+ }>>;
186
+ panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
187
+ }, {
188
+ readonly json: {
189
+ id: string;
190
+ name: string;
191
+ type: import("~/model").EViewComponentType;
192
+ config: {
193
+ _name: import("~/model").EViewComponentType.Modal;
194
+ width: string;
195
+ height: string;
196
+ custom_modal_title: {
197
+ enabled: boolean;
198
+ func_content: string;
199
+ };
200
+ } | {
201
+ grow: boolean;
202
+ tabs: {
203
+ id: string;
204
+ name: string;
205
+ color: string;
206
+ view_id: string;
207
+ }[];
208
+ _name: import("~/model").EViewComponentType.Modal;
209
+ variant: "default" | "outline" | "pills";
210
+ orientation: import("@mantine/core").TabsOrientation;
211
+ } | {
212
+ _name: import("~/model").EViewComponentType.Division;
213
+ };
214
+ 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]>>;
215
+ };
216
+ } & {
217
+ setName(name: string): void;
218
+ setType(type: import("~/model").EViewComponentType): void;
219
+ appendPanelID(id: string): void;
220
+ removePanelID(id: string): void;
221
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
222
+ visibleViewIDs: import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>;
223
+ }, {
224
+ readonly json: {
225
+ id: string;
226
+ name: string;
227
+ type: import("~/model").EViewComponentType;
228
+ config: {
229
+ _name: import("~/model").EViewComponentType.Modal;
230
+ width: string;
231
+ height: string;
232
+ custom_modal_title: {
233
+ enabled: boolean;
234
+ func_content: string;
235
+ };
236
+ } | {
237
+ grow: boolean;
238
+ tabs: {
239
+ id: string;
240
+ name: string;
241
+ color: string;
242
+ view_id: string;
243
+ }[];
244
+ _name: import("~/model").EViewComponentType.Modal;
245
+ variant: "default" | "outline" | "pills";
246
+ orientation: import("@mantine/core").TabsOrientation;
247
+ } | {
248
+ _name: import("~/model").EViewComponentType.Division;
249
+ };
250
+ 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]>>;
251
+ }[];
252
+ readonly idMap: Map<string, {
253
+ id: string;
254
+ name: string;
255
+ type: import("~/model").EViewComponentType;
256
+ config: ({
257
+ _name: import("~/model").EViewComponentType.Division;
258
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
259
+ readonly json: {
260
+ _name: import("~/model").EViewComponentType.Division;
261
+ };
262
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
263
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
264
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
265
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
266
+ width: import("mobx-state-tree").ISimpleType<string>;
267
+ height: import("mobx-state-tree").ISimpleType<string>;
268
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
269
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
270
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
271
+ }, {
272
+ readonly json: {
273
+ enabled: boolean;
274
+ func_content: string;
275
+ };
276
+ readonly value: any;
277
+ } & {
278
+ setEnabled(v: boolean): void;
279
+ setFuncContent(v: string): void;
280
+ replace({ enabled, func_content }: {
281
+ enabled: boolean;
282
+ func_content: string;
283
+ }): void;
284
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
285
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
286
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
287
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
288
+ id: import("mobx-state-tree").ISimpleType<string>;
289
+ name: import("mobx-state-tree").ISimpleType<string>;
290
+ view_id: import("mobx-state-tree").ISimpleType<string>;
291
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
292
+ }, {
293
+ readonly json: {
294
+ id: string;
295
+ name: string;
296
+ color: string;
297
+ view_id: string;
298
+ };
299
+ } & {
300
+ setName(v: string): void;
301
+ setViewID(v: string): void;
302
+ setColor(v: string): void;
303
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
304
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
305
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
306
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
307
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
308
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
309
+ }> | import("mobx-state-tree").ModelSnapshotType<{
310
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
311
+ width: import("mobx-state-tree").ISimpleType<string>;
312
+ height: import("mobx-state-tree").ISimpleType<string>;
313
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
314
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
315
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
316
+ }, {
317
+ readonly json: {
318
+ enabled: boolean;
319
+ func_content: string;
320
+ };
321
+ readonly value: any;
322
+ } & {
323
+ setEnabled(v: boolean): void;
324
+ setFuncContent(v: string): void;
325
+ replace({ enabled, func_content }: {
326
+ enabled: boolean;
327
+ func_content: string;
328
+ }): void;
329
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
330
+ }> | import("mobx-state-tree").ModelSnapshotType<{
331
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
332
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
333
+ id: import("mobx-state-tree").ISimpleType<string>;
334
+ name: import("mobx-state-tree").ISimpleType<string>;
335
+ view_id: import("mobx-state-tree").ISimpleType<string>;
336
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
337
+ }, {
338
+ readonly json: {
339
+ id: string;
340
+ name: string;
341
+ color: string;
342
+ view_id: string;
343
+ };
344
+ } & {
345
+ setName(v: string): void;
346
+ setViewID(v: string): void;
347
+ setColor(v: string): void;
348
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
349
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
350
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
351
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
352
+ }>, import("mobx-state-tree").ModelInstanceType<{
353
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
354
+ }, {
355
+ readonly json: {
356
+ _name: import("~/model").EViewComponentType.Division;
357
+ };
358
+ }> | import("mobx-state-tree").ModelInstanceType<{
359
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
360
+ width: import("mobx-state-tree").ISimpleType<string>;
361
+ height: import("mobx-state-tree").ISimpleType<string>;
362
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
363
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
364
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
365
+ }, {
366
+ readonly json: {
367
+ enabled: boolean;
368
+ func_content: string;
369
+ };
370
+ readonly value: any;
371
+ } & {
372
+ setEnabled(v: boolean): void;
373
+ setFuncContent(v: string): void;
374
+ replace({ enabled, func_content }: {
375
+ enabled: boolean;
376
+ func_content: string;
377
+ }): void;
378
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
379
+ }, {
380
+ readonly json: {
381
+ _name: import("~/model").EViewComponentType.Modal;
382
+ width: string;
383
+ height: string;
384
+ custom_modal_title: {
385
+ enabled: boolean;
386
+ func_content: string;
387
+ };
388
+ };
389
+ } & {
390
+ setWidth(v: string): void;
391
+ setHeight(v: string): void;
392
+ }> | import("mobx-state-tree").ModelInstanceType<{
393
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
394
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
395
+ id: import("mobx-state-tree").ISimpleType<string>;
396
+ name: import("mobx-state-tree").ISimpleType<string>;
397
+ view_id: import("mobx-state-tree").ISimpleType<string>;
398
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
399
+ }, {
400
+ readonly json: {
401
+ id: string;
402
+ name: string;
403
+ color: string;
404
+ view_id: string;
405
+ };
406
+ } & {
407
+ setName(v: string): void;
408
+ setViewID(v: string): void;
409
+ setColor(v: string): void;
410
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
411
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
412
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
413
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
414
+ }, {
415
+ readonly json: {
416
+ grow: boolean;
417
+ tabs: {
418
+ id: string;
419
+ name: string;
420
+ color: string;
421
+ view_id: string;
422
+ }[];
423
+ _name: import("~/model").EViewComponentType.Modal;
424
+ variant: "default" | "outline" | "pills";
425
+ orientation: import("@mantine/core").TabsOrientation;
426
+ };
427
+ } & {
428
+ setVariant(v: import("@mantine/core").TabsVariant): void;
429
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
430
+ setGrow(v: boolean): void;
431
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
432
+ id: import("mobx-state-tree").ISimpleType<string>;
433
+ name: import("mobx-state-tree").ISimpleType<string>;
434
+ view_id: import("mobx-state-tree").ISimpleType<string>;
435
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
436
+ }>>[]): void;
437
+ addTab(): void;
438
+ removeTab(index: number): void;
439
+ }>>>) | ({
440
+ _name: import("~/model").EViewComponentType.Modal;
441
+ width: string;
442
+ height: string;
443
+ custom_modal_title: {
444
+ enabled: boolean;
445
+ func_content: string;
446
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
447
+ readonly json: {
448
+ enabled: boolean;
449
+ func_content: string;
450
+ };
451
+ readonly value: any;
452
+ } & {
453
+ setEnabled(v: boolean): void;
454
+ setFuncContent(v: string): void;
455
+ replace({ enabled, func_content }: {
456
+ enabled: boolean;
457
+ func_content: string;
458
+ }): void;
459
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
460
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
461
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
462
+ }, {
463
+ readonly json: {
464
+ enabled: boolean;
465
+ func_content: string;
466
+ };
467
+ readonly value: any;
468
+ } & {
469
+ setEnabled(v: boolean): void;
470
+ setFuncContent(v: string): void;
471
+ replace({ enabled, func_content }: {
472
+ enabled: boolean;
473
+ func_content: string;
474
+ }): void;
475
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
476
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
477
+ readonly json: {
478
+ _name: import("~/model").EViewComponentType.Modal;
479
+ width: string;
480
+ height: string;
481
+ custom_modal_title: {
482
+ enabled: boolean;
483
+ func_content: string;
484
+ };
485
+ };
486
+ } & {
487
+ setWidth(v: string): void;
488
+ setHeight(v: string): void;
489
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
490
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
491
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
492
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
493
+ width: import("mobx-state-tree").ISimpleType<string>;
494
+ height: import("mobx-state-tree").ISimpleType<string>;
495
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
496
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
497
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
498
+ }, {
499
+ readonly json: {
500
+ enabled: boolean;
501
+ func_content: string;
502
+ };
503
+ readonly value: any;
504
+ } & {
505
+ setEnabled(v: boolean): void;
506
+ setFuncContent(v: string): void;
507
+ replace({ enabled, func_content }: {
508
+ enabled: boolean;
509
+ func_content: string;
510
+ }): void;
511
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
512
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
513
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
514
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
515
+ id: import("mobx-state-tree").ISimpleType<string>;
516
+ name: import("mobx-state-tree").ISimpleType<string>;
517
+ view_id: import("mobx-state-tree").ISimpleType<string>;
518
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
519
+ }, {
520
+ readonly json: {
521
+ id: string;
522
+ name: string;
523
+ color: string;
524
+ view_id: string;
525
+ };
526
+ } & {
527
+ setName(v: string): void;
528
+ setViewID(v: string): void;
529
+ setColor(v: string): void;
530
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
531
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
532
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
533
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
534
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
535
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
536
+ }> | import("mobx-state-tree").ModelSnapshotType<{
537
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
538
+ width: import("mobx-state-tree").ISimpleType<string>;
539
+ height: import("mobx-state-tree").ISimpleType<string>;
540
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
541
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
542
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
543
+ }, {
544
+ readonly json: {
545
+ enabled: boolean;
546
+ func_content: string;
547
+ };
548
+ readonly value: any;
549
+ } & {
550
+ setEnabled(v: boolean): void;
551
+ setFuncContent(v: string): void;
552
+ replace({ enabled, func_content }: {
553
+ enabled: boolean;
554
+ func_content: string;
555
+ }): void;
556
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
557
+ }> | import("mobx-state-tree").ModelSnapshotType<{
558
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
559
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
560
+ id: import("mobx-state-tree").ISimpleType<string>;
561
+ name: import("mobx-state-tree").ISimpleType<string>;
562
+ view_id: import("mobx-state-tree").ISimpleType<string>;
563
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
564
+ }, {
565
+ readonly json: {
566
+ id: string;
567
+ name: string;
568
+ color: string;
569
+ view_id: string;
570
+ };
571
+ } & {
572
+ setName(v: string): void;
573
+ setViewID(v: string): void;
574
+ setColor(v: string): void;
575
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
576
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
577
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
578
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
579
+ }>, import("mobx-state-tree").ModelInstanceType<{
580
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
581
+ }, {
582
+ readonly json: {
583
+ _name: import("~/model").EViewComponentType.Division;
584
+ };
585
+ }> | import("mobx-state-tree").ModelInstanceType<{
586
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
587
+ width: import("mobx-state-tree").ISimpleType<string>;
588
+ height: import("mobx-state-tree").ISimpleType<string>;
589
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
590
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
591
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
592
+ }, {
593
+ readonly json: {
594
+ enabled: boolean;
595
+ func_content: string;
596
+ };
597
+ readonly value: any;
598
+ } & {
599
+ setEnabled(v: boolean): void;
600
+ setFuncContent(v: string): void;
601
+ replace({ enabled, func_content }: {
602
+ enabled: boolean;
603
+ func_content: string;
604
+ }): void;
605
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
606
+ }, {
607
+ readonly json: {
608
+ _name: import("~/model").EViewComponentType.Modal;
609
+ width: string;
610
+ height: string;
611
+ custom_modal_title: {
612
+ enabled: boolean;
613
+ func_content: string;
614
+ };
615
+ };
616
+ } & {
617
+ setWidth(v: string): void;
618
+ setHeight(v: string): void;
619
+ }> | import("mobx-state-tree").ModelInstanceType<{
620
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
621
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
622
+ id: import("mobx-state-tree").ISimpleType<string>;
623
+ name: import("mobx-state-tree").ISimpleType<string>;
624
+ view_id: import("mobx-state-tree").ISimpleType<string>;
625
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
626
+ }, {
627
+ readonly json: {
628
+ id: string;
629
+ name: string;
630
+ color: string;
631
+ view_id: string;
632
+ };
633
+ } & {
634
+ setName(v: string): void;
635
+ setViewID(v: string): void;
636
+ setColor(v: string): void;
637
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
638
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
639
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
640
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
641
+ }, {
642
+ readonly json: {
643
+ grow: boolean;
644
+ tabs: {
645
+ id: string;
646
+ name: string;
647
+ color: string;
648
+ view_id: string;
649
+ }[];
650
+ _name: import("~/model").EViewComponentType.Modal;
651
+ variant: "default" | "outline" | "pills";
652
+ orientation: import("@mantine/core").TabsOrientation;
653
+ };
654
+ } & {
655
+ setVariant(v: import("@mantine/core").TabsVariant): void;
656
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
657
+ setGrow(v: boolean): void;
658
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
659
+ id: import("mobx-state-tree").ISimpleType<string>;
660
+ name: import("mobx-state-tree").ISimpleType<string>;
661
+ view_id: import("mobx-state-tree").ISimpleType<string>;
662
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
663
+ }>>[]): void;
664
+ addTab(): void;
665
+ removeTab(index: number): void;
666
+ }>>>) | ({
667
+ _name: import("~/model").EViewComponentType.Modal;
668
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
669
+ id: import("mobx-state-tree").ISimpleType<string>;
670
+ name: import("mobx-state-tree").ISimpleType<string>;
671
+ view_id: import("mobx-state-tree").ISimpleType<string>;
672
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
673
+ }, {
674
+ readonly json: {
675
+ id: string;
676
+ name: string;
677
+ color: string;
678
+ view_id: string;
679
+ };
680
+ } & {
681
+ setName(v: string): void;
682
+ setViewID(v: string): void;
683
+ setColor(v: string): void;
684
+ }, 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<{
685
+ id: import("mobx-state-tree").ISimpleType<string>;
686
+ name: import("mobx-state-tree").ISimpleType<string>;
687
+ view_id: import("mobx-state-tree").ISimpleType<string>;
688
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
689
+ }, {
690
+ readonly json: {
691
+ id: string;
692
+ name: string;
693
+ color: string;
694
+ view_id: string;
695
+ };
696
+ } & {
697
+ setName(v: string): void;
698
+ setViewID(v: string): void;
699
+ setColor(v: string): void;
700
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
701
+ variant: "default" | "outline" | "pills";
702
+ orientation: import("@mantine/core").TabsOrientation;
703
+ grow: boolean;
704
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
705
+ readonly json: {
706
+ grow: boolean;
707
+ tabs: {
708
+ id: string;
709
+ name: string;
710
+ color: string;
711
+ view_id: string;
712
+ }[];
713
+ _name: import("~/model").EViewComponentType.Modal;
714
+ variant: "default" | "outline" | "pills";
715
+ orientation: import("@mantine/core").TabsOrientation;
716
+ };
717
+ } & {
718
+ setVariant(v: import("@mantine/core").TabsVariant): void;
719
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
720
+ setGrow(v: boolean): void;
721
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
722
+ id: import("mobx-state-tree").ISimpleType<string>;
723
+ name: import("mobx-state-tree").ISimpleType<string>;
724
+ view_id: import("mobx-state-tree").ISimpleType<string>;
725
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
726
+ }>>[]): void;
727
+ addTab(): void;
728
+ removeTab(index: number): void;
729
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
730
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
731
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
732
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
733
+ width: import("mobx-state-tree").ISimpleType<string>;
734
+ height: import("mobx-state-tree").ISimpleType<string>;
735
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
736
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
737
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
738
+ }, {
739
+ readonly json: {
740
+ enabled: boolean;
741
+ func_content: string;
742
+ };
743
+ readonly value: any;
744
+ } & {
745
+ setEnabled(v: boolean): void;
746
+ setFuncContent(v: string): void;
747
+ replace({ enabled, func_content }: {
748
+ enabled: boolean;
749
+ func_content: string;
750
+ }): void;
751
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
752
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
753
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
754
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
755
+ id: import("mobx-state-tree").ISimpleType<string>;
756
+ name: import("mobx-state-tree").ISimpleType<string>;
757
+ view_id: import("mobx-state-tree").ISimpleType<string>;
758
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
759
+ }, {
760
+ readonly json: {
761
+ id: string;
762
+ name: string;
763
+ color: string;
764
+ view_id: string;
765
+ };
766
+ } & {
767
+ setName(v: string): void;
768
+ setViewID(v: string): void;
769
+ setColor(v: string): void;
770
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
771
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
772
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
773
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
774
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
775
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
776
+ }> | import("mobx-state-tree").ModelSnapshotType<{
777
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
778
+ width: import("mobx-state-tree").ISimpleType<string>;
779
+ height: import("mobx-state-tree").ISimpleType<string>;
780
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
781
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
782
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
783
+ }, {
784
+ readonly json: {
785
+ enabled: boolean;
786
+ func_content: string;
787
+ };
788
+ readonly value: any;
789
+ } & {
790
+ setEnabled(v: boolean): void;
791
+ setFuncContent(v: string): void;
792
+ replace({ enabled, func_content }: {
793
+ enabled: boolean;
794
+ func_content: string;
795
+ }): void;
796
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
797
+ }> | import("mobx-state-tree").ModelSnapshotType<{
798
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
799
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
800
+ id: import("mobx-state-tree").ISimpleType<string>;
801
+ name: import("mobx-state-tree").ISimpleType<string>;
802
+ view_id: import("mobx-state-tree").ISimpleType<string>;
803
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
804
+ }, {
805
+ readonly json: {
806
+ id: string;
807
+ name: string;
808
+ color: string;
809
+ view_id: string;
810
+ };
811
+ } & {
812
+ setName(v: string): void;
813
+ setViewID(v: string): void;
814
+ setColor(v: string): void;
815
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
816
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
817
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
818
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
819
+ }>, import("mobx-state-tree").ModelInstanceType<{
820
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
821
+ }, {
822
+ readonly json: {
823
+ _name: import("~/model").EViewComponentType.Division;
824
+ };
825
+ }> | import("mobx-state-tree").ModelInstanceType<{
826
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
827
+ width: import("mobx-state-tree").ISimpleType<string>;
828
+ height: import("mobx-state-tree").ISimpleType<string>;
829
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
830
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
831
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
832
+ }, {
833
+ readonly json: {
834
+ enabled: boolean;
835
+ func_content: string;
836
+ };
837
+ readonly value: any;
838
+ } & {
839
+ setEnabled(v: boolean): void;
840
+ setFuncContent(v: string): void;
841
+ replace({ enabled, func_content }: {
842
+ enabled: boolean;
843
+ func_content: string;
844
+ }): void;
845
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
846
+ }, {
847
+ readonly json: {
848
+ _name: import("~/model").EViewComponentType.Modal;
849
+ width: string;
850
+ height: string;
851
+ custom_modal_title: {
852
+ enabled: boolean;
853
+ func_content: string;
854
+ };
855
+ };
856
+ } & {
857
+ setWidth(v: string): void;
858
+ setHeight(v: string): void;
859
+ }> | import("mobx-state-tree").ModelInstanceType<{
860
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
861
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
862
+ id: import("mobx-state-tree").ISimpleType<string>;
863
+ name: import("mobx-state-tree").ISimpleType<string>;
864
+ view_id: import("mobx-state-tree").ISimpleType<string>;
865
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
866
+ }, {
867
+ readonly json: {
868
+ id: string;
869
+ name: string;
870
+ color: string;
871
+ view_id: string;
872
+ };
873
+ } & {
874
+ setName(v: string): void;
875
+ setViewID(v: string): void;
876
+ setColor(v: string): void;
877
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
878
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
879
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
880
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
881
+ }, {
882
+ readonly json: {
883
+ grow: boolean;
884
+ tabs: {
885
+ id: string;
886
+ name: string;
887
+ color: string;
888
+ view_id: string;
889
+ }[];
890
+ _name: import("~/model").EViewComponentType.Modal;
891
+ variant: "default" | "outline" | "pills";
892
+ orientation: import("@mantine/core").TabsOrientation;
893
+ };
894
+ } & {
895
+ setVariant(v: import("@mantine/core").TabsVariant): void;
896
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
897
+ setGrow(v: boolean): void;
898
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
899
+ id: import("mobx-state-tree").ISimpleType<string>;
900
+ name: import("mobx-state-tree").ISimpleType<string>;
901
+ view_id: import("mobx-state-tree").ISimpleType<string>;
902
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
903
+ }>>[]): void;
904
+ addTab(): void;
905
+ removeTab(index: number): void;
906
+ }>>>);
907
+ 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]>>;
908
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
909
+ readonly json: {
910
+ id: string;
911
+ name: string;
912
+ type: import("~/model").EViewComponentType;
913
+ config: {
914
+ _name: import("~/model").EViewComponentType.Modal;
915
+ width: string;
916
+ height: string;
917
+ custom_modal_title: {
918
+ enabled: boolean;
919
+ func_content: string;
920
+ };
921
+ } | {
922
+ grow: boolean;
923
+ tabs: {
924
+ id: string;
925
+ name: string;
926
+ color: string;
927
+ view_id: string;
928
+ }[];
929
+ _name: import("~/model").EViewComponentType.Modal;
930
+ variant: "default" | "outline" | "pills";
931
+ orientation: import("@mantine/core").TabsOrientation;
932
+ } | {
933
+ _name: import("~/model").EViewComponentType.Division;
934
+ };
935
+ 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]>>;
936
+ };
937
+ } & {
938
+ setName(name: string): void;
939
+ setType(type: import("~/model").EViewComponentType): void;
940
+ appendPanelID(id: string): void;
941
+ removePanelID(id: string): void;
942
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
943
+ id: import("mobx-state-tree").ISimpleType<string>;
944
+ name: import("mobx-state-tree").ISimpleType<string>;
945
+ type: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType>;
946
+ config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
947
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
948
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
949
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
950
+ width: import("mobx-state-tree").ISimpleType<string>;
951
+ height: import("mobx-state-tree").ISimpleType<string>;
952
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
953
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
954
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
955
+ }, {
956
+ readonly json: {
957
+ enabled: boolean;
958
+ func_content: string;
959
+ };
960
+ readonly value: any;
961
+ } & {
962
+ setEnabled(v: boolean): void;
963
+ setFuncContent(v: string): void;
964
+ replace({ enabled, func_content }: {
965
+ enabled: boolean;
966
+ func_content: string;
967
+ }): void;
968
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
969
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
970
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
971
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
972
+ id: import("mobx-state-tree").ISimpleType<string>;
973
+ name: import("mobx-state-tree").ISimpleType<string>;
974
+ view_id: import("mobx-state-tree").ISimpleType<string>;
975
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
976
+ }, {
977
+ readonly json: {
978
+ id: string;
979
+ name: string;
980
+ color: string;
981
+ view_id: string;
982
+ };
983
+ } & {
984
+ setName(v: string): void;
985
+ setViewID(v: string): void;
986
+ setColor(v: string): void;
987
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
988
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
989
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
990
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
991
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
992
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
993
+ }> | import("mobx-state-tree").ModelSnapshotType<{
994
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
995
+ width: import("mobx-state-tree").ISimpleType<string>;
996
+ height: import("mobx-state-tree").ISimpleType<string>;
997
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
998
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
999
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1000
+ }, {
1001
+ readonly json: {
1002
+ enabled: boolean;
1003
+ func_content: string;
1004
+ };
1005
+ readonly value: any;
1006
+ } & {
1007
+ setEnabled(v: boolean): void;
1008
+ setFuncContent(v: string): void;
1009
+ replace({ enabled, func_content }: {
1010
+ enabled: boolean;
1011
+ func_content: string;
1012
+ }): void;
1013
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1014
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1015
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1016
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1017
+ id: import("mobx-state-tree").ISimpleType<string>;
1018
+ name: import("mobx-state-tree").ISimpleType<string>;
1019
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1020
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1021
+ }, {
1022
+ readonly json: {
1023
+ id: string;
1024
+ name: string;
1025
+ color: string;
1026
+ view_id: string;
1027
+ };
1028
+ } & {
1029
+ setName(v: string): void;
1030
+ setViewID(v: string): void;
1031
+ setColor(v: string): void;
1032
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1033
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1034
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1035
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1036
+ }>, import("mobx-state-tree").ModelInstanceType<{
1037
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1038
+ }, {
1039
+ readonly json: {
1040
+ _name: import("~/model").EViewComponentType.Division;
1041
+ };
1042
+ }> | import("mobx-state-tree").ModelInstanceType<{
1043
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1044
+ width: import("mobx-state-tree").ISimpleType<string>;
1045
+ height: import("mobx-state-tree").ISimpleType<string>;
1046
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1047
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1048
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1049
+ }, {
1050
+ readonly json: {
1051
+ enabled: boolean;
1052
+ func_content: string;
1053
+ };
1054
+ readonly value: any;
1055
+ } & {
1056
+ setEnabled(v: boolean): void;
1057
+ setFuncContent(v: string): void;
1058
+ replace({ enabled, func_content }: {
1059
+ enabled: boolean;
1060
+ func_content: string;
1061
+ }): void;
1062
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1063
+ }, {
1064
+ readonly json: {
1065
+ _name: import("~/model").EViewComponentType.Modal;
1066
+ width: string;
1067
+ height: string;
1068
+ custom_modal_title: {
1069
+ enabled: boolean;
1070
+ func_content: string;
1071
+ };
1072
+ };
1073
+ } & {
1074
+ setWidth(v: string): void;
1075
+ setHeight(v: string): void;
1076
+ }> | import("mobx-state-tree").ModelInstanceType<{
1077
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1078
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1079
+ id: import("mobx-state-tree").ISimpleType<string>;
1080
+ name: import("mobx-state-tree").ISimpleType<string>;
1081
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1082
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1083
+ }, {
1084
+ readonly json: {
1085
+ id: string;
1086
+ name: string;
1087
+ color: string;
1088
+ view_id: string;
1089
+ };
1090
+ } & {
1091
+ setName(v: string): void;
1092
+ setViewID(v: string): void;
1093
+ setColor(v: string): void;
1094
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1095
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1096
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1097
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1098
+ }, {
1099
+ readonly json: {
1100
+ grow: boolean;
1101
+ tabs: {
1102
+ id: string;
1103
+ name: string;
1104
+ color: string;
1105
+ view_id: string;
1106
+ }[];
1107
+ _name: import("~/model").EViewComponentType.Modal;
1108
+ variant: "default" | "outline" | "pills";
1109
+ orientation: import("@mantine/core").TabsOrientation;
1110
+ };
1111
+ } & {
1112
+ setVariant(v: import("@mantine/core").TabsVariant): void;
1113
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
1114
+ setGrow(v: boolean): void;
1115
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1116
+ id: import("mobx-state-tree").ISimpleType<string>;
1117
+ name: import("mobx-state-tree").ISimpleType<string>;
1118
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1119
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1120
+ }>>[]): void;
1121
+ addTab(): void;
1122
+ removeTab(index: number): void;
1123
+ }>>;
1124
+ panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1125
+ }, {
1126
+ readonly json: {
1127
+ id: string;
1128
+ name: string;
1129
+ type: import("~/model").EViewComponentType;
1130
+ config: {
1131
+ _name: import("~/model").EViewComponentType.Modal;
1132
+ width: string;
1133
+ height: string;
1134
+ custom_modal_title: {
1135
+ enabled: boolean;
1136
+ func_content: string;
1137
+ };
1138
+ } | {
1139
+ grow: boolean;
1140
+ tabs: {
1141
+ id: string;
1142
+ name: string;
1143
+ color: string;
1144
+ view_id: string;
1145
+ }[];
1146
+ _name: import("~/model").EViewComponentType.Modal;
1147
+ variant: "default" | "outline" | "pills";
1148
+ orientation: import("@mantine/core").TabsOrientation;
1149
+ } | {
1150
+ _name: import("~/model").EViewComponentType.Division;
1151
+ };
1152
+ 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]>>;
1153
+ };
1154
+ } & {
1155
+ setName(name: string): void;
1156
+ setType(type: import("~/model").EViewComponentType): void;
1157
+ appendPanelID(id: string): void;
1158
+ removePanelID(id: string): void;
1159
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
1160
+ findByID(id: string): ({
1161
+ id: string;
1162
+ name: string;
1163
+ type: import("~/model").EViewComponentType;
1164
+ config: ({
1165
+ _name: import("~/model").EViewComponentType.Division;
1166
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1167
+ readonly json: {
1168
+ _name: import("~/model").EViewComponentType.Division;
1169
+ };
1170
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1171
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1172
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1173
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1174
+ width: import("mobx-state-tree").ISimpleType<string>;
1175
+ height: import("mobx-state-tree").ISimpleType<string>;
1176
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1177
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1178
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1179
+ }, {
1180
+ readonly json: {
1181
+ enabled: boolean;
1182
+ func_content: string;
1183
+ };
1184
+ readonly value: any;
1185
+ } & {
1186
+ setEnabled(v: boolean): void;
1187
+ setFuncContent(v: string): void;
1188
+ replace({ enabled, func_content }: {
1189
+ enabled: boolean;
1190
+ func_content: string;
1191
+ }): void;
1192
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1193
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1194
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1195
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1196
+ id: import("mobx-state-tree").ISimpleType<string>;
1197
+ name: import("mobx-state-tree").ISimpleType<string>;
1198
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1199
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1200
+ }, {
1201
+ readonly json: {
1202
+ id: string;
1203
+ name: string;
1204
+ color: string;
1205
+ view_id: string;
1206
+ };
1207
+ } & {
1208
+ setName(v: string): void;
1209
+ setViewID(v: string): void;
1210
+ setColor(v: string): void;
1211
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1212
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1213
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1214
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1215
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1216
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1217
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1218
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1219
+ width: import("mobx-state-tree").ISimpleType<string>;
1220
+ height: import("mobx-state-tree").ISimpleType<string>;
1221
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1222
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1223
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1224
+ }, {
1225
+ readonly json: {
1226
+ enabled: boolean;
1227
+ func_content: string;
1228
+ };
1229
+ readonly value: any;
1230
+ } & {
1231
+ setEnabled(v: boolean): void;
1232
+ setFuncContent(v: string): void;
1233
+ replace({ enabled, func_content }: {
1234
+ enabled: boolean;
1235
+ func_content: string;
1236
+ }): void;
1237
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1238
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1239
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1240
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1241
+ id: import("mobx-state-tree").ISimpleType<string>;
1242
+ name: import("mobx-state-tree").ISimpleType<string>;
1243
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1244
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1245
+ }, {
1246
+ readonly json: {
1247
+ id: string;
1248
+ name: string;
1249
+ color: string;
1250
+ view_id: string;
1251
+ };
1252
+ } & {
1253
+ setName(v: string): void;
1254
+ setViewID(v: string): void;
1255
+ setColor(v: string): void;
1256
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1257
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1258
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1259
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1260
+ }>, import("mobx-state-tree").ModelInstanceType<{
1261
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1262
+ }, {
1263
+ readonly json: {
1264
+ _name: import("~/model").EViewComponentType.Division;
1265
+ };
1266
+ }> | import("mobx-state-tree").ModelInstanceType<{
1267
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1268
+ width: import("mobx-state-tree").ISimpleType<string>;
1269
+ height: import("mobx-state-tree").ISimpleType<string>;
1270
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1271
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1272
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1273
+ }, {
1274
+ readonly json: {
1275
+ enabled: boolean;
1276
+ func_content: string;
1277
+ };
1278
+ readonly value: any;
1279
+ } & {
1280
+ setEnabled(v: boolean): void;
1281
+ setFuncContent(v: string): void;
1282
+ replace({ enabled, func_content }: {
1283
+ enabled: boolean;
1284
+ func_content: string;
1285
+ }): void;
1286
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1287
+ }, {
1288
+ readonly json: {
1289
+ _name: import("~/model").EViewComponentType.Modal;
1290
+ width: string;
1291
+ height: string;
1292
+ custom_modal_title: {
1293
+ enabled: boolean;
1294
+ func_content: string;
1295
+ };
1296
+ };
1297
+ } & {
1298
+ setWidth(v: string): void;
1299
+ setHeight(v: string): void;
1300
+ }> | import("mobx-state-tree").ModelInstanceType<{
1301
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1302
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1303
+ id: import("mobx-state-tree").ISimpleType<string>;
1304
+ name: import("mobx-state-tree").ISimpleType<string>;
1305
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1306
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1307
+ }, {
1308
+ readonly json: {
1309
+ id: string;
1310
+ name: string;
1311
+ color: string;
1312
+ view_id: string;
1313
+ };
1314
+ } & {
1315
+ setName(v: string): void;
1316
+ setViewID(v: string): void;
1317
+ setColor(v: string): void;
1318
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1319
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1320
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1321
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1322
+ }, {
1323
+ readonly json: {
1324
+ grow: boolean;
1325
+ tabs: {
1326
+ id: string;
1327
+ name: string;
1328
+ color: string;
1329
+ view_id: string;
1330
+ }[];
1331
+ _name: import("~/model").EViewComponentType.Modal;
1332
+ variant: "default" | "outline" | "pills";
1333
+ orientation: import("@mantine/core").TabsOrientation;
1334
+ };
1335
+ } & {
1336
+ setVariant(v: import("@mantine/core").TabsVariant): void;
1337
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
1338
+ setGrow(v: boolean): void;
1339
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1340
+ id: import("mobx-state-tree").ISimpleType<string>;
1341
+ name: import("mobx-state-tree").ISimpleType<string>;
1342
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1343
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1344
+ }>>[]): void;
1345
+ addTab(): void;
1346
+ removeTab(index: number): void;
1347
+ }>>>) | ({
1348
+ _name: import("~/model").EViewComponentType.Modal;
1349
+ width: string;
1350
+ height: string;
1351
+ custom_modal_title: {
1352
+ enabled: boolean;
1353
+ func_content: string;
1354
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1355
+ readonly json: {
1356
+ enabled: boolean;
1357
+ func_content: string;
1358
+ };
1359
+ readonly value: any;
1360
+ } & {
1361
+ setEnabled(v: boolean): void;
1362
+ setFuncContent(v: string): void;
1363
+ replace({ enabled, func_content }: {
1364
+ enabled: boolean;
1365
+ func_content: string;
1366
+ }): void;
1367
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1368
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1369
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1370
+ }, {
1371
+ readonly json: {
1372
+ enabled: boolean;
1373
+ func_content: string;
1374
+ };
1375
+ readonly value: any;
1376
+ } & {
1377
+ setEnabled(v: boolean): void;
1378
+ setFuncContent(v: string): void;
1379
+ replace({ enabled, func_content }: {
1380
+ enabled: boolean;
1381
+ func_content: string;
1382
+ }): void;
1383
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
1384
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1385
+ readonly json: {
1386
+ _name: import("~/model").EViewComponentType.Modal;
1387
+ width: string;
1388
+ height: string;
1389
+ custom_modal_title: {
1390
+ enabled: boolean;
1391
+ func_content: string;
1392
+ };
1393
+ };
1394
+ } & {
1395
+ setWidth(v: string): void;
1396
+ setHeight(v: string): void;
1397
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1398
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1399
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1400
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1401
+ width: import("mobx-state-tree").ISimpleType<string>;
1402
+ height: import("mobx-state-tree").ISimpleType<string>;
1403
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1404
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1405
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1406
+ }, {
1407
+ readonly json: {
1408
+ enabled: boolean;
1409
+ func_content: string;
1410
+ };
1411
+ readonly value: any;
1412
+ } & {
1413
+ setEnabled(v: boolean): void;
1414
+ setFuncContent(v: string): void;
1415
+ replace({ enabled, func_content }: {
1416
+ enabled: boolean;
1417
+ func_content: string;
1418
+ }): void;
1419
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1420
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1421
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1422
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1423
+ id: import("mobx-state-tree").ISimpleType<string>;
1424
+ name: import("mobx-state-tree").ISimpleType<string>;
1425
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1426
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1427
+ }, {
1428
+ readonly json: {
1429
+ id: string;
1430
+ name: string;
1431
+ color: string;
1432
+ view_id: string;
1433
+ };
1434
+ } & {
1435
+ setName(v: string): void;
1436
+ setViewID(v: string): void;
1437
+ setColor(v: string): void;
1438
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1439
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1440
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1441
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1442
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1443
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1444
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1445
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1446
+ width: import("mobx-state-tree").ISimpleType<string>;
1447
+ height: import("mobx-state-tree").ISimpleType<string>;
1448
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1449
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1450
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1451
+ }, {
1452
+ readonly json: {
1453
+ enabled: boolean;
1454
+ func_content: string;
1455
+ };
1456
+ readonly value: any;
1457
+ } & {
1458
+ setEnabled(v: boolean): void;
1459
+ setFuncContent(v: string): void;
1460
+ replace({ enabled, func_content }: {
1461
+ enabled: boolean;
1462
+ func_content: string;
1463
+ }): void;
1464
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1465
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1466
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1467
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1468
+ id: import("mobx-state-tree").ISimpleType<string>;
1469
+ name: import("mobx-state-tree").ISimpleType<string>;
1470
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1471
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1472
+ }, {
1473
+ readonly json: {
1474
+ id: string;
1475
+ name: string;
1476
+ color: string;
1477
+ view_id: string;
1478
+ };
1479
+ } & {
1480
+ setName(v: string): void;
1481
+ setViewID(v: string): void;
1482
+ setColor(v: string): void;
1483
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1484
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1485
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1486
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1487
+ }>, import("mobx-state-tree").ModelInstanceType<{
1488
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1489
+ }, {
1490
+ readonly json: {
1491
+ _name: import("~/model").EViewComponentType.Division;
1492
+ };
1493
+ }> | import("mobx-state-tree").ModelInstanceType<{
1494
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1495
+ width: import("mobx-state-tree").ISimpleType<string>;
1496
+ height: import("mobx-state-tree").ISimpleType<string>;
1497
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1498
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1499
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1500
+ }, {
1501
+ readonly json: {
1502
+ enabled: boolean;
1503
+ func_content: string;
1504
+ };
1505
+ readonly value: any;
1506
+ } & {
1507
+ setEnabled(v: boolean): void;
1508
+ setFuncContent(v: string): void;
1509
+ replace({ enabled, func_content }: {
1510
+ enabled: boolean;
1511
+ func_content: string;
1512
+ }): void;
1513
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1514
+ }, {
1515
+ readonly json: {
1516
+ _name: import("~/model").EViewComponentType.Modal;
1517
+ width: string;
1518
+ height: string;
1519
+ custom_modal_title: {
1520
+ enabled: boolean;
1521
+ func_content: string;
1522
+ };
1523
+ };
1524
+ } & {
1525
+ setWidth(v: string): void;
1526
+ setHeight(v: string): void;
1527
+ }> | import("mobx-state-tree").ModelInstanceType<{
1528
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1529
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1530
+ id: import("mobx-state-tree").ISimpleType<string>;
1531
+ name: import("mobx-state-tree").ISimpleType<string>;
1532
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1533
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1534
+ }, {
1535
+ readonly json: {
1536
+ id: string;
1537
+ name: string;
1538
+ color: string;
1539
+ view_id: string;
1540
+ };
1541
+ } & {
1542
+ setName(v: string): void;
1543
+ setViewID(v: string): void;
1544
+ setColor(v: string): void;
1545
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1546
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1547
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1548
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1549
+ }, {
1550
+ readonly json: {
1551
+ grow: boolean;
1552
+ tabs: {
1553
+ id: string;
1554
+ name: string;
1555
+ color: string;
1556
+ view_id: string;
1557
+ }[];
1558
+ _name: import("~/model").EViewComponentType.Modal;
1559
+ variant: "default" | "outline" | "pills";
1560
+ orientation: import("@mantine/core").TabsOrientation;
1561
+ };
1562
+ } & {
1563
+ setVariant(v: import("@mantine/core").TabsVariant): void;
1564
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
1565
+ setGrow(v: boolean): void;
1566
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1567
+ id: import("mobx-state-tree").ISimpleType<string>;
1568
+ name: import("mobx-state-tree").ISimpleType<string>;
1569
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1570
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1571
+ }>>[]): void;
1572
+ addTab(): void;
1573
+ removeTab(index: number): void;
1574
+ }>>>) | ({
1575
+ _name: import("~/model").EViewComponentType.Modal;
1576
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
1577
+ id: import("mobx-state-tree").ISimpleType<string>;
1578
+ name: import("mobx-state-tree").ISimpleType<string>;
1579
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1580
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1581
+ }, {
1582
+ readonly json: {
1583
+ id: string;
1584
+ name: string;
1585
+ color: string;
1586
+ view_id: string;
1587
+ };
1588
+ } & {
1589
+ setName(v: string): void;
1590
+ setViewID(v: string): void;
1591
+ setColor(v: string): void;
1592
+ }, 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<{
1593
+ id: import("mobx-state-tree").ISimpleType<string>;
1594
+ name: import("mobx-state-tree").ISimpleType<string>;
1595
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1596
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1597
+ }, {
1598
+ readonly json: {
1599
+ id: string;
1600
+ name: string;
1601
+ color: string;
1602
+ view_id: string;
1603
+ };
1604
+ } & {
1605
+ setName(v: string): void;
1606
+ setViewID(v: string): void;
1607
+ setColor(v: string): void;
1608
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
1609
+ variant: "default" | "outline" | "pills";
1610
+ orientation: import("@mantine/core").TabsOrientation;
1611
+ grow: boolean;
1612
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1613
+ readonly json: {
1614
+ grow: boolean;
1615
+ tabs: {
1616
+ id: string;
1617
+ name: string;
1618
+ color: string;
1619
+ view_id: string;
1620
+ }[];
1621
+ _name: import("~/model").EViewComponentType.Modal;
1622
+ variant: "default" | "outline" | "pills";
1623
+ orientation: import("@mantine/core").TabsOrientation;
1624
+ };
1625
+ } & {
1626
+ setVariant(v: import("@mantine/core").TabsVariant): void;
1627
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
1628
+ setGrow(v: boolean): void;
1629
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1630
+ id: import("mobx-state-tree").ISimpleType<string>;
1631
+ name: import("mobx-state-tree").ISimpleType<string>;
1632
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1633
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1634
+ }>>[]): void;
1635
+ addTab(): void;
1636
+ removeTab(index: number): void;
1637
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1638
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1639
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1640
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1641
+ width: import("mobx-state-tree").ISimpleType<string>;
1642
+ height: import("mobx-state-tree").ISimpleType<string>;
1643
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1644
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1645
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1646
+ }, {
1647
+ readonly json: {
1648
+ enabled: boolean;
1649
+ func_content: string;
1650
+ };
1651
+ readonly value: any;
1652
+ } & {
1653
+ setEnabled(v: boolean): void;
1654
+ setFuncContent(v: string): void;
1655
+ replace({ enabled, func_content }: {
1656
+ enabled: boolean;
1657
+ func_content: string;
1658
+ }): void;
1659
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1660
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1661
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1662
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1663
+ id: import("mobx-state-tree").ISimpleType<string>;
1664
+ name: import("mobx-state-tree").ISimpleType<string>;
1665
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1666
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1667
+ }, {
1668
+ readonly json: {
1669
+ id: string;
1670
+ name: string;
1671
+ color: string;
1672
+ view_id: string;
1673
+ };
1674
+ } & {
1675
+ setName(v: string): void;
1676
+ setViewID(v: string): void;
1677
+ setColor(v: string): void;
1678
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1679
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1680
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1681
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1682
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1683
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1684
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1685
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1686
+ width: import("mobx-state-tree").ISimpleType<string>;
1687
+ height: import("mobx-state-tree").ISimpleType<string>;
1688
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1689
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1690
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1691
+ }, {
1692
+ readonly json: {
1693
+ enabled: boolean;
1694
+ func_content: string;
1695
+ };
1696
+ readonly value: any;
1697
+ } & {
1698
+ setEnabled(v: boolean): void;
1699
+ setFuncContent(v: string): void;
1700
+ replace({ enabled, func_content }: {
1701
+ enabled: boolean;
1702
+ func_content: string;
1703
+ }): void;
1704
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1705
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1706
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1707
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1708
+ id: import("mobx-state-tree").ISimpleType<string>;
1709
+ name: import("mobx-state-tree").ISimpleType<string>;
1710
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1711
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1712
+ }, {
1713
+ readonly json: {
1714
+ id: string;
1715
+ name: string;
1716
+ color: string;
1717
+ view_id: string;
1718
+ };
1719
+ } & {
1720
+ setName(v: string): void;
1721
+ setViewID(v: string): void;
1722
+ setColor(v: string): void;
1723
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1724
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1725
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1726
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1727
+ }>, import("mobx-state-tree").ModelInstanceType<{
1728
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1729
+ }, {
1730
+ readonly json: {
1731
+ _name: import("~/model").EViewComponentType.Division;
1732
+ };
1733
+ }> | import("mobx-state-tree").ModelInstanceType<{
1734
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1735
+ width: import("mobx-state-tree").ISimpleType<string>;
1736
+ height: import("mobx-state-tree").ISimpleType<string>;
1737
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1738
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1739
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1740
+ }, {
1741
+ readonly json: {
1742
+ enabled: boolean;
1743
+ func_content: string;
1744
+ };
1745
+ readonly value: any;
1746
+ } & {
1747
+ setEnabled(v: boolean): void;
1748
+ setFuncContent(v: string): void;
1749
+ replace({ enabled, func_content }: {
1750
+ enabled: boolean;
1751
+ func_content: string;
1752
+ }): void;
1753
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1754
+ }, {
1755
+ readonly json: {
1756
+ _name: import("~/model").EViewComponentType.Modal;
1757
+ width: string;
1758
+ height: string;
1759
+ custom_modal_title: {
1760
+ enabled: boolean;
1761
+ func_content: string;
1762
+ };
1763
+ };
1764
+ } & {
1765
+ setWidth(v: string): void;
1766
+ setHeight(v: string): void;
1767
+ }> | import("mobx-state-tree").ModelInstanceType<{
1768
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1769
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1770
+ id: import("mobx-state-tree").ISimpleType<string>;
1771
+ name: import("mobx-state-tree").ISimpleType<string>;
1772
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1773
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1774
+ }, {
1775
+ readonly json: {
1776
+ id: string;
1777
+ name: string;
1778
+ color: string;
1779
+ view_id: string;
1780
+ };
1781
+ } & {
1782
+ setName(v: string): void;
1783
+ setViewID(v: string): void;
1784
+ setColor(v: string): void;
1785
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1786
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1787
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1788
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1789
+ }, {
1790
+ readonly json: {
1791
+ grow: boolean;
1792
+ tabs: {
1793
+ id: string;
1794
+ name: string;
1795
+ color: string;
1796
+ view_id: string;
1797
+ }[];
1798
+ _name: import("~/model").EViewComponentType.Modal;
1799
+ variant: "default" | "outline" | "pills";
1800
+ orientation: import("@mantine/core").TabsOrientation;
1801
+ };
1802
+ } & {
1803
+ setVariant(v: import("@mantine/core").TabsVariant): void;
1804
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
1805
+ setGrow(v: boolean): void;
1806
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1807
+ id: import("mobx-state-tree").ISimpleType<string>;
1808
+ name: import("mobx-state-tree").ISimpleType<string>;
1809
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1810
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1811
+ }>>[]): void;
1812
+ addTab(): void;
1813
+ removeTab(index: number): void;
1814
+ }>>>);
1815
+ 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]>>;
1816
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
1817
+ readonly json: {
1818
+ id: string;
1819
+ name: string;
1820
+ type: import("~/model").EViewComponentType;
1821
+ config: {
1822
+ _name: import("~/model").EViewComponentType.Modal;
1823
+ width: string;
1824
+ height: string;
1825
+ custom_modal_title: {
1826
+ enabled: boolean;
1827
+ func_content: string;
1828
+ };
1829
+ } | {
1830
+ grow: boolean;
1831
+ tabs: {
1832
+ id: string;
1833
+ name: string;
1834
+ color: string;
1835
+ view_id: string;
1836
+ }[];
1837
+ _name: import("~/model").EViewComponentType.Modal;
1838
+ variant: "default" | "outline" | "pills";
1839
+ orientation: import("@mantine/core").TabsOrientation;
1840
+ } | {
1841
+ _name: import("~/model").EViewComponentType.Division;
1842
+ };
1843
+ 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]>>;
1844
+ };
1845
+ } & {
1846
+ setName(name: string): void;
1847
+ setType(type: import("~/model").EViewComponentType): void;
1848
+ appendPanelID(id: string): void;
1849
+ removePanelID(id: string): void;
1850
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
1851
+ id: import("mobx-state-tree").ISimpleType<string>;
1852
+ name: import("mobx-state-tree").ISimpleType<string>;
1853
+ type: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType>;
1854
+ config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1855
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1856
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1857
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1858
+ width: import("mobx-state-tree").ISimpleType<string>;
1859
+ height: import("mobx-state-tree").ISimpleType<string>;
1860
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1861
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1862
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1863
+ }, {
1864
+ readonly json: {
1865
+ enabled: boolean;
1866
+ func_content: string;
1867
+ };
1868
+ readonly value: any;
1869
+ } & {
1870
+ setEnabled(v: boolean): void;
1871
+ setFuncContent(v: string): void;
1872
+ replace({ enabled, func_content }: {
1873
+ enabled: boolean;
1874
+ func_content: string;
1875
+ }): void;
1876
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1877
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1878
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1879
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1880
+ id: import("mobx-state-tree").ISimpleType<string>;
1881
+ name: import("mobx-state-tree").ISimpleType<string>;
1882
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1883
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1884
+ }, {
1885
+ readonly json: {
1886
+ id: string;
1887
+ name: string;
1888
+ color: string;
1889
+ view_id: string;
1890
+ };
1891
+ } & {
1892
+ setName(v: string): void;
1893
+ setViewID(v: string): void;
1894
+ setColor(v: string): void;
1895
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1896
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1897
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1898
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1899
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
1900
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1901
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1902
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1903
+ width: import("mobx-state-tree").ISimpleType<string>;
1904
+ height: import("mobx-state-tree").ISimpleType<string>;
1905
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1906
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1907
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1908
+ }, {
1909
+ readonly json: {
1910
+ enabled: boolean;
1911
+ func_content: string;
1912
+ };
1913
+ readonly value: any;
1914
+ } & {
1915
+ setEnabled(v: boolean): void;
1916
+ setFuncContent(v: string): void;
1917
+ replace({ enabled, func_content }: {
1918
+ enabled: boolean;
1919
+ func_content: string;
1920
+ }): void;
1921
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1922
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1923
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1924
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1925
+ id: import("mobx-state-tree").ISimpleType<string>;
1926
+ name: import("mobx-state-tree").ISimpleType<string>;
1927
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1928
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1929
+ }, {
1930
+ readonly json: {
1931
+ id: string;
1932
+ name: string;
1933
+ color: string;
1934
+ view_id: string;
1935
+ };
1936
+ } & {
1937
+ setName(v: string): void;
1938
+ setViewID(v: string): void;
1939
+ setColor(v: string): void;
1940
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1941
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1942
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1943
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1944
+ }>, import("mobx-state-tree").ModelInstanceType<{
1945
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
1946
+ }, {
1947
+ readonly json: {
1948
+ _name: import("~/model").EViewComponentType.Division;
1949
+ };
1950
+ }> | import("mobx-state-tree").ModelInstanceType<{
1951
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1952
+ width: import("mobx-state-tree").ISimpleType<string>;
1953
+ height: import("mobx-state-tree").ISimpleType<string>;
1954
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1955
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1956
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1957
+ }, {
1958
+ readonly json: {
1959
+ enabled: boolean;
1960
+ func_content: string;
1961
+ };
1962
+ readonly value: any;
1963
+ } & {
1964
+ setEnabled(v: boolean): void;
1965
+ setFuncContent(v: string): void;
1966
+ replace({ enabled, func_content }: {
1967
+ enabled: boolean;
1968
+ func_content: string;
1969
+ }): void;
1970
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1971
+ }, {
1972
+ readonly json: {
1973
+ _name: import("~/model").EViewComponentType.Modal;
1974
+ width: string;
1975
+ height: string;
1976
+ custom_modal_title: {
1977
+ enabled: boolean;
1978
+ func_content: string;
1979
+ };
1980
+ };
1981
+ } & {
1982
+ setWidth(v: string): void;
1983
+ setHeight(v: string): void;
1984
+ }> | import("mobx-state-tree").ModelInstanceType<{
1985
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
1986
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1987
+ id: import("mobx-state-tree").ISimpleType<string>;
1988
+ name: import("mobx-state-tree").ISimpleType<string>;
1989
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1990
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1991
+ }, {
1992
+ readonly json: {
1993
+ id: string;
1994
+ name: string;
1995
+ color: string;
1996
+ view_id: string;
1997
+ };
1998
+ } & {
1999
+ setName(v: string): void;
2000
+ setViewID(v: string): void;
2001
+ setColor(v: string): void;
2002
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2003
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2004
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2005
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2006
+ }, {
2007
+ readonly json: {
2008
+ grow: boolean;
2009
+ tabs: {
2010
+ id: string;
2011
+ name: string;
2012
+ color: string;
2013
+ view_id: string;
2014
+ }[];
2015
+ _name: import("~/model").EViewComponentType.Modal;
2016
+ variant: "default" | "outline" | "pills";
2017
+ orientation: import("@mantine/core").TabsOrientation;
2018
+ };
2019
+ } & {
2020
+ setVariant(v: import("@mantine/core").TabsVariant): void;
2021
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
2022
+ setGrow(v: boolean): void;
2023
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2024
+ id: import("mobx-state-tree").ISimpleType<string>;
2025
+ name: import("mobx-state-tree").ISimpleType<string>;
2026
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2027
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2028
+ }>>[]): void;
2029
+ addTab(): void;
2030
+ removeTab(index: number): void;
2031
+ }>>;
2032
+ panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
2033
+ }, {
2034
+ readonly json: {
2035
+ id: string;
2036
+ name: string;
2037
+ type: import("~/model").EViewComponentType;
2038
+ config: {
2039
+ _name: import("~/model").EViewComponentType.Modal;
2040
+ width: string;
2041
+ height: string;
2042
+ custom_modal_title: {
2043
+ enabled: boolean;
2044
+ func_content: string;
2045
+ };
2046
+ } | {
2047
+ grow: boolean;
2048
+ tabs: {
2049
+ id: string;
2050
+ name: string;
2051
+ color: string;
2052
+ view_id: string;
2053
+ }[];
2054
+ _name: import("~/model").EViewComponentType.Modal;
2055
+ variant: "default" | "outline" | "pills";
2056
+ orientation: import("@mantine/core").TabsOrientation;
2057
+ } | {
2058
+ _name: import("~/model").EViewComponentType.Division;
2059
+ };
2060
+ 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]>>;
2061
+ };
2062
+ } & {
2063
+ setName(name: string): void;
2064
+ setType(type: import("~/model").EViewComponentType): void;
2065
+ appendPanelID(id: string): void;
2066
+ removePanelID(id: string): void;
2067
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
2068
+ readonly firstVisibleView: ({
2069
+ id: string;
2070
+ name: string;
2071
+ type: import("~/model").EViewComponentType;
2072
+ config: ({
2073
+ _name: import("~/model").EViewComponentType.Division;
2074
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2075
+ readonly json: {
2076
+ _name: import("~/model").EViewComponentType.Division;
2077
+ };
2078
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2079
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2080
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2081
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2082
+ width: import("mobx-state-tree").ISimpleType<string>;
2083
+ height: import("mobx-state-tree").ISimpleType<string>;
2084
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2085
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2086
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2087
+ }, {
2088
+ readonly json: {
2089
+ enabled: boolean;
2090
+ func_content: string;
2091
+ };
2092
+ readonly value: any;
2093
+ } & {
2094
+ setEnabled(v: boolean): void;
2095
+ setFuncContent(v: string): void;
2096
+ replace({ enabled, func_content }: {
2097
+ enabled: boolean;
2098
+ func_content: string;
2099
+ }): void;
2100
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2101
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2102
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2103
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2104
+ id: import("mobx-state-tree").ISimpleType<string>;
2105
+ name: import("mobx-state-tree").ISimpleType<string>;
2106
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2107
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2108
+ }, {
2109
+ readonly json: {
2110
+ id: string;
2111
+ name: string;
2112
+ color: string;
2113
+ view_id: string;
2114
+ };
2115
+ } & {
2116
+ setName(v: string): void;
2117
+ setViewID(v: string): void;
2118
+ setColor(v: string): void;
2119
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2120
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2121
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2122
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2123
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2124
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2125
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2126
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2127
+ width: import("mobx-state-tree").ISimpleType<string>;
2128
+ height: import("mobx-state-tree").ISimpleType<string>;
2129
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2130
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2131
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2132
+ }, {
2133
+ readonly json: {
2134
+ enabled: boolean;
2135
+ func_content: string;
2136
+ };
2137
+ readonly value: any;
2138
+ } & {
2139
+ setEnabled(v: boolean): void;
2140
+ setFuncContent(v: string): void;
2141
+ replace({ enabled, func_content }: {
2142
+ enabled: boolean;
2143
+ func_content: string;
2144
+ }): void;
2145
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2146
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2147
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2148
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2149
+ id: import("mobx-state-tree").ISimpleType<string>;
2150
+ name: import("mobx-state-tree").ISimpleType<string>;
2151
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2152
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2153
+ }, {
2154
+ readonly json: {
2155
+ id: string;
2156
+ name: string;
2157
+ color: string;
2158
+ view_id: string;
2159
+ };
2160
+ } & {
2161
+ setName(v: string): void;
2162
+ setViewID(v: string): void;
2163
+ setColor(v: string): void;
2164
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2165
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2166
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2167
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2168
+ }>, import("mobx-state-tree").ModelInstanceType<{
2169
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2170
+ }, {
2171
+ readonly json: {
2172
+ _name: import("~/model").EViewComponentType.Division;
2173
+ };
2174
+ }> | import("mobx-state-tree").ModelInstanceType<{
2175
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2176
+ width: import("mobx-state-tree").ISimpleType<string>;
2177
+ height: import("mobx-state-tree").ISimpleType<string>;
2178
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2179
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2180
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2181
+ }, {
2182
+ readonly json: {
2183
+ enabled: boolean;
2184
+ func_content: string;
2185
+ };
2186
+ readonly value: any;
2187
+ } & {
2188
+ setEnabled(v: boolean): void;
2189
+ setFuncContent(v: string): void;
2190
+ replace({ enabled, func_content }: {
2191
+ enabled: boolean;
2192
+ func_content: string;
2193
+ }): void;
2194
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2195
+ }, {
2196
+ readonly json: {
2197
+ _name: import("~/model").EViewComponentType.Modal;
2198
+ width: string;
2199
+ height: string;
2200
+ custom_modal_title: {
2201
+ enabled: boolean;
2202
+ func_content: string;
2203
+ };
2204
+ };
2205
+ } & {
2206
+ setWidth(v: string): void;
2207
+ setHeight(v: string): void;
2208
+ }> | import("mobx-state-tree").ModelInstanceType<{
2209
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2210
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2211
+ id: import("mobx-state-tree").ISimpleType<string>;
2212
+ name: import("mobx-state-tree").ISimpleType<string>;
2213
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2214
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2215
+ }, {
2216
+ readonly json: {
2217
+ id: string;
2218
+ name: string;
2219
+ color: string;
2220
+ view_id: string;
2221
+ };
2222
+ } & {
2223
+ setName(v: string): void;
2224
+ setViewID(v: string): void;
2225
+ setColor(v: string): void;
2226
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2227
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2228
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2229
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2230
+ }, {
2231
+ readonly json: {
2232
+ grow: boolean;
2233
+ tabs: {
2234
+ id: string;
2235
+ name: string;
2236
+ color: string;
2237
+ view_id: string;
2238
+ }[];
2239
+ _name: import("~/model").EViewComponentType.Modal;
2240
+ variant: "default" | "outline" | "pills";
2241
+ orientation: import("@mantine/core").TabsOrientation;
2242
+ };
2243
+ } & {
2244
+ setVariant(v: import("@mantine/core").TabsVariant): void;
2245
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
2246
+ setGrow(v: boolean): void;
2247
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2248
+ id: import("mobx-state-tree").ISimpleType<string>;
2249
+ name: import("mobx-state-tree").ISimpleType<string>;
2250
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2251
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2252
+ }>>[]): void;
2253
+ addTab(): void;
2254
+ removeTab(index: number): void;
2255
+ }>>>) | ({
2256
+ _name: import("~/model").EViewComponentType.Modal;
2257
+ width: string;
2258
+ height: string;
2259
+ custom_modal_title: {
2260
+ enabled: boolean;
2261
+ func_content: string;
2262
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2263
+ readonly json: {
2264
+ enabled: boolean;
2265
+ func_content: string;
2266
+ };
2267
+ readonly value: any;
2268
+ } & {
2269
+ setEnabled(v: boolean): void;
2270
+ setFuncContent(v: string): void;
2271
+ replace({ enabled, func_content }: {
2272
+ enabled: boolean;
2273
+ func_content: string;
2274
+ }): void;
2275
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2276
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2277
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2278
+ }, {
2279
+ readonly json: {
2280
+ enabled: boolean;
2281
+ func_content: string;
2282
+ };
2283
+ readonly value: any;
2284
+ } & {
2285
+ setEnabled(v: boolean): void;
2286
+ setFuncContent(v: string): void;
2287
+ replace({ enabled, func_content }: {
2288
+ enabled: boolean;
2289
+ func_content: string;
2290
+ }): void;
2291
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
2292
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2293
+ readonly json: {
2294
+ _name: import("~/model").EViewComponentType.Modal;
2295
+ width: string;
2296
+ height: string;
2297
+ custom_modal_title: {
2298
+ enabled: boolean;
2299
+ func_content: string;
2300
+ };
2301
+ };
2302
+ } & {
2303
+ setWidth(v: string): void;
2304
+ setHeight(v: string): void;
2305
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2306
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2307
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2308
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2309
+ width: import("mobx-state-tree").ISimpleType<string>;
2310
+ height: import("mobx-state-tree").ISimpleType<string>;
2311
+ custom_modal_title: 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]>;
2314
+ }, {
2315
+ readonly json: {
2316
+ enabled: boolean;
2317
+ func_content: string;
2318
+ };
2319
+ readonly value: any;
2320
+ } & {
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]>;
2328
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2329
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2330
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2331
+ id: import("mobx-state-tree").ISimpleType<string>;
2332
+ name: import("mobx-state-tree").ISimpleType<string>;
2333
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2334
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2335
+ }, {
2336
+ readonly json: {
2337
+ id: string;
2338
+ name: string;
2339
+ color: string;
2340
+ view_id: string;
2341
+ };
2342
+ } & {
2343
+ setName(v: string): void;
2344
+ setViewID(v: string): void;
2345
+ setColor(v: string): void;
2346
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2347
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2348
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2349
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2350
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2351
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2352
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2353
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2354
+ width: import("mobx-state-tree").ISimpleType<string>;
2355
+ height: import("mobx-state-tree").ISimpleType<string>;
2356
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2357
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2358
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2359
+ }, {
2360
+ readonly json: {
2361
+ enabled: boolean;
2362
+ func_content: string;
2363
+ };
2364
+ readonly value: any;
2365
+ } & {
2366
+ setEnabled(v: boolean): void;
2367
+ setFuncContent(v: string): void;
2368
+ replace({ enabled, func_content }: {
2369
+ enabled: boolean;
2370
+ func_content: string;
2371
+ }): void;
2372
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2373
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2374
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2375
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2376
+ id: import("mobx-state-tree").ISimpleType<string>;
2377
+ name: import("mobx-state-tree").ISimpleType<string>;
2378
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2379
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2380
+ }, {
2381
+ readonly json: {
2382
+ id: string;
2383
+ name: string;
2384
+ color: string;
2385
+ view_id: string;
2386
+ };
2387
+ } & {
2388
+ setName(v: string): void;
2389
+ setViewID(v: string): void;
2390
+ setColor(v: string): void;
2391
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2392
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2393
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2394
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2395
+ }>, import("mobx-state-tree").ModelInstanceType<{
2396
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2397
+ }, {
2398
+ readonly json: {
2399
+ _name: import("~/model").EViewComponentType.Division;
2400
+ };
2401
+ }> | import("mobx-state-tree").ModelInstanceType<{
2402
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2403
+ width: import("mobx-state-tree").ISimpleType<string>;
2404
+ height: import("mobx-state-tree").ISimpleType<string>;
2405
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2406
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2407
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2408
+ }, {
2409
+ readonly json: {
2410
+ enabled: boolean;
2411
+ func_content: string;
2412
+ };
2413
+ readonly value: any;
2414
+ } & {
2415
+ setEnabled(v: boolean): void;
2416
+ setFuncContent(v: string): void;
2417
+ replace({ enabled, func_content }: {
2418
+ enabled: boolean;
2419
+ func_content: string;
2420
+ }): void;
2421
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2422
+ }, {
2423
+ readonly json: {
2424
+ _name: import("~/model").EViewComponentType.Modal;
2425
+ width: string;
2426
+ height: string;
2427
+ custom_modal_title: {
2428
+ enabled: boolean;
2429
+ func_content: string;
2430
+ };
2431
+ };
2432
+ } & {
2433
+ setWidth(v: string): void;
2434
+ setHeight(v: string): void;
2435
+ }> | import("mobx-state-tree").ModelInstanceType<{
2436
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2437
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2438
+ id: import("mobx-state-tree").ISimpleType<string>;
2439
+ name: import("mobx-state-tree").ISimpleType<string>;
2440
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2441
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2442
+ }, {
2443
+ readonly json: {
2444
+ id: string;
2445
+ name: string;
2446
+ color: string;
2447
+ view_id: string;
2448
+ };
2449
+ } & {
2450
+ setName(v: string): void;
2451
+ setViewID(v: string): void;
2452
+ setColor(v: string): void;
2453
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2454
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2455
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2456
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2457
+ }, {
2458
+ readonly json: {
2459
+ grow: boolean;
2460
+ tabs: {
2461
+ id: string;
2462
+ name: string;
2463
+ color: string;
2464
+ view_id: string;
2465
+ }[];
2466
+ _name: import("~/model").EViewComponentType.Modal;
2467
+ variant: "default" | "outline" | "pills";
2468
+ orientation: import("@mantine/core").TabsOrientation;
2469
+ };
2470
+ } & {
2471
+ setVariant(v: import("@mantine/core").TabsVariant): void;
2472
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
2473
+ setGrow(v: boolean): void;
2474
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2475
+ id: import("mobx-state-tree").ISimpleType<string>;
2476
+ name: import("mobx-state-tree").ISimpleType<string>;
2477
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2478
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2479
+ }>>[]): void;
2480
+ addTab(): void;
2481
+ removeTab(index: number): void;
2482
+ }>>>) | ({
2483
+ _name: import("~/model").EViewComponentType.Modal;
2484
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
2485
+ id: import("mobx-state-tree").ISimpleType<string>;
2486
+ name: import("mobx-state-tree").ISimpleType<string>;
2487
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2488
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2489
+ }, {
2490
+ readonly json: {
2491
+ id: string;
2492
+ name: string;
2493
+ color: string;
2494
+ view_id: string;
2495
+ };
2496
+ } & {
2497
+ setName(v: string): void;
2498
+ setViewID(v: string): void;
2499
+ setColor(v: string): void;
2500
+ }, 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<{
2501
+ id: import("mobx-state-tree").ISimpleType<string>;
2502
+ name: import("mobx-state-tree").ISimpleType<string>;
2503
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2504
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2505
+ }, {
2506
+ readonly json: {
2507
+ id: string;
2508
+ name: string;
2509
+ color: string;
2510
+ view_id: string;
2511
+ };
2512
+ } & {
2513
+ setName(v: string): void;
2514
+ setViewID(v: string): void;
2515
+ setColor(v: string): void;
2516
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
2517
+ variant: "default" | "outline" | "pills";
2518
+ orientation: import("@mantine/core").TabsOrientation;
2519
+ grow: boolean;
2520
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2521
+ readonly json: {
2522
+ grow: boolean;
2523
+ tabs: {
2524
+ id: string;
2525
+ name: string;
2526
+ color: string;
2527
+ view_id: string;
2528
+ }[];
2529
+ _name: import("~/model").EViewComponentType.Modal;
2530
+ variant: "default" | "outline" | "pills";
2531
+ orientation: import("@mantine/core").TabsOrientation;
2532
+ };
2533
+ } & {
2534
+ setVariant(v: import("@mantine/core").TabsVariant): void;
2535
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
2536
+ setGrow(v: boolean): void;
2537
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2538
+ id: import("mobx-state-tree").ISimpleType<string>;
2539
+ name: import("mobx-state-tree").ISimpleType<string>;
2540
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2541
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2542
+ }>>[]): void;
2543
+ addTab(): void;
2544
+ removeTab(index: number): void;
2545
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2546
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2547
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2548
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2549
+ width: import("mobx-state-tree").ISimpleType<string>;
2550
+ height: import("mobx-state-tree").ISimpleType<string>;
2551
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2552
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2553
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2554
+ }, {
2555
+ readonly json: {
2556
+ enabled: boolean;
2557
+ func_content: string;
2558
+ };
2559
+ readonly value: any;
2560
+ } & {
2561
+ setEnabled(v: boolean): void;
2562
+ setFuncContent(v: string): void;
2563
+ replace({ enabled, func_content }: {
2564
+ enabled: boolean;
2565
+ func_content: string;
2566
+ }): void;
2567
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2568
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2569
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2570
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2571
+ id: import("mobx-state-tree").ISimpleType<string>;
2572
+ name: import("mobx-state-tree").ISimpleType<string>;
2573
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2574
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2575
+ }, {
2576
+ readonly json: {
2577
+ id: string;
2578
+ name: string;
2579
+ color: string;
2580
+ view_id: string;
2581
+ };
2582
+ } & {
2583
+ setName(v: string): void;
2584
+ setViewID(v: string): void;
2585
+ setColor(v: string): void;
2586
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2587
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2588
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2589
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2590
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2591
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2592
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2593
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2594
+ width: import("mobx-state-tree").ISimpleType<string>;
2595
+ height: import("mobx-state-tree").ISimpleType<string>;
2596
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2597
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2598
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2599
+ }, {
2600
+ readonly json: {
2601
+ enabled: boolean;
2602
+ func_content: string;
2603
+ };
2604
+ readonly value: any;
2605
+ } & {
2606
+ setEnabled(v: boolean): void;
2607
+ setFuncContent(v: string): void;
2608
+ replace({ enabled, func_content }: {
2609
+ enabled: boolean;
2610
+ func_content: string;
2611
+ }): void;
2612
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2613
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2614
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2615
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2616
+ id: import("mobx-state-tree").ISimpleType<string>;
2617
+ name: import("mobx-state-tree").ISimpleType<string>;
2618
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2619
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2620
+ }, {
2621
+ readonly json: {
2622
+ id: string;
2623
+ name: string;
2624
+ color: string;
2625
+ view_id: string;
2626
+ };
2627
+ } & {
2628
+ setName(v: string): void;
2629
+ setViewID(v: string): void;
2630
+ setColor(v: string): void;
2631
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2632
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2633
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2634
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2635
+ }>, import("mobx-state-tree").ModelInstanceType<{
2636
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2637
+ }, {
2638
+ readonly json: {
2639
+ _name: import("~/model").EViewComponentType.Division;
2640
+ };
2641
+ }> | import("mobx-state-tree").ModelInstanceType<{
2642
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2643
+ width: import("mobx-state-tree").ISimpleType<string>;
2644
+ height: import("mobx-state-tree").ISimpleType<string>;
2645
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2646
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2647
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2648
+ }, {
2649
+ readonly json: {
2650
+ enabled: boolean;
2651
+ func_content: string;
2652
+ };
2653
+ readonly value: any;
2654
+ } & {
2655
+ setEnabled(v: boolean): void;
2656
+ setFuncContent(v: string): void;
2657
+ replace({ enabled, func_content }: {
2658
+ enabled: boolean;
2659
+ func_content: string;
2660
+ }): void;
2661
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2662
+ }, {
2663
+ readonly json: {
2664
+ _name: import("~/model").EViewComponentType.Modal;
2665
+ width: string;
2666
+ height: string;
2667
+ custom_modal_title: {
2668
+ enabled: boolean;
2669
+ func_content: string;
2670
+ };
2671
+ };
2672
+ } & {
2673
+ setWidth(v: string): void;
2674
+ setHeight(v: string): void;
2675
+ }> | import("mobx-state-tree").ModelInstanceType<{
2676
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2677
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2678
+ id: import("mobx-state-tree").ISimpleType<string>;
2679
+ name: import("mobx-state-tree").ISimpleType<string>;
2680
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2681
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2682
+ }, {
2683
+ readonly json: {
2684
+ id: string;
2685
+ name: string;
2686
+ color: string;
2687
+ view_id: string;
2688
+ };
2689
+ } & {
2690
+ setName(v: string): void;
2691
+ setViewID(v: string): void;
2692
+ setColor(v: string): void;
2693
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2694
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2695
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2696
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2697
+ }, {
2698
+ readonly json: {
2699
+ grow: boolean;
2700
+ tabs: {
2701
+ id: string;
2702
+ name: string;
2703
+ color: string;
2704
+ view_id: string;
2705
+ }[];
2706
+ _name: import("~/model").EViewComponentType.Modal;
2707
+ variant: "default" | "outline" | "pills";
2708
+ orientation: import("@mantine/core").TabsOrientation;
2709
+ };
2710
+ } & {
2711
+ setVariant(v: import("@mantine/core").TabsVariant): void;
2712
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
2713
+ setGrow(v: boolean): void;
2714
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2715
+ id: import("mobx-state-tree").ISimpleType<string>;
2716
+ name: import("mobx-state-tree").ISimpleType<string>;
2717
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2718
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2719
+ }>>[]): void;
2720
+ addTab(): void;
2721
+ removeTab(index: number): void;
2722
+ }>>>);
2723
+ 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]>>;
2724
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2725
+ readonly json: {
2726
+ id: string;
2727
+ name: string;
2728
+ type: import("~/model").EViewComponentType;
2729
+ config: {
2730
+ _name: import("~/model").EViewComponentType.Modal;
2731
+ width: string;
2732
+ height: string;
2733
+ custom_modal_title: {
2734
+ enabled: boolean;
2735
+ func_content: string;
2736
+ };
2737
+ } | {
2738
+ grow: boolean;
2739
+ tabs: {
2740
+ id: string;
2741
+ name: string;
2742
+ color: string;
2743
+ view_id: string;
2744
+ }[];
2745
+ _name: import("~/model").EViewComponentType.Modal;
2746
+ variant: "default" | "outline" | "pills";
2747
+ orientation: import("@mantine/core").TabsOrientation;
2748
+ } | {
2749
+ _name: import("~/model").EViewComponentType.Division;
2750
+ };
2751
+ 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]>>;
2752
+ };
2753
+ } & {
2754
+ setName(name: string): void;
2755
+ setType(type: import("~/model").EViewComponentType): void;
2756
+ appendPanelID(id: string): void;
2757
+ removePanelID(id: string): void;
2758
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
2759
+ id: import("mobx-state-tree").ISimpleType<string>;
2760
+ name: import("mobx-state-tree").ISimpleType<string>;
2761
+ type: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType>;
2762
+ config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2763
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2764
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2765
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2766
+ width: import("mobx-state-tree").ISimpleType<string>;
2767
+ height: import("mobx-state-tree").ISimpleType<string>;
2768
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2769
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2770
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2771
+ }, {
2772
+ readonly json: {
2773
+ enabled: boolean;
2774
+ func_content: string;
2775
+ };
2776
+ readonly value: any;
2777
+ } & {
2778
+ setEnabled(v: boolean): void;
2779
+ setFuncContent(v: string): void;
2780
+ replace({ enabled, func_content }: {
2781
+ enabled: boolean;
2782
+ func_content: string;
2783
+ }): void;
2784
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2785
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2786
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2787
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2788
+ id: import("mobx-state-tree").ISimpleType<string>;
2789
+ name: import("mobx-state-tree").ISimpleType<string>;
2790
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2791
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2792
+ }, {
2793
+ readonly json: {
2794
+ id: string;
2795
+ name: string;
2796
+ color: string;
2797
+ view_id: string;
2798
+ };
2799
+ } & {
2800
+ setName(v: string): void;
2801
+ setViewID(v: string): void;
2802
+ setColor(v: string): void;
2803
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2804
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2805
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2806
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2807
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
2808
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2809
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2810
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2811
+ width: import("mobx-state-tree").ISimpleType<string>;
2812
+ height: import("mobx-state-tree").ISimpleType<string>;
2813
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2814
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2815
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2816
+ }, {
2817
+ readonly json: {
2818
+ enabled: boolean;
2819
+ func_content: string;
2820
+ };
2821
+ readonly value: any;
2822
+ } & {
2823
+ setEnabled(v: boolean): void;
2824
+ setFuncContent(v: string): void;
2825
+ replace({ enabled, func_content }: {
2826
+ enabled: boolean;
2827
+ func_content: string;
2828
+ }): void;
2829
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2830
+ }> | import("mobx-state-tree").ModelSnapshotType<{
2831
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2832
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2833
+ id: import("mobx-state-tree").ISimpleType<string>;
2834
+ name: import("mobx-state-tree").ISimpleType<string>;
2835
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2836
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2837
+ }, {
2838
+ readonly json: {
2839
+ id: string;
2840
+ name: string;
2841
+ color: string;
2842
+ view_id: string;
2843
+ };
2844
+ } & {
2845
+ setName(v: string): void;
2846
+ setViewID(v: string): void;
2847
+ setColor(v: string): void;
2848
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2849
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2850
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2851
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2852
+ }>, import("mobx-state-tree").ModelInstanceType<{
2853
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2854
+ }, {
2855
+ readonly json: {
2856
+ _name: import("~/model").EViewComponentType.Division;
2857
+ };
2858
+ }> | import("mobx-state-tree").ModelInstanceType<{
2859
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2860
+ width: import("mobx-state-tree").ISimpleType<string>;
2861
+ height: import("mobx-state-tree").ISimpleType<string>;
2862
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2863
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2864
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2865
+ }, {
2866
+ readonly json: {
2867
+ enabled: boolean;
2868
+ func_content: string;
2869
+ };
2870
+ readonly value: any;
2871
+ } & {
2872
+ setEnabled(v: boolean): void;
2873
+ setFuncContent(v: string): void;
2874
+ replace({ enabled, func_content }: {
2875
+ enabled: boolean;
2876
+ func_content: string;
2877
+ }): void;
2878
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
2879
+ }, {
2880
+ readonly json: {
2881
+ _name: import("~/model").EViewComponentType.Modal;
2882
+ width: string;
2883
+ height: string;
2884
+ custom_modal_title: {
2885
+ enabled: boolean;
2886
+ func_content: string;
2887
+ };
2888
+ };
2889
+ } & {
2890
+ setWidth(v: string): void;
2891
+ setHeight(v: string): void;
2892
+ }> | import("mobx-state-tree").ModelInstanceType<{
2893
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2894
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
2895
+ id: import("mobx-state-tree").ISimpleType<string>;
2896
+ name: import("mobx-state-tree").ISimpleType<string>;
2897
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2898
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2899
+ }, {
2900
+ readonly json: {
2901
+ id: string;
2902
+ name: string;
2903
+ color: string;
2904
+ view_id: string;
2905
+ };
2906
+ } & {
2907
+ setName(v: string): void;
2908
+ setViewID(v: string): void;
2909
+ setColor(v: string): void;
2910
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
2911
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
2912
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
2913
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2914
+ }, {
2915
+ readonly json: {
2916
+ grow: boolean;
2917
+ tabs: {
2918
+ id: string;
2919
+ name: string;
2920
+ color: string;
2921
+ view_id: string;
2922
+ }[];
2923
+ _name: import("~/model").EViewComponentType.Modal;
2924
+ variant: "default" | "outline" | "pills";
2925
+ orientation: import("@mantine/core").TabsOrientation;
2926
+ };
2927
+ } & {
2928
+ setVariant(v: import("@mantine/core").TabsVariant): void;
2929
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
2930
+ setGrow(v: boolean): void;
2931
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2932
+ id: import("mobx-state-tree").ISimpleType<string>;
2933
+ name: import("mobx-state-tree").ISimpleType<string>;
2934
+ view_id: import("mobx-state-tree").ISimpleType<string>;
2935
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2936
+ }>>[]): void;
2937
+ addTab(): void;
2938
+ removeTab(index: number): void;
2939
+ }>>;
2940
+ panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
2941
+ }, {
2942
+ readonly json: {
2943
+ id: string;
2944
+ name: string;
2945
+ type: import("~/model").EViewComponentType;
2946
+ config: {
2947
+ _name: import("~/model").EViewComponentType.Modal;
2948
+ width: string;
2949
+ height: string;
2950
+ custom_modal_title: {
2951
+ enabled: boolean;
2952
+ func_content: string;
2953
+ };
2954
+ } | {
2955
+ grow: boolean;
2956
+ tabs: {
2957
+ id: string;
2958
+ name: string;
2959
+ color: string;
2960
+ view_id: string;
2961
+ }[];
2962
+ _name: import("~/model").EViewComponentType.Modal;
2963
+ variant: "default" | "outline" | "pills";
2964
+ orientation: import("@mantine/core").TabsOrientation;
2965
+ } | {
2966
+ _name: import("~/model").EViewComponentType.Division;
2967
+ };
2968
+ 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]>>;
2969
+ };
2970
+ } & {
2971
+ setName(name: string): void;
2972
+ setType(type: import("~/model").EViewComponentType): void;
2973
+ appendPanelID(id: string): void;
2974
+ removePanelID(id: string): void;
2975
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
2976
+ readonly visibleViews: ({
2977
+ id: string;
2978
+ name: string;
2979
+ type: import("~/model").EViewComponentType;
2980
+ config: ({
2981
+ _name: import("~/model").EViewComponentType.Division;
2982
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
2983
+ readonly json: {
2984
+ _name: import("~/model").EViewComponentType.Division;
2985
+ };
2986
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2987
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
2988
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
2989
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
2990
+ width: import("mobx-state-tree").ISimpleType<string>;
2991
+ height: import("mobx-state-tree").ISimpleType<string>;
2992
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
2993
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
2994
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
2995
+ }, {
2996
+ readonly json: {
2997
+ enabled: boolean;
2998
+ func_content: string;
2999
+ };
3000
+ readonly value: any;
3001
+ } & {
3002
+ setEnabled(v: boolean): void;
3003
+ setFuncContent(v: string): void;
3004
+ replace({ enabled, func_content }: {
3005
+ enabled: boolean;
3006
+ func_content: string;
3007
+ }): void;
3008
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3009
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3010
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3011
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3012
+ id: import("mobx-state-tree").ISimpleType<string>;
3013
+ name: import("mobx-state-tree").ISimpleType<string>;
3014
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3015
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3016
+ }, {
3017
+ readonly json: {
3018
+ id: string;
3019
+ name: string;
3020
+ color: string;
3021
+ view_id: string;
3022
+ };
3023
+ } & {
3024
+ setName(v: string): void;
3025
+ setViewID(v: string): void;
3026
+ setColor(v: string): void;
3027
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3028
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3029
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3030
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3031
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3032
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3033
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3034
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3035
+ width: import("mobx-state-tree").ISimpleType<string>;
3036
+ height: import("mobx-state-tree").ISimpleType<string>;
3037
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3038
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3039
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3040
+ }, {
3041
+ readonly json: {
3042
+ enabled: boolean;
3043
+ func_content: string;
3044
+ };
3045
+ readonly value: any;
3046
+ } & {
3047
+ setEnabled(v: boolean): void;
3048
+ setFuncContent(v: string): void;
3049
+ replace({ enabled, func_content }: {
3050
+ enabled: boolean;
3051
+ func_content: string;
3052
+ }): void;
3053
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3054
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3055
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3056
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3057
+ id: import("mobx-state-tree").ISimpleType<string>;
3058
+ name: import("mobx-state-tree").ISimpleType<string>;
3059
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3060
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3061
+ }, {
3062
+ readonly json: {
3063
+ id: string;
3064
+ name: string;
3065
+ color: string;
3066
+ view_id: string;
3067
+ };
3068
+ } & {
3069
+ setName(v: string): void;
3070
+ setViewID(v: string): void;
3071
+ setColor(v: string): void;
3072
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3073
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3074
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3075
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3076
+ }>, import("mobx-state-tree").ModelInstanceType<{
3077
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3078
+ }, {
3079
+ readonly json: {
3080
+ _name: import("~/model").EViewComponentType.Division;
3081
+ };
3082
+ }> | import("mobx-state-tree").ModelInstanceType<{
3083
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3084
+ width: import("mobx-state-tree").ISimpleType<string>;
3085
+ height: import("mobx-state-tree").ISimpleType<string>;
3086
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3087
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3088
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3089
+ }, {
3090
+ readonly json: {
3091
+ enabled: boolean;
3092
+ func_content: string;
3093
+ };
3094
+ readonly value: any;
3095
+ } & {
3096
+ setEnabled(v: boolean): void;
3097
+ setFuncContent(v: string): void;
3098
+ replace({ enabled, func_content }: {
3099
+ enabled: boolean;
3100
+ func_content: string;
3101
+ }): void;
3102
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3103
+ }, {
3104
+ readonly json: {
3105
+ _name: import("~/model").EViewComponentType.Modal;
3106
+ width: string;
3107
+ height: string;
3108
+ custom_modal_title: {
3109
+ enabled: boolean;
3110
+ func_content: string;
3111
+ };
3112
+ };
3113
+ } & {
3114
+ setWidth(v: string): void;
3115
+ setHeight(v: string): void;
3116
+ }> | import("mobx-state-tree").ModelInstanceType<{
3117
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3118
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3119
+ id: import("mobx-state-tree").ISimpleType<string>;
3120
+ name: import("mobx-state-tree").ISimpleType<string>;
3121
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3122
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3123
+ }, {
3124
+ readonly json: {
3125
+ id: string;
3126
+ name: string;
3127
+ color: string;
3128
+ view_id: string;
3129
+ };
3130
+ } & {
3131
+ setName(v: string): void;
3132
+ setViewID(v: string): void;
3133
+ setColor(v: string): void;
3134
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3135
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3136
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3137
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3138
+ }, {
3139
+ readonly json: {
3140
+ grow: boolean;
3141
+ tabs: {
3142
+ id: string;
3143
+ name: string;
3144
+ color: string;
3145
+ view_id: string;
3146
+ }[];
3147
+ _name: import("~/model").EViewComponentType.Modal;
3148
+ variant: "default" | "outline" | "pills";
3149
+ orientation: import("@mantine/core").TabsOrientation;
3150
+ };
3151
+ } & {
3152
+ setVariant(v: import("@mantine/core").TabsVariant): void;
3153
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
3154
+ setGrow(v: boolean): void;
3155
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3156
+ id: import("mobx-state-tree").ISimpleType<string>;
3157
+ name: import("mobx-state-tree").ISimpleType<string>;
3158
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3159
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3160
+ }>>[]): void;
3161
+ addTab(): void;
3162
+ removeTab(index: number): void;
3163
+ }>>>) | ({
3164
+ _name: import("~/model").EViewComponentType.Modal;
3165
+ width: string;
3166
+ height: string;
3167
+ custom_modal_title: {
3168
+ enabled: boolean;
3169
+ func_content: string;
3170
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3171
+ readonly json: {
3172
+ enabled: boolean;
3173
+ func_content: string;
3174
+ };
3175
+ readonly value: any;
3176
+ } & {
3177
+ setEnabled(v: boolean): void;
3178
+ setFuncContent(v: string): void;
3179
+ replace({ enabled, func_content }: {
3180
+ enabled: boolean;
3181
+ func_content: string;
3182
+ }): void;
3183
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3184
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3185
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3186
+ }, {
3187
+ readonly json: {
3188
+ enabled: boolean;
3189
+ func_content: string;
3190
+ };
3191
+ readonly value: any;
3192
+ } & {
3193
+ setEnabled(v: boolean): void;
3194
+ setFuncContent(v: string): void;
3195
+ replace({ enabled, func_content }: {
3196
+ enabled: boolean;
3197
+ func_content: string;
3198
+ }): void;
3199
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
3200
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3201
+ readonly json: {
3202
+ _name: import("~/model").EViewComponentType.Modal;
3203
+ width: string;
3204
+ height: string;
3205
+ custom_modal_title: {
3206
+ enabled: boolean;
3207
+ func_content: string;
3208
+ };
3209
+ };
3210
+ } & {
3211
+ setWidth(v: string): void;
3212
+ setHeight(v: string): void;
3213
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3214
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3215
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3216
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3217
+ width: import("mobx-state-tree").ISimpleType<string>;
3218
+ height: import("mobx-state-tree").ISimpleType<string>;
3219
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3220
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3221
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3222
+ }, {
3223
+ readonly json: {
3224
+ enabled: boolean;
3225
+ func_content: string;
3226
+ };
3227
+ readonly value: any;
3228
+ } & {
3229
+ setEnabled(v: boolean): void;
3230
+ setFuncContent(v: string): void;
3231
+ replace({ enabled, func_content }: {
3232
+ enabled: boolean;
3233
+ func_content: string;
3234
+ }): void;
3235
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3236
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3237
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3238
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3239
+ id: import("mobx-state-tree").ISimpleType<string>;
3240
+ name: import("mobx-state-tree").ISimpleType<string>;
3241
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3242
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3243
+ }, {
3244
+ readonly json: {
3245
+ id: string;
3246
+ name: string;
3247
+ color: string;
3248
+ view_id: string;
3249
+ };
3250
+ } & {
3251
+ setName(v: string): void;
3252
+ setViewID(v: string): void;
3253
+ setColor(v: string): void;
3254
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3255
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3256
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3257
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3258
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3259
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3260
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3261
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3262
+ width: import("mobx-state-tree").ISimpleType<string>;
3263
+ height: import("mobx-state-tree").ISimpleType<string>;
3264
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3265
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3266
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3267
+ }, {
3268
+ readonly json: {
3269
+ enabled: boolean;
3270
+ func_content: string;
3271
+ };
3272
+ readonly value: any;
3273
+ } & {
3274
+ setEnabled(v: boolean): void;
3275
+ setFuncContent(v: string): void;
3276
+ replace({ enabled, func_content }: {
3277
+ enabled: boolean;
3278
+ func_content: string;
3279
+ }): void;
3280
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3281
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3282
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3283
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3284
+ id: import("mobx-state-tree").ISimpleType<string>;
3285
+ name: import("mobx-state-tree").ISimpleType<string>;
3286
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3287
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3288
+ }, {
3289
+ readonly json: {
3290
+ id: string;
3291
+ name: string;
3292
+ color: string;
3293
+ view_id: string;
3294
+ };
3295
+ } & {
3296
+ setName(v: string): void;
3297
+ setViewID(v: string): void;
3298
+ setColor(v: string): void;
3299
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3300
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3301
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3302
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3303
+ }>, import("mobx-state-tree").ModelInstanceType<{
3304
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3305
+ }, {
3306
+ readonly json: {
3307
+ _name: import("~/model").EViewComponentType.Division;
3308
+ };
3309
+ }> | import("mobx-state-tree").ModelInstanceType<{
3310
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3311
+ width: import("mobx-state-tree").ISimpleType<string>;
3312
+ height: import("mobx-state-tree").ISimpleType<string>;
3313
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3314
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3315
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3316
+ }, {
3317
+ readonly json: {
3318
+ enabled: boolean;
3319
+ func_content: string;
3320
+ };
3321
+ readonly value: any;
3322
+ } & {
3323
+ setEnabled(v: boolean): void;
3324
+ setFuncContent(v: string): void;
3325
+ replace({ enabled, func_content }: {
3326
+ enabled: boolean;
3327
+ func_content: string;
3328
+ }): void;
3329
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3330
+ }, {
3331
+ readonly json: {
3332
+ _name: import("~/model").EViewComponentType.Modal;
3333
+ width: string;
3334
+ height: string;
3335
+ custom_modal_title: {
3336
+ enabled: boolean;
3337
+ func_content: string;
3338
+ };
3339
+ };
3340
+ } & {
3341
+ setWidth(v: string): void;
3342
+ setHeight(v: string): void;
3343
+ }> | import("mobx-state-tree").ModelInstanceType<{
3344
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3345
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3346
+ id: import("mobx-state-tree").ISimpleType<string>;
3347
+ name: import("mobx-state-tree").ISimpleType<string>;
3348
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3349
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3350
+ }, {
3351
+ readonly json: {
3352
+ id: string;
3353
+ name: string;
3354
+ color: string;
3355
+ view_id: string;
3356
+ };
3357
+ } & {
3358
+ setName(v: string): void;
3359
+ setViewID(v: string): void;
3360
+ setColor(v: string): void;
3361
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3362
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3363
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3364
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3365
+ }, {
3366
+ readonly json: {
3367
+ grow: boolean;
3368
+ tabs: {
3369
+ id: string;
3370
+ name: string;
3371
+ color: string;
3372
+ view_id: string;
3373
+ }[];
3374
+ _name: import("~/model").EViewComponentType.Modal;
3375
+ variant: "default" | "outline" | "pills";
3376
+ orientation: import("@mantine/core").TabsOrientation;
3377
+ };
3378
+ } & {
3379
+ setVariant(v: import("@mantine/core").TabsVariant): void;
3380
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
3381
+ setGrow(v: boolean): void;
3382
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3383
+ id: import("mobx-state-tree").ISimpleType<string>;
3384
+ name: import("mobx-state-tree").ISimpleType<string>;
3385
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3386
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3387
+ }>>[]): void;
3388
+ addTab(): void;
3389
+ removeTab(index: number): void;
3390
+ }>>>) | ({
3391
+ _name: import("~/model").EViewComponentType.Modal;
3392
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
3393
+ id: import("mobx-state-tree").ISimpleType<string>;
3394
+ name: import("mobx-state-tree").ISimpleType<string>;
3395
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3396
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3397
+ }, {
3398
+ readonly json: {
3399
+ id: string;
3400
+ name: string;
3401
+ color: string;
3402
+ view_id: string;
3403
+ };
3404
+ } & {
3405
+ setName(v: string): void;
3406
+ setViewID(v: string): void;
3407
+ setColor(v: string): void;
3408
+ }, 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<{
3409
+ id: import("mobx-state-tree").ISimpleType<string>;
3410
+ name: import("mobx-state-tree").ISimpleType<string>;
3411
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3412
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3413
+ }, {
3414
+ readonly json: {
3415
+ id: string;
3416
+ name: string;
3417
+ color: string;
3418
+ view_id: string;
3419
+ };
3420
+ } & {
3421
+ setName(v: string): void;
3422
+ setViewID(v: string): void;
3423
+ setColor(v: string): void;
3424
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
3425
+ variant: "default" | "outline" | "pills";
3426
+ orientation: import("@mantine/core").TabsOrientation;
3427
+ grow: boolean;
3428
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3429
+ readonly json: {
3430
+ grow: boolean;
3431
+ tabs: {
3432
+ id: string;
3433
+ name: string;
3434
+ color: string;
3435
+ view_id: string;
3436
+ }[];
3437
+ _name: import("~/model").EViewComponentType.Modal;
3438
+ variant: "default" | "outline" | "pills";
3439
+ orientation: import("@mantine/core").TabsOrientation;
3440
+ };
3441
+ } & {
3442
+ setVariant(v: import("@mantine/core").TabsVariant): void;
3443
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
3444
+ setGrow(v: boolean): void;
3445
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3446
+ id: import("mobx-state-tree").ISimpleType<string>;
3447
+ name: import("mobx-state-tree").ISimpleType<string>;
3448
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3449
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3450
+ }>>[]): void;
3451
+ addTab(): void;
3452
+ removeTab(index: number): void;
3453
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3454
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3455
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3456
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3457
+ width: import("mobx-state-tree").ISimpleType<string>;
3458
+ height: import("mobx-state-tree").ISimpleType<string>;
3459
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3460
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3461
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3462
+ }, {
3463
+ readonly json: {
3464
+ enabled: boolean;
3465
+ func_content: string;
3466
+ };
3467
+ readonly value: any;
3468
+ } & {
3469
+ setEnabled(v: boolean): void;
3470
+ setFuncContent(v: string): void;
3471
+ replace({ enabled, func_content }: {
3472
+ enabled: boolean;
3473
+ func_content: string;
3474
+ }): void;
3475
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3476
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3477
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3478
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3479
+ id: import("mobx-state-tree").ISimpleType<string>;
3480
+ name: import("mobx-state-tree").ISimpleType<string>;
3481
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3482
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3483
+ }, {
3484
+ readonly json: {
3485
+ id: string;
3486
+ name: string;
3487
+ color: string;
3488
+ view_id: string;
3489
+ };
3490
+ } & {
3491
+ setName(v: string): void;
3492
+ setViewID(v: string): void;
3493
+ setColor(v: string): void;
3494
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3495
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3496
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3497
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3498
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3499
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3500
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3501
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3502
+ width: import("mobx-state-tree").ISimpleType<string>;
3503
+ height: import("mobx-state-tree").ISimpleType<string>;
3504
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3505
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3506
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3507
+ }, {
3508
+ readonly json: {
3509
+ enabled: boolean;
3510
+ func_content: string;
3511
+ };
3512
+ readonly value: any;
3513
+ } & {
3514
+ setEnabled(v: boolean): void;
3515
+ setFuncContent(v: string): void;
3516
+ replace({ enabled, func_content }: {
3517
+ enabled: boolean;
3518
+ func_content: string;
3519
+ }): void;
3520
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3521
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3522
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3523
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3524
+ id: import("mobx-state-tree").ISimpleType<string>;
3525
+ name: import("mobx-state-tree").ISimpleType<string>;
3526
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3527
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3528
+ }, {
3529
+ readonly json: {
3530
+ id: string;
3531
+ name: string;
3532
+ color: string;
3533
+ view_id: string;
3534
+ };
3535
+ } & {
3536
+ setName(v: string): void;
3537
+ setViewID(v: string): void;
3538
+ setColor(v: string): void;
3539
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3540
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3541
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3542
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3543
+ }>, import("mobx-state-tree").ModelInstanceType<{
3544
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3545
+ }, {
3546
+ readonly json: {
3547
+ _name: import("~/model").EViewComponentType.Division;
3548
+ };
3549
+ }> | import("mobx-state-tree").ModelInstanceType<{
3550
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3551
+ width: import("mobx-state-tree").ISimpleType<string>;
3552
+ height: import("mobx-state-tree").ISimpleType<string>;
3553
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3554
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3555
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3556
+ }, {
3557
+ readonly json: {
3558
+ enabled: boolean;
3559
+ func_content: string;
3560
+ };
3561
+ readonly value: any;
3562
+ } & {
3563
+ setEnabled(v: boolean): void;
3564
+ setFuncContent(v: string): void;
3565
+ replace({ enabled, func_content }: {
3566
+ enabled: boolean;
3567
+ func_content: string;
3568
+ }): void;
3569
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3570
+ }, {
3571
+ readonly json: {
3572
+ _name: import("~/model").EViewComponentType.Modal;
3573
+ width: string;
3574
+ height: string;
3575
+ custom_modal_title: {
3576
+ enabled: boolean;
3577
+ func_content: string;
3578
+ };
3579
+ };
3580
+ } & {
3581
+ setWidth(v: string): void;
3582
+ setHeight(v: string): void;
3583
+ }> | import("mobx-state-tree").ModelInstanceType<{
3584
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3585
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3586
+ id: import("mobx-state-tree").ISimpleType<string>;
3587
+ name: import("mobx-state-tree").ISimpleType<string>;
3588
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3589
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3590
+ }, {
3591
+ readonly json: {
3592
+ id: string;
3593
+ name: string;
3594
+ color: string;
3595
+ view_id: string;
3596
+ };
3597
+ } & {
3598
+ setName(v: string): void;
3599
+ setViewID(v: string): void;
3600
+ setColor(v: string): void;
3601
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3602
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3603
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3604
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3605
+ }, {
3606
+ readonly json: {
3607
+ grow: boolean;
3608
+ tabs: {
3609
+ id: string;
3610
+ name: string;
3611
+ color: string;
3612
+ view_id: string;
3613
+ }[];
3614
+ _name: import("~/model").EViewComponentType.Modal;
3615
+ variant: "default" | "outline" | "pills";
3616
+ orientation: import("@mantine/core").TabsOrientation;
3617
+ };
3618
+ } & {
3619
+ setVariant(v: import("@mantine/core").TabsVariant): void;
3620
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
3621
+ setGrow(v: boolean): void;
3622
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3623
+ id: import("mobx-state-tree").ISimpleType<string>;
3624
+ name: import("mobx-state-tree").ISimpleType<string>;
3625
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3626
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3627
+ }>>[]): void;
3628
+ addTab(): void;
3629
+ removeTab(index: number): void;
3630
+ }>>>);
3631
+ 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]>>;
3632
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
3633
+ readonly json: {
3634
+ id: string;
3635
+ name: string;
3636
+ type: import("~/model").EViewComponentType;
3637
+ config: {
3638
+ _name: import("~/model").EViewComponentType.Modal;
3639
+ width: string;
3640
+ height: string;
3641
+ custom_modal_title: {
3642
+ enabled: boolean;
3643
+ func_content: string;
3644
+ };
3645
+ } | {
3646
+ grow: boolean;
3647
+ tabs: {
3648
+ id: string;
3649
+ name: string;
3650
+ color: string;
3651
+ view_id: string;
3652
+ }[];
3653
+ _name: import("~/model").EViewComponentType.Modal;
3654
+ variant: "default" | "outline" | "pills";
3655
+ orientation: import("@mantine/core").TabsOrientation;
3656
+ } | {
3657
+ _name: import("~/model").EViewComponentType.Division;
3658
+ };
3659
+ 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]>>;
3660
+ };
3661
+ } & {
3662
+ setName(name: string): void;
3663
+ setType(type: import("~/model").EViewComponentType): void;
3664
+ appendPanelID(id: string): void;
3665
+ removePanelID(id: string): void;
3666
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
3667
+ id: import("mobx-state-tree").ISimpleType<string>;
3668
+ name: import("mobx-state-tree").ISimpleType<string>;
3669
+ type: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType>;
3670
+ config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3671
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3672
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3673
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3674
+ width: import("mobx-state-tree").ISimpleType<string>;
3675
+ height: import("mobx-state-tree").ISimpleType<string>;
3676
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3677
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3678
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3679
+ }, {
3680
+ readonly json: {
3681
+ enabled: boolean;
3682
+ func_content: string;
3683
+ };
3684
+ readonly value: any;
3685
+ } & {
3686
+ setEnabled(v: boolean): void;
3687
+ setFuncContent(v: string): void;
3688
+ replace({ enabled, func_content }: {
3689
+ enabled: boolean;
3690
+ func_content: string;
3691
+ }): void;
3692
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3693
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3694
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3695
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3696
+ id: import("mobx-state-tree").ISimpleType<string>;
3697
+ name: import("mobx-state-tree").ISimpleType<string>;
3698
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3699
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3700
+ }, {
3701
+ readonly json: {
3702
+ id: string;
3703
+ name: string;
3704
+ color: string;
3705
+ view_id: string;
3706
+ };
3707
+ } & {
3708
+ setName(v: string): void;
3709
+ setViewID(v: string): void;
3710
+ setColor(v: string): void;
3711
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3712
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3713
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3714
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3715
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
3716
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3717
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3718
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3719
+ width: import("mobx-state-tree").ISimpleType<string>;
3720
+ height: import("mobx-state-tree").ISimpleType<string>;
3721
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3722
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3723
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3724
+ }, {
3725
+ readonly json: {
3726
+ enabled: boolean;
3727
+ func_content: string;
3728
+ };
3729
+ readonly value: any;
3730
+ } & {
3731
+ setEnabled(v: boolean): void;
3732
+ setFuncContent(v: string): void;
3733
+ replace({ enabled, func_content }: {
3734
+ enabled: boolean;
3735
+ func_content: string;
3736
+ }): void;
3737
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3738
+ }> | import("mobx-state-tree").ModelSnapshotType<{
3739
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3740
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3741
+ id: import("mobx-state-tree").ISimpleType<string>;
3742
+ name: import("mobx-state-tree").ISimpleType<string>;
3743
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3744
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3745
+ }, {
3746
+ readonly json: {
3747
+ id: string;
3748
+ name: string;
3749
+ color: string;
3750
+ view_id: string;
3751
+ };
3752
+ } & {
3753
+ setName(v: string): void;
3754
+ setViewID(v: string): void;
3755
+ setColor(v: string): void;
3756
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3757
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3758
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3759
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3760
+ }>, import("mobx-state-tree").ModelInstanceType<{
3761
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Division>;
3762
+ }, {
3763
+ readonly json: {
3764
+ _name: import("~/model").EViewComponentType.Division;
3765
+ };
3766
+ }> | import("mobx-state-tree").ModelInstanceType<{
3767
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3768
+ width: import("mobx-state-tree").ISimpleType<string>;
3769
+ height: import("mobx-state-tree").ISimpleType<string>;
3770
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
3771
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3772
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3773
+ }, {
3774
+ readonly json: {
3775
+ enabled: boolean;
3776
+ func_content: string;
3777
+ };
3778
+ readonly value: any;
3779
+ } & {
3780
+ setEnabled(v: boolean): void;
3781
+ setFuncContent(v: string): void;
3782
+ replace({ enabled, func_content }: {
3783
+ enabled: boolean;
3784
+ func_content: string;
3785
+ }): void;
3786
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
3787
+ }, {
3788
+ readonly json: {
3789
+ _name: import("~/model").EViewComponentType.Modal;
3790
+ width: string;
3791
+ height: string;
3792
+ custom_modal_title: {
3793
+ enabled: boolean;
3794
+ func_content: string;
3795
+ };
3796
+ };
3797
+ } & {
3798
+ setWidth(v: string): void;
3799
+ setHeight(v: string): void;
3800
+ }> | import("mobx-state-tree").ModelInstanceType<{
3801
+ _name: import("mobx-state-tree").ISimpleType<import("~/model").EViewComponentType.Modal>;
3802
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
3803
+ id: import("mobx-state-tree").ISimpleType<string>;
3804
+ name: import("mobx-state-tree").ISimpleType<string>;
3805
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3806
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3807
+ }, {
3808
+ readonly json: {
3809
+ id: string;
3810
+ name: string;
3811
+ color: string;
3812
+ view_id: string;
3813
+ };
3814
+ } & {
3815
+ setName(v: string): void;
3816
+ setViewID(v: string): void;
3817
+ setColor(v: string): void;
3818
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
3819
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
3820
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
3821
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
3822
+ }, {
3823
+ readonly json: {
3824
+ grow: boolean;
3825
+ tabs: {
3826
+ id: string;
3827
+ name: string;
3828
+ color: string;
3829
+ view_id: string;
3830
+ }[];
3831
+ _name: import("~/model").EViewComponentType.Modal;
3832
+ variant: "default" | "outline" | "pills";
3833
+ orientation: import("@mantine/core").TabsOrientation;
3834
+ };
3835
+ } & {
3836
+ setVariant(v: import("@mantine/core").TabsVariant): void;
3837
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
3838
+ setGrow(v: boolean): void;
3839
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
3840
+ id: import("mobx-state-tree").ISimpleType<string>;
3841
+ name: import("mobx-state-tree").ISimpleType<string>;
3842
+ view_id: import("mobx-state-tree").ISimpleType<string>;
3843
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
3844
+ }>>[]): void;
3845
+ addTab(): void;
3846
+ removeTab(index: number): void;
3847
+ }>>;
3848
+ panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
3849
+ }, {
3850
+ readonly json: {
3851
+ id: string;
3852
+ name: string;
3853
+ type: import("~/model").EViewComponentType;
3854
+ config: {
3855
+ _name: import("~/model").EViewComponentType.Modal;
3856
+ width: string;
3857
+ height: string;
3858
+ custom_modal_title: {
3859
+ enabled: boolean;
3860
+ func_content: string;
3861
+ };
3862
+ } | {
3863
+ grow: boolean;
3864
+ tabs: {
3865
+ id: string;
3866
+ name: string;
3867
+ color: string;
3868
+ view_id: string;
3869
+ }[];
3870
+ _name: import("~/model").EViewComponentType.Modal;
3871
+ variant: "default" | "outline" | "pills";
3872
+ orientation: import("@mantine/core").TabsOrientation;
3873
+ } | {
3874
+ _name: import("~/model").EViewComponentType.Division;
3875
+ };
3876
+ 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]>>;
3877
+ };
3878
+ } & {
3879
+ setName(name: string): void;
3880
+ setType(type: import("~/model").EViewComponentType): void;
3881
+ appendPanelID(id: string): void;
3882
+ removePanelID(id: string): void;
3883
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>)[];
3884
+ } & {
3885
+ appendToVisibles(viewID: string): void;
3886
+ rmVisibleViewID(id: string): void;
3887
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>;
3888
+ export declare type ViewsRenderModelInstance = Instance<typeof ViewsRenderModel>;
3889
+ export declare function getInitialViewsRenderModel(views: IDashboardView[]): SnapshotIn<Instance<typeof ViewsRenderModel>>;