@devtable/dashboard 8.38.0 → 8.40.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 (22) hide show
  1. package/dist/dashboard.es.js +10707 -9968
  2. package/dist/dashboard.umd.js +139 -83
  3. package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/query-usage.d.ts +2 -11
  4. package/dist/main/dashboard-editor/settings/content/table-structure-modal/index.d.ts +7 -0
  5. package/dist/main/dashboard-editor/settings/content/table-structure-modal/table-structure/columns-table.d.ts +7 -0
  6. package/dist/main/dashboard-editor/settings/content/table-structure-modal/table-structure/index.d.ts +7 -0
  7. package/dist/main/dashboard-editor/settings/content/table-structure-modal/table-structure/indexes-table.d.ts +17 -0
  8. package/dist/main/dashboard-editor/settings/content/table-structure-modal/table-structure/loading-skeleton.d.ts +9 -0
  9. package/dist/main/dashboard-editor/settings/content/table-structure-modal/table-structure/table-nav-links.d.ts +7 -0
  10. package/dist/main/dashboard-editor/settings/content/table-structure-modal/table-structure/tooltip-value.d.ts +4 -0
  11. package/dist/model/datasources/columns.d.ts +19 -0
  12. package/dist/model/datasources/datasource.d.ts +58 -0
  13. package/dist/model/datasources/index.d.ts +185 -2
  14. package/dist/model/datasources/indexes.d.ts +25 -0
  15. package/dist/model/datasources/tables.d.ts +15 -0
  16. package/dist/model/queries/query.d.ts +17 -0
  17. package/dist/model/views/index.d.ts +908 -0
  18. package/package.json +1 -1
  19. /package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/{http.d.ts → http/index.d.ts} +0 -0
  20. /package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/{sql.d.ts → sql/index.d.ts} +0 -0
  21. /package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/{preview-sql-in-monaco-editor.d.ts → sql/preview-sql-in-monaco-editor.d.ts} +0 -0
  22. /package/dist/main/dashboard-editor/settings/content/edit-query/query-editor-form/tabs/{preview-sql.d.ts → sql/preview-sql.d.ts} +0 -0
@@ -253,6 +253,914 @@ export declare const ViewsModel: import("mobx-state-tree").IModelType<{
253
253
  };
254
254
  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]>>;
255
255
  }[];
256
+ readonly idMap: Map<string, {
257
+ id: string;
258
+ name: string;
259
+ type: EViewComponentType;
260
+ config: ({
261
+ _name: EViewComponentType.Division;
262
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
263
+ readonly json: {
264
+ _name: EViewComponentType.Division;
265
+ };
266
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
267
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
268
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
269
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
270
+ width: import("mobx-state-tree").ISimpleType<string>;
271
+ height: import("mobx-state-tree").ISimpleType<string>;
272
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
273
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
274
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
275
+ }, {
276
+ readonly json: {
277
+ enabled: boolean;
278
+ func_content: string;
279
+ };
280
+ readonly value: any;
281
+ } & {
282
+ setEnabled(v: boolean): void;
283
+ setFuncContent(v: string): void;
284
+ replace({ enabled, func_content }: {
285
+ enabled: boolean;
286
+ func_content: string;
287
+ }): void;
288
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
289
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
290
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
291
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
292
+ id: import("mobx-state-tree").ISimpleType<string>;
293
+ name: import("mobx-state-tree").ISimpleType<string>;
294
+ view_id: import("mobx-state-tree").ISimpleType<string>;
295
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
296
+ }, {
297
+ readonly json: {
298
+ id: string;
299
+ name: string;
300
+ color: string;
301
+ view_id: string;
302
+ };
303
+ } & {
304
+ setName(v: string): void;
305
+ setViewID(v: string): void;
306
+ setColor(v: string): void;
307
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
308
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
309
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
310
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
311
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
312
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
313
+ }> | import("mobx-state-tree").ModelSnapshotType<{
314
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
315
+ width: import("mobx-state-tree").ISimpleType<string>;
316
+ height: import("mobx-state-tree").ISimpleType<string>;
317
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
318
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
319
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
320
+ }, {
321
+ readonly json: {
322
+ enabled: boolean;
323
+ func_content: string;
324
+ };
325
+ readonly value: any;
326
+ } & {
327
+ setEnabled(v: boolean): void;
328
+ setFuncContent(v: string): void;
329
+ replace({ enabled, func_content }: {
330
+ enabled: boolean;
331
+ func_content: string;
332
+ }): void;
333
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
334
+ }> | import("mobx-state-tree").ModelSnapshotType<{
335
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
336
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
337
+ id: import("mobx-state-tree").ISimpleType<string>;
338
+ name: import("mobx-state-tree").ISimpleType<string>;
339
+ view_id: import("mobx-state-tree").ISimpleType<string>;
340
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
341
+ }, {
342
+ readonly json: {
343
+ id: string;
344
+ name: string;
345
+ color: string;
346
+ view_id: string;
347
+ };
348
+ } & {
349
+ setName(v: string): void;
350
+ setViewID(v: string): void;
351
+ setColor(v: string): void;
352
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
353
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
354
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
355
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
356
+ }>, import("mobx-state-tree").ModelInstanceType<{
357
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
358
+ }, {
359
+ readonly json: {
360
+ _name: EViewComponentType.Division;
361
+ };
362
+ }> | import("mobx-state-tree").ModelInstanceType<{
363
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
364
+ width: import("mobx-state-tree").ISimpleType<string>;
365
+ height: import("mobx-state-tree").ISimpleType<string>;
366
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
367
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
368
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
369
+ }, {
370
+ readonly json: {
371
+ enabled: boolean;
372
+ func_content: string;
373
+ };
374
+ readonly value: any;
375
+ } & {
376
+ setEnabled(v: boolean): void;
377
+ setFuncContent(v: string): void;
378
+ replace({ enabled, func_content }: {
379
+ enabled: boolean;
380
+ func_content: string;
381
+ }): void;
382
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
383
+ }, {
384
+ readonly json: {
385
+ _name: EViewComponentType.Modal;
386
+ width: string;
387
+ height: string;
388
+ custom_modal_title: {
389
+ enabled: boolean;
390
+ func_content: string;
391
+ };
392
+ };
393
+ } & {
394
+ setWidth(v: string): void;
395
+ setHeight(v: string): void;
396
+ }> | import("mobx-state-tree").ModelInstanceType<{
397
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
398
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
399
+ id: import("mobx-state-tree").ISimpleType<string>;
400
+ name: import("mobx-state-tree").ISimpleType<string>;
401
+ view_id: import("mobx-state-tree").ISimpleType<string>;
402
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
403
+ }, {
404
+ readonly json: {
405
+ id: string;
406
+ name: string;
407
+ color: string;
408
+ view_id: string;
409
+ };
410
+ } & {
411
+ setName(v: string): void;
412
+ setViewID(v: string): void;
413
+ setColor(v: string): void;
414
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
415
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
416
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
417
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
418
+ }, {
419
+ readonly json: {
420
+ grow: boolean;
421
+ tabs: {
422
+ id: string;
423
+ name: string;
424
+ color: string;
425
+ view_id: string;
426
+ }[];
427
+ _name: EViewComponentType.Modal;
428
+ variant: import("@mantine/core").TabsVariant;
429
+ orientation: import("@mantine/core").TabsOrientation;
430
+ };
431
+ } & {
432
+ setVariant(v: import("@mantine/core").TabsVariant): void;
433
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
434
+ setGrow(v: boolean): void;
435
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
436
+ id: import("mobx-state-tree").ISimpleType<string>;
437
+ name: import("mobx-state-tree").ISimpleType<string>;
438
+ view_id: import("mobx-state-tree").ISimpleType<string>;
439
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
440
+ }>>[]): void;
441
+ addTab(): void;
442
+ removeTab(index: number): void;
443
+ }>>>) | ({
444
+ _name: EViewComponentType.Modal;
445
+ width: string;
446
+ height: string;
447
+ custom_modal_title: {
448
+ enabled: boolean;
449
+ func_content: string;
450
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
451
+ readonly json: {
452
+ enabled: boolean;
453
+ func_content: string;
454
+ };
455
+ readonly value: any;
456
+ } & {
457
+ setEnabled(v: boolean): void;
458
+ setFuncContent(v: string): void;
459
+ replace({ enabled, func_content }: {
460
+ enabled: boolean;
461
+ func_content: string;
462
+ }): void;
463
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
464
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
465
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
466
+ }, {
467
+ readonly json: {
468
+ enabled: boolean;
469
+ func_content: string;
470
+ };
471
+ readonly value: any;
472
+ } & {
473
+ setEnabled(v: boolean): void;
474
+ setFuncContent(v: string): void;
475
+ replace({ enabled, func_content }: {
476
+ enabled: boolean;
477
+ func_content: string;
478
+ }): void;
479
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>>;
480
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
481
+ readonly json: {
482
+ _name: EViewComponentType.Modal;
483
+ width: string;
484
+ height: string;
485
+ custom_modal_title: {
486
+ enabled: boolean;
487
+ func_content: string;
488
+ };
489
+ };
490
+ } & {
491
+ setWidth(v: string): void;
492
+ setHeight(v: string): void;
493
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
494
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
495
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
496
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
497
+ width: import("mobx-state-tree").ISimpleType<string>;
498
+ height: import("mobx-state-tree").ISimpleType<string>;
499
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
500
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
501
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
502
+ }, {
503
+ readonly json: {
504
+ enabled: boolean;
505
+ func_content: string;
506
+ };
507
+ readonly value: any;
508
+ } & {
509
+ setEnabled(v: boolean): void;
510
+ setFuncContent(v: string): void;
511
+ replace({ enabled, func_content }: {
512
+ enabled: boolean;
513
+ func_content: string;
514
+ }): void;
515
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
516
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
517
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
518
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
519
+ id: import("mobx-state-tree").ISimpleType<string>;
520
+ name: import("mobx-state-tree").ISimpleType<string>;
521
+ view_id: import("mobx-state-tree").ISimpleType<string>;
522
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
523
+ }, {
524
+ readonly json: {
525
+ id: string;
526
+ name: string;
527
+ color: string;
528
+ view_id: string;
529
+ };
530
+ } & {
531
+ setName(v: string): void;
532
+ setViewID(v: string): void;
533
+ setColor(v: string): void;
534
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
535
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
536
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
537
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
538
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
539
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
540
+ }> | import("mobx-state-tree").ModelSnapshotType<{
541
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
542
+ width: import("mobx-state-tree").ISimpleType<string>;
543
+ height: import("mobx-state-tree").ISimpleType<string>;
544
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
545
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
546
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
547
+ }, {
548
+ readonly json: {
549
+ enabled: boolean;
550
+ func_content: string;
551
+ };
552
+ readonly value: any;
553
+ } & {
554
+ setEnabled(v: boolean): void;
555
+ setFuncContent(v: string): void;
556
+ replace({ enabled, func_content }: {
557
+ enabled: boolean;
558
+ func_content: string;
559
+ }): void;
560
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
561
+ }> | import("mobx-state-tree").ModelSnapshotType<{
562
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
563
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
564
+ id: import("mobx-state-tree").ISimpleType<string>;
565
+ name: import("mobx-state-tree").ISimpleType<string>;
566
+ view_id: import("mobx-state-tree").ISimpleType<string>;
567
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
568
+ }, {
569
+ readonly json: {
570
+ id: string;
571
+ name: string;
572
+ color: string;
573
+ view_id: string;
574
+ };
575
+ } & {
576
+ setName(v: string): void;
577
+ setViewID(v: string): void;
578
+ setColor(v: string): void;
579
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
580
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
581
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
582
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
583
+ }>, import("mobx-state-tree").ModelInstanceType<{
584
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
585
+ }, {
586
+ readonly json: {
587
+ _name: EViewComponentType.Division;
588
+ };
589
+ }> | import("mobx-state-tree").ModelInstanceType<{
590
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
591
+ width: import("mobx-state-tree").ISimpleType<string>;
592
+ height: import("mobx-state-tree").ISimpleType<string>;
593
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
594
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
595
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
596
+ }, {
597
+ readonly json: {
598
+ enabled: boolean;
599
+ func_content: string;
600
+ };
601
+ readonly value: any;
602
+ } & {
603
+ setEnabled(v: boolean): void;
604
+ setFuncContent(v: string): void;
605
+ replace({ enabled, func_content }: {
606
+ enabled: boolean;
607
+ func_content: string;
608
+ }): void;
609
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
610
+ }, {
611
+ readonly json: {
612
+ _name: EViewComponentType.Modal;
613
+ width: string;
614
+ height: string;
615
+ custom_modal_title: {
616
+ enabled: boolean;
617
+ func_content: string;
618
+ };
619
+ };
620
+ } & {
621
+ setWidth(v: string): void;
622
+ setHeight(v: string): void;
623
+ }> | import("mobx-state-tree").ModelInstanceType<{
624
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
625
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
626
+ id: import("mobx-state-tree").ISimpleType<string>;
627
+ name: import("mobx-state-tree").ISimpleType<string>;
628
+ view_id: import("mobx-state-tree").ISimpleType<string>;
629
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
630
+ }, {
631
+ readonly json: {
632
+ id: string;
633
+ name: string;
634
+ color: string;
635
+ view_id: string;
636
+ };
637
+ } & {
638
+ setName(v: string): void;
639
+ setViewID(v: string): void;
640
+ setColor(v: string): void;
641
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
642
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
643
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
644
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
645
+ }, {
646
+ readonly json: {
647
+ grow: boolean;
648
+ tabs: {
649
+ id: string;
650
+ name: string;
651
+ color: string;
652
+ view_id: string;
653
+ }[];
654
+ _name: EViewComponentType.Modal;
655
+ variant: import("@mantine/core").TabsVariant;
656
+ orientation: import("@mantine/core").TabsOrientation;
657
+ };
658
+ } & {
659
+ setVariant(v: import("@mantine/core").TabsVariant): void;
660
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
661
+ setGrow(v: boolean): void;
662
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
663
+ id: import("mobx-state-tree").ISimpleType<string>;
664
+ name: import("mobx-state-tree").ISimpleType<string>;
665
+ view_id: import("mobx-state-tree").ISimpleType<string>;
666
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
667
+ }>>[]): void;
668
+ addTab(): void;
669
+ removeTab(index: number): void;
670
+ }>>>) | ({
671
+ _name: EViewComponentType.Modal;
672
+ tabs: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IModelType<{
673
+ id: import("mobx-state-tree").ISimpleType<string>;
674
+ name: import("mobx-state-tree").ISimpleType<string>;
675
+ view_id: import("mobx-state-tree").ISimpleType<string>;
676
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
677
+ }, {
678
+ readonly json: {
679
+ id: string;
680
+ name: string;
681
+ color: string;
682
+ view_id: string;
683
+ };
684
+ } & {
685
+ setName(v: string): void;
686
+ setViewID(v: string): void;
687
+ setColor(v: string): void;
688
+ }, 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<{
689
+ id: import("mobx-state-tree").ISimpleType<string>;
690
+ name: import("mobx-state-tree").ISimpleType<string>;
691
+ view_id: import("mobx-state-tree").ISimpleType<string>;
692
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
693
+ }, {
694
+ readonly json: {
695
+ id: string;
696
+ name: string;
697
+ color: string;
698
+ view_id: string;
699
+ };
700
+ } & {
701
+ setName(v: string): void;
702
+ setViewID(v: string): void;
703
+ setColor(v: string): void;
704
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>>;
705
+ variant: import("@mantine/core").TabsVariant;
706
+ orientation: import("@mantine/core").TabsOrientation;
707
+ grow: boolean;
708
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
709
+ readonly json: {
710
+ grow: boolean;
711
+ tabs: {
712
+ id: string;
713
+ name: string;
714
+ color: string;
715
+ view_id: string;
716
+ }[];
717
+ _name: EViewComponentType.Modal;
718
+ variant: import("@mantine/core").TabsVariant;
719
+ orientation: import("@mantine/core").TabsOrientation;
720
+ };
721
+ } & {
722
+ setVariant(v: import("@mantine/core").TabsVariant): void;
723
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
724
+ setGrow(v: boolean): void;
725
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
726
+ id: import("mobx-state-tree").ISimpleType<string>;
727
+ name: import("mobx-state-tree").ISimpleType<string>;
728
+ view_id: import("mobx-state-tree").ISimpleType<string>;
729
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
730
+ }>>[]): void;
731
+ addTab(): void;
732
+ removeTab(index: number): void;
733
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
734
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
735
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
736
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
737
+ width: import("mobx-state-tree").ISimpleType<string>;
738
+ height: import("mobx-state-tree").ISimpleType<string>;
739
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
740
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
741
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
742
+ }, {
743
+ readonly json: {
744
+ enabled: boolean;
745
+ func_content: string;
746
+ };
747
+ readonly value: any;
748
+ } & {
749
+ setEnabled(v: boolean): void;
750
+ setFuncContent(v: string): void;
751
+ replace({ enabled, func_content }: {
752
+ enabled: boolean;
753
+ func_content: string;
754
+ }): void;
755
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
756
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
757
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
758
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
759
+ id: import("mobx-state-tree").ISimpleType<string>;
760
+ name: import("mobx-state-tree").ISimpleType<string>;
761
+ view_id: import("mobx-state-tree").ISimpleType<string>;
762
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
763
+ }, {
764
+ readonly json: {
765
+ id: string;
766
+ name: string;
767
+ color: string;
768
+ view_id: string;
769
+ };
770
+ } & {
771
+ setName(v: string): void;
772
+ setViewID(v: string): void;
773
+ setColor(v: string): void;
774
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
775
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
776
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
777
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
778
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
779
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
780
+ }> | import("mobx-state-tree").ModelSnapshotType<{
781
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
782
+ width: import("mobx-state-tree").ISimpleType<string>;
783
+ height: import("mobx-state-tree").ISimpleType<string>;
784
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
785
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
786
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
787
+ }, {
788
+ readonly json: {
789
+ enabled: boolean;
790
+ func_content: string;
791
+ };
792
+ readonly value: any;
793
+ } & {
794
+ setEnabled(v: boolean): void;
795
+ setFuncContent(v: string): void;
796
+ replace({ enabled, func_content }: {
797
+ enabled: boolean;
798
+ func_content: string;
799
+ }): void;
800
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
801
+ }> | import("mobx-state-tree").ModelSnapshotType<{
802
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
803
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
804
+ id: import("mobx-state-tree").ISimpleType<string>;
805
+ name: import("mobx-state-tree").ISimpleType<string>;
806
+ view_id: import("mobx-state-tree").ISimpleType<string>;
807
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
808
+ }, {
809
+ readonly json: {
810
+ id: string;
811
+ name: string;
812
+ color: string;
813
+ view_id: string;
814
+ };
815
+ } & {
816
+ setName(v: string): void;
817
+ setViewID(v: string): void;
818
+ setColor(v: string): void;
819
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
820
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
821
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
822
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
823
+ }>, import("mobx-state-tree").ModelInstanceType<{
824
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
825
+ }, {
826
+ readonly json: {
827
+ _name: EViewComponentType.Division;
828
+ };
829
+ }> | import("mobx-state-tree").ModelInstanceType<{
830
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
831
+ width: import("mobx-state-tree").ISimpleType<string>;
832
+ height: import("mobx-state-tree").ISimpleType<string>;
833
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
834
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
835
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
836
+ }, {
837
+ readonly json: {
838
+ enabled: boolean;
839
+ func_content: string;
840
+ };
841
+ readonly value: any;
842
+ } & {
843
+ setEnabled(v: boolean): void;
844
+ setFuncContent(v: string): void;
845
+ replace({ enabled, func_content }: {
846
+ enabled: boolean;
847
+ func_content: string;
848
+ }): void;
849
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
850
+ }, {
851
+ readonly json: {
852
+ _name: EViewComponentType.Modal;
853
+ width: string;
854
+ height: string;
855
+ custom_modal_title: {
856
+ enabled: boolean;
857
+ func_content: string;
858
+ };
859
+ };
860
+ } & {
861
+ setWidth(v: string): void;
862
+ setHeight(v: string): void;
863
+ }> | import("mobx-state-tree").ModelInstanceType<{
864
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
865
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
866
+ id: import("mobx-state-tree").ISimpleType<string>;
867
+ name: import("mobx-state-tree").ISimpleType<string>;
868
+ view_id: import("mobx-state-tree").ISimpleType<string>;
869
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
870
+ }, {
871
+ readonly json: {
872
+ id: string;
873
+ name: string;
874
+ color: string;
875
+ view_id: string;
876
+ };
877
+ } & {
878
+ setName(v: string): void;
879
+ setViewID(v: string): void;
880
+ setColor(v: string): void;
881
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
882
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
883
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
884
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
885
+ }, {
886
+ readonly json: {
887
+ grow: boolean;
888
+ tabs: {
889
+ id: string;
890
+ name: string;
891
+ color: string;
892
+ view_id: string;
893
+ }[];
894
+ _name: EViewComponentType.Modal;
895
+ variant: import("@mantine/core").TabsVariant;
896
+ orientation: import("@mantine/core").TabsOrientation;
897
+ };
898
+ } & {
899
+ setVariant(v: import("@mantine/core").TabsVariant): void;
900
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
901
+ setGrow(v: boolean): void;
902
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
903
+ id: import("mobx-state-tree").ISimpleType<string>;
904
+ name: import("mobx-state-tree").ISimpleType<string>;
905
+ view_id: import("mobx-state-tree").ISimpleType<string>;
906
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
907
+ }>>[]): void;
908
+ addTab(): void;
909
+ removeTab(index: number): void;
910
+ }>>>);
911
+ 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]>>;
912
+ } & import("mobx-state-tree/dist/internal").NonEmptyObject & {
913
+ readonly json: {
914
+ id: string;
915
+ name: string;
916
+ type: EViewComponentType;
917
+ config: {
918
+ _name: EViewComponentType.Division;
919
+ } | {
920
+ _name: EViewComponentType.Modal;
921
+ width: string;
922
+ height: string;
923
+ custom_modal_title: {
924
+ enabled: boolean;
925
+ func_content: string;
926
+ };
927
+ } | {
928
+ grow: boolean;
929
+ tabs: {
930
+ id: string;
931
+ name: string;
932
+ color: string;
933
+ view_id: string;
934
+ }[];
935
+ _name: EViewComponentType.Modal;
936
+ variant: import("@mantine/core").TabsVariant;
937
+ orientation: import("@mantine/core").TabsOrientation;
938
+ };
939
+ 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]>>;
940
+ };
941
+ } & {
942
+ setName(name: string): void;
943
+ setType(type: EViewComponentType): void;
944
+ appendPanelID(id: string): void;
945
+ removePanelID(id: string): void;
946
+ } & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
947
+ id: import("mobx-state-tree").ISimpleType<string>;
948
+ name: import("mobx-state-tree").ISimpleType<string>;
949
+ type: import("mobx-state-tree").ISimpleType<EViewComponentType>;
950
+ config: import("mobx-state-tree").ITypeUnion<import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
951
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
952
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
953
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
954
+ width: import("mobx-state-tree").ISimpleType<string>;
955
+ height: import("mobx-state-tree").ISimpleType<string>;
956
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
957
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
958
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
959
+ }, {
960
+ readonly json: {
961
+ enabled: boolean;
962
+ func_content: string;
963
+ };
964
+ readonly value: any;
965
+ } & {
966
+ setEnabled(v: boolean): void;
967
+ setFuncContent(v: string): void;
968
+ replace({ enabled, func_content }: {
969
+ enabled: boolean;
970
+ func_content: string;
971
+ }): void;
972
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
973
+ }>> | import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
974
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
975
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
976
+ id: import("mobx-state-tree").ISimpleType<string>;
977
+ name: import("mobx-state-tree").ISimpleType<string>;
978
+ view_id: import("mobx-state-tree").ISimpleType<string>;
979
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
980
+ }, {
981
+ readonly json: {
982
+ id: string;
983
+ name: string;
984
+ color: string;
985
+ view_id: string;
986
+ };
987
+ } & {
988
+ setName(v: string): void;
989
+ setViewID(v: string): void;
990
+ setColor(v: string): void;
991
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
992
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
993
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
994
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
995
+ }>>, import("mobx-state-tree").ModelSnapshotType<{
996
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
997
+ }> | import("mobx-state-tree").ModelSnapshotType<{
998
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
999
+ width: import("mobx-state-tree").ISimpleType<string>;
1000
+ height: import("mobx-state-tree").ISimpleType<string>;
1001
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1002
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1003
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1004
+ }, {
1005
+ readonly json: {
1006
+ enabled: boolean;
1007
+ func_content: string;
1008
+ };
1009
+ readonly value: any;
1010
+ } & {
1011
+ setEnabled(v: boolean): void;
1012
+ setFuncContent(v: string): void;
1013
+ replace({ enabled, func_content }: {
1014
+ enabled: boolean;
1015
+ func_content: string;
1016
+ }): void;
1017
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1018
+ }> | import("mobx-state-tree").ModelSnapshotType<{
1019
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1020
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1021
+ id: import("mobx-state-tree").ISimpleType<string>;
1022
+ name: import("mobx-state-tree").ISimpleType<string>;
1023
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1024
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1025
+ }, {
1026
+ readonly json: {
1027
+ id: string;
1028
+ name: string;
1029
+ color: string;
1030
+ view_id: string;
1031
+ };
1032
+ } & {
1033
+ setName(v: string): void;
1034
+ setViewID(v: string): void;
1035
+ setColor(v: string): void;
1036
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1037
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1038
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1039
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1040
+ }>, import("mobx-state-tree").ModelInstanceType<{
1041
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Division>;
1042
+ }, {
1043
+ readonly json: {
1044
+ _name: EViewComponentType.Division;
1045
+ };
1046
+ }> | import("mobx-state-tree").ModelInstanceType<{
1047
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1048
+ width: import("mobx-state-tree").ISimpleType<string>;
1049
+ height: import("mobx-state-tree").ISimpleType<string>;
1050
+ custom_modal_title: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IModelType<{
1051
+ enabled: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1052
+ func_content: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1053
+ }, {
1054
+ readonly json: {
1055
+ enabled: boolean;
1056
+ func_content: string;
1057
+ };
1058
+ readonly value: any;
1059
+ } & {
1060
+ setEnabled(v: boolean): void;
1061
+ setFuncContent(v: string): void;
1062
+ replace({ enabled, func_content }: {
1063
+ enabled: boolean;
1064
+ func_content: string;
1065
+ }): void;
1066
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>, [undefined]>;
1067
+ }, {
1068
+ readonly json: {
1069
+ _name: EViewComponentType.Modal;
1070
+ width: string;
1071
+ height: string;
1072
+ custom_modal_title: {
1073
+ enabled: boolean;
1074
+ func_content: string;
1075
+ };
1076
+ };
1077
+ } & {
1078
+ setWidth(v: string): void;
1079
+ setHeight(v: string): void;
1080
+ }> | import("mobx-state-tree").ModelInstanceType<{
1081
+ _name: import("mobx-state-tree").ISimpleType<EViewComponentType.Modal>;
1082
+ tabs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IModelType<{
1083
+ id: import("mobx-state-tree").ISimpleType<string>;
1084
+ name: import("mobx-state-tree").ISimpleType<string>;
1085
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1086
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1087
+ }, {
1088
+ readonly json: {
1089
+ id: string;
1090
+ name: string;
1091
+ color: string;
1092
+ view_id: string;
1093
+ };
1094
+ } & {
1095
+ setName(v: string): void;
1096
+ setViewID(v: string): void;
1097
+ setColor(v: string): void;
1098
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>, [undefined]>;
1099
+ variant: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsVariant>, [undefined]>;
1100
+ orientation: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<import("@mantine/core").TabsOrientation>, [undefined]>;
1101
+ grow: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<boolean>, [undefined]>;
1102
+ }, {
1103
+ readonly json: {
1104
+ grow: boolean;
1105
+ tabs: {
1106
+ id: string;
1107
+ name: string;
1108
+ color: string;
1109
+ view_id: string;
1110
+ }[];
1111
+ _name: EViewComponentType.Modal;
1112
+ variant: import("@mantine/core").TabsVariant;
1113
+ orientation: import("@mantine/core").TabsOrientation;
1114
+ };
1115
+ } & {
1116
+ setVariant(v: import("@mantine/core").TabsVariant): void;
1117
+ setOrientation(v: import("@mantine/core").TabsOrientation): void;
1118
+ setGrow(v: boolean): void;
1119
+ setTabs(v: import("mobx-state-tree").ModelCreationType<import("mobx-state-tree/dist/internal").ExtractCFromProps<{
1120
+ id: import("mobx-state-tree").ISimpleType<string>;
1121
+ name: import("mobx-state-tree").ISimpleType<string>;
1122
+ view_id: import("mobx-state-tree").ISimpleType<string>;
1123
+ color: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").ISimpleType<string>, [undefined]>;
1124
+ }>>[]): void;
1125
+ addTab(): void;
1126
+ removeTab(index: number): void;
1127
+ }>>;
1128
+ panelIDs: import("mobx-state-tree").IOptionalIType<import("mobx-state-tree").IArrayType<import("mobx-state-tree").ISimpleType<string>>, [undefined]>;
1129
+ }, {
1130
+ readonly json: {
1131
+ id: string;
1132
+ name: string;
1133
+ type: EViewComponentType;
1134
+ config: {
1135
+ _name: EViewComponentType.Division;
1136
+ } | {
1137
+ _name: EViewComponentType.Modal;
1138
+ width: string;
1139
+ height: string;
1140
+ custom_modal_title: {
1141
+ enabled: boolean;
1142
+ func_content: string;
1143
+ };
1144
+ } | {
1145
+ grow: boolean;
1146
+ tabs: {
1147
+ id: string;
1148
+ name: string;
1149
+ color: string;
1150
+ view_id: string;
1151
+ }[];
1152
+ _name: EViewComponentType.Modal;
1153
+ variant: import("@mantine/core").TabsVariant;
1154
+ orientation: import("@mantine/core").TabsOrientation;
1155
+ };
1156
+ 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]>>;
1157
+ };
1158
+ } & {
1159
+ setName(name: string): void;
1160
+ setType(type: EViewComponentType): void;
1161
+ appendPanelID(id: string): void;
1162
+ removePanelID(id: string): void;
1163
+ }, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>>;
256
1164
  findByID(id: string): ({
257
1165
  id: string;
258
1166
  name: string;