@devtable/dashboard 8.37.0 → 8.38.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 (27) hide show
  1. package/dist/contexts/panel-context.d.ts +1 -1
  2. package/dist/dashboard.es.js +7301 -7234
  3. package/dist/dashboard.umd.js +65 -65
  4. package/dist/main/dashboard-editor/settings/content/edit-panel/change-view-of-panel.d.ts +6 -3
  5. package/dist/main/dashboard-editor/settings/content/edit-panel/panel-editor.d.ts +1 -1
  6. package/dist/main/dashboard-editor/settings/content/edit-panel/variable-config/model.d.ts +1 -1
  7. package/dist/main/dashboard-editor/settings/content/edit-view/edit-view-form/index.d.ts +915 -0
  8. package/dist/main/full-screen-panel.d.ts +1 -1
  9. package/dist/main/use-panel-full-screen.d.ts +2 -4
  10. package/dist/model/filters/filter/checkbox.d.ts +3 -0
  11. package/dist/model/index.d.ts +1 -0
  12. package/dist/model/panels/index.d.ts +9765 -0
  13. package/dist/model/{views/view/panels → panels}/panel.d.ts +13 -12
  14. package/dist/model/views/index.d.ts +3916 -0
  15. package/dist/model/views/view/index.d.ts +4 -12721
  16. package/dist/panel/index.d.ts +1 -1
  17. package/dist/plugins/instance-migrator/index.d.ts +1 -1
  18. package/dist/plugins/plugin-context.d.ts +2 -4
  19. package/dist/plugins/plugin-data-migrator/plugin-data-migrator.d.ts +1 -1
  20. package/dist/types/dashboard.d.ts +2 -1
  21. package/dist/types/plugin/index.d.ts +1 -1
  22. package/package.json +1 -1
  23. package/dist/model/views/view/panels/index.d.ts +0 -4227
  24. /package/dist/model/{views/view/panels → panels}/layout.d.ts +0 -0
  25. /package/dist/model/{views/view/panels → panels}/style/border.d.ts +0 -0
  26. /package/dist/model/{views/view/panels → panels}/style/index.d.ts +0 -0
  27. /package/dist/model/{views/view/panels → panels}/viz.d.ts +0 -0
@@ -0,0 +1,915 @@
1
+ /// <reference types="react" />
2
+ import { ViewModelInstance } from '~/model';
3
+ import { EViewComponentType } from '~/types';
4
+ export declare const EditViewForm: (({ view }: {
5
+ view?: ({
6
+ id: string;
7
+ name: string;
8
+ type: EViewComponentType;
9
+ config: ({
10
+ _name: EViewComponentType.Division;
11
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
12
+ readonly json: {
13
+ _name: EViewComponentType.Division;
14
+ };
15
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
16
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
17
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
18
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
19
+ width: import("mobx-state-tree").ISimpleType<string>;
20
+ height: import("mobx-state-tree").ISimpleType<string>;
21
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
22
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
23
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
24
+ }, {
25
+ readonly json: {
26
+ enabled: boolean;
27
+ func_content: string;
28
+ };
29
+ readonly value: any;
30
+ } & {
31
+ setEnabled(v: boolean): void;
32
+ setFuncContent(v: string): void;
33
+ replace({ enabled, func_content }: {
34
+ enabled: boolean;
35
+ func_content: string;
36
+ }): void;
37
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
38
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
39
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
40
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
41
+ id: import("mobx-state-tree").ISimpleType<string>;
42
+ name: import("mobx-state-tree").ISimpleType<string>;
43
+ view_id: import("mobx-state-tree").ISimpleType<string>;
44
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
45
+ }, {
46
+ readonly json: {
47
+ id: string;
48
+ name: string;
49
+ color: string;
50
+ view_id: string;
51
+ };
52
+ } & {
53
+ setName(v: string): void;
54
+ setViewID(v: string): void;
55
+ setColor(v: string): void;
56
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
57
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
58
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
59
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
60
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
61
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
62
+ }> | import("mobx-state-tree").ModelSnapshotType<{
63
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
64
+ width: import("mobx-state-tree").ISimpleType<string>;
65
+ height: import("mobx-state-tree").ISimpleType<string>;
66
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
67
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
68
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
69
+ }, {
70
+ readonly json: {
71
+ enabled: boolean;
72
+ func_content: string;
73
+ };
74
+ readonly value: any;
75
+ } & {
76
+ setEnabled(v: boolean): void;
77
+ setFuncContent(v: string): void;
78
+ replace({ enabled, func_content }: {
79
+ enabled: boolean;
80
+ func_content: string;
81
+ }): void;
82
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
83
+ }> | import("mobx-state-tree").ModelSnapshotType<{
84
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
85
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
86
+ id: import("mobx-state-tree").ISimpleType<string>;
87
+ name: import("mobx-state-tree").ISimpleType<string>;
88
+ view_id: import("mobx-state-tree").ISimpleType<string>;
89
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
90
+ }, {
91
+ readonly json: {
92
+ id: string;
93
+ name: string;
94
+ color: string;
95
+ view_id: string;
96
+ };
97
+ } & {
98
+ setName(v: string): void;
99
+ setViewID(v: string): void;
100
+ setColor(v: string): void;
101
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
102
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
103
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
104
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
105
+ }>, import("mobx-state-tree").ModelInstanceType<{
106
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
107
+ }, {
108
+ readonly json: {
109
+ _name: EViewComponentType.Division;
110
+ };
111
+ }> | import("mobx-state-tree").ModelInstanceType<{
112
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
113
+ width: import("mobx-state-tree").ISimpleType<string>;
114
+ height: import("mobx-state-tree").ISimpleType<string>;
115
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
116
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
117
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
118
+ }, {
119
+ readonly json: {
120
+ enabled: boolean;
121
+ func_content: string;
122
+ };
123
+ readonly value: any;
124
+ } & {
125
+ setEnabled(v: boolean): void;
126
+ setFuncContent(v: string): void;
127
+ replace({ enabled, func_content }: {
128
+ enabled: boolean;
129
+ func_content: string;
130
+ }): void;
131
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
132
+ }, {
133
+ readonly json: {
134
+ _name: EViewComponentType.Modal;
135
+ width: string;
136
+ height: string;
137
+ custom_modal_title: {
138
+ enabled: boolean;
139
+ func_content: string;
140
+ };
141
+ };
142
+ } & {
143
+ setWidth(v: string): void;
144
+ setHeight(v: string): void;
145
+ }> | import("mobx-state-tree").ModelInstanceType<{
146
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
147
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
148
+ id: import("mobx-state-tree").ISimpleType<string>;
149
+ name: import("mobx-state-tree").ISimpleType<string>;
150
+ view_id: import("mobx-state-tree").ISimpleType<string>;
151
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
152
+ }, {
153
+ readonly json: {
154
+ id: string;
155
+ name: string;
156
+ color: string;
157
+ view_id: string;
158
+ };
159
+ } & {
160
+ setName(v: string): void;
161
+ setViewID(v: string): void;
162
+ setColor(v: string): void;
163
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
164
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
165
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
166
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
167
+ }, {
168
+ readonly json: {
169
+ grow: boolean;
170
+ tabs: {
171
+ id: string;
172
+ name: string;
173
+ color: string;
174
+ view_id: string;
175
+ }[];
176
+ _name: EViewComponentType.Modal;
177
+ variant: import("@mantine/core").TabsVariant;
178
+ orientation: import("@mantine/core").TabsOrientation;
179
+ };
180
+ } & {
181
+ setVariant(v: import("@mantine/core").TabsVariant): void;
182
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
183
+ setGrow(v: boolean): void;
184
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
185
+ id: import("mobx-state-tree").ISimpleType<string>;
186
+ name: import("mobx-state-tree").ISimpleType<string>;
187
+ view_id: import("mobx-state-tree").ISimpleType<string>;
188
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
189
+ }>>[]): void;
190
+ addTab(): void;
191
+ removeTab(index: number): void;
192
+ }>>>) | ({
193
+ _name: EViewComponentType.Modal;
194
+ width: string;
195
+ height: string;
196
+ custom_modal_title: {
197
+ enabled: boolean;
198
+ func_content: string;
199
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
200
+ readonly json: {
201
+ enabled: boolean;
202
+ func_content: string;
203
+ };
204
+ readonly value: any;
205
+ } & {
206
+ setEnabled(v: boolean): void;
207
+ setFuncContent(v: string): void;
208
+ replace({ enabled, func_content }: {
209
+ enabled: boolean;
210
+ func_content: string;
211
+ }): void;
212
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
213
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
214
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
215
+ }, {
216
+ readonly json: {
217
+ enabled: boolean;
218
+ func_content: string;
219
+ };
220
+ readonly value: any;
221
+ } & {
222
+ setEnabled(v: boolean): void;
223
+ setFuncContent(v: string): void;
224
+ replace({ enabled, func_content }: {
225
+ enabled: boolean;
226
+ func_content: string;
227
+ }): void;
228
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
229
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
230
+ readonly json: {
231
+ _name: EViewComponentType.Modal;
232
+ width: string;
233
+ height: string;
234
+ custom_modal_title: {
235
+ enabled: boolean;
236
+ func_content: string;
237
+ };
238
+ };
239
+ } & {
240
+ setWidth(v: string): void;
241
+ setHeight(v: string): void;
242
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
243
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
244
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
245
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
246
+ width: import("mobx-state-tree").ISimpleType<string>;
247
+ height: import("mobx-state-tree").ISimpleType<string>;
248
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
249
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
250
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
251
+ }, {
252
+ readonly json: {
253
+ enabled: boolean;
254
+ func_content: string;
255
+ };
256
+ readonly value: any;
257
+ } & {
258
+ setEnabled(v: boolean): void;
259
+ setFuncContent(v: string): void;
260
+ replace({ enabled, func_content }: {
261
+ enabled: boolean;
262
+ func_content: string;
263
+ }): void;
264
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
265
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
266
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
267
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
268
+ id: import("mobx-state-tree").ISimpleType<string>;
269
+ name: import("mobx-state-tree").ISimpleType<string>;
270
+ view_id: import("mobx-state-tree").ISimpleType<string>;
271
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
272
+ }, {
273
+ readonly json: {
274
+ id: string;
275
+ name: string;
276
+ color: string;
277
+ view_id: string;
278
+ };
279
+ } & {
280
+ setName(v: string): void;
281
+ setViewID(v: string): void;
282
+ setColor(v: string): void;
283
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
284
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
285
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
286
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
287
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
288
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
289
+ }> | import("mobx-state-tree").ModelSnapshotType<{
290
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
291
+ width: import("mobx-state-tree").ISimpleType<string>;
292
+ height: import("mobx-state-tree").ISimpleType<string>;
293
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
294
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
295
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
296
+ }, {
297
+ readonly json: {
298
+ enabled: boolean;
299
+ func_content: string;
300
+ };
301
+ readonly value: any;
302
+ } & {
303
+ setEnabled(v: boolean): void;
304
+ setFuncContent(v: string): void;
305
+ replace({ enabled, func_content }: {
306
+ enabled: boolean;
307
+ func_content: string;
308
+ }): void;
309
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
310
+ }> | import("mobx-state-tree").ModelSnapshotType<{
311
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
312
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
313
+ id: import("mobx-state-tree").ISimpleType<string>;
314
+ name: import("mobx-state-tree").ISimpleType<string>;
315
+ view_id: import("mobx-state-tree").ISimpleType<string>;
316
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
317
+ }, {
318
+ readonly json: {
319
+ id: string;
320
+ name: string;
321
+ color: string;
322
+ view_id: string;
323
+ };
324
+ } & {
325
+ setName(v: string): void;
326
+ setViewID(v: string): void;
327
+ setColor(v: string): void;
328
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
329
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
330
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
331
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
332
+ }>, import("mobx-state-tree").ModelInstanceType<{
333
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
334
+ }, {
335
+ readonly json: {
336
+ _name: EViewComponentType.Division;
337
+ };
338
+ }> | import("mobx-state-tree").ModelInstanceType<{
339
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
340
+ width: import("mobx-state-tree").ISimpleType<string>;
341
+ height: import("mobx-state-tree").ISimpleType<string>;
342
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
343
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
344
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
345
+ }, {
346
+ readonly json: {
347
+ enabled: boolean;
348
+ func_content: string;
349
+ };
350
+ readonly value: any;
351
+ } & {
352
+ setEnabled(v: boolean): void;
353
+ setFuncContent(v: string): void;
354
+ replace({ enabled, func_content }: {
355
+ enabled: boolean;
356
+ func_content: string;
357
+ }): void;
358
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
359
+ }, {
360
+ readonly json: {
361
+ _name: EViewComponentType.Modal;
362
+ width: string;
363
+ height: string;
364
+ custom_modal_title: {
365
+ enabled: boolean;
366
+ func_content: string;
367
+ };
368
+ };
369
+ } & {
370
+ setWidth(v: string): void;
371
+ setHeight(v: string): void;
372
+ }> | import("mobx-state-tree").ModelInstanceType<{
373
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
374
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
375
+ id: import("mobx-state-tree").ISimpleType<string>;
376
+ name: import("mobx-state-tree").ISimpleType<string>;
377
+ view_id: import("mobx-state-tree").ISimpleType<string>;
378
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
379
+ }, {
380
+ readonly json: {
381
+ id: string;
382
+ name: string;
383
+ color: string;
384
+ view_id: string;
385
+ };
386
+ } & {
387
+ setName(v: string): void;
388
+ setViewID(v: string): void;
389
+ setColor(v: string): void;
390
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
391
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
392
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
393
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
394
+ }, {
395
+ readonly json: {
396
+ grow: boolean;
397
+ tabs: {
398
+ id: string;
399
+ name: string;
400
+ color: string;
401
+ view_id: string;
402
+ }[];
403
+ _name: EViewComponentType.Modal;
404
+ variant: import("@mantine/core").TabsVariant;
405
+ orientation: import("@mantine/core").TabsOrientation;
406
+ };
407
+ } & {
408
+ setVariant(v: import("@mantine/core").TabsVariant): void;
409
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
410
+ setGrow(v: boolean): void;
411
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
412
+ id: import("mobx-state-tree").ISimpleType<string>;
413
+ name: import("mobx-state-tree").ISimpleType<string>;
414
+ view_id: import("mobx-state-tree").ISimpleType<string>;
415
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
416
+ }>>[]): void;
417
+ addTab(): void;
418
+ removeTab(index: number): void;
419
+ }>>>) | ({
420
+ _name: EViewComponentType.Modal;
421
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
422
+ id: import("mobx-state-tree").ISimpleType<string>;
423
+ name: import("mobx-state-tree").ISimpleType<string>;
424
+ view_id: import("mobx-state-tree").ISimpleType<string>;
425
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
426
+ }, {
427
+ readonly json: {
428
+ id: string;
429
+ name: string;
430
+ color: string;
431
+ view_id: string;
432
+ };
433
+ } & {
434
+ setName(v: string): void;
435
+ setViewID(v: string): void;
436
+ setColor(v: string): void;
437
+ }, 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<{
438
+ id: import("mobx-state-tree").ISimpleType<string>;
439
+ name: import("mobx-state-tree").ISimpleType<string>;
440
+ view_id: import("mobx-state-tree").ISimpleType<string>;
441
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
442
+ }, {
443
+ readonly json: {
444
+ id: string;
445
+ name: string;
446
+ color: string;
447
+ view_id: string;
448
+ };
449
+ } & {
450
+ setName(v: string): void;
451
+ setViewID(v: string): void;
452
+ setColor(v: string): void;
453
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
454
+ variant: import("@mantine/core").TabsVariant;
455
+ orientation: import("@mantine/core").TabsOrientation;
456
+ grow: boolean;
457
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
458
+ readonly json: {
459
+ grow: boolean;
460
+ tabs: {
461
+ id: string;
462
+ name: string;
463
+ color: string;
464
+ view_id: string;
465
+ }[];
466
+ _name: EViewComponentType.Modal;
467
+ variant: import("@mantine/core").TabsVariant;
468
+ orientation: import("@mantine/core").TabsOrientation;
469
+ };
470
+ } & {
471
+ setVariant(v: import("@mantine/core").TabsVariant): void;
472
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
473
+ setGrow(v: boolean): void;
474
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
475
+ id: import("mobx-state-tree").ISimpleType<string>;
476
+ name: import("mobx-state-tree").ISimpleType<string>;
477
+ view_id: import("mobx-state-tree").ISimpleType<string>;
478
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
479
+ }>>[]): void;
480
+ addTab(): void;
481
+ removeTab(index: number): void;
482
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
483
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
484
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
485
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
486
+ width: import("mobx-state-tree").ISimpleType<string>;
487
+ height: import("mobx-state-tree").ISimpleType<string>;
488
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
489
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
490
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
491
+ }, {
492
+ readonly json: {
493
+ enabled: boolean;
494
+ func_content: string;
495
+ };
496
+ readonly value: any;
497
+ } & {
498
+ setEnabled(v: boolean): void;
499
+ setFuncContent(v: string): void;
500
+ replace({ enabled, func_content }: {
501
+ enabled: boolean;
502
+ func_content: string;
503
+ }): void;
504
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
505
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
506
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
507
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
508
+ id: import("mobx-state-tree").ISimpleType<string>;
509
+ name: import("mobx-state-tree").ISimpleType<string>;
510
+ view_id: import("mobx-state-tree").ISimpleType<string>;
511
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
512
+ }, {
513
+ readonly json: {
514
+ id: string;
515
+ name: string;
516
+ color: string;
517
+ view_id: string;
518
+ };
519
+ } & {
520
+ setName(v: string): void;
521
+ setViewID(v: string): void;
522
+ setColor(v: string): void;
523
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
524
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
525
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
526
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
527
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
528
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
529
+ }> | import("mobx-state-tree").ModelSnapshotType<{
530
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
531
+ width: import("mobx-state-tree").ISimpleType<string>;
532
+ height: import("mobx-state-tree").ISimpleType<string>;
533
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
534
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
535
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
536
+ }, {
537
+ readonly json: {
538
+ enabled: boolean;
539
+ func_content: string;
540
+ };
541
+ readonly value: any;
542
+ } & {
543
+ setEnabled(v: boolean): void;
544
+ setFuncContent(v: string): void;
545
+ replace({ enabled, func_content }: {
546
+ enabled: boolean;
547
+ func_content: string;
548
+ }): void;
549
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
550
+ }> | import("mobx-state-tree").ModelSnapshotType<{
551
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
552
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
553
+ id: import("mobx-state-tree").ISimpleType<string>;
554
+ name: import("mobx-state-tree").ISimpleType<string>;
555
+ view_id: import("mobx-state-tree").ISimpleType<string>;
556
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
557
+ }, {
558
+ readonly json: {
559
+ id: string;
560
+ name: string;
561
+ color: string;
562
+ view_id: string;
563
+ };
564
+ } & {
565
+ setName(v: string): void;
566
+ setViewID(v: string): void;
567
+ setColor(v: string): void;
568
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
569
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
570
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
571
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
572
+ }>, import("mobx-state-tree").ModelInstanceType<{
573
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
574
+ }, {
575
+ readonly json: {
576
+ _name: EViewComponentType.Division;
577
+ };
578
+ }> | import("mobx-state-tree").ModelInstanceType<{
579
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
580
+ width: import("mobx-state-tree").ISimpleType<string>;
581
+ height: import("mobx-state-tree").ISimpleType<string>;
582
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
583
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
584
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
585
+ }, {
586
+ readonly json: {
587
+ enabled: boolean;
588
+ func_content: string;
589
+ };
590
+ readonly value: any;
591
+ } & {
592
+ setEnabled(v: boolean): void;
593
+ setFuncContent(v: string): void;
594
+ replace({ enabled, func_content }: {
595
+ enabled: boolean;
596
+ func_content: string;
597
+ }): void;
598
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
599
+ }, {
600
+ readonly json: {
601
+ _name: EViewComponentType.Modal;
602
+ width: string;
603
+ height: string;
604
+ custom_modal_title: {
605
+ enabled: boolean;
606
+ func_content: string;
607
+ };
608
+ };
609
+ } & {
610
+ setWidth(v: string): void;
611
+ setHeight(v: string): void;
612
+ }> | import("mobx-state-tree").ModelInstanceType<{
613
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
614
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
615
+ id: import("mobx-state-tree").ISimpleType<string>;
616
+ name: import("mobx-state-tree").ISimpleType<string>;
617
+ view_id: import("mobx-state-tree").ISimpleType<string>;
618
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
619
+ }, {
620
+ readonly json: {
621
+ id: string;
622
+ name: string;
623
+ color: string;
624
+ view_id: string;
625
+ };
626
+ } & {
627
+ setName(v: string): void;
628
+ setViewID(v: string): void;
629
+ setColor(v: string): void;
630
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
631
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
632
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
633
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
634
+ }, {
635
+ readonly json: {
636
+ grow: boolean;
637
+ tabs: {
638
+ id: string;
639
+ name: string;
640
+ color: string;
641
+ view_id: string;
642
+ }[];
643
+ _name: EViewComponentType.Modal;
644
+ variant: import("@mantine/core").TabsVariant;
645
+ orientation: import("@mantine/core").TabsOrientation;
646
+ };
647
+ } & {
648
+ setVariant(v: import("@mantine/core").TabsVariant): void;
649
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
650
+ setGrow(v: boolean): void;
651
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
652
+ id: import("mobx-state-tree").ISimpleType<string>;
653
+ name: import("mobx-state-tree").ISimpleType<string>;
654
+ view_id: import("mobx-state-tree").ISimpleType<string>;
655
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
656
+ }>>[]): void;
657
+ addTab(): void;
658
+ removeTab(index: number): void;
659
+ }>>>);
660
+ 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]>>;
661
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
662
+ readonly json: {
663
+ id: string;
664
+ name: string;
665
+ type: EViewComponentType;
666
+ config: {
667
+ _name: EViewComponentType.Division;
668
+ } | {
669
+ _name: EViewComponentType.Modal;
670
+ width: string;
671
+ height: string;
672
+ custom_modal_title: {
673
+ enabled: boolean;
674
+ func_content: string;
675
+ };
676
+ } | {
677
+ grow: boolean;
678
+ tabs: {
679
+ id: string;
680
+ name: string;
681
+ color: string;
682
+ view_id: string;
683
+ }[];
684
+ _name: EViewComponentType.Modal;
685
+ variant: import("@mantine/core").TabsVariant;
686
+ orientation: import("@mantine/core").TabsOrientation;
687
+ };
688
+ 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]>>;
689
+ };
690
+ } & {
691
+ setName(name: string): void;
692
+ setType(type: EViewComponentType): void;
693
+ appendPanelID(id: string): void;
694
+ removePanelID(id: string): void;
695
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
696
+ id: import("mobx-state-tree").ISimpleType<string>;
697
+ name: import("mobx-state-tree").ISimpleType<string>;
698
+ type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
699
+ config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
700
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
701
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
702
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
703
+ width: import("mobx-state-tree").ISimpleType<string>;
704
+ height: import("mobx-state-tree").ISimpleType<string>;
705
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
706
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
707
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
708
+ }, {
709
+ readonly json: {
710
+ enabled: boolean;
711
+ func_content: string;
712
+ };
713
+ readonly value: any;
714
+ } & {
715
+ setEnabled(v: boolean): void;
716
+ setFuncContent(v: string): void;
717
+ replace({ enabled, func_content }: {
718
+ enabled: boolean;
719
+ func_content: string;
720
+ }): void;
721
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
722
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
723
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
724
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
725
+ id: import("mobx-state-tree").ISimpleType<string>;
726
+ name: import("mobx-state-tree").ISimpleType<string>;
727
+ view_id: import("mobx-state-tree").ISimpleType<string>;
728
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
729
+ }, {
730
+ readonly json: {
731
+ id: string;
732
+ name: string;
733
+ color: string;
734
+ view_id: string;
735
+ };
736
+ } & {
737
+ setName(v: string): void;
738
+ setViewID(v: string): void;
739
+ setColor(v: string): void;
740
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
741
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
742
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
743
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
744
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
745
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
746
+ }> | import("mobx-state-tree").ModelSnapshotType<{
747
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
748
+ width: import("mobx-state-tree").ISimpleType<string>;
749
+ height: import("mobx-state-tree").ISimpleType<string>;
750
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
751
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
752
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
753
+ }, {
754
+ readonly json: {
755
+ enabled: boolean;
756
+ func_content: string;
757
+ };
758
+ readonly value: any;
759
+ } & {
760
+ setEnabled(v: boolean): void;
761
+ setFuncContent(v: string): void;
762
+ replace({ enabled, func_content }: {
763
+ enabled: boolean;
764
+ func_content: string;
765
+ }): void;
766
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
767
+ }> | import("mobx-state-tree").ModelSnapshotType<{
768
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
769
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
770
+ id: import("mobx-state-tree").ISimpleType<string>;
771
+ name: import("mobx-state-tree").ISimpleType<string>;
772
+ view_id: import("mobx-state-tree").ISimpleType<string>;
773
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
774
+ }, {
775
+ readonly json: {
776
+ id: string;
777
+ name: string;
778
+ color: string;
779
+ view_id: string;
780
+ };
781
+ } & {
782
+ setName(v: string): void;
783
+ setViewID(v: string): void;
784
+ setColor(v: string): void;
785
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
786
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
787
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
788
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
789
+ }>, import("mobx-state-tree").ModelInstanceType<{
790
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
791
+ }, {
792
+ readonly json: {
793
+ _name: EViewComponentType.Division;
794
+ };
795
+ }> | import("mobx-state-tree").ModelInstanceType<{
796
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
797
+ width: import("mobx-state-tree").ISimpleType<string>;
798
+ height: import("mobx-state-tree").ISimpleType<string>;
799
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
800
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
801
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
802
+ }, {
803
+ readonly json: {
804
+ enabled: boolean;
805
+ func_content: string;
806
+ };
807
+ readonly value: any;
808
+ } & {
809
+ setEnabled(v: boolean): void;
810
+ setFuncContent(v: string): void;
811
+ replace({ enabled, func_content }: {
812
+ enabled: boolean;
813
+ func_content: string;
814
+ }): void;
815
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
816
+ }, {
817
+ readonly json: {
818
+ _name: EViewComponentType.Modal;
819
+ width: string;
820
+ height: string;
821
+ custom_modal_title: {
822
+ enabled: boolean;
823
+ func_content: string;
824
+ };
825
+ };
826
+ } & {
827
+ setWidth(v: string): void;
828
+ setHeight(v: string): void;
829
+ }> | import("mobx-state-tree").ModelInstanceType<{
830
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
831
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
832
+ id: import("mobx-state-tree").ISimpleType<string>;
833
+ name: import("mobx-state-tree").ISimpleType<string>;
834
+ view_id: import("mobx-state-tree").ISimpleType<string>;
835
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
836
+ }, {
837
+ readonly json: {
838
+ id: string;
839
+ name: string;
840
+ color: string;
841
+ view_id: string;
842
+ };
843
+ } & {
844
+ setName(v: string): void;
845
+ setViewID(v: string): void;
846
+ setColor(v: string): void;
847
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
848
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
849
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
850
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
851
+ }, {
852
+ readonly json: {
853
+ grow: boolean;
854
+ tabs: {
855
+ id: string;
856
+ name: string;
857
+ color: string;
858
+ view_id: string;
859
+ }[];
860
+ _name: EViewComponentType.Modal;
861
+ variant: import("@mantine/core").TabsVariant;
862
+ orientation: import("@mantine/core").TabsOrientation;
863
+ };
864
+ } & {
865
+ setVariant(v: import("@mantine/core").TabsVariant): void;
866
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
867
+ setGrow(v: boolean): void;
868
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
869
+ id: import("mobx-state-tree").ISimpleType<string>;
870
+ name: import("mobx-state-tree").ISimpleType<string>;
871
+ view_id: import("mobx-state-tree").ISimpleType<string>;
872
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
873
+ }>>[]): void;
874
+ addTab(): void;
875
+ removeTab(index: number): void;
876
+ }>>;
877
+ panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
878
+ }, {
879
+ readonly json: {
880
+ id: string;
881
+ name: string;
882
+ type: EViewComponentType;
883
+ config: {
884
+ _name: EViewComponentType.Division;
885
+ } | {
886
+ _name: EViewComponentType.Modal;
887
+ width: string;
888
+ height: string;
889
+ custom_modal_title: {
890
+ enabled: boolean;
891
+ func_content: string;
892
+ };
893
+ } | {
894
+ grow: boolean;
895
+ tabs: {
896
+ id: string;
897
+ name: string;
898
+ color: string;
899
+ view_id: string;
900
+ }[];
901
+ _name: EViewComponentType.Modal;
902
+ variant: import("@mantine/core").TabsVariant;
903
+ orientation: import("@mantine/core").TabsOrientation;
904
+ };
905
+ 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]>>;
906
+ };
907
+ } & {
908
+ setName(name: string): void;
909
+ setType(type: EViewComponentType): void;
910
+ appendPanelID(id: string): void;
911
+ removePanelID(id: string): void;
912
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
913
+ }) => JSX.Element | null) & {
914
+ displayName: string;
915
+ };